@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,700&display=swap');

/*@font-face {*/
/*  font-family: "Raleway";*/
/*  src: url("../font/futura/FuturaPTLight.otf");*/
/*}*/


body {
    /*margin: 59px 0 0 0;*/
    padding: 0;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    color: #013161;
    font-size: 16px;
    scroll-behavior: smooth;
}
@media (max-width: 1400px) {
    body {
        /*margin: 59px 0 0 0;*/
    }
}
@media (max-width: 1327px) {
    body {
        /*margin: 58px 0 0 0;*/
    }
}
@media (max-width: 992px) {
    body {
        /*margin: 50px 0 0 0;*/
    }
}
* {
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
}
a {
    color: #013161;
}
h2, h3, h4 {
    font-weight: 500;
}
.page-template-page-advice-centre-category h6 {
    font-weight: 700;
}
img {
    width: 100%;
}
.no-padding {
    padding: 0 !important;
}
.p-20 {
    padding: 20px 0;
}
.push-header {
    margin-top: 76px;
}
.bottom-border {
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 30px;
}
.grey-bg {
    background-color: #d0d0d0;
}
#sidebar {
    display: none;
}
.home .container {
    padding: 50px 0;
}
.container {
    padding: 20px 0;
}
@media (max-width: 576px) {
    .container, .home .container {
        padding: 20px 20px;
    }
    h4 {
        line-height: 1.5em;
        font-size: 1.2em;
    }
}
.lightblue h3 {
    font-weight: 700;
}
/***************

------ BUTTONS

***************/
button {
    border-radius: 20px;
    border: 0;
    padding:0.5em 1em;
    font-size: 14px;
}
@media (max-width: 1327px){
    button {
        font-size: 12px;
    }
}
button:focus {
    outline: none;
}
button:hover {
    opacity: 0.7;
}
.more {
    text-transform: uppercase;
}
.default__blue {
    background: #278bfa;
    color: #ffffff;
    text-transform: uppercase;
}
.default__blue i {
    display: inline-block;
    margin-left: 10px;
}
.default__white {
    background: #ffffff;
    border: 1px solid #278bfa;
    color: #278bfa;
    padding:0.5em 1em;
}
.default__white span {
    display: inline-block;
    margin-left: 20px;
}
.special__blue {
    background: #013161;
    color: #fff;
    font-size: 16px;
    border: 1px solid #013161 !important;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.special__blue i {
    display: inline-block;
    margin-left: 10px;
}
.has-shadow {
    box-shadow: 0px 5px 9px #d0d0d0;
    -webkit-box-shadow: 0px 5px 9px #d0d0d0;
    -moz-box-shadow: 0px 5px 9px #d0d0d0;
}
.property-search-form input[type="submit"] {
    background: #278bfa;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 5px;
    border: 0;
    padding:0.5em 1em;
    font-size: 14px;
    display: inline-block;
    top: -5px;
    position: relative;
}
.lightblue {
    background-color: #F2F9FF;
}
/***************

------ NAVIGATION

***************/
header .header__logo {
    width: 170px;
    max-width: 170px;
    /*padding: 10px 0 0 0;*/
}
@media (max-width: 1327px) {
    header .header__logo {
        /*max-width: 100px;*/
        /*padding-top: 4px;*/
    }
    .main_navigation .main_navigation__buttons span {
        margin-right: 0;
    }
    .main_navigation a {
        color: #ffffff;
        font-size: 12px;
    }
}
@media (min-width: 1400px) {
    .menu-container {
        max-width: 1400px;
    }
}
@media (max-width: 992px) {
    .menu-container {
        max-width: 1080px;
    }
    .main_navigation__links {
        display: none;
    }
    #primary {
        /*margin-top: 53px;*/
    }
}
@media (max-width: 768px) {
    .menu-container {
        max-width: 720px;
    }
}
@media (max-width: 576px) {
    .menu-container {
        max-width: 540px;
    }
    #awwwards {
        transform: scale(.5) !important;
        top: 20px !important;
        left: -13px !important;
    }
}
.menu-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.main_navigation {
    /*background: #013161;*/
    /*color: #ffffff;*/
    padding: 20px 25px;
    /*position: fixed;*/
    max-width: 1200px;
    margin:auto;
    z-index: 105;
    top: 0;

}
.main_navigation > .row {align-items:center;}
.main_navigation a {
    color: #013161;
    /*font-weight:600;*/
}
.main_navigation .main_navigation__links {
    line-height: 30px;
    max-height:30px;
    float:right;
}
.main_navigation .main_navigation__links ul {
    margin: 0;
    padding: 0;
}
.main_navigation .main_navigation__links ul li {
    list-style: none;
    display: inline;
    margin-left: 2.5rem;
    border-bottom: 8px solid transparent;
    /*padding-bottom: 40px;*/
}
.main_navigation .main_navigation__links ul li a {
    /*text-transform: uppercase;*/
    font-size: 16px;
    font-weight:600;
}
.main_navigation .main_navigation__buttons span {
    margin-right: 5px;
}
.active-main__link {
    border-bottom: 8px solid #013161 !important;
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 11px !important;
}

@media (max-width: 1438px) and (min-width: 1328px) {

}
@media (min-width:1161px) and (max-width: 1327px) {

    .special__blue {
        background: #013161;
        color: #fff;
        font-size: 13px;
        border: 1px solid #013161 !important;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
}
@media (min-width:1027px) and (max-width: 1160px) {
    .main_navigation .main_navigation__links {
        line-height: 54px;
        padding: 0;
    }

    .main_navigation .main_navigation__buttons span {
        margin-right: 23px;
    }
    .main_navigation .main_navigation__buttons span a {
        font-size: 12px;
    }
    .main_navigation .main_navigation__buttons button {
        transform: scale(0.8);
    }
}
@media (min-width:992px) and (max-width: 1026px) {
    .main_navigation .main_navigation__links {
        line-height: 54px;
        padding: 0;
    }

    .main_navigation .main_navigation__buttons span {
        margin-right: 23px;
    }
    .main_navigation .main_navigation__buttons span a {
        font-size: 12px;
    }
    .main_navigation .main_navigation__buttons button {
        transform: scale(0.8);
    }
}
@media (max-width: 992px) {
    .main_navigation__buttons button {
        display: none;
    }.main_navigation{
        padding: 15px 25px;
    }
    .main_navigation .main_navigation__buttons span {
        line-height: 30px;
        margin-right: 0;
    }
}
.sub_navigation__row {
    margin-bottom: 40px;
}
.sub_navigation_has-image {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 40px;
    /*min-height: 370px;*/
    position: relative;
}



@media (max-width: 1480px) {
    .sub_navigation_has-image {
        margin-bottom: 29px !important;
        min-height: 271px !important;
    }
    .sub_navigation__row button {
        margin-bottom: 0 !important;
    }
    .sub_navigation ul.sub_navigation__links li .sub-menu a {
        font-size: 12px !important;
    }
    .sub_navigation ul.sub_navigation__links li {
        margin-bottom: 7px !important;
    }

    .sub_navigation_image-box {
        padding: 0 95px !important;
        margin-bottom: 20px !important;
    }
    .sub_navigation h5 {
        font-size: 14px !important;
    }
}

.sub_navigation_has-image button {
    margin-bottom: 20px;
}
.sub_navigation__row h2 {
    margin-bottom: 30px;
}
.sub_navigation__row button {
    margin-bottom: 30px;
}
.sub_navigation {
    padding:20px 40px 40px 40px;
    background: #ffffff;
    box-shadow: 0 5px 10px #d0d0d0;
    -webkit-box-shadow: 0 5px 10px #d0d0d0;
    -moz-box-shadow: 0 5px 10px #d0d0d0;
    width: 100%;
    position: fixed;
    width: 100%;
    top: -3000px;
}
.sub_navigation h5 {
    margin-bottom: 40px;
    color: #013161;
    font-weight: 600;
    font-size: 18px;
}
.sub_navigation h5::after {
    content: "";
    display: block;
    padding-top: 10px;
    border-bottom: 1px solid #dcdcdc;
}
.sub_navigation ul.sub_navigation__links li a::after {
    content: "";
    display: block;
    padding-top: 10px;
    border-bottom: 1px solid #dcdcdc;
}
.sub_navigation img {
    margin-bottom: 20px;
}
.sub_navigation ul.sub_navigation__links {
    margin: 0;
    padding: 0;

}
.sub_navigation ul.sub_navigation__links li {
    list-style: none;
    margin-bottom: 10px;
}
.sub_navigation ul.sub_navigation__links li a {
    margin-bottom: 40px;
    color: #013161;
    font-weight: 600;
    font-size: 18px;
}
.sub_navigation ul.sub_navigation__links li .sub-menu a {
    color: #013161;
    font-size: 14px;
    font-weight: 400;
}
.sub_navigation ul.sub_navigation__links li .sub-menu a::after {
    display: none;
}
.sub_navigation ul.sub_navigation__links .sub-menu {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    margin-left: 0;
    padding-left: 0;
    padding-top: 10px;
}
.menu-item-4865 {
    display: inline-block;
    width: 65%;
    vertical-align: top;
}
.menu-item-4866 {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}
.sub_navigation ul.sub_navigation__links .menu-item-4866 .sub-menu {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
}
.sub_navigation .close_sub_navigation {
    font-size: 30px;
    color: #278bfa;
    position: absolute;
    right: 40px;
    z-index: 99;
}
.reveal-sub_navigation {
    top: 0px;
    width: 100%;
    overflow: hidden;
    height: 41rem;
    z-index: 999;
}
.sub_container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#cta a {
    color: #ffffff;
}
#cta a:nth-child(2) {
    display: none;
}

.enquire_cta a {
    color: #ffffff;
}
.enquire_cta a:nth-child(2) {
    display: none;
}
.flag-for-sale {
    display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .sub_container {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
}
@supports (-ms-ime-align:auto) {
    .sub_container {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
}
.search-bar-container .close_sub_navigation {
    position: absolute;
    right: 30px;
    font-size: 35px;
    z-index: 106;
}
#subSearch {
    top: -100px;
    background-color: rgb(255, 255, 255);
    z-index: 103;
    height: 80px;
    padding: 17px;
    box-shadow: rgb(143, 143, 143) 0px 0px 10px;
    position: fixed;
    max-width: 100%;
    width: 100%;
    opacity: 0;
}
.sub-menu-container {
    width: 100%;
    height: 100%;
    position: absolute;
    max-width: 1400px;
}
.sub_navigation_image-box {
    padding: 0 80px;
    margin-bottom: 0px;
}
.sub_navigation_image-box:hover {
    opacity: 0.7;
    cursor: pointer;
}
.sub_navigation_image-box h5 {
    margin-bottom: 15px;
}
.sub_navigation_image-box span {
    float: right;
}
.bottom-navigation-container, .search-mobile, .navigation-bottom  {
    display: none;
}



@media (max-width: 992px){
    .sub_container {
        display: none;
    }
    .navigation-bottom {
        width: 100%;
        height: 60px;
        position: fixed;
        z-index: 999999;
        bottom: 0;
        line-height: 35px;
        background: #fff;
        left: 0;
        display: block;
        border-top:1px solid #e4e8ec;
    }
    .navigation-bottom button {
        background: #278bfa;
        color: #ffffff;
        border: none;
        border-radius: 0;
    }

    .navigation-bottom ul {
        margin: 0;
        padding: 0;
        display: flex;
    }

    .navigation-bottom ul li {
        list-style: none;
        padding: 15px;
        text-align: center;
        width: 100%;
        position: relative;
        background: #fff;
        top:0;
    }
    .navigation-bottom ul li.active {
        /*box-shadow: 0px 7px 10px 2px rgba(144, 144, 144, 0.6);*/
        /*padding: 0 20px;*/
        /*background: #fff;*/
        /*position: relative;*/
        /*top: -18px;*/
        /*border-radius: 8px 8px 0 0;*/
        border-top: 2px solid #278bfa;
    }
    .navigation-bottom ul li.active p {
        /*color: #fff;*/
        /*position: absolute;*/
        /*top: 64px;*/
        /*background: #268bfa;*/
    }
    .navigation-bottom ul li.active img {
        /*width: 33px;*/
        /*top: 16px;*/
    }
    .navigation-active {
        /*border-bottom: inset #258bfa 6px;*/
    }
    .navigation-active-search {
        border-bottom: inset #faaf26 6px;
    }
    .navigation-bottom ul li img {
        width: 26px;
        top:-14px;
        position: relative;
    }

    .navigation-bottom ul li p {
        font-size: 12px;
        color: #000;
        position: absolute;
        margin: 0;
        bottom: 0px;
        width: 100%;
        left: 0;
        text-transform: uppercase;
        background: transparent;
        text-align:center;
    }

    .navigation-bottom ul li span {
        /*background-color: #278bfa;*/
        display: inline-block;
        width: 50px;
        height: 50px;
        color: #ffffff;
        border-radius: 50%;
        transform: scale(1.2);
    }

    .navigation-bottom .dynamic-enquire {
        display: none;
    }

    .navigation-bottom .dynamic-enquire button {
        width: 100%;
    }

    .bottom-navigation-container {
        position: fixed;
        height: 100%;
        padding: 15% 10px;
        background: rgba(255, 255, 255, 1);
        width: 100%;
        box-shadow: 0 0 100px #ffffff;
        display: block;
        z-index: 99999;
        top: 2000px;
        overflow: scroll;
    }

    .bottom-navigation-container .close-bnc {
        position: absolute;
        top: 0px;
        right: 20px;
        font-size: 26px;
        color: #278bfa;
        z-index: 99999;
    }

    .property-search-form .control {
        display: table-cell;
        vertical-align: middle;
        padding: 0 10px;
        position: relative;
        width: 100% !important;
    }

    .search-mobile, .property-mobile, .contact-mobile, .about-mobile, .advice-mobile {
        position: absolute;
        top: 200%;
        display: block;
        width: 100%;
        left: 0;
        opacity: 0;
    }

    .bottom-navigation-container input, .bottom-navigation-container textarea {
        width: 100%;
        background: aliceblue;
        border: 1px solid lightskyblue;
        padding: 10px 15px;
        border-radius: 7px;
        color: #013161;
        font-size: 18px;
        margin-bottom: 20px;
        position: relative;
        top: 0;
    }

    .bottom-navigation-container select {
        color: #013161;
        background: aliceblue;
        border: 1px solid lightskyblue;
        border-radius: 7px;
        height: 47px;
        width: 23.4%;
        margin: 1px;
        position: relative;
        top: 0;
    }

    .bottom-navigation-container button {
        background: #278bfa;
        color: #ffffff;
        text-transform: uppercase;
        border-radius: 5px;
        border: 0;
        padding: 1em;
        font-size: 14px;
        display: block;
        margin: 20px auto;
        width: 100%;
        position: relative;
        top: 0;
    }
    .bottom-navigation-container label {
        font-weight: 600;
        width: 100%;
    }
    .bottom-navigation-container span.wpcf7-form-control span.last label {
        font-weight: 400;
        font-size: 12px;
    }
    .bottom-navigation-container .wpcf7-form p {
        margin-bottom: 10px;
    }
    .bottom-navigation-container .wpcf7-form input {
        margin-bottom: 5px;
    }
    .bottom-navigation-container input[type='checkbox'] {
        width: 30px;
    }
    .bottom-navigation-container input[type='submit'] {
        background: #278bfa;
        color: #ffffff;
        text-transform: uppercase;
        border-radius: 5px;
        border: 0;
        padding: 1em;
        font-size: 14px;
        display: block;
        margin: 20px auto;
        width: 100%;
        position: relative;
        top: 0;
    }

    .advice-mobile a {
        color: #15335f;
        text-transform: uppercase;
        font-weight: 600;
    }
    .advice-mobile h6 {
        font-size: 12px;
        margin-top: 10px;
        font-weight: 600;
    }

    .advice-mobile img {
        border-radius: 100%;
    }

    .fade-btn {
        opacity: 0;
        filter: blur(3px);
    }

    .forefront {
        right: 0 !important;
    }

    .searchTrigger {
        /*background-color: #278bfa;
        display: block;
        width: 50px;
        height: 50px;
        color: #ffffff;
        border-radius: 50%;
        line-height: 85px;
        text-align: center;
        transform: scale(1.2);
        top: -30px;
        position: relative;
        border: 1px solid transparent;*/

    }
    .searchClose {
        /*background-color: #278bfa !important;
        box-shadow: 0 0 0px 4px rgba(39, 139,250, 0.44);
        border: 1px solid #ffffff;*/
    }

    .animate-1, .animate-2, .animate-3 {
        margin-bottom: 50px;
    }
    .animate-1 h2 , .animate-2 h2, .animate-3 h2 {
        font-size: 20px;
    }
    .animate-1 img, .animate-2 img, .animate-3 img {
        width: 100px;
        margin-bottom: 10px;
    }

    .contact-mobile h3 {
        margin-bottom: 30px;
    }
    .contact-mobile .contact-option {
        margin-bottom: 80px;
    }
    .contact-mobile span.contact-disc {
        display: block;
        background: #d0d0d0;
        width: 80px;
        height: 80px;
        text-align: center;
        border-radius: 50%;
        line-height: 77px;
        margin: 10px auto;
    }
    .contact-mobile span.contact-disc img {
        width: 40px;
    }

    @keyframes buttonShadow {
        0% {
            box-shadow: 0 0 0 0px rgba(225, 8, 1, 0.44);
        }
        100% {
            box-shadow: 0 0 0 4px rgba(225, 8, 1, 0.44);
        }
    }
}


@media (min-height: 800px){
    /*increase menu height for iphones XR+ due to the bottom bar */
    .navigation-bottom {
        height: 90px;
    }
    .agent-card {
        bottom: 90px !important;
    }
}


@media (max-width: 768px) {
    .animate-1, .animate-2, .animate-3 {
        margin-bottom: 20px;
    }
    .animate-1 h2 , .animate-2 h2, .animate-3 h2 {
        font-size: 20px;
    }
    .animate-1 img, .animate-2 img, .animate-3 img {
        width: 75px;
        margin-bottom: 5px;
    }
    .property-search-form .control-bedrooms {
        width: 100% !important;
    }
    .property-search-form .control-minimum_price, .property-search-form .control-maximum_price {
        width: 50% !important;
        float: left;
    }
    .property-search-form .control-countries {
        width: 100% !important;
    }
    .search-mobile select {
        color: #013161;
        background: aliceblue;
        border: 1px solid lightskyblue;
        border-radius: 7px;
        height: 47px;
        width: 100%;
        margin: 5px 0;
        position: relative;
        bottom: -2000px;
    }
    .search-mobile input {
        width: 100%;
        background: #fff;
        border: 1px solid #899eb3;
        padding: 10px 15px;
        border-radius: 7px;
        color: #013161;
        font-size: 18px;
        margin: 10px 0;
        position: relative;
        bottom: -1000px;
    }
}
@media (max-width: 375px) {
    .search-mobile {
        top: 200%;
        height: 100%;
        padding: 0 10px;
        background: rgba(255, 255, 255, 0.21);
        width: 100%;
        box-shadow: 0 0 100px #ffffff;
        display: block;
        z-index: 99999;
    }
    .navigation-bottom ul li p {
        font-size: 10px;
    }
    .main_navigation .main_navigation__buttons span a {
        font-size: 12px;
    }
}


/***************

------ FOOTER

***************/
footer .btn-primary,
footer .btn-primary:active,
footer .btn-primary:focus {
    background: #278bfa;
    border: none;
    outline: 0;
    padding: 10px 20px !important;
    font-size: 12px !important;
}
.form-inline {
    position: absolute;
    top: 18px;
    left: 9px;
}
footer .btn-primary:hover {
    background: #278bfa;
}

footer .is-slideable {
    position: relative;
    margin-left: 0;
    -webkit-transition: 0.6s margin-left;
            transition: 0.6s margin-left;
}

footer .is-slided {
    margin-left: -170px;
}
footer .is-slided .js-toggle-state {
  filter: blur(2px)
}
footer .hideable.is-hidden {
    opacity: 0;
    -webkit-transition: 0.2s 0s opacity;
            transition: 0.2s 0s opacity;
}

footer .hideable.is-visible {
    opacity: 1;
    -webkit-transition: 0.3s 0.4s opacity;
            transition: 0.3s 0.4s opacity;
}
.blue-mount {
    position: relative;
    width: 100%;
    background-image: url(../img/foothills.png);
    background-size: cover;
    height: 100px;
    bottom: -100px;
    background-position: bottom;
    z-index: 9;
}
.white-mount {
    position: relative;
    width: 100%;
    background-image: url(../img/light-blue-mountains.png);
    background-size: cover;
    height: 100px;
    bottom: 0;
    background-position: center;
}
footer {
    background-color: #15335f;
    color: #fff;
    /*border-top: 5px solid #415778;*/
    margin-top:50px;
}
footer ul {
    margin: 0;
    padding: 0;
}
footer ul li {
    list-style: none;
    font-size: 12px;
    display: inline-block;
}
footer ul li span {
    display: inline-block;
    margin-right: 10px;
}
footer .footer__logo {
    max-width: 150px;
}
footer a {
    color: #ffffff;
}
footer .row {
    border-top: 1px solid #415778;
}

footer p {
    font-size: 14px;
}
footer p.copyright {
    font-size: 10px;
}

@media (max-width: 576px) {
    footer {
        text-align: center;
    }
    footer div.col-12 {
        margin-bottom: 20px;
    }
    footer .container {
        padding: 20px;
    }
    footer p.copyright {
        margin-bottom: 0;
    }
    footer ul li {
        list-style: none;
        font-size: 12px;
        display: inline-block;
    }
}
/***************

------ SEARCH

***************/
.ui-widget.ui-widget-content {
    border-top: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    z-index: 9999999;
    background: aliceblue;
    border-radius: 5px 0 0 5px;
    color: #013161;
    padding: 10px;
    width: 95%;
    position: relative;
    top: 0;
}
.custom-combobox-toggle {
    top: 2px;
    padding: 12px;
    border-top: 1px solid #87cefa !important;
    z-index: 999;
    background: aliceblue;
    border-radius: 0 5px 5px 0;
    border-left: none !important;
    border-bottom: 1px solid #87cefa !important;
    border-right: 1px solid #87cefa !important;
    position: relative;
    height: 46px;
    display: inline-block;
    color: #013161;
}
.property-search-form #location {
    width: 100%;
}
.search-box  {
    width: 100%;
    display: block !important;
}
.custom-combobox {
	position: relative;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
.custom-combobox-input {
	margin: 0;
	padding: 5px 10px;
}

.select-wrapper {
    margin: auto;
    max-width: 600px;
    width: calc(100% - 40px);
}
.select-pure__select {
    align-items: center;
    background: #f9f9f8;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: left;
    min-height: 44px;
    padding: 5px 10px;
    position: relative;
    transition: 0.2s;
    width: 100%;
}

.select-pure__options {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    display: none;
    left: 0;
    max-height: 221px;
    overflow-y: scroll;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 5;
}

.select-pure__select--opened .select-pure__options {
    display: block;
}

.select-pure__option {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    height: 44px;
    line-height: 25px;
    padding: 10px;
}

.select-pure__option--selected {
    color: #e4e4e4;
    cursor: initial;
    pointer-events: none;
    }

.select-pure__option--hidden {
    display: none;
}

.select-pure__selected-label {
    background: #5e6264;
    border-radius: 4px;
    color: #fff;
    cursor: initial;
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 3px 7px;
}

.select-pure__selected-label:last-of-type {
    margin-right: 0;
}

.select-pure__selected-label i {
    cursor: pointer;
    display: inline-block;
    margin-left: 7px;
}

.select-pure__selected-label i:hover {
    color: #e4e4e4;
}

.select-pure__autocomplete {
    background: #f9f9f8;
    border-bottom: 1px solid #e4e4e4;
    border-left: none;
    border-right: none;
    border-top: none;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    padding: 10px;
    width: 100%;
}
#subSearch {
    /*top: 10%;*/
}
.property-search-form {
    text-align: center;
    display: block !important;
}
.property-search-form .control-address_keyword {
    display: inline-block !important;
    width: 400px;
}
@media (max-width: 1160px){
    .property-search-form .control-address_keyword {
        display: inline-block !important;
        width: 200px;
    }
    #subSearch {
        top: -800px;
        background-color: rgb(255, 255, 255);
        z-index: 103;
        height: 80px;
        padding: 23px;
        box-shadow: rgb(143, 143, 143) 0px 0px 10px;
        position: fixed;
        max-width: 100%;
        opacity: 0;
    }
}
.property-search-form .control {
    margin-bottom: 15px;
}
.property-search-form .control-bedrooms, .property-search-form .control-minimum_price, .property-search-form .control-maximum_price, .property-search-form .control-countries {
    display: inline-block !important;
}
/*
.property-search-form .control-bedrooms, .property-search-form .control-minimum_price, .property-search-form .control-maximum_price {
    width: 20%;
}
.property-search-form .control-countries {
    width: 38%;
}*/
.property-search-form input[type="text"] {
    width: 100% !important;
    background: #fff;
    border: 1px solid #899eb3;
    padding: 10px 15px;
    border-radius: 7px;
    color: #013161;
}
.property-search-form input::placeholder {
    color: #899eb3;
}
.property-search-form select {
    color: #013161;
    background: #fff;
    border: 1px solid #899eb3;
    border-radius: 7px;
    height: 47px;
    width: 100%;
}
.magicsearch-wrapper .multi-item {
    padding-left: 4px;
}
.single-property .flag, #set-btn {
    display: none;
}
.single-property #searchFiltersApplied {
    display: none;
}
/***************

------ COMPONENTS

***************/

/* hero */
.hero {
    /*max-width:1380px;*/
    margin:auto;
    position: relative;
    height: 600px;
    overflow: hidden;
    z-index: 0;
}
.hero picture {display:block;position:relative;height:100%;}
.hero video, .hero img{
    position:absolute;top:0;left:0;right:0;bottom:0;height:100%;transition:opacity .75s;
    object-fit: cover;
}
body.home .hero img:not(.active) {opacity:0;}
.hero__text-container {
    padding: 40px;
    position: absolute;
    top: 32%;
    width: 500px;
    background: -moz-linear-gradient(top, rgba(1,49,97,1) 0%, rgba(1,49,97,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(1,49,97,1) 0%,rgba(1,49,97,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(1,49,97,1) 0%,rgba(1,49,97,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3013161', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}


@media (max-width: 991px) {
    .ico {
        display: none;
    }
}
.ico {
    margin: 0 auto;
    text-align: center;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-filter: url("#goo");
            filter: url("#goo");
  }
  .ico .circle {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: 0%;
            transform-origin: 0%;
  }
  .ico .circle.circle-top {
    height: 16.6666666667px;
    width: 20.8333333333px;
    -webkit-animation: blob-1-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
            animation: blob-1-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    z-index: 0;
    top: 0;
  }
  .ico .circle.circle-bottom {
    height: 16.6666666667px;
    width: 20.8333333333px;
    -webkit-animation: blob-2-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
            animation: blob-2-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    z-index: 9;
    bottom: 0px;
  }
  .ico .st-arrow {
    fill: #013161;
    -webkit-animation: scrolly 3s cubic-bezier(0.77, 0, 0.175, 1) forwards infinite;
            animation: scrolly 3s cubic-bezier(0.77, 0, 0.175, 1) forwards infinite;
    -webkit-perspective: 9000px;
            perspective: 9000px;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }

  .ico .svg {
    z-index: 9;
    position: relative;
  }

  @-webkit-keyframes blob-1-anim {
    0% {
      -webkit-transform: translateX(-50%) translateY(0);
              transform: translateX(-50%) translateY(0);
    }
    14% {
      -webkit-transform: translateX(-50%) translateY(-8px);
              transform: translateX(-50%) translateY(-8px);
    }
    24% {
      -webkit-transform: translateX(-50%) translateY(0);
              transform: translateX(-50%) translateY(0);
    }
    100% {
      -webkit-transform: translateX(-50%) translateY(0);
              transform: translateX(-50%) translateY(0);
    }
  }

  @keyframes blob-1-anim {
    0% {
      -webkit-transform: translateX(-50%) translateY(0);
              transform: translateX(-50%) translateY(0);
    }
    14% {
      -webkit-transform: translateX(-50%) translateY(-8px);
              transform: translateX(-50%) translateY(-8px);
    }
    24% {
      -webkit-transform: translateX(-50%) translateY(0);
              transform: translateX(-50%) translateY(0);
    }
    100% {
      -webkit-transform: translateX(-50%) translateY(0);
              transform: translateX(-50%) translateY(0);
    }
  }
  @-webkit-keyframes blob-2-anim {
    0% {
      -webkit-transform: scale(1) translate(-50%, 10px);
              transform: scale(1) translate(-50%, 10px);
    }
    30% {
      -webkit-transform: scale(1) translate(-50%, 10px);
              transform: scale(1) translate(-50%, 10px);
    }
    70% {
      -webkit-transform: scale(1) translate(-50%, 10px);
              transform: scale(1) translate(-50%, 10px);
    }
    95% {
      -webkit-transform: scale(1) translate(-50%, 16px);
              transform: scale(1) translate(-50%, 16px);
    }
    100% {
      -webkit-transform: scale(1) translate(-50%, 10px);
              transform: scale(1) translate(-50%, 10px);
    }
  }
  @keyframes blob-2-anim {
    0% {
      -webkit-transform: scale(1) translate(-50%, 10px);
              transform: scale(1) translate(-50%, 10px);
    }
    30% {
      -webkit-transform: scale(1) translate(-50%, 10px);
              transform: scale(1) translate(-50%, 10px);
    }
    70% {
      -webkit-transform: scale(1) translate(-50%, 10px);
              transform: scale(1) translate(-50%, 10px);
    }
    95% {
      -webkit-transform: scale(1) translate(-50%, 16px);
              transform: scale(1) translate(-50%, 16px);
    }
    100% {
      -webkit-transform: scale(1) translate(-50%, 10px);
              transform: scale(1) translate(-50%, 10px);
    }
  }
  @-webkit-keyframes scrolly {
    0% {
      -webkit-transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
              transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
    }
    30% {
      -webkit-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
              transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    }
    70% {
      -webkit-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
              transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    }
    95% {
      -webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
              transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
    }
    100% {
      -webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
              transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
    }
  }
  @keyframes scrolly {
    0% {
      -webkit-transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
              transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
    }
    30% {
      -webkit-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
              transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    }
    70% {
      -webkit-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
              transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    }
    95% {
      -webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
              transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
    }
    100% {
      -webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
              transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
    }
  }

@media (max-width: 768px) {
    .hero__text-container {
        width: 100%;
    }
}
.hero__text-container h1 {
    color: #ffffff;
    margin-bottom: 20px;
}
.hero__text-container h1 strong,  .hero__text-container h1 b {
    font-weight: 600;
}
.hero__text-container p {
    color: #ffffff;
}
.hero__text-container p a {
    color: #ffffff;
    text-decoration: underline;
}
@media (max-width: 576px) {
    .hero__text-container {
        width: 100%;
        position: relative;
        background: rgba(1,49,97,1);
        background: -moz-linear-gradient(top, rgba(1,49,97,1) 100%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(1,49,97,1) 100%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(1,49,97,1) 100%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
}
@media (max-width: 375px) {
    .hero__text-container h1 {
        font-size: 2em;
    }
    .statistics .stat span {
        font-size: 20px !important;
        font-weight: 700;
    }
}
/* Banner - Text left ~ Image right */
.banner__tl-ir h2 strong, .banner__tl-ir h2 b {
    font-weight: 600;
    display: block;
}
.component__column img {
    margin-bottom: 30px;
}
/* HOME PAGE
   ============================= */
.statistics {
    /*background-image: url('../img/light-blue-mountains.png');*/
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    /*min-height: 400px;*/
}
.statistics .stat {
    margin-bottom: 30px;
}
.statistics .stat span {
    font-size: 50px;
    font-weight: 700;
    /*color: #A0CCFD;*/
    color:#98badc;
}
.statistics .stat p {
    font-size: 14px;
    font-weight:bold;
}
@media (max-width: 576px) {
    .statistics {
        min-height: 100%;
    }
    .statistics .stat span {
        font-size: 25px;
        font-weight: 700;
    }
    .statistics .stat p {
        font-size: 12px;
    }
}

/* FEATURED PROPERTIES
   ============================= */
.featured__group-item {
    box-shadow: 0 0 5px lightgray;
    position: relative;
    margin: 20px 0;
}
.featured__group-item .featured__image::before,
.featured__group-item .featured__image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-color: transparent;
    border-style: solid;
    display: none;
}
.featured__group-item .featured__image::before {
    border-width: 1.5em;
    border-left-color: transparent;
    border-top-color: transparent;
}
.featured__group-item .featured__image::after {
    border-width: 3.35em;
    border-left-color: #013161;
    border-top-color: #013161;
    display: none;
}
.featured__group-item .featured__badge {
    position: absolute;
    z-index: 9;
    color: #ffffff !important;
    left: 0;
    top: 0;
    width: 104px;
    text-align: center;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    padding: 4px 20px;
    background: #013161;
}
.featured__group-item .featured__container {
    padding: 15px 20px;
    min-height: 220px;
    text-align:center;
    background-color:#fff;
}
.featured__group-item .featured__price {
    color: #278bfa;
    font-family: 'Helvetica', sans-serif;
    text-align:center;
}
.featured__group-item .price {
    font-family: 'Helvetica', sans-serif;

}
.featured__group-item .featured__location {
    color: #278bfa;
    font-size: 12px;
    text-transform: uppercase;

}
.featured__group-item .featured__name {
    margin-bottom: 20px;
    text-transform: capitalize;
    /*width: 250px;*/
    font-weight: 600;
    font-size: 15px;
}
@media (max-width: 991px) {
    .featured__group-item .featured__name {
        margin-bottom: 20px;
        text-transform: capitalize;
        width: 180px;
        font-weight: 600;
    }
}
@media (max-width: 768px) {
    .featured__group-item .featured__name {
        width: 144px;
    }
}
.featured__group-item .featured__details {
    border-top: 1px solid lightgray;
    padding: 10px 0 0 0;
    margin-top:10px;
}
.featured__group-item .featured__details ul {
    margin: 0;
    padding: 0;
}
.featured__group-item .featured__details ul li {
    list-style: none;
    display: inline-block;
    padding: 10px;
    position: relative;
}
.featured__group-item .featured__details ul li img {
    width: 30px !important;
    height: 30px !important;
}
.featured__group-item .pin {
    position: absolute;
    background-color: #013161;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: 1px;
}

.featured_icon{
    font-size:20px;
    position: absolute;
    left: 15px;
    top: 15px;
    color:#fff;
    text-shadow:1px 1px 10px #000;
}

.featured_only{
    padding: 15px 20px;
    text-align:center;
    min-height:100px;
    background-color:#373f52;

}

.featured_only .featured__location{
    color:#fff;
}

.featured_only .featured__name{
    color:#BD9B60;
}


@media (max-width: 576px) {
    .featured__group-item .featured__name {
        margin-bottom: 20px;
        text-transform: capitalize;
        width: 100%;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }
}
#ajax-load-more .featured__name {
    margin-top: 20px;
    text-align: left;
}
#ajax-load-more .featured__name:hover {
    text-decoration: underline;
}
#ajax-load-more .featured__group-item .pin {
    top: 16px;
}
/* Banner - Text left ~ Image right */
.banner__tl-ir .banner__text {
   padding: 40px;
   background: #013161;
   color: #ffffff;
   position: relative;
}
.banner__tl-ir .banner__text::before {
    content: '';
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    width: 13px;
    background: rgb(25,79,134); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(25,79,134,1) 0%, rgba(46,149,251,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(25,79,134,1) 0%,rgba(46,149,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(25,79,134,1) 0%,rgba(46,149,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#194f86', endColorstr='#2e95fb',GradientType=0 ); /* IE6-9 */

}
.banner__tl-ir .banner__text h2 {
    margin-bottom: 30px;
}
.banner__tl-ir .banner__text h2 span {
    display: block;
    font-weight: 600;
}
.banner__tl-ir .banner__text h6 {
    font-weight: 600;
    margin-bottom: 15px;
}
.banner__tl-ir .banner__text p {
    margin-bottom: 30px;
}
.banner__tl-ir .banner__image {
    padding: 0;
}

/* Carousel */
.carousel .carousel-item  blockquote {
    padding:70px 40px;
    position: relative;
}
.carousel-inner{
    min-height: 230px;
    max-height: 230px;
}

.carousel .carousel-item blockquote::before {
    position: absolute;
    top: -35px;
    content: "";
    background-image: url('../img/svg/icon-quote-marks-font-raleway-bold-el-brand-blue.svg');
    background-size: 50px;
    display: inline-block;
    height: 71px;
    width: 57px;
    background-repeat: no-repeat;
    background-position: bottom;
}

/* TO DO --- ADD QUOTATION IMAGE BEFORE QUOTE --*/

.carousel-indicators li {
    background-color: #278bfa;
}

@media (max-width: 576px) {
    .carousel-inner{
        min-height: 350px;
        max-height: 350px;
    }
    .carousel .carousel-item blockquote {
        padding: 48px 20px;
        margin-bottom: 60px;
    }
}


/* Banner -  Text left ~ Offset image right */
.banner__tl-oir p{
    text-align:center;
}
.banner__tl-oir img{
    height:190px;
    object-fit:cover;
    object-position: 50% 60%;
}.banner__tl-oir h3{
    width:100%;
    padding-top:15px;
    font-size:22px;
    font-weight:600;
    text-align: center;
    position: absolute;
    color: #fff;
    top: 35%;
    margin: auto;
    text-shadow: 0px 0px 15px #000;
}.banner__tl-oir .card {
    box-shadow: 0 0 5px lightgrey;
    padding:0;
    overflow:hidden;
}.banner__tl-oir .card p {
    padding: 0 20px;
    display:inline-block;
}.banner__tl-oir .card:hover{
    opacity:0.7;
}

@media (max-width: 576px) {
    .banner__tl-oir img{
        height:120px;
    }
    .banner__tl-oir h3{
        top: 26%;
    }
}


/*.banner__tl-oir .row {*/
/*    position: relative;*/
/*}*/
/*.banner__tl-oir .banner__text {*/
/*    padding: 40px; */
/*    background: #ffffff;*/
/*    position: absolute;*/
/*    z-index: 99;*/
/*    left: 0;*/
/*    top: 25%;*/
/*    font-size: 14px;*/
/*    width: 500px;*/
/*    box-shadow: 0 5px 10px #d0d0d0;*/
/*    -webkit-box-shadow: 0 5px 10px #d0d0d0;*/
/*    -moz-box-shadow: 0 5px 10px #d0d0d0;*/
/* }*/
/* .banner__tl-oir .banner__text::before {*/
/*     content: '';*/
/*     position: absolute;*/
/*     left: 0;*/
/*     top:0;*/
/*     height: 100%;*/
/*     width: 13px;*/
     /*background: rgb(25,79,134);  Old browsers
     background: -moz-linear-gradient(top, rgba(25,79,134,1) 0%, rgba(46,149,251,1) 100%);  FF3.6-15
     background: -webkit-linear-gradient(top, rgba(25,79,134,1) 0%,rgba(46,149,251,1) 100%);  Chrome10-25,Safari5.1-6
     background: linear-gradient(to bottom, rgba(25,79,134,1) 0%,rgba(46,149,251,1) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#194f86', endColorstr='#2e95fb',GradientType=0 );  IE6-9 */

/* }*/
/* .banner__tl-oir .banner__text h3 {*/
/*     margin-bottom: 30px;*/
/* }*/
/* .banner__tl-oir .banner__text h3 span {*/
/*     font-weight: 600;*/
/* }*/
/* .banner__tl-oir .banner__text ul {*/
/*     margin: 0;*/
/*     padding: 15px;*/
/* }*/
/* .banner__tl-oir .banner__text ul li {*/
/*     text-decoration: none;*/
/*     margin-bottom: 10px;*/
/* }*/
/* @media (max-width: 576px) {*/
/*    .banner__tl-oir .banner__text {*/
/*        position: relative;*/
/*        width: 100%;*/
/*        order: 2;*/
/*        margin-left: 15px;*/
/*        margin-right: 15px;*/
/*    }*/
/*    .banner__tl-oir .banner__image {*/
/*        order: 1;*/
/*    }*/
/* }*/


 /* Banner -  Text right ~ Offset image left */
/*.banner__tr-oil .row {*/
/*    position: relative;*/
/*}*/
/*.banner__tr-oil .banner__text {*/
/*    padding: 40px; */
/*    background: #ffffff;*/
/*    position: absolute;*/
/*    z-index: 99;*/
/*    right: 0;*/
/*    top: 25%;*/
/*    font-size: 14px;*/
/*    width: 500px;*/
/*    box-shadow: 0 5px 10px #d0d0d0;*/
/*    -webkit-box-shadow: 0 5px 10px #d0d0d0;*/
/*    -moz-box-shadow: 0 5px 10px #d0d0d0;*/
/* }*/
/* .banner__tr-oil .banner__text::before {*/
/*     content: '';*/
/*     position: absolute;*/
/*     right: 0;*/
/*     top:0;*/
/*     height: 100%;*/
/*     width: 13px;*/
    /*  background: rgb(25,79,134); ld browsers
     background: -moz-linear-gradient(top, rgba(25,79,134,1) 0%, rgba(46,149,251,1) 100%);  FF3.6-15
     background: -webkit-linear-gradient(top, rgba(25,79,134,1) 0%,rgba(46,149,251,1) 100%); Chrome10-25,Safari5.1-6
     background: linear-gradient(to bottom, rgba(25,79,134,1) 0%,rgba(46,149,251,1) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#194f86', endColorstr='#2e95fb',GradientType=0 );  IE6-9 */
/* }*/
/* .banner__tr-oil .banner__text h3 {*/
/*     margin-bottom: 30px;*/
/* }*/
/* .banner__tr-oil .banner__text h3 span {*/
/*     font-weight: 600;*/
/* }*/
/* .banner__tr-oil .banner__text ul {*/
/*     margin: 0;*/
/*     padding: 0;*/
/* }*/
/* .banner__tr-oil .banner__text ul li {*/
/*     list-style: none;*/
/*     text-decoration: underline;*/
/*     margin-bottom: 10px;*/
/* }*/
/* @media (max-width: 576px) {*/
/*    .banner__tr-oil .banner__text {*/
/*        position: relative;*/
/*        width: 100%;*/
/*        margin-left: 15px;*/
/*        margin-right: 15px;*/
/*    }*/
/*    .banner__tr-oil .banner__text::before {*/
/*        left: 0;*/
/*    }*/
/* }*/

/*  OFFICES
   ============================= */
 .component__offices .offices__address {
     margin-bottom: 30px;
 }
 .component__offices .offices__address ul {
     margin: 0;
     padding: 0;
 }
 .component__offices .offices__address ul li {
    list-style: none;
    font-size: 14px;
 }
 .component__offices .offices__address span {
     font-weight: 600;
 }
 .component__offices .offices__address p {
     font-size: 14px;
 }
 .component__offices .offices__image {
     position: relative;
     margin-top:30px;
 }
.component__offices .offices__image:hover {
    opacity: 0.7;
    cursor: pointer;
}
 .component__offices .offices__image div {
     position: absolute;
     top: 10px;
     left: 30px;
     color: #ffffff;
     font-weight: 600;
 }

 /* Banner - media */
 /* .banner__media {*/
 /*    margin-top: 30px;*/
 /*}*/
 .banner__media ul {
     margin: 20px 0;
     padding: 0;
 }
 .banner__media ul li {
     list-style: none;
     display: inline-block;
     width:33%;
     margin-top:15px;
 }
 .banner__media ul li img {
     max-height:50px;
     width:auto;
 }
@media (max-width: 765px) {
    .banner__media ul li {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .banner__media ul li {
        width: 50%;
        /*margin:auto;*/
    }
    .banner__media ul li img {
         max-width: 100%;
     }
}

/* RESORTS LIST
   ============================= */
@media screen and (max-width: 768px) {
    .alm-layouts .alm-listing .alm-layout.alm-2-col, .alm-layouts .alm-listing .alm-layout.alm-3-col {
    /*  width: 45% !important; */
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}
@media screen and (max-width: 414px) {
    .alm-layouts .alm-listing .alm-layout.alm-2-col, .alm-layouts .alm-listing .alm-layout.alm-3-col {
        width: 100% !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}
 .alm-reveal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
 }
 .resort {
     margin-bottom: 30px;
 }
 .resort a {
     color: #013161;
 }
 .resort-container {
    box-shadow: 0 0 10px #909090;
 }
 .resort__container:hover {
     opacity: 0.7;
     cursor: pointer;
 }
 .resort .resort__container .resort__details {
     background: #EFEDED;
     padding: 20px 15px;
     min-height: 86px;
 }
 .resort .resort__container .resort__details p {
     margin-bottom: 0;
     font-size: 12px;
 }
 .resort__controls ul {
     margin: 15px 0;
     padding: 0;
 }
 .resort__controls ul li {
     list-style: none;
     display: inline-block;

     font-size: 12px;
     text-transform: uppercase;
 }
 .resort__controls ul li img {
     width: 25px;
     margin-left: 10px;

 }
 .resort__controls ul li:nth-child(2):hover {
     filter: invert();
     color: #ffffff;
     cursor: pointer;
 }
 .resort__controls ul li:nth-child(3):hover {
    filter: invert();
    color: #ffffff;
    cursor: pointer;
}
 .resort__controls ul li:hover i {
     color: #ffffff;
}
.resort__image {
   /* position: relative;
    float: left;
    width: 100%;
    height: 250px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;*/
}
#mapView {
    display: none;
}
/* PROPERTY PAGE
   ============================= */
.single-property .entry-summary {
    /*position: fixed;*/
    width: 100%;
    z-index: 99;
    background: #fff;
    /*top: 58px;*/
    /*left: 0;*/
    padding: 20px 0 40px 0;
}
.single-property .top-section {
    background: #EFEDED;
    padding: 15px;
}
.single-property .top-section a {
    color: #278bfa;
}
.single-property .top-section p {
    padding: 0;
    margin: 0;
}
.single-property .top-section .title span {
    font-size: 14px;
}
.advice-center-banner {
    position: relative;
}
.advice-center-banner picture {
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
}
.advice-banner-text {
    padding-top: 10%;
}
@media (max-width:992px) {
    .advice-banner-text {
        padding-top: 5%;
    }
}
@media (max-width:765px) {
    .advice-banner-text {
        padding-top: 22%;
    }
}
.flexslider .slides img {
    /*height: auto !important;*/
    height:600px;
    object-fit: cover;
}
.fancybox-container {
    font-family: 'Raleway', sans-serif !important;
}
.fancybox-container form label {
    display: block;
}
.fancybox-container form input {
    width: 100% !important;
    background: aliceblue;
    border: 1px solid lightskyblue;
    padding: 10px 15px;
    border-radius: 7px;
    color: #013161;
}
.fancybox-container form textarea {
    width: 100%;
    background: aliceblue;
    border: 1px solid lightskyblue;
    padding: 10px 15px;
    border-radius: 7px;
    color: #013161;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    top: 0;
}
.fancybox-container input[type="submit"] {
    background: #278bfa;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 5px;
    border: 0;
    padding:0.5em 1em;
    font-size: 14px;
    display: block;
    margin: 40px auto;
}
.summary .container {
    /*border-bottom: 1px solid #EFEDED;*/
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1200px) {
    .summary .container {
        /*border-bottom: 1px solid #EFEDED;*/
        margin-right: auto;
        margin-left: auto;
    }
    .single-property .entry-summary {
        position: relative;
        width: 100%;
        z-index: 99;
        background: #fff;
        top: 0;
        padding: 0;
    }
}
.property__meta-container {
    padding: 5px 0;
}
.property_meta ul {
    margin: 0;
    padding: 0;
}
#titleEnquire .action-floorplans, #titleEnquire .action-brochure, #titleEnquire .action-epc, #titleEnquire .action-virtual-tour {
    display: none;
}
#titleEnquire li a {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.videoLinks {
    padding-left: 0;
    margin-left: 0;
}
.videoLinks li {
    list-style: none;
    margin: 8px 0;
}
.videoLinks li a {
    background: transparent;
    border: none;
    color: #278bfa;
    padding: 0;
    border-radius: 20px;
    font-size: 14px;
    box-shadow: none !important;
}
#actionInsert ul {
    width: 50%;
    float: left;
}
@media (max-width: 576px) {
    #actionInsert ul {
        width: 100%;
        float: none;
    }
}
#actionInsert {
    padding: 14px;
}
#actionInsert .property_actions {
    text-align: left;
}
#actionInsert .property_actions ul {
    margin: 0;
    padding: 0;
}
#actionInsert .property_actions ul li {
    list-style: none;
    display: block;
    margin: 8px 0;
}
#actionInsert .property_actions ul li a {
    background: transparent;
    border: none;
    color: #278bfa;
    padding: 0;
    border-radius: 20px;
    font-size: 14px;
    box-shadow: none !important;
}
.property_actions {
    text-align: right;
    display:none;
}
.properties-buttons .property_actions {
    display: block !important;
}
.property_actions ul {
    margin: 0;
    padding: 0;
}
.property_actions ul li {
    list-style: none;
    display: inline-block;
    margin: 5px 5px;
}
.property_actions ul li a {
    background: #ffffff;
    border: 1px solid #278bfa;
    color: #278bfa;
    padding: 0.5em 1em;
    border-radius: 20px;
    font-size: 14px;
    box-shadow: 0px 5px 9px #d0d0d0;
    -webkit-box-shadow: 0px 5px 9px #d0d0d0;
    -moz-box-shadow: 0px 5px 9px #d0d0d0;
}

.single-property #property_map_canvas {
    height: 100% !important;
}
.property_meta ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px
}
.property_meta ul li.bedrooms, .property_meta ul li.bathrooms, .property_meta ul li.reception-rooms {
    display: none;
}
.page-template-page-about-us .agent-card {
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 5px 10px #d0d0d0;
    -webkit-box-shadow: 0 5px 10px #d0d0d0;
    -moz-box-shadow: 0 5px 10px #d0d0d0;
    display: block !important;
}
.agent-card {
    background: #ffffff;
    padding: 20px;
    /*box-shadow: 0 5px 10px #d0d0d0;*/
    /*-webkit-box-shadow: 0 5px 10px #d0d0d0;*/
    /*-moz-box-shadow: 0 5px 10px #d0d0d0;*/
    border:1px solid #e4e8ec;
    background-color:#fff;
    margin: 0px 0px 15px 0px ;
    box-shadow: 0 0 20px #e1e1e1;
    position: sticky;
    top: 10px;
}
.agent-card img {
    width: 100px;
    height: 100px;
}
.agent-card ul {
    margin: 0;
    padding: 0;
}
.agent-card ul li {
    list-style: none;
    margin-bottom: 10px;
}
.agent-card ul li strong {
    font-weight: 600;
}

.agent-card .enquire_cta a {
    display: none !important;
}
.agent-card .enquire_cta a:first-of-type {
    display: block !important;
}

@media (max-width: 576px) {
    .agent-card ul li strong {
        /*display: none;*/
    }
}
.features h4, .summary h4 {
    margin-bottom: 30px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
}
.flexslider {
    border: 0 !important;
    background: transparent !important;
}
.propertyhive-result-count {
    font-size: 23px;
    font-weight: 600;
}
.results-area {
    /*margin-top: 80px;*/
}
@media (max-width: 765px) {
    #openMap {
        margin: 0 auto 20px auto;
    }
    .single-property .thumbnails {
        display: none;
    }
    .single-property #property_map_canvas {
        height: 400px !important;
        display: none;
    }
    .propertyhive-result-count {
        font-size: 16px;
        font-weight: 600;
        background-color:#ebf2fa;
        padding:5px;
    }
    .results-area {
        margin-top: 0;
    }
    #searchFiltersApplied {
        display: none;
    }
    .type-property .container {
        /*padding: 20px 0;*/
    }
    .single-property .top-section {
        padding: 15px !important;
    }
    .single-property .top-section .title {
        margin: 20px 0;
    }
    .features h4 {
        /*font-weight: 700;*/
    }
    .property_title {
        margin-bottom: 30px;
        font-size: 18px;
        font-weight: 700;
    }
    h1 .property_subtitle {
        font-size: 16px;
        font-weight: 400;
    }
    .summary .container {
        border-bottom: none;
    }
    .single-property .flex-viewport {
        max-height: 100% !important;
    }
    .property_actions {
        text-align: center;
    }
    .properties-buttons {
        margin-bottom: 30px;
    }
    .property_meta ul li {
        list-style: none;
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .property_actions {
        display: none;
    }
    .features ul {
        padding:0 15px;
        margin-bottom: 0;
    }
    .features ul li {
        margin-bottom: 10px;
    }
    .features ul li:last-child {
        margin-bottom: 0px;
    }
}
/* RESULTS PAGE
   ============================= */
.results-area .page-title {
    display: none;
}
.results-area ul.filters-applied {
    margin: 0;
    padding: 0;
}
.results-area ul.filters-applied li {
    list-style: none;
    display: inline-block;
    margin-right: 25px;
}
.results-area ul.filters-applied li span {
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
}
.results-area ul.filters-applied li p {
    display: inline-block;
    font-size: 14px;
}
.results-area ul.filters-applied li img {
    width: 20px;
}
.results-area .filter-bar-title {
    line-height: 44px;
    font-weight: 600;
}
.results-area .filter-bar-button {
    text-align: right;
}
.results-area .propertyhive .properties .first .last {
    width: 100%;
}
.property .featured__group-item {
    overflow: hidden;
}
.propertyhive .properties .property .flag {
    position: absolute;
    z-index: 9;
    color: #ffffff !important;
    top: 0 !important;
    left: 0 !important;
    padding: 3px 20px !important;
    font-size: 10px !important;
    width: 96px !important;
    text-align: center;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.propertyhive .featured__group-item .actions {
    display: none;
}
.property .featured__group-item .rooms .room img {
    width: 30px;
    height: 30px;
}
.property .featured__group-item .rooms {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #d0d0d0;
    margin-top: 30px;
}
.property .featured__group-item .rooms .room {
    list-style: none;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    margin-right: 25px;
}
.property .featured__group-item .rooms .room .pin {
    position: absolute;
    background-color: #013161;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: 1px;
}
.propertyhive-ordering {
    display: none;
}
.featured__group-item .featured__image {
    height: 200px;
    overflow: hidden;
}
.featured__group-item .featured__image img {
    object-fit: cover;
    min-height: 236px;
}

.featured__image img:hover {
    transform: scale(1.1);
}

.results-area .property-type {
    display: none;
}

@media (max-width: 992px){
    .results-area .filter-bar-title {
        text-align: center;
    }
    .results-area ul.filters-applied li {
        list-style: none;
        display: inline-block;
        margin-right: 5px;
    }
    .results-area .filter-bar-button {
        text-align: center;
    }
    .results-area ul.filters-applied li span {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
    .results-area ul.filters-applied li img {
        width: 15px;
    }
    .results-area .filter-bar-filters {
        text-align: center;
    }
}

/* ADVICE CENTRE
   ============================= */
.single-post img {
    width: 100%;
    height: auto !important;
}.single-post .offices__address img {
    width: inherit;
    height: inherit;
}

.accordion h2 button {
    font-weight: 600;
    color: #013161;
    font-size: 16px;
    text-transform: none;
}
.accordion h2 button span {
    float: right;
    color: #258bfa;
}
.accordion .card {
    border-bottom: 1px solid #dddddd !important;
    padding: 20px 0;
}
.accordion .card ul {
    margin: 0;
    padding: 0;
}
.accordion .card ul li {
    list-style: none;
    margin-bottom: 10px;
}

.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: rgba(255,255,255,.0);
    border-bottom: none;
}
.card-header:first-child {
    border-radius: 0;
}
.card {
    box-shadow: none;
}
.card-header button {
    width: 100%;
    text-align: left;
    padding: 10px 0;
    margin: 0;
}
.card .card-body {
    padding: 0;
}
.article-image {
    margin-top: 20px;
    margin-bottom: 30px;
}
.blog-thumb {
    height: 150px;
    overflow: hidden;
}
.alm-gallery-img-wrap {
    top: -40px;
    position: relative
}
.alm-gallery-img-wrap img {
    height: auto !important;
}

/* ABOUT US
   ============================= */
.team__member {
    margin-top: 30px;
    /*box-shadow: 0 0px 3px #0000001a;*/
    /*padding:20px;*/
}
.team__member .team__member-details {
    padding: 20px;
    /*background: #F2F9FF; */
    min-height: 468px;
}
.team__member .team__member-details h6 {
    font-weight: 600;
}
.team__member .team__member-details ul {
    padding: 0;
    margin: 10px 0;
}
.team__member .team__member-details ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.enquiries__container {
    background: #F2F9FF;
    padding: 50px
}

@media (max-width: 992px){
    .enquiries__container {
        background: #F2F9FF;
        padding: 30px;
    }

}

/*** MISC **/
.page-template-page-region section img, .page-template-page-resort section img {
    width: 100%;
    /*height: auto !important;*/
}
.alm-layouts {
    width: 100%;
}
.alm-btn-wrap button.done{
    display: none !important;
}
.hide-on-mobile {
    display: block;
}
.hide-on-desktop {
    display: none;
}
.mb-30 {
    margin-bottom: 50px !important;
}
@media (max-width: 576px) {
    .hide-on-mobile {
        display: none !important;
    }
    .hide-on-desktop {
        display: block !important;
    }
}
.hide {
    display: none !important;
}
.bg-blue {
    background: #013161;
    color: #ffffff;
    margin-bottom: 10px;
}
.sticky-tab {
    position: fixed;
    z-index: 110;
    top: 0;
    right: -300px;
    height: 100%;
    background: #fff;
    padding: 0 15px;
    max-width: 300px;
    /*box-shadow: -3px 0px 15px rgba(0, 0, 0, 0.25882352941176473);*/
    /*-webkit-box-shadow: -3px 0px 15px rgba(0, 0, 0, 0.25882352941176473);*/
    /*-moz-box-shadow: -3px 0px 15px rgba(0, 0, 0, 0.25882352941176473);*/
}
.sticky-tab h5 {
    margin-bottom: 0;
    padding: 10px 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .sticky-tab {
        position: fixed;
        z-index: 110;
        top: 0;
        right: -300px;
        height: 100%;
        background: #fff;
        padding: 0 15px;
        max-width: 300px;
        box-shadow: -3px 0px 15px rgba(0, 0, 0, 0.25882352941176473);
        -webkit-box-shadow: -3px 0px 15px rgba(0, 0, 0, 0.25882352941176473);
        -moz-box-shadow: -3px 0px 15px rgba(0, 0, 0, 0.25882352941176473);
    }
}
 @supports (-ms-ime-align:auto) {
    .sticky-tab {
        position: fixed;
        z-index: 110;
        top: 0;
        right: -300px;
        height: 100%;
        background: #fff;
        padding: 0 15px;
        max-width: 300px;
        box-shadow: -3px 0px 15px rgba(0, 0, 0, 0.25882352941176473);
        -webkit-box-shadow: -3px 0px 15px rgba(0, 0, 0, 0.25882352941176473);
        -moz-box-shadow: -3px 0px 15px rgba(0, 0, 0, 0.25882352941176473);
    }
}
.sticky-trigger {
    position: absolute;
    top: 42%;
    height: 50px;
    width: 150px;
    background: #ffffff;
    color: #258bfa;
    padding: 10px;
    transform: rotate(-90deg);
    left: -94px;
    box-shadow: 0 -15px 20px -12px #0000001f;
    -webkit-box-shadow:0 -15px 20px -12px #0000001f;
    -moz-box-shadow: 0 -15px 20px -12px #0000001f;
    border-radius:3px 3px 0 0 ;
}
.sticky-trigger:hover {
    color: #ffffff;
    background: #15335f;
    cursor: pointer;
}
.sticky-trigger:hover svg .st1 {
    fill: #ffffff;
}
.sticky-trigger svg {
    width: 20px;
}
.sticky-inner {
    background: #ffff;
}
.pull-out {
    right: 0 !important;
}
.sticky-inner form {
    padding: 20px 0;
}
.sticky-inner form .form-text {
    display: block;
    margin-top: .25rem;
    font-size: 12px;
}
@media (max-width:1327px) {
    .sticky-inner form {
        padding: 0 0;
    }
    .sticky-inner form label {
        font-size: 12px;
    }
    .sticky-inner .form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 0.5rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .sticky-inner form .form-text {
        display: block;
        margin-top: .25rem;
        font-size: 10px;
    }
}
@media (max-width:992px) {
    .sticky-tab {
        display: none;
    }
}

.form-response {
    display: none;
}
.checkmark svg {
    width: 100px;
    display: block;
    margin: 40px auto;
}
.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}
.circle {
    -webkit-animation: dash .9s ease-in-out;
    animation: dash .9s ease-in-out;
}
.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards;
}
.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check .9s .35s ease-in-out forwards;
}
@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}





/* ------------------------------------------------------------ NEWLY ADDED ------------------------------------------------------------- */
/* ------------------------------------------------------------ NEWLY ADDED ------------------------------------------------------------- */
/* ------------------------------------------------------------ NEWLY ADDED ------------------------------------------------------------- */



/* ----------------------- CONTACT FORM ----------------------- */

    .wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
        width: 100%;
        padding:10px;
        border: 1px solid #c5c5c5;
        border-radius:5px;
        background-color:#fff;
        height:45px;
    }.wpcf7-form input[type=submit] {
        height:50px;
    }.wpcf7-form textarea {
        height:100px;
        min-height:100px;
    }.wpcf7-form label{
        display: block;
    }




/* ----------------------- HEADER ----------------------- */

#menu-header li{
    position:relative;
}

#menu-header li ul{
    height:0px;
    overflow:hidden;
    transition: 0.4s;
    width:auto;
    background-color:#fff;
    position:absolute;
    right:0;
    text-align:center;
    border:0 solid #fff;
}#menu-header li:hover ul{
    height:auto;
    border:1px solid silver;
    box-shadow:0 3px 5px #00000059;
    padding:10px;
    border-radius:4px;
    z-index:5000;
}

#menu-header li ul li{
    display:inline-block;
    background-color:#fff;
    margin:0;
    width:100%;
    float:left;
    white-space: nowrap;
    border-radius:4px;
}#menu-header li ul li:hover{
    background-color: #F2F9FF;
}

#menu-header li ul li a{
    display:inline-block;
    padding:0 10px 0 10px;
    font-weight:100;
}

.menu-item-33856 a{
    color:#d50013;
}

.box-focused{
    background-color: #f4f7f9;
    box-shadow: inset 0 0px 3px #0000000a;
}


/* ----------------- PROPERTY SINGLE PAGE ----------------- */

.property_title {
    /*font-size: 18px;*/
    font-weight: 700;
}
h1 .property_subtitle {
    /*font-size: 16px;*/
    font-weight: 400;
}
.a2a_kit{
    float:right;
}
.meta_price{
    font-weight:600;
    font-size:18px;
}
.summary strong{
    font-weight:bold;
}
.agent-card .enquire_cta{
    width:100%;
    border-radius:4px;
    font-weight:bold;
}
#searchFiltersApplied{
    background-color: #ebf2fa;
    padding:15px;
}

.features ul li::marker {
    color:#a0ccfd;
}
.intro-text h2{
    font-size:18px;
    font-weight:100;
    line-height: 25px;
}

.property__meta-container{
    background-color: #f5f5f5;
    padding:15px;
    border: none;
    overflow:hidden;
}
.default__blue_shell {
    background-color: #fff;
    border:1px solid #cedcea;
    color: #899eb3;
    text-transform: uppercase;
    padding:3px 40px 3px 40px;
    font-size: 12px;
}
.default__blue_shell:hover {
    box-shadow: 0 0 5px #899eb3;
}
.propertyhive-result-count{
    max-width:1140px;
    margin:auto;
    color: #899eb3;
    padding: 10px;
    font-size:16px;
}
.images{
    padding:0;
    max-width:1380px;
    margin:auto;
    overflow:hidden;
}


.property_meta ul{
    width:70%;
    float: left;
}

.lightblue img{
    max-height:200px;
    width:auto;
}
.propertyhive-info{
    min-height:500px;
}


/* ----------------- MAP LEAFLET ----------------- */


#leaflet-map{
    height:356px;
    border-radius: 0 0 4px 4px;
    border: 1px solid #e4e8ec;

}


/* ----------------- HOME SEARCH AREA ----------------- */

.home-video{
    width:100%;
}


.home-search-area{
    position:absolute; top:36%;
}
.home-search-area .home-search-area-in{
    background-color:#00000066;
    border-radius:3px;
    max-width:800px;
    padding:30px 50px 50px 55px;
    width:80%;

}.home-search-form-text{
    width:35%;
    min-width:200px;

}.home-search-form-select{
    width:20%;
    min-width:100px;

}.home-search-form-submit{
    width:16%;
    min-width:84px;
}

.home-search-area input, .home-search-area select, #time-range{
    opacity: 0.9;
    border:none;
    height:38px;
    border-radius:3px;
    color:#6c757d;

}.home-search-area input[type=submit]{
    height:38px;
    border: none;
    background-color:#212121;
    color:#fff;
    font-weight:bold;
    width:100%;
    border-radius:3px;
}



/* ----------------- RESORTS SEARCH AREA ----------------- */

.resort-search-area{
    position:absolute; bottom:0;
    background-color:#0000007d;
}
.resort-search-area .resort-search-area-in{

    border-radius:3px 3px 0 0;
    width:100%;
    max-width:1200px;
    padding: 20px 0px 20px 30px;

}.resort-search-form-select{
    width:17%;
    min-width:100px;

}.resort-search-form-select:first-of-type{
    width:30%;
    min-width:100px;

}.resort-search-form-submit{
    width:15%;
    min-width:84px;
}

.resort-search-area input, .resort-search-area select{
    opacity: 0.9;
    border:none;
    height:38px;
    border-radius:3px;
    color:#6c757d;

}.resort-search-area input[type=submit]{
    height:38px;
    border: none;
    background-color:#278bfa;
    color:#fff;
    font-weight:bold;
    width:100%;
    border-radius:3px;
}.resort-search-area input[type=submit]:hover{
    background-color:#5ba9ff;


}.resort-search-area h1{
    color:#fff;
    font-size:18px;
    font-weight:bold;
}


.hero_paragraph{
    background:#0000007d;
    width:100%;
    box-shadow: 0 3px 5px #686868 inset;
}

.hero_paragraph h2{
    font-size:18px;
    font-weight:100;
    color:#FFF;
}

/* ----------------- BUYERS PACK ----------------- */

.buyers-pack p{
    text-align:justify;
}

.buyers-pack img{
    width:50%;
    height:auto;
}.buyers-pack .buyers-pack-intro{
    width:75%;
}

.buyers-guide-banner img{
        box-shadow: 0 0 5px lightgrey;
    }


/* ----------------- PROPERTY OF THE MONTH ----------------- */

.highlight{
    /*background-color:#323e48;*/
    background-color:#373f52;
    color:#fff;
    padding: 0px 0;

}.highlight h2 {
    color:#BD9B60;
    font-weight:bold;

}.highlight h2 span {
    color:#fff;
    font-weight:100;

}.highlight img {
    height:350px;
    object-fit: cover;

}.highlight button{
    background-color:#BD9B60;

}.highlight ul {
  list-style: none; /* Remove default bullets */
  padding-left: 15px;

}.highlight ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #BD9B60; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}




@media (max-width: 991px) {
    .buyers-guide-banner img{
        margin-bottom: 30px;
        text-align:center;
    }
}

@media (max-width: 768px) {

    .buyers-pack img{
        width:100%;
        height:auto;
    }.buyers-pack .buyers-pack-intro{
        width:100%;
    }

    .highlight img {
        height:300px;
    }

    .home-search-area{
        position:absolute; top:30%;
    }.home-search-area h1{
        font-size:22px;
    }.home-search-form-text{
        width:100%;
    }.home-search-form-select{
        width:100%;
    }.home-search-form-submit{
        width:100%;
    }.home-search-area input, .home-search-area select{
        font-size:13px;
    } .home-search-area #time-range,
      .resort-search-area #time-range{
       display:none;
    }

    .agent-card ul {
        display:none;
    }.agent-card {
        width:100%;
        position: fixed;
        top:unset;
        bottom: 60px;
        left:0;
        z-index:9999;
        margin:0;
        border: none;
        padding: 0px;

    }.agent-card .enquire_cta{
        padding: 13px 0 13px 0;
        border-radius: 0px;
        background: rgb(23,120,242);
        background: linear-gradient(90deg, rgba(23,120,242,1) 0%, rgba(70,150,251,1) 85%);
    }

    .property__meta-container ul li{
        display:none;
    }

    .images{
        padding:0;
    }
    .intro-text h2, .hero_paragraph h2{
        font-size:16px;
    }

    header .header__logo {
        max-width: 130px;
        padding: 0 0 0 0;
    }

    .flexslider .slides img {
        /*height: auto !important;*/
        height:235px;
    }

    .property_meta ul{
        width:40%;
    }
    footer{
        padding-bottom:50px;
    }
}



@media (max-width: 576px) {
    .hero{
        max-height:none;
    }.hero video{
        height:360px;
    }.hero img{
        height:360px;
    }body .page-template-page-region section img, body .page-template-page-resort section img {
        height:360px;
    }

    .home-search-area{
        position:absolute; top:18%;
        /*width:100%;*/
        /*height:100%;*/

    }.home-search-area .home-search-area-in, .resort-search-area .resort-search-area-in{
        padding: 20px 30px 20px 30px;
        /*width:100%;*/
        /*border-radius:0;*/
    }.home-search-area h1{
        font-size:18px;
    }

    .resort-search-area{
        position:absolute;
        bottom:0;

    }.resort-search-area .form-row div,
    .resort-search-area .form-row #time-range{
        width:100%;
        min-width:60px;
    }
    .resort-search-area .form-row #time-range{
        margin-bottom:10px;
    }.resort-search-area .form-row .select-sort{
        width:60%;
    }.resort-search-area .form-row .select-bedrooms{
        width:40%;
    }

    .buyers-guide-banner-text{
        text-align:center;
    }

    .banner-offer p span{
        width:100%;
    }
}




/* -------------------------- PRICE RANGER ------------------------ */


#slider-range {
  width: 90%;
  margin: 0 auto;
  padding:0;
  border: none;
  border-radius: 20px;
  height:5px;
  background-color: #00000054;
}
#time-range {
  width: 17%;
  border:1px solid #fff;
  border-radius:4px;
  padding:0 10px 0 10px;
  margin: 0.25rem;
  height: 38px;
}
#time-range p {
    font-family:"Arial", sans-serif;
    font-size:12px;
    color:#fff;
    margin:0;
    text-align:center;
}

.ui-slider-horizontal {
    height: 8px;
    background: #D7D7D7;
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 8px;
    font-size: .7em;
    display: block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    border: none;
    padding:0;
}
.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #fff;
    width: 15px;
    height: 15px;
    border: none;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    border: none;
    cursor: pointer;
}
.ui-slider .ui-slider-handle:active {
    background-color: #f5f5f5;
}
.ui-slider .ui-slider-handle:after {
    content:"";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -4px;
    /*background: #2125298c;*/

}
.ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
    margin-left: -.6em;
    margin-top: -3px;
    height:0.8em;
    width:0.8em;
}
.ui-slider a:focus {
    outline:none;
}


/*----------------------------- BANNER OFFER ---------------------------------*/

.banner-offer{
    height:auto;
    width:100%;
    background-color:#373f52;
    text-align:center;
    color:#BD9B60;
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
}
.banner-offer p a{
    text-decoration: underline;
    color:#fff;
    font-weight:0;
}
.banner-offer p span{
 height:100%;
 display:inline-block;
 color:#373f52;
 background-color:#BD9B60;
 font-size:12px;
 padding:3px 10px 3px 10px;
 border-radius:4px;
 margin-right:0px;
}



/*----------------------------- PAGINATION ---------------------------------*/

.pagination{
    font-family: Arial, Helvetica, sans-serif;
}
