/*
Theme Name: nemoves.com
Theme URI: http://nemovescom.rs4.aios-staging.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.1
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
 *
 *******************************************************/
/* Header */
header.header {
    position: fixed;
    z-index: 1001;
    width: 100%;
    padding: 35px 0;
    font-size: 0;
}

    header.header.fixed {
        background: #ffffff;
        padding: 6px 0;
        box-shadow: 1px 1px 30px rgba(0, 0, 0, .1);
    }

header.header .h-left,
header.header .h-right {
    display: inline-block;
    vertical-align: middle;
}

#ihf-main-container .pull-right {
    z-index: 9999999 !important;
}

header.header .h-left{width: 31%;}
header.header .h-right{width: 69%;}

header.header .h-right{}

    .header .info-wrap,
    .header .nav-wrap {
        display: block;
        text-align: right;
    }

    .header .info-wrap{
        margin-bottom: 14px;
        max-height: 50px;
    }

        .header.fixed .info-wrap{
            max-height: 0;
            margin-bottom: 0;
        }

    .header .info-wrap .cinfo-wrap,
    .header .info-wrap .smi-wrap {
        display: inline-block;
        vertical-align: middle;
    }

    .header .info-wrap .cinfo-wrap{
        position: relative;
        padding-right: 15px;
        margin-right: 15px;
    }

        .header .info-wrap .cinfo-wrap:after {
            content: '';
            height: 15px;
            width: 1px;
            background: #fff;
            position: absolute;
            opacity: .50;
            top: -1px;
            right: 0;
        }

        .header .cinfo-wrap .cinfo{
            font-family: 'Muli', sans-serif;
            line-height: 1;
            letter-spacing: .050em;
            font-weight: 400;
        }

        .header .cinfo-wrap .cinfo li{
            display: inline-block;
            vertical-align: middle;
            margin-right: 25px;
        }

            .header .cinfo-wrap .cinfo li:last-child{
                margin-right: 0;
            }

        .header .cinfo-wrap .cinfo span[class^="ai-font"]{
            font-size: 14px;
            color: #fff;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }

        .header .cinfo-wrap .cinfo span[class^="ai-font-envelope"]{
            font-size: 12px;
        }

        .header .cinfo-wrap .cinfo em,
        .header .cinfo-wrap .cinfo a{
            display: inline-block;
            vertical-align: middle;
            font-size: 13px;
            color: #fff;
        }

         .header .cinfo-wrap .cinfo a:hover{
            color: #146aca;
         }

    .header .info-wrap .smi-wrap{}

        .header .smi-wrap .smi-links{
            line-height: 1;
            letter-spacing: 0;
        }

        .header .smi-wrap .smi-links li{
            display: inline-block;
            vertical-align: middle;
            padding: 0 6px;
        }

            .header .smi-wrap .smi-links li:first-child{padding-left: 0;}
            .header .smi-wrap .smi-links li:last-child{padding-right: 0;}

        .header .smi-wrap .smi-links a{
            display: block;
            font-size: 15px;
            color: #fff;
        }

            .header .smi-links a:hover {
                color: #6b6b6b;
            }

    header .nav-wrap{}

        .header .nav-wrap ul#nav {
            line-height: 1;
            letter-spacing: 0;
            font-family: 'Muli', sans-serif;
			font-size: 0;
        }

        .header .nav-wrap ul#nav > li{
            display: inline-block;
            vertical-align: middle;
            /* padding: 0 10px; */
            margin: 0 10px;
        }

            .header .nav-wrap ul#nav > li:first-child{
				/* padding-left: 0; */
				margin-left: 0;
			}
            .header .nav-wrap ul#nav > li:last-child{
				/* padding-right: 0; */
				margin-right: 0;
			}

        .header .nav-wrap ul#nav a{
            font-weight: 600;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .150em;
            line-height: 1;
            font-size: 13px;
            position: relative;
        }
            .header .nav-wrap ul#nav > li > a:hover,
            .header.fixed .nav-wrap ul#nav > li > a:hover{
                color: #146aca;
            }

        .header.fixed .nav-wrap ul#nav > li > a{
            color: #444;
        }

header.header .h-left{}

    .header .h-left .logo-wrap {
        position: relative;
    }

    .header .h-left .logo-wrap a{
        position: relative;
        display: block;
        max-width: 298px;
        width: 100%;
    }

        .header.fixed .h-left .logo-wrap a{
            max-width: 195px;
        }

    .header .h-left .logo-wrap .fixed-logo{
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
    }

        .header.fixed .h-left .logo-wrap .ini-logo{
            opacity: 0;
        }

        .header.fixed .h-left .logo-wrap .fixed-logo{
            opacity: 1;
        }


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

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 200px;
    left: 50%;
    margin-left: -100px;
    padding-top: 20px;
    text-align: center;
}

.fixed #nav .sub-menu {
    padding-top: 37px;
}

#nav > li > .sub-menu li:first-child:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: calc(50% - 8px);
    border-bottom: solid 6px rgb(0, 66, 140);
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
}

header #nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 12px 5px;
    text-align: center;
    font-size: 12px;
    background-color: #00428c;
}
#nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li {
    position: relative;
    display: block;
    margin-bottom: 1px;
}

/* Header Transition */
.header .info-wrap,
.header .nav-wrap ul#nav a,
.header .h-left .logo-wrap a,
.header .h-left .logo-wrap a img,
header.header {
    transition: 600ms ease;
    -webkit-transition: 600ms ease;
    -moz-transition: 600ms ease;
    -o-transition: 600ms ease;
}


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

/* Global */

body{
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	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; */
}

/* Global BUtton */
.g-btn {
    font-family: 'Muli', sans-serif;
    display: block;
    width: 100%;
    max-width: 240px;
    font-size: 12px;
    text-transform: uppercase;
    height: 48px;
    font-weight: 700;
    letter-spacing: .100em;
    text-align: center;
    position: relative;
}

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

    .g-btn span{
        display: inline-block;
        vertical-align: middle;
        position: relative;
        z-index: 10;
    }

.filled-btn{
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0353ad+0,00428d+100 */
    background: rgb(3,83,173); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(3,83,173,1) 0%, rgba(0,66,141,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(3,83,173,1) 0%,rgba(0,66,141,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(3,83,173,1) 0%,rgba(0,66,141,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0353ad', endColorstr='#00428d',GradientType=0 ); /* IE6-9 */
}

.filled-btn:hover{
    color: #fff;
    opacity: .8;
}

.unfilled-btn{
    border: 2px solid #0353ad;
    color: #0353ad;
}
    .unfilled-btn:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: -moz-linear-gradient(top, rgba(3,83,173,1) 0%, rgba(0,66,141,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(3,83,173,1) 0%,rgba(0,66,141,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(3,83,173,1) 0%,rgba(0,66,141,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0353ad', endColorstr='#00428d',GradientType=0 ); /* IE6-9 */
    }

    .unfilled-btn:hover{
        color: #fff;
    }

    .unfilled-btn:hover:after {
        opacity: 1;
    }

.unfilled-btn:after,
.filled-btn, .unfilled-btn{
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}


/* SMI Hovers  */
.smi-links a,
body a.asis-mailto-obfuscated-email{
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
}


/* remove Outline in a*/
a, a:hover, a:link, a:active, a:focus {outline: none;}
button, button:hover, button:link, button:buttonctive, button:focus {outline: none;}


/* Global Title */
.gtitle {
    text-align: center;
    margin-bottom: 40px;
}

    .gtitle > span {
        font-size: 20px;
        color: #7c7c7c;
        display: block;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .030em;
        font-family: 'Muli', sans-serif;
    }

    .gtitle > h2,
    .gtitle > h1 {
        font-size: 45px;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: .050em;
        line-height: 1;
        font-family: 'Prata', serif;
        color: #00428c;
    }

/* HOmepage Styles */

/* Section 1 : HP Slideshow */
section.section1{
    position: relative;
    font-size: 0;
    margin-bottom: 245px;
}

.hp-ss {
    position: relative;
    font-size: 0;
    z-index: 1;
}

    .hp-ss:before{
        content: '';
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .30;
    }

.hp-tagline {
    position: absolute;
    bottom: 50%;
    width: 100%;
    left: 0;
    z-index: 10;
}

    .tagline-wrap {
        text-align: center;
    }

    .tagline-wrap .tagline-item h2 {
        color: #fff;
        font-size: 59px;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: .020em;
        font-family: 'Prata', serif;
    }

.hp-qs {
    position: absolute;
    bottom: 19%;
    z-index: 99;
    width: 100%;
    left: 0;
}


    .qs-wrap {
        font-size: 0;
        position: relative;
        /*overflow: hidden;*/
    }

    .qs-wrap .qs-title {
        position: relative;
        margin-bottom: 15px;
        text-align: center;
        overflow: hidden;
    }

    .qs-wrap .qs-title h2 {
        padding: 0 40px;
        font-size: 27px;
        color: #fff;
        font-family: 'Prata', serif;
        letter-spacing: .085em;
        line-height: 1;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
    }

    .qs-wrap .qs-title h2:before, .qs-wrap .qs-title h2:after {
        width: 1000px;
        height: 1px;
        background: #fff;
        position: absolute;
        display: block;
        content: '';
        top: 50%;
    }

    .qs-wrap .qs-title h2:before {right: 100%;}
    .qs-wrap .qs-title h2:after {left: 100%;}

    .qs-wrap .qs-form {
        font-size: 0;
        position: relative;
        margin: 0 -3px;
    }
	.qs-wrap .qs-form .bootstrap-select.btn-group .dropdown-menu{
		max-height: 285px !important;
	}
	.qs-wrap .qs-form .bootstrap-select.btn-group .dropdown-menu.inner{
		max-height: 235px !important;
	}
    .qs-wrap .qs-col-lg,
    .qs-wrap .qs-col-md,
    .qs-wrap .qs-col-sm,
    .qs-wrap .qs-col-btn {
        display: inline-block;
        vertical-align: middle;
        padding: 0 3px
    }

    .qs-wrap .qs-col-lg{width: 21%}
    .qs-wrap .qs-col-md{width: 13%}
    .qs-wrap .qs-col-sm{width: 10%}
    .qs-wrap .qs-col-btn{width: 26%}

    .qs-wrap .qs-form-control {
        width: 100%;
        height: 38px;
        background: rgba(255, 255, 255, .6);
        font-size: 11px;
        text-transform: uppercase;
        color: #000;
        padding: 0 10px;
        border: 1px solid #fff;
        font-weight: 400;
    }

    .qs-wrap select.qs-form-control {
        -webkit-appearance: none;
        background-image: url(images/dd-icon.png);
        background-position: right 10px center;
        background-repeat: no-repeat;
    }

    .qs-wrap .qs-col-btn > div{
        width: 50%;
        padding: 0 3px;
        display: inline-block;
        vertical-align: middle;
    }

        .qs-wrap .qs-col-btn > div:first-child{padding-left: 0;}
        .qs-wrap .qs-col-btn > div:last-child{padding-right: 0;}

    .qs-wrap .qs-btn {
        width: 100%;
        height: 38px;
        font-size: 11px;
        color: #fff;
        font-weight: 600;
        text-align: center;
        display: block;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: .090em;
        border: none;
    }

    .qs-wrap .qs-btn.qs-src {background-color: #024794}
    .qs-wrap .qs-btn.qs-adv {background-color: #6b6b6b}

    .qs-wrap .qs-btn.qs-src:hover{background-color: #0f5bb1}
    .qs-wrap .qs-btn.qs-adv:hover{background-color: #383838}



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

    .qs-wrap .qs-btn a span{
        display: inline-block;
        vertical-align: middle;
    }

    .hp-quick-search select#cityid {
    display: none;
    }


/* Quicksearch Transition */
.qs-wrap .qs-btn{
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}


.hp-cta {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -150px;
    z-index: 10;
}

    .cta-wrap {
        display: block;
        margin: 0 -50px;
    }

    .cta-wrap .cta-col {
        display: inline-block;
        vertical-align: middle;
        width: 20%;
        padding: 0 6px;
    }

    .cta-wrap a.cta-btn {
        width: 225px;
        height: 225px;
        display: block;
        max-width: 100%;
        margin: 0 auto;
        background: rgba(255, 255, 255, .90);
        border-radius: 100%;
        padding: 15px;
    }

    .cta-wrap a.cta-btn:hover{
        background-color: #024794;
    }

    .cta-wrap a.cta-btn .cta-border {
        position: relative;
        height: 100%;
        width: 100%;
        border-radius: 100%;
        border: 4px solid #00428c;
        background: #fff;
        padding: 2px;
    }

    .cta-wrap a.cta-btn .cta-content {
        position: relative;
        height: 100%;
        width: 100%;
        background: #fff;
        border-radius: 100%;
        text-align: center;
        border: 4px solid #00428c;
        z-index: 1;
        font-size: 0;
    }

        .cta-wrap a.cta-btn .cta-content:after {
            position: absolute;
            content: '';
            z-index: -1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('images/cta-hover.png');
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            filter: grayscale(100%);
            opacity: .15;
            opacity: 0;
        }

        .cta-wrap a.cta-btn:hover .cta-content:after {
            opacity: .15;
        }

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

    .cta-wrap a.cta-btn .cta-inner{
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        z-index: 5;
        position: relative;
        width: 100%;
    }

    .cta-wrap a.cta-btn h2{
        font-size: 26px;
        color: #0c0c0c;
        line-height: 28px;
        letter-spacing: .050em;
        text-transform: uppercase;
        font-family: 'Prata', serif;
    }

    .cta-wrap a.cta-btn span{
        font-size: 14px;
        color: #494949;
        display: block;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-family: 'Muli', sans-serif;
        font-weight: 400;
    }

/* Cta Transition */
.cta-wrap a.cta-btn .cta-content:after,
.cta-wrap a.cta-btn {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

/* section 2 : Exclusive Communities */

section.section2{
    margin-bottom: 100px;
}

.hp-ec{
    font-size: 0;
    display: block;
    overflow: hidden;
}

    .ec-box__1 {
      display: flex;
    }

    .ec-box__1_2 {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .ec-box__2_5 {
      flex-grow: 1;
      height: 34.5%;
    }

    .ec-box__2_6 {
      flex-grow: 1;
      height: 31%;
    }

    .ec-box__2_7 {
      flex-grow: 1;
      height: 34.5%;
    }

    .ec-box__1_3 {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .ec-box__3_8 {
      flex-grow: 1;
      height: 30%;
    }

    .ec-box__3_9 {
      flex-grow: 2;
      height: 40%;
    }

    .ec-box__3_10 {
      flex-grow: 1;
      height: 30%;
    }

    .ec-box__1_4 {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .ec-box__4_11 {
      flex-grow: 2;
      height: 34.5%
    }

    .ec-box__4_12 {
      flex-grow: 1;
      height: 31%;
    }

    .ec-box__4_13 {
      flex-grow: 2;
      height: 34.5%;
    }

.ec-wrap{
    margin: 0 -10px;
    display: block;
}
    .ec-wrap .ec-item {
        width: 100%;
        display: block;
        height: 100%;
        padding: 10px;
		transform: translateZ(0);
		-moz-transform: translateZ(0);
		-webkit-transform: translateZ(0);
    }

    .ec-wrap .ec-item .ec-btn {
        display: block;
        position: relative;
        height: 100%;
        width: 100%;
        overflow: hidden;
		transform: translateZ(0);
		-moz-transform: translateZ(0);
		-webkit-transform: translateZ(0);
    }

    .ec-wrap .ec-btn .ec-img{
        position: relative;
        height: 100%;
        width: 100%;
		transform: translateZ(0);
		-moz-transform: translateZ(0);
		-webkit-transform: translateZ(0);
    }

    .ec-wrap .ec-btn .ec-img canvas{
        width: 100%;
        height: 100%;
		display: block;
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transform: translateZ(0);
    }

        .ec-wrap a:hover .ec-img canvas{
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%) ;
            -o-filter: grayscale(100%)
        }

    .ec-wrap .ec-btn .ec-content {
        position: absolute;
        background: rgba(0, 0, 0, .40);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
    }

        .ec-wrap a:hover .ec-content {
            background-color: rgba(3, 84, 174, 0.80);
        }

    .ec-wrap .ec-btn .ec-content:before {
        content: '';
        /* display: inline-block; */
        display: none;
        vertical-align: middle;
        height: 100%;
        width: 0;
    }

    .ec-wrap .ec-btn .ec-content a{
        display: inline-block;
        vertical-align: middle;
    }

    .ec-wrap .ec-btn .ec-inner {
        display: inline-block;
        vertical-align: middle;
        width: 80%;
        color: #fff;
        font-family: 'Muli', sans-serif;
    }

    .ec-wrap .ec-inner > span{
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .060em;
        line-height: 1;
        margin-bottom: 0;
        display: block;
    }

        .ec-wrap a:hover .ec-inner > span{
            margin-bottom: 25px;
            transition-delay: 200ms;
        }

    .ec-wrap .ec-inner .ec-des{
        display: block;
        /* max-height: 0; */
        display: none;
        position: relative;
        /* overflow: hidden; */
        z-index: 1;
    }

        .ec-wrap a:hover .ec-inner .ec-des{
            /* max-height: 250px; */
        }

    .ec-wrap .ec-inner .ec-des p {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: .060em;
        display: block;
        margin-bottom: 25px;
    }

    .ec-wrap .ec-inner .ec-des .vw-mr {
        max-width: 240px;
        width: 100%;
        border: 2px solid #fff;
        text-align: center;
        height: 50px;
        margin: 0 auto;
    }

    .ec-wrap .ec-des .vw-mr:before {
        content: '';
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle;
    }

    .ec-wrap a.ec-btn .ec-content:after{
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+60,1+99 */
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
        opacity: .40;
        pointer-events: none;
    }

    .ec-wrap .ec-des .vw-mr span{
        font-weight: 700;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: .100em;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
    }


.ec-wrap .ec-btn .ec-content,
.ec-wrap .ec-inner > span{
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -o-transition: all ease .4s;
	transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

/* Section 3 : Executive Properties */
section.section3{
    margin-bottom: 40px;
}

.hp-ep{}

.ep-list {
    display: block;
    width: 100%;
}

    .ep-item{
        width: 100%;
        display: block;
        position: relative;
        padding: 0 15px;
    }

    .ep-item .ep-img{
        position: relative;
        font-size: 0;
        padding-bottom: 70px;
        background-color: #fff;
    }

    .ep-item .ep-img canvas{
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-repeat: no-repeat;
        opacity: .70;
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        transform-origin: right center;
        transform: scale(.9);
    }

        .slick-current + .slick-slide .ep-item .ep-img canvas {
            transform-origin: left center;
        }

        .slick-current .ep-item .ep-img canvas{
            filter: grayscale(0);
            transform: scale(1);
        }

    .ep-item .ep-details {
        width: 100%;
        max-width: 330px;
        background: rgba(38, 38, 38, .97);
        padding: 54px 30px 0;
        position: absolute;
        z-index: 10;
        bottom: 90px;
        left: 100px;
        color: #fff;
        font-family: 'Muli', sans-serif;
        opacity: 0;
    }
        .slick-current .ep-item .ep-details {
            left: 30px;
            opacity: 1;
/*            transition-delay: 400ms;*/
        }

        .ep-item .ep-details .ep-bg-blue {
            height: 100%;
            width: 100%;
            background: #02448e;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            opacity: 0;

            transition: 400ms ease;
            -webkit-transition: 400ms ease;
            -moz-transition: 400ms ease;
            -o-transition: 400ms ease;
        }

        .ep-item a:hover .ep-details .ep-bg-blue {
            opacity: 1;
        }

        .ep-item .ep-details:before {
            background-image: url(images/fp-details-src.png);
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;
            width: calc(100% + 18px);
            content: '';
            position: absolute;
            height: 116px;
            top: 100%;
            left: 0;
        }

        .ep-item .ep-details:after {
            background-image: url(images/fp-details-src-hovr.png);
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;
            width: calc(100% + 18px);
            content: '';
            position: absolute;
            height: 116px;
            top: 100%;
            left: 0;
            opacity: 0;
/*            transition-delay: 400ms;*/
        }

        .ep-item a:hover .ep-details:after{
            opacity: 1;
        }

    .ep-item .ep-details .ep-price{
        font-size: 30px;
        margin-bottom: 25px;
        display: block;
        font-weight: 600;
        line-height: 1;
    }

    .ep-item .ep-details .ep-address{
        font-size: 22px;
        font-weight: 400;
        line-height: 30px;
        font-family: 'Prata', serif;
        display: block;
        margin-bottom: 25px;
        text-transform: capitalize;
    }

    .ep-item .ep-details .ep-desc{
        font-size: 13px;
        line-height: 22px;
        display: block;
        margin-bottom: 20px;
    }

    .ep-item .ep-details ul.ep-util{
        line-height: 1;
        letter-spacing: 0;
        margin-bottom: -30px;
        position: relative;
        z-index: 10;
    }

    .ep-item .ep-details ul.ep-util li{
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px;
    }

    .ep-item .ep-details ul.ep-util li:last-child{padding-right: 0}
    .ep-item .ep-details ul.ep-util li:first-child{padding-left: 0}

    .ep-item .ep-details ul.ep-util img{
        display: block;
        margin: 0 auto 15px;
    }

    .ep-item .ep-details ul.ep-util span{
        font-family: 'Lato', sans-serif;
        font-size: 10px;
        font-weight: 700;
        line-height: 1;
        display: block;
        text-transform: uppercase;
    }

    .ep-list .slick-list {
        padding: 0 18% 30px;
    }

.ep-list button.slick-arrow {
    top: calc(50% - 110px);
    position: absolute;
    z-index: 10;
    width: 64px;
    height: 110px;
    color: #7c7c7c;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    border: none;
    background-color: rgba(255, 255, 255, .45);
    outline: none;
    padding: 0 10px;
    line-height: 1;
}

    .ep-list button.slick-arrow:hover{
        background-color: rgba(255, 255, 255, .90);
        color: #fff;
    }

    .ep-list button.slick-arrow:before{
        content: '';
        background-color: #fff;
        position: absolute;
        top: 8px;
        z-index: -1;
        height: calc(100% - 16px);
        width: calc(100% - 8px);
    }

        .ep-list button.slick-arrow:hover:before{
            background-color: #014592;
        }

    .ep-list button.slick-next{
        right: calc(18% - 78px);
        border-top-right-radius: 70px;
        border-bottom-right-radius: 70px;
        text-align: left;
    }

    .ep-list button.slick-next:before{
        left: 0;
        border-top-right-radius: 70px;
        border-bottom-right-radius: 70px;
    }

    .ep-list button.slick-prev{
        left: calc(18% - 78px);
        border-top-left-radius: 70px;
        border-bottom-left-radius: 70px;
        text-align: right;
    }

    .ep-list button.slick-prev:before{
        right: 0;
        border-top-left-radius: 70px;
        border-bottom-left-radius: 70px;
    }

/* transition */

.ep-item .ep-img canvas{
    transition: 600ms ease-in-out;
    -webkit-transition: 600ms ease-in-out;
    -moz-transition: 600ms ease-in-out;
    -o-transition: 600ms ease-in-out;
}

.ep-list button.slick-arrow:before,
.ep-list button.slick-arrow,
.ep-item .ep-details:after,
.ep-item .ep-details {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
    -moz-transition: 400ms ease;
}

/* Section 4 : Welcome */
section.section4 {
    position: relative;
    z-index: 1;
}

    section.section4:before{
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;

        background-image: url(images/wc-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;

        filter: grayscale(100%);
        opacity: .20;
    }

.hp-wc{
    position: relative;
    font-size: 0;
}

    .hp-wc:before {
        position: absolute;
        left: -70px;
        top: 0;
        height: 100%;
        width: 85%;
        background: #fff;
        content: '';
    }

    .hp-wc .row > div{
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

.wc-content{
    margin-right: -120px;
}

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

    .wc-content .wc-text {
        padding: 30px 100px 30px 30px;
        position: relative;
        margin-bottom: 40px;
    }

    .wc-content .wc-text p{
        font-size: 14px;
        color: #666666;
        margin-bottom: 25px;
        font-family: 'Muli', sans-serif;
        line-height: 26px;
        letter-spacing: .030em;
    }

    .wc-content .wc-text p:last-child{
        margin-bottom: 0;
    }

    .wc-content .wc-text:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 3px;
        background: #00428c;
    }

    .wc-content .g-btn{
        margin-left: 30px;
    }

/* Footer Style */

footer {
    font-size:0;
}

    footer .f-top {
        background: #003a7b;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        footer .f-top .row > div{
            display: inline-block;
            vertical-align: middle;
            float: none;
        }

    footer .f-top:before {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        opacity: .07;
        z-index: -1;
        background-image: url(images/footer-bg.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
        filter: grayscale(100%);
    }

    footer .info-wrap {
        text-align: center;
    }


footer .info-wrap .logo-wrap {
    display: block;
    margin-bottom: 40px;
}

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

footer .cinfo-wrap {
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

    footer .cinfo-wrap .cinfo {
        line-height: 1;
        letter-spacing: 0;
        font-family: 'Muli', sans-serif;
        color: #fff;
    }

    footer .cinfo-wrap .cinfo li{
        display: block;
        margin-bottom: 15px;
    }

    footer .cinfo-wrap .cinfo a,
    footer .cinfo-wrap .cinfo em{
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        font-family: inherit;
        letter-spacing: .050em;
        line-height: 1;
        color: #fff;
    }

    footer .cinfo-wrap .cinfo a:hover{
        color: #6b6b6b;
    }

    footer .cinfo-wrap .cinfo span[class^="ai-font"]{
        display: inline-block;
        vertical-align:  middle;
        margin-right: 10px;
        font-size: 15px;
    }

    footer .cinfo-wrap .cinfo span[class^="ai-font-envelope"]{
        font-size: 13px;
    }

    footer .cinfo-wrap .cinfo li:last-child{margin-bottom: 0;}

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

    footer .smi-wrap .smi-links{
        line-height: 1;
        letter-spacing: 0;
    }

    footer .smi-wrap .smi-links li{
        display: inline-block;
        vertical-align: middle;
        padding: 0 12px;
    }

    footer .smi-wrap .smi-links li:last-child{padding-right: 0;}
    footer .smi-wrap .smi-links li:first-child{padding-left: 0;}

    footer .smi-wrap .smi-links a{
        font-size: 24px;
        color: #fff;
        display: block;
    }

    footer .smi-wrap .smi-links a:hover{
        color: #6b6b6b;
    }


footer .f-git-wrap {
    padding: 100px 0;
    position: relative;
}

    footer .f-git-wrap:before {
        content: '';
        width: calc(((100vw - 1140px) / 2) + 100%);
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        z-index: -1;
        background: rgba(0, 53, 111, .61);
    }

footer .git-wrap {
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    text-align: center;
    color: #fff;
    padding: 0 15px;
}

    .git-wrap > h2{
        font-size: 28px;
        font-weight: 400;
        text-transform: uppercase;
        font-family: 'Prata', serif;
        letter-spacing: .050em;
        list-style: 1;
        display: block;
        margin-bottom: 30px;
    }

    .git-wrap .git-form{
        position: relative;
    }

    .git-wrap .git-form .git-col-md{
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        padding: 0 8px;
        margin-bottom: 15px;
    }

    .git-wrap .git-form .git-col-md:nth-child(odd){padding-left: 0;}
    .git-wrap .git-form .git-col-md:nth-child(even){padding-right: 0;}

    .git-wrap .git-form .git-col-lg{
        width: 100%;
        display: block;
        margin-bottom: 15px;
        position: relative;
    }

    .git-wrap .git-form .git-form-control{
        font-size: 13px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .050em;
        padding-bottom: 10px;
        border: none;
        border-bottom: 1px solid #cacaca;
        background-color: transparent;
        width: 100%;
        height: 45px;
        outline: none;
        font-family: 'Muli', sans-serif;
    }

    .git-wrap .git-form textarea.git-form-control{
        /* height: 110px;
        padding-top: 20px;
        resize: none; */
		height: 110px;
		padding: 20px 20px 10px 0;
		resize: none;
    }

    .git-wrap .git-form .git-send {
        height: 22px;
        width: 22px;
        position: absolute;
        bottom: 30px;
        right: 10px;
        background-image: url(images/phone-icon.png);
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        border: none;
        outline: none;
    }

    .git-wrap .wpcf7-response-output {
        font-size: 13px;
        position: absolute;
        top: 100%;
        width: 100%;
		color: #fff !important;
    }

    .git-wrap span.wpcf7-not-valid-tip {
        font-size: 13px;
        text-align: center;
    }

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

footer .f-bottom {
    background: #002854;
    padding: 40px 0;
    font-size: 0;
}

    footer .f-bottom .f-left,
    footer .f-bottom .f-right {
        display: inline-block;
        vertical-align: middle;
    }

    footer .f-bottom .f-left{width: 75%;}
    footer .f-bottom .f-right{width: 25%;}

    footer .footernav {
        line-height: 1;
        letter-spacing: 0;
        margin-bottom: 10px;
    }

    footer .footernav li{
        display: inline-block;
        vertical-align: middle;
        padding: 0 13px;
    }

    footer .footernav li:first-child{padding-left: 0;}
    footer .footernav li:last-child{padding-right: 0;}

    footer .footernav a{
        font-size: 11px;
        color: #fff;
        text-transform: uppercase;
        font-family: 'Muli', sans-serif;
        font-weight: 400;
        letter-spacing: .150em;
        line-height: 1;
    }

    footer .footernav a:hover{
        color: #6b6b6b;
    }

    footer .copyright {
        font-size: 12px;
        color: #fff;
        font-family: 'Muli', sans-serif;
        font-weight: 400;
        line-height: 1;
        letter-spacing: .020em;
    }

    footer .copyright a:hover{
        color: #6b6b6b;
    }

footer .f-right{
    font-size: 18px;
    color: #fff;
    text-align: right;
}

footer .footernav a,
footer .copyright a{
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner{
    width: 100%;
    position: relative;
}

    .ip-banner:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: 1;
        opacity: .40;
    }
    .ip-banner canvas{
        display: block;
        width: 100%;
        background: #f9f7f7;
        background-position: bottom center;
        background-size: 100%;
		background-size: cover;
    }
/* Adjust minimum height of page area */
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

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

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

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

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .050em;
    line-height: 1;
    font-family: 'Prata', serif;
    color: #00428c;
}
#content .archive-thumbnail {
    padding: 10px 0 0;
}
/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .050em;
	margin: 0 0 0;
    font-family: 'Prata', serif;
    color: #00428c;
}

#content .entry{
    font-size: 14px;
    color: #333;
    font-family: 'Muli', sans-serif;
}


/* Sidebar */
aside .qs-wrap {
    overflow: initial;
    margin-bottom: 30px;
}

aside .qs-wrap .qs-title h2 {
    color: #666;
    line-height: 1.2;
    margin: 0;
}

aside .qs-wrap .qs-title h2:before,
aside .qs-wrap .qs-title h2:after{
    display: none;
}

aside .qs-wrap .qs-col-lg {
    width: 100%;
    margin-bottom: 4px;
    padding: 0;
}

aside .qs-wrap .qs-col-md {
    width: 100%;
    margin-bottom: 4px;
    padding: 0;
}

aside .qs-wrap .qs-col-sm {
    width: 50%;
    margin-bottom: 4px;
    padding: 0 2px;
}

aside .qs-wrap .qs-col-sm:nth-child(odd) {padding-left: 0;}
aside .qs-wrap .qs-col-sm:nth-child(even) {padding-right: 0;}

aside .qs-wrap .qs-form-control {
    border: 1px solid #333;
}

aside .qs-wrap .qs-col-btn {
    width: 100%;
    padding: 0;
}

aside .qs-wrap .qs-col-btn > div{
    padding: 0 2px;
}

aside .qs-wrap .qs-col-btn > div:first-child{padding-left: 0;}
aside .qs-wrap .qs-col-btn > div:last-child{padding-right: 0;}

aside .qs-wrap .qs-form .bootstrap-select.btn-group .dropdown-menu li a.opt {
    padding-left: 20px;
}

aside .cta-wrap .cta-col {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
     width: 100%;
     height: 38px;
     background: rgba(255, 255, 255, .6);
     font-size: 11px;
     text-transform: uppercase;
     color: #000;
     padding: 0 10px;
     border: 1px solid #fff;
     font-weight: 400;
     border-radius: 0px;
 }
.hp-quick-search.ip-quick .bootstrap-select.btn-group .dropdown-toggle {
    border: 1px solid #333;
}

#content .ip-info-wrap{
    margin-bottom: 30px;
}

.page-id-114 div#ihf-main-container > div > .panel-default:first-child {
    display: none;
}

/********CSS Post Launch********/
img{
	max-width: 100%;
	height: auto;
}
a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
textarea,
textarea:focus,
textarea:hover,
select:hover,
select:focus,
select,
button,
button:focus,
button:hover,
.btn-group.bootstrap-select.show-tick.qs-select,
.bootstrap-select .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus{
	outline: 0px !important;
}
#content #ihf-main-container .nav-tabs,
#content #ihf-main-container .chosen-results{
	margin: 0 0 0;
	padding: 0 0 0;
}
#content #ihf-main-container #ihf-search-adv2-submit{
	margin: 20px 0 0;
}
#content #ihf-main-container .ihf-grid-result-address{
	overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
#content #ihf-main-container .ihf-listing-search-results .btn{
	padding: 6px 6px;
}
#content div.wpcf7-response-output,
div.wpcf7-response-output{
	text-align: center;
}

#content #ihf-main-container .mc-total-payment-subline{
	color:#333;
}

#ihf-main-container .pagination>li>a,
#ihf-main-container .pagination>li>span{
	padding: 6px 9px;
}
#ihf-main-container #ihf-schedule-showing-request-form .form-control{
	padding: 6px 7px;
}
#content #ihf-main-container #ihf-search-location-tab{
    margin: 8px 5px 0 0;
}
#ihf-main-container #ihf-advsearch-features label{
	font-size: .8em;
}
html.name-Microsoft_Edge .ai-default-cf7wrap input[type="submit"],
html.name-Microsoft_Edge .ai-default-cf7wrap input.wpcf7-submit{
	margin: 6px 0 0;
}
#ws-walkscore-tile{
	background:#fff !important;
}
#hero .quick-search form select[name="propertyType"]{
	margin-left: 2%;
}
#content ul.ihf-navbar-nav{
	list-style: none;
}
#content #ihf-main-container .ihf-listing-open-home-text-grid,
#content #ihf-main-container .ihf-map-info-window-content{
	color:#777;
}
#content #ihf-main-container label{
	color:inherit;
}
#content #ihf-main-container .ihf-polygon-reset{
	color:#000;
}
#ihf-main-container .modal-body {
    color: #000;
}
body.page-id-0 > img,
body.page-id-0 > iframe{
	display: none !important;
}
#ihf-main-container .row #ihf-search-location-tab .row,
#ihf-main-container .row #ihf-refine-map-search-form .row,
#ihf-main-container .row .ihf-grid-result-container .row,
#ihf-main-container .row #ihf-search-location-tab.row{
	margin-left: -15px;
	margin-right: -15px;
}
#ihf-main-container .row .row{
	margin-left: 0;
	margin-right: 0;
}
#ihf-main-container  .ihf-social-share .dropdown-menu > li > a{
	color:#000 !important;
}
#ihf-main-container  .ihf-social-share .dropdown-menu > li > a:hover{
	color:#fff !important;
}
#ihf-main-container #ihf-refine-map-search-form label{
	color:#fff !important;
}
#ihf-main-container #ihf-refine-map-search-form .checkbox {
    padding-left: 0px;
}
#ihf-main-container ul.chosen-results {
    margin-left: 0 !important;
}
/********CSS Post Launch End********/

#ihf-main-container #Map{
	overflow: hidden;
}
#ihf-main-container #Map .ihf-mapsearch-refine-overlay-inner form{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#ihf-main-container #Map .checkbox label{
	padding-left: 7px;
}

#custom-quick-search small.text-muted {
    position: absolute;
    right: 18px;
}
#custom-quick-search li > a span.text {
    padding-right: 45px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.accent {
    position: relative;
    overflow: hidden;
}
.accent canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.soldbanner:after {
    content: 'Sold';
    position: absolute;
    top: 35px;
    left: -73px;
    background: red;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    max-width: 300px;
    transform: rotate(-35deg);
}

.single-aios-agents #inner-page-wrapper > .container {
	max-width: 1366px;
}

.single-aios-agents .agent-details-wrapper {	
	padding: 65px 0 100px;	
}

.single-aios-agents .ad-info h2 {
	font-size: 2vw;	
}

.qs-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
    width: 100%;
}

ul#ihf-sort-values {
    list-style: none;
}

div#ihf-mini-search-minprice input, 
div#ihf-mini-search-maxprice input {
    width: 100%;
}

div#ihf-refine-search .dropdown-menu {
    min-width: 280px;
}

div#areaPickerContainer {
    margin: 10px -15px 0 !important;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: auto;
    bottom: 0;
    width: auto;
}

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