/**
/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */
@import "Hermes-Regular/fonts.css";
@import "Hermes-Bold/fonts.css";
@import "Hermes-Thin/fonts.css";
body {
    font-family: 'Hermes',Helvetica,Arial,sans-serif;
}

 *:focus { outline: none;}
 html{
   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
  outline: none;
 }

 @media (min-width: 801px) {
   body{
     padding-top: 30px;
   }
 }
 p {line-height: 1.6em;}
 h1 {font-size: 36px; line-height: 40px;}
 h2 {font-size: 30px; line-height: 40px;}
 h3 {font-size: 20px;line-height: 40px;}
 a:focus{outline: none; }
 h3 a{color:#333;}
 .navbar .nav > li > a { padding:10px 10px; }


 .region-video .field,
 .node-destaque .field{
   margin-bottom: 1em;
 }

 @media only screen and (min-width : 1025px) {
  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
      width: 940px;
  }

 }
 @media only screen and (min-width : 1281px) {
  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
      width: 1170px;
  }
  .navbar .nav > li > a {
        padding:10px 15px;
      }
 }
 .node-portfolio .field-type-text-with-summary,
 .node-produto .field-type-text-with-summary{
   clear: both;
 }

 .field-slideshow-wrapper{
   position:relative;
 }

 .node-portfolio ul.field-slideshow-pager,
 .node-produto ul.field-slideshow-pager{
    display: table;
    margin: 0 0 0;
    padding: 0.7em;
    z-index: 1000;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
  background-color: #333333;
 }

 .node-portfolio ul.field-slideshow-pager li,
 .node-produto ul.field-slideshow-pager li{
   list-style: none;
   opacity: 0.6;
 }

 .node-portfolio ul.field-slideshow-pager li.activeSlide,
 .node-portfolio ul.field-slideshow-pager li:focus,
 .node-portfolio ul.field-slideshow-pager li:hover,
 .node-produto ul.field-slideshow-pager li.activeSlide,
 .node-produto ul.field-slideshow-pager li:focus,
 .node-produto ul.field-slideshow-pager li:hover{
   opacity: 1;
   transition: opacity 0.2s 0.1s ease;
 }

 .node-portfolio .field,
 .node-produto .field{
   margin-bottom: 1em;
 }



iframe {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

body#tinymce{
  padding: 0;
}

.help-block, .control-group .help-inline {
    margin: -2px 0 10px;
}

.description{
  margin: -2px 0 10px;
  color: #999999;
  font-size: 12px;
  padding: 0 3px;
}

section{
  margin-bottom: 1.2em;
}

.highlighted {
    padding: 6px;
}

.img-inline-left{margin-right:0.7em;}
.img-inline-right{margin-left:0.7em;}


.button {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.button:hover,
.button:focus,
.button:active,
.button.active,
.button.disabled,
.button[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.button:active,
.button.active {
  background-color: #cccccc \9;
}

.button:first-child {
  *margin-left: 0;
}

.button:hover,
.button:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.button.active,
.button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.button.remove {
  background-color: #DA4F49;
  background-image: linear-gradient(to bottom, #EE5F5B, #BD362F);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#edit-body .filter-wrapper{
  display: none;
}

.form-wrapper{
  margin-bottom: 10px;
}

.term-listing-heading {
  margin-bottom: 20px;
}

.node-produto.node-teaser.span4:nth-of-type(2){
  margin-left: 0;
}

.node-produto.node-teaser{
  margin-bottom: 20px;
  position: relative;
}
.node-produto.node-teaser .field-name-title{
  position: absolute;
  bottom: 0;
  line-height: 1.4em;
  width: 100%;
  opacity: 0.9;
  background-color: #333;
  padding: 0 4px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}


.view-produtos-categorias .view-content .row-fluid{}
.view-produtos-categorias .view-content .row-fluid  .categoria-wrapper,
.view-produtos-list .span4{
  position: relative;
  margin-bottom: 20px;
  max-width: 275px;
}


.node-produto.node-teaser:hover,
.node-produto.node-teaser:focus,
.node-destaque.node-teaser .field-name-field-destaque-imagem:hover,
.node-destaque.node-teaser .field-name-field-destaque-imagem:focus,
.view-video .view-field-video:hover,
.view-video .view-field-video:focus,
.view-produtos-categorias .view-content .row-fluid  .categoria-wrapper:hover,
.view-produtos-categorias .view-content .row-fluid  .categoria-wrapper:focus,
.view-produtos-list .span4:hover{
  opacity: 0.6;
}
.view-produtos-categorias .view-content .row-fluid .categoria-wrapper .views-field-name,
.view-produtos-list .span4 .views-field-title{
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0.9;
  position: absolute;
  background-color: #333333;
}
.node-produto.node-teaser .field-name-title a,
.view-produtos-categorias .view-content .row-fluid  .categoria-wrapper .views-field-name a,
.view-produtos-list .span4 .views-field-title a{
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.4em;
  padding:0.4em;
}

.node-produto.node-teaser .field-name-title a:hover,
.node-produto.node-teaser .field-name-title a:active,
.node-produto.node-teaser .field-name-title a:focus
.view-produtos-categorias .view-content .row-fluid  .categoria-wrapper .views-field-name a:hover,
.view-produtos-categorias .view-content .row-fluid  .categoria-wrapper .views-field-name a:focus,
.view-produtos-categorias .view-content .row-fluid  .categoria-wrapper .views-field-name a:active{
  color: #FF0000;
}

.webform-submission .webform-component-display label{display:none;}
.webform-submission #webform-component-cliente-descricao{margin: 1em 0;}

/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {

  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}


table#permissions .module{
  font-weight: bold;
}

#social-links li{
  display: inline-block;
  list-style: none;
  float: right;
}
#social-links li a{
  display: block;
  outline: none;
  border: none;
  width: 64px;
  height: 64px;
}
#social-links .googleplus{
  background-image:url('../images/social/google_circle_gray.svg');
}
#social-links .googleplus:hover{
  background-image:url('../images/social/google_circle_color.svg');
}
#social-links .facebook{
  background-image:url('../images/social/facebook_circle_gray.svg');
}
#social-links .facebook:hover{
  background-image:url('../images/social/facebook_circle_color.svg');
}
#social-links .twitter{
  background-image:url('../images/social/twitter_circle_gray.svg');
}
#social-links .twitter:hover{
  background-image:url('../images/social/twitter_circle_color.svg');
}
#social-links .linkedin{
  background-image:url('../images/social/linkedin_circle_gray.svg');
}
#social-links .linkedin:hover{
  background-image:url('../images/social/linkedin_circle_color.svg');
}
#social-links .youtube{
  background-image:url('../images/social/youtube_circle_gray.svg');
}
#social-links .youtube:hover{
  background-image:url('../images/social/youtube_circle_color.svg');
}

#badges{margin-left: 0;}
#badges li{
  display: inline-block;
  list-style: none;
  float: left;
}
#badges li a{
  display: block;
  outline: none;
  border: none;
  height: 79px;
  margin: 0 4px;
}
#badges .inci{
  width: 104px;
  background-image:url('../images/certs/inci.jpg');
  opacity: 0.5;
}
#badges .inci:hover{
  opacity: 1;
  background-image:url('../images/certs/inci.jpg');
}
#badges .qi-pme{
  width: 79px;
  background-image:url('../images/certs/qi-pme.jpg');
  opacity: 0.5;
}
#badges .qi-pme:hover{
  opacity: 1;
  background-image:url('../images/certs/qi-pme.jpg');
}

#badges .ce{
  opacity: 0.5;
  width: 92px;
  background-image:url('../images/certs/ce.svg');
}
#badges .ce:hover{
  opacity: 1;
  background-image:url('../images/certs/ce.svg');
}

#badges .iapmei{
    opacity: 0.5;
    width: 251px;
    background-image:url('../images/certs/iapmei-.jpg');
}
#badges .iapmei:hover{
    opacity: 1;
    background-image:url('../images/certs/iapmei-.jpg');
}

#badges .certif{
    opacity: 0.5;
    width: 76px;
    background-image:url('../images/certs/certif.png');
}
#badges .certif:hover{
    opacity: 1;
    background-image:url('../images/certs/certif.png');
}
#badges .adene{
    opacity: 0.5;
    width: 180px;
    background-image:url('../images/certs/adene.png');
}
#badges .adene:hover{
    opacity: 1;
    background-image:url('../images/certs/adene.png');
}

#flag{padding: 0 35px;}
#flag .fr span{margin-left:-80px; line-height: 24px;}
#flag .fr{
  display:block;
  width: 24px;
  height: 24px;
  background-image:url('../images/flag-fr-24.png');
}
#flag .fr:hover{
  background-image:url('../images/flag-fr-24.png');
}

.not-logged-in #block-views-video-block .btn{display: none;}


/*
* Fix for bootstrap dropdown level 2 on mobile devices
*/
.dropdown-backdrop{
    position: static;
}
