/*
Theme Name: LVL29
Theme URI: https://beswifty.com/
Author: Team Swifty
Author URI: https://beswifty.com/
Version: 1.0.1
Tags: community
License: GNU General Public License v2 or later
 ______________________________________________________
|                                                      |
|    ███████╗██╗    ██╗██╗███████╗████████╗██╗   ██╗   |
|    ██╔════╝██║    ██║██║██╔════╝╚══██╔══╝╚██╗ ██╔╝   |
|    ███████╗██║ █╗ ██║██║█████╗     ██║    ╚████╔╝    |
|    ╚════██║██║███╗██║██║██╔══╝     ██║     ╚██╔╝     |
|    ███████║╚███╔███╔╝██║██║        ██║      ██║      |  
|    ╚══════╝ ╚══╝╚══╝ ╚═╝╚═╝        ╚═╝      ╚═╝      |
|______________________________________________________|

*/
@import url("https://use.typekit.net/qtz5onw.css");


/*===== Global Styles =====*/
 
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}



*,
*:before,
*:after {
	box-sizing: border-box;
}
a, a:visited {
    text-decoration: none;
        color: inherit;
}

body {
    margin: 0;
    color: #4E4E4E;
    -webkit-font-smoothing: antialiased;
    font-family: museo-slab,serif;
}
body.sticky-header { 
    padding-left: 80px;
}
ul, ol {
    padding: 0;
    list-style-type: none;
}
p {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
}
.gallery-tabs-header p{
    margin: 0 0 45px;
}
.container {
    width: 100%;
    max-width: 1500px;
    display: block;
    margin: 0 auto;
    z-index: 9;
    position: relative;
}
.container-full {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.container:after, .flex-box:after {
    display: table;
    content: "";
    clear: both;
}

.col-1 {float:left;width: 8.33%;padding: 0 15px;}
.col-2 {float:left;width: 16.66%;padding: 0 15px;}
.col-3 {float:left;width: 25%;padding: 0 15px;}
.col-4 {float:left;width: 33.33%;padding: 0 15px;}
.col-5 {float:left;width: 41.66%;padding: 0 15px;}
.col-6 {float:left;width: 50%;padding: 0 15px;}
.col-7 {float:left;width: 58.33%;padding: 0 15px;}
.col-8 {float:left;width: 66.66%;padding: 0 15px;}
.col-9 {float:left;width: 75%;padding: 0 15px;}
.col-10 {float:left;width: 83.33%;padding: 0 15px;}
.col-11 {float:left;width: 91.66%;padding: 0 15px;}
.col-12 {float:left;width: 100%;padding: 0 15px;}

a.cb-btn {
        line-height: 1.5;
    font-size: 16px;
    transition: all 0.1s ease-in 0s;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 26px;
    padding: 10px 20px;
    background: #9f662d;
    font-weight: 700;
    letter-spacing: .035em;
    cursor: pointer;
    font-family: museo-slab,serif;
    text-align: center;
}
section {
    position: relative;
}

.main-menu-panel {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 50px;
    z-index: 9999;
    transition: all 0.5s ease 0s;
    transform: translateX(100%);
    background: #fff;
    max-width: 500px;
    right: 0;
}

.menu-close {
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 36px;
    line-height: 35px;
    top: 10px;
    right: 10px;
    text-align: center;
    transform: rotate(45deg);
    font-weight: 700;
    cursor: pointer;
}
.main-menu-panel .header-cta, .main-menu-panel .social-bar {
    display: none;
}
.main-menu-panel li.main-menu-item a.menu-item-link {
    display: block;
    font-size: 21px;
    padding: 10px 0;
    font-weight: 500;
}
.main-menu-panel li.main-menu-item {
    display: block;
}
.main-menu-panel.open {
    transform: translateX(0);
}
.header {
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: all 0.5s ease 0s;
    padding: 0 3.125vw;
    height: 78px;
}
.big-logo img {
    width: auto;
    height: 40px;
    object-fit: contain;
    object-position: center center;
    display: block;
}
.logo-section {
    float: left;
    padding: 19px 0;
}
.header-menu {
    width: auto;
    float: right;
    padding: 20px 0;
        text-align: right;
}
.header-cta {
    float: right;
    padding: 19px 0;
}
ul.menu-main-menu {
    margin: 0;
    font-size: 0;
        padding: 10px 0;
}
li.main-menu-item {
    display: inline-block;
    vertical-align: middle;
}
li.main-menu-item a.menu-item-link {
    line-height: 1;
    display: block;
    font-weight: 700;
    letter-spacing: .035em;
    transition: all .3s ease;
    padding: 0 14px;
    text-align: center;
    font-size: 16px;
    font-family: museo-slab,serif;
}
a.cb-btn.type-10 {
    border: 2px solid #fff;
    padding: 13px 25px;
}
.main-content {
    padding-top: 0;
}
body .flexslider {
    border: none;
    background: transparent;
        margin: 0;
}
.container.same-height {
    display: flex;
    flex-flow: wrap;
}


/*===== Temp styles =====*/

.hero-video-section {
    position: relative;
    padding: 150px 0;
    min-height: 100vh;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.hero-video-section iframe.youtube-video {
   height: 200vh;
    width: 200%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.hero-video-section .video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.container.video-wrapper {
    display: none;
}




.main-menu-panel {
    display: block;
    position: fixed;
    width: 100%;
    height: 0;
    padding: 0;
    z-index: 9999;
    transition: all 0.5s ease 0s;
    background: #2d2a26;
    max-width: 100%;
    left: 0;
    top: 77px;
    overflow: hidden;
    transform: translateX(0);
}
.main-menu-panel.open {
    height: 100%;
}
.main-menu-panel li.main-menu-item a.menu-item-link {
    display: block;
    padding: 15px 0;
    font-family: museo-slab,serif;
    font-weight: 500;
    letter-spacing: .035em;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: left;
    font-size: 18px;
}
.main-menu-panel a.apply-link {
    top: 40px;
}
.main-menu-panel ul.menu-main-menu {
    padding: 40px;
}

/*===== Homepage styles =====*/

.hero-image-slider .slide-image {
    height: 100vh;
    background-size: cover;
    background-position: center center;
}
.home-hero-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.home-hero-content h1.slide-title {
    color: #fff;
    position: absolute;
    bottom: 95px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 35px;
    text-align: center;
    z-index: 5;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
}
a.circle-cta {
    position: fixed;
    top: 95px;
    left: 20px;
    align-items: center;
    justify-content: center;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background: rgba(159,102,45,.9);
    font-family: museo-slab,serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .015em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: flex;
    flex-flow: wrap;
    padding: 5px;
    z-index: 99;
}
a.circle-cta:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
    border: 0;
    border-left: 1px solid #fff;
}
.home-hero-content:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 33vh;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(80%,#000));
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,#000 80%);
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,#000 80%);
    opacity: .8;
}
a.scroll-trigger {
    width: 24px;
    position: absolute;
    bottom: 45px;
    margin: 0 auto;
    left: 50%;
    margin-left: -13px;
    animation: bounce 7s infinite alternate;
}

.homepage-body {
    position: relative;
}
.prpty-sldr-col {
    position: absolute;
    width: 100%;
    height: calc(100% - 130px);
    top: 0;
    left: 0;
}
.prpty-sldr-col ul.slides, .prpty-sldr-col ul.slides li, .prpty-sldr-col #property-slider {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
}
.prpty-sldr-col ul.slides li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(56,47,45,.8);
}
section#luxury-life {
    padding: 180px 0 0;
    margin-bottom: -20px;
}
.container.container-small {
    max-width: 990px;
    padding: 15px 0;
}
.ll-heading {
    display: flex;
    flex-flow: wrap;
    padding-bottom: 55px;
}
.container.container-small {
    max-width: 990px;
    padding: 0 20px;
}
.ll-svg svg * {
    fill: hsla(0,0%,100%,.15);
}
.ll-svg:after {
    content: "";
    display: block;
    height: 50px;
    opacity: .5;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    padding-bottom: 28.57142857%;
    margin-bottom: 0;
    background: url(img/right-curly-brace.svg) no-repeat 50%;
}
.ll-titles h2 {
    width: 100%;
    font-size: 28px;
    text-align: left;
    font-family: museo-sans,sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.5;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    margin: 0;
}
.ll-svg {
    width: 50%;
    padding-right: 100px;
    position: relative;
}
.ll-titles {
    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.luxury-life-content p {
    padding: 25px 0;
    border-top: 1px solid #9f662d;
    border-bottom: 1px solid #9f662d;
    text-align: center;
    margin: 0;
    font-family: museo-sans,sans-serif;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.5;
}
.ll-svg-2 {
    width: 460px;
    margin-top: 25px;
    margin-left: calc(100% - 460px);
    opacity: 0.15;
}
.ll-svg-2 svg {
    display: block;
}
section.gallery-section {
    overflow: hidden;
}
div#gallery-grid-slider li.modular-image-container {
    height: 400px;
}
div#gallery-grid-slider {
    width:100%;
    margin: 0 auto;
    overflow: visible;
}
.gallery-bckgrnd {
    position: relative;
    z-index: 9;
}
div#gallery-grid-slider .flex-viewport {
    overflow: visible !important;
}
div#gallery-grid-slider li.modular-image-container {
    height: 400px;
    background-size: cover;
    background-position: center center;
}
#gallery-grid-slider ul.flex-direction-nav {
    background: rgba(159,102,45,.8);
    position: absolute;
    z-index: 99;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    height: auto;
        font-size: 0;
    bottom: 0;
}
#gallery-grid-slider ul.flex-direction-nav li {
    width: 50%;
    height: 60px;
    position: relative;
    display: inline-block;
}
#gallery-grid-slider ul.flex-direction-nav li a {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    opacity: 1;
    margin: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background-image: url(img/icon-sliderarrow_left.svg);
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: center center;
}
#gallery-grid-slider ul.flex-direction-nav li a.flex-next {
    background-image: url(img/icon-sliderarrow_right.svg);
}
#gallery-grid-slider ul.flex-direction-nav li a::before {
    font-size: 0;
}
#gallery-grid-slider ul.flex-direction-nav li:hover {
    background: rgba(159,102,45,1);
}
.container.container-medium {
    max-width: 1140px;
    display: flex;    
}
.additional-content-3 .container {
    background: rgba(163,147,131,.7);
    padding: 50px 100px 85px;
    text-align: right;
    border-bottom-left-radius: 300px;
}
.section-details, .section-counters {
    position: relative;
    width: 50%;
}
h2.section-title {
    position: relative;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 40px;
    font-size: 36px;
}
.single-counter-item {
    padding: 30px 20px;
    text-align: center;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    border-bottom: 1px solid #9f662d;
    display: block;
    max-width: 320px;
    margin: 0 auto;
}
.single-counter-item span.counter-detail {
    display: block;
    margin: 0;
    font-family: museo-slab,serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    color: #382f2d;
}
.single-counter-item span.counter-number {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    color: #fff;
}
.section-details .section-desc p {
    margin: 0;
    font-family: museo-sans,sans-serif;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.5;
}
section.footer-cta {
    padding: 165px 0 125px;
    margin-top: -130px;
    background-attachment: fixed;
        background-size: cover;
    background-repeat: no-repeat;
}
section.footer-cta:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,right top,from(rgba(56,47,45,.5)),color-stop(80%,#000));
    background: -o-linear-gradient(left,rgba(56,47,45,.5) 0,#000 80%);
    background: linear-gradient(90deg,rgba(56,47,45,.5) 0,#000 80%);
    mix-blend-mode: hard-light;
}
section.footer-cta .container.container-medium {
    display: block;
    text-align: center;
}
.footer-cta-content {
    margin: 0 0 30px;
    padding: 25px 0;
    border-top: 1px solid #9f662d;
    border-bottom: 1px solid #9f662d;
    text-align: center;
}
.footer-cta-content p {
    margin: 0;
    font-family: museo-sans,sans-serif;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.5;
}
.footer-cta-btns > a {
    margin: 50px 0;
    position: relative;
}
.footer-cta-btns > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 130px;
    height: 130px;
    background: url(img/half-circle.svg) no-repeat 50%;
    opacity: .9;
}
#map-contact, #map-home {
    width: 100%;
    height: 400px;
    background-position: 50%;
    background-size: cover;
}
section.site-footer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(56,47,45,.8);
}
section.site-footer {
    background-size: cover;
    background-position: center center;
        padding-top: 100px;
    padding-bottom: 30px;
}
.site-footer .container {
    max-width: 980px;
    padding: 0 15px;
    display: flex;
    flex-flow: wrap;
}
.footer-logo {
    width: 27%;
}
.footer-social {
    width: 8%;
    padding: 0 0 0 30px;
}
.footer-logo img {
    width: 205px;
    height: auto;
        margin-top: 30px;
}
.footer-address span, .footer-address a {
    margin: 0;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.8;
    color: #fff;
}
.footer-address {
    width: 65%;
    border: 0;
    border-left: 1px solid #9f662d;
    border-right: 1px solid #9f662d;
    text-align: left;
    padding: 28px 30px;
}
li.social-icon a {
    position: relative;
    display: block;
    width: 47px;
    height: 47px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-decoration: none;
    margin: 20px 0;
    line-height: 47px;
    text-align: center;
    font-size: 21px;
}
.copyright-area {
    padding: 0 15px;
    text-align: center;
        font-size: 0;
}
section.footer-lower {
    margin-top: 85px;
}
li.single-prop-icon {
    width: 20px;
}
.copyright-text {
    margin: 0;
    font-family: museo-slab,serif;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.copyright-text p {
    font-size: 11px;
    font-weight: 700;
    margin: 0 5px;
}
ul.policy-nav {
    padding: 0;
    margin: 0;
    font-family: museo-slab,serif;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
ul.policy-nav li {
    display: inline-block;
    padding: 0 5px;
    border-left: 1px solid #fff;
}
.property-icons {
    display: inline-block;
    vertical-align: middle;
        padding-left: 15px;
}
li.single-prop-icon {
    margin-left: 10px;
    display: inline-block;
}
.attribution {
    position: absolute;
    bottom: -20px;
    right: 15px;
    width: auto;
    z-index: 99;
    color: #000;
}
.attribution a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.attribution a img {
    display: inline-block;
    vertical-align: middle;
	height: 40px;
}
.inner-page-intro {
    padding: 125px 0 90px;
}
.inner-page-body-wrapper {
    position: relative;
    background: #000;
    overflow: hidden;
}
.page-hero-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 56vw;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
}
.page-hero-bg:before {
        content: "";
    display: block;
    bottom: 0;
    height: 60%;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(25%,rgba(0,0,0,0)),color-stop(80%,#000));
    background: -o-linear-gradient(top,rgba(0,0,0,0) 25%,#000 80%);
    background: linear-gradient(180deg,rgba(0,0,0,0) 25%,#000 80%);
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
}
.page-hero-bg:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 225px);
    left: 50%;
    width: 120%;
    height: 100vw;
    border-radius: 50%;
    background: -o-radial-gradient(center,ellipse,#000 0,rgba(0,0,0,.25) 100%);
    background: radial-gradient(ellipse at center,#000 0,rgba(0,0,0,.25) 100%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: .85;
}
.inner-page-intro {
    padding: 125px 0 90px;
    width: 100%;
    max-width: 665px;
    margin: 0 auto;
    text-align: center;
}
.inner-page-intro h2.inner-page-intro-title {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 1.64;
    color: #9f662d;
    font-weight: 700;
}
h3:empty {
    display: none;
}
.inner-page-intro-content p {
    line-height: 1.5;
    font-family: museo-sans,sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}

ul.ct-tabs {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 25px 0;
    border-top: 1px solid #fff;
    width: 100%;
    max-width: 1060px;
    position: relative;
    z-index: 9;
}
body ul.ct-tabs > li {
    width: auto;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
}
body ul.ct-tabs > li.current {
    color: #fff;
    background: #9f662d;
}

.tab-content {
        opacity: 0;
    position: relative;
    height: 0;
    overflow: hidden;
        z-index: 9;
}
.tab-content.current {
        display: inherit;
    opacity: 1;
    height: auto;
}
body ul.ct-tabs > li {
    width: auto;
    display: inline-block;
    min-width: 120px;
    padding: 9px 15px;
    font-family: Playfair Display,serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}
.ct-tabs-container ul.modular-gallery-ul {
    width: 1120px;
    margin: 0 auto;
    font-size: 0;
    padding: 0 20px;
}
.ct-tabs-container ul.modular-gallery-ul li.modular-image-container {
        width: calc(25% - 30px);
    margin: 0 15px 30px;
    display: inline-block;
    vertical-align: top;
    height: auto;
    transition: all 0.5s ease 0s;
    transform: scale(0.5);
    background-size: cover;
    position: relative;
    min-height: 200px;
}
.ct-tabs-container ul.modular-gallery-ul li.modular-image-container a.modular_gallery_image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.ct-tabs-container .tab-content.current ul.modular-gallery-ul li.modular-image-container {
    transform: scale(1);
}
.gallery-page-gallery .ct-tabs-container {
    position: relative;
}
.gallery-page-gallery .ct-tabs-container:before, .gallery-page-gallery .ct-tabs-container:after,
.amenities-page-gallery .ct-tabs-container:before, .amenities-page-gallery .ct-tabs-container:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    max-height: 750px;
    width: 100px;
    background: url(img/pattern-dots.svg) no-repeat 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: calc(50% + 115px);
    left: calc(50% - 150px);
}
.gallery-page-gallery .ct-tabs-container:after {
    top: calc(50% + 275px);
    left: calc(50% + 150px);
}
.gallery-page-gallery .ct-tabs-container:before {
        top: calc(115px);
    left: calc(50% - 150px);
}
.amenities-page-gallery .tab-content {
    display: flex;
        flex-flow: wrap;
}
section.amenities-page-gallery .container .ct-tabs-container {
    width: 1060px;
    margin: 0 auto;
    position: relative;
}
.amenities-page-gallery .gallery-grid {
    width: 38%;
    padding-left: 60px;
}
.amenities-page-gallery .big-image {
    width: 62%;
    position: relative;
}
.amenities-page-gallery .big-image .col-bg {
    width: 100%;
    padding-top: 65%;
        background-size: cover;
    background-position: center;
}
ul.amenities-grid > li {
    padding: 0;
    width: 100%;
    font-family: museo-slab,serif;
    font-weight: 300;
    line-height: 1.5;
}
ul.amenities-grid {
    padding: 0;
}
ul.amenities-grid > li:after {
    left: -10px;
    top: 9px;
}
/*
.ct-tabs-container .amenities-gallery ul.modular-gallery-ul li.modular-image-container {
    width: 515px;
    height: 350px;
    margin: 60px 0;
    float: right;
    display: block;
    background-size: cover;
    background-position: center center;
}
*/
/*
.ct-tabs-container .amenities-gallery ul.modular-gallery-ul li.modular-image-container:nth-child(5n+2), .ct-tabs-container .amenities-gallery ul.modular-gallery-ul li.modular-image-container:nth-child(5n+4), .ct-tabs-container .amenities-gallery ul.modular-gallery-ul li.modular-image-container:nth-child(5n) {
        width: 242px;
    height: 160px;
    margin-left: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}
*/
.ct-tabs-container .amenities-gallery ul.modular-gallery-ul li.modular-image-container:nth-child(11n+1) {
    width: calc(50% - 30px);
    height: 320px;
    float: left;
    margin-left: calc(50% + 15px);
}
.ct-tabs-container .amenities-gallery ul.modular-gallery-ul li.modular-image-container:nth-child(11n+2) {
    width: calc(50% - 30px);
    height: 320px;
    float: left;
}
.ct-tabs-container .amenities-gallery ul.modular-gallery-ul li.modular-image-container:nth-child(11n+7), .ct-tabs-container .amenities-gallery ul.modular-gallery-ul li.modular-image-container:nth-child(11n+8), .ct-tabs-container .amenities-gallery ul.modular-gallery-ul li.modular-image-container:nth-child(11n+9) {
    width: calc(33.33% - 30px);
}
.ct-tabs-container .amenities-gallery ul.modular-gallery-ul li.modular-image-container:nth-child(11n+10), .ct-tabs-container .amenities-gallery ul.modular-gallery-ul li.modular-image-container:nth-child(11n+11) {
    width: calc(50% - 30px);
    height: 350px;
}
.amenities-gallery ul:after {
    display: table;
    content: " ";
    clear: both;
}
.ct-tabs-container .amenities-gallery ul.modular-gallery-ul {
    width: 100%;
    margin: 100px auto 0;
}
/*
.ct-tabs-container .amenities-gallery ul.modular-gallery-ul li.modular-image-container:nth-child(5n+3) {
    margin: 15px 0;
}
*/
.amenities-gallery {
    margin: 60px 0;
    position: relative;
    width: 100%;
}
.amenities-page-gallery .ct-tabs-container:before {
    top: 115px;
    transform: translateX(-50%);
}
.amenities-page-gallery .ct-tabs-container:after {
    left: calc(50% + 150px);
    top: 275px;
    transform: translateX(-50%);
}
svg.amnety-svg * {
    fill: hsla(0,0%,100%,.15);
}
svg.amnety-svg {
    position: absolute;
    width: 515px;
    margin-top: 55px;
}
section.amenities-page-gallery:before, section.amenities-page-gallery:after {
        content: "";
    background-image: url(/wp-content/uploads/2020/05/footer-bg-1.jpg);
    width: 100%;
    height: 560px;
    top: 1280px;
    position: absolute;
    opacity: 0.47;
    max-width: 1100px;
    background-size: cover;
    background-position: center center;
}
section.amenities-page-gallery:after {
    background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(#000));
    background: -o-linear-gradient(left,rgba(0,0,0,0) 0,#000 100%);
    background: linear-gradient(90deg,rgba(0,0,0,0) 0,#000);
        opacity: 1;
}
.location-content__cta {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 5;
    -webkit-animation: bounce 7s infinite alternate;
    animation: bounce 7s infinite alternate;
        z-index: 9;
}
.location-content__cta a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: museo-slab,serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .2em;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.location-content__cta span {
    position: relative;
    display: block;
    width: 57px;
    height: 57px;
    margin-right: 20px;
}
.location-content__cta span:after, .location-content__cta span:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    background-color: rgba(214,209,196,.12);
}
.location-content__cta span:before {
    top: 0;
    left: 0;
    width: 57px;
    height: 57px;
}
.location-content__cta span:after {
    top: 12.5px;
    left: 12.5px;
    width: 32px;
    height: 32px;
}
.location-content__cta span svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 14px;
    height: 14px;
}
.inner-page-intro.to-right {
    padding-top: 240px;
    max-width: 1100px;
    padding-left: 800px;
    text-align: left;
    position: relative;
    z-index: 9;
}
img.location-content__logo {
    width: 100%;
    max-width: 440px;
    margin-bottom: 50px;
    opacity: 0.8;
        margin-top: 200px;
}
.page-hero-bg.page-nb {
    height: 100%;
}
.page-hero-bg.page-nb.page-nb::after {
    background: linear-gradient(90deg,rgba(0,0,0,.5) 26%,#000);
    opacity: 1;
}
.page-hero-bg.page-nb.page-nb::before {
    content: "";
    top: 115px;
    right: 8.984375vw;
    max-height: 750px;
    width: 100px;
    background: url(img/pattern-dots.svg) no-repeat 50%;
    position: absolute;
    height: 100%;
    opacity: 1;
    bottom: auto;
    left: auto;
    z-index: 1;
}
.page-hero-bg.page-nb.page-nb::after {
    background: linear-gradient(90deg,rgba(0,0,0,.5) 26%,#000);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    border-radius: 0;
}
div#post-91 .inner-page-body-wrapper {
    position: relative;
}
div#post-91 .inner-page-body-wrapper:after {
    content: "";
    top: 115px;
    right: 8.984375vw;
    max-height: 750px;
    width: 100px;
    background: url(img/pattern-dots.svg) no-repeat 50%;
}
div#nbp-filter-options {
    padding: 20px 0;
    text-align: center;
}

div#nbp-filter-options a.nb-map-filter  {
    width: auto;
    height: 40px;
    display: inline-block;
    border: 1px solid #a39383;
    border-radius: 50px;
    vertical-align: middle;
    padding: 6px;
    margin: 0 2px;
    cursor: pointer;
    line-height: 1;
}
div#nbp-filter-options a.nb-map-filter svg {
    width: auto;
    height: 100%;
    padding: 0;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}
div#nbp-filter-options a.nb-map-filter  svg * {
    fill: #a39383;
}
div#nbp-filter-options a.nb-map-filter :hover svg, div#nbp-filter-options a.nb-map-filter .active svg {
    background: #382f2d;
}
div#nbp-filter-options a.nb-map-filter :hover svg *, div#nbp-filter-options a.nb-map-filter .active svg * {
    fill: #fff;
}
.nbp-fliter-dropdown {
    display: none;
}
.container.nb-places-list {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    flex-flow: wrap;
        overflow: hidden;
    margin-bottom: 20px;
}
.container.nb-places-list h2 {
    margin: 0;
    justify-content: center;
    display: flex;
    flex-flow: column;
    width: 20%;
}
body ul.nb-places-ul li {
    width: 20%;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    padding-bottom: 15px;
        padding: 0 15px 15px;
    border-right: 1px solid;
}
ul.nb-places-ul {
    margin: 0;
    padding: 0;
    transition: all 0.5s ease 0s;
        font-size: 0;
}
.nb-places-wrapper {
    width: 80%;
    margin: 0;
    position: relative;
    overflow: auto;
    white-space: nowrap;
    margin-bottom: -45px;
    padding: 0 35px;
}
span.prev-place {
    width: 30px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background-image: url(img/icon-arrow_right.svg);
    transform: rotate(180deg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
span.next-place {
    width: 30px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    background-image: url(img/icon-arrow_right.svg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
body ul.nb-places-ul li h3 {
    display: block;
    padding: 0;
    font-family: museo-slab,serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .05em;
    color: #382f2d;
    outline: 0;
    margin: 0 0 10px;
}
ul.nb-places-ul .place-address {
    display: block;
    font-family: museo-slab,serif;
    font-size: 13px;
    font-weight: 100;
    line-height: 1.1;
    letter-spacing: .05em;
    color: #382f2d;
    outline: 0;
}
.post-351 .page-hero-bg:before,
.page-id-1240 .page-hero-bg:before {
    content: "";
    top: 115px;
    right: 8.984375vw;
    max-height: 750px;
    width: 100px;
    background: url(img/pattern-dots.svg) no-repeat 50%;
    position: absolute;
    height: 100%;
    opacity: 1;
    bottom: auto;
    left: auto;
    z-index: 1;
}
.post-351 .page-hero-bg:after,
.page-id-1240 .page-hero-bg:after {
    border-radius: 0;
    background: linear-gradient(90deg,rgba(0,0,0,.75) 26%,#000);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    opacity: 0.9;
}
.post-351 .page-hero-bg,
.page-id-1240 .page-hero-bg {
    height: 100%;
}
section.form-section {
    background: transparent !important;
}
.form-section-wrapper .container {
    max-width: 800px;
}
.form-section-wrapper h2.luxury-life-heading {
    display: none;
}
.formmangr-field input, .formmangr-field select, .formmangr-field textarea {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(226,222,213,.4);
    border-radius: 0;
    outline: 0;
    background-color: rgba(0,0,0,.7);
    padding: 13px 20px;
    font-family: museo-slab,serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}
.formmangr-field input::placeholder, .formmangr-field select::placeholder, .formmangr-field textarea::placeholder {
    color: #fff;
}
.formmangr-custom-form {
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
}
body .formmangr-col {
    margin-right: 15px;
    width: calc((100%/4) - 15px);
    padding: 0;
    flex: auto;
    margin-bottom: 15px;
        order: 1;
}
body .formmangr-col:nth-child(3) {
    width: calc((75%) - 15px);
    order: 5
}
.forminator-row {
    order: 20;
}
body .formmangr-col:nth-child(2) {
    order: 2;
}
body .formmangr-col:nth-child(8) {
    order: 3;
}
body .formmangr-col:nth-child(7) {
    order: 4;
}
body .formmangr-col:nth-child(4) {
    order: 6;
}
body .formmangr-col:nth-child(5) {
    order: 7;
}
body .formmangr-col:nth-child(6) {
    order: 8;
}
body .formmangr-col:nth-child(9) {
    order: 9;
}
body .formmangr-col:nth-child(10) {
    order: 10;
}
body .formmangr-col:nth-child(11) {
    order: 11;
        width: 100%;
}
button.formmangr-button.formmangr-button-submit {
    background: rgba(0,0,0,0);
    border: 0;
    border-radius: 0;
    outline: 0;
    display: inline-block;
    padding: 8px 20px;
    background: rgba(159,102,45,.8) !important;
    font-family: museo-slab,serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2em;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
}

/*===== Map Section =====*/
/*
.gm-style > div > div > div > div > div * {
    background: transparent !important;
}
*/
.gm-style .gm-style-iw-d {
    padding-right: 20px;
    padding-bottom: 15px;
    max-width: 300px !important;
    overflow: hidden !important;
    color: #fff;
}
.gm-style .gm-style-iw-d h1 {
    margin: 0;
    font-weight: 500;
    font-family: museo, sans-serif;
    font-size: 13px;
    max-width: 160px;
}
.gm-style .gm-style-iw-d h5 {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
    font-family: museo-slab, sans-serif;
    max-width: 160px;
}
.info-w-wrapper {
    padding: 15px 0;
}
/*
img[src="https://lvl29life.beswifty.com/wp-content/uploads/sites/39/2020/05/icon-property_marker-orange-lg.png"] {
    width: 90px !important;
    height: 71px !important;
    margin-top: 71px !important;
    margin-left: 45px !important;
}
*/
img.info-w-logo {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    width: 100px;
    height: auto;
        max-height: 100px;
    object-fit: contain;
}
.info-W-content {
    display: inline-block;
    width: calc(100% - 120px);
    vertical-align: middle;
    border-left: 1px solid rgba(255,255,255,0.5);
}
.info-W-content, .info-W-content p {
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px;
    color: #fff;
    font-weight: 600;
}
.gm-style .gm-style-iw-c button.gm-ui-hover-effect {
    top: -2px !important;
    right: -2px !important;
}
.gm-style button.gm-ui-hover-effect img {
    display: none !important;
}
.gm-style button.gm-ui-hover-effect:after {
    content: "+";
    color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 33px;
    font-size: 27px;
    transform: rotate(45deg);
}
.gmap-info {
    display: none;
}
.insta-transparent-bg {
    display: none;
}
.gm-style-iw.gm-style-iw-c {
    background: rgba(159,102,45,.9);
}
.info-w-wrapper.nb-map-window {
    color: #000;
    max-width: 130px;
    padding: 5px 0;
    font-size: 12px;
    font-weight: 400;
}
.info-w-wrapper.nb-map-window strong {
    display: block;
    font-family: museo, sans-serif;
    font-size: 13px;
    margin-bottom: 3px;
}
.tour-page-logos .location-content__cta {
    top: auto;
    bottom: 110px;
}
.tour-page-logos img.location-content__logo {
    margin-top: 100px;
    opacity: 0.7;
}
.apply-link {
    position: fixed;
    top: 105px;
    right: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background: rgba(159,102,45,.9);
    color: hsla(0,0%,100%,.65);
    font-family: museo-slab,serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: .015em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99
}
.apply-link:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 1px solid #fff;
    border-radius: 50%;
}
.form-section-wrapper {
    color: #fff;
}
section.leasing-template {
    position: relative;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    z-index: 5;
    padding: 0 20px 48px;
}
.page-template-page-leasing .main-content {
    background: #000;
        position: relative; 
}
.page-template-page-leasing .inner-page-banner .container {
    max-width: 1100px;
    padding: 140px 20px 0;
}
.page-template-page-leasing .inner-page-banner .container h1 {
    color: #fff;
}
.page-template-page-leasing .main-content:after {
    content: "";
    top: 115px;
    right: 8.984375vw;
    max-height: 750px;
    width: 100px;
    background: url(img/pattern-dots.svg) no-repeat 50%;
    display: block;
    position: absolute;
    height: 100%;
}
h2.popup-title {
    font-size: 22px;
    text-align: left;
    margin: 0;
    padding: 20px 30px 0;
    color: #9f662d !important;
}
.popup-content p {
    font-family: museo-slab;
    font-weight: 100;
    font-size: 16px;
    padding: 0;
}
.popup-content {
    padding: 15px 30px 0;
}
.popup-btns {
    text-align: left;
}
.popup-btns a.cb-btn {
    margin: 0 10px;
}
.amp-popup .popup-body-wrapper .amp-popup-close {
    color: #000;
    font-family: museo;
    font-weight: 100;
    top: 30px;
    right: 0;
}

.header-menu.hide {
    width: 0;
    height: 0;
    overflow: hidden;
}
.menu-section {
    height: auto;
    text-align: left;
    position: relative;
    top: 21px;
    left: 35px;
    width: auto;
    padding: 8px 0;
    display: inline-block;
        margin-right: 25px;
    float: right;
}
.menu-section.hide {
    display: none;
}
.menu-section .menu-trigger {
    width: 40px;
    height: 30px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: translateY(-5px);
    display: inline-block;
    cursor: pointer;
}
.menu-section .menu-trigger span.burger {
    width: 100%;
    height: 3px;
    display: block;
    margin-top: 10px;
    background: #ffffff;
}
body .amp-popup {
    background: rgba(30,30,30,0.9);
}
body .amp-popup .popup-body-wrapper {
    max-width: 1000px;
}
.slb_details {
    display: none;
}
body #slb_viewer_wrap .slb_theme_slb_default .slb_container {
    padding: 0;
    border-radius: 0;
/*
    max-width: 900px;
    max-height: 600px;
*/
    overflow: hidden;
}
body #slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_overlay {
    background: #1e1e1e;
    opacity: 0.9 !important;
}
.gm-style-mtc {
    display: none;
}
button.gm-control-active.gm-fullscreen-control {
    display: none;
}
/*
body #slb_viewer_wrap .slb_theme_slb_default .slb_container .slb_content {
    width: 100% !important;
    max-height: 600px;
}
body #slb_viewer_wrap .slb_theme_slb_default .slb_container .slb_content span.slb_template_tag img {
    object-fit: cover;
    object-position: center center;
}
*/
section.floorplans-listing {
    background-color: #e2ded5;
        padding-top: 40px;
}
.single-floorplan {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    flex-flow: wrap;
    padding: 20px;
    background: #fff;
    order: 1 !important;
    position: relative;
}
.flp-expanded-content {
    top: 100%;
}
.avalable-units {
    width: 100%;
    text-align: center;
}
.single-floorplan.index-0 {
    background: transparent;
}
.flp-listing {
    margin-bottom: 80px;
}
.single-floorplan .floorplan-inner {
    padding: 0;
}
.single-floorplan .floorplan-inner {
    padding: 0;
    display: flex;
    flex-flow: wrap;
}
.flp-img {
    width: 100%;
    height: 140px;
    margin: 0;

}
.flp-slide-in-trigger {
    width: 20%;
    height: 140px;
    margin: 0;
    border-right: 2px solid rgba(0,0,0,0.1);

}
.flp-primary-info {
    width: 20%;
    padding: 0 45px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.flp-swaps {
    width: 100%;
    padding: 0;
    display: block;
}
.flp-more-details {
    padding: 0 45px;
    width: 20%;
    display: flex;
    flex-flow: column;
    font-size: 18px;
    font-weight: 300;
    border-left: 2px solid rgba(0,0,0,0.1);
    border-right: 2px solid rgba(0,0,0,0.1);
    justify-content: center;
}
.flp-more-details span {
    margin: 5px 0;
}

.flp-price-availability {
    padding: 0 45px;
    width: 20%;
    display: flex;
    flex-flow: column;
    border-right: 2px solid rgba(0,0,0,0.1);
    justify-content: center;
}
.flp-price-availability p {
    margin: 5px 0;
    font-size: 18px;
    font-weight: 300;
}
.flp-primary-info h2 {
    margin: 0 0 10px;
    font-size: 30px;
    color: #9f662d;
}
.flp-swaps span {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 300;
        margin-left: 0;
}
body a.flp-leasing-btn {
    height: auto;
    display: inline-block;
    font-family: "Playfair Display", Helvetica, Arial, "sans-serif";
    padding: 6px 15px;
    font-size: 18px;
    color: #787878;
    background: transparent;
    text-transform: uppercase;
    max-width: 100%;
    margin: 0;
    box-shadow: none;
    border: 1px solid #989898;
}
body a.flp-leasing-btn span {
    display: none;
}
.flp-swaps span.active {
    border: none;
}
body .flp-header {
    order: 3;
    width: 70%;
    display: flex;
    flex-flow: wrap;
        align-items: center;
    background-color: #f0f0f0;
    padding-left: 25px;
}
a.flp-more-details {
    display: none;
}
.single-floorplan .floorplan-inner {
    padding: 0;
    display: flex;
    flex-flow: wrap;
    width: 100%;
}
.flp-header-l.flp-hdr {
    display: block;
    width: auto;
    padding-right: 15px;
}
.flp-hdr span {
    display: inline-block;
    border-right: 1px solid;
    padding: 0 10px;
    vertical-align: middle;
}
.flp-header-r .price-box {
    padding: 0;
    border: none;
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
        color: #000;
}
.flp-header-r .price-box span {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.flp-header-r {
    display: inline-block;
    width: auto;
    padding-top: 46px;
}
.flp-hdr span.flp-sq-ft {
    margin-left: -10px;
}
.expanded-container .close {
    transform: rotate(45deg);
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    top: 35px;
    right: 15px;
}

.flp-expanded-info.flp-hdr.flp-col {
    display: none;
}
.flp-col.border-l {
    border: none;
    width: 100%;
    padding: 0;
    height: 100%;
}
.flp-meta {
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
}
.flp-leasing {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
body a.flp-leasing-btn {
    height: auto;
    display: inline-block;
}
body a.flp-leasing-btn span {
    color: #fff;
    margin-left: 5px;
}

body a.flp-leasing-btn:hover {
        background: #502c1e;
    opacity: 1;
}
.vr-close span {
    display: block;
    transform: rotate(45deg);
}
iframe.special-vr-iframe {
    background: #fff;
}
a.flp-leasing-btn:hover {
    color: #fff;
    border-color: #fff;
}
ul.view-selectors {
    background: #e2ded5;
    margin: 0;
    padding: 30px 0;
    text-align: center;
}
.google-map-wrapper {
    background-size: cover;
    background-position: top center;
    padding-bottom: 100px;
    position: relative;
}
.google-map-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(56,47,45,.8);
}
a.cb-btn.type-11, a.cb-btn.type-12, a.cb-btn.type-13 {
    border: 2px solid;
    padding: 13px 25px;
}
.google-map-wrapper .container {
    background: rgba(255,255,255,0.75);
    transform: translateY(-100px);
    padding: 50px 0;
    border-radius: 0 200px 0 0;
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
}
.map-section-header {
    padding: 0 50px;
    width: 100%;
}
section#footer-google-map {
    width: 100%;
    min-height: 450px;
}
body.home section#footer-google-map {
    width: 65%;
}
#slb_viewer_wrap .slb_theme_slb_baseline .slb_template_tag_item_content>* {
    object-fit: cover;
}
.global-map-content {
    width: 35%;
    padding: 0 45px;
}
.global-map-description p {
    font-weight: 100;
    font-size: 21px;
    line-height: 1.8;
}
.global-map-content a.cb-btn {
    margin: 20px 0;
    width: 100%;
    text-align: center;
    max-width: 300px;
    padding: 35px;
}
.map-contact {
    width: 100%;
    padding: 50px;
}
.map-contact h3 {
    font-family: museo-slab,serif;
    font-weight: 400;
    text-transform: uppercase;
}
.map-contact .address {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding-right: 50px;
    border-right: 1px solid;
}
.map-contact .contact {
    width: 25%;
    display: inline-block;
    padding-left: 50px;
    vertical-align: top;
}
.map-contact .address span, .map-contact .contact a {
    display: block;
    font-family: "Playfair Display", Helvetica, Arial, "sans-serif";
    font-weight: 700;
    font-size: 27px;
    line-height: 1.2;
}
body .sitemap-slide-in {
    height: calc(100% - 78px);
    top: 78px;
}
.theme_2 h2.popup-title {
    padding-left: 0;
}
body.page-template-page-floorplans-listing .sitemap-floor-picker {
    height: calc(100vh - 98px);
}
body.page-template-page-floorplans-listing .sitemap-primary .sitemap-listing, body.page-template-page-floorplans-listing .sitemap-blueprint {
    height: calc(100% - 138px);
}
body.page-template-page-floorplans-listing .single-unit-image img {
    max-height: calc(100vh - 250px);
}
.main-menu-panel .social-bar {
    display: none;
}
.theme_2 .popup-btns {
    margin-bottom: 10px;
    text-align: center;
}



@-webkit-keyframes bounce {
    0%,30%,70%,to {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%)
    }

    50% {
        -webkit-transform: translateY(-90%) translateX(-50%);
        transform: translateY(-90%) translateX(-50%)
    }
}

@keyframes bounce {
    0%,30%,70%,to {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%)
    }

    50% {
        -webkit-transform: translateY(-90%) translateX(-50%);
        transform: translateY(-90%) translateX(-50%)
    }
}

.main-menu-panel .social-bar ul.social-links li.social-icon a:after {
    position: absolute;
    content: "\f09a";
    font-family: fontawesome;
    color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    line-height: 45px;
    font-size: 15px;
    top: 0;
}

.main-menu-panel .social-bar ul.social-links li.social-icon.twitter a:after {
    content: "\f099";
}

.main-menu-panel .social-bar ul.social-links li.social-icon.linkedin a:after {
    content: "\f0e1";
}

.main-menu-panel .social-bar ul.social-links li.social-icon.instagram a:after {
    content: "\f16d";
}

.main-menu-panel .social-bar ul.social-links li.social-icon.youtube a:after {
    content: "\f16a";
}
.page-template-page-resident .container {
    font-size: 0;
    display: flex;
    flex-flow: wrap;
}
.page-template-page-resident .inner-page-intro {
    width: 50%;
    display: inline-block;
    text-align: left;
    color: #fff;
    vertical-align: middle;
    padding: 100px 20px 100px 0;
    min-height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
}   
.page-template-page-resident .container {
    font-size: 0;
}
.page-template-page-resident h1.inner-page-title {
    font-size: 33px;
    color: #fff;
}
.page-template-page-resident section.tour-page-gallery {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 75px 0 25px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
body.page-template-page-resident .formmangr-col {
    width: calc((100%/2) - 15px);
}
.page-template-page-resident .header-menu {
    display: none;
}
.page-template-page-resident .inner-page-intro p {
    margin-bottom: 15px;
    line-height: 1.7;
}
section.instagram-section {
    padding: 60px 0;
	background: #8c8073 !important;
}
section.instagram-section .col-6 {
    float: none;
    width: 100%;
    padding: 0 30px;
    text-align: center;
}
.instagram-section .luxury-life-heading {
    margin: 0;
    line-height: 1.5;
    font-size: 38px;
}
div#instafeed {
    margin-top: 60px;
}
a.instagram-photo {
    width: calc(100% / 6 - (20px * 2));
    margin: 20px;
    margin-bottom: 0;
}
a.download-flp {
    display: block;
    margin-top: 8px;
    font-weight: 300;
    font-size: 18px;
}
.vt-section-content {
    padding: 50px 0;
    text-align: center;
}
.vt-tour-section .container {
    max-width: 1070px;
}
.single-virtual-tour {
    padding: 10px 0;
    margin: 40px 0;
}



body.blog .inner-page-banner {
    height: auto;
    min-height: 500px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
body.blog .inner-page-banner .inner-wrapper-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(56,47,45,0.8);
}
body.blog .inner-page-banner .container h1.inner-page-title {
    color: #fff;
    font-size: 72px;
}
body.blog .inner-page-banner .container {
    position: relative;
}
body .post-sidebar {
    display: none;
}
body .single-post-body .post-content {
    padding: 0;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
body.single-post .logo-section:first-child {
    display: block;
}
a.pseudo-load-more {
    display: none;
}