@font-face {
  font-family: 'NewsGoth';
  src: url('../font/news_gothic_condensed_bt-webfont.eot');
  src: url('../font/news_gothic_condensed_bt-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/news_gothic_condensed_bt-webfont.woff') format('woff'),
    url('../font/news_gothic_condensed_bt-webfont.ttf') format('truetype'),
    url('../font/news_gothic_condensed_bt-webfont.svg#newsgoth_cn_btregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NewsGoth';
  src: url('../font/news_gothic_bold_condensed_bt-webfont.eot');
  src: url('../font/news_gothic_bold_condensed_bt-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/news_gothic_bold_condensed_bt-webfont.woff') format('woff'),
    url('../font/news_gothic_bold_condensed_bt-webfont.ttf') format('truetype'),
    url('../font/news_gothic_bold_condensed_bt-webfont.svg#newsgoth_cn_btbold') format('svg');
  font-weight: bold;
  font-style: normal;

}

body{
  text-align:center; 
  overflow-x:hidden;
  font-family: Arial;
  background-color: #1C1206;
  font-size: 18px;
  color: #fff;
}
a{
  text-decoration: none;
  color:#8D7538;
  transition: 0.2s;
  background-color: transparent;
}
a:hover,
a:focus{
  color:#786430;
}
#bg {
  position:relative;
  background: #1C1206;
  text-align: center;
}
#bg_topo_esquerdo{
  width:50%;
  height:940px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:0;
  background:url(../img/bg-topo-esquerdo.jpg) repeat-x;
}
#bg_topo_direito{
  width:50%;
  height:940px;
  position:absolute;
  top:0px;
  right:0px;
  z-index:0;
  background:url(../img/bg-topo-direito.jpg) repeat-x;
}

#bg_rodape_esquerdo{
  width:50%;
  height:245px;
  position:absolute;
  bottom:0px;
  left:0px;
  z-index:0;
  background:url(../img/bg-rodape-esquerdo.jpg) repeat-x;
}
#bg_rodape_direito{
  width:50%;
  height:245px;
  position:absolute;
  bottom:0px;
  right:0px;
  z-index:0;
  background:url(../img/bg-rodape-direito.jpg) repeat-x;
}
#bg_home{
  width:100%;
  height:607px;
  position: absolute;
  left:0px;
  bottom:245px;
  background: url(../img/bg-home.png) repeat-x;
}
#principal{
  width:1002px;
  height:auto;
  margin:0 auto;
  min-height: 400px;
  position: relative;
  z-index: 100;
  /* background: url(../img/index.jpg) no-repeat;*/
}

#principal *::selection {
  background: #D5C99B;
  color: #1C1206;
}
#principal *::-moz-selection {
  background: #D5C99B;
  color:#1C1206;
}

#topo{
  width:100%;
  height:200px;
  background: url(../img/bg-topo.jpg) no-repeat;
}
#banner-principal{
  width:100%;
  height:550px;
  background: url(../img/banner-principal.png) 0px 0px no-repeat;
  position: relative;
}
#banner-img{
  overflow: hidden;
  width:972px;
  height: 476px;
  position: absolute;
  top:6px;
  left:15px;
  z-index: 100;
  text-align: left;
}
#banner-img img{
  max-width: 100%;
}
#banner-nav{
  width:500px;
  height: 20px;
  position: absolute;
  bottom: 34px;
  left: 0px;
  margin-left: 250px;
}
#banner-nav span{
  display:inline-block;
  width:11px;
  height: 11px;
  background: #412C0F;
  color:#412C0F;
  border-radius: 50%;
  border:solid 2px #A68657;
  cursor: pointer;
  margin:0px 3px;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
  transition: 0.2s;
  overflow: hidden;
  text-indent: 20px;
}
#banner-nav span:hover,
#banner-nav span.cycle-pager-active{
  background: #714814;
  color: #714814;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.9);
}
#banner-nav span:active{
  position: relative;
  top:2px;
}
#banner-prev,
#banner-next{
  position: absolute;
  top:183px;
  left:-7px;
  width:70px;
  height: 130px;
  background: url(../img/banner-setas.png) 0px 0px no-repeat;
  z-index: 200;
  cursor: pointer;
  transition: 0.2s;
}
#banner-next{
  left:inherit;
  right: -2px;
  background-position: -90px 0px;
}

#banner-prev:hover,
#banner-next:hover{
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}
#banner-prev:active{
  left:-3px;
}
#banner-next:active{
  right:2px;
}
#meio{
  width: 100%;
  height:auto;
  min-height: 300px;
}
#conteudo{
  float:left;
  clear:left;
  text-align: left;
  width: 100%;
  color:#FFF;
  font-size:18px;
  font-family:'NewsGoth';
  margin-top:20px;
  margin-bottom: 10px;
  line-height: 24px;
}
#rodape{
  width:100%;
  height:235px;
  margin-top: 10px;
  background: url(../img/bg-rodape.jpg) no-repeat;
  overflow: hidden;
}

#logo-container{
  float:left;
  width: 320px;
  height:200px;
  text-align: center;
  margin-top:5px;
}
#logo-container a{
  display: inline-block;
  width:252px;
  max-height: 177px;
  height: auto;
  margin-left:4px;
  position: relative;

  /* vertical align */
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#logo-container a img{
  max-width: 252px;
  max-height: 177px;
}

#menu{
  float: left;
  width:656px;
  height:100px;
  margin-top:74px;
  margin-left:12px;
  padding: 0px;
}
#menu li{
  display:inline-block;
}
#menu li a{
  display:inline-block;
  background:#815E35 url(../img/menu.png) repeat-x;
  color:#FFF;
  font-size:24px;
  padding:0px 24px;
  line-height: 41px;
  height: 39px;
  font-family: 'NewsGoth';
  text-decoration: none;
  border-radius: 20px;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.5);
  margin: 0px 5px;
  transition: 0.2s;
}

#menu li.first a{
  padding:0px;
  width:45px;
  height:45px;
  position: relative;
  top:5px;
  border-radius: 25px;
}
#menu li a:hover,
#menu li a.active{
  background:#6B541B url(../img/menu-hover.png) repeat-x;
}
#menu li.first a b{
  display:inline-block;
  width:35px;
  height: 35px;
  background:url(../img/home-icon.png) 1px 7px no-repeat;
}
#meio h1{
  float:left;
  width: 490px;
  height: 140px;
  background: url(../img/meio-h1.png) 2px 60px no-repeat;
  text-align: center;
  line-height: 60px;
  font-size:38px;
  color:#C2B26E;
  font-family: 'NewsGoth';
  margin:28px 0px 0px 13px;
}
#meio h1 strong{
  font-weight: bold;
}
#meio-frase{
  float:left;
  width:270px;
  height:70px;
  text-align: center;
  color:#FFF;
  margin:39px 0px 0px 128px;
  font-size: 33px;
  font-family: 'NewsGoth';
  line-height: 35px;
}
#submenu{
  width:638px;
  margin: 0 auto;
  height: 46px;
  padding: 0px;
  background:#815E35 url(../img/bg-submenu.png) repeat-x;
  position: relative;
  left:24px;
  border-radius: 0px 0px 25px 25px;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.5);
}
#submenu li{
  margin-top:8px;
  display: inline-block;
  border-left:solid 1px #2D1B0A;
}

#submenu li.first{
  border:none;
}

#submenu li a{
  position: relative;
  padding:0px 15px;
  line-height: 32px;
  color:#CFB26B;
  font-size: 22px;
  font-family: 'NewsGoth';
  text-decoration: none;
  transition: 0.2s;
}
#submenu li a:hover,
#submenu li a.active,
#submenu li a:focus{
  color:#FFF;
}

/* Bolinha que aparece abaixo do link */
#submenu li a::before,
#submenu li a::before{
  content:'';
  float:left;
  width:100%;
  height: 19px;
  position: absolute;
  top: 33px;
  left:0px;
  background: url(../img/submenu-active.png) top center no-repeat;
  transition: 0.2s;
  opacity: 0.0;
  -moz-opacity: 0.0;
  filter: alpha(opacity=0);
}
#submenu li a:hover::before,
#submenu li a.active::before{
  opacity: 1.0;
  -moz-opacity: 1.0;
  filter: alpha(opacity=100);
}
#sub-logo{
  width:346px;
  height: 146px;
  margin: 0 auto;
}
#sub-logo a{
  display:inline-block;
  width:auto;
  max-width: 300px;
  height: 106px;
  margin-top: 27px;
  margin-left:12px;
  margin-bottom: 13px;
}
#sub-logo a img{
  max-width: 252px;
  max-height: 106px;
}
#sub-logo a img,
#logo-container a img{
  transition: 0.2s;
  /* Fix opacity bug */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

#sub-logo a:hover img,
#logo-container a:hover img{
  /* opacity */
  opacity: 0.85;
  -moz-opacity: 0.85;
  filter: alpha(opacity=85);
}
#copyright{
  width:500px;
  height: 25px;
  color:#FFF;
  text-align: center;
  font-size:17px;
  font-family: 'NewsGoth';
  margin: 0 auto;
  margin: 14px auto 0px auto;
  padding-left:11px;
}

#copyright a{
  vertical-align: middle;
  position: absolute;
  left: 0;
  bottom: 10px;
}

/* Página Inicial */
.produto-lista{
  float:left;
  width:100%;
  margin:24px 0px 0px 34px;
  height: 753px;
}

.produto-item{
  float:left;
  width:290px;
  height:330px;
  margin:10px 10px;
  cursor: default;
}

.produto-imagem,
.produto-thumb{
  display: inline-block;
  cursor: pointer;
  width:286px;
  height: 268px;
  border:solid 3px #59430B;
  border-radius: 0px 0px 25px 0px;
  background: #FFF;
  position: relative;
  text-align: center;
  padding: 3px;
}
.produto-thumb{
  width:60px;
  height: 60px;
  margin:3px;
}
.produto-imagem img,
.produto-thumb img{
  border-radius: 0px 0px 25px 0px;
  position: relative;
  transition: 0.3s;
  max-width: 260px;
  max-height: 250px;
  margin:0px auto 0px auto;

  /* Fix opacity bug */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;

  /* vertical align */
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.produto-thumb img{
  border-radius: 0px 0px 20px 0px;
}
.produto-imagem strong{
  color:#FFF;
  position: absolute;
  bottom: -12px;
  right: -5px;
  width:98px;
  height:98px;
  background:url(../img/produto-detalhes.png) no-repeat;
  transition: 0.3s;
}
.produto-imagem strong em{
  display:inline-block;
  margin:62px 0px 0px 20px;
  line-height: 16px;
  text-align: center;
  width:40px;
  font-size:14px;
}
.produto-imagem strong:active em{
  margin-top:63px;
}

.produto-imagem strong:hover{
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}

.produto-imagem:hover img,
.produto-thumb:hover img{
  opacity: 0.85;
  -moz-opacity: 0.85;
  filter: alpha(opacity=85);
}

.produto-nome{
  font-size: 20px;
  text-align: center;
  margin:10px 0px 0px 0px;
  max-height: 50px;
  overflow: hidden;
}
.produto-nome strong{
  font-size:22px;
}

.home-blocos{
  float:left;
  width:1003px;
  height:607px;
  background:url(../img/home-blocos.png) no-repeat;
}

.home-todos-produtos{
  float:left;
  font-size:26px;
  color:#FFF;
  font-weight: bold;
  width: 200px;
  height: 30px;
  line-height: 30px;
  margin:8px 0px 0px 160px;
  text-align: center;
  transition: 0.2s;
}
.home-todos-produtos:hover{
  color:#1C1206;
}
.texto-empresa{
  clear:left;
  float:left;
  width:440px;
  margin:50px 0px 0px 32px;
}
.texto-empresa h3{
  color:#CCB881;
  font-size:37px;
  margin:10px 0px 3px 0px;
  line-height: 50px;
}

.texto-empresa span{
  font-size:18px;
  line-height: 22px;
  text-align: justify;
  display: inline-block;
  width:100%;
}
.home-blocos .texto-empresa span{
  max-height: 110px;
}

a.saiba-mais,
.btn.btn-info{
  display: inline-block;
  background: #514320;
  line-height: 36px;
  height: 36px;
  padding:0px 33px;
  border-radius: 30px;
  font-size: 18px;
  color:#FFF;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
  float: right;
  margin:5px 2px 10px 0px;
}
.btn.btn-info{
  float:left;
}
a.saiba-mais:hover,
.btn.btn-info:hover{
  background:#9C864D;
  color:#1B1105;
}
.home-esq{
  float:left;
  width:500px;
  height: auto;
}
.home-dir{
  float:left;
  width:400px;
  height: auto;
}

.home-endereco-lista{
  float:left;
  width:430px;
  height: 110px;
  margin:0px 0px 0px 8px;
  line-height: 20px;
  overflow: hidden;
  background: url(../img/home-mapa.png) 0px -5px no-repeat;
}
.home-endereco-lista .endereco-item{
  position: relative;
  float:left;
  width:430px;
  height:110px;
}

.home-endereco-lista a{
  float:left;
  width:86px;
  height: 100px;
  position: relative;
  top:-4px;
}
.home-endereco-lista a strong{
  float:left;
  padding:90px 0px 0px 0px;
  width:100%;
  text-align: center;
  color:#CDB981;
  border-radius: 20px;
  overflow: hidden;
}

.home-endereco-lista a strong:hover{
  background:rgba(66,42,16,0.2);
  color:#937A3C;
}
.home-endereco-lista .endereco-item h5{
  color:#AB895B;
  font-size: 21px;
  margin:20px 0px 0px 0px;
  width:100%;
}
.home-endereco-lista .endereco-item span{
  float:left;
  width:auto;
}
.endereco-container{
  position: relative;
  float:left;
}
.endereco-prev,
.endereco-next{
  float:left;
  width:30px;
  height: 30px;
  position: absolute;
  left: 295px;
  top:74px;
  z-index: 300;
  background:#978045 url(../img/endereco-setas.png) 5px 3px no-repeat;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 3px;
}
.endereco-next{
  left:329px;
  background-position:-20px 3px;
}

.endereco-prev:hover,
.endereco-next:hover{ 
  background-color: #1C1206;
}
.endereco-prev:active{ margin-left: -5px; }
.endereco-next:active{ margin-left:5px; }


.home-telefone-lista{
  float: left;
  height: 160px;
  width:400px;
}

.home-telefone-lista{
  float:left;
  margin:16px 0px 0px 10px;
}

.home-telefone-icone{
  float:left;
  width:86px;
  height: 100px;
  position: relative;
  top:-18px;
  background: url(../img/home-tel.png) no-repeat;
}

.home-telefone-lista h5{
  color:#AB895B;
  font-size: 21px;
}
.home-telefone-lista ul li{
  line-height: 22px;
}

.home-prod-categorias{
  position: relative;
}
.busca-categorias{
  float:left;
  text-align: center;
  width:100%;
  line-height: 32px;
  margin: 30px 0px 0px 0px;
  position: relative;
  font-size:32px;
  color:#B19141;
}
.busca-categorias h2{
  float:left;
  width:100%;
  font-size:32px;
  color:#B19141;
  height:42px;
  border-bottom: solid 1px #573815;
}
.busca-categorias em{
  float:left;
  clear:left;
  width:100%;
  display:block;
  font-style:normal;
  font-size:17px;
  color:#997747;
  margin:7px 0px 0px 0px;
  height: 20px;
  overflow: hidden;
}

.home-prod-categorias .busca-categorias{
  font-weight: bold;
}
.prod-categ{
  float:left;
  width: 390px;
  height: 360px;
  margin:67px 0px 0px 10px;
}

.prod-categ li{
  width: 384px;
  height: 41px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  font-size:19px;
  color:#FFF;
  background: url(../img/home-categ-li.png) center center repeat-y;
  margin-top:4px;
}
.prod-categ li a{
  color:#FFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 5px;
  display: block;
  width: 100%;
}
.prod-categ li a:hover,
.prod-categ li a.active{
  color:#9A834A;
}

.prod-categ-prev,
.prod-categ-next{
  float:left;
  position: absolute;
  top:90px;
  left:165px;
  width:80px;
  height: 25px;
  cursor: pointer;
  background: url(../img/home-categ-setas.png) 0px 0px no-repeat;
}

.prod-categ-next{
  top:510px;
  background-position: 0px -27px;
}
.prod-categ-prev:hover,
.prod-categ-next:hover{
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);   
}
.prod-categ-prev:active{
  margin-top: -2px;
}
.prod-categ-next:active{
  margin-top: 2px;
}


/* Página de produtos */
.prod-esq{
  width:320px;
  height: 600px;
  float:left;;
}
.prod-esq ul,
.prod-esq ul li{
  width:300px;
}
.prod-esq .prod-categ-prev,
.prod-esq .prod-categ-next{
  left:130px;
}
.prod-dir{
  width:680px;
  float:left;
  overflow: hidden;
  margin-bottom: 110px;
}
.prod-dir .busca-categorias{
  float:left;
  text-align: left;
  margin-left:20px;
  height: 70px;
}
.prod-dir .produto-lista{
  max-height: 810px;
  margin-left:10px;
  height: auto;
}
.prod-dir .produto-item{
  width:200px;
  height:250px;
}
.prod-dir .produto-imagem{
  width:200px;
  height: 194px;
}
.prod-dir .produto-imagem img{
  max-width: 190px;
  max-height: 172px;
}
.prod-dir .produto-nome{
  width: 200px;
  font-size: 16px;
}
.prod-dir .produto-nome strong{
  font-size: 18px;
}

.categ-vazia-img{
  float:left;
  width:120px;
  height: 100px;
  background: url(../img/categ-vazia-icone.png) 0px 0px no-repeat;
}
.categ-vazia-texto{
  float:left;
  margin-left:20px;
}

.produto-detalhes{
  float:left;
  height: auto;
  margin-bottom: 30px;
}
.produto-detalhes .produto-item{
  width:790px;
  height: auto;
}
.produto-detalhes .produto-imagem-lista{
  float:left;
  width: 240px;
  height: auto;
  position: relative;
  overflow: hidden;
}
.produto-detalhes .produto-imagem{
  float:left;
  width:240px;
}
.produto-detalhes .produto-nav{
  clear: left;
  float:left;
  margin-top: 10px;
  height: 67px;
  width: 210px;
  overflow: hidden;
  margin-left:20px;
}
.produto-detalhes .produto-nav-prev,
.produto-detalhes .produto-nav-next{
  float:left;
  position: absolute;
  bottom:-15px;
  left:0px;
  width:13px;
  height: 70px;
  z-index: 300;
  background: url(../img/produto-thumb-setas.png) 0px 0px no-repeat;
  cursor: pointer;
}
.produto-detalhes .produto-nav-next{
  left: inherit;
  right:0px;
  background-position: -15px 0px;
  transition: 0.2s;
}
.produto-detalhes .produto-nav-prev:hover,
.produto-detalhes .produto-nav-next:hover{
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.produto-detalhes .produto-nav .produto-imagem{
  height: 60px;
  width: 60px;
  margin:3px;
}
.produto-detalhes .produto-nav img{
  max-height: 50px;
  max-width: 50px;
  margin: 0px;
}
.produto-detalhes .produto-nome{
  display: inline-block;
  float:left;
  width:623px;
  background: #815E35 url(../img/menu.png) repeat-x;
  color: #FFF;
  font-size: 24px;
  padding: 0px 24px;
  line-height: 42px;
  height: 40px;
  border-radius: 20px;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.5);
  margin: 20px 0px 0px 0px;
  text-align: left;
}
.produto-detalhes .produto-imagem{
  margin-top: 20px;
}
.produto-detalhes .produto-nome h3{
  font-size:22px;
}
.produto-detalhes .produto-resumo,
.produto-detalhes .produto-info{
  float:left;
  width:367px;
  margin-top: 0px;
  margin-left:20px;
  text-align: left;
  border: solid 3px #59430B;
  border-radius: 0px 0px 25px 0px;
  padding:10px;
  margin-top: 20px;
  background: #D8CBAB;
  color:#1C1206;
  cursor: text;
}
.produto-detalhes .produto-info{
  width:627px;
  margin: 30px 0px;
}

.produto-detalhes .produto-preco-de{
  float:left;
  clear: left;
  text-decoration: line-through;
  font-size: 16px;
}
.produto-detalhes .produto-preco-por,
.produto-detalhes .produto-preco{
  clear:left;
  float:left;
}
.produto-detalhes .produto-preco-por strong,
.produto-detalhes .produto-preco strong{
  font-size:22px;
  display: inline-block;
  width:auto;
  background: #815E35 url(../img/menu.png) repeat-x;
  color: #FFF;
  padding: 0px 24px;
  line-height: 42px;
  height: 40px;
  border-radius: 20px;
  margin: 5px 0px 0px 0px;
  text-align: left;

  font-size: 24px;
}

/* Empresa - Quem Somos */
.empresa-img{
  float:left;
  width:394px;
  height: 294px;
  background: url(../img/empresa-img.png) no-repeat;
  margin:0px 0px 0px 0px;
}
.pagina-empresa.texto-empresa{
  width:500px;
}
.empresa-dir{
  float:left;
  width:400px;
  margin-left:10px;
  margin-left:60px;
  margin-top:45px;
}

.email-lista{
  float:left;
  width:376px;
  height:auto;
  border-radius:20px;
  background: #412A10;
  margin: 0px 0px 20px 7px;
  padding-bottom: 20px;
}

.email-item{
  float:left;
  height:30px;
  line-height: 32px;
  font-size:18px;
  margin:20px 0px 0px 45px;
  background:#412A10 url(../img/email-icone.png) no-repeat 0px 0px;
  padding-left:50px;
}
/* Pagina 404 */
.panel-heading h3{
  width:930px;
  background: #815E35 url(../img/menu.png) repeat-x;
  color: #FFF;
  font-size: 24px;
  padding: 0px 24px;
  line-height: 42px;
  height: 40px;
  border-radius: 20px;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.5);
  margin: 0px 100px 20px 0px;
  text-align: left;
}

#conteudo > .panel{
  margin:0px 30px;
}
#erro404{
  margin-left:20px;
}


/* Galeria de Fotos */
.galeria-lista{
  float:left;
  min-height: 100px;
  margin:20px 0px 0px 0px;
}

.galeria-item{
  float:left;
  width:280px;
  height: 280px;
  margin:12px;
  position: relative;
}

.galeria-item h3{
  position: absolute;
  width:240px;
  background: #422A10;
  color:#FFF;
  text-align: center;
  height: 58px;
  line-height: 40px;
  padding:0px 10px;
  overflow: hidden;
  font-size:16px;
  margin-left:28px;
  border-radius: 10px;
  z-index: 100;
  cursor: default;
}

.galeria-item .galeria-imagem{
  float:left;
  width:280px;
  height: 210px;
  border:solid 4px #422A10;
  border-radius: 25px;
  position: absolute;
  top:35px;
  left:5px;
  background: #FFF;
  z-index: 200;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.galeria-item .galeria-imagem:hover ,
.galeria-item .galeria-imagem:focus{

}
.galeria-item .galeria-imagem img{
  max-width: 280px;
  max-height: 210px;
  margin: 0 auto;
  transition: 0.3s;
}
.galeria-item .galeria-imagem::before,
.galeria-item .galeria-imagem::before{
  content:'';
  position: absolute;
  left:0px;
  top:0px;
  float:left;
  width:100%;
  height: 140px;
  background: url(../img/bg-brilho.png) repeat-x;
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
  transition: 0.2s;
}
.galeria-item .galeria-imagem:hover::before,
.galeria-item .galeria-imagem:focus::before{
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.galeria-item .galeria-imagem.vazia{
  cursor: default;
}

.galeria-item .galeria-imagem span{
  display: none;
}

.galeria-nav{
  display: none;
}

/* Paginação */
.paginacao{
  float:left;
  text-align: center;
  width:100%;
  height: auto;
  clear: left;
  margin-top:40px;
}
.paginacao a{
  display: inline-block;
  background:blue;
  font-size: 20px;
  color:#FFF;
  background: #422A10;
  border:solid 2px #422A10;
  padding:0px 10px;
  line-height: 40px;
  height: 40px;
  margin:5px;
  cursor: pointer;
}
.paginacao a.jp-current,
.paginacao a:hover,
.paginacao a:focus{
  color:#422A10;
  background: #C2B26E
}

.paginacao a.jp-disabled{
  color:#935F24;
  background: #422A10;
  cursor: default;
}
.text-ident{
  display: inline-block;
  padding-left:30px;
}

/* Pagina de Contato */
.contato-esq.texto-empresa{
  float:left;
  width:550px;
  height: auto;
}
.contato-esq form{
  width: 100%;
  min-height: 494px;
  background: #412A10;
  border-radius: 20px;
  position: relative;
  background: #412A10 url(../img/bg-form-contato.png) center bottom repeat-x;
}
.contato-esq form fieldset{
  float:left;
  width:510px;
  margin: 20px;
  margin-bottom: 35px;
  min-height: 200px;
  position: relative;
  z-index: 300;
}
.contato-dir{
  float:left;
  width:400px;
  margin-left:10px;
}
.contato-dir .contato-img{
  float:left;
  width:394px;
  height: 294px;
  background: url(../img/contato-img.png) no-repeat;
  margin:45px 0px 0px 0px;

}

.contato-dir .home-dados-contato,
.empresa-dir .home-dados-contato{
  float:left;
  margin:0px 0px 80px 7px;
  padding-top: 15px;
  padding-left:10px;
  width:377px;
  height: 255px;
  border-radius: 20px;
  overflow: hidden;
  background: #412A10 url(../img/bg-home.png) 0px -295px repeat-x;
}
form *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form label{
  float:left;
  clear:left;
  width:100px;
  height: auto;
  line-height: 20px;
  font-size: 18px;
  margin: 5px 0px;
  padding:7px 0px;
}
form input,
form select,
form textarea{
  float:left;
  width:380px;
  height: 34px;
  padding: 0px 10px;
  line-height: 34px;
  margin: 6px 0px;
  border:none;
  border:solid 2px #FFF;
  color:#412A10;
  font-size: 16px;
  font-family: 'NewsGoth';
}
form textarea{
  height: 120px;
  line-height: 22px;
  padding-top: 7px;
  padding-bottom: 7px;
  max-width: 520px;
  max-height: 300px;
}
form input:focus,
form select:focus,
form textarea:focus{
  border-color:#B19141;
  outline: 0;
}
form label.captcha-label{
  width:400px;
  margin:10px 0px 0px 100px;
  height: 20px;
  line-height: 20px;
}
form input.captcha-input{
  float:left;
  clear: left;
  width:90px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  margin-left: 100px;
  font-size: 20px;

}
form img.captcha-img{
  float:left;
  margin:6px 10px;
  height: 40px;
}

form input.submit{
  float:left;
  clear: left;
  width:auto;
  padding:0px 35px;
  background: #B19141 url(../img/bg-brilho.png) 0px -200px repeat-x;
  border: solid 2px #B19141;
  color:#1B1206;
  text-align: center;
  font-size: 18px;
  height: 35px;
  line-height: 31px;
  border-radius: 20px;
  margin:20px 0px 0px 100px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
}

form input.submit:hover{
  background-position: 0px -70px;
}


/* Alertas */
.alert{
  margin:0px 0px 15px 0px;
  border:solid 2px #333;
  background:#F7F7F7;
  color:#555;
  padding: 10px 20px;
  border-radius: 10px;
  width:95%;
  font-size: 16px;
  font-weight: bold;
}
.alert.alert-danger{
  background:#FDD;
  color:#944;
  border-color:#944;
}
.alert.alert-info{
  background:#DDCDA2;
  color:#1C1206;
  border-color:#1C1206;
}
.alert.alert-success{
  background:#EFE;
  color:#483;
  border-color:#483;
}

/* Print Media */
@media print {
  #menu,
  #topo,
  #banner-principal,
  #rodape,
  #meio-frase,
  .produto-imagem strong,
  .empresa-img,
  .contato-img,
  .contato-esq h3,
  .home-endereco-lista a strong,
  .panel-heading h3{
    display:none;
  } 
  .prod-categ{
    border:solid 1px #514320;
  }
  .print-mode{
    -webkit-print-color-adjust: exact;
  }
  #meio h1{
    height:auto;
    text-align: left;
  }
  #conteudo{
    margin-top:0px;
    margin-bottom:0px;
  }
  .galeria-item h3{
    color:#514320;
  }
  form input, form select, form textarea{
    border:solid 1px #CCC;
  }
  .contato-dir{
    margin-top:50px;
  }
}