/* #wpadminbar { opacity: 0; }

#wpadminbar:hover { opacity: 1; }

html.webkit { margin-top: 0!important; }

::-webkit-scrollbar { width: 0; } */



#inner-page-wrapper {

    margin-bottom: 0;

}

#inner-page-wrapper > .container {

    width: 100%;

    padding: 0;

}

.ip-banner {

    display: none;

}

#content > p#breadcrumbs {

    display: none;

}

#content-sidebar, #content-full {

    margin-top: 0;

}

.ip-neighborhood-details-wrap {

    font-size: 0;

}

.get-in-touch-area {

    display: none;

}



/* Banner : START */

.ip-neighborhood-details-banner {

    position: relative;

    background: #000000;

}

.ip-neighborhood-details-banner::after {

    content: '';

    display: block;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: #000000;

    opacity: 0;

    z-index: 2;

}

.ip-neighborhood-details-banner canvas {

    display: block;

    width: 100%;

    min-width: 250px;

    background-color: #cccccc;

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    position: relative;

    z-index: 1;

    /*opacity: .7;*/

    /*height: calc(100vh - 200px);*/

}



.ip-neighborhood-details-banner iframe {

    position: absolute;

    top: 50%;

    left: 50%;

    width: 120%;

    height: 120%;

    z-index: 1;

    transform: translate(-50%, -50%);

    max-width: unset !important;

}



.ip-neighborhood-details-banner .ip-breadcrumbs-holder {

    z-index: 5;

}

.ip-neighborhood-details-banner p#breadcrumbs {

    margin: 0;

}



.ip-nd-banner-content{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    z-index: 4;

    text-align: center;

    padding: 0 15px;

}



.ip-nd-banner-title{

    font-size: 50px;

    color: #fff;

    font-weight: 300;

    text-transform: uppercase;

    font-family: 'Manrope', sans-serif;

    letter-spacing: 2.5px;

}



.ip-nd-banner-text {

    font-size: 22px;

    color: #fff;

    font-weight: 400;

    line-height: 1.3;

    letter-spacing: .5px;

    max-width: 700px;

    margin: 18px auto 0;

    font-family: 'Manrope', sans-serif;

}



.ip-nd-banner-content-inner {

    width: 100%;

    max-width: 1070px;

    line-height: 1;

    margin-top: 150px;



    display: flex;

    align-items: center;

    justify-content: space-between;



}



.ip-nd-banner-content-inner-logo {

    width: 300px;

}

.ip-nd-banner-content-inner-logo img {

    width: 100%;
    height: auto;

}

.ip-nd-banner-content-inner-wrapper.with-logo {

    width: calc(100% - 300px);

}

.ip-nd-banner-content-inner-wrapper.without-logo {

    width: 100%;

}

.postid-207992 .ip-nd-banner-content-inner {
    flex-wrap: wrap;
    justify-content: center;
}
.postid-207992 .ip-nd-banner-content-inner-logo {
    width: 500px;
    max-width: 100%;
    filter: brightness(0) invert(1);
}
.postid-207992 .ip-nd-banner-content-inner-wrapper.with-logo {
    width: 100%;
}
.postid-207992 .ip-nd-banner-title {
    display: none;
}

.ip-nd-banner-link a {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    height: 60px;

    max-width: 239px;

    margin: 33px auto 0;

    font-size: 17px;

    color: #fff;

    line-height: 1;

    letter-spacing: 0.2em;

    text-align: center;

    text-transform: uppercase;

    border: 1px solid #fff;

    transition: all 0.3s ease-in-out;

}



.ip-nd-banner-link a:hover {

    background: #000000;

    border-color: #000000;

    color: #ffffff;

}

/* Banner : END */



/* Top : START */

.ip-neighborhood-details-top {

    background: url(../../images/neighborhood-details/title-bg.jpg) no-repeat center center / cover;

    position: relative;

    z-index: 2;

}

.ip-neighborhood-details-title {

    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,0.5) 100%);

    padding: 50px 0 50px;

    text-align: center;

}

.ip-neighborhood-details-title .head-title {

    font-size: 50px;

    font-weight: 900;

    color: #262626;

    line-height: 1;

    letter-spacing: -0.05em;

}

#content .ip-neighborhood-details-title p {

    font-size: 27px;

    color: #996d5d;

    line-height: 1.2;

    letter-spacing: 0.01em;

    margin: 18px 0 0;

}

.ip-neighborhood-details-title a {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 460px;

    height: 60px;

    max-width: 100%;

    margin: 38px auto 0;

    font-size: 17px;

    color: #262626;

    line-height: 1;

    letter-spacing: 0.2em;

    text-align: center;

    text-transform: uppercase;

    border: 1px solid #262626;

    transition: all 0.3s ease-in-out;

}

.ip-neighborhood-details-title a:hover {

    background: #000000;

    border-color: #000000;

    color: #ffffff;

}

.ip-neighborhood-details-features {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    margin-top: 1px;

}

.ip-neighborhood-details-features-box {

    width: calc( 33.33% - 0.6667px );

    background: rgb(153 109 93 / 90%);

    text-align: center;

    padding: 90px 10px 95px;

}

.ip-neighborhood-details-features-box .head-title {

    font-size: 40px;

    font-weight: 300;

    color: #ffffff;

    line-height: 1;

    letter-spacing: 0.3em;

    text-transform: uppercase;

}

.ip-neighborhood-details-features-box strong {

    display: block;

    font-size: 20px;

    font-weight: 600 !important;

    color: #ffffff;

    line-height: 1;

    letter-spacing: 0.025em;

    margin-top: 12px;

}

#content .ip-neighborhood-details-features-box p {

    font-size: 14px;

    color: #ffffff;

    line-height: 2.1;

    letter-spacing: 0.01em;

    max-width: 300px;

    margin: 30px auto 0;

}

/* Top : END */



/* Info : START */

.ip-neighborhood-details-info {

    background: #fafafa;

    padding: 98px 0 15px;

}

.ip-neighborhood-details-info-container {

    position: relative;

    width: 1430px;

    max-width: 100%;

    padding: 0 15px;

    margin: 0 auto;

}

.ip-neighborhood-details-info-row {

    display: flex;

    flex-wrap: wrap;

    margin-bottom: 30px;

    align-items: center;

}

.ip-neighborhood-details-info-row:nth-child(odd) {

    flex-direction: row-reverse;

}

.ip-neighborhood-details-info-row:last-child {

    margin-bottom: 0;

}

.ip-neighborhood-details-info-image {

    width: 50%;

}

.ip-neighborhood-details-info-image canvas {

    background-position: center;

    background-size: cover;

}

.ip-neighborhood-details-info-image img {

    object-fit: cover;

}



.gallery-popup-photo a {

    position: relative;

    display: block;

}



.gallery-popup-photo a span {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 1;

    opacity: 0;

    transition: all 0.3s ease-in-out;

}



.gallery-popup-photo a.ip-pd-photo-gallery::after {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #996d5d;

    opacity: 0;

    transition: all 0.3s ease-in-out;

}



.gallery-popup-photo a:hover::after{

    opacity: 0.7;

}

.gallery-popup-photo a:hover span{

    opacity: 1;

}



.ip-neighborhood-details-info-text {

    width: 50%;

    padding: 0 60px 0 105px;

}

.ip-neighborhood-details-info-row:nth-child(odd) .ip-neighborhood-details-info-text {

    padding-left: 0;

    padding-right: 120px;

}

.ip-neighborhood-details-info-text .head-title {

    font-size: 50px;

    font-weight: 900;

    color: #996d5d;

    line-height: 1;

    letter-spacing: -0.05em;

    margin-bottom: 54px;

}

#content .ip-neighborhood-details-info-text p {

    font-size: 16px;

    color: #262626;

    line-height: 2.1;

    letter-spacing: 0.01em;

    margin: 0 0 30px;

}

/* Info : END */



/* Gallery : START */

.ip-neighborhood-details-gallery {

    background: #fafafa;

    padding: 0 0 100px;

}

.ip-neighborhood-details-gallery-container {

    position: relative;

    width: 1430px;

    max-width: 100%;

    padding: 0 15px;

    margin: 0 auto;

}

.ip-neighborhood-details-gallery-list {



}

.ip-neighborhood-details-gallery-list:not(.slick-initialized) .ip-neighborhood-details-gallery-item:nth-child(1) ~ div {

    display: none;

}

.ip-neighborhood-details-gallery-item {



}

.ip-neighborhood-details-gallery-item canvas {

    display: block;

    width: 100%;

    background-color: #cccccc;

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

}

.ip-neighborhood-details-gallery-arrows {



}

.ip-neighborhood-details-gallery-arrow {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    font-size: 28px;

    color: #996d5d;

    cursor: pointer;

    transition: all 0.3s ease-in-out;

}

.ip-neighborhood-details-gallery-arrow:hover {

    color: #000000;

}

.ip-neighborhood-details-gallery-prev {

    left: -25px;

}

.ip-neighborhood-details-gallery-next {

    right: -25px;

}

#content .ip-neighborhood-details-gallery-arrow i {

    font-style: normal;

}



.ip-nd-gallery-photo {

    position: relative;

    padding: 0 15px 72px;

    background: #fafafa;

}



.ip-nd-gallery-photo-inner{

    max-width: 1400px;

    margin: 0 auto;

}



.ip-nd-gallery-photo-feed{

    display: flex;

    flex-wrap: wrap;

    position: relative;

    margin: 0 -15px;

}



.ip-nd-gallery-photo-list{

    width: calc(25% + 7px);

    padding: 15px;

}



.ip-nd-gallery-photo-list:last-child{

    width: calc(50% - 14px);

}



.ip-nd-gallery-photo-list-inner{

    position: relative;

}



.ip-nd-gallery-photo-list-inner canvas{

    display: block;

    width: 100%;

    height: 399px;

}



.ip-nd-gallery-photo-list-inner img{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

}



.ip-nd-gallery-text p{

    font-size: 16px;

    color: #262626;

    line-height: 2.1;

    letter-spacing: 0.01em;

    margin: 0 0 30px;

    font-family: 'Manrope', sans-serif;

}

/* Gallery : END */



/*avail homes*/

.ip-nd-available-homes{

    position: relative;

    padding: 67px 5px 60px;

    line-height: 1;

}



.ip-nd-ah-title{

    text-align: center;

    font-size: 50px;

    color: #262626;

    font-weight: 700;

    font-family: 'Manrope', sans-serif;

    letter-spacing: -2px;

}



.ip-nd-ah-text {

    text-align: center;

    color: #996d5d;

    font-size: 27px;

    font-family: 'Manrope', sans-serif;

    line-height: 1.3;

    letter-spacing: .2px;

    margin-top: 16px;

    margin-bottom: 51px;

}



.ip-nd-ah-feed {

    display: flex;

    flex-wrap: wrap;

}



.ip-nd-ah-feed .ipndp-list {

    display: block;

    width: calc(100% / 3);

}



.ip-nd-ah-feed .ipndp-address span {

    font-weight: 300;

    margin-top: 0;

}



.ip-nd-ah-feed .ipndp-hover-label {

    /*font-size: 20px;

    letter-spacing: 3px;*/

}



.ip-nd-ah-feed .ipndp-hover-text {

    /*font-size: 14px;

    letter-spacing: 2px;

    line-height: 1.3;*/

    font-size: 14px;

    font-weight: 300;

    letter-spacing: .56px;

    font-family: 'Manrope', sans-serif;

    line-height: 2.05;

    text-transform: initial;

}







/* Properties : START */

.ip-neighborhood-details-properties {

    padding: 115px 0 0;

}

.ip-neighborhood-details-properties-holder {

    padding: 0 35px;

    font-size: 0;

}

.ip-neighborhood-details-properties-inner {

    position: relative;

}

    .ip-neighborhood-details-properties-title {

        font-size: 40px;

        font-weight: 300;

        color: #333333;

        line-height: 1;

        letter-spacing: 0.25em;

        text-align: center;

        text-transform: uppercase;

    }



        .ipndp-list{

            padding: 5px;

            display: inline-block;

            vertical-align: middle;

            width: 100%;

        }



            .ipndp-list a{

                display: block;

                position: relative;

                z-index: 1;

                line-height: 1;

                -webkit-transition: all 0.3s ease-in-out;

                -o-transition: all 0.3s ease-in-out;

                transition: all 0.3s ease-in-out;

            }



                .ipndp-list a:hover,

                .ipndp-list a:focus{

                    z-index: 5;

                }



                .ipndp-list canvas {

                    display: block;

                    width: 100%;

                }



                    .ipndp-list .ipndp-container2 .ipndp-front::after {

                        content: '';

                        position: absolute;

                        top: 0;

                        left: 0;

                        width: 100%;

                        height: 100%;

                        background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(38,38,38,0) 50%,rgba(38,38,38,0) 69%,rgba(38,38,38,0.09) 74%,rgba(38,38,38,0.16) 77%,rgba(38,38,38,0.66) 93%,rgba(38,38,38,0.74) 96%,rgba(38,38,38,0.8) 100%);

                        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),color-stop(49%, rgba(255,255,255,0)),color-stop(50%, rgba(38,38,38,0)),color-stop(69%, rgba(38,38,38,0)),color-stop(74%, rgba(38,38,38,0.09)),color-stop(77%, rgba(38,38,38,0.16)),color-stop(93%, rgba(38,38,38,0.66)),color-stop(96%, rgba(38,38,38,0.74)),to(rgba(38,38,38,0.8)));

                        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(38,38,38,0) 50%,rgba(38,38,38,0) 69%,rgba(38,38,38,0.09) 74%,rgba(38,38,38,0.16) 77%,rgba(38,38,38,0.66) 93%,rgba(38,38,38,0.74) 96%,rgba(38,38,38,0.8) 100%);

                    }



                        .ipndp-content{

                            position: absolute;

                            bottom: 15px;

                            width: 100%;

                            left: 0;

                            z-index: 5;

                            padding: 0 20px;

                            display: -webkit-box;

                            display: -ms-flexbox;

                            display: flex;

                            -webkit-box-align: end;

                                -ms-flex-align: end;

                                    align-items: flex-end;

                            -webkit-box-pack: justify;

                                -ms-flex-pack: justify;

                                    justify-content: space-between;

                        }



                            .ipndp-address {

                                font-size: 17px;

                                font-weight: 500;

                                color: #fff !important;

                                font-family: 'Manrope', sans-serif;

                                text-transform: uppercase;

                                letter-spacing: 3.5px;

                                margin-bottom: 7px;

                            }



                                .ipndp-address span {

                                    display: block;

                                    font-size: 20px;

                                    text-transform: uppercase;

                                    margin-top: 11px;

                                    letter-spacing: .2px;

                                }



                                    .ipndp-price {

                                        font-size: 20px;

                                        color: #fff !important;

                                        font-weight: 500;

                                        font-family: 'Manrope', sans-serif;

                                        letter-spacing: -.6px;

                                    }



                                        .ipndp-content-view {

                                            font-size: 20px;

                                            font-weight: 700;

                                            color: #fff !important;

                                            font-family: 'Manrope', sans-serif;

                                            margin-left: auto;

                                        }



                                            .container2 .back canvas {

                                                opacity: .3;

                                            }



                                                .ipndp-hover-content {

                                                    position: absolute;

                                                    top: 0;

                                                    left: 0;

                                                    width: 100%;

                                                    height: 100%;

                                                    padding: 44px 15px 0;

                                                }



                                            .ipndp-hover-label {

                                                font-size: 30px;

                                                color: #fff !important;

                                                text-transform: uppercase;

                                                letter-spacing: 7px;

                                                font-family: 'Manrope', sans-serif;

                                                margin-bottom: 17px;

                                            }



                                        .ipndp-hover-text {

                                            font-size: 17px;

                                            font-weight: 500;

                                            color: #fff !important;

                                            font-family: 'Manrope', sans-serif;

                                            text-transform: uppercase;

                                            letter-spacing: 3.5px;

                                            margin-bottom: 7px;

                                        }



                                    .ipndp-hover-inner {

                                        max-width: 390px;

                                        margin: 0 auto;

                                        position: absolute;

                                        top: 45%;

                                        -webkit-transform: translateY(-50%);

                                            -ms-transform: translateY(-50%);

                                                transform: translateY(-50%);

                                        left: 0;

                                        right: 0;

                                        width: 100%;

                                    }



                                .ipndp-hover-view {

                                    font-size: 20px;

                                    font-weight: 300;

                                    position: absolute;

                                    bottom: 26px;

                                    right: 24px;

                                    letter-spacing: 4.5px;

                                    font-family: 'Manrope', sans-serif;

                                    color: #fff !important;

                                }



                            .ipndp-slick-slider .slick-slide > div > div{

                                display: block !important;

                            }



                        .ipndp-list a canvas {

                            /*background-size: cover;*/

                            background-size: 150%;

                            background-position: center;

                            background-repeat: no-repeat;

                        }



                    .ipndp-slick-slider .slick-list {

                        padding: 120px 0 100px;

                    }



                .ipndp-slider {

                    position: relative;

                    margin-top: -68px;

                }



            .ipndp-links {

                display: -webkit-box;

                display: -ms-flexbox;

                display: flex;

                -ms-flex-wrap: wrap;

                    flex-wrap: wrap;

                -webkit-box-pack: center;

                    -ms-flex-pack: center;

                        justify-content: center;

                margin-top: 14px;

                display: none;

            }



        .ipndp-links a{

            display: -webkit-box;

            display: -ms-flexbox;

            display: flex;

            -webkit-box-pack: center;

                -ms-flex-pack: center;

                    justify-content: center;

            -webkit-box-align: center;

                -ms-flex-align: center;

                    align-items: center;

            text-transform: uppercase;

            font-size: 17px;

            font-weight: 400;

            color: #000;

            background: #fff;

            border: solid 1px rgba(0,0,0,.8);

            -webkit-transition: all 0.3s ease-in-out;

            -o-transition: all 0.3s ease-in-out;

            transition: all 0.3s ease-in-out;

            width: 100%;

            max-width: 341px;

            height: 61px;

            font-family: 'Manrope', sans-serif;

            margin: 0 10px;

            pointer-events: auto;

            letter-spacing: 3.5px;

        }



    .ipndp-links a:hover,

    .ipndp-links a:focus{

        color: #fff;

        background: #000;

    }

    .ipndp-pagination{

        text-align: center;

    }



    /*scp*/

    .ipndp-container2{

      -webkit-transform-style: preserve-3d;

              transform-style: preserve-3d;

        -webkit-perspective: 1000px;

                perspective: 1000px;

    }



    .ipndp-front, .ipndp-back {

        -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);

        transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);

        -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);

        transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);

        transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);

        -webkit-backface-visibility: hidden;

        backface-visibility: hidden;

    }



    .ipndp-back{

      background: #1a1a1a;

    }



    .ipndp-back canvas{

        opacity: .3;

    }



    .ipndp-back .ipndp-flip-inner {

        padding: 35px 15px 0;

    }



    .ipndp-container2:hover .ipndp-front,

    .ipndp-container2:hover .ipndp-back{

        -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);

        transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);

        -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);

        transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);

        transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);

    }



    .ipndp-back{

        position: absolute;

        top: 0;

        left: 0;

        width: 100%;

    }



    .ipndp-flip-inner {

        -webkit-transform: translateY(0%) translateZ(40px) scale(1);

        transform: translateY(0%) translateZ(40px) scale(1);

        top: 0;

        position: absolute;

        left: 0;

        width: 100%;

        padding: 2rem;

        -webkit-box-sizing: border-box;

        box-sizing: border-box;

        outline: 1px solid transparent;

        -webkit-perspective: inherit;

        perspective: inherit;

        z-index: 2;

        height: 100%;

    }



    .ipndp-front .ipndp-flip-inner {

        top: auto;

        bottom: 0;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-align: end;

            -ms-flex-align: end;

                align-items: flex-end;

        padding: 22px 32px;

    }



    .ipndp-container2 .ipndp-back{

        -webkit-transform: rotateY(180deg);

                transform: rotateY(180deg);

        -webkit-transform-style: preserve-3d;

                transform-style: preserve-3d;

    }



    .ipndp-container2 .ipndp-front{

        -webkit-transform: rotateY(0deg);

                transform: rotateY(0deg);

        -webkit-transform-style: preserve-3d;

                transform-style: preserve-3d;

    }



    .ipndp-container2:hover .ipndp-back{

      -webkit-transform: rotateY(0deg);

              transform: rotateY(0deg);

      -webkit-transform-style: preserve-3d;

              transform-style: preserve-3d;

    }



    .ipndp-container2:hover .ipndp-front{

      -webkit-transform: rotateY(-180deg);

              transform: rotateY(-180deg);

      -webkit-transform-style: preserve-3d;

              transform-style: preserve-3d;

    }



/* IP Pagination */

/* .ipndp-pagination {

    display: block;

    text-align: center;

    margin-top: -30px;

    padding-bottom: 64px;

} */



#content .ipndp-pager ul {

    list-style-type: none;

    display: block;

    margin: 0;

}



#content .ipndp-pager ul li {

    display: inline-block;

    vertical-align: middle;

    padding: 0 20px;

    position: relative;

}



.ipndp-page-arrows, .ipndp-pager {

    display: inline-block;

    vertical-align: middle;

    position: relative;

}



.ipndp-pager {

    margin: 0 10px;

}



#content .ipndp-pager ul li.ipndp-page-item.active a, #content .ipndp-pager ul li.ipndp-page-item:hover a {

    color: #996d5d;

}





#content .ipndp-pager ul li.ipndp-page-item:before {

    position: absolute;

    content: '';

    bottom: -4px;

    left: -2px;

    right: 0;

    margin: 0 auto;

    height: 2px;

    width: 100%;

    background: #cccccc;

    opacity: 0;

    visibility: hidden;

    max-width: 13px;

}



#content .ipndp-pager ul li.ipndp-page-item a {

    color: #333333;

    font-size: 13px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: 2.6px;

    -webkit-transition: 0.3s all ease-in-out;

    -o-transition: 0.3s all ease-in-out;

    transition: 0.3s all ease-in-out;

}



#content .ipndp-pager ul li.ipndp-page-item.active:before {

    opacity: 1;

    visibility: visible;

}



.ipndp-page-arrows.ipndp-prev-btn span {

    color: #cccccc;

}



.ipndp-page-arrows span {

    font-size: 19px;

    line-height: 1;

    font-weight: 600!important;

    -webkit-transition: 0.3s all ease-in-out;

    -o-transition: 0.3s all ease-in-out;

    transition: 0.3s all ease-in-out;

}



.ipndp-page-arrows.ipndp-next-btn span {

    color: #333333;

}





.ipndp-page-arrows.ipndp-prev-btn span:hover {

    color: #333;

}



.ipndp-page-arrows.ipndp-next-btn span:hover {

    color: #000;

}

/* Properties : END */



/* Agent : START */

.ip-neighborhood-details-agent {

    background: url(../../images/neighborhood-details/agent-bg.jpg) #cccccc no-repeat center center / cover;

    margin-top: 65px;

}

.ip-neighborhood-details-agent-container {

    position: relative;

    width: 1330px;

    max-width: 100%;

    padding: 0 15px;

    margin: 0 auto;

}

.ip-neighborhood-details-agent-holder {

    position: relative;

}

.ip-neighborhood-details-agent-list {



}

.ip-neighborhood-details-agent-list:not(.slick-initialized) .ip-neighborhood-details-agent-item:nth-child(1) ~ div {

    display: none;

}

.ip-neighborhood-details-agent-list .slick-list {

    overflow: visible

}

.ip-neighborhood-details-agent-item {



}

.ip-neighborhood-details-agent-item-inner {

    display: flex;

    flex-wrap: wrap;

    align-items: flex-start;

    justify-content: space-between;

}

.ip-neighborhood-details-agent-left {

    width: 26.92%;

}

.ip-neighborhood-details-agent-left img {

    margin-top: -42px;

    height: 490px;

    object-fit: contain;

    object-position: center bottom;

}

.ip-neighborhood-details-agent-right {

    width: 69.23%;

    padding-top: 85px;

    padding-bottom: 20px;

}



.ip-neighborhood-details-agent-right .ip-neighborhood-details-agent-image{

    display: none;

}

.ip-neighborhood-details-agent-title {

    font-size: 50px;

    font-weight: 900;

    color: #996d5d;

    line-height: 1;

    letter-spacing: -0.025em;

}

.ip-neighborhood-details-agent-name {

    font-size: 40px;

    font-weight: 300;

    color: #333333;

    line-height: 1;

    letter-spacing: 0.25em;

    text-transform: uppercase;

    margin-top: 32px;

}

.ip-neighborhood-details-agent-name strong {

    font: 600;

}

.ip-neighborhood-details-agent-contact {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    margin-top: 20px;

}

.ip-neighborhood-details-agent-contact-item {

    font-size: 17px;

    font-weight: 300;

    color: #333333;

    line-height: 1;

    letter-spacing: 0.02em;

    margin-right: 40px;

    margin-bottom: 15px;

}

.ip-neighborhood-details-agent-contact-item:last-child {

    margin-right: 0;

}

.ip-neighborhood-details-agent-contact-item div,

.ip-neighborhood-details-agent-contact-item a {

    display: flex;

    align-items: center;

}

.ip-neighborhood-details-agent-contact-item a {

    transition: all 0.3s ease-in-out;

}

.ip-neighborhood-details-agent-contact-item a:hover {

    color: #000000;

}

#content .ip-neighborhood-details-agent-contact-item i {

    font-size: 10px;

    font-style: normal;

    margin-right: 8px;

}

.ip-neighborhood-details-agent-contact-item i.ai-font-phone {

    font-size: 14px;

}

.ip-neighborhood-details-agent-contact-item i.ai-font-envelope-f {



}

.ip-neighborhood-details-agent-cta {

    display: flex;

    flex-wrap: wrap;

    margin-top: 36px;

}

.ip-neighborhood-details-agent-cta a {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 390px;

    height: 60px;

    max-width: 100%;

    font-size: 17px;

    color: #ffffff !important;

    line-height: 1;

    letter-spacing: 0.2em;

    text-align: center;

    text-transform: uppercase;

    background: #000000;

    border: 1px solid #000000;

    margin-right: 30px;

    margin-bottom: 20px;

    transition: all 0.3s ease-in-out;

}

.ip-neighborhood-details-agent-cta a:hover {

    background: transparent;

    color: #000000 !important;

}

.ip-neighborhood-details-agent-cta a:last-child {

    margin-right: 0;

}

.ip-neighborhood-details-agent-arrows {



}

.ip-neighborhood-details-agent-arrow {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    font-size: 50px;

    color: #000000;

    cursor: pointer;

    transition: all 0.3s ease-in-out;

}

.ip-neighborhood-details-agent-arrow:hover {

    color: #996d5d;

}

.ip-neighborhood-details-agent-prev {

    left: -90px;

}

.ip-neighborhood-details-agent-next {

    right: -90px;

}

#content .ip-neighborhood-details-agent-arrow i {

    font-style: normal;

}

/* Agent : END */



/* Contact : START */

/* FOOTER */

.footer-info-container {

    display: block;

    position: relative;

}



.footer-wrapper {

    display: block;

    position: relative;

}



.footer-container {

    display: block;

    position: relative;

}



.footer-info-main {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;

    position: relative;

    z-index: 2;

}



.footer-col-right {

    width: 61.25%;

    overflow: hidden;

    padding: 86px 30px 91px 119px;

    position: relative;

}



.footer-col-left {

    width: 38.75%;

    position: relative;

    padding: 86px 106px 90px 30px;

    font-size: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: start;

        -ms-flex-align: start;

            align-items: flex-start;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end;

}



.footer-info-wrapper {

    position: relative;

    display: block;

    background: url(../../images/featured-properties/footer-form-bg.jpg) no-repeat;

    background-position: top center;

    background-size: cover;

    z-index: 1;

}



.footer-smi-widget .ip-footer-smi {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: start;

        -ms-flex-pack: start;

            justify-content: flex-start;

    pointer-events: auto;

}



.footer-smi-widget .ip-footer-smi a {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    font-size: 20px;

    color: #fff;

    margin: 0 15px;

    -webkit-transition: 0.3s all ease-in-out;

    -o-transition: 0.3s all ease-in-out;

    transition: 0.3s all ease-in-out;

}



.footer-smi-widget .ip-footer-smi a:hover {

    color: #996d5d;

}





.footer-smi-widget .ip-footer-smi a:first-child {

    margin-left: 0;

}



.footer-smi-widget .ip-footer-smi a:last-child {

    margin-right: 0;

}



.footer-smi-wrap {

    display: block;

    position: relative;

    text-align: center;

    margin-bottom: 82px;

}





.footer-logo a {

    display: block;

    position: relative;

    max-width: 361px

}



.footer-logo img {

    max-width: 100%;

}



.footer-contacts span {

    font-size: 22px;

    line-height: 25px;

    letter-spacing: 0.44px;

    color: #fff;

    display: block;

    font-weight: 300;

    position: relative;

    -webkit-transition: 0.3s all ease-in-out;

    -o-transition: 0.3s all ease-in-out;

    transition: 0.3s all ease-in-out;

}



.footer-contacts span:not(:last-child) {

    margin-bottom: 26px;

}





.footer-contacts span a {

    color: #fff;

    -webkit-transition: 0.3s all ease-in-out;

    -o-transition: 0.3s all ease-in-out;

    transition: 0.3s all ease-in-out;

}



.footer-contacts span a:hover {

    color: #996d5d;

}







.footer-contacts span em.ai-font-phone {

    display: inline-block;

    font-size: 13px;

    font-weight: 600;

    margin-right: 10px;

}



.footer-contacts span em.ai-font-envelope-f {

    display: inline-block;

    font-size: 11px;

    font-weight: 600;

    margin-right: 10px;

}





.footer-contacts span em.ai-font-location-c {

    display: inline-block;

    vertical-align: middle;

    font-size: 26px;

    position: absolute;

    left: 0;

}





.footer-contacts {

    display: block;

    margin-bottom: 43px;

    margin-top: 40px;

}



.footer-logo {

    display: flex;

    /*margin-bottom: 45px;*/

}



.footer-info-wrapper:before {

    position: absolute;

    content: '';

    top: 0;

    right: 0;

    width: 61.25%;

    height: 100%;

    background: rgba(138,118,76,.90);

    z-index: 1;

}



.footer-info-wrapper:after {

    position: absolute;

    content: '';

    top: 0;

    left: 0;

    width: 38.75%;

    height: 100%;

    background: rgba(51,51,51,.90);

    pointer-events: none;

    z-index: 1;

}





/* SEND US A MESSAGE */



.sm-title {

    display: block;

}



.sm-form-col.submit {

    max-width: 341px;

    position: relative;

}



#content .sm-title h2 {

    font-size: 50px;

    font-weight: 800;

    line-height: 1;

    letter-spacing: -1.25px;

    color: #fff;

    margin: 0;

}



.sm-title h2 span {

    font-weight: 600;

}



.sm-form-col input:not([type=submit]):not([type=checkbox]) {

    width: 100%;

    height: 42px;

    border: none;

    background: transparent;

    border-bottom: 1px solid rgba(255,255,255,.50);

    padding: 0 4px;

    font-size: 13px;

    font-weight: 300;

    line-height: 1;

    letter-spacing: 2.6px;

    color: #fff;

    text-transform: uppercase;

}



.sm-form-col textarea {

    width: 100%;

    height: 76px;

    border: none;

    background: transparent;

    border-bottom: 1px solid rgba(255,255,255,.50);

    padding: 20px 4px 4px;

    font-size: 13px;

    font-weight: 300;

    line-height: 1;

    letter-spacing: 2.6px;

    color: #fff;

    text-transform: uppercase;

    resize: none;

    overflow: hidden;

}



.sm-form-container {

    display: block;

    width: 100%;

    max-width: 630px;

}





.sm-form-col {

    width: calc(50% - 15px);

    display: inline-block;

    vertical-align: middle;

}



.sm-form-row {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;

}



.sm-form-row.full .sm-form-col {

    width: 100%;

}



.sm-form-row.full {

    display: block;

}





.sm-form-row.full .sm-form-col:not(:last-child) {

    margin-bottom: 45px;

}



.sm-form-widget div.wpcf7 .ajax-loader {

    position: absolute;

    bottom: -16px;

    left: 0;

    right: 0;

    margin: 0 auto;

}



.sm-form-widget {

    position: relative;

    display: block;

    margin-top: 31px;

    font-size: 12px;

}



#content .sm-form-widget form {

    position: relative;

    margin: 0;

    color: #fff;
}



.sm-form-col input[type=submit] {

    width: 100%;

    height: 61px;

    border: none;

    -webkit-transition: 0.3s all ease-in-out;

    -o-transition: 0.3s all ease-in-out;

    transition: 0.3s all ease-in-out;

    font-size: 17px;

    line-height: 1;

    letter-spacing: 3.4px;

    color: #fff;

    text-transform: uppercase;

    padding: 0;

    background: transparent;

    border: 1px solid #fff;

}



.sm-form-col input[type=submit]:hover {

    background-color: #333333;

    border-color: #333333;

}





.sm-form-widget div.wpcf7-response-output{

    position: absolute;

    bottom: -48px;

    left: 0;

    right: 0;

    margin: 0 auto;

    text-align: center;

    color: #fff!important;

}





.sm-form-row:not(:last-child) {

    margin-bottom: 15px;

}



.footer-contacts span:first-child {

    padding-left: 30px;

}



.ip-neighborhood-map {

    display: block;

    position: relative;

    padding: 0 0 125px;

}



.ng-title {

    display: none;

}



.ng-links {

    display: none;

}

/* Contact : END */



/* Other : START */

.ip-neighborhood-details-other {

    padding: 80px 0 100px;

}

.ip-neighborhood-details-other-container {

    position: relative;

    width: 1600px;

    max-width: 100%;

    padding: 0 18px;

    margin: 0 auto;

}

.ip-neighborhood-details-other-title {

    font-size: 40px;

    font-weight: 300;

    color: #333333;

    line-height: 1;

    letter-spacing: 0.25em;

    text-align: center;

    text-transform: uppercase;

    margin-bottom: 75px;

}

.ip-neighborhood-details-other-list {

    display: flex;

    flex-wrap: wrap;

    margin: 0 -0.5px;

}

.ip-neighborhood-details-other-item {

    width: 25%;

    padding: 0 0.5px;

}

.ip-neighborhood-details-other-item a {

    display: block;

    position: relative;

}

.ip-neighborhood-details-other-image {

    position: relative;

    z-index: 1;

}

.ip-neighborhood-details-other-image::before,

.ip-neighborhood-details-other-image::after {

    content: '';

    display: block;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    z-index: 2;

    transition: all 0.3s ease-in-out;

}

.ip-neighborhood-details-other-image::before {

    background: #262626;

    opacity: 0;

}

.ip-neighborhood-details-other-item a:hover .ip-neighborhood-details-other-image::before {

    opacity: 0.8;

}

.ip-neighborhood-details-other-image::after {

    background: linear-gradient(to bottom, rgba(38,38,38,0) 0%,rgba(38,38,38,0.8) 100%);

}

.ip-neighborhood-details-other-item a:hover .ip-neighborhood-details-other-image::after {

    opacity: 0;

}

.ip-neighborhood-details-other-image canvas {

    display: block;

    width: 100%;

    background-color: #cccccc;

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    position: relative;

    z-index: 1;

}

.ip-neighborhood-details-other-text {

    position: absolute;

    width: 100%;

    max-width: 280px;

    bottom: 45px;

    left: 0;

    right: 0;

    margin: auto;

    padding: 0 10px;

    font-size: 23px;

    font-weight: 700;

    color: #ffffff;

    line-height: 1;

    letter-spacing: 0.1em;

    text-align: center;

    text-transform: uppercase;

    z-index: 2;



}

/* Other : END */







.ipndp-pagination ul {

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 !important;

}





.ipndp-pagination a {

    font-size: 14px;

    color: #333333;

    font-weight: 600;

    font-family: 'Manrope', sans-serif;

    padding: 9px;

    display: inline-block;

    border-bottom: solid 2px transparent;

}





.ip-neighborhood-additional-description {

    width: 80%;

    margin: auto;

}



.ip-neighborhood-additional-description p {

    font-size: 15px;

}



.ip-neighborhood-details-banner > a {

    display: block;

    position: relative;

    z-index: 5;

    pointer-events: none;

}



.ip-neighborhood-play-icon{

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    width: 52px;

    height: 52px;

    background: url(../../images/property-details/vid-play-icon.png) no-repeat;

    background-position: center;

    background-size: contain;

    opacity: .75;

    margin: auto;

    z-index: 5;

    display: none;

}







/*Market Reports Section*/

.ip-neighborhood-details-market-reports-holder {

    width: 100%;

    max-width: 1440px;

    margin: 0 auto;

    padding: 100px 0;

}



.ip-neighborhood-details-market-reports-heading {

    font-size: 40px;

    font-weight: 300;

    color: #333333;

    line-height: 1;

    letter-spacing: 0.25em;

    text-align: center;

    text-transform: uppercase;

}



span.ip-neighborhood-details-market-reports-subtitle {

    display: block;

    font-size: 20px;

    font-weight: 700;

    letter-spacing: 1px;

    padding: 60px 0 40px;

}



.ip-neighborhood-details-market-reports-content-inner {

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-content: center;

    align-items: center;

}



.ip-neighborhood-details-market-reports-content-item {

    width: calc(100% / 3);

    padding: 20px;

    border: 1px solid #996d5d;

    margin: 20px;



    min-height: 162px;

    position: relative;

}



span.ip-neighborhood-details-market-reports-content-item-title {

    font-size: 15px;

    text-align: center;

    display: block;

    text-transform: uppercase;

    font-weight: 800;

    color: #996d5d;

    padding: 0 0 20px;

}



.ip-neighborhood-details-market-reports-content-item-content-holder {

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

    align-content: center;

}



.ip-neighborhood-details-market-reports-content-item-content-values {

    font-size: 15px;

    text-align: right;

    line-height: 1.3;

    letter-spacing: 0.3px;

}

.ip-neighborhood-details-market-reports-content-item-content-values span {

    display: block;

}

.ip-neighborhood-details-market-reports-content-item-content-values span .mr-value-big {

    font-size: 25px;

}

.ip-neighborhood-details-market-reports-content-item-content-graph {

    display: block;

    position: relative;

    margin: 0 auto;

}



.ip-neighborhood-details-market-reports-content-item-content-graph span {

    font-size: 15px;

    font-weight: 800;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}



.ip-neighborhood-details-market-reports-content-item-content-graph canvas {

    max-height: 75px;

    width: auto !important;

    display: block;

    margin: 0 auto;

    pointer-events: none;

}



.ip-neighborhood-details-market-reports-popup {

    position: absolute;

    font-size: 15px;

    text-align: center;

    width: calc(100% - 30px);

    border: 1px solid;

    padding: 5px;

    border-radius: 5px;

    left: 15px;

    bottom: calc(100%);

    transition: all 0.3s ease-in-out;

    background: #fff;

    opacity: 0;

}



.ip-neighborhood-details-market-reports-popup span.tooltip-arrow {

    width: 0;

    height: 0;

    border-left: 6px solid transparent;

    border-right: 6px solid transparent;

    border-top: 7px solid #000 !important;

    position: absolute;

    bottom: -8px;

    left: 50%;

}



.ip-neighborhood-details-market-reports-content-item:hover .ip-neighborhood-details-market-reports-popup,

.single-communities .ihf-stat-block-container:hover .ip-neighborhood-details-market-reports-popup{

    opacity: 1;

}

/*Market Reports Section*/





/*Market Reports Section IHF Styles*/

.single-communities #ihf-main-container .ihf-market-report .ihf-stat-block .ihf-stat-block-title{

    font-size: 15px;

    text-align: center;

    display: block;

    text-transform: uppercase;

    font-weight: 800;

    color: #996d5d;

    padding: 0 0 20px;

}



.single-communities #ihf-main-container .ihf-market-report .ihf-stat-block{

    min-height: 162px;

    padding: 20px;

    border: 1px solid #996d5d;

}



.single-communities #ihf-main-container .ihf-market-report .ihf-stat-block .ihf-stat-block-content-inner {

    position: relative;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

    align-content: center;

}



.single-communities #ihf-main-container .ihf-market-report .ihf-stat-block .ihf-stat-block-icon, 

.single-communities #ihf-main-container .ihf-market-report .ihf-stat-block .ihf-stat-block-text {

    position: relative;

    padding: 0;

    top: 0 !important;

    left: 0 !important;

}

.single-communities #ihf-main-container .ihf-market-report .ihf-stat-block .ihf-stat-block-icon,

.single-communities #ihf-main-container .ihf-market-report .ihf-stat-block .ihf-stat-block-text:not(.ihf-saletolist-donut){

    width: auto !important;

}



.single-communities #ihf-main-container .ihf-market-report .ihf-stat-block #ihf-donut-chart {

    width: 100px;

    height: 100px;

    position: absolute;

    left: calc(50% + 15px);

    transform: translateX(-50%);

}



.single-communities #ihf-main-container .ihf-market-report .ihf-stat-block .ihf-stat-block-icon span{

    color: #996d5d;

}



.single-communities #ihf-main-container .ihf-market-report .ihf-stat-block #ihf-donut-chart .arc{

    fill: #996d5d;

}



.single-communities .ihf-market-report{

    padding: 0 20px;

}



.ipndnp-page-arrows-mobile, .ipndp-pager {

    display: none;

}



.ipndp-page-arrows{

    display: inline-block !important;

    padding: 0 10px;

 }



 .external-url-container a {display: flex;

    align-items: center;

    justify-content: center;

    width: 260px;

    height: 60px;

    max-width: 100%;

    margin: 10px auto;

    font-size: 17px;

    color: #262626;

    line-height: 1;

    letter-spacing: 0.2em;

    text-align: center;

    text-transform: uppercase;

    border: 1px solid #262626;

    transition: all 0.3s ease-in-out;}



    .external-url-container{

        margin: 20px;

    }

/*Market Reports Section IHF Styles*/



@media only screen and (max-width: 1440px) {



    /* Gallery : START */

    .ip-neighborhood-details-gallery-prev {

        left: 0;

    }

    .ip-neighborhood-details-gallery-next {

        right: 0;

    }

    /* Gallery : END */



    /* Properties : START */

    .ipndp-hover-inner {

        padding: 0;

        width: calc(100% - 60px);

    }



    .ipndp-hover-label {

        font-size: 21px;

    }



    .ipndp-hover-text {

        line-height: 1.5;

    }

    /* Properties : END */



    /* Agent : START */

    .ip-neighborhood-details-agent-prev {

        left: -30px;

    }

    .ip-neighborhood-details-agent-next {

        right: -30px;

    }

    /* Agent : END */



    /*Market Reports Section*/

    .ip-neighborhood-details-market-reports-holder{

        max-width: 1400px;

    }

    .ip-neighborhood-details-market-reports-content-item-content-holder img {

        max-width: 55px;

    }

    .ip-neighborhood-details-market-reports-content-item{

        min-height: 150px;

    }

    .ip-neighborhood-details-market-reports-content-item-content-graph canvas{

        max-height: 63px

    }

    /*Market Reports Section*/



}



@media only screen and (max-width: 1366px) {



    /* Info : START */

    .ip-neighborhood-details-info-image img {

        /* height: 400px; */

    }

    .ip-neighborhood-details-info-row:nth-child(odd) .ip-neighborhood-details-info-text {

        padding-left: 0;

        padding-right: 80px;

    }

    .ip-neighborhood-details-info-text {

        padding: 50px 40px 0 55px;

    }

    /* Info : END */



    /* Properties : START */

    .ipndp-address {

        font-size: 14px;

    }



    .ipndp-address span {

        font-size: 20px;

    }



    .ipndp-price {

        font-size: 18px;

    }



    .ipndp-content-view {

        font-size: 17px;

    }



    .ipndp-hover-label {

        font-size: 23px;

        letter-spacing: 5px;

        margin-bottom: 20px;

    }



    .ipndp-hover-text {

        font-size: 12px;

        line-height: 1.6;

    }



    .ipndp-hover-view {

        font-size: 16px;

        letter-spacing: 3px;

    }

    /* Properties : END */



    /* Agent : START */

    .ip-neighborhood-details-agent-title {

        font-size: 45px;

    }

    .ip-neighborhood-details-agent-name {

        font-size: 35px;

    }

    .ip-neighborhood-details-agent-cta a {

        width: 360px;

    }

    .ip-neighborhood-details-agent-prev {

        left: 0;

    }

    .ip-neighborhood-details-agent-next {

        right: 0;

    }

    /* Agent : END */



    .ip-neighborhood-details-gallery-container {

        padding: 0 30px;

    }



    .ip-neighborhood-details-gallery-prev {

        left: 5px;

    }



    .ip-neighborhood-details-gallery-next {

        right: 5px;

    }



    .ip-neighborhood-details-info-text .head-title {

        font-size: 40px;

        margin-bottom: 30px;

    }



    #content .ip-neighborhood-details-info-text p {

        font-size: 14px;

        line-height: 1.5;

        margin: 0 0 20px;

    }



    .ip-neighborhood-details-other-text {

        font-size: 18px;

    }



}



@media only screen and (max-width: 1280px) {



    /* Properties : START */

    .ipndp-back .ipndp-flip-inner {

        padding: 30px 30px 0;

    }

    /* Properties : END */

}



/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */

@media only screen and (max-width: 1199px) {



    /* Info : START */

    .ip-neighborhood-details-info-image img {

        height: 400px;

    }

    /* Info : END */



    /* Properties : START */

    .ipndp-title{

        font-size: 35px;

        letter-spacing: 6px;

    }



    .ipndp-holder {

        padding: 0 15px;

    }



    .ipndp-content {

        padding: 0 10px;

    }



    .ipndp-hover-label {

        font-size: 18px;

        margin-bottom: 10px;

        line-height: 1;

    }



    .ipndp-hover-text {

        font-size: 11px;

        line-height: 1.4;

    }



    .ipndp-back .ipndp-flip-inner {

        padding: 21px 30px;

    }

    /* Properties : END */



    /* Agent : START */

    .ip-neighborhood-details-agent-left img {

        height: 400px;

    }

    .ip-neighborhood-details-agent-right {

        padding-top: 45px;

    }

    .ip-neighborhood-details-agent-title {

        font-size: 38px;

    }

    .ip-neighborhood-details-agent-name {

        font-size: 30px;

    }

    .ip-neighborhood-details-agent-cta a {

        width: 290px;

        font-size: 15px;

    }

    /* Agent : END */



    /* Contact : START */

    .footer-col-left {

        padding: 86px 30px 90px;

    }



    .footer-col-right {

        padding: 86px 30px 91px;

    }

    /* Contact : END */



    /* Other : START */

    .ip-neighborhood-details-other-text {

        bottom: 25px;

        font-size: 18px;

    }

    /* Other : END */



    /*Market Reports Section*/

    .ip-neighborhood-details-market-reports-content-item-content-values{

        font-size: 13px;

    }

    /*Market Reports Section*/



    .ip-nd-gallery-photo-list-inner canvas {

        height: 250px;

    }



    .ip-neighborhood-details-info-text .head-title {

        font-size: 35px;

    }



    .ipndp-hover-inner {

        /*width: 100%;*/

    }



    .ip-nd-ah-feed .ipndp-hover-label {

        font-size: 15px;

        letter-spacing: 1px;

    }



    .ip-nd-ah-feed .ipndp-hover-text {

        font-size: 11px;

        letter-spacing: 0px;

    }



    #content .sm-title h2 {

        font-size: 40px;

    }



    .ip-neighborhood-details-other-title {

        font-size: 35px;

    }



    .ip-nd-banner-content-inner{

        margin-top: 50px;

    }

}



/* iPad(portrait) | Galaxy Tab 4(portrait)  */

@media only screen and (max-width: 991px) {



    .ip-banner.testimonials {

        /*display: block;*/

    }



    /* Banner : START */

    .ip-neighborhood-details-banner canvas{

        height: 500px;

    }



    .ip-breadcrumbs-holder{

        background: #000;

        border-top: 1px solid rgb(138 118 76 / 0.3);

    }



    /* Banner : END */



    /* Top : START */

    .ip-neighborhood-details-title {

        padding: 66px 0 50px;

    }

    .ip-neighborhood-details-title .head-title {

        font-size: 30px;

    }

    #content .ip-neighborhood-details-title p {

        font-size: 20px;

    }

    .ip-neighborhood-details-features-box {

        width: 100%;

        padding: 40px 10px 45px;

        margin-bottom: 1px;

    }

    .ip-neighborhood-details-features-box:last-child {

        margin-bottom: 0;

    }

    /* Top : END */



    /* Info : START */

    .ip-neighborhood-details-info-row {

        margin-bottom: 0;

    }

    .ip-neighborhood-details-info-image {

        width: 100%;

    }

    .ip-neighborhood-details-info-image img {

        width: 100%;

        height: auto;

        margin: auto;

    }

    .ip-neighborhood-details-info-text {

        width: 100%;

        padding: 20px 0 !important;

        margin-top: 30px;

    }

    .ip-neighborhood-details-info-text .head-title {

        font-size: 30px;

    }

    /* Info : END */



    /* Gallery : START */

    .ip-neighborhood-details-gallery {

        padding: 0 0 30px;

    }

    .ip-neighborhood-details-gallery-arrows {

        display: flex;

        align-items: center;

        justify-content: center;

        margin-top: 30px;

    }

    .ip-neighborhood-details-gallery-arrow {

        position: relative;

        top: inherit;

        transform: inherit;

        left: inherit !important;

        right: inherit !important;

        margin: 0 5px;

    }

    /* Gallery : END */



    /* Properties : START */

    .ip-neighborhood-details-properties {

        padding: 55px 0 0;

    }

    .ip-neighborhood-details-properties-holder {

        padding: 0 15px;

    }

    .ip-neighborhood-details-properties-title {

        font-size: 30px;

    }

    #content .ipndp-pager ul li {

        padding: 0 15px;

    }



    /* .ipndp-pagination {

        padding-bottom: 50px;

        margin-top: 0;

    } */

    .ipndnp-page-arrows-mobile{

        display: inline-block;

        padding: 0 20px;

    }

    .ipndp-slick-slider {

        max-width: 500px;

        margin: 0 auto;

    }



    .ipndp-hover-text {

        font-size: 14px;

        line-height: 1.8;

    }



    .ipndp-hover-label {

        font-size: 23px;

        margin-bottom: 20px;

    }

    .ipndp-back .ipndp-flip-inner {

        padding: 50px 20px 0;

    }

    /* Properties : END */



    /* Agent : START */

    .ip-neighborhood-details-agent-item-inner {

        flex-direction: column-reverse;

    }

    .ip-neighborhood-details-agent-left {

        width: 100%;

        display: none;

    }

    .ip-neighborhood-details-agent-left img {

        margin: 0 auto;

    }



    .ip-neighborhood-details-agent-right .ip-neighborhood-details-agent-image {

        display: block;

        margin: 20px 0 0;

    }

    .ip-neighborhood-details-agent-right {

        width: 100%;

        text-align: center;

    }

    .ip-neighborhood-details-agent-title {

        font-size: 30px;

    }

    .ip-neighborhood-details-agent-name {

        font-size: 22px;

    }

    .ip-neighborhood-details-agent-contact {

        flex-direction: column;

    }

    .ip-neighborhood-details-agent-contact-item {

        margin-right: 0;

    }

    .ip-neighborhood-details-agent-cta {

        flex-direction: column;

        align-items: center;

    }

    .ip-neighborhood-details-agent-cta a {

        margin-right: 0;

    }

    /* Agent : END */



    /* Contact : START */

    .footer-col-left {

        width: 100%;

        padding: 50px 30px 50px;

        background: rgba(55, 55, 57,.90);

        -webkit-box-pack: center;

        -ms-flex-pack: center;

        justify-content: center;

    }

        .footer-col-right {

            width: 100%;

            padding: 86px 30px 91px;

            background: rgb(153 109 93 / 90%) !important;

          }



       .footer-info-main {

           display: block;

       }



       .footer-info-wrapper:before,

       .footer-info-wrapper:after {

            display: none;

       }





       .sm-form-container {

           margin: 0 auto;

       }



       .sm-title {

           text-align: center;

       }



       .sm-form-col.submit {

           margin: 0 auto;

           display: block;

       }



       .footer-logo img {

            max-width: 215px;

        }



       .footer-contacts {

           text-align: center;

       }



       .footer-smi-widget .ip-footer-smi {

           -webkit-box-pack: center;

               -ms-flex-pack: center;

                   justify-content: center;

       }



       #content .sm-title h2 {

           font-size: 45px;

       }

    /* Contact : END */



    /* Other : START */

    .ip-neighborhood-details-other {

        padding: 55px 0 50px;

    }

    .ip-neighborhood-details-other-title {

        font-size: 30px;

        margin-bottom: 50px;

    }

    .ip-neighborhood-details-other-list {

        max-width: 500px;

        margin-left: auto;

        margin-right: auto;

    }

    .ip-neighborhood-details-other-item {

        width: 100%;

        margin-bottom: 1px;

    }

    /* Other : END */



    /*Market Reports Section*/

    .ip-neighborhood-details-market-reports-heading{

        font-size: 30px;

    }

    .ip-neighborhood-details-market-reports-content-inner{

        flex-direction: column;

    }

    .ip-neighborhood-details-market-reports-content-item{

        width: 100%;

        max-width: 350px;

        margin: 5px;

    }



    .ip-neighborhood-details-market-reports-content-item-content-values{

        font-size: 15px;

    }

    /*Market Reports Section*/



    .ip-nd-banner-content-inner {

        margin-top: 70px;

    }



    .ip-nd-banner-title {

        font-size: 30px;

        letter-spacing: 1.5px;

    }



    .ip-nd-banner-text {

        font-size: 16px;

    }



    .ip-nd-gallery-photo-list {

        width: 100% !important;

    }



    .ip-nd-gallery-photo-list-inner {

        position: relative;

        max-width: 400px;

        margin: 0 auto;

    }



    .ip-nd-ah-title {

        font-size: 40px;

    }



    .ip-nd-ah-text {

        font-size: 22px;

    }



    .ip-nd-ah-feed .ipndp-list {

        width: calc(100% / 2);

    }



    .ip-nd-banner-content-inner{

        flex-direction: column;

        margin-top: 0;

    }

    .ip-neighborhood-details-banner canvas {

        height: 650px;

    }

    .ip-nd-banner-content-inner-logo {

        width: 200px;

    }



    .ip-nd-banner-content-inner-wrapper {

        width: 100% !important;

        margin-top: 15px;

    }



    .ip-neighborhood-details-banner iframe{

        width: 150%;

        height: 150%;

    }

}



/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */

@media only screen and (max-width: 767px) {



    /* Properties : START */

    .ipndp-slick-slider .slick-list {

        padding: 50px 0;

    }



    .ipndp-slider {

        margin-top: -10px;

    }



    .ipndp-links a {

        margin: 0 0 15px;

    }



    .ipndp-links {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;

    }

    /* Properties : END */



    /*Market Reports Section IHF Styles*/

    .col-xs-3.ihf-stat-block-container{

        width: 50% !important;

    }

    /*Market Reports Section IHF Styles*/

    .ip-neighborhood-details-info-image canvas{

        max-height: 200px;

    }



    .ip-nd-ah-feed .ipndp-list {

        width: 100%;

    }



    .ipndp-list a {

        max-width: 520px;

        margin: 0 auto;

    }



    .ip-neighborhood-details-banner iframe{

        width: 300%;

        height: 300%;

    }

}

@media only screen and (max-width: 567px) {

    .col-xs-3.ihf-stat-block-container {

        width: 100% !important;

        max-width: 400px;

        display: block !important;

        margin: 5px auto;

        float: none !important;

    }

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */

@media only screen and (max-width: 480px) {



    /* Properties : START */

    /* .ip-neighborhood-details-properties-title {

        font-size: 40px;

    } */



    .ipndp-hover-inner {

        width: calc(100% - 50px);

    }





    .ipndp-title {

        font-size: 30px;

        letter-spacing: 4px;

    }



    .ipndp-content-view {

        font-size: 13px;

    }



    .ipndp-list canvas {

        height: 340px;

    }



    .ipndp-content {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;

        -webkit-box-pack: center;

            -ms-flex-pack: center;

                justify-content: center;

        text-align: center;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;

    }



    .ipndp-front .ipndp-flip-inner {

        padding: 22px 15px;

    }



    .ipndp-hover-text {

        line-height: 1.8;

        font-size: 11px;

    }



    .ipndp-container2 .ipndp-back .ipndp-hover-view {

        margin: 0 auto;

        left: 0;

        right: 0;

        display: block;

        text-align: center;

    }



    .ipndp-address {

        font-size: 14px;

    }



    .ipndp-address span {

        font-size: 18px;

    }

    /* Properties : END */



    /* Contact : START */

    .footer-contacts span:first-child {

        padding-left: 20px;

    }





    .footer-col-right {

        padding: 86px 15px 91px;

    }



    .sm-form-col {

        width: calc(50% - 5px);

    }



    .sm-form-widget div.wpcf7-response-output {

        bottom: -70px;

    }



    .footer-contacts span {

        font-size: 20px;

        letter-spacing: normal;

    }



    .footer-contacts span br {

        display: none;

    }



    .footer-smi-widget .ip-footer-smi a {

        margin: 0 7px;

    }

    /* Contact : END */



    .ip-neighborhood-details-features-box .head-title {

        font-size: 35px;

        letter-spacing: .050em;

    }

    #content .sm-title h2 {
        font-size: 35px !important;
    }

}

