
/*
Theme Name: mreicorp.com
Theme URI: http://aios3-staging.agentimage.com/m/mreicorp.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.5
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. Custom CSS
 *
 *******************************************************/

/* Global */

body{
	font-family: 'Khula', Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	background: #040404;
	color: #fff;
	margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

a, a:hover, a:link, a:visited, a:focus, a:active {
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #bda068;
}

/* For Dev purposes */
/*::-webkit-scrollbar { width: 0; }*/

/*fixed header*/
header.header-wrapper.sticking {
    top: 35px;
    z-index: 1011;
}
    .sticking .header-logo {
        top: -34px;
    }
        .sticking .header-logo img {
            width: 280px;
        }

/*easing*/
header.header-wrapper, .header-logo, .header-logo img  {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/*header*/
header.header-wrapper {
    position: fixed;
    width: 100%;
    top: 54px;
    left: 0;
    z-index: 120;
    background: #000;
}
    .header-left {
        position: relative;
    }
        .header-logo {
            position: absolute;
            left: 16px;
            top: -40px;
        }
            .header-logo img {
                max-width: 100%;
                width: 322px;
            }
    .header-right {

    }
        .header-navs {

        }
            #nav {
                text-align: right;
            }
                #nav li {
                    position:relative;
                }
                #nav > li {
                    display: inline-block;
                    vertical-align: top;
                    margin: 0 13.5px;
                }
                    #nav > li:first-child {
                        margin-left: 0;
                    }
                    #nav > li:last-child {
                        margin-right: 0;
                    }
                    #nav li a {
                        text-transform: uppercase;
                        font-size: 12px;
                        line-height: 1;
                        letter-spacing: .1em;
                        color: #fff;
                        display: block;
                        position: relative;
                    }

                    #nav > li > a {
                        font-size: 15px;
                        line-height: 1;
                        letter-spacing: .01em;
                        color: #bda068;
                        padding: 23px 0 19px;
                    }
                        #nav > li > a:after {
                            content: '';
                            position: absolute;
                            /*width: 100%;*/
                            height: 3px;
                            background: #bda068;
                            left: 50%;
                            right: 50%;
                            bottom: 0;
                            opacity: 0;
                        }
                            #nav > li:hover > a:after {
                                left: 0;
                                right: 0;
                                opacity: 1;
                            }
                    #nav .sub-menu {
                        list-style: none outside none;
                        margin: 0;
                        background: rgba(4,4,4,0.9);
                        display: none;
                        padding: 0;
                        position: absolute;
                        width:100%;
                        min-width: 221px;
                        text-align: center;
                    }
                        #nav .sub-menu a {
                            color: #FFFFFF;                            
                            padding: 14px 10px 9px;
                        }
                        #nav .sub-menu li:hover > a {
                            background: #bda068;
                        }
                            #nav .sub-menu .sub-menu {
                                margin-left: -100%;
                                top:0;
                            }

    #nav > li > a:after, #nav li a {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

/*section 1*/
section.section-1 {

}
    #slideshow {

    }
        #slideshow .cycloneslider-slide:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(0,0,0,.2);
            z-index: 10;
        }

        #slideshow .cycloneslider-template-responsive .cycloneslider-caption-description {
            display: none;
        }
        #slideshow .cycloneslider-template-responsive .cycloneslider-caption {
            background: transparent;
            height: 100%;
            text-align: center;
            opacity: 1;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none;            
        }
            #slideshow .cycloneslider-template-responsive .cycloneslider-caption:before {
                content: '';
                position: relative;
                display: inline-block;
                vertical-align: middle;
                width: 0;
                height: 100%;

            }
            #slideshow .cycloneslider-template-responsive .cycloneslider-caption-title {
                display: inline-block;
                vertical-align: middle;
                padding: 0;
                font: italic 400 35px/1 'Lora', serif;
                color: #fff;
                text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
                margin-top: 50px;
                opacity: 0;
            }

    #quick-search {
        background: #040404;
        position: relative;
        z-index: 3;
        overflow: visible;
    }
        .qs-wrapper {
            font-size: 0;
        }
            .qs-wrapper h2 {
                color: #fff;
                font: 35px/1 'Lora', serif;
                position: relative;
                /*width: 243px;*/
                width: 21.316%;
                display: inline-block;
                vertical-align: top;
                padding-left: 57px;
                margin-top: -36px;
            }
                .qs-wrapper h2:before {
                    content: '';
                    position: absolute;
                    width: 211px;
                    height: 229px;
                    background: url(images/bg-title.png) center/cover no-repeat;
                    z-index: -1;
                    left: 1px;
                    top: -77px;
                }
                .qs-wrapper h2 span {
                    display: block;
                    color: #bda068;
                    padding-left: 27px;
                    margin-top: -2px;
                }
                .qs-wrapper h2 em {
                    display: block;
                    font-style: normal;
                }

            .qs-form {
                display: inline-block;
                vertical-align: top;
                padding: 46px 0 48px;
                width: 78.684%;
            }
                .qs-lg {
                    /*width: 211px;*/
                    width: 23.525%;
                }
                .qs-sm {
                    /*width: 94px;*/
                    width: 10.48%;
                }
                .qs-field {
                    padding-right: 3px;
                }
                .qs-btn {
                    /*width: 99px;*/
                    width: 11.03%;
                }
                .qs-field, .qs-btn {
                    display: inline-block;
                    vertical-align: top;
                }
                    .qs-field select {
                        width: 100%;
                        height: 33px;
                        background: #1b1b1b;
                        font-size: 10px;
                        letter-spacing: .15em;
                        color: #fff;
                        text-transform: uppercase;
                        border: none;
                        padding-left: 12px;
                        padding-right: 12px;
                        padding-top: 3px;
                        -o-appearance: none;
                        -webkit-appearance: none;
                        -ms-appearance: none;
                        -moz-appearance: none;
                        appearance: none;
                    }
                        .qs-field select::-ms-expand {
                            display: none;
                        }
                    .qs-btn input {
                        width: 100%;
                        height: 33px;
                        background: #bda068;
                        border: 1px solid #bda068;
                        font-size: 12px;
                        font-weight: 700;
                        letter-spacing: .05em;
                        color: #fff;
                        text-transform: uppercase;
                        padding: 4px 0 0;
                        transition: all .3s ease;
                    }
                        .qs-btn input:hover {
                            background: transparent;
                            border-color: #bda068;
                            color: #bda068;
                        }


                    .hp-quick-search button.btn.dropdown-toggle.btn-default {
                        width: 100%;
                        height: 33px;
                        background: #1b1b1b;
                        text-transform: uppercase;
                        border: none;
                        padding-left: 12px;
                        padding-right: 12px;
                        padding-top: 11px;
                        -o-appearance: none;
                        -webkit-appearance: none;
                        -ms-appearance: none;
                        -moz-appearance: none;
                        appearance: none;
                    }

                    .hp-quick-search span.filter-option.pull-left {
                        font-size: 10px !important;
                        letter-spacing: .15em;
                        color: #fff !important;
                    }


                    .hp-quick-search .bs-searchbox .form-control{
                        color: #000 !important;
                    }

/*section 2*/
section.section-2 {
    overflow: hidden;
}
    #welcome {
        padding: 0 0 95px;
    }
        .welcome-left {
            position: relative;
            z-index: 2;
        }
            .welcome-wrap {
                padding: 48px 0 0;
            }
                .welcome-wrap h1 {
                    font: 32px/1 'Lora', serif;
                    letter-spacing: .05em;
                    text-transform: uppercase;
                    padding: 0 4px;
                }
                    .welcome-wrap h1:after {
                        content: '';
                        position: relative;
                        display: block;
                        width: 216px;
                        height: 2px;
                        margin: 13px 0px 37px;
                        left: -4px;
                        background-image: -ms-linear-gradient(left, #BDA068 0%, #523F27 100%);
                        background-image: -moz-linear-gradient(left, #BDA068 0%, #523F27 100%);
                        background-image: -o-linear-gradient(left, #BDA068 0%, #523F27 100%);
                        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #BDA068), color-stop(1, #523F27));
                        background-image: -webkit-linear-gradient(left, #BDA068 0%, #523F27 100%);
                        background-image: linear-gradient(to right, #BDA068 0%, #523F27 100%);
                    }
                .welcome-wrap p {
                    font-size: 13px;
                    line-height: 25px;
                    letter-spacing: .02em;
                    color: #cdcdcd;
                    margin-bottom: 25px;
                }
                .welcome-wrap p.w-emp {
                    font: 16px/22px 'Lora', serif;
                    letter-spacing: .05em;
                    margin-bottom: 31px;
                }
        .welcome-right {
            padding: 0;
            line-height: 1;
            font-size: 0;
            position: relative;
            z-index: 1;
        }
            .wvideo-wrap:before {
                content: '';
                position: absolute;
                width: 548px;
                right: 129%;
                height: 500%;
                background: #080808;
                transform: rotate(-38deg);
                transform-origin: top right;
                z-index: 4;
                top: 4px;
            }
            .wvideo-wrap {
                width: calc((100vw - 1168px) / 2 + 100%);
                margin-left: -2px;
                position: relative;
                /*overflow: hidden;*/
            }
                .wvideo-wrap canvas {
                    width: 100%;
                    background-size: cover;
                    background-position: center;
                }
                .wvideo-inner {
                    display: block;
                    text-align: center;
                    position: relative;
                }
                    .wvideo-inner:before {
                        content: '';
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        top: 0;
                        left: 0;
                        background: rgba(0,0,0,.35);
                        z-index: 1;
                    }
                    .wvideo-inner:after {
                        content: '';
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        top: 0;
                        left: 0;
                        background: url(images/overlay-video.png) center/100% 100% no-repeat;
                        z-index: 2;
                    }
                    .wvideo-btn {
                        position: absolute;
                        top: 50%;
                        width: 100%;
                        right: 9%;
                        transform: translateY(-50%) translateZ(0);
                        font: 25px/1 'Lora', serif;
                        letter-spacing: .05em;
                        color:  #fff;
                        z-index: 3;
                    }
                        .wvideo-btn a  {
                            color: #fff;
                        }
                        .wvideo-btn .ai-font-play-button-a {
                            content: '';
                            position: absolute;
                            width: 100px;
                            height: 100px;
                            top: -36px;
                            left: 0;
                            right: 17px;
                            margin: auto;
                            border-radius: 50%;
                            border: 10px solid #c29f5f;
                            color: #c29f5f;
                            font-size: 45px;
                            line-height: 78px;
                            z-index: -1;
                            padding-left: 9px;
                            opacity: .5;
                            transition: all .3s ease;
                        }
                        .wvideo-btn a:hover .ai-font-play-button-a {
                            opacity: .8;
                        }


/*section 3*/
section.section-3 {
    background: url(images/bg-marketing.jpg) center/cover no-repeat;
    overflow: hidden;
}
    #luxury-marketing {
        position: relative;
    }
        #luxury-marketing:after, 
        #luxury-marketing:before {
            content: '';
            position: absolute;
            height: 500%;
            z-index: 2;
            top: 0;            
            left: 0px;
            transform-origin: top right;
        }
        #luxury-marketing:after {            
            width: 345px;
            /*width: 21.563%;*/
            background: #080808;            
            transform: rotate(37.8deg);            
        }
        #luxury-marketing:before {
            width: 687px;
            /*width: 42.938%;*/
            background: #040404;
            transform: rotate(28.1deg);
        }
        .lm-wrapper {            
            width: 370px;
            padding: 62px 0 88px;
            margin-left: 98px;
            /*margin-left: 6.125%;*/
            position: relative;
            z-index: 3;
        }
            .lm-wrapper h2 {
                font: 32px/1 'Lora', serif;
                letter-spacing: .05em;
                color: #bda068;
                text-transform: uppercase;
                margin-bottom: 16px;
            }
            .lm-wrapper p {
                font-size: 13px;
                line-height: 25px;
                letter-spacing: .02em;
                color: #cdcdcd;
                margin-bottom: 25px;
            }
            .lm-wrapper a.btn-a {
                margin-top: 41px;
            }
            a.btn-a {
                display: block;
                width: 165px;
                height: 42px;
                background: #bda068;
                border: 1px solid #bda068;
                text-align: center;
                font-size: 15px;
                text-transform: uppercase;
                letter-spacing: .1em;
                color: #000;
                padding: 13px 0;
                transition: all .3s ease;
            }
                a.btn-a:hover {
                    color: #bda068;
                    background: transparent;
                    border: 1px solid #bda068;
                }


/*section 4*/
section.section-4 {
    background: #080808;
    overflow: hidden;
}
    #call-to-action {
        padding: 113px 0 101px;
        position: relative;
    }
        #call-to-action:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            background: #040404;
            width: 460px;
            height: 500%;
            transform: rotate(-38deg);
        }
        .cta-list {
            position: relative;
            z-index: 1;
        }
            .cta {
                display: block;
                max-width: 263px;
                margin: 0 auto;
                position: relative;
            }
                .cta-placeholder {
                    opacity: 0;
                }
                    .cta-placeholder img {
                        width: 100%;
                    }
                .cta-flipper {
                    -webkit-transition: 0.6s;
                    -webkit-transform-style: preserve-3d;
                    -ms-transition: 0.6s;
                    -moz-transition: 0.6s;
                    -moz-transform: perspective(1000px);
                    -moz-transform-style: preserve-3d;
                    -ms-transform-style: preserve-3d;
                    perspective: 1000px;
                    transition: 0.6s;
                    transform-style: preserve-3d;
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    z-index: 1;
                }
                    .cta-front, .cta-back {
                        -webkit-backface-visibility: hidden;
                        -moz-backface-visibility: hidden;
                        -ms-backface-visibility: hidden;
                        backface-visibility: hidden;
                        -webkit-transition: 0.6s;
                        -webkit-transform-style: preserve-3d;
                        -webkit-transform: rotateY(0deg);
                        -moz-transition: 0.6s;
                        -moz-transform-style: preserve-3d;
                        -moz-transform: rotateY(0deg);
                        -o-transition: 0.6s;
                        -o-transform-style: preserve-3d;
                        -o-transform: rotateY(0deg);
                        -ms-transition: 0.6s;
                        -ms-transform-style: preserve-3d;
                        -ms-transform: rotateY(0deg);
                        transition: 0.6s;
                        transform-style: preserve-3d;
                        transform: rotateY(0deg);
                        position: absolute;
                        top: 0;
                        left: 0;
                    }
                    .cta-front {
                        -webkit-transform: rotateY(0deg);
                        -ms-transform: rotateY(0deg);
                        z-index: 2;
                    }
                    .cta-back {
                        -webkit-transform: rotateY(-180deg);
                        -moz-transform: rotateY(-180deg);
                        -o-transform: rotateY(-180deg);
                        -ms-transform: rotateY(-180deg);
                        transform: rotateY(-180deg);
                        background: #000;
                        width: 100%;
                        height: 100%;
                        text-align: center;
                    }

                    .cta:hover .cta-front, .cta.hover .cta-front {
                        -webkit-transform: rotateY(180deg);
                        -moz-transform: rotateY(180deg);
                        -o-transform: rotateY(180deg);
                        transform: rotateY(180deg);
                    }
                    .cta:hover .cta-back, .cta.hover .cta-back {
                        -webkit-transform: rotateY(0deg);
                        -moz-transform: rotateY(0deg);
                        -o-transform: rotateY(0deg);
                        -ms-transform: rotateY(0deg);
                        transform: rotateY(0deg);
                    }

                    .cta-img {
                        background: #000;
                    }
                        .cta-img img {
                            width: 100%;
                            opacity: .6;
                        }
                    .cta-align {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        top: 0;
                        left: 0;
                        text-align: center;
                    }
                        /*.cta-align:before {
                            content: '';
                            position: relative;
                            display: inline-block;
                            vertical-align: middle;
                            width: 0;
                            height: 100%;
                        }*/
                        .cta-details {
                            font-size: 22px;
                            line-height: 1;
                            font-weight: 300;
                            color: #fff;
                            margin-top: 50%;
                            transform: translateY(-50%);
                            width: 100%;
                            text-align: center;
                            display: block;
                            backface-visibility: hidden;
                            position: absolute;
                        }
                            .cta-details span {
                                display: block;
                                text-transform: uppercase;
                                font: 24px/1 'Lora', serif;
                                color: #bda068;
                            }

                    .cta-back-details {
                            font-size: 20px;
                            line-height: 1;
                            color: #fff;
                            margin-top: 50%;
                            transform: translateY(-50%);
                            width: 100%;
                            text-align: center;
                            display: block;
                            backface-visibility: hidden;
                            position: absolute;
                    }
                        .cta-back-details span {
                            color: #bda068;
                            text-transform: uppercase;
                        }
                        a.btn-b {
                            display: block;
                            width: 124px;
                            height: 30px;
                            border: 1px solid #242424;
                            text-align: center;
                            font-size: 11px;
                            letter-spacing: .15em;
                            color: #bda068;
                            text-transform: uppercase;
                            line-height: 1;
                            padding: 11px 0;
                            margin: 24px auto 0;
                            transition: all .3s ease;
                        }
                            a.btn-b:hover {
                                color: #000;
                                background: #bda068;
                                border-color: #bda068;
                            }
/*section 5*/
section.section-5 {
    background: url(images/bg-fp.jpg) center/cover no-repeat;
    /*min-height: 555px;*/
    padding: 50px 0 51px;
    overflow: hidden;
    position: relative;
}
    #featured-properties {
        
    }
        #featured-properties:before {
            content: '';
            position: absolute;
            width: 431px;
            height: 400%;
            background: #040404;
            top: 0;
            right: 48.93%;
            transform: rotate(-37.8deg);
            transform-origin: top left;
        }
        #featured-properties:after {
            content: '';
            position: absolute;
            width: 48.93%;
            height: 100%;
            top: 0;
            right: 0;
            background: #040404;
        }
        #featured-properties .container {
            position: relative;
            z-index: 2;
        }
        .fp-wrap {
            background: #131313;
            font-size: 0;
        }
            .fp-wrap:after {
                content: '';
                position: absolute;
                width: 500%;
                height: 100%;
                left: 100%;
                margin-left: -15px;
                background: #131313;
                top: 0;
            }
            .fp-left {
                padding: 27px 23px 26px;
                width: 47.303%;
                display: inline-block;
                vertical-align: middle;
            }
                .fp-img-list {
                    line-height: 1;
                }
                    .fp-img a {
                        display: block;
                        position: relative;
                    }
                        .fp-img a:before, .fp-img a:after {
                            content: '';
                            position: absolute;
                            width: 100%;
                            height: 100%;
                            top: 0;
                            left: 0;
                            border: 5px solid #bda068;
                        }
                        .fp-img a:after {
                            border: none;
                            background: rgba(189, 160, 104,.5);
                            transform: scale(0);
                            transition: all .3s ease;
                        }
                            .fp-img a:hover:after {
                                transform: scale(1);
                            }
                        .fp-img canvas {
                            max-width: 100%;
                            width: 100%;
                            background-size: cover;
                            background-position: center;
                        }

            .fp-right {
                width: 52.697%;
                display: inline-block;
                vertical-align: middle;
            }
                .fp-right h2 {
                    font: 32px/1 'Lora', serif;
                    letter-spacing: .05em;
                    color: #fff;
                    text-transform: uppercase;
                    text-align: right;
                }
                    .fp-right h2:after {
                        content: '';
                        position: relative;
                        display: block;
                        width: 216px;
                        height: 2px;
                        margin: 16px 0px 42px auto;
                        left: -4px;
                        background-image: -ms-linear-gradient(left, #BDA068 0%, #523F27 100%);
                        background-image: -moz-linear-gradient(left, #BDA068 0%, #523F27 100%);
                        background-image: -o-linear-gradient(left, #BDA068 0%, #523F27 100%);
                        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #BDA068), color-stop(1, #523F27));
                        background-image: -webkit-linear-gradient(left, #BDA068 0%, #523F27 100%);
                        background-image: linear-gradient(to right, #BDA068 0%, #523F27 100%);
                    }

                .fp-details-list {
                    text-align: center;
                    padding-left: 130px;
                    margin-bottom: 20px;
                }
                    .fp-details {

                    }
                        .fp-price {
                            display: block;
                            font: 32px/1 'Lora', serif;
                            color: #fff;
                            margin-bottom: 18px;
                        }
                        .fp-address {
                            font: 16px/26px 'Lora', serif;
                            color: #999999;
                            margin-bottom: 34px;
                        }
                        a.btn-c {
                            display: block;
                            margin: 0 auto;
                            width: 165px;
                            height: 42px;
                            border: 1px solid #bda068;
                            font-size: 15px;
                            letter-spacing: .1em;
                            color: #bda068;
                            text-transform: uppercase;
                            padding: 12px 0;
                            transition: all .3s ease;
                        }
                            a.btn-c:hover {
                                background: #bda068;
                                color: #000;
                            }


/*section 6*/
section.section-6 {
    /*min-height: 631px;*/
    overflow: hidden;
}
    #testimonials {
        padding: 95px 0 0;
        position: relative;
    }
        #testimonials:before {
            content: '';
            position: absolute;
            /* width: 1165px; */
            width: 34%;
            height: 200%;
            bottom: 0;
            right: 0;
            background: #080808;
             z-index: -1; 
            transform: rotate(-37.7deg);
            transform-origin: top left;
            right: 38.6%;
            top: 0;
        }
        .testi-left {
            font-size: 0;
        }
            .testi-wrap {
                padding: 93px 0 60px;
            }
                .testi-left h2 {
                    font: 32px/1 'Lora', serif;
                    letter-spacing: .05em;
                    color: #fff;
                    text-transform: uppercase;
                    padding-left: 2px;
                    width: 50%;
                    display: inline-block;
                    vertical-align: top;
                }
                    .testi-left h2:after {
                        content: '';
                        position: relative;
                        display: block;
                        width: 216px;
                        height: 2px;
                        margin: 16px 0px 37px;
                        left: 1px;
                        background-image: -ms-linear-gradient(left, #BDA068 0%, #523F27 100%);
                        background-image: -moz-linear-gradient(left, #BDA068 0%, #523F27 100%);
                        background-image: -o-linear-gradient(left, #BDA068 0%, #523F27 100%);
                        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #BDA068), color-stop(1, #523F27));
                        background-image: -webkit-linear-gradient(left, #BDA068 0%, #523F27 100%);
                        background-image: linear-gradient(to right, #BDA068 0%, #523F27 100%);
                    }
                .testi-dots {
                    width: 50%;
                    display: inline-block;
                    vertical-align: top;
                    text-align: right;
                    padding: 10px 34px 0 0;
                }
                    .testi-dots li {
                        display: inline-block;
                        margin-left: 12px;
                    }
                        .testi-dots button {
                            display: block;
                            width: 11px;
                            height: 11px;
                            background: #7a613b;
                            border: none;
                            padding: 0;
                            font-size: 0;
                            transform: rotate(45deg);
                            outline: none;
                            -webkit-transition: all .3s ease;
                            -moz-transition: all .3s ease;
                            -o-transition: all .3s ease;
                            -moz-transition: all .3s ease;
                            transition: all .3s ease;
                        }
                        .testi-dots li.slick-active button {
                            background: #8f723a;
                        }

                .testi-list {
                    padding-right: 28px;
                    padding-left: 2px;
                }
                    .testi {

                    }
                        .testi p {
                            font: italic 14px/22px 'Lora', serif;
                            letter-spacing: .01em;
                            color: #cdcdcd;
                        }
                        .testi strong {
                            display: block;
                            font-size: 17px;
                            letter-spacing: .05em;
                            color: #fff;
                            font-weight: 400;
                            margin: 36px 0px 2px;
                        }
                        .testi span {
                            display: block;
                            font: italic 13px/1 'Lora', serif;
                            letter-spacing: .05em;
                            color: #898989;
                        }

                .testi-left a.btn-c {
                    margin: 45px 0 15px;
                    text-align: center;
                }
        .testi-right {
            position: relative;
        }
            .testi-image {
                padding-left: 2px;
                width: calc( (100vw - 1140px) / 2 + 100% );
                position: relative;
            }
                .testi-image img {
                    width: 100%;
                    /*max-width: 100%;*/
                }


/*footer*/
footer.footer-wrapper {
    background: #000;
    /*min-height: 568px;*/
}
    .footer-top {
        padding: 62px 0 48px;
        border-bottom: 1px solid #1f1f1f;
    }
        .footer-left {
            font-size: 0;
        }
            .footer-logo {
                padding-left: 4px;
                width: 51.173%;
                display: inline-block;
                vertical-align: top;
            }
                .footer-logo img {
                    max-width: 280px;
                    width: 100%;
                }
            .footer-contacts {
                width: 48.827%;
                display: inline-block;
                vertical-align: top;
                padding-top: 22px;
                padding-left: 11px;
            }
                .footer-ltitle {                    
                    color: #fff;
                }
                    .footer-ltitle strong {
                        font-weight: 400;
                        font: italic 400 24.81px/1 'Times New Roman', serif;
                        display: block;
                        margin-bottom: 8px;
                    }
                    .footer-ltitle span {
                        display: block;
                        font: 12px/14px 'Khula', sans-serif;
                    }

                .footer-phone {
                    font-size: 20px;
                    line-height: 1;
                    letter-spacing: .05em;
                    color: #bda068;
                    margin: 9px 0 5px;
                }
                    .footer-phone a {
                        color: #bda068;
                    }
                .footer-email {
                    font-size: 13px;
                    line-height: 1;
                    letter-spacing: .1em;
                    color: #fff;
                }
                    .footer-email a {
                        color: #fff;
                        display: inline-block;
                        border-bottom: 1px solid #fff;
                    }
                        .footer-email a:hover {
                            border-bottom: 1px solid #bda068;
                            color: #bda068;
                        }

                .footer-address {
                    font-size: 13px;
                    line-height: 1;
                    letter-spacing: .03em;
                    color: #898989;
                    margin-top: 14px;
                }
        .footer-right {
        
        }
            .footer-rinner {
            }
                .footer-rtitle {
                    font-size: 0;
                    padding-top: 18px;
                    padding-left: 9px;
                    margin-bottom: 10px;
                    width: 93%;
                }
                    .footer-rtitle strong {
                        font-size: 20px;
                        line-height: 1;
                        letter-spacing: .05em;
                        color: #bda068;
                        display: inline-block;
                        vertical-align: top;
                        text-transform: uppercase;
                        font-weight: 400;
                        width: 30%;
                    }
                    .footer-rtitle span {
                        font-size: 10px;
                        line-height: 18px;
                        letter-spacing: .05em;
                        color: #898989;
                        display: inline-block;
                        vertical-align: top;
                        width: 70%;
                        margin-top: -5px;
                    }

                .footer-form {
                    /*display: none;*/
                    font-size: 0;
                    padding: 0 6px 0 5px;
                    position: relative;
                }
                    .git-sm {
                        width: 50%; 
                        margin-bottom: 9px;                       
                    }
                    .git-lg {
                        width: 100%;
                        /*width: 462px;*/
                        width: 84.927%;
                    }
                    .git-btn {
                        /*width: 82px;*/
                        width: 15.073%;
                    }
                    .git-field {
                        display: inline-block;
                        vertical-align: top;
                        padding: 0 4.5px;
                    }
                        .git-field input[type="text"], .git-field input[type="email"], .git-field textarea {
                            width: 100%;
                            height: 30px;
                            border: 1px solid #575757;
                            background: transparent;
                            color: #898989;
                            letter-spacing: .05em;
                            font-size: 11px;
                            padding-left: 9px;
                            padding: 4px 9px 0;
                        }
                        .git-field textarea {
                            height: 60px;
                            resize: none;
                            padding-top: 10px;
                        }
                        .git-field input[type="submit"] {
                            width: 100%;
                            height: 60px;
                            background: #bda068;
                            border: 1px solid #bda068;
                            color: #fff;
                            font-size: 13px;
                            font-weight: 700;
                            letter-spacing: .05em;
                            padding-top: 7px;
                            text-align: center;
                            padding-right: 0;
                            padding-left: 1px;
                        }
                            .git-field input[type="submit"]:hover {
                                background: transparent;
                                color: #bda068;
                                border: 1px solid #bda068;
                            }
                    .footer-form div.wpcf7-response-output {
                        margin: 0 0;
                        font-size: 12px;
                        text-align: center;
                        color: #fff;
                        position: absolute;
                        top: 100%;
                        left: 9.5px;
                        right: 9.5px;
                    }
                    .footer-form span.wpcf7-not-valid-tip {
                        font-size: 12px;
                    }
                    .footer-form .wpcf7-form-control-wrap {
                        display: block;
                    }

    .footer-bottom {
        text-align: center;
        padding: 40px 0 38px;
    }
        .footer-credits {
            font-size: 11px;
            letter-spacing: .05em;
            line-height: 13px;
            color: #898989;
            max-width: 90%;
            margin: 0 auto;
        }

        .footer-navs {
            margin: 32px 0 11px;
        }
            .footernav li {
                display: inline-block;
                vertical-align: top;
                position: relative;
                padding: 0 13px;
            }
                .footernav li:after {
                    content: '';
                    position: absolute;
                    top: 2px;
                    right: -2px;
                    width: 1px;
                    height: 11px;
                    background: #898989;
                }
                .footernav li:last-child:after {
                    display: none;
                }
                .footernav li a {
                    font-size: 12px;
                    text-transform: uppercase;
                    line-height: 13px;
                    letter-spacing: .035em;
                    color: #898989;
                }
                    .footernav li a:hover {
                        color: #bda068;
                    }


        .footer-copyright {
            font-size: 12px;
            line-height: 14px;
            color: #898989;
        }
            .footer-copyright a {
                color: #898989;    
            }
                .footer-copyright a:hover {
                    color: #bda068;
                }
            .footer-copyright span {
                color: #bda068;
            }
            .footer-copyright span.footer-icons {
                display: block;
                font-size: 22px;
                margin-top: 28px;
            }

    .footer-email a, .git-field input[type="submit"], .footernav li a, .footer-copyright a {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

/** IHF fixes **/
#ihf-main-container #ihf-main-search-form label.field-label,
#ihf-main-container #ihf-main-search-form #ihf-status-fields label.radio-inline {
    color: #999;
}
 
/*******************************************************
 *
 * 2. IP Styles
 *
 *******************************************************/

/* Adjust minimum height of page area */ 
#content-sidebar, #content-full{ min-height: 500px; margin-top: 0px;}

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

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

/* 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 post/page main headings (h1) */
#content .entry-title,
#content .archive-title  { 
    font: 32px/1 'Lora', serif;
    letter-spacing: .05em;
    color: #fff;
    margin: 50px 0 0;
    text-transform: uppercase;
}

#content .entry-title:after, 
#content .archive-title:after {
    content: '';
    position: relative;
    display: block;
    width: 216px;
    height: 2px;
    margin: 13px 0px 36px;
    left: 0;
    background-image: -ms-linear-gradient(left, #BDA068 0%, #523F27 100%);
    background-image: -moz-linear-gradient(left, #BDA068 0%, #523F27 100%);
    background-image: -o-linear-gradient(left, #BDA068 0%, #523F27 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #BDA068), color-stop(1, #523F27));
    background-image: -webkit-linear-gradient(left, #BDA068 0%, #523F27 100%);
    background-image: linear-gradient(to right, #BDA068 0%, #523F27 100%);
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 
    font: 24px/1 'Lora', serif;
    letter-spacing: .05em;
    color: #fff;
}

#content .entry, #content .entry p {
    font-size: 13px;
    line-height: 25px;
    color: #cdcdcd;
    letter-spacing: .02em;
}

#content .entry p {
    margin: 1.9em 0;
}

#inner-page-wrapper {
    padding-top: 53px;
    padding-bottom: 89px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
    #inner-page-wrapper:before, #inner-page-wrapper:after {
        content: '';
        position: absolute;
        width: 34%;
        height: 500%;
        top: 0;
        left: 20.8%;
        background: #080808;
        transform: rotate(-37.8deg);
        transform-origin: top left;
        z-index: -1;
    }

    #inner-page-wrapper:after {
        top: 50.5%;
        left: -30%;
    }

.ip-banner {
    display: block;
    width: 100%;
    height: 301px;
    background: url(images/ip-banner.jpg) top center/cover no-repeat;
}

/*breadcrumbs*/
#content p#breadcrumbs {
    margin: 0;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .02em;
    color: #cdcdcd;
}
    #content p#breadcrumbs a {
        color: #bda068;
    }

.sb-qs {
    padding-top: 115px;
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 62px;
}
    .sb-qs.qs-wrapper h2 {
        display: block;
        width: 100%;
        left: -103px;
    }
    .sb-qs .qs-form {
        display: block;
        width: 100%;
        padding: 32px 0 0;
    }
    .sb-qs .qs-field, .sb-qs .qs-btn {
        padding: 0 4px;
        margin-bottom: 6px;
    }
    .sb-qs .qs-lg, .sb-qs .qs-btn {
        width: 100%;
    }
    .sb-qs .qs-lg.first-child {
        padding-left: 41px;
    }
    .sb-qs .qs-sm {
        width: 50%;
    }


.sb-cta-list {
    margin-top: 66px;
}
    .sb-cta-list .cta {
        max-width: 294px;
        margin: 0 auto 24px;
    }

    .sb-cta-list .cta-back-details {
        font-size: 18px;
        line-height: 18px;
        top: 50%;
        margin-top: 0;
    }
        .sb-cta-list a.btn-b {
            margin: 4px auto 0;
        }
        .sb-cta-list .cta-back .cta-align {
            padding-top: 11px;
        }

        aside .cta-details {
            top: 50%;
            margin-top: 0;
        }

    .sb-cta-list .cta:hover .cta-front, .sb-cta-list .cta.hover .cta-front {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }
    .sb-cta-list .cta:hover .cta-back, .sb-cta-list .cta.hover .cta-back {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    .sb-cta-list .cta-front, .sb-cta-list .cta-back {
        -webkit-transform-style: preserve-3d;
        -webkit-transform: rotateX(0deg);
        -moz-transform-style: preserve-3d;
        -moz-transform: rotateX(0deg);
        -o-transform-style: preserve-3d;
        -o-transform: rotateX(0deg);
        -ms-transform-style: preserve-3d;
        -ms-transform: rotateX(0deg);
        transform-style: preserve-3d;
        transform: rotateX(0deg);
    }
    .sb-cta-list .cta-front {
        -webkit-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
    }
    .sb-cta-list .cta-back {
        -webkit-transform: rotateX(-180deg);
        -moz-transform: rotateX(-180deg);
        -o-transform: rotateX(-180deg);
        -ms-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
    }


.ai-contact-wrap input.wpcf7-submit, .ai-default-cf7wrap input.wpcf7-submit, .error-forms input.wpcf7-submit {
    border: 1px solid #bda068 !important;
}
.ai-contact-wrap span.context-email em.ai-font-envelope, .ai-contact-wrap span.context-mob em.ai-font-phone {
    color: #bda068;
}

.ai-default-cf7wrap input[type=text], .ai-default-cf7wrap input[type=tel], .ai-default-cf7wrap input[type=email], .ai-default-cf7wrap select, .ai-default-cf7wrap textarea, .aidefcf-wrapper .wpcf7-form-control.wpcf7-select {
    background: #1b1b1b;
    border: none;
    color: #636363;
}



/*IP Quick Search*/

.ip-quick-search button.btn.dropdown-toggle.btn-default {
    width: 100%;
    height: 33px;
    background: #1b1b1b;
    text-transform: uppercase;
    border: none;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 11px;
    -o-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ip-quick-search span.filter-option.pull-left {
    font-size: 10px !important;
    letter-spacing: .15em;
    color: #636363 !important;
}


.ip-quick-search .bs-searchbox .form-control{
    color: #000 !important;
}


/*Agent Page*/
.aios_agent h1.entry-title {
    display: none;
}

.aios_agent {
    margin-top: 35px;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

#nav .three-col-menu .sub-menu {
    min-width: 650px;
    text-align: left;
    font-size: 0;
}

#nav .three-col-menu .sub-menu > li {
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    text-align: center;
}

.btn-a-list {
    text-align: center;
}
.btn-a-list.w-mt {
    margin-top: 30px;
}
    .btn-a-list a.btn-a {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        line-height: 1;
        padding: 16px 0;
        margin-bottom: 15px;
    }

a.btn-a.btn-a-big,
.btn-a-list a.btn-a.btn-a-big {
    width: auto;
    height: auto;
    padding: 16px 15px 9px;
    line-height: 1;
}

.wpcr3_respond_2 input[type="text"], .wpcr3_respond_2 textarea {
    /*background: #1b1b1b;*/
    font-size: 12px;
    /*color: #636363;*/
    color: #000;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 6px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 250px!important;
}
.ip-container .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 230px!important;   
}
.ip-container .bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%!important;
}

#ihf-main-container .mc-total-payment-subline {
    color: #666;
}
#ihf-main-container .nav-tabs {
    margin-left: 0;
}
#ihf-main-container .chosen-drop ul.chosen-results {
    padding-left: 0;
    margin-left: 0;
}
#ihf-main-container .ihf-map-info-window-detail {
    color: #111;
}
.ip-container #main-wrapper,
#inner-page-wrapper {
    z-index: initial;
}
#ihf-main-container #ihf-login-form,
#ihf-main-container label,
#ihf-main-container .form-control,
#ihf-main-container .form-control::placeholder,
#ihf-main-container .ihf-modal-form-disclaimer,
#tribe-bar-form label,
#tribe-bar-form .tribe-bar-views-inner label,
#ihf-main-container .fw-bold,
#ihf-main-container #ihfSaveSearch .modal-body,
#ihf-main-container .mc-container .input-group-addon {
    color: #333;
}
#ihf-main-container .modal-header .close {
    margin-top: -21px;
    color: #fff;
    opacity: 1;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
    color: #444;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-past.tribe-events-othermonth div[id*="tribe-events-"] {
    opacity: .8;
}
#ihf-walkscore-content {
    background: #fff;
    padding-bottom: 10px;
}
#ihf-schools-tab-content {
    background: #fff;
}

#ihf-main-container > div > .row.mt-25 > .col-xs-5 label.field-label,
#ihf-main-container #ihf-refine-map-search-form label {
    color: #fff;
}
#content #ihf-main-container label,
#content #ihf-main-container .help-block{
	color:#fff;
}
#content #ihf-main-container .input-group-addon{
	color:#444;
}
#ihf-main-container .modal-body label,
#ihf-main-container .ihf-modal-form-disclaimer{
	color:#444;
}
.qs-field label,
.git-field label {
    display: block;
}
.ip-quick-search button.btn.dropdown-toggle.btn-default {
    border-radius: 0 !important;
}