/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21/01/2015, 06:35:25
    Author     : Augusto Not
    Version    : rpa_v5
*/
@charset "UTF-8";

@import url(font-monda.min.css);
@import url(font-openSans.min.css);

@import url(../../../vendor/layerslider/css/layerslider.css);

@import url(custom.min.css);

body.transOff{
    opacity: 0;
}
body.transOff.transOpct{
    transition: opacity 600ms ease-in-out;
}
body.transOpct{
    transition-delay: 600ms;
    opacity: 1;
}

body.transOff > a,
body.transOff > nav, body.transOff > nav *,
body.transOff > div, body.transOff > div *{
    transition: none!important;
}
/* ======================== 
     site top
=========================== */
img.logoTopo{
    max-width: 100%;
    position: absolute;
    z-index: 5;
    top: -10px;
}
.tituloSiteTopo{
    font-family: 'Rancho', cursive;
    z-index: 110;
    color: #003fcf;
    position: absolute;
    white-space: nowrap;
    width: 303px;
    margin-top: -15px;
    text-align: center;
    text-shadow: 0px 2px 5px #fdfdfd;
    max-width: 100%;
}
.tituloSiteTopo.max-width-90p{
    max-width: 90%;
}
.tituloSiteTopo small{
    color: #003fcf;
}
.tituloSiteTopo > .smlww{
    margin-right: -7px;
}
.tituloSiteTopo > .smlcm{
    margin-left: -7px;
}
@media(min-width: 576px) and (max-width: 812px){
    .asMob .tituloSiteTopo > .smlcm{
        line-height: 0px;
        display: block;
        vertical-align: top;
        margin-left: 0px;
        text-align: right;
        text-shadow: 0px 0px 5px #fff;
    }
}
@media(max-width: 576px){
    .tituloSiteTopo{
        white-space: normal;
    }
    .tituloSiteTopo .smlww{
        line-height: 15px;
        display: block;
        vertical-align: top;
        margin-left: 0px;
        text-align: left;
        display: none;
    }
    .tituloSiteTopo > .smlcm{
        line-height: 0px;
        display: block;
        vertical-align: top;
        margin-left: 0px;
        text-align: right;
        text-shadow: 0px 0px 5px #fff;
    }
}
.subMenuTop{
    float: right;
    border-bottom: transparent;
}
.subMenuTop > li{
    border-left: 1px solid #ccc;
    padding: 0px 5px;
}
.subMenuTop > li:first-child{
    border-color: transparent;
}
.subMenuTop > li.active > a,
.subMenuTop > li > a{
    padding: 3px 10px;
    font-size: 13px;
    color: #687074;
    border: none;
    border-bottom: 2px solid transparent;
}
.subMenuTop .aOpen>a, .subMenuTop .aOpen>a:focus, .subMenuTop .aOpen>a:hover,
.subMenuTop .open>a, .subMenuTop .open>a:focus, .subMenuTop .open>a:hover,
.subMenuTop > li.active > a, .subMenuTop > li.active > a:hover, .subMenuTop > li.active > a:focus,
.subMenuTop > li > a:hover, .subMenuTop > li > a:focus{
    background: #ffffff;
    border: none;
    border-bottom: 2px solid #3498db;
    color: #3498db;
}

.rott-hover{
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
a:hover > .rott-hover,
.aOpen > a > .rott-hover,
.open  > a > .rott-hover{
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.dropdown-menu.dropdown-menu-custon{
    border-radius: 0px;
    margin-top: -2px;
    border-bottom: 4px solid#3498db;
    border-right-width: 2px;
    border-top: 4px solid#3498db;
    padding: 0px;
}
.dropdown-menu-custon>li{
    padding-top: 5px;
    padding-bottom: 3px;
}
.dropdown-menu-custon>li:last-child{
    padding-top: 3px;
}
.dropdown-menu-custon>li>a {
    color: #687074;
    font-size: 13px;
}
.dropdown-menu-custon>li>a:focus, .dropdown-menu-custon>li>a:hover {
    color: #3498db;
    background-color: #fafafa;
}
/* menu principal */
.navbar-white{
    background-color: #ffffff;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #e7e7e7;
}
#menuTop{
    margin-bottom: 1px;
}
#ulMenuTop > li{
    margin: 0px 5px;
}
.navbar-white .navbar-nav>li>a {
    color: #687074;
    font-size: 16px;
    font-weight: 400;
    border-bottom: solid 2px transparent;
    padding-top: 23px;
    padding-bottom: 5px;
    margin-bottom: -2px;
}
.navbar-white .navbar-nav>li>a:focus, .navbar-white .navbar-nav>li>a:hover {
    color: #3498db;
    background-color: transparent;
    border-bottom-color: #ddd;
}
.navbar-white .navbar-nav>.active>a, .navbar-white .navbar-nav>.active>a:focus, .navbar-white .navbar-nav>.active>a:hover {
    color: #3498db;
    border-bottom-color: #3498db;
    background-color: #fff;
}

/* div select busca topo */
.navbar-white .navbar-nav>li>a.busca-topo {
    color: #aaa;
    cursor: pointer;
    margin-top: 14px;
    padding-top: 8px;
    border-bottom-color: #aaa;
    background: #f7f7f7!important;
}
.navbar-white .navbar-nav>li>a.busca-topo.active,
.navbar-white .navbar-nav>li>a.busca-topo:focus,
.navbar-white .navbar-nav>li>a.busca-topo:hover {
    color: #3498db;
    border-bottom-color: #3498db;
}

a#btn-buscaTopo i.gy{
    margin-right: 0px!important;
}
a.busca-topo .span-open,
a.busca-topo .span-close{
    display: none;
}

a.busca-topo.active i.gy-search,
a.busca-topo i.gy-remove{
    display: none;
}
a.busca-topo i.gy-search,
a.busca-topo.active i.gy-remove{
    display: inline-block;
}
#ul-menuImvTopo{
    padding: 15px 10px;
    background: #fcfcfc;
    width: 330px;
}

/* ======================== 
    DIV SLIDE TOPO -----
=========================== */
#divSlide, .divSlide{
    overflow: hidden;
    position: relative;
    background: url('../../../img/1.jpg') no-repeat center;
    background-size: cover;
    max-height: 500px;
    transition-property: height,max-height,min-height;
    transition-timing-function: ease-in;
    transition-duration: 1200ms;
}

#divSlide.sldbg #imgSlide{
    opacity: 0;
}

.smlZap{
    display: inline-block;
}

.footerContato-rancho p small.smlZap,
.divContato-rancho p small.smlZap{
    margin-left: 9px;
}
.lnkZap, .btnWapp {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(img/wapplogo.png) no-repeat center;
    background-size: cover;
    position: relative;
}
.smlZap .lnkZap {
    width: 25px;
    height: 25px;
    float: right;
    margin-top: -3px;
    margin-left: 3px;
}
.footerContato-rancho .smlZap .lnkZap{
    width: 22px;
    height: 22px;
}

@media(min-width: 1025px){
    #divSlide.noSlide{
        min-height: 100px;
    }
    #divSlide.slide-ranchos,
    #divSlide.slide-site{
        min-height: 265px;
    }
}
@media(min-width: 1281px){
    #divSlide.noSlide{
        min-height: 148px;
    }
    #divSlide.slide-ranchos,
    #divSlide.slide-site{
        min-height: 333px;
    }
}

#divSlide #imgLoadSlide{
    width: 100px;
    height: 100px;
    text-align: center;
    position: absolute;
    z-index: 3;
    right: 30px;
    bottom: 30px;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -o-transition:      -o-transform .4s ease-in-out;
    transition:         transform .4s ease-in-out;
    -webkit-transform: translate3d(130%, 0, 0);
    transform: translate3d(130%, 0, 0);
}

#imgLoadSlide i{
    display: block;
}
#divSlide.slideLoad #imgLoadSlide{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#divSlide #imgSlide.imgSlide{
    position: absolute;
    max-width: none;
    max-height: 100%;
}
#divSlide.noSlide img#imgSlidee{
    position: relative;
    max-width: 100%;
    max-height: none;
}
#divSlide{
    transition: height 600ms ease-in-out;
}

.character {
    font: 2em "Georgia", "Apple Symbols", serif;
    line-height: 1.1;
}
/* ======================== 
     ROW TITULO PAGINA
=========================== */
.container-titulo{
    background-color: #fff;
    border-bottom: 1px solid#ccc;
    border-radius: 0px;
    border-right: 1px solid#ccc;
    border-top: 1px solid#ccc;
    margin-bottom: 40px;
    min-height: 20px;
    box-shadow: 0px 5px 12px rgba(50,50,50,0.15);
}
.row-titulo{
    margin-left: 0px;
    border-left: 4px solid #3498db;
    position: relative;
    padding: 15px 0px;
}
.row-titulo:before {
    border-bottom: 9px solid transparent;
    border-left: 9px solid #3498db;
    border-top: 9px solid transparent;
    content: '';
    display: inline-block;
    left: 0px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
}
.row-titulo h1{
    color: #686868;
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 170%;
}
.row-titulo .col-titulo{
    padding: 0px 0px 0px 20px;
}
.col-btn-caller{
    padding: 5px 0px 0px 0px;
    text-align: center;
}

.caller-ok .hidden-on,
.caller-erro .hidden-off{
    display: none;
}

#caller-menu .caller-ok .hidden-off{
    display: block;
}
#caller-menu ul.dropdown-menu li a,
#caller-menu ul.dropdown-menu li a .gy{
    font-size: 15px;
}
#caller-menu ul.dropdown-menu li a .badge{
    float: right;
    background: #3498db;
}

.row-titulo .col-titulo > h1.hiddenOver > small.block-xs > small{
    font-size: 85%;
}
/*
#modal-caller .btn.false-submit,
.pAcao-logar .btn.submit,
.pAcao-lembrar .btn.checkEmail{
    display: inline-block;
}

 ======================== 
     custonss =============
=========================== */
.btn-favorito{
    float: right;
    line-height: normal;
    border-color: #999;
    color: #999;
}
.btn-favorito.active,
.btn-favorito:hover{
    border-color: #e74c3c;
    color: #e74c3c;
    -webkit-box-shadow:  0 3px 5px rgba(0,0,0,.125);
    box-shadow: 0 3px 5px rgba(0,0,0,.125);
}
@-moz-keyframes pulse_animation {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.08);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@-webkit-keyframes pulse_animation {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.08);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@-o-keyframes pulse_animation {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.08);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@keyframes pulse_animation{
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.08);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.btn-favorito:hover,
.pulse {
    -moz-animation-name: pulse_animation;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-name: pulse_animation;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -o-animation-name: pulse_animation;
    -o-animation-duration: 1s;
    -o-animation-iteration-count: infinite;
    animation-name: pulse_animation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.btn-favorito .gy{
    margin-right: 0px;
    font-size: 100%;
}
span.half-blue,
hr.half-blue{
    height: 1px;
    margin: 0;
    border: 0;
    background: #3498db; /* Old browsers */
    background: -moz-linear-gradient(left, transparent, rgba(52,152,221,.7), transparent); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,transparent), rgba(52,152,221,.7) 50%, color-stop(100%,transparent)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, transparent 0%, rgba(52,152,221,.7) 50%, transparent 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, transparent 0%, rgba(52,152,221,.7) 50%, transparent 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, transparent 0%, rgba(52,152,221,.7) 50%, transparent 100%); /* IE10+ */
    background: linear-gradient(to right, transparent 0%, rgba(52,152,221,.7) 50%, transparent 100%); /* W3C */
}

span.half-blue{
    display: block;
    margin: 10px 0px;
    width: 100%;
}
.select2-results .select2-result-label{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nowRap{
    white-space: nowrap;
}
.well-bl {
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-left: 4px solid #3498db;
    border-radius: 0px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    box-shadow: 0px 5px 12px rgba(50,50,50,0.15);
    -moz-border-radius: 0px;
    -moz-box-shadow: 0px 5px 12px rgba(50,50,50,0.15);
    -webkit-border-radius: 0px;
    -webkit-box-shadow: 0px 5px 12px rgba(50,50,50,0.15);
}
.well-bl:before {
    border-bottom: 9px solid transparent;
    border-left: 9px solid #3498db;
    border-top: 9px solid transparent;
    content: '';
    display: inline-block;
    left: 0px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
}
.headline {
    display: block;
    margin-top: 10px;
    margin-bottom: 25px;
    border-bottom: 1px dotted#e4e9f0;
}
.headline h2,.headline h3,.headline h4,.headline h5 {
    color: #585f69;
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    padding-right: 7px;
    display: inline-block;
    border-bottom: 2px solid #3498db;
}
.headline.sea h2,.headline.sea h3,.headline.sea h4,.headline.sea h5 {
    border-bottom-color: #1abc9c;
}
.headline h2 {
    font-size: 160%;
}
.headline h2.hiddenOver{
    margin-bottom: -7px;
    max-width: 95%;
}
/* ======================== 
     .head-line
=========================== */
.head-line{
    display: block;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #3498db;
}
.head-line h3,
.head-line h2{
    font-size: 21px;
    color: #585f69;
    border-bottom: 10px solid #3498db;
    display: inline-block;
    max-width: 95%;
    margin-bottom: -5px;
    padding-bottom: 5px;
    position: relative;
}
.head-line h3{
    font-size: 18px;
}
.head-line h3:before,
.head-line h2:before {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #3498db;
    bottom: -19px;
    content: '';
    display: inline-block;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.head-line h3 span,
.head-line h2 span{
    display: block;
    max-width: 100%;
    overflow: hidden;
    line-height: 1.7;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 10px;
}
.head-line .gy{
    font-size: 22px;
    font-size: 90%;
    color: #f8be2c;
}
.head-line h3 .gy{
    font-size: 18px;
}

.text-yellow {
    color: #f8be2c!important;
}

.head-line.yellow .gy{
    color: #f8be2c;
}
.head-line.yellow, .head-line.yellow h3, .head-line.yellow h2{
    border-bottom-color: #f8be2c;
}
.head-line.yellow h3:before, .head-line.yellow h2:before{
    border-top-color: #f8be2c;
}

.head-line.warning .gy{
    color: #e67e22;
}
.head-line.warning, .head-line.warning h3, .head-line.warning h2{
    border-bottom-color: #e67e22;
}
.head-line.warning h3:before, .head-line.warning h2:before{
    border-top-color: #e67e22;
}

.head-line.sea .gy{
    color: #1abc9c;
}
.head-line.sea, .head-line.sea h3, .head-line.sea h2{
    border-bottom-color: #1abc9c;
}
.head-line.sea h3:before, .head-line.sea h2:before{
    border-top-color: #1abc9c;
}




.gy-bedd:before{
    content: url(img/icon-bed.png);
}
.gy-bath:before{
    content: url(img/icon-bath.png);
}
.gy-garage:before{
    content: url(img/icon-garage.png);
}


.ocultaTextoOver {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}
h2.sub,
.group-noOver a, .ocultaTextoOver,
.group-noOver > p, .hiddenOver {
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
    max-width: 100%;
}
h2.sub,
.hiddenOver, .ocultaTextoOver{
    line-height: 130%;
}
h2.hiddenOver small{
    margin-top: 10px;
}

.show-venda,
.a-venda .hidden-venda{
    display: none;
}
.a-venda .show-venda{
    display: block;
}

/* ======================== 
     row filter
=========================== */
#contador{
    font-weight: bold;
    font-size: 15px;
    color: #333;
}
#loadMixFilter{
    position: absolute;
    right: 15px;
    top: 0px;
}
.divBtn-dataSort{
    float: right;
    margin-top: 10px;
}
.divBtn-dataSort .btn{
    margin-top: -7px;
}
#clearCalend.disabled,
#mixFilter .input-group-btn a.disabled[data-clear]{
    opacity: .35;
}
/* ======================== 
     RODAPE - footer
=========================== */
.inline-block{
    display: inline-block!important;
}
.footer {
    color: #dadada;
    margin-top: 40px;
    padding: 20px 0 30px;
    background: #585f69;
}
.footer h1,.footer h2,.footer h3,.footer h4,.footer h5 {
    text-shadow: none;
    font-weight: normal!important;
}
.footer .maisImvs{
    display: block;
    white-space: nowrap;
}
.footer .maisImvs > span{
    display: inline-block;
    max-width: 65%;
    overflow: hidden;
    vertical-align: bottom;
}
.footer p,.footer a {
    font-size: 14px;
}
.footer p {
    color: #dadada;
}
.footer a {
    color: #3498db;
}
.footer a:hover {
    color: #2a6496;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footer h2,.footer h3,.footer h4 {
    color: #e4e4e4;
    background: none;
    text-shadow: none;
}
.footer .headline h2{
    margin-bottom: -1px;
}
.copyright {
    font-size: 12px;
    padding: 11px 0 7px;
    background: #3e4753;
    border-top: 1px solid #777;
}
.copyright p {
    color: #dadada;
}
.copyright p.copyright-logo2 {
    margin-top: 12px;
    display: block;
    text-align: right;
}
.copyright a {
    margin: 0 5px;
    color: #3498db;
}
.copyright a:hover {
    color: #2a6496;
}
.copyright-logo2 a{
    margin-left: 0px;
    display: inline-block;
    margin-bottom: 5px;
}
.copyright-logo2.coprlogo2 > span{
    float: right;
}
.visible-500{
    display: none;
}
.list-inline>li{
    display: table-cell;
    width: 1%;
}
.list-inline>li>a{
    padding: 0px;
    text-align: center;
    display: block;
    margin: 0px;
}
.list-border-right > li{
    border-right: solid 1px #bbb;
}
.list-border-right > li:last-child{
    border-right-color: transparent;
}
.menuFooter {
    float: right;
}
.menuFooter.menuFooterSobre{
    float: left;
    padding-left: 0px;
    margin: 20px 0px 10px -10px;
    max-width: 100%;
}

.menuFooter > li{
    display: inline-block;
    padding: 0px 5px;
}
.menuFooter > li > a{
    color: #fff;
    font-size: 13px;
}
.menuFooter > li > a:hover{
    color: #3498db;
    text-decoration: none;
}
.menuFooter > li > a > .gy{
    color: #3498db;
}


.social-footer > li{
    width: 33.33%;
    display: table-cell;
}
.social-footer > li > a{
    padding: 3px;
}
.social-footer{
    display: table;
}
.hover-effect{
    opacity: 0.6;
    box-shadow: 0px 0px 3px 5px rgba(52, 152, 219, 0);
    -moz-box-shadow: 0px 0px 3px 5px rgba(52, 152, 219, 0);
    -webkit-box-shadow: 0px 0px 3px 5px rgba(52, 152, 219, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
}
.hover-effect:hover{
    opacity: 1;
    box-shadow: 0px 0px 3px 5px rgba(52, 152, 219, 1);
    -moz-box-shadow: 0px 0px 3px 5px rgba(52, 152, 219, 1);
    -webkit-box-shadow: 0px 0px 3px 5px rgba(52, 152, 219, 1);
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#divFanPage {
    max-width: 100%;
    margin-bottom: 30px;
}
.limitarbox {
    max-width: 100%;
    height: 109px!important;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}
.fb-like-box {
    background-color: #292526;
    margin-top: -97px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -9px;
}
.likeRODAPE {
    margin-top: 10px;
    text-align: center;
    width: 100%;
    text-align: left;
    color: #fff;
    height: 20px;
}
#like-box .fb_iframe_widget_fluid{
    display: inline-block;
}

#footerSocial iframe.fb_iframe_widget_lift{
    margin-top: -280px;
}

.footerContato-rancho p {
    margin-bottom: 3px;
    padding: 3px 0px 0px 5px;
}
.footerContato-rancho p.contato-nome {
    margin-bottom: 0px;
    font-size: 16px;
}
.footerContato-rancho i{
    margin-right: 5px;
}
.footerContato-rancho p.contato-fone span {
    white-space: nowrap;
    width: 100px;
    display: inline-block;
}
p.contato-fone span{
    padding-left: 2px;
}
p.contato-fone small:before{
    content: " | ";
    margin-right: 3px;
}
.footerContato-rancho p small {
    margin-left: 5px;
}
/* ======== Ultimos Imoveis  */
.posts .dl-horizontal {
    margin-bottom: 0;
    overflow: hidden;
    margin-top: 10px;
}
.posts .dl-horizontal dt {
    width: 90px;
    float: left;
}
.posts .dl-horizontal dt img {
    width: 90px;
    height: 60px;
    padding: 2px;
    margin-top: 2px;
    border: solid 1px #888;
}
.posts .dl-horizontal dd {
    margin-left: 100px;
}
.posts .dl-horizontal:first-child {
    margin-top: 0px;
}

.posts .dl-horizontal dd a {
    font-size: 14px;
    line-height: 16px!important;
    color: #dadada;
}
.posts .dl-horizontal dd p {
    margin: 0;
    line-height: 1.43;
}
.posts .dl-horizontal dd a > small{
    line-height: 2;
}
#closeFilter i,
.posts .dl-horizontal:hover dt img,.posts .dl-horizontal:hover dd a,.posts .dl-horizontal:hover dd a p {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.posts .dl-horizontal:hover dt img,.posts .dl-horizontal:hover dd a,.posts .dl-horizontal:hover dd a p {
    color: #3498db;
    border-color: #3498db!important;
}
/* fimmmm rodape  */
.link-white a {
    color: #fff;
    font-size: 14px;
}
.link-white a:hover,
.link-white a .gy{
    color: #3498db;
    text-decoration: none;
}
.link-white .active a{
    color: #5bc0de;
}
a.img-center{
    display: block;
}
.img-center img, img.img-center,
#myCarousel img{
    margin: 0 auto;
}
address{
    font-size: 14px;
    line-height: 1.6;
}
/* ======================== 
     row-filtro-rancho
=========================== */
#closeFilter:focus{
    color: #3498db;
    background-color: #fff;
}
#closeFilter.filtroOpen i{
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

/* ======================== 
     rancho line arrow center
=========================== */
.rancho-line {
    border-bottom: 1px solid #3498db;
    display: block;
    margin: 10px 0px 5px;
    padding-bottom: 0px;
    text-align: center;
}
.rancho-line .rancho-itens {
    border-bottom: 10px solid #3498db;
    display: inline-block;
    padding: 0px 0px 5px 0px;
    position: relative;
}
.rancho-line .rancho-itens:before {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #3498db;
    bottom: -19px;
    content: '';
    display: inline-block;
    left: 50%;
    margin-left: -9px;
    position: absolute;
}
.rancho-line .rancho-itens h3{
    margin-bottom: 0px;
}

.rancho-line .rancho-itens a.btn-link {
    color: #3498db;
    display: inline-block;
    font-size: 140%;
    font-weight: normal;
    line-height: 16px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}
.rancho-line .rancho-itens a.btn-link.active,
.rancho-line .rancho-itens a.btn-link:hover {
    background: #3498db;
    color: #ffffff;
}
.rancho-line .rancho-itens a.btn-link:focus{
}
.input-group-addon.acomodaAddon{
    width: 0px;
    max-width: 0px;
    overflow: hidden;
    border: none;
    padding: 6px 0px;

}
/* ======================== 
     styling checkbox
=========================== */
/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked,
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label,
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 27px;
    cursor: pointer;
}

/* ======================== 

=========================== */
.headline h5 [type="radio"]:not(:checked) + label,
.headline h5 [type="radio"]:checked + label,
.headline h5 [type="checkbox"]:not(:checked) + label,
.headline h5 [type="checkbox"]:checked + label {
    padding-top: 3px;
    margin-bottom: 4px;
}
.headline h5 [type="radio"]:not(:checked) + label:after,
.headline h5 [type="radio"]:checked + label:after,
.headline h5 [type="checkbox"]:not(:checked) + label:after,
.headline h5 [type="checkbox"]:checked + label:after {
    top: -2px;
}
/* checkbox aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
}
/* checked mark aspect    content: '✔'; */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: -6px;
    left: 1px;
    font-size: 22px;
    color: #3498db;
    transition: all .2s;
}
/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="radio"]:checked + label:after,
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before,
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
[type="radio"]:disabled:checked + label:after,
[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
[type="radio"]:disabled + label,
[type="checkbox"]:disabled + label {
    color: #aaa;
}
/* accessibility */
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before,
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 1px solid blue;
}
/* hover style just for information */
label:hover:before {
    border: 1px solid #4778d9!important;
}
.has-feedback .form-control-feedback{
    display: none;
}
.has-feedback.has-error .form-control-feedback.gy-remove,
.has-feedback.has-success .form-control-feedback.gy-ok{
    display: block;
}
.has-feedback.feedb-right-40 .form-control-feedback{
    right: 40px;
}
.hidden-generated label[generated="true"]{
    display: none!important;
}

.hidden-generated .input-group-btn .btn{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

h2.sub, .sub{
    font-size: 13px;
    margin: 10px 0px;
    padding-left: 8px;
    color: #888;
}

.input-group-addon{
    background-color: #ffffff;
    color: #3498db;
}

.form-group.form-group-action{
    text-align: right;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}
.btn-pull-r .btn{
    float: right;
}

/* ======================== 
     Menu Fixo Topo
=========================== */
#menuFixo {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    margin-bottom: 0px;
    transform: translateY(-100px);
    border-bottom: 3px solid #3498db;
    background-color: rgba(245,245,245,0.90);
    transition: all 400ms ease-in-out;
}
#menuFixo.shw{
    opacity: 1;
    transform: translateY(0);
}
#menuFixo .col-menuFixo{
    padding: 10px 0px 0px;
    text-align: center;
}
#menuFixo .nav-menuFixo{
    width: 100%;
    border-bottom: 0px;
    margin-bottom: -3px;
}
#menuFixo .nav-menuFixo li{
    display: table-cell;
    width: 1%;
    position: relative;
    margin-bottom: -3px;
    text-align: center;
    font-size: 16px;
}
.nav-menuFixo li a {
    border-radius: 4px 4px 0 0;
    font-size: 15px;
    color: #777;
    border: 1px solid transparent;
    border-bottom: 3px solid transparent;
    padding: 6px 10px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.nav-menuFixo li a:focus{
    background-color: #eee;
}
.nav-menuFixo li a:hover{
    background-color: #fff;
}
.nav-menuFixo li.active a,
.nav-menuFixo li.active a:focus,
.nav-menuFixo li.active a:hover{
    background-color: #fff;
    border-color: #3498db;
    border-bottom-color: #fff;
    color: #3498db;
}
.nav-menuFixo li a .gy{
    font-size: 15px;
}
.nav-menuFixo li.active a .gy{
    color: #f8be2c;
}


#toTop{
    position: fixed;
    bottom: 15px;
    right: 20px;
    opacity: 0;
    background-color: rgba(52, 152, 219, 0.7);
    padding: 5px 12px;
    font-size: 18px;
    z-index: 100;
    transform: translate3d(100px, 100px, 0);
    transition: all 300ms ease-in-out;
}
#toTop.shwtop{
    opacity: 0.7;
    transform: translate3d(0,0,0);
}
#toTop .gy{
    font-size: 18px;
    display: block;
}
#toTop .gy.gy2{
    margin-top: -18px;
}
#toTop.shwtop:hover{
    opacity: 1;
    background-color: rgba(52, 152, 219, 1);
    border-color: #3498db;
    transform: translate3d(0,-5px,0);
    box-shadow: 0 5px 10px rgba(0,0,0,.5);
}
.badge.badge-danger{
    background-color: #e74c3c;
}
.badge.badge-success{
    background-color: #72c02c;
}
#dSize{
    position: fixed;
    bottom: 30px;
    left: 5px;
    width: 130px;
    z-index: 1600;
    font-size: 16px;
    text-align: center;
}
#dSize .label{
    font-weight: 400;
    padding: .3em .6em;
}

.backdron-menu{
    display: none;
}
@media(max-width: 768px){
    .asMob.menuTop-opned{
        overflow: hidden;
    }

    .fixedXs #collapse-menu{
        position: fixed;
        top: 0px;
        z-index: 4;
        padding: 73px 0px 0px 0px;
        width: 220px;
        bottom: 0px;
        background-color: #fff;
        margin-left: 0px;
        margin-right: 0px;
        opacity: 0;
    }
    .fixedXs.fixedXs-right  #collapse-menu,
    .fixedXs.fixedXs-left  #collapse-menu{
        display: block;
        visibility: visible;
        height: auto;
        min-height: 100%;
        transition: all 400ms ease-in-out;
    }

    .fixedXs.fixedXs-left  #collapse-menu{
        left: 0px;
        transform: translate3d(-110%, 0px, 0);
        border-right: 1px solid #828282;
        box-shadow: 8px 0px 12px 2px rgba(130, 130, 130, 0.50);
    }
    .fixedXs.fixedXs-right  #collapse-menu{
        padding-top: 0px;
        right: 0px;
        top: 73px;
        transform: translate3d(110%, 0px, 0);
        border-left: 1px solid #828282;
        box-shadow: -8px 8px 12px 2px rgba(130, 130, 130, 0.50);
    }
    .menuTop-opned .carDestaque .carousel-controll{
        z-index: 3;
    }

    .fixedXs .backdron-menu{
        display: block;
        position: fixed;
        top: 73px;
        bottom: 0px;
        z-index: 3;
        opacity: 0;
        right: 0px;
        left: 220px;
        transform: translateX(150%);
        background-color: rgba(55,55,55, 0.20);
        transition: all 400ms ease-in-out;
    }
    .fixedXs-right .backdron-menu{
        left: 0px;
        right: 220px;
        transform: translateX(-150%);
    }
    .asMob.menuTop-opned .fixedXs .backdron-menu{
        opacity: 1;
        transform: translateX(0);
    }

    .fixedXs.fixedXs-right #collapse-menu.in,
    .fixedXs.fixedXs-left #collapse-menu.in{
        transform: translate3d(0px, 0px, 0);
        opacity: 1;
    }
    .fixedXs #collapse-menu #ulMenuTop{
        padding: 0px;
        margin: 0px;
    }
    .fixedXs.fixedXs-rightt #collapse-menu #ulMenuTop{
        margin-top: -15px;
    }
    .fixedXs-left #collapse-menu #ulMenuTop{
        padding-top: 10px;
        border-top: 1px solid #ccc;
    }
    .devsz-land .fixedXs-left #collapse-menu #ulMenuTop{
        padding-top: 40px;
    }

    .fixedXs-right #collapse-menu #ulMenuTop > li,
    .fixedXs-left #collapse-menu #ulMenuTop > li{
        margin: 0px;
    }
    .fixedXs .navbar-toggle{
        margin-top: -6px;
        padding: 12px 10px
    }

    .fixedXs .navbar-toggle:focus{
        background-color: transparent;
    }
    .fixedXs .navbar-toggle:hover{
        background-color: #3498db;
    }
    .fixedXs .navbar-toggle:hover .icon-bar{
        background-color: #fff;
    }

    .asMob .fixedXs .navbar-toggle[aria-expanded="false"],
    .asMob .fixedXs .navbar-toggle[aria-expanded="false"]:hover,
    .asMob .fixedXs .navbar-toggle[aria-expanded="false"]:focus{
        background-color: #fff;
    }
    .asMob .fixedXs .navbar-toggle[aria-expanded="false"] .icon-bar{
        background-color: #888;
    }

    .asMob .fixedXs .navbar-toggle[aria-expanded="true"]{
        background-color: #3498db;
    }
    .asMob .fixedXs .navbar-toggle[aria-expanded="true"] .icon-bar{
        background-color: #fff;
    }
}
@media(max-width: 576px){
    #menuFixo.fixebottom-ms{
        top: auto;
        bottom: 0px;
        padding-left: 8px;
        padding-right: 8px;
        transform: translateY(100px);
        background-color: #f5f5f5;
        border-top: 3px solid #ccc;
        box-shadow: 0px -3px 12px rgba(50,50,50,0.20);
    }
    #dvflcontent.mFixo-show #menuFixo.fixebottom-ms,
    #menuFixo.fixebottom-ms.shw{
        opacity: 1;
        transform: translateY(0);
    }
    #dvflcontent.menuFixoBottom-ms.mFixo-show ~ #toTop,
    #dvflcontent.menuFixoBottom-ms.mFixoShw ~ #toTop{
        bottom: 65px;
    }
    #dvflcontent.menuFixoBottom-ms.mFixo-show ~ #dSize,
    #dvflcontent.menuFixoBottom-ms.mFixoShw ~ #dSize{
        bottom: 70px;
    }
    #dvflcontent.menuFixoBottom-ms.mFixo-show ~ .copyright .copyright-logo2,
    #dvflcontent.menuFixoBottom-ms.mFixoShw ~ .copyright .copyright-logo2{
        margin-bottom: 70px;
    }
}