
@font-face {
  font-family: 'manier-medium';
  src:  url('manier-medium-webfont.woff2') format('woff2'),
        url('manier-medium-webfont.woff') format('woff');
}

html {
    width: 100%;
    height: 100%;
}

html, body {
    margin: 0px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #ffffff;
    color: #4e4e4c;
    line-height:1.5em;
}

h1, h2, h3 {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin:10px 0;
}

b, strong {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 700;
}
a {
    text-decoration: none;
    color: #605f5f;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: 0px; }
.spacer-small {height:20px;}
.spacer-medium {height:50px;}
.top__title {padding-top:20px; font-family: manier-medium, serif; text-transform:uppercase; line-height:1.4em; font-size:24px; color:#000; letter-spacing:4px; max-width:900px; margin:0 auto;}
.highlight-text-caption  {padding:40px 0 40px 100px;   font-family: manier-medium, serif; text-transform:uppercase; line-height:1.4em; font-size:22px; color:#000; letter-spacing:4px; max-width:900px; margin:0 auto;}


.lazy-fadeup {
    transition: transform 1s, opacity 1s;
    transform: translateY(100px);
    opacity: 0.2;
}

.lazy-fadeup.is-loaded {
    transform: translateY(0px);
    opacity: 1;
}


#configure_me br {display:none;}

.sy-e-hover--shrink{
    transition: 0.5s Cubic-bezier(.22, 1, .36, 1);
    clip-path: inset(0%);
}
.sy-e-hover--shrink:hover{
    clip-path: inset(3%);
}



    .slider {
        width: 100%;
        margin: 20px auto;
    }

    .slick-slide {
      margin: 0px 0px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }


.slick-prev:before {
    background-image: url('../images/slideshow-left-arrow.png');
    background-size: 47px 47px;
    display: inline-block;
    width: 47px; 
    height: 47px;
    content:"";
}
.slick-next:before {
    background-image: url('../images/slideshow-right-arrow.png');
    background-size: 47px 47px;
    display: inline-block;
    width: 47px; 
    height: 47px;
    content:"";
}

.caption {font-size:12px; text-align:left; line-height:1.2em;}


/** ========== Component:: Map ========== **/
.component-map {
  display: grid;
  grid-template-columns: 41.35% calc(100% - 41.35%);
}



@media only screen and (max-width: 896px) {
  .component-map {
    display: block;
  }
}
/** left **/
.component-map-left {
  padding: 3em;
}
.component-map-left * {
  font-size: 1em;
}
.component-map-text > p {
  color: black;
}

/** list **/
.component-map-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: calc(12px * 5);
}
.component-map-list li {
  display: flex;
  font-size:12px;
  line-height:15px;
  padding: 3px 0;
}
.component-map-list li {
  color: black;
}
.component-map-list ul > li > div {
  width: 1.4em;
  font-weight: bold;
  font-family: var(--font55);
  color: black;
}
.component-map-list ul > li > span {
  color: black;
  cursor: pointer;
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.component-map-list-item {
  margin-bottom: 12px;
}

.component-map-list-item ul {margin:0 5px; padding-left:20px;}

/** ... list **/
.component-map-list-title {
  font-family: var(--font55);
  font-weight: bold;
  margin-bottom: 2px;
}
.component-map-color-1 {
  color: #000000;
}
.component-map-color-2 {
 color: #302783
}
.component-map-color-3 {
  color: #5ab88f;
}
.component-map-color-4 {
  color: var(--map-color-4);
}
.component-map-color-5 {
  color: #921813;
}
.component-map-color-6 {
  color: #f39200;
}
.component-map-color-7 {
  color: #951c82;
}


/** right **/
.component-map-right {
  /* background-color: orange; */
}
.component-map-right > svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.component-map-dot {
  cursor: pointer;
}
@keyframes highlighter-animate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#component-map-highlighter {
  animation: highlighter-animate 2s ease-in-out forwards infinite;
}
.component-map-item-selected > span {
  text-decoration: underline;
  /* color: red !important; */
  /* background-color: grey; */
  font-size: 1em;
}

p.title_restaurants {color:#f39200; margin-bottom:0px;}
p.title_clubs {color:#302783;margin-bottom:0px;}
p.title_galleries {color:#646363;margin-bottom:0px;}
p.title_fashion {color:#5ab88f;margin-bottom:0px;}
p.title_hotels {color:#921813;margin-bottom:0px;}
p.title_gyms {color:#951c82;margin-bottom:0px;}



small, sub, sup { font-size: .70em }
sub             { vertical-align: sub }
sup             { vertical-align: super }

/* Overwrite jquery modal styles */
.blocker {
    background-color: transparent;
    z-index: 5;
}
.modal {
    background-color: rgba(240,240,240,0.9);
    border: 3px solid white;
    max-width: 600px;
    border-radius: 0;
    padding: 50px 55px 80px 55px;
}
/* .Overwrite jquery modal styles */

.modal input[type="email"] {
    width: 100%;
    padding: 15px 10px;
    font-size: 1.1em;
    box-sizing: border-box;
}

.modal input[type='checkbox'] {
    display: block;
    /*-webkit-appearance: none;*/
    width: 25px;
    height: 25px;
    margin: 0 0 5px 0;
    background: white;
    border-radius: 0;
    border: 1px solid #666;
}
.modal input[type='checkbox']:checked {
    background: #abd;
}
.modal input[type="submit"] {
    background: url('/assets/images/download-button.png');
    background-repeat: no-repeat;
    background-size: 60px;
    width: 70px;
    height: 60px;
    border: 0;
    color: transparent;
}
.modal input[type="submit"]:hover {
    background: url('/assets/images/download-button-hover.png');
    background-repeat: no-repeat;
    background-size: 60px;
}
.download-form-submit-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.download-form-submit-left {
    flex: 0 0 75%;
    font-size: 0.8em;
}
.download-form-submit-right {
    flex: 0 0 25%;
    text-align: right;
}

.margin-20 {margin-top:80px;}


.header-home { width:100%; height:400px;}





input {
  display: none;
}

.open {
  background-color: #3c3c3c;
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  top: 8px;
}

.open:before {
  content: "";
  background-color: #3c3c3c;
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: -8px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.open:after {
  content: "";
  background-color: #3c3c3c;
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: 4px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}



.menuOpen {
  width: 24px;
  height: 20px;
  display: block;
  padding: 15px;
  cursor: pointer;
  float: right;
}

.menuOpen:hover .open:before {
  top: -9px;
}

.menuOpen:hover .open:after {
  top: 5px;
}

.menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #e1efe2;
}

.menu label {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-size: 100%;
  cursor: pointer;
}

.menu .menuContent {
  position: relative;
  top: 50%;
  font-size: 26px;
  letter-spacing: 0px;
  text-align: center;
  padding-bottom: 20px;
  margin-top: -170px;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.menu ul li a {
  display: block;
  color: #5C5F65;
  text-decoration: none;
  transition: color 0.2s;
  padding: 15px 0;
  font-family: manier-medium, serif; text-transform:uppercase; 
}

.menu ul li a:hover {
  color: #000;
}



.menuEffects {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.menuEffects ul {
  transform: translateY(0%);
  transition: all 0.5s;
}

#menuToggle:checked ~ .menuEffects {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

#menuToggle:checked ~ .menuEffects ul {
  opacity: 1;
}

#menuToggle:checked ~ .menuOpen .open {
  background-color: transparent;
}

#menuToggle:checked ~ .menuOpen .open:before {
  content: "";
  background-color: #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:checked ~ .menuOpen .open:after {
  content: "";
  background-color: #000;
  transform: rotate(-45deg);
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:not(:checked) ~ .menuEffects ul {
  transform: translateY(-30%);
}


.schedule_outer_wrapper {width:100%; padding-top:30px;}

.schedule_inner_wrapper {
width:80%; 
height:auto; 
background:#e1efe2; 
margin:0 auto; 
background-image: url("../images/schedule-cross-section-small.png"); 
background-repeat: no-repeat;
 background-position: top right;

}

.level__seven__inner {width:100%; border-bottom:1px solid #000; abackground:green; text-align:left;}
.level__six__inner {width:100%; border-bottom:1px solid #000;  text-align:left;}
.level__five__inner {width:100%; border-bottom:1px solid #000;  text-align:left;}
.level__four__inner {width:100%; border-bottom:1px solid #000;  text-align:left;}
.level__three__inner {width:100%; border-bottom:1px solid #000; text-align:left;}
.level__two__inner {width:100%; border-bottom:1px solid #000;  text-align:left;}
.level__one__inner {width:100%; border-bottom:1px solid #000; text-align:left;}
.level__ground__inner {width:100%; border-bottom:1px solid #000; text-align:left;}
.level__lowerground__inner {width:100%; border-bottom:1px solid #000; text-align:left;}
.level__total__inner {width:100%; border-bottom:0px solid #000; text-align:left;}

.plans_outer_wrapper {width:100%; background:orange;}

.plans_inner_wrapper {width:80%; margin:0 auto; height:auto; 
background:#e1efe2; display:flex; }

.plan-menu {flex: 0 0 30%;}
.plan-info {flex: 0 0 30%}
.plan-image {flex: 0 0 30%}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

.hamburger-nav {width:100px; height:100px; position: absolute; right:80px; top:0px;}

@media screen and (max-width: 767px) {
    .modal {
        padding: 20px 25px 30px 25px;
    }
    .modal h2 {
        font-size: 1.2em;
    }
    .modal input[type="email"] {
        padding: 15px 10px;
        font-size: 0.9em;
    }
    .download-form-submit-left {
        flex: 0 0 100%;
        font-size: 0.8em;
    }
    .download-form-submit-right {
        flex: 0 0 100%;
        text-align: right;
        margin-top: 20px;
    }
}

.home-page {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/swirl-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-logo {
    text-align: left;
    margin-top: 50px;
    padding-top:0px;
    color: white;
    margin-left:80px;
}
.home-logo img {
    width: 350px;
}

.home-logo > div img {
    width: 260px;
    margin-top:45px;
}


.home-logo h1 {
    font-size: 1.8em;
    letter-spacing: 0.2em;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: white;
}
.home-logo h2 {
    font-size: 0.9em;
    letter-spacing: 0.2em;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: white;
}
.home-footer {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 45px;
    text-align: center;
    color: white;
    font-size: 1.8em;
    padding: 0 20px;

}


.home-footer span {
 text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); 
}



.home-down-arrow {
    display: inline-block;
    clear: both;
    margin-top: 30px;
    width: 90px;
    height: 90px;
    background-image: url('../images/down-button.png');
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.logo-26 {position:absolute; bottom:50px; right:50px;}

.logo-26 img {width:260px;}

@media screen and (max-width: 1024px) {
    .home-logo img {
        width: 300px;
    }
    .home-logo h1 {
        font-size: 1.4em;
    }
    .home-logo h2 {
        font-size: 0.85em;
    }
}
@media screen and (max-width: 767px) {
    .home-logo img {
        width: 250px;
    }
    .home-logo h1 {
        font-size: 1.3em;
    }
    .home-logo h2 {
        font-size: 0.8em;
    }
    .home-footer {
        font-size: 1.0em;
    }
    .home-down-arrow {
        background-size: 25px;
    }
}

.l-header {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    z-index: 3;
    top: 0;
}

.l-header--container {
    width: 100%;
    box-sizing: border-box;
    height: 80px;
    padding: 20px 50px 0 50px;
    border-bottom: 0px solid black;
    background-image: url('../images/swirl-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background:#fff;
    display:flex;
-webkit-box-shadow:0 5px 28px -4px rgba(0,0,0,.35);box-shadow:0 5px 28px -4px rgba(0,0,0,.35);}

}
.l-header--left {
    float: left;
}
.l-header--center img {
    width: 70px;
}
.l-header--right {
    float: right;
}

.l-header--center {
   text-align:center; margin:0 auto; 
}

.l-amenities--container {
    display: flex;
    /*flex-wrap: wrap;*/
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.l-amenities--left {
    flex-grow: 1;
    flex-shrink: 1;
}
.l-amenities--left img {
    display: block;
    width: 100%;
}
.l-amenities--right {
    flex: 0 0 300px;
    background-color: #F7F6F2;
}
.acordion-amenities {
    margin: 40px;
    border-bottom: 1px solid black;
}
.amenities-row {
    border-top: 1px solid black;
    padding: 10px 0;
    cursor: pointer;
    color: gray;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amenities-row:after {
    content: '+';
    font-size: 30px;
}

.amenities-row.is-toggled:after {
    content: '-';
}

.amenities-row:hover {
    color: black;
}
.amenities-detail {
    display: none;
}

.amenities-detail li:before {
    
    display: inline-block;
    width: 1.7em; /* Also needed for space (tweak if needed) */
    margin-left: -1.7em;
}


.amenities-detail ul {
    counter-reset: items;
    margin: 0 0 1em 0em;
    padding: 0;
    list-style-position: inside;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.amenities-detail li {
    display: block;
    counter-increment: items;
    line-height: 110%;
    padding-bottom: 8px;
    color: grey;
    cursor: pointer;
    font-size:14px;
}
.amenities-detail li:hover {
    color: black;
}

.amenities-detail.restaurants li:before {
    color: #669EC5;
}
.amenities-detail.coffee li:before {
    color: #E68952;
}
.amenities-detail.hotels li:before {
    color: #70B683;
}
.amenities-detail.occupiers li:before {
    color: #777877;
}


.amenity-visible {
    display: block;
}

.l-main {
    width: 100%;
    margin: auto;
     background-image: none;


}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #5c5f5d;

}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  font-family: manier-medium, serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 16px 60px;
  transition: 0.3s;
    color:#fff;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #858986;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #e1efe2;
  color:#000;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
    background-color:  #e1efe2;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}


.section--floor-plans {
    margin-bottom: 7.5vw;
}
.section--floor-plans .floorplans {
    margin-top: 3.75vw;
}
.section--floor-plans .floorplans .controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.section--floor-plans .floorplans .controls button {
    background: #3b3b3b;
    border: 0;
    border-right: 1px #000 solid;
    color: #fff;
    cursor: pointer;
    font-size: 1.0vw !important;
    line-height: 1.5vw !important;
    padding: 2vw;
    text-transform: uppercase;
    -webkit-transition: background 0.5s, color 0.5s;
    -o-transition: background 0.5s, color 0.5s;
    -moz-transition: background 0.5s, color 0.5s;
    transition: background 0.5s, color 0.5s;
    width: 33.33%;
}
.section--floor-plans .floorplans .controls button:last-child {
    border-right: 0;
}
.section--floor-plans .floorplans .controls button:hover,
.section--floor-plans .floorplans .controls button:active,
.section--floor-plans .floorplans .controls button:focus,
.section--floor-plans .floorplans .controls button.active {
    background: #fda431;
    color: #000;
}
.section--floor-plans .container--floorplans {
    padding-bottom: 60.5%;
    position: relative;
}
.section--floor-plans .container--floorplans #floor_layers rect {
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
}
.section--floor-plans .container--floorplans #floor_layers .active rect {
    opacity: 0.65;
}
.section--floor-plans .container--floorplans > div {
    background: none;
    color: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.section--floor-plans .container--floorplans > div.active {
    opacity: 1;
    z-index: 1;
}
.section--floor-plans .container--floorplans .table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    line-height: 1.5vw !important;
    text-transform: uppercase;
}
.section--floor-plans .container--floorplans .table .row {
    border-top: 1px #000 solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 0.5vw;
    padding-top: 0.5vw;
}
.section--floor-plans .container--floorplans .table .row:first-child {
    border-top: 0;
}
.section--floor-plans .container--floorplans .schedule img,
.section--floor-plans .container--floorplans .schedule svg,
.section--floor-plans .container--floorplans .schedule .table {
    bottom: 0;
    left: 1rem;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    top: 0;
    width: -webkit-calc(45.5% - 2rem);
    width: -moz-calc(45.5% - 2rem);
    width: calc(45.5% - 2rem);
}
.section--floor-plans .container--floorplans .schedule .table {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: auto;
    right: 1rem;
    width: -webkit-calc(55% - 2rem);
    width: -moz-calc(55% - 2rem);
    width: calc(55% - 2rem);
}
.section--floor-plans .container--floorplans .schedule .table .row {
    cursor: pointer;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    -moz-transition: background 0.5s;
    transition: background 0.5s;
}
.section--floor-plans .container--floorplans .schedule .table .row:hover,
.section--floor-plans .container--floorplans .schedule .table .row:active,
.section--floor-plans .container--floorplans .schedule .table .row:focus {
    background: #fda431;
}
.section--floor-plans .container--floorplans .schedule .table .header,
.section--floor-plans .container--floorplans .schedule .table .total {
    cursor: default;
}
.section--floor-plans .container--floorplans .schedule .table .header:hover,
.section--floor-plans .container--floorplans .schedule .table .header:active,
.section--floor-plans .container--floorplans .schedule .table .header:focus,
.section--floor-plans .container--floorplans .schedule .table .total:hover,
.section--floor-plans .container--floorplans .schedule .table .total:active,
.section--floor-plans .container--floorplans .schedule .table .total:focus {
    background: #fff;
}
.section--floor-plans .container--floorplans .schedule .table .row > div {
    padding-right: 1rem;
    width: 33.33%;
}
.section--floor-plans .container--floorplans .schedule .table .row > div:last-child {
    padding-right: 0;
}
.section--floor-plans .container--floorplans .schedule .table .total {
    border-top: 1px #fda431 solid;
    color: #fda431;
}
.section--floor-plans .container--floorplans .floors ul,
.section--floor-plans .container--floorplans .spaceplans ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.section--floor-plans .container--floorplans .floors .floors-table,
.section--floor-plans .container--floorplans .floors .floors-plans {
    bottom: 0;
    left: 0rem;
    margin-bottom: 0;
    margin-top: auto;
    position: absolute;
    width: 33%;
    top: 0;
}
.section--floor-plans .container--floorplans .floors .floors-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section--floor-plans .container--floorplans .floors .floors-table ul {
    border-right: 0px #000 solid;
    padding-left: 3.75vw;
    padding-right: 3.75vw;
    width: 100%;
}
.section--floor-plans .container--floorplans .floors .floors-table li{
    border-top: 1px #000 solid;
    color: #000;
    font-size:0.8em;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 0.55vw;
    padding-top: 0.55vw;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    -moz-transition: background 0.5s;
    transition: background 0.5s;
}
.section--floor-plans .container--floorplans .floors .floors-table li:hover,
.section--floor-plans .container--floorplans .floors .floors-table li:active,
.section--floor-plans .container--floorplans .floors .floors-table li:focus,
.section--floor-plans .container--floorplans .floors .floors-table li.active {
    background: #c7d5ca;
}
.section--floor-plans .container--floorplans .floors .floors-plans {
    left: auto;
    right: 1rem;
    width: 66.66%;
    margin-left: auto;

}
.section--floor-plans .container--floorplans .floors .floors-plans li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    height: 100%;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    padding: 2rem 0;
    position: absolute;
    top: 0;
    width: 100%;

}
.section--floor-plans .container--floorplans .floors .floors-plans li.active {
    opacity: 1;
    z-index: 1;
}
.section--floor-plans .container--floorplans .floors .floors-plans li img {
    height: 70%;
    width: auto;
    padding: 0px 60px 60px 20px;
}
.section--floor-plans .container--floorplans .floors .floors-table {
    height: -webkit-calc(100% - 6rem);
    height: -moz-calc(100% - 6rem);
    height: calc(100% - 6rem);
    margin-top: 3rem;
}


.accordion-wrapper {width:100%; display:flex; flex-wrap:wrap; }

.accordion {
  flex: 0 0 44%;
  margin: 10px auto;
  color: black;
  background-color: none;
  padding: 25px 25px;

}

.accordion .container {
  position: relative;
  margin: 5px 5px;
  text-align: left;
}

.accordion .label {
  position: relative;
  padding: 5px 0;
  font-size: 16px;
  color: black;
  cursor: pointer;
  text-transform: uppercase;
  font-family: manier-medium, serif;
}

.accordion .label::before {
  content: '+';
  color: black;
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 20px;
  transform: translateY(-50%);
}

.accordion .content-1, .accordion .content-2, .accordion .content-3, .accordion .content-4, .accordion .content-5, .accordion .content-6, .accordion .content-7, 
.accordion .content-8, .accordion .content-9, .accordion .content-10, .accordion .content-11, .accordion .content-12, 
.accordion .content-13, .accordion .content-14, .accordion .content-15, .accordion .content-16, .accordion .content-17, .accordion .content-18, .accordion .content-19,
.accordion .content-20, .accordion .content-21, .accordion .content-22, .accordion .content-23, .accordion .content-24, .accordion .content-25


{
  position: relative;
  background: none;
  height: 0;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
  margin-left: 20px;
}

.accordion hr {
  width: 100;
  margin-left: 0;
  border-top: 1px solid #a7a6a6;
}

.accordion .container.active .content-1 {
  height: 190px;
}
.accordion .container.active .content-2 {
  height: 350px;
}
.accordion .container.active .content-3 {
  height: 190px;
}
.accordion .container.active .content-4 {
  height: 110px;
}
.accordion .container.active .content-5 {
  height: 150px;
}
.accordion .container.active .content-6 {
  height: 50px;
}
.accordion .container.active .content-7 {
  height: 180px;
}
.accordion .container.active .content-8 {
  height: 200px;
}
.accordion .container.active .content-9 {
  height: 150px;
}



.accordion .container.active .content-10 {
  height: 550px;
}
.accordion .container.active .content-11 {
  height: 450px;
}
.accordion .container.active .content-12 {
  height: 850px;
}
.accordion .container.active .content-13 {
  height: 390px;
}
.accordion .container.active .content-14 {
  height: 190px;
}
.accordion .container.active .content-15 {
  height: 100px;
}
.accordion .container.active .content-16 {
  height: 590px;
}
.accordion .container.active .content-17 {
  height: 60px;
}
.accordion .container.active .content-18 {
  height: 60px;
}
.accordion .container.active .content-19 {
  height: 120px;
}

.accordion .container.active .content-20 {
  height: 130px;
}

.accordion .container.active .content-21 {
  height: 80px;
}


.accordion .container.active .content-22 {
  height: 330px;
}

.accordion .container.active .content-23 {
  height: 800px;
}


.accordion .container.active .content-24 {
  height: 230px;
}

.accordion .container.active .content-25 {
  height: 130px;
}


.accordion .container.active .content-26 {
  height: 130px;
}


.accordion .container.active .content-27 {
  height: 130px;
}


@media only screen and (max-width: 1576px) {
.accordion .container.active .content-1 {
  height: 220px;
}
.accordion .container.active .content-2 {
  height: 350px;
}
.accordion .container.active .content-3 {
  height: 190px;
}
.accordion .container.active .content-4 {
  height: 110px;
}
.accordion .container.active .content-5 {
  height: 150px;
}
.accordion .container.active .content-6 {
  height: 50px;
}
.accordion .container.active .content-7 {
  height: 180px;
}
.accordion .container.active .content-8 {
  height: 200px;
}
.accordion .container.active .content-9 {
  height: 150px;
}



.accordion .container.active .content-10 {
  height: 550px;
}
.accordion .container.active .content-11 {
  height: 450px;
}
.accordion .container.active .content-12 {
  height: 850px;
}
.accordion .container.active .content-13 {
  height: 390px;
}
.accordion .container.active .content-14 {
  height: 190px;
}
.accordion .container.active .content-15 {
  height: 100px;
}
.accordion .container.active .content-16 {
  height: 590px;
}
.accordion .container.active .content-17 {
  height: 60px;
}
.accordion .container.active .content-18 {
  height: 60px;
}
.accordion .container.active .content-19 {
  height: 120px;
}

.accordion .container.active .content-20 {
  height: 130px;
}

.accordion .container.active .content-21 {
  height: 80px;
}


.accordion .container.active .content-22 {
  height: 330px;
}

.accordion .container.active .content-23 {
  height: 800px;
}


.accordion .container.active .content-24 {
  height: 230px;
}

.accordion .container.active .content-25 {
  height: 130px;
}


.accordion .container.active .content-26 {
  height: 130px;
}


.accordion .container.active .content-27 {
  height: 130px;
}
}


@media only screen and (max-width: 1200px) {
.accordion .container.active .content-1 {
  height: 300px;
}
.accordion .container.active .content-2 {
  height: 350px;
}
.accordion .container.active .content-3 {
  height: 190px;
}
.accordion .container.active .content-4 {
  height: 180px;
}
.accordion .container.active .content-5 {
  height: 220px;
}
.accordion .container.active .content-6 {
  height: 50px;
}
.accordion .container.active .content-7 {
  height: 260px;
}
.accordion .container.active .content-8 {
  height: 280px;
}
.accordion .container.active .content-9 {
  height: 150px;
}



.accordion .container.active .content-10 {
  height: 750px;
}
.accordion .container.active .content-11 {
  height: 550px;
}
.accordion .container.active .content-12 {
  height: 1050px;
}
.accordion .container.active .content-13 {
  height: 390px;
}
.accordion .container.active .content-14 {
  height: 190px;
}
.accordion .container.active .content-15 {
  height: 100px;
}
.accordion .container.active .content-16 {
  height: 590px;
}
.accordion .container.active .content-17 {
  height: 60px;
}
.accordion .container.active .content-18 {
  height: 60px;
}
.accordion .container.active .content-19 {
  height: 120px;
}

.accordion .container.active .content-20 {
  height: 130px;
}

.accordion .container.active .content-21 {
  height: 80px;
}


.accordion .container.active .content-22 {
  height: 330px;
}

.accordion .container.active .content-23 {
  height: 900px;
}


.accordion .container.active .content-24 {
  height: 230px;
}

.accordion .container.active .content-25 {
  height: 130px;
}


.accordion .container.active .content-26 {
  height: 130px;
}


.accordion .container.active .content-27 {
  height: 130px;
}
}



@media only screen and (max-width: 1024px) {
.accordion .container.active .content-1 {
  height: 280px;
}
.accordion .container.active .content-2 {
  height: 380px;
}
.accordion .container.active .content-3 {
  height: 250px;
}
.accordion .container.active .content-4 {
  height: 180px;
}
.accordion .container.active .content-5 {
  height: 250px;
}
.accordion .container.active .content-6 {
  height: 50px;
}
.accordion .container.active .content-7 {
  height: 280px;
}
.accordion .container.active .content-8 {
  height: 320px;
}
.accordion .container.active .content-9 {
  height: 150px;
}



.accordion .container.active .content-10 {
  height: 750px;
}
.accordion .container.active .content-11 {
  height: 550px;
}
.accordion .container.active .content-12 {
  height: 1050px;
}
.accordion .container.active .content-13 {
  height: 490px;
}
.accordion .container.active .content-14 {
  height: 260px;
}
.accordion .container.active .content-15 {
  height: 100px;
}
.accordion .container.active .content-16 {
  height: 620px;
}
.accordion .container.active .content-17 {
  height: 60px;
}
.accordion .container.active .content-18 {
  height: 60px;
}
.accordion .container.active .content-19 {
  height: 120px;
}

.accordion .container.active .content-20 {
  height: 130px;
}

.accordion .container.active .content-21 {
  height: 80px;
}


.accordion .container.active .content-22 {
  height: 390px;
}

.accordion .container.active .content-23 {
  height: 800px;
}


.accordion .container.active .content-24 {
  height: 230px;
}

.accordion .container.active .content-25 {
  height: 130px;
}


.accordion .container.active .content-26 {
  height: 130px;
}


.accordion .container.active .content-27 {
  height: 130px;
}



}

@media only screen and (max-width: 600px) {

.accordion .container.active .content-1 {
  height: 450px;
}
.accordion .container.active .content-2 {
  height: 380px;
}
.accordion .container.active .content-3 {
  height: 350px;
}
.accordion .container.active .content-4 {
  height: 300px;
}
.accordion .container.active .content-5 {
  height: 250px;
}
.accordion .container.active .content-6 {
  height: 50px;
}
.accordion .container.active .content-7 {
  height: 380px;
}
.accordion .container.active .content-8 {
  height: 420px;
}
.accordion .container.active .content-9 {
  height: 250px;
}



.accordion .container.active .content-10 {
  height: 950px;
}
.accordion .container.active .content-11 {
  height: 750px;
}
.accordion .container.active .content-12 {
  height: 1250px;
}
.accordion .container.active .content-13 {
  height: 590px;
}
.accordion .container.active .content-14 {
  height: 360px;
}
.accordion .container.active .content-15 {
  height: 100px;
}
.accordion .container.active .content-16 {
  height: 680px;
}
.accordion .container.active .content-17 {
  height: 60px;
}
.accordion .container.active .content-18 {
  height: 100px;
}
.accordion .container.active .content-19 {
  height: 120px;
}

.accordion .container.active .content-20 {
  height: 130px;
}

.accordion .container.active .content-21 {
  height: 80px;
}


.accordion .container.active .content-22 {
  height: 500px;
}

.accordion .container.active .content-23 {
  height: 1100px;
}


.accordion .container.active .content-24 {
  height: 290px;
}

.accordion .container.active .content-25 {
  height: 130px;
}


.accordion .container.active .content-26 {
  height: 130px;
}


.accordion .container.active .content-27 {
  height: 130px;
}

  }

.accordion .container.active .content-1 p, .accordion .container.active .content-2 p, .accordion .container.active .content-2 p, .accordion .container.active .content-4 p, 
.accordion .container.active .content-5 p,
.accordion .container.active .content-6 p, .accordion .container.active .content-7 p, .accordion .container.active .content-8 p, .accordion .container.active .content-9 p,
.accordion .container.active .content-10 p, .accordion .container.active .content-11 p, .accordion .container.active .content-12 p, .accordion .container.active .content-13 p,
.accordion .container.active .content-14 p, .accordion .container.active .content-15 p, .accordion .container.active .content-16 p, .accordion .container.active .content-17 p,
.accordion .container.active .content-18 p, .accordion .container.active .content-19 p, .accordion .container.active .content-20 p, .accordion .container.active .content-21 p,
.accordion .container.active .content-22 p, .accordion .container.active .content-23 p, .accordion .container.active .content-24 p, .accordion .container.active .content-25 p,
.accordion .container.active .content-26 p, .accordion .container.active .content-27 p


 {
 padding-right:30px;
}

.accordion .container.active .label::before {
  content: '-';
  font-size: 30px;
}

.accordion .container p.sub__title {font-size: 17px; margin-bottom: 0px}

.floors-table-info {width: 40%;  margin-bottom: auto; text-align: left; margin-left: 20px}
.floors-table-info p.small {font-size: 12px; margin-top: 0px}


#configure_me {
  border-radius: 25px;
  background: #416fdf;
  padding: 5px 20px;
  width: 185px;
  height: 25px;
  text-align: center;

}

#configure_me_single {
border-radius: 25px;
  background: #416fdf;
  padding: 5px 20px 10px 20px;
  width: 185px;
  height: 25px;
  text-align: center;
  margin:0 auto;
}

#configure_me_single a {
  color: #fff;text-transform: uppercase; font-size: 14px;
}

#configure_me a {
  color: #fff;text-transform: uppercase; font-size: 12px;
}


sup {
  vertical-align: super;
  font-size: .60em;
}

.floors-table-info h2 { font-family: manier-medium, serif; text-transform: uppercase; letter-spacing: 2px; font-size: 22px; margin-bottom: 1px}
.level__seven__inner, .level__six__inner, .level__five__inner, .level__four__inner, .level__three__inner, .level__two__inner, .level__one__inner, 
.level__ground__inner, .level__lowerground__inner, .level__total__inner {display: flex; width: 90%; justify-content: start; align-items: flex-end;}



.schedule_inner_wrapper .level_inner {flex: 0 0 15%}
.schedule_inner_wrapper .level_inner h3 {font-size:16px; font-weight:700; margin:16px 0;}

.level__seven__inner {height: 152px}
.level__six__inner {height: 70px}
.level__five__inner {height: 79px}
.level__four__inner {height: 77px}
.level__three__inner {height: 83px}
.level__two__inner {height: 75px}
.level__one__inner {height: 78px}
.level__ground__inner {height: 70px}
.level__lowerground__inner {height: 65px; margin-bottom:0px;}
.level__total__inner {height: 45px; margin-bottom:30px;}

ul.main-nav {
    position: relative;
    list-style-type: none;
    margin-right: -25px;
}
ul.main-nav li {
    display: inline-block;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.2em;
    font-size: 0.9em;
}
ul.main-nav li a {
    text-decoration: none;
    color: black;
    padding: 0 25px 0 25px;
}
ul.main-nav li a:hover {
    color: #999;
}
@media screen and (max-width: 1024px) {
    ul.main-nav {
        margin-right: -12px;
    }
    ul.main-nav li {
        font-size: 0.85em;
        letter-spacing: 0.1em;
    }
    ul.main-nav li a {
        padding: 0 12px 0 12px;
    }
}
@media screen and (max-width: 767px) {
    .main-nav-wrapper {
        position: absolute;
        top: 60px;
        right: 0;
	left: 0;
        width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	visibility: hidden;
    }
    .main-nav-wrapper.opened {
	visibility: visible;
    }
    ul.main-nav {
	padding: 0;
	margin: 0;
	transform: translateX(100%);
	transition: all 1s;
	-webkit-transition: all 1s; /* Safari */

    }
    ul.main-nav.opened {
	transform: translateX(0%);
    }
    ul.main-nav li {
        display: block;
        background-color: #eee;
        width: 100%;
        letter-spacing: 0.2em;
    }
    ul.main-nav li a {
        display: block;
        padding: 25px;
        border-bottom: 1px solid black;
    }

    ul.main-nav li:last-child {
        
	padding-bottom:350px;
        
    }
    ul.main-nav li a:hover {
        background-color: #bbb;
        color: white;
    }
}

.l-main {
    width: 100%;
    margin: auto;
     background-image: url('../images/swirl-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.l-content {
    padding: 0 80px 0 80px;
    display: block;
}
.top-spacing {
    padding-top: 30px;
}
.l-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.two-column {
    flex: 0 0 49.5%;
}


.two-column .picture-caption p {
    font-size: 0.8em; line-height: 110%;
}


.restrained-image img {
    max-width: 100%;
    width:100%;
    height:100%;
}
.full-width-image img {
    width: 100%;
}

.team .left-column-restrainer p, .team .right-column-restrainer p {font-size:0.9em;}

.team .left-column-restrainer h4, .team .right-column-restrainer h4 { font-weight:500!important;}





.left-column-restrainer {
    padding-right: 0px;
    margin-right:1%;
}

.left-column-restrainer.margin-left {
    margin-left:20%; 
}

.left-column-restrainer.margin-top {
    margin-top:20%; 
}

.right-column-restrainer.margin-right {
    margin-right:0%; margin-top:0%;
}


.right-column-restrainer.margin-top {
    margin-top:20%;

}




.right-column-restrainer {

     margin-left:1%;
}




.heading-with-underline {
    padding-bottom: 0px;
    margin-bottom: 60px;
}

.full-width-column {
   margin:0 auto; text-align:center; margin:30px 80px 0 80px;
}


.full-width-column img {
    width: 100%;
    margin-bottom:auto;
}

.text__main {max-width:560px; text-align:center; margin:0 auto; font-size:18px;}
.text__main_top {max-width:560px; text-align:center; margin:0 auto; font-size:18px;}
.text__main__leisure {text-align:center; margin:0 auto; max-width:520px; font-size:14px; min-height:320px;}

.inner-section-right { padding:30px 100px 0px 60px;}
.inner-section-left { padding:30px 60px 0px 100px; }

.inner-section-location-right { padding:30px 20px 0px 20px; }
.inner-section-location-left { padding:60px 80px 0px 80px; }


.l-footer {
    display: block;
    padding: 50px 0 30px 0;

}


.l-footer--container-outer {
    border-top: 1px solid black;
    margin: 0 0px 0 0px;
    padding-top:10px;
    display:flex;

}



.l-footer--container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
}
.l-footer--left {
    flex: 1;
    text-align: left;
}

.l-footer--left.terms, .l-footer--right.terms {
    font-size: 0.8em;
}

.l-footer--left.terms {
    text-align: right;
     align-self: flex-end;
}

.l-footer--right {
    flex: 0 0 480px;
    text-align: right;
}
.brochure-outline-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.brochure-outline-column {
    flex: 0 0 240px;
}
.brochure-outline-column a {
  margin-top:20px;
    display: inline-block;
    padding: 20px 80px 20px 0px;
    background-image: url('../images/download-button.png');
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: right center;
    color: black;
    font-size: 1.0em;
}
.brochure-outline-column a:hover {
    background-image: url('../images/download-button-hover.png');
    color: #999;
    text-decoration: none;
}

.brochure-outline-column-2 {
    flex: 0 0 240px;
}
.brochure-outline-column-2 a {
    display: inline-block;
    padding: 20px 80px 20px 0px;
    background-image: url('/assets/images/download-button.png');
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: right center;
    color: black;
    font-size: 1.0em;
}
.brochure-outline-column-2 a:hover {
    background-image: url('/assets/images/download-button-hover.png');
    color: #999;
    text-decoration: none;
}

.full-width-carousel {
    position: relative;
}
.full-width-carousel .caption {
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.5);
    color: white;
    padding: 12px 40px 20px 20px;
    height: 50px;
    margin-top: -50px;
    position: relative;
    z-index: 10;
    font-size: 0.9em;
}



.full-width-carousel .caption-full {
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.5);
    color: white;
    padding: 12px 40px 20px 20px;
    height: 50px;
    margin-top: -50px;
    position: relative;
    z-index: 10;
    font-size: 0.9em;
}


.full-width-carousel .caption-mobile {
    display:none;
}

.full-width-carousel .caption-right {
    box-sizing: border-box;

    color: white;
    padding: 12px 20px 20px 20px;
    height: 50px;
    margin-top: -50px;
    position: relative;
    text-align:right;
    z-index: 10;
    font-size: 0.9em;
}

.full-width-column .picture-caption-slide {
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.5);
    color: white;
    padding: 12px 40px 20px 20px;
    height: 50px;
    margin-top: -55px;
    position: relative;
    z-index: 10;
    font-size: 0.9em;
}
.full-width-carousel .owl-nav {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
}
.full-width-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: -30px;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: rgba(0,0,0,0.5);
    background-image: url('/assets/images/Prev.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
.full-width-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: -30px;
    width: 60px;
    height: 60px;
    background-color: rgba(0,0,0,0.5);
    background-image: url('/assets/images/Next.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
.full-width-carousel .owl-nav button.owl-prev:hover, .full-width-carousel .owl-nav button.owl-next:hover {
    background-color: rgba(0,0,0,0.9);
}


.acordion-floorplans {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;;
}
.floorplan-row, .specification-row {
    cursor: pointer;
    border-top: 1px solid black;
    padding: 10px 0;
    display: flex;
}


.floorplan-row-total {
    cursor: pointer;
    border-top: 0px solid black;
    padding: 30px 0px 0px 0px;
    display: flex;
    font-weight:600;
}

.floorplan-row > *, .floorplan-row-total > *, .specification-row > * {
    flex-grow: 1;
}

.floorplan-row:after {
    content: '+';
    /* width: 13px; */
    font-size: 30px;
}

.specification-row:after {
    content: '+';
    /* width: 13px; */
    font-size: 30px;
}


.floorplan-row:last-child:after {
    content: ' ';
    /* width: 13px; */
    font-size: 30px;
}

.floorplan-row.is-toggled:after, .specification-row.is-toggled:after {
    content: '-';
}
.floorplan-row:hover, .specification-row:hover {
    background-color: rgba(0,0,0,0.1);
}
.floorplan-details {
    display: none;
}
.floorplan-visible {
    display: block;
}
.floorplan-not-to-scale {
    font-size: 0.8em;
}

.floorplan-column-1.toggle-heading {
    font-size: 0.9em; margin-top:30px;

}

.specification-detail {padding:20px 0 50px 10%; display:flex; flex-wrap: wrap ; }
.specification-detail p {line-height:30px;}


.specification-box {lex: 0 0 43%;margin-right:60px; font-size:1.2em; line-height:28px;}

.floorplan-column-1 {
    flex: 0 0 33%;
    font-size: 1.2em;
    line-height: 150%;
}
.floorplan-column-2 {
    flex: 0 0 19%;
    font-size: 1.2em;
    line-height: 150%;
}
.floorplan-column-3 {
    flex: 0 0 19%;
    font-size: 1.2em;
    line-height: 150%;
}
.floorplan-column-4 {
    flex: 0 0 19%;
    font-size: 1.2em;
    line-height: 150%;
}
.floorplan-column-plan {
    flex: 0 0 61%;
    margin-bottom: 40px;
}

.floorplan-column-1 table {
    text-align: left;
    font-size: 0.8em;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.floorplan-column-1 table th, .floorplan-column-1 table td {
    padding: 3px 0;
    line-height: 110%;

}
.table-column-2 {
    width: 100px;
}
.table-column-3 {
    width: 100px;
}
.align-centre {
    text-align: center;
}


.m-header-nav__burger {
    cursor: pointer;
    width: 50px;
    margin-top: -5px;
    display: none;
}


@media screen and (max-width: 1024px) {
    .two-column p {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .m-header-nav__burger {
        display: block;
    }
    .l-header--container {
        height: 60px;
        padding: 15px 0px 0 30px;
    }
    .l-header--left img {
        width: 110px;
    }
    .l-content {
        padding: 0 30px 0 30px;
    }
    .two-column {
        flex: 0 0 100%;
        font-size: 1.0em;
    }
    .left-column-restrainer {
        padding-right: 0;
    }
    .right-column-restrainer {
        padding-left: 0;
    }


     .full-width-carousel .caption {
        padding: 10px 0px 10px 0px;
        height: 50px;
        margin-top: 0px;
        font-size: 0.8em;
        background-color:#fff;
        color:black;
    }

    .full-width-carousel .owl-nav button.owl-prev {
        width: 35px;
        height: 40px;
        background-size: 15px;
    }
    .full-width-carousel .owl-nav button.owl-next {
        width: 35px;
        height: 40px;
        background-size: 15px;
    }

    .floorplan-column-1, .floorplan-column-2, .floorplan-column-3, .floorplan-column-4 {
        flex: 0 0 50%;
        font-size: 0.9em;
    }

    .l-footer--container {
        padding: 0 10px 0 10px;
    }
    .l-footer--left {
        flex: 0 0 100%;
        text-align: center;
    }
    .l-footer--right {
        flex: 0 0 100%;
        text-align: right;
    }
    .brochure-outline-column {
        flex: 0 0 100%;
    }
    .brochure-outline-column a {
        padding: 20px 80px 20px 0px;
    }

    .l-footer--left {text-align:center!important;}

    .full-width-carousel .caption-full {
     display:none;
}

.specification-box {flex: 0 0 100%; margin-right:0px; font-size:1.0em; line-height:28px;}

.margin-20 {margin-top:0px;}

.floorplan-column-plan img {width:160%; margin-top:30px;}

.l-footer--left.footer-one {order: 3; padding-top:30px;}
.brochure-outline-container.footer-two {order: 1;}
.brochure-outline-container.footer-three {order: 2;}

.l-footer--container-outer {padding-top:20px;}


}




.m-header-nav__burger___line {
    width: 40px;
    height: 3px;
    background-color: #bbb;
    margin: 6px 0;
    position: relative;
    top: 0px;
    transform-origin: 50% 50%;
    transition: top 0.3s ease 0.5s, transform 0.5s ease 0s;
}
.m-header-nav__burger___line.opened {
    transition: top 0.3s ease, transform 0.5s ease 0.3s;
}
.m-header-nav__burger_group_1.opened :nth-child(1) {
    transform: translateY(4px) rotate(45deg);
    top: 9px;
}
.m-header-nav__burger_group_1.opened :nth-child(2) {
    transform: translateY(4px) rotate(45deg);
}
.m-header-nav__burger_group_2.opened :nth-child(1) {
    transform: translateY(-5px) rotate(-45deg);
}
.m-header-nav__burger_group_2.opened :nth-child(2) {
    transform: translateY(-5px) rotate(-45deg);
    top: -9px;
}








.onoffswitch {
    position: relative;
    display: inline-block;
    width: 67px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    top:7px;
    padding-left:10px;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #545454;
    border-radius: 13px;

}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    text-align: left;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 22px;
    padding: 0;
    line-height: 22px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #000;
    color: #fff;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #000;
    color: #fff;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 15px;
    margin: 3.5px;
    background: #f00;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 41px;
    border: 2px solid #545454;
    border-radius: 13px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


.table-7low, .table-7high, .table-3low, .table-3high {
    display: none;
}






/* Location Map Styles */

.m-brochure-row {
    background-color: white;
    position: relative;
    min-height: 500px;
}
.m-brochure-row--has-map {
    overflow: hidden;
}
.m-brochure-row--no-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.m-brochure-row--double {
    max-height: 100%; }

.m-brochure-row__column-plans {
    max-width: 100%;
    text-align: left; }

.m-brochure-row__column--spec-page {
    box-sizing: border-box;
    padding: 50px; }

.m-brochure-row__column--spec-page p {
    font-size: 14px;
    line-height: 22px; }

@media only screen and (min-width: 750px) and (min-height: 650px) {
    .m-brochure-row__image-tube-map {
	padding-top: 26.457766%;
	padding-bottom: 26.457766%; } }

@media only screen and (min-width: 750px) and (min-height: 650px) {
    .m-brochure-row__image-location-map {
	padding-top: 31.675749%;
	padding-bottom: 31.675749%; } }

@media only screen and (max-width: 600px) {
    .horizontal-spacer-100 {
	height: 0px; } }

@media only screen and (max-width: 600px) {
    .horizontal-spacer-140 {
	height: 20px; } }

@media only screen and (min-width: 750px) and (min-height: 650px) {
    .m-brochure-row__column--sticky {
	max-height: calc(100vh - 110px);
	position: sticky;
	top: 110px; } }

.m-brochure-row__column--text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 300px; }
.m-brochure-row__column--text > * {
    width: 100%;
    margin-top: auto;
    padding: 20px 0px;
    text-align: center; }

.m-brochure-row__red-asterisk {
    color: #ee242d;
    font-family: "Didot 42 A", "Didot 42 B"; }

.red-asterisk:before {
    content: '*';
    display: inline-block;
    vertical-align: middle;
    color: #ee242d;
    font-size: 22px;
    font-family: "Didot 42 A", "Didot 42 B"; }

.m-brochure-row__expand-map {
    display: none; }

@media only screen and (min-width: 800px) {
    .two-column--indented {
	margin-top: -12%;
    }
}
    
@media only screen and (min-width: 750px) {
    
    .m-brochure-row__expand-map {
	display: block;
	height: 43px;
	line-height: 28px;
	width: 60px;
	position: absolute;
	top: 47%;
	right: 0px;
	color: #ee242d;
	cursor: pointer; } }
.m-brochure-row__expand-map .m-brochure-row__expand-map__button {
    cursor: pointer;
    float: right;
    width: 23px;
    height: 28px;
    background-image: url('/assets/images/red-button-arrow.png');
    background-repeat: no-repeat; }
.m-brochure-row__expand-map:hover .m-brochure-row__expand-map__button {
    background-image: url('/assets/images/red-button-arrow-over.png'); }

.map-white {
    background: rgba(255, 255, 255, 0.8);
    z-index: 0; }


.m-brochure-row__map {
    display: block;
}
.m-brochure-row__map__svg {
    overflow: hidden;
    height: auto;
    display: block;
    width: 100%;
}

@media only screen and (min-width: 750px) {
    .m-brochure-row__map__list {
        display: block;
        box-sizing: border-box;
        padding: 20px 20px;
        /*position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 80%;
       */
        background-color: rgba(255, 255, 255, 0.84);
    }
}

.m-brochure-row__map__list__title {
    color: red;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    cursor: pointer;
    border-bottom: 1px solid #e2dfdf;
}
.m-brochure-row__map__list__title:after {
    content: '+';
    font-size: 1em;
    margin-left: 5px;
}
.m-brochure-row__map__list__title.is-active:after {
    content: '-';
    font-size: 1em;
    margin-left: 5px;
}
.m-brochure-row__map__list__title__calltoaction {
    font-size: 10px;
    color: black;
    display: inline; }

.m-brochure-row__map__list__group {
    display: none;
}

.m-brochure-row__map__list__group--first {
    display: block; }

.m-brochure-row__map__list__button {
    cursor: pointer;
}
.m-brochure-row__map__list__button:hover, .m-brochure-row__map__list__button.is-hover, .m-brochure-row__map__list__button.is-active {
    color: #ee242d;
}


.spacer-button {padding:0px 23px ;}
.spacer-button-small {padding:0px 2px ;}

.header-title {width:100%; border-bottom:1px solid #000; margin-bottom:10px;}


.header-title h2 {font-size:20px; line-height:25px; text-align:left; padding:10px 0 0px 0;}


.right__text__center {font-size:18px; padding:60px 100px;}

@keyframes flash {
    50%, from, to {
	opacity: 1; }

    25%, 75% {
	opacity: 0; } }

.m-brochure-row__map__circle {
    cursor: pointer;
    fill: #f00;
    r: 8; }

.m-brochure-row__map__circle.is-active {
    animation: flash linear 2.7s infinite;
    -webkit-animation: flash linear 2.7s infinite;
    stroke: #f00;
    stroke-width: 15px;
    stroke-opacity: 0.4; }

.m-brochure-row__map__close {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: white;
    cursor: pointer;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column; }
@media only screen and (max-width: 750px), (max-height: 650px) {
    .m-brochure-row__map__close {
	display: none; } }
.m-brochure-row__map__close > div {
    width: 40%;
    height: 1px;
    margin: 0 auto;
    background-color: #f00;
    transform: rotate(45deg); }
.m-brochure-row__map__close > div + div {
    transform: rotate(-45deg) translateY(-1px); }

.m-brochure-row__map__add {
    position: absolute;
    top: 15%;
    left: 10%;
    background-color: red;
    cursor: pointer;
    display: none; }

.m-brochure-row__map__save {
    position: absolute;
    top: 20%;
    left: 10%;
    background-color: red;
    cursor: pointer;
    display: none; }

    .header-title.vertical { height: 3vw;
 max-height: 80px;}


@media screen and (max-width: 2000px) {

.header-title.vertical { height: 2.7vw;
 max-height: 72px;}

}


@media screen and (max-width: 1700px) {

.header-title.vertical { height: 2.5vw;
 max-height: 60px;}

}
@media screen and (max-width: 1500px) {

.header-title.vertical { height: 2.2vw;
 max-height: 60px;}

  .header-title h2 {
    font-size: 18px;
    line-height: 20px;
    padding: 0px;
}

.highlight-text-caption br {display:none;}

.highlight-text-caption.br-keep br {display:block;}

.highlight-text-caption {padding: 40px 0 40px 50px;}

.inner-section-left { padding:30px 40px 0px 40px;}
.inner-section-right { padding:30px 40px 0px 40px;}
}
@media screen and (max-width: 1200px) {

.header-title.vertical { height: 1.7vw;
 max-height: 60px;}


}




@media screen and (max-width: 1024px) {

.header-title.vertical { height: 2.5vw;
 max-height: 60px;}

 .header-title h2 {
 margin-top:0px;
}

.l-content {
    padding: 30px 40px 0 40px;

}

.right__text__center {padding: 60px 0px;}

.highlight-text-caption {
    padding: 40px 0 40px 0px;
}
.full-width-column {margin:30px 40px 0 40px;}

.component-map-list li {line-height:15px;}
.component-map-list {margin-top: calc(12px * 1);}
.component-map-left { padding: 3em 0px;}
.schedule_inner_wrapper {width:100%}


.section--floor-plans .container--floorplans .floors .floors-table {margin-top:1rem;}

.section--floor-plans .container--floorplans .floors .floors-table ul {padding-left: 0vw;}

.section--floor-plans .container--floorplans .floors .floors-table li {padding-bottom: 1.2vw;
    padding-top: 1.2vw;}

.section--floor-plans .container--floorplans .floors .floors-plans li {padding: 0rem 0;}

.section--floor-plans .container--floorplans .floors .floors-plans li img {padding: 0px 0px 0px 20px; height:90%;}

.text__main {
    max-width: 660px;

}

}


@media only screen and (max-width: 1000px) {
    
    .specification-detail {
  padding: 40px 0 40px 0%;
  font-size:94%; line-height:22px;
    }

    .l-footer--container-outer {margin:0px 30px 0 30px;}

    .brochure-outline-container { padding:15px 0;}

    .brochure-outline-column {padding:10px 0;}

    .right-column-restrainer.margin-right {margin-right:20px;}

    .left-column-restrainer.margin-left.margin-top {margin-left:0px;margin-top:20px}

    .top-spacing {padding-top:40px;}

    .left-column-restrainer h2 {padding-top:0px;}


    .l-amenities--container {display: block !important;}

    .acordion-amenities {margin:0px;}


    .left-column-restrainer.margin-left {margin-left:0px}

    .heading-with-underline {margin-bottom:10px;}

    .margin-space {margin-top:40px; width:100%;}
} 



@media screen and (max-width: 768px) {

.header-title.vertical { height: 2vw;
 max-height: 60px;}

 .header-title h2 {
  font-size: 14px;
 margin-top:0px;
}

.right-column-restrainer.margin-right {margin-right: 0px;}

.l-content {
    padding: 30px 40px 0 40px;

}

.inner-section-left {
    padding: 30px 0px 0px 0px;
}

.inner-section-right {
    padding: 30px 0px 0px 0px;
}

.full-width-column {margin:30px 30px 0 30px;}


.schedule_inner_wrapper .level_inner h3 span {
  display:none;
}

.schedule_inner_wrapper .level_inner:first-of-type {
    flex: 0 0 5%;
}

.schedule_inner_wrapper .level_inner {
    flex: 0 0 20%;
}

.tab button {width:33.3%; padding: 12px 10px; font-size:16px;}

.accordion {flex:0 0 100%; padding:0px; margin:0px auto;}



.floors-table-info h2 {font-size: 16px;}

#configure_me {border-radius: 20px;
    background: #416fdf;
    padding: 5px 20px;
    width: 100px;
    height: 36px;
    text-align: center;
line-height:14px;
  }




}






    /* content: '-'; */
    /* float: right; */
    /* font-size: 37px; */



    .embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; overflow: hidden; 
  max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
  position: absolute; 
  top: 0; left: 0; 
  width: 100%; 
  height: 100%; 
}



@media only screen and (max-width: 666px) {

.header-title.vertical { height: 8vw;
 max-height: 60px;}


.right-column-restrainer.margin-right {margin-right:0px;
  }

  .l-header--container {height:80px; border-bottom:1px solid #616060;}
  .home-logo {margin-left:40px;}
  .logo-26 {bottom:100px;}
  .home-footer {bottom:10px;}
  .home-down-arrow {background-size:35px;}
.header-title h2 {padding:5px 0 0px 0;}
  .l-footer--container-outer {margin:0px 0px 0 0px; display:block;}

.full-width-column {margin:30px 20px 0 20px;}
.inner-section-left {padding:30px 20px 0px 20px;}
.highlight-text-caption {padding:20px 0 20px 0px;}
.highlight-text-caption br {display:none;}
.l-content {padding:0 20px 0 20px;}
.inner-section-right {padding:20px 20px 0px 20px;}
.left-column-restrainer {margin-right:0%;}
.right-column-restrainer {margin-left:0%;}

.text__main__leisure {padding:0 20px;}
.contact__details__box img {width:80%!important; height:auto!important;}

.spacer-medium {height:20px;}
.tab button {float:none; width:100%;padding:16px 20px; border-bottom: 1px solid #e1efe2;}

.tabcontent {padding:6px 0px;}

.accordion {flex:0 0 85%;padding:0px 10px;    margin: 0 auto;
}

.accordion .content-1, .accordion .content-2, .accordion .content-3, .accordion .content-4, .accordion .content-5, .accordion .content-6, .accordion .content-7, 
.accordion .content-8, .accordion .content-9, .accordion .content-10, .accordion .content-11, .accordion .content-12, 
.accordion .content-13, .accordion .content-14, .accordion .content-15, .accordion .content-16, .accordion .content-17, .accordion .content-18, .accordion .content-19,
.accordion .content-20, .accordion .content-21, .accordion .content-22, .accordion .content-23, .accordion .content-24, .accordion .content-25


{
  margin-left: 0px;
}

.schedule_inner_wrapper {background-image:none; width:100%}

.level__seven__inner, .level__six__inner, .level__five__inner, .level__four__inner, .level__three__inner, .level__two__inner, .level__one__inner, .level__ground__inner, .level__lowerground__inner, .level__total__inner {
    display: flex;
    width: 90%;
    justify-content: space-between;
    align-items: flex-end;
    margin:0 auto;
}

.schedule_inner_wrapper .level_inner {
    flex: 0 0 25%;
}

h3 {margin:15px 0;}
.level_inner h3 {font-size:14px;}
.level_inner p {font-size:13px;}
.level__seven__inner, .level__six__inner, .level__five__inner, .level__four__inner, .level__three__inner, .level__two__inner, .level__one__inner, .level__ground__inner, .level__lowerground__inner {height:70px;}


.section--floor-plans .container--floorplans .floors .floors-table {width:100%; position:relative; margin-top:1rem;}


#floor-plans {min-height:1100px;}


.section--floor-plans .container--floorplans .floors .floors-plans {
    left: auto;
    right: 0rem;
    width: 67%;
    margin-left: auto;
}

.floors-table-info p.small br {display:none;}

.section--floor-plans .container--floorplans .floors .floors-plans {position:absolute; width:100%; top:450px; left:0; bottom:0; right: 1rem;}

.section--floor-plans .container--floorplans > div {position:relative;}
.floors-table-info {width:100%;}

.section--floor-plans .container--floorplans .floors .floors-plans li {display:block;}

.floors-table-info {margin-left:30px; margin-top:0px;}

.section--floor-plans .container--floorplans .floors .floors-table li {padding-top:16px; padding-bottom:16px;}


.inner-section-right p {padding:0px; text-align:center;}

.section--floor-plans .container--floorplans .floors .floors-plans li img {
    height: auto;
    width: 90%;
    padding: 0px 0px 0px 0px;}

    .component-map-list {padding:0px 0px;}

#floor-plans.tabcontent {padding: 6px 20px;}
}


