/* LIFESTYLE GALLERY BEGIN */

.page-template-page-lifestyle-gallery .img-list .mask{
    text-align: left;
}

.page-template-page-lifestyle-gallery .img-list .slideset > li figure{
    height: 100%;
}

.page-template-page-lifestyle-gallery .img-list .caption{
    top: 40px;
    bottom: 40px;
}

.page-template-page-lifestyle-gallery .img-list .caption .holder {
    text-align: center;
}
.page-template-page-lifestyle-gallery .img-list .caption .holder .frame{
    padding-top: 0;
}


.page-template-page-lifestyle-gallery .slideset .add-title {
    color: #fff;
    position: absolute;
    font: 18px/22px "Sabon MT W01 Semibold", "Times New Roman", Times, serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    opacity: 1;
    visibility: visible;
    top: 80%;
}

.page-template-page-lifestyle-gallery .slideset .hover .add-title {
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
}

.page-template-page-lifestyle-gallery .slideset .add-title h3{
    margin: 0;
}

.page-template-page-lifestyle-gallery .slideset .title{
    color: #fff;
    opacity: 0;
}
.page-template-page-lifestyle-gallery .slideset .hover .title {
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.page-template-page-lifestyle-gallery .slideset .add-title h3 a, .page-template-page-lifestyle-gallery .slideset .title h3 a{
    color: #fff;
}

.page-template-page-lifestyle-gallery .img-list .category a{
    color: #b9b9b8;
    font-family: "Sabon MT W01 Semibold", "Times New Roman", Times, serif;
}

.page-template-page-lifestyle-gallery .img-list .q-links a{
    color: inherit;
    font-weight: bold;
}

.page-template-page-lifestyle-gallery .img-list .q-links a:hover {
    text-decoration: none;
    color: #89a1d9;
}

.page-template-page-lifestyle-gallery .img-list .q-links a:hover strong {
    color: #89a1d9;
}

.page-template-page-lifestyle-gallery .img-list .slideset > li:hover h3 .num{
    margin: -10px 0 6px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .page-template-page-lifestyle-gallery .img-list .slideset {
        position: static !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    .page-template-page-lifestyle-gallery .img-list .slideset > li {
        width: 50% !important;
        padding: 5px 2px 0;
    }
}

@media only screen and (min-width:961px) {

    .page-template-page-lifestyle-gallery .img-list .slideset > li{
        width: 25% !important;
    }
    .page-template-page-lifestyle-gallery .slideset .add-title{
        top: 70%;
    }
    .page-template-page-lifestyle-gallery .img-list h3{
        font-size: 1.66em;
    }
    .page-template-page-lifestyle-gallery .img-list .category{
        font-size: 1.25em;
    }
    .page-template-page-lifestyle-gallery .img-list .q-links li{
        font-size: 1.1em;
    }
    /*
    .page-template-page-lifestyle-gallery .img-list .slideset figure{
        min-height: 356px;
    }
    */
}
@media only screen and (min-width: 768px) {

    .page-template-page-lifestyle-gallery .img-list h3{
        font-size: 2em;
    }
    .page-template-page-lifestyle-gallery .img-list .category{
        font-size: 1.5em;
    }
    .page-template-page-lifestyle-gallery .img-list .q-links li{
        font-size: 1.4em;
    }
}
@media only screen and (max-width: 767px) {

    .page-template-page-lifestyle-gallery .slideset .add-title{
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        top: 45%;
    }

    .page-template-page-lifestyle-gallery .img-list .caption .holder .frame{
        vertical-align: middle;
    }

    .page-template-page-lifestyle-gallery .img-list h3{
        font-size: 2em;
    }
    .page-template-page-lifestyle-gallery .img-list .category{
        font-size: 1.5em;
    }
    .page-template-page-lifestyle-gallery .img-list .q-links li{
        font-size: 1.4em;
    }
}
/* LIFESTYLE GALLERY END */


/* Property Detail Page BEGIN */
@media only screen and (max-width: 767px){
    .property-detail-page.staff-all-page .section-overview{
        padding-top: 10px;
        height: 100%;
        width: 100%;
    }

    .property-detail-page.staff-all-page .section-overview .description-block{
        height: 125px;
        max-height:125px;
        left:auto;
        right:auto;
        top:auto;
        -webkit-transition: max-height 1s linear 0s;
        transition: max-height 1s linear 0s;
    }

    .property-detail-page.staff-all-page .section-overview .description-block.show-text{
        height: auto;
        max-height: 1500px;
        -webkit-transition: max-height 1s linear 0s;
        transition: max-height 1s linear 0s;
    }

    .property-detail-page.staff-all-page .js-mobile-description .full-description.js-fulltext{
        opacity: 1;
        visibility: visible;
        position: relative;
        left:auto;
        right:auto;
        top:auto;
    }

    .property-detail-page .about-area-section .content-block .text-holder{
        padding-top: 0px;
    }
}
/* Property Detail Page END */

/* OFF CANVAS NAV BEGIN */



ul.off-canvas-list li.menu-item-has-children ul {
    display: block;
}

ul.off-canvas-list li a:after {
    background-image: none;
}
/*
ul.off-canvas-list li.menu-item-has-children a:after {
    background-image: url("images/arrow-down.svg");
}
*/

/* OFF CANVAS NAV END */

/* BG GALLERY BEGIN */

.bg-gallery{
    z-index: -1 !important;
}
.page-template-page-lifestyle-landing .bg-gallery{
    z-index: 0 !important;
}

/* BG GALLERY END */

/* PROP RESULTS BEGIN */
.page-template-page-prop-search-results .start-section-holder.alt {
    padding-top: 52px;
}


/* PROP RESULTS END */

/* PAGE CAREERS  BEGIN */
#section-management .promo {
    padding-bottom: 0;
}

.page-template-page-careers .section-list, .page-template-page-careers .section-list .sub-headline, .page-template-page-careers .section-list.color-style03 .area{
    background: none repeat scroll 0 0 #001e45;
}

.page-template-page-careers #section-testimonials .blockquote-section {
    padding-bottom: 30px;
}

.page-template-page-careers .section-list .sub-headline {
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: none repeat scroll 0 0 #001e45;
    color: #efeded;
    padding: 0 0 10px;
    text-align: center;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.page-template-page-careers .section-list.active .sub-headline {
    padding: 0 0 25px;
}

.page-template-page-careers .section-list .sub-headline p {
    font-size: .875rem;
}

.page-template-page-careers .section-list .sub-headline p.closed {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.page-template-page-careers .section-list .sub-headline p.opened {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.page-template-page-careers .section-list.active .sub-headline p.closed {
    opacity: 0;
    visibility: hidden;

}
.page-template-page-careers .section-list.active .sub-headline p.opened {
    opacity: 1;
    visibility: visible;

}

.page-template-page-careers .section-list .opener, .blockquote-section .opener {
    border: 1px solid #fff;
}
.page-template-page-careers .slide .area .test-wrap:nth-child(2n+1){
    clear: left;
}
.test-wrap.columns:last-child {
    float: left;
}

.page-template-page-careers .slide .area .blockquote-container{
    padding: 0px 25px 35px;
    text-align: left;
}

.page-template-page-careers .slide .area .blockquote-container p {
    font: 1rem "News Gothic MT W01", Arial, Helvetica, sans-serif !important;
}

.page-template-page-careers .slide .area .blockquote-container footer::after{
    background: none;
}
/* PAGE CAREERS END */