ul#header_links {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  float: left;
}

ol,
ul {
  list-style: none;
}

ul#header_links li {
  text-transform: capitalize;
  float: left;
  padding: 0 23px 0 0;
}

ul#header_links li a {
  text-decoration: none;
  font-size: 13px;
  line-height: 18px;
  color: #4b4b4b;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header_links a {
  color: white !important;
}

header .row {
  position: relative;
}
header .nav:before {
  height: 36px;
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #fdc42d !important;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}
#languages-block-top {
  float: right;
  position: relative;
  z-index: 3;
  margin-left: 30px;
}
#languages-block-top span {
  color: white !important;
}
/* blocklanguages */
#languages-block-top {
  float: right;
  position: relative;
  z-index: 3;
  margin-left: 30px;
}
@media (max-width: 767px) {
  #languages-block-top {
    margin-left: 20px;
  }
}
#languages-block-top span.firstWord {
  display: none;
}
#languages-block-top div.current {
  color: #4b4b4b;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#languages-block-top div.current strong {
  color: #4b4b4b;
}
#languages-block-top div.current:hover,
#languages-block-top div.current.active {
  color: #18c18d;
}
#languages-block-top div.current:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 13px;
  line-height: 18px;
  color: #4b4b4b;
  padding-left: 12px;
}
@media (max-width: 767px) {
  #languages-block-top div.current:after {
    padding-left: 6px;
  }
}
#languages-block-top div.current.active:after {
  content: "\f0d8";
}
@media (max-width: 479px) {
  #languages-block-top div.current .cur-label {
    display: none;
  }
}
#languages-block-top ul {
  display: none;
  position: absolute;
  top: 10px;
  right: 0;
  width: 157px;
  background: #fff;
  z-index: 2;
  -moz-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.09);
  -webkit-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.09);
  box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.09);
}
#languages-block-top ul li {
  color: #333333;
  line-height: 35px;
  font-size: 13px;
}
#languages-block-top ul li a,
#languages-block-top ul li > span {
  padding: 0 10px 0 12px;
  display: block;
  color: #333333;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#languages-block-top ul li.selected span,
#languages-block-top ul li:hover a {
  background: #f6c636;
  color: white;
}
#languages-block-top div.current:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 13px;
  line-height: 18px;
  color: #4b4b4b;
  padding-left: 12px;
}

/*!
   *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
   *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
   */
/* FONT PATH
   * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0")
      format("embedded-opentype"),
    url("../../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"),
    url("../../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"),
    url("../../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: white;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
     readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

body {
  margin-top: 0;
  min-width: 320px;
  height: 100%;
  font: normal 11px/18px "Trebuchet MS", Verdana, sans-serif;
  background: #fdfdf9;
}
body.content_only {
  background: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.container,
.et_pb_row {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}

body {
  margin-right: 0;
  margin-left: 0;
}

header .nav {
  background-color: #efefef;
  padding-bottom: 14px;
  padding-top: 10px;
  position: relative;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header .row #header_logo {
  padding-top: 36px;
  clear: right;
  clear: left;
  padding-left: 0;
  position: relative;
  z-index: 1;
  padding-top: 30px;
}

.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}

img {
  vertical-align: middle;
}

img {
  border: 0;
}
#languages-block-top ul li {
  background: #f6b63c !important;
}

#languages-block-top ul li a {
  text-decoration: none !important;
}

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

a:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  color: black;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
a {
  color: #777777;
  text-decoration: none;
}
a {
  background: transparent;
}

/* homeslider */
@charset "UTF-8";
/******************************************************************************
                          Home Page Slider
  *******************************************************************************/
#slider_row {
  margin-top: -77px;
}
@media (max-width: 1199px) {
  #slider_row {
    margin-top: 0;
  }
}

#homepage-slider {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
#homepage-slider #homeslider {
  margin: 0 auto;
  padding: 0;
}
#homepage-slider .homeslider-description {
  display: inline-block;
  width: 368px;
  height: 368px;
  border: 4px solid #fff;
  border-radius: 50%;
  text-align: center;
  margin: -181px 0 0 -181px;
}
@media (max-width: 1650px) {
  #homepage-slider .homeslider-description {
    width: 300px;
    height: 300px;
    margin: -150px 0 0 -150px;
  }
}
@media (max-width: 1500px) {
  #homepage-slider .homeslider-description {
    margin: -130px 0 0 -150px;
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 1199px) {
  #homepage-slider .homeslider-description {
    margin: -150px 0 0 -150px;
  }
}
#homepage-slider .homeslider-description:after {
  font-family: "FontAwesome";
  content: "\f078";
  font-size: 28px;
  line-height: 50px;
  display: block;
  text-align: center;
  position: absolute;
  color: #fff;
  left: 0px;
  right: 0px;
  bottom: 14px;
}
#homepage-slider .homeslider-description h2 {
  font-size: 60px;
  line-height: 55px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 20px;
  font-weight: 400;
  padding: 0 30px;
}
@media (max-width: 1500px) {
  #homepage-slider .homeslider-description h2 {
    font-size: 42px;
    line-height: 45px;
    margin-top: 45px;
    margin-bottom: 15px;
  }
}
#homepage-slider .homeslider-description p {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}
#homepage-slider .homeslider-description span.price-info {
  font-size: 48px;
  line-height: 53px;
  display: block;
  width: 100%;
  font-weight: bold;
  color: #fff071;
}
@media (max-width: 1650px) {
  #homepage-slider .homeslider-description span.price-info {
    font-size: 40px;
    line-height: 45px;
  }
}

/*****************************************************************************
                          BXSlider Styles
  ********************************************************************************/
#homepage-slider .homeslider-container {
  position: relative;
}
#homepage-slider .homeslider-image {
  position: absolute;
  left: 0;
  top: 0;
}
#homepage-slider .homeslider-description {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
}
#homepage-slider .bx-wrapper {
  position: relative;
  padding: 0;
}
#homepage-slider .bx-wrapper .bx-viewport {
  width: 100%;
  margin: 0 auto;
}
#homepage-slider .bx-wrapper a {
  display: block;
  text-align: center;
}
#homepage-slider .bx-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1500px) {
  #homepage-slider .bx-wrapper img {
    height: 450px;
    max-width: inherit;
    display: block;
    width: auto;
  }
}
#homepage-slider .bx-wrapper .bx-viewport {
  width: 100%;
}
#homepage-slider .bx-wrapper .bx-pager,
#homepage-slider .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 999;
}
#homepage-slider .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
#homepage-slider .bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
#homepage-slider .bx-wrapper .bx-pager .bx-pager-item,
#homepage-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
#homepage-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 13px;
  height: 13px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#homepage-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#homepage-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f6c636;
}
#homepage-slider .bx-wrapper .bx-prev {
  right: 60px;
  left: auto;
}
#homepage-slider .bx-wrapper .bx-prev:after {
  content: "\f053";
}
#homepage-slider .bx-wrapper .bx-next {
  right: 10px;
}
#homepage-slider .bx-wrapper .bx-next:after {
  content: "\f054";
}
#homepage-slider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  bottom: 10px;
  top: auto;
  outline: 0;
  width: 52px;
  height: 52px;
  text-indent: -9999px;
  z-index: 9999;
  margin: 0;
  line-height: 20px;
  border: 2px solid white;
}
#homepage-slider .bx-wrapper .bx-controls-direction a:before {
  height: 48px;
  width: 48px;
  display: block;
  background: white;
  content: ".";
  opacity: 0.14;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#homepage-slider .bx-wrapper .bx-controls-direction a:after {
  display: block;
  width: 48px;
  height: 48px;
  color: white;
  text-indent: 0;
  text-align: center;
  font-size: 21px;
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 16px 0 0 0;
}
#homepage-slider .bx-wrapper .bx-controls-direction a:hover:before {
  background: #333333;
  opacity: 0.83;
}
#homepage-slider .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
#homepage-slider .bx-wrapper .bx-controls-auto {
  text-align: center;
}
#homepage-slider .bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
  text-indent: 0;
  background: none;
  color: #fff;
}
#homepage-slider .bx-wrapper .bx-controls-auto .bx-start:before {
  content: "";
  font-family: "FontAwesome";
}
#homepage-slider .bx-wrapper .bx-controls-auto .bx-start:hover,
#homepage-slider .bx-wrapper .bx-controls-auto .bx-start.active {
  color: #f6c636;
}
#homepage-slider .bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
  text-indent: 0;
  background: none;
  color: #fff;
}
#homepage-slider .bx-wrapper .bx-controls-auto .bx-stop:before {
  content: "";
  font-family: "FontAwesome";
}
#homepage-slider .bx-wrapper .bx-controls-auto .bx-stop:hover,
#homepage-slider .bx-wrapper .bx-controls-auto .bx-stop.active {
  color: #f6c636;
}
#homepage-slider .bx-wrapper .bx-controls .bx-controls-auto {
  right: 30px;
  width: 35px;
  bottom: 30px;
}
#homepage-slider .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
#homepage-slider .bx-wrapper .bx-caption span {
  color: white;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.ie8 #homepage-slider .bx-wrapper .bx-controls-direction a:before {
  background: #333333;
}

#bx-pager-thumb {
  text-align: center;
  padding: 10px 0;
}
#bx-pager-thumb a {
  display: inline-block;
  max-width: 150px;
  width: 31%;
}
#bx-pager-thumb a img {
  max-width: 100%;
  height: auto;
}

#header {
  z-index: 5003;
}

@media (min-width: 767px) {
  .row-top .container .row {
    z-index: 2 !important;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.row-top .container:before,
.row-top .container:after {
  bottom: 13px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.25);
  content: "";
  height: 20%;
  left: 10px;
  max-width: 500px;
  position: absolute;
  transform: rotate(-2deg);
  width: 50%;
  z-index: -2;
  display: block;
}

.sf-js-enabled {
  text-align: center;
}

.clearfix:after {
  clear: both;
}

.top_menu .is-megamenu,
.top_menu .stickUpHolder .is-megamenu {
  background: #fff !important;
}

p {
  margin: 0 0 10px;
}

h2,
.h2 {
  font-size: 30px;
}

.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}

.text-center {
  text-align: center;
}
.form-subscribe__title strong {
  font-size: 32px;
}

.et_pb_text_9 {
  line-height: 3.3rem !important;
}

label {
  color: #333333;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
#index .columns-container {
  overflow: hidden;
  padding-bottom: 0;
}

h6,
.h6 {
  font-size: 12px;
}

.texto-depoimentos {
  font-size: 11px;
}

.form-control {
  width: 100% !important;
}

.home-column {
  margin-bottom: 30px;
}

.block .title_block,
.block h4 {
  font: normal 18px/22px "Trebuchet MS", Verdana, sans-serif;
  color: #444444;
  background: #fcfcfc;
  border-top: 7px solid #f0f0e8;
  text-transform: uppercase;
  text-align: center;
  padding: 22px 10px 23px;
  margin: 0 0 20px;
}

/*******************************************************
  Product list Styles
  ********************************************************/
ul.product_list .availability span {
  display: inline-block;
  color: white;
  font-weight: bold;
  padding: 3px 8px 4px 8px;
  margin-bottom: 20px;
}
ul.product_list .color-list-container {
  margin-bottom: 12px;
}
ul.product_list .color-list-container ul li {
  display: inline-block;
  border: 1px solid #eaeae0;
}
ul.product_list .color-list-container ul li a {
  display: block;
  width: 23px;
  height: 23px;
  margin: 1px;
}
ul.product_list .product-container {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.09);
  -webkit-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.09);
  box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.09);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: top;
}
ul.product_list .product-container:hover {
  -moz-box-shadow: 6px 6px 7px 0 rgba(50, 50, 50, 0.1);
  -webkit-box-shadow: 6px 6px 7px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 6px 6px 7px 0 rgba(50, 50, 50, 0.1);
}
ul.product_list .product-image-container {
  position: relative;
  border-bottom: 7px solid #f0f0e8;
}
ul.product_list .product-image-container img {
  margin: 0 auto;
}
ul.product_list .product-image-container .quick-view {
  font: 700 13px/16px "Trebuchet MS", Verdana, sans-serif;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -21px 0 0 -53px;
  padding: 12px 5px;
  background: rgba(24, 193, 141, 0.8);
  width: 107px;
  text-align: center;
  -moz-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.product_list .product-image-container .quick-view:hover {
  background: #18c18d;
}
@media (min-width: 1200px) {
  ul.product_list .product-image-container .quick-view {
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@media (max-width: 767px) {
  ul.product_list .product-image-container .quick-view {
    display: none;
  }
}
ul.product_list .lnk_view {
  display: none;
}
ul.product_list .comments_note {
  text-align: center;
  overflow: hidden;
  padding: 5px 0;
  line-height: 14px;
}
ul.product_list .comments_note .nb-comments {
  overflow: hidden;
  display: none;
}
ul.product_list .btn.ajax_add_to_cart_button,
ul.product_list .btn.ajax_add_to_cart_product_button {
  color: #fff;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: capitalize;
  width: 36px;
  height: 36px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  padding: 0;
  margin-bottom: 4px;
  border: none;
}
ul.product_list .btn.ajax_add_to_cart_button span,
ul.product_list .btn.ajax_add_to_cart_product_button span {
  display: none;
}
ul.product_list .btn.ajax_add_to_cart_button:after,
ul.product_list .btn.ajax_add_to_cart_product_button:after {
  font-size: 13px;
  line-height: 36px;
  content: "\f07a";
  font-family: "FontAwesome";
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
ul.product_list .btn.ajax_add_to_cart_button:hover,
ul.product_list .btn.ajax_add_to_cart_product_button:hover {
  color: #fff;
}
ul.product_list .btn.ajax_add_to_cart_button:hover:after,
ul.product_list .btn.ajax_add_to_cart_product_button:hover:after {
  color: #fff;
  font-size: 18px;
}
ul.product_list .functional-buttons div a,
ul.product_list .functional-buttons div label {
  font-weight: bold;
  color: #777676;
  cursor: pointer;
}
ul.product_list .functional-buttons div a:hover,
ul.product_list .functional-buttons div label:hover {
  color: #000;
}
ul.product_list .functional-buttons div.wishlist a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f08a";
  margin-right: 3px;
  min-width: 13px;
  text-align: left;
}
ul.product_list .functional-buttons div.wishlist a.checked:before {
  content: "\f004";
}
ul.product_list .functional-buttons div.compare a:before {
  content: "\f067";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 3px;
  min-width: 17px;
  text-align: left;
}
ul.product_list .functional-buttons div.compare a.checked:before {
  content: "\f068";
}

ul.product_list .product-container:hover .product-image-container .quick-view {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*******************************************************
  Product list(Grid) Styles
  ********************************************************/
ul.product_list.grid > li {
  padding-bottom: 20px;
  margin-bottom: 10px;
}
@media (min-width: 480px) and (max-width: 767px) {
  ul.product_list.grid > li {
    width: 50%;
    float: left;
  }
}
ul.product_list.grid > li .product-container {
  background: white;
  padding: 0 0 5px;
}
ul.product_list.grid > li .product-container .product-image-container {
  position: relative;
  margin-bottom: 5px;
}
ul.product_list.grid
  > li
  .product-container
  .product-image-container
  .product_img_link {
  display: block;
  position: relative;
  background: white;
}
@media (max-width: 767px) {
  ul.product_list.grid
    > li
    .product-container
    .product-image-container
    .product_img_link
    img {
    margin-left: auto;
    margin-right: auto;
  }
}
ul.product_list.grid > li .product-container h5 {
  padding: 0;
  margin: 0;
}
ul.product_list.grid > li .product-container h5 a span.list-name {
  display: none;
}
ul.product_list.grid > li .product-container .comments_note {
  text-align: center;
}
ul.product_list.grid > li .product-container .comments_note .star_content {
  display: inline-block;
  margin: 0 0 0 0;
}
ul.product_list.grid > li .product-container .product-desc span.list-desc {
  display: none;
}
ul.product_list.grid > li .product-container .content_price {
  padding-bottom: 6px;
  line-height: 21px;
  padding-top: 19px;
}
ul.product_list.grid > li .product-container .old-price,
ul.product_list.grid > li .product-container .price,
ul.product_list.grid > li .product-container .price-percent-reduction {
  display: inline-block;
}
ul.product_list.grid > li .product-container .product-flags {
  display: none;
}
ul.product_list.grid > li .product-container .old-price {
  margin-right: 5px;
}
ul.product_list.grid > li .product-container .button-container {
  margin-bottom: 14px;
  padding-top: 4px;
}
ul.product_list.grid
  > li
  .product-container
  .button-container
  .ajax_add_to_cart_button,
ul.product_list.grid > li .product-container .button-container span.btn,
ul.product_list.grid > li .product-container .button-container .lnk_view {
  margin: 0 0px 10px 0;
}
ul.product_list.grid > li .product-container .right-block {
  padding-left: 10px;
  padding-right: 10px;
}
ul.product_list.grid > li .product-container .functional-buttons {
  padding: 11px 8px 5px;
  border-top: 5px solid #f0f0e8;
}
ul.product_list.grid > li .product-container .functional-buttons div {
  text-align: left;
  display: inline-block;
  padding: 3px 10px 4px 0;
}
@media (min-width: 1200px) {
  ul.product_list.grid
    > li.hovered
    .product-container
    .product-image-container
    .quick-view {
    display: block;
  }
}
@media (min-width: 992px) {
  ul.product_list.grid > li.first-in-line {
    clear: left;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  ul.product_list.grid > li.first-item-of-tablet-line {
    clear: left;
  }
}

/*******************************************************
  Product list(List) Styles
  ********************************************************/
ul.product_list.list > li {
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  ul.product_list.list > li .left-block {
    width: 100%;
  }
}
ul.product_list.list > li .product-container {
  padding: 30px 0 30px 15px;
}
@media (max-width: 991px) {
  ul.product_list.list > li .product-container {
    padding-bottom: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 479px) {
  ul.product_list.list > li .product-container {
    padding: 15px;
  }
}
ul.product_list.list > li .product-image-container {
  border: none;
}
@media (max-width: 479px) {
  ul.product_list.list > li .product-image-container {
    border-bottom: 7px solid #f0f0e8;
    margin-bottom: 5px;
  }
}
ul.product_list.list > li .product-image-container .product_img_link {
  display: block;
  position: relative;
  position: relative;
  background: white;
}
ul.product_list.list > li .product-image-container .content_price {
  display: none !important;
}
ul.product_list.list > li .product-flags {
  color: #333333;
  margin: 5px 0 10px 0;
}
@media (min-width: 480px) {
  ul.product_list.list > li .product-flags {
    margin-top: -5px;
  }
}
ul.product_list.list > li .product-flags .discount {
  color: #f13340;
}
ul.product_list.list > li h5 {
  padding-bottom: 8px;
}
ul.product_list.list > li h5 a span.grid-name {
  display: none;
}
ul.product_list.list > li .product-desc {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  ul.product_list.list > li .product-desc {
    padding: 0 15px;
  }
}
ul.product_list.list > li .product-desc span.grid-desc {
  display: none;
}
@media (max-width: 479px) {
  ul.product_list.list > li .center-block {
    width: 100%;
  }
}
ul.product_list.list > li .center-block .comments_note {
  text-align: center;
}
ul.product_list.list > li .center-block .comments_note .star_content {
  display: inline-block;
}
@media (min-width: 992px) {
  ul.product_list.list > li .right-block .right-block-content {
    margin: 0;
    border-left: 1px solid #eaeae0;
    padding-left: 15px;
    padding-bottom: 16px;
  }
}
@media (max-width: 991px) {
  ul.product_list.list > li .right-block .right-block-content {
    padding-top: 20px;
  }
}
@media (max-width: 479px) {
  ul.product_list.list > li .right-block .right-block-content {
    padding-top: 5px;
  }
}
ul.product_list.list > li .right-block .right-block-content .content_price {
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  ul.product_list.list > li .right-block .right-block-content .content_price {
    padding-top: 13px;
    padding-bottom: 0;
  }
}
@media (max-width: 479px) {
  ul.product_list.list > li .right-block .right-block-content .content_price {
    padding-top: 0;
    width: 100%;
  }
}
ul.product_list.list
  > li
  .right-block
  .right-block-content
  .content_price
  .price {
  display: inline-block;
  margin-top: -4px;
  margin-bottom: 14px;
}
ul.product_list.list
  > li
  .right-block
  .right-block-content
  .content_price
  .price.old-price {
  margin-right: 8px;
}
ul.product_list.list > li .right-block .right-block-content .button-container {
  overflow: hidden;
  padding-bottom: 20px;
}
@media (max-width: 479px) {
  ul.product_list.list
    > li
    .right-block
    .right-block-content
    .button-container {
    width: 100%;
  }
}
ul.product_list.list
  > li
  .right-block
  .right-block-content
  .button-container
  .btn {
  margin-bottom: 10px;
}
ul.product_list.list
  > li
  .right-block
  .right-block-content
  .functional-buttons {
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.product_list.list
    > li
    .right-block
    .right-block-content
    .functional-buttons {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  ul.product_list.list
    > li
    .right-block
    .right-block-content
    .functional-buttons {
    border-top: 5px solid #f0f0e8;
    padding-top: 15px;
    clear: both;
  }
  ul.product_list.list
    > li
    .right-block
    .right-block-content
    .functional-buttons
    > div {
    display: inline-block;
    padding-top: 0 !important;
    padding-right: 20px;
  }
}
@media (max-width: 479px) {
  ul.product_list.list
    > li
    .right-block
    .right-block-content
    .functional-buttons {
    float: none;
  }
}
ul.product_list.list
  > li
  .right-block
  .right-block-content
  .functional-buttons
  a {
  cursor: pointer;
}
ul.product_list.list
  > li
  .right-block
  .right-block-content
  .functional-buttons
  .compare {
  padding-top: 10px;
}
@media (min-width: 1200px) {
  ul.product_list.list > li:hover .product-image-container .quick-view {
    display: block;
  }
}
@media (max-width: 479px) {
  ul.product_list.list > li {
    text-align: center;
  }
}

/*******************************************************
  Product list(Index page) Styles
  ********************************************************/
#index ul.product_list.tab-pane > li {
  margin-bottom: 30px;
}
#index ul.product_list.tab-pane > li .availability {
  display: none;
}
@media (min-width: 480px) and (max-width: 767px) {
  #index ul.product_list.tab-pane > li.first-item-of-tablet-line {
    clear: none;
  }
  #index ul.product_list.tab-pane > li.first-item-of-mobile-line {
    clear: left;
  }
}

/***** IE code *****/
.ie8 .quick-view {
  background: #fff;
  border: 1px solid #eaeae0;
}

/* ----------------------------------------------------------------------------------------------------
                                              FOOTER
  ------------------------------------------------------------------------------------------------------- */
.footer-container {
  position: relative;
  padding-top: 9px;
}
.footer-container #footer {
  color: #777777;
}
.footer-container #footer .row {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-container #footer .row {
    padding-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .footer-container #footer .footer-block {
    margin-top: 7px;
  }
}
.footer-container #footer a {
  color: #777777;
}
.footer-container #footer a:hover {
  color: white;
}
.footer-container #footer h4 {
  font: normal 18px/22px "Trebuchet MS", Verdana, sans-serif;
  color: #1e1e1e;
  border-top: 5px solid #f2f2eb;
  padding-top: 49px;
  margin: 0 0 27px 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .footer-container #footer h4 {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 13px;
    padding-right: 25px;
    padding-top: 12px;
  }
}
.footer-container #footer h4 a {
  color: #1e1e1e;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-container #footer h4 a:hover {
  color: #89bd19;
}
.footer-container #footer ul {
  margin-bottom: 0;
}
.footer-container #footer ul li {
  padding-bottom: 13px;
}
.footer-container #footer ul li a {
  font-size: 12px;
  line-height: 18px;
  color: #3b3b3b;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-container #footer ul li a:hover {
  color: #89bd19;
}
@media (max-width: 767px) {
  .footer-container #footer #block_contact_infos {
    border: none;
  }
}
.footer-container #footer #block_contact_infos > div ul li {
  padding: 0 0 7px;
  overflow: hidden;
  line-height: 30px;
}
.footer-container #footer #block_contact_infos > div ul li > span,
.footer-container #footer #block_contact_infos > div ul li > span a {
  color: white;
  font-weight: normal;
}
.footer-container #footer #block_contact_infos > div ul li i {
  font-size: 25px;
  width: 32px;
  text-align: center;
  padding-right: 12px;
  float: left;
  color: #908f8f;
}
.footer-container #footer #social_block ul {
  border-top: 5px solid #f2f2eb;
  padding-top: 53px;
}
@media (max-width: 767px) {
  .footer-container #footer #social_block ul {
    padding-top: 20px;
  }
}
.footer-container #footer #social_block ul li {
  padding-bottom: 8px;
}
.footer-container #footer #social_block ul li a {
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-container #footer #social_block ul li a span {
  line-height: 45px;
}
.footer-container #footer #social_block ul li a:before {
  border-radius: 50%;
  color: #fff;
  display: block;
  float: left;
  font-size: 22px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #89bd19;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 45px;
  font-family: "FontAwesome";
  margin-right: 21px;
}
.footer-container #footer #social_block ul li a:hover {
  color: #89bd19;
}
.footer-container #footer #social_block ul li.linkedin a:before {
  background: #283e4a;
  content: "\f08c";
}
.footer-container #footer #social_block ul li.facebook a:before {
  background: #6e8ac7;
  content: "\f09a";
}
.footer-container #footer #social_block ul li.twitter a:before {
  background: #89dbed;
  content: "\f099";
}
.footer-container #footer #social_block ul li.rss a:before {
  background: #ffd676;
  content: "\f09e";
}
.footer-container #footer #social_block ul li.youtube a:before {
  content: "\f167";
}
.footer-container #footer #social_block ul li.google-plus a:before {
  content: "\f0d5";
}
.footer-container #footer #social_block ul li.pinterest a:before {
  content: "\f0d2";
}
.footer-container #footer #social_block ul li.vimeo a:before {
  content: "\f194";
}
.footer-container #footer #social_block ul li.instagram a:before {
  content: "\f16d";
}
.footer-container #footer .bottom-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  float: none;
  z-index: 100;
  width: 100%;
}

.footer-container #footer .bottom-footer div div {
  padding: 15px 35px;
  width: 100%;
  text-align: center;
  background: #484848;
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .footer-container #footer .bottom-footer div div {
    width: 100%;
    padding: 15px;
  }
}
.footer-container #footer .bottom-footer div div a {
  color: #ffbf28;
}
.footer-container #footer .bottom-footer div div a:hover {
  color: #fff;
}

#homegooglemap {
  position: relative;
  z-index: 1;
}

.home-column {
  margin-bottom: 30px;
}

#reinsurance_block {
  clear: both !important;
}

#toTop {
  display: none;
  width: 51px;
  height: 51px;
  position: fixed;
  background: #5a5a5a;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin-right: -700px !important;
  right: 50%;
  bottom: 315px;
  z-index: 999;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  #toTop {
    display: none !important;
  }
}

#toTop:before {
  font-family: "FontAwesome";
  font-size: 17px;
  color: #fff;
  content: "\f077";
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 10;
}

#toTop:hover {
  background: #89bd19;
}

#toTop:active,
#toTop:focus {
  outline: none;
}

@media only screen and (max-width: 767px) {
  #toTop {
    display: none !important;
  }
}

.footer-container #footer h4 {
  font: normal 18px/22px "Trebuchet MS", Verdana, sans-serif;
  color: #1e1e1e;
  border-top: 5px solid #f2f2eb;
  padding-top: 49px;
  margin: 0 0 27px 0;
  text-transform: uppercase;
}

.footer-container #footer h4 {
  color: #fbbc28;
}

.footer-container #footer ul li a {
  font-size: 12px;
  line-height: 18px;
  color: #3b3b3b;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-container #footer ul li a {
  color: #f7f7f7;
}

.footer-container #footer #social_block ul li a {
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-container #footer #social_block ul li.youtube a:before {
  background-color: #f92f2f !important;
}
.footer-container #footer #social_block ul li.instagram a:before {
  background-color: #36d414 !important;
}
.footer-container #footer #social_block ul li.whatsapp a:before {
  background-color: #36d414 !important;
}
.footer-container #footer #social_block ul li.whatsapp a:before {
  content: "\f232" !important;
}
header .nav {
  background-image: url("/barrasite.jpg");
  background-size: 100% 100%;
}

@media (max-width: 767px) {
  #homepage-slider .bx-wrapper img {
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

#servicos {
  text-transform: uppercase;
  background: #00a4d2;
  color: white;
  padding-top: 10px;
  font-size: 90%;
}
#servicos a {
  color: white;
}
#servicos a:hover {
  color: #313131;
}
@media (max-width: 767px) {
  .container-blog {
    padding: 0;
    width: 100% !important;
  }
  .post-descr {
    padding: 10px;
  }
  #homepage-blog li h5 {
    padding: 10px;
  }
  #homepage-blog li > div {
    padding: 0px;
  }
  .col-xs-20-pct {
    width: 20%;
    float: left;
  }
  #servicos h2 {
    margin-top: 10px !important;
  }

  #servicos {
    width: 100%;
  }
}
@media (min-width: 1080px) {
  #servicos h2 {
    margin-top: 45px !important;
  }
}

.pacotes-link {
  font: normal 18px/20px "Trebuchet MS", Verdana, sans-serif;
  color: #444;
  text-transform: uppercase;
  border: none;
  outline: none;
  margin: 0;
  position: relative;
}

#novidades .form-control {
  padding: 19px 15px;
}

.col-20-pct {
  width: 20%;
  float: left;
}
.col-25-pct {
  width: 25%;
  float: left;
}
.nopad {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .blog-xs-imagem {
    margin-top: 10px;
  }
}

.price.product-price {
  font: normal 20px/23px "Trebuchet MS", Verdana, sans-serif;
  color: #444444;
  letter-spacing: -1px;
}

.price {
  position: relative;
  padding: 15px 0;
}
.price {
  font-size: 16px;
  color: #444444;
  white-space: nowrap;
}
.t-pac {
  font-size: 14px;
}

@media (max-width: 500px) {
  #languages-block-top {
    display: none;
  }
  .top-menu-container {
    width: 100% !important;
  }
  .link-pacotes-xs {
    font-size: 22px;
  }
  #servicos {
    font-size: 75%;
  }

  .footer-container #footer h4 {
    padding-top: 10px;
    margin-bottom: 2px;
  }

  .pacotes-container,
  .depoimentos-container {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pacotes-center-column,
  .depoimentos-center-column,
  #servicos {
    padding-right: 0 !important;
  }

  #homepage-blog li > div {
    padding: 0 !important;
  }
  .blog-image a img {
    width: 100% !important;
  }
  .index-blog-post {
    padding-right: 0 !important;
  }
  #blocknewproducts0 img {
    width: 100%;
  }
}

@media (max-width: 660px) {
  header .row #header_logo img {
    margin: 0 auto;
  }
}

/* novas cores - 2020 */
.bg-yellow {
  background: #fdc42d !important;
}

.text-yellow {
  color: #fdc42d !important;
}

.bg-blue {
  background: #0097ce !important;
}

.text-blue {
  color: #0097ce !important;
}

header .nav:before {
  background: #fdc42d !important;
}

.btn-info {
  color: #fff;
  background-color: #0097ce !important;
  border-color: #0097ce !important;
}

.top_menu > ul > li > a:before,
.top_menu .stickUpHolder > ul > li > a:before {
  background-color: #0097ce !important;
}
