/*
Theme Name: Sharlenechang.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.4
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. Global
2. Homepage
3. Innerpage

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

*/

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

/** Site Defaults */
a {
    color: #970C57;
    text-decoration: none;
}

a:hover {
    color: #000;
}

/** Site Defaults */
/* Sub Menu */
.site-menu li {
    position: relative;
    display: block;
}

.site-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.site-menu .sub-menu {
    position: absolute;
    list-style: none;
    background: transparent;
    margin: 0;
    padding-top: 15px;
    width: 100%;
    min-width: 220px;
    left: calc(50% - 110px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

header.active .site-menu .sub-menu {
    padding-top: 27px;
}

.site-menu .sub-menu li {
    position: relative;
}

.site-menu .sub-menu a {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 10px;
    background: #212121;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-menu .sub-menu a:hover {
    background: #970C57;
}

.site-menu .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
    left: 0;
    padding-top: 0 !important;
}

/** End of Sub Menu */
/** Body */
body {
    font-family: "Poppins", sans-serif, Arial, Helvetica, Georgia;
    font-size: 12px;
    background: #FFF;
    color: #000000;
    margin: 0;
    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}

#inner-page-wrapper{
    margin-bottom: 60px;
    z-index: initial;
}

/** End of Body */
/** Header */
.header {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    /*right: 0;*/
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: transparent;
}
.ip-container .header {
    z-index: 1001;
}

.admin-bar .header {
    margin-top: 32px;
}

.header.active {
    /*background: #fff;*/
}

.header.active .header-wrap {
    padding-top: 16px;
    padding-bottom: 15px;
    background: #fff;
}

.header.active .header-logo .logo-icon {
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
    max-width: 29px;
}

.header.active .header-logo small,
.header.active .header-logo strong {
    color: #000;
}

.header.active .header-navigation > ul > li > a {
    color: #000;
}

.header.active .header-contact ul li {
    color: #000;
}

.header.active .header-burger .burger-trigger span {
    background: #000;
}

.header .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 30px 60px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.header .header-logo,
.header .header-navigation,
.header .header-contact,
.header .header-burger {
    position: relative;
}

.header .header-logo {
    margin-right: 15px;
}

.header .header-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.header .header-logo img {
    display: block;
    max-width: 100%;
}

.header .header-logo .logo-icon {
    max-width: 40px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.header .header-logo span,
.header .header-logo small,
.header .header-logo strong {
    display: block;
    position: relative;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.header .header-logo span {
    text-align: center;
    padding-left: 20px;
}

.header .header-logo strong {
    font-family: "Lato", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-logo small {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 5.4px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-navigation {
    margin-left: auto;
}

.header .header-navigation > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -20px;
}

.header .header-navigation > ul > li {
    display: block;
    padding: 0 15px;
}

.header .header-navigation > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-navigation > span {
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 0;
    height: 2px;
    background: #970C57;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-contact {
    margin-left: 30px;
}

.header .header-contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px;
}

.header .header-contact ul li {
    display: block;
    padding: 0 15px;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 3px;
    color: #fff;
}

.header .header-contact ul li a {
    display: block;
    color: inherit;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-contact ul li a:hover {
    color: #970C57;
}

.header .header-burger {
    position: relative;
    margin-left: 20px;
}

.header .header-burger .burger-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 59px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 14px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-burger .burger-trigger span {
    display: block;
    width: 28px;
    max-width: 100%;
    height: 4px;
    background: #fff;
    margin-left: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-burger .burger-trigger span:nth-child(1) {
    width: calc(100% - 10px);
}

.header .header-burger .burger-trigger span:nth-child(3) {
    width: calc(100% - 5px);
}

.header .header-burger .burger-trigger:hover span {
    background: #970C57;
}

/** End of Header */
/** Side Navigation */
.side-navigation {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.admin-bar .side-navigation {
    top: 32px;
}

.side-navigation .sn-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: transparent;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.side-navigation .sn-wrap,
.side-navigation .sn-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 785px;
    overflow-x: hidden;
}

.side-navigation .sn-wrap {
    background: #000;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.side-navigation .sn-wrap:before,
.side-navigation .sn-wrap:after {
    content: '';
    position: absolute;
    top: 124px;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.side-navigation .sn-wrap:before {
    background: transparent url(frontend/images/sn-bg-a.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.side-navigation .sn-wrap:after {
    background: rgba(0, 0, 0, 0.8);
}

.side-navigation .sn-inner:before,
.side-navigation .sn-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.side-navigation .sn-inner:before {
    background: transparent url(frontend/images/sn-bg-overlay-top-a.png) no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.side-navigation .sn-inner:after {
    background: transparent url(frontend/images/sn-bg-overlay-left-a.png) no-repeat;
    background-position: left center;
    background-size: auto 100%;
}

.side-navigation .sn-burger {
    position: absolute;
    z-index: 10;
    top: 41px;
    right: 43px;
    width: 59px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.side-navigation .sn-burger span {
    position: absolute;
    display: block;
    width: 4px;
    height: 28px;
    background: #fff;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.side-navigation .sn-burger span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-navigation .sn-burger span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.side-navigation .sn-burger:hover span {
    background: #970C57;
}

.side-navigation .sn-main {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.side-navigation .sn-main:not([data-simplebar="init"]),
.side-navigation .sn-main .simplebar-content {
    padding: 166px 50px 0 98px;
}

.side-navigation .sn-main .simplebar-scrollbar:before {
    background: rgba(222, 222, 222, 0.75);
    border-radius: 0;
}

.side-navigation .sn-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.side-navigation .sn-navigation > ul,
.side-navigation .sn-navigation > ul > li {
    display: block;
    position: relative;
}

.side-navigation .sn-navigation > ul {
    width: 270px;
}

.side-navigation .sn-navigation > ul + ul {
    margin-left: 30px;
}

.side-navigation .sn-navigation > ul > li + li {
    margin-top: 101px;
}

.side-navigation .sn-navigation > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    font-family: "Lato", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    position: relative;
}

.side-navigation .sn-navigation > ul > li > a:after {
    content: '';
    position: absolute;
    bottom: -11px;
    bottom: -6px;
    left: 0;
    right: 0;
    height: 2px;
    background: #970C57;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.side-navigation .sn-navigation > ul > li > a:hover:after {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.side-navigation .sn-navigation > ul > li .sub-menu {
    margin-top: 15px;
}

.side-navigation .sn-navigation > ul > li .sub-menu > li {
    display: block;
}

.side-navigation .sn-navigation > ul > li .sub-menu > li + li {
    margin-top: 12px;
}

.side-navigation .sn-navigation > ul > li .sub-menu > li > a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 2.1px;
    color: #a2a2a2;
}

.side-navigation .sn-navigation > ul > li .sub-menu > li > a:after {
    content: '';
    position: absolute;
    bottom: -11px;
    bottom: -6px;
    left: 0;
    right: 0;
    height: 2px;
    background: #970C57;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.side-navigation .sn-navigation > ul > li .sub-menu > li > a:hover:after {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.side-navigation .sn-navigation > ul > li .sub-menu .sub-menu {
    margin-top: 12px;
    margin-left: 20px;
}

.side-navigation .sn-navigation > ul:nth-child(2) > li:nth-last-child(1) {
    margin-top: 23px;
}

.side-navigation .sn-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 103px;
    padding-bottom: 50px;
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.side-navigation .sn-info > div {
    position: relative;
    width: 270px;
}

.side-navigation .sn-info > div + div {
    margin-left: 30px;
}

.side-navigation .sn-contact,
.side-navigation .sn-smi {
    position: relative;
    display: block;
}

.side-navigation .sn-contact {
    margin-top: 9px;
}

.side-navigation .sn-contact ul {
    display: block;
    position: relative;
}

.side-navigation .sn-contact ul li {
    display: block;
    position: relative;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    color: #fff;
}

.side-navigation .sn-contact ul li + li {
    margin-top: 15px;
}

.side-navigation .sn-contact ul li a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.side-navigation .sn-contact ul li a:hover {
    color: #970C57;
}

.side-navigation .sn-smi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -7px;
}

.side-navigation .sn-smi ul li {
    display: block;
    position: relative;
    padding: 0 7px;
}

.side-navigation .sn-smi ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.side-navigation .sn-smi ul li a:hover {
    background: #970C57;
}

.side-navigation.active {
    visibility: visible;
    pointer-events: auto;
}

.side-navigation.active .sn-backdrop {
    opacity: 1;
}

.side-navigation.active .sn-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.side-navigation.active .sn-burger,
.side-navigation.active .sn-navigation,
.side-navigation.active .sn-info {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

/** End of Side Navigation */
/** Footer */
.footer {
    position: relative;
}

.footer .footer-wrap {
    position: relative;
}

.footer .footer-git {
    position: relative;
}

.footer .footer-git .git-overlay {
    top: 218px;
}

.footer .footer-git .git-overlay > div:nth-child(1):before {
    width: 180px;
}

.footer .footer-git .git-overlay > div:nth-child(2):before,
.footer .footer-git .git-overlay > div:nth-child(2):after {
    right: auto;
    width: 651px;
}

.footer .footer-git .git-overlay > div:nth-child(2):after {
    height: 79px;
}

.footer .footer-git .git-outer {
    position: relative;
    z-index: 1;
    padding: 0 71px 84px;
    background: #fff;
}

.footer .footer-git .git-outer:before,
.footer .footer-git .git-outer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.footer .footer-git .git-outer:before {
    z-index: -2;
    background: transparent url(frontend/images/footer-git-bg-overlay-ba-a.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.5;
}


.footer .footer-git .git-outer:after {
    z-index: -1;
    background: transparent url(frontend/images/footer-git-bg-overlay-a.png) no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.footer .footer-git .git-inner {
    position: relative;
    background: transparent url(frontend/images/footer-git-bg-a.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 48px 38px;
}

.msedge-true .footer .footer-git .git-inner,
.msedge-true .footer .footer-git .git-outer:before,
.mac-true.safari .footer .footer-git .git-inner,
.mac-true.safari .footer .footer-git .git-outer:before {
    background-attachment: scroll;
    background-size: 100vw;
    background-position: center center;
}

.footer .footer-git .git-main {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
}

.footer .footer-git .git-main-inner {
    min-height: 640px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 112px;
}

.footer .footer-git .git-agent {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    z-index: 5;
    bottom: -150px;
    left: -65px;
}

.footer .footer-git .git-agent img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.footer .footer-git .git-info {
    position: relative;
    /*padding: 30px 0;*/
    padding: 0 0 30px;
    margin-left: 377px;
    width: 100%;
    overflow: initial;
}

.footer .footer-git .git-form {
    position: relative;
    /*margin-top: 26px;*/
}

.footer .footer-git .git-form form {
    margin: 0 -9px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.footer .footer-git .git-form .git-field {
    position: relative;
    width: calc(100% / 3);
    margin-top: 30px;
    padding: 0 9px;
}

.footer .footer-git .git-form .git-field.lg {
    width: 100%;
}

.footer .footer-git .git-form .git-field.submit {
    width: auto;
    margin: 44px auto 0;
}

.footer .footer-git .git-form .git-label {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2.25px;
    margin-left: 15px;
    pointer-events: none;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.footer .footer-git .git-form .git-label.textarea {
    bottom: auto;
    margin-top: 15px;
}

.footer .footer-git .git-form .wpcf7-form-control-wrap .git-label {
    opacity: 1;
}

.footer .footer-git .git-form .git-control:focus + .git-label,
.footer .footer-git .git-form .git-control.hide-label + .git-label {
    font-size: 11px;
    color: #970C57;
    transform: translateY(-25px);
}

.footer .footer-git .git-form .git-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: transparent;
    display: block;
    width: 100%;
    height: 82px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2.25px;
    color: #000;
    padding: 0 15px;
    border-bottom: 2px solid rgba(115, 115, 115, 0.46);
}

.footer .footer-git .git-form .git-textarea {
    resize: none;
    padding-top: 27px;
}

.footer .footer-git .git-form .git-submit {
    width: 192px;
}

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

.footer .footer-git .git-form .ajax-loader {
    position: absolute;
    top: calc(50% - 8px);
    left: 16px;
    margin: 0;
}

.footer .footer-git .git-form div.wpcf7-response-output {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100%) translateY(30px);
    transform: translateY(100%) translateY(30px);
}

.footer .footer-main {
    position: relative;
    z-index: 2;
}

.footer .footer-info {
    position: relative;
    background: #000;
    margin-bottom: 112px;
    padding: 91px 131px 89px;
}

    .page-template-template-sold-pending .footer .footer-info > span {
        display: none;
    }

.footer .footer-info .footer-info-overlay {
    bottom: -112px;
}

.footer .footer-logos {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 93px;
}

.footer .footer-logos > div {
    position: relative;
    padding: 0 37px;
}

.footer .footer-logos img {
    display: block;
    max-width: 100%;
}

.footer .footer-contact {
    position: relative;
    margin-top: 13px;
}

.footer-contact.additional-info p{
    padding: 5px 0;
    text-align: center;
}

.footer-contact.emailphone {
    margin: 39px 0 0 0;
}

.footer .footer-contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.footer .footer-contact ul li {
    position: relative;
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 3.6px;
    text-decoration: none;
    color: #fff;
    padding: 0 50px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer .footer-contact ul li + li {
    border-left: 1px solid #3b3b3b;
}

.footer .footer-contact ul li a {
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer .footer-contact ul li a:hover {
    color: #970C57;
}

.footer .footer-smi {
    position: relative;
    margin-top: 17px;
}

.footer .footer-smi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.footer .footer-smi ul li {
    position: relative;
    padding: 0 8px;
}

.footer .footer-smi ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 20px;
    text-decoration: none;
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer .footer-smi ul li a:hover {
    background: #970C57;
}

.footer .footer-btt {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 131px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer .footer-btt span {
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 3.9px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer .footer-btt span:hover {
    color: #ccc;
}

.footer .footer-creds {
    background: #fff;
    padding: 49px 0 40px;
}

.footer .footer-copyright {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1.4px;
    text-align: center;
    color: #626262;
}

.footer .footer-copyright a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer .footer-copyright a:hover {
    color: #970C57;
}

.footer .footer-copyright .footer-agentimage {
    font-weight: 700;
    text-decoration: underline;
}

.footer .footer-mls {
    text-align: center;
    margin-top: 23px;
}

.footer .footer-mls i {
    display: inline-block;
    vertical-align: middle;
    font-size: 31px;
    color: #626262;
}

.footer-disc {
    max-width: 1187px;
    margin: 0 auto 28px;
    padding: 15px;
    /*display: none;*/
}

.page-template-template-listing-details .footer-disc {
    display: block;
}

.footer-disc p {
        font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #626262;
    margin-bottom: 10px;
}
.footer-disc p:last-child {
    margin-bottom: 0;
}
/** End of Footer */
/** Global Button */
.global-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: transparent;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    min-width: 165px;
    max-width: 100%;
    outline: none;
    position: relative;
}

.global-button:before,
.global-button:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 50%;
    background: #000;
    -webkit-transition: background 0.4s 0s ease, -webkit-transform 0.4s 0.3s ease;
    transition: background 0.4s 0s ease, -webkit-transform 0.4s 0.3s ease;
    transition: transform 0.4s 0.3s ease, background 0.4s 0s ease;
    transition: transform 0.4s 0.3s ease, background 0.4s 0s ease, -webkit-transform 0.4s 0.3s ease;
}

.global-button:before {
    top: 0;
    left: 0;
}

.global-button:after {
    bottom: 0;
    right: 0;
}

.global-button span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 47px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    text-decoration: none;
    text-indent: 3.6px;
    text-align: center;
    color: #000;
    border: 1px solid #d2d2d2;
    padding: 0 15px 0 20px;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
}

.global-button span:before,
.global-button span:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #000;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
}

.global-button span:before {
    left: 0;
}

.global-button span:after {
    right: 0;
}

.global-button.gb-white:before,
.global-button.gb-white:after {
    background: #fff;
}

.global-button.gb-white span {
    border-color: #828282;
    color: #fff;
}

.global-button.gb-white span:before,
.global-button.gb-white span:after {
    background: #fff;
}

.global-button.gb-white:hover span {
    background: #fff;
    color: #000;
}

.global-button:hover:before,
.global-button:hover:after {
    background: #000 !important;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

.global-button:hover:before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.global-button:hover:after {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.global-button:hover span {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.global-button:hover span:before,
.global-button:hover span:after {
    background: #000 !important;
}

/** End of Global Button */
/** Global Indicator */
.global-indicator {
    position: relative;
}

.global-indicator.gi-center {
    text-align: center;
}

.global-indicator span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 126px;
    letter-spacing: 6.48px;
    color: #a5a5a5;
    text-transform: uppercase;
}

.global-indicator span:before {
    content: attr(data-indicator);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: "Chronos Serif Stroked";
    font-size: 126px;
    font-weight: 400;
    line-height: 1;
    color: #ccc;
}

.global-indicator span.indicator-left:before {
    left: -9px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.global-indicator span.indicator-right:before {
    right: -9px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.global-indicator.gi-white span {
    color: #fff;
}

.global-indicator.gi-white span:before {
    color: rgba(255, 255, 255, 0.3);
}

.ip-container .global-indicator span:before {
    display: none;
}


.ip-contact-us .cu-entry-content{
 display:none;
}

.ip-contact-us.landingepage1  .cu-entry-content,.ip-contact-us.landingepage2  .cu-entry-content{
	display:block;
}

.landingepage2 .ai-contact-wrap,.landingepage2 .aidefcf-title{
	display:none;
}

.frmidxbroker,.frmihf{
	display:none;
}

.landingepage1  .frmidxbroker,.landingepage2 .frmihf{
 display:block !important;
 margin: 24px 0 0 0;
}

/** End of Global Indicator */
/** Global Title */
.global-title {
    font-family: "Lato", sans-serif;
    font-size: 90px;
    font-weight: 300;
    line-height: 0.9;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #000;
    white-space: nowrap;
}

.global-title strong {
    font-weight: 400;
    color: #970C57;
}

.global-title strong.txt-black {
    color: #000;
}

.global-title strong.txt-white {
    color: #fff;
}

.global-title.gt-center {
    text-align: center;
}

.global-title.gt-primary {
    color: #970C57;
}

.global-indicator ~ .global-title {
    margin-top: -14px;
}

    .git-info .global-title {
        margin-top: -8px;
    }

/** End of Global Title */
/** Globl Site Accent */
.global-site-accent {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.global-site-accent span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    pointer-events: auto;
}

.global-site-accent span:before {
    content: '';
    display: block;
    width: 22px;
    height: 50px;
    background: transparent url(frontend/images/website-logo-b.png) no-repeat;
}

.global-site-accent span:after {
    content: '';
    display: block;
    width: 2px;
    height: 55px;
    margin: 19px auto 0;
    background: #afafaf;
}

.global-site-accent.white-accent span:before {
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
}

/** End of Globl Site Accent */
/** Global Overlay */
.global-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}

.global-overlay > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.global-overlay > div:before,
.global-overlay > div:after {
    content: '';
    position: absolute;
    background-attachment: fixed;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.msedge-true .global-overlay > div:before,
.msedge-true .global-overlay > div:after,
.mac-true.safari .global-overlay > div:before,
.mac-true.safari .global-overlay > div:after {
    background-attachment: initial;
    background-position: top right;
    background-size: 100vw;
}

.global-overlay > div:before {
    background-image: url(frontend/images/global-img-overlay-ba-a.jpg);
}

.global-overlay > div:after {
    background-image: url(frontend/images/global-img-overlay-a.jpg);
}

.global-overlay > div:nth-child(1):before,
.global-overlay > div:nth-child(1):after {
    top: 0;
    bottom: 0;
}

.global-overlay > div:nth-child(2):before,
.global-overlay > div:nth-child(2):after {
    left: 0;
    right: 0;
    bottom: 0;
}

.global-overlay.left > div:nth-child(1):before {
    width: 131px;
}

.global-overlay.left > div:nth-child(1):after {
    width: 66px;
    left: 65px;
    bottom: 53px;
}

.global-overlay.left > div:nth-child(2):before,
.global-overlay.left > div:nth-child(2):after {
    left: 131px;
}

.global-overlay.left > div:nth-child(2):before {
    height: 106px;
}

.global-overlay.left > div:nth-child(2):after {
    bottom: 53px;
    height: 53px;
}

.global-overlay.right > div:before {
    right: 0;
}

.global-overlay.right > div:nth-child(1):before {
    width: 131px;
}

.global-overlay.right > div:nth-child(1):after {
    width: 66px;
    right: 65px;
    bottom: 53px;
}

.global-overlay.right > div:nth-child(2):before,
.global-overlay.right > div:nth-child(2):after {
    right: 65px;
}

.global-overlay.right > div:nth-child(2):before {
    height: 112px;
}

.global-overlay.right > div:nth-child(2):after {
    bottom: 56px;
    height: 56px;
}

/** End of Global Overlay */
/** Global Listings Layout */
.global-listings {
    position: relative;
}

.global-listings .listings-list-wrap {
    overflow: hidden;
    position: relative;
}

.global-listings .listings-list-wrap span {
    display: block;
    text-align: center;
}

.global-listings .listings-list {
    margin: 0 -2px;
}

.global-listings .listings-list:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.global-listings .listings-list .listings-col,
.global-listings .listings-list .listings-item,
.global-listings .listings-list .listings-img {
    display: block;
    position: relative;
}

.global-listings .listings-list .listings-col {
    width: 50%;
    margin-top: 4px;
    padding: 0 2px;
    vertical-align: middle;
}

.global-listings .listings-list .listings-item {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.global-listings .listings-list .listings-img {
    z-index: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.global-listings .listings-list .listings-img:before,
.global-listings .listings-list .listings-img:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
}

.global-listings .listings-list .listings-img:before {
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(frontend/images/listings-img-bg-overlay-a.png);
    background-position: bottom center;
    background-size: 100% auto;
}

.forindex1,.forindex2{
	display:none;
}

.global-listings .listings-list .listings-img:after {
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background: transparent url(frontend/images/listings-img-hover-a.png) no-repeat;
    background-position: center center;
    background-size: auto 90%;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.global-listings .listings-list .listings-img canvas {
    display: block;
    width: 100%;
    background-color: #970C57;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.global-listings .listings-list .listings-item:hover .listings-img:after {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.global-listings .listings-list .listings-item:hover .listings-img canvas {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.global-listings .listings-list .listings-info {
    position: absolute;
    z-index: 1;
    bottom: 33px;
    left: 55px;
    right: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.footer-smi p {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: 17px 0 20px 0;
}
.global-listings .listings-list .listings-address {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 1.2px;
    color: #fff;
    width: 65%;
}

/* #IDX-main {
    width: 100%;
    display: block !important;
} */

.global-listings .listings-list .listings-address strong {
    display: block;
    font-size: 34px;
    font-weight: inherit;
    line-height: 0.88;
    letter-spacing: 1.7px;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.global-listings .listings-list .listings-address strong.listings-address-price{
    margin-top: 20px;
}

.global-listings .listings-list .listings-link {
    margin-left: auto;
}

.global-listings .listings-list .listings-link:before,
.global-listings .listings-list .listings-link:after {
    background: #5b6964;
}

.global-listings .listings-list .listings-link span {
    border-color: #fff;
	padding: 16px 0;
}

.global-listings .listings-list .listings-link span:before,
.global-listings .listings-list .listings-link span:after {
    background: #5b6964;
}

.global-listings .listings-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 74px;
}

.global-listings .listings-navigation .listings-prev,
.global-listings .listings-navigation .listings-next {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 0 38px;
    outline: none;
}

.global-listings .listings-navigation .listings-prev.slick-hidden,
.global-listings .listings-navigation .listings-next.slick-hidden {
    display: none !important;
}

.global-listings .listings-navigation .listings-prev i,
.global-listings .listings-navigation .listings-next i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 51px;
    border-radius: 50%;
    border: 1px solid #acacac;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.global-listings .listings-navigation .listings-prev span,
.global-listings .listings-navigation .listings-next span {
    font-family: "Barlow", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 3.9px;
    text-transform: uppercase;
    color: #000;
}

.global-listings .listings-navigation .listings-prev span:before,
.global-listings .listings-navigation .listings-prev span:after,
.global-listings .listings-navigation .listings-next span:before,
.global-listings .listings-navigation .listings-next span:after {
    content: '';
    display: none;
    vertical-align: middle;
    width: 27px;
    height: 1px;
    background: #adadad;
}

.global-listings .listings-navigation .listings-prev:hover i,
.global-listings .listings-navigation .listings-next:hover i {
    color: #fff;
    background: #970C57;
    border-color: #970C57;
}

.global-listings .listings-navigation .listings-prev span:before {
    content: '';
    display: inline-block;
    margin: 0 7px 0 -12px;
}

.global-listings .listings-navigation .listings-next:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 25px;
    background: #adadad;
}

.global-listings .listings-navigation .listings-next span:after {
    content: '';
    display: inline-block;
    margin: 0 -12px 0 2px;
}

/** End of Global Listings Layout */
/** Bootstrap Extend */
.bootstrap-extend-left {
    margin-left: calc((100vw - 1140px) / -2);
}

.bootstrap-extend-right {
    margin-right: calc((100vw - 1140px) / -2);
}

/** End of Bootstrap Extend */

/** Contact Form 7 Response Output */
div.wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
/** End of Contact Form 7 Response Output */
/*******************************************************
 *
 * Homepage
 *
 *******************************************************/

div#main-wrapper {
    overflow: hidden;
}

.page-template-template-basic-search div#main-wrapper {
    z-index: unset !important;
}


/** HP Slideshow */
.hp-slideshow {
    position: relative;
    padding-bottom: 105px;
}

.hp-slideshow .slideshow-overlay > div {
    top: auto;
    height: 622px;
}

.hp-slideshow .slideshow-site-accent {
    z-index: 10;
    top: auto;
    left: 53px;
    bottom: 395px;
}

.hp-slideshow .slideshow-slider {
    position: relative;
}

.hp-slideshow .slideshow-slider:before,
.hp-slideshow .slideshow-slider:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.hp-slideshow .slideshow-slider:before {
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

.hp-slideshow .slideshow-slider:after {
    z-index: 2;
    background: transparent url(frontend/images/slideshow-bg-overlay-a.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.hp-slideshow .slideshow-slider .cycloneslider {
    z-index: 0;
}

.hp-slideshow .slideshow-tagline {
    position: absolute;
    z-index: 5;
    bottom: 105px;
    left: 230px;
    pointer-events: none;
}

.hp-slideshow .slideshow-tagline .tagline-info {
    position: relative;
    pointer-events: auto;
}

.hp-slideshow .slideshow-tagline .tagline-main,
.hp-slideshow .slideshow-tagline .tagline-indicator {
    display: block;
    position: relative;
}

.hp-slideshow .slideshow-tagline .tagline-main > small,
.hp-slideshow .slideshow-tagline .tagline-main > span {
    display: block;
}

.hp-slideshow .slideshow-tagline .tagline-main > small {
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 9px;
    text-transform: uppercase;
    color: #fff;
}

.hp-slideshow .slideshow-tagline .tagline-main > span {
    font-family: "Lato", sans-serif;
    font-size: 100px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 3px;
}

.hp-slideshow .slideshow-tagline .tagline-main > span strong {
    font-weight: 400;
}

.hp-slideshow .slideshow-tagline .tagline-link {
    margin-top: 40px;
}

.hp-slideshow .slideshow-tagline .tagline-indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 101px -20px 43px;
    pointer-events: auto;
}

.hp-slideshow .slideshow-tagline .tagline-indicator li {
    display: block;
    padding: 0 20px;
}

.hp-slideshow .slideshow-tagline .tagline-indicator li a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-family: "Chronos Serif Stroked";
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 4.5px;
    color: #fff;
}

.hp-slideshow .slideshow-tagline .tagline-indicator li a:before {
    content: attr(data-filled);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    overflow: hidden;
    pointer-events: none;
    font-family: "Chronos Serif Filled";
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.hp-slideshow .slideshow-tagline .tagline-indicator li a.active:before,
.hp-slideshow .slideshow-tagline .tagline-indicator li a:hover:before {
    width: 100%;
}

.hp-slideshow .slideshow-tagline .tagline-indicator li a:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: calc(50% - 1px);
    width: 2px;
    height: 63px;
    background: #afafaf;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    pointer-events: none;
}

.hp-slideshow .slideshow-sdown {
    position: absolute;
    z-index: 10;
    bottom: 245px;
    right: 0;
}

.hp-slideshow .slideshow-sdown span {
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 3.9px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-slideshow .slideshow-sdown span:hover {
    color: #970C57;
}

.hp-slideshow .slideshow-agent {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
}

.hp-slideshow .slideshow-agent img {
    display: block;
    max-width: 250px;
    margin-left: auto;
}

/** End of HP Slideshow */
/** HP Welcome */
.hp-welcome {
    position: relative;
    /*padding-bottom: 125px;*/
    padding-bottom: 30px;
    z-index: 1;
    overflow: initial !important;
}

.hp-welcome > .container {
    max-width: 100%;
}

.hp-welcome .welcome-wrap,
.hp-welcome .welcome-inner,
.hp-welcome .welcome-main {
    position: relative;
}

.hp-welcome .welcome-site-accent {
    top: 101px;
    left: 54px;
}

.hp-welcome .welcome-indicator {
    margin-top: 43px;
}

.hp-welcome .welcome-title {
    margin-top: -12px;
    font-size: 100px;
    letter-spacing: 2px;
}

.hp-welcome .welcome-agent {
    display: block;
    position: relative;
    z-index: 1;
    width: 340px;
    max-width: 100%;
    margin: 46px 0 0 29px;
    max-height: 670px;
}

.hp-welcome .welcome-agent:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 65px;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent url(frontend/images/welcome-agent-bg-a.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.39);
}

.hp-welcome .welcome-agent img {
    display: block;
    margin: 0 auto;
    /*max-width: 90%;
    position: relative;
    left: -9px;*/
    max-width: 150%;
    position: relative;
    left: -60px;
    width: 147.1%;
}

.hp-welcome .welcome-agent-overlay {
    z-index: -1;
    top: 118px;
    bottom: -125px;
    left: -131px;
    right: 46px;
}

.hp-welcome .welcome-agent-overlay > div:nth-child(1):after {
    bottom: 62px;
}

.hp-welcome .welcome-agent-overlay > div:nth-child(2):before {
    height: 125px;
}

.hp-welcome .welcome-agent-overlay > div:nth-child(2):after {
    height: 63px;
    bottom: 62px;
}

.hp-welcome .welcome-img {
    position: relative;
    display: block;
}

.welcome-img .welcome-photo-img {
    position: absolute;
    z-index: 10;
    bottom: 0;
    max-width: 680px;
    left: -30px;
    width: 100%;
}

    .welcome-img .welcome-photo-img canvas{
    width: 100%;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    }

.hp-welcome .welcome-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
}

.hp-welcome .welcome-img > img,
.hp-welcome .welcome-img > canvas {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.hp-welcome .welcome-img > img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

/*.hp-welcome .welcome-img canvas {
    background-color: #970C57;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}*/

.hp-welcome .welcome-main {
    padding: 212px 0 50px;
}

.hp-welcome .welcome-description {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.73;
    letter-spacing: 0.75px;
    color: #565656;
}

.hp-welcome .welcome-description:before {
    content: '';
    display: block;
    width: 33px;
    height: 3px;
    background: #000;
    margin-bottom: 32px;
}

.hp-welcome .welcome-description h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1px;
}

.hp-welcome .welcome-link {
    margin-top: 35px;
}

/** End of HP Welcome */
/** HP Statement */
.hp-statement {
    position: relative;
    z-index: 1;
    background: transparent url(frontend/images/statement-bg-a.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 93px 0 81px;
    margin: 268px 0 112px;
}

.hp-statement:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
}

.hp-statement .statement-overlay {
    bottom: -112px;
}

.hp-statement .statement-overlay > div:nth-child(2):before,
.hp-statement .statement-overlay > div:nth-child(2):after {
    left: auto;
    right: 65px;
    width: 32.25%;
}

.hp-statement .statement-wrap {
    position: relative;
    text-align: center;
}

.hp-statement .statement-site-accent {
    top: 50%;
    left: 54px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hp-statement .statement-watermark {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
}

.hp-statement .statement-watermark img {
    display: block;
    max-width: 100%;
}

.hp-statement .statement-indicator,
.hp-statement .statement-title,
.hp-statement .statement-link {
    position: relative;
    z-index: 2;
}

.hp-statement .statement-indicator span {
    line-height: 1;
}

.hp-statement .statement-title {
    margin-top: 20px;
}

.hp-statement .statement-link {
    margin-top: 41px;
}

/** End of HP Statement */
/** HP Listings */
.hp-listings {
    position: relative;
    z-index: 2;
    padding: 62px 0 64px;
}

.hp-listings .listings-wrap {
    position: relative;
}

.hp-listings .listings-title {
    margin-bottom: 80px;
}

/** End of HP Listings */
/** HP Explore The Area */
.hp-map {
    position: relative;
    padding: 87px 70px;
}

.hp-map:after {
    content: '';
    position: absolute;
    top: 684px;
    left: 0;
    width: 30%;
    height: 131px;
    background: #d9d9d9;
}

.hp-map .map-overlay > div {
    top: 206px;
    bottom: auto;
    height: 560px;
}

.hp-map .map-overlay > div:nth-child(2):before,
.hp-map .map-overlay > div:nth-child(2):after {
    right: 133px;
}

.hp-map .map-site-accent {
    top: 313px;
    left: 53px;
    z-index: 5;
}

.hp-map .map-wrap {
    position: relative;
}

.hp-map .map-wrap:before,
.hp-map .map-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 619px;
}

.hp-map .map-wrap:before {
    z-index: -2;
    background: transparent url(frontend/images/map/bg-a.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.hp-map .map-wrap:after {
    z-index: -1;
    background: rgba(0, 0, 0, 0.25);
}

.hp-map .map-top,
.hp-map .map-main {
    position: relative;
    z-index: 1;
}

.hp-map .map-top {
    padding-top: 58px;
}

.hp-map .map-main {
    margin-top: 52px;
    padding: 0 160px;
    z-index: 4;
}

.hp-map .map-base {
    position: relative;
    margin: 0 auto;
}

.hp-map .map-container {
    width: 1140px;
    position: relative;
    background: #000;
    z-index: 1;
}

.hp-map .map-container:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 96px;
    right: 44px;
    width: 306px;
    height: 306px;
    background: transparent url(frontend/images/map/bg-compass-a.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 0.2;
}

.hp-map .map-transparent {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 1140px;
    height: 691px;
}

.hp-map .map-tlabel {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 1140px;
    height: 691px;
    pointer-events: none;
}

.hp-map .map-true {
    display: block;
    width: 100%;
}

.hp-map .map-name {
    position: absolute;
    z-index: 1;
    bottom: 52px;
    left: 381px;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 24px;
    text-transform: uppercase;
    color: #fff;
    pointer-events: none;
}

.hp-map .map-info {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.hp-map .map-info .map-hover {
    position: absolute;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-map .map-info .map-hover img {
    display: block;
    max-width: 100%;
}

.hp-map .map-info .map-label {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.hp-map .map-info .studio-city .map-hover {
    top: 162px;
    left: 530px;
}

.hp-map .map-info .studio-city .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .sherman-oaks .map-hover {
    top: 121px;
    left: 439px;
}

.hp-map .map-info .sherman-oaks .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .enzino .map-hover {
    top: 128px;
    left: 343px;
}

.hp-map .map-info .enzino .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .tarzana .map-hover {
    top: 139px;
    left: 301px;
}

.hp-map .map-info .tarzana .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .woodland-hills .map-hover {
    top: 151px;
    left: 227px;
}

.hp-map .map-info .woodland-hills .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .calabasas .map-hover {
    top: 139px;
    left: 128px;
}

.hp-map .map-info .calabasas .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .silver-lake-echo-park .map-hover {
    top: 251px;
    left: 728px;
}

.hp-map .map-info .silver-lake-echo-park .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .downtown-la .map-hover {
    top: 324px;
    left: 738px;
}

.hp-map .map-info .downtown-la .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .mid-wilshire .map-hover {
    top: 301px;
    left: 700px;
}

.hp-map .map-info .mid-wilshire .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .los-feliz .map-hover {
    top: 158px;
    left: 690px;
}

.hp-map .map-info .los-feliz .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .hollywood-hills-east .map-hover {
    top: 168px;
    left: 642px;
}

.hp-map .map-info .hollywood-hills-east .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .hollywood .map-hover {
    top: 257px;
    left: 612px;
}

.hp-map .map-info .hollywood .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .hancock-park-wilshire .map-hover {
    top: 299px;
    left: 643px;
}

.hp-map .map-info .hancock-park-wilshire .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .beverly-center-miracle-mile .map-hover {
    top: 301px;
    left: 575px;
}

.hp-map .map-info .beverly-center-miracle-mile .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .w-hollywood .map-hover {
    top: 275px;
    left: 571px;
}

.hp-map .map-info .w-hollywood .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .hollywood-hills .map-hover {
    top: 184px;
    left: 603px;
}

.hp-map .map-info .hollywood-hills .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .sunset-strip .map-hover {
    top: 207px;
    left: 565px;
}

.hp-map .map-info .sunset-strip .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .culver-city .map-hover {
    top: 400px;
    left: 528px;
}

.hp-map .map-info .culver-city .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .beverlywood-vicinity .map-hover {
    top: 350px;
    left: 552px;
}

.hp-map .map-info .beverlywood-vicinity .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .beverly-hiils .map-hover {
    top: 245px;
    left: 516px;
}

.hp-map .map-info .beverly-hiils .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .bh-post-office .map-hover {
    top: 211px;
    left: 494px;
}

.hp-map .map-info .bh-post-office .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .cheviot-hills .map-hover {
    top: 357px;
    left: 516px;
}

.hp-map .map-info .cheviot-hills .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .westwood-century-city .map-hover {
    top: 305px;
    left: 457px;
}

.hp-map .map-info .westwood-century-city .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .west-la .map-hover {
    top: 355px;
    left: 449px;
}

.hp-map .map-info .west-la .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .palms-mar-vista .map-hover {
    top: 397px;
    left: 472px;
}

.hp-map .map-info .palms-mar-vista .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .playa-vista .map-hover {
    top: 474px;
    left: 505px;
}

.hp-map .map-info .playa-vista .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .marina-del-rey .map-hover {
    top: 454px;
    left: 452px;
}

.hp-map .map-info .marina-del-rey .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .venice .map-hover {
    top: 441px;
    left: 431px;
}

.hp-map .map-info .venice .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .santa-monica .map-hover {
    top: 364px;
    left: 378px;
}

.hp-map .map-info .santa-monica .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .bel-air-holmby-hills .map-hover {
    top: 210px;
    left: 434px;
}

.hp-map .map-info .bel-air-holmby-hills .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .brentwood .map-hover {
    top: 213px;
    left: 370px;
}

.hp-map .map-info .brentwood .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .malibu-beach .map-hover {
    top: 307px;
    left: 137px;
}

.hp-map .map-info .malibu-beach .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .pacific-palisades .map-hover {
    top: 210px;
    left: 245px;
}

.hp-map .map-info .pacific-palisades .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .topanga .map-hover {
    top: 198px;
    left: 194px;
}

.hp-map .map-info .topanga .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .malibu .map-hover {
    top: 209px;
    left: 90px;
}

.hp-map .map-info .malibu .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .atwater-village .map-hover {
    top: 174px;
    left: 745px;
}

.hp-map .map-info .atwater-village .map-label {
    top: 0;
    left: 0;
}

.hp-map .map-info .mt-washington .map-hover {
    top: 239px;
    left: 819px;
}

.hp-map .map-info .mt-washington .map-label {
    top: 0;
    left: 0;
}

/** End of HP Explore The Area */
/** HP Quick Search */
.hp-qs {
    position: relative;
    padding: 0 134px 133px 131px;
    z-index: 5;
}

.hp-qs .qs-overlay > div:nth-child(1):after {
    bottom: 66px;
}

.hp-qs .qs-overlay > div:nth-child(2):before,
.hp-qs .qs-overlay > div:nth-child(2):after {
    left: auto;
    width: 32.25%;
}

.hp-qs .qs-overlay > div:nth-child(2):before {
    height: 133px;
}

.hp-qs .qs-overlay > div:nth-child(2):after {
    height: 67px;
    bottom: 66px;
}

.hp-qs .qs-site-accent {
    bottom: 133px;
    width: 134px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hp-qs .qs-wrap,
.hp-qs .qs-inner {
    position: relative;
}

.hp-qs .qs-wrap {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: row wrap;
    background: #fff;
    padding: 27px 103px 86px 99px;
}

.hp-qs .qs-wrap:before,
.hp-qs .qs-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.msedge-true .hp-qs .qs-wrap:after,
.mac-true.safari .hp-qs .qs-wrap:after {
    background-attachment: scroll;
}

.hp-qs .qs-wrap:before {
    z-index: -1;
    background: transparent url(frontend/images/qs-bg-overlay-a.png) no-repeat;
    background-position: left center;
    background-size: auto 100%;
}

.hp-qs .qs-wrap:after {
    z-index: -2;
    background: transparent url(frontend/images/qs-bg-a.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.1;
    left: 205px;
}

.hp-qs .qs-wrap .qs-left,
.hp-qs .qs-wrap .qs-right {
    position: relative;
}

.hp-qs .qs-wrap .qs-left {
    width: 33%;
}

.hp-qs .qs-wrap .qs-right {
    width: 67%;
    padding-left: 47px;
}

.hp-qs .qs-form {
    position: relative;
    margin: -23px -12px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

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

.hp-qs .qs-form .qs-field {
    position: relative;
    width: 25%;
    padding: 0 12px;
    margin-top: 23px;
}

.hp-qs .qs-form .qs-field.lg {
    width: 50%;
}

.hp-qs .qs-form .qs-field.range .irs {
    height: auto;
    top: 0;
}

.hp-qs .qs-form .qs-field.range .irs-line {
    top: 0;
    height: 2px;
    border: none;
    background: rgba(0, 0, 0, 0.46);
}

.hp-qs .qs-form .qs-field.range .irs-bar {
    top: 0;
    height: 100%;
    background: transparent;
}

.hp-qs .qs-form .qs-field.range .irs-handle {
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #000;
}

.hp-qs .qs-form .qs-field.range .irs-handle i {
    display: none;
}

.hp-qs .qs-form .qs-field.range .irs-from,
.hp-qs .qs-form .qs-field.range .irs-to {
    top: -31px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2.25px;
    color: #000;
    background: transparent;
    padding: 0;
}

.hp-qs .qs-form .qs-field.range .irs-from:before,
.hp-qs .qs-form .qs-field.range .irs-to:before {
    display: none;
}

.hp-qs .qs-form .qs-field.range .irs-from {
    left: 0 !important;
    visibility: visible !important;
}

.hp-qs .qs-form .qs-field.range .irs-to {
    left: auto !important;
    right: 0 !important;
    visibility: visible !important;
}

.hp-qs .qs-form .qs-field.range .irs-to::after {
    content: '+';
}

.hp-qs .qs-form .qs-field.range .irs-min,
.hp-qs .qs-form .qs-field.range .irs-max,
.hp-qs .qs-form .qs-field.range .irs-single {
    display: none;
}

.hp-qs .qs-form .qs-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    display: block;
    width: 100%;
    height: 82px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2.25px;
    color: #000;
    border-bottom: 2px solid rgba(0, 0, 0, 0.46);
}

.hp-qs .qs-form .qs-control.select {
    background: transparent url(frontend/images/select-arrow-a.png) no-repeat;
    background-position: center right 15px;
}

.hp-qs .qs-form .qs-submit,
.hp-qs .qs-form .qs-advanced {
    display: block;
    width: 100%;
    min-width: 0;
}

.hp-qs .qs-form .qs-submit span,
.hp-qs .qs-form .qs-advanced span {
    padding: 0 5px 0 10px;
}

.hp-qs .qs-form button.btn.dropdown-toggle.btn-default {
    padding: 0;
}

/** End of HP Quick Search */
/** HP Take the Next Step */
.hp-nstep {
    position: relative;
    padding: 0 78px 170px;
    overflow: hidden;
}

.hp-nstep:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: calc(32.25% + 65px);
    height: 103px;
    background: #d9d9d9;
}

.hp-nstep .nstep-wrap,
.hp-nstep .nstep-top,
.hp-nstep .nstep-main {
    position: relative;
}

.hp-nstep .nstep-top {
    padding-left: 146px;
}

.hp-nstep .nstep-indicator span {
    margin-left: 16px;
}

.hp-nstep .nstep-title {
    position: relative;
}

.hp-nstep .nstep-main {
    margin-top: 95px;
}

.hp-nstep .nstep-list-wrap,
.hp-nstep .nstep-list {
    display: block;
    position: relative;
}

.hp-nstep .nstep-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -13px;
}

.hp-nstep .nstep-list .nstep-col {
    width: 25%;
    padding: 0 13px;
}

.hp-nstep .nstep-list .nstep-item {
    display: block;
    outline: none;
    text-decoration: none;
    position: relative;
}

.hp-nstep .nstep-list .nstep-img {
    position: relative;
    background: #000;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hp-nstep .nstep-list .nstep-img:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 76.4%;
    height: 50%;
    border: 2px solid #000;
    -webkit-transition-property: width, height, opacity;
    transition-property: width, height, opacity;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.hp-nstep .nstep-list .nstep-img.border-tl:after,
.hp-nstep .nstep-list .nstep-img.border-tr:after {
    top: -14px;
    border-bottom: none;
}

.hp-nstep .nstep-list .nstep-img.border-bl:after,
.hp-nstep .nstep-list .nstep-img.border-br:after {
    bottom: -14px;
    border-top: none;
}

.hp-nstep .nstep-list .nstep-img.border-tl:after,
.hp-nstep .nstep-list .nstep-img.border-bl:after {
    left: -14px;
    border-right: none;
}

.hp-nstep .nstep-list .nstep-img.border-tr:after,
.hp-nstep .nstep-list .nstep-img.border-br:after {
    right: -14px;
    border-left: none;
}

.hp-nstep .nstep-list .nstep-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.6;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-nstep .nstep-list .nstep-img:hover:after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition-delay: 0s, 0.2s, 0.3s;
    transition-delay: 0s, 0.2s, 0.3s;
}

.hp-nstep .nstep-list .nstep-img:hover canvas {
    opacity: 0.8;
}

.hp-nstep .nstep-list .nstep-name {
    position: relative;
}

.hp-nstep .nstep-list .nstep-name:before {
    content: '';
    display: block;
    width: 2px;
    height: 63px;
    background: #afafaf;
    margin: -28px auto 23px;
}

.hp-nstep .nstep-list .nstep-name small,
.hp-nstep .nstep-list .nstep-name strong {
    display: block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.hp-nstep .nstep-list .nstep-name small {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 6.48px;
    color: #696969;
}

.hp-nstep .nstep-list .nstep-name strong {
    font-family: "Lato", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.84px;
    color: #000;
    margin-top: 16px;
}

.hp-nstep .nstep-list .nstep-name strong.nowrap {
    white-space: nowrap;
    margin-left: -50%;
    margin-right: -50%;
}

/** End of HP Take the Next Step */
/*******************************************************
 *
 * Innerpage
 *
 *******************************************************/
.ip-banner {
    position: relative;
    width: 100%;
}

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

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

.ip-banner .global-overlay.left > div:nth-child(2):before,
.ip-banner .global-overlay.left > div:nth-child(2):after {
    width: 29.3%;
}

.ip-banner .global-overlay.left > div:nth-child(2):before,
.ip-banner .global-overlay.left > div:nth-child(2):after {
    left: 65px;
}

.ip-banner .global-overlay > div:nth-child(1):before,
.ip-banner .global-overlay > div:nth-child(1):after {
    top: 0;
    bottom: 0;
    height: calc(100% - 211px);
    top: auto;
}

.ip-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -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;
}
div#ip-listings #content-full {
    margin-top: 0;
}

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

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

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

/* 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: "Lato", sans-serif;
    font-size: 50px;
    font-weight: 300;
    line-height: 0.9;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #970C57;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    font-family: "Lato", sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 0.9;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #000;
}

/* Styles for entry content */
#content .entry {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.73;
    letter-spacing: 0.75px;
    color: #565656;
}

#content .entry p {
    line-height: inherit;
}

#content .entry b,
#content .entry h2,
#content .entry h3,
#content .entry h4,
#content .entry h5,
#content .entry h6,
#content .entry strong {
    font-family: "Lato", sans-serif;
}

.bootstrap-select>.dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    display: block;
    width: 100%;
    height: 82px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2.25px;
    color: #000;
    border-bottom: 2px solid rgba(0, 0, 0, 0.46);
    background: transparent;
    border-radius: 0px;
}
.IDX-category-search{
    display: block !important;
}

.hp-qs .qs-wrap .qs-right .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: 100%;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2.25px;
    color: #000
}

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

.hp-slideshow .slideshow-slider img.cycloneslider-img-js {
    width: auto;
}

.hp-slideshow .slideshow-slider .cycloneslider-slide-image {
    background-size: 200px 200px !important;
}

*::-moz-selection { background: #808080; color: #fff;}
*::selection { background: #808080; color: #fff;}

ul.sitemap-list {
    margin-bottom: 50px !important;
}

.page-id-160 div#select2-drop {
    z-index: 1;
}

.page-template-template-sold-pending .footer .footer-git .git-outer > span{
    display: none;
}

.page-template-template-results span.ip-bread {
    display: none;
}

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