/* floor plans css start here */
.floorPlans, .neighbourhood, .neighbourhood .centerList h4 {
  font-weight: 400;
}

.sectionTitle {
  border-bottom: #323232 solid 1px;
  font-size: 28px;
  line-height: 36px;
  padding-bottom: 10px;
}

.TBspace {
  padding: 70px 0;
}

.col_1_1,
.col_1_1_1_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.floorPlans .LeftCol {
  width: 35%;
  padding-right: 20px;
}

.floorPlans .RightCol {
  width: 65%;
  padding-left: 20px;
}

.leftMapList {
  width: 40%;
  padding-right: 20px;
}

.rightMapBlock {
  width: 60%;
  padding-left: 20px;
}

.floorPlans .RightCol {
  padding-top: 24px;
}

.slider .slide,
.tab {
  display: none;
  transition: display 1s ease-in-out 1s;
  -webkit-transition: display 1s ease-in-out 1s;
  -moz-transition: display 1s ease-in-out 1s;
  -o-transition: display 1s ease-in-out 1s;
}

.slider .slide.data-slide-0 {
  display: block;
}

.Tabslider {
  position: relative;
}

.Tabslider ul.action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  top: 18px;
  width: 100%;
  padding-right: 60%;
}

.Tabslider ul.action li {
  padding: 4px;
}

.Tabslider ul.action li a {
  min-width: 36px;
  height: 36px;
  border-radius: 24px;
  border: #323232 solid 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #323232;
  padding: 12px;
}

.Tabslider ul.action li a.active, .Tabslider ul.action li a:hover {
  background-color: #323232;
  color: #fff;
}

.floorPlans .LeftCol {
  display: flex;
  align-items: flex-end;
}

.FLinfo h2 {
  margin-bottom: 0 !important;
  padding-bottom: 24px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 58px !important;
  padding-right: 12%;
  color: #323232;
}

.FLinfo {
  width: 100%;
  max-width: 400px;
}

.FLinfo ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.areaList li {
  position: relative;
  padding: 4px 2px 4px 28px;
  font-size: 15px;
  line-height: 24px;
}

.areaList li::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: calc(100% - 32px);
  height: 1px;
  background-color: #000;
  display: none;
}

.areaList li .colors {
  width: 18px;
  height: 18px;
  border: #000 solid 1px;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
}

.mappointer>div>span {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  font-size: 12px !important;
  line-height: 30px !important;
  z-index: 3;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* floor plans css end here */

/* maps css start here */
.neighbourhood .centerList {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  padding-bottom: 60px;
}

.neighbourhood .centerList h4 {
  padding: 8px 16px;
  padding-bottom: 6px;
  border: #000000 solid 1px;
  border-radius: 20px;
  margin: 0 8px 0 0;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}

.neighbourhood .centerList h4.active {
  border: transparent solid 1px !important;
}

.mappointer>div>span>span {
  display: none !important;
}

.leftMapList ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-width: 300px;
}

.leftMapList ul li {
  padding: 2px 0;
  font-size: 15px;
  line-height: 23px;
}

.leftMapList ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.leftMapList ul li.active a {
  font-family: 'GraphikMedium';
  font-weight: 500;
  font-style: normal;
}

.leftMapList ul li a {
  color: #000;
  cursor: pointer;
}

.leftMapList ul li b {
  margin-right: 5px;
  min-width: 15px;
  display: inline-block;
}

.rightMapBlock .midContainer>div {
  position: relative;
}

.imgNote {
  display: none;
}

.zoomingIcon {
  position: absolute;
  right: 10px;
  top: 15px;
  text-align: center;
  z-index: 99;
}

body.device .zoomingIcon {
  display: none;
}

.zoomingIcon svg {
  width: 25px;
  height: 25px;
}

.zoomingIcon a {
  display: block;
  background-color: #000;
  padding: 5px;
  margin: 5px 0px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.mapimg {
  -moz-transition: all .20s linear;
  -webkit-transition: all .20s linear;
  transition: all .20s linear;
  -webkit-appearance: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.mappointer>div {
  display: none !important;
}

.mappointer>div.active {
  display: block !important;
}

.mappointer div span.active {
  background-color: #000 !important;
  color: #fff !important;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transition: all 0.20s linear;
  -webkit-transition: all 0.20s linear;
  transition: all 0.20s linear;
}

/* maps css end here */

/* responsive start here */

@media screen and (min-width: 0px) and (max-width: 1600px) {
  .bottomText {
    bottom: 80px;
  }
}

@media screen and (min-width: 0px) and (max-width: 1540px) {
  .findBtn {
    padding-top: 30px;
  }

  .bottomText {
    bottom: 50px;
  }
}

@media screen and (min-width: 0px) and (max-width:1490px) {
  .semplice-navbar [data-nav="logo-left-menu-right"] .hamburger a {
    right: 15px !important;
  }

  body.open-menu .semplice-navbar [data-nav="logo-left-menu-right"] .hamburger a {
    margin-right: 15px !important
  }

  .semplice-navbar [data-nav="logo-left-menu-right"] .hamburger a {
    margin-right: 0px;
  }

}


body.device #yellow-top.grey {
  fill: #fad85a !important;
}

body.device #pink.grey {
  fill: #ffacfa !important;
}

body.device #green-large.grey {
  fill: #00ff65 !important;
}

body.device #yellow-bottom.grey {
  fill: #fad85a !important;
}

body.device #green-small.grey {
  fill: #00eeb2 !important;
}

body.device #blue.grey {
  fill: #008eff !important;
}

body.device #introductionShape:hover #introduction-btn,
body.device #amenityShape:hover #amenity-btn,
body.device #retailShape:hover #retail-btn,
body.device #locationShape:hover #location-btn,
body.device #sustainabilityShape:hover #sustainability-btn,
body.device #workShape:hover #workspace-btn {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 0px) and (max-width: 1023px) {

  /* floor plans css start here */
  .TBspace {
    padding: 30px 0;
  }

  .floorPlans .LeftCol, .leftMapList {
    width: 100%;
    padding-right: 0px;
  }

  .floorPlans .RightCol, .rightMapBlock {
    width: 100%;
    padding-left: 0px;
  }

  .centerBlock.col_1_1, .floorPlans .slider .col_1_1 {
    flex-direction: column-reverse;
  }

  .Tabslider ul.action {
    position: relative;
    padding-top: 18px;
    padding-right: 0;
    top: 0;
  }

  .floorPlans .LeftCol, .leftMapList {
    padding-top: 24px;
  }

  .neighbourhood .centerList {
    padding-bottom: 24px;
  }

  .FLinfo h2 {
    padding-top: 20px;
  }

  /* floor plans css end here */
}

@media screen and (min-width: 0px) and (max-width: 960px) {

  #introductionShape:hover #introduction-btn,
  #amenityShape:hover #amenity-btn,
  #retailShape:hover #retail-btn,
  #locationShape:hover #location-btn,
  #sustainabilityShape:hover #sustainability-btn,
  #workShape:hover #workspace-btn {
    opacity: 0;
    visibility: hidden;
  }

}

/* devices portrait phone landscape start  */
@media screen and (min-width: 0px) and (max-width: 896px) {
  @media all and (orientation: landscape) {
    .fullHeight {
      min-height: 500px;
    }

    .fullHeight .logo {
      margin-top: -50px;
      max-width: 400px;
    }

    .findBtn {
      padding-top: 20px;
    }

    .bottomText {
      bottom: 40px;
    }

    .pinch-zoom-container, .zoomPan, .mapimg, .mapimg img {
      min-height: 64vw;
      height: 64vw;
    }

    .leftMapList ul.twoColumn {
      max-width: 100%;
      -moz-column-count: 2;
      -moz-column-gap: 100px;
      -webkit-column-count: 2;
      -webkit-column-gap: 100px;
      column-gap: 100px;
      column-count: 2;
    }

    .leftMapList ul.twoColumn li {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
    }
  }

  @media all and (orientation: portrait) {
    .fullHeight .logo {
      max-width: 500px;
      margin-top: -100px;
    }

    .bottomText {
      bottom: 120px;
    }

    .fullHeight .box svg {
      margin-top: -20%;
    }

    .findBtn {
      padding-top: 50px;
    }

    .pinch-zoom-container, .zoomPan, .mapimg, .mapimg img {
      min-height: 66vw;
    }

    .leftMapList ul.twoColumn {
      max-width: 100%;
      -moz-column-count: 2;
      -moz-column-gap: 140px;
      -webkit-column-count: 2;
      -webkit-column-gap: 140px;
      column-gap: 140px;
      column-count: 2;
    }

    .leftMapList ul.twoColumn li {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
    }

    .FLinfo h2 {
      font-size: 40px;
      line-height: 46px !important;
      padding-right: 26%;
    }
  }

}

/* devices portrait phone landscape end  */

@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .TBspace {
    padding: 30px 0;
  }

  .floorPlans .LeftCol, .leftMapList {
    width: 100%;
    padding-right: 0px;
  }

  .floorPlans .RightCol, .rightMapBlock {
    width: 100%;
    padding-left: 0px;
  }

  .centerBlock.col_1_1, .floorPlans .slider .col_1_1 {
    flex-direction: column-reverse;
  }

  .Tabslider ul.action {
    position: relative;
    padding-top: 18px;
    padding-right: 0;
    top: 0;
  }

  .floorPlans .LeftCol, .leftMapList {
    padding-top: 24px;
  }

  .neighbourhood .centerList {
    padding-bottom: 24px;
  }

  .FLinfo h2 {
    padding-top: 20px;
  }

  .pinch-zoom-container, .zoomPan, .mapimg, .mapimg img {
    min-height: 66vw;
  }

  .leftMapList ul.twoColumn {
    max-width: 100%;
    -moz-column-count: 2;
    -moz-column-gap: 160px;
    -webkit-column-count: 2;
    -webkit-column-gap: 160px;
    column-gap: 160px;
    column-count: 2;
  }

  .leftMapList ul.twoColumn li {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape),
all and (device-width: 1180px) and (device-height: 820px) and (orientation: landscape),
all and (device-width: 1080px) and (device-height: 810px) and (orientation: landscape),
all and (device-width: 810px) and (device-height: 1080px) and (orientation: landscape),
all and (device-width: 1194px) and (device-height: 834px) and (orientation: landscape),
all and (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape) {
  .findBtn {
    padding-top: 40px;
  }

  .fullHeight .logo {
    max-width: 540px;
    margin-top: -28px;
  }

  .fullHeight .box svg {
    height: 110%;
    margin-top: -2%;
  }

  .bottomText {
    bottom: 110px;
  }

  .bottomText p, .bottomText div {
    font-size: 24px;
    line-height: 32px;
  }

  .pinch-zoom-container, .zoomPan, .mapimg, .mapimg img {
    min-height: 36vw;
  }
}

@media screen and (min-width: 0px) and (max-width:767px) {
  @media all and (orientation: portrait) {
    .fullHeight .logo {
      padding: 0 40px;
      margin-top: -50px;
    }

    .fullHeight .box svg {
      height: 100%;
      width: 124%;
      margin-left: -20%;
    }

    .bottomText {
      bottom: 100px;
    }

    .bottomText p, .bottomText div {
      font-size: 24px;
      line-height: 30px;
    }

    .fullHeight .box svg {
      margin-top: -2%;
    }

    .findBtn {
      padding-top: 20px;
    }
  }

  .zoomingIcon {
    display: none;
  }

  /* floor plans css start here */
  .neighbourhood .centerList h4 {
    padding: 6px 18px;
    margin: 4px 10px 4px 0;
    font-size: 14px;
    line-height: 20px;
  }

  .FLinfo h2 {
    font-size: 38px;
    line-height: 46px !important;
    padding-right: 30%;
    padding-bottom: 10px;
    padding-top: 20px;
  }

  .pinch-zoom-container, .zoomPan, .mapimg, .mapimg img {
    min-height: 62vw;
    height: 62vw;
  }

  .floorPlans .LeftCol, .leftMapList {
    padding-top: 18px;
  }

  /* floor plans css end here */

  .leftMapList ul.twoColumn {
    max-width: 100%;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    column-count: 2;
  }

  .leftMapList ul.twoColumn li {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 0px) and (max-width:600px) {
  .leftMapList ul.twoColumn {
    max-width: 100%;
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    column-count: 1;
  }

  .leftMapList ul.twoColumn li {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* responsive end here */

@media screen and (min-width: 0px) and (max-width:443px) {
  .semplice-navbar [data-nav="logo-left-menu-right"] .hamburger a {
    top: 0;
  }

  .semplice-navbar [data-nav="logo-left-menu-right"] .hamburger a::after {
    width: 46px !important;
    height: 46px !important;
    left: -11px !important;
    top: -14px !important;
  }

  .fullHeight .logo {
    max-width: 340px;
    padding: 0 20px;
  }

  .bottomText {
    padding: 0 40px;
  }

  .bottomText p, .bottomText div {
    font-size: 22px;
    line-height: 28px;
  }

  /* floor plans css start here */
  .floorPlans .LeftCol, .leftMapList {
    padding-top: 12px;
  }

  .neighbourhood .centerList {
    padding: 18px 0;
    padding-bottom: 18px;
  }

  .areaList li {
    font-size: 16px;
    line-height: 24px;
  }

  .areaList li .colors {
    top: 8px;
  }

  .Tabslider ul.action {
    padding-top: 14px;
  }

  .Tabslider ul.action li a {
    height: 32px;
  }

  .floorPlans .RightCol {
    padding-top: 18px;
  }

  .Tabslider ul.action li {
    padding: 3px;
  }

  .FLinfo h2 {
    font-size: 28px;
    line-height: 34px !important;
    padding-right: 46%;
  }

  /* floor plans css end here */

  .back-to-top {
    right: 20px !important;
  }

  .back-to-top a {
    padding: 6px !important;
  }

  .back-to-top img, .back-to-top svg {
    width: 40px !important;
  }
}

@media screen and (min-width: 0px) and (max-width:375px) {
  .bottomText {
    padding: 0 30px;
  }

  .bottomText p, .bottomText div {
    font-size: 20px;
    line-height: 28px;
  }
}




/* #wpadminbar{
  display: none;
} */



/*Stacker CSS */
/* .fancybox__container,
.fancybox__backdrop,
.fancybox__slide,
.fancybox__content {
  transition: none !important;
  animation: none !important;
} */
.availabilityArea .col_1_1 {
  justify-content: space-between;
}

.availabilityArea .col_50 {
  width: 55%;
}

.availabilityArea .col_45 {
  width: 45%;
  padding-left: 70px;
}

.BuildingFloorImage {
  position: relative;
  padding-top: 82%;
}

.BuildingFloorImage img {
  object-fit: contain;
}

.stackerFloorImage {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}

.stackerFloorImage.active {
  opacity: 1;
  visibility: visible;
}

.availabilityArea .title {
  font-family: 'GraphikRegular';
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  border-bottom: 1px solid #000;
  padding: 35px 0px 10px 0px;
}

.availabilityArea .stackerinfoArea .level {
  width: 16%;
}

.availabilityArea .stackerinfoArea .availability {
  width: 35%;
}

.availabilityArea .stackerinfoArea .sqft {
  width: 20%;
}

.availabilityArea .stackerinfoArea .sqm {
  width: 20%;
}

.availabilityArea .stackerinfoArea .infoTitle {
  display: flex;
  justify-content: space-between;
  padding: 45px 0px 20px 0px;

}

.availabilityArea .stackerinfoArea .infoTitle>div {
  font-family: 'GraphikRegular';
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 0px 10px 0px 10px;
}

.availabilityArea .stackerinfoArea a {
  color: #000;
}

.availabilityArea .infoWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  /* cursor: url("data: image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi41IiBoZWlnaHQ9IjIyLjUiIHZpZXdCb3g9IjAgMCAyMi41IDIyLjUiPgogIDxnIGlkPSJleHBhbmQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSAwLjUwMikiPgogICAgPHBhdGggaWQ9IlBhdGhfMSIgZGF0YS1uYW1lPSJQYXRoIDEiIGQ9Ik0uNzUsOC4yNDh2LTZhMS41LDEuNSwwLDAsMSwxLjUtMS41aDYiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIuNSIvPgogICAgPHBhdGggaWQ9IlBhdGhfMiIgZGF0YS1uYW1lPSJQYXRoIDIiIGQ9Ik0yMy4yNSw4LjI0OHYtNmExLjUsMS41LDAsMCwwLTEuNS0xLjVoLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyLjUiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzMiIGRhdGEtbmFtZT0iUGF0aCAzIiBkPSJNLjc1LDE1Ljc0OHY2YTEuNSwxLjUsMCwwLDAsMS41LDEuNWg2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0yLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyLjUiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzQiIGRhdGEtbmFtZT0iUGF0aCA0IiBkPSJNMjMuMjUsMTUuNzQ4djZhMS41LDEuNSwwLDAsMS0xLjUsMS41aC02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMi41IC0yLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyLjUiLz4KICA8L2c+Cjwvc3ZnPgoK") 0 0, auto; */
  cursor: pointer;
  transition: 0.5s ease;
}

.no-device .availabilityArea .infoWrapper:hover {
  background-color: #89A3A9;
}

.availabilityArea .infoWrapper>div {
  font-family: 'GraphikRegular';
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  padding: 12px 10px 12px 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.availabilityArea .infoWrapper>div.sqftRange,
.availabilityArea .infoWrapper>div.sqmRange {
  padding: 5px 10px 6px 10px;
}

.availabilityArea .infoWrapper div span {
  width: 100%;
  display: block;
}

.availabilityArea .infoWrapper div .range {
  font-family: 'GraphikRegular';
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
  padding-top: 3px;
  display: block;
}

.availabilityArea .infoTotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 2px solid #000;
}

.availabilityArea .infoTotal>div {
  font-family: 'GraphikMedium';
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  padding: 12px 10px 12px 10px;
}



/* Fancybox CSS */
.fancybox__backdrop {
  background: #323232 !important;
  opacity: 0.7 !important;
}

.fancybox__carousel {
  /* max-width: 1476px!important; */
  margin: 0 auto !important;
  width: 100% !important;
  overflow-y: auto !important;
}

.f-caption {
  width: 100%;
  min-height: 50vh;
  max-height: unset !important;
  height: auto !important;
  padding: 30px 18px !important;
}

.f-button {
  width: 45px !important;
  height: 45px !important;
  background: transparent !important;
  /* border: 1px solid #2C4D4C!important; */
  /* display: none!important; */
}

.f-button.is-prev {
  left: 40px !important;
}

.f-button.is-next {
  right: 40px !important;
}

.f-button svg path {
  /* stroke: #2C4D4C; */
}

.plansMainWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px 80px 80px 80px;
  background-color: #F8F6F4;
}

.custom-fancybox-close {
  position: absolute;
  top: -30px;
  right: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.custom-fancybox-close .label {
  font-family: 'GraphikRegular';
  font-weight: 400;
  color: white;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
  top: -2px;
}

.custom-fancybox-close .icon {
  margin-left: 10px;
}

.plansMainWrapper .col_1_1 .col_33 {
  width: 33.33%;
  height: 100%;
  padding-right: 20px;
}

.plansMainWrapper .col_1_1 .col_66 {
  width: 66.66%;
  height: 100%;
  padding-left: 20px;
}

.plansMainWrapper .title {
  font-family: 'GraphikRegular';
  font-weight: 400;
  font-size: 53px;
  line-height: 0.93;
  letter-spacing: -1.1px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 25px;
}

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

.plansMainWrapper ul li {
  line-height: normal;
  padding-bottom: 10px;
}

.plansMainWrapper ul li a {
  font-family: 'GraphikRegular';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  position: relative;
  background-color: transparent !important;
}

.plansMainWrapper ul li.floorplansName a::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
}

.plansMainWrapper ul li.floorplansName.active a::after {
  opacity: 0;
}

.plansMainWrapper ul li.floorplansName a:focus,
.plansMainWrapper ul li.floorplansName a:focus-within,
.plansMainWrapper ul li.floorplansName a:focus-visible {
  background-color: transparent !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.plansMainWrapper .imageWrapper {
  width: 100%;
  height: 100%;
}

.plansMainWrapper .imageWrapper img {
  width: 100%;
  height: 100%;
}

image.floorplansImage {
  display: none;
}

.floorplansImage.active {
  display: block;
}

.disablePointer {
  cursor: pointer !important;
}



/* RESPONSIVE  */


@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape),
all and (device-width: 1180px) and (device-height: 820px) and (orientation: landscape),
all and (device-width: 1080px) and (device-height: 810px) and (orientation: landscape),
all and (device-width: 810px) and (device-height: 1080px) and (orientation: landscape),
all and (device-width: 1194px) and (device-height: 834px) and (orientation: landscape),
all and (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape),
screen and (min-width: 991px) and (max-width: 1366px) {
  .availabilityArea .title {
    font-size: 18px;
    padding: 20px 0px 10px 0px;
  }

  .availabilityArea .stackerinfoArea .sqft {
    width: 21%;
  }

  .availabilityArea .stackerinfoArea .infoTitle {
    padding: 30px 0px 10px 0px;
  }

  .availabilityArea .stackerinfoArea .infoTitle>div {
    padding: 0px 0px 0px 0px;
  }

  .availabilityArea .infoWrapper>div,
  .availabilityArea .infoTotal>div {
    font-size: 14px;
    padding: 7px 7px 7px 0px;
  }

  .availabilityArea .infoWrapper>div.sqftRange,
  .availabilityArea .infoWrapper>div.sqmRange {
    padding: 7px 7px 7px 0px;
  }

  .availabilityArea .col_45 {
    padding-left: 40px;
  }

  .availabilityArea .centerBlock.col_1_1 {
    flex-direction: row;
  }

  .plansMainWrapper {
    padding: 60px 50px 60px 50px;
  }

  .plansMainWrapper .title {
    font-size: 40px;
    padding-bottom: 20px;
  }

  .f-button {
    width: 35px !important;
    height: 35px !important;
  }

  .f-button.is-prev {
    left: 25px !important;
  }

  .f-button.is-next {
    right: 25px !important;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait),
all and (device-width: 820px) and (device-height: 1180px) and (orientation: portrait),
all and (device-width: 834px) and (device-height: 1194px) and (orientation: portrait),
all and (device-width: 810px) and (device-height: 1080px) and (orientation: portrait),
screen and (min-width: 768px) and (max-width: 990px) {
  .f-caption {
    padding: 50px 18px !important;
  }

  .availabilityArea .stackerinfoArea .infoTitle {
    padding: 30px 0px 10px 0px;
  }

  .availabilityArea .col_1_1 {
    flex-direction: column;
  }

  .availabilityArea .col_50,
  .availabilityArea .col_45 {
    width: 100%;
    padding: 0;
  }

  .plansMainWrapper {
    padding: 40px 50px;
  }

  .plansMainWrapper .title {
    font-size: 32px;
    padding-bottom: 20px;
  }

  .plansMainWrapper ul li a {
    font-size: 14px;
  }

  .f-button {
    width: 35px !important;
    height: 35px !important;
  }

  .f-button.is-prev {
    left: 25px !important;
  }

  .f-button.is-next {
    right: 25px !important;
  }
}


@media screen and (min-width: 0) and (max-width: 767px) {

  .availabilityArea .col_50,
  .availabilityArea .col_45 {
    width: 100%;
    padding: 0;
  }

  .f-caption {
    padding: 50px 18px !important;
  }

  .f-button {
    width: 30px !important;
    height: 30px !important;
    /* display: none!important; */
  }

  .f-button svg {
    width: 18px !important;
  }

  .availabilityArea .title {
    padding: 20px 0px 10px 0px;
  }

  .availabilityArea .stackerinfoArea .sqft {
    width: 22%;
  }

  .availabilityArea .stackerinfoArea .sqm {
    width: 22%;
  }

  .availabilityArea .stackerinfoArea .infoTitle {
    padding: 30px 0px 10px 0px;
  }

  .availabilityArea .col_1_1 {
    flex-direction: column;
  }

  .availabilityArea .infoWrapper>div.sqftRange,
  .availabilityArea .infoWrapper>div.sqmRange {
    padding: 5px 0px 6px 0px;
  }

  .availabilityArea .stackerinfoArea .infoTitle>div {
    padding: 0px 0px 0px 0px;
  }

  .availabilityArea .infoWrapper>div {
    padding: 12px 0px 12px 0px;
  }

  .availabilityArea .infoTotal>div {
    padding: 12px 0px 12px 0px;
  }

  .plansMainWrapper {
    padding: 25px;
  }

  .plansMainWrapper .col_1_1 {
    flex-direction: column;
  }

  .plansMainWrapper .col_1_1>div {
    width: 100% !important;
    padding: 0 !important;
  }

  .plansMainWrapper .title {
    font-size: 35px;
    padding-bottom: 25px;
    text-align: center;
  }

  .plansMainWrapper ul {
    padding-bottom: 20px;
  }

  .plansMainWrapper ul li {
    text-align: center;
  }

  .is-horizontal .f-button.is-arrow.is-prev,
  .is-horizontal .f-button.is-arrow.is-next {
    top: 35% !important;
  }

}

@media screen and (min-width: 0) and (max-width: 480px) {
  .availabilityArea .infoWrapper>div {
    font-size: 14px;
  }

  .availabilityArea .infoTotal>div {
    font-size: 13px;
  }

  .availabilityArea .stackerinfoArea .level {
    width: 13%;
  }

  .availabilityArea .stackerinfoArea .availability {
    width: 37%;
  }
}

.stackWrapper {
  display: flex;
  flex-direction: column-reverse;
}

/* Folio CSS */
.foliobookShelfWrapper.TBspace {
  padding: 70px 65px 35px 65px;
  background-color: #000;
}

.foliobookShelfWrapper .textWrapper {
  padding-bottom: 50px;
  font-family: inherit;
}

.foliobookShelfWrapper .textWrapper h1 {
  color: #f5f5f5;
  font-size: 52px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 86% !important;
  text-transform: uppercase;
  font-family: "SeasonSans-Regular", sans-serif !important;
  margin: 0 !important;
}

.foliobookShelfWrapper .textWrapper h1+p {
  padding-top: 25px !important;
}

.foliobookShelfWrapper .textWrapper h1 span {
  color: #CEC7C0;
}

.foliobookShelfWrapper .textWrapper p {
  color: #FAF9F2 !important;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 129%;
  font-family: "SeasonSans-Regular", sans-serif !important;
}

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

.col_1_1_1_1 .col {
  padding: 0px 20px 45px 20px;
  width: 25%;
}

.col_1_1_1_1 .col .bookShelfGallery {
  cursor: pointer;
}

/* .col_1_1_1_1 .col .box{
  position: relative;
    overflow: hidden;
    background-color: #f4fdff;
}
.col_1_1_1_1 .col .box::before {
  content: "";
  display: block;
  padding-top: 140%;
}
.col_1_1_1_1 .col .box .imageHolder {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
} */
.col_1_1_1_1 .col .box .imageHolder img.OF-cover {
  object-fit: contain;
  object-position: center center;
  width: 100%;
  height: 100%;
}



@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape),
all and (device-width: 1180px) and (device-height: 820px) and (orientation: landscape),
all and (device-width: 1080px) and (device-height: 810px) and (orientation: landscape),
all and (device-width: 810px) and (device-height: 1080px) and (orientation: landscape),
all and (device-width: 1194px) and (device-height: 834px) and (orientation: landscape),
all and (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape),
screen and (min-width: 991px) and (max-width: 1366px) {
  .foliobookShelfWrapper.TBspace {
    padding: 50px;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait),
all and (device-width: 820px) and (device-height: 1180px) and (orientation: portrait),
all and (device-width: 834px) and (device-height: 1194px) and (orientation: portrait),
all and (device-width: 810px) and (device-height: 1080px) and (orientation: portrait),
screen and (min-width: 768px) and (max-width: 990px) {

  .col_1_1_1_1 .col {
    width: 50%;
    padding: 0px 20px 25px 20px;
  }

  .foliobookShelfWrapper .textWrapper {
    padding-bottom: 25px;
  }

  .foliobookShelfWrapper .textWrapper h1+p {
    padding-top: 15px !important;
  }

  .foliobookShelfWrapper.TBspace {
    padding: 40px 0px !important;
  }

}


@media screen and (min-width: 0) and (max-width: 767px) {

  .col_1_1_1_1 .col {
    width: 50%;
    padding: 0px 20px 25px 20px;
  }

  .foliobookShelfWrapper .textWrapper {
    padding-bottom: 25px;
  }

  .foliobookShelfWrapper .textWrapper h1+p {
    padding-top: 15px !important;
  }

  .foliobookShelfWrapper.TBspace {
    padding: 40px 0px !important;
  }
}


@media screen and (min-width: 0) and (max-width: 480px) {
  .col_1_1_1_1 .col {
    width: 100%;
    padding: 0px 20px 20px 20px;
  }
}


.f-thumbs {
  display: none !important;
}

.editionsWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: #E1EAE7;
}

.editionsWrapper .imageWrapper {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.25);
  height: 100%;
}

.editionsWrapper img {
  width: 100%;
  height: 100%;
}

.editionsWrapper .custom-fancybox-close .label {
  font-family: "SeasonSans-Regular", sans-serif !important;
}

.f-button.is-arrow.is-prev,
.f-button.is-arrow.is-next,
.f-button[data-fullscreen-action] {
  display: none !important;
}