.disclaimer {
    position: absolute;
    display: inline-block;
    left: 12px;
    bottom: 5px;
    color: #fff;
    cursor: pointer;
    z-index: 999;

}

.disclaimer:before {
    font-family: "FontAwesome";
    content: "\f0da";
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}

.disclaimer.active:before {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}

.disclaimer .img-caption {
    display: none;
    width: 640px;
    left: 0;
    bottom: 24px;
    text-align: left;
    line-height: 16px;
    font-size: 12px;
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.45);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.disclaimer .remarks {
    display: none;
    left: -13px;
    right: inherit !important;
    width: 400px;
    line-height: 16px;
    font-size: 12px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}

.disclaimer.shadow {
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
}

.header nav {
    background-size: cover;
}

@media (min-width: 768px) {
    .popup>div {
        height: 50%;
    }
}

#footer .agent-logo {
    width: 200px;
}

#home-section-3 {
    height: auto !important;
}

#home-section-3-mobile {
    display: none;
}

#home-section-4 {
    left: inherit;
    right: 12px;
    display: block;
}

#home-section-4-mobile {
    display: none;
}

#home-section-4 .img-caption {
    height: auto !important;
    overflow: auto;
    left: inherit;
    right: 0;
}

[data-page-layout="page-legacy"] .images-ctn {
    position: relative;
}

#top-of-the-peak-section .disclaimer:before,
#victoria-gap-section .disclaimer:before,
#jardines-corner-section .disclaimer:before {
    display: inline-block;
    height: 24px;
}

#top-of-the-peak-section .disclaimer,
#jardines-corner-section .disclaimer {
    left: 0;
    bottom: 30px;
}

#top-of-the-peak-section .disclaimer .img-caption {
    width: 467px;
}

#victoria-gap-section .disclaimer,
#mt-kellett-mt-gough-section .disclaimer {
    right: 0;
    bottom: 30px;
    left: inherit;
}

#victoria-gap-section .disclaimer .img-caption,
#mt-kellett-mt-gough-section .disclaimer .img-caption {
    right: 0;
    left: inherit;
    width: 406px;
}

#jardines-corner-section .disclaimer .img-caption {
    width: 441px;
}


[data-page-layout="page-nature"] .slider .remarks {
    left: 8px;
    bottom: 30px;
    padding: 7px;
    background-color: rgba(0, 0, 0, 0.45);
}

#alexandra-champalimaud-section .disclaimer {
    left: inherit;
    right: 0;
    bottom: 56px;
}

#alexandra-champalimaud-section .disclaimer .img-caption {
    left: inherit;
    right: 0;
    width: 290px;
}

#yabu-pushelberg-section .disclaimer {
    left: 0;
}

#yabu-pushelberg-section .disclaimer .img-caption {
    width: 390px;
}

#andrea-cochran-acla-section .disclaimer {
    left: -30px;
    bottom: 56px;
}

#andrea-cochran-acla-section .disclaimer .img-caption {
    width: 280px;
}

#footer .developer-logo {
    width: auto;
    height: 56px;
    margin-right: 32px;
}

#footer .developer-logo img {
    width: auto;
    height: 100%;
}

#footer .agent-logo {
    width: auto;
    height: 48px
}

#footer .agent-logo img {
    width: auto;
    height: 100%;
}

/*
#footer .agent-logo img{
	padding: 12px 0;
}
*/


@media screen and (max-width: 1024px) {
    .disclaimer .img-caption {
        width: 400px;
        height: 56px;
        line-height: 14px;
        z-index: 99;
        left: 0px;
        right: 0;
        margin: auto;
    }

    #home-section-3 {
        display: none;
    }

    #home-section-3-mobile {
        display: block;
    }

    #home-section-4 {
        display: none;
    }

    #home-section-4-mobile {
        display: inline-block;
    }

    #top-of-the-peak-section .disclaimer,
    #jardines-corner-section .disclaimer {
        left: 0;
        bottom: 84px;
    }

    #top-of-the-peak-section .disclaimer .img-caption {
        width: 437px;
    }


    #victoria-gap-section .disclaimer,
    #mt-kellett-mt-gough-section .disclaimer {
        bottom: 56px;
    }

    #alexandra-champalimaud-section .disclaimer {
        right: 12px;
        bottom: 96px;
    }

    #alexandra-champalimaud-section .disclaimer .img-caption {
        width: 290px;
    }

    #yabu-pushelberg-section .disclaimer {
        bottom: -113%;
        left: 12px;
    }

    #andrea-cochran-acla-section .disclaimer {
        left: 12px;
        bottom: 18%;
    }
}

@media screen and (max-width: 768px) {
    .disclaimer {
        font-size: 11px;
    }

    .disclaimer:before {
        font-size: 12px;
        display: inline-block;
    }

    .disclaimer .img-caption {
        width: calc(100vw - 32px) !important;
        left: -8px;
    }


    /*
	#home-section-4 {
		display: none;
	}
	#home-section-4-mobile {
		display: inline-block;
	}
*/
    /*
	#home-section-4 {
		left: 0;
		right: initial;
	}
	
	#home-section-4 .img-caption {
		left: 4px;
		height: 56px!important;
	}
*/

    #top-of-the-peak-section .disclaimer,
    #victoria-gap-section .disclaimer,
    #jardines-corner-section .disclaimer,
    #mt-kellett-mt-gough-section .disclaimer {
        position: static;
        margin-bottom: 56px;
    }

    #top-of-the-peak-section .disclaimer .img-caption,
    #victoria-gap-section .disclaimer .img-caption,
    #jardines-corner-section .disclaimer .img-caption,
    #mt-kellett-mt-gough-section .disclaimer .img-caption {
        left: -11px;
        bottom: 85px;
    }

    [data-page-layout="page-nature"] .slider .remarks {
        width: calc(100vw - 22px) !important;
        height: 156px;
        font-size: 12px;
        left: -8px;
    }

    #alexandra-champalimaud-section .disclaimer,
    #yabu-pushelberg-section .disclaimer,
    #andrea-cochran-acla-section .disclaimer {
        position: static;
        margin-left: 13px;
        margin-bottom: 56px;
    }

    #alexandra-champalimaud-section .disclaimer .img-caption,
    #andrea-cochran-acla-section .disclaimer .img-caption {
        left: 0;
        bottom: 18%;
    }

    #yabu-pushelberg-section .disclaimer .img-caption {
        left: 0;
        bottom: 11%
    }

}

@media screen and (max-width: 767px) {
    [data-page-layout="page-nature"] .slider.arrowHidden .slick-arrow {
        display: none !important;
    }
}

.residential-properties .list {
    overflow: hidden;
}

.cms .center-ctn.sales-info-container .list .list-item {
    display: block;
    margin-bottom: 15px;
}

.cms .center-ctn.sales-info-container .list .list-item a {
    display: inline-block;
}

.residential-properties .fp-tableCell {
    position: relative;
}

.h-footer {
    background: #F4F4F2;
    font-size: .813rem;
    line-height: 1.25rem;
    color: #4A473C;
}

.h-footer .container {
    max-width: 980px;
    padding: 30px 0;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
}

.h-footer .container .left,
.h-footer .container .right {
    width: auto;
}

.h-footer .container .left {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    float: none;
    text-align: left;
}

.h-footer .container .right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
}

.h-footer .container .agent-logo span {
    margin-bottom: 5px;
    display: inline-block;
}

.h-footer .container .agent-logo img {
    height: 48px;
    width: auto;
}

.h-footer .container .developer-logo {
    margin-right: 32px;
}

.h-footer .container .developer-logo span {
    margin-bottom: 5px;
    display: inline-block;
}

.h-footer .container .developer-logo img {
    height: 56px;
    width: auto;
}

@media screen and (max-width: 991px) {
    .h-footer .container {
        width: 100%;
        max-width: none;
        padding: 30px 15px;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .h-footer .container .left,
    .h-footer .container .right {
        width: 100%;
        text-align: center;
    }

    .h-footer .container .left {
        text-align: center;
        -ms-flex-order: 2;
        order: 2;
    }

    .h-footer .container .right {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-order: 1;
        order: 1;
    }

    .h-footer .container .agent-logo {
        margin: 15px;
    }

    .h-footer .container .agent-logo span {
        margin-bottom: 10px;
    }

    .h-footer .container .developer-logo {
        margin: 15px;
    }

    .h-footer .container .developer-logo span {
        margin-bottom: 10px;
    }

    .residential-properties .scroll-down-btn {
        bottom: 120px;
    }

    .cms .center-ctn.sales-info-container {
        max-height: calc(100% - 100px - 172px);
        margin: 100px auto 172px;
        padding: 35px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }

    .cms .center-ctn.sales-info-container .title {
        position: relative;
        margin: 0 0 30px;
        height: auto;
        z-index: 2;
    }

    .cms .center-ctn.sales-info-container .title h2 {
        margin: 0 0 20px;
        padding: 0;
    }

    .cms .center-ctn.sales-info-container .title h2::before {
        display: none;
    }

    .cms .center-ctn.sales-info-container .title::after {
        display: block;
        content: '';
        width: 32px;
        height: 1px;
        background: #fff;
        margin: 0 auto;
        box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
    }

    .cms .center-ctn.sales-info-container .list {
        position: relative;
        height: auto;
        width: 80%;
        max-width: none;
        overflow: hidden;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        z-index: 2;
        margin: 0 auto;
    }

    .cms .center-ctn.sales-info-container .list .scroll-wrap {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .cms .center-ctn.sales-info-container .list .list-item {
        display: block;
        margin-bottom: 15px;
    }

    .cms .center-ctn.sales-info-container .list .list-item a {
        display: inline-block;
    }

    .cms .center-ctn.sales-info-container .coming-soon {
        position: relative;
        height: auto;
        width: 100%;
        max-width: none;
        overflow: hidden;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 2;
    }

    .cms .center-ctn.sales-info-container::after {
        z-index: 1;
    }
}

@media screen and (max-width: 767px) {
    .residential-properties .scroll-down-btn {
        bottom: 60px;
    }

    .cms .center-ctn.sales-info-container {
        height: 100%;
        max-height: calc(100% - 100px - 106px);
        margin: 100px auto 106px;
        padding: 25px;
    }
}