/*GERAL*/
body{
    padding-top: 0px;
    font-family: 'Actor', sans-serif;
    background: #FFF;
}

body:after, body#home:after {
    background: none;
    background-color: none;
    background-image: none;
}
h3.tituloSite{
    text-align: center;
    color: #495678;
    font-size: 1.5em;
    margin: 40px 0 20px 0;
}


/*TOPO*/
header{
    background: #FFF;
}
.header-inner{
    position: relative;
    height: 100px;
}
.header-inner #logo{
    position: absolute;
    left: 0px;
}
.header-inner #nav{
    position: relative;
    float: right;
    margin-top: 60px;
}

/*MENU*/
#nav-toggle{
    background: #ddd;
}

#nav #current, #nav a#current:after {
    background-color: #4283cd;
}
#nav ul li.movel {
    display: none;
}
#nav ul li.desktop {
    display: none;
}
#nav ul li a:hover {
    color: #4283cd;
}
#nav ul li.dropdown {
    display: inline;
    position: relative;
}
#nav ul li.dropdown ul {
    position: absolute;
    top: 100%;
    right: -2px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px;
    margin: 1px 0 0;
    list-style: none;
    background: #FFF;
    border: solid 1px #CCC;
}


#nav ul li.dropdown:hover ul {
    display: block;
    width: 250px;
}

#nav ul li.dropdown > ul li {
    clear: both;
    width: 100%;
    border: solid 1px #F9F9F9;
    border-bottom: solid 1px #CCC;
    margin: 0;
    position: static;
    padding: 5px;
}

/*BANNER HOME*/
#slider .rslides .shadow{
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 100px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+46,000000+100&0+0,0.8+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.37) 46%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.37) 46%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.37) 46%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
    bottom: 0px;
    z-index: 5;
}

.rslides-content {
    position: absolute;
    width: 1020px;
    bottom: 0;
    left: 23%;
    background: none;
    z-index: 10;
    height: 70px;
}

.rslides-content h2 {
    background: none;
    position: absolute;
    bottom: -20px;
    width: 80%;
}
.rslides-content .btnSlide {
    background: #FFF;
    border-radius: 5px;
    width: 200px;
    position: absolute;
    right: 0;
    bottom: 20px;
    padding: 9px 20px;
    font-size: 17px;
    color: #4283C9;
    text-transform: uppercase;

}
.rslides-content .btnSlide span {
    color: #495678;
}
.rslides-content .btnSlide i.fa {
    position: absolute;
    right: 10px;
    color: #555;
    top: 10px;
}


.next, .prev {
    bottom: 250px;
    background-color: rgba(0,0,0,0.2);
}
.next:hover, .prev:hover {
    background-color: rgba(0,0,0,1);
}
.next {
    right: 30px;
}
.prev {
    left: 30px;
}


/*BUSCA HOME*/
.search{
    background: #495678;
    height: auto;
}
.search button{
    background: #FFF;
    color: #495678;
}
.search label{
    color: #FFF;
}

/*LISTAGEM*/
ul.listing li h3{
    font-size: 14px;
    margin: 5px 0;
    letter-spacing: 0.5px;
}
ul.listing li h2{
    font-size: 16px;
    margin: 5px 0;
    letter-spacing: 0.5px;
}

ul.listing li{
    position: relative;
    border-radius: 4px;

}
ul.listing li a{
    z-index: 1;
    transition: all .3s ease-in-out;
    border: solid 1px #EEE;
}
ul.listing li .shadow{
    width: 100%;
    height: 26px;
    position: absolute;
    bottom: -13px;
    background-image: url(../img/shadow-box.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    transition: all .3s ease-in-out;
    margin: auto;
}
ul.listing li:hover a{
    margin-top: -10px;
    margin-bottom: 10px;

    /*transform: scale(1.02);*/
}
ul.listing li:hover .shadow{
    bottom: -13px;
    transform: scale(0.95);
}

ul.listing li ul.listing-info li {
    font-size: 11px;
    border: none;
    font-family: 'Trebuchet MS', sans-serif;
}

ul.listing li h3 small {
    float: right;
    background: #F9F9F9;
    padding: 0 5px;
    font-size: 14px;
    font-family: 'Trebuchet MS', sans-serif;
}

button.btnBusca{
    width: auto;
    float: right;
    background: #F5F5F5;
    color: #4283cd;
    font-size: 16px;
    padding: 5px 10px 5px 20px;
    letter-spacing: 1px;
    text-align: right;    
}
button.btnBusca i.fa{
    margin-left: 10px;
}
button.btnBusca:hover{
    background: #FFF;
    box-shadow: 0 3px 2px rgba(0,0,0,0.6);
    border: solid 1px #CCC;
    padding: 4px 9px 4px 19px;
    margin-bottom:22px;
}

div.blocoNovidades{
    background: #495678;    
    position: relative;
    clear: both;
    min-height: 100px;
    padding: 20px 10px;
}
div.blocoNovidades .wrapper{
    width: 1020px;
    margin: auto;
}
div.blocoNovidades h3.tituloSite{
    color: #FFF;
}

div.blocoNovidades ul li{
    border: none;
}

ul.listing li a {
    z-index: 1;
    transition: all .3s ease-in-out;
    border: solid 1px #EEE;
}
div.blocoNovidades ul.listing li a, #novidades ul.listing li a{
    height: 350px;
    overflow: hidden;
    min-height: 340px;
}
div.blocoNovidades ul.listing li a .labelData, #novidades ul.listing li a .labelData{
    position: absolute;
    bottom: 2px;
    right: 8px;
    font-size: 10px;
    font-family: Trebuchet MS, sans-serif;
    font-weight: normal;
    color: #999;
}
div.blocoNovidades ul li h5{
    color: #555;
    text-align: justify;
    padding: 10px 5px;
    font-size: 14px;
}
#novidades .listing li h5{
    color: #555;
    text-align: justify;
    padding: 10px 5px;
    font-size: 14px;
}

.testimonial blockquote{
    font-size: 18px;
    text-transform: uppercase;
    color: #4283cd;
}

.testimonial .btnBusca{
    margin: -10px 0;
}
.testimonial .btnBusca:hover{
    margin-bottom: -9px;
}

/*RODAPÉ*/
.footer {
    background: #495678;
    font-size: 12px;
    font-family: 'Trebuchet MS', sans-serif;
}

.footer ul#linksRodape li{
    list-style: none;
}
.footer ul#linksRodape li i.fa{
    font-size: 10px;
    margin: 0 10px 0 0;
}
.footer ul#linksRodape li.facebook i{
    font-size: 30px;
    margin: 0;
}
.footer ul#linksRodape li.facebook a{
    font-size: 18px;
    margin: 0;
}

.footer ul#linksRodape li a{
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
}

footer {
    padding: 15px 0 10px 0;
    font-family: 'Trebuchet MS', sans-serif;
}

footer li:before {
    content: " | ";
    color: #4283C9;
    margin-right: 6px;
}
footer li a {
    color: #4283C9;
    text-decoration: none;
}


/*IMÓVEL'*/

#imovel #wrapper h1 small{
    float: right;
    font-size: 30px;
    padding: 15px 0;
    color: #4283C9;
}


.galleria{ height: 500px; }
p.justify{
    text-align: justify;
}

.space20{
    clear: both;
    width: 100%;
    margin: 10px 0;
}


/*PAGINACAO*/
ul.pages{
    position: relative;
    margin: auto;
    clear: none;
    float: none;
    text-align: center;
    margin-top: 20px;
    border-top: solid 1px #CCC;
    padding-top: 15px;
}

ul.pages li{
    color: #555;
    padding: 5px;
    font-size: 20px;
    font-family: Trebuchet MS, sans-serif;
}

ul.pages li span{
    background: #ffffff;
    color: #4283cd;
    text-decoration: none;
    padding: 3px 10px;
    font-weight: normal;
    border: solid 1px #EEE;
    border-radius: 3px;
}

ul.pages li a{
    background: #4283CD;
    color: #FFF;
    text-decoration: none;
    padding: 3px 10px;
    font-weight: normal;
}

#linhaRegistrosEncontrados{
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
    font-family: 'Trebuchet MS', sans-serif;
}

ul.listing li h3 small.consulte{
    color: #999;
    font-size: 12px;
}

#documentos ul.listing li a{
    position: relative;
    min-height: 80px;
}
#documentos ul.listing li a .label{
    padding: 0px 5px 10px 0;
    width: 90%;
}
#documentos ul.listing li a i{
    max-width: 15%;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
}


/*CONTATO / CONTATO IMÓVEL*/
#form-contact input[type=text], #form-contact textarea{
    background: #fdfcfc;
    box-shadow: 2px 2px 2px #BBB;
    border: solid 1px #DDD;
    font-family: 'Trebuchet MS', sans-serif;
}
#form-contact input[type=text]:focus, #form-contact textarea:focus{
    border: solid 1px #4283cd;
}

#contact_message {
    clear: both;
    display: none;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: left;
}

#contact_message.erro {
    color: #900;
    border: solid 1px #cca4a4;
    background: #fff6f6;
}

#contact_message.ok {
    color: #090;
    border: solid 1px #8dd28d;
    background: #f7fff7;
}



@media screen and (max-width: 1650px){
    .rslides-content {
        left: 19%;
    }
}
@media screen and (max-width: 1380px){
    .rslides-content {
        width: 80%;
        left: 10%;
    }
    .rslides-content  h2{
        width: 70%;
        left: 0;
        font-size: 28px;
    }
    .rslides-content .btnSlide {
        right: 5%;
    }

    .next, .prev {
        bottom: 50%;
    }
}

@media screen and (min-width: 820px){
    #nav {
        background: none;
    }
    #nav li{
        background: none;
        font-size: 16px;
        margin: 0 35px;
    }
    #nav li a i.fa{
        margin: 0 5px;
    }

    #home header {
        padding-bottom: 50px;
    }

    #wrapper {
        padding: 0;
    }

    .header-inner #linkTopRight{
        position: absolute;
        right: 0;
        color: #999;
        font-size: 16px;
        text-decoration: none;
        letter-spacing: 0.12em;
    }
    .header-inner #linkTopRight:hover{
        color: #555;
    }

    #nav li:last-child{
        margin-right: 0;
    }

    #nav a#current:after {
        width: 0px;
        height: 0px;
        background-image: none;

    }

    #slider, #home #slider {
        width: 98%;
        margin: 0 1% 0px 1%;
    }
    #home .rslides img {
        width: 100%;
        height: auto;
    }

    #home #wrapper {
        margin-top: 0px;
    }

    #home .search {
        position: relative;
        width: 100%;
        height: auto;
    }

    #home .search .search-inner {
        height: auto;
    }


}

@media screen and (max-width: 1024px){

    div.blocoNovidades .wrapper{
        width: 100%;
    }

}
@media screen and (max-width: 820px){
    #nav.opened {
        width: 100%;
    }

    #logo img{
        margin: 30px 0 0 0;
    }

    #wrapper {
        padding: 0;
    }

    .header-inner{
        height: auto;
    }
    .header-inner #logo {
        position: relative;
        left: 0;
        top: 0;
    }

    #home header {
        padding-bottom: 50px;
    }
    #home #slider {
        margin-bottom: 170px;
    }


    .rslides-content h2 {
        width: 80%;
        left: 10%;
        font-size: 18px;
        bottom: 50px;
        text-align: center;
    }

    .header-inner #linkTopRight{
        display: none;
    }

    .galleria{ height: 300px; }
    .galleria-image{ max-height: 300px; }


    .rslides-content .btnSlide, div.blocoNovidades .btnBusca{
        right: 0;
        width: 100%;
        text-align: center;
    }
    .testimonial .btnBusca{
        right: 0;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    ul.listing li:hover a{
        margin-top: 0;
        margin-bottom: 10px;
    }


    div.blocoNovidades .wrapper{
        width: 460px;
    }

}

@media screen and (max-width: 500px){

    .header-inner {
        height: 250px;
    }


    #home .search {
        margin: 0;
    }

    .search .one_half {
        width: 98%;
    }
    div.blocoNovidades .wrapper{
        width: 100%;
    }


}
