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


/*

TABLE OF CONTENTS

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


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/


/* Sub Menu */

#nav li {
    position: relative;
}

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

#nav>li>.sub-menu {
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    padding: 33px 0 0;
}

#nav>li>.sub-menu>li {}

#nav>li>.sub-menu>li:last-child {
    padding: 0 0 10px;
}

#nav>li>.sub-menu>li:first-child {
    padding: 10px 0 0;
}

#nav .sub-menu li {
    background: rgba(22, 38, 72, 0.5);
}

#nav .sub-menu a:hover {
    /*background: #162648;*/
    background: #d45b00;
}

#nav .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
}

#nav li:hover>.sub-menu {
    display: block;
}

#nav .sub-menu li {
    position: relative;
}


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


/* Global */

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

img {
    max-width: 100%;
}

a,
input,
textarea,
select,
button {
    outline: 0 !important;
}


/*a.fs-12 {
    display: none !important;
}*/

.page-id-92 .ltb-email .field-md {
    width: 100%;
}


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


/* 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 post/page main headings (h1) */

#content .entry-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 40px;
    color: #162648;
}

#content .entry {
    font-size: 13px;
    color: #000;
}


/* Style category/archive/etc main headings (h1) */

#content .archive-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    color: #162648;
}


/* Styles for category/archive/search/etc subheadings (h2) */

#content .archive-subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #162648;
}

.header-wrapper {
    font-size: 0;
    text-align: center;
    color: #fff;
    min-height: 79px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0);
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.header-wrapper.fixed {
    background: rgba(255, 255, 255, 1);
}

.header-wrapper>div {
    display: inline-block;
    vertical-align: top;
    max-height: 79px;
}

.header-wrapper>.header-logo {
    width: 12.69%;
}

.header-wrapper>.header-logo a {
    display: block;
    padding: 11px 0;
    background: linear-gradient(.56turn, #db6300 37%, #bc4100 73%);
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.header-wrapper>.header-logo a:hover {
    background: linear-gradient(.56turn, #263a80 37%, #192654 73%);
}

.header-wrapper>.header-logo img {
    max-width: 140px;
}

.header-wrapper>.header-nav {
    text-align: right;
    width: 71.94%;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding: 33px 13px 33px 0;
}

.ip-container .header-wrapper>.header-nav {
    border-bottom: 1px solid #7a7a7a;
}

.header-wrapper>.header-nav #nav a {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.header-wrapper>.header-nav #nav .sub-menu a {
    text-transform: uppercase;
    letter-spacing: 0.040em;
    padding: 7px 10px;
    display: block;
}

.header-wrapper>.header-nav #nav>li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px;
}

.header-wrapper>.header-nav #nav>li>a {
    text-transform: uppercase;
    display: block;
    position: relative;
}

.header-wrapper.fixed>.header-nav #nav>li>a {
    color: #7a7a7a;
}

.header-wrapper>.header-nav #nav>li>a:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0px;
    background: #bfa067;
    opacity: 0;
    position: absolute;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.header-wrapper>.header-nav #nav>li:hover>a:after {
    opacity: 1;
    bottom: -15px;
}

.header-wrapper>.header-contact {
    width: 15.37%;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.ip-container .header-wrapper>.header-contact {
    border-bottom: 1px solid #7a7a7a;
}

.header-contact-wrapper {}

.header-contact-wrapper>div {
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    line-height: 1;
    padding: 32px 0;
    max-height: 79px;
    border-left: 1px solid rgba(255, 255, 255, .3);
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.header-contact-wrapper>div em,
.header-contact-wrapper>div span {
    font-size: 14px;
}

.fixed .header-contact-wrapper>div {
    border-left: 1px solid rgba(122, 122, 122, .3);
}

.header-contact-wrapper>div:last-child {
    padding: 28px 0;
}

.header-contact-wrapper>div:hover {
    background: url(images/fp-trigger-hover.png) center center no-repeat;
    background-size: cover;
}

.header-contact-wrapper>div em {
    color: #fff;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.header-contact-wrapper>div a {
    color: #fff;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.fixed .header-contact-wrapper>div a,
.fixed .header-contact-wrapper>div em {
    color: #7a7a7a;
}

.header-contact-wrapper>div canvas {
    cursor: pointer;
    background: url(images/image-sprites.png) -57px 152px;
}

.header-wrapper.fixed .header-contact-wrapper>div canvas {
    background: url(images/f-burgermenu.png) center center no-repeat;
    background-size: cover;
}

.fix-panel {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    z-index: 101;
    height: 100%;
    background: url(images/fix-panel-bg.jpg) center top no-repeat;
    background-size: cover;
    padding: 15px 30px 0 40px;
    font-size: 0;
    transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
    -webkit-transition: all ease 1.5s;
}

.fix-panel.active {
    right: 0;
}

.fix-panel:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #bfa067;
    opacity: .6;
    z-index: -1;
}

.fix-panel>div {}

.fix-panel>div.fp-logo {
    width: 18.105%;
    display: inline-block;
    vertical-align: top;
}

.fix-panel>div.fp-logo img {}

.fix-panel>div.fp-contacts {
    width: 81.895%;
    text-align: right;
    margin: 10px 0 0;
    display: inline-block;
    vertical-align: top;
}

.fp-contacts-wrapper {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.040em;
}

.fp-contacts-wrapper .ai-font-phone {
    font-size: 15px;
    margin: 0 7px 0 0;
}

.fp-contacts-wrapper .ai-font-envelope-f {
    font-size: 10px;
    /*margin: 0 7px 0 40px;*/
    margin: 0 7px 0 90px;
}

.fp-contacts-wrapper span {
    vertical-align: middle;
}

.fp-contacts-wrapper a {
    color: #fff;
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

.fp-contacts-wrapper a:hover {
    color: #162648;
}

.fp-contact-new .fp-contacts-wrapper {
    margin-top: 30px;
}

.fp-sm {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    /*margin: 0 62px 0 27px;*/
    margin: 0 62px 0 70px;
}

.fp-sm>a {
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    margin: 0 18px;
}

.fp-sm>a span {
    font-size: 17px;
}

.close-fp {
    display: inline-block;
    vertical-align: middle;
}


/* .close-fp img{
	cursor: pointer;
	opacity: .7;
} */

.close-fp canvas {
    cursor: pointer;
    opacity: .7;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(./images/image-sprites.png);
    background-position: -652px 159px;
}


/* .close-fp img:hover{
	opacity:1;
} */

.close-fp canvas:hover {
    opacity: 1;
}

.fp-navigations {
    /*text-align: right;*/
    /*padding: 0 140px 0;*/
    text-align: left;
    margin-top: 10px;
}

.fp-quick-search {
    margin-top: 60px;
}

.fp-title {
    font-size: 30px;
    line-height: 0.7;
    letter-spacing: 0.02em;
    color: #ffffff;
    border-bottom: solid 2px #cfba98;
    padding: 30px 0;
}

#fixedpanel-nav {
    margin: 30px 0 0 0;
    position: relative;
    right: -70px;
    opacity: 0;
    transition: all ease .8s;
    -moz-transition: all ease .8s;
    -webkit-transition: all ease .8s;
}

#fixedpanel-nav.active {
    right: 0px;
    opacity: 1;
}

#fixedpanel-nav li {
    position: relative;
}

#fixedpanel-nav>li {
    /*display: inline-block;*/
    /*margin: 28px 0;*/
    line-height: 1;
    /*padding:0 0 0 2%;*/
    padding: 0 25px 0 0;
    float: left;
    width: 16.66%;
}

#fixedpanel-nav>li>a {
    /*font-size: 28px;*/
    font-size: 16px;
    display: block;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.040em;
    text-decoration: none;
    opacity: 1;
    position: relative;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

#fixedpanel-nav>li>a:after {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0%;
    background: #cfba98;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

#fixedpanel-nav>li:hover>a:after {
    width: 100%;
}

#fixedpanel-nav>li:hover>a {
    opacity: .7;
}

#fixedpanel-nav .sub-menu {
    /*display: none;
	position: absolute;
    text-align: center;
    min-width: 220px;*/
    /*min-width: 200px;*/
    top: 0;
    right: 0;
    z-index: 10;
    margin-top: 10px;
}

#fixedpanel-nav .sub-menu a {
    color: #fff;
    /*font-size: 18px;*/
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.040em;
    display: block;
    /*padding: 12px 10px;*/
    padding: 8px 0;
    text-decoration: none;
    opacity: 0.8;
}

#fixedpanel-nav .sub-menu li {
    /*background: rgba(22,38,72,.8)*/
}

#fixedpanel-nav li:hover>.sub-menu {
    display: block;
}

#fixedpanel-nav .sub-menu li:hover>a {
    /*background: rgba(22,38,72,1)*/
    opacity: 1;
}

.fp-contact-new {
    clear: both;
}

#hp-slideshow-tagline-qs {
    position: relative;
    /* z-index: 4; */
}

#hp-slideshow {
    position: relative;
    overflow: hidden;
}

#hp-slideshow:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background:url(images/slide-fade.png) center top no-repeat; */
    background: rgba(0, 0, 0, .3);
    z-index: 7;
}

#hp-slideshow:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -150px;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: url(images/slide-fade-logo.png) left top no-repeat;
    background-size: 100% auto;
    z-index: 8;
    transition: all ease .8s;
    -moz-transition: all ease .8s;
    -webkit-transition: all ease .8s;
}

#hp-slideshow.active:after {
    left: 0;
    opacity: 1;
}

#hp-qs {
    position: absolute;
    bottom: 150px;
    z-index: 9;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .35);
    padding: 27px 0 0;
}

.qs-wrapper {}

.qs-wrapper label {
    display: none;
}

.qs-wrapper form {
    font-size: 0;
}

.qs-wrapper form>div {
    display: inline-block;
    vertical-align: middle;
    max-height: 38px;
    position: relative;
}

.qs-wrapper form>div:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 12px;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: .35;
}

.qs-wrapper form>div:last-child:after {
    background: none;
}

.qs-wrapper form>div.qs-glass {
    width: 3.162%;
    margin: 0 1.709% 0 0;
}

.qs-wrapper form>div.qs-glass:after {
    background: none;
}

.qs-wrapper form>div.qs-long {
    width: 17.265%;
    background: rgba(255, 255, 255, .35);
}


/* .qs-wrapper form > div.qs-long select{
	background-position:  -40% 75%
}

.fp-quick-search form > div.qs-long select,
.fp-quick-search .hp-quick-search.hp-q-s .bootstrap-select.btn-group .dropdown-toggle {
    background-position: -78% 75% !important;
}

.fp-quick-search form > div.qs-long select, .fp-quick-search .hp-quick-search.hp-q-s .bootstrap-select.btn-group .dropdown-toggle {
    background-position: -40% 75% !important;
} */

.qs-wrapper form>div.qs-short {
    width: 10.256%;
    background: rgba(255, 255, 255, .35);
}


/* .qs-wrapper  form > div.qs-short select{
	background-position: -12% 75%;
} */


/* .fp-quick-search .qs-wrapper form > div.qs-short select {
    background-position: -24% 75%;
}

.fp-quick-search .qs-wrapper form > div.qs-short select {
    background-position: -12% 75%;
} */

.qs-wrapper form>div.noborder:after {
    background: none;
}

.qs-wrapper form>div.qs-submit {
    width: 12.906%;
    margin: 0 1.282%;
}

.qs-wrapper form>div.qs-adv {
    width: 2.051%;
}

.qs-wrapper form>div.qs-adv canvas {
    background-position: 233px 146px;
    -webkit-transition: 0.4s all ease-in-out;
}

.qs-wrapper select {
    font-size: 11px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.040em;
    color: #fff;
    max-height: 38px;
    border: 0px;
    padding: 14px 10px;
    line-height: 1;
    background: none;
    display: block;
    width: 100%;
    background: url(images/qs-dd-select.png) 95% center no-repeat;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}


/* .hp-quick-search.hp-q-s .bootstrap-select.btn-group .dropdown-toggle{
	background: url(images/image-sprites.png) no-repeat !important;
	background-position:  -40% 75% !important;
} */

.qs-wrapper select option {
    color: #333;
}

.qs-wrapper div input[type="text"] {
    font-size: 11px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.040em;
    color: #fff;
    max-height: 38px;
    background: none;
    border: 0;
    padding: 15px 10px;
    line-height: 1;
    display: block;
    width: 100%;
}

.qs-wrapper div input[type="submit"] {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(.56turn, #db6300 37%, #bc4100 73%);
    display: block;
    border: 0px;
    width: 100%;
    padding: 12px 5px;
    line-height: 1;
    max-height: 38px;
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.qs-wrapper input[type="submit"]:hover {
    background: linear-gradient(.36turn, #db6300b8 37%, #bc4100fa 73%);
}

.qs-adv a.qs-adv-btn canvas:hover {
    opacity: 0.5;
}

.qs-wrapper div a {
    transition: all ease .8s;
    -moz-transition: all ease .8s;
    -webkit-transition: all ease .8s;
}

.qs-wrapper div a:hover {
    opacity: .7;
}

#hp-tagline {
    position: absolute;
    z-index: 9;
    bottom: 35%;
    opacity: 0;
    width: 100%;
    transition: all ease .8s;
    -moz-transition: all ease .8s;
    -webkit-transition: all ease .8s;
}

#hp-tagline.active {
    bottom: 29%;
    opacity: 1;
}

.tagline-wrapper {
    color: #fff;
}

.tagline-wrapper img {
    margin: 0 0 40px;
}

.tagline-wrapper h3 {
    font-size: 70px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
}

.tagline-wrapper p {
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    font-style: italic;
}

.tagline-wrapper .rightQuot {
    text-align: right;
    padding-right: 135px;
}

.tagline-wrapper .rightQuot img {
    margin-bottom: 0;
    margin-top: 40px;
}

#hp-welcome {
    font-size: 0;
    position: relative;
    /* z-index: 4; */
}

#hp-welcome [data-aios-staggered-parent=true] {
    overflow: inherit;
}

#hp-welcome:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: -119px;
    height: 121px;
    left: 0;
    background: url(images/welcome-divider.png) left bottom no-repeat;
    background-size: cover;
    display: none;
}

#hp-welcome .welcome-wrapper>div {
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    overflow: inherit;
    z-index: 8;
}

#hp-welcome .welcome-left {
    line-height: 21px;
    font-size: 14px;
    font-size: 16px;
    /*color: #656464;*/
    color: #000;
    /* padding: 60px 0 20px; */
    padding: 30px 0;
    padding-right: 15px !important;
}

#hp-welcome .welcome-left h1 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.180em;
    color: #c14600;
    line-height: 1;
}

#hp-welcome .welcome-left h1 span {
    display: block;
    font-size: 41px;
    color: #000;
    line-height: 1.2;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0;
    /* padding: 45px 0 35px; */
    padding: 0 0 30px;
}

#hp-welcome .welcome-left p {
    letter-spacing: 0.020em;
    /* padding: 0 22px 20px 0; */
    padding: 0 22px 17px 0;
}

#hp-welcome .welcome-left ul {
    padding: 0 0 20px;
}

#hp-welcome .welcome-left li span {
    font-family: 'Playfair Display', serif;
    color: #c14600;
    font-size: 16px;
    font-weight: 700;
    margin: 0 10px 0 0;
}

#hp-welcome .welcome-left .blue-note {
    color: #006aa9;
    font-size: 15px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    letter-spacing: 0.020em;
}

#hp-welcome .welcome-right {
    /*margin: -118px 0 -50px;*/
    position: relative;
}

#hp-welcome .welcome-right .textwidget {
    position: relative;
    height: 100%;
}

#hp-welcome .welcome-right img.welcome-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 114px);
    /*	display: none;*/
}

#hp-welcome .welcome-right img {
    width: 90%;
    margin: 0 0 0 auto;
}

#hp-welcome .welcome-right img.agents-photo {
    /* display: block;
    min-width: calc(96% + 20px);
    position: absolute;
    bottom: 0;
    right: 0; */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: calc(100% + 114px); */
    height: auto;
}

.welcome-left-border {
    width: 1px;
    height: 745px;
    background: #d3d3d3;
    position: absolute;
    top: -540px;
    opacity: .75;
}

.img-divider {
    position: relative;
}

.img-divider:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    z-index: 2;
}

.img-divider img {
    width: 100%;
}

#hp-fp {
    position: relative;
    z-index: 6;
    min-height: 400px;
    /*padding:0 0 105px;*/
    padding: 0 0 25px;
}

#hp-fp .left-bg {
    background: url(images/fp-left-bg.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: -120px;
    bottom: -65px;
    left: 0;
    z-index: 0;
    max-width: 197px;
}

#hp-fp:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 179px;
    width: 55%;
    background: url(images/fp-upper-bg.jpg);
    z-index: -1;
}

.hp-fp-l {
    padding-left: 53px;
}

.hp-fp-l-img {
    padding: 40px 0 81px;
    position: relative;
}

.hp-fp-l-img:after {
    content: '';
    display: block;
    height: 1px;
    width: 173px;
    bottom: 33px;
    position: absolute;
    left: -53px;
    background: #d3d3d3;
}

.hp-fp-l-img canvas {
    max-width: 33px;
    background-image: url(./images/image-sprites.png);
    background-position: 75% 231%;
}

#hp-fp h2 {
    color: #949494;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 53px;
    line-height: 1;
    padding: 25px 0 50px;
}

#hp-fp h2 span {
    font-style: normal;
    color: #000;
    text-transform: uppercase;
    display: block;
}

#hp-fp p {
    padding: 25px 35px 0 0;
    font-size: 13px;
    font-size: 15px;
    line-height: 24px;
    /*color:#656464;*/
    color: #000;
}

.hp-fp-nav {
    color: #bfa067;
    font-size: 12px;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    /*padding: 285px 0 0;*/
    padding: 135px 0 0;
    padding: 30px 0 0;
}

.hp-fp-nav>span {
    display: inline-block;
    cursor: pointer;
}

.hp-fp-nav>span.fp-nav-n {
    padding: 0 0 0 18px;
}

.hp-fp-nav>span.fp-nav-p {}

.hp-fp-nav>span em {
    font-weight: 700;
    display: inline-block;
    font-style: normal;
}

.hp-fp-nav>span.fp-nav-n em {
    margin: 0 0 0 5px;
}

.hp-fp-nav>span.fp-nav-p em {
    transform: scaleX(-1);
    margin: 0 5px 0 0;
}

.hp-fp-r {
    padding: 53px 0 0;
}

.hp-fp-r ul {
    font-size: 0;
}

.hp-fp-r ul li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.hp-fp-r ul li a {
    display: block;
    position: relative;
}

.hp-fp-r ul li canvas {
    width: 100%;
}

.hp-fp-r ul li .fp-center {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    z-index: 0;
    display: none;
}

.hp-fp-r ul li .fp-center:before,
.hp-fp-r ul li .fp-center:after {
    width: 0;
    height: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
}

.hp-fp-r ul li .fp-center div {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    font-size: 12px;
    width: 100%;
    max-width: 141px;
    text-transform: uppercase;
    font-weight: 700;
    color: #162648;
    padding: 34px 25px;
    line-height: 2;
}

.hp-fp-r ul li .fp-hover {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    z-index: 1;
    background: url(images/fp-hover-bg.jpg) center center no-repeat;
    background-size: cover;
    opacity: 0;
    transform: scale(1.05);
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.hp-fp-r ul li a:hover .fp-hover {
    opacity: 1;
    transform: scale(1);
}

.hp-fp-r ul li .fp-hover:before,
.hp-fp-r ul li .fp-hover:after {
    width: 0;
    height: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
}

.hp-fp-r ul li .fp-details {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.hp-fp-r ul li .fp-details img {
    max-width: 27px;
    margin: 0 auto 0;
}

.hp-fp-r ul li .fp-price {
    font-size: 22px;
    padding: 35px 0 0;
    font-weight: 500;
    letter-spacing: 0.020em;
    line-height: 1;
}

.hp-fp-r ul li .fp-add {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.040em;
    line-height: 1.7;
    padding: 15px 33px 30px;
}

.hp-fp-r ul li .fp-desc {
    font-size: 11px;
    font-style: italic;
    line-height: 18px;
    padding: 0 37px 0;
}

.hp-fp-r ul .slick-slide {}

.hp-fp-r ul .slick-slide.slick-current {}

.hp-fp-r ul .slick-slide.slick-current+.slick-slide {
    margin: 30px 0 0;
}

#hp-agents {
    /* margin: 0 0 -55px; */
    margin: 0 0 -98px;
    position: relative;
    z-index: 5;
}

.agents-wrapper {
    font-size: 0;
}

.agents-wrapper>div {
    display: inline-block;
    vertical-align: top;
}

.agents-wrapper>div.agents-wrapper-l {
    width: 41.688%;
}

.agents-wrapper>div.agents-wrapper-l img {
    width: 100%;
}

.agents-wrapper>div.agents-wrapper-r {
    width: 58.312%;
    padding: 30px 0 0;
}

.agents-title {
    background: url(images/agents-title-bg.jpg) center top no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.agents-title>div {
    display: inline-block;
    vertical-align: middle;
}

.agents-title>div:first-child {
    width: 35%;
}

.agents-title>div:last-child {
    width: 65%;
}

.agents-title h2 {
    font-size: 41px;
    color: #949494;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    padding: 0 0 0 53px;
    line-height: 1;
}

.agents-title h2 span {
    font-style: normal;
    color: #000;
    text-transform: uppercase;
}

.agents-title p {
    font-size: 12px;
    font-size: 14px;
    /*color:#656464;*/
    color: #000000;
    line-height: 18px;
}

.agents-list {
    position: relative;
}

.agents-list:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    width: 44px;
    background: url(images/agents-shadow.png) left bottom no-repeat;
    z-index: 0;
}

.agents-list>div {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
    background: #172749;
}

.agents-list>div canvas {
    width: 61.752%;
    display: block;
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.agents-list a:hover canvas {
    opacity: 0.5;
}

.agents-list .agent-details {
    color: #fff;
    background: url(images/agent-details-bg.png) center top no-repeat;
    background-size: 100% auto;
    width: 41.026%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 35px 0 0 15px;
    font-size: 11px;
}

.agents-list .agent-details a {
    color: #fff;
    text-decoration: none;
}

.agents-list .agent-details h3 {
    font-family: 'Playfair Display', serif;
    font-size: 23px;
    text-transform: uppercase;
    line-height: 1.2;
    width: 50%;
}

.agents-list .agent-details .agent-position {
    font-style: italic;
    padding: 15px 0;
}

.agents-list .agent-details .agent-phone {
    padding-top: 12px;
}

.agents-list .agent-details .agent-phone em {
    font-style: normal;
    letter-spacing: 0.060em;
}

.agents-list .agent-details .agent-email {
    padding: 12px 0 0;
}

.agents-list .agent-details .agent-sm {
    line-height: 1;
    padding: 15px 0 0;
}

.agents-list .agent-details .agent-sm>div {
    margin: 8px 0;
}

.agents-list .agent-details .agent-sm>div a {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 16px;
}

.agents-list .agent-details .agent-sm>div em {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    min-width: 25px;
}

.agents-list .agent-details .agent-sm>div span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.agents-list .agent-details i {
    min-width: 12px;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
}

.agents-list .agent-details i.ai-font-mobile-b {}

.agents-list .agent-details i.ai-font-phone {}

.agents-list .agent-details i.ai-font-envelope {
    font-size: 8px;
}

#hp-sa {
    position: relative;
    z-index: 5;
    /*margin: 0 0 -50px;*/
    display: none !important;
}

.social-aware-wrapper {
    font-size: 0;
    background: url(images/sa-left-bg.jpg) center top no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-aware-wrapper>div {
    display: inline-block;
    vertical-align: top;
}

.social-aware-wrapper-l {
    width: 44.25%;
    /*padding-top: 45px;
	padding-bottom: 95px;*/
    /*background:url(images/sa-left-bg.jpg) center top no-repeat;
	background-size:cover;*/
    position: relative;
    padding-bottom: 0px !important;
    padding-top: 25px !important;
    padding: 50px 100px !important;
}

.name-Microsoft_Edge .social-aware-wrapper-l {
    padding-bottom: 45px;
}

.social-aware-wrapper-l:after {
    content: '';
    display: block;
    background: url(images/sa-shadow.png) right bottom no-repeat;
    position: absolute;
    bottom: 0;
    right: -42px;
    height: 100%;
    width: 42px;
}

.social-aware-wrapper-l h2 {
    font-size: 91px;
    color: #949494;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    line-height: 1;
}

.social-aware-wrapper-l h2 span {
    font-style: normal;
    color: #162648;
    text-transform: uppercase;
    display: block;
}

.social-aware-msg {
    font-size: 12px;
    /*color:#656464;*/
    color: #000;
    line-height: 24px;
    /* padding: 30px 0 40px; */
    padding: 20px 0 25px;
}

.social-aware-msg p {
    margin: 0 0 17px;
    padding: 0 15px 0 0;
}

.social-aware-wrapper-l .sa-button {
    background: #162648;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    display: block;
    max-width: 360px;
    padding: 26px 10px;
    line-height: 1;
    /*margin: 0 auto 30px 0;*/
    margin: 0 auto 0 0;
    text-decoration: none;
    position: relative;
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.kv-modal-backdrop {
    z-index: 0 !important;
}

a.sa-button:hover {
    background: rgb(22, 38, 72, .90);
}

.social-aware-wrapper-l .sa-button span {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
}

.social-aware-wrapper-l .sa-button:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 20px;
    background: url(images/sa-button-shadow.png) center bottom no-repeat;
    z-index: 0;
}

.sa-nav {
    color: #bfa067;
    font-size: 12px;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    /*padding: 45px 0 0;*/
    /*padding: 10px 0 0;*/
    padding: 20px 0;
    max-width: 360px;
    text-align: center;
}

.sa-nav>span {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

.sa-nav>span:first-child {
    margin: 0 20px 0 0;
}

span.single-sa-nav.sa-nav-p:hover {
    color: #db6300;
}

span.single-sa-nav.sa-nav-n:hover {
    color: #db6300;
}

.sa-nav>span.sa-nav-n em {
    margin: 0 0 0 5px;
}

.sa-nav>span.sa-nav-p em {
    transform: scaleX(-1);
    margin: 0 5px 0 0;
    display: inline-block;
}

.social-aware-wrapper-r {
    width: 55.75%;
}

.social-aware-wrapper-r img {
    width: 100%;
}

.social-aware-wrapper-r .slick-slide div {
    text-align: center;
}

.sa-left-border {
    width: 2px;
    height: 383px;
    background: #d3d3d3;
    position: absolute;
    top: -240px;
    opacity: .75;
    z-index: 1;
    left: 80px !important;
}

#hp-cta {
    position: relative;
    min-height: 300px;
    /*background:url(images/cta-bg.jpg) center top no-repeat;*/
    background: url(images/cta-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#hp-cta:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    background: #000;
    z-index: 0;
}

.cta-wrapper {
    padding: 150px 0 135px;
}

.cta-wrapper ul {
    font-size: 0;
}

.cta-wrapper ul>li {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
    text-align: center;
    padding: 0 5px;
}

.cta-wrapper ul>li:nth-child(1) .cta-logo canvas {
    background: url(images/image-sprites.png) no-repeat !important;
    background-position: 94% 16% !important;
}

.cta-wrapper ul>li:nth-child(2) .cta-logo canvas {
    background: url(images/image-sprites.png) no-repeat !important;
    background-position: 29% 79% !important;
}

.cta-wrapper ul>li:nth-child(3) .cta-logo canvas {
    background: url(images/image-sprites.png) no-repeat !important;
    background-position: 94% 77% !important;
}

.cta-wrapper a {
    display: block;
    background: rgba(255, 255, 255, .8);
    text-decoration: none;
}

.cta-wrapper a:hover {
    background: url(images/cta-hover.jpg) center center no-repeat;
    background-size: cover;
}

.cta-wrapper .cta-key {
    position: relative;
    top: -42px;
}

.cta-wrapper .cta-key canvas {
    display: block;
    max-width: 83px;
    height: auto;
    margin: 0 auto;
    background: url(images/cta-key.png) center center no-repeat;
}

.cta-wrapper a:hover .cta-key canvas {
    background: url(images/cta-key-h.png) center center no-repeat;
}

.cta-wrapper .cta-logo {}

.cta-wrapper .cta-logo canvas {
    display: block;
    max-width: 51px;
    height: auto;
    margin: 0 auto;
}

.cta-wrapper .cta-1 .cta-logo canvas {
    background: url(images/cta-1.png) center center no-repeat;
}

.cta-wrapper .cta-2 .cta-logo canvas {
    background: url(images/cta-2.png) center center no-repeat;
}

.cta-wrapper .cta-3 .cta-logo canvas {
    background: url(images/cta-3.png) center center no-repeat;
}

.cta-wrapper .cta-1:hover .cta-logo canvas {
    background: url(images/cta-1-h.png) center center no-repeat !important;
}

.cta-wrapper .cta-2:hover .cta-logo canvas {
    background: url(images/cta-2-h.png) center center no-repeat !important;
}

.cta-wrapper .cta-3:hover .cta-logo canvas {
    background: url(images/cta-3-h.png) center center no-repeat !important;
}

.cta-wrapper h3 {
    font-size: 25px;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    line-height: 1.2;
    color: #006aa9;
    padding: 30px 0 0;
}

.cta-wrapper a:hover h3 {
    color: #fff;
}

.cta-wrapper h3 span {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-size: 30px;
}

.cta-wrapper .cta-desc {
    font-size: 12px;
    /* 
	    color: #464646; */
    line-height: 22px;
    padding: 30px 75px 85px;
    color: #000;
}

.cta-wrapper a:hover .cta-desc {
    color: #fff;
}

.sb-cta-wrapper {
    padding: 0 0 135px;
}

.sb-cta-wrapper ul {
    font-size: 0;
    margin: 0;
}

.sb-cta-wrapper ul>li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    margin: 70px 0 0;
    border: 2px solid #c44a00;
}

.sb-cta-wrapper a {
    display: block;
    background: rgba(255, 255, 255, .8);
    text-decoration: none;
}

.sb-cta-wrapper a:hover {
    background: url(images/cta-hover.jpg) center center no-repeat;
    background-size: cover;
}

.sb-cta-wrapper .cta-key {
    position: relative;
    top: -42px;
}

.sb-cta-wrapper .cta-key canvas {
    display: block;
    max-width: 83px;
    height: auto;
    margin: 0 auto;
    background: url(images/cta-key.png) center center no-repeat;
}

.sb-cta-wrapper a:hover .cta-key canvas {
    background: url(images/cta-key-h.png) center center no-repeat;
}

.sb-cta-wrapper .cta-logo {}

.sb-cta-wrapper .cta-logo canvas {
    display: block;
    max-width: 51px;
    height: auto;
    margin: 0 auto;
}

.sb-cta-wrapper .cta-1 .cta-logo canvas {
    background: url(images/cta-1.png) center center no-repeat;
}

.sb-cta-wrapper .cta-2 .cta-logo canvas {
    background: url(images/cta-2.png) center center no-repeat;
}

.sb-cta-wrapper .cta-3 .cta-logo canvas {
    background: url(images/cta-3.png) center center no-repeat;
}

.sb-cta-wrapper .cta-1:hover .cta-logo canvas {
    background: url(images/cta-1-h.png) center center no-repeat;
}

.sb-cta-wrapper .cta-2:hover .cta-logo canvas {
    background: url(images/cta-2-h.png) center center no-repeat;
}

.sb-cta-wrapper .cta-3:hover .cta-logo canvas {
    background: url(images/cta-3-h.png) center center no-repeat;
}

.sb-cta-wrapper h3 {
    font-size: 20px;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    line-height: 1.2;
    color: #006aa9;
    padding: 10px 0 0;
    margin: 0;
}

.sb-cta-wrapper a:hover h3 {
    color: #fff;
}

.sb-cta-wrapper h3 span {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-size: 20px;
}

.sb-cta-wrapper .cta-desc {
    font-size: 12px;
    color: #464646;
    line-height: 22px;
    padding: 30px 20px 20px;
}

.sb-cta-wrapper a:hover .cta-desc {
    color: #fff;
}

#hp-comm {
    position: relative;
    z-index: 5;
}

.comm-left-border {
    height: 180px;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    background: url(images/comm-left-border.jpg) center center no-repeat;
    background-size: cover;
}

.comm-right-border {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    bottom: -85px;
    max-width: 99px;
    background: url(images/comm-right-border.jpg) center center no-repeat;
    background-size: cover;
}

.comm-wrapper {
    padding: 75px 0 85px;
}


/*.comm-wrapper .comm-upper{
	padding: 0 0 140px;
}*/

.comm-wrapper .comm-upper .comm-title {

    padding-bottom: 63px;
}

.comm-wrapper h2 {
    color: #949494;
    font-size: 41px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    line-height: 1;
}

.comm-wrapper h2 span {
    color: #000;
    text-transform: uppercase;
    font-style: normal;
}

.comm-wrapper .comm-view {
    text-align: right;
    padding: 17px 0 0;
}

.comm-wrapper .comm-view a {
    color: #c14600;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.040em;
    text-decoration: none;
}

.comm-subtitle {
    position: relative;
    width: 100%;
    padding: 20px 0;
    /* text-align: center; */
}

.comm-subtitle h2 {
    font-size: 30px;
    font-style: normal;
    color: #000;
    margin: 15px 0;
}

.comm-subtitle p {
    margin-bottom: 30px;
    font-size: 15px;
}

.comm-container .comm-cell {
    padding: 0 0 60px;
}

.comm-container .comm-cell a {
    display: block;
    position: relative;
    text-align: center;
}

.comm-wrapper .comm-cell a:after {
    content: '';
    display: block;
    background: url(images/comm-shadow.png) center bottom no-repeat;
    position: absolute;
    width: 100%;
    height: 35px;
    bottom: -35px;
}

.comm-container .comm-cell canvas {
    display: block;
    width: 100%;
    height: auto;
}

.comm-container .comm-cell .comm-fade {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    opacity: .2;
    z-index: 1;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.comm-container .comm-cell a:hover .comm-fade {
    z-index: 3;
    opacity: .1;
}

.comm-container .comm-cell .comm-title {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    background: rgba(191, 160, 103, 0);
    z-index: 2;
}

.comm-container .comm-cell a:hover .comm-title {
    background: rgba(191, 160, 103, 0.8);
}

.comm-container .comm-cell .comm-title:before,
.comm-container .comm-cell .comm-title:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.comm-container .comm-cell .comm-title h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.020em;
    text-transform: uppercase;
    width: 100%;
    padding: 0 60px;
    text-shadow: 1px 1px 3px #000;
    opacity: 1;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.comm-container .comm-cell a:hover .comm-title h3 {
    opacity: 0;
}

.comm-container .comm-cell .comm-hover {
    font-size: 0;
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.comm-container .comm-cell a:hover .comm-hover {
    opacity: 1;
}

.comm-container .comm-cell .comm-hover div span {
    font-size: 20px;
    margin: 0 7px 0 0;
    display: inline-block;
}

.comm-container .comm-cell .comm-hover:before,
.comm-container .comm-cell .comm-hover:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.comm-container .comm-cell .comm-hover div {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    letter-spacing: 0.020em;
}

.comm-container .comm-1 canvas {
    background: url(images/comm-5.jpg) center center no-repeat;
    background-size: cover;
}

.comm-container .comm-2 canvas {
    background: url(images/comm-2.jpg) center center no-repeat;
    background-size: cover;
}

.comm-container .comm-3 canvas {
    background: url(images/comm-3.jpg) center center no-repeat;
    background-size: cover;
}

.comm-container .comm-4 canvas {
    background: url(images/comm-4.jpg) center center no-repeat;
    background-size: cover;
}

.comm-container .comm-5 canvas {
    background: url(images/comm-1.jpg) center center no-repeat;
    background-size: cover;
}

.comm-container .comm-6 canvas {
    background: url(images/comm-6.jpg) center center no-repeat;
    background-size: cover;
}

#hp-testi {
    background: url(images/testi-bg.jpg);
    background-size: cover;
    position: relative;
    padding: 120px 0 110px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

#hp-testi:before {
    content: '';
    display: block;
    background: #000;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.testi-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1036px;
    margin: 0 auto;
}

#hp-testi:after {
    content: '';
    display: block;
    height: 37px;
    width: 65.125%;
    position: absolute;
    bottom: -37px;
    right: 0;
    background: url(images/testi-bottom-bg.jpg) center center no-repeat;
    background-size: cover;
    display: none;
}

.testi-wrapper .testi-title {}

.testi-wrapper .testi-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 41px;
    font-style: italic;
    color: #fff;
    line-height: 1;
    text-align: center;
    position: relative;
    padding: 0 0 45px;
}

.testi-wrapper .testi-title h2 span {
    font-style: normal;
    text-transform: uppercase;
}

.testi-wrapper .testi-title h2:after {
    content: '';
    display: block;
    height: 1px;
    width: 38px;
    background: #fff;
    opacity: .8;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.testi-wrapper ul {
    padding: 50px 0 0;
    text-align: center;
}

.testi-wrapper ul li {
    color: #fff;
}

.testi-wrapper ul p {
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.020em;
    line-height: 27px;
}

.testi-wrapper ul h3 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    padding: 40px 0 0;
}

#hp-newsletter {
    background: url(images/newsletter-bg.jpg);
    background-size: cover;
    padding: 130px 0 100px;
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: none !important;
}

.newsletter-wrapper {}

.newsletter-wrapper h2 {
    color: #000;
    font-size: 41px;
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-style: italic;
    line-height: 1;
    padding: 0 0 30px;
}

.newsletter-wrapper h2 span {
    font-style: normal;
    text-transform: uppercase;
}

.newsletter-wrapper p {
    text-align: center;
    font-size: 12px;
    /*color: #656464;*/
    color: #000;
    line-height: 22px;
    padding: 0 0 24px;
}

.newsletter-contact {
    padding: 12px 0 0;
}

.newsletter-contact ul {
    font-size: 0;
}

.newsletter-contact ul>li {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    padding: 0 0 0 8px;
}

.newsletter-contact ul>li:first-child {
    padding: 0 0 0 0;
}

.newsletter-contact label {
    display: none;
}

.newsletter-contact input[type="text"],
.newsletter-contact input[type="email"],
.newsletter-contact input[type="tel"] {
    padding: 12px 19px;
    font-size: 11px;
    font-style: italic;
    font-weight: 500;
    color: #808080;
    display: block;
    width: 100%;
    border: 0;
    line-height: 1;
    background: rgba(255, 255, 255, .9);
}

.newsletter-contact textarea {
    resize: none;
    background: rgba(255, 255, 255, .9);
    width: 100%;
    border: 0;
    padding: 20px 19px;
    font-size: 11px;
    font-style: italic;
    font-weight: 500;
    color: #808080;
}

.newsletter-contact input[type="submit"] {
    font-family: 'Playfair Display', serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 14px;
    padding: 19px 5px;
    line-height: 1;
    background: linear-gradient(.56turn, #db6300 37%, #bc4100 73%);
    width: 90%;
    max-width: 213px;
    margin: 20px auto 0;
    border: 0;
}

.newsletter-contact input[type="submit"]:hover {
    background: linear-gradient(.36turn, #db6300b8 37%, #bc4100fa 73%);
}

.newsletter-contact .ajax-loader {}

.footer-menus {
    background: #162648;
    padding: 90px 0 50px 0;
}

#footermenu {
    font-size: 0;
}

#footermenu a {
    color: #fff;
    text-decoration: none;
}

#footermenu a:hover {
    opacity: .7;
}

#footermenu .sub-menu {
    padding: 40px 0 0;
}

#footermenu .sub-menu>li {
    margin: 12px 0 0;
}

#footermenu .sub-menu>li:first-child {
    margin: 0 0 0;
}

#footermenu .sub-menu a {
    font-size: 12px;
    letter-spacing: 0.040em;
}

#footermenu>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    /* margin: 0 0 0 53px; */
    margin: 0 0 76px 2.76%;
}

#footermenu>li:before {
    content: '';
    display: block;
    height: 2px;
    width: 27px;
    background: #bfa067;
    position: relative;
    top: -25px;
    left: 0;
}

#footermenu>li:first-child {
    margin: 0 0 0 0;
}


/* #footermenu > li:last-child{
	margin: 0 0 0 2.76%;
} */


/*.footer-menus .container{
	border-bottom: 1px solid #bfa067;
    margin-bottom: 45px;
    padding-bottom: 20px;
}*/

#footermenu>li>a {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.020em;
}

.footer-company-logo {
    padding: 50px 0 45px;
}

.footer-company-logo img {
    margin: 0 auto;
    max-width: 265px;
    width: 90%;
}


/*SMI FOOTER*/

.smi {
    display: inline-block;
}

.smi-icon {
    margin: 15px -10px;
    border-top: 1px solid #bfa067;
    padding: 10px 10px;
}

.smi-icon .email,
.smi-icons {
    display: inline-block;
    margin: 0 0 0 70px;
}

.smi-icon .email a:hover {
    opacity: .7;
}

.smi .email-txt,
.email span {
    color: #fff;
}

.smi .email-txt {
    margin: 0 0 0 10px;
}

.smi-icon .phone {
    color: #fff;
}

.smi-icon .phone span {
    margin: 0 0 0 10px;
}

.smi-icons img {
    width: 15px;
    margin: 0 10px;
}

.smi-icons a:hover {
    opacity: .7;
}

.smi-icons span.ft-smi-icon {
    font-size: 15px;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;
}

.copyright {
    text-align: center;
    color: #656464;
    font-size: 11px;
    letter-spacing: 0.030em;
}

.copyright a {
    color: #656464;
}

.copyright a.ai-link {
    text-decoration: underline;
}

.footer-logo {
    text-align: center;
    line-height: 1;
    padding: 15px 0 85px;
}

.footer-logo img {
    display: inline-block;
    vertical-align: middle;
}

.footer-logo span {
    color: #656464;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
}

#inner-page-wrapper {
    padding: 30px 0 0;
}

.ip-banner {
    position: relative;
    background: url(images/slide-dummy_3.jpg);
    height: 300px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.ip-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.sb-newsletter {}

.sb-newsletter h2 {
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-size: 25px;
    line-height: 1.1;
    margin: 0 0 20px;
}

.sb-newsletter .newsletter-contact ul>li {
    width: 100%;
    margin: 0 0 5px;
    padding: 0 0;
}

.sb-newsletter .newsletter-contact ul {
    margin: 0;
}

.sb-newsletter .newsletter-contact input[type="text"],
.sb-newsletter .newsletter-contact input[type="email"],
.sb-newsletter .newsletter-contact input[type="tel"],
.sb-newsletter .newsletter-contact textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sidebar-teamphoto .agentPhotoWrap {
    width: 100%;
    height: auto;
    max-width: 261px;
    margin: 0 auto;
}

.sidebar-teamphoto .agentPhotoWrap img {
    display: block;
    width: 100%;
    height: auto;
}

.sidebar-teamphoto .agentContinfo {
    text-align: center;
    padding: 22px 0;
}

.sidebar-teamphoto .agentContinfo h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    color: #162648;
}

.sidebar-teamphoto .agentContinfo span {
    font-size: 12px;
    text-transform: uppercase;
    color: #777777;
    font-weight: 300;
    display: block;
    text-align: center;
}

.sidebar-teamphoto .agentContinfo strong {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #777777;
    display: block;
    padding-top: 17px;
    line-height: 26px;
}

.sidebar-teamphoto .agentContinfo a {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    color: #777777;
}

.sidebar-teamphoto .agentContinfo p {
    color: #777777;
    font-weight: 300;
    font-size: 13px;
    display: block;
    line-height: 20px;
}

.sidebar-qs-holder {
    position: relative;
}

.sidebar-qs-holder .sidebar-qs {
    width: 100%;
    max-width: 263px;
    margin: 0 auto;
    padding: 0 22px 0 22px;
    margin-bottom: 30px;
}

.sidebar-qs-holder h2 {
    font-size: 20px;
    color: #162648;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 18px 0;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

.sidebar-qs-holder h2 strong {
    font-weight: 500;
    font-size: 30px;
    display: block;
    line-height: 25px;
}

.sidebar-qs-holder form {
    display: block;
    width: 100%;
    font-size: 0;
}

.sidebar-qs-holder select {
    border: 1px solid #D7D7D7;
    width: 100%;
    height: 34px;
    background: #fff;
    outline: none;
    color: #777777;
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 2px;
    padding: 6px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.sidebar-qs-holder form div select {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    margin-left: 1%;
}

.sidebar-qs-holder form div select:first-child {
    margin-left: 0;
}

.sidebar-qs-holder input[type="submit"] {
    height: 34px;
    background-color: #162648;
    border: none;
    width: 100%;
    font-size: 12px;
    color: #fff;
    outline: none;
    margin-top: 20px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.sidebar-qs-holder input[type="submit"]:hover {
    background: #2e4067;
}

.sidebar-qs-holder .qs-adv a.qs-adv-btn {
    display: block;
    text-decoration: none;
    height: 34px;
    background-color: #b7b7b7;
    border: none;
    width: 100%;
    font-size: 12px;
    color: #fff;
    outline: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    text-align: center;
    margin-top: 2px;
    padding: 7px 0px;
}

.sidebar-qs-holder .qs-adv a.qs-adv-btn:hover {
    background: #767676;
}

.sidebar-qs-holder a:hover {
    background: #767676;
}

.ip-cta-bottom {
    margin: 20px 0;
}

.ip-cta-bottom .cta-list {
    margin-bottom: 30px;
}

.ip-cta-bottom .cta-list a {
    display: block;
    width: 100%;
    height: 72px;
    text-align: center;
    background: transparent;
    border: solid 1px #959595;
    color: #898989;
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    padding: 13px;
    padding-bottom: 29px;
}

.ip-cta-bottom .cta-list a i {
    position: absolute;
    right: 6%;
    top: 50%;
    margin-top: -8.5px;
}

.ip-cta-bottom .cta-list a:hover {
    background: #162648;
    color: #fff;
}

.ip-cta-bottom .cta-list a:after {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

.ip-cta-bottom .cta-list a span {
    display: inline-block;
    vertical-align: middle;
}

.ip-cta-bottom .ai-arrow-b-n:before,
.ai-font-arrow-b-n:before {
    display: none;
}


/*Agent Pages*/

img.agent-photo {
    float: left;
    width: 250px;
    padding: 0 20px 20px 0;
}

p.agent-position {
    margin-top: -30px !important;
    font-size: 15px;
}

.sidebar-qs .hp-quick-search .bootstrap-select.btn-group {
    margin-bottom: 1.5px;
}

.hp-quick-search.hp-q-s .bootstrap-select.btn-group .dropdown-toggle {
    font-size: 11px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.040em;
    color: #fff;
    max-height: 38px;
    border: 0px;
    padding: 14px 10px;
    line-height: 1;
    background: none;
    display: block;
    width: 100%;
    /*background: url(images/qs-dd-select.png) 95% center no-repeat;*/
    appearance: none;
    -webkit-appearance: none;
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {}

.bs-searchbox input {
    border: 1px solid #ccc !important;
    color: #000000 !important;
}

.title_t {
    background: #e7e7e7;
}

.check_icn img {
    max-width: 16px;
    margin-right: 10px;
}

.check_icn li {
    list-style: none;
    text-indent: 28px;
}


/* 

.check_icn .ai-check-o {
    font-style: normal !important;
    font-size: 25px;
    color: #162648;
    position: relative;
    top: 6px;
    margin-right: 10px;
}

 */

i.icon-check {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(http://aerishousecom.rs4.aios-staging.com/wp-content/uploads/2018/11/icon-check-3.png);
    background-size: contain;
    /* margin-right: 17px; */
}

#content a.ip-btn {
    display: inline-block;
    width: 100%;
    height: 46px;
    text-align: center;
    background: #162648;
    border: solid 1px #959595;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    max-width: 200px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
}

#content a.ip-btn:after {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

#content a.ip-btn:hover {
    background: #fff;
    color: #898989;
}

.page-id-899 #inner-page-wrapper,
.page-id-904 #inner-page-wrapper,
.page-id-602 #inner-page-wrapper,
.page-id-913 #inner-page-wrapper,
.page-id-917 #inner-page-wrapper,
.page-id-921 #inner-page-wrapper {
    visibility: hidden;
}


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

ul.dropdown-menu.inner {
    max-height: 200px !important;
}

ul#ihf-detail-extrainfotabs,
#ihf-search-tabs>ul.nav-tabs,
#ihf_select_property_type_chosen ul.chosen-results,
#ihf_select_bedrooms_homes_chosen ul.chosen-results,
#ihf_select_baths_homes_chosen ul.chosen-results {
    margin-left: 0 !important;
}

.ihf-advanced-property-search ul.chosen-results {
    padding-left: 0 !important;
}

#ihf-main-container .dropdown-menu>.active>a {
    color: #333 !important
}

#ihf-main-container .dropdown-menu>li>a:hover {
    color: #000 !important;
}

.page-id-0 #content ul {
    margin-left: 0 !important;
    padding: 0 !important;
}

#ihf-main-container .btn-primary:hover {
    background-color: #285e8e !important;
}

#ihf-main-container .pagination>li>a,
#ihf-main-container .pagination>li>span {
    padding: 6px 8px !important;
}

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

#ihf-main-container .chosen-results {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

#ihf-schoolDistrict+.chosen-container ul.chosen-results {
    max-height: 200px;
}

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

#ihf-main-container .ihf-label-overlay-money {
    z-index: 0;
}

#ihf-detail-extrainfotabs {
    margin-left: 0 !important;
}

#areaPickerExpandAllCloseButton {
    margin-right: 0 !important;
    width: auto !important;
    position: relative;
    right: 14px;
}

#ihf-main-container .btn-primary {
    background: #265a88
}

#hp-newsletter .wpcf7-form-control-wrap {
    display: block !important;
}

#hp-newsletter .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 12px !important;
}

#hp-newsletter div.wpcf7-response-output {
    text-align: center !important;
    color: #000 !important;
}

.cycloneslider-template-video .cycloneslider-volume {
    display: none !important;
}

.sidebar-qs-holder .sidebar-qs button.btn.dropdown-toggle.bs-placeholder.btn-default {
    border-radius: 0;
}

.sidebar-qs-holder .sidebar-qs .btn-default.active,
.sidebar-qs-holder .sidebar-qs .btn-default:active,
.sidebar-qs-holder .sidebar-qs .btn-default:hover,
.sidebar-qs-holder .sidebar-qs .open>.dropdown-toggle.btn-default {
    color: #777777;
    background-color: transparent;
    border-color: #ccc;
    box-shadow: none;
    border-radius: 0;
}

.sidebar-qs-holder .sidebar-qs .bootstrap-select>.dropdown-toggle.bs-placeholder,
.sidebar-qs-holder .sidebar-qs .bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.sidebar-qs-holder .sidebar-qs .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.sidebar-qs-holder .sidebar-qs .bootstrap-select>.dropdown-toggle.bs-placeholder:active {
    color: #777777;
    box-shadow: none;
}

#content .entry a.asis-mailto-obfuscated-email {
    color: #000;
}

#content .entry a.asis-mailto-obfuscated-email:hover {
    color: #337ab7;
}

#content .ihf-eureka ul,
aside .ihf-eureka ul {
    list-style-type: none !important;
}

.ip-pdf-wrap iframe {
    width: 100%;
    height: 600px;
}

a.publink {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.page-id-2203 #content .pdf-item img {
    box-shadow: 0 0 15px #222;
}

.votes-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.pdf-item a {
    display: block;
    margin-bottom: 50px;
}

.smi.brokerage span {
    color: #fff;
    margin-left: 60px;
    text-transform: uppercase;
}

.fp-contacts-wrapper em {
    margin-right: 100px;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    width: auto;
    line-height: 12px;
    position: absolute;
    top: 10px;
    right: 5px;
    left: auto
}

.agent-contact-position.agent-contact-position-2 {
    display: none;
}