/*******************************************************
 *
 * High Rises
 *
 *******************************************************/

 #inner-page-wrapper > .container {
     width: 100%;
     padding: 0;
 }

 #inner-page-wrapper {
    margin-bottom: 0;
}


 #content-sidebar, #content-full {
     margin-top: 0;
 }

 section.get-in-touch-area {
    display: none;
}

 .ip-banner canvas{
    min-height: 570px;
    background-image: url(../../images/high-rises/hr-banner.jpg)!important;
 }

 /*showcase properties*/
.ip-showcase-properties-area{
    position: relative;
    padding: 50px 0 0;
    line-height: 1;
}

.ip-showcase-properties-area:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 430px;
    background: url(../../images/featured-neighborhoods/fn-bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    pointer-events: none;
}

    .ipnh-inner {
        position: relative;
    }

        .ipnh-holder {
            padding: 0 35px;
            font-size: 0;
        }

        #content .ipnh-title {
            font-size: 50px;
            text-align: center;
            color: #333333;
            font-weight: 800;
            font-family: 'Manrope', sans-serif;
            letter-spacing: -2.5px;
            line-height: 1;
        }

            .ipnh-list{
                padding: 5px;
                display: inline-block;
                vertical-align: middle;
                width: 100%;
            }

                .ipnh-list a{
                    display: block;
                    position: relative;
                    z-index: 1;
                    -webkit-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }

                    .ipnh-list a:hover,
                    .ipnh-list a:focus{
                        z-index: 5;
                    }

                    .ipnh-list canvas {
                        display: block;
                        width: 100%;
                    }

                        .ipnh-list .ipnh-container2 .ipnh-front::after {
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(0,0,0,0)),to(rgba(38,38,38,0.55)));
                            background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(38,38,38,0.55) 100%);
                            background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(38,38,38,0.55) 100%);
                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8c262626',GradientType=0 );
                        }

                            .ipnh-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;
                            }

                                .ipnh-address {
                                    font-size: 17px;
                                    font-weight: 500;
                                    color: #fff;
                                    font-family: 'Manrope', sans-serif;
                                    text-transform: uppercase;
                                    letter-spacing: 3.5px;
                                    /* margin-bottom: 7px; */
                                }

                                    .ipnh-address span {
                                        display: block;
                                        font-size: 25px;
                                        text-transform: none;
                                        letter-spacing: 5px;
                                    }

                                        .ipnh-price {
                                            font-size: 20px;
                                            color: #fff;
                                            font-weight: 500;
                                            font-family: 'Manrope', sans-serif;
                                            letter-spacing: -.6px;
                                        }

                                            .ipnh-content-view {
                                                font-size: 20px;
                                                font-weight: 700;
                                                color: #fff;
                                                font-family: 'Manrope', sans-serif;
                                                margin-left: auto;
                                            }

                                                .container2 .back canvas {
                                                    opacity: .3;
                                                }

                                                    .ipnh-hover-content {
                                                        position: absolute;
                                                        top: 0;
                                                        left: 0;
                                                        width: 100%;
                                                        height: 100%;
                                                        padding: 44px 15px 0;
                                                    }

                                                .ipnh-hover-label {
                                                    font-size: 30px;
                                                    color: #fff;
                                                    text-transform: uppercase;
                                                    letter-spacing: 6px;
                                                    font-family: 'Manrope', sans-serif;
                                                    margin-bottom: 20px;
                                                    text-align: center;
                                                }

                                            .ipnh-hover-text {
                                                font-size: 14px;
                                                font-weight: 300;
                                                letter-spacing: .56px;
                                                font-family: 'Manrope', sans-serif;
                                                line-height: 2.05;
                                                color: #fff;
                                            }

                                        .ipnh-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%;
                                        }

                                    .ipnh-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;
                                    }

                                .ipnh-slick-slider .slick-slide > div > div{
                                    display: block !important;
                                }

                            .ipnh-list a canvas {
                                background-size: cover;
                                background-position: center;
                                background-repeat: no-repeat;
                            }

                        .ipnh-slick-slider .slick-list {
                            padding: 120px 0 90px;
                        }

                    .ipnh-slider {
                        position: relative;
                        margin-top: 50px;
                        margin-bottom: 50px;
                    }

                .ipnh-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;
                }

            .ipnh-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;
            }

        .ipnh-links a:hover,
        .ipnh-links a:focus{
            color: #fff;
            background: #000;
        }


        /*scp*/
        .ipnh-container2{
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d;
            -webkit-perspective: 1000px;
                    perspective: 1000px;
        }

        .ipnh-front, .ipnh-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;
        }

        .ipnh-back{
          background: #1a1a1a;
        }

        .ipnh-back canvas{
            opacity: .3;
            -webkit-filter: grayscale(1);
                    filter: grayscale(1);
        }

        .ipnh-back .ipnh-flip-inner {
            padding: 47px 50px 0;
        }

        .ipnh-container2:hover .ipnh-front,
        .ipnh-container2:hover .ipnh-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);
        }

        .ipnh-back{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }

        .ipnh-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%;
        }

        .ipnh-front .ipnh-flip-inner {
            top: auto;
            bottom: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding: 22px 32px;
            right: 0;
            left: 0;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            text-align: center;
        }

        .ipnh-container2 .ipnh-back{
            -webkit-transform: rotateY(180deg);
                    transform: rotateY(180deg);
            -webkit-transform-style: preserve-3d;
                    transform-style: preserve-3d;
        }

        .ipnh-container2 .ipnh-front{
            -webkit-transform: rotateY(0deg);
                    transform: rotateY(0deg);
            -webkit-transform-style: preserve-3d;
                    transform-style: preserve-3d;
        }

        .ipnh-container2:hover .ipnh-back{
          -webkit-transform: rotateY(0deg);
                  transform: rotateY(0deg);
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d;
        }

        .ipnh-container2:hover .ipnh-front{
          -webkit-transform: rotateY(-180deg);
                  transform: rotateY(-180deg);
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d;
        }


/* IP Pagination */


.ipnh-pagination {
    display: block;
    text-align: center;
    margin-top: -30px;
    padding-bottom: 64px;
}

#content .ipnh-pager ul {
    list-style-type: none;
    display: block;
    margin: 0;
}

#content .ipnh-pager ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    position: relative;
}

.ipnh-page-arrows, .ipnh-pager {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ipnh-pager {
    margin: 0 10px;
}

#content .ipnh-pager ul li.ipnh-page-item.active a, #content .ipnh-pager ul li.ipnh-page-item:hover a {
    color: #8a764c;
}


#content .ipnh-pager ul li.ipnh-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 .ipnh-pager ul li.ipnh-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 .ipnh-pager ul li.ipnh-page-item.active:before {
    opacity: 1;
    visibility: visible;
}

.ipnh-page-arrows.ipnh-prev-btn span {
    color: #cccccc;
}

.ipnh-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;
}

.ipnh-page-arrows.ipnh-next-btn span {
    color: #333333;
}


.ipnh-page-arrows.ipnh-prev-btn span:hover {
    color: #333;
}

.ipnh-page-arrows.ipnh-next-btn span:hover {
    color: #000;
}

/* Custom Contact fORM */

/* 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: #8a764c;
}


.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: inline-block;
    position: relative;
}

.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: #8a764c;
}



.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(247,247,247,.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]) {
    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;
}

.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: 50px 0 0;
    background: #fff;
    margin: 50px -35px 0;
}


.ng-title {
    display: none;
}

.ng-links {
    display: none;
}


#content .footer-col-left .sm-title h2 {
    color: #333;
}

.footer-contacts span a {
    color: #333;
}

.footer-smi-widget .ip-footer-smi a {
    color: #333;
}


.ipnh-slick-slider:not(.slick-initialized) > div:nth-child(n+15) ~ div {
    /* display: none; */
}

.ipnh-slick-slider {
    display: flex;
    flex-wrap: wrap;
}

.ipnh-slick-slider > div {
    width: calc(100% / 3);
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

 @media only screen and (max-width: 1440px) {
     .ipnh-hover-inner {
        padding: 0;
        width: calc(100% - 60px);
    }

    .ipnh-hover-label {
        font-size: 21px;
    }

    .ipnh-hover-text {
        line-height: 1.5;
    }
 }



 @media only screen and (max-width: 1366px) {
    .ipnh-address {
            font-size: 14px;
        }

        .ipnh-address span {
            font-size: 20px;
        }

        .ipnh-price {
            font-size: 18px;
        }

        .ipnh-content-view {
            font-size: 17px;
        }

        .ipnh-hover-label {
            font-size: 23px;
            letter-spacing: 5px;
            margin-bottom: 20px;
        }

        .ipnh-hover-text {
            font-size: 12px;
            line-height: 1.6;
        }

        .ipnh-hover-view {
            font-size: 16px;
            letter-spacing: 3px;
        }
 }

 @media only screen and (max-width: 1280px) {
    .ipnh-back .ipnh-flip-inner {
        padding: 30px 30px 0;
    }
 }



/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {


        .ipnh-title{
            font-size: 35px;
            letter-spacing: 6px;
        }

        .ipnh-holder {
            padding: 0 15px;
        }

        .ipnh-content {
            padding: 0 10px;
        }

        .footer-col-left {
            padding: 86px 30px 90px;
        }

        .footer-col-right {
            padding: 86px 30px 91px;
        }

        .ipnh-hover-label {
            font-size: 18px;
            margin-bottom: 10px;
            line-height: 1;
        }

        .ipnh-hover-text {
            font-size: 11px;
            line-height: 1.4;
        }

        .ipnh-back .ipnh-flip-inner {
            padding: 21px 30px;
        }

        .ip-neighborhood-map{
            margin: 110px -15px 0;
        }

}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {

    .ip-banner canvas {
        min-height: 250px;
    }

    #content .ipnh-pager ul li {
        padding: 0 15px;
    }

    .ipnh-pagination {
        padding-bottom: 50px;
        margin-top: 0;
    }

    .ipnh-slick-slider {
        max-width: 500px;
        margin: 0 auto;
    }

    .ipnh-hover-text {
        font-size: 14px;
        line-height: 1.8;
    }

    .ipnh-hover-label {
        font-size: 23px;
        margin-bottom: 20px;
    }



    .footer-col-left {
         width: 100%;
         padding: 50px 30px 50px;
         background: rgba(247,247,247,.90);
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         }

       .ipnh-back .ipnh-flip-inner {
            padding: 50px 20px 0;
        }

        #content .ipnh-title {
            font-size: 45px;
        }

        .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-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;
        }

        .ip-showcase-properties-area {
            padding: 80px 0 0;
        }

        /*.ip-neighborhood-map {
            padding: 0 0 50px;
        }*/

        .ipnh-slick-slider > div{
            width: 100%;
        }

}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
     .ipnh-slick-slider .slick-list {
            padding: 50px 0;
        }

        .ipnh-slider {
            margin-top: -10px;
        }

        .ipnh-links a {
            margin: 0 0 15px;
        }

        .ipnh-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;
        }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {

    #content .ipnh-title {
            font-size: 40px;
        }

        .ipnh-hover-inner {
            width: calc(100% - 50px);
        }


        .ipnh-title {
            font-size: 30px;
            letter-spacing: 4px;
        }

        .ipnh-list canvas {
            height: 340px;
        }

        .ipnh-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;
        }

        .ipnh-front .ipnh-flip-inner {
            padding: 22px 0;
        }

        .ipnh-hover-text {
            line-height: 1.8;
            font-size: 11px;
        }

        .ipnh-container2 .ipnh-back .ipnh-hover-view {
            margin: 0 auto;
            left: 0;
            right: 0;
            display: block;
            text-align: center;
        }

        .ipnh-address {
            font-size: 14px;
        }

        .ipnh-address span {
            font-size: 18px;
        }

        .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;
        }
}
