.page-template-listing-details .global-site-title-bot {
    font-family: 'Gotham-font';
}

.page-template-listing-details #inner-page-wrapper .container,
.single-new-developments main .container {
    width: 100%;
    padding: 0;
}

.page-template-listing-details #inner-page-wrapper,
.single-new-developments #inner-page-wrapper {
    margin-bottom: 0;
}

.page-template-listing-details .ip-banner,
.single-new-developments .ip-banner {
    display: none;
}

.ip-banner-logos {
    top: 22%;
    bottom: auto;
    z-index: 3;
}

.ip-ld-slider{
    position: relative;
}

.ip-ld-slick-slider .slick-slide > div > div {
    display: block !important;
}

.ip-ld-slick-slider:not(.slick-initialized) > div:not(:first-child){
    display:none;
}

.ip-ld-photo-main-list{
    position: relative;
}

.ip-ld-photo-main-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    z-index: 3;
}

.ip-ld-photo-main-list::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    z-index: 3;
}

.ip-ld-photo-main-list canvas{
    display: block;
    width: 100%;
    background: #000;
    position: relative;
    z-index: 2;
    opacity: .35;
}

.ip-ld-photo-main-list img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-banner-logos {
	display: block !important;
}

p#breadcrumbs {
    max-width: 100%;
    padding: 0 0;
    margin: 0;
}

.ld-head {
    text-align: center;
    margin: 0 0 20px;
}

.ip-ld-content-area {
    position: relative;
    padding: 0 15px;
}

.ip-ld-content-holder {
    max-width: 1167px;
    margin: -197px auto 0;
    position: relative;
    z-index: 5;
}

.ip-ld-content-inner {
    background: #fff;
    padding: 37px 15px 80px;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
    margin: 16px 0 0;
}

.ld-head .global-site-title-top {
    border-top: solid 1px #cccccc;
    border-bottom: none;
    margin-top: 24px;
    position: relative;
    padding: 27px 0 0;
}

.ld-head .global-site-title-top::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 33%;
    height: 1px;
    background: #454545;
}

.ld-head  .global-site-title-top span::after {
    opacity: 0;
}

.ip-ld-text p {
    font-size: 18px;
    color: #454545;
    line-height: 1.9;
    letter-spacing: .9px;
    text-align: center;
    padding: 0 0 33px;
}

.ip-ld-text {
    max-width: 1040px;
    margin: 0 auto;
}

.ip-ld-gallery-slider{
    max-width: 1040px;
    position: relative;
    margin: 0 auto;
}

.ip-ld-gallery-slick-slider{
    margin: 0 -5px;
}

.ip-gall-list{
    padding: 5px;
}

.ip-gall-list a{
    display: block;
    position: relative;
}

.ip-gall-list a canvas{
    display: block;
    width: 100%;
    background: #000;
    position: relative;
    z-index: 2;
    opacity: .34;
}

.ip-gall-list a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-ld-gallery-slick-slider .slick-slide > div > div {
    display: block !important;
}

.ip-ld-gallery-slick-slider:not(.slick-initialized) > div:not(:first-child){
    display:none;
}

.ip-ld-gallery-slick-slider:not(.slick-initialized) .ip-gall-list{
    width: 25%;
}

.ip-gallery-arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
}

.ip-gallery-arrow span {
    pointer-events: auto;
    padding: 5px;
    color: #fff;
    font-size: 22px;
    -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;
    cursor: pointer;
}

.ip-gallery-arrow span:hover{
    opacity: .7;
}

.ip-gallery-arrow span.slick-disabled {
    opacity: 0;
    pointer-events: none;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1366px) {
    .ip-ld-photo-main-list canvas {
        height: 750px;
    }
}   
 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {

} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
	.ld-section1::before{
        display: none;
    }

    .ld-section1 {
        padding: 101px 15px 50px;
    }

    .ld-custom-container {
        padding: 0;
    }

    .ip-ld-gallery-slider {
        max-width: 300px;
    }
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
	
	.ld-section1 {
	    margin: 60px 0 0;
	}
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
	.global-site-title-bot {
        font-size: 40px;
    }
}