 /*          
================================================================================
   Copyright (C) 2013 by Mauro Vieira
   Author:    Mauro Vieira
   Client:    Aldeia do Liz
================================================================================
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,600);
body {
    margin:auto;
    background:#000;
    font-family:'Open Sans', sans-serif;
    font-size: 13.5px;
}

::selection{
    background: #ddc3c3;
    color:#444;
}

::-moz-selection{
    background: #ddc3c3;
    color:#444;
}

a, a:hover, a:focus, a:active{
    text-decoration:none; 
    color: rgb(245,245,245);
}
.defineGrid{
    opacity:1;
}

h1 {
 font-size: 22px;
font-family: 'Open Sans', sans-serif;
color: #fff;
font-weight: 100;
/*border-top: 1px solid #ccc;*/
border-bottom: 1px solid #ccc;
padding: 5px 0px;
margin-bottom: 25px;
}

h1 a{
float: right;
font-size: 18px;
line-height: 30px;
margin-right: 4px;
}

h1 span{
    display:inline-block;
width: 200px;
margin-left: 10px;
    border-left:1px solid #bcbcbc;
    padding-left: 10px;
    font-size: 16px;
}

h2 {
    font-size: 22px;
    font-family:'Open Sans', sans-serif;
    font-weight: 100;
    color:#fff;
}

h3 {
    display: block;
    position: relative;
    top: 18px;
    font-size: 16px;
    font-family:'Open Sans', sans-serif;
    font-weight: 100;
    color:#222;
}


/*header*/
/*.header {
    height: 114px;
    position:fixed;
    left:0;
    right:0;
    z-index:99999;
}
*/
.header{
  height:120px;
  background-color:#fff;
  width:50%;
 /* background: url("../image/cabecalho.jpg") repeat scroll 0 0 #000;*/
}

.left {
  background: #fff;
  width: 50%;

  text-align: center;
  float:left;
  

}
.left img{
  float:right;
}
.right {
  background: #000;
  width: 50%;
  text-align: center;
  float:right;
}
.right img{
  float:left;
}
.barrafinal{
  background: #000;
  height:50px;
  
}
.logo {
    position: relative;
    max-width: 197px;
    top: 7px;
    height: 110px;
}
.logo img {
    height: 100%;
    text-decoration: none;
}

.buttonMenuResponsive{
    display: none;
    width: 50px;
    height:50px;
    background: url("../image/ico-home.png");
    background-repeat: no-repeat;
    background-position: -94px 17px;
    float:right;
    margin-top:0px;
    position: relative;
    top:-42px;
    right:20px;
}

.nav {
    display: block;
    float: right;
    position: relative;
    top:30px;
    font-size: 13px;
}
.nav ul li {
/*    display: block;
    float: left;
    padding:0 15px;
    border-left: 1px solid #bcbcbc;
  */  
    background-color: #555555;
    /*border-left: 1px solid #BCBCBC;*/
    display: block;
    float: left;
    height: 41px;
    margin-top: -44px;
    padding: 43px;
    text-align: center;
    width: 100px;
    
    -moz-transform: scale(1) rotate(0deg) translateX(1px) skewX(150deg);
	-webkit-transform: scale(1) rotate(0deg) translateX(1px) skewX(150deg);
	-o-transform: scale(1) rotate(0deg) translateX(1px) skewX(150deg);
	-ms-transform: scale(1) rotate(0deg) translateX(1px) skewX(150deg);
	transform: scale(1) rotate(0deg) translateX(1px) skewX(150deg);

}
.nav ul li:first-child {
    border-left: 0px;
}
.nav ul li a {
    /*color:#000;*/
    font-size: 22px;
    text-decoration: none;

/*	
	-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(316deg) skewY(0deg); 
	-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(316deg) skewY(0deg); 
	-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(316deg) skewY(0deg); 
	-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(316deg) skewY(0deg); 
	transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(316deg) skewY(0deg);}
*/

}
.nav ul li a:hover {
    color:#999;
}
.nav li ul {
    display: none;
}
.nav li:hover ul {
    display: block;
}
.nav ul li ul {
    position: absolute;
    width: auto;
    height: 30px;
    top: 30px;
    left: 100px;
}
.nav ul li ul li {
    display: block;
    padding-bottom:20px;
    position: relative;
    width: 100%;
    top: 7px;
    left: -55px;
}
.nav ul li ul li a {
    height: 20px;
    padding:10px 15px;
    float: left;
    display: block;
    color:#000000;
    font-size:12px;
    font-family:'Open Sans', sans-serif;
    text-decoration: none;
}
.nav ul li ul li a:hover {
    color:#999;
}
.nav ul li ul li .linkSubActive{
    color:#d83838;
    font-size:12px;
    font-family:'Open Sans', sans-serif;
}

.paginateNav{
    width: 100%;
    height: 30px;
    display: block;
    margin-top: 20px;
}

.paginateNav a{
    display: block;
    float:left;
    margin-right:5px;
    width: 30px;
    height: 30px;
    background:#999;
    text-align:center;
    line-height:30px;
    color:#fff;
    text-decoration:none;
}

.paginateNav a:hover{
    opacity: .5;
}
.paginateNav .paginateActive{
    background:#444;
    color:#fff;
    opacity: 1!important;
}

.subLinkActive{
    color:#f00;
}

#btHome {
    overflow: hidden;
    background: url("../image/ico-home.png");
    background-repeat: no-repeat;
    background-size: 110px;
    background-position: 0px -27px;
    display: block;
    width: 25px;
    height: 27px;
    margin-top: -5px;
    line-height: 30px;
    text-indent: -111px;
}
#btHomeActive {
    overflow: hidden;
    background: url("../image/ico-home.png");
    background-repeat: no-repeat;
    background-size:110px;
    background-position: 0px 3px;
    display: block;
    width: 25px;
    margin-top: -5px;
    line-height: 30px;
    text-indent: -111px;
}
.nav ul li .linkActive {
    color:#ff8700;
    font-size:22px;
    font-family:'Open Sans', sans-serif;
}
.nav ul li ul li .subLinkActive {
    color:#d83838;
}
#pointerActive {
    display: block;
    background:url("../image/ico-home.png");
    background-position: 55px -84px;
    background-repeat: no-repeat;
    width: 80px;
}
#pointerNoActive {
    display: block;
    background:url("../image/ico-home.png");
    background-position: 55px -67px;
    background-repeat: no-repeat;
    width: 80px;
}
/*slide responsive*/

.slideGrid {
    overflow: hidden;
    display: block;
    height: auto;
    margin: auto;
/*    padding-bottom: 30px;*/
    position: relative;
    z-index: 9999;
}

.flex-viewport{
    /*height: 250px; */
}

/*.flex-control-nav li{
    border-radius:3px;
    background: #444; 
}

.flex-control-nav li .flex-active{
    background: #d83838;
    border-radius:3px;
}
*/
.flex-direction-nav .flex-prev{
    background-image: url("../image/arrow-left.png");
    background-repeat:no-repeat; 
    display: none;
}

.flex-direction-nav .flex-next{
    right:0px;
    background-image: url("../image/arrow-right.png");
    background-repeat:no-repeat; 
    display: none;
}
/*pagina inicial*/

.searchProducts {
    display: block;
    height: 280px;
    border-radius:3px;
    width: 100%;
    padding:0px 0px;
    position: relative;
    top: 0px;
}

.formAsk{
    display: block;
    width: 950px;
    margin: auto;
}
.askProducts {
    background:#fff;
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    position: absolute;
    z-index:999999;
    top:-1000px;
    right: 0px;
    left: 0px;
    padding:20px 0px;
    padding-bottom: 40px;
}

.closeformAks{
    width: 50px;
    height: 50px;
    cursor:pointer;
    float:right;
    position:relative;
    right:20px;
    top:-50px;
    background:url("../image/ico-home.png");
    background-position:10px -100px;
    background-repeat: no-repeat;
}

#resultShearch{
    display: none;
}

.formatForm {
height: 330px;
padding: 15px;
position: relative;
background: #efefef;
top: 6px;
border-radius: 3px;
border: 1px solid #ccc;
}

.formatAskForm {
    display: block;
}

.styleForms select {
    display: block;
    border: 1px solid #222;
    width: 100%;
    margin-bottom: 10px;
    height: 30px;
}

.styleForms input[type="text"], input[type="email"]{
    display: block;
    border: 1px solid #222;
    width: 100%;
    margin-bottom: 10px;
    height: 26px;
}

.contatos input[type="text"],input[type="mail"]{
    display: block;
    border: 1px solid #222;
    width: 96%;
    margin-bottom: 10px;
    height: 26px;
}

.styleForms input[type="submit"] {
    display: block;
    width: 49%;
    border: 0px;
    float: left;
    margin-top: 10px;
    height: 40px;
    color:#fff;
    font-size: 13px;
    font-weight: 600;
    font-family:'Open Sans', sans-serif;
    cursor: pointer;
}
.styleForms input[type="submit"]:hover {
    background: #6a6868;
}

.styleForms textarea {
    display: block;
    border: 1px solid #222;
    width: 95.5%;
    margin-bottom: 10px;
    height:100px;
    font-family:'Open Sans', sans-serif;
    font-size:13px;
}
#sendAks {
    display: block;
    width: 48%;
    border: 0px;
    float: left;
    margin-top: 10px;
    height: 40px;
    line-height:40px;
    text-align:center;
    color:#fff;
    font-size: 13px;
    font-weight: 600;
    font-family:'Open Sans', sans-serif;
    cursor: pointer;
}

.btSend {
    background:#d83838;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
}
.btSend:hover {
    background:#e85858
}

.btResult {
    background:#444;
    text-transform: uppercase;
    margin-right: 2%;
    text-shadow: 1px 1px 1px #000;
}
.styleForms label {
    display: block;
    font-size: 15px;
    font-family:'Open Sans', sans-serif;
    margin-bottom:4px;
    font-weight: 600;
    color:#222;
}
.styleForms p {
    font-size: 12.5px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.container {
    display: block;
    min-height: 250px;
    position: relative;
    padding:0px 0px;
}

.home{
    position: relative;
    top:-40px;
}

.container a{
    text-decoration: none;
   /* color: #222;*/
}

.productsStand {
 /*   padding-top: 25px;*/
    width: 100%;
/*    height: 240px;*/
/*    margin-bottom: 20px;          
    border: 1px solid #fff; */        
    cursor: pointer;
/*    overflow: hidden;
    border-radius:3px;*/
}

.imageProductsStand{
    display: block;
/*    width: 139px;*/
/*    height: 170px;*/
/*    margin: auto;
    margin-top: -25px;
    padding: 7px;*/
}
.imageProductsStand img{
    display: block;
    margin: auto;
/*    height: 100%;*/
	width: 100%;
}
.infoProductsStand{
  background: #efefef;
  color: #333;
/*  text-align: center;*/
  height: 50px;
  padding-top:1px;
}

.infoProductsStand p:nth-child(2){
  color: #d83838;                   
    font-size: 12px;
}

.infoProductsStand p{
  /*font-weight: bold;*/
  line-height: 1px;
  padding-top: 3px;
  font-size: 14pt;
  padding-left:10px;
 }

.productsStand:hover {
    border: 1px solid #aaa;
    box-shadow: 0px 0px 4px #777;
}

.imageLastProduct{
    display: block;
    width: 183px;
    height: 125px;
    margin: auto;
    padding: 11px 0;    
}

.imageLastProduct img{
    display: block;
    margin: auto;
    height: 100%;
}

.infoLastProduct{
    padding-top: 10px;
    display: block;
    width: 100%;
    background: #efefef;
    height: 88px;
    position: relative;
    margin: auto;
    text-align: center;
}

.infoLastProduct p{ 
  font-weight: bold;
    font-size:14px;
    margin-top:0px;
    text-align:center;
}

.infoLastProduct a{  
    text-align: center;
    margin: auto;
    display: block;
    font-weight: 600;
    color: #ccc;
}

.infoLastProduct p:nth-child(2){
  font-weight: bold;
    font-size: 12px;
    color: #d83838;
    margin-top: -10px;
}

.introProduct{
    width: 100%;
    height: 225px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    border-radius:3px;
    background: #FFF;
    overflow:hidden;
    cursor:pointer;    
}

.introProduct:hover {
    border: 1px solid #aaa;
    box-shadow: 0px 0px 4px #777;
}

.introProduct a{
    text-decoration:none;
    color:#fff;
}


.carouselMarcas{
    width: 100%;
    height: 100px;
    display: block;
    overflow:hidden;
    padding-top: 15px;
    padding-bottom: 20px;
}

.carouselDestaque .lastProduct{
    width:99%;
}

.marcs {
    margin-bottom: 20px;
    width: 100%;
    height:100px;
}

.marcs img{
    display:block;
    margin:auto;
    opacity:0.2;
}

.marcs img:hover{
    display:block;
    margin:auto;
    opacity:1;
}

.showAll{
    min-height: 450px;
}

.priceProducts{
display:block;
border-top:1px solid #ccc;
border-bottom: 1px solid #ccc;
width: 100%;
}

.priceProducts table{
}

.priceProducts table tr{
line-height: 20px;
border:1px solid;
height: 20px;
}


.priceProducts table p{
color:#d83838;
font-weight: 400;
font-size:17px;
    }


.priceProducts table span{
color:#000;
font-weight: 400;
font-size:13.5px;
    }


.priceProducts table td p:nth-child(2){
color:#000;
font-weight: 400;
font-size:13px;
    }

.priceProducts table td p:nth-child(2){
color:#000;
font-weight: 400;
font-size:13px;
    }

.showAll small{
    color:#d83838;
    font-weight: 100;
    font-size:20px;
}

.showAll h2{
    font-weight: 100;
    font-size:20px;
}

.showAll h3{
    font-size: 20px;
    color:#333;
    font-weight: 400;
}

.showAll h6{
    color:#FFFFFF;
    font-weight: normal;
    font-family:'Open Sans', sans-serif;
    font-size: 23px;
    margin-bottom: 10px;
    margin-top: -5px;
}

.showAll p{
/*	color:#FFFFFF;*/
	font-size:14pt;
}
.formContactSeller{
    margin-top: 20px;
/*    margin-bottom: 50px;
    padding-bottom: 50px;
*/   
}

.formContactSeller h6{
	color:#000000;
}
.formContactSeller input[type=text], .formContactSeller textarea{
    width: 80%;
}

.shareInfo{
    display: block;
    margin-top: 10px;
    padding-bottom:20px;
    position: relative;
    z-index: 999;
}

/*contatos*/
.contatos{
    display: block;
    padding-bottom: 50px;
    min-height: 550px;
}

.infoContatos{
    margin-bottom: 50px;
}

.infoContatos span{
    width: 30px;
    height: 20px;
    display: block;
    line-height: 20px;
    float: left;
    color:#333;
    font-size: 18px;
}

.infoContatos a{
    text-decoration: none;
    color:#000;
}

.infoContatos a:hover{
    text-decoration: none;
    color:#d83838;
}

#map-canvas {
    margin: 0;
    padding: 0;
    width: 95%;
    height: 250px;
margin-bottom: 50px;
    border-radius: 3px;
}
      
/*Listar Produtos*/
.showProductSelected a{
    text-decoration: none;
    color:#444;
}

.carouselImageProducts{
    width: 100%;
    margin-bottom: 100px;
}

#sliderCarousel {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

#sliderCarousel img{
    width: 100%;
}

#sliderCarouselPage li{
    width: 60px;
    height: 60px;
    overflow:hidden;
    list-style-type: none;
    display: block;
    float: left;
    margin-right:10px;

    opacity: .5;
}

#sliderCarouselPage .rslides_here{
    opacity: 1;
}

#sliderCarouselPage li img {
    width:100%;
}




/*Produtos Informação*/
.carouselSlideProducts{
    width: 100%;
}

/*footer*/
.footer {
    position: relative;
    display: block;
    background: #6c6d70;
    min-height: 300px;
    padding: 15px 0px;
/*    top: 20px;*/
}
.footer h1 {
    font-size:18px;
    color:#efefef;
    font-weight: bold;
    margin-bottom:10px;
    border:0px;
}
.footer small {
    color:#fff;
    font-size: 12px;
}

.footer input[type="text"]{
    display: block;
    width: 70%;
    border: 0px!important;
    float: left;
    margin-top: 10px;
    height: 30px;
    color:#fff;
    background-color: #444444;
    font-size: 12px;
    font-weight: 100;
    padding-left:2%;
}

.footer input[type="submit"] {
    font-family:'Open Sans', sans-serif;
    display: block;
    width: 23%;
    border: 0px!important;
    float: left;
    position: relative;
    top: 10px;
    height: 32px;
    color:#fff;
    font-size: 14px;
    font-weight: 100;
    background:#000000;
    cursor:pointer;
}

.footer input[type="submit"]:hover {
    background:#ff8700;
}

.ico-Twitter{
    overflow:hidden;
    background: url("../image/ico-home.png");
    background-position: -39px -80px;
    background-repeat: no-repeat;
    text-indent: -1111px;
    display: block;
    width: 38px;
    height: 30px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.ico-Twitter:hover{
    background: url("../image/ico-home.png");
    background-position: -78px -80px;
}

.ico-Facebook{
    overflow:hidden;
    background: url("../image/ico-home.png");
    background-position: -37px -117px;
    background-repeat: no-repeat;
    text-indent: -1111px;
    display: block;
    width: 36px;
    height: 30px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.ico-Facebook:hover{
    background: url("../image/ico-home.png");
    background-position: -78px -117px;
}

.footer p{
    color:#fff;
    font-size:16px;
    line-height:10px;
    cursor: pointer;
}

.footer a{
    text-decoration:none;
    color:#fff;
    font-size:16px;
    line-height:10px;
}

.footer a:hover{
    text-decoration:none;
    color:#ff8700;
}

.markmodelproduct{
    border-top:none;
    margin-bottom: 20px;
}
.markmodelproduct table tr{
    line-height: 0;
}


@media only screen and (min-width : 280px) and (max-width : 700px) {
    .slide {
        width: 100%;
        display:block;
        height: 200px;
        overflow:hidden;
        margin-bottom:50px;
    }
}
/*280 500 */
@media only screen and (min-width : 280px) and (max-width : 550px) {
    .logo{
position: relative;
max-width: 197px;
top: 35px;
left: 20px;
height: 80px;
}
    .logo{
        margin-top:-57px;
    }
    .logo img{
        height:80%;
        margin-top:-40px;
    }
    .header {
        background: #fff;
        width:100%;
        height:185px;
    }
    .container {
        display: block;
        min-height: 250px;
        position: relative;
        padding:20px 20px;
        top:0px;
    }
    .home{
        display: block;
        position: relative;
        top:-100px
    }
    .shearchAndAsk {
        overflow: hidden;
        display: block;
        background: #fff;
        height: 450px;
    }
    .formAsk{
        width: 90%;
    }
    .footer{
        height: 610px;
        padding:0px 20px;
        padding-bottom: 90px;
    }

    .buttonMenuResponsive{
        position: relative;
        display:block;
    }
    .nav{
        width: 280px;
        display: none;
        background: #444;
        float: right;
        position: absolute;
        top: 100px;
        right: 0px;
        font-size: 13px;
        z-index: 99999;
        overflow:hidden;
    }
    .nav ul li {
        display: block;
        float: none;
        padding:15px 10px;
        border-bottom:1px solid #777;
        border-left:0px;
        margin-left:-40px;
    }
    .nav ul li:first-child {
        border-left: 0px;
    }

    .nav ul li a {
        color:#fff;
        font-size: 14px;
        text-decoration: none;
    }

    .nav ul li a:hover {
        color:#777;
    }

    .nav li ul {
        display: none;
        overflow:hidden;

    }
    .nav li:hover ul {
        display: block;
    }
    .nav ul li ul {
        left: -9px;
        position: relative;
        width: 248px;
        height: 155px;
        overflow: hidden;
        top: 19px;
        z-index: 9999;
        background:#555;
    }
    .nav ul li ul li {
        display: block;
        padding: 0px;
        height: 145px;
        position: relative;
        z-index: 99;
        width: 100%;
        top: 0px;
        left: 0px;
        border: 0px;
    }
    .nav ul li ul li a {
        width: 260px;
        padding: 15px 10px;
        border-top: 1px solid #777;
        float: none;
        display: block;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        margin-left: 0px;
    }

    .nav ul li ul li a:hover {
        color:#777;
    }

    #btHome {
        background:#444;
        display: block;
        width: 100%;
        text-indent: 0px;
        font-size: 14px;
    }
    #btHomeActive {
        background:#444;
        display: block;
        width: 100%;
        color:#d83838;
        text-indent: 0px;
        font-size: 14px;
    }

    #pointerNoActive {
        display: block;
        background:url("../image/ico-home.png");
        background-position: 55px -144px;
        background-repeat: no-repeat;
        width: 80px;
    }
    
    .imageProductsStand{
        width: 100%;
    }
    .imageLastProduct{
        width: 100%;
    }
    
    .mdest{
        padding-top:10px;
    }
}

@media only screen and (min-width : 1025px) {
    .nav{
        display: block!important;
    }
}
    
