/*
Theme Name: Place Real Estate
Theme URI: http://placesrqcom.rs4.aios-staging.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.2
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
 *
 *******************************************************/
.ip-container #main-wrapper {
    overflow: hidden !important;
}

body img[src*="deviceid.trueleadid.com"] {
   display: none;
}

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

#nav .sub-menu,
#nav2 .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: block;
    padding: 0;
    position: absolute;
    left: 100%;
    top: -16px;
    width: auto;
    min-width: 180px;
    background-color: rgba(0,0,0, .83);
    padding: 11px 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#nav .sub-menu a,
#nav2 .sub-menu a {
    color: #fff;
    display: block;
    padding: 10px;
    display: block;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#nav .sub-menu a:hover,
#nav2 .sub-menu a:hover {
    background-color: #008081;
    color: #000;
    text-decoration: none;
}

#nav .sub-menu .sub-menu,
#nav2 .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu,
#nav2 li:hover > .sub-menu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}
#nav .sub-menu li,
#na2 .sub-menu li {
    position: relative;
    display: block;
}

#nav li:hover a,
#nav li:active a,
#nav li:focus a,
#nav2 li a:hover,
#nav2 li a:active,
#nav2 li a:focus {
    text-decoration: none;
}

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

/* Global */

body{
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #bebdbd;
	background: #FFF;
	color: #000000;
	margin: 0;
    top: 0 !important;
    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}
html.not-one-scroll,
body.ip-container {
    overflow: auto;
    height: auto;
}

section {
    font-size: 0;
}

.g-padding-0 {
    padding: 0;
}

.g-section-wrapper,
.g-section-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.g-section-inner::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.g-section-content {
    display: inline-block;
    vertical-align: middle;
}


section > h2 {
    display: none;
}

.animate {
    opacity: 1;
    visibility: hidden;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.animate-fadeInLeft {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    opacity: 0;
}

.animate-fadeInRight {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    opacity: 0;
}

.visible {
    transform: translateX(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.skiptranslate {
    display: none !important;
}
/* end global */


/* home pagination */
.hp-main {
    opacity: 0;
}
.onepage-pagination {
    right: 0 !important;
    left: 0;
    top: unset !important;
    margin: 0 auto;
    text-align: center;
    bottom: 69px;
    pointer-events: none;
    z-index: 5;
    max-width: 1600px !important;
    text-align: center !important;
    margin: 0 auto !important;
}

    .onepage-pagination li {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding: 0 4.37% !important;
    }

    .onepage-pagination li:first-child {
        padding-left: 5px !important;
    }

    .onepage-pagination li:last-child {
        padding-right: 5px !important;
    }

    .onepage-pagination li:first-child:before,
    .onepage-pagination li:last-child:after {
        content: '';
        right: 100%;
        width: 2000px;
        left: initial;
    }

    .onepage-pagination li:last-child:after {
        left: 100% !important;
        width: 2000px;
        right: initial;
    }

    /* .onepage-pagination li:first-child::before,
    .onepage-pagination li:last-child::after {
        width: calc(50% + 25px);
        display: none !important;
    } */

    .onepage-pagination li:first-child::after,
    .onepage-pagination li:last-child::before {
        width: calc(100% + -30px);
    }

    .onepage-pagination li::before,
    .onepage-pagination li::after {
        content: '';
        position: absolute;
        top: calc(50% - .5px);
        height: 1px;
        background-color: rgba(95, 95, 95, .90);
        width: calc(50% - 15px);
    }

    .onepage-pagination li::before {
        left: 0;
    }

    .onepage-pagination li::after {
        right: 0;
    }

    .onepage-pagination li a {
        position: relative;
        pointer-events: auto;
        display: block;
        width: 20px !important;
        height: 20px !important;
        border-radius: 50%;
        border: 2px solid rgba(95, 95, 95, .80);
        padding: 0 !important;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .home .onepage-pagination li a.active {
        border-color: #008081;
    }

    .home .onepage-pagination li a.active::before{
        background: #008081 !important;
    }

    .home .onepage-pagination li a::before,
    .home .onepage-pagination li a.active::before {
        position: absolute;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        transform: none;
        border-radius: 50%;
        border:none !important;
        width: 10px !important;
        height: 10px !important;
        background-color: rgba(95, 95, 95, .80) !important;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        margin: auto !important;
    }

    .onepage-pagination li a::after {
        content: attr(data-url);
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #008081;
        text-transform: uppercase;
        display: block;
        position: absolute;
        top: -20px;
        text-align: center;
        min-width: 145px;
        left: 50%;
        margin-left: -72px;
        opacity: 0;
        -webkit-transform: scale(.2);
        transform: scale(.2);
        letter-spacing: 1px;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .onepage-pagination li a.active::before {
        background-color: #008081 !important;
    }

    .onepage-pagination li a.active::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .home .onepage-pagination li a.active:before {
        background: #008081 !important;
    }


/* end home pagination */

/* main header */
header.main-hdr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    font-size: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .53);
    padding: 35px 95px;
    pointer-events: none;
}

.ip-container header.main-hdr{
    display: none;
}

    header.main-hdr .hdr-left {
        text-align: left;
        font-size: 0;
    }

        header.main-hdr .menu-btn {
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance:none;
            appearance: none;
            display: inline-block;
            padding: 0;
            background-color:transparent;
            border: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: 17px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .5px;
            outline: none;
            pointer-events: auto;
            -webkit-transition: all .4s ease-out;
            transition: all .4s ease-out;
        }

        header.main-hdr.dark-theme .menu-btn {
            color: #000;
        }

        header.main-hdr .menu-btn.btn-hide {
            opacity: 0;
            pointer-events: none;
        }

            header.main-hdr .menu-btn > em {
                display: inline-block;
                vertical-align: middle;
                font-style: normal;
            }

        header.main-hdr .menu-btn:hover {
            color: #008081;
        }

        header.main-hdr .menu-btn:hover span::before,
        header.main-hdr .menu-btn:hover span::after,
        header.main-hdr .menu-btn:hover span em {
            background-color: #008081 !important;
            width: 100%;
        }

            header.main-hdr .menu-btn span {
                display: inline-block;
                vertical-align: middle;
                width: 53px;
                height: 22px;
                position: relative;
                margin-right: 4px;
            }

            header.main-hdr .menu-btn span::before,
            header.main-hdr .menu-btn span::after,
            header.main-hdr .menu-btn span em {
                display: block;
                position: absolute;
                background-color: #fff;
                height: 2px;
                right: 0;
                -webkit-transition: all .4s ease-out;
                transition: all .4s ease-out;
            }

            header.main-hdr.dark-theme .menu-btn span::before,
            header.main-hdr.dark-theme .menu-btn span::after,
            header.main-hdr.dark-theme .menu-btn span em {
                background-color: #000;
            }

            header.main-hdr .menu-btn span::before {
                content: '';
                top: 0;
                width: 63%;
            }

            header.main-hdr .menu-btn span::after {
                content: '';
                bottom: 0;
                width: 82%;
            }

                header.main-hdr .menu-btn span em {
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    transform: translateY(-50%);
                    height: 2px;
                    background-color: #fff;
                    width: 100%;
                }

    header.main-hdr .hdr-right {
        text-align: right;
    }

        header.main-hdr .hdr-contact,
        header.main-hdr .hdr-translate {
            display: inline-block;
            vertical-align: middle;
        }

        header.main-hdr .hdr-contact {

        }

            header.main-hdr .contact-item {
                display: inline-block;
                vertical-align: middle;
                font-family: 'Roboto', sans-serif;
                color: #fff;
                font-size: 18px;
                font-weight: 400;
                margin-right: 30px;
                pointer-events: auto;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

            header.main-hdr.dark-theme .contact-item {
                color: #000;
            }

            header.main-hdr .contact-item:last-child {
                margin-right: 0;
            }

                header.main-hdr .contact-item a {
                    -webkit-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                }

                header.main-hdr .contact-item a:hover {
                    color: #008081;
                }

                header.main-hdr .contact-item i {
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 13px;
                    margin-right: 13px;
                    position: relative;
                    top: -1px;
                }

            header.main-hdr .hdr-phone {
                font-weight: 500;
                font-size: 20px;
            }

            header.main-hdr .hdr-email i{
                font-size: 10px;
                margin-right: 8px;
            }

        header.main-hdr .hdr-translate {
            pointer-events: auto;
            margin-left: 4.5%;
        }

            header.main-hdr .gTranslator-dropdown {
                font-size: 0;
                font-family: 'Roboto', sans-serif;
                font-weight: 400;
                color: #fff;
                text-transform: uppercase;
                position: relative;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

            header.main-hdr.dark-theme .gTranslator-dropdown {
                color: #000;
            }

            header.main-hdr .gTranslator-dropdown::before {
                content: 'Translate';
                font-size: 17px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 10px;

            }

            header.main-hdr .gTranslator-dropdown span.flag-en {
                display: none;
            }

            header.main-hdr .gTranslator-dropdown::after {
                content: '';
                display: inline-block;
                vertical-align: middle;
                border-top: 8px solid #fff;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

            header.main-hdr.dark-theme .gTranslator-dropdown::after {
                border-top: 8px solid #000;
            }

                header.main-hdr .hdr-translate .translator-dropdown {
                    max-height: unset;
                    box-shadow: none;
                    background-color: rgba(0,0,0,.68);
                    border: none;
                    text-align: center;
                    border-radius: 0;
                    min-width: 156px;
                    width: 100%;
                    padding-top: 9px;
                    padding-bottom: 6px;
                    top: calc(100% + 39px); /*calc(100% + 39px)*/
                    left: unset;
                    right: 50%;
                    transform: translateX(50%);
                }

                    header.main-hdr .translator-dropdown ul li {
                        text-align: center;
                        margin-bottom: 9px;
                    }

                    header.main-hdr .translator-dropdown ul li:hover {
                        background: #008081;
                        color: #000;
                    }

                    header.main-hdr .translator-dropdown ul li:last-child {
                        margin-bottom: 0;
                    }

                        header.main-hdr .translator-dropdown ul li .translator-check {
                            display: none;
                        }

                        header.main-hdr .translator-dropdown ul li .translator-name {
                            font-family: 'Roboto', sans-serif;
                            font-weight: 400;
                            font-size: 16px;
                            color: #fff;
                            text-transform: uppercase;
                        }

                        .translator-dropdown ul li[data-ai-translator-lang*="zh-CN"] .translator-name::after {
                            content: '(Simplified)';
                            display: block;
                            margin: 0 auto;
                            margin-top: 2px;
                        }


/* end main header */

/* side menu */
.side-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 429px;
    z-index: 2000;
    background-color: #000;
    font-size: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    /* overflow: auto; */
}

.side-menu.side-menu-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

    .side-menu .side-menu-inner {
        /* position: relative; */
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
        .side-menu .side-menu-top {
            padding-left: 54px;
            padding-top: 39px;
        }
            .side-menu .side-menu-btn-wrap {
            }
                .side-menu .side-menu-btn {
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    -ms-appearance: none;
                    appearance: none;
                    border: none;
                    outline: none;
                    background-color: transparent;
                    position: relative;
                    pointer-events: auto;
                    padding: 0;
                }
                    .side-menu .side-menu-btn > em {
                        font-style: normal;
                        font-size: 25px;
                        margin-right: 12px;
                    }
                    .side-menu .side-menu-btn > span {
                        font-family: 'Roboto', sans-serif;
                        font-weight: 300;
                        font-size: 18px;
                        text-transform: uppercase;
                    }
                    .side-menu .side-menu-btn > em,
                    .side-menu .side-menu-btn > span {
                        color: #fff;
                        display: inline-block;
                        vertical-align: middle;
                        -webkit-transition: all .4s ease-out;
                        transition: all .4s ease-out;
						font-weight: 600;
                    }

                    .side-menu .side-menu-btn:hover > em,
                    .side-menu .side-menu-btn:hover > span {
                        color: #008081;
                    }
            .side-menu .side-menu-nav {
                padding-left: 21px;
                padding-top: 84px;
                padding-bottom: 84px;
            }

                .side-menu .side-menu-nav > ul {
                }
                .side-menu .side-menu-nav .sub-menu {
                    display: none;
                    top: unset;
                }
                    .side-menu .side-menu-nav li {
                        display: block;
                        /* position: relative; */
                        line-height: 1;
                    }
                    .side-menu #nav > li {
                        /* padding-left: 28%; */
                        margin-bottom: 60px;
                        position: static; /*relative*/
                        margin-bottom: 51px;
                        display: block;
                    }
                    /* .side-menu #nav > li::after {
                        content: '';
                        display: block;
                        position: absolute;
                        right: 0;
                        bottom: 0;
                        width: 0;
                        height: 1px;
                        background-color: #008081;
                        -webkit-transition: all .5s ease-in-out;
                        transition: all .5s ease-in-out;
                    } */
                    /* .side-menu #nav > li:hover::after {
                        width: 100%;
                    } */
                    .side-menu #nav > li:last-child {
                        margin-bottom: 0;
                    }
                        .side-menu .side-menu-nav li a {
                            font-family: 'Roboto', sans-serif;
                            font-weight: 600;
                            font-size: 18px;
                            text-transform: uppercase;
                            color: #fff;
                            display: inline-block;
                            letter-spacing: 3.3px;
                            position: relative;
                            -webkit-transition: all .5s ease-in-out;
                            transition: all .5s ease-in-out;
                        }
                        .side-menu #nav > li > a {
                            padding-left: 28%;
                            padding-bottom: 9px;
                            overflow: hidden;
                        }
                        .side-menu #nav > li:hover > a {
                            color: transparent;
                        }
                        .side-menu #nav > li > a::before,
                        .side-menu #nav > li > a::after {
                            position: absolute;
                            -webkit-transition: all .5s ease-in-out;
                            transition: all .5s ease-in-out;
                        }
                        .side-menu #nav > li > a::before {
                            content: '';
                            display: block;
                            right: 0;
                            bottom: 0;
                            width: 0;
                            height: 1px;
                            background-color: #008081;
                            -webkit-transition: all .5s ease-in-out;
                            transition: all .5s ease-in-out;
                        }
                        .side-menu #nav > li:hover > a::before {
                            width: 100%;
                        }
                        .side-menu #nav > li > a::after {
                            content: attr(data-title);
                            font-weight: 700;
                            color: #008081;
                            top: 0;
                            right: 0;
                            display: block;
                            width: calc(100%);
                            text-align: right;
                            -webkit-transform: translateY(-100%);
                            transform: translateY(-100%);
                            opacity: 0;
                            transition-delay: .1s;
                        }
                        .side-menu #nav > li:hover > a::after {
                            opacity: 1;
                            -webkit-transform: translateY(0);
                            transform: translateY(0);
                        }

/* end side menu */

/* hp slideshow */
.hp-slideshow {
    position: relative;
    z-index: -1;
}

    .hp-slideshow .slideshow-wrap {
        position: relative;
    }

    .hp-slideshow .slideshow-wrap::after {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        /* background-color: rgba(21, 21, 21, .53); */
    }

    .hp-slideshow .cycloneslider,
    .hp-slideshow .aios-slider {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: -1;
    }

    .hp-slideshow .cycloneslider-template-responsive .cycloneslider-slides,
    .hp-slideshow .cycloneslider-slide,
    .hp-slideshow .cycloneslider-slide canvas {
        height: 100%;
    }

    .hp-slideshow .cycloneslider-slide canvas {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 100%;
    }


/* end hp slideshow */

/* hp home */
.hp-home {

}

    .hp-home .g-section-wrapper {
        background-color: rgba(255, 255, 255, .53);
    }

    .hp-home .home-wrapper {
        display: inline-block;
        vertical-align: middle;
    }

        .hp-home .home-logo img {
            display: inline-block;
            width: 100%;
            height: auto;
            max-width: 430px;
        }

        .hp-home .home-smi {
            margin-top: 17px;
        }

            .hp-home .home-smi a {
                display: inline-block;
                vertical-align: middle;
                width: 43px;
                height: 43px;
                border-radius: 50%;
                background-color: #008081;
                text-align: center;
                margin-right: 8px;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

            .hp-home .home-smi a:hover {
                background-color: #000000;
            }

            .hp-home .home-smi a:last-child {
                margin-right: 0;
            }

            .hp-home .home-smi a::before {
                content: '';
                display: inline-block;
                vertical-align: middle;
                width: 0;
                height: 100%;
            }

                .hp-home .home-smi a i {
                    display: inline-block;
                    vertical-align: middle;
                    color: #fff;
                    font-size: 20px;
                    position: relative;
                }

                .hp-home .home-smi i[class*="youtube"] {
                    font-size: 22px;
                }

                .hp-home .home-smi i[class*="google-plus"] {
                    font-size: 25px;
                    left: 2px;
                }

                .hp-home .home-smi i[class*="instagram"] {
                    font-size: 24px;
                    top: 1px;
                }

        .hp-home .home-cta {
            text-align: center;
            margin-top: 33px;
        }

            .hp-home .cta-home-item {
                display: inline-block;
                vertical-align: middle;
                width: 100%;
                max-width: 231px;
                margin: 0 9px;
            }

                .hp-home .cta-home-item a,
                .hp-home .cta-home-item .home-cta-btn {
                    display: block;
                    width: 100%;
                    height: 50px;
                    text-align: center;
                    border: 1px solid #90c4b8;
                    pointer-events: auto;
                    -webkit-transition: all .5s ease;
                    transition: all .5s ease;
					background: #90c4b8;
                }

                .hp-home .cta-home-item a:hover {
                    background-color: #c2dfda;
                    border-color: #c2dfda;
                }

                .hp-home .cta-home-item a::before,
                .hp-home .cta-home-item .home-cta-btn::before {
                    content: '';
                    display: inline-block;
                    vertical-align: middle;
                    width: 0;
                    height: 100%;
                }

                    .hp-home .cta-home-item span{
                        display: inline-block;
                        vertical-align: middle;
                        font-family: 'Roboto', sans-serif;
                        font-weight: 400;
                        font-size: 14px;
                        color: #fff;
                        text-transform: uppercase;
                        letter-spacing: 1.3px;
                        -webkit-transition: all .5s ease;
                        transition: all .5s ease;
                    }

                    .hp-home .cta-home-item a:hover span {
                        color: #000000;
                    }

    .hp-home .home-explore {
        position: absolute;
        top:50%;
        right: 7.3%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
    }

    .hp-home .home-explore button {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance:none;
        appearance: none;
        outline: none;
        border: none;
        background-color: transparent;
        position: relative;
        color: #bebdbd;
        font-size: 18px;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
    }

    .hp-home .home-explore button:hover {
        color: #008081;
    }

    .hp-home .home-explore button::before,
    .hp-home .home-explore button::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .hp-home .home-explore button::before {
        left: -22px;
        height: 3px;
        width: 15px;
        background-color: #c2dfda;

    }

        .hp-home .home-explore button::after {
            width: 23px;
            height: 14px;
            background-image: url('./images/icon-home-arrow.png');
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            right: -24px;
        }
/* end hp home */

/* hp welcome */
.hp-wc {

}

    .hp-wc .g-section-wrapper{
        background-color: rgba(255, 255, 255, .80);
    }

    .hp-wc .wc-content {
        text-align: left;
    }

        .hp-wc h1 {
            margin: 0;
            line-height: 1;
            font-family: 'Cinzel', serif;
            font-size: 75px;
            color: #000;
            text-transform: uppercase;
            letter-spacing: 3px;
            margin-bottom: 37px;
        }

            .hp-wc h1 span {
                display: block;
                font-family: 'Roboto', sans-serif;
                font-weight: 300;
                font-size: 26px;
                color: #008081;
                letter-spacing: 8px;
                margin-bottom: 6px;
            }

        .hp-wc p {
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: 18px;
            color: #000;
            margin: 0;
            line-height: 30px;
            max-width: 960px;
            margin-bottom: 31px;
        }

        .hp-wc p:last-of-type {
            margin-bottom: 0;
        }
/* end hp welcome */

/* hp cta */
.hp-cta {

}

    .hp-cta .g-section-wrapper {
        background-color: rgba(144, 196, 184, .90);
    }

        .hp-cta .cta-item {
            position: relative;
            box-shadow: 14px 19px 14px rgba(0,0,0, .26);
            /* margin: 0 auto; */
        }

        .hp-cta .cta-a {
            margin-left: auto;
        }

        .hp-cta .cta-b {
            margin-right: auto;
        }

            .hp-cta .cta-item a {
                display: block;
                position: relative;
                background-color: #90c4b8;
                text-align: center;
                /* height: 516px; */
                padding: 0 10%;
                padding-top: 14%;
                padding-bottom: 7.7%;
            }



            .hp-cta .cta-item a::before {
                content: '';
                display: inline-block;
                vertical-align: middle;
                width: 0;
                height: 100%;
            }

                .hp-cta .cta-inner {
                    display: inline-block;
                    vertical-align: middle;
                    position: relative;
                    /* margin-top: 6.7%; */
                }

                    .hp-cta .cta-img {
                        position: relative;
                        z-index: 1;
                    }

                    .hp-cta .cta-img .cta-img-wrap{
                        background-color: rgb(194, 223, 218);
                        padding: 6px;
                        position: relative;
                        z-index: 2;
                    }

                    .hp-cta .cta-line {
                        position: absolute;
                        top: -37px;
                        right: 0;
                        width: 100%;
                        height: 4px;
                        background-color: #c2dfda;
                    }

                    .hp-cta .cta-a .cta-line {
                        right: 39px;
                        width: calc(100% - 250px);
                    }

                    .hp-cta .cta-b .cta-line {
                        width: calc(100% - 79px);
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                    }

                    .hp-cta .cta-img::before,
                    .hp-cta .cta-img::after {
                        content:'';
                        display: block;
                        position: absolute;
                        background-color: rgb(194, 223, 218);
                        z-index:1;
                    }

                    .hp-cta .cta-a .cta-img::before {
                        top: -12%;
                        left: -5%;
                        width: calc(100% - 233px);
                        height: calc(100% - 106px);
                    }

                    .hp-cta .cta-a .cta-img::after {
                        bottom: -9%;
                        right: -5.2%;
                        width: calc(100% - 88px);
                        height: 52.20%;
                    }

                    .hp-cta .cta-b .cta-img::before {
                        bottom: -10%;
                        right: 0;
                        left: -4.9%;
                        margin: 0 auto;
                        /* height: 169px; */
                        height: calc(100% - 147px);
                        width: calc(100% + 44px);
                    }

                        .hp-cta .cta-img canvas {
                            display: block;
                            width: 100%;
                            position: relative;
                            background-repeat: no-repeat;
                            background-size: cover;
                            background-position: center center;
                            z-index: 3;
                        }

                    .hp-cta .cta-hdr {
                        position: relative;
                        z-index: 2;
                        font-family: 'Cinzel', serif;
                        font-weight: 400;
                        font-size: 24px;
                        color: #151515;
                        text-transform: uppercase;
                        text-align: right;
                        letter-spacing: 2px;
                        margin-top: 53px;
                        -webkit-transition: color .3s ease-in-out;
                        transition: color .3s ease-in-out;
                    }

                    .hp-cta .cta-item a:hover .cta-hdr{
                        color: #008081;
                    }

                    .hp-cta .cta-b .cta-hdr {
                        right: -27px;
                    }

                    .hp-cta .cta-hdr::before {
                        content: '';
                        display: block;
                        position: absolute;
                        width: 67px;
                        height: 4px;
                        background-color: #c2dfda;
                        left: 0;
                        top: calc(50% - 2px);
                    }

                    .hp-cta .cta-b .cta-hdr::before {
                        left: -41px;
                    }
/* end hp cta */

/* hp quick search */
.hp-qs {

}

    .hp-qs .g-section-wrapper {
        background-image: url('./images/bg-qs.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .hp-qs .g-section-wrapper::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        pointer-events: none;
        background-color: rgba(255, 255, 255, .80);
    }

        .hp-qs .g-section-inner {
            z-index: 2;
        }

            .hp-qs .qs-left {
                text-align: left;
            }

                .hp-qs .qs-title {
                    font-family: 'Cinzel', serif;
                    font-weight: 400;
                    font-size: 60px;
                    color: #000;
                    margin: 0;
                    line-height: 1;
                    text-transform: uppercase;
                    letter-spacing: 5px;
                }

                    .hp-qs .qs-title span {
                        display: block;
                        font-family: 'Roboto', sans-serif;
                        font-weight: 300;
                        font-size: 20px;
                        color: #008081;
                        letter-spacing: 6.4px;
                        margin-bottom: 11px;
                    }

                .hp-qs .qs-form {
                    max-width: 488px;
                    margin-top: 40px;
                }

                    .hp-qs .qs-form form {
                        position: relative;
                    }

                    .hp-qs .qs-form form::after {
                        content: '';
                        display: table;
                        clear: both;
                    }

                        .hp-qs .qs-field {
                            display: inline-block;
                            width: 100%;
                            position: relative;
                            vertical-align: top;
                            margin-bottom: 9px;
                        }

                        .hp-qs .qs-field.qs-sm {
                            width: calc(50% - 5px);
                        }

                        .hp-qs .qs-field.qs-field-right {
                            float: right;
                        }

                            .hp-qs .qs-field label {
                                display: none;
                            }

                            .hp-qs .qs-field input,
                            .hp-qs .qs-field select {
                                -webkit-appearance: none;
                                -moz-appearance: none;
                                -ms-appearance:none;
                                appearance: none;
                                outline: none;
                                border: 1px solid #353535;
                                display: block;
                                width: 100%;
                                height: 40px;
                                font-family: 'Roboto', sans-serif;
                                font-weight: 400;
                                font-size: 13px;
                                color: #fff;
                                text-transform: uppercase;
                                background-color: #111010;
                                padding: 0 19px;
                            }

                            .hp-qs .qs-field select {
                                background-image: url('./images/icon-caret.png');
                                background-repeat: no-repeat;
                                background-position: center right 15px;
                            }

                        .hp-qs .qs-btn-wrap {

                        }

                        .hp-qs .qs-btn-wrap::after {
                            clear: both;
                            display: table;
                            content:'';
                        }

                            .hp-qs .qs-btn {
                                -webkit-appearance: none;
                                -moz-appearance: none;
                                -ms-appearance:none;
                                appearance: none;
                                border: none;
                                outline: none;
                                display: inline-block;
                                width: calc(50% - 5px);
                                height: 40px;
                                text-align: center;
                                vertical-align: top;
                                font-family: 'Roboto', sans-serif;
                                font-weight: 700;
                                font-size: 16px;
                                color: #fff;
                                text-transform: uppercase;
                                -webkit-transition: all .4s ease-in-out;
                                transition: all .4s ease-in-out;
                            }

                            .hp-qs .qs-submit {
                                background-color: #90c4b8;
                            }

                            .hp-qs .qs-submit:hover {
                                background-color: #8e8c80;
                            }

                            .hp-qs .qs-adv {
                                float: right;
                                text-align: center;
                                background-color: #008081;
								border: 1px solid #008081;
                            }

                            .hp-qs .qs-adv:hover {
                                background-color: #5a4e2e;
                            }

                            .hp-qs .qs-adv::before {
                                content: '';
                                display: inline-block;
                                vertical-align: middle;
                                width: 0;
                                height: 100%;
                            }

                                .hp-qs .qs-adv span {
                                    display: inline-block;
                                    vertical-align: middle;
                                }

            .hp-qs .qs-right {
                text-align: right;
            }


                .hp-qs .qs-img-holder {
                    display: inline-block;
                    position: relative;
                    margin-right: 17px;
                    width: 54.05%;
                }

                .hp-qs .qs-img-holder::before,
                .hp-qs .qs-img-holder::after {
                    content: '';
                    display: block;
                    position: absolute;
                    background-color: #90c4b8;
                    width: calc(100% - 21px);
                    height: calc(100% - 97px);
                    z-index: 1;
                }

                .hp-qs .qs-img-holder::before {
                    top: -10%;
                    left: -57%;
                }

                .hp-qs .qs-img-holder::after {
                    right: -5.5%;
                    top: 28.6%;
                }

                    .hp-qs .qs-img {
                        position: relative;
                        z-index: 2;
                    }

                    .hp-qs .qs-img:nth-child(2) {
                        position: absolute;
                        z-index: 3;
                        top: 11%;
                        left: -87%;
                        width: 100%;
                    }

                        .hp-qs .qs-img-wrap {
                            background-color: #c2dfda;
                            padding: 6px;
                        }

                            .hp-qs .qs-img canvas {
                                display: block;
                                width: 100%;
                                background-size: cover;
                                background-position: center center;
                                background-repeat: no-repeat;
                            }

                /* .hp-qs .qs-gall {
                    position: relative;
                }

                .hp-qs .qs-gall::before,
                .hp-qs .qs-gall::after {
                    content: '';
                    position: absolute;
                    display: block;
                    background-color: #008081;
                    z-index: 1;
                    width: 278px;
                    height: 309px;
                }

                .hp-qs .qs-gall::before {
                    top: -21%;
                    left: 12%;
                }

                .hp-qs .qs-gall::after {
                    right: -.1%;
                    top: 21%;
                }

                    .hp-qs .qs-gall-item {
                        position: relative;
                        display: inline-block;
                        vertical-align: middle;
                        z-index: 2;
                    }

                    .hp-qs .qs-gall .qs-gall-item-a {
                        margin-left: 40%;
                        margin-top: -38px;
                    }

                    .hp-qs .qs-gall-item-b {
                        position: absolute;
                        z-index: 2;
                        left: -3.5%;
                        top: 2%;
                    }

                    .hp-qs .qs-gall .qs-img {
                        position: relative;
                    }

                        .hp-qs .qs-gall .qs-img-wrap {
                            padding: 6px;
                            background-color: #c2dfda;
                        }

                            .hp-qs .qs-gall .qs-img-wrap canvas {
                                display: block;
                                position: relative;
                                z-index: 1;
                                background-repeat: no-repeat;
                                background-size: cover;
                                background-position: center center;
                                width: 100%;
                            }

                            .hp-qs .qs-gall .qs-gall-item-b canvas{
                                width: unset;
                            } */
/* end hp quick search */

/* hp featured properties */
.hp-fp {

}

    .hp-fp .g-section-wrapper {
        background-image: url('./images/bg-fp.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .hp-fp .g-section-wrapper::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,.81);
    }

        .hp-fp .g-section-inner {
            position: relative;
            z-index: 3;
        }

            .hp-fp .fp-inner-content{
                text-align: left;
                margin-right: -150px;
                margin-top: 26px;
            }

                .hp-fp .fp-title {
                    font-family: 'Cinzel', serif;
                    font-weight: 400;
                    font-size: 60px;
                    color: #000;
                    margin: 0;
                    line-height: 1;
                    text-transform: uppercase;
                    letter-spacing: 5px;
                }

                .hp-fp .fp-title span {
                    display: block;
                    font-family: 'Roboto', sans-serif;
                    font-weight: 300;
                    font-size: 22px;
                    color: #008081;
                    letter-spacing: 6.4px;
                    margin-bottom: 11px;
                }

                .hp-fp .fp-inner-content p {
                    font-family: 'Roboto', sans-serif;
                    font-weight: 400;
                    font-size: 16px;
                    color: #fff;
                    line-height: 30px;
                    margin-top: 25px;
                    max-width: 407px;
                }

                .hp-fp .fp-view-all {
                    display: inline-block;
                    vertical-align: top;
                    width: 232px;
                    height: 50px;
                    border: 1px solid #90c4b8;
                    text-align: center;
                    margin-top: 44px;
                    -webkit-transition: all .4s ease;
                    transition: all .4s ease;
					background: #90c4b8;
                }

                .hp-fp .fp-view-all:hover {
                    background-color: #000;
                    border-color: #000;
                }

                .hp-fp .fp-view-all::before {
                    content: '';
                    display: inline-block;
                    vertical-align: middle;
                    width: 0;
                    height: 100%;
                }

                    .hp-fp .fp-view-all span {
                        display: inline-block;
                        vertical-align: middle;
                        font-family: 'Roboto', sans-serif;
                        font-weight: 400;
                        font-size: 14px;
                        color: #fff;
                        letter-spacing: 1px;
                        text-transform: uppercase;
                    }

                .hp-fp .fp-slider-wrap {
                    /* margin-left: -72%;
                    margin-right: -2px; */
                    /* max-width: 826px;
                    margin-left: 2.5%; */
                    margin-left: 0;
                    margin-right: -31px;
                }

                .hp-fp .hp-slider {
                    position: relative;
                }

                    .hp-fp .slick-arrow {
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        -ms-appearance:none;
                        appearance: none;
                        outline: none;
                        border: 0;
                        width: 83px;
                        height: 83px;
                        background-color: #90c4b8;
                        text-align: center;
                        position: absolute;
                        z-index: 1;
                        -webkit-transition: all .4s ease-in-out;
                        transition: all .4s ease-in-out;
                    }

                    .hp-fp .slick-arrow.slick-prev {
                        left: 206px;
                        top: 173px;
                    }

                    .hp-fp .slick-arrow.slick-next {
                        right: 206px;
                        bottom: 68px;
                    }

                    .hp-fp .slick-arrow:hover {
                        background-color: #000;
                    }

                    .hp-fp .slick-arrow::before {
                        content: '';
                        display: inline-block;
                        vertical-align: middle;
                        width: 0;
                        height: 100%;
                    }

                    .hp-fp .slick-arrow i{
                        display: inline-block;
                        vertical-align: middle;
                        color: #fff;
                        font-size: 27px;
                        -webkit-transition: color .4s ease-in-out;
                        transition: color .4s ease-in-out
                    }

                    .hp-fp .slick-arrow:hover i {
                        color: #008081;
                    }

                    .hp-fp .slick-list {
                        position: relative;
                        z-index: 2;
                        pointer-events: none;
                    }

                        .hp-fp .fp-item-holder {
                            padding: 25px;
                            /* background: red; */
                        }

                            .hp-fp .fp-item {
                                display: inline-block;
                                vertical-align: top;
                                position: relative;
                                padding:2px;
                                width: 33.33%;
                            }

                            .hp-fp .fp-item:nth-child(1) {
                                display: block;
                                margin: 0 auto;
                                z-index: 2;
                            }

                            .hp-fp .fp-item:last-child {
                                margin-top: -128px;
                            }

                                .hp-fp .fp-item a {
                                    display: block;
                                    position: relative;
                                    pointer-events: auto;
                                    outline: none;
                                }

                                .hp-fp .fp-item a:hover {
                                    z-index: 2;
                                }

                                    .hp-fp .fp-img {
                                        position: relative;
                                        z-index: 1;
                                        transform-origin: center;
                                        -webkit-transition: all .5s ease;
                                        transition: all .5s ease;
                                    }

                                    .hp-fp .fp-item a:hover .fp-img{
                                        transform: scale(1.16);
                                    }

                                    .hp-fp .fp-img::before,
                                    .hp-fp .fp-img::after {
                                        content: '';
                                        display: block;
                                        position: absolute;
                                        opacity: 0;
                                        -webkit-transition: all .5s ease;
                                        transition: all .5s ease;
                                    }

                                    .hp-fp .fp-item a:hover .fp-img::before,
                                    .hp-fp .fp-item a:hover .fp-img::after{
                                        opacity: 1;
                                    }


                                    .hp-fp .fp-img::before {
                                        top: 0;
                                        left: 0;
                                        width: 100%;
                                        height: 100%;
                                        z-index: 2;
                                        background-color: rgba(159, 138, 83, .74);
                                        -webkit-transition: all .5s ease-in-out;
                                        transition: all .5s ease-in-out;
                                    }

                                    .hp-fp .fp-img::after {
                                        top: 20px;
                                        left: 20px;
                                        width: calc(100% - 40px);
                                        height: calc(100% - 40px);
                                        border: 1px solid rgba(255, 255, 255, .46);
                                        z-index: 3;
                                    }

                                        .hp-fp .fp-img canvas {
                                            display: block;
                                            position: relative;
                                            width: 100%;
                                            background-repeat: no-repeat;
                                            background-position: center center;
                                            background-size: cover;
                                            z-index: 1;
                                        }

                                    .hp-fp .fp-details {
                                        position: absolute;
                                        top: 0;
                                        left: 0;
                                        width: 100%;
                                        height: 100%;
                                        z-index: 2;
                                        opacity: 0;
                                        -webkit-transition: all .5s ease-in-out;
                                        transition: all .5s ease-in-out;
                                    }

                                    .hp-fp .fp-item a:hover .fp-details {
                                        opacity: 1;
                                    }

                                        .hp-fp .fp-details > div {
                                            position: relative;
                                            width: 100%;
                                            height: 100%;
                                            display: flex;
                                            justify-content: center;
                                            align-items: center;
                                        }

                                            .hp-fp .fp-details-inner {
                                                text-align: center;
                                            }

                                                .hp-fp .fp-details p {
                                                    line-height: 1;
                                                    margin: 0 auto;
                                                    font-family: 'Roboto', sans-serif;
                                                    font-weight: 400;
                                                    color: #fff;
                                                }

                                                .hp-fp .fp-details .fp-price {
                                                    font-family: 'Cinzel', serif;
                                                    font-size: 30px;
                                                    letter-spacing: 1.2px;
                                                }

                                                .hp-fp .fp-details .fp-address {
                                                    font-size: 16px;
                                                    max-width: 225px;
                                                    line-height: 22px;
                                                    margin-top: 17px;
                                                    margin-bottom: 5px;
                                                }

                                                .hp-fp .fp-details .fp-bed,
                                                .hp-fp .fp-details .fp-bath {
                                                    font-size: 14px;
                                                    display: inline-block;
                                                    vertical-align: middle;
                                                    position: relative;
                                                    color: #fff;
                                                    font-family: 'Roboto', sans-serif;
                                                }

                                                .hp-fp .fp-details .fp-bed {
                                                    margin-right: 26px;
                                                }

                                                .hp-fp .fp-details .fp-bed::before {
                                                    content: '';
                                                    display: block;
                                                    position: absolute;
                                                    top: 0;
                                                    right: -13px;
                                                    width: 1px;
                                                    height: 13px;
                                                    background-color: #fff;
                                                }

                                                .hp-fp .fp-details .fp-link-item {
                                                    display: inline-block;
                                                    vertical-align: middle;
                                                    width: 161px;
                                                    height: 50px;
                                                    background-color: #0a0807;
                                                    text-align: center;
                                                    margin-top: 17px;
                                                    -webkit-transition: all .3s ease-in-out;
                                                    transition: all .3s ease-in-out
                                                }

                                                .hp-fp .fp-details .fp-link-item:hover {
                                                    background-color: #000;
                                                }

                                                .hp-fp .fp-details .fp-link-item::before {
                                                    content: '';
                                                    display: inline-block;
                                                    vertical-align: middle;
                                                    width: 0;
                                                    height: 100%;
                                                }

                                                    .hp-fp .fp-details .fp-link-item em {
                                                        display: inline-block;
                                                        vertical-align: middle;
                                                        font-style: normal;
                                                        font-family: 'Roboto', sans-serif;
                                                        font-weight: 400;
                                                        font-size: 14px;
                                                        text-transform: uppercase;
                                                        color: #fff;
                                                        letter-spacing: 1px;
                                                        -webkit-transition: all .3s ease-in-out;
                                                        transition: all .3s ease-in-out
                                                    }

                                                    .hp-fp .fp-details .fp-link-item:hover em {
                                                        color: #008081;
                                                    }


/* end hp featured properties */

/* hp about */
.hp-about {

}

    .hp-about .g-section-wrapper{
        background-color: #90c4b8;
    }

        .hp-about .g-section-wrapper > div {
            position: relative;
            width: 100%;
            height: 100%;
        }

            .hp-about .agent-photo {
                position: absolute;
                top: 93px;
                left: 0;
                width: 32.6%;
                height: calc(100% - 143px);
            }

            .hp-about .agent-photo-mob {
                display: none;
            }

                .hp-about .agent-photo canvas {
                    background-size: 80%;
                    background-position: center 40%;
                    background-repeat: no-repeat;
                    display: block;
                    width: 100%;
                    height: 100%;
                }

            .hp-about .about-inner {
                text-align: left;
                margin-top: 20px;
            }

                .hp-about .about-title {
                    font-family: 'Cinzel', serif;
                    font-weight: 400;
                    font-size: 60px;
                    color: #000;
                    text-transform: uppercase;
                    line-height: 1;
                    margin: 0;
                    letter-spacing: 4.3px;
                }

                .hp-about .about-title span{
                    display: block;
                    font-family: 'Roboto', sans-serif;
                    font-weight: 300;
                    color: #008081;
                    font-size: 22px;
                    line-height: 1;
                    letter-spacing: 6px;
                    margin-bottom: 20px;
                }

                .hp-about .about-text {
                    margin-top: 25px;
                }

                    .hp-about .about-text li {
                        display: inline-block;
                        vertical-align: top;
                        width: 50%;
                        max-width: 349px;
                    }

                    .hp-about .about-text li:first-child {
                        margin-right: 5.2%;
                    }

                        .hp-about .about-text p {
                            font-family: 'Roboto', sans-serif;
                            font-weight: 400;
                            font-size: 15px;
                            color: #000;
                            line-height: 24px;
                        }

                .hp-about .about-read-more {
                    display: inline-block;
                    vertical-align: top;
                    width: 162px;
                    height: 50px;
                    border: 1px solid #008081;
                    text-align: center;
                    margin-top: 33px;
                    -webkit-transition: all .4s ease;
                    transition: all .4s ease;
					background: #008081;
                }

                .hp-about .about-read-more:hover {
                    background-color: #008081;
                }

                .hp-about .about-read-more::before {
                    content: '';
                    display: inline-block;
                    vertical-align: middle;
                    width: 0;
                    height: 100%;
                }

                    .hp-about .about-read-more span {
                        display: inline-block;
                        vertical-align: middle;
                        font-family: 'Roboto', sans-serif;
                        font-weight: 400;
                        font-size: 14px;
                        color: #fff;
                        letter-spacing: 1px;
                        text-transform: uppercase;
                        -webkit-transition: all .4s ease;
                        transition: all .4s ease;
                    }

                    .hp-about .about-read-more:hover span{
                        color: #000;
                    }

                .hp-about .about-gallery {
                    margin-top: 43px;
                }

                    .hp-about .about-thumb-nail {
                        display: inline-block;
                        vertical-align: middle;
                        width: 24.26%;
                        margin-right: 7px;
                    }

                    .hp-about .about-thumb-nail:last-child {
                        margin-right: 0;
                    }

                        .hp-about .about-thumb-nail img {
                            width: 100%;
                            object-fit: cover;
                        }
/* end hp about */

/* hp featured communities */
.hp-fc {

}

    .hp-fc .g-section-wrapper {
        position: relative;
        background-color: rgba(255,255,255,.9);
    }

    .hp-fc .g-section-wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-image: url('./images/bg-fc.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        opacity: .08;
    }

        .hp-fc .g-section-inner {
            position: relative;
            z-index: 3;
        }

            .hp-fc .fc-title {
                font-family: 'Cinzel', serif;
                font-weight: 400;
                font-size: 60px;
                text-transform: uppercase;
                line-height: 1;
                margin: 0;
                color: #282827;
                letter-spacing: 5.3px;
                margin-bottom: 10px;
            }

                .hp-fc .fc-title span {
                    display: block;
                    font-family: 'Roboto', sans-serif;
                    font-weight: 300;
                    font-size: 22px;
                    color: #008081;
                    letter-spacing: 6.3px;
                    margin-bottom: 9px;
                }

            .hp-fc .fc-slider-wrap {
                margin: 0 -100px;
            }

                .hp-fc .slick-arrow {
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    -ms-appearance:none;
                    appearance: none;
                    border: none;
                    outline: none;
                    padding: 0;
                    background-color: transparent;
                    position: absolute;
                    top: 50%;
                    width: 23px;
                    height: 39px;
                    background-repeat: no-repeat;
                    background-size: 100%;
                    background-position: center center;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    -webkit-transition: all .3s ease;
                    transition: all .3s ease;
                }

                .hp-fc .slick-arrow:hover {
                    opacity: .4;
                }

                .hp-fc .slick-arrow.slick-prev {
                    left: -3.1%;
                    background-image: url('./images/icon-prev.png');
                }

                .hp-fc .slick-arrow.slick-next {
                    right: -1.3%;
                    background-image: url('./images/icon-next.png');
                }

                .hp-fc .fc-item {
                    padding: 35px 27.5px;
                }

                    .hp-fc .fc-item a{
                        display: block;
                        position: relative;
                        pointer-events: auto;
                        outline: none;
                    }

                    .hp-fc .fc-item a::before {
                        content: '';
                        display: block;
                        position: absolute;
                        bottom: -25px;
                        left: -25px;
                        background-color: #90c4b8;
                        z-index: -1;
                        width: calc(100% - 130px);
                        height: calc(100% - 50px);
                    }

                        .hp-fc .fc-img {
                            position: relative;
                            z-index: 1;
                            transform-origin: center;
                            -webkit-transition:all .4s ease-in-out;
                            transition:all .4s ease-in-out
                        }

                        .hp-fc .fc-item a:hover .fc-img {
                            -webkit-transform: scale(1.17, 1.14);
                            transform: scale(1.17, 1.14);
                        }

                        .hp-fc .fc-img::before,
                        .hp-fc .fc-img::after,
                        .hp-fc .fc-img .fc-overlay {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            -webkit-transition: all .4s ease;
                            transition: all .4s ease;
                        }

                        .hp-fc .fc-img::before {
                            content: '';
                            z-index: 3;
                            background-color: rgba(159, 138, 83, 0);
                            -webkit-transition:all .4s ease-in-out;
                            transition:all .4s ease-in-out
                        }

                        .hp-fc .fc-item a:hover .fc-img::before{
                            background-color: rgba(159, 138, 83, .74);
                        }

                        .hp-fc .fc-img::after {
                            content: '';
                            top: 20px;
                            left: 20px;
                            width: calc(100% - 40px);
                            height: calc(100% - 40px);
                            border: 1px solid rgba(255, 255, 255, 1);
                            opacity: 1;
                            z-index: 4;
                            -webkit-transition:all .4s ease-in-out;
                            transition:all .4s ease-in-out;
                        }

                        .hp-fc .fc-item a:hover .fc-img::after {
                            border: 1px solid rgba(255, 255, 255, .46);
                        }

                            .hp-fc .fc-img canvas {
                                display: block;
                                position: relative;
                                z-index: 1;
                                background-repeat: no-repeat;
                                background-size: cover;
                                background-position: center center;
                                width: 100%;
                            }



                            .hp-fc .fc-img .fc-overlay {
                                background: linear-gradient(to top, rgba(0,0,0,1), transparent 30%);
                                z-index: 2;
                            }

                            .hp-fc .fc-item a:hover .fc-overlay{
                                opacity: 0;
                            }

                        .hp-fc .fc-item .fc-name {
                            position: absolute;
                            left: 0;
                            right: 0;
                            margin: 0 auto;
                            bottom: 45px;
                            z-index: 2;
                            font-family: 'Roboto', sans-serif;
                            font-weight: 400;
                            font-size: 22px;
                            text-transform: uppercase;
                            color: #fff;
                            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
                            -webkit-transition:all .4s ease-in-out .4s;
                            transition:all .4s ease-in-out .4s;
                        }

                        .hp-fc .fc-item a:hover .fc-name {
                            bottom: 50%;
                            text-shadow: none;
                            -webkit-transform: translateY(50%);
                            transform: translateY(50%);
                        }
/* end hp featured communities */

/* hp testimonials */
.hp-testi {

}

    .hp-testi .g-section-wrapper {
        background-image: url('./images/bg-testi.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .hp-testi .g-section-wrapper::before ,
    .hp-testi .g-section-wrapper::after {
        content: '';
        display: block;
        position: absolute;
        opacity: .91;
        top: 0;
        height: 100%;
    }

    .hp-testi .g-section-wrapper::before {
        background-color: #90c4b8;
        left: 0;
        right: 45.80%;
    }

    .hp-testi .g-section-wrapper::after {
        background-color: #deddd8;
        right: 0;
        left: 54.20%;
    }

    .hp-testi .g-section-inner {
        z-index: 5;
    }

        .hp-testi .testi-main-wrap {
            text-align: left;
            margin-top: 15px;
        }

            .hp-testi .testi-title {
                font-family: 'Cinzel', serif;
                font-weight: 400;
                font-size: 60px;
                text-transform: uppercase;
                color: #fff;
                line-height: 1;
                margin: 0;
                letter-spacing: 5px;
            }

                .hp-testi .testi-title span {
                    font-family: 'Roboto', sans-serif;
                    font-weight: 300;
                    font-size: 22px;
                    color: #008081;
                    display: block;
                    letter-spacing: 6.5px;
                    margin-bottom: 11px;
                }

            .hp-testi .testi-slider-wrap {
                max-width: 578px;
                margin-top: 75px;
            }

                .hp-testi .testi-item {

                }

                    .hp-testi .testi-item a {
                        outline: none;
                    }

                        .hp-testi .testi-quote,
                        .hp-testi .testi-item-text {
                            display: inline-block;
                            vertical-align: top;
                        }

                        .hp-testi .testi-quote {
                            width: 12.11%;
                            margin-top: 6px;
                        }

                            .hp-testi .testi-quote img {
                                display: inline-block;
                                width: 100%;
                                opacity: .35;
                            }

                        .hp-testi .testi-item-text {
                            width: 87.89%;
                            padding-left: 10px;
                        }

                            .hp-testi .testi-item-text p {
                                font-family: 'Roboto', sans-serif;
                                font-style: italic;
                                font-weight: 400;
                                font-size: 17px;
                                color: #fff;
                                line-height: 27px;
                            }

                            .hp-testi .testi-client {
                                margin-top: 32px;
                            }

                                .hp-testi .testi-client-img,
                                .hp-testi .testi-client-name {
                                    display: inline-block;
                                    vertical-align: middle;
                                }

                                .hp-testi .testi-client-img {
                                    /* width: 83px;
                                    height: 83px;
                                    border: 3px solid #008081;
                                    border-radius: 50%;
                                    overflow: hidden; */

                                }

                                    .hp-testi .testi-client-img img {
                                        display: block;
                                        width: 100%;
                                        max-width: 35px;
                                    }

                                .hp-testi .testi-client-name {
                                    font-family: 'Playfair Display', serif;
                                    font-weight: 400;
                                    font-size: 20px;
                                    color: #008081;
                                    text-transform: uppercase;
                                    letter-spacing: 1px;
                                    margin-left: 7px;
                                }

            .hp-testi .testi-preview {
                padding-left: 13.6%;
                margin-right: -30px;
            }

                .hp-testi .testi-preview .slick-list {
                    padding: 30px 0;
                    padding-left: 9%;
                    padding-right: 30px;
                }

                .hp-testi .testi-preview .slick-track {
                    margin-top: -45px;
                }

                    .hp-testi .testi-preview-item {
                        padding: 10px 0;
                        /* padding-left: 21.80%; */
                        padding-left: 55px;
                        opacity: 0;
                        width: 100% !important;
                    }

                    .hp-testi .slick-active.testi-preview-item {
                        opacity: 1;
                    }

                    .hp-testi .slick-current.slick-active + .slick-active.testi-preview-item {
                        padding-left: 10.40%;
                    }

                        .hp-testi .testi-preview-item a {
                            outline: none;
                            display: block;
                            position: relative;
                            background-color: #fff;
                            padding: 13px 10px;
                            padding-left: 35px;
                            box-shadow: 0 7px 19px rgba(0,0,0, .45);
                            -webkit-transition: all .4s ease;
                            transition: all .4s ease;
                            min-height: 60px;
                        }

                        .hp-testi .slick-current.slick-active + .slick-active a {
                            padding: 18px 18px;
                            padding-left: 50px;
                            min-height: 87px;
                        }

                            .hp-testi .testi-preview-img {
                                position: absolute;
                                top: 50%;
                                left: 3px;
                                -webkit-transform: translateY(-50%);
                                -moz-transform: translateY(-50%);
                                transform: translateY(-50%);
                            }

                            .hp-testi .slick-current.slick-active + .slick-active .testi-preview-img  {
                                /* width: 99px;
                                height: 99px; */
                                left: 0;
                            }

                                .hp-testi .testi-preview-img img {
                                    display: block;
                                    width: 100%;
                                    height: 100%;
                                    object-fit: cover;
                                    max-width: 30px;
                                }

                                .hp-testi .slick-current.slick-active + .slick-active .testi-preview-img img {
                                    max-width: 45px;
                                }


                            .hp-testi .testi-preview-text {
                                text-align: left;
                            }

                                .hp-testi .testi-preview-text p {
                                    font-family: 'Roboto', sans-serif;
                                    font-weight: 400;
                                    font-style: italic;
                                    font-size: 14px;
                                    color: #6f6f6f;
                                    line-height: 17px;
                                }

                                .hp-testi .slick-current.slick-active + .slick-active p {
                                    font-size: 16px;
                                }
/* end hp testimonials */

/* hp contact */
.hp-cntct {

}

    .hp-cntct .g-section-wrapper {
        background-color: rgba(255,255,255,0.7);
    }

        .hp-cntct .cntct-info-wrap {
            text-align: left;
        }

            .hp-cntct .cntct-logo {

            }

                .hp-cntct .cntct-logo img {
                    width: 100%;
                    max-width: 241px;
                }

            .hp-cntct .cntct-agent {
                margin-top: 33px;
            }

                .hp-cntct .cntct-agent h2 {
                    font-family: 'Cinzel', serif;
                    font-size: 26px;
                    color: #000;
                    letter-spacing: 3px;
                    margin-bottom: 7px !important;
                }

                .hp-cntct .cntct-agent p {
                    font-family: 'Roboto', sans-serif;
                    font-size: 20px;
                    color: #008081;
                    letter-spacing: .9px;
                }

                .hp-cntct .cntct-agent h2,
                .hp-cntct .cntct-agent p {
                    text-transform: uppercase;
                    font-weight: 400;
                    line-height: 1;
                    margin: 0;
                }

            .hp-cntct .cntct-agent-info {
                margin-top: 38px;
                margin-bottom: 22px;
            }

                .hp-cntct .cntct-agent-info li {
                    display: block;
                    position: relative;
                    line-height: 1;
                    letter-spacing: .3px;
                    margin-bottom: 12px;
                }

                    .hp-cntct .cntct-agent-info li a {
                        -webkit-transition: color .3s ease-in-out;
                        transition: color .3s ease-in-out;
                    }

                    .hp-cntct .cntct-agent-info li a:hover {
                        color: #008081;
                    }

                .hp-cntct .cntct-agent-info li:last-child {
                    margin-bottom: 0;
                }

                    .hp-cntct .cntct-agent-info span {
                        font-family: 'Roboto', sans-serif;
                        font-weight: 400;
                        font-size: 18px;
                        color: #000;
                    }

                    .hp-cntct .cntct-agent-info i {
                        font-size: 15px;
                        color: #008081;
                        margin-right: 11px;
                        position: relative;
                    }

                    .hp-cntct .cntct-agent-info .cntct-phone i {
                        font-size: 14px;
                    }

                    .hp-cntct .cntct-agent-info .cntct-email i {
                        font-size: 10px;
                        top: 4px;
                    }

                    .hp-cntct .cntct-agent-info .cntct-addr i {
                        font-size: 18px;
                        margin-right: 7px;
                        top: 3px;
                    }

                    .hp-cntct .cntct-agent-info span,
                    .hp-cntct .cntct-agent-info i {
                        display: inline-block;
                        vertical-align: top;
                    }

            .hp-cntct .cnct-smi {
                padding-left: 20px;
            }

                .hp-cntct .cnct-smi a {
                    display: inline-block;
                    vertical-align: middle;
                    width: 36px;
                    height: 36px;
                    text-align: center;
                    border-radius: 50%;
                    margin-right: 7px;
                    background-color: #008081;
                    -webkit-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                }

                .hp-cntct .cnct-smi a:hover {
                    background-color: #151515;
                }

                .hp-cntct .cnct-smi a:last-child {
                    margin-right: 0;
                }

                .hp-cntct .cnct-smi a::before {
                    content: '';
                    display: inline-block;
                    vertical-align: middle;
                    width: 0;
                    height: 100%;
                }

                    .hp-cntct .cnct-smi i {
                        display: inline-block;
                        vertical-align: middle;
                        font-size: 18px;
                        color: #000;
                        -webkit-transition: all .3s ease-in-out;
                        transition: all .3s ease-in-out;
                    }

                    .hp-cntct .cnct-smi a:hover i {
                        color: #008081;
                    }

                    .hp-cntct .cnct-smi i[class*="youtube"] {
                        font-size: 24px;
                    }

                    .hp-cntct .cnct-smi i[class*="linkedin"] {
                        font-size: 24px;
                    }

                    .hp-cntct .cnct-smi i[class*="google-plus"] {
                        font-size: 24px;
                        position: relative;
                        left: 1px;
                    }

        .hp-cntct .cntct-lt-wrap {

        }

            .hp-cntct .cntct-lt-col {
                display: inline-block;
                vertical-align: middle;
            }

            .hp-cntct .cntct-photo-wrap {
                width: 70%;
                position: relative;
            }

                .hp-cntct .cntct-photo-wrap canvas {
                    display: block;
                    width: 100%;
                    max-height: 523px;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center center;
                    position: relative;
                    z-index: 1;
                }

                    .hp-cntct .cntct-photo-wrap img {
                        display: block;
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                        width: 100%;
                        max-width: 319px;
                        z-index: 3;
                        display: none;
                    }

            .hp-cntct .cntct-lt-col:last-child {
                width: 30%;
            }

                .hp-cntct .cntct-form-wrap {
                    position: relative;
                    background-image: url(./images/bg-form-contact.jpg);
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center center;
                    margin-left: -85px;
                    margin-right: -15px;
                    z-index: 2;
                    padding-top: 62px;
                    padding-bottom: 82px;
                    padding-left: 18.3%;
                    padding-right: 12.6%;
                    text-align: left;
                }

                .hp-cntct .cntct-form-wrap::before {
                    content: '';
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 1;
                    background-color: rgba(152, 196, 181, .91);
                }

                    .hp-cntct .cntct-form-wrap h2,
                    .hp-cntct .cntct-form-wrap .cntct-form {
                        position: relative;
                        z-index: 2;
                    }

                    .hp-cntct .cntct-form-wrap h2 {
                        font-family: 'Cinzel', serif;
                        font-size: 40px;
                        text-transform: uppercase;
                        color: #fff;
                        letter-spacing: 3px;
                    }

                    .hp-cntct .cntct-form {
                        margin-top: 21px;
                    }

                        .hp-cntct .cntct-form form {
                            position: relative;
                        }

                        .hp-cntct .cntct-form .cntct-field {
                            display: block;
                            width: 100%;
                            position: relative;
                            margin-bottom: 15px;
                        }

                            .hp-cntct .cntct-form .cntct-field label {
                                display: none;
                            }

                            .hp-cntct .cntct-form .cntct-field > span {
                                position: relative;
                                display: block;
                            }

                            .hp-cntct .cntct-form .cntct-field .ajax-loader {
                                position: absolute;
                            }

                                .hp-cntct .cntct-form .cntct-field > span input,
                                .hp-cntct .cntct-form .cntct-field > span textarea {
                                    -webkit-appearance: none;
                                    -moz-appearance: none;
                                    -ms-appearance:none;
                                    appearance:none;
                                    outline: none;
                                    border: none;
                                    padding: 0;
                                    background-color: transparent;
                                    display: block;
                                    width: 100%;
                                    border-bottom: 1px solid #fff;
                                    font-family: 'Roboto', sans-serif;
                                    font-weight: 400;
                                    font-size: 13px;
                                    color: #fff;
                                    text-transform: uppercase;
                                    height: 46px;
                                }

                                .hp-cntct span.wpcf7-not-valid-tip {
                                    position: absolute;
                                    inset: 1em 0 auto auto;
                                    width: auto;
                                    font-size: 12px;
                                    padding: 0.5em 1em;
                                }

                                .hp-cntct .cntct-form .cntct-field > span textarea {
                                    resize: none;
                                    height: 61px;
                                    padding-right: 45px;
                                }

                        .hp-cntct .cntct-form .cntct-field:nth-child(4) {
                            margin-bottom: 0;
                            margin-top: 53px;
                        }

                            .hp-cntct .cntct-submit-btn {
                                -webkit-appearance: none;
                                -moz-appearance: none;
                                -ms-appearance:none;
                                appearance:none;
                                outline: none;
                                border: none;
                                background-color: transparent;
                                background-size: cover;
                                background-repeat: no-repeat;
                                background-position: center center;
                                display: block;
                                width: 32px;
                                height: 29px;
                                background-image: url('./images/icon-plane.png');
                                background-repeat: no-repeat;
                                background-size: 100%;
                                background-position: center center;
                                position: absolute;
                                bottom: 12px;
                                right: 10px;
                                z-index: 2;
                                -webkit-transition: opacity .3s ease-in-out;
                                transition: opacity .3s ease-in-out;
                            }

                                .hp-cntct .cntct-submit-btn:hover {
                                    opacity: .5;
                                }

                            .hp-cntct .ajax-loader {
                                position: absolute;
                            }
                            .hp-cntct .cntct-form .cntct-field > span.wpcf7-spinner {
                                position: absolute;
                                right: 0;
                                top: 100%;
                                width: 20px;
                                height: 20px;
                                margin: 6px 0 0;
                            }

                        .hp-cntct div.wpcf7-response-output {
                            position: absolute;
                            bottom: -55px;
                            left: 0;
                            right: 0;
                            font-size: 12px;
                            text-align: center;
                            color: #fff;
                        }
/* end hp contact */

/* footer */
footer.main-ftr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    font-size: 0;
}

footer.main-ftr .ftr-bottom {
    background-color: #212121;
    padding: 15px 79px;
}

.ip-container footer.main-ftr {
    position: relative !important;
}

    footer.main-ftr .ftr-copyright {
        margin-top: 4px;
    }

        footer.main-ftr .ftr-copyright p,
        footer.main-ftr .ftr-copyright p a {
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: 13px;
            color: #5c5c5c;
        }

            footer.main-ftr .ftr-copyright p a {
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

            footer.main-ftr .ftr-copyright p a:hover {
                color:#008081;
            }

            footer.main-ftr .ftr-copyright .site-name,
            footer.main-ftr .ftr-copyright .ftr-agent-image {
                color: #fff ;
            }

            footer.main-ftr .ftr-agent-image {
                text-decoration: underline !important;
            }

    footer.main-ftr .ftr-brokerage {
        text-align: right;
    }

        footer.main-ftr .ftr-brokerage span {
            display: inline-block;
            vertical-align: middle;
            color: #666666;
            font-size: 22px;
            margin-right: 7px;
        }

        footer.main-ftr .ftr-brokerage span:last-child {
            margin-right: 0;
        }

/* end footer */

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.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: #f9f7f7;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .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;
            }
/* 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%; }

/* 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: 'Cinzel', serif;
    font-size: 47px;
    color: #008081;
    text-transform: uppercase;
    letter-spacing: 3px;
}

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

}

.ai-contact-wrap input.wpcf7-submit,
.ai-default-cf7wrap input.wpcf7-submit,
.error-forms input.wpcf7-submit {
    background-color: #000 !important;
    color: #008081 !important;
}

.ai-contact-wrap input.wpcf7-submit:hover,
.ai-default-cf7wrap input.wpcf7-submit:hover,
.error-forms input.wpcf7-submit:hover {
    background-color: #008081 !important;
    color: #000 !important;
}

.sidebar {
    margin-top: 101px;
}

/* ip header */
header.ip-hdr {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #000;
    padding: 10px 0;
}

.home header.ip-hdr {
    display: none;
}

    header.ip-hdr .ip-hdr-logo img{
        display: block;
        width: 100%;
        max-width: 92px;
    }

    header.ip-hdr .ip-nav {
        text-align: right;
        padding-top: 10px;
    }

        header.ip-hdr #nav2 > li {
            margin-left: 10px;
        }

        header.ip-hdr #nav2 > li:first-child {
            margin-left: 0;
        }

            header.ip-hdr #nav2 li a {
                font-family: 'Roboto', sans-serif;
                font-weight: 500;
                font-size: 14px;
                text-transform: uppercase;
                color: #fff;
                display: inline-block;
                letter-spacing: 1px;
                position: relative;
                -webkit-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
            }

            header.ip-hdr #nav2 > li > a::after {
                content: '';
                display: block;
                position: absolute;
                bottom: -10px;
                right: 0;
                width: 100%;
                height: 1px;
                transform-origin: right;
                transform: scaleX(0);
                -webkit-transform: scaleX(0);
                background-color: #008081;
                -webkit-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
            }

            header.ip-hdr #nav2 > li:hover > a::after {
                transform: scaleX(1);
                -webkit-transform: scaleX(1);
            }

            header.ip-hdr #nav2 > li:hover > a {
                color: #008081;
            }

            header.ip-hdr #nav2 .sub-menu {
                padding-top: 46px;
                padding-bottom: 0;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                background-color: transparent;
            }

            header.ip-hdr #nav2 .sub-menu li {
                display: block;
            }

            header.ip-hdr #nav2 .sub-menu li a {
                display: block;
                text-align: center;
                background-color: rgba(0,0,0, .83);
            }

            header.ip-hdr #nav2 .sub-menu li a:hover {
                background-color: #008081;
            }

    .ip-hdr .ip-hdr-translate {
        text-align: right;
        padding-top: 9px;
    }


        .ip-hdr .ip-hdr-translate .translator-dropdown-wrap {
            display: inline-block;
        }

        .ip-hdr .ip-hdr-translate .gTranslator-dropdown{
            display: inline-block;
            vertical-align: middle;
            font-size: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            color: #fff;
            text-transform: uppercase;
            position: relative;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        .ip-hdr .ip-hdr-translate .gTranslator-dropdown::before {
            content: 'Translate';
            font-size: 14px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }

        .ip-hdr .ip-hdr-translate .gTranslator-dropdown::after {
            content: '';
            display: inline-block;
            vertical-align: middle;
            border-top: 6px solid #6d6d6d;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        .ip-hdr .ip-hdr-translate .translator-dropdown {
            max-height: unset;
            box-shadow: none;
            background-color: #008081;
            border: none;
            text-align: center;
            border-radius: 0;
            min-width: 156px;
            width: 100%;
            padding-top: 9px;
            padding-bottom: 6px;
            top: calc(100% + 5px);
            left: unset;
            right: 0;
        }

            .ip-hdr .ip-hdr-translate span.flag-en {
                display: none;
            }

            .ip-hdr .ip-hdr-translate li{
                text-align: center;
                margin-bottom: 9px;
                height: 27px;
            }

            .ip-hdr .ip-hdr-translate li:last-child {
                margin-bottom: 0;
            }

            .ip-hdr .ip-hdr-translate ul li:hover {
                background: #000;
            }

            .ip-hdr .ip-hdr-translate ul li:hover .translator-name {
                color: #008081;
            }

                .ip-hdr .ip-hdr-translate li .translator-name {
                    font-family: 'Roboto', sans-serif;
                    font-weight: 400;
                    font-size: 13px;
                    color: #fff;
                    text-transform: uppercase;
                }

                .ip-hdr .ip-hdr-translate li[data-ai-translator-lang*="zh-CN"] .translator-name::after {
                    content: '(Simplified)';
                    display: block;
                    margin: 0 auto;
                    margin-top: 2px;
                }

                .ip-hdr .ip-hdr-translate li .translator-check {
                    display: none !important;
                }
/* end ip header */

/* ip quick search */
.ip-qs {
    font-size: 0;
    margin: 0 auto;
    max-width: 237px;
}

    .ip-qs .qs-title {
        font-family: 'Cinzel', serif;
        font-weight: 400;
        font-size: 29px;
        color: #008081;
        margin: 0;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        margin-bottom: 15px;
    }

        .ip-qs .qs-title span {
            display: block;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 12px;
            letter-spacing: 3px;
            margin-bottom: 7px;
        }


        .ip-qs .qs-field {
            display: inline-block;
            width: 100%;
            position: relative;
            vertical-align: top;
            margin-bottom: 9px;
        }

        .ip-qs .qs-field.qs-sm {
            width: calc(50% - 5px);
        }

        .ip-qs .qs-field.qs-field-right {
            float: right;
        }

            .ip-qs .qs-field label {
                display: none;
            }

            .ip-qs .qs-field input,
            .ip-qs .qs-field select {
                -webkit-appearance: none;
                -moz-appearance: none;
                -ms-appearance:none;
                appearance: none;
                outline: none;
                border: 1px solid #353535;
                display: block;
                width: 100%;
                height: 40px;
                font-family: 'Roboto', sans-serif;
                font-weight: 400;
                font-size: 13px;
                color: #fff;
                text-transform: uppercase;
                background-color: #111010;
                padding: 0 19px;
            }

            .ip-qs .qs-field select {
                background-image: url('./images/icon-caret.png');
                background-repeat: no-repeat;
                background-position: center right 15px;
            }

        .hp-qs .qs-btn-wrap {

        }

        .ip-qs .qs-btn-wrap::after {
            clear: both;
            display: table;
            content:'';
        }

            .ip-qs .qs-btn {
                -webkit-appearance: none;
                -moz-appearance: none;
                -ms-appearance:none;
                appearance: none;
                border: none;
                outline: none;
                display: block;
                width: 100%;
                height: 40px;
                text-align: center;
                font-family: 'Roboto', sans-serif;
                font-weight: 700;
                font-size: 16px;
                color: #fff;
                text-transform: uppercase;
                -webkit-transition: all .4s ease-in-out;
                transition: all .4s ease-in-out;
            }

            .ip-qs .qs-submit {
                background-color: #c2dfda;
            }

            .ip-qs .qs-submit:hover {
                background-color: #8e8c80;
            }

            .ip-qs .qs-adv {
                text-align: center;
                background-color: #008081;
                margin-top: 9px;
            }

            .ip-qs .qs-adv:hover {
                background-color: #5a4e2e;
            }

            .ip-qs .qs-adv::before {
                content: '';
                display: inline-block;
                vertical-align: middle;
                width: 0;
                height: 100%;
            }

                .ip-qs .qs-adv span {
                    display: inline-block;
                    vertical-align: middle;
                }
/* end ip quick seach */

/* ip cta */
.ip-cta {
    font-size: 0;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 237px;
}

    .ip-cta .cta-item {
        margin: 10px auto;
        max-width: 360px;
    }

        .ip-cta .cta-item a {
            display: block;
            width: 100%;
            background-color: #008081;
            text-align: center;
            height: 80px;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

        .ip-cta .cta-item a:hover{
            background-color: #008081;
        }

        .ip-cta .cta-item a::before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 0;
            height: 100%;
        }

        .ip-cta .cta-item span {
            display: inline-block;
            vertical-align: middle;
            font-family: 'Cinzel', serif;
            color: #fff;
            font-size: 15px;
            text-transform: uppercase;
            letter-spacing: 0;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

        .ip-cta .cta-item a:hover span {
            color: #000;
        }
/* end ip cta */

/* ip contact form */
.ip-cntct-form {
    position: relative;
    background-image: url('./images/bg-form-contact.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    font-size: 0;
    padding: 30px 25px;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 237px;
}

.ip-cntct-form::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(159, 138, 83, .91);
}

    .ip-cntct-form > * {
        position: relative;
        z-index: 2;
    }

    .ip-cntct-form h2 {
        line-height: 1;
        margin: 0;
        font-family: 'Cinzel', serif;
        font-size: 27px;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 1px;
        z-index: 2;
        position: relative;
        text-align: center;
        margin-bottom: 25px;
    }

    .ip-cntct-form form {
        position: relative;
    }

        .ip-cntct-form .cntct-field {
            display: block;
            width: 100%;
            position: relative;
            margin-bottom: 15px;
        }

            .ip-cntct-form .cntct-field label {
                display: none;
            }

            .ip-cntct-form .cntct-field > span {
                position: relative;
                display: block;
            }

                .ip-cntct-form .cntct-field > span input,
                .ip-cntct-form .cntct-field > span textarea {
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    -ms-appearance:none;
                    appearance:none;
                    outline: none;
                    border: none;
                    padding: 0;
                    background-color: transparent;
                    display: block;
                    width: 100%;
                    border-bottom: 1px solid #fff;
                    font-family: 'Roboto', sans-serif;
                    font-weight: 400;
                    font-size: 13px;
                    color: #fff;
                    text-transform: uppercase;
                    height: 35px;
                }

                    .ip-cntct-form span.wpcf7-not-valid-tip {
                        position: absolute;
                        inset: 1em 0 auto auto;
                        width: auto;
                        font-size: 12px;
                        padding: 0.5em 1em;
                    }

                    .ip-cntct-form .cntct-field > span textarea {
                        resize: none;
                        height: 61px;
                    }

            .ip-cntct-form .cntct-field:nth-child(4) {
                margin-bottom: 0;
                margin-top: 53px;
            }

                .ip-cntct-form .cntct-submit-btn {
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    -ms-appearance:none;
                    appearance:none;
                    outline: none;
                    border: none;
                    background-color: transparent;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center center;
                    display: block;
                    width: 32px;
                    height: 29px;
                    background-image: url('./images/icon-plane.png');
                    background-repeat: no-repeat;
                    background-size: 100%;
                    background-position: center center;
                    position: absolute;
                    bottom: 12px;
                    right: 10px;
                    z-index: 2;
                    -webkit-transition: opacity .3s ease-in-out;
                    transition: opacity .3s ease-in-out;
                }

                    .ip-cntct-form .cntct-submit-btn:hover {
                        opacity: .5;
                    }

                .ip-cntct-form .ajax-loader {
                    position: absolute;
                }

            .ip-cntct-form div.wpcf7-response-output {
                position: absolute;
                bottom: -55px;
                left: 0;
                right: 0;
                font-size: 12px;
                text-align: center;
                color: #fff;
            }

            .ip-cntct-form .cntct-field .ajax-loader {
                position: absolute;
            }
/* end ip contact form */

/* ip smi */
.ip-smi {
    font-size: 0;
    text-align: center;
    margin: 0 auto;
    max-width: 237px;
    margin-top: 50px;
}

    .ip-smi a {
        display: inline-block;
        vertical-align: middle;
        width: 36px;
        height: 36px;
        text-align: center;
        border-radius: 50%;
        margin-right: 7px;
        background-color: #008081;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .ip-smi a:hover {
        background-color: #151515;
    }

    .ip-smi a:last-child {
        margin-right: 0;
    }

    .ip-smi a::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%;
    }

    .ip-smi a i {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        color: #000;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .ip-smi a:hover i {
        color: #008081;
    }

    .ip-smi i[class*="youtube"] {
        font-size: 24px;
    }

    .ip-smi.cnct-smi i[class*="linkedin"] {
        font-size: 24px;
    }

    .ip-smi .cnct-smi i[class*="google-plus"] {
        font-size: 24px;
        position: relative;
        left: 1px;
    }
/* end ip smi */

/* ip footer form */
.home .ip-ftr-form {
    display: none;
}

footer.main-ftr .ip-ftr-form {
    background-color: #008081;
    padding: 30px 0;
}

footer.main-ftr .cntct-lt-wrap {
    margin-left: 15%;
}

    footer.main-ftr .ip-ftr-form .cntct-lt-col {
        display: inline-block;
        vertical-align: middle;
    }

    footer.main-ftr .ip-ftr-form .cntct-photo-wrap {
        width: 46.66%;
        position: relative;
    }

        footer.main-ftr .ip-ftr-form .cntct-photo-wrap canvas {
            display: block;
            width: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            position: relative;
            z-index: 1;
        }

        footer.main-ftr .ip-ftr-form .cntct-photo-wrap img {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 100%;
            max-width: 263px;
            z-index: 3;
        }

    footer.main-ftr .ip-ftr-form .cntct-lt-col:last-child {
        width: 42.33%;
    }

        footer.main-ftr .ip-ftr-form .cntct-form-wrap {
            position: relative;
            background-image: url(./images/bg-form-contact.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            margin-left: -58px;
            z-index: 2;
            padding: 42px 30px 49px;
            text-align: left;
        }

        footer.main-ftr .ip-ftr-form .cntct-form-wrap::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            background-color: rgba(152, 196, 181, .91);
        }

            footer.main-ftr .ip-ftr-form .cntct-form-wrap h2 {
                font-family: 'Cinzel', serif;
                font-size: 29px;
                text-transform: uppercase;
                color: #fff;
                letter-spacing: 3px;
            }

            footer.main-ftr .ip-ftr-form .cntct-form-wrap .cntct-form {
                margin-top: 21px;
            }

            footer.main-ftr .ip-ftr-form .cntct-form-wrap h2,
            footer.main-ftr .ip-ftr-form .cntct-form-wrap .cntct-form {
                position: relative;
                z-index: 2;
            }

                footer.main-ftr .ip-ftr-form .cntct-form form {
                    position: relative;
                }

                    footer.main-ftr .ip-ftr-form .cntct-field {
                        display: block;
                        width: 100%;
                        position: relative;
                        margin-bottom: 15px;
                    }

                    footer.main-ftr .ip-ftr-form .cntct-form .cntct-field:nth-child(4) {
                        margin-bottom: 0;
                        margin-top: 53px;
                    }

                         footer.main-ftr .ip-ftr-form .cntct-field label {
                            display: none;
                        }

                        footer.main-ftr .ip-ftr-form > span {
                            position: relative;
                            display: block;
                        }

                            footer.main-ftr .ip-ftr-form .cntct-form .cntct-field > span input,
                            footer.main-ftr .ip-ftr-form .cntct-form .cntct-field > span textarea {
                                -webkit-appearance: none;
                                -moz-appearance: none;
                                -ms-appearance: none;
                                appearance: none;
                                outline: none;
                                border: none;
                                padding: 0;
                                background-color: transparent;
                                display: block;
                                width: 100%;
                                border-bottom: 1px solid #fff;
                                font-family: 'Roboto', sans-serif;
                                font-weight: 400;
                                font-size: 13px;
                                color: #fff;
                                text-transform: uppercase;
                                height: 46px;
                            }

                            footer.main-ftr .ip-ftr-form .cntct-form .cntct-field > span textarea {
                                resize: none;
                                height: 61px;
                                padding-right: 45px;
                            }

                            footer.main-ftr .ip-ftr-form .cntct-form .cntct-field > span {
                                position: relative;
                                display: block;
                            }

                            footer.main-ftr .ip-ftr-form span.wpcf7-not-valid-tip {
                                position: absolute;
                                inset: 1em 0 auto auto;
                                width: auto;
                                font-size: 12px;
                                padding: 0.5em 1em;
                            }

                            footer.main-ftr .ip-ftr-form .cntct-submit-btn {
                                -webkit-appearance: none;
                                -moz-appearance: none;
                                -ms-appearance: none;
                                appearance: none;
                                outline: none;
                                border: none;
                                background-color: transparent;
                                background-size: cover;
                                background-repeat: no-repeat;
                                background-position: center center;
                                display: block;
                                width: 32px;
                                height: 29px;
                                background-image: url(./images/icon-plane.png);
                                background-repeat: no-repeat;
                                background-size: 100%;
                                background-position: center center;
                                position: absolute;
                                bottom: 12px;
                                right: 10px;
                                z-index: 2;
                                -webkit-transition: opacity .3s ease-in-out;
                                transition: opacity .3s ease-in-out;
                            }

                            footer.main-ftr .ip-ftr-form .cntct-submit-btn:hover {
                                opacity: .5;
                            }

                            footer.main-ftr .ip-ftr-form div.wpcf7-response-output {
                                position: absolute;
                                bottom: -52px;
                                left: 0;
                                right: 0;
                                font-size: 12px;
                                text-align: center;
                                color: #fff;
                            }

                            footer.main-ftr .ip-ftr-form .cntct-form .cntct-field > span.ajax-loader{
                                position: absolute;
                            }
                            footer.main-ftr .ip-ftr-form .cntct-form .cntct-field > span.wpcf7-spinner {
                                position: absolute;
                                right: 0;
                                top: 100%;
                                width: 20px;
                                height: 20px;
                                margin: 6px 0 0;
                            }
                            button.btn.dropdown-toggle.bs-placeholder.btn-default,
                            button.btn.dropdown-toggle.btn-default {
                                -webkit-appearance: none;
                                -moz-appearance: none;
                                -ms-appearance: none;
                                appearance: none;
                                outline: none;
                                border: 1px solid #353535;
                                display: block;
                                width: 100%;
                                height: 33px;
                                font-family: 'Roboto', sans-serif;
                                font-weight: 400;
                                font-size: 13px;
                                color: #fff;
                                text-transform: uppercase;
                                background-color: #111010;
                                padding: 0 19px;
                            }
                            .dropdown-menu.open ul.dropdown-menu.inner {
                                max-height: 125px !important;
                            }

    footer.main-ftr .ip-ftr-form .cntct-lt-wrap {
        margin-left:0;
    }

    footer.main-ftr .ip-ftr-form .cntct-left {
        width: 80%;
    }

    footer.main-ftr .ip-ftr-form .cntct-lt-col:last-child {
        width: 20%;
    }

        footer.main-ftr .ip-ftr-form .lt-photo-wrap canvas {
            display: block;
            width: 100%;
            background-size: cover;
            background-position: center;
            min-height: 420px;
        }
/* end ip footer form */

.cp-address span {
    font-size: 18px;
}

.cp-address span:last-child {
    display: block;
    padding-left: 20px;
}

.cp-address em {
    color: #5b5b5b;
}


/* meet the team */
.page-id-134 #content .agent-holder .agent-contacts-main-info .ai-language {
    display: none;
}

.page-id-134 #content .agent-holder .agent-contacts-heading {
    margin-bottom: 0;
    line-height: 45px;
}

.page-id-134 #content .agent-holder .agent-description a {
    clear: both;
    display: table;
}

.page-id-134 #content .agent-description a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    display: inline-block;
    background-color: #008081;
    width: 100%;
    max-width: 136px;
    text-align: center;
    line-height: 50px;
    margin-top: 50px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.page-id-134 #content .agent-description a:hover {
    background-color: #000;
    color: #fff;
}
/* end meet the team */


#content .entry a:hover {
    color: #5a4e2e;
}

/* ip communities */
.ip-comm {
    font-size: 0;
}

.ip-comm .ip-comm-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 4px;
    margin-bottom: 21px;
}

.ip-comm .ip-comm-img img {
    border: 2px solid #cfcfcf;
}

.ip-comm .ip-comm-caption {
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
}
/* end ip communities */

/*For IHF alignment purpose*/
#ihf-main-container .nav-tabs {
    padding: 0 !important;
    margin: 0 !important;
}
    ul.chosen-results {
        margin: 0 !important;
        padding: 0 !important;
    }

/*end of IHF alignment*/

/*#ihf-main-container .chosen-container .chosen-results li*/
#content .entry .chosen-container .chosen-results {
    max-height: 150px;
}

.ip-qs .qs-form form:before,
.ip-qs .qs-form form:after {
    content: '';
    display: table;
    clear: both;
}

.ip-qs .qs-field {
    display: block;
    float: left;
}

.qs-form button.btn.dropdown-toggle.bs-placeholder.btn-default,
.qs-form button.btn.dropdown-toggle.btn-default {
    border-radius: 0 !important;
}
.agent-contact-lang.agent-contact-detail {
    display: none;
}

#ihf-main-container .open>.dropdown-menu {
    z-index: 1002;
}

#content #ihf-main-container .btn-primary.active, 
#content #ihf-main-container .btn-primary:active, 
#content #ihf-main-container .btn-primary:focus, 
#content #ihf-main-container .btn-primary:hover {
    color: #fff;
}

.error404 .wpcf7 form {
  position: relative;
  font-family: var(--font-family-default);
}
.error-page-content-wrapper,
.error404 .error-page-content-wrapper .error-forms input[type="text"], 
.error404 .error-page-content-wrapper .error-forms input[type="email"], 
.error404 .error-page-content-wrapper .error-forms input[type="phone"],
.error404 .error-page-content-wrapper .error-forms textarea,
.error404 .error-page-content-wrapper .error-forms input[type="submit"] {
  font-family: var(--font-family-default);
}
.error404 .wpcf7 form.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  width: auto;
  font-size: 12px; 
  line-height: 1;
  padding: 0.25em; 
  right: 0.5em;
  left: auto;
  top: 0.5em;
}
.error404 .wpcf7 form .wpcf7-response-output {
  margin: 0;
  text-align: center;
  line-height: 1;
  font-size: 12px; 
  padding: 0.5em 0.1em; 
}
.error404 .wpcf7 form .wpcf7-spinner {
  position: absolute;
  right: 0%;
  top: 105%;
  margin: 0;
}

.viewing-page-1 header.main-hdr,
.viewing-page-2 header.main-hdr,
.viewing-page-4 header.main-hdr,
.viewing-page-5 header.main-hdr,
.viewing-page-6 header.main-hdr,
.viewing-page-7 header.main-hdr,
.viewing-page-8 header.main-hdr,
.viewing-page-9 header.main-hdr {	
	border-bottom: 1px solid rgba(0, 0, 0, .53);	
}

.viewing-page-3 header.main-hdr {	
	border-bottom: 1px solid rgba(255, 255, 255, 1);	
}

.viewing-page-1 header.main-hdr .menu-btn span::before,
.viewing-page-1 header.main-hdr .menu-btn span::after,
.viewing-page-1 header.main-hdr .menu-btn span em,
.viewing-page-2 header.main-hdr .menu-btn span::before,
.viewing-page-2 header.main-hdr .menu-btn span::after,
.viewing-page-2 header.main-hdr .menu-btn span em,
.viewing-page-4 header.main-hdr .menu-btn span::before,
.viewing-page-4 header.main-hdr .menu-btn span::after,
.viewing-page-4 header.main-hdr .menu-btn span em,
.viewing-page-5 header.main-hdr .menu-btn span::before,
.viewing-page-5 header.main-hdr .menu-btn span::after,
.viewing-page-5 header.main-hdr .menu-btn span em,
.viewing-page-6 header.main-hdr .menu-btn span::before,
.viewing-page-6 header.main-hdr .menu-btn span::after,
.viewing-page-6 header.main-hdr .menu-btn span em,
.viewing-page-7 header.main-hdr .menu-btn span::before,
.viewing-page-7 header.main-hdr .menu-btn span::after,
.viewing-page-7 header.main-hdr .menu-btn span em,
.viewing-page-8 header.main-hdr .menu-btn span::before,
.viewing-page-8 header.main-hdr .menu-btn span::after,
.viewing-page-8 header.main-hdr .menu-btn span em,
.viewing-page-9 header.main-hdr .menu-btn span::before,
.viewing-page-9 header.main-hdr .menu-btn span::after,
.viewing-page-9 header.main-hdr .menu-btn span em {	
	background-color: #39383a;
}

.viewing-page-3 header.main-hdr .menu-btn span::before,
.viewing-page-3 header.main-hdr .menu-btn span::after,
.viewing-page-3 header.main-hdr .menu-btn span em {	
	background-color: #fff;
}

.viewing-page-1 header.main-hdr .menu-btn span em,
.viewing-page-2 header.main-hdr .menu-btn span em,
.viewing-page-4 header.main-hdr .menu-btn span em,
.viewing-page-5 header.main-hdr .menu-btn span em,
.viewing-page-6 header.main-hdr .menu-btn span em,
.viewing-page-7 header.main-hdr .menu-btn span em,
.viewing-page-8 header.main-hdr .menu-btn span em,
.viewing-page-9 header.main-hdr .menu-btn span em {
	background-color: #39383a;
}

.viewing-page-3 header.main-hdr .menu-btn span em {
	background-color: #fff;
}

.viewing-page-1 header.main-hdr .contact-item,
.viewing-page-2 header.main-hdr .contact-item,
.viewing-page-4 header.main-hdr .contact-item,
.viewing-page-5 header.main-hdr .contact-item,
.viewing-page-6 header.main-hdr .contact-item,
.viewing-page-7 header.main-hdr .contact-item,
.viewing-page-8 header.main-hdr .contact-item,
.viewing-page-9 header.main-hdr .contact-item {	
	color: #39383a;	
}

.viewing-page-3 header.main-hdr .contact-item {	
	color: #fff;	
}

.viewing-page-1 header.main-hdr .gTranslator-dropdown,
.viewing-page-2 header.main-hdr .gTranslator-dropdown,
.viewing-page-4 header.main-hdr .gTranslator-dropdown,
.viewing-page-5 header.main-hdr .gTranslator-dropdown,
.viewing-page-6 header.main-hdr .gTranslator-dropdown,
.viewing-page-7 header.main-hdr .gTranslator-dropdown,
.viewing-page-8 header.main-hdr .gTranslator-dropdown,
.viewing-page-9 header.main-hdr .gTranslator-dropdown {	
	color: #39383a;	
}

.viewing-page-3 header.main-hdr .gTranslator-dropdown {	
	color: #fff;	
}

.viewing-page-1 header.main-hdr .gTranslator-dropdown::after,
.viewing-page-2 header.main-hdr .gTranslator-dropdown::after,
.viewing-page-4 header.main-hdr .gTranslator-dropdown::after,
.viewing-page-5 header.main-hdr .gTranslator-dropdown::after,
.viewing-page-6 header.main-hdr .gTranslator-dropdown::after,
.viewing-page-7 header.main-hdr .gTranslator-dropdown::after,
.viewing-page-8 header.main-hdr .gTranslator-dropdown::after,
.viewing-page-9 header.main-hdr .gTranslator-dropdown::after {	
	border-top: 8px solid #39383a;	
}

.viewing-page-3 header.main-hdr .gTranslator-dropdown::after {	
	border-top: 8px solid #fff;	
}

.viewing-page-1 header.main-hdr .menu-btn > em,
.viewing-page-2 header.main-hdr .menu-btn > em,
.viewing-page-4 header.main-hdr .menu-btn > em,
.viewing-page-5 header.main-hdr .menu-btn > em,
.viewing-page-6 header.main-hdr .menu-btn > em,
.viewing-page-7 header.main-hdr .menu-btn > em,
.viewing-page-8 header.main-hdr .menu-btn > em,
.viewing-page-9 header.main-hdr .menu-btn > em {
	color: #39383a;	
}

.viewing-page-3 header.main-hdr .menu-btn > em {
	color: #fff;	
}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
