/*
Theme Name: Three Lagoons Realty
Theme URI: http://threelagoonscom.rs4.aios-staging.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.6
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
 *
 *******************************************************/


/* Sub Menu */
#nav li,
.aios-split-nav li {
	position:relative;
}
  
#nav .sub-menu,
.aios-split-nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: transparent;
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width:180px;
    left: 50%;
    margin-left: -90px;
    padding-top: 15px;
}
#nav .sub-menu{
    padding-top: 29px;
}
#nav .sub-menu a,
.aios-split-nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
    background: #3d79b7;
    text-align: center;
}
#nav .sub-menu a:hover,
.aios-split-nav .sub-menu a:hover {
    background: #5b94ce;
    color: #fff;
    text-decoration: none;
}
#nav .sub-menu .sub-menu,
.aios-split-nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu,
.aios-split-nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li,
.aios-split-nav .sub-menu li {
    position: relative;
}


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

/* Global */

body{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	background: #FFF;
	color: #000000;
	margin: 0;

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

a,a:hover,a:visited,a:focus{
    outline: 0 !important;
    text-decoration: none !important;
}

.slick-slide{
    outline: 0 !important;
}

.label-hide{
    display: none;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-margin {
    margin: 0;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

div#main-wrapper{
    overflow: hidden;
    position: relative;
}

#nav2{
    display: none !important;
}

/*header*/
header.main-header {
    position: absolute;
    width: 100%;
    z-index: 1001;
    opacity: 0;
    padding-top: 46px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*fixed header*/
.fixed-header {
    position: fixed;
    width: 100%;
    margin-top: -100%;
    z-index: 1001;
    background: #3d79b7;
    padding: 8px 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}

    .fixed-logo-holder a {
        display: block;
        max-width: 86px;
    }

        .fixed-header.show-fixed{
            margin-top: 0;
        }

/*logo*/
.logo-holder a {
    display: block;
    max-width: 185px;
    position: relative;
    margin: -58px auto 0;
}

/*smi*/
.header-smi a {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 33px;
    background: #3d79b7;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 100%;
    padding-top: 7px;
    margin-right: 8px;
}

    .header-smi {
        font-size: 0;
    }

        .header-smi a:hover{
            background: #6ca0d6;
        }

/*contact*/
.header-contacts {
    text-align: right;
}

    .header-contacts span,
    .header-contacts span a,
    .header-contacts span i  {
        font-size: 13.5px;
        color: #3d79b7;
        font-style: normal;
        font-family: 'Roboto', sans-serif;
    }

        .header-contacts em.ai-mobile-phone {
            display: inline-block;
        }

        .header-contacts em.ai-font-envelope-f,
        .header-contacts em.ai-font-phone-alt {
            margin-right: 8px;
            display: inline-block;
            vertical-align: middle;
        }

            .header-contacts span {
                display: inline-block;
                vertical-align: middle;                
            }

                .header-contacts span.divider {
                    width: 1px;
                    height: 15px;
                    background: #3d79b7;
                    opacity: .25;
                    margin: 0 10px;
                }

                    .header-contacts span i{
                        display: inline-block;
                        vertical-align: sub;
                        width: 0;
                        overflow: hidden;
                        line-height: 16px;
                        -webkit-transition: all 0.4s ease-in-out;
                        -moz-transition: all 0.4s ease-in-out;
                        -o-transition: all 0.4s ease-in-out;
                        transition: all 0.4s ease-in-out;
                    }

                        .header-contacts span.info-list.phone-num:hover i{
                            width: 83px;
                            margin-right: 0
                        }

                        .header-contacts span.info-list.phone-num i {
                            margin-right: -8px;
                        }

                            .header-contacts span.info-list.email-text:hover i{
                                width: 140px;
                            }


/*slideshow*/
section.slideshow-area,.slider-holder {
    position: relative;
}

    section.slideshow-area::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 2;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1),rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 0) 36%);
        pointer-events: none;
    }

/*quick search*/
.quick-search-area {
    padding-top: 31px;
    padding-bottom: 27px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #3d79b7;
    font-size: 0;
}

    .quick-search-area::after{
        content: '';
        position: absolute;
        top: -53px;
        left: 0;
        width: 100%;
        height: 53px;
        background: url(images/qs-wave.png) no-repeat;
        background-position: bottom center;
        background-size: cover;
        z-index: 1;
    }

        .qs-holder {
            position: relative;
            z-index: 5;
        }

    .qs-title {
        font-size: 25px;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        font-family: 'Cinzel', serif;
        text-align: left;
        display: inline-block;
        vertical-align: top;
        width: 19%;
    }

        .qs-title span{
            font-weight: 700;
        }
         
        .qs-form{
            font-size: 0;
            padding-top: 0;
            display: inline-block;
            vertical-align: top;
            width: 81%;
        }

            .qs-form select,.qs-form input {
                border-radius: 0;
                color: rgba(255,255,255,.5);
                font-size: 12px;
                font-weight: 300;
                font-family: 'Roboto', sans-serif;
                -webkit-appearance: none;
                -moz-appearance: none;
                background: transparent url(images/qs-arrow.png) no-repeat scroll right 14px center;
                width: 100%;
                height: 37px;
                padding: 0 15px;
                border: solid 1px rgba(255,255,255,.75);
                /*text-transform: uppercase;*/
            }

                .qs-form input{
                    background: transparent;
                }

                    .qs-form select::-ms-expand{
                        display: none;
                    }

                        .qs-form select option {
                            color: #142A5C;
                        }

                        .qs-form .qs-field {
                            display: inline-block;
                            vertical-align: top;
                            margin-right: 4px;
                            margin-bottom: 5px;
                        }

                            .btn-form.qs-field.qsbtn1 input {
                                border-radius: 0;
                                width: 100%;
                                height: 37px;
                                background: #fff;
                                color: #142a5c;
                                font-weight: 700;
                                font-size: 12px;
                                font-family: 'Roboto', sans-serif;
                                text-transform: uppercase;
                                border: 0;
                                -webkit-transition: all 0.4s ease-in-out;
                                -moz-transition: all 0.4s ease-in-out;
                                -o-transition: all 0.4s ease-in-out;
                                transition: all 0.4s ease-in-out;
                            }

                                .btn-form.qs-field.qsbtn2 a {
                                    color: #fff;
                                    font-weight: 400;
                                    font-size: 12px;
                                    font-family: 'Roboto', sans-serif;
                                    text-transform: uppercase;
                                    height: 37px;
                                    line-height: 40px;
                                    padding: 0;
                                    background: transparent;
                                    display: block;
                                    text-align: center;
                                }

                                    .btn-form.qs-field.qsbtn2 a:hover{
                                        color: #142a5c;
                                    }

                                        .btn-form.qs-field.qsbtn1 {
                                            width: 10%;
                                            margin-right: 4px;
                                        }

                                            .btn-form.qs-field.qsbtn2 {
                                                margin-right: 0;
                                                padding-top: 0;
                                                width: 10%;
                                            }

                                        .long-form.qs-field {
                                            width: 22%;
                                        }

                                    .short-form {
                                        width: 13.55%;
                                    }

                                .btn-form.qs-field.qsbtn1 input:hover{
                                    background: #142a5c;
                                    color: #fff;
                                }

/*Additional CSS for dynamic Quick Search */
.hp-quick-search button.btn.dropdown-toggle.btn-default {
    border-radius: 0;
    color: rgba(255,255,255,.5);
    font-size: 12px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent no-repeat scroll right 14px center;
    width: 100%;
    height: 37px;
    padding: 0 15px;
    border: solid 1px rgba(255,255,255,.75);
}


.hp-quick-search .bs-searchbox .form-control {
    color: #000000;
}



/*nav*/
ul.aios-split-nav{
    font-size: 0;
    padding-top: 18px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    ul.aios-split-nav > li,
    nav.fixed-nav ul#nav > li {
        display: inline-block;
        vertical-align: top;
        margin: 0 10px;
    }

        nav.fixed-nav ul#nav > li{
             margin: 0 16px;
        }

        ul.aios-split-nav > li::after {
            content: '';
            position: absolute;
            top: 7px;
            right: -31px;
            width: 1px;
            height: 13px;
            background: #3d79b7;
            opacity: .25;
        }

            ul.aios-split-nav > li > a,
            nav.fixed-nav ul#nav > li > a {
                font-size: 12px;
                font-weight: 300;
                color: #142a5c;
                position: relative;
                display: block;
                padding: 5px 0;
                text-transform: uppercase;
                letter-spacing: .5px;
                font-family: 'Roboto', sans-serif;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

            ul.aios-split-nav.nav-left > li::after{
                right: -10px;
            }

                nav.fixed-nav ul#nav > li > a{
                    color: #fff;
                }

                ul.aios-split-nav.nav-right {
                    text-align: right;
                }

                    ul.aios-split-nav > li:first-child {
                        margin-left: 0;
                    }

                        ul.aios-split-nav.nav-right > li:last-child,
                        nav.fixed-nav ul#nav > li:last-child {
                            margin-right: 0;
                        }

                            ul.aios-split-nav.nav-right > li {
                                margin: 0 30px;
                            }

                                ul.aios-split-nav > li > a::after{
                                    content: '';
                                    position: absolute;
                                    bottom: -16px;
                                    left: 50%;
                                    width: 0%;
                                    height: 4px;
                                    background: #fff;
                                    -webkit-transition: all 0.4s ease-in-out;
                                    -moz-transition: all 0.4s ease-in-out;
                                    -o-transition: all 0.4s ease-in-out;
                                    transition: all 0.4s ease-in-out;
                                }

                                    ul.aios-split-nav > li:hover > a::after{
                                        width: 100%;
                                        left: 0;
                                    }

                                        #nav .sub-menu a,
                                        .aios-split-nav .sub-menu a,
                                        nav.fixed-nav ul#nav .sub-menu a {
                                            font-size: 13px;
                                            text-align: center;
                                            text-transform: uppercase;
                                            letter-spacing: 1px;
                                        }

                                    ul.aios-split-nav > li:last-child::after{
                                        display: none;
                                    }

                                ul.aios-split-nav > li > a::before,
                                nav.fixed-nav ul#nav > li > a::before {
                                    top: -2px;
                                    -webkit-transform: translateY(-10px);
                                    -moz-transform: translateY(-10px);
                                    transform: translateY(-10px);
                                }

                            ul.aios-split-nav > li > a::before, ul.aios-split-nav > li > a::after,
                            nav.fixed-nav ul#nav > li > a::before, nav.fixed-nav ul#nav > li > a::after {
                                position: absolute;
                                left: 0;
                                width: 100%;
                                height: 2px;
                                background: #3d79b7;
                                content: '';
                                opacity: 0;
                                -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
                                -moz-transition: opacity 0.3s, -moz-transform 0.3s;
                                transition: opacity 0.3s, transform 0.3s;
                                -webkit-transform: translateY(-10px);
                                -moz-transform: translateY(-10px);
                                transform: translateY(-10px);
                            }

                            nav.fixed-nav ul#nav > li > a::before, nav.fixed-nav ul#nav > li > a::after{
                                background: #fff;
                            }

                        ul.aios-split-nav > li > a::after,
                        nav.fixed-nav ul#nav > li > a::after {
                            bottom: -2px;
                            -webkit-transform: translateY(10px);
                            -moz-transform: translateY(10px);
                            transform: translateY(10px);
                        }

                    ul.aios-split-nav > li:hover > a:before, 
                    ul.aios-split-nav > li:focus > a::before, 
                    ul.aios-split-nav > li:hover > a::after, 
                    ul.aios-split-nav > li:focus > a::after,
                    nav.fixed-nav ul#nav > li:hover > a:before, 
                    nav.fixed-nav ul#nav > li:focus > a::before, 
                    nav.fixed-nav ul#nav > li:hover > a::after, 
                    nav.fixed-nav ul#nav > li:focus > a::after {
                        opacity: 1;
                        -webkit-transform: translateY(0px);
                        -moz-transform: translateY(0px);
                        transform: translateY(0px);
                    }

                nav.fixed-nav {
                    text-align: right;
                    padding-top: 20px;
                }

/*title overlay*/
.title-overlay {
    position: absolute;
    top: 134px;
    left: -18px;
}

    .title-overlay span {
        font-size: 15px;
        color: #333333;
        text-transform: uppercase;
        font-family: 'Cinzel', serif;
        position: relative;
        padding: 20px 0;
        writing-mode: vertical-lr;
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

        .title-overlay span::after {
            content: '';
            position: absolute;
            right: calc(50% - 0.5px);
            top: -60px;
            display: block;
            margin: auto;
            width: 1px;
            height: 60px;
            background: #3d79b7;
        }

/*welcome*/
section.welcome-area {
    padding-top: 74px;
    text-align: center;
    background: url(images/wc-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 68px;
}

    .wc-content{
        position: relative;
    }

        .wc-content h1 {
            font-size: 40px;
            text-align: center;
            text-transform: uppercase;
            font-weight: 400;
            font-family: 'Cinzel', serif;
            color: #142a5c;
            line-height: 1.03;
            letter-spacing: 4px;
            position: relative;
            padding-bottom: 35px;
            margin-bottom: 34px;
        }

            .wc-content h1::after{
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                width: 50px;
                height: 1px;
                background: #233866;
            }

                .wc-text p {
                    font-size: 15px;
                    color: #333333;
                    font-weight: 300;
                    font-family: 'Roboto', sans-serif;
                    line-height: 1.7;
                    padding-bottom: 30px;
                    text-align: left;
                }

                    .wc-text {
                        display: inline-block;
                        vertical-align: top;
                        width: 42.5%;
                        margin: 0 15px;
                    }

/*featured communities*/
section.featured-communities-area {
    padding-top: 74px;
    padding-bottom: 56px;
}

    section.featured-communities-area .title-overlay {
        top: 90px;
    }

    .fc-content {
        position: relative;
    }

    .fc-title {
        font-size: 40px;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Cinzel', serif;
        color: #142a5c;
        line-height: 1.03;
        letter-spacing: .5px;
        position: relative;
        padding-bottom: 31px;
        margin-bottom: 34px;
    }

        .fc-title::after{
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 50px;
            height: 1px;
            background: #233866;
        }

            .fc-list a {
                display: block;
                position: relative;
            }

                .fc-img {
                    position: relative;
                    height: 100%;
                    background-position: center;
                    background-size: cover;
                    z-index: 2;
                }

                    .fc-img canvas {
                        display: block;
                        width: 100%;
                        background: #000;
                        opacity: .5;
                        -webkit-transition: all 0.4s ease-in-out;
                        -moz-transition: all 0.4s ease-in-out;
                        -o-transition: all 0.4s ease-in-out;
                        transition: all 0.4s ease-in-out;
                    }

                        .fc-list a:hover canvas{
                            background: #3d79b7;
                            opacity: .9;
                        }

                            .fc-detail {
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                            }

                                .fc-label {
                                    position: relative;
                                    height: 100%;
                                    text-align: center;
                                }

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

                        .fc-label span {
                            display: inline-block;
                            vertical-align: middle;
                            position: relative;
                            font-size: 20px;
                            font-weight: 400;
                            font-family: 'Cinzel', serif;
                            text-transform: uppercase;
                            color: #fff;
                            padding: 6px 0;
                            line-height: 1.3;
                        }

                            .fc-label span::before {
                                top: -2px;
                                -webkit-transform: translateY(-10px);
                                -moz-transform: translateY(-10px);
                                transform: translateY(-10px);
                            }

                            .fc-label span::before, .fc-label span::after {
                                position: absolute;
                                left: 0;
                                width: 100%;
                                height: 3px;
                                background: #fff;
                                content: '';
                                opacity: 0;
                                -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
                                -moz-transition: opacity 0.3s, -moz-transform 0.3s;
                                transition: opacity 0.3s, transform 0.3s;
                                -webkit-transform: translateY(-10px);
                                -moz-transform: translateY(-10px);
                                transform: translateY(-10px);
                            }

                        .fc-label span::after {
                            bottom: -2px;
                            -webkit-transform: translateY(10px);
                            -moz-transform: translateY(10px);
                            transform: translateY(10px);
                        }

                    .fc-list a:hover .fc-label span:before, 
                    .fc-list a:focus .fc-label span::before, 
                    .fc-list a:hover .fc-label span::after, 
                    .fc-list a:focus .fc-label span::after {
                        opacity: 1;
                        -webkit-transform: translateY(0px);
                        -moz-transform: translateY(0px);
                        transform: translateY(0px);
                    }

                .fc-list-holder {
                    font-size: 0;
                    text-align: center;
                }

            .fc-list {
                display: inline-block;
                vertical-align: top;
                width: 31.141%;
                margin: 0 0 35px;
                padding: 0 12.5px;
            }

        .fc-list a::after{
            content: '';
            position: absolute;
            bottom: -22px;
            left: 0;
            width: 100%;
            height: 43px;
            background: url(images/fc-shadow.png) no-repeat;
            background-size: 100% 100%;
            background-position: center;
            pointer-events: none;
        }

/*featured videos*/
section.featured-videos-area {
    padding-top: 77px;
    background: url(images/fv-bg.jpg) no-repeat;
    background-size: 100% auto;
    background-position: top center;
}

    .fv-title {
        font-size: 40px;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Cinzel', serif;
        color: #fff;
        line-height: 1.03;
        letter-spacing: .5px;
        position: relative;
        padding-bottom: 31px;
        margin-bottom: 29px;
    }

        .fv-title::after{
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 50px;
            height: 1px;
            background: #fff;
        }

            .fv-list {
                display: block;
                /*width: 30.25%;*/
                padding: 12px;
                margin: 0 auto 26px;
            }

                .fv-list a{
                    display: block;
                    position: relative;
                    background: #000;
                }

                    .fv-list a canvas{
                        display: block;
                        width: 100%;
                    }

                        .fv-img {
                            position: relative;
                            background-size: cover;
                            background-position: center;
                            opacity: .5;
                            -webkit-transition: all 0.4s ease-in-out;
                            -moz-transition: all 0.4s ease-in-out;
                            -o-transition: all 0.4s ease-in-out;
                            transition: all 0.4s ease-in-out;
                        }

                            .fv-list a:hover .fv-img{
                                opacity: .7;
                            }

                                .fv-border {
                                    position: absolute;
                                    top: 0;
                                    left: 0;
                                    width: 100%;
                                    height: 100%;
                                    padding: 15px;
                                }

                            .fv-border span {
                                position: relative;
                                width: 100%;
                                height: 100%;
                                display: block;
                                border: solid 2px rgba(251, 251, 251, 0.5);
                                z-index: 1;
                            }

                        .fv-list a::after{
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            width: 84px;
                            height: 84px;
                            background: url(images/vid-icon.png) no-repeat;
                            background-position: center;
                            background-size: contain;
                            margin: auto;
                            opacity: .5;
                            -webkit-transition: all 0.4s ease-in-out;
                            -moz-transition: all 0.4s ease-in-out;
                            -o-transition: all 0.4s ease-in-out;
                            transition: all 0.4s ease-in-out;
                        }

                    .fv-list a:hover::after{
                        opacity: 1;
                    }

                .fv-list a::before{
                    content: '';
                    position: absolute;
                    bottom: -30px;
                    left: 0;
                    width: 100%;
                    height: 61px;
                    background: url(images/fv-shadow.png) no-repeat;
                    background-size: 100% 100%;
                    background-position: center;
                    pointer-events: none;
                }

            .fv-list-holder {
                max-width: 1442px;
                margin: 0 auto;
            }

        .fv-dots {
            text-align: center;
            padding-top: 27px;
        }

            .fv-dots ul.slick-dots li span {
                width: 10px;
                height: 10px;
                background: #142a5c;
                display: block;
                border-radius: 100%;
                position: relative;
                cursor: pointer;
            }

                .fv-dots ul.slick-dots li {
                    display: inline-block;
                    vertical-align: middle;
                    margin: 0 15px;
                }

                    ul.slick-dots li span::after{
                        content: '';
                        position: absolute;
                        top: -14px;
                        left: -14px;
                        width: 38px;
                        height: 38px;
                        border: solid 1px #142a5c;
                        opacity: 0;
                        border-radius: 100%;
                        pointer-events: none;
                    }

                        ul.slick-dots li.slick-active span::after{
                            opacity: 1;
                        }

/*testimonials*/
section.testimonials-area {
    padding-top: 90px;
}

    .testi-title {
        font-size: 40px;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Cinzel', serif;
        color: #142a5c;
        line-height: 1.03;
        letter-spacing: .5px;
        position: relative;
        padding-bottom: 31px;
        margin-bottom: 29px;
    }

        .testi-title::after{
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 50px;
            height: 1px;
            background: #142a5c;
        }

            .testi-holder {
                max-width: 1080px;
                margin: 0 auto;
                border: solid 1px #083cb2;
                padding: 75px 0 96px;
                position: relative;
            }

                .testi-text {
                    font-size: 15px;
                    font-weight: 300;
                    color: #333333;
                    text-align: center;
                    font-family: 'Roboto', sans-serif;
                    line-height: 1.7;
                }

                    .testi-author a {
                        font-size: 15px;
                        color: #142a5c;
                        text-transform: uppercase;
                        display: inline-block;
                        font-family: 'Cinzel', serif;
                    }

                        .testi-author{
                            text-align: center;
                            padding-top: 31px;
                        }

                            .testi-author a:hover{
                                color: #6889d4;
                            }

                        .testi-arrows {
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            margin: auto;
                            height: 52px;
                            pointer-events: none;
                            width: 100%;
                        }

                    .testi-arrows span {
                        display: inline-block;
                        vertical-align: top;
                        pointer-events: auto;
                        cursor: pointer;
                        position: relative;
                    }


                span.testi-custom-next {
                    float: right;
                    right: -93px;
                }

            span.testi-custom-prev {
                left: -93px;
            }

        .testi-list {
            max-width: 960px;
            margin: 0 auto;
            padding: 0 15px;
        }

/*cta*/
section.cta-area {
    padding-top: 171px;
}

    .cta-list a {
        display: block;
        position: relative;
    }

        .cta-img {
            position: relative;
            height: 100%;
            z-index: 2;
            background: #142a5c;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .cta-img canvas {
                display: block;
                width: 100%;
                opacity: .15;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
                background-position: center;
                background-size: cover;
                -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
                filter: grayscale(100%);
            }

                .cta-list a:hover .cta-img{
                    background: #3d79b7;
                }

                    .cta-list a:hover .cta-img canvas{
                        opacity: .1;
                    }

                    .cta-detail {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                    }

                        .cta-label {
                            position: relative;
                            height: 100%;
                            text-align: center;
                        }

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

                .cta-label span {
                    display: inline-block;
                    vertical-align: middle;
                    position: relative;
                    font-size: 15px;
                    font-weight: 400;
                    font-family: 'Cinzel', serif;
                    text-transform: uppercase;
                    color: #fff;
                    padding: 6px 0;
                    line-height: 1.3;
                }

                    .cta-label span em{
                        font-size: 33px;
                        display: block;
                        font-style: normal;
                    }

                    .cta-label span::before {
                        top: -11px;
                        -webkit-transform: translateY(-10px);
                        -moz-transform: translateY(-10px);
                        transform: translateY(-10px);
                    }

                    .cta-label span::before, .cta-label span::after {
                        position: absolute;
                        left: 0;
                        width: 100%;
                        height: 4px;
                        background: #fff;
                        content: '';
                        opacity: 0;
                        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
                        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
                        transition: opacity 0.3s, transform 0.3s;
                        -webkit-transform: translateY(-10px);
                        -moz-transform: translateY(-10px);
                        transform: translateY(-10px);
                    }

                .cta-label span::after {
                    bottom: -11px;
                    -webkit-transform: translateY(10px);
                    -moz-transform: translateY(10px);
                    transform: translateY(10px);
                }

            .cta-list a:hover .cta-label span:before, 
            .cta-list a:focus .cta-label span::before, 
            .cta-list a:hover .cta-label span::after, 
            .cta-list a:focus .cta-label span::after {
                opacity: 1;
                -webkit-transform: translateY(0px);
                -moz-transform: translateY(0px);
                transform: translateY(0px);
            }

                .cta-list-holder {
                    font-size: 0;
                    text-align: center;
                    max-width: 1440px;
                    margin: 0 auto;
                }

                    .cta-list {
                        display: inline-block;
                        vertical-align: top;
                        width: 25%;
                        margin: 0 0 30px;
                        padding: 0 12px;
                    }

                        .cta-list a::after{
                            content: '';
                            position: absolute;
                            bottom: -32px;
                            left: 0;
                            width: 100%;
                            height: 43px;
                            background: url(images/cta-shadow.png) no-repeat;
                            background-size: 100% 100%;
                            background-position: center;
                            pointer-events: none;
                            opacity: .5;
                            -webkit-transition: all 0.4s ease-in-out;
                            -moz-transition: all 0.4s ease-in-out;
                            -o-transition: all 0.4s ease-in-out;
                            transition: all 0.4s ease-in-out;
                        }

                            .cta-list a:hover::after{
                                opacity: .8;
                            }

/*got question*/
section.got-question-area{
    background: url(images/gt-section-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 118px;
    padding-bottom: 81px;
}

    .gt-title {
        text-align: center;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 300;
        position: relative;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 32px;
        line-height: 1.45;
        letter-spacing: 1px;
    }

        .gt-title span{
            font-size: 40px;
            font-family: 'Cinzel', serif;
            font-weight: 400;
            display: block;
            letter-spacing: .5px;
        }

        .gt-form input,
        .gt-form textarea{
            font-size: 11px;
            width: 100%;
            font-weight: 300;
            text-transform: uppercase;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: transparent;
            height: 49px;
            border: 0;
            border-bottom: solid 1px rgba(255,255,255,.75);
            border-radius: 0;
            color: #fff;
            font-family: 'Roboto', sans-serif;
            padding: 0 0;
            letter-spacing: 1.5px; 
            resize: none;
        }

            .gt-fields {
                margin-bottom: 20px;
                display: inline-block;
                vertical-align: top;
                width: calc(100% / 2);
                padding: 0 5px;
            }

                .gt-form textarea {
                    padding-top: 8px;
                    height: 82px;
                }

                    .gt-fields.gt-btn input {
                        background: #ff0000;
                        border-bottom: 0;
                        font-family: 'Roboto', sans-serif;
                        font-size: 12px;
                        text-transform: uppercase;
                        font-weight: 600;
                        height: 52px;
                    }

                        .gt-form div.wpcf7-response-output {
                            text-align: center;
                            color: #fff;
                            font-size: 12px;
                            width: calc(100% - 10px);
                            margin: 0 auto;
                            position: absolute;
                            left: 0;
                            right: 0;
                        }

                            .gt-form .ajax-loader {
                                margin-left: 0 !important;
                            }

                                .gt-btn input.wpcf7-submit:hover {
                                    background: #b39442;
                                }

                                    .gt-fields.gt-textarea {
                                        position: relative;
                                        height: 82px;
                                        width: 100%;
                                    }

                                        .gt-fields.gt-textarea input.wpcf7-submit {
                                            width: 32px;
                                            height: 31px;
                                            background: url(images/gt-btn-icon.png) no-repeat;
                                            background-size: contain;
                                            background-position: center;
                                            font-size: 0;
                                            border: 0;
                                            padding: 0;
                                            position: absolute;
                                            bottom: 17px;
                                            right: 7px;
                                        }

                                        .gt-fields.gt-textarea input.wpcf7-submit:hover{
                                            opacity: .8;
                                        }

                                .gt-form span.wpcf7-not-valid-tip {
                                    font-size: 11px;
                                }

                            .gt-form span.wpcf7-form-control-wrap {
                                display: block;
                            }

                        .gt-form {
                            font-size: 0;
                            position: relative;
                            max-width: 615px;
                            margin: 0 auto;
                        }

                    .gt-form-holder {
                        position: relative;
                        max-width: 750px;
                        margin: 0 auto;
                        background: url(images/gt-bg.jpg) no-repeat;
                        background-size: cover;
                        background-position: center;
                        padding: 72px 30px 83px;
                    }

                section.got-question-area .title-overlay {
                    position: absolute;
                    top: -18px;
                    left: 0;
                }

/*footer*/

.footernav {
    display: block;
    margin: 35px 0 10px;    
}

    .footernav li {
        display: inline-block;
        text-transform: uppercase;
    }

        .footernav li a {
            padding: 0 8px;
            display: block;
        }

            .footernav li:first-child a {
                padding-left: 0;
            }

footer.main-footer {
    background: #dddddd;
    padding-top: 101px;
    padding-bottom: 95px;
}

    .footer-agent-img {
        max-width: 157px;
        border: solid 2px #3d79b7;
        display: inline-block;
        vertical-align: top;
    }

        .footer-details {
            display: inline-block;
            vertical-align: top;
            padding-left: 39px;
        }

            .footer-agent-name {
                font-size: 20px;
                color: #142a5c;
                font-weight: 600;
                text-transform: uppercase;
                letter-spacing: 3px;
                font-family: 'Cinzel', serif;
                padding-bottom: 4px;
            }

                .footer-address {
                    font-size: 13px;
                    color: #666666;
                    font-family: 'Roboto', sans-serif;
                    line-height: 1.45;
                }

                    .footer-contacts span,
                    .footer-contacts span a {
                        font-size: 13.5px;
                        color: #666666;
                        font-family: 'Roboto', sans-serif;
                    }

                        .footer-contacts span{
                            display: block;
                            margin-bottom: 5px;
                        }

                    .footer-contacts em.ai-font-envelope-f {
                        font-size: 12px;
                        color: #142a5c;
                        margin-right: 5px;
                    }

                .footer-contacts em.ai-font-phone-alt{
                    color: #142a5c;
                    margin-right: 9px;
                }

            .footer-contacts {
                margin-top: 24px;
            }

                .footer-contacts span a:hover{
                    color: #142a5c;
                }

.footer-logo img {
    margin: 0 auto;
}

.footer-smi{
    text-align: right;
}

    .footer-smi a {
        display: inline-block;
        vertical-align: top;
        width: 33px;
        height: 33px;
        background: #3d79b7;
        color: #fff;
        font-size: 16px;
        text-align: center;
        border-radius: 100%;
        margin-left: 8px;
        text-align: center;
    }

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

        .footer-smi a em{
            display: inline-block;
            vertical-align: middle;
        }

        .footer-smi {
            font-size: 0;
        }

            .footer-smi a:hover{
                background: #6ca0d6;
            }

.newsletter-holder h2 {
    font-size: 20px;
    color: #142a5c;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
    margin-bottom: 13px;
}
    
    .newsletter-form input{
        font-size: 12px;
        width: 100%;
        font-weight: 300;
        text-transform: uppercase;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: transparent;
        height: 37px;
        border: solid 1px #333333;
        border-radius: 0;
        color: #999999;
        font-family: 'Roboto', sans-serif;
        padding: 0 15px;
        letter-spacing: 1.5px; 
        text-transform: uppercase;
        border-right: 0;
    }

        .nl-btn input {
            background: #3d79b7;
            border: 0;
            color: #fff;
            font-family: 'Roboto', sans-serif;
        }

            .nl-btn input:hover {
                background: #2a639e;
            }

            .newsletter-form {
                font-size: 0;
                margin-bottom: 8px;
            }

                .nl-fields {
                    display: inline-block;
                    vertical-align: top;
                    width: 74%;
                }


                    .newsletter-holder {
                        max-width: 320px;
                        margin: 9px 0 0 auto;
                    }

                        .nl-btn{
                            display: inline-block;
                            vertical-align: top;
                            width: 26%;
                        }

                    .newsletter-holder span.wpcf7-not-valid-tip {
                        font-size: 10px;
                    }

                .newsletter-holder span.wpcf7-form-control-wrap {
                    display: block;
                }

                .newsletter-holder div.wpcf7-response-output {
                    margin: 0;
                    font-size: 11px;
                    text-align: center;
                }

            .footer-smi a:first-child {
                margin-left: 0;
            }

        .footer-info {
            padding-top: 13px;
        }

    .footer-border {
        border-bottom: solid 1px #000;
        opacity: .1;
        margin-top: 54px;
    }

        .footer-copyright,
        .footer-copyright a {
            font-size: 12px;
            color: #666666;
            font-family: 'Roboto', sans-serif;
        }

            .footer-copyright a:hover{
                color: #142a5c !important;
            }

                .mls {
                    text-align: right;
                    font-size: 19px;
                    color: #71737c;
                    margin-top: 30px;
                }            

/** IP Fixes **/
.ip-vid-wrap iframe {
    width: 100%;
}          

 
/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/

.ip-banner {
    background: url(images/slider1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.ip-banner canvas{
    width: 100%;
    display: block;
}

.ip-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1),rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 80%);
    pointer-events: none;
}

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

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

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

.sidebar .footer-agent-img {
    display: block;
    margin: 0 auto;
}

.sidebar .footer-details {
    display: block;
    text-align: center;
    padding: 15px 0;
}

.sidebar .footer-smi {
    text-align: center;
}

.sidebar .footer-smi a {
    width: 30px;
    height: 30px;
    padding-top: 5px;
    margin: 0 2px 4px;
    font-size: 14px;
}

.sidebar .footer-smi a:first-child {
    margin-left: 0;
}

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

.sidebar .gt-form-holder {
    padding: 30px 10px 67px;
    margin-top: 30px;
}

.sidebar .gt-fields {
    width: 100%;
}

.sidebar .gt-title span {
    font-size: 25px;
}

.gt-title {
    font-size: 12px;
}



/* 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 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #142a5c;
    line-height: 1.03;
    letter-spacing: 4px;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #142a5c;
    line-height: 1.03;
    letter-spacing: 4px;
}

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

}

#content .entry {
    font-size: 15px;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
    padding-bottom: 30px;
}

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

.fv-label {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.qs-form .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 230px !important;
}

.ip-vid-wrap .fluid-width-video-wrapper {
    margin-bottom: 30px;
}

.page-id-0  #content #ihf-main-container ul,
.page-id-57 #content #ihf-main-container ul{
    margin-left: 0 !important;
    padding: 0 !important;
}

.ihf-grid-result-address {
    display: block !important;
}

.page-id-49 #content a:hover {
    color: #3d79b7;
}
	 
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

