/*@file
 * global.styles
 */
html {
  background: #fafae6;
  overflow-x: hidden;
}

body {
  font-family: "Tahoma", Arial;
  font-size: 87%;
}

/*
 *   HTML Elements
 */
body.node-type-home h1, body.node-type-home .error, body.node-type-home #tasks, body.page-user .error, body.page-user h1, body.node-type-collection-page h1 {
  display: none;
}

pre, code, tt, samp, kbd, var {
  font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}

/*
 * SPRITES
 */

span.cta-ico {
  background: url("../images/sp-btns-cta.png") no-repeat scroll 0 3px transparent;
  float: left;
  height: 15px;
  width: 24px;
  display: none;
}

/*
 * GEOLOCATOR BAR
 */

div#header-top {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
}

div.region-geolocator {
  background-color: #272B3A;
  color: #FAFAE6;
  z-index: 2;
  padding: 7px 0 7px 0;
  text-transform: uppercase;
  width: 100%;
  min-height: 27px;
  position: relative;
  display: none;
}
div.region-geolocator div.block-content {
  margin: 0 20px;
}
table.main-country, table.other-countries {display: none;}
table#header-lightbox {
  border-collapse: separate;
  text-align: center;
  margin: auto;
  background-color: #3D414E;
  width: auto;
  cursor: pointer;
  min-height: 15px;
  font-family: "ProximaNova-Semibold" !important;
  font-weight: normal;
  font-size: 70%;
  border: 0;
  border-spacing: 0px;
  padding: 0px;
}

table#header-lightbox td {
  border-right: 8px solid #272B3A;
  height: 28px;
  text-align: center;
  padding: 0 7px;
}

table#header-lightbox td:hover {
  background-color: #474b57;
}

table#header-lightbox td a {
  color: #FAFAE6;
}

table#header-lightbox span.flag img {
  height: 9px;
  width: 13px;
  padding-right: 5px;
}

table#header-lightbox td.last-col {
  border: 0;
  padding: 0 9px;
}

table#header-lightbox td.last-col span {
  background: url(../images/btn-closed.png) center center no-repeat;
  text-indent: -9999px;
  display: block;
  width: 11px;
}

/*
 * Wraps all header elements - branding and .region-header
 */
#header {
  background-color: #fafae6;
  height: 40px;
  z-index: 1;
  width: 100%;
  border-bottom: 2px solid #272B3A;
  position: relative;
}
body.page-preview div#change-country-box {
  display: none;
}

/*
 * Wraps the sidebars the content column
 */

body.not-logged-in div#breadcrumb {
  display: none;
}

#columns {
  margin: 0 auto;
  padding-top: 42px;
}

div.geoshow {
  padding-top: 43px;
}

/*
 * Wraps the main-content-header, the content region and feed-icons. Use this
 * wrapper to style the entire main content column
 */
#main-content {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/*
 * Footer wrapper
 */

#footer .ln-divisor-mob {
  display: none;
}

#footer {
  background-color: #272B3A;
  color: #fafae6;
  height: auto;
  position: relative;
  width: 100%;
}

#footer li, #footer a {
  color: #fafae6;
  font-family: "ProximaNova-Semibold", Tahoma;
  font-weight: normal;
  font-size: 91%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}

#footer li.active > a, #footer a.menu-active, #footer a:hover {
  color: #B7DEEF;
}

#footer li {
  list-style: none;
}

span.flag-lang-icon {
  padding-right: 5px;
  padding-top: 5px;
}

span.flag-lang-icon img {
  width: 13px;
}

/*
 * FOOTER - SUBMENU
 */

#footer li#contact, #footer li#institutional {
  position: relative;
}

#footer li#contact > a, #footer li#institutional > a {
  background: url(../images/footer-arrow.png) right center no-repeat;
  padding-right: 15px;
}

#footer li#contact > a.active, #footer li#institutional > a.active {
  background: url(../images/footer-arrow-active.png) right center no-repeat;
}

#footer ul#contact-sub-items, #footer ul#institutional-sub-items {
  bottom: 27px;
  display: block;
  left: 5px;
  position: absolute;
  width: 155px;
  z-index: 998;
}

#footer ul#contact-sub-items li, #footer ul#institutional-sub-items li {
  border-bottom: 1px solid #51555f;
  background-color: #272B3A;
  display: block;
  height: 48px;
  margin-right: 0;
  width: 155px;
  overflow: hidden;
  text-align: left;
  padding-left: 20px;
}

#footer ul#contact-sub-items li:hover, #footer ul#institutional-sub-items li:hover {
  background: url(../images/bg-overfooter.png) 0 0 repeat;
  height: 48px;
  width: 155px;
  display: block;
}

#footer ul#contact-sub-items li.last, #footer ul#institutional-sub-items li.last, #footer ul#contact-sub-items li:last-child, #footer ul#institutional-sub-items li:last-child {
  border: none;
}

#footer ul#contact-sub-items li.bg-bottom, #footer ul#institutional-sub-items li.bg-bottom {
  background: url(../images/bg-menufooter.png) 0 0 no-repeat;
  width: 155px;
  height: 6px;
  display: block;
}

#footer ul#contact-sub-items li a, #footer ul#institutional-sub-items li a {
  display: block;
  height: 100%;
  padding: 17px 0;
  width: 100%;
  font-size: 91%;
}

#footer ul#contact-sub-items li.bg-bottom, #footer ul#contact-sub-items li:hover, #footer ul#contact-sub-items li, #footer ul#contact-sub-items {
  width: 212px;
  z-index: 999;
}

#footer li#contact ul, #footer li#institutional ul {
  display: none;
}

/*
 * SOCIAL MENU
 */

table#social_menu_items {
  border-collapse: separate;
  text-align: center;
  margin: auto;
  width: auto;
  cursor: pointer;
  min-height: 15px;
  font-family: "ProximaNova-Semibold"  !important;
  font-weight: normal;
  font-size: 75%;
  border: 0;
  border-spacing: 0px;
  padding: 0px;
}

table#social_menu_items td {
  height: 28px;
  text-align: center;
  padding: 0 4px;
}

table#social_menu_items td.follow-us {
  text-transform: uppercase;
}

table#social_menu_items td.follow-us p {
  font-family: "ProximaNova-Semibold", Tahoma;
  font-weight: normal;
  font-size: 116%;
  margin: 0;
  cursor: default;
}

table#social_menu_items td.last-col {
  border: 0;
}

#footer table#social_menu_items li.follow-us {
  margin: 0;
}

#footer table#social_menu_items a {
  text-indent: -9999px;
  letter-spacing: 1px;
  width: 20px;
  display: block;
  height: 20px;
}

/*
 * COPYRIGHT
 */

#footer div.copyright_menu {
  text-align: center;
  font-size: 70%;
}

#footer div.copyright_menu li {
  color: #bbbcb3;
  font-size: 100%;
}

#footer ul.copyright_menu_items a {
  border-right: 1px solid #51555f;
  color: #bbbcb3;
  font-size: 100%;
  margin-right: 5px;
  padding-right: 8px;
}

#footer ul.copyright_menu_items a.menu-active, #footer ul.copyright_menu_items a:hover {
  color: #bbbcb3;
  text-decoration: underline;
}

/*
 * Wraps the header
 */
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5);
}

/*
 * Wraps breadcrumb
 */
#breadcrumb-wrapper {
}
#breadcrumb-wrapper .container {
}

/*
 * Wraps messages and help
 */
#messages-help-wrapper {
}
#messages-help-wrapper .container {
}

/*
 * Footer wrapper
 */
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5);
}

/*
 *   Branding
 */

/*
 * Logo
 */
#logo {
  margin-left: 21px;
  margin-right: 7px;
  width: 134px;
  position: relative;
  float: left;
  z-index: 9999;
}

h1.logo {
  margin: 0;
  display: block !important;
}

#logo a {
  position: relative;
  z-index: 9;
}

#l-bglogo, #r-bglogo {
  position: absolute;
  top: -5px;
  width: 61px;
  height: 88px;
}

#l-bglogo {
  -webkit-border-radius: 0px 0px 0px 50px;
  border-radius: 0px 0px 0px 50px;
}

#r-bglogo {
  -webkit-border-radius: 0px 0px 50px 0px;
  border-radius: 0px 0px 50px 0px;
  left: 61px;
}

html.Android #l-bglogo {
  border-bottom-left-radius: 35px;
}

html.Android #r-bglogo {
	  border-bottom-right-radius: 35px;
}

#logo img {
  vertical-align: bottom;
  margin-top: -5px;
}

#logo:hover img {
  margin-top: 0;
}

#logo:hover #l-bglogo, #logo:hover #r-bglogo {
  top: 0;
}

body.admin-menu .x-color {
  background-color: red;
}

/*
 * Region Header
 */
.region-header {
  float: left;
}

/*
 * The main page title (h1)
 */
#page-title {
  margin: 0 0 0 -1px;
}

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt, .feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for links. See the ul.links declaration in node and comment
 * stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0;
  padding: 0;
}

/*
 * Sits above the main content header, like a content-top region
 */

div#rotating-item-wrapper {
  width: 100% !important;
}

/*
 * DESTAQUE PRINCIPAL
 */

div.view-highlighted-main {
  position: relative;
  overflow: hidden;
}

.highlighted div.img, .highlighted div.txt-highlighted {
  height: 0;
  padding-bottom: 36.8%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.highlighted div.txt-highlighted {
  cursor: default;
}

.highlighted div.img {
  width: 71%;
  float: left;
  background-color: transparent;
}

html.iPad .highlighted div.img {
  width: 71%;
}

.highlighted div.txt-highlighted {
  background: url(../images/bg-arroz.png) 0 0 repeat #003366;
  float: right;
  width: 29%;
}

.highdefault {
  cursor: pointer;
}

body.node-type-collection-page .highlights-default {
  margin-top: -23px;
}

.highlights-default #first-block {
  background: url(../images/bg-arroz.png) 0 0 repeat;
  margin-left: 0;
  display: table;
  cursor: default;
}

.highlights-default #first-block h2.collection,
.highlights-default #first-block p {
  font-family: 'AlternateGothic2' !important;
  font-weight: normal;
  font-style: normal;
  color: #FAFAE6;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 330%;
  letter-spacing: 2px;
}

.highlighted a {
  color: #fafae6;
}

.highdefault .bg-video, .highdefault .btn-video, .highlighted-image .bg-video, .highlighted-image .btn-video {
  display: none;
}

.highlighted-video .bg-video {
  position: absolute;
  background: url(../images/bg-hightlighted-video.png) center center transparent;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
}

.highlighted-video .btn-video {
  background: url(../images/btn-hightlighted-video.png) center center no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  display: block;
}

.highlighted-video .parts-highlight-odd .btn-video, .highlighted-video .parts-highlight-pair .btn-video {
  background: url(../images/btn-hightdefault-video.png) center center no-repeat;
  margin: 0;
  padding: 0;
}

.highlighted-video:hover .btn-video {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  display: block;
}

p.bt-cta {
  position: absolute;
  bottom: 20px;
  right: 0;
}

/*html.Chrome div.line_pair_normal p.bt-cta,
 html.Chrome div.line_odd_normal p.bt-cta {
 margin: 0 15px 0 0;
 }*/

p.bt-cta a {
  background: url("../images/cta-arrow.png") no-repeat scroll right 6px transparent;
  display: block;
  padding-right: 13px;
  text-decoration: none;
  height: 15px;
  text-transform: uppercase;
}

/*.txt-highlighted p.bt-cta a {
 padding-top: 2px;
 }*/

.highlighted-text-active .bt-cta a, .highlighted p.bt-cta a:hover, .highlighted p.bt-cta.pin-active a {
  background: url("../images/cta-arrow-over.png") no-repeat scroll right 6px transparent;
  color: #000000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  height: 15px;
}

html.Chrome p.bt-cta a {
  background: url("../images/cta-arrow.png") no-repeat scroll right 6px transparent;
}

html.Chrome .highlighted-text-active .bt-cta a, html.Chrome .highlighted p.bt-cta a:hover, html.Chrome .highlighted p.bt-cta.pin-active a {
  background: url("../images/cta-arrow-over.png") no-repeat scroll right 6px transparent;
}

.highlighted-text-active .bt-cta .cta-ico, .highlighted .bt-cta a:hover .cta-ico {
  display: block;
}

.highlighted-video:hover div.highlighted-text-active .bt-cta .cta-ico, .highlighted-video .bt-cta a:hover .cta-ico {
  display: block;
  background-position: -27px 3px;
}

/*
 * ALLTYPE
 */
.highlighted-tpl-fun, .highlighted-tpl-institutional, .highlighted-tpl-estampa {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}

.highlighted-tpl-fun {
  top: 25%;
}

.highlighted .highlighted-tpl-fun h2, .highlighted .highlighted-tpl-institutional h2, .highlighted .highlighted-tpl-estampa h2 {
  font-family: "ProximaNova-Bold" !important;
  font-weight: normal;
  font-size: 275%;
  line-height: 40px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.highlighted .highlighted-tpl-estampa h2 {
  color: #e3c080;
  width: 50%;
}

.highlighted .highlighted-tpl-institutional h2 {
  color: #5d88c9;
  width: 70%;
}

.highlighted .highlighted-tpl-fun h2 {
  font-family: "Populaire" !important;
  color: #FFFFFF;
  text-align: left;
  padding-left: 10%;
}

.highlighted .highlighted-tpl-fun p, .highlighted .highlighted-tpl-institutional p, .highlighted .highlighted-tpl-estampa p {
  font-family: "ProximaNova-Regular" !important;
  font-size: 140%;
  line-height: 27px;
  text-align: center;
  text-transform: none;
  color: #FFFFFF;
  width: 50%;
  margin: 0 auto;
  padding-top: 20px;
}

.highlighted .highlighted-tpl-institutional p {
  color: #5d88c9;
  width: 60%;
}

.highdefault .parts-highlight-txt .parts-highlight-txt-desc-hidden {
  display: none;
}

.highlighted .highlighted-tpl-fun p {
  text-align: left;
  padding-left: 10%;
  width: 30%;
  margin: 0;
}

/*
 * CAROUSEL MENU
 */

div#nav-featured a.bullet, div#nav-featured a.bullet:hover, div#nav-featured a.activeSlide, div#control a {
  background: url(../images/sp-control.png) 0 0 no-repeat;
  display: block;
  height: 9px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  overflow: hidden;
  text-decoration: none;
  text-indent: -9999px;
  width: 10px;
}

div#nav-featured a.bullet:hover {
  background-position: 0 -63px;
}

div#nav-featured a.activeSlide {
  background-position: 0 -15px;
}

.view-content > div#control, .view-content > div#nav-featured {
  position: absolute;
  right: 26.8%;
  bottom: 8%;
  z-index: 99;
}

.view-content > div#control {
  bottom: 2.4%;
}

.view-content > div#control a.played {
  background-position: 0 -30px;
}

.view-content > div#control a.played:hover {
  background-position: 0 -80px;
}

.view-content > div#control a.paused {
  background-position: 0 -47px;
}

/*
 * TRIANGULO
 */
.highlighted div.over-highlighted {
  /*background-color: transparent;*/
  background-color: #008800;
  bottom: 4%;
  display: block;
  position: absolute;
  right: 29%;
  width: 0;
}

.highlighted p.triangulo-mobile, .highlighted p.triangulo {
  border-color: transparent orange transparent transparent;
  border-style: solid;
  border-width: 8px;
  height: 1px;
  margin: 0;
  padding: 0;
  width: 1px;
  display: block;
  float: right;
}

.highlighted p.bg-triangulo {
  background: url("../images/triangulo.png") no-repeat scroll 0 0 transparent;
  bottom: -2px;
  display: block;
  height: 20px;
  position: absolute;
  right: -21px;
  width: 9px;
}

/*
 * OVERLAY VIDEO
 */

#osx-container .close a {
  color: #DDDDDD !important;
}

#osx-container {
  background: none !important;
  box-shadow: none !important;
}

#osx-modal-data iframe {
  margin-top: 3% !important;
  width: 100% !important;
  height: 600px !important;
}

#osx-container #osx-modal-data {
  padding: 0 !important;
}

/*
 * DESTAQUE PADRAO
 */

div.parts-highlight-pair, div.parts-highlight-odd {
  float: left;
  margin: 0.2%;
  width: 20.5%;
  /*width: 20.3%;*/
  height: 485px;
  position: relative;
  overflow: hidden;
}

html.Safari div.parts-highlight-pair, html.Safari div.parts-highlight-odd {
  margin: 0.2% 0.2% 0.2% 0.3%;
}

div.parts-highlight-pair {
  width: 28.9%;
}

div.first div.parts-highlight-pair, div.first div.parts-highlight-odd {
  margin-left: 0;
}

div.last div.parts-highlight-pair, div.last div.parts-highlight-odd {
  margin-right: 0;
  margin-left: 0;
  float: right;
}

.parts-highlight-img {
  height: 49.9%;
  overflow: hidden;
  width: 100%;
  position: relative;
}

/*div.line_pair_reverse div.parts-highlight-img,
 div.line_odd_normal div.parts-highlight-img {
 border-bottom: 1px solid #7f7f7f;
 height: 49.8%;
 }

 div.line_pair_normal div.parts-highlight-img,
 div.line_odd_reverse div.parts-highlight-img {
 border-top: 1px solid #7f7f7f;
 }

 div.line_odd_reverse div.parts-highlight-img {
 height: 49.8%;
 }*/

.parts-highlight-img img {
  /*height: 100%;*/
  width: 100%;
  display: block;
}

.parts-highlight-txt {
  color: #fafae6;
  height: 50%;
  /*white-space: pre-line;*/
  position: relative;
  z-index: 13;
}

.parts-highlight-txt-title {
  padding: 18px 20px 0;
  margin: 0;
}

.parts-highlight-txt a {
  font-size: 100%;
  font-family: "Tahoma";
  color: #fafae6;
}

.parts-highlight-txt-title a, .parts-highlight-txt h3 a, .parts-highlight-txt p a {
  color: #fafae6;
  font-size: 95%;
  font-family: 'ProximaNova-Semibold' !important;
}

html.Chrome .parts-highlight-txt p.bt-cta a {
  background: url("../images/cta-arrow.png") no-repeat scroll right 4px transparent;
}

.parts-highlight-txt-description {
  line-height: 17px;
  padding: 5px 20px 0;
  display: block;
  font-size: 85%;
}

div.parts-highlight-txt p.bt-cta a {
  color: #FAFAE6;
  background: url("../images/cta-arrow.png") no-repeat scroll right center transparent;
  display: inline;
}

.line_odd_normal div.parts-highlight-txt p.bt-cta a {
  background: url("../images/cta-arrow.png") no-repeat scroll right center transparent;
}

div.highdefault:hover p.bt-cta a, div.highdefault p.bt-cta a:hover {
  background: url("../images/cta-arrow-over.png") no-repeat scroll right center transparent;
  color: #000000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  height: 15px;
}

div.highdefault:hover .bt-cta .cta-ico, div.highdefault .bt-cta a:hover .cta-ico {
  display: block;
}

div.parts-highlight-txt span.cta-ico {
  background: url("../images/sp-btns-cta.png") no-repeat scroll 0 5px transparent;
  height: 15px;
  width: 27px;
}

html.Safari div.parts-highlight-txt span.cta-ico, html.Chrome div.parts-highlight-txt span.cta-ico {
  opacity: 0.9;
}

div.highlighted-video:hover .parts-highlight-txt .cta-ico, div.highlighted-video .parts-highlight-txt a:hover .cta-ico {
  display: block;
  background-position: -27px 5px;
  width: 28px;
}

div.highlighted-83:hover .parts-highlight-txt .cta-ico, div.highlighted-83 .parts-highlight-txt a:hover .cta-ico {
  display: block;
  background-position: -92px 5px;
}

/*
 * INSTAGRAM E FACEBOOK
 */

div.like_buttons {
  bottom: 15px;
  position: absolute;
  left: 20px;
  z-index: 14;
  /* height: 40px;*/
  /*overflow: hidden;*/
  width: 45px;
}

div.type-instagram div.parts-highlight-txt span.cta-ico {
  background-position: -51px 5px;
}

div.type-facebook div.parts-highlight-txt span.cta-ico {
  display: none !important;
}

div.type-facebook div.parts-highlight-txt:hover span.cta-ico {
  background-position: -72px 5px;
  display: block !important;
  width: 26px;
}

html.Chrome div.type-instagram div.parts-highlight-txt span.cta-ico {
  background-position: -51px 5px;
}

html.Chrome div.type-facebook  div.parts-highlight-txt:hover span.cta-ico {
  background-position: -72px 5px;
}

div.type-facebook #prev {
  height: 0;
  left: 0;
  padding-bottom: 90%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 10;
  text-indent: -99999px;
}

div.type-facebook #next {
  height: 0;
  right: 0;
  padding-bottom: 90%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 10;
  text-indent: -99999px;
}

div.type-facebook:hover p.bt-cta a, div.type-facebook p.bt-cta a:hover {
  color: #FAFAE6;
  background: url("../images/cta-arrow.png") no-repeat scroll right center transparent;
  display: inline;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}

div.type-facebook div.parts-highlight-txt:hover p.bt-cta a, div.type-facebook div.parts-highlight-txt p.bt-cta a:hover {
  background: url("../images/cta-arrow-over.png") no-repeat scroll right center transparent;
  color: #000000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  height: 15px;
}

/*
 * SITE INTERNACIONAL
 */

body.node-type-international-sites-page div.page {
  background-color: #00afad;
}

body.node-type-international-sites-page section header h2#page-title {
  font-family: "ProximaNova-Semibold" !important;
  font-size: 176%;
  margin-top: 5%;
  padding-bottom: 1%;
  text-align: center;
  color: #FFFFFF;
}

.box-regions h3 {
  font-family: "ProximaNova-Semibold" !important;
  color: #000000;
  font-size: 112.5%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  text-align: left;
  border-bottom: 1px solid #bee9e5;
  padding-bottom: 10px;
}

.box-regions a {
  color: #FAFAE6;
  display: block;
  float: left;
  font-family: "Tahoma";
  font-size: 85%;
  line-height: 27px;
  min-height: 20px;
  padding: 0 10px;
  text-align: left;
  vertical-align: middle;
  background: url(../images/img-bar-pais.png) right center no-repeat;
  /*width: 150px;*/
}

.box-regions a.e_commerce_true::after {
  content: "";
  background: url("../images/icon_cecommerce.png") no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
}

/*.box-regions a.first {
 padding-left: 0;
 }*/

div.region-pais {
  margin-left: -10px;
}

.box-regions a:last-child {
  background: none;
}

.box-regions a:hover {
  text-decoration: underline;
}

body.node-type-international-sites-page section#main-content {
  width: 80%;
}

body.node-type-international-sites-page section #content {
  width: auto;
  margin: 0 60px;
}

.box-regions {
  width: 100%;
}

.box-regions ul {
  text-align: left;
  padding: 0;
}

.box-regions li {
  border: medium none;
  clear: both;
  list-style: none outside none;
  padding: 30px 0 0;
  /*list-style: none;
   margin: 0 0 2px;
   padding: 0;
   margin-right: 20px;
   border: none;
   margin: 5px;
   zoom: 1; */
}

body.node-type-international-sites-page #footer {
  background-color: #005756;
  margin-top: 40px;
}

body.node-type-international-sites-page #footer p {
  background: url(../images/lg-havaianas-footer.png) right center no-repeat;
  display: block;
}

/*
 .box-regions li {
 list-style: none;
 margin: 0 0 2px;
 padding: 0;
 margin-right: 20px;
 border: none;
 display: -moz-inline-stack;
 display: inline-block;
 vertical-align: top;
 margin: 5px;
 zoom: 1;
 *display: inline;
 }
 */

body.node-type-international-sites-page div#messages {
  display: none;
}

/*
 * Sits below the main content, like a content-bottom region
 */
.region-content-aside {
}

/*
 * Sidebars - targets both
 */
.sidebar {
}

/*
 * First sidebar
 */
.region-sidebar-first {
}

/*
 * Second sidebar
 */
.region-sidebar-second {
}

/*
 * Tertiary content
 */
.region-tertiary-content {
}

/*
 * Footer region
 */
.region-footer {
}

/* =============================================================================
 *   Links
 * ========================================================================== */

a {
  text-decoration: none;
}

a:link, a:visited {
}

a:active, a.active {
}

a:hover, a:focus {
  text-decoration: none;
}

/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

/*
 * Use one of the following id's for granular control:
 *  - #menu-bar (menu bar region)
 *  - #primary-menu (main menu)
 *  - #secondary-menu (secondary/user menu)
 * You can target all of these with .nav or div[id$="menu-bar"]
 */

/* =============================================================================
 *   Superfish
 * ========================================================================== */

ul.sf-menu {
  margin-bottom: 0;
}

ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}

ul.sf-menu a:link, ul.sf-menu a:visited {
}

ul.sf-menu li {
}

ul.sf-menu li:hover, ul.sf-menu li.sfHover {
  outline: 0;
}

ul.sf-menu a {
}

ul.sf-menu a:focus, ul.sf-menu a:hover, ul.sf-menu a:active {
  outline: 0;
}

/*
 * Superfish blocks
 */
.block-superfish {
}

.block-superfish .block-inner .content {
}

.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}

.block-superfish ul ul {
}

.block-superfish ul ul ul {
}

.block-superfish ul ul ul ul {
}

.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
.sf-vertical {
  width: 100%;
}

.sf-vertical li {
  width: 100%;
}

.sf-vertical li.last {
}

.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}

.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
  padding-left: 15px;
}

ul.menu ul {
  padding-left: 15px;
}

ul.menu ul ul {
}

ul.menu ul ul ul {
}

ul.menu li {
  margin: 0;
}

ul.menu li.collapsed, ul.menu li.expanded, ul.menu li.leaf {
}

ul.menu li a {
}

ul.menu li a:link, ul.menu li a:visited {
}

ul.menu li a:active, ul.menu li a.active {
}

ul.menu li a:hover, ul.menu li a:focus {
}

ul.menu li.active a, ul.menu li.active-trail a {
}

ul.menu li.first, ul.menu li.last {
}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}

ul#submenu-header {
  display: none;
}

/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */

.book-navigation {
}

.book-navigation .page-links {
}

.book-navigation .page-previous {
}

.book-navigation .page-next {
}

.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes the string is two chars */
  min-width: 2em;
  white-space: nowrap;
}

.book-navigation .menu {
  margin-left: 0;
}

/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
  margin: 10px 0;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  display: inline;
}

#breadcrumb li.crumb-first {
}

#breadcrumb li.crumb-last {
}

#breadcrumb a {
}

#breadcrumb a:link, #breadcrumb a:visited {
}

#breadcrumb a:active, #breadcrumb a.active {
}

#breadcrumb a:hover, #breadcrumb a:focus {
}

#breadcrumb .crumb-separator {
}

/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
ul.pager li {
}

ul.pager li a {
}

ul.pager li a:link, ul.pager li a:visited {
}

ul.pager li a:active, ul.pager li a.active {
}

ul.pager li a:hover, ul.pager li a:focus {
}

ul.pager li.pager-item {
}
ul.pager li.first {
}
ul.pager li.last {
}
ul.pager li.pager-current {
}
ul.pager li.pager-first {
}
ul.pager li.pager-previous {
}
ul.pager li.pager-next {
}
ul.pager li.pager-last {
}

/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link, #skip-link a:visited {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover, #skip-link a:focus, #skip-link a:active {
  outline: 0;
}

/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
  margin-bottom: 15px;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: right;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover, ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

ul.primary li.active a, ul.primary li.active a:hover, ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.secondary li a {
}

ul.secondary li a:hover, ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}

/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

ul.action-links li {
}

/* =============================================================================
 *  Field Styling
 * ========================================================================== */

/*
 * Wrapper for any field
 */
.field {
}

/*
 * Above and inline classes are on the field wrapper
 */
.field-label-above {
}

/*
 * When labels are set to inline in field display settings the clearfix class is
 * automatically added
 */
.field-label-inline {
}

.field-label-inline .field-label {
  margin: 0;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted
 * ineritance issues
 */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

/*
 * Field types (Core)
 */

/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
.field-type-image {
}

.field-type-image .caption {
}

.field-type-image .full-caption {
}

.field-type-image .teaser-caption {
}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
.field-type-text {
}

/*
 * Long text
 */
.field-type-text-long {
}

/*
 * Text with summary
 */
.field-type-text-with-summary {
}

/*
 * File
 */
.field-type-file {
}

/*
 * Number/Integer
 */
.field-type-number-integer {
}

/*
 * Decimal
 */
.field-type-number-decimal {
}

/*
 * Number float
 */
.field-type-number-float {
}

/*
 * List
 */
.field-type-list-text {
}

/*
 * List boolean
 */
.field-type-list-boolean {
}

/*
 * List integer
 */
.field-type-list-integer {
}

/*
 * List float
 */
.field-type-list-float {
}

/*
 * Field types (Contrib)
 */
.field-type-datetime {
}

.field-type-node-reference {
}

.field-type-user-reference {
}

/*
 * Named fields
 */
.field-name-body {
}

.field-name-field-image {
}

.field-name-field-tags {
}

/*
 * Underscores in field name are replaced with dashes
 */
.field-name-field-FIELDNAME {
}

/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
.ia-n .field-type-image, .iat-n .field-type-image {
}

/*
 * Float left setting
 */
.ia-l .field-type-image figure, .iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure, .iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure, .iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}

/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block {
  margin-bottom: 1px;
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders,
 * block_system_main does not have it
 */
.block-inner {
}

/*
 * The first block in the region
 */
.block.first {
}

/*
 * The last block in the region
 */
.block.last {
}

/*
 * Zebra striping for each block in the region
 */
.block.odd {
}

/*
 * Zebra striping for each block in the region
 */
.block.even {
}

/*
 * Block title
 */
.block-title {
  margin: 0;
}

/*
 * Block content wrapper
 */
.block-content {
}

/*
 * Match item list and block menu margin and padding
 */
.block-content {
}

.block-content ul, .block-content ol {
  padding: 0 0 0 15px;
}

.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
#block-aggregator-category-1 {
}

/*
 * Block for the latest news items in the first feed
 */
#block-aggregator-feed-1 {
}

/*
 * First block created with "Add block" link
 */
#block-block-1 {
}

/*
 * "Recent blog posts" block
 */
#block-blog-recent {
}

/*
 * "Book navigation" block for the current book's table of contents
 */
#block-book-navigation {
}

/*
 * "Recent comments" block
 */
#block-comment-recent {
}

/*
 * "Active forum topics" block
 */
#block-forum-active {
}

/*
 * "New forum topics" block
 */
#block-forum-new {
}

/*
 * Language switcher block
 */
#block-locale-language {
}

/*
 * Custom menu block
 */
#block-menu-menu-NAME {
}

/*
 * "Recent content" block
 */
#block-node-recent {
}

/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
#block-node-syndicate {
}

/*
 * "Most recent poll" block
 */
#block-poll-recent {
}

/*
 * "Author information" block for the profile of the page's author
 */
#block-profile-author-information {
}

/*
 * "Search form" block
 */
#block-search-form {
}

/*
 * "Shortcuts" block
 */
#block-shortcut-shortcuts {
}

/*
 * "Popular content" block
 */
#block-statistics-popular {
}

/*
 * "Main menu" block
 */
#block-system-main-menu {
}

/*
 * "Management" block for Drupal management menu
 */
#block-system-management {
}

/*
 * "Navigation" block for Drupal navigation menu
 */
#block-system-navigation {
}

/*
 * "User menu" block for Drupal user menu
 */
#block-system-user-menu {
}

/*
 * "System help" block
 */
#block-system-help {
}

/*
 * "Main page content" block
 */
#block-system-main {
}

/*
 * "Powered by Drupal" block
 */
#block-system-powered-by {
}

/*
 * "User login form" block
 */
#block-user-login {
}

/*
 * "Who's new" block for a list of the newest users
 */
#block-user-new {
}

/*
 * "Who's online" block for a list of the online users
 */
#block-user-online {
}

/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
  margin-bottom: 20px;
}

.node.node-promoted {
}

.node.node-sticky {
}

.node.node-by-viewer {
}

.node.node-teaser {
}

.node.node-full {
}

.node.odd {
}

.node.even {
}

.node .node-title {
  margin: 0;
}

.node .user-picture {
}

.node .submitted {
}

.node .submitted .username {
}

.node .submitted time {
}

.node .node-content {
}

.node ul.links {
}

.node ul.links li {
}

.node ul.links li a {
}

.node ul.links li.node-read-more a {
}

.node ul.links li.comment-add a {
}

.node ul.links li.comment-comments a {
}

.node ul.links li.comment-new-comments a {
}

.node ul.links li.blog-sernames-blog a {
}

.node ul.links li.print-html a {
}

.node ul.links li.print-email a {
}

.node ul.links li.print-pdf a {
}

.preview .node {
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-page {
}

.node-article {
}

.node-book {
}

.node-forum {
}

.node-poll {
}

/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
  margin: 1.5em 0;
}

#comments h2 {
}

#comments h2.comment-title {
  margin: 0;
}

#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px;
}

.comment.first {
}

.comment.last {
}

.comment.odd {
}

.comment.even {
}

.comment .user-picture {
}

.comment .submitted {
}

.comment .submitted p {
}

.comment .submitted .username {
}

.comment .submitted time {
}

.comment .user-signature {
}

.comment ul.links {
}

/*
 * Comment title
 */
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
.comment-new {
}

.comment-by-anonymous {
}

.comment-by-node-author {
}

.comment-by-viewer {
}

.comment-title-hidden {
}

.comment-with-picture {
}

.comment-with-signature {
}

/*
 * Preview of the comment before submitting new or updated comment
 */
.comment-preview {
}

/*
 * "New" marker for comments that are new for the current user
 */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
.indented {
  margin-left: 40px;
}

/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item {
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 1px solid #c00 !important;
}

div.form-item-declaration-truth.error-radio label, .error-radio div.form-type-radio label {
  color: #c00 !important;
}

.form-item label {
  font-weight: 700;
}

.form-item label.option {
}

/*
 * Highlight marks and form required mark
 */
.marker, .form-required {
  color: #c00;
}

.form-item .description {
  font-size: 0.85em;
}

.form-checkboxes label, .form-radios label, .form-checkboxes .form-item, .form-radios .form-item {
  cursor: pointer;
}

/*
 * The submit button
 */
.form-submit {
}

.container-inline div, .container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
.tips {
}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
.password-parent, .confirm-parent {
  margin: 0;
}

/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

table.sticky-header {
  z-index: 10;
}

table, thead, tbody, tr, th, td {
  border-color: #ccc;
}

table, td, th {
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  background-color: #e5e5e5;
}

td, th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

tbody {
}

tbody tr {
  border-top: 1px solid #ccc;
}

tr.odd {
  background: #fff;
}

tr.info, tr.even, tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5;
}

tr.drag {
}

tr.drag-previous {
}

tr.odd td.active {
  background-color: #eee;
}

tr.even td.active {
  background-color: #ebebeb;
}

.lt-ie8 tr {
}

.lt-ie8 tr.even, .lt-ie8 tr.odd {
}

.lt-ie8 tr.even th, .lt-ie8 tr.even td, .lt-ie8 tr.odd th, .lt-ie8 tr.odd td {
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td {
}

#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
  white-space: normal;
}

/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
  margin: 10px 3px;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status {
}

div.warning {
}

tr.warning {
}

div.error, tr.error {
}

.error {
}

.warning {
}

/*
 * Unpublished nodes
 */
.node-unpublished, .comment-unpublished {
}

.node-unpublished, .comment-unpublished {
}

.node-unpublished p.unpublished, .comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {
}

.lt-ie8 .node-unpublished > *, .lt-ie8 .comment-unpublished > * {
  position: relative;
}

/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {
}
.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name, .maintenance-page #page-title {
  margin: 0;
}

.db-offline {
}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}

/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
body.admin-menu div.region-geolocator {
  display: none;
}

body.admin-menu div.region-geolocator {
  padding-top: 40px;
}

body.admin-menu #header {
  margin-top: 20px;
}

body.admin-menu div.geoshow {
  padding-top: 20px;
}

#admin-menu {
  position: fixed;
  width: 100%;
  z-index: 999999;
}

/*
 * Devel Module
 */

.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */

#styleguide-header {
  padding: 0 10px;
}

#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

html .highlighted {
  width: 100% !important;
}

.view-content {
  position: relative;
}

/* REMOVER DEPOIS DE CUSTOMIZAR O ADD */
body.node-type-header div#content-column {
  margin-top: 70px;
}

body.node-type-header ul.tabs {
  border-radius: 5px 5px 5px 5px;
  float: left;
  height: 30px;
  margin: 15px 0 0;
}

body.node-type-header ul.tabs li a {
  color: #333333;
  float: left;
  min-width: 70px;
  padding: 5px 10px;
  text-align: center;
  text-shadow: 0 1px 0 #FFFFFF;
}

body.node-type-header #block-system-main {
  margin-top: 20px;
}

body.user-role-local ul.field-collection-view-links {
  display: none;
}

.highlights-default .highdefault.type-facebook .parts-highlight-img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
 * Product page and Animation
 */

/*
 * Android issue on height change
 */
html.Android .tpl-1 img, html.Chrome.touch .tpl-1 img {
  background: url("../images/1x1.png") no-repeat scroll 0 0 transparent !important;
}

html.Android body.node-type-products-page.effect-scroll-fixed #columns, html.Chrome.touch body.node-type-products-page.effect-scroll-fixed #columns {
  padding-top: 0px;
}

body.node-type-animation {
  position: relative;
  margin: 1px;
}

body.node-type-products-page .products-page-wrapper .block-0 {
  z-index: 6;
}

body.node-type-products-page .products-page-wrapper .block-1 {
  z-index: 5;
}

body.node-type-products-page .products-page-wrapper .block-2 {
  z-index: 4;
}

body.node-type-products-page .products-page-wrapper .block-3 {
  z-index: 3;
}

body.node-type-products-page .products-page-wrapper .block-4 {
  z-index: 2;
}

body.node-type-products-page .products-page-wrapper .block-5 {
  z-index: 1;
}

body.node-type-animation .products-animation-wrapper, body.node-type-products-page .products-animation-wrapper {
  width: 100%;
  height: 100%;
  z-index: 14;
  top: 42px;
  left: 0;
}

body.node-type-animation .products-animation-wrapper, body.node-type-products-page.animation .products-animation-wrapper {
  position: fixed;
}

body.node-type-products-page .products-page-wrapper .tpl-1 {
  width: 100%;
}

body.node-type-products-page.animation .products-page-wrapper .tpl-1 {
  overflow: hidden;
  position: fixed !important;
  border-bottom: 2px solid #FFFFFF;
}

/*
 * Product Page/Animation and footer
 */
body.node-type-animation #footer,
body.node-type-products-page #footer {
  display: none;
}

/* PRODUCTS PAGE EFECTS */
div#flip-flops .parallax-button {
  display: none;
}

/*
 * NAVIGATOR EFFECTS
 */

.navigation li, .parallax-button, .parallax-top-button {
  background: url("../images/sp-prod-nav.png") no-repeat scroll 0 0 transparent;
  z-index: 20;
}

/*
 * ARROW PRODUCT
 */

div#accessories .parallax-top-button {
  background-position: -20px -40px;
}

div#accessories .p-button {
  bottom: 50px;
  left: 45%;
  position: absolute;
  cursor: pointer;
}

.parallax-button, .parallax-top-button {
  background-position: -20px 0;
  cursor: pointer;
  display: block;
  height: 32px;
  margin: 0 auto;
  text-indent: -9999px;
  width: 76px;
  position: fixed;
  bottom: 49px;
  margin: 0 auto;
}

.parallax-top-button {
  display: none;
}

.navigation {
  position: fixed;
  z-index: 13;
  top: 60px;
  right: 20px;
}

.navigation li {
  background-position: 0 -17px;
  display: block;
  height: 15px;
  padding: 0;
  text-indent: -9999px;
  width: 15px;
  cursor: pointer;
}

.navigation li:hover {
  background-position: 0 -32px !important;
  display: block;
  height: 15px;
  padding: 0;
  text-indent: -9999px;
  width: 15px;
}

.navigation li.active {
  background-position: 0 -2px !important;
  display: block;
  height: 15px;
  padding: 0;
  text-indent: -9999px;
  width: 15px;
}

div.product-type-flip-flops .navigation {
  display: none
}

body.node-type-products-page .navigation li#initial {
  display: none;
}

/*
 * ATENDIMENTO
 */
body.node-type-resale,
body.node-type-international-offices,
body.node-type-franchisee,
body.node-type-faq-page,
body.node-type-contact-us,
body.node-type-privacy-policy {
  background-color: #d4f0d3;
  height: auto;
}

body.node-type-resale h2,
body.node-type-international-offices h2,
body.node-type-franchisee h2,
body.node-type-faq-page h2,
body.node-type-contact-us h2,
body.node-type-privacy-policy h2 {
  color: #3883aa;
  font-size: 245%;
  line-height: 36px;
  text-transform: uppercase;
}

body.node-type-resale .content-inner,
body.node-type-international-offices .content-inner,
body.node-type-franchisee .content-inner,
body.node-type-faq-page .content-inner,
body.node-type-contact-us .content-inner,
body.node-type-privacy-policy .content-inner {
  margin: 0 auto;
  width: 70%;
  padding-top: 5%;
}

body.node-type-resale footer,
body.node-type-international-offices footer,
body.node-type-faq-page footer,
body.node-type-contact-us footer {
  margin-top: 200px;
}

body.node-type-contact-us iframe {
  display: none;
}

/*
 * POLITICA DE PRIVACIDADE
 */

body.node-type-privacy-policy .content-inner p, body.node-type-privacy-policy .content-inner a, body.node-type-privacy-policy .content-inner ul, body.node-type-privacy-policy .content-inner li {
  color: #676a75;
  margin: 10px 0;
}



/*
 * FORMULARIO
 */

.jqTransformHidden {
  display: none;
}

body.node-type-contact-us h3 {
  margin: -3px 0 22px;
  font-family: "Tahoma";
  font-size: 12px;
  color: #676a75;
  text-transform: none;
}

form.customer-service {
  width: 885px !important;
}

.customer-service .form-item label {
  font-family: "AlternateGothic2" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 126%;
  color: #00aead;
  text-transform: uppercase;
  padding-bottom: 3px;
}

.customer-service fieldset {
  /*border: 1px solid #bfbfbf;
   background-color: #FAFAE6;*/
  padding-bottom: 0;
  width: 851px;
}

.customer-service fieldset#edit-phones {
  width: auto;
  clear: none;
  float: left;
}


.customer-service fieldset#edit-phones.clear-both {
  clear: both;
}

.customer-service .form-item input,
.customer-service .form-item select {
  height: 27px;
  color: #470730;
  font-family: "Tahoma";
  background-color: #fff;
  border: 1px solid #bfbfbf;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-service .form-item select {
  height: 32px;
}

.customer-service .form-item textarea {
  color: #470730;
  font-family: "Tahoma";
  border: 1px solid #bfbfbf;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}


#edit-sugestion {
  border: none;
  color: #676a75;
  display: none;
}

.customer-service .form-item {
  float: left;
  margin: 0 20px 11px 0;
  position: relative;
}

.form-resale .form-item.form-item-willing-to-buy {
  margin: 0 0 11px 0;
}

.form-resale .form-item.form-item-brazil-state {
  margin: 0 20px 0 0;
}

.form-resale .form-item.form-item-company {
  clear: both;
}

fieldset#edit-sugestion, .customer-service div.form-item-files-product-image, div.form-item-address, fieldset#edit-phones, fieldset#edit-social-number, div.form-item-product-owner-name, div.form-item-name {
  float: none;
  clear: both;
  margin: 0;
}

.customer-service div.form-item-files-product-image {
  margin: 0 20px 11px 0;
  background-color: transparent;
}

div.form-item-name input {
  width: 455px;
}

div.form-item-product-owner-name input {
	width: 325px;
}

div.form-item-phone input, fieldset#edit-social-number input, div.form-item-product-owner-social-number input {
  width: 280px;
}

div.form-item-email input {
	width: 280px;
}

div.form-item-address input {
  width: 265px;
}

div.form-item-product-model input {
	width: 300px;
}

fieldset#edit-phones input, div.form-item-city input {
  width: 150px;
}

div.form-item-neighborhood input {
  width: 180px;
}

div.form-item-postal-code input {
  width: 130px;
}

div.form-item-number input {
	width: 85px;
}

div.form-item-complement input, div.form-item-reference input{
	width: 190px;
}

div.form-item-state input, div.form-item-birth-day input {
  width: 140px;
}

div.form-item-product-date-purchase input {
	width: 155px;
}

div.form-item-product-color input {
  width: 180px;
}

body.node-type-contact-us div.form-item-state input, body.node-type-contact-us div.form-item-city input {
  width: 210px;
}

div.form-item-message textarea, div.form-item-product-comments textarea {
  width: 870px;
  border: 1px solid #bfbfbf;
}

.customer-service div.form-type-checkbox {
  margin-top: 29px;
  margin-bottom: 14px;
}

.customer-service div.form-item-social-number-opt {
  margin-bottom: 19px;
}

fieldset#edit-social-number {
  display: none;
}

fieldset#edit-social-number {
  margin-bottom: 10px;
}

.customer-service div.form-item-brazil-state {
  margin-right: 0;
  width: 170px;
  margin-left: 20px;
}

fieldset#edit-social-number, fieldset#edit-product, fieldset#edit-phones {
  background: none;
  border: none;
  padding: 0;
}

.customer-service .form-item-files-product-image input {
  border: none;
}

.customer-service div.form-item-postal-code, 
body.node-type-franchisee .customer-service div.form-item-postal-code {
  margin-right: 20px;
}

.customer-service .form-item-message {
  margin-bottom: 19px;
}

.customer-service #edit-sugestion {
  text-align: left;
  margin-bottom: 19px;
  padding: 0;
}

.customer-service div.form-item-terms-and-condition-opt {
  clear: both;
  float: none;
  margin: 0;
  /*padding: 15px 0 5px;*/
  width: 120px;
}

.customer-service input.form-submit {
  background-color: #3983AA;
  border: medium none;
  color: #FFFFFF;
  height: 34px;
  text-transform: uppercase;
  width: auto;
  font-family: "AlternateGothic2" !important;
  font-size: 145%;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.3px;
  float: right;
  margin-right: 16px;
  margin-top: -20px;
  margin-bottom: 52px;
  padding: 0 5px;
  width: 90px;
}

edit-product-image:hover, .customer-service input.form-submit:hover {
  background-color: #316f91;
}

.customer-service .form-item label.error {
  color: #FF0000;
  font-size: 100%;
  height: 17px;
  left: 5px;
  overflow: hidden;
  position: absolute;
  /*top: 32px;*/
  top: 53px;
  width: 100%;
  display: none !important;
}

.customer-service .form-textarea-wrapper label.error {
  top: 123px;
}

.form-resale div.form-item-phone {
  display: block;
}

fieldset#edit-product, div.form-item-phone, div.form-item-social-number-opt, div.form-item-product-owner-social-number, div.form-item-product-owner-name, .customer-service div.grippie {
  display: none;
}

div#comments-count, div#message-count {
  float: left;
  font-size: 75%;
  margin-top: -20px;
  color: #676A75;
  font-weight: bold;
}

div#comments-count {
  margin-top: -10px;
}

/*
 * SPRITE FORMS
 */

a.jqTransformRadio, .form-item-product-size .jqTransformSelectWrapper, .form-item-brazil-state .jqTransformSelectWrapper, a.jqTransformChecked, a.jqTransformCheckbox, .jqTransformSelectWrapper {
  background: url(../images/sp-form.png) no-repeat 0 0;
}

/*
 * Radios
 */

span.jqTransformRadioWrapper {
  display: block;
  float: left;
  margin-top: 2px;
  position: relative;
}
a.jqTransformRadio {
  background-position: -87px -67px;
  vertical-align: middle;
  height: 15px;
  width: 15px;
  display: block; /*display: -moz-inline-block;*/
  cursor: pointer;
  margin-right: 10px;
  margin-top: 3px;
}

a.jqTransformRadio:hover {
  background-position: -117px -67px;
}

div.form-type-radio a.jqTransformChecked, div.form-type-radio a.jqTransformChecked:hover {
  background-position: -148px -67px;
}

/*
 * Checkboxes
 */
span.jqTransformCheckboxWrapper {
  display: block;
  float: left;
  margin-top: 2px;
  position: relative;
}
a.jqTransformCheckbox {
  background-position: 0 -68px;
  background-color: #FFFFFF;
  vertical-align: middle;
  height: 15px;
  width: 15px;
  display: block; /*display: -moz-inline-block;*/
  cursor: pointer;
  margin-right: 10px;
  margin-top: 3px;
}

a.jqTransformCheckbox:hover {
  background-position: -30px -68px;
}

/*
 * Checked - Used for both Radio and Checkbox
 */
div.form-type-checkbox a.jqTransformChecked, div.form-type-checkbox a.jqTransformChecked:hover {
  background-position: -60px -68px;
}

div.form-item-social-number-opt a.jqTransformChecked, div.form-item-social-number-opt a.jqTransformChecked:hover {
  margin-bottom: 15px;
}

/*
 * Selects
 */

.jqTransformSelectWrapper {
  width: 45px;
  position: relative;
  height: 30px;
  float: left;
  width: 214px !important;
  background-position: 0 0;
}

.jqTransformSelectWrapper:hover {
  background-position: 0 -33px;
}

.form-item-brazil-state .jqTransformSelectWrapper {
  background-position: 0 -90px;
  width: 170px !important;
}

.form-item-brazil-state .jqTransformSelectWrapper:hover {
  background-position: 0 -123px;
}

.form-item-product-size .jqTransformSelectWrapper {
  background-position: 0 -158px;
  width: 100px !important;
}

.form-item-product-size .jqTransformSelectWrapper:hover {
  background-position: 0 -191px;
}

.jqTransformSelectWrapper div span {
  font-size: 12px;
  float: none;
  position: absolute;
  white-space: nowrap;
  height: 24px;
  line-height: 15px;
  padding: 6px 0 0 12px;
  /*overflow: hidden;*/
  cursor: pointer;
  color: #b2b5bf;
  font-family: "Tahoma";
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
  display: block;
  position: absolute;
  right: 0px;
  width: 31px;
  height: 30px;
}

.jqTransformSelectWrapper ul {
  position: absolute;
  width: 43px;
  top: 30px;
  left: 0px;
  list-style: none;
  background-color: #ffffff;
  border: solid 1px #BFBFBF;
  display: none;
  margin: 0px;
  padding: 0;
  min-height: 90px !important;
  z-index: 10;
  overflow-y: auto !important;
  width: 212px !important;
}

.form-item-brazil-state .jqTransformSelectWrapper ul {
  width: 168px !important;
}

.form-item-product-size .jqTransformSelectWrapper ul {
  width: 97px !important;
}

.jqTransformSelectWrapper ul li {
  background: none;
  border-bottom: 1px solid #BFBFBF;
  height: 30px;
}

.jqTransformSelectWrapper ul a {
  display: block;
  padding: 6px 0 0 11px;
  text-decoration: none;
  color: #470730;
  font-size: 12px;
  border-bottom: none;
  height: 24px;
}

.jqTransformSelectWrapper ul a.selected {
  color: #470730;
  border-bottom: none;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
  background: #d9efef;
  color: #470730;
}

.customer-service div.description {
  color: #676A75;
}

.customer-service textarea, .customer-service input, .customer-service select {
  padding-left: 10px;
}

.customer-service option {
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #BFBFBF;
}

/*
 * CAPTCHA
 */
/*.customer-service div#edit-captcha-form {
 position: relative;
 margin-bottom: 52px;
 }

 .customer-service div#edit-captcha-form span {
 font-family: "AlternateGothic2";
 font-style: normal;
 font-weight: normal;
 font-size: 120%;
 color: #00aead;
 text-transform: uppercase;
 padding-bottom: 3px;
 display: block;
 }

 .customer-service div#recaptcha_image {
 border: 1px solid #000000;
 background-color: #FFFFFF;
 margin-bottom: 12px;
 }

 .customer-service div.recaptcha_get_another_captcha a,
 .customer-service div.recaptcha_only_if_image a,
 .customer-service div.recaptcha_help a {
 background: url(../images/sp-captcha.png) 0 0 no-repeat;
 width: 32px;
 height: 18px;
 text-indent: -99999px;
 display: block;
 }

 .customer-service div.recaptcha_get_another_captcha a,
 .customer-service div.recaptcha_get_another_captcha a:hover {
 background-position: 0 0;
 left: 205px;
 position: absolute;
 top: 105px;
 }

 .customer-service div.recaptcha_only_if_image a,
 .customer-service div.recaptcha_only_if_image a:hover {
 background-position: -32px 0 !important;
 left: 235px;
 position: absolute;
 top: 105px;
 }

 .customer-service div.recaptcha_help a,
 .customer-service div.recaptcha_help a:hover {
 background-position: -69px 0 !important;
 left: 275px;
 position: absolute;
 top: 105px;
 }

 .customer-service input#recaptcha_response_field {
 width: 195px;
 }

 .customer-service a#recaptcha_audio_play_again {
 cursor: pointer;
 left: 10px;
 position: absolute;
 top: 13px;
 }

 .customer-service a#recaptcha_audio_download {
 cursor: pointer;
 left: 10px;
 position: absolute;
 top: 35px;
 }

 .customer-service div.recaptcha_only_if_incorrect_sol {
 color: #FF0000;
 font-family: "Tahoma";
 font-size: 95%;
 left: 10px;
 position: absolute;
 top: 55px;
 }*/

div#edit-captcha-label {
  margin: 0 0 -10px;
}

div.captcha {
  clear: both;
}

.customer-service table#recaptcha_table {
  position: relative;
}

.customer-service td.recaptcha_image_cell {
  left: 0;
  position: absolute;
  top: 50px;
}

.customer-service td.recaptcha_r4_c1 {
  left: 0;
  position: absolute;
  top: 0;
}

.customer-service td.recaptcha_r4_c1 .recaptcha_input_area {
  margin-left: 0 !important;
}

.customer-service .recaptchatable * {
  font-family: "Tahoma" !important;
}

.customer-service .recaptchatable .recaptcha_r8_c1, .customer-service .recaptchatable .recaptcha_r7_c1, .customer-service .recaptchatable .recaptcha_r4_c4, .customer-service .recaptchatable .recaptcha_r4_c2, .customer-service .recaptchatable .recaptcha_r4_c1, .customer-service .recaptchatable .recaptcha_r3_c3, .customer-service .recaptchatable .recaptcha_r3_c2, .customer-service .recaptchatable .recaptcha_r3_c1, .customer-service .recaptchatable .recaptcha_r2_c2, .customer-service .recaptchatable .recaptcha_r2_c1, .customer-service .recaptchatable .recaptcha_r1_c1, .customer-service .recaptchatable tr {
  background: none;
}

.customer-service .recaptchatable #recaptcha_image {
  border: 1px solid #000000 !important;
}

.customer-service .recaptcha_theme_red #recaptcha_response_field {
  border: 1px solid #BFBFBF;
}

.customer-service .recaptchatable #recaptcha_response_field {
  width: 195px !important;
  height: 27px;
}

.customer-service .recaptchatable a:hover, .customer-service .recaptchatable a {
  background: url(../images/sp-captcha.png) 0 0 no-repeat !important;
  width: 32px;
  height: 18px;
}

.customer-service .recaptchatable a, .customer-service .recaptchatable a:hover {
  cursor: pointer;
  outline: medium none;
  padding: 0 !important;
  display: block;
}

.customer-service .recaptchatable a#recaptcha_reload_btn, .customer-service .recaptchatable a#recaptcha_reload_btn:hover {
  background-position: 0 0;
  left: 205px;
  position: absolute;
  top: 12px;
  display: block !important;
}

.customer-service .recaptchatable a#recaptcha_switch_audio_btn, .customer-service .recaptchatable a#recaptcha_switch_audio_btn:hover {
  background-position: -32px 0 !important;
  left: 235px;
  position: absolute;
  top: 12px;
  display: block !important;
}

.customer-service .recaptchatable a#recaptcha_whatsthis_btn, .customer-service .recaptchatable a#recaptcha_whatsthis_btn:hover {
  background-position: -69px 0 !important;
  left: 275px;
  position: absolute;
  top: 12px;
  display: block !important;
}
.customer-service .recaptchatable a img {
  display: none !important;
}

.customer-service .recaptcha_image_cell span a:hover, .customer-service .recaptcha_image_cell span a {
  background: none repeat scroll 0 0 transparent !important;
  display: block;
  height: 10px;
  padding: 10px 10px 0 !important;
  width: 250px;
  color: #00A1A0;
  font-weight: bold;
}

/*
 * REVENDAS
 */

body.node-type-resale div#block-system-main p {
  margin: 0;
  color: #676A75;
  font-family: "Tahoma";
  font-size: 12px;
}

body.node-type-resale div.form-item-address,
body.node-type-resale div.form-item-neighborhood {
  display: block;
}

body.node-type-resale div#block-system-main {
  margin: 30px 0;
}

body.node-type-resale div.form-type-markup {
  clear: both;
  margin-top: 20px;
}

body.node-type-resale div.form-type-markup label {
    border-bottom: 2px solid #3983AA;
    color: #3983AA;
    font-family: 'ProximaNova-Bold' !important;
    font-size: 125%;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 4px;
    margin-top: -12px;
    text-transform: uppercase;
    width: 880px;
}

body.node-type-resale div.form-item-mail input,
body.node-type-resale div.form-item-responsible input,
body.node-type-resale div.form-item-company input {
  width: 230px;
}

body.node-type-resale div.form-item-cell-phone input,
body.node-type-resale div.form-item-phone input,
body.node-type-resale div.form-item-cnpj input {
  width: 150px;
}

body.node-type-resale div.form-item-stores input {
	width: 130px;
}

body.node-type-resale .customer-service div.form-item-brazil-state,
body.node-type-resale .customer-service div.form-item-brazil-state select,
body.node-type-resale div.form-item-state input {
  width: 120px;
}

body.node-type-resale div.form-item-zipcode input {
  width: 90px;
}

body.node-type-resale div.form-item-branch-of-activity input {
  width: 410px;
}

body.node-type-resale div.form-item-other-informations textarea,
body.node-type-resale div.form-item-brands textarea {
  width: 860px;
}

body.node-type-resale .customer-service input.form-submit {
	margin-top: 10px;
	margin-right: 26px;
}

body.node-type-resale .textarea-counter {
	margin-right: 25px;
}

body.node-type-resale div.time-info {
  margin: 0 0 20px;
}

body.node-type-resale div.time-info label {
  color: #676A75;
  font-family: "Tahoma";
  font-size: 80%;
  margin: 0;
  border: none;
}

html.iPad body.node-type-resale strong a,
html.iPhone body.node-type-resale strong a {
  color: #676A75;
}

/*
 * BOX CONTACT
 */

div#block-havaianas-havaianas-contact-phones {
  clear: both;
}

div.ln-break {
  border-top: 1px solid #9dada4;
  margin-bottom: 27px;
}

body.node-type-faq-page div.ln-break {
  margin-top: 37px;
}

div#box-atendimento p {
  margin: 0;
}

p.txt-atendimento {
  color: #676a75;
}

div.box-support {
  margin-top: 15px;
  width: 612px;
  float: left;
  background-color: #00AEAD;
}

div.box-support p {
  color: #FAFAE6;
  font-family: 'ProximaNova-Bold' !important;
  font-style: normal;
  font-weight: normal;
}

p.title-support {
  font-size: 112.5%;
  text-transform: uppercase;
}

div.box-support p.title-support {
  background-color: #00a1a0;
  display: block;
  padding: 10px 15px;
}

div.box-hour, div.box-phone {
  background-color: #00aead;
  float: left;
  padding: 17px 30px 38px 20px;
  width: 245px;
  min-height: 72px;
}

div.box-phone {
  border-right: 2px solid #FFFFFF;
  width: 265px;
}

div#box-atendimento p.txt-box-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}

div.box-support p.txt-box span {
  font-family: 'AlternateGothic1' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 205%;
  line-height: normal;
  margin-right: 12px;
  text-transform: uppercase;
  color: #FAFAE6;
}

html.Chrome .box-support p.txt-box span {
  margin-right: 5px;
}

div#box-atendimento p.txt-box {
  font-family: "Tahoma";
  font-style: normal;
  font-weight: normal;
  font-size: 76%;
  line-height: normal;
}

body.node-type-contact-us div.box-contact {
  display: none;
}

div.box-contact {
  margin-top: 15px;
  background-color: #ed416c;
  float: left;
  width: 252px;
  margin-left: 20px;
  min-height: 172px;
}

div.box-contact p.title-support {
  background-color: #de3861;
  display: block;
  padding: 10px 15px;
}

div.box-contact p {
  color: #FAFAE6;
  font-family: 'ProximaNova-Bold' !important;
  font-style: normal;
  font-weight: normal;
}

div#box-atendimento div.box-contact p.txt-contact {
  display: block;
  font-family: "Tahoma";
  font-size: 76%;
  font-style: normal;
  font-weight: normal;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 27px;
  text-align: center;
  width: 140px;
  letter-spacing: 0;
}

div#box-atendimento div.box-contact p.btn-contact {
  background: #b23151;
  display: block;
  width: 130px;
  margin: 0 auto;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
}

div#box-atendimento div.box-contact p.btn-contact:hover {
  background: #8e2741;
}

html.ie10 div#box-atendimento div.box-contact p.btn-contact, html.IE-10 div#box-atendimento div.box-contact p.btn-contact, html.ie9 div#box-atendimento div.box-contact p.btn-contact, html.IE-9 div#box-atendimento div.box-contact p.btn-contact {
  width: 140px;
}

div.box-contact p.btn-contact a {
  color: #FAFAE6;
  font-family: 'AlternateGothic2' !important;
  font-size: 164%;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0;
}

div.error {
  background: none;
  background-color: #FEF5F1;
}

div.messages.status, div.messages.error {
  padding: 10px;
}

div.messages.status li, div.messages.error li {
  list-style: none;
}

div.messages ul {
  margin: 0;
}

div.status {
  background: none;
  background-color: #F8FFF0;
}

/*
 * Form - IE8
 */

html.ie8 .customer-service .form-item label, html.IE-8 .customer-service .form-item label {
  font-family: Tahoma;
  font-size: 100%;
}

html.IE-8 .customer-service input.form-submit, html.ie8 .customer-service input.form-submit {
  width: 84px;
  font-family: Tahoma;
  font-size: 90%;
  margin-bottom: 52px;
  font-weight: bold;
}

html.IE-8 div.box-support, html.ie8 div.box-support {
  min-height: 207px;
}

html.IE-8 div#box-atendimento div.box-contact p.btn-contact a, html.ie8 div#box-atendimento div.box-contact p.btn-contact a, html.IE-8 .customer-service .form-item label, html.ie8 .customer-service .form-item label, html.ie8 div.box-support p.txt-box span, html.IE-8 div.box-support p.txt-box span, html.IE-8 .customer-service .form-item label, html.ie8 .customer-service .form-item label {
  font-family: "Tahoma";
  font-size: 100%;
  font-weight: bold;
}

html.IE-8 .customer-service .form-item label, html.ie8 .customer-service .form-item label {
  font-size: 80%;
}

html.ie8 .customer-service div.form-item-terms-and-condition-opt, html.IE-8 .customer-service div.form-item-terms-and-condition-opt {
  width: 180px;
}

html.ie8 .customer-service div.form-item-product-status, html.IE-8 .customer-service div.form-item-product-status {
  clear: both;
}

html.ie8 .customer-service div.form-item-product-status  div.form-item-product-status, html.IE-8 .customer-service div.form-item-product-status  div.form-item-product-status {
  clear: none;
}

html.IE-8 div.box-support, html.ie8 div.box-support {
  width: 609px;
}

html.IE-8 div.box-hour, html.ie8 div.box-hour, html.IE-8 div.box-phone, html.ie8 div.box-phone {
  width: 253px;
}

html.IE-8 div.box-hour, html.ie8 div.box-hour {
  width: 254px;
}

html.IE-8 div#box-atendimento div.box-contact p.btn-contact, html.ie8 div#box-atendimento div.box-contact p.btn-contact {
  width: 150px;
}

html.ie8 div.box-contact, html.IE-8 div.box-contact {
  height: 152px;
}

/*
 * FAQ
 */

body.node-type-faq-page div#accordion div.ui-widget-content {
  background: none;
  /*height: 100% !important;*/
}

body.node-type-faq-page h3 {
  color: #3883aa;
  font-size: 180%;
  line-height: 18px;
  margin-top: 35px;
  text-transform: uppercase;
}

body.node-type-faq-page .ui-state-default, body.node-type-faq-page .ui-widget-content
body.node-type-faq-page .ui-state-default, body.node-type-faq-page .ui-widget-header .ui-state-default {
  border: medium none;
  background: none repeat scroll 0 0 transparent;
  color: #676a75;
  font-style: normal;
  padding: 0;
}

body.node-type-faq-page .faq-subgroup {
  margin-left: -17px;
  margin-top: -19px;
}

body.node-type-faq-page div.ui-accordion h3 {
  border: medium none;
  color: #272B3A;
  font-size: 120%;
  font-style: normal;
  font-weight: normal;
  padding: 1px 0 0 17px;
}

body.node-type-faq-page div.ui-accordion h3.ui-state-default {
  background: url(../images/btn-accordion.png) 0 3px no-repeat;
  margin-bottom: 16px;
}

body.node-type-faq-page div.ui-accordion h3.ui-state-active {
  background: url(../images/btn-accordion-on.png) 0 7px no-repeat;
}

body.node-type-faq-page .ui-accordion h4 {
  margin-top: -3px;
}

body.node-type-faq-page .ui-accordion h4.ui-corner-all {
  margin-bottom: 15px;
}

body.node-type-faq-page div.ui-accordion-content div.ui-accordion-content {
  padding: 0;
  margin-bottom: 15px;
}

body.node-type-faq-page div.ui-accordion-content p {
  color: #676a75;
  font-style: normal;
  padding: 0;
  margin: 0;
}

body.node-type-faq-page div.ui-accordion-content ul li, body.node-type-faq-page div.ui-accordion-content ol li, body.node-type-faq-page div.ui-accordion-content a {
  color: #676a75;
}

body.node-type-faq-page div.ui-accordion-content ul, body.node-type-faq-page div.ui-accordion-content ol {
  padding: 0 0 0 25px;
}

body.node-type-faq-page .accordion-hidden {
  display: none !important;
}

/*
 * Escritórios Internacionais
 */

body.node-type-international-offices .box-regions h3 {
  color: #00aead;
  border-bottom: 1px solid #6acfc0;
  padding-bottom: 6px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  margin-bottom: 11px;
}

body.node-type-international-offices .box-regions li:first-child {
  margin-top: 32px;
  padding: 0;
}

body.node-type-international-offices .box-regions span {
  color: #272b3a;
  display: block;
  float: left;
  font-family: "Tahoma";
  font-size: 85%;
  line-height: 27px;
  min-height: 20px;
  padding: 0 10px;
  text-align: left;
  vertical-align: middle;
  /*background: url(../images/img-bar-pais-int.png) right 9px no-repeat;
   width: 150px;*/
}

body.node-type-international-offices .box-regions span.active {
  background: url("../images/img-tri.png") no-repeat scroll 20px 23px transparent;
  height: 30px;
  position: relative;
  text-decoration: underline;
  z-index: 9;
}

body.node-type-international-offices .box-regions span.pipe {
  padding: 0;
}

body.node-type-international-offices .box-regions span.last {
  background: none repeat scroll 0 0 transparent;
}

body.node-type-international-offices .box-regions span.country {
  cursor: pointer;
  position: relative;
  z-index: 99;
}

body.node-type-international-offices .tooltip-group {
  clear: both;
  float: none;
  display: none;
  margin-top: 29px;
  position: absolute;
  z-index: 999;
}

body.node-type-international-offices .ei-triangul {
  display: none;
}

body.node-type-international-offices .tooltip-content {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 1px solid #aac0a9;
  border-top: 1px solid #aac0a9;
  display: block;
  margin: 0 10px;
  width: 885px;
  min-height: 90px;
}

body.node-type-international-offices .tooltip-content p.close {
  background: url(../images/bt-closed.png) right center no-repeat;
  width: 10px;
  height: 10px;
  float: right;
  text-indent: -99999px;
  margin-top: 8px;
  cursor: pointer;
}

body.node-type-international-offices .tooltip-content p.title {
  color: #676a75;
  font-family: 'ProximaNova-Bold' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 105%;
  padding-top: 15px;
  text-transform: uppercase;
}

body.node-type-international-offices .tooltip-content p.address, body.node-type-international-offices .tooltip-content p.phone, body.node-type-international-offices .tooltip-content p.pipe, body.node-type-international-offices .tooltip-content p.email {
  font-family: "Tahoma";
  font-size: 85%;
  clear: both;
  float: none;
  font-style: normal;
  font-weight: normal;
  background: none;
  color: #676a75;
  min-height: 20px;
  text-align: left;
  vertical-align: middle;
  margin-top: -3px;
  margin-bottom: 3px;
}

body.node-type-international-offices .tooltip-content p.phone, body.node-type-international-offices .tooltip-content p.pipe, body.node-type-international-offices .tooltip-content p.email {
  float: left;
  clear: none;
}

body.node-type-international-offices .tooltip-content p.email {
  margin-right: 10px;
}

body.node-type-international-offices .tooltip-content p.phone {
  margin-left: 7px;
}

body.node-type-international-offices .tooltip-content p.pipe {
  margin-left: 0;
  margin-right: 0;
}

body.node-type-international-offices .tooltip-content p.address span, body.node-type-international-offices .tooltip-content p.phone span, body.node-type-international-offices .tooltip-content p.email span {
  font-weight: bold;
  background: none;
  line-height: normal;
  min-height: 20px;
  padding: 0 5px;
  text-align: left;
  vertical-align: middle;
  color: #676a75;
  font-size: 103%;
  display: block;
  margin-top: 2px;
  float: left;
}

html.IE body.node-type-international-offices .tooltip-content p.address, html.Chrome body.node-type-international-offices .tooltip-content p.address {
  margin-bottom: 3px;
}

body.node-type-international-offices .box-regions li {
  padding: 13px 0 0;
}

/*
 * FRANCHISEE
 */

body.node-type-franchisee .form-text {
  background-color: #e8e8e8;
}

body.node-type-franchisee .form-text.required,
body.node-type-franchisee .form-item-home-phone .form-text,
body.node-type-franchisee .form-item-business-phone .form-text{
  background-color: #ffffff;
}

body.node-type-franchisee h2#page-title {
  font-size: 263%;
  margin: 1px 0 30px -1px;
}

body.node-type-franchisee div.stamp {
	width: 205px;
  height: 150px;
  float: left;
}

body.node-type-franchisee div.terms-conditions {
  width: 655px;
  float: left;
  margin-right: 20px;
}

body.node-type-franchisee div.terms-conditions p {
  line-height: 16px;
  margin: 0;
  color: #676a75;
}

body.node-type-franchisee div.terms-conditions a {
  background: url(../images/img-terms.png) no-repeat 20px center #E86380;
  display: block;
  margin-top: 19px;
  padding: 10px 0 10px 20px;
  text-align: center;
  width: 165px;
  color: #FAFAE6;
  font-family: 'AlternateGothic2' !important;
  font-size: 132%;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
  float: left;
}

body.node-type-franchisee div.terms-conditions a:hover {
  background-color: #ed406b;
}

body.node-type-franchisee div.terms-conditions span {
  color: #676A75;
  display: block;
  float: left;
  font-family: "Tahoma";
  font-size: 85%;
  line-height: 16px;
  margin: 23px 0 0 20px;
  width: 200px;
}

body.node-type-franchisee div.form-item-postal-code{
  margin-right: 20px;
}

body.node-type-franchisee div#edit-relationship-business label,
body.node-type-franchisee div#edit-personal-data label {
  color: #3983AA;
  font-family: 'ProximaNova-Bold' !important;
  font-size: 125%;
  font-style: normal;
  font-weight: normal;
  margin-top: -12px;
  text-transform: uppercase;
  border-bottom: 2px solid #3983AA;
  width: 880px;
  margin-bottom: 4px;
}

body.node-type-franchisee div.form-item-declaration-truth label.option,
body.node-type-franchisee div.form-radios label.option {
  color: #676a75;
  font-family: "Tahoma" !important;
  font-size: 85%;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}

body.node-type-franchisee div.form-item {
  display: block;
  margin-left: 0;
}

/*body.node-type-franchisee div.form-item-business-brazil-state,
 body.node-type-franchisee div.form-item-brazil-state {
 display: none;
 }*/


body.node-type-franchisee div.form-item-business-city-4 label,
body.node-type-franchisee div.form-item-business-city-3 label,
body.node-type-franchisee div.form-item-business-brazil-state-3 label,
body.node-type-franchisee div.form-item-business-brazil-state-4 label {
  display: none;
}

body.node-type-franchisee div.form-item-business-have-partners-details label,
body.node-type-franchisee div.form-item-professional-situation-value label,
body.node-type-franchisee div.form-item-business-kinship-in-havaianas-details label,
body.node-type-franchisee div.form-item-business-uses-funding-details label,
body.node-type-franchisee div.form-item-business-has-trading-post-details label,
body.node-type-franchisee div.form-item-business-own-venture-details label,
body.node-type-franchisee div.form-item-business-searching-other-details label,
body.node-type-franchisee div.form-item-business-availability-details label,
body.node-type-franchisee div.form-item-business-another-region-interest-value label,
body.node-type-franchisee div.form-item-how-did-the-process-details label,
body.node-type-franchisee div.form-item-experience-footwear-business-details label,
body.node-type-franchisee div.form-item-own-venture-details label,
body.node-type-franchisee div.form-item-professional-situation-other label {
  /*visibility: hidden;*/
}


body.node-type-franchisee div.form-item-business-brazil-state,
body.node-type-franchisee div.form-item-business-another-region-interest,
body.node-type-franchisee div.form-item-schooling,
body.node-type-franchisee div.form-item-neighborhood,
body.node-type-franchisee div.form-item-professional-situation {
  clear: both;
}

body.node-type-franchisee div.form-item-business-uses-funding div.form-item-business-uses-funding, 
body.node-type-franchisee div.form-item-business-another-region-interest div.form-item-business-another-region-interest, 
body.node-type-franchisee div.form-item-address,
body.node-type-franchisee div.form-type-radio.form-item-professional-situation {
  clear: none;
}

body.node-type-franchisee div#edit-relationship-business {
  margin-top: 33px;
  margin-bottom: 20px;
}

body.node-type-franchisee div.form-item-business-has-trading-post {
  margin-right: 27px;
}

body.node-type-franchisee div.form-item-business-have-partners-details, body.node-type-franchisee div.form-item-business-kinship-in-havaianas-details, body.node-type-franchisee div.form-item-business-uses-funding-details, body.node-type-franchisee div.form-item-business-has-trading-post-details, body.node-type-franchisee div.form-item-business-own-venture-details, body.node-type-franchisee div.form-item-business-searching-other-details, body.node-type-franchisee div.form-item-business-availability-details, body.node-type-franchisee div.form-item-business-another-region-interest-value, body.node-type-franchisee div.form-item-postal-code, body.node-type-franchisee div.form-item-how-did-the-process-details, body.node-type-franchisee div.form-item-experience-footwear-business-details, body.node-type-franchisee div.form-item-own-venture-details, body.node-type-franchisee div.form-item-professional-situation-value, body.node-type-franchisee div.form-item-area-knowledge {
  margin-right: 0;
}

.form-item.form-type-select.form-item-business-trading-post-type,
.form-item.form-type-radios.form-item-business-has-trading-post,
.form-item.form-type-radio.form-item-business-have-partners,
.form-item.form-type-radio.form-item-business-kinship-in-havaianas,
.form-item.form-type-radio.form-item-business-uses-funding,
.form-item.form-type-radio.form-item-business-has-trading-post,
.form-item.form-type-radio.form-item-business-own-venture,
.form-item.form-type-radio.form-item-business-searching-other,
.form-item.form-type-radio.form-item-business-availability,
.form-item.form-type-radio.form-item-business-another-region-interest,
.form-item.form-type-radio.form-item-how-did-the-process,
body.node-type-franchisee .form-item.form-type-radio.form-item-own-venture,
body.node-type-franchisee .form-item.form-type-radio.form-item-professional-situation {
  margin-bottom: 0;
}

body.node-type-franchisee div.form-item-business-city-4,
body.node-type-franchisee div.form-item-business-city-3,
body.node-type-franchisee div.form-item-business-city-2 {
  margin-right: 220px;
}

body.node-type-franchisee div.form-item-business-another-region-interest {
  height: 120px;
}

body.node-type-franchisee div.form-item-name input {
  width: 290px;
}

body.node-type-franchisee div.form-item-business-city-4 select,
body.node-type-franchisee div.form-item-business-city-3 select,
body.node-type-franchisee div.form-item-business-city-2 select,
body.node-type-franchisee div.form-item-business-brazil-state-4 select,
body.node-type-franchisee div.form-item-business-brazil-state-3 select,
body.node-type-franchisee div.form-item-business-brazil-state-2 select,
body.node-type-franchisee div.form-item-business-city select,
body.node-type-franchisee div.form-item-city select,
body.node-type-franchisee div.form-item-brazil-state select {
  width: 150px;
}

html.iPad body.node-type-franchisee div.form-item-business-city-4 select,
html.iPad body.node-type-franchisee div.form-item-business-city-3 select,
html.iPad body.node-type-franchisee div.form-item-business-city-2 select,
html.iPad body.node-type-franchisee div.form-item-business-brazil-state-4 select,
html.iPad body.node-type-franchisee div.form-item-business-brazil-state-3 select,
html.iPad body.node-type-franchisee div.form-item-business-brazil-state-2 select {
  width: 120px;
}

body.node-type-franchisee div.form-item-experience-footwear-business-details {
  float: right;
}

html.Chrome body.node-type-franchisee div.form-item-business-trading-post-type select {
  width: 126px;
}

html.Chrome body.node-type-franchisee div.form-item-business-uses-funding-details input {
  width: 483px;
}

body.node-type-franchisee div.form-item-business-brazil-state select {
  width: 186px;
}

body.node-type-franchisee div.form-item-business-city input, body.node-type-franchisee div.form-item-business-country select, body.node-type-franchisee div.form-item-country select, body.node-type-franchisee div.form-item-city input, body.node-type-franchisee div.form-item-neighborhood input {
  width: 120px;
}

body.node-type-franchisee div.form-item-birth-day input {
  width: 131px;
}

body.node-type-franchisee div.form-item-social-number input {
  width: 109px;
}

body.node-type-franchisee div.form-item-address input {
  width: 262px;
}

body.node-type-franchisee div.form-item-postal-code input {
  width: 80px;
}

body.node-type-franchisee #edit-country option {
  width: 110px;
}

body.node-type-franchisee div.form-item-business-phone input, body.node-type-franchisee div.form-item-cell-phone input, body.node-type-franchisee div.form-item-home-phone input {
  width: 160px;
}

body.node-type-franchisee div.form-item-area-knowledge input {
  width: 620px;
}

html.Chrome body.node-type-franchisee div.form-item-area-knowledge input {
  width: 647px;
}

html.IE body.node-type-franchisee div.form-item-area-knowledge input {
  width: 640px;
}

body.node-type-franchisee div.form-item-professional-situation-value input {
  width: 494px;
}

html.IE body.node-type-franchisee div.form-item-professional-situation-value input {
  width: 525px;
}

body.node-type-franchisee div.form-item-business-availability-details input, body.node-type-franchisee div.form-item-business-another-region-interest-value input {
  width: 660px;
}

body.node-type-franchisee div.form-item-business-own-venture-details input {
  width: 670px;
}

body.node-type-franchisee div.form-item-own-venture-details input {
  width: 662px;
}

body.node-type-franchisee div.form-item-experience-footwear-business-details textarea {
  width: 600px;
}

body.node-type-franchisee div.form-item-how-did-the-process-details input {
  width: 100%;
}

body.node-type-franchisee div.form-item-business-searching-other-details textarea {
  width: 656px;
}

body.node-type-franchisee div.form-item-business-has-trading-post-details {
  float: right;
}

body.node-type-franchisee div.form-item-business-has-trading-post-details input {
  width: 480px;
  margin-top: -5px;
}

body.node-type-franchisee div.form-item-business-uses-funding-details {
  float: right;
}

body.node-type-franchisee div.form-item-business-uses-funding-details input {
  width: 400px;
}

body.node-type-franchisee div.form-item-business-kinship-in-havaianas-details input {
  width: 870px;
}

html.IE body.node-type-franchisee div.form-item-business-kinship-in-havaianas-details input {
  width: 865px;
}

body.node-type-franchisee div.form-item-business-have-partners-details input {
  width: 693px;
}

body.node-type-franchisee div.form-item-business-kinship-in-havaianas-details {
  margin-bottom: 40px;
  clear: both;
}

body.node-type-franchisee div.form-item-business-kinship-in-havaianas-details label {
  /*display: none;*/
}

body.node-type-franchisee p.ln-break {
  border-bottom: 2px solid #3983AA;
  clear: both;
  margin: 0;
  width: 880px;
}

html.IE body.node-type-franchisee input.form-checkbox, html.IE body.node-type-franchisee input.form-radio {
  border: none;
}

body.node-type-franchisee div.form-item-declaration-truth {
  float: right;
  margin-right: 120px;
}

body.node-type-franchisee div#edit-captcha-label {
  margin: 20px 0 -10px;
}

body.node-type-franchisee div.captcha {
  clear: none;
}

body.node-type-franchisee .customer-service input.form-submit {
  /*margin-top: -45px;*/
  margin-top: 0;
  padding: 0;
  width: 80px;
}

body.node-type-franchisee .form-item-business-capital {
  clear: both;
}

body.node-type-franchisee div.form-item-business-have-partners {
  margin-top: 5px;
}

/*body.node-type-franchisee .form-item-business-uses-funding {
  margin-top: 5px;
}*/

body.node-type-franchisee div.form-item-business-has-trading-post {
  clear: both;
}

body.node-type-franchisee div.form-item-business-has-trading-post div {
  clear: none;
}

/*
 * Textarea counter
 */

.textarea-counter {
  color: #676A75;
  float: right;
  font-size: 75%;
  font-weight: bold;
  margin-right: 10px;
  margin-top: -10px;
  clear: both;
}

/*
 * PROPAGANDA
 */

body.node-type-publicity-page h1,
body.node-type-publicity-page h2 {
  display: none;
}

body.node-type-publicity-page .block {
  margin-bottom: 0;
}

body.node-type-publicity-page .principal {
  width: 59.8%;
  background-color: black;
  float: left;
  height: 475px;
  overflow: hidden;
  margin-right: 0.2%;
  margin-bottom: 0.2%;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  cursor: pointer;
  position: relative;
}

body.node-type-publicity-page .principal:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}

body.node-type-publicity-page .box {
  height: 236px;
  overflow:hidden;
  float: left;
  position: relative;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  cursor: pointer;
}

body.node-type-publicity-page .box:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}

body.node-type-publicity-page .cntr-content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

body.node-type-publicity-page .k-group-other .cntr-content,
/*body.node-type-publicity-page .j-group-other .cntr-content,*/
body.node-type-publicity-page .i-group-other .cntr-content,
body.node-type-publicity-page .h-group-other .cntr-content,
body.node-type-publicity-page .f-group-other .cntr-content,
/*body.node-type-publicity-page .e-group-other .cntr-content,*/
body.node-type-publicity-page .d-group-other .cntr-content,
body.node-type-publicity-page .c-group-other .cntr-content,
/*body.node-type-publicity-page .b-group-other .cntr-content,*/
body.node-type-publicity-page .a-group-other .cntr-content,
body.node-type-publicity-page .j-group1 .cntr-content,
body.node-type-publicity-page .i-group1 .cntr-content,
body.node-type-publicity-page .h-group1 .cntr-content,
body.node-type-publicity-page .g-group1 .cntr-content,
body.node-type-publicity-page .f-group1 .cntr-content,
body.node-type-publicity-page .e-group1 .cntr-content,
/*body.node-type-publicity-page .d-group1 .cntr-content,*/
body.node-type-publicity-page .c-group1 .cntr-content,
body.node-type-publicity-page .b-group1 .cntr-content {
  width: 203%;
  left: -52%;
}

body.node-type-publicity-page .content-column img {
  display: block;
  width: 100%;
}

.a-group1 {
  width: 40%;
  margin-bottom: 0.2%;
}

.b-group1 {
  margin-right: 0.3%;
  width: 19.7%;
  margin-bottom: 0.3%;
}

.c-group1 {
  width: 20%;
  margin-bottom: 0.3%;
}

.e-group-other,
.b-group-other,
.d-group1 {
  margin-bottom: 0.2%;
  margin-right: 0.2%;
  width: 39.8%;
}

.f-group-other,
.e-group1,
.j-group1 {
  margin-bottom: 0.2%;
  margin-left: 0.1%;
  margin-right: 0.2%;
  width: 19.7%;
}

.c-group-other,
.f-group1 {
  margin-bottom: 0.2%;
  margin-right: 0.3%;
  width: 19.7%;
}

.k-group-other,
.d-group-other,
.g-group1 {
  margin-bottom: 0.2%;
  width: 20%;
}

.i-group-other,
.h-group-other,
.a-group-other,
.h-group1,
.i-group1 {
  margin-bottom: 0.2%;
  margin-right: 0.2%;
  width: 19.8%;
}

.k-group1,
.g-group-other {
  width: 40%;
  margin-bottom: 0.2%;
}

.j-group-other {
  margin-bottom: 0.2%;
  margin-left: 0.1%;
  margin-right: 0.3%;
  width: 39.6%;
}

.h-group1,
.i-group1,
.j-group1,
.k-group1,
.a-group-other,
.b-group-other,
.c-group-other,
.d-group-other,
.e-group-other,
.f-group-other,
.g-group-other {
  margin-bottom: 0.25%;
}

body.node-type-publicity-page div.image .bg-video,
body.node-type-publicity-page div.image .btn-video {
  display: none;
}

body.node-type-publicity-page div.principal .bg-video,
body.node-type-publicity-page div.video .bg-video {
  position: absolute;
  background: url(../images/bg-hightlighted-video.png) center center transparent;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
}

body.node-type-publicity-page div.video .btn-video {
  height: 71%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  display: block;
}

body.node-type-publicity-page div.video .btn-video {
  background: url(../images/btn-video-propaganda-padrao.png) center center no-repeat;
  margin: 0;
  padding: 0;
}

body.node-type-publicity-page div.principal .btn-video {
  background: url(../images/btn-video-propaganda-principal.png) center center no-repeat;
  height: 100%;
}

body.node-type-publicity-page div.video:hover .btn-video {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  display: block;
}


/*
 * OVERLAY PROPAGANDA
 */

body.node-type-publicity-page div#dialog {
  display: none;
}

/*body.node-type-stores-page a.ui-dialog-titlebar-close span,
div.ui-resizable .ui-widget-header .ui-icon-closethick:hover,
div.ui-resizable .ui-widget-header .ui-icon-closethick {
  background: url("../images/btn-close-1.png") 0 0 no-repeat;
  height: 30px;
}

body.node-type-stores-page a.ui-dialog-titlebar-close:hover span,
div.ui-resizable .ui-widget-header .ui-icon-closethick:hover {
  background: url("../images/btn-close-1.png") 0 -35px no-repeat;
  height: 30px;
}*/

body.node-type-publicity-page div.ui-resizable .ui-widget-header .ui-icon-closethick:hover,
body.node-type-publicity-page div.ui-resizable .ui-widget-header .ui-icon-closethick {
  background: url("../images/btn-close-1.png") 0 0 no-repeat;
  height: 30px;
  width: 26px;
}

body.node-type-publicity-page div.ui-resizable .ui-widget-header .ui-icon-closethick:hover {
  background: url("../images/btn-close-1.png") 0 -35px no-repeat;
  height: 30px;
}

body.node-type-stores-page div.ui-resizable .ui-widget-header .ui-dialog-titlebar-close:hover,
body.node-type-stores-page div.ui-resizable .ui-widget-header .ui-dialog-titlebar-close {
  background: url(../images/btn-close-store.png) 0 0 no-repeat;
  width: 21px;
  height: 21px;
  display: block;
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 99;
  margin-right: 5px;
}

body.node-type-stores-page div.ui-resizable .ui-widget-header .ui-dialog-titlebar-close:hover {
  background-position: 0 -24px;
}

div.ui-resizable .ui-widget-header .ui-icon-closethick {
  background: none;
}


body.node-type-stores-page a.ui-dialog-titlebar-close span {
  text-indent: -9999px;
  display: block;
}

body.node-type-publicity-page .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-resizable {
  border-radius: 0 0 0 0 !important;
  height: 1024px !important;
  left: 0 !important;
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
  /*padding-top: 50px;*/
}

body.node-type-publicity-highlights-main .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-resizable {
  position: absolute !important;
}

body.node-type-publicity-highlights-default .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-resizable {
  position: absolute !important;
}

body.node-type-publicity-highlights-default #logo .x-color,
body.node-type-publicity-highlights-main #logo .x-color {
  background-color: #3982A8;
}

body.node-type-publicity-page div.ui-dialog {
  background: url(../images/bg-transp.png) 0 0 repeat;
}

body.node-type-publicity-page #dialog {
  background: none repeat scroll 0 0 #fafae6;
  margin-left: 14%;
  padding: 0.4%;
  width: 70% !important;
}

body.node-type-publicity-page .ui-dialog .ui-dialog-content,
body.node-type-publicity-page .ui-dialog .ui-dialog-content iframe {
  height: 500px;
  width: 100%;
}

body.node-type-publicity-page div#dialog p {
  margin: 0;
  padding: 10px;
}

body.node-type-publicity-page div.dialog-year {
  background: none repeat scroll 0 0 #008487;
  float: left;
  margin-right: 0.6%;
  /*padding: 0.6% 2%;*/
  text-align: center;
/*  width: 106px;
  width: 10%;*/
 width: 88px;
  height: 96px;
}

body.node-type-publicity-page div.dialog-year p {
  font-family: 'GarageGothic-Bold' !important;
  font-size: 320%;
  font-style: normal;
  font-weight: normal;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  color: #FFFFFF;
  padding-top: 12% !important;
}

html.IE-8 body.node-type-publicity-page div.dialog-year p {
  font-size: 200%;
  padding-top: 20px !important;
}

body.node-type-publicity-page div.dialog-description {
  background-color: #E4E5D4;
  float: left;
  /*padding: 0.6% 1.5%;
  width: 87.4%;*/
  width: 89.4%;
  height: 96px;
  overflow: hidden;
}

html.IE-8 body.node-type-publicity-page div.dialog-description {
	width: 89.4%;
}

/*
body.node-type-publicity-page div.dialog-description p {
  font-family: "tahoma";
  font-size: 80%;
  color: #000000;
}*/

/*
 * SAFARI
 */

html.Safari body.node-type-publicity-page .principal {
  width: 59.6%;
  margin-right: 0.4%;
  margin-bottom: 0.5%;
  height: 476px;
}

html.Safari .a-group1 {
  width: 40.1%;
  margin-bottom: 0.4%;
}

html.Safari .b-group1 {
  margin-right: 0.4%;
  width: 19.6%;
  margin-bottom: 0.4%;
}

html.Safari .c-group1 {
  width: 20.1%;
  margin-bottom: 0.4%;
}

html.Safari .e-group-other,
html.Safari .b-group-other,
html.Safari .d-group1 {
  margin-bottom: 0.4%;
  margin-right: 0.4%;
  width: 39.6%;
}

html.Safari .f-group-other,
html.Safari .e-group1,
html.Safari .j-group1 {
  margin-bottom: 0.4%;
  margin-left: 0;
  margin-right: 0.4%;
  width: 19.6%;
}

html.Safari .c-group-other,
html.Safari .f-group1 {
  margin-bottom: 0.4%;
  margin-right: 0.4%;
  width: 19.6%;
}

html.Safari .k-group-other {
  width: 20.1%;
}

html.Safari .d-group-other,
html.Safari .g-group1 {
  margin-bottom: 0.4%;
  width: 20.19%;
}

html.Safari .i-group-other,
html.Safari .h-group-other,
html.Safari .a-group-other,
html.Safari .h-group1,
html.Safari .i-group1 {
  margin-bottom: 0.4%;
  margin-right: 0.4%;
  width: 19.6%;
}

html.Safari .i-group1 {
  width: 19.7%;
}

html.Safari .k-group1,
html.Safari .g-group-other {
  width: 40.1%;
  margin-bottom: 0.4%;
}

html.Safari .j-group-other {
  margin-bottom: 0.4%;
  margin-left: 0;
  margin-right: 0.4%;
  width: 39.6%;
}

/*
 * SUSTENTABILIDADE
 */

body.node-type-sustainability-block #logo .x-color {
  background-color: #494B79;
}

body.node-type-sustainability #main-content-header {
  /*background: url(images/bg-png-2.png) no-repeat center top;*/
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 500px;
  position: relative;
  z-index: 12;
}

body.node-type-sustainability header h2#page-title {
  clear: both;
  display: block;
  padding: 0;
  margin:0;
  position: absolute;
  text-transform: uppercase;
  top: 87px;
  width: 100%;
  font-family: 'AlternateGothic1' !important;
  text-align: center;
  letter-spacing: 2px;
  word-spacing: 4px;
  line-height: 1em;
  color: #43b593;
  font-weight:normal;
  font-size: 97px;
  text-shadow:0px 0px 0 rgb(67,181,147),
                        1px 1px 0 rgb(49,131,107),
                        2px 2px 0 rgb(-28,133,139),
                        3px 3px 0 rgb(-49,112,118),
                        4px 4px 1px rgba(0,0,0,0.5);
}

html.IE-8 body.node-type-sustainability header h2#page-title {
  font-size: 400%;
}

body.node-type-sustainability h2.block-title {
  display: none;
}

body.node-type-sustainability div.view-content {
  padding: 0 20%;
  margin-top: -247px;
  z-index: 99;
}

body.node-type-sustainability div.sustainability-block div.sustainability-header {
  margin-bottom: 20px;
}

body.node-type-sustainability div.sustainability-block {
  padding-bottom: 50px;
}

body.node-type-sustainability div.sustainability-block table,
body.node-type-sustainability div.sustainability-block tr,
body.node-type-sustainability div.sustainability-block tbody,
body.node-type-sustainability div.sustainability-block td {
  border:none;
  padding: 0;
}

body.node-type-sustainability div.sustainability-block .title-image {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  padding-right: 20px;
  /*width: 150px;	*/
}

/*html.no-touch body.node-type-sustainability div.sustainability-block:first-child .title-image {
  width: 95px;
}*/

body.node-type-sustainability div.sustainability-block .ln-vert {
  border-right: 1px solid #000000;
  text-indent: -99999px;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
}

body.node-type-sustainability div.sustainability-block .title-text h3 {
  display: block;
  float: left;
  font-family: 'GarageGothic-Bold' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 420%;
  color: #000000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  text-transform: uppercase;
  padding-left: 20px;
  line-height: 50px;
  margin: 0;
}

html.IE-8 body.node-type-sustainability div.sustainability-block .title-text h3 {
  font-size: 400%;
}

body.node-type-sustainability div.sustainability-block .description p {
  margin: 0;
}

body.node-type-sustainability div.sustainability-block p {
  color: #1e2943;
  font-size: 12px;
  font-family: 'Tahoma';
  line-height: 16px;
  letter-spacing: 1.5px;
  margin: 10px 0;
  padding: 0;
}

body.node-type-sustainability div.sustainability-block .e-commerce {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  height: auto;
  padding: 9px 8px 8px;
  text-align: center;
  width: 70px;
  margin-top: 16px;
  background-color: #000000;
}

body.node-type-sustainability div.sustainability-block table {
  margin: 15px 0;
}

html.ie8 body.node-type-sustainability div.sustainability-block .e-commerce {
  width: 105px;
}

body.node-type-sustainability div.sustainability-block .e-commerce:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  cursor: pointer;
  background-color: #000000;
}

body.node-type-sustainability div.sustainability-block .e-commerce a {
  color: #FAFAE6;
  font-family: 'AlternateGothic2' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

html.IE-8 body.node-type-sustainability div.sustainability-block .e-commerce a  {
  font-weight: bold;
}

body.node-type-sustainability div.sustainability-block .cntr-content {
  position: relative;
}

body.node-type-sustainability div.sustainability-block .bg-video {
  position: absolute;
  background: url(../images/bg-hightlighted-video.png) center center transparent;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  width: 100%;
  height: 98%;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
}

body.node-type-sustainability div.sustainability-block .btn-video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  display: block;
  background: url(../images/btn-video-propaganda-principal.png) center center no-repeat;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

body.node-type-sustainability div.sustainability-block:hover .btn-video {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  display: block;
  cursor: pointer;
}

body.node-type-sustainability div.sustainability-block div.block-image {
  margin-top: -60px;
  position: relative;
  z-index: 9;
}

/*
 * OVERLAY
 */

body.node-type-sustainability div#dialog {
  display: none;
}

body.node-type-sustainability div.ui-dialog-titlebar {
  width: 85.6%;
  top: 6px;
}

body.node-type-sustainability div.ui-resizable .ui-widget-header .ui-icon-closethick:hover,
body.node-type-sustainability div.ui-resizable .ui-widget-header .ui-icon-closethick {
  background: url("../images/btn-close-1.png") 0 0 no-repeat;
  height: 30px;
}

body.node-type-sustainability div.ui-resizable .ui-widget-header .ui-icon-closethick:hover {
  background: url("../images/btn-close-1.png") 0 -35px no-repeat;
  height: 30px;
}

body.node-type-sustainability  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-resizable {
  border-radius: 0 0 0 0 !important;
  height: 1024px !important;
  left: 0 !important;
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  padding-top: 60px;
}

body.node-type-sustainability-block .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-resizable {
  position: absolute !important;
}

body.node-type-sustainability  div.ui-dialog {
  background: url(../images/bg-transp.png) 0 0 repeat;
}

body.node-type-sustainability  #dialog {
  background: none repeat scroll 0 0 #fafae6;
  margin-left: 14%;
  padding: 0.4%;
  width: 70% !important;
}

body.node-type-sustainability .ui-dialog .ui-dialog-content,
body.node-type-sustainability .ui-dialog .ui-dialog-content iframe {
  height: 500px !important;
  width: 100%;
  overflow: hidden;
}

/*
 * IE-8
 */

/*html.IE-8 ul.element-hidden {
  display: block !important;
}*/

/*
 * STORE LOCATOR
 */

body.node-type-stores-page div#dialog-loading {
  background: #FAFAE6;
  left: 35%;
  padding: 30px;
  position: absolute;
  top: 40%;
  width: 300px;
  border: 2px solid #FFFFFF;
  border-radius: 2px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
}


body.node-type-stores-page #wrapper {
  position: relative;
}

body.node-type-stores-page #map_canvas {
  height: 100%
}

body.node-type-stores-page #over_map_search {
  position: absolute;
  background-color: #FFFFFF;
  top: 180px;
  left: 20px;
  z-index: 99;
}

body.node-type-stores-page #over_map_left {
  height: 200px;
  position: absolute;
  background-color: white;
  top: 248px;
  left: 20px;
  z-index: 99;
}

body.node-type-stores-page #route {
  position: absolute;
  background-color: #FFFFFF;
  top: 450px;
  left: 20px;
  z-index: 99;
}

body.node-type-stores-page #user_location {
  position: absolute;
  background-color: #FAFAE6;
  z-index: 99;
}

body.node-type-stores-page div.ui-resizable {
  background: #FAFAE6;
  border: 2px solid #FFFFFF;
  width: 310px !important;
}

body.node-type-stores-page div.dialog-content,
body.node-type-stores-page div.dialog-content-loading{
  font-family: ProximaNova-Bold !important;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #008B6C;
}

body.node-type-stores-page h1,
body.node-type-stores-page div#dialog {
  display: none;
}

body.node-type-stores-page div#dialog {
  height: auto !important;
  margin-bottom: 20px;
}

body.node-type-stores-page div#dialog p {
	margin: 0;
}

body.node-type-stores-page div#user_location {
  height: auto;
}

body.node-type-stores-page div#user_location h2,
body.node-type-stores-page div#user_location p a,
body.node-type-stores-page div#user_location p {
  color: #008867;
  font-family: "ProximaNova-Bold" !important;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

body.node-type-stores-page div#user_location input#addressInput {
  border-left: 1px solid #BFBFBF;
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  border-right: none;
  float: left;
  padding-left: 5px;
  font-size: 13px;
}

html.iPad body.node-type-stores-page div#user_location input#addressInput,
html.iPhone body.node-type-stores-page div#user_location input#addressInput {
	-webkit-appearance: none;
}

body.node-type-stores-page div#user_location input#googlesearch {
  background: url(../images/btn-store.jpg) 0 0 no-repeat;
  border-left: none;
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
}

body.node-type-stores-page div#user_location input#googlesearch:hover {
  background-position: 0 -36px;
}

body.node-type-stores-page div.infoBox img {
  text-indent: -9999px;
  display: block;
}

body.node-type-stores-page .current-location-button {
  width: 100%;
  max-width: 440px;
  min-width: 290px;
  background-color: #00aead;
  border: 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-style: normal;
  margin: 16px auto;
  display: table;
  padding: 6px 0;
}

body.node-type-stores-page .current-location-button .current-location-text {
  font-family: "ProximaNova-Bold" !important;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
}

body.node-type-stores-page .current-location-button .current-location-text:before {
  content: ' ';
  height: 32px;
  width: 32px;
  background: url(../images/green-pin.png) no-repeat;
  display: inline-block;
  margin-top: -20px;
}

/*
 * STORE DETAILS
 */

body.node-type-stores-page div.close p {
  margin: 0;
}

body.node-type-stores-page p.clear {
  height: 1px;
  margin: 0;
}

body.node-type-stores-page div.close a {
  background: url(../images/btn-close-store.png) 0 0 no-repeat;
  width: 21px;
  height: 21px;
  display: block;
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 99;
}

body.node-type-stores-page div.close a:hover {
  background-position: 0 -24px;
}

body.node-type-stores-page div.details-box-title {
  clear: both;
  margin-bottom: 10px;
}

body.node-type-stores-page div.details-box-title p {
	color: #282939;
}

body.node-type-stores-page p.details-title {
  color: #008867 !important;
  font-family: "ProximaNova-Bold" !important;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 0 14px;
}

body.node-type-stores-page div.details-phone {
  background: #E71C70;
  float: left;
  margin-right: 2px;
  padding: 15px 20px 0;
  text-align: center;
  margin-bottom: 2px;
  margin-top: 10px;
  overflow: hidden;
  height: 56px;
}

body.node-type-stores-page div.details-phone p {
  font-family: 'AlternateGothic1' !important;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}

html.ie8 body.node-type-stores-page div.details-phone p {
  font-family: Tahoma !important;
  font-size: 16px;
  margin-top: 10px;
}

body.node-type-stores-page div.details-hour {
  background: #7bd0e4;
  float: left;
  height: 61px;
  padding: 10px 20px 0;
  margin-bottom: 2px;
  margin-top: 10px;
  overflow: hidden;
}

body.node-type-stores-page div.details-hour table {
  border: none;
  margin: -3px 0 0;
}

body.node-type-stores-page div.details-hour tbody,
body.node-type-stores-page div.details-hour tr {
  border: none;
}

body.node-type-stores-page div.details-hour td {
  vertical-align: middle;
  height: 61px;
  padding: 0;
}

body.node-type-stores-page div.details-hour p {
  color: #FFFFFF;
  font-family: "ProximaNova-Bold" !important;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

body.node-type-stores-page div.details-products {
  background: #3dba9a;
  clear: both;
  color: #FFFFFF;
  margin-bottom: 2px;
}

body.node-type-stores-page p.products-title {
  background: #37A78A;
  font-family: "ProximaNova-Bold" !important;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 0 3px;
}

body.node-type-stores-page ul.products-list li {
	list-style: none;
	margin-bottom: 15px;
	float: left;
	width: 210px;
}

body.node-type-stores-page ul.products-list p {
  font-family: "ProximaNova-Bold" !important;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

body.node-type-stores-page ul.products-list span.product-icon {
  background: url(../images/sp-products-icon.png) 0 -5px no-repeat;
  display: block;
  height: 25px;
  width: 49px;
  float: left;
}

body.node-type-stores-page ul.products-list p.flip_flops span {
  background-position: 0 -5px;
}
body.node-type-stores-page ul.products-list p.accessories span {
  background-position: 0 -45px;
}
body.node-type-stores-page ul.products-list p.myoh span {
  background-position: 0 -241px;
}
body.node-type-stores-page ul.products-list p.soul_collection span {
  background-position: 0 -90px;
}
body.node-type-stores-page ul.products-list p.special_collection span {
  background-position: 0 -185px;
}
body.node-type-stores-page ul.products-list p.clothing span {
  background-position: 0 -131px;
}
body.node-type-stores-page ul.products-list p.rain_boots span {
  background-position: 0 -281px;
}

body.node-type-stores-page div.details-rotes p.rotes-icon {
	background: url(../images/icon-store-rote.png) 0 9px no-repeat;
	margin: 0 auto;
	display: block;
	width: 28px;
	height: 40px;
}

body.node-type-stores-page div.details-rotes p.rotes-label,
body.node-type-stores-page div.details-rotes p.rotes-label a {
  color: #FFFFFF;
  font-size: 105%;
  text-align: center;
  font-family: "ProximaNova-Bold" !important;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  padding-top: 2px;
}

body.node-type-stores-page div.details-flipflop p.flipflop-label {
	color: #FFFFFF;
  text-align: center;
  font-family: "ProximaNova-Bold" !important;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  padding-top: 5px;
}

body.node-type-stores-page div.details-flipflop p.flipflop-icon {
  background: url(../images/icon-store-flipflop.png) 0 0 no-repeat;
  margin: 0 auto;
  display: block;
  width: 60px;
  height: 26px;
}

body.node-type-stores-page p.banner-txt {
  color: #FFFFFF;
  text-align: center;
  font-family: "ProximaNova-Bold" !important;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  margin: 17px 20px;
}

html.IE div.gmnoprint {
  width: auto !important;
}

body.node-type-stores-page div.back-to-map {
  display: none;
}

/*
 * LIST ALL STORE
 */
body.node-type-stores-page div#all_stores {
  border-top: 2px solid #29293a;
}

body.node-type-stores-page div#all_stores h2 {
  color: #008B6C;
  font-size: 220%;
  margin-left: 20px;
  margin-top: 90px;
}

body.node-type-stores-page div#all_stores p {
  color: #29293A;
  font-size: 90%;
  line-height: 22px;
}

body.node-type-stores-page div#all_stores div.store-list {
  margin-top: 22px;
  padding: 22px 0;
}

body.node-type-stores-page div#all_stores div.box-odd {
  background: #F5F4D6;
}

body.node-type-stores-page div#all_stores div.box-pair {
	margin-top: 0;
}

body.node-type-stores-page div#all_stores p.list-title {
  color: #008B6C;
  font-family: ProximaNova-Bold !important;
  font-size: 140%;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  margin-left: 20px;
  display: block;
  padding-right: 15px;
  text-transform: uppercase;
}

/*body.node-type-stores-page div#all_stores p.list-title span {
	background: url("../images/arrow-store-list.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}*/

body.node-type-stores-page div#all_stores div.list-box-title {
  margin-bottom: 10px;
}

body.node-type-stores-page div#all_stores span.title {
  color: #008B6C;
  font-family: ProximaNova-Bold !important;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}

body.node-type-stores-page div#all_stores div.list-street,
body.node-type-stores-page div#all_stores div.list-rotes {
	float: left;
}

body.node-type-stores-page div#all_stores p.rotes-label,
body.node-type-stores-page div#all_stores p.street-label {
  background: #7AD1C1;
  cursor: pointer;
  margin: 10px 0 10px 20px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
}

body.node-type-stores-page div#all_stores p.rotes-label {
  width: 70px;
}

body.node-type-stores-page div#all_stores p.rotes-label:hover,
body.node-type-stores-page div#all_stores p.street-label:hover  {
  background: #00abaf;
}

body.node-type-stores-page div#all_stores p.rotes-label a,
body.node-type-stores-page div#all_stores p.street-label a {
  color: #FFFFFF;
  cursor: pointer;
  font-family: ProximaNova-Bold !important;
  font-style: normal;
  font-weight: normal;
}

/*
 * VA DA HAVAIANAS
 */

body.node-type-stores-page div.box-go-havaianas {
  background: none repeat scroll 0 0 #FAFAE6;
  border: 2px solid #FFFFFF;
  border-radius: 2px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  height: 120px;
  margin-top: 37px;
  width: 220px;
  height: auto;
  position: absolute;
  right: 50px;
  top: 20px;
}

body.node-type-stores-page div.box-go-havaianas {
	display: none;
}

body.node-type-stores-page div.subox-feet {
  background: #f08133;
  border-bottom: 2px solid #FFFFFF;
}

body.node-type-stores-page div.subox-kcal {
  background: #3dba9a;
}

body.node-type-stores-page p.kcal-txt,
body.node-type-stores-page p.feet-txt {
  font-family: ProximaNova-Bold !important;
  font-size: 120%;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  margin: 0 20px;
  padding: 21px 0 20px;
  /*padding: 21px 0 15px;*/
}

body.node-type-stores-page p.kcal-txt {
  color: #FFFFFF;
  line-height: 20px;
}

body.node-type-stores-page p.kcal,
body.node-type-stores-page p.feet-distance {
  color: #FFFFFF;
  font-family: AlternateGothic2 !important;
  font-size: 630%;
  font-style: normal;
  font-weight: normal;
  line-height: 45px;
  text-align: center;
  display: block;
  margin: 0;
  letter-spacing: -4px;
}

html.ie8 body.node-type-stores-page p.kcal,
html.ie8 body.node-type-stores-page p.feet-distance {
  font-size: 430%;
}

body.node-type-stores-page p.feet-txt,
body.node-type-stores-page p.kcal {
  color: #000000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
}

body.node-type-stores-page div.subox-feet p.txt-bl2 {
  padding-bottom: 0;
}

body.node-type-stores-page p.txt-store {
  color: #FFFFFF;
  letter-spacing: 0.5px;
  padding-bottom: 15px;
  text-align: center;
  margin: 0;
}

div.gm-style img {
  max-width: none !important;
}

/*bugfix*/
body.logged-in div.workflow-form-container,
body.logged-in div.workflow-current-state {display: none}

/*
 * HISTORIA DA MARCA
 */

body.node-type-history-page div#content {
  margin-bottom: -1px;
}

body.node-type-history-year table,
body.node-type-history-year tbody,
body.node-type-history-year tr,
body.node-type-history-year td,
body.node-type-history-page table,
body.node-type-history-page tbody,
body.node-type-history-page tr,
body.node-type-history-page td {
  border: none;
  padding: 0;
  margin: 0;
}

body.node-type-history-page li {
  list-style: none;
}

ul.history-slider {
  margin: 0;
}

body.logged-in ul.history-slider {
	padding: 0;
}

div.history-item-right h2#history-item-year {
  background-color: #333333;
  margin: 0;
}

body.iPhone div.history-item-right span.history-item-year,
div.history-item-right span.history-item-year {
  color: #FFFFFF;
  display: block;
  font-family: "GarageGothic-Bold" !important;
  text-align: center;
  letter-spacing: 2.5px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}

div.history-item div.history-item-left {
  position: relative;
  background: url(../images/bg-grao.jpg) 0 0 repeat #E6E6E6 !important;
}

div.history-item div.history-item-left .bg-video {
  position: absolute;
  background: url(../images/bg-hightlighted-video.png) center center transparent;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
}

div.history-item div.history-item-left .btn-video {
  background: url(../images/btn-hightlighted-video.png) center center no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  display: block;
  cursor: pointer;
}

div.history-item div.history-item-left .btn-video:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}


/*
 * HISTORIA TIMELINE
 */

div.history-timeline-wrapper #scroller {
  height:100%;
  float:left;
  padding:0;
}

div.history-timeline-wrapper {
  position: relative;
  overflow: hidden;
  height: 90px;
  border-top: 2px solid #000000;
}

div.history-timeline-wrapper ul {
  margin: 0;
  padding: 0 50px;
  background: url(../images/ln-timeline.png) 0 0 repeat-x;
  height: 90px;
  width: 100%;
}

div.history-timeline-wrapper li {
  float: left;
  width: 150px;
  height: 90px;
  list-style: none outside none;
}

div.history-timeline-wrapper .history-timeline-icons {
  display: block;
  height: 16px;
  margin: 9px 0;
  position: relative;
  width: 150px;
  text-align: center;
}

div.history-timeline-wrapper .history-timeline-icons a.first{
  margin-left: 0;
}

div.history-timeline-wrapper .history-timeline-icons a {
  background: #000000;
  border: 2px solid #000000;
  margin-left: 10px;
  cursor: pointer;
  padding: 5px;
  font-size: 1px;
}

body.iPhone div.history-timeline-wrapper li p.timeline-year,
div.history-timeline-wrapper li p.timeline-year {
  text-align: center;
  font-family: "GarageGothic-Bold" !important;
  font-size: 250%;
  margin: 0;
  clear: both;
  float: none;
  padding-bottom: 4px;
}

body.node-type-history-year td:hover a p,
body.node-type-history-page td:hover a p {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  color: #ffffff;
}

body.node-type-history-year td:hover div.history-timeline-icons a p,
body.node-type-history-page td:hover div.history-timeline-icons a p {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}

body.node-type-history-year td:hover div.history-timeline-icons,
body.node-type-history-page td:hover div.history-timeline-icons {
	background: url(../images/ln-timeline.png) 0 -9px repeat-x;
	width: 150px;
	display: block;
	height: 16px;
}

div.history-timeline-next p,
div.history-timeline-prev p {
  background: url(../images/sp-arrow-timeline.png) 0 0 no-repeat;
  display: block;
  width: 50px;
  height: 90px;
  position: absolute;
  margin: 0;
  cursor: pointer;
  z-index: 10;
}

div.history-timeline-prev p {
  background-position: 0 0;
  left: 0;
}

div.history-timeline-prev p:hover {
  background-position: 0 -93px;
}

div.history-timeline-next p {
  background-position: -62px 0;
  right: 0;
}

div.history-timeline-next p:hover {
  background-position: -62px -93px;
}

div.history-item table {
  width: 100%;
  height: 100%;
}

div.history-item .history-item-left img {
  width: 100%;
}

/*
  POC STORE LOCATOR
*/
.infoBox { background-color: #FAFAE6; width: 300px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; border: 2px solid #ffffff; border-radius: 3px; margin-top: 10px }
.infoBox a.store_title {color: #008B6C; text-transform: uppercase; font-weight: bold }
.infoBox:before { border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #FAFAE6; top: -10px; content: ""; height: 0; position: absolute; width: 0; left: 138px }

/*
 * MINISITES
 */

body.node-type-mini-site footer {
  margin-top: -6px;
}

/*
 * IE8
 */

html.ie8 div.triangulo-mobile,
html.ie8 div.over-highlighted,
html.ie8 div.over-trap,
html.ie8 div.over-trap-animation {
  display: none;
}


.reveillon-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 360px;
  /*background: rgba(0, 0, 0, 0.8 );*/
  background: url(../images/popup/popup-bg.png) repeat;
  z-index: 99999;
}

.reveillon-popup .popup-animation-container {
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -148px;
  margin-left: -367px;
  width: 735px;
  height: 297px;
  background: #FFFFFF;
  overflow: hidden;
}

.reveillon-popup .popup-animation-container .btn-close{
  position: absolute;
  background-position: -433px -388px;
  width: 26px;
  height: 26px;
  z-index: 100!important;
  top: 0;
  right: 0;
  cursor: pointer;
}

.reveillon-popup .popup-animation-container .alpha-out {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}

.reveillon-popup .popup-animation-container .sprite {
  background-image: url(../images/popup/sprite.png);
}

.reveillon-popup .popup-animation-container .sprite-fake {
  background-image: url(../images/popup/sprite-fake.png) !important;
  /*filter:;*/
}

.reveillon-popup .popup-animation-container .step-1 {
  position: absolute;
  display: none;
  width: 735px;
  height: 297px;
}

.initial-button {
  position: absolute;
  top: -3px;
  left: -7px;
  width: 150px;
  height: 75px;
  /*background: transparent;*/
  cursor: pointer;
}

.reveillon-popup .popup-animation-container .step-1 .question-what {
  position: absolute;
  top: 71px;
  left: 90px;
  width: 158px;
  height: 56px;
  background-position: 0 -237px;
}

.reveillon-popup .popup-animation-container .step-1 .question-wish {
  position: absolute;
  top: 74px;
  left: 256px;
  width: 180px;
  height: 68px;
  background-position: 0 -303px;
}

.reveillon-popup .popup-animation-container .step-1 .question-year {
  position: absolute;
  top: 71px;
  left: 444px;
  width: 197px;
  height: 51px;
  background-position: 0 -381px;
}

.reveillon-popup .popup-animation-container .step-1 .button-peace {
  position: absolute;
  top: 158px;
  left: 164px;
  width: 91px;
  height: 69px;
  background-position: 0 0;
  cursor: pointer;
}

.reveillon-popup .popup-animation-container .step-1 .button-peace .over {
  position: relative;
  width: 91px;
  height: 69px;
  background-position: -207px 0;
}

.reveillon-popup .popup-animation-container .step-1 .button-love {
  position: absolute;
  top: 158px;
  left: 277px;
  width: 131px;
  height: 69px;
  background-position: 0 -79px;
  cursor: pointer;
}

.reveillon-popup .popup-animation-container .step-1 .button-love .over {
  position: relative;
  width: 131px;
  height: 69px;
  background-position: -207px -79px;
}

.reveillon-popup .popup-animation-container .step-1 .button-luck {
  position: absolute;
  top: 158px;
  left: 430px;
  width: 141px;
  height: 69px;
  background-position: 0 -158px;
  cursor: pointer;
}

.reveillon-popup .popup-animation-container .step-1 .button-luck .over {
  position: relative;
  width: 141px;
  height: 69px;
  background-position: -207px -158px;
}

.reveillon-popup .popup-animation-container .step-2 {
  position: absolute;
  display: none;
  width: 735px;
  height: 297px;
}

.reveillon-popup .popup-animation-container .step-2 .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 735px;
  height: 297px;
  background: url(../images/popup/banner-bg.jpg);
}

.reveillon-popup .popup-animation-container .step-2 .text-happy {
  position: absolute;
  top: 20px;
  left: 191px;
  width: 67px;
  height: 50px;
  background-position: -207px -442px;
}

.reveillon-popup .popup-animation-container .step-2 .text-havaianas {
  position: absolute;
  top: 21px;
  left: 269px;
  width: 183px;
  height: 44px;
  background-position: -207px -502px;
}

.reveillon-popup .popup-animation-container .step-2 .text-new {
  position: absolute;
  top: 19px;
  left: 461px;
  width: 84px;
  height: 46px;
  background-position: -207px -556px;
}

.reveillon-popup .popup-animation-container .step-2 .digit-two {
  position: absolute;
  top: 81px;
  left: 178px;
  width: 101px;
  height: 201px;
  background-position: 0 -612px;
}

.reveillon-popup .popup-animation-container .step-2 .digit-one {
  position: absolute;
  top: 81px;
  left: 374px;
  width: 61px;
  height: 202px;
  background-position: -111px -612px;
}

.reveillon-popup .popup-animation-container .step-2 .digit-five {
  position: absolute;
  top: 81px;
  left: 448px;
  width: 97px;
  height: 204px;
  background-position: -180px -612px;
}

.reveillon-popup .popup-animation-container .step-2.peace .banner-bg {
  background-position: 0 0;
}

.reveillon-popup .popup-animation-container .step-2.peace .text-happy {
  background-position: 0 -442px;
}

.reveillon-popup .popup-animation-container .step-2.peace .text-havaianas {
  background-position: 0 -502px;
}

.reveillon-popup .popup-animation-container .step-2.peace .text-new {
  background-position: 0 -556px;
}

.reveillon-popup .popup-animation-container .step-2.love .banner-bg {
  background-position: 0 -297px;
}

.reveillon-popup .popup-animation-container .step-2.love .digit-two {
  background-position: -291px -612px;
}

.reveillon-popup .popup-animation-container .step-2.love .digit-one {
  background-position: -400px -612px;
}

.reveillon-popup .popup-animation-container .step-2.love .digit-five {
  background-position: -471px -612px;
}

.reveillon-popup .popup-animation-container .step-2.luck .banner-bg {
  background-position: 0 -594px;
}

.reveillon-popup .popup-animation-container .step-2.luck .digit-two {
  background-position: -578px -612px;
}

.reveillon-popup .popup-animation-container .step-2.luck .digit-one {
  background-position: -689px -612px;
}

.reveillon-popup .popup-animation-container .step-2.luck .digit-five {
  background-position: -760px -612px;
}

.reveillon-popup .popup-animation-container .step-3 {
  position: absolute;
  display: none;
  width: 735px;
  height: 297px;
}

.reveillon-popup .popup-animation-container .text-colleciton {
  position: absolute;
  top: 66px;
  left: 558px;
  width: 157px;
  height: 32px;
  background-position: -400px -381px;
}

.reveillon-popup .popup-animation-container .text-new-year {
  position: absolute;
  top: 106px;
  left: 561px;
  width: 148px;
  height: 38px;
  background-position: -578px -381px;
}

.reveillon-popup .popup-animation-container .text-click {
  position: absolute;
  top: 171px;
  left: 565px;
  width: 134px;
  height: 15px;
  background-position: -760px -381px;
}


.reveillon-popup .popup-animation-container .button-oval {
  position: absolute;
  top: 192px;
  left: 588px;
  width: 93px;
  height: 50px;
  background-position: -400px -502px;
  cursor: pointer;
}

.reveillon-popup .popup-animation-container .invisible-link {
  position: absolute;
  display: block;
  top: 52px;
  left: 548px;
  width: 180px;
  height: 210px;
  background: transparent;
  cursor: pointer;
}


.reveillon-popup .popup-animation-container .sandal-1 {
  position: absolute;
  display: none;
  top: 19px;
  left: 19px;
  width: 126px;
  height: 309px;
  background-position: -822px 0;
}

.reveillon-popup .popup-animation-container .sandal-2 {
  position: absolute;
  display: none;
  top: 19px;
  left: 147px;
  width: 128px;
  height: 311px;
  background-position: -684px 0;
}

.reveillon-popup .popup-animation-container .sandal-3 {
  position: absolute;
  display: none;
  top: 19px;
  left: 274px;
  width: 134px;
  height: 319px;
  background-position: -540px 0;
}

.reveillon-popup .popup-animation-container .sandal-4 {
  position: absolute;
  display: none;
  top: 20px;
  left: 411px;
  width: 131px;
  height: 311px;
  background-position: -400px 0;
}

.reveillon-popup .popup-animation-container.loading {
  background: #FFFFFF url(../images/popup/popup-loading.gif) center center no-repeat;
}

/*mobile popup*/

.reveillon-popup.close{
  display: none!important;
}


/*Sprite*/
.reveillon-popup .popup-animation-container.mobile .btn-close,
.popup-animation-container .btn-close,
.popup-animation-container.mobile .question .title,
.popup-animation-container.mobile .question .nav .item,
.popup-animation-container.mobile .question .nav .link-love,
.popup-animation-container.mobile .love .bg,
.popup-animation-container.mobile .love .title,
.popup-animation-container.mobile .love .num-2,
.popup-animation-container.mobile .love .part,
.popup-animation-container.mobile .love .num-1,
.popup-animation-container.mobile .love .num-5,
.popup-animation-container.mobile .peace .bg,
.popup-animation-container.mobile .peace .title,
.popup-animation-container.mobile .peace .num-2,
.popup-animation-container.mobile .peace .part,
.popup-animation-container.mobile .peace .num-1,
.popup-animation-container.mobile .peace .num-5,
.popup-animation-container.mobile .luck .bg,
.popup-animation-container.mobile .luck .title,
.popup-animation-container.mobile .luck .num-2,
.popup-animation-container.mobile .luck .part,
.popup-animation-container.mobile .luck .num-1,
.popup-animation-container.mobile .luck .num-5,
.popup-animation-container.mobile .collection .title,
.popup-animation-container.mobile .collection .item,
.popup-animation-container.mobile .collection .footer .link-buy,
.popup-animation-container.mobile .collection .footer .logo{
  background: transparent url(../images/popup/sprite-mobile.png) 0 0 no-repeat;
}

/*Box*/
.popup-animation-container.mobile .question,
.popup-animation-container.mobile .love,
.popup-animation-container.mobile .peace,
.popup-animation-container.mobile .luck{
  display: none;
}

.reveillon-popup .popup-animation-container.mobile {
  display: none;
  position: relative;
  width: 275px;
  height: 340px;
  top: 50%;
  left: 50%;
  margin-top: -170px;
  margin-left: -137px;
}

.reveillon-popup .popup-animation-container.mobile .btn-close{
  position: absolute;
  background-position: -433px -388px;
  width: 26px;
  height: 26px;
  z-index: 100!important;
  top: 0;
  right: 0;
}

/*box*/
.popup-animation-container.mobile .box{
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.popup-animation-container.mobile .question{
  z-index: 1;
}

/*question title*/
.popup-animation-container.mobile .question .title{
  display: block;
  position: absolute;
  text-indent: -9000px;
  width: 201px;
  height: 98px;
  top: 13px;
  left: 37px;
}

.popup-animation-container.mobile .question .nav{
  position: absolute;
  top: 142px;
  left: 80px; 
}

.popup-animation-container.mobile .question .nav .item{
  display: block;
  text-indent: -9000px;
  margin-bottom: 10px;
  cursor: pointer;
}

.popup-animation-container.mobile .question .nav .link-love{
  width: 92px;
  height: 49px;
  margin-left: 5px;
  background-position: -498px -358px;
}

.popup-animation-container.mobile .question .nav .link-peace{
  width: 65px;
  height: 49px;
  margin-left: 17px;
  background-position: -498px -414px;
}

.popup-animation-container.mobile .question .nav .link-luck{
  width: 100px;
  height: 49px;
  background-position: -498px -472px;
}

.popup-animation-container.mobile .question .nav .link-love:hover,
.popup-animation-container.mobile .question .nav .link-love.hover{
  background-position: -609px -358px;
}

.popup-animation-container.mobile .question .nav .link-peace:hover,
.popup-animation-container.mobile .question .nav .link-peace.hover{
  background-position: -609px -414px;
}

.popup-animation-container.mobile .question .nav .link-luck:hover,
.popup-animation-container.mobile .question .nav .link-luck.hover{
  background-position: -609px -472px;
}

/*Love*/

.popup-animation-container.mobile .love .bg{
  background-position: -731px 1px;
  opacity: 0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
}

.popup-animation-container.mobile .love .title{
  text-indent: -9000px;
  position: absolute;
  width: 148px;
  height: 137px;
  background-position: -27px -289px;
  top: 13px;
  left: 67px;
}

.popup-animation-container.mobile .love .num-2{
  width: 66px;
  height: 131px;
  position: absolute;
  background-position: -217px 0;
  top: 177px;
  left: 19px;
}

.popup-animation-container.mobile .love .part{
  width: 56px;
  height: 136px;
  position: absolute;
  background-position: -572px -566px;
  top: 178px;
  left: 89px;
}

.popup-animation-container.mobile .love .num-1{
  width: 40px;
  height: 132px;
  position: absolute;
  background-position: -285px 0px;
  top: 178px;
  left: 144px;
}

.popup-animation-container.mobile .love .num-5{
  width: 64px; 
  height: 133px;
  position: absolute;
  background-position: -335px 0px;
  top: 177px;
  left: 194px;
}

/*Peace*/

.popup-animation-container.mobile .peace .bg{
  background-position: -731px -359px;
  opacity: 0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
}

.popup-animation-container.mobile .peace .title{
  text-indent: -9000px;
  position: absolute;
  width: 148px;
  height: 137px;
  background-position: -22px -125px;
  top: 13px;
  left: 67px;
}

.popup-animation-container.mobile .peace .num-2{
  width: 66px;
  height: 131px;
  position: absolute;
  background-position: -217px 0;
  top: 177px;
  left: 19px;
}

.popup-animation-container.mobile .peace .part{
  width: 56px;
  height: 136px;
  position: absolute;
  background-position: -491px -566px;
  top: 178px;
  left: 89px;
}

.popup-animation-container.mobile .peace .num-1{
  width: 40px;
  height: 132px;
  position: absolute;
  background-position: -285px 0px;
  top: 178px;
  left: 144px;
}

.popup-animation-container.mobile .peace .num-5{
  width: 64px; 
  height: 133px;
  position: absolute;
  background-position: -335px 0px;
  top: 177px;
  left: 194px;
}

/*luck*/

.popup-animation-container.mobile .luck .bg{
  background-position: -430px 0px;
  opacity: 0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
}

.popup-animation-container.mobile .luck .title{
  text-indent: -9000px;
  position: absolute;
  width: 148px;
  height: 137px;
  background-position: -27px -290px;
  top: 13px;
  left: 67px;
}

.popup-animation-container.mobile .luck .num-2{
  width: 66px;
  height: 131px;
  position: absolute;
  background-position: -217px -312px;
  top: 177px;
  left: 19px;
}

.popup-animation-container.mobile .luck .part{
  width: 59px;
  height: 138px;
  position: absolute;
  background-position: -648px -565px;
  top: 173px;
  left: 87px;
}

.popup-animation-container.mobile .luck .num-1{
  width: 40px;
  height: 132px;
  position: absolute;
  background-position: -285px -312px;
  top: 175px;
  left: 148px;
}

.popup-animation-container.mobile .luck .num-5{
  width: 64px; 
  height: 133px;
  position: absolute;
  background-position: -335px -313px;
  top: 174px;
  left: 197px;
}

/*collection*/

.popup-animation-container.mobile .collection{
  opacity: 0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
}

.popup-animation-container.mobile .collection .title{
  text-indent: -9000px;
  position: absolute;
  width: 158px;
  height: 78px;
  background-position: -17px -457px;
  top: -6px;
  left: 58px;
}

.popup-animation-container.mobile .collection .item{
  width: 66px; 
  height: 154px;
  position: absolute;
  top: 101px;
  left: 10px;
}


.popup-animation-container.mobile .collection .footer{
    position: absolute;
    clear: both;
    background-color: #1a73be;
    height: 94px;
    width: 100%;
    bottom: 0;
}

.popup-animation-container.mobile .collection .part-1{
    background-position: -199px -461px;
    left: 7px;
}

.popup-animation-container.mobile .collection .part-2{
    background-position: -264px -461px;
    left: 72px;
}

.popup-animation-container.mobile .collection .part-3{
    background-position: -329px -461px;
    left: 137px;
}

.popup-animation-container.mobile .collection .part-4{
    background-position: -399px -461px;
    left: 207px;
}

    .popup-animation-container.mobile .collection .footer .link-buy{
        display: block;
        position: absolute;
        text-indent: -9000px;
        background-position: -311px -657px;
        width: 138px;
        height: 15px;
        top: 40px;
        left: 19px;
    }

    .popup-animation-container.mobile .collection .footer .logo{
        width: 84px;
        height: 57px;
        position: absolute;
        background-position: -55px -556px;
        top: 14px;
        left: 173px;
    }


@media screen and (max-width: 768px) {

.reveillon-popup .popup-animation-container{display: none}
.reveillon-popup .popup-animation-container.mobile{display: block;}

}

.horizontal-fix {
  position: absolute !important;
}
/*mobile popup end*/






.type-instagram div.parts-highlight-image-text div.img,
.type-instagram div.parts-highlight-image-text div.parts-highlight-txt {
    background-color: #f17022;
}

.type-instagram .highlights-default div.line_odd div.line_odd_normal div.parts-highlight-image-text p.triangulo {
    border-color: transparent transparent #f17022 transparent;
}

.type-instagram .highlights-default div.line_odd div.line_odd_reverse div.parts-highlight-image-text p.triangulo {
    border-color: #f17022 transparent transparent transparent;
}

.type-instagram .highlights-default div.line_pair div.line_pair_normal div.parts-highlight-image-text p.triangulo {
    border-color: #f17022 transparent transparent transparent;
}

.type-instagram .highlights-default div.line_pair div.line_pair_reverse div.parts-highlight-image-text p.triangulo {
    border-color: transparent transparent #f17022 transparent;
}

.type-instagram .over-dstpdr {
    background-color:#f17022;
}

.type-instagram .highlights-default div.line_pair div.line_pair_reverse div.parts-highlight-odd.parts-highlight-image-text div#over-trap p,
.type-instagram .highlights-default div.line_pair div.line_pair_normal div.parts-highlight-pair.parts-highlight-image-text div#over-trap p,
.type-instagram .highlights-default div.line_pair div.line_pair_normal div.parts-highlight-odd.parts-highlight-image-text div#over-trap p,
.type-instagram .highlights-default div.line_odd div.line_odd_reverse div.parts-highlight-odd.parts-highlight-image-text div#over-trap p,
.type-instagram .highlights-default div.line_odd div.line_odd_normal div.parts-highlight-pair.parts-highlight-image-text div#over-trap p,
.type-instagram .highlights-default div.line_odd div.line_odd_normal div.parts-highlight-odd.parts-highlight-image-text div#over-trap p {
    background-color: #f17022;
}



.type-facebook div.parts-highlight-image-text div.img,
.type-facebook div.parts-highlight-image-text div.parts-highlight-txt {
    background-color: #305C99;
}

.type-facebook .highlights-default div.line_odd div.line_odd_normal div.parts-highlight-image-text p.triangulo {
    border-color: transparent transparent #305C99 transparent;
}

.type-facebook .highlights-default div.line_odd div.line_odd_reverse div.parts-highlight-image-text p.triangulo {
    border-color: #305C99 transparent transparent transparent;
}

.type-facebook .highlights-default div.line_pair div.line_pair_normal div.parts-highlight-image-text p.triangulo {
    border-color: #305C99 transparent transparent transparent;
}

.type-facebook .highlights-default div.line_pair div.line_pair_reverse div.parts-highlight-image-text p.triangulo {
    border-color: transparent transparent #305C99 transparent;
}

.type-facebook .over-dstpdr {
    background-color:#305C99;
}

.type-facebook .highlights-default div.line_pair div.line_pair_reverse div.parts-highlight-odd.parts-highlight-image-text div#over-trap p,
.type-facebook .highlights-default div.line_pair div.line_pair_normal div.parts-highlight-pair.parts-highlight-image-text div#over-trap p,
.type-facebook .highlights-default div.line_pair div.line_pair_normal div.parts-highlight-odd.parts-highlight-image-text div#over-trap p,
.type-facebook .highlights-default div.line_odd div.line_odd_reverse div.parts-highlight-odd.parts-highlight-image-text div#over-trap p,
.type-facebook .highlights-default div.line_odd div.line_odd_normal div.parts-highlight-pair.parts-highlight-image-text div#over-trap p,
.type-facebook .highlights-default div.line_odd div.line_odd_normal div.parts-highlight-odd.parts-highlight-image-text div#over-trap p {
    background-color: #305C99;
}



.type-instagram div.parts-highlight-text-image div.img,
.type-instagram div.parts-highlight-text-image div.parts-highlight-txt {
    background-color: #f17022;
}

.type-instagram .highlights-default div.line_odd div.line_odd_normal div.parts-highlight-text-image p.triangulo {
    border-color: transparent transparent #f17022 transparent;
}

.type-instagram .highlights-default div.line_odd div.line_odd_reverse div.parts-highlight-text-image p.triangulo {
    border-color: #f17022 transparent transparent transparent;
}

.type-instagram .highlights-default div.line_pair div.line_pair_normal div.parts-highlight-text-image p.triangulo {
    border-color: #f17022 transparent transparent transparent;
}

.type-instagram .highlights-default div.line_pair div.line_pair_reverse div.parts-highlight-text-image p.triangulo {
    border-color: transparent transparent #f17022 transparent;
}

.type-instagram .over-dstpdr {
    background-color:#f17022;
}

.type-instagram .highlights-default div.line_pair div.line_pair_reverse div.parts-highlight-odd.parts-highlight-text-image div#over-trap p,
.type-instagram .highlights-default div.line_pair div.line_pair_normal div.parts-highlight-pair.parts-highlight-text-image div#over-trap p,
.type-instagram .highlights-default div.line_pair div.line_pair_normal div.parts-highlight-odd.parts-highlight-text-image div#over-trap p,
.type-instagram .highlights-default div.line_odd div.line_odd_reverse div.parts-highlight-odd.parts-highlight-text-image div#over-trap p,
.type-instagram .highlights-default div.line_odd div.line_odd_normal div.parts-highlight-pair.parts-highlight-text-image div#over-trap p,
.type-instagram .highlights-default div.line_odd div.line_odd_normal div.parts-highlight-odd.parts-highlight-text-image div#over-trap p {
    background-color: #f17022;
}



.type-facebook div.parts-highlight-text-image div.img,
.type-facebook div.parts-highlight-text-image div.parts-highlight-txt {
    background-color: #305C99;
}

.type-facebook .highlights-default div.line_odd div.line_odd_normal div.parts-highlight-text-image p.triangulo {
    border-color: transparent transparent #305C99 transparent;
}

.type-facebook .highlights-default div.line_odd div.line_odd_reverse div.parts-highlight-text-image p.triangulo {
    border-color: #305C99 transparent transparent transparent;
}

.type-facebook .highlights-default div.line_pair div.line_pair_normal div.parts-highlight-text-image p.triangulo {
    border-color: #305C99 transparent transparent transparent;
}

.type-facebook .highlights-default div.line_pair div.line_pair_reverse div.parts-highlight-text-image p.triangulo {
    border-color: transparent transparent #305C99 transparent;
}

.type-facebook .over-dstpdr {
    background-color:#305C99;
}

.type-facebook .highlights-default div.line_pair div.line_pair_reverse div.parts-highlight-odd.parts-highlight-text-image div#over-trap p,
.type-facebook .highlights-default div.line_pair div.line_pair_normal div.parts-highlight-pair.parts-highlight-text-image div#over-trap p,
.type-facebook .highlights-default div.line_pair div.line_pair_normal div.parts-highlight-odd.parts-highlight-text-image div#over-trap p,
.type-facebook .highlights-default div.line_odd div.line_odd_reverse div.parts-highlight-odd.parts-highlight-text-image div#over-trap p,
.type-facebook .highlights-default div.line_odd div.line_odd_normal div.parts-highlight-pair.parts-highlight-text-image div#over-trap p,
.type-facebook .highlights-default div.line_odd div.line_odd_normal div.parts-highlight-odd.parts-highlight-text-image div#over-trap p {
    background-color: #305C99;
}