body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.homepage section {
    margin-bottom: 90px;
}

dl, ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #b0447a;
}

a:hover {
    color: #8a3760;
}

.bg-dark {
    background-color: #d7b318 !important;
}

.navbar, footer .container-fluid{
    padding: 0;
    background-image: url("img/bg_h.jpg ");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    max-width: 230px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.3rem;
    padding-left: 1.3rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}


.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #B0447A;
}

.property-search{
    min-height: 400px;
    height: calc(100vh - 56px);
    position: relative;
}


.index-slider {
    overflow: hidden;
    height: inherit;
    position: inherit;
    min-height: inherit;
}

.index-slider div {
    height: inherit;
}

.index-slider div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.property-search .slick-slider { overflow: hidden; }
.property-search .slick-slider div.slick-active img {
    -webkit-animation: myMove 8s 1 ease-in-out;
    -moz-animation: myMove 8s 1 ease-in-out;
    -o-animation: myMove 8s 1 ease-in-out;
    -ms-animation: myMove 8s 1 ease-in-out;
    animation: myMove 8s 1 ease-in-out;
}
@keyframes myMove {
    from { transform: scale(1.0,1.0); transform-origin: 50% 50%; }
    to { transform: scale(1.1,1.1); transform-origin: 50% 0%; }
}
@-webkit-keyframes myMove {
    from { -webkit-transform: scale(1.0,1.0); -webkit-transform-origin: 50% 50%; }
    to { -webkit-transform: scale(1.1,1.1); -webkit-transform-origin: 50% 0%;  }
}
@-o-keyframes myMove {
    from { -o-transform: scale(1.0,1.0); -o-transform-origin: 50% 50%; }
    to { -o-transform: scale(1.1,1.1); -o-transform-origin: 50% 0%;  }
}
@-moz-keyframes myMove {
    from { -moz-transform: scale(1.0,1.0); -moz-transform-origin: 50% 50%; }
    to { -moz-transform: scale(1.1,1.1); -moz-transform-origin: 50% 0%; }
}
@-ms-keyframes myMove {
    from { -ms-transform: scale(1.0,1.0); -ms-transform-origin: 50% 50%; }
    to { -ms-transform: scale(1.1,1.1); -ms-transform-origin: 50% 0%; }
}


.form-group {
     margin-bottom: 0;
}

.form-home-wrapper.container.hidden-sm-down {
    position: absolute;
    bottom: 45%;
    left: 0;
    right: 0;
}

.form-home-block {
    padding-bottom: 15px;
    padding-top: 15px;
    /*background-color: rgba(255, 255, 255, 0.74);*/
}


.homepage .form-group-location {
    background-color: #6b8486cf;
    padding: 30px 5px;
    text-align: center;
    text-transform: uppercase;
    color: #B0447A;
    font-size: 18px;
    font-weight: bold;
}

.homepage .property-search .radio-item {
    margin-right: 0;
    padding: 15px 15px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}
.homepage .property-search .form-group-business{
    padding: 0;
}

.homepage .form-group-business label {
    margin: 0;

}

.homepage .form-group-location select{
    height: 60px;
}

.homepage .form-group-submit{
    padding: 0;
}

/*.form-group.form-group-location {
    float: left;
    width: 80%;
    height: 60px;
}*/

/*.form-group.form-group-submit {
    float: left;
    width: 20%;
    height: 60px;
}*/

.form-group.form-group-submit input {
    height: 100%;
    width: 100%;
}

.dropdown-menu.show {
    width: 98%;
}

.dropdown-toggle {
    width: 100%;
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    /* text-transform: uppercase; */
    /*color: #d7b318;*/
}

.form-group.form-group-submit input {
    height: 100%;
    width: 100%;
    background-color: #B0447A;
    border: 0;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 300;
}

.form-group.form-group-submit input:hover {
    background-color: #9a3b6c;
}

.dropdown-item {
    /*border-bottom: 1px solid #d7b318;*/
}


.property-search .radio-item {
    margin-right: 15px;
    padding: 10px 15px;
    /*border: 1px solid #d7b318;*/
    cursor: pointer;
}

.homepage .property-search .form-group-business {
    margin-bottom: 2px;
}

.property-search .radio-item input {
    display: none;
}

.property-search .form-group-business input {
    display: none;
}

.property-search input + label {
    color: #B0447A;
    background-color: #ffffff;
}

.property-search input:checked + label {
    color: #ffffff;
    background-color: #6b8486cf;
}


.property-search .select-css {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .4em 1.4em .4em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    /*border: 1px solid #d7b318;*/
    border-radius: 0;
    /*box-shadow: 0 1px 0 1px rgba(0,0,0,.04);*/
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
   /* background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');*/
    background-image: url("data:image/svg+xml;charset=utf-8, \
    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'> \
      <polygon points='0,0 60,0 30,40' style='fill:rgb(176, 68, 122);'/> \
    </svg>");
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.property-search .select-css::-ms-expand {
    display: none;
}
.property-search .select-css:hover {
    border-color: #888;
}
.property-search .select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(182, 148, 23, 0.7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}
.property-search .select-css option {
    font-weight:normal;
}

.pesquisa .form-group-submit {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-left: unset;
}


.listing-property {
    background-color: #6B8486;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.listing-property .property-content-wrap {
    padding: 5px;
    min-height: 155px;
}

.listing-property .property-content-wrap .title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.listing-property .property-content-wrap a{
    color: #ffffff;
}

.listing-property .property-content-wrap a:hover{
    /*color: #B0447A;*/
    text-decoration: underline;
}


.listing-property:hover a img{
    opacity: 0.8;
}


.pesquisa .listing-property {
    margin-bottom: 30px;
}

.listing-sidebar .form-listing-title{
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
}

.page-link {
    color: #b0447a;
}

.page-link:hover {
    color: #b0447a;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #b0447a;
    border-color: #b0447a;
}

#content_bubble {
    width: 300px;

}

#content_bubble img{
    max-width: 100%;
    height: auto;
}

#content_bubble .tipologia_area {
    float: left;
    width: 50%;
    margin: 5px 0;
}

#content_bubble .preco {
    float: left;
    width: 50%;
    text-align: right;
    margin: 5px 0;
}

.homepage section h4 {
    font-weight: 300;
}

section h4 {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.no-front #main-content > div.container {
    margin-top: 30px;
}


footer {
    /*background-color: #303030;
    margin-top: 60px;
    padding: 30px;*/
    position: relative;
}

footer .container-fluid {
    height: 90px;
    padding-top: 5px;
}

footer a {
    color: #d7b318;
}

footer a:hover {
    color: #c5a119;
}

.footer_contacts  {
    margin-top: 10px;

}

.footer_contacts p {
    margin-top: 5px;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: bold;
}

.logo-centered {
    color: #d7b318;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;
    position: absolute;
    margin: auto;
    left: calc(50% - 150px);
    /* right: auto; */
    top: -68px;
}

.logo-centered img{
    max-width: 300px;
}

.fmenu {
    border-top: 1px solid #d7b318;
}


.fmenu ul li {
    display: inline-flex;
    margin-right: 15px;
}


.fmenu ul {
    padding: 15px 0;
}


.flexslider {
    margin: 0;
}

#carousel {
    border-top: 0;
}

.flex-direction-nav a {
    height: 46px;

}

.propriedade h1 {
    font-size: 22px;
    font-weight: 300;
}


.propriedade .consultor {
    text-align: center;
}

.propriedade .consultor h3 {
    font-size: 20px;
    font-weight: 700;
}

.propriedade .consultor h4 {
     font-size: 16px;
     font-weight: 300;
 }

.property-info {
    font-weight: normal;
}

.property-info span {
    font-weight: bold;
}

.property-info .right {
    text-align: right;
}

.listing-sidebar .col-md-4 {
    width: 100%;
    flex: 100%;
    max-width: 100%;
}

.listing-sidebar .form-home-wrapper.container.hidden-sm-down {
    position: unset;
}

.listing-sidebar .form-group.form-group-location, .listing-sidebar .form-group.form-group-submit{
    width: 100%;
    height: auto;
    float: none;
}

.listing-sidebar .form-group.form-group-submit{
    height: 60px;
    margin-top: 15px;
}

.listing-sidebar .offset-lg-1{
    margin-left: unset;
}

.listing-sidebar .col-lg-10 {
    -ms-flex: auto;
    flex: 100%;
    max-width: 100%;
}

.listing-sidebar .form-home-block {
    padding: 0;
}

.listing-sidebar .container {
    padding: 0;
}
.homepage #map {
    height: 480px;
    width: 100%;
}

.propriedade #map {
    margin-top: 30px;
    height: 300px;
    width: 100%;
}

.ver_propriedade {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
}

.gm-style-iw, .gm-style-iw-d {
    max-height: 400px !important;
    overflow: hidden !important;
}

.gm-style-iw {
    padding: 12px!important;
}

.slick-prev::before {
    content: '←';
}

.slick-prev::before, .slick-next::before {
     color: #6b8486;
     font-size: 30px;
 }


.contactar_anunciante {
    padding: 10px 15px;
    border: 1px solid;
    width: 100%;
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
}

.contactar_anunciante:hover {
    text-decoration: none;
    border-color: #222222;
    color: #222222;
}


