/*
Theme Name: abelhaz
Theme URI: http://wordpress.org/themes/abelhaz
Author: DestinoPrincipal
Author URI: https://webteam.pt/
Description: Fresh start theme DP - Based on Blankslate 
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, red, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: abelhaz

abelhaz WordPress Theme © 2011-2014 DestinoPrincipal
abelhaz is distributed under the terms of the GNU GPL
*/




html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}


@font-face {
    font-family: 'Gotham';
    src: url('../css/fonts/Gotham-Book.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../css/fonts/Gotham-BookItalic.ttf');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Gotham';
    src: url('../css/fonts/Gotham-Medium.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../css/fonts/Gotham-MediumItalic.ttf');
    font-weight: bold;
    font-style: italic;
}

html, body{
    height:100%;
}

body{
    font-family: 'Gotham' , sans-serif;
    line-height: 25px;
}

h1{
    font-size: 30pt;
   
    font-weight: 400;
    padding: 10px;
    line-height:40px;

}

h2{
    font-size: 22pt;
   
    font-weight: 400;
    padding-bottom: 10px;
    line-height:32px;

}

h3{
    font-size: 18pt;
   
    font-weight: 400; 
    color:#181617;
    line-height:28px;
}
h4{
    font-size: 15pt;
   
    font-weight: 400; 
    line-height:25px;
}
p{
    text-align: justify;
   
    font-size: 11pt;
}
img{
    width:100%;
}

.home_post img{
    width:auto;
}

hr{
    border-top: 1px solid #3b3b3b;
} 
letra{
    color:#7F7F7F;
}

b{
    font-weight: bold;  
}

strong{
    font-weight: bold;
}
number{
    font-family: 'Trebuchet MS';
}
.lato{
    font-family: 'Trebuchet MS', sans-serif;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.alignright{
    text-align: right;
}

.aligncenter{
    text-align: center !Important;
}

.alignleft{
    text-align: left;
}


.no-margin-{
    margin-left:0px;
    margin-right:0px;
}
a {
    text-decoration: none;
}
a:hover{
    color: #181617;
    text-decoration: none;
}
a:focus {
    outline: none;
    outline: none;
    
    text-decoration: none;
}
a {
    color: #fff;
}
/*p color in all site*/


.inline{
    display: inline-block;
}
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
/*Site CSS starts HERE!!
HEADER*/

.navbar-fixed-top{
    background-color: #fff;
    border-bottom: 3px solid rgba(217, 40, 31, 0.8);
}
.navbar{
    margin-bottom: 0px;
    background-color:#29333d;
    border-radius:0px;
}
.logout a{
    color:white;  
}
/*mobile-menu*/
.mobile-menu{
    
    background-image: none;
   
    border: none;
    min-height: 50px;
}
.primary-menu{

    width: 100%;
    height:30px;
}
.alignjustify{
    text-align: justify;
}
.menu_principal ul{
    display: block;

}
.menu_principal ul li{
    display:inline-block;
    line-height: 0;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 9px;
    position: relative;
    padding: 10px 15px;

    line-height: 50px;
}
.menu_principal ul li:first-child{

    border-left: none;
}
.menu_principal ul li a{
    color: rgb(178, 11, 21);
}
.menu_principal ul li a:hover{
    color: #5a5a5a;
}
.menu_principal ul li a .fa{
    color: rgb(217, 40, 31);

}
.menu_principal ul li a:hover fa{
    color: #5a5a5a;
}
#menu-menu-principal > li.search-input-wrapper.inline{ 
    line-height: 25px;
}

.menu_principal{
    padding:5px; 
}
/*Menu mobile Display:none*/

.menu_principal ul{
    padding-top: 20px;
    padding-bottom: 20px;
}
.menu_principal ul li{
    line-height: 1.42857143;
  
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    padding:0px;
    padding-bottom: 5px;
    padding-top: 5px;
}


.menu_principal ul li a{
    line-height: 0;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 9px;
    position: relative;
    display: block;
    padding: 10px 15px;
    transition: 0.2s;
    outline: none !important;
    text-decoration: none;
    color: #ccc;
}

.menu_principal .dropdown-menu{
    display:none;
    list-style: none;
    padding-left: 0;
    left: 15px;
    min-width: 240px;
    z-index: 100;
    position: absolute;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    transition: 0.8s;
    margin:0px;
    padding:0px;
    border-radius:0px;
}
.menu_principal .dropdown-menu li{
    position: relative;
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: none;

}

.menu_principal .dropdown-menu li a{ 
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    line-height: 24px;
    padding: 10px 10px 5px 10px;
    position: relative;
    transition: 0.8s;

}
.menu_principal .dropdown-menu li a:hover{
    background-image: none;
    background-color: #1396e2;
    color: #ffffff;
    transition: 0.8s;
}
.menu_principal li:hover .dropdown-menu{
    display:block;
}
#menu-item-36 .dropdown-menu{
    left: -120px;
}
.title_head{
    color:white;
    font-size: 10pt;
}
title_head a{
    color:white;
}
/*hover no menu*/
body > div:nth-child(1) > div > div.container > div > div:nth-child(2) > a:hover{
    color:lightgray;
    text-decoration: none;
}
/* logo img*/
.title > h3 > a > img, body > div:nth-child(1) > div > div:nth-child(2) > div > div > div > div > div.col-sm-2.title > h3 > a > img{
    width:auto;
    margin-top: 5px;
    max-width: 180px;
}

.title a{
    color:white;   
}
.title_head li{
    display:inline-block;
    color:#ccc;
    
}
.title_head span{
    padding-right: 5px;
    padding-left: 10px;
}


.websitelink{
    margin-top:3px;
}

.main-image {
  
    overflow:hidden;
  
/*     max-height:600px; */
/*    margin-bottom:30px;*/

}
.main-image > img{
   width: 100%;
    height: 100%;

}
.main-image.main-image-effect > img{
     width:100%;
     height:100%;
   
    transition: 8s;
    -webkit-transition: 8s;
    -webkit-transform: 8s;
}

.module.parallax {
  
    margin-top: 40px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;

   
}
.headline_properties_wrapper{
  
    padding-top: 50px;
    padding-bottom: 30px;
}
.destaques_wrapper{
    margin-top: 130px;
}
.headline_properties_title h2{
 
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    font-size: 24pt;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    margin-top: 10px;
    padding-bottom: 15px;
}
.headline_properties_box{

    height: 360px;
    overflow:hidden;
}
.headline_properties_background1{
    background: url(../img/palmela.jpg);
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    background-repeat: no-repeat;
}
.headline_properties_background2{
    background: url(../img/algarve.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.headline_properties_background3{
    background: url(../img/algarve2.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.headline_properties_background4{
    background: url(../img/porto.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.main-image-highlight{
    position:absolute;
    bottom:20px;
    color:#EB1C23;
    text-shadow: 2px 2px 0 #ffffff, 4px 4px 0 rgb(178, 11, 21);
}
.main-image-highlight h1{
    font-size: 60pt;
    line-height: 80px;


}
.main-image-highlight span{
    font-size: 18pt;
    line-height: 15px;    
    color:rgb(178, 11, 21);
    text-shadow: 1px 1px 1px #ffffff, 2px 2px 1px #EB1C23;

}

.overlay {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
   
    width: 100%;
    z-index: 1;
}

.overlay .info {
    padding: 20px;
}
.overlay .info{
   /* background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );*/
    padding: 12px;
     color:#FFFFFF;
    padding-bottom: 3px;
}


.overlay .info p{
    color:#FFFFFF;

}
.destaques-single-staff-wrapper .overlay .info{
    padding-bottom: 15px;
}
.tag.price {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    background-color: #181617;
    color: #fff;
    font-size: 10pt;
}
.tag, .widget_tag_cloud .tagcloud a {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    padding: 3px 8px;
}
.overlay .additional-info {
    height: 70px;
    padding: 15px 20px;
}

.overlay .additional-info {
    background-color: #161415;
    display: table;
    height: 30px;
    list-style: none;
    margin-bottom: 0;
    width: 100%;
    padding: 8px 12px;
}

.overlay .additional-info li {
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
   /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); */
    opacity: 1;
    color: #fff;
    display: table-cell;
    color:#ffffff;
}
.result-wrapper .overlay li{
    font-size:10pt;
}
.overlay figure {
    color: #fff;
}
.pikabu{
    bottom:0;
}
.headline_servicos_wrapper{
    margin-top: 0px;
}
.headline_servicos_title{
    margin-top: 30px;
}

.headline_servicos_box{
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.icon_servicos_wrapper{
    height:159px;
    width:60px;
    float:left;
}
.icon_servicos_box{
    height:60px;
    width:100%;
    background-color:rgb(178, 11, 21);
    padding:14px;

}
body > div.headline_properties_wrapper.headline_servicos_wrapper > div > div > div:nth-child(2) {
    padding-left: 0px;
    padding-right: 30px;
}
body > div.headline_properties_wrapper.headline_servicos_wrapper > div > div > div:nth-child(4) {
    padding-left: 30px;
    padding-right: 0px;
}
.headline_servicos_box{
    height: 180px;
}
.box_icon, .box_icon svg{
    height:33px;
    width:33px;
}
.content_servicos_box{   
    padding: 0 20px 15px 80px; 
}
div.content-head_servicos_box > h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    color: #073855;
    font-weight: normal;
    padding-bottom: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.1;
    margin-top: 10px;
}
div.content-text_servicos_box p{
    opacity: 0.7;
 
    margin: 0 0 10px;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}


/*t_search*/
.search-strip{

    position: relative;
 
/*    width: 100%;*/
   
    background-color: rgba(20, 18, 19, 0.2);
    height: auto;
    background-position: left;
    padding: 0px;
    z-index: 50;
   
}
.destaque_search-strip{
    width:100%;
    margin-top: 90px;
    background-image: url('../img/abelhaz-tri3.png');
    height:auto;
    background-position: right bottom;
    padding:20px;
}
.button_adv_search_wrapper{
    float:right;    
}
.button_adv_search{
    background-color: transparent !Important;
}

.box_search{
    padding-top:0px;
    border-top: 1px solid #5E463D;
}
.submit-features{
    margin-top: 10px;
}
.submit-features li{
    color:#FFFFFF;
}
.submit-features li input{
    margin-right:5px;
}
.parametros_search{
    padding:10px;
    background-color: #FFFFFF;
    border: 1px solid rgb(23, 21, 22);
    text-align: left;
    font-size: 10pt;
}
.parametros_choices{
    position:absolute;
    background-color:white;
    border: 1px solid  rgb(178, 11, 21);
    width:100%;
    top:47px;
    left:0px;
    z-index:100;
    max-height:250px;
    overflow: auto !Important;
}


.parametros_choices li{
    padding-left: 5px;
    padding-right: 5px;
}
.parametros_choices li:hover{
    background-color: #181617;
}
.button_search{
        background-color: rgb(41, 51, 61);

    color: #FFFFFF;
    outline:none;
    border: none;
    border: 1px inset #181617;

}
.button_search:active, .parametros_search:active{
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}







form > div:nth-child(10) > div:nth-child(2) > span > input > submit{
    color:red;
}
.img-base{
    height: 750px;
    position: relative;
    overflow: hidden;
}
.img-base div{
    background: url(../img/coffeeplantation.jpg) no-repeat fixed;;
    background-position: 50% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
    position: relative;
    overflow: hidden;
}
.search-form-wrapper{
    position: absolute;
    width: 100%;
    z-index: 98;
    top: 660px;
}
.search-form{
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px 15px 15px 15px;
    position: inherit;
    min-height: 60px;

}
.search_button{
    background-color: #073855;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    min-height: 40px;
    padding: inherit;
    width: 100%;
}
.form-group {
    margin-top: 5px;
    margin-bottom:5px;
}
.highlight-text{
    font-size:18pt;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.destaque_img{
    margin:5px;
    margin-bottom: 15px;

}
.destaque_img > a > .destaque_post_img {

    /* width: 151px; */
    /* height: 116px; */
    padding: 5px;
    text-align: -webkit-center;
    text-align: center;
    float: none;
}
.destaque_img > a > .destaque_post_img > img{
    border: 1px solid rgb(178, 11, 21);
   
}

.destaque_img img{
    width: 140px;
    height: 105px;
}
.destaque_info > div{
   
}
.list_destaque_item{
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    
}
.blog_wrapper .list_destaque_item{
      border: none;
}

.blog_wrapper .home-property-title {
    height:60px;
}



.list_imovel_item{
    margin-bottom: 1px;
    padding-top: 30px;
    padding-bottom: 1px;
   
}



.no-bottom-margin {
    margin-bottom: 0 !important;
}
.image img {
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    width:auto;
    vertical-align: middle;
}
.no-border {
    border: none !important;
}

.wrapper {
    display: block;
}
.wrapper {
    display: table;
    height: 100%;
    width: 100%;
}
/*BTN tira a linha azul quando se clica*/

/*.btn{
    background-color: rgb(178, 11, 21);
    color: #fff;
    margin-bottom: 10px;
    min-width: 40px;
}*/

.btn:hover, .btn:focus{
    color:#fff;
}

.btn a{
    color: #fff;
}

/*BTN tira a linha azul quando se clica*/



.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn { outline: none; 
       outline: none; text-decoration: none; outline-color: transparent; }

.dropdown-toggle:focus {
    outline: none; text-decoration: none; outline-color: transparent;
}


.adsense{
    padding-top:110px;
}

.borderwhite{border-bottom:1px solid white;}

.search_box{
    margin-top:5px;
    margin-right: 20px;
    color: black;
}



/*p_contactos STARTS HERE!!*/
#stop-effect{
    overflow:hidden;
}

.contacts_frame{
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    min-height: 350px;
}
.imovel_info.contactos-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background-image: url('../img/contacts-background.png');
    color: white;
    transition: 1s;
    -webkit-transition: 2.5s;
    -webkit-transform: 2.5s;


}
.contacts_frame.contacts_frame-effects{
    z-index: 10;
}
.imovel_info.contactos-overlay.contactos-overlay-effect{

    right:2000px;

}
#stop-effect .short-descri{
    background-color: rgba(18, 52, 82, 0.6);
    color: white;
   
    border-right: none;
    padding-top: 5px;
    position: absolute;
    top: 71px;
    bottom: 71px;
   
    right:0;
    min-height: 227px;
    z-index:50;


}
.imovel_info.contactos-overlay.contactos-overlay-effect .short-descri{
    width:100%;
    top: 0px;
    bottom: 0px;
}
#overlay-contacts-button{
    cursor:pointer;
}

.contacts_frame iframe{
    width:100%;
}

.form_wrapper{
    padding-top: 150px;
}

.form input{
    float: right;
    max-width: 400px;
}
.panel {
    border: 1px solid rgb(178, 11, 21);
}
.panel .wpcf7-form-control-wrap{

    float: right;
}
.panel-colab{
    border:none;
    background-color:lightgray;
}
form > div, .panel-body > div{
    width:100%;
    padding-bottom: 10px;
    padding-top:10px;
}
.panel-body > div > span > input, .panel wpcf7-form-control wpcf7-text{
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 400px;
}
.form textArea{
    margin-top: -10px;
    height: 130px;
}
.form div{
    display:inline-block;
}
form > p:nth-child(16){
    margin-top: 10px;
}

form > div > p, #wpcf7-f70-o1 > form > div:nth-child(17) > span{
    margin-top: 10px;
}

form > div.inline > div:nth-child(2){
    float:right;
    padding-top: 15px;
    padding-bottom: 15px;
}
.wpcf7-list-item input{
    float:left;
}


.form{
    max-width: 640px;
    text-align: left;

}
form > .captcha > img{
    width:auto;
}

.ajax-loader{
    width:33px;
}
/*base_text*/

.base_text ul{
    margin:10px;
}
.base_text ul li{
    margin:5px;
}

.form .wpcf7-submit{
    width:100px;
}


/*Arquivo*/

.wrap-archive{
    padding-top: 10px;
}

.wrap-archive h2{
    padding-bottom: 10px
}

/*Arquivo artigo*/

.arquivo article{
    padding-top: 10px;
    padding-bottom:10px;
}

/*Buttons Imgs*/
.twitter{
    background-image: url('../img/twitter_active.png');
    background-repeat: no-repeat;
}
.facebook{
    background-image: url('../img/facebook_active.png');
    background-repeat: no-repeat;
}
.google{
    background-image: url('../img/google_active.png');
    background-repeat: no-repeat;
}
.twitter:hover {
    background-image: url('../img/twitter_dark.png');
    background-repeat: no-repeat;
}
.facebook:hover {
    background-image: url('../img/facebook_dark.png');
    background-repeat: no-repeat;
}
.google:hover {
    background-image: url('../img/google_dark.png');
    background-repeat: no-repeat;
}


/*footer_wrap*/
#footer-main{
/*    background-color:rgba(41,51,61,0.95);*/
    z-index:20;
    font-size: 8pt;
    line-height: 20px;

/*    color:white;*/
    padding-bottom:15px;
 /*    border-top: 4px solid #fff; */

}
.footer_wrap{
        background-color: #29333D;
    z-index:20;
    width:100%;
}
#footer-main h3{
    padding-bottom:5px;
    color:white;
    font-size: 14pt;
}
#footer-main a{
    color:white; 
}

.copyright {
    color: #666;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 8pt;
    bottom:0px;

}
.copyright p, .copyright a{
    text-align: center;
    width:auto;
    font-size: 8pt;
        color: rgb(166, 166, 166);
}

#searchform{

    display:inline-block;
}


.wrapper-overlay-footer {
    position:absolute;
    overflow:hidden;
    top:0px;
    bottom:0px;
    right:0px;
    left:0px;
    background-color: rgb(178, 11, 21);
    text-align: center;


}
.wrapper-overlay-footer > div{
    position: relative;
    text-align: center;
    float:none;
    height: 167px;
    width:100%;
    background-image: url('../img/active-search-2.png');
    background-position: 50% 20px;
    background-repeat: no-repeat; 
}

/*Search*/

.search_col{
    padding:10px;
    height: auto;
    margin-top: 110px;
}
.search_col article{
    padding: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
h1.entry-title{
 
    font-weight: 400;
    color: #5a5a5a;
    font-size: 24pt;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    margin-top: 10px;
    padding-bottom: 15px;   
}
.search_col .home_post{
}

/*BLOG*/
.blog_wrapper{
    margin-top: 130px;
}
.destaque_info > .nomartop{
    margin-top: 0px;
}
/*background changes in BLOG
body > div.blog_wrapper > div > div > div:nth-child(2) > div > div{
    background-color: #EB1C23;
}
body > div.blog_wrapper > div > div > div:nth-child(4) > div > div{
    background-color: rgb(178, 11, 21);
}
body > div.blog_wrapper > div > div > div:nth-child(5) > div > div{
    background-color: #EB1C23;
}
body > div.blog_wrapper > div > div > div:nth-child(7) > div > div{
    background-color: rgb(178, 11, 21);
}
body > div.blog_wrapper > div > div > div:nth-child(8) > div > div{
    background-color: #EB1C23;
}
body > div.blog_wrapper > div > div > div:nth-child(10) > div > div{
    background-color: rgb(178, 11, 21);
}

.blog-post:nth-child(2) > div > div > div > div:nth-child(1) > div > a > h1{ 
    color: #ffffff;
text-shadow: 1px 1px 0 #181616;
}
.blog-post:nth-child(4) > div > div > div > div:nth-child(1) > div > a > h1{
     color: #ffffff;
text-shadow: 1px 1px 0 #181616;
}
.blog-post:nth-child(5) > div > div > div > div:nth-child(1) > div > a > h1{
    color: #ffffff;
text-shadow: 1px 1px 0 #181616;
}
.blog-post:nth-child(7) > div > div > div > div:nth-child(1) > div > a > h1{
     color: #ffffff;
text-shadow: 1px 1px 0 #181616;
}
.blog-post:nth-child(8) > div > div > div > div:nth-child(1) > div > a > h1{
    color: #ffffff;
text-shadow: 1px 1px 0 #181616;
}
.blog-post:nth-child(10) > div > div > div > div:nth-child(1) > div > a > h1{
     color: #ffffff;
text-shadow: 1px 1px 0 #181616;
}*/


/*Java menu classes*/
.toggletag {
    display:none;
    position:static;
}
.open {
    display:block;
}

.fsim-return, .p1-return, .p2-return, .fnao-return{
    display:none;
}
body > div:nth-child(2) > div > div > div.col-sm-8 > div > table.table.fsim-return > thead > tr > th.col-sm-6.aligncenter.p2.puff{
    display:none;
}
body > div:nth-child(2) > div > div > div.col-sm-8 > div > table:nth-child(2) > thead > tr > th.col-sm-6.aligncenter.puff{
    display:none;
}
body > div:nth-child(2) > div > div > div.col-sm-8 > div > table.table.fsim-return > thead > tr > th.col-sm-6.aligncenter.p1.puff{
    display:none;
}
.p1-return .puff{
    display:none;  
}
body > div:nth-child(2) > div > div > div.col-sm-8 > div > div.col-xs-12.inline > div.col-xs-6.inline.fnao.puff{
    display:none;  
}
.p1-return{
    padding: 10px;
    position: absolute;
    background-color: #fff;
    z-index: 992;
    margin-left: 0px;
    margin-top: 0px;
    border: 1px solid rgb(178, 11, 21);
    border-top:none;
    left:-1px;

}
.p2-return{
    padding: 10px;
    position: absolute;
    background-color: #fff;
    z-index: 992;
    margin-left: 0px;
    margin-top: 0px;
    border: 1px solid rgb(178, 11, 21);
    border-top:none;
    right:-1px;

}
.btn-primary a{
    color:white;
}
.tcharan{
    display:none;
}
.open{
    display:block;
}    
.mt1090{
    margin-top: 1090px;
}
.slide-pesquisa{
    position:fixed;
    overflow: hidden;
    right:0px;
    top:500px;
    width:50px;
    height: 100px;
    background-color: rgba(24, 103, 173, 1);
    -moz-border-radius-topleft: 50px;
    border-top-left-radius: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: -2px 2px 2px 2px rgba(24, 103, 173, 0.8), -4px 4px 4px 4px rgba(24, 103, 173, 0.3);
  
    transition: 1s;
    -webkit-transition: 1s;
    -webkit-transform: 1s;
    z-index:101;

}
.slide-pesquisa:hover{
    width: 100px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.slide-search-wrapper{
    display:none;
    position:fixed;
    overflow:hidden;
    top:0px;
    bottom:0px;
    right:0px;
    left:0px;
    z-index:100;
}
.slide-search{
    display:none;
    width:100%;
    height:300px;
    margin-top: 30%;
    margin-right: auto; margin-left: auto; 
}
.slide-search > div{
    float: none;
    margin: 0 auto;

}
.button_search-slide{
    background-image: url('../img/active-search-5.png');
    background-size: 430px;
    background-repeat: no-repeat;
   
}
.box_search-footer-slider{
    padding-bottom: 60px;
    background-color: rgba(24, 103, 173, 1);
    box-shadow: -2px 4px 2px 2px rgba(24, 103, 173, 0.8), -4px 4px 4px 4px rgba(24, 103, 173, 0.3);
    background-image: url('../img/active-search-5.png');
    background-size: 80%;
    background-repeat: no-repeat;
   
}
.box_search-footer-slider .parametros_search{
    margin-top:10px;
}
.wrap-button-list > .list_imovel_item {
    max-height: 0px;
    overflow:hidden;
    padding-top:0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.wrap-button-list > .list_imovel_item2.effect-pikabu, .wrap-button-list > .list_imovel_item-carregado{
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    max-height: 400px;
    overflow:hidden;
    -moz-transition: 1.8s;
    -webkit-transition: 1.8s;
    transition: 1.8s;
}
.wrap-button-list > .btn.button-contacts{
    color:rgb(178, 11, 21);
    background-color:#fff;
}
#map_canvas{
    width:100%;
    height:150px;
}
#SkypeButton_Call_frederico\2e serzedello_1_paraElement > a > img ,#SkypeButton_Call_frederico.serzedello_1{
    width:auto;
    display: inline-block;
}
.col-md-12.pull-right.menu_principal.menu_principal-mobile.alignright.open{
    display:none;
}
.destaque_info-single-staff{
    padding-bottom:20px; 
    font-size: 14pt;
    color: rgb(100, 100, 100);
}
.destaque_info-single-staff h3{
    padding-top:20px;
    padding-bottom:30px;
}
.iskype-single-wrapper{
    padding-top: 110px;
    float:right;
}
.iskype-single-wrapper figure{
    float:right;
}
.iskype-single-wrapper figure p{
    line-height: 20px;
    margin-top:-5px;
}
.short-descri{
    min-height: 190px;
    padding-top:65px;
}


/*Não mexer isto é importante -->*/
.t_staff_wrapper{
    padding-bottom: 20px;
}
.t_staff_wrapper{
    height: auto;
    display: block;
   
}
/*<--Não mexer isto é importante*/


.list_destaque_item h1{
    font-size: 20pt;
    padding-left: 0px;
}
.list_imovel_item p{
    padding-bottom: 10px;
}
.list_imovel_item h4{
    padding-bottom: 10px;
}


.soft-hr{
    border-top: 5px solid rgba(255, 255, 255, 1);
    padding: 0px;
}
.sub-h{
   
    color: #181617;
}
.additional-info {
    padding-top: 10px;
}
/*ICONS POSITION -->*/

.additional-info-single svg{
    margin-bottom: -3px;
}
.additional-info-single li{
    height:26px;
}
/*<--ICONS POSITION*/

.col-sm-7.single-background-staff{
    padding:0px;
    padding-top:25px;
    padding-bottom:25px;
}
.headline_properties_boxes-single .single-background-staff > .short-descri, .headline_properties_boxes-single .single-background-staff > .short-descri{

    background-color:  rgba(18, 52, 82, 0.9);
    min-height: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    border: 6px solid #fff;
    border-right: none;
    font-size:10pt;
}
.col-sm-6.single-background-staff > .short-descri h3{
    color:white;
}
.short-descri h3{
    padding-top: 5px;;
    font-size: 16pt;
}
.staff-links{

}
.staff-links ul{
    padding-top:10px;
    max-height: 209px;
    overflow-y: scroll;
    padding-left: 0px;
    padding-right: 0px;
}
.staff-links ul li{
    padding-left: 2px;
    padding-right: 3px;
}
.overlay h3, .short-descri h3{
    color:white;
}  
.additional-info a{
    color:white;
}
.wrapper-hugo{
    margin-top: 40px;
    padding-top:160px;
    padding-bottom:160px;
    padding-right: 0px;
    background-size: contain !Important;
}

.wrapper-hugo .short-descri{
    background-color: rgba(0, 0, 0, 0.3);
    min-height: 0px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: white;
    
    border-right: none;
    font-size:10pt;
}
.contacts_list{
    max-height:0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;

    border-top: 20px solid rgb(178, 11, 21);
}
.col-xs-12.list_imovel_item.list_imovel_item2.contacts_list.effect-pikabu{
    max-height: 400px;
}
.tag-destaque{
    margin-top: 15px;
    margin-bottom: 15px;
}
.backgroundsize100{
    background-size: 100%;
}
.testbackground{
    background-size: cover;
    background-position:center;
}
input.parametros_search{
    padding-top:7px;
    padding-bottom:6px;
}
.imovel_img{
    display: inline-block;
    padding-left:0px;

}
.form-background{
    background-position: top left;
   
    overflow:hidden;
    background-color: #74A9D8;

}
.form-settings .box_search{
/*     padding:10px; */
    border-top-color: #BABFD8;
    overflow:hidden;
   /*   padding-top: 15px; */
    padding-bottom: 10px;
}
.module.search-strip .form-settings .box_search{
    padding-bottom: 0px;
}

.form-settings .box_search div select, .form-settings .box_search div input{
    width:100%;
}
.no-padding{
    padding-left: 0px;
    padding-right: 0px;
}
.no-padding-right{
    padding-right: 0px;
}
#SliderNameNavigation{
    display:none;
}
.imovel-details{
  
    padding-top: 10px;
}
movel-details h3{
    padding-bottom: 10px;
}
.imovel-details2 h3{
    padding-bottom:10px;
}
.no-border-top{
    border-top:none;
}
.float-none{
    float:none;
    display:inline-block;
}
#propertyImageList{
    overflow:hidden;
}
.destaque_info h2{
    margin-bottom: 15px;
    margin-top:15px;
}

.list_destaque_item:hover .destaque-hover{
    position:absolute;

    bottom:0;
    left:0;
    right:0;
    background-color: rgba(116, 169, 216, 0.8);
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;    
}
.destaque-hover p{
    font-size:0pt;
    color:white;
    display:none;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.list_destaque_item:hover .destaque-hover p{
    display:inline-block;
    font-size:14pt;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    color:rgb(178, 11, 21);
}
.contact-forms-us-wrapper{
  
/*    margin-top: 5px;*/
    padding-top: 0px;
    padding-bottom: 30px;
    border: 0px solid rgba(0, 0, 0, 0.3);
    display:inline-block;
   

}

.contact_us_wrapper.contact_us_wrapper_effect{
    bottom: 0px;
    z-index:0;
   
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.contact-forms-us-wrapper .form-group .btn-primary{
    margin-top: 0px;
    color:rgb(116,169,216);
    background-color: white;
    background-image: none;
    border-color:rgba(0, 0, 0, 0.2);

}
.contact-forms-us-wrapper .form-group .btn-primary.btn-right{
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;

    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;

    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.contact-forms-us-wrapper .form-group .btn-primary.btn-left{
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;

    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;

    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.fa{
    color:#327A86;
}

body > div.base_wrapper > div:nth-child(1) > div > a > h2{
    color:#1C1A1B;
}

body > div.base_wrapper > div > div > div.col-xs-12.destaque_info-single-staff.alignleft > h3{
     color:#1C1A1B;
}

body > div.base_wrapper.base_wrapper-destaques > div.container > div > div > div.headline_properties_title.search-title-destaques.col-xs-12.alignleft > h3{
    color:#1C1A1B;
}
.fa.fa-info-circle{
    color: rgb(50, 122, 134);
    font-size: 16pt;
    
}
.contact-us-title .sub-h{
    margin-top: 0px; 
    margin-bottom: 0px; 
}

.btn-send{
    width:100%;
    height: 40px;
}
.form-background .sub-h{
    color:white;
}
.single-imovel-title{
    font-weight: 600;
    color: rgb(178, 11, 21);
}
.no-border-bottom{
    border-bottom: none !Important;
}
.strip-background-tri{
   
    background-repeat: no-repeat;
    background-size: 100%;
    
    background-color: rgba(18, 52, 82, 0.9);
    height: auto;
}
.search-title h2, .headline_properties_title h2{
    color: rgb(217, 40, 31);
    border-bottom: none;
    margin-bottom: 15px;
}
open_contact_us
.form-no-id p{
    font-size: 12pt;
    display:inline-block;
    line-height: 30px;
}
.form-no-id svg{
    margin-bottom: -10px;
}
#footer-main svg{
    margin-bottom: -3px;
}
.caret{
    color: rgba(116, 169, 216, 1) ;
}
.ipskype-contacts{
    padding-left:5px;
}
.parametros_search.button_search{
    padding: 8px;

}
span.iphone svg{
    padding-left: 6px;
}
span.imail svg{
    padding-left: 3px;
}
span.iskype svg{
    padding-left: 7px;
    margin-bottom: -6px;
}
span.imap svg, span.igps svg{
    padding-left: 5px;
    margin-bottom: -6px; 
}
.additional-info.additional-info-single li{
    color:#C2DBF0;
}
.additional-info.additional-info-single li:hover{
    color:#fff;
}
.additional-info.additional-info-single li a{
    color:#C2DBF0;
}
.additional-info.additional-info-single li a:hover{
    color:#fff;
}
.title_head .ipfacebook{
    padding-right: 4px;
    padding-left: 0px;
}
.title_head .ipgoogle{
    padding-right: 10px;

}
.title_head .ipgoogle svg, .title_head .ipfacebook svg{
    margin-bottom: -4px;
}
.title_head li{
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;   
}
div.content-head_servicos_box > h3{
    min-height:45px;
}
.float-right{
    float:right;
}
.parametros_search.button_search{
    border:none;
}
.headline_properties_title.search-title h2{
    width:auto;
    padding-top: 5px;
    border-radius:5px;
}
.parametros_search.parametros_cf7 input, .parametros_search.parametros_cf7 textarea{
    width:100%;
    border: #BABFD8;
    background-color:transparent;

}
.parametros_search.parametros_cf7 textarea{
    max-height: 100px;
}
.parametros_search.parametros_cf7 img{
    display:none;
}
.parametros_search.parametros_cf7.cf7-button{

}
.cover{
    background-size: cover !Important;
    background-size: 100% !Important;
}
.result-wrapper{
    margin-bottom:20px;
}
.result-wrapper .headline_properties_box{
    height:250px;
}
.result-wrapper .overlay{
    bottom:-40px;
}
.result-wrapper:hover .overlay{
    bottom:0px;
}

.SliderNameNext, .SliderNamePrev{
    display:none !important;
}
.tag-type{
    float:right;
}
.tag-type.tag-yellow{
    background-color: rgb(210, 48, 48);
}

.pagination > li > a, .pagination > li > span{
    padding: 3px 6px;
    color: rgb(50, 122, 134);
    background-color: #eeeeee;
    border-color: #dddddd;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: rgb(51, 60, 70);
        background-color: rgb(255 255 0);
        border: 1px solid rgb(255 255 0);
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: rgb(51, 60, 70);
    border-color: #FFFFFF;
}

.single-blog-content{
    display:inline-block;
    float:none;
}
.single-blog-content h4{
    margin-bottom:30px;
}
.button-contacts .sub-h{
    padding-bottom: 15px;
}
.isearch svg{
    margin-bottom: -8px;  
}
.ibighouse svg{
    right: 2px;
    margin-top: -5px;
}
.float-left{
    float:left;
}
.float-right{
    float:right;
}
.form-no-id .icon_one-contacts svg {
    margin-bottom: -3px;
}
.form-group label{
    display:inline-block;
}
.form-group .parametros-search{
    width:100%;
    max-width:100%;
}
.form-group .parametros-search input, .form-group .parametros-search textarea{
    max-width:100%;
}
.form-control{
    border-radius:0px;
}
.menu-menu-principal-container > ul > li.active{
    /*background-color:rgb(50, 122, 134);*/
}
.menu-menu-principal-container > ul > li.active a, .menu-menu-principal-container > ul > li.active a .fa{
    color:white;

}
.menu_principal ul .current_page_ancestor a .caret{
    color:rgb(178, 11, 21);
}
.menu_principal .dropdown-menu li:active a{
    color:white;
}
.wrapper-equipa{
    padding-top: 0px; 
    padding-bottom: 0px; 
}
h3.equipa-list-short{
    font-size:12pt;
}
.wrapper-equipa-img{
    overflow:hidden;
    max-height: 480px;
    position:relative;
}
.wrapper-equipa-img img{
    margin-top: -80px;
}
.wrapper-equipa > .short-descri{
    padding-bottom:15px;
}
.icon_all-staff-white svg{
    margin-left: 5px;
}
.tag.tag-icons{
   
    color: #FFFFFF;
    background-color: rgba(136, 136, 136, 0.57);
    border-radius: 0px;
    margin-left: -15px;
}

.tag.tag-icons ul li{
    display:inline-block;
    padding-left:2px;
    padding-right:2px;
}
.tag.tag-icons ul li p{
    display:inline-block;
    font-size: 10pt;

}
.headline_properties_box:hover .tag.tag-icons{
    background-color: rgb(178, 11, 21);
    color:rgb(255, 255, 255);
}

.fa.fa-expand{
    border:1px solid white;
    padding-left:2px;
    padding-right:2px;
}
.tag.tag-icons .fa.fa-expand{
    border:1px solid white;
}
.headline_properties_box:hover .fa.fa-expand{
    border:1px solid white;
}
.sn-text > a >h2{
    font-weight: bold;
    color:#6e6e6e;
    padding-bottom: 10px;
}
.sn-text > hr{
    color:#6e6e6e;
}
.sn-image img{
    width:100%;
    display: block;
    background-color: #000;
    padding-top: 30px;
    padding-bottom: 30px;

}
.sn-text a{
    text-decoration:none;
}
.sn-text > a >p{
    color:#333333
}


/***Because older browsers may not recognise, and therefore not know how to display, HTML5 elements we need add instructions to display them as block elemets***/
figure, figcaption{ /*add any other html5 elements you use*/
    display:block;
}
/***Now style the containing div that we gave the id 'polaroid'***/
#polaroid{
    padding:10px 5px;
    /*setting a width and adding overflow:hidden will clear the floats we're going to apply to figure*/
    width:100%;
    overflow:hidden;
    /*-moz-transform:rotate(-5deg); -moz-transform:skewx(-5deg) translatex(-5px);
    -o-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    transform:rotate(-5deg);*/
}
/***Position the figures containing the images and captions***/
#polaroid figure{
    float:left; /*places the images in a horizontal line*/
    position:relative; /*allows precise positioning of the tape in step 5- see support section below for more info*/
    width:100%; /*width of the images*/

}
#polaroid figure{
    padding: 6px 8px 30px 8px; /*size of the frame*/
    /*give the frame's background colour a gradient*/
    background: #eee6d8; /*fallback colour for browsers that don't support gradients*/
   /* background: -webkit-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
    background: -moz-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
    background: -o-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
    background: -ms-linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%);
    background: linear-gradient(top, #ede1c9, #fef8e2 20%, #f2ebde 60%); */
    /*give the Polaroids a small drop shadow*/
    -webkit-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
    box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
    overflow:hidden;
    min-height: 381px;
    border:.5px solid rgba(0, 0, 0, .75);
    text-align: center;

}
#polaroid figure p{
    text-align: center;
    padding-top: 20px;
    font-family: 'Trebuchet MS', cursive;
   
}
form#sbc-search select#cat, form#sbc-search input#sbc-submit {
    display:none;
}
.wrapper-equipa-img .short-descri{
    z-index:20;
    margin-top: -27%;
    overflow:auto;
    max-height: 176px;
}



.vequipa{
    float:right;
    font-size: 10pt;
    padding-top: 12px;
}
.icon_all-staff-small svg{
    margin-bottom: -2px;  
}
.imovel_info.contactos-overlay-arruda{
    background-image:  url('../img/arruda-img.jpg');
}
.imovel_info.contactos-overlay-alverca{
    background-image:  url('../img/alverca-img.jpg');
}
.imovel_info.contactos-overlay-central{
    background-image:  url('../img/central-img.jpg');
}
.imovel_info.contactos-overlay-odivelas{
    background-image:  url('../img/odivelas.jpg');
}
.imovel_info.contactos-overlay-povoa{
    background-image:  url('../img/povoa-img.jpg');
}
.imovel_info.contactos-overlay-santarem{
    background-image:  url('../img/santarem-img.jpg');
}
.imovel_info.contactos-overlay-xira{
    background-image:  url('../img/xira-img.jpg');
}
.propertyImageList-wrapper{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:3000px;
    background-color: rgba(0,0,0,0.9);
    padding-top: 5%;
    overflow:hidden;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    z-index:1000;
}
.propertyImageList-wrapper.propertyImageList-wrapper-effect{
    right:0px;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.property-img-aligner{
    display:inline-block;
    float:none;
}
#propertyImageList > div:nth-child(10) > div:nth-child(4) > div:nth-child(2){
    
}

.iblue, .fa.fa-expand.iblue{
    color: rgb(116, 169, 216);
    border-color:rgb(116, 169, 216);
}
.imap-pointer svg{
    margin-bottom:-6px;
}
.alignedtocenter{
    float:none;
    display:inline-block;
}
textarea, input{
    outline: none!Important;
}
#close-button{
    display:inline-block;
    color:white;
    padding:5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius:100%;
    background: rgba(24, 103, 173, 0.45);
    width:auto;
    top:50px;
    float:right;
    cursor:pointer;

}
#close-button:hover{

    background: rgba(24, 103, 173, 0.25);
}
.button-reset{
    background-color: #6E6E6E;
}
.imovel_info.imovel-details > ul > li{
    padding-top: 6px;
    padding-bottom: 6px;
}
.color-blue{
    color: rgb(116, 169, 216);
}
#contactUsForm .form-group label{
    font-size: 12pt;
    padding-top: 10px;
    padding-bottom: 5px;
}
#r1, #r2{
    min-height: 0px;
}

#contactUsForm .form-group{
    margin-top: 0px;
    margin-bottom: 0px;
}
.destaque-box-wrapper{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.destaque-box-wrapper:hover .overlay{
    bottom:0;
}
.overlay .info .tag.price, .tag.price{
    margin-left: -15px;

}
.tag.price.tag-type{
    margin-right: -15px;
} 
.tag{
    border-radius:0px;
}

.mobile-info-support{
    color:white;
    display: table;
    height: auto;
    list-style: none;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
}
.additional-info-mobile-1{
    background-color: rgb(178, 11, 21);
}
.additional-info-mobile-2{
    background-color: rgb(178, 11, 21);
}
.additional-info-mobile{
    padding: 0px 12px;
    font-size: 10pt;
}
.tag.price.Trespasse, .tag.price.Cedência.de.quotas, .tag.price.CEDêNCIA.DE.QUOTAS, .tag.price.TRESPASSE{
    background-color: rgb(63, 0, 0);
}
.tag.price.Arrendamento, .tag.price.Arrendamento.férias, .tag.price.Time-Sharing, .tag.price.ARRENDAMENTO, .tag.price.ARRENDAMENTO.FéRIAS, .tag.price.TIME-SHARING{
    background-color: rgb(157, 166, 80);
}
.additional-info-mobile li, .additional-info-mobile li p, .additional-info{
    display:inline-block;
    font-size: 10pt
}
.headline_properties_box{
    background-size: 100% auto !important;
    margin-bottom: 30px;
    border: 1px solid #dddddd;
}
.t_staff_wrapper .headline_properties_box{
    background-size: 476px auto !important;
}
.mobilesearchlinkbutton{

}
.B-{ 
    background: rgb(38,193,43); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(38,193,43,1) 70%, rgba(107,107,107,1) 72%, rgba(127,127,127,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(70%,rgba(38,193,43,1)), color-stop(72%,rgba(107,107,107,1)), color-stop(100%,rgba(127,127,127,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(38,193,43,1) 70%,rgba(107,107,107,1) 72%,rgba(127,127,127,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(38,193,43,1) 70%,rgba(107,107,107,1) 72%,rgba(127,127,127,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(38,193,43,1) 70%,rgba(107,107,107,1) 72%,rgba(127,127,127,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(38,193,43,1) 70%,rgba(107,107,107,1) 72%,rgba(127,127,127,1) 100%); /* W3C */
   /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26c12b', endColorstr='#7f7f7f',GradientType=1 ); /* IE6-9 */
    font-weight: bold;
}
.B- .icon_energy-rating{
    float:right;
}
.destaques-single-staff-wrapper{
    padding-left: 4px;
    padding-right: 4px;
}
.destaques-single-staff-wrapper.aligncenter .headline_properties_box{
    display:inline-block;
    float:none;;
}
.notop{
    margin-top:0px;
}
.search-img, .search-img img{
    position:relative;
    z-index:-1;

}
.strip-background-tri{
    position:relative;
    margin-top: -228px;
    z-index:1000;
}
.destaques-single-staff-wrapper .tag.price, .destaques-single-staff-wrapper .overlay .additional-info{
    background-color: rgba(116, 169, 216, 1);
}
.destaques-single-staff-wrapper .tag.price{
    line-height:30px;
}
.destaques-single-staff-wrapper .overlay h3{
    margin-top:5px;
}
.destaques-single-staff-wrapper .tag.price svg{
    margin-bottom:-8px;
    margin-left: 5px;
}
.iphone-for-all-list svg, .imail-for-all-list svg{
    margin-bottom: -8px;
}

div.destaques_wrapper > div:nth-child(2) > div > div.col-lg-4.col-md-12.col-xs-12.destaque_info-single-staff.alignleft > h3{
    color:rgb(0, 0, 0);
}
div.destaques_wrapper > div:nth-child(2) > div > div.col-lg-4.col-md-12.col-xs-12.destaque_info-single-staff.alignleft > h3 b{
    color:rgba(116, 169, 216, 1);
}
.t_staff_wrapper .overlay .info, .t_staff_wrapper .overlay .additional-info, .t_staff_wrapper .overlay .tag.price {
   
    background-color:transparent;
}
.t_staff_wrapper .overlay .tag.price, .t_staff_wrapper .overlay .additional-info{
    background-color:rgba(24, 103, 173, 1);
}
body > div.headline_properties_wrapper.setmargintop > a > div > div > div.col-md-12.headline_properties_background1.headline_properties_box.cove.alignleft > div.overlay > ul > li{
    line-height:15px;
}
body > div.headline_properties_wrapper.setmargintop > a > div > div > div.col-md-12.headline_properties_background1.headline_properties_box.cove.alignleft > div.overlay > ul{ 
    min-height:46px;
    padding: 8px 6px;
}
.not-fixed{
    position:absolute;
    z-index:0;
}

/*
.SliderNameDescription {
    display:block;
    width:auto !Important;
        padding: 10px;
        line-height: 30px;
        letter-spacing: 1px;
        text-align: center !Important;
        color: #ffffff;
        position:relative;
        bottom:0;
        background-color: transparent;
        border-radius:5px;
        
}*/




/*.pull-right > #polaroid{
    
    -moz-transform:rotate(5deg); -moz-transform:skewx(5deg) translatex(5px);
-o-transform:rotate(5deg);
-ms-transform:rotate(5deg);
transform:rotate(5deg);
}*/
/*body{
    background-image: url('../img/body_background.png');
    background-size: 100%; }*/

.search-tag{
    width: auto;
    color: #1396e2;
   
    top: -35px;
    font-size: 8pt;
    float: left;
    margin-left: 15px;
    position: absolute;
    background-color: rgba(178, 11, 21, 0.8);
   
    padding:10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.search-tag span{
    display:inline-block;
   
  
    color:white;

}
.search-tag .isearchsmall svg{
    margin-bottom:-12px;
}
.icon_media{
    margin-bottom:-8px;
}
.fotorama-descricao{
    color:white;
}
.search-img .short-descri{
    background-color: rgba(18, 52, 82, 0.7);
    color: white;
    border-right: none;
    padding-top: 5px;
    position: absolute;
    top: 0px;
    margin-top:200px;
   
    /* left: 0; */
    right: 0;
    min-height: 0px;
    z-index: 50;
    padding-left: 15px;
    padding-right:15px;
    padding-bottom: 5px;
}

.search-img .short-descri .iwhitesearch svg{
    margin-bottom: -10px;
}
.search-img .short-descri ul > li{
    padding: 10px;
    display:inline-block;
    line-height: 35px;
}
.search-img .short-descri p{
    padding: 8px;
    text-align:left;
    float:right;
}
.search-img .short-descri .sub-search-small-text{
    padding-left: 43px; 
}

.sub-search-small-text p{
    color:#fff;
}


.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.single-background-staff{ 
    padding-top: 80px;
    padding-bottom: 80px;
}
.headline_properties_boxes-single .single-background-staff > .short-descri{
    padding-top: 11px;
    padding-bottom: 11px;
    border: 0px solid #fff;
    margin-right: -15px;
}
.icon_media svg{
    margin-bottom:-10px;

}
.contacts-list ul li{
    display:inline-block;
}
.span-blue{
    color:#181617;
}
.tag-price-detalhe h3{
    color:white;
    padding:5px;
}
.tag-price-detalhe{
    margin-top:0px;
}

.imovel-details-background{
    background-color: rgba(18, 52, 82, 0.9);
    color:white;
    margin-top: 10px;
}
.fa.fa-expand.iborderwhite{
    border-color: white;
}
.imovel_info.imovel-details.imovel-details-background > ul > li {
    color: #C2DBF0;
    font-size:10pt;
    padding-top: 0px;
    padding-bottom: 0px;
}
.imovel_info.imovel-details.imovel-details-background .fa{
    color: white;  
}
.imovel_info.imovel-details.imovel-details-background .first-li, .first-li{
    color:white;
    font-size:16pt;
}
.imovel_info.imovel-details.imovel-details-background > ul > li .color-white, .color-white{
    color:white;
}
.imovel_info.imovel-details.imovel-details-background ul{
    padding-top: 10px;
    padding-bottom: 10px;
}
.detalhe-finalidade {
    padding-left: 5px;
}
.tag.price.tag-destaque.tag-price-detalhe.Trespasse, .tag.price.tag-destaque.tag-price-detalhe.Cedência.de.quotas{
    background-color: rgb(63, 0, 0);
}
.tag.price.tag-destaque.tag-price-detalhe.Arrendamento, .tag.price.tag-destaque.tag-price-detalhe.Arrendamento.férias, .tag.price.tag-destaque.tag-price-detalhe.Time-Sharing{
    background-color: rgb(157, 166, 80);
}
.tag-more-pictures{
    font-size: 8pt;
    color: rgb(50, 122, 134);
    padding:3px;

}
.icog svg{
    margin-bottom: -10px;
}


.base_wrapper-single-imovel .list_imovel_item {
    margin-top:0px;
    padding-top:0px;
   
}
.sub-h .location{
    color: #181617;
    font-size:16pt;
}
#img-action{
   
    width: auto;
    max-width: 100%;
    
    max-height: 500px;
}
.linktoid{
    position:relative;
    float:none;
    text-align:right;
    margin-top: 40px;
}
.linktoid .icalender svg{
    margin-bottom: -2px;
    max-height:22px;

}
.linktoid a, .linktoid a p{
    color:rgb(178, 11, 21);
    text-align:right;
}

.hugo-contacto .first-li{
    padding: 5px;
}
.hugo-contacto{
    /*background-color: #fff;*/
    /*text-align: right;*/
    margin-top: 0px;
}
.hugo-contacto ul  li{
    color: rgba(116, 169, 216, 1);
}
.ibphone svg{
    margin-bottom:-4px;
}
.fotorama__stage__frame{
    background-color: #181617;
}
.single-imovel-title > div > h2{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.form-no-id{
    /*color:rgb(41, 51, 61);*/

}
.form-no-id .fa, #open_contact_us .fa{
    color:rgb(41, 51, 61);
}
.form-no-id label{
    display:inline-block;

}
.additional-info-mobile li p{
    color:white;
}
.base_wrapper-single-imovel .headline_properties_title h2{
    margin-top:5px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right:15px;
}
.sub-h.h2-coverted-h3{
    margin-top: 20px;
    margin-bottom: 20px;
}
.total-imo{
    line-height:31px;
}
.sortby-wrapper{
    padding-top: 9px;
    padding-bottom: 5px;
}
.sortby-label-select .formcontrol.parametros_search{
        border: 1px solid rgba(50, 122, 134, 0.46);
        padding:6px;
    color: rgba(127, 127, 127, 1);
}
.headline_properties_background1.headline_properties_box.cove.alignleft > div > div.additional-info, body > div.base_wrapper > div > div.row > div > div > a > div > div.col-md-12.headline_properties_background1.headline_properties_box.cove.alignleft > div > div.additional-info{

    border-top: 5px solid #D9281F;

}
.headline_properties_background1.headline_properties_box.cove.alignleft > div > div.additional-info > div > ul > li, body > div.base_wrapper > div > div.row > div > div > a > div > div.col-md-12.headline_properties_background1.headline_properties_box.cove.alignleft > div > div.additional-info > div > ul > li, body > div.base_wrapper.base_wrapper-destaques > div.container > div.row > div > div > a > div > div.col-md-12.headline_properties_background1.headline_properties_box.cove.alignleft > div > div.additional-info > div > div.col-xs-12.no-padding > ul > li{
    padding-left: 2px;
    padding-right: 2px;

}
.headline_properties_background1.headline_properties_box.cove.alignleft > div > div.additional-info > div > ul > li > *, body > div.base_wrapper > div > div.row > div > div > a > div > div.col-md-12.headline_properties_background1.headline_properties_box.cove.alignleft > div > div.additional-info > div > ul > li > *{
    display:inline-block;
    color: white;
    padding-left: 1px;
    padding-right: 1px;

}
.hightlight-strip-property-type{
    color:white;

}
.headline_properties_background1.headline_properties_box.cove.alignleft > div > div.additional-info > ul > li, body > div.base_wrapper > div > div.row > div > div > a > div > div.col-md-12.headline_properties_background1.headline_properties_box.cove.alignleft > div > div.additional-info > ul > li{
    padding-left: 2px;
    padding-right: 2px;

}
#basicSearchForm > div.box_search.no-border-top.col-xs-12.float-none > h3{
    color:white;

}
.get_highlight_strip-wrapper{
    background-color: rgba(20, 18, 19, 0.0);
}
.imovel_info.imovel-details.imovel-details-background{
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid #fff;
    -webkit-box-shadow: -4px 5px 18px -2px rgba(155, 156, 157, 1);
    -moz-box-shadow:    -4px 5px 18px -2px rgba(155, 156, 157, 1);
    box-shadow:         -4px 5px 18px -2px rgba(155, 156, 157, 1);
    margin-bottom: 15px;
}
.imovel_info.imovel-details.imovel-details-background > ul > li .color-white, .color-white{
    color: rgb(178, 11, 21);

}
.imovel_info.imovel-details.imovel-details-background > ul > li {
    color: #646567;
}


.imovel_info.imovel-details.imovel-details-background .fa{

    color: rgb(178, 11, 21); 
}
.fa.fa-expand.iborderwhite{
    border-color: rgb(178, 11, 21);
}
.hugo-contacto ul li{
    color: rgb(178, 11, 21);   
}
#google_translate_element img,
#google_translate_element span,
#google_translate_element2 img,
#google_translate_element2 span{
    width:auto;
    padding-left: 0px;
    padding-right: 0px
}
.title_head li {
    padding-left: 3px;
    padding-right: 3px; 

}
body > div.navbar-fixed-top > div.container > div > div:nth-child(1) > ul > li:nth-child(5){
    padding-top:0px;
}
.title_head li .fa{
        color: #ccc;
    font-size:12pt;
}
.goog-te-gadget-simple{
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
    background:transparent !important;
}
.goog-te-gadget-icon{
    display:none !important;
}
.goog-te-menu-value span{
    font-family: 'Trebuchet MS' !Important; 
    color: #ccc !Important; 
}
body > div.base_wrapper.base_wrapper-single-imovel > div > div > div > div > div.col-md-4.col-xs-12.no-padding > div.col-xs-12.imovel_info.imovel-details.imovel-details-background > div{
    margin-top: -30px !important;
    position: absolute;
    /* right: 0; */
    margin-left: 0px;

}

.get_result-background #basicSearchForm > div > div.col-sm-2.col-xs-12.float-right > input{
    background-color: #327A86;
}
.total-imo {
    padding-left:5px;
    padding-right:5px;
}
.imovel_info.imovel-details.imovel-details-background .inline .fa{
    padding:2px;
    font-size: 18pt; 
    color: rgb(100, 101, 103);
}
.no_z-index{
    background-color: transparent;
    z-index: 0;
}

.property-googlem {
    margin-top: -1056px;
    transition: 2.1s;
    -webkit-transition: 2.1s;
    -webkit-transform: 2.1s;
    z-index: 50;

}
/*.base_wrapper-contactos h3.gif-loading img{*/
/*    padding-top: 80px;*/
/*}*/
.contact_us_wrapper-no-property{

}
.property-googlem.property-googlem-effect {
    margin-top:-176px;
    transition: 2.1s;
    -webkit-transition: 2.1s;
    -webkit-transform: 2.1s;
}
.gif-loading-map-wrapper{
    overflow: hidden;
}
.gif-loading{
    padding-top: 10px;
    padding-bottom: 55px;
    font-size: 12pt;
}

.headline_properties_background1.headline_properties_box.cove.alignleft > div > div.additional-info > div > div.col-xs-12.no-padding > ul {
 width:auto;
display:inline-block;
    
}
.headline_properties_background1.headline_properties_box.cove.alignleft > div > div.additional-info > div > div.col-xs-12.no-padding > ul li *{
display:inline-block;
    color: #D9281F;
    padding-left: 1px;
    padding-right: 1px;
    
}
#contactUsForm select.parametros_search{
    padding:0px;
    padding-left:5px;
}
.google-trans-wrapper{
   
    
}
#google_translate_element{
    
    text-align: right;
  margin-right: 0px;
  padding-top: 5px;
}
.privacidade-text ul{
      list-style-type: disc;
}
.fotorama__caption__wrap{
    background-color: rgba(217, 40, 31, 0.8) !important;
    color: white !important;
}
.gif-loading-map-wrapper{
    margin-top:10px;
}
.anchor#open_contact_us{
    height: 145px;
margin-top: -105px;
visibility: hidden; 
}
.blog-single .post_img.post-post_img{
    float:none;
    display:inline-block;
    
}
.blog-single .post_img.post-post_img img{
    width:auto;
}
.main-image.module.parallax.parallax-mobile{
    display:none;
    height:0px;
}
body > div.headline_properties_wrapper.setmargintop > div.container > div > div > h2 > a{
    color:white;
}
.google-trans-wrapper{
    width:190px;
    border-bottom-right-radius: 5px;
     border-left: 1px solid #3b4d5d;
        padding-top: 3px;
        padding-bottom: 3px;
    
}
/*.wrapper-icons-lang-header{
        border-bottom: 1px solid #3b4d5d;
}*/
.title_head-icons li{
          padding: 9px 16px;
    border-left: 1px solid #3b4d5d;
    /* padding-right: 12px; */
    border-right: 1px solid #3b4d5d;
    padding-bottom: 7px;
    margin-left: -4px;
}
.title_head li .fa.fa-mobile{
 font-size:18pt;  
 color:#fff;
}

.title_head-contacts li .fa{
    padding-top: 9px;
}
.title_head-contacts .li-attach-left{
    height:33px;
    
}
.title_head-contacts .li-attach-left p{
    position:absolute;
    font-size:8pt;
    top:12px;
    color:#ccc;
    
}
.twitter-hover:hover{
    background: #55c5ef;
    color: #fff !important;
}
.facebook-hover:hover{
    background: #3a7ea2;
    color: #fff !important;
}
.google-plus-hover:hover{
    background: #c63d2d;
    color: #fff !important;
}
.instagram-hover:hover{
    background: #517fa4;
    color: #fff !important;
}
.index-search-title-wrapper{

border-radius:5px;
margin-bottom:40px;
}
.index-search-title {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
        background-color: #29333D;
        margin-top: 20px;
}
.index-search-title h3{
        padding: 20px;
        color:#fff;
        width:auto;
        display:inline-block;
}
.parametros_search{
       border: 1px solid #d5d9dd;
       border-radius:3px;
       cursor:pointer;
}

.get_highlight_strip-wrapper > div{
    padding-left: 7px;
    padding-right: 7px;
}

.img-display-wrapper{
    overflow:hidden;
    height:225px;
}
.overlay.not-overlay span{
      font-size: 12px;
          color: #878c92;
}
.overlay-title-wrapper{
  padding:10px;  
}
.overlay-price-wrapper{
    padding:10px;
    /*background-color:#327A86;*/
    /*color: white;*/
}
.default-border{
    border: 1px solid #d5d9dd;
}
.overlay-descricao-wrapper{
    padding:15px;
    font-size: 14px;
/*color: rgb(25, 25, 25);*/
min-height:105px;
}
.overlay-list-wrapper{
    color: #878c92;
    font-size: 14px;
}
.overlay-list-wrapper .alignright{
    /*color: #000;*/
}
.overlay-list-wrapper > div{
    border-bottom: 1px solid #d5d9dd;
}
.imovel-search-type-wrapper{
    padding:5px;
    margin-bottom: -42px;
    z-index:20;
}
.imovel-search-type{
    padding:2px;
    padding-left:6px;
    padding-right:6px;
    width:auto;
    max-width:180px;
    font-size: 10px;
    display:inline-block;
    float:none;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #327A86;
    color:#fff;
    border-radius:3px;
}
.wrapper-content-overlay-foto{
    top: 500px;
    position: absolute;
    z-index: 20;
}
.text-overlay-foto > div{
    padding:20px;
    text-transform:uppercase;
}
.text-overlay-foto > div h2{
    font-weight: bold;
    color:#fff;
    padding:0px;
}
.text1-overlay-foto{
    background-color:#29333D;
}
.text2-overlay-foto{
background-color:#327A86;
text-align: right;
}
.foto-overlay-foto{ 
    max-height: 108px;
    overflow:hidden;
    border:4px solid #fff;
    margin-bottom:15px;
}
.foto-overlay-foto > img{
    
    max-width:300px;
    float:right;
    
}
.button-destaks-wrapper {
    padding:18px;
    display:inline-block;
    float:right;
}
.button-destaks{
    background:#101317;
    padding:8px 16px;
    display:inline-block;
    color:#fff;
    border-radius:4px;
    font-size:8pt;
}
.strip-index-wrapper{
    height:273px;
    overflow:hidden;
    background-image:url(../img/abelhaz_strip.jpg);
    background-size:cover;
    
}
.strip-index-content-wrapper{
    background:rgba(0, 0, 0, 0.5);
    padding-top:103px;
    padding-bottom: 103px;
    
}
.strip-index-content-wrapper h2{
font-weight:bold;
text-transform:uppercase;
color:#fff;

}
.strip-index-content-wrapper span{
    color: rgb(135, 140, 146);

}
.footer-icons{
    padding-top:15px;
}
.title_head-icons.footer-icons li{
        border: 1px solid #777;
        margin-left: 0px;
        border-radius:4px;
}


.empresa-contacts .fa{
    color:#327A86;
}
/*.headline_properties_title{
      font-family: "Montserrat" !important;  
}*/
.headline_properties_title h4{
    padding-top: 10px; 
  padding-bottom: 15px;  
}
.base_wrapper > .gif-loading-map-wrapper{
    margin-bottom:40px;
}
.base_wrapper_sell .contact-forms-us-wrapper{
/*   //border: 1px solid #d5d9dd;;*/
       margin-top: 0px;
    
}
.base_wrapper-destaques .destaque-box-wrapper{
    padding-left: 10px;
    padding-right:10px;
}
.base_wrapper-destaques .search-title-wrapper{
  padding-left: 10px;
    padding-right:10px;
}
.get_result-background{
    margin-bottom:20px;
}
.imovel-search-title h4{
    color:#fff;
}
.imovel-price-wrapper{
    /*background:#29333D;*/
    font-size: 16pt;
/*    font-family: 'Montserrat';*/
    padding: 10px 30px;
}
.overlay.not-overlay .imovel-price-wrapper{
    background:#327A86;
    margin-bottom: 15px;
}
.base_wrapper-single-imovel .imovel-price-wrapper {
    margin-bottom: 15px;
}
body > div.base_wrapper.base_wrapper-single-imovel > div > div > div > div > div.col-md-4.col-xs-12.no-padding.default-border > div.overlay.not-overlay.col-xs-12.no-padding > div.col-xs-12.aligncenter.overlay-list-wrapper > div:nth-child(7) > div.col-xs-6.alignright.no-padding > a > p > i.fa.fa-info-circle{
    margin-left:5px;
    font-size:12pt;
}
.base_wrapper-single-imovel .gif-loading-map-wrapper{
    padding-top:15px;
    padding-bottom: 15px;
}
/*.search-hide-effect {
    display:none;
}*/


.marginbot{
    margin-bottom:15px;
}
.base_wrapper-single-imovel .imovel-price-wrapper.imovel-descricaso-wrapper{
  margin-bottom:0px;  
}
.imovel-search-type.quotas{
    background-color: #5991D6;
}
.imovel-search-type.Venda{
        background-color: #59D674;
}
.margintop{
    margin-top:15px;
}
.paddingtop{
    padding-top:15px;
}
.title_head-icons li{
    cursor:pointer;
}

/*for IE put css in this media */
/*@media screen\0 {
    .primary-menu{
    background-color: white;
    width: 100%;
    height:35px;
}

    input.parametros_search {
        padding-bottom: 15px;
    }
    .imovel_img{overflow:hidden !important;}

    @media only screen and (min-width : 1200px) and (min-height : 600px) and (max-width : 1400px) and (max-height : 800px){
        #menu-menu-principal{
            padding-top:20px;
        }

    }


.cookies-notice{
    position: absolute;
    z-index: 200;
    background:rgba(127, 128, 130, 0.90);
    color: #fff;
    
    
}
}*/

.highlight-strip-background {
    overflow: hidden;
    min-height: 190px;
    height: 100%;
    z-index: 20;
    background-size: 350px auto !important;
    background-repeat: no-repeat !important;
}