#main-wrapper {
    overflow: visible;
}

#breadcrumbs {
    display: none;
}

.footer {
    overflow: hidden;
}
.header-translate-inner > div {
    right: 0;
    left: initial;
}
.post-page-new-construction #inner-page-wrapper .container {
    width: 100%;
    padding: 0;
}

.post-page-new-construction .ip-banner,
.side-nav-inner::before {
    display: none;
}

.post-page-new-construction #inner-page-wrapper {
    margin-bottom: 0;
}

#ip-nc.custom-scroll-active {
    transform: translateZ(0);
    position: relative;
}
    .ip-nc-sticky {
        position: relative;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
    .custom-scroll-active .ip-nc-holder {
        height: 100vh;
        overflow: hidden;
        position: relative;
    }
    .ip-nc-scroller {
        transition: transform 2s cubic-bezier(0.19,1,0.22,1);
    }

    h2.ip-nc-title {
        position: absolute;
        top: 21%;
        left: 0;
        right: 0;
        text-align: center;
        font-weight: 700;
/*        font-size: 215px;*/
        font-size: 13.438vw;
        letter-spacing: 0.083em;
        line-height: 1;
        font-family: var(--secondary-font-family);
        text-transform: uppercase;
        color: #fedf38;
        text-shadow: 1px 2px 5px rgb(0 0 0 / 35%);
        padding: 0 0 0 1.2%;
        opacity: 0;
        transform: translateY(100%);
        transition: all .4s ease;
    }
    #ip-nc-collab h2.ip-nc-title {
        top: 21%;
        letter-spacing: 0.03em;
        padding-left: 0;
    }

    .active h2.ip-nc-title {
        opacity: 1;
        transform: translateY(0);
        transition: all 1s ease;
    }

    .ip-nc-bgs {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
        .ip-nc-bg {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            visibility: hidden;
            background-position: center;
            background-size: cover;
            transition: opacity .1s ease, visibility .1s ease;
        }
        .ip-nc-bg.active {
            opacity: 1;
            visibility: visible;
        }

    .custom-scroll-active .ip-content {
/*        position: absolute;*/
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        height: 100%;
    }
        .custom-scroll-active .ip-content .ip-content-inner,
        .ip-nc-hovers .ip-content .ip-content-inner {
/*            max-height: 100%;*/
            /*overflow-y: auto;
            overflow-x: hidden;*/
            padding: 124px 15px;
            pointer-events: all;
        }
        .custom-scroll-active #ip-nc-collab-content .ip-content  {
            padding: 0 15px;
        }

    .custom-scroll-active .ip-nc-list {
        height: 100vh;
    }

        .ip-nc-hovers {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            pointer-events: none;
            z-index: 1011;
            transition: all .3s ease;
        }
            .ip-nc-hovers .ip-content {
                pointer-events: all;
            }

    button.ip-nc-close {
        font-size: 30px;
        color: #fff;
        position: absolute;
        /*top: 20px;
        right: 20px;*/
        top: 50px;
        right: 40px;
        z-index: 6;
        background: transparent;
        border: none;
        padding: 0;
        display: none;
    }
    body.popup-active {
/*        overflow: hidden;*/
    }
    body.popup-active .fixed-header {
        transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
    }

.ip-nc-list {
    position: relative;
}

.ip-nc-photo {
    position: relative;
}

.ip-nc-photo canvas {
    display: block;
    width: 100%;
    height: 100vh;
}

.ip-nc-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: none;
}

.ip-nc-btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    display: none;
}

.ip-nc-btn a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 10px;
    color: #fff;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
}

.ip-nc-btn a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 63px;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-nc-btn a:hover::after {
	width: 100%;
}

em.arrow-icon {
    display: block;
    width: 38px;
    height: 37px;
    background: url(../../images/new-construction/arrow-icon.png) no-repeat;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-nc-btn a.active em {
    transform: rotate(180deg);
}

.ip-content.active {
	display: block !important;
}

.ip-content {
    position: relative;
    padding: 124px 15px;
}

.ip-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/new-construction/nc-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}

.ip-content-scrollable {
    max-height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}
    .ip-content-scrollable .simplebar-scrollbar:before {
        background: var(--primary-color-hex);
    }

.ip-content-inner {
    position: relative;
    max-width: 946px;
    margin: 0 auto;
    z-index: 5;
}

.ip-content-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -8px 75px;
}

.ip-content-list > div {
    padding: 0 8px;
}

.ip-content-col1 {
    width: 52.598%;
}

.ip-content-col2 {
    width: 47.402%;
}

.ip-content-photo {
    position: relative;
}

.ip-content-photo canvas {
    display: block;
    width: 100%;
}

.ip-content-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-content-details span {
    display: block;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1.1px;
    padding: 16px 20px;
    border-bottom: 1px dotted rgb(255 255 255 / 75%);
    margin: 0 0 10px;
}

.ip-content-list:nth-child(even) {
    flex-flow: row-reverse;
}

.ip-content-list:last-child {
    margin-bottom: 0;
}

div#ip-nc-build .ip-content::after {
    background: url(../../images/new-construction/build-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

div#ip-nc-collab .ip-content {
    background: #000;
    padding: 120px 15px;
    height: auto !important;
}

div#ip-nc-collab .ip-content::after {
    background: url(../../images/new-construction/collab-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .25;
}
div#ip-nc-collab-content .ip-content {
    background: #000;
    padding: 120px 15px;
/*    height: auto !important;*/
}
div#ip-nc-collab-content .ip-content::after {
    background: url(../../images/new-construction/collab-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .25;
}

.ip-content-collab {
    position: relative;
    z-index: 1;
}

.ip-content-collab {
    position: relative;
    z-index: 1;
    max-width: 1438px;
    width: 100%;
    margin: 0 auto;
}

.ip-collab-arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.ip-collab-arrow span {
    font-size: 27px;
    opacity: .9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-collab-arrow span:hover {
	transform: scale(1.2);
}

.ip-content-collab .ip-collab-slick {
    padding: 0 80px;
}

.ip-collab-text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.8px;
}

.ip-collab-text span {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.7px;
    display: block;
    margin: 0 0 16px;
}

.ip-collab-text p {
    line-height: 2;
}

.ip-collab-list {
    display: flex;
    flex-wrap: wrap;
}

.ip-collab-col {
    width: 50%;
}

.ip-collab-col:first-child, .ip-collab-col:nth-child(2) {
    margin: 0 0 121px;
}
.ip-collab-col:nth-child(odd) {
    padding-right: 100px;
}


/*section.section-3 {
    position: relative;
    transform: translateZ(0);
}

.post-page-new-construction #main-wrapper {
    overflow: visible;
}

body.post-page-new-construction {
    overflow-x: hidden;
}

    div#new-construction {
        position: relative;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
        .pv-list {
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
            .pv-scroller {
                transition: transform 2s cubic-bezier(0.19,1,0.22,1);
            }
            .pv-bgs {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: -1;
            }
                .pv-bg {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    opacity: 0;
                    visibility: hidden;
                    background-position: center;
                    background-size: cover;
                    transition: opacity .1s ease, visibility .1s ease;
                }
                .pv-bg.active {
                    opacity: 1;
                    visibility: visible;
                }
            .pv {
                position: relative;
                width: 100%;
            }
                .pv canvas {
                    display: block;
                    width: 100%;
                    background-position: center;
                    background-size: cover;
                    height: 100vh;
                }

                .active .pv-details {
                    opacity: 1;
                }
                .pv-details {
                    position: absolute;
                    bottom: 30px;
                    left: 0;
                    right: 0;
                    z-index: 2;
                    box-sizing: border-box;
                    opacity: 0;
                    transition: opacity .5s ease;
                    text-align: center;
                }

                .pv-2 .pv-details {
                    bottom: 3.723%;
                }

                .pv-3 .pv-details {
                    bottom: 4.723%;
                }
*/
/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1366px) {
} 
 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
	.ip-content-collab .ip-collab-slick {
	    padding: 0 40px;
	}

	.ip-collab-col {
	    padding: 0 15px;
	}
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .custom-scroll-active .ip-content .ip-content-inner, .ip-nc-hovers .ip-content .ip-content-inner,
    .custom-scroll-active #ip-nc-collab-content .ip-content {
        padding: 50px 15px 100px;
    }
    .custom-scroll-active .ip-content {
        top: 50px;
    }

	.ip-content,
	div#ip-nc-collab .ip-content {
	    padding: 50px 15px;
	}

	.ip-content-list > div {
	    width: 100% !important;
	}
	.ip-content-list .ip-content-col2  {
  width: 50% !important;
		margin: 0 auto;
}

	.ip-content-list:nth-child(even) {
	    flex-flow: wrap;
	}

	.ip-collab-col {
	    width: 100%;
	}

	.ip-collab-col:first-child, .ip-collab-col:nth-child(2), .ip-collab-col {
	    margin: 0 0 20px;
	}
    .ip-collab-col:nth-child(odd) {
        padding-right: 40px;
    }

	.ip-collab-arrow {
	    position: relative;
	    justify-content: center;
	}

	.ip-collab-arrow span {
	    margin: 0 10px;
	}

    .ip-collab-arrow span:hover {
        transform: none;
        opacity: 0.5;
    }
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
	.ip-nc-btn {
	    bottom: 15px;
	}

	.ip-content-collab .ip-collab-slick {
	    padding: 0;
	}
    .ip-collab-col:nth-child(odd) {
        padding-right: 0;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
	.ip-content-details span {
	    font-size: 14px;
	    padding: 15px;
	}

	.ip-content-list {
	    margin: 0 -8px 35px;
	}

	.ip-collab-text span {
	    font-size: 15px;
	}

	.ip-collab-text {
	    font-size: 13px;
	}
	.ip-content-list .ip-content-col2  {
  width: 100% !important;
		margin: 0 auto;
}
}