/*
Theme Name: Pietig Properties       
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.7
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
 *
 *******************************************************/
#main-wrapper {
    overflow: hidden;
}

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

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

.nav2>li>a {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    letter-spacing: .050em;
    text-transform: uppercase;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.nav2>li:hover>a {
    color: #e11b22 !important;
}

#nav .sub-menu,
.nav2 .sub-menu {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 210px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 20px;
    -webkit-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
}

#nav .sub-menu a,
.nav2 .sub-menu a {
    display: block;
    padding: 17px 22px;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff !important;
    letter-spacing: .050em;
    text-transform: uppercase;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

#nav .sub-menu a:hover,
.nav2 .sub-menu a:hover {
    background: rgba(255, 255, 255, .70);
    color: #0054a4 !important;
    text-decoration: none;
}

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

#nav li:hover>.sub-menu,
.nav2 li:hover>.sub-menu {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    opacity: 1;
    visibility: visible;
}

#nav .sub-menu li,
.nav2 .sub-menu li {
    position: relative;
    background-color: rgba(126, 126, 126, .70);
    width: 100%;
    text-align: center;
}


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

/* Global */

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

/*popup Style*/
.aiosp-bg {
    opacity: .6;
}

a.aios-content-popup.pop-trigger {
    display: none;
}

.aiosp-wrap .aiosp-container .aios-popup-body {
    background: transparent;
    font-size: 0;
    width: 100%;
    max-width: 1234px;
    padding: 0 !important;
}

#vns-popup .git-wrap {
    position: relative;
    box-shadow: 1px black;
    -webkit-box-shadow: 0 0 10px 1px #444444;
    box-shadow: 0 0 10px 7px rgba(0, 0, 0, .5);
}

button.aiosp-close {
    background-image: url(images/pop-ex.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 46px !important;
    right: 0;
    z-index: 999;
    font-size: 0;
}

#vns-popup .git-wrap::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .30);
    content: '';
}

#vns-popup .git-wrap .row {
    z-index: 5;
    position: relative;
}

/*End of popup style*/

/*Sidenavigation*/
#scroll-down {
    position: fixed;
    top: 59vh;
    right: -35px;
    z-index: 1003;
    transform: translateY(-50%);
    text-align: center;
    text-transform: uppercase;
    color: #888888;
    width: 154px;
}

#scroll-down ul {
    display: inline-block;
}

#scroll-down ul li {
    display: block;
    position: relative;
    margin-bottom: 18px;
}

#scroll-down ul li .scroll-section-title {
    position: absolute;
    top: 9px;
    right: 46px;
    font-size: 11px;
    color: #888888;
    text-transform: uppercase;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s ease-in-out, top 0.3s;
}

#scroll-down ul li:hover .scroll-section-title,
#scroll-down ul li.nav-active-section .scroll-section-title {
    visibility: visible;
    opacity: 1;
}

#scroll-down ul li a {
    position: relative;
    border: solid 1px transparent;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out, top 0.3s;
    cursor: pointer;
}

#scroll-down ul li.nav-active-section a,
#scroll-down ul li a:hover,
#scroll-down:not(.vertical-nav-active) ul li:first-child a {
    border: solid 4px #0054a4;
}

.nav-active-section-content-welcome ul li a::before {
    background: #fff !important;
}


#scroll-down ul li.nav-active-section a::before {
    background: transparent !important;
}


#scroll-down ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: rgba(225, 27, 34, .8);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

#scroll-down ul li.nav-active-section a::before {
    background: transparent;
}

#scroll-down:not(.vertical-nav-active) ul li:first-child a::before {
    background: #FFF;
}

#scroll-down .scroll-down-text {
    display: block;
    margin-top: 13px;
    font-size: 11px;
    letter-spacing: 0.1em;
}

.arrow-scroll {
    position: absolute;
    left: -8px;
    bottom: 20px;
    cursor: pointer;
    width: 100%;
}

.scroll-last-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    left: 56%;
    transform: translateX(-50%);
    position: absolute;
    bottom: -70px;
}

.scroll-last-bullet::after {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, .41);
    content: '';
    width: 21px;
    z-index: -1;
    height: 21px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.scroll-last-bullet::before {
    content: '';
    height: 37px;
    width: 2px;
    background: #fff;
    left: 50%;
    position: absolute;
    z-index: -1;
    bottom: 100%;
    transform: translateX(-50%);
}

.scroll-text {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .100em;
    position: absolute;
    bottom: -108px;
    left: 59%;
    transform: translateX(-50%);
    width: 100%;
}

.arrow-scroll:hover .arrow-scroll-item span {
    color: #ce2029;
}

.arrow-scroll-item:first-child {
    top: 13px;
}

.arrow-scroll-item span {
    font-size: 41px;
    color: rgba(255, 255, 255, .9);
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.arrow-scroll-item {
    position: absolute;
}

/*End of SideNavigation*/

/*Header Style*/
header.header {
    position: fixed;
    z-index: 1034;
    width: 100%;
    font-size: 0;
    padding: 45px 10px;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.header-holder {
    max-width: 1342px;
    margin: 0 auto;
}

header .nav2.nav-left {
    width: 40.08%;
    display: inline-block;
    vertical-align: middle;
}

.nav-left>li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 77px;
}

.nav-left>li:last-child {
    margin-right: 0;
}

header .nav2.nav-right {
    width: 42.39%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

header .nav2.nav-right>li {
    display: inline-block;
    vertical-align: middle;
    /*margin-left: 43px;*/
    margin-left: 76px;
}

header .nav2.nav-right>li:first-child {
    margin-left: 0;
}

.header-logo {
    width: 17.53%;
    display: inline-block;
    vertical-align: middle;
}

.header-top {
    margin-bottom: -5px;
}

.header-contact {
    max-width: 355px;
    display: flex;
    margin-left: auto;
    justify-content: space-between;
}

.header-contact-item span {
    font-size: 11px;
    color: #fff;
    margin-right: 13px;
}

.header-contact-item a {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff !important;
    letter-spacing: .050em;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.header-contact-item a:hover {
    color: #e11b22 !important;
}

.fixed-logo {
    display: none;
}

/*End of Header Style*/
/*Fixed Header Style*/
header.header.fixed {
    background-color: rgba(255, 255, 255, .90);
    padding: 10px 10px;
    box-shadow: 1px black;
    -webkit-box-shadow: 0 0 10px 1px #444444;
    box-shadow: 0 0 10px 1px #444444;
}

header.header.fixed .nav2>li>a {
    color: #0054a4;
}

header.header.fixed .fixed-logo {
    display: block;
}

header.header.fixed .main-logo {
    display: none;
}

header.header.fixed .header-top {
    opacity: 0;
    height: 0;
    margin: 0 !important;
}

header.header.fixed .nav2 .sub-menu {
    padding-top: 44px;
}

/*End of Fixed Header Style*/
/*slideshow Style*/
section.hp-slideshow {
    position: absolute;
    width: 100%;
    height: 100%;
}

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

section.hp-slideshow::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .40);
    content: '';
}

.slideshow-inner .cycloneslider-template-video,
.slideshow-inner .cycloneslider-slides,
.slideshow-inner .cycloneslider-slide {
    height: 100vh !important;
}

.slideshow-inner .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-custom-video canvas {
    min-height: 100vh !important;
}

.slideshow-inner {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.slideshow-inner .cycloneslider-template-responsive,
.slideshow-inner .cycloneslider-template-responsive .cycloneslider-slide-image,
.slideshow-inner .cycloneslider-template-responsive .cycloneslider-slides {
    height: 100vh !important;
}

.cycloneslider-template-responsive.cycloneslider-width-full .cycloneslider-slide canvas,
.cycloneslider-template-responsive.cycloneslider-width-full .cycle-sentinel canvas {
    width: 100%;
    height: 100%;
}

.initial-gap canvas {
    width: 100%;
    height: 100vh;
    display: block;
}

/*End of Slideshow Style*/
/*Floating SMI Style*/
.slide-smi {
    position: fixed;
    left: 2%;
    top: 44%;
    z-index: 1003;
}

.slide-smi-item {
    margin-bottom: 18px;
}

.slide-smi-item a span {
    color: #fff;
    font-size: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slide-smi-item a {
    width: 33px;
    height: 33px;
    display: block;
    border-radius: 50%;
    background: #e11b22;
    position: relative;
    box-shadow: 1px black;
    -webkit-box-shadow: 0 0 10px 1px #444444;
    box-shadow: 0 0 10px 1px #444444;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.slide-smi-item a:hover {
    background-color: #0054a4;
}

/*End of Floating SMI Style*/
/*Quick Search Style*/
section.hp-qs {
    z-index: 5;
    position: absolute;
    bottom: 42px;
    width: 100%;
    font-size: 0;
    padding: 0 20px;
}

.qs-wrap {
    max-width: 1178px;
    margin: 0 auto;
}

.qs-btn {
    max-width: 383px;
    display: flex;
    justify-content: space-between;
}

.qs-btn-item {
    max-width: 191px;
    width: 100%;
}

.qs-btn-item a {
    max-width: 100%;
    display: block;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .025em;
    text-transform: uppercase;
    text-align: center;
    height: 48px;
    line-height: 3.1;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
    color: #fff;
    background: rgba(126, 126, 126, .70);
}

.qs-btn-item a:hover {
    color: #e11b22;
    background: rgba(255, 255, 255, .75);
}

.qs-btn-item a.active {
    color: #e11b22;
    background: rgba(255, 255, 255, .75);
}

/*a.btn-sold {
                color: #fff;
                background: rgba(126, 126, 126, .70);
            }*/

.qs-form-wrapper form {
    max-width: 1125px;
    margin: 0 auto;
    width: 100%;
}

.qs-form-wrapper {
    background: rgba(0, 0, 0, .25);
    padding: 19px 10px;
}

.qs-long {
    width: 40%;
    display: inline-block;
    vertical-align: bottom;
    padding-right: 9px;
}

.qs-short {
    width: 8.08%;
    display: inline-block;
    vertical-align: bottom;
    padding-right: 9px;
}

.qs-mid {
    width: 10.84%;
    display: inline-block;
    vertical-align: bottom;
    padding-right: 9px;
}

.qs-long select,
.qs-short select,
.qs-short input,
.qs-mid input,
.qs-mid select {
    width: 100%;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    letter-spacing: .025em;
    border-bottom: 2px solid rgba(255, 255, 255, .70) !important;
    background: transparent;
    border: 0;
    height: 33px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    outline: none;
}

.qs-btns.btnsubmit-wrap {
    width: 12.71%;
    display: inline-block;
    vertical-align: bottom;
    padding-right: 4px;
}

.qs-btns.advancewrap {
    width: 9.45%;
    display: inline-block;
    vertical-align: bottom;
}

.qs-btn-sub {
    max-width: 128px;
    margin-left: auto;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.qs-btn-sub:hover::after {
    left: 0;
}

.qs-btns.advancewrap a {
    line-height: 3.1;
    position: relative;
    pointer-events: auto;
    z-index: 2;
}

.qs-btns.advancewrap a::after {
    position: absolute;
    top: 0;
    left: -100px;
    width: 100%;
    height: 100%;
    background: #0054a4;
    content: '';
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
    pointer-events: none;
    z-index: -1;
}

.qs-btns.advancewrap a:hover::after {
    left: 0;
}

.qs-btn-sub input,
.qs-btns.advancewrap a {
    width: 100%;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    letter-spacing: .025em;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    border: 0;
    height: 48px;
    padding: 0;
    z-index: 4 !important;
    position: relative;
    display: block;
    overflow: hidden;
}

.qs-btn-sub::after {
    position: absolute;
    top: 0;
    left: -121px;
    width: 100%;
    height: 100%;
    background: #e11b22;
    content: '';
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;

}

.qs-wrap select option {
    color: #000;
}

.qs-long .dropdown-menu ul.dropdown-menu {
    max-height: 250px !important;
}

/*End of Quick Search Style*/
/*Welcome Wrapper*/
section.welcome-wrapper {
    background: #b7b5b3;
    position: relative;
    overflow: hidden;
}

section.welcome-wrapper::after {
    content: '';
    width: 380px;
    height: 288px;
    background-image: url(images/testi-quote.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -29px;
    left: -21px;
    z-index: 10;
}

.welcome-dark-blue {
    position: absolute;
    left: -212px;
    top: 0;
    background: #0054a4;
    width: 31.81%;
    z-index: 6;
    height: 100%;
    transform: skew(14deg);
    display: inline-block;
    vertical-align: middle;
}

.welcome-light-blue {
    position: absolute;
    left: calc(31.81% - 212px);
    top: 0;
    background: #1a65ad;
    width: 38.31%;
    z-index: 6;
    height: 100%;
    transform: skew(14deg);
    display: inline-block;
    vertical-align: middle;
}

.welcome-red {
    position: absolute;
    right: -190px;
    top: 0;
    background: #e43239;
    width: 22.31%;
    z-index: 6;
    height: 100%;
    transform: skew(14deg);
    display: inline-block;
    vertical-align: middle;
}

.welcome-red::after {
    position: absolute;
    right: 0;
    top: 0;
    background: #e11b22;
    width: calc(100% - 58px);
    z-index: 1;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    content: '';
}

.welcome-inner {
    position: relative;
}

.welcome-wrap .row {
    display: flex;
    align-items: flex-end;
}

.welcome-wrap .row::before {
    display: none;
}

.welcome-inner .col-md-6:first-child {
    z-index: 7;
    position: relative;
    align-self: stretch;
}


.hp-agent-photo {
    width: calc(((100vw - 1140px) / 2) + 100%);
    margin-left: -46px;
}

.hp-agent-photo-inner {
    margin-left: 25px;
}

.hp-agent-photo-inner img {
    width: 100%;
}

.testi-desc {
    padding-left: 72px;
}

.testi-item p {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    letter-spacing: .050em;
    line-height: 35px;
    max-width: 460px;
}

.testi-name-wrap {
    max-width: 325px;
    margin-top: 36px;
}

.testi-wrap {
    padding-top: 53%;
}

.testi-name-inner {
    max-width: 133px;
    margin-left: auto;
    position: relative;
}

.testi-name-inner::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 116%;
    height: 3px;
    width: 170px;
    content: '';
    background-color: #e11b22;
}

.testi-name {
    color: #fff;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .200em;
}

.testi-jd {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .200em;
    margin-top: 7px;
}

.testi-btn {
    padding-left: 72px;
    margin-top: 66px;
}

.testi-btn a {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .200em;
    max-width: 269px;
    height: 48px;
    display: block;
    text-align: center;
    line-height: 3.7;
    position: relative;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.testi-btn a:hover {
    color: #e11b22;
}

.testi-btn a:hover::after {
    left: 0;
}

.testi-btn a::after {
    position: absolute;
    top: 0;
    left: -264px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: '';
    z-index: -1;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

/*End of Welcome Wrapper*/
/*Content HP*/
.hp-content {
    z-index: 4;
    position: relative;
}

/*End of Content HP*/
/*CTA Style*/
section.cta-wrapper {
    font-size: -0;
}

.cta-wrap {
    margin: 0 -56px;
}

.cta-item {
    width: 33.33%;
    display: inline-block;
    vertical-align: middle;
    transform: skew(-14deg);
    overflow: hidden;
    position: relative;
}

.cta-img {
    transform: skew(14deg);
    position: absolute;
    left: 0;
    right: -63px;
    margin-left: -54px;
}

.cta-item a {
    display: block;
    position: relative;
    width: 100%;
    height: 450px;
}

.cta-item a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 27px);
    height: 100%;
    background-color: rgba(0, 0, 0, .50);
    content: '';
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.cta-item a:hover::after {
    width: 0 !important;
}

.cta-item a::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 27px;
    height: 100%;
    background-color: rgba(0, 84, 164, .25);
    content: '';
    z-index: 4;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.cta-item a:hover::before {
    width: 100% !important;
    opacity: 1 !important;
}

.cta-item:nth-child(2) a::before {
    background-color: rgba(225, 27, 34, .25);
}

.cta-item:last-child a::after {
    width: 100%;
}

.cta-item:last-child a::before {
    opacity: 0;
}

.cta-item canvas {
    display: block;
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cta-desc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skew(16deg);
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .200em;
    z-index: 5;
    /* transform: skew(16deg); */
}

/*End of CTA Style*/
/*featured Style*/
section.fa-wrapper {
    background: #fff;
    padding: 135px 10px 20px;
}

.fa-title-hold {
    text-align: center;
    margin-bottom: 81px;
}

.fa-title-hold span {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 35px;
    color: #a6a6a6;
    text-transform: uppercase;
    letter-spacing: .200em;
}

.fa-wrap .row {
    margin-bottom: 136px;
}

.fa-title-hold span span {
    display: block;
    font-size: 50px;
    color: #0054a4;
}

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

.fa-img {
    margin-left: -136px;
    margin-right: -30px;
    position: relative;
}

.fa-img::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(51, 51, 51, .20);
}

.fa-right {
    max-width: 551px;
    margin-left: auto;
    padding-top: 84px;
    z-index: 5;
    position: relative;
}

.fa-title {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 34px;
    text-transform: uppercase;
    color: #0054a4;
    letter-spacing: .200em;
    position: relative;
}

.fa-title::after {
    content: '';
    width: calc(100% + 170px);
    position: absolute;
    bottom: 0;
    right: 0;
    background: #e11b22;
    height: 3px;
    bottom: -24px;
}

.fa-desc {
    margin-top: 54px;
}

.fa-list {
    margin-top: 20px;
}

.fa-desc p {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    letter-spacing: .050em;
    line-height: 35px;
}

.fa-list a {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #747474;
    display: block;
    max-width: 166px;
    text-align: center;
    height: 50px;
    text-transform: uppercase;
    letter-spacing: .200em;
    line-height: 3.9;
    position: relative;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.fa-list a::after {
    position: absolute;
    top: 0;
    left: -159px;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #0054a4;
    z-index: -1;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.fa-list a:hover {
    color: #fff;
}

.fa-list a:hover::after {
    left: 0;
}

.fa-second .fa-right {
    margin-right: auto;
    margin-left: 0;
}

.fa-second .fa-title::after {
    right: auto;
    left: 0;
}

.fa-second .fa-img {
    margin-left: -30px;
    margin-right: -136px;
}

.fa-second .fa-desc {
    text-align: right;
}

.fa-second .fa-list a {
    margin-left: auto;
}

/*End of Featured Style*/
/*About Area Style*/
section.aa-wrapper {
    position: relative;
}

section.aa-wrapper::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(images/aa-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.aa-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .30);
    content: '';
    z-index: 2;
}

.aa-hold {
    position: relative;
    z-index: 4;
}

.aa-desc-inner {
    max-width: 478px;
    margin-left: auto;
}

.aa-dark-blue {
    width: calc(56% + 147px);
    background: rgba(0, 84, 164, .7);
    position: absolute;
    z-index: 3;
    right: -147px;
    height: 100%;
    transform: skew(15deg);
}

.aa-dark-blue::after {
    content: '';
    width: 100%;
    background: rgba(0, 84, 164, .25);
    position: absolute;
    z-index: 3;
    right: 38px;
    height: 100%;
}

.aa-wrap .col-md-6 {
    float: right;
}

.aa-title {
    position: relative;
}

.aa-title::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -38px;
    right: calc(100% - 164px);
    background-color: #e11b22;
}

.aa-title span {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: .200em;
}

.aa-title span span {
    display: block;
    font-size: 50px;
}

.aa-desc {
    max-width: 450px;
    margin-top: 68px;
}

.aa-desc p {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    letter-spacing: .050em;
    line-height: 35px;
}

.aa-hold {
    position: relative;
    z-index: 4;
    padding: 159px 0;
}

/*End of About Area Style*/
/*NLP Style*/
section.nlp-wrapper {
    background-color: #fff;
    font-size: 0;
    padding: 115px 10px 120px;
}

.nlp-list {
    margin: 0 -17.5px;
}

.nlp-title {
    text-align: center;
}

.nlp-title span {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 35px;
    letter-spacing: .200em;
    text-transform: uppercase;
    color: #a6a6a6;
}

.nlp-title span span {
    font-size: 50px;
    color: #e11b22;
    display: block;
}

.nlp-item {
    width: 25%;
    padding: 0 17.5px;
}

.nlp-hold {
    max-width: 1502px;
    margin: 0 auto;
    margin-top: 50px;
}

.nlp-item a {
    display: block;
    position: relative;
}

.nlp-item a:hover .nlp-util {
    opacity: 1;
    height: auto;
    margin-top: 12px;
}

.nlp-item a:hover .nlp-btn>div {
    height: 53px;
    font-size: 14px;
    border-color: #0054a4;
}

.nlp-item a .nlp-btn>div:hover {
    border-color: #e11b22;
    background-color: #e11b22;
}

.nlp-item a:hover .nlp-btn>div::after {
    opacity: 0;
}

.nlp-item a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(51, 51, 51, .30);
}

.nlp-item canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.nlp-desc {
    position: absolute;
    bottom: 30px;
    z-index: 4;
    left: 20px;
}

.nlp-price {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    letter-spacing: .050em;
}

.nlp-add {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    letter-spacing: .050em;
    line-height: 20px;
    margin-top: 9px;
}

.nlp-btn>div {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-align: center;
    max-width: 171px;
    text-transform: uppercase;
    letter-spacing: .100em;
    border: 1px solid #e11b22;
    height: 53px;
    line-height: 3.9;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.nlp-util li {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    letter-spacing: .050em;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.nlp-btn {
    margin-top: 20px;
}

.nlp-util {
    margin-top: 12px;
    opacity: 0;
    height: 0;
    margin: 0;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.nlp-btn>div {
    height: 0;
    font-size: 0;
    position: relative;
}

.nlp-btn>div::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e11b22;
    content: '';
}

/*End of NLP Style*/
/*Get In Touch Style*/
section.git-wrapper {
    position: relative;
    font-size: 0;
}

section.git-wrapper::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, .40);
}

section.git-wrapper::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .15);
}

.git-inner {
    position: relative;
    z-index: 4;
    padding: 107px 10px;
}

.git-wrap form {
    max-width: 1002px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.git-form {
    padding-top: 57px;
}

.git-wrap {
    max-width: 1230px;
    margin: 0 auto;
    border: 1px solid #0054a4;
    padding: 64px 10px 78px;
}

.git-lightblue {
    position: absolute;
    right: -103px;
    width: 50%;
    height: 100%;
    background: rgba(0, 84, 164, .15);
    transform: skew(17deg);
    z-index: 2;
}

.git-short {
    width: 33.33%;
    display: inline-block;
    padding-right: 20px;
}

.git-short:nth-child(3) {
    padding-right: 0;
}

.git-short input,
.git-long textarea {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    letter-spacing: .025em;
    text-transform: capitalize;
    background: transparent;
    border: 0;
    width: 100%;
    height: 37px;
    border-bottom: 2px solid #fff;
    outline: none;
}

.git-long {
    padding-top: 35px;
    position: relative;
}

.git-long textarea {
    height: 62px;
    resize: none;
    padding-right: 106px;
}

.git-btn {
    max-width: 107px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 14px;
    overflow: hidden;
}

.git-btn:hover::after {
    left: 0;
}

.git-btn::after {
    position: absolute;
    top: 0;
    left: -102px;
    width: 100%;
    height: 100%;
    background-color: #e11b22;
    z-index: -1;
    content: '';
    pointer-events: none;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.git-btn .wpcf7-submit {
    display: block;
    width: 100%;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    letter-spacing: .200em;
    text-transform: uppercase;
    background: transparent;
    border: 0;
    text-align: center;
    height: 52px;
    padding: 0;
    z-index: 2;
    outline: none;
}

.git-title h2 {
    text-align: center;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 50px;
    color: #fff;
    letter-spacing: .200em;
    text-transform: uppercase;
}

.git-long span.ajax-loader {
    position: absolute;
    bottom: 4px;
    left: 33%;
    z-index: 999;
    /* right: -15px; */
}

.git-wrap .wpcf7-response-output {
    position: absolute;
    bottom: -34px;
    width: 100%;
    margin: 0 !important;
    font-size: 12px;
    text-align: center;
    color: #fff !important;
}

.git-form span.wpcf7-not-valid-tip {
    font-size: 12px;
    width: auto;
}

/*End of Get In touch Style*/
/*Footer Style*/
footer.footer {
    z-index: 5;
    position: relative;
    background: #fff;
    padding: 50px 0;
}

.footer-logo a {
    max-width: 235px;
    margin: 0 auto;
    display: block;
}

.footer-nav {
    margin-top: 40px;
}

.footernav {
    max-width: 1027px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.footernav>li>a {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    letter-spacing: .050em;
    text-transform: uppercase;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.footernav>li:hover>a {
    color: #0054a4;
}

.footer-contact .textwidget {
    max-width: 355px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 27px;
}

.footer-contact-item span {
    font-size: 13px;
    color: #0054a4;
    margin-right: 7px;
}

.footer-contact-item a {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000 !important;
    letter-spacing: .025em;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.footer-contact-item a:hover {
    color: #0054a4 !important;
}

.footer-smi .textwidget {
    /*max-width: 182px;*/
    max-width: 135px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.footer-smi-item a {
    display: block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #e11b22;
    position: relative;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.footer-smi-item a:hover {
    background-color: #0054a4;
}


.footer-smi-item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    color: #fff;
}

.copyright {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    letter-spacing: .050em;
    text-align: center;
    margin-top: 40px;
}

.copyright a {
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.copyright a:hover {
    color: #0054a4;
}

.footer-mls {
    margin-top: 18px;
}

.mls-logo {
    max-width: 93px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.mls-logo .mls-item {
    font-size: 21px;
    color: #000;
}

/*End of Footer Style*/
/*Sidebar Style*/
.sb-qs section.hp-qs {
    position: relative;
    top: 0;
    transform: translate(0);
    background: #000;
    padding-top: 20px;
}

.sb-qs .qs-btn {
    margin: 0 auto;
}

.sb-qs .qs-long {
    width: 100%;
    padding: 0;
    display: block;
    margin-bottom: 4px;
}

.sb-qs .qs-short {
    width: 50%;
    padding: 0;
    margin-bottom: 4px;
}

.sb-qs .qs-mid {
    width: 50%;
    padding: 0;
    margin-bottom: 4px;
}

.sb-qs .qs-left {
    padding-right: 2px;
}

.sb-qs .qs-right {
    padding-left: 2px;
}

.sb-qs .qs-inner {
    max-width: 500px;
    margin: 0 auto;
}

.sb-qs .qs-btns.btnsubmit-wrap {
    width: 100%;
    display: block;
    padding: 0;
    margin-top: 4px;
}

.sb-qs .qs-btn-sub::after {
    left: -473px;
}

.sb-qs .qs-btn-sub {
    max-width: 100%;
    width: 100%;
}

.sb-qs .qs-btns.advancewrap {
    width: 100%;
    margin-top: 4px;
}

.sb-qs .qs-btns.advancewrap a::after {
    left: -473px;
}

.sb-qs .qs-btn {
    display: flex;
    flex-direction: column;
}

.sb-qs .qs-btn-item {
    max-width: 100%;
    margin-bottom: 5px;
}

.sb-qs .qs-long select,
.sb-qs .qs-short select,
.sb-qs .qs-short input,
.sb-qs .qs-mid input,
.sb-qs .qs-mid select {
    font-size: 11px;
}

.sb-qs .qs-btn-sub::after {
    left: -171px;
}

.sb-qs .qs-btns.advancewrap a::after {
    left: -171px;
}

.sb-qs .qs-btn-sub:hover::after {
    left: 0;
}

.sb-qs .qs-btns.advancewrap a:hover::after {
    left: 0;
}

.sb-testi {
    background: #0054a4;
    padding: 0 5px;
    margin-top: 10px;
}

.sb-testi .testi-desc {
    padding: 0;
}

.sb-testi .testi-item p {
    font-size: 12px;
    text-align: center;
    line-height: 26px;
}

.sb-testi .testi-name {
    font-size: 14px;
}

.sb-testi .testi-jd {
    margin-top: -3px;
}

.sb-testi .testi-btn {
    padding: 0;
    margin-top: 13px;
}

.sb-testi .testi-wrap {
    padding-bottom: 10px;
}

.sb-testi .testi-name-inner::after {
    display: none;
}

.sb-testi .testi-name-inner {
    margin: 0 auto;
    text-align: center;
}

/*End of Sidebar Style*/
/*IP Container*/
section.git-wrapper {
    background-image: url(images/slide-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.qs-wrap .qs-select button.btn.dropdown-toggle.bs-placeholder.btn-default {
    padding: 0;
}

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

.ip-container #scroll-down {
    display: none;
}

.ip-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .6);
}

.ip-banner canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 250px;
    background-color: #f9f7f7;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ip-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.ip-banner h1 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

.ip-banner h1 span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01em;
}

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

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

#content-full #content {
    width: 100%;
}

/* Adjust width of sidebar */
.sidebar {
    width: 20.83%;
    margin-top: 10px;
}

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
    margin-left: -15px;
    margin-right: -15px;
}

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

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 35px;
    color: #0054a4;
    text-transform: uppercase;
    letter-spacing: .200em;
    margin: 0;
}

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

button.btn.dropdown-toggle.btn-default,
button.btn.dropdown-toggle.btn-default:hover,
button.btn.dropdown-toggle.btn-default:active,
button.btn.dropdown-toggle.btn-default:focus {
    width: 100%;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    letter-spacing: .025em;
    border-bottom: 2px solid rgba(255, 255, 255, .70) !important;
    background: transparent;
    border: 0;
    height: 33px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    outline: none;
    border-radius: 0;
}

.fa-list:before {
    display: none;
}


/* agents */
.agent-contact-lang.agent-contact-detail {
    display: none;
}

.agent-contact-city.agent-contact-detail {
    display: none;
}

.agent-contact-name a:hover,
.agent-contact-email a:hover,
.agent-contact-phone a:hover {
    color: #e11b22;
}


.fp-wrap.error_msg {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #aeaeae;
    letter-spacing: 0.05em;
    line-height: 35px;
}

.single-aios_agent .agent-holder .attachment-agent-image {
    padding-right: 13px;
}

#ihf-main-container .nav-tabs {
    padding: 0 !important;
    margin: 0 !important;
}

ul.chosen-results {
    margin: 0 !important;
    padding: 0 !important;
}

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

.grecaptcha-badge {
    z-index: 99;
}

#ihf-main-container #ihf-map-canvas .ihf-map-info-box-top .ihf-map-info-box-title a {
    display: block;
    word-break: break-word;
    padding-right: 10px;
    font-size: 11px;
}

#ihf-main-container .ihf-grid-result .ihf-grid-result-address-container span {
    display: block;
}

#ihf-main-container #ihf-refine-map-search-form .ihf-mapsearch-proptype-checkbox label {
    display: block;
    padding: 0;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
}

#ihf-main-container .leaflet-top.leaflet-right {
    z-index: 999;
}

#areaPickerClearAll .glyphicon-remove-circle {
    color: #fff !important;
}

.page-id-26 #agent-54461 {
	display: none !important;
}

.page-id-26 #breadcrumbs > span > span:last-child ,
.page-id-54470 #breadcrumbs > span > span:last-child{
	/*display: none;*/
}

.main-footer .cf-field .opt-txt input {
	width: 20px;
	height: 20px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	float: left;
	margin-right: 10px;
	margin-left: 0;
	appearance: auto;
}

.opt-txt {
	font-size: 12px;
	padding: 15px 0;
	text-align: left;
	line-height: 18px;
}

.hp-form-wrap .opt-txt p {
	color: #fff;
}

.footer-contact-info {	
	margin-top: 80px;
}

.footer-gt-form .opt-txt {
	color: #fff;
}

#content .cu-fields.cu-textarea {
	height: 160px;	
}

#content .about-fields.about-textarea {
	height: 160px;	
}

.opt-txt .wpcf7-list-item-label {
	display: none;
}

.opt-txt p > span {
	float: left;
}

.opt-txt > p > span .wpcf7-list-item {
	margin-left: 0 !important;
	margin-right: 10px;
}

.opt-txt input {
	margin-right: 10px;
}

.ft-contact-form .ft-form .field-input span.wpcf7-list-item-label {
    display: none;
}

.ihf-modal-more-info-replace, .ihf-schedule-replace, #ihfsaveListing .modal-body > div:first-child {
    display: grid;
}

.ihf-modal-more-info-replace > div:first-child, .ihf-schedule-replace > div:first-child, #ihfsaveListing .modal-body > div:first-child > div:first-child{
    order: 1;
}

#content-git .opt-txt p {
	color: #fff;
	width: 100%;
}

#content-git .git-btn {	
	bottom: 80px;
}

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