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

.page-template-notable-sales #inner-page-wrapper .container {
    width: 100%;
    padding: 0;
}

.page-template-notable-sales #inner-page-wrapper {
    margin-bottom: 0;
}

.page-template-notable-sales .ip-banner canvas {
    min-height: 542px;
}

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

.nd-custom-container {
	max-width: 1490px;
	margin: 0 auto;
	padding: 0 15px;
}

p#breadcrumbs {
    max-width: 1490px;
    padding: 0 15px;
}

.nd-head {
    text-align: center;
    margin: 0 0 25px;
}

.page-template-notable-sales .global-site-head {
    text-align: left;
}

.nd-section1 {
    position: relative;
    margin: 16px 0 0;
    padding: 101px 15px 0;
    overflow: hidden;
}

.nd-section1 .nd-custom-container {
    position: relative;
    z-index: 5;
    max-width: 1460px;
    margin: 0 auto;
}

.nd-s1-inner {
    padding: 15px 0 12px;
    /*background: rgb(255 255 255 / 86%);*/
}

.nd-section1::after {
    content: '';
    position: absolute;
    top: -85px;
    left: 0;
    width: 692px;
    height: 622px;
    background: url('../../images/videos/vid-logo-accent.png') no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}

.ip-listings-feed {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}

.ip-fp-list {
    width: 50%;
    padding: 18px;
}

.ip-fp-list a {
    display: block;
    position: relative;
    overflow: hidden;
}

.ip-fp-photo {
    position: relative;
}

.ip-fp-photo canvas {
    display: block;
    width: 100%;
    background: #000;
    position: relative;
    z-index: 2;
    opacity: .25;
}

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

.ip-fp-list a:hover .ip-fp-photo img{
    filter: grayscale(1);
}

.ip-fp-list a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}

.ip-fp-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    z-index: 5;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    margin: auto;
    background: rgb(0 0 0 / 0%);
    -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-fp-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../images/new-developments/logo-overlay.png') no-repeat;
    background-position: bottom center;
    opacity: 0;
    background-size: 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-fp-list a:hover .ip-fp-content::after{
    opacity: .1;
}

.ip-fp-content-inner{
    position: relative;
    z-index: 5;
}

.ip-fp-logo{
    opacity: 0;
    -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-fp-list a:hover .ip-fp-logo{
    opacity: 1;
}

.ip-fp-list a:hover .ip-fp-content{
    background: rgb(0 0 0 / 50%);
    padding: 40px;
}

.ip-fp-price {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    font-family: 'Gotham-font';
    margin: 16px 0 14px;
}

.ip-fp-address {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.ip-fp-address span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 8px 0 0;
    letter-spacing: 2.1px;
}








.ip-nd-pagi {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0 0;
}

.ip-nd-pagi ul {
    display: flex;
    align-items: center;
    margin: 0 35px;
}

.ip-nd-pagi ul li a {
    font-size: 20px;
    color: #b5b5b5;
    padding: 5px;
    -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-nd-pagi ul li {
    margin: 0 3px;
}

.ip-nd-pagi ul li a.active,
.ip-nd-pagi ul li a:hover,
.ip-nd-pagi ul li:last-child a{
    color: #000;
}

a.pagi-arrow {
    padding: 5px;
    font-size: 15px;
    -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;
}

a.pagi-arrow:hover{
    color: #b5b5b5;
}


/*******************************************************
 *
 * 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) {

} 

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

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

    .ip-nd-pagi ul {
        margin: 0 10px;
    }

    .ip-fp-list {
        width: 100%;
    }

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

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
	
	.nd-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;
    }

    .ip-fp-photo canvas {
        height: 280px;
    }

    .ip-fp-list a:hover .ip-fp-content {
        padding: 25px;
    }
}