.ip-banner {
    display: none;
}

    .custom-banner {
        display: block;
        position: relative;
    }



.communities-d-slide-wrapp .communities-title {
     position: absolute;
     z-index: 2;
     left: 0;
     right: 0;
     bottom: 15px;
     background: rgba(0,0,0,0.5);
     width: 45.25%;
     padding-left: 24px;

    }

     .communities-d-slide-wrapp .communities-title .communities-name {
            font-weight: 500;
            font-size: 80px;
            text-align: center;
            color: #FFF;
            text-transform: uppercase;
            line-height: 1;
            text-align: left;
            letter-spacing: -0.025em;
            font-family: 'Oswald', sans-serif;
            padding: 30px 0;

        }

            .communities-d-slide-wrapp .communities-title .communities-name span{
                display: block;
                font-weight: 400;
                text-transform: none;
                letter-spacing: -0.05em;
                color: #d26b2e;
                font-size: 50px;
                font-family: 'Source Sans Pro', sans-serif;
                text-transform: uppercase;
                position: relative;
                text-align: left;
                padding-right: 60px;
                padding-top: 10px;
                margin-left: 209px;

            }








.communities-d-slide-wrapp {
   font-size: 0; 
   letter-spacing: 0; 
   position: relative; 
   overflow: hidden;
}



.communities-d-slide-wrapp {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    overflow: hidden;

}



.communities-d-slide-wrapp:after {

    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    padding-bottom: 15px;
    background: url(../images/accent-bg.jpg) repeat-y center;
    background-size: 100%;
    content: '';
    bottom: 0;
    z-index: 1;

}


.fl-d-list {
   position: relative; 
   display: block;

}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.communities-photo canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.communities-photo {
    position: relative;
}

    .communities-photo::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,.20);
    }

.communities-details {
    max-width: 559px;
    width: 100%;
    position: absolute;
    bottom: 96px;
    right: 90px;
    text-align: right;
    z-index: 8;
}

    .communities-details p {
        font-family: 'PT Sans', sans-serif;
        font-weight: 400;
        font-size: 33px;
        color: #fff;
        letter-spacing: .020em;
        line-height: 40px;
    }

    .communities-details p span {
        text-decoration: underline;
    }

    .communities-d-text p {
        font-family: 'PT Sans', sans-serif;
        font-weight: 400;
        font-size: 18px !important;
        color: #555555;
        line-height: 26px !important;
        letter-spacing: .020em !important;
    }

    .communities-d-text p span {
        text-decoration: underline;
    }

.ip-com-det-map {
    background: #f1f1f1;
    margin-top: 81px;    
}

.ip-com-left {
    max-width: 520px;
}

    .ip-com-left p {
        font-family: 'Playfair Display', sans-serif;
        font-weight: 300;
        font-style: italic;
        font-size: 18px !important;
        letter-spacing: .020em !important;
        color: #393939;
        line-height: 36px !important;
    }

    .map-img canvas {
        width: 100%;
        height: 100%;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .ip-com-det-map-inner .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .map-img {
        margin-right: -139px;
        margin-top: -50px;
        margin-bottom: -50px;
    }   


    .ip-com-lux-title h2 {
        font-family: 'PT Sans', sans-serif;
        font-weight: 700 !important;
        font-size: 33px !important;
        letter-spacing: .020em !important;
        text-transform: uppercase;
        color: #393939;
    }

    .ip-com-lux {
        margin-top: 69px;
    }

    .communities-d-cont {
        margin-top: 67px;
    }

        .ip-com-lux-desc p {
            font-family: 'PT Sans', sans-serif;
            font-weight: 400;
            font-size: 16px !important;
            color: #555555;
            line-height: 26px !important;
            letter-spacing: .020em !important;
        }

        .ip-com-lux-desc p span {
            text-decoration: underline;
        }

.ip-com-search {
    position: relative;
    /*background-image: url(../images/communities/search-bg.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 117px 0 129px;    
    margin-top: 97px;
}        

    .ip-com-search::before {
        position: absolute;
        top: 0;
        z-index: 3;
        left: 0;
        width: 100%;
        content: '';
        height: 100%;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.48) 59%, rgba(255,255,255,0.8) 99%, rgba(255,255,255,0.8) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.48) 59%,rgba(255,255,255,0.8) 99%,rgba(255,255,255,0.8) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 51%,rgba(255,255,255,0.48) 79%,rgba(255,255,255,0.8) 93%,rgba(255,255,255,0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=0 );
    }

.ip-com-search-inner {
    position: relative;
    z-index: 5;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

    .ip-com-search::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        background-color: rgba(0,0,0,.70);
        left: 0;
        z-index: 2;
    }

.ip-com-search-title {
    line-height: .9;
}

    .ip-com-search-title span {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
        font-size: 50px;
        letter-spacing: -.050em;
        color: #d26b2e;
        text-transform: uppercase;
    }   
    
        .ip-com-search-title span span {
            display: block;
            font-family: 'Oswald', sans-serif;
            font-weight: 500;
            font-size: 80px;
            color: #fff;
            letter-spacing: -.025em;
            text-transform: uppercase;
        } 

        .ip-com-search-desc p {
            font-family: 'PT Sans', sans-serif;
            font-weight: 400 !important;
            font-size: 16px !important;
            color: #fff;
            letter-spacing: .020em;
            line-height: 26px !important;
        }

        .ip-com-search-desc p span {
            text-decoration: underline;
        }

        .col-md-5 .ip-com-search-desc {
            max-width: 617px;
            margin-left: -30px;
            margin-right: -33px;
        }

        .ip-com-search-desc {
            max-width: 617px;
        }

        .ss-btn {
            margin-top: 26px;
        }

        .ss-btn a {
            max-width: 306px;
            height: 70px;
            line-height: 71px;
            font-family: 'Fjalla One', sans-serif;
            font-weight: 400;
            font-size: 18px;
            color: #fff;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: .200em;
            background: #d26b2e;
            display: block;
            margin: 0 auto;
            -webkit-transition: all .325s ease-in-out;
            -moz-transition: all .325s ease-in-out;
            -ms-transition: all .325s ease-in-out;
            transition: all .325s ease-in-out;
        }

            .ss-btn a:hover {
                background-color: #fff;
                color: #d26b2e;
            }

.ip-line-search {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    padding-bottom: 15px;
    background: url(../images/accent-bg.jpg) repeat-y center;
    background-size: 100%;
    bottom: 0;
    z-index: 4;
}     

@media only screen and (max-width: 1440px) {
    .communities-details {
        right: 69px;
    }

    .communities-details p {
        line-height: 40px;
        font-size: 28px;
    }

    .communities-d-slide-wrapp .communities-title .communities-name span {
        font-size: 30px;
    }



    .communities-d-slide-wrapp .communities-title .communities-name {
        font-size: 68px;
    }

    .communities-details {
        max-width: 502px;
    }
}   

@media only screen and (max-width: 1365px) {
    .communities-details {
        max-width: 429px;
    }

    .communities-details p {
        font-size: 25px;
        line-height: 37px;
    }

    .communities-d-slide-wrapp .communities-title .communities-name {
        font-size: 62px;
    }

    .communities-d-slide-wrapp .communities-title .communities-name span {
        font-size: 19px;
    }

    .map-img {
        margin-right: -5px; 
    }
}

@media only screen and (max-width: 1199px) {
    .communities-d-slide-wrapp .communities-title .communities-name {
        font-size: 44px;
    }

    .communities-d-slide-wrapp .communities-title .communities-name span {
        font-size: 16px;
        margin-left: 154px;
    }

    .communities-details p {
        font-size: 19px;
        line-height: 33px;
    }

    .communities-details {
        max-width: 365px;
    }

    .ip-com-search-title span span {
        font-size: 63px;
    }

    .col-md-5 .ip-com-search-desc {
        margin-right: -13px;
    }

    .ip-com-search-desc p {
        line-height: 23px !important;
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 991px) {
    .communities-d-slide-wrapp .communities-title {
        background: transparent;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    
    .communities-d-slide-wrapp:after {
        display: none;
    }

    .communities-d-slide-wrapp .communities-title .communities-name span {
        margin: 0;
        text-align: center;
        padding: 0;
    }

    .communities-name {
        text-align: center !important;
    }

    .communities-d-slide-wrapp .communities-title {
        top: 50%;
        transform: translateY(-50%);
    }

    .communities-details {
        position: relative;
        right: 0;
        bottom: 0;
    }

    .communities-d-slide-wrapp:after {
        bottom: 172px;
    }

    .communities-details {
        max-width: 100%;
        background: #000;
        padding: 20px 20px;
        text-align: center;
    }

    .ip-com-det-map-inner .row {
        display: block;
    }

    .map-img {
        margin: 0;
        margin-bottom: 20px;
    }

    .ip-com-left {
        margin: 0 auto;
        text-align: center;
    }

    .ip-com-lux {
        text-align: center;
    }

    .ip-com-search-title {
        line-height: .9;
    }

    .ip-com-search-desc {
        margin: 0 auto;
    }

    .ip-com-search-title {
        text-align: center;
    }

    .ip-com-search-desc {
        text-align: center;
        margin: 0 auto !important;
    }
}

@media only screen and (max-width: 767px) {
    .communities-d-slide-wrapp .communities-title {
        top: 42%;
    }

    .communities-d-slide-wrapp:after {
        display: none;
    }

    .communities-d-cont {
        text-align: center;
        margin-top: 30px;
    }

    .ip-com-search-title span {
        font-size: 42px;
    }

    .ip-com-search-title span span {
        font-size: 55px;
    }

}

@media only screen and (max-width: 480px) {
    .communities-d-slide-wrapp .communities-title {
        top: 36%;
    }

    .ip-com-lux-title h2 {
        font-size: 27px;
    }

    .ip-com-search-title span span {
        font-size: 36px;
    }

    .ip-com-search-title span {
        font-size: 28px;
    }

}