/*
Theme Name: GANZ Exclusive Real Estate
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.6.0
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. Variables
2. Custom CSS
3. IP styles
4. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/


/*******************************************************
 *
 * 1. Variables
 *
 *******************************************************/

@font-face {
    font-family: 'TradeGothic LT Extended';
    src: url('fonts/TradeGothicLT-Extended.eot');
    src: url('fonts/TradeGothicLT-Extended.eot?#iefix') format('embedded-opentype'), url('fonts/TradeGothicLT-Extended.woff2') format('woff2'), url('fonts/TradeGothicLT-Extended.woff') format('woff'), url('fonts/TradeGothicLT-Extended.ttf') format('truetype'), url('fonts/TradeGothicLT-Extended.svg#TradeGothicLT-Extended') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    /** Font default */
    --font-family-default: 'Rubik', sans-serif;
    --font-family-title: 'Playfair Display', serif;
    --font-size-default: 14px;
    --font-size-title: 18px;
    --font-color-default: #424242;
    --font-color-title: #000;
    /** Use for input, button, and any other element */
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --jost: 'Jost', sans-serif;
    --tradegothic: 'TradeGothic LT Extended';
}


/*******************************************************
 *
 * 2. Navigation
 *
 *******************************************************/


/* Sub Menu */

#nav li {
    position: relative;
    display: inline-block;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 180px;
    left: -150%;
    right: -150%;
    margin: 0 auto;
    padding: 31px 0 0;
    top: calc(100% + 40px);
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
    font-family: var(--jost);
    letter-spacing: 0.020em;
    background: rgba(0, 0, 0, 0.8);
}

#nav .sub-menu a:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

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

#nav li:hover > .sub-menu {
    opacity: 1;
    pointer-events: auto;
    top: 100%;
}

#nav .sub-menu li {
    position: relative;
    display: block;
    margin: 1px 0 0;
}

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

#fixednav li {
    position: relative;
    display: inline-block;
}

#fixednav .sub-menu {
    list-style: none outside none;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 180px;
    left: -150%;
    right: -150%;
    margin: 0 auto;
    /*padding: 31px 0 0;*/
    padding: 26px 0 0;
    top: calc(100% + 40px);
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

#fixednav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
    font-family: var(--jost);
    letter-spacing: 0.020em;
    background: rgba(0, 0, 0, 0.8);
}

#fixednav .sub-menu a:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

#fixednav .sub-menu .sub-menu {
    margin: 0 0 0 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 0 0;
}

#fixednav li:hover > .sub-menu {
    opacity: 1;
    pointer-events: auto;
    top: 100%;
}

#fixednav .sub-menu li {
    position: relative;
    display: block;
    margin: 1px 0 0;
}

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


/*******************************************************
 *
 * 3. Custom CSS
 *
 *******************************************************/


/* Global */

body {
    font-family: var(--font-family-default);
    font-size: var(--font-size-default);
    background: #FFFFFF;
    color: var(--font-color-default);
    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; */
}

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

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

#ihf-main-container .pagination>li>a,
#ihf-main-container .pagination>li>span{
    padding: 6px 9px;
}
#ihf-main-container #ihf-schedule-showing-request-form .form-control{
    padding: 6px 7px;
}
#content #ihf-main-container #ihf-search-location-tab{
    margin: 8px 5px 0 0;
}
#ihf-main-container #ihf-advsearch-features label{
    font-size: .8em;
}
html.name-Microsoft_Edge .ai-default-cf7wrap input[type="submit"],
html.name-Microsoft_Edge .ai-default-cf7wrap input.wpcf7-submit{
    margin: 6px 0 0;
}
#ws-walkscore-tile{
    background:#fff !important;
}
#hero .quick-search form select[name="propertyType"]{
    margin-left: 2%;
}
#content ul.ihf-navbar-nav{
    list-style: none;
    margin: 0 0 0;
}
#content .ihf-eureka .ihf-navbar{
    padding: 4px 14px;
}
#content #ihf-main-container .ihf-listing-open-home-text-grid,
#content #ihf-main-container .ihf-map-info-window-content{
    color:#777;
}
#content #ihf-main-container label{
    color:inherit;
}
#content #ihf-main-container .ihf-polygon-reset{
    color:#000;
}
#ihf-main-container .modal-body {
    color: #000;
}
body.page-id-0 > img,
body.page-id-0 > iframe{
    display: none !important;
}
#content #ihf-main-container #ihf-market-report-nav-container.row,
#content #ihf-main-container #ihf-market-report-nav-container.row .row,
#content #ihf-main-container .row #areaPickerContainer.row,
#content #ihf-main-container .row #ihf-search-location-tab .row,
#content #ihf-main-container .row #ihf-refine-map-search-form .row,
#content #ihf-main-container .row .ihf-grid-result-container .row,
#content #ihf-main-container .row #ihf-search-location-tab.row{
    margin-left: -15px;
    margin-right: -15px;
}
#content #ihf-main-container .row .row{
    margin-left: 0;
    margin-right: 0;
}
#ihf-main-container  .ihf-social-share .dropdown-menu > li > a{
    color:#000 !important;
}
#ihf-main-container  .ihf-social-share .dropdown-menu > li > a:hover{
    color:#fff !important;
}
#ihf-main-container #ihf-refine-map-search-form label{
    color:#fff !important;
}
#ihf-main-container #ihf-refine-map-search-form .checkbox {
    padding-left: 0px;
    margin-left: -15px;
}
#ihf-main-container ul.chosen-results {
    margin-left: 0 !important;
}
#content .ihf-eureka ul.ihf-dropdown-menu{
    margin: 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
}
#content #ihf-detail-navrow .ihf-detail-navigation .pull-right{
    float: none !important;
    text-align: right;
}
#content #ihf-main-container .map-infobox-img{
    max-width: 100% !important;
}
#ihf-main-container #ihf-map-canvas .ihf-map-info-box-title{
    padding: 0 15px 0 0;
}
.ihf-captcha .g-recaptcha{
    transform-origin: left center;
    transform: scale(.75);
    -moz-transform: scale(.75);
    -webkit-transform: scale(.75);
}
.grecaptcha-badge{
    z-index: 91;
}
#content #IDX-main{}
#content #IDX-main #IDX-boxLabel_remarksConcat input{
    display: block;
    width: 100%;
}
#content #IDX-main ul.select2-choices,
#content #IDX-main ul.IDX-navbar-nav{
    margin: 0 0 0 0;
}
.areaPickerExpandAllTopBar:after{
    content:'';
    display: block;
    clear: both;
}
#ihf-main-container #ihf-main-search-form fieldset > div:nth-child(14) .checkbox{
  padding-left: 0px;
}
#ihf-main-container #ihf-main-search-form fieldset > div:nth-child(14) .checkbox label{
    padding-right: 30px;
    white-space: break-spaces;
}
#ihf-main-container #ihf-detail-features-tab > .row.mt-10{
    margin-left: 0;
    margin-right: 0;
}
#ihf-agent-sellers-rep-own-listing{
    max-width: 100%;
}
#ihf-main-search-form fieldset div[data-ihf-geographic-field="true"] .checkbox{
    padding-left: 0;
}
#content ul#IDX-searchNavList{
    margin: 0 0 0;
}
#content ul#IDX-searchNavList li:first-child{
    padding-left: 0px;
}
#content ul#IDX-searchNavList li:last-child{
    padding-right: 0px;
}
#IDX-formSubmit.IDX-formSubmit {
    font-size: 16px;
    margin-right: 20px;
    line-height: 18px;
}
#IDX-formSubmit.IDX-formSubmit {
    font-size: 16px;
    margin-right: 20px;
    line-height: 18px;
    font-weight:400;
}
#IDX-ccz-group .IDX-controls span{
    vertical-align: middle;
    margin: 0 0 0 10px;
}
#IDX-ccz-group .IDX-controls span:first-child{
    margin: 0 0 0 0;
}
#ihf-main-container #ihf-map-canvas{
    position: relative;
    z-index: 0;
}
#ihf-main-container #ihf-refine-map-search-form{
  margin: 0 0;
}
#ihf-main-container .ihf-mapsearch-refine-overlay-inner{
  padding: 8px 15px;
}
#ihf-main-container .ihf-grid-result{
    margin-bottom: 15px;
}
#ihf-main-container .ihf-grid-result:after{
    content: '';
    display: block;
    clear: both;
}
#listings-results .listings-map{
    position: relative;
    z-index: 0;
}
#content ul#idx-mlm-nav-links{
  list-style: none;
  margin: 0 0 0 0;
}
#ihf-map-canvas .leaflet-div-icon{
    background: none;
    border: 0px solid #666;
}
/********CSS Post Launch End********/

/*******************************************************
 *
 * 4. IP Styles
 *
 *******************************************************/

.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, .6);
}

.ip-banner canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 250px;
    background-color: var(--dark);
    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: #FFFFFF;
    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%;
}


/* 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: var(--font-family-title);
    font-size: 40px;
    color: #000;
    font-weight: 400;
}


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

#content .archive-subtitle {}

:before,
:after {
    pointer-events: none;
}

canvas {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    display: block;
}

.abs-img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: top;
}

section {
    position: relative;
}

.site-container {
    width: calc(100% - 30px);
    margin: 0 auto;
    max-width: 1480px;
}

.hdr-container {
    width: calc(100% - 30px);
    margin: 0 auto;
    max-width: 1500px;
    position: relative;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
}

.hdr-main {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 37px 0 30px;
    position: relative;
    z-index: 1;
}

.hdr-main.sp-active {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    pointer-events: none;
}

.hdr-main .hdr-logo {
    margin: 0 auto;
    max-width: 297px;
    opacity: 1;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.hdr-main.sp-active .hdr-logo {
    opacity: 0;
}

.hdr-main #nav {
    font-size: 0;
    text-align: center;
    margin: 38px 0 0;
    opacity: 1;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.hdr-main.sp-active #nav {
    opacity: 0;
}

#nav li {}

#nav a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.100em;
    display: block;
    position: relative;
}

#nav > li {
    margin: 0 0 0 70px;
}

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

#nav > li > a {}

#nav > li > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
    width: 0%;
    max-width: 150px;
    height: 3px;
    background: #fff;
    opacity: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

#nav > li:hover > a:after {
    opacity: 1;
    width: 100%;
}

.fxd-header {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    padding: 13px 0;
    top: -90px;
    opacity: 0;
    pointer-events: none;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.fxd-header.active {
    top: 0px;
    opacity: 1;
    pointer-events: auto;
}

.fxd-header.active.sp-active {
    pointer-events: none;
    background: rgba(0, 0, 0, 0);
}

.fxd-inner {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
}

.fxd-header .fxd-logo {
    margin: 0 auto 0 0;
}

.fxd-header.active.sp-active .fxd-logo {
    opacity: 0;
    pointer-events: none;
}

.fxd-header #fixednav {
    font-size: 0;
    text-align: center;
}

.fxd-header.active.sp-active #fixednav {
    opacity: 0;
    pointer-events: none;
}

#fixednav li {}

#fixednav a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.100em;
    display: block;
    position: relative;
}

#fixednav > li {
    margin: 0 0 0 65px;
}

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

#fixednav > li > a {}

#fixednav > li > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    /*bottom: -30px;*/
    bottom: -26px;
    width: 0%;
    max-width: 150px;
    height: 3px;
    background: #fff;
    opacity: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

#fixednav > li:hover > a:after {
    opacity: 1;
    width: 100%;
}

.burger-bttn {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    right: 0px;
    top: 0;
    bottom: 0;
    max-height: 28px;
    width: 23px;
    margin: auto 0;
    opacity: 1;
    pointer-events: auto;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.burger-bttn:before,
.burger-bttn:after {
    content: '';
    display: block;
    width: 1px;
    height: 28px;
    background: #fff;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
    left: 0;
    right: 0;
}

.burger-bttn.sp-active:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 4px;
}

.burger-bttn.sp-active:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 4px;
}

.burger-bttn.fixed {
    position: relative;
    margin: 0 0 0 44px;
}

.burger-bttn:hover {
    opacity: 0.4;
}

.burger-bttn > div {
    width: 1px;
    height: 28px;
    background: #fff;
    margin: 0 10px;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.burger-bttn.sp-active > div {
    width: 0px;
    height: 0;
    margin: 0 0;
}

.sliding-panel {
    position: fixed;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    right: 80%;
    opacity: 0;
    pointer-events: none;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.sliding-panel.active {
    right: 0;
    opacity: 1;
    pointer-events: auto;
}

.sp-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    padding: 2.813vw 0 5.625vw;
}

.sp-top {
    width: 100%;
}

.sp-logo {
    margin: 0 auto;
    position: relative;
    max-width: 297px;
}

.sp-close {
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 22px;
    margin: auto;
    opacity: 1;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.sp-close:hover {
    opacity: 0.4;
}

.sp-mid {
    width: 100%;
    margin: 130px 0 0;
}

.expanded-nav {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
}

.expanded-nav li {}

.expanded-nav a {
    text-transform: uppercase;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.expanded-nav > li {}

.expanded-nav > li:first-child {}

.expanded-nav > li:last-child {}

.expanded-nav > li > a {
    font-size: 16px;
    /* font-weight: 500; */
    letter-spacing: 0.100em;
    color: #fff;
    display: block;
    line-height: 2;
    position: relative;
    padding: 0 48px;
    letter-spacing: 0;
}

.expanded-nav > li > a:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #606060;
    top: 0;
    left: 0;
}

.expanded-nav > li:first-child > a:before {
    display: none;
}

.expanded-nav > li > a:hover {
    color: #606060;
}

.expanded-nav .sub-menu {
    text-align: center;
    font-size: 14px;
    line-height: 1.712;
    margin: 25px 0 0;
}

.expanded-nav .sub-menu li {}

.expanded-nav .sub-menu li:first-child {
    margin: 0 0 0;
}

.expanded-nav .sub-menu a {
    color: #c3c3c3;
}

.expanded-nav .sub-menu a:hover {
    color: #fff;
}

.sp-bottom {
    width: 100%;
    margin: auto 0 0;
}

.site-contact {}

.site-contact ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.site-contact li {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    letter-spacing: 0.100em;
    color: #fff;
    margin: 0 0 0 3vw;
}

.site-contact li:first-child {
    margin: 0 0 0 0;
}

.site-contact li em {
    font-size: 19px;
    margin: 0 15px 0 0
}

.site-contact li:first-child em {}

.site-contact li:last-child em {}

.site-contact li a:hover {
    color: #606060;
}

.hp-ss #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-img::before {
    position: absolute;
    content: '';
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.95), transparent 45% 75%, rgba(0,0, 0, 0.5 ));
}

.hp-ss #aios-slider-hp-slideshow .splide__pagination {
    position: absolute;
    bottom: 9.313vw;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0 auto !important;
    /* z-index: 100; */
    width: calc(100% - 20px);
    max-width: 1500px;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
}
.hp-ss #aios-slider-hp-slideshow .splide__pagination li {
    width: 20%;
    line-height: 0;
}
.hp-ss #aios-slider-hp-slideshow .splide__pagination__page {
    height: 1px;
    width: 100%;
    border-radius: 0;
    margin: 0;
    background: #8c8a89;
    vertical-align: top;
    transition: none;
}

.hp-ss #aios-slider-hp-slideshow .splide__pagination__page.is-active {
    background: #fff;
    transform: none;
    height: 3px;
}

.hp-tagline {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 3.125vw;
    width: 100%;
}

.tagline-wrap {}

.tagline-inner {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
}

.tagline-inner .tagline-lg {
    font-family: var(--font-family-title);
    font-size: 2.625vw;
    margin: 0 4.063vw 0 0;
}

.tagline-inner .tagline-sm {
    font-family: var(--tradegothic);
    font-size: 1.125vw;
    line-height: 1;
    letter-spacing: 0.050em;
}

.hp-intro {
    position: absolute;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 1;
    pointer-events: none;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
}

.hp-intro.done-intro {
    opacity: 0;
}

.hp-intro:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 16.750vw;
}

.intro-wrap {}

.intro-wrap .intro-text {
    text-transform: uppercase;
    font-family: var(--font-family-title);
    letter-spacing: -0.050em;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 6vw;
    bottom: 5.4vw;
    line-height: 1 !important;
}
.intro-wrap .intro-text *{
    line-height: 1 !important;
}
.intro-wrap .intro-sm {
    font-size: 5vw;
}

.intro-wrap .intro-md {
    font-size: 8.313vw;
    color: #000;
}

.intro-wrap .intro-lg {
    font-size: 9.688vw;
}

.intro-wrap .intro-bottom {
    font-family: var(--tradegothic);
    font-size: 1.125vw;
    letter-spacing: 0.100em;
    color: #000;
    padding: 1vw 0 0 1vw;
}

.intro-wrap .intro-img {
    width: 31vw;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 6vw;
}

.intro-wrap .intro-img img {
    display: block;
    width: 100%;
    height: auto;
}

#hp-canvas {
    padding: 60px 0 0;
    background: url(images/bg-fade-01.jpg) center bottom no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.agent-photo {
    position: relative;
}

.agent-photo canvas {
    background: url(images/agent-canvas.jpg) center center no-repeat #000;
    background-size: cover;
}

.sec-title {
    position: relative;
    padding: 0 0 0 25px;
}

.sec-title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    background: #a4a4a4;
    height: 100%;
    max-height: 146px;
}

.sec-title h2 {
    font-size: 18px;
    font-weight: 500;
    color: #919191;
}

.sec-title h2 em {
    font-style: normal;
    letter-spacing: 0.600em;
    text-transform: uppercase;
}

.sec-title h2 em.sec-num {
    color: #000;
    letter-spacing: 0em;
    margin: 0 20px 0 0;
}

.sec-title h2 span {
    font-family: var(--font-family-title);
    font-size: 115px;
    line-height: 1;
    letter-spacing: -0.050em;
    display: block;
    color: #000;
    margin: 10px 0 0;
    font-weight: 400;
}

.sec-title h2 span.upp {
    text-transform: uppercase;
}

a.site-bttn,
.site-bttn {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.200em;
    text-transform: uppercase;
    color: #000;
    position: relative;
    cursor: pointer;
}

a.site-bttn:before,
.site-bttn:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    max-width: 40px;
    height: 3px;
    background: #000;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

a.site-bttn:hover:before,
.site-bttn:hover:before {
    max-width: 100%;
}

#hp-abt {
    padding: 146px 0 160px;
    background: url(images/logo-fade.png) 58% 86% no-repeat #fff;
}

.abt-wrap {}

.abt-inner {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.abt-inner .abt-l {}

.abt-inner .abt-r {
    max-width: 930px;
}

.abt-inner .abt-text {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.abt-inner .abt-col {
    width: calc(50% - 20px);
    font-weight: 300;
    line-height: 1.714;
}

.abt-inner .abt-col p {
    margin: 20px 0 0;
}

.abt-inner .abt-col p:nth-of-type(1) {
    margin: 0 0 0;
}

.abt-inner .abt-full p.hl {
    font-family: var(--font-family-title);
    font-size: 24px;
    line-height: 1.333;
    color: #000;
    margin-bottom: 25px;
}

.abt-inner .abt-bttn {
    margin: 44px 0 0;
}

#hp-cta {
    padding: 83px 0 54px;
}

#hp-cta:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 119px;
    width: 58.625vw;
    background: url(images/bg-fade-02.jpg) center center no-repeat;
    background-size: cover;
}

.cta-wrap {
    position: relative;
    z-index: 1;
}

.cta-inner {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

.cta-inner .cta-l {
    width: 50.133%;
}

.cta-inner .cta-text {
    font-weight: 300;
    line-height: 1.714;
    margin: 70px 0 0;
    color: #373737;
    max-width: 545px;
}

.cta-inner .cta-r {
    max-width: 748px;
    width: 49.867%;
}

.cta-inner .cta-list {}

.cta-inner .cta-single {
    margin: 30px 0 0;
}

.cta-inner .cta-single:first-child {
    margin: 0 0 0;
}

.cta-inner .cta-single a {
    display: block;
    border: 5px solid #fff;
    background: #000;
    text-transform: uppercase;
    box-shadow: 5px 5px 24px rgb(0, 0, 0, 0.22);
    padding: 0 28px;
    position: relative;
}

.cta-inner .cta-single a .cta-desc {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    padding: 51px 0 51px 0;
    overflow: hidden;
    position: relative;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.cta-inner .cta-single a:hover .cta-desc {
    padding: 51px 140px 51px 0;
}

.cta-inner .cta-single a:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 40%;
    opacity: 0;
    background: #fff;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.cta-inner .cta-single a:hover:before {
    width: 100%;
    opacity: 1;
}

.cta-inner .cta-single a:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: url(images/logo-fade.png) center center no-repeat;
    background-size: calc(100% - 56px) auto;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.cta-inner .cta-single a:hover:after {
    opacity: 1;
}

.cta-inner .cta-single a .cta-sm {
    font-size: 20px;
    font-weight: 300;
    color: #acacac;
    letter-spacing: 0.500em;
    position: relative;
    left: -56px;
    z-index: 2;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.cta-inner .cta-single a .cta-sm:before {
    content: '';
    display: block;
    height: 1px;
    width: 100vw;
    background: #4d4d4d;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: calc(100% + 25px);
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.cta-inner .cta-single a:hover .cta-sm:before {
    background: #000;
}

.cta-inner .cta-single a .cta-lg {
    font-family: var(--font-family-title);
    font-size: 55px;
    color: #fff;
    letter-spacing: -0.010em;
    position: relative;
    z-index: 2;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.cta-inner .cta-single a:hover .cta-lg,
.cta-inner .cta-single a:hover .cta-sm {
    color: #000;
}

#hp-sl {
    padding: 54px 0 0;
    overflow: hidden;
}

.sl-wrap {}

.sl-wrap .sl-title {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 65px;
}

.sl-wrap .sl-content {}

.sl-wrap .slick-slide {
    /*pointer-events: none;*/
}

.sl-wrap .slick-slide.slick-active {
    pointer-events: auto;
}

.sl-wrap .sl-slide {
    font-size: 0;
    margin: 40px 0 0;
    padding: 0 0 0 0;
}

.sl-wrap .sl-slide:first-child {
    margin: 0 0 0;
}

.sl-wrap .sl-slide .slick-list.draggable {}

.sl-wrap .sl-slide:first-child .slick-list.draggable {
    padding: 0 0 0 calc(28.250vw + 10px);
}

.sl-wrap .sl-item {}

.sl-wrap .sl-item a {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-right: 46px;
    direction: ltr;
}

.sl-wrap .sl-slide:first-child .sl-item a {
    padding-right: 0;
    padding-left: 46px;
}

.sl-wrap .sl-item a .sl-img {
    position: relative;
    width: 41.688vw;
}

.sl-wrap .sl-item a .sl-img canvas {
    display: none;
}

.sl-wrap .sl-item a .sl-det {
    width: 28.250vw;
    margin: 0 0 0 10px;
    background: #ececec;
    color: #000;
    padding: 60px 5px 83px 52px;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.sl-wrap .sl-item a:hover .sl-det {
    color: #fff;
    background: #000;
}

.sl-wrap .sl-item a .sl-logo {
    max-width: 202px;
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.sl-wrap .sl-item a:hover .sl-logo {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.sl-wrap .sl-item a .sl-line {
    width: 2px;
    height: 93px;
    background: #c1c1c1;
    margin: 23px 0 9px;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.sl-wrap .sl-item a:hover .sl-line {
    background: #fff;
}

.sl-wrap .sl-item a .sl-price {
    font-size: 40px;
    font-family: var(--font-family-title);
    letter-spacing: 0.020em;
}

.sl-wrap .sl-item a .sl-add {
    font-family: var(--font-family-title);
    letter-spacing: 0.020em;
    font-size: 30px;
    margin: 30px 0 0;
}

.sl-wrap .sl-item a .sl-add span {
    font-size: 22px;
    display: block;
}

.sl-wrap .sl-item a .sl-feat {
    font-family: var(--font-family-title);
    font-size: 14px;
    letter-spacing: 0.020em;
    margin: 30px 0 0;
}

.sl-wrap .sl-item a .sl-vd {
    margin: 61px 0 0;
}

.sl-wrap .sl-item a .sl-vd span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.200em;
    text-transform: uppercase;
    color: #000;
    position: relative;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.sl-wrap .sl-item a:hover .sl-vd span {
    color: #fff;
}

.sl-wrap .sl-item a .sl-vd span:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    max-width: 40px;
    height: 3px;
    background: #000;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.sl-wrap .sl-item a:hover .sl-vd span:before {
    max-width: 100%;
    background: #fff;
}

#hp-se {
    padding: 83px 0 52px;
}

.se-wrap {}

.se-wrap .se-inner {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.se-wrap .se-l {
    width: 45.188%;
    padding: 50px 0;
    background: #e5e5e5;
    background: linear-gradient(0deg, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.se-wrap .se-img {
    position: relative;
    width: 86.030%;
    margin: 0 auto;
}

.se-wrap .se-img-info {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.88) 0%, rgba(92, 92, 92, 1) 100%);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 1.188vw;
    width: 100%;
    padding: 0.313vw 0;
}

.se-wrap .se-img-lg {
    font-family: var(--font-family-title);
    font-size: 2.125vw;
}

.se-wrap .se-img-sm {
    font-size: 1.188vw;
    margin: 0.438vw 0 0;
}

.se-wrap .se-r {
    width: 54.812%;
    padding: 0 0 0 50px;
}

.se-wrap .se-review {
    font-size: 31px;
    font-weight: 500;
    margin: 65px 0 0;
}

.se-wrap .se-review span {
    font-size: 23px;
    font-weight: 400;
    display: block;
    margin: 10px 0 0;
}

.se-wrap .se-bullet {}

.se-wrap .se-bullet ul {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    list-style-type: disc;
    margin: 45px 0 0 20px;
    max-width: 640px;
}

.se-wrap .se-bullet li {
    font-size: 18px;
    line-height: 1.667;
    font-weight: 300;
}

.se-wrap .se-lm {
    margin: 63px 0 0;
}

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

#hp-testi:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(images/testi-fade.png) center center no-repeat;
    background-size: cover;
}

.testi-wrap {
    position: relative;
    z-index: 1;
}

.testi-wrap .testi-title {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 83px;
}

.testi-wrap .testi-content {
    position: relative;
}

.testi-wrap .testi-slide {
    background: url(images/testi-quote.png) top center no-repeat;
    padding: 81px 0 0;
    margin: 0 auto;
    max-width: 936px;
    position: relative;
    z-index: 0;
}

.testi-wrap .testi-slide ul {}

.testi-wrap .testi-slide li {
    text-align: center;
    font-size: 17px;
    color: #000;
    line-height: 1.529;
    font-weight: 300;
}

.testi-wrap .testi-slide h3 {
    font-weight: 400;
    margin: 30px 0 0;
}

.testi-navs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    height: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.testi-navs .testi-arrow {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.600em;
    text-transform: uppercase;
    padding: 31px 10px 31px 25px;
    cursor: pointer;
    position: relative;
    pointer-events: auto;
}

.testi-navs .testi-arrow:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    background: #c3c3c3;
    height: 100%;
    width: 57%;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
}

.testi-navs .testi-arrow span {
    position: relative;
    z-index: 1;
}

.testi-navs .testi-arrow.testi-next {
    padding: 31px 25px 31px 10px;
}

.testi-navs .testi-arrow.testi-next:before {
    left: auto;
    right: 0;
}

.testi-navs .testi-arrow:hover:before {
    width: 100%;
}

.testi-wrap .testi-bttn {
    text-align: center;
    margin: 90px 0 0;
}

#hp-fl {
    padding: 137px 0 75px;
    overflow: hidden;
}

#hp-fl:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 51%;
    background: url(images/bg-fade-03.jpg) center bottom no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.fl-wrap {
    position: relative;
    z-index: 1;
}

.fl-wrap .fl-top {}

.fl-wrap .fl-top-inner {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

.fl-wrap .fl-title {}

.fl-wrap .fl-bttn {}

.fl-wrap .fl-content {
    width: calc(100% - 100px);
    margin: 55px auto 0;
}

.fl-wrap .fl-slide {
    margin: 0 -2px;
}
.fl-wrap .fl-slide.fl-one{
    max-width: 497px;
    margin: 0 auto;
}
.fl-wrap .slick-slide {}

.fl-wrap .slick-slide > div {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
}

.fl-wrap .fl-single {
    min-width: calc((100% / 3) - 4px);
    margin: 0 2px;
}

.fl-wrap .fl-single:nth-child(4),
.fl-wrap .fl-single:nth-child(5) {
    min-width: calc(50% - 4px);
    margin: 4px 2px 0;
}

.fl-wrap .fl-single a {
    display: block;
    position: relative;
}

.fl-wrap .fl-single a:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/logo-black.png) center center no-repeat;
    background-size: 86.922% auto;
    filter: invert(1);
    -webkit-filter: invert(1);
    opacity: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.fl-wrap .fl-single a:hover:before {
    opacity: 0.08;
}

.fl-wrap .fl-single a .fl-img {
    position: relative;
    z-index: 0;
    padding: 22.500vw 0 0;
}

.fl-wrap .fl-single a .fl-img:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/fl-fade.png) bottom center repeat-x;
    background-size: auto 100%;
    opacity: 1;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.fl-wrap .fl-single a:hover .fl-img:before {
    opacity: 1;
}

.fl-wrap .fl-single a .fl-img:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.fl-wrap .fl-single a:hover .fl-img:after {
    opacity: 0.8;
}

.fl-wrap .fl-single a .fl-img img {}

.fl-wrap .fl-single a .fl-img canvas {
    display: none;
}

.fl-wrap .fl-single a .fl-info {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family-title);
    letter-spacing: 0.020em;
    font-size: 30px;
    color: #fff;
    text-align: center;
    min-height: 0;
    padding: 0 5px 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.fl-wrap .fl-single a:hover .fl-info {
    min-height: 100%;
    padding: 35px 5px 0;
}

.fl-wrap .fl-single a .fl-price {
    margin: 0 0 14px;
}

.fl-wrap .fl-single a .fl-add {
    line-height: 1.1;
    margin: 0 0 20px;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.fl-wrap .fl-single a:hover .fl-add {
    margin: 0 0 0;
}

.fl-wrap .fl-single a .fl-add span {
    font-size: 20px;
    display: block;
}

.fl-wrap .fl-single a .fl-feat {
    font-size: 14px;
    margin: auto 0 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.fl-wrap .fl-single a:hover .fl-feat {
    margin: auto 0 30px;
}

.fl-wrap .fl-single a .fl-vd {
    font-family: var(--font-family-default);
    padding: 0 0 0;
    opacity: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.fl-wrap .fl-single a:hover .fl-vd {
    padding: 0 0 60px;
    opacity: 1;
}

.fl-wrap .fl-single a .fl-vd span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.200em;
    text-transform: uppercase;
    position: relative;
}

.fl-wrap .fl-single a .fl-vd span:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.fl-wrap .fl-navs {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 46px 0 0;
}

.fl-wrap .fl-navs:before {
    order: 2;
    content: '';
    display: block;
    width: 2px;
    height: 44px;
    background: #a8a8a8;
    margin: 0 33px;
}

.fl-wrap .fl-arrow {
    order: 1;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.600em;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    color: #000;
}

.fl-wrap .fl-arrow:hover {
    color: #424242;
}

.fl-wrap .fl-arrow.fl-next {
    order: 3;
}

#hp-neigh {
    padding: 140px 0 0;
}

.neigh-wrap {}

.neigh-wrap .neigh-inner {
    overflow: hidden;
}

.neigh-wrap .neigh-set {
    margin: 0 -1px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
}

.neigh-wrap .neigh-single {
    width: calc((100% / 3) - 2px);
    margin: 2px 1px 0;
}

.neigh-wrap .neigh-single.neigh-title {
    width: calc(((100% / 3) * 2) - 2px);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.neigh-wrap .neigh-single a {
    display: block;
    position: relative;
}

.neigh-wrap .neigh-single a .neigh-img {
    position: relative;
    z-index: 0;
}

.neigh-wrap .neigh-single a .neigh-img:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/logo-black.png) center center no-repeat;
    background-size: 82.552% auto;
    filter: invert(1);
    -webkit-filter: invert(1);
    opacity: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.neigh-wrap .neigh-single a:hover .neigh-img:before {
    opacity: 0.16;
}

.neigh-wrap .neigh-single a .neigh-img:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.neigh-wrap .neigh-single a:hover .neigh-img:after {
    opacity: 0.8;
}

.neigh-wrap .neigh-single a .neigh-desc {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
}

.neigh-wrap .neigh-single a .neigh-name {
    font-size: 1.875vw;
    font-weight: 500;
    text-shadow: 1px 1px 1.250vw #000;
}

.neigh-wrap .neigh-single a .neigh-lm {
    margin: -20px 0 0;
    opacity: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.neigh-wrap .neigh-single a:hover .neigh-lm {
    margin: 4.688vw 0 0;
    opacity: 1;
}

.neigh-wrap .neigh-single a .neigh-bttn {
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.200em;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.neigh-wrap .neigh-single a .neigh-bttn:before {
    content: '';
    display: block;
    width: 40px;
    height: 15px;
    margin: 0 8px 0 0;
    background: url(images/neigh-arrow.png) center center no-repeat;
    background-size: auto 100%;
}

.neigh-wrap .neigh-single a .neigh-bttn:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    max-width: 40px;
    height: 3px;
    background: #fff;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

#hp-sm {
    padding: 96px 0;
}

.sm-set {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
}

.sm-set .sm-col {
    margin: 0 0 0 53px;
    width: calc(100% / 3);
    max-width: 496px;
}

.sm-set .sm-col:first-child {
    margin: 0 0 0 0;
}

.sm-set .sm-col.sm-ig {
    max-width: 369px;
}

.sm-set .sm-title {
    color: #41658a;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.600em;
    text-align: center;
}

.sm-set .sm-title.tw {
    color: #55acf1;
}

.sm-set .sm-title.ig {
    color: #d13576;
}

.sm-set .sm-top {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 20px;
    min-height: 57px;
}

.sm-set .sm-user {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.sm-set .sm-photo {
    width: 57px;
    width: 57px;
    border-radius: 100%;
}

.sm-set .sm-username {
    margin: 0 0 0 18px;
}

.sm-set .sm-username a {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.sm-set .sm-username a:hover {
    opacity: 0.7;
}

.sm-set .sm-time {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.020em;
}

.sm-set .sm-desc {
    font-size: 14px;
    line-height: 1.714;
    font-weight: 300;
    margin: 0 0 26px;
}

.sm-set .sm-img {
    position: relative;
}

.sm-set .sm-img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    font-size: 0;
    background: #000;
    opacity: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.sm-set .sm-img a:hover {
    opacity: 0.4;
}

.fb-wrap .sm-photo img,
.tw-wrap .sm-photo img,
.ig-wrap .sm-photo img {
    border-radius: 50%;
}

.tw-wrap .sm-photo img {
    width: 57px !important;
}

.sm-set .sm-icon {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 35px 0 0;
}

.sm-set .sm-icon a {
    opacity: 1;
    color: #000;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.sm-set .sm-icon a:hover {
    opacity: 0.7;
}

.sm-set .sm-icon a em {
    font-size: 28px;
}

.sm-set .sm-ig-content {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.sm-set .sm-ig-feedimgs{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.sm-set .sm-ig-single {
    margin-left: 13px;
    /*margin-top: 13px;*/
        margin-top: 3px;
        margin-bottom: 14px;
    width: calc(50% - 14px);
}
.sm-set .sm-ig-single:nth-last-of-type(1),
.sm-set .sm-ig-single:nth-last-of-type(2){
    margin-bottom: 0;
}
.sm-set .sm-ig-single:nth-child(odd) {
    margin-left: 0;
}

.sm-set .sm-ig-single:first-child,
.sm-set .sm-ig-single:first-child + .sm-ig-single {
    margin-top: 0;
}

.sm-set .sm-ig-single a {
    display: block;
    position: relative;
    background: #000;
}

.sm-set .sm-ig-single a .sm-ig-img {
    opacity: 1;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.sm-set .sm-ig-single a:hover .sm-ig-img {
    opacity: 0.6;
}

.sm-ig-content {
    padding-top: 0;
    display: block;
}

.footer {
    background: #000;
}

#ftr-git {
    background: url(images/sports-entertainment/sne-git-cloud-bg-alt.jpg) center bottom no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
    padding: min(15vw,120px) 0 95px;
}

#ftr-git .sec-title h2 em.sec-num {
    display: none;
}

.git-wrap {
    background: rgba(255, 255, 255, 0.88);
    margin: 0 0 0 auto;
    max-width: 777px;
    padding: 74px 78px;
}
.git-wrap .wpcf7 form .wpcf7-response-output{
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
}
.git-wrap .wpcf7-form-control-wrap {
    display: block;
}

.git-wrap::-webkit-input-placeholder {
    text-transform: uppercase;
}

.git-wrap:-ms-input-placeholder {
    text-transform: uppercase;
}

.git-wrap::placeholder {
    text-transform: uppercase;
}

.git-wrap .git-title {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 25px;
}

.git-wrap .git-content {
    margin: 0 auto;
    max-width: 962px;
    position: relative;
}

.git-wrap .git-form {}

.git-wrap .git-row {
    margin: 30px 0 0;
}

.git-wrap .git-row:first-child {
    margin: 0 0 0;
}

.git-wrap .git-row.dual {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.git-wrap .git-row.dual > div {
    margin: 0 0 0 18px;
    width: calc(50% - 9px);
}

.git-wrap .git-row.dual > div:first-child {
    margin: 0 0 0 0;
}

.git-wrap .git-row.input input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    letter-spacing: 0.020em;
    border: 0px;
    border-bottom: 1px solid #5f5f5f;
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 10px;
    outline: 0;
    background: none;
}

.git-wrap .git-row.textarea {}

.git-wrap .git-row.input textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    letter-spacing: 0.020em;
    border: 0px;
    border-bottom: 1px solid #5f5f5f;
    display: block;
    width: 100%;
    height: 60px;
    padding: 20px 10px;
    outline: 0;
    resize: none;
    background: none;
}

.git-wrap .git-row.submit {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
}

.git-wrap .git-row.submit input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.git-wrap .git-row.submit span.ajax-loader {
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ftr-logos {
    text-align: center;
    font-size: 0;
    padding: 56px 0 0;
}

.ftr-logos .logo-single {
    margin: 0 0 0 78px;
    display: inline-block;
    vertical-align: middle;
}

.ftr-logos .logo-single:first-child {
    margin: 0 0 0 0;
}

.ftr-ci {
    margin: 38px 0 65px;
}

.ftr-bottom {
    border-top: 1px solid #333;
    margin: 72px 0 0;
    padding: 42px 0 40px;
}

.disclaimer {
    font-size: 12px;
    color: #949494;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.100em;
    line-height: 1.667;
}

.disclaimer a:hover {
    color: #fff;
}

.copyright {
    font-size: 12px;
    color: #949494;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.100em;
    line-height: 1.667;
    margin: 26px 0 0;
}

.copyright span {
    text-transform: uppercase;
    color: #fff;
}

.copyright a[target] {
    font-weight: 700;
    text-decoration: underline;
}

.copyright a[target]:hover,
.copyright a:hover {
    color: #fff;
}

.re-logos {
    text-align: center;
    margin: 22px 0 0;
}

.re-logos span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    font-size: 29px;
}

.re-logos span:first-child {
    margin: 0 0 0 0;
    font-size: 24px;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    width: auto;
}

body #pojo-a11y-toolbar {
    bottom: 0 !important;
    top: auto !important;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    top: auto !important;
    bottom: 0 !important;
}

p#breadcrumbs {
    font-size: 14px !important;
    color: #000;
    text-transform: uppercase;
}

p#breadcrumbs span.breadcrumb_last {
    font-weight: 500;
}

#custom-breadcrumbs {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    letter-spacing: 0.100em;
    text-transform: uppercase;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 29px 0 47px;
    max-width: 1500px;
    position: relative;
    z-index: 1;
}

#custom-breadcrumbs span.breadcrumb_last {
    font-weight: 500;
}

.custom-title {
    position: relative;
    padding: 0 0 0 33px;
}

.custom-title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    background: #a4a4a4;
    height: calc(100% - 8px);
}

.custom-title h2 {
    font-size: 18px;
    font-weight: 500;
    color: #919191;
}

.custom-title h2 em {
    font-style: normal;
    letter-spacing: 0.600em;
    text-transform: uppercase;
}

.custom-title h2 em.sec-num {
    color: #000;
    letter-spacing: 0em;
    margin: 0 20px 0 0;
}

.custom-title h2 span {
    font-family: var(--font-family-title);
    font-size: 115px;
    line-height: 1;
    letter-spacing: -0.050em;
    display: block;
    color: #000;
    margin: 10px 0 0;
    font-weight: 400;
}

.custom-title h2 span.upp {
    text-transform: uppercase;
}

#goog-gt-tt {
    display: none!important;
}

.goog-te-banner-frame {
    display: none!important;
}

.goog-te-menu-value:hover {
    text-decoration: none!important;
}

.goog-text-highlight {
    background-color: transparent!important;
    box-shadow: none!important;
}

body {
    top: 0!important;
}

#google_translate_element2 {
    display: none!important;
}

select.gtranslate_selector {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 164px;
    height: 42px;
    border: 1px solid #5c5c5c;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.120em;
    text-transform: uppercase;
    /*padding: 0 0 0 25px;*/
    padding: 0 25px;
    background: url(images/translate-dd.png) calc(100% - 10px) center no-repeat;
    outline: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

select.gtranslate_selector option {
    color: #000;
}

.aios-cu-inner .aios-cu-left .aios-cu-main .aios-cu-title {
    color: #000;
}

.aios-cu-inner .aios-cu-left .aios-cu-main .aios-cu-smi a:hover {
    color: #000 !important;
    opacity: .6;
}

.aios-cu-inner .aios-cu-left .aios-cu-main .aios-cu-form {
    border: 1px solid #000 !important;
}

.aios-cu-inner .aios-cu-left .aios-cu-main .aios-cu-smi {
    margin-left: 0;
}

.aios-cu-inner .aios-cu-left .aios-cu-main .aios-cu-smi a:first-child {
    margin-left: 0;
}

.ftr-map .aios-cu-map iframe {
    display: block;
    width: 100%;
}

.ftr-map .aios-cu-map {
    display: block;
    position: relative;
}

.ftr-map.aios-cu-bottom {
    display: block;
    position: relative;
}

.ftr-map {
    display: none;
}

body.page-id-115 .ftr-map {
    display: block;
}

body.page-id-115 .aios-cu-inner .aios-cu-left .aios-cu-main .aios-cu-form {
    display: none;
}

body.page-id-115 .aios-cu-inner .aios-cu-left {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.page-id-115 .row.aios-cu-inner {
    display: flex;
}

body.page-id-115 .aios-cu-inner .aios-cu-left .aios-cu-main .aios-cu-contact span a,
body.page-id-115 .aios-cu-inner .aios-cu-left .aios-cu-main .aios-cu-contact span p,
body.page-id-115 .aios-cu-inner .aios-cu-left .aios-cu-main .aios-cu-contact span {
    font-size: 17px;
}

body.page-id-115 .aios-cu-inner .aios-cu-left .aios-cu-main .aios-cu-title img {
    width: 430px;
    max-width: 100%;
}

p#breadcrumbs {
    padding: 25px 8.625vw 30px !important;
    text-transform: uppercase;
    font-weight: 300;
    line-height: normal !important;
    margin: 0 calc(calc(-100vw + 100%) / 2);
}

#main-wrapper {
    overflow: hidden;
}

.ig-wrap .sm-desc:not(:first-child) {
    display: none;
}

.fb-wrap .sm-desc {
    padding-bottom: 0;
}

.tw-wrap .sm-desc {
    padding-top: 0;
}

.ig-wrap .sm-desc {
    width: 93%;
}

.grecaptcha-badge{
    z-index: 1000 !important;
}

.ihf-details-template #nav > li > a{
    text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.75);
}

.listings-form .use-floating-validation-tip .wpcf7-not-valid-tip {
    left: 5% !important;
    width: 92% !important;
    font-size: 12px !important;
}

.se-review span strong {
	font-weight: normal;
	padding-left: 14px;
}

#ui-datepicker-div{
    z-index: 10001 !important;
}

.page-template-sports-and-entertainment .slick-slide .sne-sp-single{
    pointer-events: none;
}
.page-template-sports-and-entertainment .slick-slide.slick-current .sne-sp-single{
    pointer-events: initial;
}


#ihf-main-container .glyphicon.glyphicon-remove-circle {
    color: #fff!important;
}

#listings-details .listings-form .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d; /* Dark Gray 800 */
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute;
    top: initial!important;
    bottom: -30px;
}

#listings-details .listings-form form.submitting  .ajax-loader {
    visibility: visible;
}

#listings-details .listings-form .ajax-loader::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc; /* Light Gray 100 */
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.ai-modern-testimonials #content .ai-modern-testimonials-heading .entry-title {
    position: relative;
    font-weight: 400;
    font-size: 30px;
    font-family: inherit;
    color: var(--aios-testimonials-primary);
}

.ai-modern-testimonials #content .ai-modern-testimonials-heading .entry-title span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.ai-modern-testimonials .ai-modern-testimonials-results-content-name,
.ai-modern-testimonials .ai-modern-testimonials-results-content-position,
.ai-modern-testimonials-results-popup .ai-modern-testimonials-results-content-name,
.ai-modern-testimonials-results-popup .ai-modern-testimonials-results-content-position {
    display: none;
}
select.gt_selector.notranslate {
    background: none;
    padding: 0.25em 0;
}
select.gt_selector.notranslate option {
    background: #000;
}

/* #hp-canvas, #hp-abt,  */
#hp-cta, #hp-sl, #hp-se, #hp-testi, #hp-fl,  #hp-neigh, #hp-sm, .footer{
    display: none;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
