.special-floorplan-filters {
    padding: 135px 70px 0;
    position: relative;
        display: flex;
    flex-flow: wrap;
    background-size: cover;
    background-position: center center;
}
.custom-filters-gradient {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(320deg,rgba(56,47,45,.75) 0,rgba(0,0,0,.9) 80%);
    background: linear-gradient(130deg,rgba(56,47,45,.75),rgba(0,0,0,.9) 80%);
}
.flp-image-container {
    position: relative;
    width: 60%;
}
.special-floor-picker {
    width: 56.66%;
    margin-left: 43.33%;
    position: relative;
}
img.property-sitemap-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}
.special-floor-picker svg#floors {
    display: block;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
}
.special-floor-picker svg#floors g.floor {
    cursor: pointer;
}
.special-floor-picker svg#floors g.floor path{
    opacity: 0;
    fill: #9f662d;
}
.special-floor-picker svg#floors g.floor:hover path, .special-floor-picker svg#floors g.floor.active path  {
    opacity: 0.6;
}
.special-floor-picker svg#floors g.floor text {
    fill: #fff;
    font-family: museo,serif;
    font-weight: 100;
    opacity: .5;
}
.special-floor-picker svg#floors g.floor:hover text,
.special-floor-picker svg#floors g.floor.active text {
    opacity: 1;
}
.flp-intro {
    position: absolute;
    left: 0;
    width: 64%;
    top: 0;
}
.flp-intro h2.section-heading {
    font-size: 22px;
    margin: -10px 0 20px;
    color: #9f662d;
}
.section-content p {
    line-height: 1.5;
    font-family: museo-sans,sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.flp-filter-container {
    position: relative;
    width: 40%;
        padding: 10px;
    font-size: 0;
}
.filter-box {
    width: calc(50% - 12px);
    display: inline-block;
    vertical-align: top;
    border-bottom: 2px solid #fff;
    font-family: museo-slab,serif;
    font-size: 13px;
    font-weight: 500;
    margin: 15px 6px;
}
.filter-box .nice-select {
    background-color: rgba(0,0,0,0);
    border: none;
    float: none;
    font-size: 13px;
    line-height: 26px;
    padding: 8px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}
.filter-box .nice-select > span {
    color: #fff;
}
.flp-date-selector {
    background: transparent;
    border: none;
    color: #fff;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 10px;
    width: 100%;
}
.flp-date-selector::placeholder {
    color: #fff;
}
.filter-box .nice-select ul.list {
    width: 100%;
        max-height: 440px;
    overflow: auto;
}

li.view-selector {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px;
    padding: 12px 25px;
    background: #fff;
    line-height: 1;
    color: #000;
    cursor: pointer;
}
.flp-view-tabs {
    position: relative;
        overflow: hidden;
        z-index: 99;
}
li.view-selector.active {
    color: #fff;
}
.single-view-tab {
    opacity: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
    position: absolute;
    left: 0;
    top: 0;
        width: 100%;
}
.single-view-tab.active {
    z-index: 9;
    opacity: 1;
}
.single-floorplan.type-no-match,
.single-floorplan.floor-no-match {
    display: none;
}
.swifty-sitemap-wrapper {
    padding: 10px 20px;
    display: flex;
    flex-flow: wrap;
}
.sitemap-floor-picker {
    height: calc(100vh - 20px);
    position: relative;
    width: auto;
}
.sitemap-floor-picker img.floor-picker-image {
    height: 100%;
    width: auto;
    border-radius: 10px;
    display: block;
}
svg.primary-floor-picker {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}
svg.primary-floor-picker path {
    cursor: pointer;
}
svg.primary-floor-picker path:hover, svg.primary-floor-picker path.active {
    fill: rgba(153,104,55,0.5);
}
.sitemap-primary {
    width: 80%;
    padding: 0 30px;
    font-size: 0;
        overflow: hidden;
    position: relative;
}
.sitemap-primary .sitemap-listing {
    display: inline-block;
    width: 50%;
    height: calc(100% - 80px);
    background: #F4F4F4;
    border-radius: 10px 0px 10px 10px;
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 9;
        border-radius: 10px;
}
.floor-selected.sitemap-primary .sitemap-listing {
    border-radius: 10px 0 10px 10px;
}
.sitemap-primary.list-hidden .sitemap-listing {
    margin-left: calc(-50% - 30px);
}

.primary-sitemap-filters {
    display: block;
    height: 80px;
}
.floorpicker {
    padding: 0 100px;
    height: 100%;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    display: flex;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease 0s;
    left: 0;
    top: 0;
        background: #F4F4F4;
    z-index: 9;
        border-radius: 10px;
}
.sitemap-primary.floor-selected .sitemap-listing .floorpicker {
    left: -120%;
}
h3.floorpicker-heading {
    font-size: 21px;
    margin: 0 0 50px;
}
h3.floorpicker-heading {
    font-size: 21px;
    margin: 0 0 50px;
}
.floor-circle {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    margin: 8px;
    border: 2px solid;
    line-height: 50px;
    font-weight: 700;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.floor-circle:hover {
    color: #fff;
}
.single-filter {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    margin-right: 15px;
    position: relative;
}
.single-filter .nice-select {
    min-width: 150px;
}
.sitemap-date-selector {
    width: 150px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-align: left!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
        text-transform: uppercase;
    font-weight: 500;
}
label[for="availability-date"] {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 40px;
    outline: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left!important;
    font-weight: 500;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}
.single-filter .nice-select ul.list {
    min-width: 100%;
}
.primary-sitemap-filters {
    display: block;
    height: 80px;
    padding-top: 15px;
    z-index: 99;
    position: relative;
    
}
.units-list {
    font-size: 14px;
}
.units-breadcrumb {
    padding: 20px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}
.units-count {
    padding: 20px;
    border-bottom: 2px solid #ddd;
}
.sitemap-units {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    left: 0;
    top: 0;
        opacity: 0;
    -webkit-overflow-scrolling: touch;
}
.floor-selected .sitemap-units {
    opacity: 1;
}
.single-unit {
        padding: 20px;
    display: flex;
    flex-flow: wrap;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}

.single-unit.odd {
    background: #EDEBEB;
}
.unit-flp-img {
    width: 26%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.unit-header {
    width: 37%;
    padding: 0 15px;
}
.unit-header h3 {
    margin: 0;
    line-height: 1.5;
    font-size: 22px;
}
.unit-header span.floorplan {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    display: block;
    line-height: 1.4
}
.unit-info {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    width: 37%;
}
.single-unit:hover {
    background: #e4e4e4;
}
.single-unit.floor-no-match,
.single-unit.floorplan-no-match,
.single-unit.area-no-match,
.single-unit.price-no-match,
.single-unit.type-no-match,
.single-unit.bed-no-match,
.single-unit.date-no-match {
    display: none;
}
div#ui-datepicker-div {
    z-index: 999 !important;
}
.units-count h2 {
    font-size: 21px;
    margin: 0;
}
.floor-circle.inactive {
    filter: grayscale(1);
    opacity: 0.5;
    pointer-events: none;
}
.units-breadcrumb .floor-desc {
    float: right;
    font-weight: 700;
    font-size: 18px;
}
span.back-to-floors {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #707070;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
        margin-right: 5px;
}
span.back-to-floors:after, span.back-to-floors:before {
    content: "";
    width: 15px;
    height: 2px;
    background: #707070;
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: -3px;
}
span.back-to-floors:before {
    transform: rotate(-45deg);
    top: -5px;
}
.floor-reset {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.sitemap-slide-in {
    position: fixed;
    z-index: -1;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.unit-slide {
    position: absolute;
    background: #fff;
    width: 60%;
    height: 100%;
    min-width: 700px;
}
.sitemap-slide-in.active {
    opacity: 1;
    left: 0;
    z-index: 9999;
    visibility: visible;
}
.sitemap-slide-in:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background: rgba(0,0,0,0.35);
    transition: all 0.5s ease 0s;
}
.sitemap-slide-in.active:before {
    left: 0;
}
.unit-slide-header {
    background: #F8F8F8;
    height: 60px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;
}
.unit-slide-close {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.1);
        cursor: pointer;
    background: #a0a0a0;
}
.unit-slide-close span {
    font-size: 40px;
    color: #ffffff;
    transform: rotate(45deg);
    display: block;
    line-height: 54px;
}
.unit-slide-close:hover span {
    color: #000;
}
.unit-images {
    width: 60%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.unit-slide-body {
    display: flex;
    flex-flow: wrap;
    height: calc(100% - 60px);
    overflow: auto;
    padding: 0 40px;
    position: relative;
}
.leasing-iframe {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    top: 0;
    overflow: auto;
    background: #fff;
    left: -100%;
    transition: all 0.5s ease 0s;
    padding: 0;
    z-index: 999;
}
.leasing-iframe.active {
    left: 0;
}
.back-to-slide-in {
    display: inline-block;
    line-height: 40px;
    cursor: pointer;
    padding: 0 20px;
}
iframe.leasing-iframe-wrapper {
    display: block;
    border: none;
    width: 100%;
    height: calc(100% - 40px);
    overflow: auto;
/*    background-image: url(/wp-includes/js/thickbox/loadingAnimation.gif);*/
    background-size: 90% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.leasing-iframe .socket {
    transform: scale(1);
    z-index: auto;
    display: block;
}
.postid--101 section.leasing-template {
    padding: 0;
}
.single-unit-image {
    padding: 20px;
    display: none !important
}
.single-unit-image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-height: calc(100vh - 170px);
    object-fit: contain;

}
.single-unit-image.current {
    display: block !important;
}   
.unit-img-toggle-inner {
    display: inline-block;
    width: auto;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    font-size: 0;
    background: #fff;
}
.unit-img-toggles {
    text-align: center;
    padding: 0 0 25px;
    position: relative;
}
.img-switcher {
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px;
    min-width: 40px;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
}
.img-switcher.current, .img-switcher:hover {
    background: #535353;
    color: #fff;
}
.unit-slide-body .unit-info {
    width: 40%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
a.unit-apply-lightbox {
    margin: 0;
    float: none;
    margin-top: 10px;
    vertical-align: top;
}
.unit-slide-content h2.unit-title {
    font-size: 30px;
    margin: 0 0 10px;
}
.unit-slide-content span.unit-flp {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 20px;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}
.slide-unit-info {
    margin-bottom: 30px;
    font-size: 18px;
}
.unit-slide-content span.vr-tour {
    display: inline-block;
    text-transform: uppercase;
    padding: 7.5px 18px;
    float: left;
    border: 1px solid #9d9d9d;
    cursor: pointer;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 20px; 
}
a.unit-apply-link, a.unit-apply-lightbox {
    float: right;
}
.img-switcher.inactive {
    display: none;
}
.unit-slide-content span.vr-tour:hover {
    background: #000;
    color: #fff;
}
body.no-scroll {
    overflow: hidden;
}
.sitemap-blueprint {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: calc(100% - 80px);
    overflow: hidden;
    position: relative;
    padding: 60px 30px;
    transition: all 0.5s ease 0s;
        opacity: 0;
}

.list-toggle {
    background: #E3E3E3;
    position: absolute;
    left: 100%;
    font-size: 30px;
    top: 0;
    padding: 0 15px 0 10px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    opacity: 0;
        border-radius: 0 5px 5px 0;
}
.sitemap-primary.floor-selected .sitemap-blueprint,
.sitemap-primary.floor-selected .list-toggle {
        opacity: 1;
}
.sitemap-primary.list-hidden .sitemap-blueprint {
    width: 100%;
}
svg.floorplate-floor.active {
    display: block;
}
g.floorplate-units > * {
    cursor: pointer;
}
.panzoom-buttons {
    font-size: 20px;
    position: absolute;
    bottom: 30px;
    right: 0;
    z-index: 99;
}   
.panzoom-buttons span {
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid;
    text-align: center;
    line-height: 25px;
    margin-bottom: 10px;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    transition: all 0.5s ease 0s;
}
span#floorplate-zoom-out {
    font-size: 26px;
}
span#floorplate-reset {
    font-size: 16px;
}
h3.floor-desc {
    font-size: 33px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 50px;
}
a.cb-btn.sitemap-filter-reset {
    line-height: 21px;
    margin: 0;
    border-radius: 5px;
}
svg.primary-floor-picker path.inactive {
    fill: #000;
    opacity: 0.25;
    pointer-events: none;
}
g.interactive-part > g {
    cursor: pointer;
}
g.interactive-part > g[unit-status="unavailable"] {
    pointer-events: none;
}
g.interactive-part > g[unit-status="unavailable"] > path, g.interactive-part > g[unit-status="unavailable"] > polygon, g.interactive-part > g[unit-status="unavailable"] > rect {
    fill: #cdcdcd !important;
}
.single-unit.draft {
    display: none;
}
body.postid--100 .sitemap-slide-in {
    height: 100%;
    top: 0;
}
.list-toggle i {
    transition: all 0.5s ease 0s;
}
.list-hidden .list-toggle i {
    transform: scale(-1);
}
.unit-tooltilp {
    position: fixed;
    z-index: -99;
    width: 150px;
    height: auto;
    opacity: 0;
    visibility: hidden;
    background: #fff;
        padding: 10px;
    box-shadow: 0 0 5px 1px #cdcdcd;
}
.unit-tooltilp.active {
    z-index: 999;
    opacity: 1;
    visibility: visible;
}
.unit-tooltilp img {
    width: 100%;
    height: auto;
    max-width: 110px;
    display: block;
    margin: 0 auto;
}
.unit-tooltilp h3 {
    margin: 0;
    font-size: 21px;
    line-height: 1.5;
}
.unit-tooltilp h4 {
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: 400;
}
.unit-tooltilp .unit-info {
    width: 100%;
    font-size: 14px;
}
.vr-tour-popup .socket {
    display: block;
    z-index: 1;
}
.vr-tour-wrapper.active {
    opacity: 1;
    z-index: 9999;
}
iframe.special-vr-iframe {
    position: relative;
    z-index: 9;
}
.vr-close {
    z-index: 99;
}
a.unit-apply-link {
    display: none !important;
}
.unit-slide-content {
    padding-left: 20px;
}
.sitemap-primary .nice-select::after {
    transform: none;
    width: 12px;
    height: auto;
    border-top: 6px solid #535353;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: none;
    right: 7px;
}
.floor-circle.hovered {
    color: #fff;
}
.unit-image-wrapper {
    height: auto;
    min-height: calc(100% - 80px);
    display: flex;
    flex-flow: column;
    justify-content: center;
}
a.unit-apply-lightbox.cb-btn {
    float: none;
    margin-left: 0;
}
.unit-images .panzoom-buttons {
    right: auto;
    left: 0;
    padding: 5px;
    bottom: 0px;
    background: #fff;
    padding-left: 10px;
    padding-bottom: 0;
}
.unit-images .panzoom-buttons span {
    width: 25px;
    height: 25px;
    line-height: 20px;
    font-size: 18px;
}
.unit-navigation {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
}

.unit-navigation .prev-unit span, .unit-navigation .next-unit span {
    display: block;
    width: 35px;
    height: 2px;
    background: #9d9d9d;
    margin: 20px auto;
    position: relative;
}
.unit-navigation .prev-unit span:after, .unit-navigation .prev-unit span:before {
    content: "";
    width: 15px;
    height: 2px;
    background: #9d9d9d;
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: -3px;
}
.unit-navigation .prev-unit span:before {
    transform: rotate(-45deg);
    top: -5px;
}
.unit-navigation .next-unit span:after, .unit-navigation .next-unit span:before {
    content: "";
    width: 15px;
    height: 2px;
    background: #9d9d9d;
    transform: rotate(-45deg);
    position: absolute;
    top: 5px;
    right: -3px;
}
.unit-navigation .next-unit span:before {
    transform: rotate(45deg);
    top: -5px;
}
.unit-navigation > div {
    width: 70px;
    height: 60px;
    display: inline-block;
    padding: 10px;
    border-left: 1px solid #cdcdcd;
    cursor: pointer;
}
span#slide-img-reset {
    font-size: 14px;
    line-height: 22px;
}
.mobile-sitemap-filter-trigger,
.mobile-sitemap-filter-header,
.mobile-sitemap-filter-footer {
    display: none;
}
.mobile-sitemap-filter-header {
    background: #F8F8F8;
    position: relative;
    height: 50px;
        margin-bottom: 50px;
}
.mobile-filter-close {
    width: 50px;
    height: 50px;
    border-left: 1px solid #E5E5E5;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    cursor: pointer;
}
.mobile-filter-close span {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 35px;
    text-align: center;
    line-height: 50px;
    transform: rotate(45deg);
    color: #9D9D9D;
}
.mobile-filter-close:hover {
    background: #9D9D9D;
}
.mobile-filter-close:hover span {
    color: #fff;
}
.mobile-sitemap-filter-header h4 {
    font-size: 18px;
    margin: 0;
    line-height: 1;
    padding: 16px;
}

/*==== Garden styles ====*/
.garden-sitemap {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.swifty-sitemap-wrapper.property-type-garden div#floorplate-panzoom {
    padding: 0 !important;
}
.swifty-sitemap-wrapper.property-type-garden div#floorplate-panzoom .floorplates-outer {
    max-width: 100% !important;
}
.swifty-sitemap-wrapper.property-type-garden .floorplates-inner {
    height: calc(100vh - 80px);
    overflow: hidden;
    position: relative;
}
.swifty-sitemap-wrapper.property-type-garden .floorplates-inner img.floor-picker-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
}
.property-type-garden svg.primary-units-picker {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.garden-filters {
    color: #000;
}
.garden-filters {
    color: #000;
    width: 100%;
    text-align: center;
    background: #fff;
        position: relative;
    z-index: 999;
}
.swifty-sitemap-wrapper.property-type-garden {
    padding: 0;
    transition: all 0.5s ease 0s;
}
.garden-sitemap-inner .panzoom-buttons {
    right: 12px;
    bottom: auto;
    top: 0;
}

.garden-sitemap .sitemap-listing {
    position: absolute;
    width: 100%;
    max-width: 450px;
    z-index: 99;
    background: #fff;
    left: 0;
    top: 0;
    height: calc(100%);
    transition: all 0.5s ease 0s;
    transform: translateX(-100%);
    background: #F4F4F4;
    border-radius: 15px 0 0 15px;
}

.garden-sitemap .sitemap-listing .sitemap-units {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    opacity: 1;
    max-height: calc(100vh - 80px);
}

.garden-sitemap .list-toggle {
    opacity: 1;
    background: #fff;
    width: 127px;
    line-height: 52px;
}
.unit-list-header {
    font-size: 0;
    border-bottom: 1px solid;
}
.unit-list-header > div {
    width: 18%;
    font-size: 16px;
    display: inline-block;
    padding: 10px;
    text-align: center;
    color: #000;
    font-weight: 600;
}
.unit-list-header > div.unit-area {
    width: 28%;
}
.garden-sitemap .single-unit {
    font-size: 0;
        padding: 0;
}
.garden-sitemap .single-unit > div {
    font-size: 15px;
    padding: 20px 10px;
    display: inline-block;
    vertical-align: middle;
    width: 18%;
    text-align: center;
    color: #6E6E6E;
}
.garden-sitemap .single-unit > div.unit-area {
    width: 28%;
}
.garden-sitemap .single-unit > div h3 {
    margin: 0;
}
.garden-sitemap .list-toggle span {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    font-weight: 600;
    text-transform: uppercase;
}
.property-type-garden.show-list .sitemap-listing {
    transform: translateX(0);
}
.garden-sitemap-outer {
    transition: all 0.5s ease 0s;
        margin-left: 140px;
    margin-right: 60px;
    border-radius: 0 15px 15px 0;
    overflow: hidden;
}
.swifty-sitemap-wrapper.property-type-garden.show-list .garden-sitemap-outer {
    margin-left: 500px;
}
.property-type-garden.show-list .list-toggle span {
    display: none;
}
.property-type-garden.show-list .list-toggle {
    width: 45px;
}
.property-type-garden.show-list .list-toggle i {
    transform: rotate(180deg);
}
.single-filter .nice-select span.current:not(.default), label.custom[for="availability-date"] {
    font-weight: 700;
}
/*
.garden-sitemap-inner {
    background: #ddd;
}
*/
.swifty-sitemap-wrapper.property-type-garden.tooltip-active .garden-sitemap-inner {
    opacity: 0.75;
    pointer-events: none;
}
body.page-template-page-floorplans-listing.tooltip-active {
    overflow: hidden;
}
/*
.garden-filters .primary-sitemap-filters {
    display: flex;
    width: 100%;
        padding: 0;
}
.garden-filters .primary-sitemap-filters .single-filter {
    width: 100%;
    text-align: center;
    border-right: 1px solid #787878;
    padding: 10px;
    margin: 0;
}
.garden-filters .primary-sitemap-filters .single-filter .nice-select.nice-one, .garden-filters .primary-sitemap-filters .single-filter .sitemap-date-selector {
    width: 100%;
    border: none;
    margin: 10px 0;
    color: #000;
    font-size: 16px;
}
*/


a.cb-btn.sitemap-filter-reset {
    font-size: 18px;
    margin: 0;
    padding: 10px 30px;
}
g.multi-units[status="inactive"] {
    pointer-events: none;
}
g.multi-units foreignObject {
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #fff;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    position: relative;
        overflow: visible;
}
g.multi-units foreignObject:after {
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    bottom: -10px;
    transform: rotate(45deg) translateX(-50%);
    border-right: 2px solid #fff;
    border-radius: 2px;
    left: 50%;
    border-bottom: 2px solid #fff;
}
g.multi-units[status="inactive"] foreignObject {
    display: none;
}
g.multi-units foreignObject.single {
    width: 70px;
}
g.multi-units foreignObject.single::after {
    margin-left: -10px;
}

.garden-sitemap-outer svg.primary-units-picker path {
    opacity: 0;
}
.unit-tooltilp.garden-style {
    width: 340px;
    height: auto;
    max-height: 450px;
    overflow: auto;
    padding: 0;
}
a.tooltip-close {
    font-size: 30px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.75;
}
a.tooltip-close span {
    display: block;
    transform: rotate(45deg);
}
a.tooltip-close:hover {
    opacity: 1;
}
.tooltip-unit {
    font-size: 0;
    border-bottom: 1px solid #cdcdcd;
    cursor: pointer;
}
.tooltip-unit-img {
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 10px;
        background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.tooltip-unit-info {
    width: calc(100% - 100px);
    display: inline-block;
    height: auto;
    min-height: 100px;
    padding: 20px 10px;
}
.unit-tooltilp .tooltip-unit-info h3 {
    font-size: 18px;
}
.tooltip-unit-info h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0;
    text-transform: uppercase;
}
p.tooltip-unit-meta {
    font-size: 14px;
    line-height: 1.5;
    margin: 5px 0;
}
.tooltip-unit:hover {
    background: #efefef;
}
a.unit-slide-in-cta {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    line-height: 1;
}
a.unit-slide-in-cta i {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
a.unit-slide-in-cta:hover {
    text-decoration: underline;
}

a.fss-trigger-anchor i.fa.fa-share-alt {
    display: inline-block;
    margin-right: 5px;
}
a.fss-trigger-anchor i.fa.fa-caret-down {
    margin-left: 5px;
}
.social-share__group a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid;
    text-align: center;
    line-height: 27px;
    margin: 10px 5px 15px 0;
    border-radius: 50%;
}
a.fss-trigger-anchor {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
}

.social-share__group {
    overflow: hidden;
    height: 0;
    transition: all 0.5s ease 0s;
}

.flp-slidein-share.active .social-share__group {
    height: 55px;
}
.hivesite-slideshow {
    position: fixed;
    z-index: -99;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
/* 	    display: none !important; */
}
ul.hivesite-slideshow-img-list {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
}
ul.hivesite-slideshow-img-list li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 3s ease 0s;
}
ul.hivesite-slideshow-img-list li.active {
    opacity: 1;
}

ul.hivesite-slideshow-img-list li img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center center;
}
.hivesite-slideshow.active {
    opacity: 1;
    z-index: 99999;
}
.hivesite-slideshow:after {
    content: "Touch anywhere to start";
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 25px;
    background: #000;
    color: #fff;
    font-size: 48px;
    transform: translateX(-50%);
}
body.postid--102 .sitemap-slide-in {
    height: 100%;
    top: 0;
}
.email-address-taker input {
    padding: 10px;
    width: calc(100% - 60px);
    margin-right: 10px;
    font-size: 16px;
    line-height: 20px;
        display: inline-block;
    vertical-align: middle;
}
.flp-slidein-share.active.email-active .social-share__group {
    height: 130px;
}
.social-share__group a.send-flp-email {
    vertical-align: middle;
    margin: 0;
}
.social-share__group a.send-flp-email:hover {
    background: #000;
    color: #fff;
}
.email-address-taker.loading input#flpEmail {
    background-image: url(/wp-includes/js/tinymce/skins/lightgray/img/loader.gif);
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
}

.ui-keyboard-preview-wrapper .ui-keyboard-preview {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
}

div#flpEmail_keyboard button.ui-keyboard-button {
    min-width: 3em;
    min-height: 3em;
    font-size: 1.2em;
}
.postid--102 .unit-tooltilp {
    display: none;
}
body.postid--102 .hivesight-wrapper {
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-app-region: no-drag;
    cursor: default;
    -webkit-tap-highlight-color: transparent;
}
body.postid--102 a.unit-apply-lightbox.cb-btn {
    display: none;
}
.flp-slidein-share.active .social-share__group, .postid--102 .social-share__group {
    height: 65px;
}
.unit-slide-content a.download-flp.cb-btn {
    width: auto;
    display: inline-block;
    margin-left: 0;
    padding: 9px 20px;
    border: 1px solid;
}
.nice-select ul.list li.option.inactive {
    background: #cdcdcd !important;
    pointer-events: none;
    display: none;
}
.postid--102 .social-share__group > a {
    display: none;
}
.postid--102 .optional-ctas {
    display: none;
}
.postid--102 .unit-slide-content a.download-flp.cb-btn {
    display: none !important;
}
.postid--102 iframe.special-vr-iframe {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}
.postid--102 .vr-tour-popup {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}
.postid--102 .vr-close {
    background: #000;
    color: #fff;
    top: 32px;
    right: 32px;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 48px;
}
.kiosk-ad-space {
    position: absolute;
    width: 46.5%;
    top: calc(50vh);
    right: 1.5%;
    transform: translateY(-50%);
    height: auto;
    max-height: calc(100vh - 200px);
    overflow: auto;
    box-shadow: rgb(200 200 200 / 40%) 5px 5px, rgb(200 200 200 / 30%) 10px 10px, rgb(200 200 200 / 20%) 15px 15px, rgb(200 200 200 / 10%) 20px 20px, rgb(200 200 200 / 5%) 25px 25px;
    transition: all 0.5s ease 0s;
}
.kiosk-ad-content {
    padding: 20px;
    background: #f7f7f7;
    text-align: center;
}
.kiosk-ad-content h3.section-subtitle {
    font-size: 24px;
    margin: 0 0 15px;
}
.kiosk-ad-content h2.section-title {
    margin-bottom: 20px;
}
body .kiosk-ad-content p {
    padding: 0;
    border: none;
    font-size: 18px;
}
.sitemap-primary.floor-selected .kiosk-ad-space {
    right: -100vw;
}
.show-unavailable-units .units-list {
    display: flex;
    flex-flow: column;
}
.swifty-sitemap-wrapper.show-unavailable-units .single-unit.draft:not(.floor-no-match) {
    display: flex;
    order: 99;
    opacity: 0.5;
}

@media screen and (max-width:1500px) {
    .single-filter .nice-select {
    min-width: 130px;
}
    .floorpicker {
    padding: 0 60px;
}
}
@media screen and (max-width:1440px) {
    .single-filter .nice-select {
    min-width: 70px;
    padding-left: 10px;
    padding-right: 25px;
    font-size: 13px;
}
    a.cb-btn.sitemap-filter-reset {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
}
    .sitemap-primary {
    padding-right: 0;
}
    .floorpicker {
    padding: 0 30px;
}
    .single-unit-image {
    padding: 20px;
    }
    .unit-slide-body {
        padding: 0 15px;
    }
    .garden-sitemap .sitemap-listing {
    max-width: 400px;
}
    .swifty-sitemap-wrapper.property-type-garden.show-list .garden-sitemap-outer {
    margin-left: 450px;
            margin-right: 40px;
}
}


@media screen and (max-width:1200px) {
    .floor-circle {
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
    h3.floorpicker-heading {
    font-size: 20px;
    margin: 0 0 20px;
}
    .primary-sitemap-filters {
        position: fixed;
    background: #fff;
    z-index: -9;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 0;
    transition: all 0.5s ease 0s;
    left: -100%;
}
    .single-filter .nice-select ul.list {
    min-width: 100%;
    height: auto;
    max-height: 500px;
}
    .mobile-sitemap-filter-header, .mobile-sitemap-filter-footer {
    display: block;
}
    
a.cb-btn.sitemap-filter-reset {
    display: none;
}
    .single-filter {
    display: block;
    width: 100%;
    margin-right: 0;
            padding: 0 20px;
}
    .single-filter .nice-select {
    display: block;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
    .single-filter .nice-select {
    display: block;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 10px 0;
    height: auto;
        float: none;
}
    .single-filter .nice-select ul.list {
    height: 0;
    position: relative;
    margin: 0;
}
    .single-filter .nice-select.open ul.list {
    height: auto;
        max-height: none;
}
    .mobile-sitemap-filter-footer {
    display: block;
    text-align: center;
    margin-top: 35px;
}
    .mobile-sitemap-filter-footer a.cb-btn {
    display: inline-block;
            min-width: 150px;
            margin: 0 10px;
}
    a.cb-btn.type-12.sitemap-filter-reset {
        border: 2px solid;
        padding: 10px 25px;
        border-radius: 0;
        font-size: 16px;
    }
    .sitemap-date-selector {
    display: block;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 10px 0;
    height: auto;
    float: none;
}
   .mobile-sitemap-filter-trigger {
    display: block;
    height: 80px;
       padding: 20px 0px;
}
    .mobile-filter-trigger {
    font-size: 15px;
    color: #535353;
    display: inline-block;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    width: 150px;
    padding: 11px 10px;
    text-transform: uppercase;
    font-weight: 400;
            cursor: pointer;
}
    .mobile-filter-trigger i {
    float: right;
    font-size: 22px;
    line-height: 15px;
}
    .primary-sitemap-filters.open {
    left: 0;
    z-index: 999;
}
    .garden-sitemap-outer {
    display: none;
}
    .garden-sitemap .sitemap-listing {
    max-width: 100%;
    height: 100%;
    transform: none;
    position: relative;
}
   .hivesite-slideshow:after {
    font-size: 36px;
}
/*
    .postid--102 .sitemap-floor-picker {
    height: calc(100vh - 100px);
}
*/
/*
    .kiosk-ad-space {
    width: 42%;
}
*/
    .floorpicker {
    padding: 0 20px;
}
    .hivesite-slideshow {
    display: none !important;
}
    .postid--102 .single-unit {
    padding: 20px 10px;
}
    .postid--102 .unit-header span.floorplan {
    font-size: 16px;
}
    .postid--102 .unit-info {
    font-size: 14px;
}
    .sitemap-primary .sitemap-listing {
    width: 100%;
}
    .sitemap-primary.floor-selected .sitemap-listing {
    width: 90%;
}
}


@media screen and (max-width:992px) {
    .sitemap-floor-picker {
    display: none;
}
    .sitemap-primary {
    width: 100% !important;
    padding: 0;
}
    .sitemap-blueprint {
    display: none;
}
    .sitemap-primary .sitemap-listing {
    width: 100%;
    height: auto;
    display: block;
}
    .floorpicker {
    height: calc(100vh - 90px);
    position: relative;
    padding: 60px 35px;
}
    .swifty-sitemap-wrapper {
    padding: 10px 0;
    }
    .mobile-sitemap-filter-trigger {
    margin-left: 20px;
}
    .unit-flp-img {
    width: 100%;
    height: 35vw;
    margin-bottom: 25px;
}
    .unit-header {
    width: 50%;
    padding-left: 0;
}
    .unit-info {
    width: 50%;
}
    .unit-slide {
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
}
    .unit-images {
    width: 100%;
            flex-flow: wrap;
}
    .unit-image-wrapper {
    height: auto;
    min-height: 100px;
}
    .single-unit-image img {
    max-height: 80vw;
}
    .unit-img-toggles {
    width: 50%;
    text-align: left;
        padding: 0;
}
    .unit-images .panzoom-buttons {
    position: relative;
    width: 50%;
            text-align: right;
            background: transparent;
}
    .unit-images .panzoom-buttons span {
    display: inline-block;
    margin-left: 7px;
}
    .unit-images .panzoom-buttons span {
    display: inline-block;
    margin-left: 7px;
    width: 35px;
    height: 35px;
    line-height: 30px !important;
    vertical-align: top;
    font-size: 20px !important;
}
    .unit-slide-content {
    padding: 0;
}
    .unit-slide-body .unit-info {
    width: 100%;
    margin-top: 25px;
    padding-bottom: 25px;
}
    .vr-tour-popup {
    width: 90%;
}
    .flp-intro {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
}
    .special-floorplan-filters {
    padding: 100px 15px 0;
}
    .flp-image-container {
    width: 100%;
}
    .special-floor-picker {
    display: none;
}
    .flp-filter-container {
    display: none;
}
    .leasing-iframe {
    position: fixed;
    height: 101%;
}
    .floorpicker {
        position: absolute;
            justify-content: flex-start;
    }
    .sitemap-units {
    height: 100vh;
    position: relative;
}
    .floor-selected .sitemap-units {
    height: auto;
}

    .hivesite-slideshow, .kiosk-ad-space {
    display: none !important;
}
    .postid--102 .unit-flp-img {
    width: 100%;
    min-height: 130px;
}
    .postid--102 .unit-header {
    width: 50%;
    padding: 0 15px;
}
    .postid--102 .unit-info {
    width: 50%;
    padding: 0 10px;
}
    .sitemap-primary.list-hidden .sitemap-listing {
    margin-left: 0;
    width: 100%;
}
    
}