/*@import url(http://fonts.googleapis.com/css?family=Open+Sans|Source+Sans+Pro); */
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:400,800');
@import url(../../js/jquery/bootstrap/bootstrap.inline-responsive.css); 
@import url(menu_responsivo.css); 
body,html{
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    color:#666666;
    font-family: 'Merriweather Sans', sans-serif !important;
}
p{
    font-size: 14px;  
}
h1, h2 {color: #fd5a05}
body{
    background: url(../../images/layout/stripes.gif);    
    background-color: #fafafa;    
}

.white {
    color: #FFFFFF;
}
.pagamentoview > table{
    width: 100% !important;
}
.pagamentoview > *, .pagamentoview > span, .pagamentoview > td {
    font-size: 15px !important;
    color: #555555 !important;
    margin: 0 !important;
    background-color: unset !important;
}

.sombra {
    text-shadow: 2px 2px 1px #666666;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #75aaa1;
    border-color: #b1dff2;
}

/* Feature */

    .feature {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        margin-bottom: 6em;
    }

        .feature:last-child {
            margin-bottom: 2em;
        }

        .feature.left {
            -moz-flex-direction: row;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
        }

        .feature.right {
            -moz-flex-direction: row-reverse;
            -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        }

        .feature .image {
            width: 48%;
        }

            .feature .image img {
                max-width: 100%;
            }
            .feature .image img.pacotes {
                border: 5px #fd5a05 solid;
            }

        .feature .content {
            padding: 2em 3em 0.1em 3em;
            width: 52%;
        }

        @media screen and (max-width: 1280px) {

            .feature {
                margin-bottom: 4em;
            }

                .feature .content {
                    padding: 1em 2em 0.1em 2em;
                }

        }

        @media screen and (max-width: 736px) {

            .feature.left, .feature.right {
                -moz-flex-direction: column;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
            }

            .feature .image {
                width: 100%;
            }

                .feature .image img {
                    width: 100%;
                }

            .feature .content {
                padding: 2em 2em 0.1em 2em;
                width: 100%;
            }

        }

        @media screen and (max-width: 736px) {

            .feature {
                margin-bottom: 2em;
            }

                .feature .content {
                    padding: 2em 1em 0.1em 1em;
                }
            .img-pacote a {
                display: block !important;
            }
        }

    .feature {
        background-color: rgba(144, 144, 144, 0.075);
    }
    .cor-pacote {
        background-color: #75aaa1;
    }


/*TOP MENU*/
#top_wrap{
    background: linear-gradient(rgba(0, 0, 0, 0.31),rgba(177, 216, 220, 0.81)),url(../../images/layout/banner-rio-de-Janeiro.jpg) no-repeat;
    display: block;
    width: 100%;
    height: auto
}
#top_wrap #logo{
    font-size: 13px;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #4C4D50;
    font-weight: bold;
}

#top-search{
    margin: 0px;
    height: 50px;
    padding-top: 8px;
    background: #e2e2e2; 
    background: #000; 
}
/*END TOP MENU*/

/*CONTAINER*/
.container .apresentacao {
    float: left;
    margin: 30px 0 !important;
    padding: 0 45px !important;
}


.img-pacote img{
    float: left;
    margin-bottom: 40px;
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    vertical-align: middle;
    transition: all .5s ease-in-out;
}
.img-pacote a {
    /*display: inline-block;*/
    display:table;
    max-width: 100%;
    overflow: hidden;
}
.img-pacote a:hover img{
    transform:scale(1.1);
}

button.btn-pacote {
    background-color: transparent;
    border: 2px #fd5a05 solid;
    box-shadow: 1px 1px 1px #666666;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
    margin-top: 10px;
    padding: 10px 30px;
}
button.btn-pacote:hover {
    background-color: #fd5a05;
}

/*END CONTAINER*/

/*FOOTER*/
#footer{
    min-height: 150px;
    /*clear: both; */
    bottom: 0px;
    font-size: 14px;
    padding: 10px;
}
#footer ul{
    margin: 0px;
    padding: 0px;    
}
#footer h3{
    border-bottom: 1px solid #000000;
    padding:0 0 10px 0;
    margin:15px 0 10px 0;
    color:#fd5a05;
    font-size: 16px;
}
#footer  ul li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;    
    padding-left: 10px;
    background: url(../../images/layout/bullet-link.png) no-repeat left center;
}
#footer  ul a, #footer ul p{
    margin: 0px;
    padding: 0px;
    color:#333333;
    font-size: 14px;
    text-decoration: none;
}
#footer ul a:hover{
    color:#75aaa1;
}

#footer2 {
    background: #75aaa1;
    border-top: 7px solid #fd5a05;
    color: #ffffff;
}
#footer2 a{
    color: #ffffff;
}
#footer2 a:hover{
    color: #333333;
}
#footer2 p {
    margin: 30px 0;
}
#footer2 .da {
    text-align: left;
}
#footer2 .dv {
    text-align: right;
}

/*END FOOTER*/

/*MAPAS*/
#map{
    min-height:250px;
    border:1px solid #333 !important;
    -webkit-box-shadow: 0 0 5px #888 !important;
    -moz-box-shadow: 0 0 5px #888 !important;
    box-shadow: 0 0 5px #888 !important;     
    border-radius:5px;
}
#mini-map
{
    width: 100%;
    height: 360px;
    border:1px solid #333 !important; 
    -webkit-box-shadow: 0 0 8px #888 !important;
    -moz-box-shadow: 0 0 8px #888 !important;
    box-shadow: 0 0 8px #888 !important;  
    margin-bottom: 10px;
    margin-top: 20px;
    background-color: #fff;
    background: url(../../images/layout/loading.png) no-repeat center center;
}
#mini-map img, #map img{
    max-width: none;
}
/*END MAPAS*/

/*IMOVEIS DA HOME*/
.item-box{
    padding:10px;
    margin-bottom: 20px;
    background-color: #fff;
    border:1px solid #EEE;
    border-radius:5px;
    padding-bottom: 20px;
}

.item-box img{
    border:1px solid #eee;
    border-radius:2px;
    width: 100%;
}
.item-box img:hover{
    opacity:.8;
}
.item-box h1{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 19px;
}
.item-box h4{
    font-size: 17px;
}
.item-box p{
    margin: 0px;
    padding: 0px;
    font-size: 13px !important;  
}
.item-box .border-bottom{
    border-bottom: 1px solid #eee;
    display: block;
}
.item-box .label-info{
    font-size: 14px;
	background-color: #333333;
    margin-top: -22px;
    margin-right: 1px;
    z-index: 100 !important;
    position: relative;
    border-radius:0px !important;
}
.item-box .ribbon{
    font-size: 14px;
    margin-top: 0px;
    margin-left: -2px;
    z-index: 100 !important;
    position: absolute;
    width:99.5%;
    font-weight: bold;
    color: #fff;
    padding-left: 30px;
    line-height: 35px;   
    background-color: #99141B !important;
    border-radius:0px !important;
    background: url(../../images/layout/ribbon.png) no-repeat !important;

}
.item-box-sprite span{
    background: url(../../images/layout/icons_class_sprite.png) no-repeat;
    display: inline-block;
    height: 30px;
    width: 53px;
    border:0px solid red;
    line-height: 31px;
    padding: 0px 5px 0px 0px;
    text-align: right;
    margin-left: 5px;
    margin-right: 10px;
    font-weight: bold;
    margin-bottom: 10px;
    color:#A7A7A7;
}
.item-box .dorm{
    background-position: 0px 0px;
}
.item-box .vaga{
    background-position: 0px -80px;
}
.item-box .area{
    background-position: 0px -111px;
    text-align: center;
}
.item-box .wc{
    background-position: 0px -41px;
}
/*END IMOVEIS DA HOME*/

/*helpers*/
.no-border{
    border: 0px !important;
}
.no-border td{
    border: 0px !important;
}
.uppercase{
    text-transform: uppercase;
}
.hide{
    display: none;
}
.hider{
    display: none !important;
}
.pointer{
    cursor: pointer;
}
*:focus {
    -moz-outline-style:none !important;
    outline-style:none !important;
    outline:none;
}
input:focus {
    -moz-outline-style:none !important;
    outline-style:none !important;
    outline:none !important;
    ie-dummy: expression(this.hideFocus=true) !important;
}
.invalid{
    border:1px solid  rgba(255, 37, 37, 0.8) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
}
.invalid:focus{
    border:1px solid  rgba(255, 37, 37, 0.8) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
}
.navbar-inner{
    border-radius:0px;
}
.row:after {
    clear: both;
}
.w-all{
	color:#FFF;
    width: 100%;
	background-color: #333;
	border:1px solid #333 !important;
	
}
.pushfooter{
    clear: both;
    height: 90px;
}
.border{
    border: 1px solid red;
}
.no-mar-pad{
    margin: 0px !important;
    padding: 0px !important;
}
.no-mar-bot{
    margin-bottom: 0px !important;
}
.mar-left-20{
    margin-left: 20px !important;
}
.mar-left-30{
    margin-left: 30px !important;
}
.mar-left-50{
    margin-left: 50px !important;
}
.mar-top-10{
    margin-top: 10px !important;
}
.mar-top-30{
    margin-top: 30px !important;
}
.mar-top-50{
    margin-top: 50px !important;
}
.mar-top-70{
    margin-top: 70px !important;
}
.mar-top-80{
    margin-top: 80px !important;
}
.pad-10{
    padding: 10px !important;
}
.no-marLeft-nopad{
    margin-left:0px !important;
    padding: 0px !important;
}
.no-mar-left{
    margin-left:0px !important;
    padding-left: 0px;
}
.bg-white{
    background: #fff !important;
}
.font-20{
    font-size: 20px;
}
/*END helpers*/

/*Form Busca - estilo select*/
select{
    float: left;
    color: #333333;
    border-radius: 0;
    display: inline-block;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 0;
    appearance: none !important;
    -moz-appearance:none !important;
    -webkit-appearance: none !important;
    text-indent: 0.01px;
    text-overflow: '';    
    overflow: hidden !important;
    margin-right: 1px;
    /*background: #fafafa url(../../images/layout/formelements-select.png) right center no-repeat !important; */
    background: #fafafa url(../../images/layout/i-arrow.png) right center no-repeat !important;

}
select:focus{outline: none;-webkit-appearance: none;}
.sel-custom{
    width: 162px !important;
    margin-right: 3px;
}
textarea{
    resize:none;
}
/*END Form Busca*/


/*DETALHES DO IMOVEL*/
/*Carousel Detalhes*/
#carousel
{
    padding: 0px;
    margin: 0px !important;
    margin-bottom: 10px !important;
}
/*END Carousel Detalhes*/

/*DIV Box Detalhes*/
.box-detail{
    padding: 10px;
}
.box-detail h1{
    padding: 0px;
    margin: 0px;
    font-size: 1.5em;
    font-weight: normal;
    color: #EA2825;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.box-detail h2{
    font-size: 1.5em;
    font-weight: bold;
    color: #1457AF;
    line-height: 1.5em;
}
.box-detail h3{
    font-size: 1.4em;
    font-weight: bold;
    padding: 0px;
    line-height: 20px;
    padding-left: 0px;
    line-height: 1.5em;
    color: #333;
    padding-left:8px;
    padding-top:4px;
    padding-bottom:4px;
    border: 1px solid #dcdcdc;
    background: #f5f5f5;
    border-radius:5px;
}
.box-detail h3 span.gray{
    color:#999;
}
.box-detail h4{
    font-size: 1.5em;
    font-weight: bold;
    color: red;
    text-decoration: line-through !important;
    line-height: 1.5em;
}
.box-detail em
{
    font-style: normal;
    font-size: 15px;
    color:#666;
    font-weight: normal;
    padding-right: 3px;
    padding-left: 3px;
}

/*IMOVEIS PARECIDOS*/
.media-body {
    padding-bottom: 0px !important;
}
.media-body h5{
    margin: 0px;
    padding: 0px;        
    font-size: 18px;
    color:#CC323A;
}
.media-body h6{
    font-size: 17px;
    margin: 0px;
    padding: 0px;
	color:#666666;
}
.media img{
    margin: 0px;
    margin-right: 10px;
    border:1px solid #555 !important;
    -webkit-box-shadow: 0 0 5px #888 !important;
    -moz-box-shadow: 0 0 5px #888 !important;
    box-shadow: 0 0 5px #888 !important;       
}
.media-body p{
    margin: 0px;
    padding: 0px;
}
/*END IMOVEIS PARECIDOS*/

/*END DETALHES DO IMOVEL*/


/*box da página links uteis simuladores*/
.box-logo{
    height: 90px;
    margin-bottom: 30px;
}



/*cliente login*/
.my-add-on{
    margin-left: 0px !important;
    min-width: 130px !important;
    padding: 4px !important;
    text-align: right;    
    background-color: hsl(201, 100%, 45%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4cc0fe", endColorstr="#0095e5");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#4cc0fe), to(#0095e5));
    background-image: -moz-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -ms-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4cc0fe), color-stop(100%, #0095e5));
    background-image: -webkit-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -o-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: linear-gradient(#4cc0fe, #0095e5);
    border-color: #0095e5 #0095e5 hsl(201, 100%, 40%);
    color: #fff !important;
    text-shadow: none !important;
    -webkit-font-smoothing: antialiased;    
    font-size: 14px !important;
    font-weight: normal !important;
}
.add-on-custom{
    background-color: hsl(201, 100%, 45%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4cc0fe", endColorstr="#0095e5");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#4cc0fe), to(#0095e5));
    background-image: -moz-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -ms-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4cc0fe), color-stop(100%, #0095e5));
    background-image: -webkit-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -o-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: linear-gradient(#4cc0fe, #0095e5);
    border-color: #0095e5 #0095e5 hsl(201, 100%, 40%);  
    color: #fff !important;
    text-shadow: none !important;
    -webkit-font-smoothing: antialiased;    
    font-size: 12px !important;
    font-weight: normal !important;
}
#f-cliente .add-on{
    width: 130px;
    text-align: right;    
}
#f-cliente input{
    width: 225px;
}





/*RESPONSIVO - SÓ ALTERE SE SOUBER O QUE ESTÁ FAZENDO */

/* FIX PARA LARGURA 100% FACEBOOK LIKE BOX*/
#fb-root {
    display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}   
/* adicional fix responsivo
@media only screen and (max-width: 767px) {
.fb-comments{width: 100% !important;}
.fb-comments iframe[style]{width: 100% !important;}
.fb-like-box{width: 100% !important;}
.fb-like-box iframe[style]{width: 100% !important;}
.fb-comments span{width: 100% !important;}
.fb-comments iframe span[style]{width: 100% !important;}
.fb-like-box span{width: 100% !important;}
.fb-like-box iframe span[style]{width: 100% !important;} }
*/
/*END FIX FACEBOOK*/

/*ALTERA O ESTILO PARA DISPOSITIVOS COM RESOLUCAO MAIOR QUE 1200*/
@media (max-width: 1200px) {  
    #form-busca .sel-custom{
        width: 121px !important;
    }
    #busca-ref {
        padding-top:8px !important;
    }
    .item-box .ribbon{
        font-size: 14px;
        width:84%;
        font-weight: bold;
        color: #fff;
        padding-left: 30px;
        line-height: 35px;   
        opacity:.8
    }    
}
/*ALTERA O ESTILO PARA DISPOSITIVOS COM RESOLUCAO MENOR QUE 767 (tablet) */
@media (max-width: 767px) {
    #form-busca{
        width:100% !important;
        margin-bottom:40px !important;
        float:left;
        display:block;
    }  
    #form-busca .sel-custom{
        width:100% !important;
    }
    #busca-ref {
        padding-top:8px !important;
    }    
    #top-search{
        margin: 0px;
        height: auto;
        display:block;
        margin-bottom:20px !important;
        padding-top:5px;
        background: #e2e2e2; 
    }
    .item-box .ribbon{
        font-size: 14px;
        width:99%;
        background: url(../../images/layout/ribbon.png) no-repeat;
        background-position: -55px 0px !important;
        margin-left: 0px;
        font-weight: bold;
        color: #fff;
        padding-left: 30px;
        line-height: 35px;   
        opacity:.8
    }
    body{
        padding: 2px;
    }
    .font-20{
        font-size:16px;
    }
}
/* landscape E desktop */
@media (min-width: 767px) and (max-width: 1200px) {
    #busca-ref{
        display:none !important;
    }

}
@media (max-width: 480px) {
    .box-detail{
        padding: 10px;
    }    
}

/* SMARTPHONE e TABLET
@media (max-width: 767px) {  }
*/

/*  phones and down 
@media (max-width: 480px) {  }
*/

body,html{
    height: 100%;
    margin: 0px;
    padding: 0px;
    color:#333;
    font-size: 12px;
    padding-top: 0px; 
}
#nav-left {
border:0 solid red;
height:100%;
font-size:12px;
color:#75aaa1;
margin:0;
padding:0;
}

#nav-left .box-border {
border:1px solid #dcdcdc;
width:99%;
margin:0!important;
}

.box-border .slides {
border:0 solid red;
text-align:center!important;
margin:0 auto!important;
padding:0!important;
}

.box-border .slides img {
border:0 solid blue;
width:90%;
height:90%;
text-align:center!important;
margin:0 auto 0 25px !important;
}

#nav-left h1 {
background-color:#75aaa1;
color:#fff;
font-size:14px;
font-weight:400;
height:35px;
line-height:35px;
margin:0;
padding:0 0 0 10px;
}

#nav-left h5 {
background-color:#D21F45;
color:#fff;
font-size:14px;
font-weight:400;
height:35px;
line-height:35px;
margin:0;
padding:0 0 0 10px;
}

#nav-left h4 {
background-color:#88B828;
color:#fff;
font-size:14px;
font-weight:400;
height:35px;
line-height:35px;
margin:0;
padding:0 0 0 10px;
}

.accordion,.accordion ul,.accordion li,.accordion a,.accordion span {
border:none;
outline:none;
margin:0;
padding:0;
}

.accordion li {
list-style:none;
border-bottom:1px solid #E4E4E4;
background-color:#F3F3F3;
}

.accordion li > a {
display:block;
position:relative;
min-width:110px;
height:25px;
line-height:25px;
color:#333;
text-decoration:none;
background:url(../../images/layout/bullet.png) no-repeat 5px 12px;
background-color:#F3F3F3;
padding:6px 6px 6px 25px;
}

.accordion > li:hover > a,.accordion > li:target > a,.accordion > li > a.active {
color:#75aaa1;
background:url(../../images/layout/bullet.gif) no-repeat 5px 15px;
background-color:#fff;
border:none!important;
}

.accordion > li:hover > a,.accordion > li > a.active {
color:#75aaa1;
background:url(../../images/layout/bullet.png) no-repeat 5px 12px;
}

.accordion li > a span {
display:block;
position:absolute;
top:12px;
right:0;
margin-right:10px;
font:normal bold 12px/18px Arial, sans-serif;
background:#404247;
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px;
-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,.2), 1px 1px 1px rgba(255,255,255,.1);
-moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,.2), 1px 1px 1px rgba(255,255,255,.1);
box-shadow:inset 1px 1px 1px rgba(0,0,0,.2), 1px 1px 1px rgba(255,255,255,.1);
padding:0 10px;
}

.accordion > li:hover > a span,.accordion > li:target > a span,.accordion > li > a.active span {
color:#fdfdfd;
background:#3e5706;
}

.sub-menu li {
border:none;
}

.sub-menu li a {
color:#797979;
border-bottom:0 solid #333;
padding-left:25px;
background:url(../../images/layout/bullet.gif) no-repeat 15px 15px;
margin:0;
}

.sub-menu li:last-child a {
border:none!important;
}

.sub-menu li > a span {
color:#797979;
text-shadow:1px 1px 0 rgba(255,255,255,.2);
background:transparent;
border:1px solid #c9c9c9;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}

.sub-menu em {
position:absolute;
top:0;
left:0;
margin-left:14px;
color:#a6a6a6;
font:normal 10px/32px Arial, sans-serif;
}

.accordion li > .sub-menu {
display:none;
}

.accordion li:target > .sub-menu {
display:block;
}

#lista-categorias {
width:100%;
position:absolute;
z-index:400;
margin-top:0;
background-color:#fafafa;
border-top:1px solid #f0f0f0;
border-bottom:2px solid #75aaa1;
padding-top:6px;
padding-bottom:6px;
}

#lista-categorias a {
color:#333;
}

#lista-categorias p {
font-size:12px;
font-weight:400;
margin:0;
padding:1px;
}

.depto {
min-width:120px;
margin-right:5px;
min-height:90px;
border:0 solid red;
float:left;
}

.depto a {
font-size:11px;
}

navbar-inner li .dropdown-menu {
font-size:13px;
}

.menu-filtro {
margin-bottom:40px;
font-size:14px;
color:#555;
}

.menu-filtro h5 {
font-size:14px;
}

.menu-filtro p {
margin:0;
padding:0;
}

.filtro-sub-categoria a {
font-size:13px;
color:#555;
margin:0;
padding:0;
}

.filtro-sub-categoria span {
color:#999!important;
}

.filtro-categoria {
margin-top:8px!important;
}

.sub-menu li:hover a,.sub-menu li .active {
color:#75aaa1;
background:url(../../images/layout/bullet.gif) no-repeat 15px 15px;
border:none!important;
}

#lista-categorias a:hover,#lista-categorias p b {
color:#75aaa1;
}

#lista-categorias h4,.filtro-categoria a {
font-size:14px;
color:#75aaa1;
}

body{
    background: #fff;
}
#main {
    height: auto !important;
    min-height: 600px;
    margin-top: 0px;
    color:#333;
    padding: 4px;
    padding-top: 20px !important;
}

.theme-color-1{
    color: #fff !important;
}

.theme-color-2{
    color: #75aaa1!important;
}

.theme-background-1{
    background-color: #fff!important;
}

.theme-background-2{
    background-color: #75aaa1!important;
}
.btn-link{
    color: #75aaa1!important;
}
.btn-success{
    background: #75aaa1 !important;
}
.btn-success:hover{
    color: #fff !important;
}

a{
    color:#333;
    text-decoration: none;
}
a:hover{
    color:#75aaa1;
    text-decoration: none;
}
.link-white{
    color:#fff;
    text-decoration: none;
}
.link-white:hover{
    color:#fff;
    text-decoration: none;
}
/*fix to bootstrap*/
img{
    max-width: none;
}

#slideContainer{
    background-color: #f0f0f0;
}
#header{
    margin-bottom: 1px;
    border:0px solid red;
    /*height: 110px;  */
    position: relative;
}
#header #basket{
    padding-top: 20px;
    height: 100%;
    text-align: right;
}
#header #basket a{
    margin: 0px !important;
    line-height: 26px;
    color:#75aaa1;
    font-weight: normal;
    width: 160px;
    text-align: left;
}
#header #basket a:first-child{
    margin: 0px !important;
    line-height: 26px;
    color:#75aaa1;
    font-weight: normal;
    width: 160px;
    text-align: left;
    font-size: 14px;
}
#header #basket a span{
    color:#666;
    display: inline-block;
    margin-left: 10px;
}
#header #basket a:hover{
    text-decoration: none;
}
.navbar-inner{
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}
#top{
    height: 120px;
    background-color: #fff;
}
/*
*/
#top-menu .navbar-inner, #top-menu .nav{
    background:none;
    border: 0px;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    text-shadow: 0px 0px 0px #fff !important;
    -moz-text-shadow: 0px 0px 0px #fff !important;
}

.text-white{
    color:#fff !important;
}
.no-shadow{
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    text-shadow: 0px 0px 0px #fff !important;
    -moz-text-shadow: 0px 0px 0px #fff !important;
}
/*responsive fix*/

@media (max-width: 760px){
    .nav *{
        background:none !important;
        border: 0px;
        box-shadow:none !important;
        -moz-box-shadow:none !important;
        -webkit-box-shadow:none !important;
        text-shadow: 0px 0px 0px #fff !important;
        -moz-text-shadow: 0px 0px 0px #fff !important;
    }
    #nav-menu .nav *{
        color:#fff !important;
    }


    .nav li a{
        font-weight:normal !important;
    }
    img{
        max-width: 100%;
    }  
    .navbar-inner , .nav{
        /*background: url(../../images/layout/bg-menu.png) !important;*/
        background: -moz-linear-gradient(top, rgba(117,170,161,1) 0%, rgba(206,220,231,0.5) 100%);
        background: -webkit-linear-gradient(top, rgba(117,170,161,1) 0%,rgba(206,220,231,0.5) 100%);
        background: linear-gradient(to bottom, rgba(117,170,161,1) 0%,rgba(206,220,231,0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75aaa1', endColorstr='#80cedce7',GradientType=0 );
    }     
}


#top-menu{
    min-height:55px;
}

@media (min-width: 960px){
    #top-menu {
        /*background: url(../../images/layout/bg-menu.png);*/
        background: -moz-linear-gradient(top,  rgba(187,187,187,1) 0%, rgba(255,255,255,0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,187,187,1)), color-stop(100%,rgba(255,255,255,0)));
        background: -webkit-linear-gradient(top,  rgba(187,187,187,1) 0%,rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(top,  rgba(187,187,187,1) 0%,rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(top,  rgba(187,187,187,1) 0%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom,  rgba(187,187,187,1) 0%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#00ffffff',GradientType=0 );


        height: 52px;
        margin: 0px;
        margin-bottom: 0px;
        padding: 0px;
        z-index: 10000;   
    } 

    .item-box{
        height: 350px;
    }
    .box-all .span2{
        width: 195px !important; 
    }
    .box-all .span2-g{
        width: 213.5px !important; 
    }   
    .box-item-oferta-1{
        margin-top:3px;
        margin-left:128px !important;
    }    
    #carousel{
        min-height: 320px;
    }    
}

#nav-menu .nav a:hover{
    color:#fff !important;
    background:#75aaa1 !important;
    -moz-box-shadow:none !important;
    -webkit-box-shadow:none !important;
    text-shadow: 0px 0px 0px #fff !important;    
}
/*
#nav-menu *{
    text-shadow: 0px 0px 0px #fff !important;
    color:#75aaa1!important;
}
#nav-menu .dropdown-menu{
    text-shadow: 0px 0px 0px #fff !important;
    color:#75aaa1!important;
    background:#fff !important;
}
#nav-menu .navbar-inner{
    text-shadow: 0px 0px 0px #fff !important;
    color:#1457AF !important;
    background:#fff !important;
}
#nav-menu .nav a:hover{
    color:#fff !important;
    background:#1457AF !important;
}

#nav-menu .caret {
    border-top-color: #1457AF !important;
    border-bottom-color: #1457AF !important;
}
#nav-menu .dropdown > a:hover .caret,
#nav-menu .dropdown > a:focus .caret {
    border-top-color: #1457AF !important;
    border-bottom-color: #1457AF !important;
}
#nav-menu .open > a .caret, 
#nav-menu .open > a:hover .caret, 
#nav-menu .open > a:focus .caret {
    border-top-color: #1457AF !important;
    border-bottom-color: #1457AF !important;
}

#nav-menu .nav > li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff !important;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

#nav-menu .nav > li > .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff !important;
    border-left: 6px solid transparent;
    content: '';
}

.nav >.active>a, .nav>.open>a,
.nav>.open>a, .nav>.open>a:hover,
.nav>.open>a, .nav>.open>a:hover, 
.nav>.open>a:focus { background-color: #fff !important;}
*/

#top-menu .nav li{
transition-property: background;
transition-duration: 1s;
}


#top-menu .nav li:hover{
background: #75aaa1;
color: #fff !important;
}

#top-menu .nav a{
    text-shadow: 0px 0px 0px #fff !important;
    color:#5c606b !important;
    background:none;
    height:30px;    
    line-height:30px;
}
.brand{
    text-shadow: 0px 0px 0px #fff !important;
    color:#fff !important;
    background:none;    
}
#top-menu .nav a:hover{
    color:#fff !important;
    text-shadow: 0px 0px 0px  !important;
    box-shadow:none;
}

#top-menu .logo{
    margin-top: -8px;
    position: absolute;
    border:0px solid red;
}

#footer{
    min-height: 150px;
    background: #f1f1f1;
    clear: both;
    bottom: 0px;
    font-size: 14px;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#footer h4{
    border-bottom: 1px solid #000000;
    padding:0 0 10px 0;
    margin:0 0 10px 0;
    color:#dcdcdc;
    font-size: 13px;
}
#footer .footer-menu{
    /*
    padding:10px;
    padding-left:0px;
    margin-top: 10px;
    min-height: 150px;
    float: left;    
    */
    color:#9D9D9E;
}
#footer .footer-menu ul{
    margin: 0px;
    padding: 0px;
}
#footer .footer-menu ul li{
    list-style-type: none;
}
#footer .footer-menu ul a{
    background: url(../../images/layout/bullet-link.png) no-repeat left center;
    color:#9D9D9E;
    font-size: 12px;
    padding-left: 10px;
    width: 100%;
    border:0px solid #fff;
}
#footer .footer-menu ul a.facebook{
    background: url(../../images/layout/icon-facebook.png) no-repeat bottom left;
}
#footer .footer-menu ul a:hover{
    color:#f0f0f0;
}
#footer-bar
{
    height: 40px !important;
    background: url(../../images/layout/footer_bar.png);
    border-top:1px solid #9D9D9E;
}

#left{
    margin: 0px;
    padding: 0px;    
    margin-bottom: 60px;
}
#right{
    margin: 0px;
    padding: 0px; 
    background: #fff;
}
/*box item*/
.box-all{
    background-color: #fff;
}

.box-item{
    border-right: 0px dashed red;
    border-bottom: 1px solid #e2e2e2;
    min-height: 305px;
    padding-bottom: 10px;
    padding-top: .2px;
    margin-bottom: 30px;
    background-color: #fff;
}
.box-item img{
    max-height: 175px !important;
    border:0px solid red;
}

.row-fluids .span3:last-child {
    margin-left: 0px !important;
}

.box-item-detalhe{
    padding: 4px;
    text-align: center !important;
    background: none;
    border:0px solid red;

}
.box-item-foto{
    text-align: center !important;
    /*height: 160px; */
    margin-top: 7px;
    border:0px solid red;
    background: url(../../images/layout/fotopload.gif) no-repeat center center;
}

.box-item:hover{
    /*border: 1px solid #5DA0E2; */
    box-shadow:0 0 0 3px #75aaa1inset;
    transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -webkit-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    border-bottom: 1px solid #fff;
}
.box-item-oferta-1{
    display: inline-block;
    position: absolute;    
    width: 50px;
    height:20px;
    margin-top:3px;
    margin-left:113px;
    border:0px solid red;
}

.box-item-oferta-0{
    display: none;
}
.box-item a{
    text-decoration: none;
    color: #333;
}
.box-item a:hover{
    color: #75aaa1;
}
.box-item h2,.box-item h3{
    font-size: 1.2em;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    line-height: 1.2em;
}
.box-item h2{
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 50px;
    max-height: 70px;
    border:0px solid red;
}
.box-item h3{
    font-size: 1.2em;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    color: #75aaa1;
    margin: 0px;
    padding: 0px;  
}
.box-item h4{
    margin: 0px;
    padding: 0px;    
    font-size: 13px;
    font-weight: normal;
    color: red;
    text-decoration: line-through !important;
    line-height: 13px;
    text-align: center;
    margin-bottom: 5px;
}

.box-item .label-important{
    background-color: #D21F45 !important;
    color:#fff !important;
    font-size: 14px;
    padding:5px;
    text-transform: uppercase;
}
.forma-de-pagamento{
    border: 0px solid blue;
    margin-top: 50px;
    margin-bottom: 40px;
}
.row-fluid:after {
    clear: both;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #75aaa1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #75aaa1;
    border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #75aaa1;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #75aaa1;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #75aaa1;
    border-width: 0 5px 5px;
}

/*Produto Detalhes*/
#gallery-produto
{
    padding: 0px;
    margin: 0px !important;
    margin-bottom: 30px !important;
    border: 0px solid blue;

}
.box-detail{
    font-size: 1em;
    color:#333;
}
.box-detail h1{
    padding: 0px;
    margin: 0px;
    font-size: 1.5em;
    font-weight: normal;
    color: #75aaa1;
    line-height: 1.5em;
}
.box-detail h2{
    font-size: 1.5em;
    font-weight: bold;
    color: #75aaa1;
    line-height: 20px;
}

.box-detail em
{
    font-style: normal;
    font-size: 15px;
    color:#666;
    font-weight: normal;
    padding-right: 3px;
    padding-left: 3px;
}
.box-detail  h3{
    color: #75aaa1;
    font-size: 1.4em;
    font-weight: normal;
    width: 99%;
    padding: 0px;
    padding-left: 0px;
    line-height: 1.5em;
}
.box-detail h4{
    font-size: 1.5em;
    font-weight: bold;
    color: red;
    text-decoration: line-through !important;
    line-height: 1.5em;
}
#frete p{
    font-size: 14px;
    color:#333;
    margin:0px;
    padding: 0px;    
    font-weight: normal;
    color: #666;    
}

.line-strike{
    text-decoration: line-through;
    color:red;
}
/*carousel detalhes produto*/
#mycarousel{
    margin:0px;
    padding: 0px;
    margin-left: -1px;
    border:0px solid red;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center !important;
}
/*
#mycarousel img
{
    padding:1px;
    width: 74px;
    height: 70px;
    border: 1px solid #ccc;
} 
*/
.zoom{
    text-align: left;
    cursor: crosshair;
    border:0px solid #ccc;
    margin-left: 0px !important;
    width: 300px;
    padding:0px !important;    
    height: 280px;       
    margin-top: 8px;
    background: url(../../images/layout/loading.jpg) no-repeat center center;
}
.zoom img{
    border:0px solid #ccc;
    padding:0px !important;
    margin: 0px !important;
}
.zoomImg { 
    margin:0px !important;
    padding:0px !important;    
}
.zoomIconXXX { 
    width:33px; 
    height:33px; 
    position:absolute; 
    top:0;
    right:0;
    background-color: transparent;
    background:url(../../js/jquery/jqzoom/icon.png);
    border:0px !important;
    z-index: 1000;
}

/*carrinho*/
.box-cart{
    font-size: 11px;    
    margin-bottom: 150px !important;
    border:0px solid red;

}
.box-cart table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
    border-left:1px solid #ddd;    
    border-right:1px solid #ddd;    
}
.box-cart table th{
    background:#eee;
    background: url(../../images/layout/grey_slice.png) repeat-x;
    color:#555;
    padding: 5px;
    font-size: 13px;
    font-weight: normal;
    border-top: 1px solid #ddd;
}
.td-bg{
    background:#eee;
    background: url(../../images/layout/grey_slice.png) repeat-x;
    color:#555;
    padding: 3px;
    font-size: 13px;
    font-weight: normal;
    font-weight: bold;
}
.box-cart table td{
    padding: 4px;
    margin: 0px;
    padding-top: 10px;
    border-bottom:1px solid #ddd;
    line-height: 15px;
    height: 15px;
    padding-left: 5px;
    vertical-align: middle;
}
.box-cart .qtde{
    width: 15px;
}
.box-cart .input_qtde{
    display: inline-block;
    width: 40px;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    height: 18px;
    padding-top: 5px;
    margin-top: 0px;
    color:#75aaa1;
}
.box-cart .arrows{
    border: 0px solid red;
    width: 20px;
    height: 10px;
    float: right;
    margin-top: 0px;
    margin-right: 35px;
}
.box-cart .arrow_down{
    border: 0px solid red;
    display: block;
    padding: 0px;
    margin: 0px;
    width: 13px;
    height: 8px;
    background: url(../../images/icons/updown.png) no-repeat -1px -9px;
    cursor: pointer;
}
.box-cart .arrow_up{
    border: 0px solid red;
    display: block;
    padding: 0px;
    margin: 0px;
    margin-bottom: 3px;
    width: 13px;
    height: 8px;
    background: url(../../images/icons/updown.png) no-repeat -1px 1px;
    cursor: pointer;
}
.box-cart .total_compra{
    font-weight: 600;
    padding-top: 10px;
    color: #666;
    border: 0px;
}
.box-cart .linet{
    text-decoration: line-through;
    color:#999;    
}
.frete_result{
    border:0px solid red;
    min-height: 27px !important;
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    text-align: left;
    width: 245px;
    display: inline-block;
    margin-left: 10px;
}
#pedido_tipo_frete{
    width: 245px;
    font-size: 13px !important;
    padding: 3px !important;
}
#frete_cep{
    margin: 0px;
    margin-top: 0px;
    padding:3px !important; 
}
#tbl_calculo_frete{
    margin: 0px;
    padding: 0px;
    border: 0px !important;
}
#tbl_calculo_frete td{
    margin: 0px;
    vertical-align: middle !important;
    border: 0px solid red !important;
    font-size: 13px;
}
#tbl_calculo_frete td p{
    margin: 0px !important;
    padding: 0px !important;
}
#tbl_calculo_frete td a{
    font-size: 12px ;
    text-decoration: none;
    color:#75aaa1;
}
/*cliente login*/
.my-add-on{
    margin-left: 0px !important;
    min-width: 130px !important;
    padding: 4px !important;
    text-align: right;    
    background-color: hsl(201, 100%, 45%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4cc0fe", endColorstr="#0095e5");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#4cc0fe), to(#0095e5));
    background-image: -moz-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -ms-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4cc0fe), color-stop(100%, #0095e5));
    background-image: -webkit-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -o-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: linear-gradient(#4cc0fe, #0095e5);
    border-color: #0095e5 #0095e5 hsl(201, 100%, 40%);
    color: #fff !important;
    text-shadow: none !important;
    -webkit-font-smoothing: antialiased;    
    font-size: 14px !important;
    font-weight: normal !important;
}
.add-on-custom{
    background-color: hsl(201, 100%, 45%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4cc0fe", endColorstr="#0095e5");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#4cc0fe), to(#0095e5));
    background-image: -moz-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -ms-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4cc0fe), color-stop(100%, #0095e5));
    background-image: -webkit-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -o-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: linear-gradient(#4cc0fe, #0095e5);
    border-color: #0095e5 #0095e5 hsl(201, 100%, 40%);  
    color: #fff !important;
    text-shadow: none !important;
    -webkit-font-smoothing: antialiased;    
    font-size: 12px !important;
    font-weight: normal !important;
}
#f-cliente .add-on{
    width: 130px;
    text-align: right;    
}
#f-cliente input{
    width: 225px;
}
/*table carrinho menu left*/
#tbl_carrinho_left{
    padding: 0px;
    margin: 0px;
    color:#fff !important;
    z-index: 10;
    background: #fff;    
    border-bottom: 2px solid #75aaa1;
    border: 1px solid #75aaa1;
    width: 268px;
}
#tbl_carrinho_left table{
    width: 100%;
}
#tbl_carrinho_left td{
    border-bottom: 1px dotted #e2e2e2;
}
#tbl_carrinho_left tr:last-child td{
    border-bottom: 0px dotted red !important;
}
#tbl_carrinho_left  p{
    padding:6px;
    color:#333;
}

/*carrinho bottom */
#tbl_carrinho_frete td{
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    border: 0px inset red;
}
#tbl_carrinho_frete td button{
    margin-top: -8px !important;
}
#tbl_carrinho_frete td a{
    margin-top: -8px !important;
}
/*form Busca*/
.form-busca{
    width: 60%;
    border:0px solid red;
    float:left;
    margin-left: 240px;
    margin-top: 25px !important; 
}
.form-busca input{
    width: 415px;
    background: url(../../images/icons/lupa.png) no-repeat 5px center;
    background-color: #fff;
    padding: 5px;
    padding-left: 30px;    
    height: 18px;    
    font-size: 15px;
    /*border: 1px solid #1457AF; */
}
.form-busca .btn{
    /*color:#666 !important;    */
}
/*form atendimento */

.separator-line{
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e3e3e3;
    padding: 0px;
    margin: 0px;
    height: 35px;
    line-height: 35px;    
    text-transform: uppercase;
    color: #999;
    text-align: left;
    font-size: 14px;
}

#f-atd {

}
#f-atd .f-atd-required{
    color:red;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: verdana,arial;
}
#f-atd label {
    display:block;
    margin-top:15px;
    letter-spacing:0px;
    font-size:1.1em;
}
#f-atd input[type='text'], #f-atd input[type='password'], #f-atd textarea{
    width:400px;
    height:30px;
    /*height:18px\9;*/
    background:#efefef;
    border:1px solid #dedede;
    padding:10px;
    margin-top:3px;
    font-size:1.2em;
    color:#3a3a3a;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

#f-atd select{
    width:400px;
    color:#333;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;    
    border:1px solid #555;    
}
#f-atd textarea {
    height:80px;
    background: #efefef;
    resize:none;
}

#f-atd input:focus, textarea:focus {
    border:1px solid #97d6eb;
}
/*responsive*/
@media (max-width: 767px) {
    #f-atd input[type='text'], #f-atd input[type='password'], #f-atd textarea{
        width:85%;
    }
    #f-atd select{
        width:85%;
    }
    /*
    .box-item{
        width: 90%; 
    }
    */
}
.myAddr{
    width:284px !important;    
    color:#333;
    border-radius:3px !important;    
    -moz-border-radius:3px !important;    
    -webkit-border-radius:3px !important;    
    border:1px solid #999;      
}
#atd-right {
    margin-top:40px;
    border:0px solid red;
}
#atd-right #atd-btn{
    float: right !important;
}

#atd-dados{
    float: right;
    margin-top: 30px;
}
#atd-dados h5, #atd-dados h4{
    font-size: 24px;
    display: block;
    border:0px solid red;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    padding-left: 40px;    
    color:#666;
    font-weight: normal;
    text-align: right;
}

#atd-dados h5{
    background: url(../../images/icons/phone2.png) no-repeat 0px 5px;
}

#atd-dados h4{
    background: url(../../images/icons/mail2.png) no-repeat 0px 8px;
}
.page-content{
    margin-bottom: 60px;
}
.table-no-border td{
    border:0px !important; 
}
.page-content-w-border{
    border:2px solid #e1e1e1;
    border:1px solid #1CA1E4;
    min-height: 300px;
}
.page-content h1{
    font-size: 17px;
    font-weight: normal;
}
.page-content a{
    color:#75aaa1;
}
.page-content .btn{

}
.separator-bar i, .page-content i{
    margin-top: 3px !important;
}

.separator-bar{
    margin:0px !important;
    padding: 0px !important;
    margin-bottom: 30px !important;
    width: 100%;
    display: block;
    border:0px solid red;
}
.separator-bar p
{
    background-color: #75aaa1;
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    height: 35px;
    line-height: 35px;    
}
.separator-bar i{
    margin-top: 3px;
}
.page-content button i{
    margin-top: 1px !important;
}
.page-content a i{
    margin-top: 2px !important;
}
/*misc*/

.bg-gray{
    background-color: #e1e1e1 !important;
    color:#333 !important;
}
.bg-green{
    background-color: #58B058 !important;
    color:#fff !important;
}
.btn-custom {
    background-color: hsl(201, 100%, 45%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4cc0fe", endColorstr="#0095e5");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#4cc0fe), to(#0095e5));
    background-image: -moz-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -ms-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4cc0fe), color-stop(100%, #0095e5));
    background-image: -webkit-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -o-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: linear-gradient(#4cc0fe, #0095e5);
    border-color: #0095e5 #0095e5 hsl(201, 100%, 40%);
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
    -webkit-font-smoothing: antialiased;
}

.btn-custom {
    background-color: hsl(222, 74%, 11%) !important;
    background: #007507;
background: -moz-linear-gradient(top,  #007507 0%, #002303 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007507), color-stop(100%,#002303));
background: -webkit-linear-gradient(top,  #007507 0%,#002303 100%);
background: -o-linear-gradient(top,  #007507 0%,#002303 100%);
background: -ms-linear-gradient(top,  #007507 0%,#002303 100%);
background: linear-gradient(to bottom,  #007507 0%,#002303 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007507', endColorstr='#002303',GradientType=0 );

    border-color: #071330 #071330 hsl(222, 74%, 4%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.46);
    -webkit-font-smoothing: antialiased;
}

.btn-custom-q {
    color: #fff !important;
}


.message_login{
    color:red;
    text-align: center;
    font-size: 13px;
}
.pad-5{
    padding: 5px !important;
}
.mar-top-10{
    margin-top: 10px !important;
}
.mar-top-30{
    margin-top: 30px !important;
}
.mar-top-40{
    margin-top: 40px !important;
}
.mar-top-50{
    width: 99%;
    margin-top: 50px !important;
}
.mar-left-30{
    margin-left: 30px !important;
}
.mar-left-120{
    margin-left: 120px !important;
}
.text-size-14{
    font-size: 14px;
}
.text-center{
    text-align: center !important;
}
.f-white{
    color: #fff !important;
}
.placeholder {
    color: #aaa !important; 
}

.w-20{
    width: 20% !important;
}

.w-25{
    width: 25% !important;
}
.w-33{
    width: 33% !important;
}
.w-50{
    width: 50% !important;
}
.w-100{
    width: 100% !important;
    display: block !important;
}
.f-left{
    float: left;
}
.border-red{
    border: 1px solid red;
}
.radius-3{
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.no-margin{
    margin:0px !important;
}
.no-margin-right{
    margin-right:0px !important;
}
.no-padding{
    padding:0px !important;
}
.no-padding-left{
    padding-left:0px !important;
}
.no-border{
    border: 0px !important;
}
.border-bottom{
    border: 0px !important;
    border-bottom: 1px solid #eee !important;
}
.border-top{
    border: 0px !important;
    border-top: 1px solid #eee !important;
}
.no-border td{
    border: 0px !important;
}
.margin-bottom-5{
    margin: 0px;
    margin-bottom: 5px;
}
.f-small{
    font-size: 12px !important;
    color: #999;
}
.margin-auto{
    margin: 0 auto !important;
}
.margin-bottom-10{
    margin: 0px;
    margin-bottom: 10px;
}
.center{
    text-align: center !important;
}
.table-td-center td{
    text-align: center !important;
}
.a-left{
    text-align: left;
}
.a-right{
    text-align: right;
}
.itop{
    margin-top: 1px !important;
}
.itop-3{
    margin-top: 3px !important;
}
.i-top{

    margin-top: -3px !important;
}
.uppercase{
    text-transform: uppercase;
}
.lowercase{
    text-transform: lowercase !important;
}
.hide{
    display: none;
}
.hider{
    display: none !important;
}
.pointer{
    cursor: pointer;
}
.ui-effects-transfer {
    border: 1px dotted #75aaa1;
}
*:focus {
    -moz-outline-style:none !important;
    outline-style:none !important;
    outline:none;
    /*border: none !important;*/
    /*ie-dummy: expression(this.hideFocus=true) !important;*/
}
input:focus {
    -moz-outline-style:none !important;
    outline-style:none !important;
    outline:none !important;
    ie-dummy: expression(this.hideFocus=true) !important;
}
.invalid{
    border:1px solid  rgba(255, 37, 37, 0.8) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
}
.invalid:focus{
    border:1px solid  rgba(255, 37, 37, 0.8) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
}

.carousel-indicators li{
    cursor: pointer !important;
    background-color: #75aaa1; 
}

.carousel-indicators li.active{
    cursor: pointer !important;
    background-color: #000; 
}
#carousel{
    font-family: sans-serif;
    margin-top: 0px;
    background-color: #fafafa; 
    margin-bottom: 30px;
    border-bottom: 4px solid #fff;
}
#carousel .caption{
    background-color: #999;
}
#carousel .item a{
    color: #555;
    text-decoration: none;
}
#carousel .item a:hover{
    text-decoration: underline;
}
#ctrl-right,  #ctrl-left{
    position: absolute;
    cursor: pointer;
}

#carousel #ctrl-right{
    right: 5px;
    top:45%;
    color: #369;
    border: 0px solid #75aaa1;
    background: none;
    font-size: 140px !important;    
}
#carousel #ctrl-left{
    left: 0px;
    top:45%;
    color: #369;
    background: none;
    border: 0px solid #333;
    font-size: 140px !important;
}
#carousel > a{
    top:50% !important;
    position: absolute !important;
}

#carousel .carousel-caption{
    height:70px !important;
    min-width: 400px;
    position: absolute;
    left:60px;
    top:50px;
    border:0px solid red;
    background:none; 
}
#carousel .carousel-caption:hover{
    transition:all 0.2s ease 0s;   
    -moz-transition:all 0.2s ease 0s;   
    -webkit-transition:all 0.2s ease 0s;   
}

#carousel .carousel-caption h4{
    font-size:24px;
    background:rgba(255,255,255,.8); 
    padding: 10px; 
    display: inline-block;    
    color: #333;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 5px 0px;
    -webkit-border-radius: 5px 0px 5px 0px;
    position: absolute;
}

#carousel .carousel-caption p{
    font-size: 13px;
    background:rgba(60,62,63,0.8); 
    padding: 6px; 
    display: inline-block;    
    color: #fff;  
    border-radius: 0px 5px 0px 5px;
    position: relative;
    top: 50px;
}
.carousel-indicators {
    top: 90%;
    right: 25px;
    z-index: 31;
}
.carousel-inner a, .carousel-inner a:hover{
    text-decoration: none !important;
}

@media (max-width: 480px){
    #carousel .carousel-caption{
        height:40px !important;
        position: absolute;
        left:60px;
        top:20px;
    }    
    #carousel .carousel-caption h4{
        font-size:15px;
    }
    #carousel .carousel-caption p{
        font-size:12px;
        background:rgba(60,62,63,0.8); 
        padding: 6px; 
        display: inline-block;    
        color: #fff;  
        border-radius: 0px 5px 0px 5px;
        position: relative;
        top: 50px;
    }    
}

.up2top{
    cursor: pointer;
    opacity:.5;
    padding: 3px;
    display: none;
    /*
    border: 1px solid #999;
    background: #fafafa
    */
}
/*
.carousel .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.carousel .active.left, .carousel .active.right {
    left:0;
    opacity:0;
    z-index:2;
}
.carousel .next, .carousel .prev {
    left:0;
    opacity:1;
    z-index:1;
}
*/

#breadcrumb{
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}

.bread{
    height: 44px;
    background: url(../../images/layout/greybar_slice.png);
    border-right:  1px solid #d9d9d9;
    border-left:  1px solid #d9d9d9;    
}
.bread li{
    padding-left: 8px;
    background: url(../../images/layout/bread.gif) no-repeat -130px 0px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    min-width: 220px;
    font-size: 14px;
    font-weight: bold;
    color:#999;
}
.bread li.active{
    color: #75aaa1;
}

.greybar{
    background: url(../../images/layout/greybar_slice.png) repeat-x;
    height: 44px;    
    border-right:  1px solid #d9d9d9;
    border-left:  1px solid #d9d9d9;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding-left:10px;
}
.pushfooter{
    clear: both;
    height: 100px;
    background-color: #fff;
}

.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    margin-left:0px  !important;
    border: 0px solid red !important;
    opacity:.9;
    z-index: 999999;
    width: 100%;
    /*background: #333 !important; */
}
.fixed .logo{
    display: none !important;
}
.fixed #logo-row{
    display: none !important;
}

.fixed inputs{
    background: #333 !important;
    color:#fff !important;
    border: 1px solid #333 !important;
}
.fixed  #logo-carts{
    display: none;
}
.bumps{
    border:0px solid red !important;
    margin-top:208px !important;
    margin-bottom:143px !important;
}
.fixed-focus{
    background-color: #f0f0f0 !important;
}

.social{
    margin-top: 90px;
    width: 100%;
    text-align: right;
}

.b-red{
    border:1px solid red;
}


/*Tabs*/
.myTaber .active a{
    color:#333 !important;

}
.myTabers{
    border-bottom:1px solid #495258;
}
.myTaber a{
    min-width: 90px;
    height: 16px !important;
    background-color: #75aaa1;
    color:#fff;
    text-align: center;
}
.myTaber a:hover{
    min-width: 90px;
    height: 16px !important;
    background-color: #75aaa1;
    color:#333;
    text-align: center;
}
.myTaber .tab-update{
    background: url(../../images/layout/active.png)  !important;
}
.myTaber-content{
    border-left:1px solid #eee;
    border-bottom:1px solid #eee;
    border-top:1px solid #eee;
    border-right:1px solid #eee;
    margin-top: -20px;
    padding-left:10px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.font-10{
    font-size: 10px !important;
}
.font-11{
    font-size: 11px !important;
}
.font-12{
    font-size: 12px !important;
}
.font-13{
    font-size: 13px !important;
}
.font-14{
    font-size: 14px !important;
}
.font-15{
    font-size: 15px !important;
}
.font-16{
    font-size: 16px !important;
}
.font-17{
    font-size: 17px !important;
}
.font-18{
    font-size: 18px !important;
}
.font-20{
    font-size: 20px !important;
}
.f-gray{
    color:#333 !important;
}
.f-blue{
    color:#75aaa1!important;
}
.font-custom{
    color:#75aaa1;
}
.font-bold{
    font-weight: bold;
}
.font-black{
    color:#000 !important;
}
.font-white{
    color:#fff !important;
} 
.font-red{
    color:red !important;
} 
.font-gray{
    color:#666 !important;
} 
.status-compra{
    height: 90px;
    width:420px;
    background: url(../../images/layout/status-finaliza.png) no-repeat;
    border: 0px solid red;
    margin: 0 auto;
}
.status-compra.identificacao{
    background-position: 0px 0px;
}
.status-compra.entrega{
    background-position: 0px -80px;
}
.status-compra.pagamento{
    background-position: 0px -160px;
}
.status-compra.confirmacao{
    background-position: 0px -240px;
}
.status-compra.finalizado{
    background-position: 0px -320px;
}
#fb-root {
    display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
} 



/*RIBON MINI BANNERS*/
.banner_t3{
    margin:0px;
    padding: 0px;
    border:1px solid #e2e2e2 !important;
    display: inline-block;
    margin-right: 3px;
    float: left;
    max-width: 285px;
}
.banner_t3 img{
    max-width: 285px;
}
.b-gray{
    border: 1px solid #e2e2e2;
    margin-right: 4px;
}
.ribon-x{
    width: 100%;
    height: 90px;
    margin-bottom: 30px;
    background: url(../../images/layout/ribon.png) no-repeat;
}

.ribon-x h1 , .ribon-x p {
    margin:0px;
    padding: 0px;                            
    color:#fff;
    padding-left: 45px;
    font-weight: normal;
    text-align: center;
}
.ribon-x h1{
    padding-top: 10px;
    font-size: 22px;
    text-transform: uppercase;
}
.ribon-x p{
    font-size: 16px;
    text-transform: uppercase;
}

.cbp-hssubmenu *, .cbp-hsmenu *,#cbp-hsmenu * {
    z-index: 100000 !important;
}
.label, .label-important{
    z-index: 100 !important;
}
#cbp-hsmenu-wrapper{
    z-index: 100000 !important;
}

.parcelamento{
    border: 0px solid red;
    display: block;
    float: left;

}
.parcelamento h5{
    font-size: 16px;
}
.parcelamento .parcelas-pagseguro{
    width:25%;
    float: left;
    display: block;
    border:0px solid red;    
    font-size: 12px !important;
}
.parcelamento .parcelas-pagseguro span{
    margin: 2px;
    padding: 5px;
    width:90%;
    display: block;    
    background:#f0f0f0; 
}
.parcelamento a{
    font-size: 13px !important;
}
.parcelamento label{
    font-size: 12px !important;
}


/*ul{    margin: 0;    padding: 0;    list-style: none;}*/
#breadcrumbs-one{
    margin: 0px;
    margin-bottom: 10px;
    background: #eee;
    border-width: 1px;
    border-style: solid;
    border-color: #f5f5f5 #e5e5e5 #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    overflow: hidden;
    width: 100%;
    list-style: none;
}

#breadcrumbs-one li{
    float: left;
}

#breadcrumbs-one a{
    padding: .7em 1em .7em 2em;
    float: left;
    text-decoration: none;
    color: #444;
    position: relative;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#f5f5f5), to(#ddd));
    background-image: -webkit-linear-gradient(left, #f5f5f5, #ddd);
    background-image: -moz-linear-gradient(left, #f5f5f5, #ddd);
    background-image: -ms-linear-gradient(left, #f5f5f5, #ddd);
    background-image: -o-linear-gradient(left, #f5f5f5, #ddd);
    background-image: linear-gradient(to right, #f5f5f5, #ddd);  
}

#breadcrumbs-one li:first-child a{
    padding-left: 1em;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

#breadcrumbs-one a:hover{
    background: #fff;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;   
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid;
    right: -1em;
}

#breadcrumbs-one a::after{ 
    z-index: 2;
    border-left-color: #ddd;  
}

#breadcrumbs-one a::before{
    border-left-color: #ccc;  
    right: -1.1em;
    z-index: 1; 
}

#breadcrumbs-one a:hover::after{
    border-left-color: #fff;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
    font-weight: bold;
    background: none !important;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
    content: normal;  
}

/*-----------------------------------*/

#breadcrumbs-two{
    /* Clear floats */
    overflow: hidden;
    width: 100%;
    list-style: none;
}

#breadcrumbs-two li{
    float: left;
    margin: 0 .5em 0 1em;
}

#breadcrumbs-two a{
    background: #ddd;
    padding: .7em 1em;
    float: left;
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    position: relative;
}

#breadcrumbs-two a:hover{
    background: #99db76;
}

#breadcrumbs-two a::before{
    content: "";
    position: absolute;
    top: 50%; 
    margin-top: -1.5em;   
    border-width: 1.5em 0 1.5em 1em;
    border-style: solid;
    border-color: #ddd #ddd #ddd transparent;
    left: -1em;
}

#breadcrumbs-two a:hover::before{
    border-color: #99db76 #99db76 #99db76 transparent;
}

#breadcrumbs-two a::after{
    content: "";
    position: absolute;
    top: 50%; 
    margin-top: -1.5em;   
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid #ddd;
    right: -1em;
}

#breadcrumbs-two a:hover::after{
    border-left-color: #99db76;
}

#breadcrumbs-two .current,
#breadcrumbs-two .current:hover{
    font-weight: bold;
    background: none;
}

#breadcrumbs-two .current::after,
#breadcrumbs-two .current::before{
    content: normal;
}

/* ------------------------------------------- */

#breadcrumbs-three{
    /* Clear floats */
    overflow: hidden;
    width: 100%;
    list-style: none;
}

#breadcrumbs-three li{
    float: left;
    margin: 0 2em 0 0;
}

#breadcrumbs-three a{
    padding: .7em 1em .7em 2em;
    float: left;
    text-decoration: none;
    color: #444;
    background: #ddd;  
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);  
    -moz-border-radius: .4em 0 0 .4em;
    -webkit-border-radius: .4em 0 0 .4em;
    border-radius: .4em 0 0 .4em;  
}

#breadcrumbs-three a:hover{
    background: #abe0ef;
}

#breadcrumbs-three a::after{
    background: #ddd;
    content: "";
    height: 2.5em;
    margin-top: -1.25em;
    position: absolute;
    right: -1em;
    top: 50%;
    width: 2.5em;
    z-index: -1;  
    -webkit-transform: rotate(45deg); 
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg); 
    transform: rotate(45deg);
    -moz-border-radius: .4em;
    -webkit-border-radius: .4em;
    border-radius: .4em;
}

#breadcrumbs-three a:hover::after{
    background: #abe0ef;
}

#breadcrumbs-three .current,
#breadcrumbs-three .current:hover{
    font-weight: bold;
    background: none;
}

#breadcrumbs-three .current::after{
    content: normal;
}

/* ------------------------------------------- */

#breadcrumbs-four{
    /* Clear floats */
    overflow: hidden;
    width: 100%;
    list-style: none;
}

#breadcrumbs-four li{
    float: left;
    margin: 0 .5em 0 1em;
}

#breadcrumbs-four a{
    background: #ddd;
    padding: .7em 1em;
    float: left;
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    position: relative;
}

#breadcrumbs-four a:hover{
    background: #efc9ab;
}

#breadcrumbs-four a::before,
#breadcrumbs-four a::after{
    content:'';
    position:absolute;
    top: 0;
    bottom: 0;
    width: 1em;
    background: #ddd;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);  
}

#breadcrumbs-four a::before{

    left: -.5em;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

#breadcrumbs-four a:hover::before{
    background: #efc9ab;
}

#breadcrumbs-four a::after{
    right: -.5em;   
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

#breadcrumbs-four a:hover::after{
    background: #efc9ab;
}

#breadcrumbs-four .current,
#breadcrumbs-four .current:hover{
    font-weight: bold;
    background: none;
}

#breadcrumbs-four .current::after,
#breadcrumbs-four .current::before{
    content: normal;
}

.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse {
    position: static;
}
.yamm .navbar-inner,
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .dropdown-menu > li {
    display: block;
}
.yamm .dropdown-submenu .dropdown-menu {
    left: 100%;
}
.yamm .nav.pull-right .dropdown-menu {
    right: 0;
}
.yamm .yamm-content {
    padding: 20px 30px;
    *zoom: 1;
}
.yamm .yamm-content:before,
.yamm .yamm-content:after {
    display: table;
    content: "";
    line-height: 0;
}
.yamm .yamm-content:after {
    clear: both;
}
.yamm.navbar .nav > li > .dropdown-menu:after,
.yamm.navbar .nav > li > .dropdown-menu:before {
    display: none;
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}
@media (max-width: 969px) {
    .yamm .dropdown.yamm-fullwidth .dropdown-menu {
        width: auto;
    }
    .yamm .yamm-content {
        padding-left: 0;
        padding-right: 0;
    }
    .yamm .dropdown-menu > li > ul {
        display: block;
    }
}   