.single-floorplan .floorplan-inner > * {
    order: 2;
}
.flp-primary-info h2 {
    font-size: 30px;
    width: 50%;
        display: inline-block;
    vertical-align: middle;
}

.single-floorplan a.flp-more-details {
    margin: 0 auto;
    color: #fff;
}
.flp-primary-info {
    font-size: 0;
        padding: 0 15px;
}

.flp-more-details {
    font-size: 21px;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}
body.page-id--100 .fw-cta.fw-cta-button {
    display: none !important;
}
body .floorplan-inner a.flp-leasing-btn {
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
}
body .avalable-units {
    width: 100%;
}
body .unite-row {
    border-bottom: 1px solid rgba(0,0,0,0.5);
        display: flex;
    flex-flow: wrap;
}
body .row-cell {
    border-right: 1px solid rgba(0,0,0,0.5);
    padding: 10px;
    font-size: 17px;
    color: #000;
}
body .au-table {
    border: 1px solid rgba(0,0,0,0.5);
}
body .unite-row a.flp-leasing-btn {
    margin: 0 auto;
}
body .row-cell.apt-no, .row-cell.price-cell {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
body .flp-views {
    padding-top: 30px;
    text-align: center;
}
body li.view-selector.active {
    color: #000;
    font-weight: 700;
    opacity: 1;
}
body li.view-selector {
    font-size: 24px;
    padding: 0;
    margin: 12px 25px;
	position: relative;
}
body li.view-selector:after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
body li.view-selector.active:after {
    opacity: 1;
}
body .header-logo {
    transform: scale(0.8) translateY(-13%);
}
body .sitemap-floor-picker img.floor-picker-image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all 0.5s ease 0s;
    position: absolute;
    object-fit: contain;
    object-position: center center;
    display: none;
}
.floor-image-mapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 20px;
        transform: scale(1.35);
}
.single-floor-image {
    text-align: right;
    transition: all 0.5s ease 0s;
    transform-style: preserve-3d;
    position: relative;
}
.floor-image-mapper .single-floor-image[data-floor="2"] {
    width: 101.2%;
}
.floor-image-mapper .single-floor-image[data-floor="3"] {
    width: 101%;
}
.floor-image-mapper .single-floor-image[data-floor="4"] {
    margin-bottom: -0.3%;
    width: 101.75%;
    margin-left: -0.55%;
}
.single-floor-image:hover {
    transform: translateZ(0) scale(1.02);
    z-index: 9;
    cursor: pointer;
    filter: opacity(0.75) drop-shadow(0 0 0 #af5918);
/*    margin: 10px 0;*/
}
.floor-image-mapper:hover .single-floor-image {
    opacity: 0.5;
}
.floor-image-mapper:hover .single-floor-image:hover {
    opacity: 1;
}

body.page-id--100 div#perq-online-guided-shopping-hub {
    display: none !important;
}
g.interactive-part text {
    font-size: 30px;
}
body .sitemap-floor-picker {
    padding: 0;
    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; 
    overflow: hidden;
}
body .floorpicker {
    height: 100%;
    position: relative;
    width: 100px;    
    padding: 0;
    text-align: center;
    display: block;
    transition: all 0.5s ease 0s;
    left: auto;
    top: auto;
    background: transparent;
    z-index: 9;
    border-radius: 10px;    
}
body .sitemap-primary {
    width: calc(100% - 110px) !important;
}
body svg.primary-floor-picker {
    width: 0;
    height: 0;
    overflow: hidden;
}
body svg.primary-floor-picker path:hover, body svg.primary-floor-picker path.active {
    fill: rgba(156,193,101,0.5);
}
body .floor-selected .sitemap-floor-picker {
    left: -150%;
}

.floor-circle:hover, .floor-circle.active {
    border-color: #007c8f;
    color: #fff;
    background: #007c8f;
}
body .floor-circle.inactive {
    pointer-events: all;
}
body .floorplates-flex {
    overflow: visible !important;
}
body a.cb-btn.sitemap-filter-reset {
    font-size: 19px;
    line-height: 1;
    padding: 11.5px 25px;
    font-weight: 700;
}
body h3.floorpicker-heading {
    margin-bottom: 25px;
}
ul.view-selectors {
    margin: 0;
}
body.page-template-page-floorplans-listing .sitemap-primary {
    width: calc(100% - 110px) !important;
    height: calc(100vh - 240px);
}
body .floor-circle.inactive:hover {
    filter: grayscale(0);
    opacity: 1;
}
body.page-template-page-floorplans-listing .sitemap-slide-in {
    height: calc(100% - 100px);
    top: 100px;
}
body .unit-img-toggle-inner {
    border: 2px solid;
}
.single-filter .nice-select span, .single-filter .nice-select ul.list li {
    font-weight: 700;
    font-size: 17px;
}
svg.primary-floor-picker g#Rectangle_1 {
    opacity: 0;
}
.units-breadcrumb span.dark {
    display: inline-block;
    vertical-align: middle;
}
body .unit-info {
    font-size: 18px;
}
body .unit-header span.floorplan {
    font-weight: 700;
}
body .panzoom-buttons span {
    line-height: 28px;
    font-size: 30px;
}
body .unit-slide-content span.unit-flp {
    text-transform: none;
	font-size: 24px;
}
a.unit-apply-lightbox.cb-btn {
    font-weight: 700;
}
.unit-tooltilp .unit-floorplan span {
    font-weight: 700;
}
body .units-breadcrumb {
	font-size: 20px;
}
body .sitemap-primary .nice-select::after {
    border-top-color: #7c7c7c !important;
}
.flp-views {
    position: relative;
    z-index: 9;
}
body .single-filter .nice-select span.current:not(.default), label.custom[for="availability-date"] {
	color: #007c8f;
}
body.postid--100 {
    font-size: 0;
}
body .sitemap-primary .sitemap-listing {
    width: 100%;
}
body .sitemap-primary.floor-selected .sitemap-listing {
    width: 50%;
}
.floor-image-mapper .single-floor-image[data-floor="base"] {
/*    opacity: 1 !important;*/
    pointer-events: none;
}
body g.interactive-part > g:hover > path {
    fill: rgba(0,124,143, 0.5) !important;
}
body .unit-slide {
    min-width: 60%;
}
a.fss-trigger-anchor, .social-share__group a {
    color: #007c8f;
}
body .flp-slidein-share.active .social-share__group, body .postid--102 .social-share__group {
    height: 50px;
}

@media screen and (max-width: 767px) {
    body .floorpicker {
    width: 100%;
    margin-top: 70px;
    height: 80px;
}
    body .sitemap-primary {
    width: 100% !important;
}
    body h3.floorpicker-heading {
    margin-bottom: 0;
}
    body .sitemap-primary, body.page-template-page-floorplans-listing .sitemap-primary {
    width: 100% !important;
    height: calc(100vh - 170px);
}
    body .mobile-sitemap-filter-trigger {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 9;
}
    body .sitemap-primary.floor-selected {
    overflow: auto;
}
    .list-toggle {
    display: none;
}
    .floor-selected .sitemap-units {
    height: auto;
    overflow: hidden;
}
    body.page-template-page-floorplans-listing .mobile-sitemap-filter-trigger {
    top: 150px;
}
    body.page-template-page-floorplans-listing .sitemap-primary {
    height: calc(100vh - 320px);
}
    body iframe.leasing-iframe-wrapper {
        height: 100%;
    }
    body .leasing-iframe {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}
    body .sitemap-primary.floor-selected .sitemap-listing {
    width: 100%;
}
    .floor-image-mapper {
    justify-content: normal;
    align-items: normal;
    padding-top: 30vw;
    width: 260%;
    left: -55%;
}
}