/* BASE
=============================================================== */
body {
  background: #ffffff;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #434242;
  margin-top: 81px;
}
/* links */
a {
  color: #434242;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #1c1c1c;
  text-decoration: underline;
}
a:focus {
  color: #1c1c1c;
  text-decoration: underline;
}
a:active {
  color: #1c1c1c;
  text-decoration: underline;
}
/* headings */
/* forms elements */
form fieldset,
form ul {
  margin: 0;
  padding: 0;
  border: none;
}
form li {
  list-style: none;
  margin: 10px;
}
form li label {
  display: block;
  cursor: pointer;
}
form li label sup {
  color: #990000;
}
form li input[type=text],
form li input[type=email],
form li input[type=date],
form li input[type=number] {
  background: #ffffff;
  border: 1px #cccccc solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px;
  font-size: 12px;
  font-style: italic;
}
form li input[type=text]:focus,
form li input[type=email]:focus,
form li input[type=date]:focus,
form li input[type=number]:focus {
  outline: none;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
input.placeholder,
input:-webkit-input-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder {
  font-style: italic;
  color: silver;
}
table {
  width: 100%;
  margin: 0;
}
table th {
  text-align: left;
  background: #cccccc;
  color: #434242;
  padding: 5px;
  font-size: 12px;
  border: 1px #9c9c9c solid;
}
table tr:nth-child(odd) {
  background: #dcdcdc;
}
table td {
  border: 1px #cccccc solid;
  padding: 5px;
  font-size: 12px;
}
/* LAYOUT 
=============================================================== */
/* container */
.l-container {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  border: none;
}
.l-col2 {
  width: 140px;
  float: left;
  margin: 0 10px;
}
.l-col3 {
  width: 220px;
  float: left;
  margin: 0 10px;
}
.l-col4 {
  width: 300px;
  float: left;
  margin: 0 10px;
}
.l-col6 {
  width: 460px;
  float: left;
  margin: 0 10px;
}
.l-col8 {
  width: 620px;
  float: left;
  margin: 0 10px;
}
.l-col9 {
  width: 700px;
  float: left;
  margin: 0 10px;
}
.l-col12 {
  width: 940px;
  float: left;
  margin: 0 10px;
}
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
ul.l-grid3 {
  padding: 0;
  margin: 0;
  list-style: none;
  *zoom: 1;
}
ul.l-grid3:before,
ul.l-grid3:after {
  display: table;
  content: "";
  line-height: 0;
}
ul.l-grid3:after {
  clear: both;
}
ul.l-grid3 li {
  margin: 10px;
  width: 300px;
  float: left;
  display: inline-block;
  line-height: 0;
}
ul.l-grid6 {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.l-grid6 li {
  margin: 10px;
  width: 220px;
  float: left;
  display: inline-block;
  line-height: 0;
}
.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  *zoom: 1;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
.l-header:before,
.l-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.l-header:after {
  clear: both;
}
.l-header-top {
  width: 100%;
  background: #434242;
  border-bottom: 1px #222222 solid;
  z-index: 5;
  *zoom: 1;
}
.l-header-top:before,
.l-header-top:after {
  display: table;
  content: "";
  line-height: 0;
}
.l-header-top:after {
  clear: both;
}
.l-header-bottom {
  width: 100%;
  background: #555555;
  border-top: 1px #6f6f6f solid;
  z-index: 5;
  *zoom: 1;
}
.l-header-bottom:before,
.l-header-bottom:after {
  display: table;
  content: "";
  line-height: 0;
}
.l-header-bottom:after {
  clear: both;
}
.l-main {
  position: relative;
  width: 960px;
  margin: 0 auto;
  *zoom: 1;
}
.l-main:before,
.l-main:after {
  display: table;
  content: "";
  line-height: 0;
}
.l-main:after {
  clear: both;
}
.l-footer {
  font-weight: normal;
  background: #434242;
  margin-top: 30px;
  padding-top: 30px;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.6);
  *zoom: 1;
}
.l-footer:before,
.l-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.l-footer:after {
  clear: both;
}
.l-footer-bottom {
  margin-top: 30px;
  border-top: 1px #555555 solid;
}
/* MODULES 
=============================================================== */
/* button */
button,
.button {
  background: #b7ce35;
  background: -webkit-linear-gradient(top, #b7ce35, #a7bc2e);
  background: -moz-linear-gradient(top, #b7ce35, #a7bc2e);
  background: -o-linear-gradient(top, #b7ce35, #a7bc2e);
  background: -linear-gradient(top, #b7ce35, #a7bc2e);
  padding: 5px 18px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
}
button:hover,
.button:hover {
  background: #a7bc2e;
  background: -webkit-linear-gradient(top, #a7bc2e, #b7ce35);
  background: -moz-linear-gradient(top, #a7bc2e, #b7ce35);
  background: -o-linear-gradient(top, #a7bc2e, #b7ce35);
  background: -linear-gradient(top, #a7bc2e, #b7ce35);
}
/* logo */
.logo {
  width: 518px;
  height: 46px;
  background: url('../img/site/logo-philco.png') no-repeat;
}
.logo a {
  display: block;
  width: 100px;
  height: inherit;
}
/* search */
.search {
  margin-top: 12px;
}
.search ul li {
  margin: 0;
}
.search ul li input {
  float: left;
  width: 220px;
  background: #dcdcdc;
  border: 1px #434242 solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: lighter;
}
.search ul li .button {
  padding: 5px 12px;
  border: 1px #434242 solid;
  float: right;
  margin: 0;
}
/* primary navigation */
.nav-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-primary li.level1 {
  position: relative;
  display: inline-block;
  /*padding-left: 10px;*/
  padding-left: 5px;
  padding-right: 2px;
  color: #dcdcdc;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
.nav-primary li.level1:hover {
  background: url(../img/site/dropdown-arrow.png) no-repeat center bottom;
  color: #b7ce35;
}
.nav-primary li.level1 a {
  color: #dcdcdc;
}
.nav-primary li.level1 a:hover {
  text-decoration: none;
  color: #b7ce35;
}
.nav-primary li.level1.is-faded {
  color: #a6a6a6;
}
.nav-primary li.level1.is-faded a {
  color: #a6a6a6;
}
.nav-primary li.level1.is-faded a:hover {
  color: #b7ce35;
}
.nav-primary li.level1.is-faded:hover {
  color: #b7ce35;
}
.nav-primary li.level1.is-faded .dropdown a {
  color: #dcdcdc;
}
.nav-primary li.level1.is-faded .dropdown a:hover {
  color: #b7ce35;
}
.nav-primary .dropdown {
  display: none;
  /* hidden by default */

  background: #434242;
  width: 200px;
  position: absolute;
  z-index: 99;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.nav-primary .dropdown li {
  margin: 0 10px;
  border-bottom: 1px #555555 dotted;
  text-transform: none;
  font-size: 12px;
}
.nav-primary .dropdown li a:hover {
  color: #b7ce35;
}
.nav-primary .dropdown.double-col {
  width: 400px;
}
.nav-primary .dropdown.double-col ul {
  width: 200px;
  float: left;
}
/* slider */
.l-slider {
  position: relative;
  width: 100%;
  *zoom: 1;
  background: #e6e6e6 url(../img/site/slider-bg.jpg) repeat-x;
  background: -webkit-linear-gradient(top, #cccccc, #ffffff);
  background: -moz-linear-gradient(top, #cccccc, #ffffff);
  background: -o-linear-gradient(top, #cccccc, #ffffff);
  background: -linear-gradient(top, #cccccc, #ffffff);
}
.l-slider:before,
.l-slider:after {
  display: table;
  content: "";
  line-height: 0;
}
.l-slider:after {
  clear: both;
}
.l-slider .l-container {
  width: 940px;
  margin: 0 auto;
}
.slider {
  margin: 0;
}
.slider img {
  vertical-align: top;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.slider-nav {
  z-index: 99;
  position: absolute;
  top: 220px;
  left: 47%;
}
.slider-nav a {
  background: url('../img/site/icon-slider-nav.png') no-repeat;
  margin-left: 5px;
  width: 18px;
  height: 18px;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.slider-nav a:hover {
  -webkit-box-shadow: 0 0 1px #e6e6e6;
}
/* slogan */
.l-slogan {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0;
}
.l-slogan .l-container {
  position: relative;
  width: 940px;
  *zoom: 1;
  background: url(../img/site/slogan-bg.jpg) no-repeat;
}
.l-slogan .l-container:before,
.l-slogan .l-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.l-slogan .l-container:after {
  clear: both;
}
/* channels */
.channels {
  margin-top: -10px;
  float: right;
  right: 5px;
}
.channels li {
  display: inline-block;
  margin-right: 5px;
}
.channels li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.channels li a[data-channel=instagram] {
  background: url('../img/site/channels.png') no-repeat -25px -4px;
}
.channels li a[data-channel=blog] {
  background: url('../img/site/channels.png') no-repeat -63px -4px;
}
.channels li a[data-channel=facebook] {
  background: url('../img/site/channels.png') no-repeat -100px -4px;
}
.channels li a[data-channel=twitter] {
  background: url('../img/site/channels.png') no-repeat -139px -4px;
}
.channels li a[data-channel=youtube] {
  background: url('../img/site/channels.png') no-repeat -179px -4px;
}

/* breadcrumbs */
.l-breadcrumbs-filter {
  padding: 2px 0;
  *zoom: 1;
}
.l-breadcrumbs-filter:before,
.l-breadcrumbs-filter:after {
  display: table;
  content: "";
  line-height: 0;
}
.l-breadcrumbs-filter:after {
  clear: both;
}
.l-breadcrumbs-filter .l-col12 {
  position: relative;
}
.l-breadcrumbs-filter .product-filter-open-button {
  float: right;
  padding: 0px 16px;
  height: 33px;
}
.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs li {
  font-weight: light;
  margin: 0;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1;
}
.breadcrumbs li a {
  color: #555555;
}
/* grid 4 */
ul.l-grid4 {
  padding: 0;
  margin: 0;
  list-style: none;
  *zoom: 1;
}
ul.l-grid4:before,
ul.l-grid4:after {
  display: table;
  content: "";
  line-height: 0;
}
ul.l-grid4:after {
  clear: both;
}
ul.l-grid4 li {
  margin: 10px;
  width: 220px;
  float: left;
  display: inline-block;
  line-height: 0;
}

/* home families */
.home-families a {
  display: inline-block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  width: 220px;
  height: 257px;
  line-height: 0;
}
.home-family a[data-family=casa] {
  background: url(../img/site/icon-casa.jpg) no-repeat 0 0;
}
.home-family a[data-family=casa]:hover {
  background: url(../img/site/icon-casa.jpg) 0 -257px;
}
.home-family a[data-family=climatizacao] {
  background: url(../img/site/icon-climatizacao.jpg) no-repeat 0 0;
}
.home-family a[data-family=climatizacao]:hover {
  background: url(../img/site/icon-climatizacao.jpg) 0 -257px;
}
.home-family a[data-family=cuidados-pessoais] {
  background: url(../img/site/icon-cuidados-pessoais.jpg) no-repeat 0 0;
}
.home-family a[data-family=cuidados-pessoais]:hover {
  background: url(../img/site/icon-cuidados-pessoais.jpg) 0 257px;
}
.home-family a[data-family=audio] {
  background: url(../img/site/icon-audio.jpg) no-repeat 0 0;
}
.home-family a[data-family=audio]:hover {
  background: url(../img/site/icon-audio.jpg) 0 -257px;
}
.home-family a[data-family=video] {
  background: url(../img/site/icon-video.jpg) no-repeat 0 0;
}
.home-family a[data-family=video]:hover {
  background: url(../img/site/icon-video.jpg) 0 -257px;
}
.home-family a[data-family=informatica] {
  background: url(../img/site/icon-informatica.jpg) no-repeat 0 0;
}
.home-family a[data-family=informatica]:hover {
  background: url(../img/site/icon-informatica.jpg) 0 -257px;
}
.home-family a[data-family=cine-foto] {
  background: url(../img/site/icon-cine-foto.jpg) no-repeat 0 0;
}
.home-family a[data-family=cine-foto]:hover {
  background: url(../img/site/icon-cine-foto.jpg) 0 -257px;
}
.home-family a[data-family=lancamentos] {
  background: url(../img/site/icon-lancamentos.jpg) no-repeat 0 0;
}
.home-family a[data-family=lancamentos]:hover {
  background: url(../img/site/icon-lancamentos.jpg) 0 -257px;
}
.home-family a[data-family=celular] {
  background: url(../img/site/icon-celular.jpg) no-repeat 0 0;
}
.home-family a[data-family=celular]:hover {
  background: url(../img/site/icon-celular.jpg) 0 -256px;
}

.home-highlight a[data-highlight=onde-comprar] {
  background: url(../img/site/onde-comprar-home.jpg) no-repeat 0 0;
}

.home-family a[data-family=linhacolors] {
  background: url(../img/site/icon-linha-colors.jpg) no-repeat 0 0;
}
.home-family a[data-family=linhacolors]:hover {
  background: url(../img/site/icon-linha-colors.jpg) 0 -257px;
}

/*.home-highlight a[data-highlight=empresas] {
  background: url(../img/site/empresas-home.jpg) no-repeat 0 0;
}*/

.home-highlight a[data-highlight=blog] {
  background: url(../img/site/blog-home.jpg) no-repeat 0 0;
}

.home-highlight a[data-highlight=fale-conosco] {
  background: url(../img/site/fale-conosco-home.jpg) no-repeat 0 0;
}


/* product */
.product {
  line-height: 1.3;
  background: #dcdcdc;
  padding: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.product img {
  width: 290px;
  height: 250px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.product figcaption.product-details {
  position: relative;
  line-height: 1.5;
  padding: 0 10px;
  height: 86px;
  color: #434242;
  overflow: hidden;
  *zoom: 1;
}
.product figcaption.product-details:before,
.product figcaption.product-details:after {
  display: table;
  content: "";
  line-height: 0;
}
.product figcaption.product-details:after {
  clear: both;
}
.product figcaption.product-details h3 {
  font-size: 16px;
  margin: 5px 0 3px 0;
  text-shadow: 0 1px 0 #fff;
}
.product figcaption.product-details h3 a {
  color: #434242;
}
.product figcaption.product-details h3 a:hover {
  color: #94a729;
  text-decoration: none;
}
.product figcaption.product-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product figcaption.product-details ul li {
  margin: 0;
  line-height: 1.5;
  font-size: 12px;
}
.product figcaption.product-details .product-details-button {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 30px;
  height: 30px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: url('../img/site/product-details-button.png') no-repeat 0 -31px;
}
.product figcaption.product-details .product-details-button:hover {
  background: url('../img/site/product-details-button.png') no-repeat 0 0;
}
/* highlights */
figure.channels-highlight,
figure.onde-comprar-highlight {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
figure.channels-highlight img,
figure.onde-comprar-highlight img {
  width: 300px;
  height: 255px;
  border: 0;
  vertical-align: bottom;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
figure.channels-highlight figcaption,
figure.onde-comprar-highlight figcaption {
  line-height: 1.3;
  background: #dcdcdc;
  height: 95px;
  padding: 0 15px;
  color: #434242;
  overflow: hidden;
}
figure.channels-highlight figcaption h4,
figure.onde-comprar-highlight figcaption h4 {
  font-size: 16px;
  margin: 10px 0 3px 0;
  text-shadow: 0 1px 0 #fff;
}
figure.channels-highlight figcaption h4 a,
figure.onde-comprar-highlight figcaption h4 a {
  color: #434242;
}
figure.channels-highlight figcaption h4 a:hover,
figure.onde-comprar-highlight figcaption h4 a:hover {
  color: #555555;
  text-decoration: none;
}
figure.channels-highlight figcaption p,
figure.onde-comprar-highlight figcaption p {
  margin: 0;
}
/* product filter */
.product-filter {
  width: 940px;
  margin: 10px auto;
  position: relative;
  background: #dcdcdc;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  *zoom: 1;
}
.product-filter:before,
.product-filter:after {
  display: table;
  content: "";
  line-height: 0;
}
.product-filter:after {
  clear: both;
}
.product-filter form {
  padding: 10px 10px;
}
.product-filter form legend {
  font-size: 14px;
  text-shadow: 0 1px 0 #fff;
  margin-bottom: 10px;
  font-weight: bold;
}
.product-filter form li {
  margin: 2px 0;
  font-size: 12px;
}
.product-filter form li label {
  display: inline-block;
  text-indent: 5px;
}
.product-filter form li input {
  border: 0;
}

.product-filter form li input[type=text] {
  width: 140px;
  border: 1px #cccccc solid;
}
.product-filter .product-filter-close-button {
  position: absolute;
  right: 12px;
  top: 8px;
  color: #434242;
  padding: 0;
  background: #dcdcdc;
}
.product-filter button[type=submit] {
  float: right;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
/* product item */
.product-item {
  margin-top: 20px;
  *zoom: 1;
}
.product-item:before,
.product-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.product-item:after {
  clear: both;
}
/* product item details */
.product-item-details ul {
  margin: 5px 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
.product-item-details div {
  font-size: 12px;
  line-height: 1.6;
  margin: 0px;
}
.product-item-details ul.product-details-share {
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
  font-size: 16px;
}
.product-item-details ul.product-details-share li {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.product-item-details ul.product-details-special-features li {
  display: inline-block;
  margin-right: 30px;
}
.product-item-details h2 {
  font-size: 22px;
  margin: 5px 0;
}
.product-item-details p {
  margin: 5px 0;
  font-style: italic;
  font-size: 12px;
}
.product-item-details p a {
  color: #555555;
}
.product-item-details h6 {
  font-size: 16px;
  margin: 20px 0 0 0;
}
/* product item thumbnails */
.product-item-thumbnails {
  position: relative;
}
.product-item-thumbnails .thumbnail-large {
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 460px;
  border: 1px #dcdcdc solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.product-item-thumbnails .thumbnail-list {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 310px;
}
.product-item-thumbnails .thumbnail-small {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  line-height: 0;
  margin: 3px 1px;
  border: 1px #dcdcdc solid;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.product-item-thumbnails .thumbnail-small img {
  margin: 0
padding: 0;
  border: 0;
  width: 84px;
}
h3.related-products-title {
  background: #555555;
  padding: 10px;
  color: #ffffff;
  font-weight: normal;
  width: 920px;
  text-shadow: 0 1px 0 #222222;
}
/* product item features */
.product-item-features {
  margin: 10px;
}
.tab-nav {
  margin-bottom: 10px;
  border-bottom: 1px #cccccc solid;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.tab-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab-nav ul li {
  display: inline-block;
  margin-right: 1px;
  background: #dcdcdc;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
.tab-nav ul li:hover {
  color: #ffffff;
  background: #555555;
  text-shadow: 0 1px 0 #222222;
}
.tab-nav ul li a {
  display: inline-block;
}
.tab-nav ul li a:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  color: #ffffff;
  text-decoration: none;
}
.tab-nav ul li a sup {
  z-index: 1;
}
.tab-nav ul li.is-active {
  color: #ffffff;
  background: #555555;
  text-shadow: 0 1px 0 #222222;
}
.tab-nav ul li.content-toggle {
  background: none;
  padding: 3px;
  font-size: 16px;
  font-weight: lighter;
}
.tab-nav ul li.content-toggle img {
  vertical-align: bottom;
}
.tab-nav ul li.content-toggle:hover {
  color: #222222;
}
.tab-content div div {
 font-size: 12px;
 padding: 2px 4px;
}
.tab-content div div:nth-child(odd) {
 background: #f6f6f6;
 border-bottom: 1px #ddd solid;
}
.tab-content div div:nth-child(even) {
 background: #eee;
 border-bottom: 1px #fff solid;
}
.tab-content div div:before {
 content: '- ';
}
/* pagination */
.l-pagination {
  width: 940px;
  margin: 0 auto;
  *zoom: 1;
}
.l-pagination:before,
.l-pagination:after {
  display: table;
  content: "";
  line-height: 0;
}
.l-pagination:after {
  clear: both;
}
.l-pagination ul {
  float: right;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.l-pagination ul li {
  display: inline-block;
  margin-left: 10px;
}
.l-pagination ul li a {
  background: #b7ce35;
  background: -webkit-linear-gradient(top, #b7ce35, #a7bc2e);
  background: -moz-linear-gradient(top, #b7ce35, #a7bc2e);
  background: -o-linear-gradient(top, #b7ce35, #a7bc2e);
  background: -linear-gradient(top, #b7ce35, #a7bc2e);
  padding: 5px 18px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  color: #222222;
  background: #dcdcdc;
  padding: 3px 12px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.l-pagination ul li a:hover {
  background: #a7bc2e;
  background: -webkit-linear-gradient(top, #a7bc2e, #b7ce35);
  background: -moz-linear-gradient(top, #a7bc2e, #b7ce35);
  background: -o-linear-gradient(top, #a7bc2e, #b7ce35);
  background: -linear-gradient(top, #a7bc2e, #b7ce35);
}
.l-pagination ul li a:hover {
  text-decoration: none;
}
.l-pagination ul li.is-active a {
  background: #b7ce35;
}
/* footer navigation */
.nav-footer {
  margin-bottom: 20px;
}
.nav-footer div {
  float: left;
}
.nav-footer h4 {
  color: #cccccc;
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  margin: 0 0 5px 0;
}
.nav-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-footer ul li {
  font-weight: lighter;
}
.nav-footer ul li a {
  color: #dcdcdc;
  font-size: 11px;
}
/* newsletter signup */
.l-newsletter-signup {
  width: 232px;
  border-left: 1px #555555 solid;
  float: left;
}
.l-newsletter-signup h4 {
  color: #b7ce35;
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  margin: 0 0 15px 0;
  text-align: right;
}
.l-newsletter-signup form.newsletter-signup {
  margin-left: 20px;
  margin-bottom: 40px;
}
.l-newsletter-signup form.newsletter-signup li {
  margin: 10px 0;
  text-align: right;
}
.l-newsletter-signup form.newsletter-signup li input {
  width: 140px;
}
/* secondary footer navigation */
.nav-footer-secondary ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.nav-footer-secondary ul li {
  display: inline-block;
  margin-right: 10px;
}
.nav-footer-secondary ul li a {
  color: #cccccc;
  font-size: 11px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
/* faq search */
.faq-search li {
  margin: 0 20px 10px 0;
}
.faq-search li label {
  font-size: 12px;
}
.faq-search li input {
  width: 270px;
}
.faq-search li select {
  width: 280px;
}
/* blog feeds */
section.blog-feeds {
  background: #f6f6f6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
  height: 350px;
  width: 300px;
}
section.blog-feeds header {
  height: 95px;
  background: #dcdcdc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  width: 300px;
}
section.blog-feeds header h2 {
  line-height: 1.2;
  font-size: 16px;
  margin: 20px 20px 0 20px;
  padding-left: 70px;
  background: url('../img/site/icon-blog-large.png') no-repeat center left;
}
section.blog-feeds header h2 span {
  font-size: 13px;
  font-weight: normal;
}
section.blog-feeds ul {
  margin: 20px;
  padding: 0;
  list-style: none;
}
section.blog-feeds ul li {
  width: 250px;
  float: none;
  line-height: 1.5;
  font-size: 12px;
  margin: 5px 0;
}
section.blog-feeds ul li a {
  font-weight: bold;
}
/* contact form */
#contact-form fieldset {
  margin: 20px 0;
}
#contact-form fieldset legend {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
}
#contact-form ul li {
  margin: 20px 40px 0 0;
}
#contact-form ul li label {
  display: inline-block;
}
#contact-form ul li label sup {
  font-size: 12px;
  top: -0.2em;
}
#contact-form ul li input,
#contact-form ul li select {
  float: right;
  width: 260px;
}
#contact-form ul li button {
  float: right;
}
#contact-form ul li.msg {
  margin-top: 20px;
}
#contact-form ul li.msg label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
#contact-form ul li.msg textarea {
  width: 440px;
  height: 80px;
  border: 1px #cccccc solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#contact-form ul li.msg textarea:focus {
  outline: none;
  font-size: 12px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
/* onde comprar */
ul.onde-comprar li {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.onde-comprar li:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
/* sitemap */
.l-sitemap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-sitemap ul li {
  font-size: 12px;
}
.l-sitemap h3 {
  margin: 10px 0;
  font-size: 14px;
}
/* form validation */
.feedback-error {
  padding: 10px;
  border-radius: 3px;
  background: #F2DEDE;
  border: 1px #B94A48 solid;
  color: #B94A48;
  font-size: 12px;
  margin: 0;
}
.feedback-error h4 {
  margin: 0 0 5px 0;
  font-size: 14px;
}
/* copyright */
.copyright {
  text-align: right;
  font-size: 11px;
  color: #b7ce35;
}
/* UTILITY CLASSES
=============================================================== */
.is-hidden,
.is-accessibility {
  display: none;
}
.ir {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  display: table;
  content: "";
  line-height: 0;
}
.cf:after {
  clear: both;
}
.link-rodape{

	text-decoration: none;
	color: #dcdcdc;
}
.link-rodape:hover{

	color: #dcdcdc;
}