/*
Theme Name: Cooper Southern Properties
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.7
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2. IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/
#main-wrapper {
    overflow: hidden;
}

a.skiptobtn {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    z-index: -1;
    opacity: 0;
    background: rgba(255,255,255,0.5);
    color: #000;
  }
a.skiptobtn:focus {
    opacity: 1;
    z-index: 9;
    display: block;
  }


@font-face {
    font-family: 'Christiana';
    src: url('./font/Christiana-Regular.woff2') format('woff2'),
        url('./font/Christiana-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gill Sans MT Condensed';
    src: url('./font/GillSansMT-Condensed.woff2') format('woff2'),
        url('./font/GillSansMT-Condensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.aios-mobile-header-wrapper{
    z-index: 1035 !important;
}

/* Sub Menu */
#nav li {
    position:relative;
    display: inline-block;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: rgba(0,0,0,0.9) url("images/submenu-fixer.png");
    display: none;
    padding: 0;
    position: absolute;
    width:100%;
    min-width:180px;
}
#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}
#nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
    top:0;
}
#nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li {
    position: relative;
}


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/



/* Global */


body{
    font-family: 'Gill Sans MT Condensed', sans-serif;
    font-size: 18px;
    background: #FFF;
    color: #000000;
    margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}
a,a:focus,a:visited,a:hover,button{
    outline: 0 !important;
    text-decoration: none !important;
}

*:focus {
    outline: 2px solid #000 !important;
}


a.skiptobtn {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    z-index: -1;
    opacity: 0;
    background: rgba(255,255,255,0.5);
    color: #000;
}

a.skiptobtn:focus {
    opacity: 1;
    z-index: 9;
    display: block;
}

footer.footer {
    display: none !important;
}

.pp-section .textwidget {
    height: 100% !important;
}

#pagepiling {
    height: 100vh;
}
.section,
.section.pp-section {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    font-size: 0;
}
.section-container {
    position: relative !important;
    height: 100% !important;
}



.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.al-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ju-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*Floating SMI*/
.floating-smi {
    position: absolute;
    right: 32px;
    top: 28%;
    z-index: 99;
    transform: translateY(-50%);
}

.float-mouse-click {
    margin-top: 135px;
    position: relative;
    cursor: pointer;
}

.float-mouse-click img {
    filter: brightness(0);
}

    .float-mouse-click::after {
        position: absolute;
        bottom: 140%;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        background-color: #000;
        width: 1px;
        height: 98px;
    }

    .float-smi-item a {
        width: 30px;
        height: 30px;
        border: 1px solid #000;
        border-radius: 50%;
        display: block;
        position: relative;
        margin-bottom: 5px;
        -webkit-transition: all .325s ease-in-out;
        -moz-transition: all .325s ease-in-out;
        -ms-transition: all .325s ease-in-out;
        transition: all .325s ease-in-out;
    }

        .float-smi-item a:hover {
            background-color: #ffbf39;
        }

        .float-smi-item a span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #000;
            font-size: 15px;
        }

        .start-animate .floating-smi {
            transform: translateX(0) translateZ(0) !important;
            -ms-transform: translateX(0) translateZ(0) !important;
            opacity: 1 !important;
            transition-duration: 1.2s !important;
            -ms-transition-duration: 1.2s !important;
        }

        .removing-animate .floating-smi, .ready-animate .floating-smi {
            will-change: opacity, transform;
            transform: translateX(10vw) translateZ(0);
            -ms-transform: translateX(100px) translateZ(0);
            opacity: 0;
            -ms-transition: all .5s cubic-bezier(.465, .005, .045, .985);
            transition: all .5s cubic-bezier(.465, .005, .045, .985);
        }
/*End of Floating SMI*/
/*Section label*/
.section-label {
    position: absolute;
    left: 16px;
    z-index: 5;
    top: 20%;
    transform: rotate(-90deg);
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

    .section-label span {
        font-family: 'Christiana';
        font-weight: 400;
        font-size: 16px;
        color: #000;
        letter-spacing: .025em;
        text-transform: uppercase;
        -webkit-transition: all .325s ease-in-out;
        -moz-transition: all .325s ease-in-out;
        -ms-transition: all .325s ease-in-out;
        transition: all .325s ease-in-out;
    }

        .section-label::after {
            position: absolute;
            top: 50%;
            width: 70px;
            height: 2px;
            content: '';
            background-color: #000;
            left: 117%;
            transform: translateY(-50%);
        }

        .pp-viewing-properties .section-label {
            top: 28%;
            left: -31px;
        }

        .section-label::before {
            position: absolute;
            top: 50%;
            width: 70px;
            height: 2px;
            content: '';
            background-color: #000;
            right: 117%;
            transform: translateY(-50%);
        }

        .pp-viewing-communities .section-label span,
        .pp-viewing-videos .section-label span,
        .pp-viewing-gallery .section-label span {
            color: #262a2b;
        }

        .pp-viewing-gallery .section-label span {
            color: #444 !important;
        }

        .pp-viewing-videos .section-label,
        .pp-viewing-gallery .section-label,
        .pp-viewing-testimonial .section-label {
            top: 56%;
        }

        .pp-viewing-testimonial .section-label {
            top: 36%;
        }

        .section-label span {
            display: inline-block;
        }

        .start-animate .communities-arrows {
            transform: translateX(0) translateZ(0) !important;
            -ms-transform: translateX(0) translateZ(0) !important;
            opacity: 1 !important;
            transition-duration: 1.2s !important;
            -ms-transition-duration: 1.2s !important;
        }

        .removing-animate .communities-arrows,
        .ready-animate .communities-arrows {
            will-change: opacity, transform;
            transform: translateX(10vw) translateZ(0);
            -ms-transform: translateX(100px) translateZ(0);
            opacity: 0;
            -ms-transition: all .5s cubic-bezier(.465, .005, .045, .985);
            transition: all .5s cubic-bezier(.465, .005, .045, .985);
        }

        .start-animate .section-label span,
        .start-animate .section-label::after,
        .start-animate .section-label::before {
            transform: translateX(0) translateZ(0) !important;
            -ms-transform: translateX(0) translateZ(0) !important;
            opacity: 1 !important;
            transition-duration: 1.2s !important;
            -ms-transition-duration: 1.2s !important;
        }

        .removing-animate .section-label span,
        .ready-animate .section-label span,
        .removing-animate .section-label::after,
        .ready-animate .section-label::after,
        .removing-animate .section-label::before,
        .ready-animate .section-label::before {
            will-change: opacity, transform;
            transform: translateX(10vw) translateZ(0);
            -ms-transform: translateX(100px) translateZ(0);
            opacity: 0;
            -ms-transition: all .5s cubic-bezier(.465, .005, .045, .985);
            transition: all .5s cubic-bezier(.465, .005, .045, .985);
        }
/*and of section label*/
/*BurgerMenu Style*/
.menu-dropdown {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 99;
    visibility: hidden;
    text-align: center;
    pointer-events: none;
    top: 0;
    left: 0;
}

    .menu-dropdown-bg-white {
        transition: opacity 1s cubic-bezier(.49, .01, .27, 1) .5s;
        background: rgba(255, 255, 255, 0.5);
        pointer-events: none;
        opacity: 0;
    }

        .menu-dropdown.menu-is-active .menu-dropdown-bg-white {
            opacity: 1;
            transition: opacity .6s cubic-bezier(.49, .01, .27, 1);
        }

.menu-dropdown-bg-dark {
    transform: translateX(100%) translateZ(0);
    background: #0a0a0a url(images/main-bg.jpg) center top/cover no-repeat;
    transition: transform 1s cubic-bezier(.49, .01, .27, 1) .5s, visibility 0s 1.7s;
}

    .menu-dropdown-bg-dark::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background-color: rgba(37,41,42,.86);
    }

    .menu-dropdown-bg-dark::before {
        width: 1183px;
        height: 258px;
        background-image: url(images/testi-after.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 4;

    }

.menu-is-active .header-logo, .menu-is-active .header-fix, .menu-is-active .header-navigation, .menu-is-active .translate-button {
    opacity: 0;
    visibility: hidden;
    position: none;
}

.menu-is-active #pagepiling {
    pointer-events: none;
}

.menu-dropdown.menu-is-active {
    pointer-events: auto;
}

.menu-dropdown #menu_nav > li > a {
    font-family: 'Christiana';
    font-weight: 400;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .050em;
    position: relative;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

    .menu-dropdown #menu_nav > li:hover > a {
        color: #ffbf39;
    }

    .menu-dropdown #menu_nav > li > a::after {
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #222476;
        content: '';
        transform: translateX(5vw);
        opacity: 0;
        transition-delay: .5s;
    }


.menu-dropdown .sub-menu > li {
    width: 100%;
    display: block;
    padding-bottom: 6px;
}

.menu-is-active #menu_nav > li > a .char {
    transform: translateZ(0);
    opacity: 1;
    transition: transform .9s ease, opacity .3s ease;
    transition-delay: calc(.6s + (30ms * var(--char-index)));
}

.menu-is-active .burger-menu span {
    transform: rotate(45deg);
}

.menu-is-active #menu_nav > li > a::after {
    transform: translateX(0) translateZ(0);
    opacity: 1;
    transition-delay: .5s;
}

.menu-is-active .burger-menu span, .menu-is-active .burger-menu span {
    height: 0px;
    width: 24px;
}

#menu_nav > li > a .char {
    transition-delay: calc(.4s - (30ms * var(--char-index)));
}

#menu_nav > li > a .char {
    transition: all .9s ease;
    -ms-transition: all .9s ease;
    transform: translateX(5vw) translateZ(0);
    -ms-transform: translateX(120px) translateZ(0);
    opacity: 0;
}

.menu-is-active #menu_nav > li > ul li {
    transform: translateX(0) translateZ(0);
    opacity: 1;
    transition: transform .9s ease .6s, opacity .3s ease .6s;
}

#menu_nav .sub-menu > li {
    transform: translateX(50px) translateZ(0);
    opacity: 0;
    transition: transform .9s ease, opacity .3s ease;
}

#menu_nav > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 64px;
    width: 33.333333333%;
    margin: 30px 0;
}

ul#menu_nav {
    max-width: 1140px;
    width: 100%;
}

.menu-dropdown .menu-list ul#menu_nav {
    text-align: left;
    font-size: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.menu-dropdown .sub-menu > li > a {
    font-family: 'Gill Sans MT Condensed';
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    letter-spacing: .050em;
    text-transform: uppercase;
    display: block;
    width: 100%;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

    .menu-dropdown .sub-menu > li:hover > a {
        color: #ffbf39;
    }

    .menu-dropdown.menu-is-active .menu-dropdown-bg-dark {
        transition: transform .8s cubic-bezier(.49, .01, .27, 1), visibility 0s;
        transform: translateY(0) translateZ(0);
    }

    .menu-dropdown-bg-white, .menu-dropdown-bg-dark {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        will-change: transform;
        pointer-events: none;
    }

    .menu-container {
        width: 100%;
        height: 100%;
        padding-left: 9.5%;
    }

    .menu-container #menu_nav ul.sub-menu {
        padding-top: 59px;
    }

    .menu-list {
        display: flex;
        /* margin-top: 185px; */
        align-items: center;
        height: 100%;
    }

    .menu-dropdown #menu_nav > li:nth-child(3n + 1) {
        width: 28.94%;
    }

    .menu-dropdown #menu_nav > li:nth-child(3n + 2) {
        width: 44.29%;
    }

    .menu-dropdown #menu_nav > li:nth-child(3n + 3) {
        width: 26.77%
    }
/*End of Burger Menu Style*/
/*Header Style*/
header.header {
    position: absolute;
    z-index: 1034;
    width: 100%;
}

.black-logo {
    opacity: 0;
    /*-webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;*/
    width: 0;
    height: 0;
}

.header-logo {
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.header-right {
    max-width: 98px;
    width: 100%;
    position: absolute;
    right: 8%;
    z-index: 1034;
}


    .header-holder {
        padding: 10px 10px;
        -webkit-transition: all .325s ease-in-out;
        -moz-transition: all .325s ease-in-out;
        -ms-transition: all .325s ease-in-out;
        transition: all .325s ease-in-out;
    }

    .header-inner {
        max-width: 1300px;
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .burger-menu-wrapper:hover .burger-menu-text,
    .burger-menu-wrapper:hover .burger-menu-text span{
        color: #ffbf39;
    }

    .burger-menu-wrapper:hover .burger-menu span:before {
        background-color: #ffbf39 !important;
    }

    .burger-menu-wrapper:hover .burger-menu span:after {
        border-top: 4px solid #ffbf39 !important;
    }

    .burger-menu-text {
        font-family: 'Gill Sans MT Condensed', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #000;
        text-transform: uppercase;
        letter-spacing: .080em;
        -webkit-transition: all .325s ease-in-out;
        -moz-transition: all .325s ease-in-out;
        -ms-transition: all .325s ease-in-out;
        transition: all .325s ease-in-out;
    }

    .burger-menu-text {
        position: relative;
    }

    .burger-menu-text .burclose {
        opacity: 0;
        position: absolute;
        right: 0;
    }

    .menu-is-active .burclose {
        opacity: 1;
        color: #fff;
    }

    .menu-is-active .burger-menu span:after {
        border-top: 4px solid #fff !important;
    }

    .menu-is-active .burger-menu span:before {
        background-color: #fff !important;
    }

    .menu-is-active .burmenu {
        opacity: 0;
    }

    .burger-menu-wrapper {
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

        .burger-wrapper {
            width: 100%;
        }

            .burger-menu {
                max-width: 36px;
                margin-left: auto;
            }

                .burger-menu span {
                    width: 100%;
                    position: relative;
                    height: 15px;
                    margin: 0 auto;
                    transition: all .3s ease;
                    display: block;
                }

                .burger-menu span:before {
                    width: 100%;
                    height: 4px;
                    background: #000;
                }

                /*.menu-is-active .burger-menu span:before {
                    transform: rotate(45deg);
                }*/

                .menu-is-active .burger-menu span:after {
                        margin-top: 0;
                        border-bottom: none;
                        transform: rotate(-93deg);
                }

                .menu-is-active .burger-menu span:before, .menu-is-active .burger-menu span:after {
                    height: 4px;
                    width: 31px;
                }

                .burger-menu span:before, .burger-menu span:after {
                    content: '';
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    top: 0;
                    transition: all .3s ease;
                }

                .burger-menu span:after {
                    width: calc(100% - 19px);
                    height: 4px;
                    border-top: 4px solid #000;
                    top: 0;
                    margin-top: 10px;
                }
/*End of Header Style*/
/*Section 1*/
.hp-slick-image canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp-slick-image,
.hp-slick-image .cycloneslider-template-responsive,
.hp-slick-image .cycloneslider .cycloneslider-slides,
.hp-slick-image .cycloneslider .cycloneslider-slide-image,
.hp-slick-image .cycloneslider .cycloneslider-slide canvas,
.hp-slick-image .cycloneslider .cycloneslider-canvas,
.hp-slick-image .cycloneslider-template-video{
    height: 100vh !important;
}

.hp-slick-image .cycloneslider-template-video video {
    top: 0;
    transform: translate(-50%, 0);
}

.slideshow-holder {
    position: relative;
}

    .hp-slick-item {
        width: 100%;
        position: relative;
        max-width: 100%;
    }

        .hp-slick-item::after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: '';
            z-index: 6;
            background: rgb(199,211,229);
            background: linear-gradient(45deg, rgba(199,211,229,1) 0%, rgba(199,211,229,1) 18%, rgba(186,186,183,1) 100%);
            pointer-events: none;
            opacity: 0;
        }

   /* .hp-slick-inner {
        position: absolute;
        width: 100%;
        z-index: 5;
        bottom: 57px;
        left: 0;
    }*/

    .hp-sec1-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 15px;

        display: none;
    }

    .hp-slick-holder {
        position: absolute;
        bottom: 295px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 1300px;
        height: auto;
        z-index: 9;
    }

    .ready-animate .hp-slick-holder, .removing-animate .hp-slick-holder{
        opacity: 0;
    }

    .start-animate .hp-slick-holder {
        opacity: 1 !important;
        transition: opacity .5s ease .8s !important;
    }

    .hp-slick-holder .slick-list.draggable {
        padding-top: 27px;
    }

    .hp-agent-name {
        font-family: 'Christiana';
        font-weight: 400;
        font-size: 30px;
        color: #000;
        text-transform: uppercase;
    }

    .hp-agent-contact {
        text-align: left;
        margin-top: 15px;
    }

        .hp-contact-item a {
            font-family: 'Christiana';
            font-weight: 400;
            font-size: 70px;
            color: #000 !important;
            text-transform: uppercase;
        }

        .hp-agent-know {
            margin-top: 94px;
        }

        .hp-agent-know a {
            font-family: 'Gill Sans MT Condensed';
            font-weight: 400;
            font-size: 18px;
            color: #000;
            text-transform: uppercase;
            letter-spacing: .020em;
            position: relative;
            padding-left: 29px;
            -webkit-transition: all .325s ease-in-out;
            -moz-transition: all .325s ease-in-out;
            -ms-transition: all .325s ease-in-out;
            transition: all .325s ease-in-out;
        }

        .hp-agent-know a:hover {
            color: #384d9e !important;
        }

        .hp-agent-know a span {
            position: relative;
            -webkit-transition: all .325s ease-in-out;
            -moz-transition: all .325s ease-in-out;
            -ms-transition: all .325s ease-in-out;
            transition: all .325s ease-in-out;
            left: 0;
        }

        .hp-agent-know.welcome-btn a{
            font-size: 25px
        }

        .hp-agent-know.welcome-btn a span{
            color: red;
        }

         .hp-agent-know a:hover span {
            left: 11px;
        }

        .properties-inner .hp-agent-know a:hover span {
                left: 9px;
        }

        .hp-agent-know.gallery-btn a:hover::after {
            width: 30px;
        }


        .hp-agent-know a:hover::after{
            width: 29px;
        }

            .hp-agent-know a:hover::before {
                width: 40px;
            }

            .hp-agent-know a::after {
                position: absolute;
                top: 50%;
                left: 0;
                width: 21px;
                height: 1px;
                content: '';
                background-color: #384d9e;
                transform: translateY(-50%);
                -webkit-transition: all .325s ease-in-out;
                -moz-transition: all .325s ease-in-out;
                -ms-transition: all .325s ease-in-out;
                transition: all .325s ease-in-out;
            }

            .hp-agent-know a::before {
                position: absolute;
                top: 50%;
                right: -58px;
                width: 52px;
                height: 1px;
                content: '';
                background-color: #384d9e;
                transform: translateY(-50%);
                -webkit-transition: all .325s ease-in-out;
                -moz-transition: all .325s ease-in-out;
                -ms-transition: all .325s ease-in-out;
                transition: all .325s ease-in-out;
            }

            .hp-sec1-right {
                margin-left: -90px;
                margin-right: -230px;
            }

                .hp-sec1-desc {
                    float: right;
                    padding-top: 146px;
                }

                .section-border {
                    /* max-width: 945px; */
/*                    width: 74.06vw;*/
                    width: 100%;
                    max-width: 1170px;
                    margin: 0 auto;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    top: -25px;
                    pointer-events: none;
                    z-index: -1;
                }

                .section-border:before {
                    border-left-color: #000 !important;
                    border-top-color: #000 !important;
                    bottom: 0;
                    left: 0;
                    transition: border-color 0s ease 1s, width 0.5s ease .5s, height 0.5s ease 1s;
                }

                .section-border:after {
                    border-right-color: #000 !important;
                    border-bottom-color: transparent;
                    top: 0;
                    right: 0;
                    transition: width .5s ease, height .5s ease;
                }

                .section-border:before, .section-border:after {
                    content: '';
                    position: absolute;
                    border: 1px solid transparent;
                    width: 0;
                    height: 0;
                    will-change: width, height, opacity;
                }

                .hp-slick-item .slick-list {
                    padding-top: 27px;
                }

                    .start-animate .section-border:before, .start-animate .section-border:after {
                        width: 100%;
                        height: 100%;
                    }

                        .start-animate .section-border:before {
                            transition: height .33s ease, width .33s ease .33s;
                        }

                        .start-animate .section-border:after {
                            transition: border-color 0s ease .33s, height 0.33s ease .66s, width 0.33s ease 1s;
                        }

                        .ready-animate .hp-sec1-right-img img,
                        .removing-animate .hp-sec1-right-img img {
                            opacity: 0;
                        }

                        .start-animate .hp-sec1-right-img img {
                            opacity: 1;
                            transition: opacity .9s ease 1.5s;
                        }

.slideshow-holder #aios-slider-hp-slideshow .aios-slider-volume, 
.slideshow-holder #aios-slider-hp-slideshow .splide__arrow, 
.slideshow-holder #aios-slider-hp-slideshow .aios-slider-volume:hover, 
.slideshow-holder #aios-slider-hp-slideshow .splide__arrow:hover {
    color: #000;
}

.slideshow-holder #aios-slider-hp-slideshow .aios-slider-volume {
    top: 120px;
    right: 27px;
}

.slideshow-holder #aios-slider-hp-slideshow .aios-slider-volume::after {
    content: 'Sound';
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.slideshow-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-volume{
    font-size: 30px;
}

.hp-section1-cta {
    position: absolute;
    bottom: 5%;
    width: 100%;
    left: 0;
    z-index: 6;
}

.hero-slick-item .hp-sec1-left {
    text-align: center;
    max-width: 598px;
    width: 100%;
    line-height: 0.5;
    margin-top: 17%;
}

.hp-slick-inner.hero-slick-item {
    padding-left: 144px;
}

    .hero-slick-item .hp-sec1-left .hp-agent-know {
        display: none;
    }

    .hp-section1-cta .container {
        width: 100%;
        max-width: 1300px;
        padding: 0;
    }

    .hp-section1-cta .row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }

        .hp-section1-cta .row::before {
            display: none;
        }

        .hp-section1-cta .row .col-md-3 {
            padding: 0;
            width: calc((100% / 4) - 15px);
        }

.hp-section1-cta a {
    text-align: center;
    display: block;
    width: 100%;
}

.cta-item {
    font-family: 'Christiana';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .025em;
    background: #fff;
    border: 1px solid #fff;
    height: 80px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
    width: 100%;
}

.hp-section1-cta a:hover .cta-hover {
    opacity: 1;
}

.hp-section1-cta a:hover .cta-item{
    opacity: 0 !important;
}

    .cta-hover {
        font-family: 'Christiana';
        font-weight: 400;
        font-size: 22px;
        line-height: 1.3;
        color: #000;
        text-transform: uppercase;
        letter-spacing: .025em;
        position: absolute;
        height: 96px;
        width: 100%;
        background: #fff;
        border: 1px solid #fff;
        display: flex;
        justify-content: space-around;
        align-items: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: all .325s ease-in-out;
        -moz-transition: all .325s ease-in-out;
        -ms-transition: all .325s ease-in-out;
        transition: all .325s ease-in-out;
    }


.hp-section1-qs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 7;
    font-size: 0;
    padding: 11px 0px;
    display: none;
}

.hp-section1-qs .container{
    width: 100%;
    max-width: 1300px;
}

.qs-form-wrapper {
    max-width: 96.4%;
    margin: 0 auto;
}

.start-animate .qs-form-wrapper {
    opacity: 1 !important;
    transition: opacity .5s ease .8s !important;
}

.removing-animate .qs-form-wrapper {
    transition: opacity .9s ease;
}

.ready-animate .qs-form-wrapper, .removing-animate .qs-form-wrapper {
    opacity: 0;
}

    .qs-title {
        width: 17.14%;
        display: inline-block;
        vertical-align: middle;
    }

    .qs-long {
        width: 16.87%;
        display: inline-block;
        vertical-align: middle;
        padding-right: 1px;
    }

    .qs-short {
        width: 6.85%;
        display: inline-block;
        vertical-align: middle;
        padding-right: 1px;
    }

    .qs-mid {
        width: 8.21%;
        display: inline-block;
        vertical-align: middle;
        padding-right: 1px;
    }

    .qs-btn.btnsubmit-wrap {
        width: 11.1%;
        display: inline-block;
        vertical-align: middle;
    }

    .qs-btn.advancewrap {
        width: 7.9%;
        display: inline-block;
        vertical-align: middle;
    }

        .qs-title span {
            font-family: 'Christiana';
            font-weight: 400;
            font-size: 27px;
            color: #000;
            text-transform: uppercase;
        }

        .qs-long select,
        .qs-short select,
        .qs-mid select {
            background-image: url(images/qs-arrow.png) !important;
            background-repeat: no-repeat !important;
            background-position: top 16px right 7px !important;
        }

            .qs-long select,
            .qs-long input,
            .qs-short select,
            .qs-short input,
            .qs-mid select,
            .qs-mid input {
                width: 100%;
                font-family: 'Gill Sans MT Condensed';
                font-weight: 400;
                font-size: 14px;
                background: #fff;
                border: 1px solid #b6b6b6;
                text-transform: uppercase;
                height: 40px;
                padding: 0 3px;
                outline: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
            }

            .safari-true .qs-long select,
            .safari-true .qs-long input,
            .safari-true .qs-short select,
            .safari-true .qs-short input,
            .safari-true .qs-mid select,
            .safari-true .qs-mid input {
                padding: 0 1px;
            }

            .safari-true .qs-mid input {
                padding: 0 3px;
            }


            .firefox-true .qs-long select,
            .firefox-true .qs-long input,
            .firefox-true .qs-short select,
            .firefox-true .qs-short input,
            .firefox-true .qs-mid select,
            .firefox-true .qs-mid input {
                padding: 0 1px;
            }

            .firefox-true .qs-mid input {
                padding: 0 3px;
            }

            .qs-btn input.btnsubmit {
                max-width: 120px;
                margin-left: auto;
                float: right;
                width: 100%;
                display: block;
                height: 40px;
                border: 0;
                background: #ffbf39;
                text-align: center;
                font-family: 'Gill Sans MT Condensed', sans-serif;
                font-weight: 400;
                font-size: 18px;
                color: #fff;
                text-transform: uppercase;
                outline: none;
                -webkit-transition: all .325s ease-in-out;
                -moz-transition: all .325s ease-in-out;
                -ms-transition: all .325s ease-in-out;
                transition: all .325s ease-in-out;
            }

                .qs-btn input.btnsubmit:hover {
                    background-color: #fff;
                    color: #ffbf39;
                }

                .qs-btn.advancewrap a {
                    width: 100%;
                    display: block;
                    text-align: right;
                    font-family: 'Gill Sans MT Condensed';
                    font-weight: 400;
                    font-size: 18px;
                    text-transform: uppercase;
                    color: #000;
                    letter-spacing: .050em;
                    outline: none;
                    -webkit-transition: all .325s ease-in-out;
                    -moz-transition: all .325s ease-in-out;
                    -ms-transition: all .325s ease-in-out;
                    transition: all .325s ease-in-out;
                }

                    .qs-btn.advancewrap a:hover {
                        color: #ffbf39;
                    }

    .qs-form-wrapper .citywrap .dropdown-menu {
        min-width: 210px;
    }

.hp-slide-logo {
    position: absolute;
    z-index: 999991;
    width: 60%;
    margin: 0 auto;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.hp-slide-logo-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-slide-logo-inner a {
    max-width: 354px;
    width: 30%;
}

.hp-slide-logo-inner img {
    width: 100%;
    height: auto;
}

.start-animate .hp-slide-logo {
    opacity: 1 !important;
    transition: opacity .5s ease .8s !important;
}

.ready-animate .hp-slide-logo, .removing-animate .hp-slide-logo{
    opacity: 0;
}

.pp-viewing-hero .header-left .site-logo-ip,
.home .header-left .site-logo-ip {
    display: none;
}

.home-hero-left {
    font-family: 'Christiana';
    font-weight: 600;
    font-size: 20px;
    color: #000 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: absolute;
    left: 8%;
}

.ip-container .home-hero-left{
    display: none;
}

/*End of Section 1*/
/*Section 2*/
.pp-viewing-welcome .header-logo {
    /*opacity: 0;*/
}

.header-fix {
    opacity: 0;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
    margin: 0 auto;
}

.fix-logo {
    max-width: 210px;
    margin: 0 auto;
}

.fix-logo img {
    width: 100%;
    height: auto;
}

.fixed-logo-wrap {
    position: relative;
}

.fixed-logo-wrap canvas {
    width: 100%;
    height: auto;
    display: block;
}

.fixed-logo-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /*transition: 0.3s;*/
}

.fixed-logo-wrap img.black-logo {
    opacity: 1;
}

.fixed-logo-wrap img.white-logo {
    opacity: 0;
}

.pp-viewing-welcome .header-fix {
    opacity: 1;
    z-index: 9;
}



.pp-viewing-welcome .header-left {
    width: 0;
}

.section-2 {
    background-image: url(images/qs-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
    
    .section-2::before,
    .section-2::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        pointer-events: none;
    }

    .section-2::before {
        background: rgb(199,211,229);
        background: linear-gradient(45deg, rgba(199,211,229,1) 0%, rgba(199,211,229,1) 18%, rgba(186,186,183,1) 100%);
    }

    .section-2::after {
        background-image: url(images/hp-about-bg-v2.jpg);
        background-size: cover;
        background-position: center;
        z-index: 2;
        opacity: 0.06;
    }

.welcome-wrap .row {
    display: flex;
    align-items: flex-start;
}


.welcome-title {
    margin-bottom: 30px;
}

.welcome-title h1 {
    font-family: 'Christiana';
    font-weight: 400;
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .025em;
}

.welcome-title h1 > span:not(.word) {
    display: block;
    font-size: 30px;
}

.welcome-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
}


.welcome-inner {
    position: relative;
    height: auto !important;
    align-items: flex-end !important;
    z-index: 3;
}

    .section-2 .pp-tableCell {
        padding-top: 150px;
    }

    .hp-welcome-left {
        width: calc(((100vw - 1140px) / 2) + 55%);
        float: right;
        position: relative;
        left: -1vw;
        padding-top: 4vh;
        min-width: 400px;
        max-width: 550px;
    }

        .hp-welcome-left img {
            width: 100%;
            max-width: 700px;
            margin: 0 auto;
        }


    .hp-welcome-video {
        display: none;
    }

    .hp-welcome-video-item {
        max-width: 368px;
        display: block;
        position: relative;
    }

        .hp-welcome-video-item::after {
            position: absolute;
            top: -4px;
            left: -4px;
            width: 133px;
            height: 87px;
            border-top: 4px solid #87a0cf;
            border-left: 4px solid #87a0cf;
            content: '';
            background-color: transparent;
        }

        .hp-welcome-video-item::before {
            position: absolute;
            bottom: -4px;
            right: -4px;
            width: 133px;
            height: 87px;
            border-bottom: 4px solid #202289;
            border-right: 4px solid #202289;
            content: '';
            background-color: transparent;
        }

        .hp-welcome-video-item canvas {
            display: block;
            width: 100%;
            height: 100%;
            display: block;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }

        .hp-welcome-video-item a {
            display: block;
            width: 100%;
            position: relative;
        }

        .hp-welcome-right {
            padding: 4vh 9.4% 4vh 1.55%;
            /* min-height: calc(100vh - 200px); */
        }

                .hp-welcome-video-item a:hover::after {
                    opacity: 0;
                }

            .hp-welcome-video-item a::after {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0,0,0,.54);
                content: '';
                -webkit-transition: all .325s ease-in-out;
                -moz-transition: all .325s ease-in-out;
                -ms-transition: all .325s ease-in-out;
                transition: all .325s ease-in-out;
            }

            .hp-welcome-video-item a img {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                z-index: 6;
                pointer-events: none;
            }

            .hp-welcome-left-video a span {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 60px;
                height: 60px;
                z-index: 2;
                font-size: 20px;
                padding-left: 3px;
                color: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                border: 1px solid;
                border-radius: 50%;
            }

            .hp-welcome-vid-git {
                display: flex;
                align-items: flex-end;
                justify-content: space-between;
                margin-top: 0;
            }

            .hp-welcome-left-video {
                display: block;
            }

            .hp-welcome-left-video a {
                display: block;
                position: relative;
                overflow: hidden;
            }

            .hp-welcome-left-video a canvas {
                background: #000;
                display: block;
                width: 100%;
                height: auto;
            }

            .hp-welcome-left-video a img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                opacity: 0.75;
            }

            .welcome-wrap > .container {
                min-height: calc(100vh - 200px);
                display: flex;
                align-items: center;
                justify-content: center
            }

            .hp-git-social {
                max-width: 232px;
                width: 100%;
                margin-right: -78px;
            }

            .hp-git-socialmedia-item {
                padding: 0 2px;
            }

                .hp-git-socialmedia-item img {
                    width: 24px;
                }

            .hp-git-socialmedia-item a.zillow-icon,
            .hp-git-socialmedia-item a.google-icon,
            .hp-git-socialmedia-item a.linked-icon {
                display: block;
                width: 24px;
                height: 100%;
                background-color: #002bff;
                color: #fff !important;
                position: relative;
            }

            .hp-git-socialmedia-item a.google-icon {
                 background-color: #f00;
            }

            .hp-git-socialmedia-item a.linked-icon {
                background-color: #007bb6;
            }

            .hp-git-socialmedia-item a.zillow-icon em,
            .hp-git-socialmedia-item a.google-icon em,
            .hp-git-socialmedia-item a.linked-icon em {
                color: #fff;
                font-size: 15px;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }

            .hp-git-social-title span {
                font-family: 'Gill Sans MT Condensed';
                font-weight: 400;
                font-size: 14px;
                text-transform: uppercase;
                color: #fff;
                letter-spacing: .025em;
            }

                .hp-git-social-title span span {
                    display: block;
                    font-family: 'Christiana';
                    font-weight: 400;
                    font-size: 20px;
                    color: #fff;
                    margin-bottom: 24px;
                    margin-top: 4px;
                }

                .hp-git-socialmedia {
                    display: flex;
                    justify-content: flex-start;
                    margin-top: 25px;
                }

                    .hp-git-socialmedia-item a {
                        max-width: 71px;
                        display: block;
                        -webkit-transition: all .325s ease-in-out;
                        -moz-transition: all .325s ease-in-out;
                        -ms-transition: all .325s ease-in-out;
                        transition: all .325s ease-in-out;
                    }

                            .hp-git-socialmedia-item a:hover {
                                opacity: .8;
                            }

                    .welcome-desc p {
                        font-family: 'Gill Sans MT Condensed', sans-serif;
                        font-weight: 400;
                        font-size: 16px;
                        color: #000;
                        letter-spacing: 0;
                        line-height: 1.65;
                        margin-bottom: 30px;
                    }

                    .hp-agent-know.welcome-btn {
                        margin-top: -14px;
                    }

                    .section-border.section-bordertwo {
                        width: 62vw !important;
                        top: 0;
                        right: -16vw;
                    }

                    .start-animate .split-texts.splitting .char {
                        transform: translateZ(0) !important;
                        opacity: 1 !important;
                        transition: transform 1s ease, opacity 1s ease !important;
                        transition-delay: calc(.3s + (30ms * var(--char-index))) !important;
                    }

                            .splitting .char {
                                position: relative;
                                display: inline-block;
                            }

                            .ready-animate .split-texts.splitting .char,
                            .removing-animate .split-texts.splitting .char {
                                will-change: opacity, transform;
                                transform: translateX(10vw) translateZ(0);
                                -ms-transform: translateX(100px) translateZ(0);
                                opacity: 0;
                            }

                             .removing-animate .split-texts.splitting .char {
                                transition: transform .9s ease, opacity .9s ease;
                            }

                            .start-animate p, .start-animate .hp-agent-know a, .start-animate .s3-contact {
                                opacity: 1 !important;
                                transform: translateY(0) translateZ(0) !important;
                                -ms-transform: translateY(0) translateZ(0) !important;
                                transition: transform .5s ease .9s, opacity .9s ease .9s !important;
                            }

                            .removing-animate p,
                            .removing-animate .hp-agent-know a,
                            .removing-animate .s3-contact {
                                transition: opacity .9s ease, transform .9s;
                            }

                            .ready-animate p,
                            .removing-animate p,
                            .ready-animate .hp-agent-know a,
                            .removing-animate .hp-agent-know a,
                            .ready-animate .s3-contact,
                            .removing-animate .s3-contact {
                                will-change: opacity, transform;
                                transform: translateX(50px) translateZ(0);
                                -ms-transform: translateX(50px) translateZ(0);
                                opacity: 0;
                            }

                            .start-animate .hp-welcome-vid-git {
                                opacity: 1 !important;
                                transform: translateY(0) translateZ(0) !important;
                                -ms-transform: translateY(0) translateZ(0) !important;
                                transition: transform .5s ease .9s, opacity .9s ease .9s !important;
                            }

                            .removing-animate .hp-welcome-vid-git {
                                transition: opacity .9s ease, transform .9s;
                            }

                            .ready-animate .hp-welcome-vid-git,
                            .removing-animate .hp-welcome-vid-git {
                                will-change: opacity, transform;
                                transform: translateX(50px) translateZ(0);
                                -ms-transform: translateX(50px) translateZ(0);
                                opacity: 0;
                            }

.start-animate .hp-welcome-left {
    opacity: 1 !important;
    transition: opacity .5s ease .8s !important;
}
.removing-animate .hp-welcome-left {
    transition: opacity .9s ease;
}
.ready-animate .hp-welcome-left, .removing-animate .hp-welcome-left {
    opacity: 0;
}
/*End of Section 2*/
/*Section 3 communities*/
.pp-viewing-communities .header-logo {
    /*opacity: 0;*/
}

.pp-viewing-communities .black-logo {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.pp-viewing-communities .burger-menu-text {
    color: #262a2a;
}

.pp-viewing-communities .burger-menu span:before,
.pp-viewing-properties .burger-menu span:before,
.pp-viewing-videos .burger-menu span:before,
.pp-viewing-gallery .burger-menu span:before{
    background-color: #000;
}

.pp-viewing-communities .burger-menu span:after,
.pp-viewing-properties .burger-menu span:after,
.pp-viewing-videos .burger-menu span:after,
.pp-viewing-gallery .burger-menu span:after {
    border-top: 4px solid #000;
}

.pp-viewing-communities .white-logo {
    opacity: 0;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
    height: 0;
    width: 0;
}

.communities-inner {
    position: relative;
    z-index: 5 !important;
    height: 100%;
}

.pp-viewing-communities .header-fix {
    opacity: 1;
}

.pp-viewing-communities .header-left {
    width: 0;
}

.section-4 {
    position: relative;
    font-size: 0;
}

    /*.section-4::after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        filter: grayscale(1);
        background-image: url(images/communities-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: 1;
    }

    .section-4::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,.8);
        content: '';
        z-index: 2;
    }*/

    .section-4::before,
    .section-4::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        pointer-events: none;
    }

    .section-4::before {
        background: rgb(199,211,229);
        background: linear-gradient(45deg, rgba(199,211,229,1) 0%, rgba(199,211,229,1) 18%, rgba(186,186,183,1) 100%);
    }

    .section-4::after {
        background-image: url(images/hp-get-property-alerts-bg-v2.jpg);
        background-size: cover;
        background-position: center;
        z-index: 2;
        opacity: 0.06;
    }

    .communities-item a {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .com-img {
        max-width: 278px;
        height: 384px;
        overflow: hidden;
    }

        .communities-item a:hover canvas{
            transform: scale(1.3);
        }

        .communities-item a:hover .com-name {
            color: #202289;
            font-weight: 600;
        }

    .communities-item canvas {
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        overflow: hidden;
        -webkit-transition: all .325s ease-in-out;
        -moz-transition: all .325s ease-in-out;
        -ms-transition: all .325s ease-in-out;
        transition: all .325s ease-in-out;
    }

    .com-desc {
        font-family: 'Gill Sans MT Condensed';
        font-weight: 400;
        font-size: 72px;
        color: #fff;
        letter-spacing: .025em;
        position: absolute;
        z-index: 5;
        bottom: 53px;
        left: 13px;
    }

        .com-name {
            font-family: 'Christiana', sans-serif;
            font-weight: 400;
            font-size: 22px;
            text-transform: uppercase;
            letter-spacing: .025em;
            color: #202289;
            text-align: center;
            margin-top: 30px;
            -webkit-transition: all .325s ease-in-out;
            -moz-transition: all .325s ease-in-out;
            -ms-transition: all .325s ease-in-out;
            transition: all .325s ease-in-out;
        }

        .communities-wrap {
            max-width: 1240px;
            margin: 0 auto;
        }

        .communities-list {
            margin: 0 -22px;
        }

        .communities-item {
            padding: 0 22px;
            width: 25%;
            display: inline-block;
            vertical-align: middle;
        }

            .communities-arrows {
                position: absolute;
                right: 48px;
                top: 14%;
                display: none;
            }

            .com-prev,
            .com-next {
                position: relative;
                text-align: center;
                cursor: pointer;
            }

            .com-prev:hover .arrows-text, .com-next:hover .arrows-text{
                color: #ffc347;
            }

                .arrows-text {
                    transform: rotate(90deg);
                    margin-top: 15px;
                    font-family: 'Gill Sans MT Condensed';
                    font-weight: 400;
                    font-size: 16px !important;
                    letter-spacing: .025em;
                    color: #6c6e6e;
                    text-transform: uppercase;
                    -webkit-transition: all .325s ease-in-out;
                    -moz-transition: all .325s ease-in-out;
                    -ms-transition: all .325s ease-in-out;
                    transition: all .325s ease-in-out;
                }

                .com-prev em {
                    color: #9a9a9a;
                    font-size: 13px;
                    font-weight: 700;
                }

                .com-next em {
                    color: #ffc347;
                    font-size: 13px !important;
                    font-weight: 700;
                }

                .com-next {
                    margin-top: 23px;
                }

                .section-4 .pp-tableCell {
                    padding-top: 150px;
                }

.start-animate .s2-item {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: transform .9s ease, opacity .9s ease !important;
}

.start-animate .s2-item:nth-child(1) {
    transition-delay: 0s !important;
    -ms-transition-delay: 0s !important;
}

    .start-animate .s2-item:nth-child(2) {
        transition-delay: .08s !important;
        -ms-transition-delay: .08s !important;
    }

        .start-animate .s2-item:nth-child(3) {
            transition-delay: .16s !important;
            -ms-transition-delay: .16s !important;
        }

            .start-animate .s2-item:nth-child(4) {
                transition-delay: .32s !important;
                -ms-transition-delay: .32s !important;
            }

            .start-animate .s2-item:nth-child(5) {
                transition-delay: .64s !important;
                -ms-transition-delay: .64s !important;
            }

            .start-animate .s2-item:nth-child(6) {
                transition-delay: .98s !important;
                -ms-transition-delay: .98s !important;
            }

.removing-animate .s2-item {
    transition: transform .9s ease, opacity .9s ease;
}

    .ready-animate .s2-item, .removing-animate .s2-item{
        will-change: opacity, transform;
        transform: translateY(50px);
        -ms-transform: translateY(50px);
        opacity: 0;
    }


/*New Section Content*/
.start-animate .hp-get-property-section {
    opacity: 1 !important;
    transition: opacity .5s ease .8s !important;
}
.removing-animate .hp-get-property-section {
    transition: opacity .9s ease;
}
.ready-animate .hp-get-property-section, .removing-animate .hp-get-property-section {
    opacity: 0;
}

.hp-get-property-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 15px;
}

.hp-get-property-section-inner {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.hp-get-property-section-photo {
    padding: 20px;
    position: relative;
}

.hp-get-property-section-photo-inner {
    position: relative;
    z-index: 2;
}

.hp-get-property-section-photo-inner canvas {
    display: block;
    width: 100%;
    height: calc(100vh - 400px);
}

.hp-get-property-section-photo-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hp-get-property-section-photo::before, .hp-get-property-section-photo::after {
    content: '';
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #000;
}

.hp-get-property-section-photo::before {
    top: 0;
    right: 0;
}

.hp-get-property-section-photo::after {
    bottom: 0;
    left: 0;
}

.hp-get-property-section-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    width: 280px;
    height: 80px;
    color: #000;
    font-size: 23px;
    background: #fff;
    transition: 0.3s;
    text-transform: uppercase;
    font-family: 'Christiana';
    font-weight: 400;
    transition: 0.3s;
}

.hp-get-property-section-button a:hover {
    background: #ffbf39;
    color: #fff;
}

/*New Section Content*/
/*End of Section 3 Communities*/
/*Section 4 Properties*/
.section-5 {
    background: #fff !important;
    font-size: 0;
    position: relative;
}

    .section-5::before,
    .section-5::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        pointer-events: none;
    }

    .section-5::before {
        background: rgb(199,211,229);
        background: linear-gradient(45deg, rgba(199,211,229,1) 0%, rgba(199,211,229,1) 18%, rgba(186,186,183,1) 100%);
    }

    .section-5::after {
        background-image: url(images/hp-featured-property-bg-v2.jpg);
        background-size: cover;
        background-position: center;
        z-index: 2;
        opacity: 0.06;
    }

.properties-btn.hp-agent-know a {
    padding-left: 27px;
}

.properties-inner {
    height: 100%;
    position: relative;
    width: 100%;
    display: block;
    z-index: 2;
}

.prop-item {
    padding: 0 14px;
    width: 33.33%;
    display: inline-block;
    vertical-align: middle;
}

.section-5 .pp-tableCell {
    padding-top: 14%;
    position: relative;
    z-index: 3;
}

.pp-viewing-properties .header-logo {
    opacity: 0;
}

.pp-viewing-properties .black-logo {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.pp-viewing-properties .burger-menu-text {
    color: #262a2a;
}

.pp-viewing-properties .header-fix {
    opacity: 1;
}

.pp-viewing-properties .header-left {
    width: 0;
}

.pp-viewing-properties .white-logo {
    opacity: 0;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
    height: 0;
    width: 0;
}

.prop-list {
    margin: 0 -14px;
}

.properties-feed {
    width: 100%;
}


    .prop-item {
        padding: 0 10px;
    }

        .prop-item canvas {
            display: block;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

        .prop-price {
            text-align: center;
            font-family: 'Christiana';
            font-weight: 400;
            font-size: 40px;
            letter-spacing: .020em;
            color: #000;
            margin-top: 20px;
            position: relative;
        }

        .prop-img {
            position: relative;
        }

        .prop-item a {
            display: block;
            position: relative;
            overflow: hidden;
        }

        .prop-img .prop-img-inner {
            position: relative;
        }

        .prop-img .prop-img-inner canvas {
            display: block;
            width: 100%;
            height: auto;
            background: #000;
        }

        .prop-img .prop-img-inner img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: 0.3s;
        }

        .prop-item a:hover .prop-img .prop-img-inner img {
            opacity: 0.6;
        }

        .prop-price-inner span {
            display: block;
            font-family: 'Gill Sans MT Condensed', sans-serif;
            font-size: 20px;
            padding-top: 15px;
        }


            .prop-hover {
                position: absolute;
                top: -200px;
                width: 100%;
                transform: translateY(-50%);
                opacity: 0;
                -webkit-transition: all .325s ease-in-out;
                -moz-transition: all .325s ease-in-out;
                -ms-transition: all .325s ease-in-out;
                transition: all .325s ease-in-out;
            }

            .prop-item a:hover .prop-hover {
                opacity: 1;
                top: 42%;
            }

.prop-hov-price {
    text-align: center;
    font-family: 'Christiana';
    font-weight: 500;
    font-size: 35px;
    color: #fff;
    letter-spacing: .020em;
}

    .prop-hov-add {
        text-align: center;
        font-family: 'Gill Sans MT Condensed', sans-serif;
        font-weight: 400;
        font-size: 15px;
        color: #fff;
        letter-spacing: .020em;
        text-transform: uppercase;
        margin-top: 11px;
        margin-bottom: 46px;
    }

        .prop-hov-det {
            max-width: 434px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0 auto;
            border-bottom: 1px solid #ffff;
            padding: 0 13px 18px;
            margin-top: 23px;
        }

            .prop-hov-det span {
                font-family: 'Lato', sans-serif;
                font-weight: 400;
                font-size: 14px;
                color: #aba9a9;
                letter-spacing: .020em;
                text-transform: uppercase;
            }

               .prop-hov-det em {
                    font-style: normal;
                    font-family: 'Lato', sans-serif;
                    font-weight: 400;
                    font-size: 14px;
                    color: #fff;
                    letter-spacing: .020em;
                }

                .prop-view {
                    max-width: 140px;
                    font-family: 'Lato', sans-serif;
                    font-weight: 400;
                    font-size: 14px;
                    color: #000;
                    letter-spacing: .020em;
                    text-transform: uppercase;
                    display: block;
                    border: 1px solid #000;
                    text-align: center;
                    padding: 12px 0;
                    margin: 0 auto;
                    width: 100%;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, 100%);
                    opacity: 0;
                    z-index: 0;
                    -webkit-transition: all .325s ease-in-out;
                    -moz-transition: all .325s ease-in-out;
                    -ms-transition: all .325s ease-in-out;
                    transition: all .325s ease-in-out;
                }

.prop-item a:hover .prop-price-inner  {
    opacity: 0;
    bottom: 100px;
    /* max-height: 0; */
}

.prop-item a:hover .prop-view {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.prop-price-inner {
    position: relative;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    bottom: 0;
    opacity: 1;
    width: 100%;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.prop-wrap {
    margin: 0 auto;
    display: block;
    max-width: 1300px;
}

.properties-btn a {
    color: #1e1d1d;
    margin: 0 auto;
    display: block;
    max-width: 145px;
}

    .properties-btn a::before {
        right: 11px;
    }

    .hp-agent-know.properties-btn {
        margin-top: 61px;
    }
/*End of Section 4 Properties*/
/*Section 5 Communities*/
.section-6 {
    background: #fff !important;
    font-size: 0;
    position: relative;
}

    .section-6::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        pointer-events: none;
    }

    .section-6::before {
        background: rgb(199,211,229);
        background: linear-gradient(45deg, rgba(199,211,229,1) 0%, rgba(199,211,229,1) 18%, rgba(186,186,183,1) 100%);
    }


.section-6 .pp-tableCell {
    padding-top: 10%;
    position: relative;
    z-index: 2;
}

.pp-viewing-videos .section-label {
    top: 36%;
}

.pp-viewing-videos .header-logo {
    opacity: 0;
}

.pp-viewing-videos .black-logo {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.pp-viewing-videos .burger-menu-text {
    color: #262a2a;
}

.pp-viewing-videos .header-fix {
    opacity: 1;
}

.pp-viewing-videos .header-left {
    width: 0;
}

.pp-viewing-videos .white-logo {
    opacity: 0;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
    height: 0;
    width: 0;
}

    .videos-wrap {
        max-width: 1274px;
        margin: 0 auto;
    }

    .videos-list {
        margin: 0 -2.5px;
    }

        .videos-item {
            width: 33.33%;
            display: inline-block;
            vertical-align: middle;
            padding: 0 2.5px;
            margin-bottom: 5px;
        }

            .videos-item canvas {
                display: block;
                width: 100%;
                height: 100%;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
            }

            .videos-item a {
                display: block;
                width: 100%;
                position: relative;
            }

            .videos-item a:hover::after {
                opacity: 0;
            }

                .videos-item a::after {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    content: '';
                    background-color: rgba(0,0,0,.35);
                    -webkit-transition: all .325s ease-in-out;
                    -moz-transition: all .325s ease-in-out;
                    -ms-transition: all .325s ease-in-out;
                    transition: all .325s ease-in-out;
                }

                .video-play {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    z-index: 5;
                }
/*End of Section 5 Communities*/
/*Gallery Style Section 6*/
.section-7 {
    background: #fff !important;
    font-size: 0;
}

.gallery-inner {
    height: 100%;
    position: relative;
    z-index: 3;
}

.videos-inner {
    height: 100%;
    position: relative;
}

.section-7 .pp-tableCell {
    padding-top: 120px;
}

.pp-viewing-gallery .header-logo {
    opacity: 0;
}

.pp-viewing-gallery .black-logo {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.pp-viewing-gallery .burger-menu-text {
    color: #262a2a;
}

.pp-viewing-gallery .header-fix {
    opacity: 1 !important;
}

.pp-viewing-gallery .header-left {
    width: 0;
}

.gallery-left {
    margin-left: -4%;
    padding-right: 4.2%;
}

.pp-viewing-gallery .white-logo {
    opacity: 0;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
    height: 0;
    width: 0;
}

.gallery-wrap {
    margin: 0 -12px;
}

    .gallery-item {
    display: flex;
    flex-wrap: wrap;
    }

    .gal-img {
        position: relative;
        padding: 5px;
        width: calc(50% - 10px);
    }

    .gal-img canvas {
        display: block;
        width: 100%;
        height: auto;
    }

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

    .gal-img-inner {
        position: relative;
    }

    .gal-title {
        font-family: 'Christiana', sans-serif;
        font-weight: 400;
        font-size: 40px;
        color: #000000 !important;
        text-transform: uppercase;
        line-height: 1.15;
    }

    .gal-desc {
        margin-top: 35px;
        padding-right: 15.79%;
    }

    .gallery-right {
        padding-left: 3%;
        margin-right: -76px;
    }

    .gal-desc p {
        color: #000000;
        font-family: 'Gill Sans MT Condensed';
        font-weight: 400;
        font-size: 16px;
        line-height: 1.45;
    }

        .hp-agent-know.gallery-btn a {
            color: #000;
            font-size: 16px;
        }

        .hp-agent-know.gallery-btn {
            margin-top: 57px;
        }

        .gallery-inner .row {
            display: flex;
            align-items: center;
        }

            .gallery-inner .row::before {
                display: none;
            }
/*End of Gallery Style Section 6*/
/*Section 7 Testimonials*/
.section-7 {
    background: #fff !important;
    font-size: 0;
}

.hp-agent-know.testi-btn a {
    padding-left: 24px;
}

.hp-agent-know.testi-btn a:hover span {
    left: 10px;
}

.safari-true .section-border.section-bordertwo,
.firefox-true .section-border.section-bordertwo {
    top: -5px;
}

.section-7 .pp-tableCell {
    padding-top: 208px;
}

.pp-viewing-testimonial .header-logo {
    opacity: 0;
    width: 0;
    height: 0;
}

.pp-viewing-testimonial .white-logo {
    opacity: 1 !important;
}

.pp-viewing-testimonial .black-logo {
    opacity: 0 !important;
}

.pp-viewing-testimonial .burger-menu-text,
.pp-viewing-testimonial .testi-inner .section-label span{
    color: #fff;
}


.testi-inner .section-label::before,
.testi-inner .section-label::after,
.pp-viewing-testimonial .burger-menu span:before{
    background: #fff;
}

.pp-viewing-testimonial .burger-menu span:after{
    border-color: #fff;
}

.pp-viewing-testimonial {
    opacity: 1 !important;
}

.pp-viewing-testimonial .header-fix {
    opacity: 1;
}

.pp-viewing-gallery .header-left {
    width: 0;
}

.section-7 {
    position: relative;
}

.testi-home-after {
    width: 1183px;
    height: 258px;
    background-image: url(images/testi-after.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
}

    .testi-inner {
        position: relative;
        z-index: 5;
        height: 100%;
    }

.section-7::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(37, 41, 42, .86);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.pp-viewing-testimonial .section-2::after {
    display: none;
}

    .section-7::after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url(images/testi-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        filter: grayscale(1);
        z-index: 2;
    }

    .testi-desc {
        position: relative;
    }

        .testi-desc::after {
            width: 102px;
            height: 80px;
            content: '';
            background-image: url(images/testi-quote.png);
            background-repeat: no-repeat;
            background-position: center;
            position: absolute;
            top: -122px;
            left: 50%;
            transform: translateX(-50%);
        }

    .testi-item .testi-desc p {
        font-family: 'Gill Sans MT Condensed'   ;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        letter-spacing: .025em;
        line-height: 26px;
    }

        .testi-item {
            width: 50%;
            text-align: center;
            position: relative;
        }

            .testi-item::after {
                position: absolute;
                left: 0;
                width: 1px;
                height: 276px;
                content: '';
                background-color: #737576;
                top: 27%;
                transform: translateY(-50%);
            }

            .testi-wrap .slick-slide.slick-current .testi-item::after {
                display: none;
            }

        .testi-item-inner {
            max-width: 484px;
            margin: 0 auto;
        }

        .testi-inner .hp-agent-know a{
            color: #fff;
        }

        .testi-inner .hp-agent-know a:hover{
            color: #384d9e;
        }

        .testi-name {
            font-family: 'Christiana', sans-serif;
            font-weight: 400;
            font-size: 18px;
            color: #fff;
            margin-top: 32px;
            letter-spacing: .025em;
            text-transform: capitalize;
        }
        .start-animate .testi-item::after {
            opacity: 1 !important;
        }

        .removing-animate .testi-item::after,
        .ready-animate .testi-item::after  {
            opacity: 0;
        }

        .removing-animate .testi-item::after {
            transition: opacity .9s ease, transform .9s;
        }

        .start-animate .testi-desc::after,
        .start-animate .testi-desc::after {
            opacity: 1 !important;
            transform: translateY(0) translateZ(0) translateX(-50%) !important;
            -ms-transform: translateY(0) translateZ(0) translateX(-50%) !important;
            transition: transform .5s ease .9s, opacity .9s ease .9s !important;
        }

        .removing-animate .testi-desc::after {
            transition: opacity .9s ease, transform .9s;
        }

        .ready-animate .testi-desc::after,
        .removing-animate .testi-desc::after {
            will-change: opacity, transform;
            transform: translateX(50px) translateZ(0);
            -ms-transform: translateX(50px) translateZ(0);
            opacity: 0;
        }

        .testi-wrap .slick-slide {
            -webkit-transition: all .325s ease-in-out;
            -moz-transition: all .325s ease-in-out;
            -ms-transition: all .325s ease-in-out;
            transition: all .325s ease-in-out;
        }

        .testi-wrap .slick-list.draggable {
            padding-top: 134px;
        }

        .testi-wrap .slick-slide.slick-current .testi-item-inner {
            margin-left: auto;
            margin: 0;
        }

        .testi-wrap .slick-current + .slick-slide.slick-active .testi-item-inner {
            margin-left: auto !important;
            margin: 0;
        }

.hp-agent-know.testi-btn {
    margin-top: 82px;
}

    .hp-agent-know.testi-btn a {
        max-width: 152px;
        display: block;
        margin: 0 auto;
    }

        .hp-agent-know.testi-btn a::before {
            right: 9px;
        }


.com-next.testi-next {
    margin-top: 34px;
}

.testi-arrows .arrows-text {
    margin-top: 22px;
}


/*End of Section 7 Testimonials*/
/*Section 8 Contact Us*/
.section-8 {
    font-size: 0;
    position: relative;
}


.pp-viewing-contactus header.header {
    opacity: 0;
    display: none;
}

section#pp_contactus .contact-inner {
    z-index: 4;
    position: relative;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-wrap {
    max-width: 1028px;
    margin: 0 auto;
}

    .section-8::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background-image: url(images/cu-bg-v2.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: 2;
    }

    .section-8::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background-color: rgba(37, 37, 37, .86);
        z-index: 3;
    }

    .pp-viewing-contactus .section-2::after {
        display: none;
    }

    .contact-title {
        text-align: center;
    }

        .contact-title h2 {
            font-family: 'Gill Sans MT Condensed' !important;
            font-weight: 400 !important;
            font-size: 30px !important;
            color: #fff;
            letter-spacing: -.010em;
            text-transform: uppercase;
        }

            .contact-title em {
                font-family: 'Christiana';
                font-weight: 400;
                font-size: 60px;
                color: #fff;
                letter-spacing: -.010em;
                text-transform: uppercase;
                font-style: normal;
                display: block;
                margin-top: 5px;
            }

            .contact-form {
                margin-top: 35px;
            }

            .contact-logo {
                margin-top: 50px;
            }

            .contact-short {
                width: 33.33%;
                display: inline-block;
                vertical-align: bottom;
                padding-right: 26px;
            }

            .contact-long {
                width: 100%;
                display: block;
                position: relative;
                margin-top: 45px;
            }

                .contact-short input,
                .contact-long textarea {
                    font-family: 'Gill Sans MT Condensed';
                    font-weight: 400;
                    font-size: 16px;
                    border-bottom: 1px solid #fff !important;
                    color: #fff;
                    background: transparent;
                    border: 0;
                    width: 100%;
                    padding: 0 5px;
                    height: 53px;
                    letter-spacing: .100em;
                    text-transform: uppercase;
                    outline: none !important;
                }

                .contact-long textarea {
                    padding: 0 100px 0 5px;
                }

                .contact-long textarea {
                    resize: none;
                    height: 32px;
                }

                .contact-short:nth-child(3) {
                    padding-right: 0;
                }

                    .contact-btn {
                        position: absolute;
                        right: 0;
                        bottom: 6px;
                        max-width: 58px;
                        width: 100%;
                        height: 33px;
                    }

                    .contact-btn::after {
                        position: absolute;
                        width: 32px;
                        height: 29px;
                        left: -37px;
                        transform: translateY(-50%);
                        top: 37%;
                        content: '';
                        background-image: url(images/cu-btn.png);
                        background-repeat: no-repeat;
                        background-position: center;
                    }

                        .contact-btn .wpcf7-submit {
                            width: 100%;
                            font-family: 'Gill Sans MT Condensed';
                            font-weight: 400;
                            font-size: 20px;
                            color: #fff;
                            text-transform: uppercase;
                            letter-spacing: .025em;
                            background: transparent;
                            border: 0;
                            padding: 0;
                            outline: none;
                            -webkit-transition: all .325s ease-in-out;
                            -moz-transition: all .325s ease-in-out;
                            -ms-transition: all .325s ease-in-out;
                            transition: all .325s ease-in-out;
                        }

                        .contact-btn .wpcf7-submit:focus {
                            outline: none !important;
                        }

                            .contact-btn .wpcf7-submit:hover {
                                color: #ffc347;
                            }

    .ip-container .contact-wrap .s2-item{
        transform: translate(0);
    }

.contact-logo a {
    max-width: 239px;
    margin: 0 auto;
    display: block;
}

    .contact-address .textwidget {
        max-width: 366px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 38px;
    }

    .contact-add-item {
        position: relative;
    }

        .contact-add-item::after {
            width: 2px;
            height: 14px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: -32px;
            content: '';
            background-color: #1380ab;
        }

        .contact-add-item:first-child::after {
            display: none;
        }

        .contact-add-item a {
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            font-size: 14px;
            color: #fff !important;
            /* text-transform: uppercase; */
            letter-spacing: .080em;
            -webkit-transition: all .325s ease-in-out;
            -moz-transition: all .325s ease-in-out;
            -ms-transition: all .325s ease-in-out;
            transition: all .325s ease-in-out;
        }

            .contact-add-item a:hover {
                color: #ffc347 !important;
            }

.contact-nav {
    margin-top: 45px;
}

.footernav > li > a {
    font-family: 'Christiana';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .050em;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

    .footernav > li:hover > a {
        color: #ffc347;
    }

.footernav > li {
    position: relative;
}

.footernav > li:first-child::after {
    display: none;
}

    .footernav > li::after {
        position: absolute;
        top: 50%;
        left: -27px;
        transform: translateY(-50%);
        width: 2px;
        height: 15px;
        background-color: #808280;
        content: '';
    }

    .footernav {
        max-width: 727px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .copyright {
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        letter-spacing: .080em;
        text-align: center;
        margin-top: 30px;
    }

    .copyright a {
        -webkit-transition: all .325s ease-in-out;
        -moz-transition: all .325s ease-in-out;
        -ms-transition: all .325s ease-in-out;
        transition: all .325s ease-in-out;
    }

        .copyright a:hover {
            color: #ffc347;
        }

        .mls-logo {
            max-width: 129px;
            display: flex;
            margin: 0 auto;
            justify-content: space-between;
        }

        .footermls {
            margin-top: 20px;
        }

        .mls-logo .mls-item {
            color: #bdbcbb;
            font-size: 29px;
        }

        .contact-btn span.ajax-loader {
            position: absolute;
            bottom: -36px;
            left: 50%;
            transform: translateX(-50%);
        }

        .section-8 form {
            position: relative;
        }

        .section-8 .wpcf7-response-output {
            position: absolute;
            top: 100%;
            font-size: 16px;
            margin: 0;
            width: 100%;
            color: #fff;
            text-align: center;
            margin: 4px 0 0 !important;
        }

        .section-8 span.wpcf7-not-valid-tip {
            font-size: 12px;
        }
/*End of Section 8 Contact Us*/

#ihf-main-container .nav-tabs {
  padding: 0 !important;
  margin: 0 !important;
}

ul.chosen-results {
  margin: 0 !important;
  padding: 0 !important;
}

#ihf-main-container .listing-info-item,
#ihf-main-container .ihf-description {
    font-size: 17px;
} 

#ihf-board-detail-disclaimer, #ihf-board-disclaimers, #ihf-agent-sellers-rep, .ihf-contiguous-links .pull-left a {
    font-size: 15px !important;
}

#ihf-main-container #ihf-main-search-form .chosen-drop ul.chosen-results {
    max-height: 100px;
}


/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-container .header-holder {
    background: #272a2b;
}


.ip-container .section-container {
    z-index: 6;
}

.ip-container header.header {
    position: fixed;
}

.ip-container .header-holder.menu-is-active {
    background-color: transparent;
}

.ip-container .ready-animate .split-texts.splitting .char,  .ip-container.removing-animate .split-texts.splitting .char {
    opacity: 1;
    transform: translate(0);
}

.ip-container footer.footer {
    display: block !important;
}

.ip-container footer .section-8 {
    padding-top: 40px;
}

.ip-container .s2-item {
    opacity: 1 !important;
}

.ip-banner{
    position: relative;
    width: 100%;
}
    .ip-banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0,0,0,.6);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        min-height: 250px;
        background-color: #f9f7f7;
    background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ip-banner .container{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    }
        .ip-banner h1 {
            font-weight: 700;
            font-size: 32px;
            text-align: center;
            color: #FFF;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            line-height: 1.7;
        }
            .ip-banner h1 span{
                display: block;
                font-size: 24px;
                font-weight: 400;
                text-transform: none;
                letter-spacing: 0.01em;
            }

.agent-contact-lang.agent-contact-detail {
    display: none;
}            
/* Adjust minimum height of page area */
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 77.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 20.83%; }

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}
    .page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
        margin-left: -15px;
        margin-right: -15px;
    }

.sidebar-qs .hp-section1-qs {
    position: relative;
    background-size: cover;
    padding: 0 5px;    
}

.sb-agent {
    margin-top: 10px;
}

.sidebar-qs .qs-form-wrapper {
    max-width: 600px;
}

.sidebar-qs .qs-title {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;    
}

.sidebar-qs .qs-long {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
}

.sidebar-qs .qs-mid {
    width: 50%;
    padding: 0;
    margin-bottom: 5px;
}

.sidebar-qs .qs-btn.btnsubmit-wrap {
    width: 100%;
    margin-bottom: 5px;
}

.sidebar-qs .qs-btn input.btnsubmit {
    max-width: 100%;
}

.sidebar-qs .qs-btn.advancewrap {
    width: 100%;
    margin-bottom: 5px;
}

.sidebar-qs .qs-btn.advancewrap a {
    width: 100%;
    text-align: center;
} 

.sidebar-qs .qs-short {
    width: 50%;
    padding: 0;
    margin-bottom: 5px;
}

.sidebar-qs .qs-left {
    padding-right: 2.5px;
}

.sidebar-qs .qs-right {
    padding-left: 2.5px;
}    

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title {
    font-family: 'Christiana', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #000000 !important;
    text-transform: uppercase;
    letter-spacing: .025em;
    margin: 0 !important;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {

}

.error404 .error-page-content-wrapper .wpcf7 form .wpcf7-response-output {
    text-align: center;
}


.hp-section1-qs button.btn.dropdown-toggle.bs-placeholder.btn-default,
.hp-section1-qs button.btn.dropdown-toggle.btn-default {
    width: 100%;
    background: #fff;
    border: 1px solid #b6b6b6;
    text-transform: uppercase;
    height: 40px;
    padding: 0 3px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: unset;
}
.hp-section1-qs span.filter-option.pull-left{
  font-family: 'Gill Sans MT Condensed';
  font-weight: 400;
  font-size: 14px !important;
  color: #000 !important;
}
.hp-section1-qs ul.dropdown-menu.inner {
    max-height: 150px !important;
}
div.wpcr3_review div.wpcr3_review_datePublished {
    display: none !important;
}

.ai-contact-wrap span.context-add {
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
}
.ai-contact-wrap span.context-add em.ai-font-location-c {
    color: #5b5b5b;
    min-width: 25px;
}

.grecaptcha-badge {
    z-index: 1030;
    bottom: 28px !important;
}

div.wpcr3_review div.wpcr3_review_author{
    display: none!important;
}

.page-id-16 div.wpcr3_review blockquote.wpcr3_content p {
    font-size: 18px;
}

#ihf-main-container .ihf-listing-search-results .btn-group.pull-right {
    z-index: 9999;
}

.page-id-34 .ai-default-cf7wrap textarea {
    height: 97px;
}

.pp-viewing-properties .section-label span {
    color: #444;
}

.page-id-36 .ai-default-cf7wrap textarea,
.page-id-38 .ai-default-cf7wrap textarea {
    height: 98px;
}



/*HP Map*/
/*section#pp_interactivemap{
    display: none;
}*/
.pp-viewing-interactivemap .header-left {
    width: 0;
}
.pp-viewing-interactivemap .header-fix {
    opacity: 0;
}
section#pp_interactivemap .section-label {
    top: 50%;
}

.map-main-content {
    position: relative;
    margin-right: 0;
    background: url(images/maps/map-bg.jpg);
}
.map-outer {
    margin: 0 auto;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .map-outer canvas {
        display: block;
        width: 100%;
        height: auto;
    }
    
   .map-inner {
        position: relative;
        /*width: 892px;*/
        width: 1600px;
        z-index: 2;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
    }
        .map-inner img {
            max-width: 100%;
            /*width: auto;
            max-height: 100vh;*/
        }

        .map-transparent {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 3;
        }


.map-titles {
    font-size: 2.3vh;
    position: absolute;
    top: calc(50% + 30px);
    transform: translateY(-50%);
    left: 10vw;
    z-index: 9;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Christiana', sans-serif;
    font-weight: 400;
}

.map-areas span {
    display: block;
    cursor: pointer;
    padding: 1.5vh 0;
    position: relative;

    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.map-areas span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background: url(images/maps/map-text-hover.png);
    transition: width .325s;
    height: 100%;
    z-index: -1;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

.map-areas span:hover,
.map-areas span.active {
    padding: 1.5vh 1vw;
    color: #262a2b;
    text-shadow: -2px 0px 2px rgba(255,255,255,0.5);
}

.map-areas span:hover::before,
.map-areas span.active::before{
    width: 100%;
}

span.section-title {
    font-size: 2vh;
    padding-bottom: 4vh;
    display: block;
}

span.section-title span {
    display: block;
    font-size: 5.5vh;
    letter-spacing: 0.5vw;
}


.map-texts {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Christiana', sans-serif;
    font-weight: 400;
    font-size: 2vh;
    text-shadow: -2px 0px 2px rgba(255,255,255,0.25);
}

.map-texts span{
    position: absolute;
    cursor: pointer;
    z-index: 4;
}

.map-texts span[data-target="map-nmyrtle"]{
    top: 470px;
    left: 1060px;
}

.map-texts span[data-target="map-cherry"]{
    top: 433px;
    left: 1148px;
}

.map-texts span[data-target="map-little"]{
    top: 353px;
    left: 1040px;
}

.map-texts span[data-target="map-myrtle"]{
    top: 655px;
    left: 785px;
}

.map-texts span[data-target="map-sunset"]{
    top: 363px;
    left: 1310px;
}

.map-texts span[data-target="map-calabash"]{
    top: 315px;
    left: 1195px;
}

.map-texts span[data-target="map-longs"] {
    top: 273px;
    left: 997px;
}

.map-texts span[data-target="map-conway"] {
    top: 415px;
    left: 567px;
}

.map-texts span[data-target="map-garden"] {
    top: 810px;
    left: 545px;
}

.map-texts span[data-target="map-surfside"] {
    top: 785px;
    left: 700px;
}


.map-hovers div {
    position: absolute;
    opacity: 0;
    z-index: 1;

    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.map-hovers div.active{
    opacity: 1;
}

.map-hovers div[data-id="map-nmyrtle"] {
    top: 393px;
    left: 957px;
}

.map-hovers div[data-id="map-cherry"]{
    top: 428px;
    left: 1125px;
}

.map-hovers div[data-id="map-little"] {
    top: 322px;
    left: 1078px;
}

.map-hovers div[data-id="map-myrtle"] {
    top: 503px;
    left: 715px;
}

.map-hovers div[data-id="map-sunset"] {
    top: 286px;
    left: 1252px;
}

.map-hovers div[data-id="map-calabash"] {
    top: 306px;
    left: 1210px;
}

.map-hovers div[data-id="map-longs"] {
    top: 242px;
    left: 1011px;
}

.map-hovers div[data-id="map-conway"] {
    top: 314px;
    left: 506px;
}

.map-hovers div[data-id="map-garden"] {
    top: 771px;
    left: 628px;
}

.map-hovers div[data-id="map-surfside"] {
    top: 762px;
    left: 677px;
}

body.page header.header,
body.single header.header{
    z-index: 1034;
}

body.page-id-37382 .map-areas span + br,
body.page-id-37382 span.section-title + p,
body.page-id-37382 span.section-sub + br,
body.page-id-37382 .map-titles br {
    display: none;
}

body.page-id-37382 .map-titles span {
    line-height: 1;
}

body.page-id-37382 p#breadcrumbs,
body.page-id-37382 h1.entry-title {
    padding: 0 20px;
}

body.page-id-37382 #content-full #content {
    padding: 0 !important;
}



/* HP new map addtl css */

#pp_interactivemap .map-titles span.section-sub {
    font-size: 40px;
    letter-spacing: normal;
    color: #000;
}

#pp_interactivemap .map-areas span {
    color: #000;
    font-size: 24px;
}

#pp_interactivemap .map-areas span::before {
    background: #fdc959 !important;
}


#pp_interactivemap .map-areas span:hover, .map-areas span.active {
    position: 15px 20px !important;
    text-shadow: none !important;
}

#pp_interactivemap .map-hovers div[data-id="map-alexander-county"] {
    top: 197px;
    left: 797px;
}


#pp_interactivemap .map-hovers div[data-id="map-catawba-county"] {
    left: 652px;
    top: 390px;
}

#pp_interactivemap .map-hovers div[data-id="map-iredell-county"] {
    left: 982px;
    top: 194px;
}

#pp_interactivemap .map-hovers div[data-id="map-caldwell-county"] {
    left: 470px;
    top: 149px;
}


#pp_interactivemap .map-texts span[data-target="map-alexander-county"]  {
    top: 412px;
    left: 907px;
}

#pp_interactivemap .map-texts span[data-target="map-caldwell-county"] {
    left: 636px;
    top: 401px;
}

#pp_interactivemap .map-texts span[data-target="map-catawba-county"] {
    left: 960px;
    top: 683px;
}

#pp_interactivemap .map-texts span[data-target="map-iredell-county"] {
    left: 1156px;
    top: 470px;
}

#pp_interactivemap .map-texts {
    font-size: 16px;
}


#pp_interactivemap .map-titles {
    top: calc(48% + 30px);
}


#pp_interactivemap .map-button a {
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    width: 280px;
    height: 80px;
    color: #000;
    font-size: 20px;
    background: #fff;
    transition: 0.3s;
}

#pp_interactivemap .map-button a:hover {
    background: #000;
    color: #fff;
}

#pp_interactivemap .map-button {
    margin-top: 70px;
}

#pp_interactivemap .map-logo {
    top: 20px;
    position: absolute;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
}


#pp_interactivemap .map-photo {
    position: absolute;
    bottom: 0;
    right: 0;
}

#pp_interactivemap img.base-map {
    z-index: 1;
    position: relative;
}

#pp_interactivemap .map-transparent {
    z-index: -1;
}

#pp_interactivemap .map-main-content {
    background: #c7d3e5;
}

/* NEW HP MAP */

/* start of default css  */

.fc-map-container {
    display: block;
    position: relative;
    z-index: 3;
    overflow: hidden;
    font-size: 0;
}

.fc-map-wrapper {
    display: block;
    position: relative;
}

.fc-map-main {
    position: relative;
    /*width: 1600px;*/
    width: 100%;
}

.fc-map-transparent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}

.fc-map-content {
    position: absolute;
    top: 280px;
    left: 146px;
    z-index: 5;
}

.fc-comm-areas ul li {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0;
    position: relative;
    margin-top: 4px;
    font-family: 'Christiana';
    font-weight: 600;
}


.fc-comm-areas ul li img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.fc-comm-areas ul li.active img, .fc-comm-areas ul li:hover img {
    filter: invert(1) brightness(1000);
}

.fc-comm-areas ul li a {
    padding: 15px 0;
    display: block;
    white-space: nowrap;
}

.fc-comm-areas ul li:before {
    position: absolute;
    content: '';
    left: -5px;
    top: 0;
    width: 0px;
    height: 100%;
    background: #fdc959;
    z-index: -1;
    transition: 0.5s;
}

.fc-comm-areas ul li:hover a,
 li.fc-comm-title.active a {
    padding: 15px 20px;
}


.fc-comm-areas {
    position: absolute;
}

.fc-title h2 {
    font-size: 45px;
    letter-spacing: 0.07em;
    font-weight: 400;
}

.fc-map-hovers > div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.fc-map-img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    pointer-events: auto;
    z-index: 4;
}

.fc-map-pin span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
    position: relative;
    width: 100%;
    display: inline-block;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    text-align: center;
    font-family: 'Christiana';
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, 
                rgb(0, 0, 0) 0.540302px 0.841471px 0px, 
                rgb(0, 0, 0) -0.416147px 0.909297px 0px, 
                rgb(0, 0, 0) -0.989992px 0.14112px 0px, 
                rgb(0, 0, 0) -0.653644px -0.756802px 0px, 
                rgb(0, 0, 0) 0.283662px -0.958924px 0px, 
                rgb(0, 0, 0) 0.96017px -0.279415px 0px;

}

.fc-map-pin {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 5;
    display: block;
}

.fc-map-hovers > div.active .fc-map-img {
    opacity: 1;
    visibility: visible;
}

.fc-comm-title.active:before,
.fc-comm-areas ul li:hover:before {
    background: #fdc959;
    width: calc(100% + 26px);
}
.fc-comm-title.active a {
    color: #fff;
}

/*.fc-comm-areas ul {
    max-width: 262px;
}*/

.fc-map-area-links {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
}

.fc-map-area-links > div {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 1;
}

.fc-map-link {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    text-align: center;
    white-space: nowrap;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transition: 0.3s;
}

.fc-map-link.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

}

.fc-map-link:hover{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.fc-map-link span {
    font-size: 11px;
    color: #fff;
    font-family: var(--font-family-spartan);
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, 
                rgb(0, 0, 0) 0.540302px 0.841471px 0px, 
                rgb(0, 0, 0) -0.416147px 0.909297px 0px, 
                rgb(0, 0, 0) -0.989992px 0.14112px 0px, 
                rgb(0, 0, 0) -0.653644px -0.756802px 0px, 
                rgb(0, 0, 0) 0.283662px -0.958924px 0px, 
                rgb(0, 0, 0) 0.96017px -0.279415px 0px;
}



span.fc-title {
    text-transform: uppercase;
    font-family: 'Christiana';
}

span.fc-title.section-title span.section-sub {
    font-size: 40px;
    letter-spacing: normal;
}


.fc-map-hovers > div.alexander-county .fc-map-pin {
    top: 412px;
    left: 907px;
}

.fc-map-hovers > div.caldwell-county .fc-map-pin {
    left: 636px;
    top: 401px;
}

.fc-map-hovers > div.catabawa-county .fc-map-pin {
    left: 960px;
    top: 683px;
}

.fc-map-hovers > div.iredell-county .fc-map-pin {
    left: 1156px;
    top: 470px;
}

.fc-map-hovers > div.alexander-county .fc-map-img {
    top: 196px;
    left: 797px;
}


.header-logo .main-logo-alt,
.contact-logo .main-logo-alt{
    display: none;
}

body.page-id-37382 .header-logo .main-logo-alt,
body.page-id-672 .header-logo .main-logo-alt,
body.page-id-768 .header-logo .main-logo-alt,
body.page-id-673 .header-logo .main-logo-alt,
body.page-id-674 .header-logo .main-logo-alt,
body.page-id-675 .header-logo .main-logo-alt,
body.page-id-676 .header-logo .main-logo-alt,
body.page-id-767 .header-logo .main-logo-alt,
body.page-id-678 .header-logo .main-logo-alt,
body.page-id-679 .header-logo .main-logo-alt,
body.page-id-688 .header-logo .main-logo-alt{
    display: block;
}

body.page-id-37382 .header-logo .main-logo,
body.page-id-672 .header-logo .main-logo,
body.page-id-768 .header-logo .main-logo,
body.page-id-673 .header-logo .main-logo,
body.page-id-674 .header-logo .main-logo,
body.page-id-675 .header-logo .main-logo,
body.page-id-676 .header-logo .main-logo,
body.page-id-767 .header-logo .main-logo,
body.page-id-678 .header-logo .main-logo,
body.page-id-679 .header-logo .main-logo,
body.page-id-688 .header-logo .main-logo{
    display: none;
}

body.page-id-37382 .contact-logo .main-logo-alt,
body.page-id-672 .contact-logo .main-logo-alt,
body.page-id-768 .contact-logo .main-logo-alt,
body.page-id-673 .contact-logo .main-logo-alt,
body.page-id-674 .contact-logo .main-logo-alt,
body.page-id-675 .contact-logo .main-logo-alt,
body.page-id-676 .contact-logo .main-logo-alt,
body.page-id-767 .contact-logo .main-logo-alt,
body.page-id-678 .contact-logo .main-logo-alt,
body.page-id-679 .contact-logo .main-logo-alt,
body.page-id-688 .contact-logo .main-logo-alt{
    display: block;
}

body.page-id-37382 .contact-logo .main-logo,
body.page-id-672 .contact-logo .main-logo,
body.page-id-768 .contact-logo .main-logo,
body.page-id-673 .contact-logo .main-logo,
body.page-id-674 .contact-logo .main-logo,
body.page-id-675 .contact-logo .main-logo,
body.page-id-676 .contact-logo .main-logo,
body.page-id-767 .contact-logo .main-logo,
body.page-id-678 .contact-logo .main-logo,
body.page-id-679 .contact-logo .main-logo,
body.page-id-688 .contact-logo .main-logo{
    display: none;
}

.cycloneslider-template-video .cycloneslider-volume{
    top: 125px !important;
    right: 3% !important;
    filter: brightness(0);
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
