@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45), 0 0 0 1em rgba(255, 255, 255, 0.45), 0 0 0 3em rgba(255, 255, 255, 0.45), 0 0 0 5em rgba(255, 255, 255, 0.45);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.45), 0 0 0 3em rgba(255, 255, 255, 0.45), 0 0 0 5em rgba(255, 255, 255, 0.45), 0 0 0 8em rgba(255, 255, 255, 0);
  }
}
@keyframes rippleAmentities {
  0% {
    box-shadow: 0 0 0 0 rgba(71, 61, 152, 0.35), 0 0 0 3.5px rgba(71, 61, 152, 0.35);
  }
  100% {
    box-shadow: 0 0 0 3.5px rgba(71, 61, 152, 0.35), 0 0 0 10px rgba(71, 61, 152, 0);
  }
}
@keyframes rippleAmentitiesYellow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 235, 59, 0.35), 0 0 0 3.5px rgba(255, 235, 59, 0.35);
  }
  100% {
    box-shadow: 0 0 0 3.5px rgba(255, 235, 59, 0.35), 0 0 0 10px rgba(255, 235, 59, 0);
  }
}
/* 
.singlesListing .floorplan-popup.Towns .left-wrapper {
  background-image: url(/images/homes/bg-popup-32.png?1);
} */
@keyframes kenburns {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loader-logo {
  background-image: url("/img/svg/logo-main-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 400px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
}

.spinner3 {
  top: 58%;
}

html {
  font-size: 16px;
  background: #333;
}

body {
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  display: block;
  width: 1920px;
  height: 1080px;
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img {
  width: 100%;
}

a {
  text-decoration: none !important;
  color: black;
}

.body-font {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
}

.text-red {
  color: #CE3438 !important;
}

.text-gold {
  color: #AD8B19 !important;
}

.border-top {
  border-color: #A19388 !important;
}

.border-bottom {
  border-color: #A19388 !important;
}

.border-left {
  border-color: #A19388 !important;
}

.border-right {
  border-color: #A19388 !important;
}

.section-header {
  background: black;
  height: 140px;
  overflow: hidden;
  position: relative;
  transition: none;
}
.section-header .logo-encore {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 160px;
  width: auto;
}

.bg-slide {
  pointer-events: none !important;
  max-width: 100%;
}

.section-footer {
  position: absolute;
  bottom: 130px;
  width: 100%;
  z-index: 9;
}
.section-footer svg {
  height: 30px;
  width: auto;
  display: block;
  margin: auto;
}

.section-footer.white svg * {
  fill: white;
}

article#sHome {
  background-size: cover;
  background-position: center;
  width: 100%;
}
article#sHome .season-nav-wrap {
  right: -160px;
  top: 50%;
  transform: translateY(-50%);
}
article#sHome .season-nav-wrap .season-nav {
  height: 80px;
  width: 240px;
}
article#sHome .logo-below-text {
  font-size: 2em;
  color: black;
  font-family: "Didot", serif;
  top: 515px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5em;
  letter-spacing: 0.1em;
}
article#sHome .owl-carousel {
  z-index: 0;
}

.close-btn {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.preload {
  position: absolute;
}

.sub-nav {
  width: 230px;
  height: 100%;
  background: #433118;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 110px;
}
.sub-nav a {
  height: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  border-bottom: 1px solid #A19388;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1em;
}
.sub-nav a:first-of-type {
  border-top: 1px solid #A19388;
}
.sub-nav a.active {
  font-weight: bold;
}
.sub-nav * {
  color: white;
}

.sub-nav.gallery > a:first-of-type {
  margin-top: 300px;
}

h1 {
  font-family: "Didot", serif;
  letter-spacing: normal;
  font-size: 3.75em;
  color: black;
}

h2 {
  font-family: "Didot", serif;
  letter-spacing: normal;
  font-style: italic;
}

h3 {
  font-family: "Didot", serif;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 1.125em;
  letter-spacing: normal;
}

h4 {
  font-family: "Didot", serif;
  letter-spacing: normal;
}

h5 {
  font-family: "Didot", serif;
  letter-spacing: normal;
}

h6 {
  font-family: "Didot", serif;
  letter-spacing: normal;
}

p {
  font-size: 1.25em;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.btn {
  padding: 10px 15px;
  border: none;
  text-transform: uppercase;
  background: #473d98;
  color: white;
  font-weight: bold;
  font-size: 0.875em;
}

.bg-dark h1 {
  color: white;
}
.bg-dark h2 {
  color: white;
}
.bg-dark h3 {
  color: white;
}
.bg-dark h4 {
  color: white;
}
.bg-dark h5 {
  color: white;
}
.bg-dark h6 {
  color: white;
}
.bg-dark p {
  color: white;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.fade-in.active {
  opacity: 1;
}

#legends {
  color: white;
  background-image: url(/images/neighbourhood/legend-bg.png);
  background-size: contain;
  padding: 0 30px;
  padding-right: 0;
  padding-top: 200px;
  width: 390px;
}
#legends ol {
  font-size: 0.8125em;
  padding-left: 0em;
  list-style-type: none;
  padding-left: 3em;
}
#legends ol li {
  padding-left: 0;
  padding-right: 2em;
  display: flex;
  padding-bottom: 1em;
}
#legends ol li span {
  font-style: italic;
  font-family: "Didot", serif;
  color: #A19388;
  margin-right: 1em;
  font-size: 1.25em;
  line-height: 1.4em;
}
#legends .legend-heading {
  padding-left: 1.5em;
  display: block;
  position: relative;
  margin-bottom: 3em;
}
#legends .legend-heading::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  top: 35%;
  transition: all 0.3s ease-in-out;
}
#legends .legend-heading::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  top: 35%;
  transition: all 0.3s ease-in-out;
}
#legends .legend-heading.collapsed {
  color: #A19388;
}
#legends .legend-heading.collapsed::after {
  transform: rotate(90deg);
}

article {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  height: 922px;
  z-index: -1;
  opacity: 0;
  background: white;
  display: flex;
}
article .nav.close-btn {
  z-index: 3;
  top: 100px;
}
article .content-wrapper {
  height: 100%;
  position: relative;
}
article .content-wrapper > .content {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
article .content-wrapper > .content .whereToWander {
  position: absolute;
  right: 30px;
  top: 24%;
  z-index: 2;
  width: 30%;
  height: 100px;
}
article .content-wrapper > .content .gallery .swiper-pagination {
  width: 100%;
}
article .content-wrapper > .content.active {
  z-index: 1;
}
article .content-wrapper > .content.dining .gallery {
  width: 690px;
}
article .content-wrapper > .content.map {
  background: #433118;
}
article .content-wrapper > .content.map img {
  width: 1068px;
}
article .content-wrapper .btn-back {
  position: absolute;
  display: block;
  font-size: 0px;
  z-index: 2 !important;
  opacity: 0.7;
  width: 270px;
  height: 60px;
  left: 2%;
  top: 3%;
}
article .content-wrapper .btn-prev {
  position: absolute;
  display: block;
  font-size: 0px;
  z-index: 2 !important;
  opacity: 0.7;
  width: 50%;
  height: 60px;
  left: 0;
  bottom: 2.5%;
}
article .content-wrapper .btn-next {
  position: absolute;
  display: block;
  font-size: 0px;
  z-index: 2 !important;
  opacity: 0.7;
  width: 50%;
  height: 60px;
  right: 0;
  bottom: 2.5%;
}
article .content-wrapper.no-menu {
  width: 100%;
}
article > .full {
  width: 100%;
}
article > .left {
  max-width: 50%;
  height: calc(100% - 170px);
}
article .right {
  max-width: 50%;
  height: calc(100% - 170px);
}

svg {
  height: 100%;
  width: 100%;
}

.neighbourhood .content-wrapper {
  display: flex;
  height: calc(100% - 70px);
}
.neighbourhood .header {
  width: 240px;
}
.neighbourhood .slider-wrapper {
  width: 1340px;
}
.neighbourhood .neighbour-carousel {
  height: 100%;
}
.neighbourhood .neighbour-carousel .owl-stage-outer {
  height: 100%;
}
.neighbourhood .neighbour-carousel .owl-stage {
  height: 100%;
}
.neighbourhood .neighbour-carousel .owl-item {
  height: 100%;
}
.neighbourhood .neighbour-carousel .owl-item .item {
  height: 100%;
}
.neighbourhood .title-wrapper {
  height: 1010px;
  padding-left: 56px;
  width: 380px;
}
.neighbourhood .content {
  width: 980px;
  padding: 90px 180px 90px 80px;
}
.neighbourhood .content > .row {
  margin-bottom: 90px;
}
.neighbourhood .content img {
  margin-bottom: 30px;
}
.neighbourhood .content .col {
  position: relative;
  width: 300px;
}
.neighbourhood .content .col .overlay {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
}
.neighbourhood .content .col .overlay p {
  color: white;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.2em;
}
.neighbourhood .content .col.active .overlay {
  opacity: 1;
  visibility: visible;
}
.neighbourhood .content .col.left {
  margin-right: 100px;
}
.neighbourhood h1 {
  font-size: 3.75em;
  line-height: 1em;
}
.neighbourhood h4 {
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: bold;
}
.neighbourhood h5 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  color: #473d98;
}

.owl-nav.disabled {
  display: none;
}

.tingle-modal--overflow {
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.tingle-modal {
  background: transparent;
}

.tingle-modal-box__content {
  padding: 0;
  margin: 0;
  background: #000;
}

.tingle-modal-box {
  width: 100%;
  height: 1010px;
  border-radius: 0;
  top: 70px;
  left: 0;
  margin: 0;
}

.tingle-modal__close {
  top: 100px;
  font-size: 0;
  width: 42px;
  height: 42px;
  right: 30px;
}
.tingle-modal__close svg {
  stroke: black;
}

.circle-ripple {
  position: absolute;
  top: 52%;
  left: 20.2%;
  background-color: transparent;
  opacity: 0.3;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  box-shadow: 0px 0px 71px 5px rgba(0, 0, 0, 0.52);
  z-index: 1001;
}

.circle-ripple--animation {
  animation: ripple 1s linear infinite;
}

.owl-item {
  height: 100%;
}
.owl-item .item {
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  transition: none;
}
.owl-item .item > div {
  background-size: contain;
  background-repeat: no-repeat;
  transition: none;
  background-position-x: center;
}

.dark .tingle-modal__close svg {
  stroke: white;
}

a.floorplan-nav {
  color: #CCCCCC !important;
  border-bottom: #ccc;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  display: inline-block;
  text-transform: uppercase;
  padding: 0;
  line-height: 16px;
  padding-bottom: 9px;
  margin: 20px 0;
  font-family: "Roboto", sans-serif;
  position: relative;
  text-align: right;
  margin-right: 60px;
}
a.floorplan-nav:after {
  content: "";
  display: block;
  border-bottom: 1px solid #ccc;
  position: absolute;
  bottom: 0;
  width: 0;
  transition: width 0.15s ease-in-out;
}
a.floorplan-nav:before {
  content: "";
  display: block;
  border-bottom: 1px solid #ccc;
  position: absolute;
  bottom: 0;
  width: 0;
  transition: width 0.15s ease-in-out;
  width: 100%;
}

a.floorplan-nav.active {
  color: black !important;
  font-weight: bold;
  margin-right: 0;
  border-color: black;
}
a.floorplan-nav.active:after {
  border-width: 5px;
  width: 100%;
  border-color: black;
}
a.floorplan-nav.active:before {
  border-color: black;
}

a.floorplan-nav.active.Optional {
  line-height: 16px;
  height: 25px;
}

a.floorplan-nav.Optional {
  line-height: 20px;
  height: 21px;
}

.floorplan-wrapper .item > div {
  background-position: center;
}
.floorplan-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-container {
  height: 100%;
}
.swiper-container .swiper-slide {
  background-size: contain;
  background-position: center;
}

.swiper-container-2 {
  height: 100%;
}
.swiper-container-2 .swiper-slide {
  background-size: contain;
  background-position: center;
}

a.btn-back {
  width: 30.71px;
  height: 28.71px;
  display: block;
  margin-top: 16px;
}
a.btn-back svg {
  width: 100%;
  height: 100%;
}

a.btn-close {
  width: 23px;
  height: 80px;
  display: block;
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: 0;
  border-top: 1px solid white;
}
a.btn-close > div {
  height: 100%;
  position: absolute;
  left: 70px;
}
a.btn-close span {
  font-size: 1.125em;
  top: 53%;
  position: absolute;
  transform: translateY(-50%);
  left: 100px;
}
a.btn-close svg * {
  width: auto;
  height: 100%;
}

#sArea {
  overflow: hidden;
}
#sArea .wander {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#sArea .wander.active {
  z-index: 1;
  opacity: 1;
}
#sArea .slider-caption {
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 1.875em;
  padding-top: 80px;
  border-bottom: 1px solid #707070;
}
#sArea .left {
  width: 22.76%;
  height: 100%;
  position: relative;
}
#sArea .right {
  width: 77.24%;
  max-width: unset;
  height: 100%;
  position: relative;
}
#sArea .right .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
}
#sArea .area-slider-popup {
  padding: 50px 0 50px 90px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  display: flex;
  transform: translateY(101%);
  transition: transform 0.3s ease-in-out;
}
#sArea .area-slider-popup .swiper-container {
  height: 65.296296%;
}
#sArea .area-slider-popup.active {
  transform: translateY(0);
}
#sArea .button-back {
  position: absolute;
  left: 0;
  bottom: 0;
}
#sArea .button-back::before {
  margin-right: 0.5em;
}
#sArea .show-poi {
  position: absolute;
  bottom: 70px;
  left: 90px;
  text-transform: uppercase;
  display: flex;
  font-size: 1.875em;
  width: 480px;
  border-bottom: 1px solid #D4D4D4;
  justify-content: space-between;
}
#sArea .show-poi::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(/img/assets/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#sVideo {
  overflow: hidden;
}
#sVideo iframe {
  border: none;
  width: 1920px;
  height: 1080px;
  position: absolute;
  top: 0;
  left: 0;
}

#sEmblem {
  padding: 0;
}
#sEmblem .swiper-pagination.page {
  position: absolute;
  left: 89px;
  bottom: 50px;
}

#sViews {
  height: calc(100% - 120px);
  background: black;
}
#sViews .view-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#sViews .swiper-pagination-v:after {
  content: "Floor";
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 1.125em;
  position: absolute;
  top: 0;
  text-transform: uppercase;
  color: white;
  padding: 54px 0;
  display: block;
}
#sViews .swiper-pagination-v .swiper-pagination-bullet {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.2em;
  transition: font-size 0.3s ease-in-out;
}
#sViews .swiper-pagination-v .swiper-pagination-bullet:after {
  content: "";
  display: block;
  position: absolute;
  margin-top: -0.2em;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid black;
  opacity: 0;
}
#sViews .swiper-pagination-v .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 100px;
  font-size: 1.875em !important;
  background-color: black !important;
  color: black !important;
}
#sViews .swiper-pagination-v .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
}
#sViews .swiper-container-horizontal > .swiper-pagination-bullets {
  height: 120px;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  z-index: 1;
}
#sViews .swiper-container-horizontal > .swiper-pagination-bullets:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1d241c;
  opacity: 0.7;
  z-index: -1;
}
#sViews .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  height: 100%;
  width: 120px;
  font-size: 1.125em;
  border-radius: 0;
  color: white;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: font-size 0.3s ease-in-out;
}
#sViews .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid black;
  opacity: 0;
}
#sViews .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black;
  color: black;
  font-size: 1.875em;
}
#sViews .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
}
#sViews .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.active {
  background: black;
  color: black;
  font-size: 1.875em;
}
#sViews .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.active:after {
  opacity: 1;
}
#sViews .global-pagination-h {
  height: 120px;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  z-index: 1;
}
#sViews .global-pagination-h:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1d241c;
  opacity: 0.7;
  z-index: -1;
}
#sViews .global-pagination-h .swiper-pagination-bullet {
  opacity: 1;
  height: 100%;
  width: 120px;
  font-size: 1.125em;
  border-radius: 0;
  color: white;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: font-size 0.3s ease-in-out;
}
#sViews .global-pagination-h .swiper-pagination-bullet:after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid black;
  opacity: 0;
}
#sViews .global-pagination-h .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black;
  color: black;
  font-size: 1.875em;
}
#sViews .global-pagination-h .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
}
#sViews .global-pagination-h .swiper-pagination-bullet.active {
  background: black;
  color: black;
  font-size: 1.875em;
}
#sViews .global-pagination-h .swiper-pagination-bullet.active:after {
  opacity: 1;
}
#sViews .swiper-container-vertical > .swiper-pagination-bullets {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 95px;
  right: unset;
  left: 0;
  height: calc(100% - 120px);
  top: 0;
  transform: none;
  width: 120px;
}
#sViews .swiper-container-vertical > .swiper-pagination-bullets:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1d241c;
  opacity: 0.7;
  z-index: -1;
}
#sViews .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  width: 100%;
  font-size: 1.125em;
  border-radius: 0;
  color: white;
  background-color: transparent;
}

#screenSaverVideo {
  pointer-events: none;
}

.swiper-pagination.page {
  width: auto;
  left: 0;
  bottom: 40px;
  font-size: 1.75em;
  color: #CCCCCC;
  font-family: "Roboto", sans-serif;
  transform: translateY(0%);
}
.swiper-pagination.page .swiper-pagination-current {
  color: #1A1818;
  font-family: "Didot", serif;
}
.swiper-pagination.page .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  margin: 0 10px;
  border-radius: 0;
  background-color: white;
  opacity: 0.5;
}
.swiper-pagination.page .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
.swiper-pagination.page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
  opacity: 1;
}

#sBuilder .logo-full {
  margin-top: 70px;
  margin-bottom: 70px;
}
#sBuilder .caption {
  width: 806px;
}

#sBuilding {
  height: 1080px;
}
#sBuilding .left {
  padding: 50px;
  width: 50%;
}
#sBuilding .left .swiper-container {
  max-height: 442px;
  width: 100%;
}
#sBuilding .left .swiper-slide {
  width: 100%;
}
#sBuilding .right {
  width: 50%;
  height: 100%;
}
#sBuilding .right .swiper-slide {
  background-size: cover;
}

.back-btn-wrap {
  position: absolute;
  left: 120px;
  width: 410px;
  display: flex;
  flex-direction: column;
  top: 42%;
  min-height: 231px;
}
.back-btn-wrap .btn-close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-size: 1.125em;
  color: black;
  text-align: center;
}
.back-btn-wrap .btn-close:before {
  content: "";
  position: absolute;
  background-image: url("/img/svg/arrow-prev.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -35px;
}

.btn-wrapper {
  position: absolute;
  bottom: 38px;
  left: 0;
  padding: 0;
  width: 125px;
  z-index: 1;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
}
.btn-wrapper > div {
  width: 50%;
  height: 80px;
  line-height: 84px;
  font-size: 1.125em;
  color: black;
  position: relative;
}
.btn-wrapper > div:before {
  content: "";
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
}
.btn-wrapper .btn-next {
  text-align: left;
  padding-left: 90px;
}
.btn-wrapper .btn-next:before {
  right: 0;
  background-image: url("/img/svg/arrow-next.svg");
}
.btn-wrapper .btn-prev {
  text-align: right;
  padding-right: 90px;
}
.btn-wrapper .btn-prev:before {
  left: 0;
  background-image: url("/img/svg/arrow-prev.svg");
}

#sAmenities h2 {
  font-size: 2.25em;
  font-family: "Didot", serif;
  letter-spacing: normal;
}
#sAmenities .swiper-slide {
  background-repeat: no-repeat;
}
#sAmenities .mark {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/img/amenities/mark.svg);
}
#sAmenities ol li {
  font-size: 0.9375em;
  color: black;
  margin-bottom: 0.7em;
}
#sAmenities ol li::marker {
  font-family: "Didot", serif;
}
#sAmenities .btn-close {
  width: 22.83px;
  height: 22.83px;
  position: absolute;
  top: 30px;
  left: unset;
  right: 30px;
  border: none;
}
#sAmenities .btn-close svg * {
  fill: white;
}
#sAmenities .img-popup {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background: #eaeaea;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}
#sAmenities .img-popup.show {
  transform: translateY(0);
}
#sAmenities .img-popup.lobby-reception {
  background-image: url(/img/amenities/lobby-reception.jpg);
}
#sAmenities .img-popup.lobby-bar {
  background-image: url(/img/amenities/lobby-bar.jpg);
}
#sAmenities .img-popup.think-space {
  background-image: url(/img/amenities/think-space.jpg);
}
#sAmenities .img-popup.social-room {
  background-image: url(/img/amenities/social-room.jpg);
}
#sAmenities .img-popup.gym {
  background-image: url(/img/amenities/gym.jpg);
}
#sAmenities .img-popup.bbq {
  background-image: url(/img/amenities/bbq.jpg);
}

#sFloorplansSel {
  padding: 100px 90px;
  display: flex;
}
#sFloorplansSel p {
  font-size: 20px;
  padding-right: 2em;
}
#sFloorplansSel .size-sel {
  font-size: 1.875em;
  display: flex;
  justify-content: space-between;
  width: 610px;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #D4D4D4;
  margin-bottom: 2em;
}
#sFloorplansSel .size-sel::after {
  content: "";
  display: block;
  background-image: url(/img/assets/arrow-right.svg);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
#sFloorplansSel .floorplans-sel-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1440px;
}
#sFloorplansSel .floorplans-sel-btn {
  text-align: center;
  display: block;
}
#sFloorplansSel .floorplans-sel-btn img {
  margin-bottom: 26px;
}
#sFloorplansSel .floorplans-sel-btn span {
  display: block;
  font-size: 1.5em;
  color: black;
}

#sGallery .gallery-popup {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 3;
  background-size: cover;
  transform: translateY(101%);
  transition: 0.5s transform ease-in-out;
  transition-delay: 0s;
}
#sGallery .gallery-popup .swiper-button-next {
  color: white;
}
#sGallery .gallery-popup .swiper-button-prev {
  color: white;
}
#sGallery .gallery-popup .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
}
#sGallery .gallery-popup .caption {
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 50px;
  padding: 0;
  color: white;
  z-index: 10;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  z-index: 10 !important;
}
#sGallery .gallery-popup .gallery {
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-delay: 0.4s;
  position: absolute;
  left: 0;
  top: 0;
  background: #2c2924;
}
#sGallery .gallery-popup .gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#sGallery .gallery-popup .gallery.active {
  transition-delay: 0;
  opacity: 1;
}
#sGallery .gallery-popup.active {
  transition-delay: 0.1s;
  transform: translateY(0%);
}
#sGallery .ext {
  display: flex;
  justify-content: center;
}
#sGallery .ext a {
  display: block;
  position: relative;
}
#sGallery .ext a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
#sGallery .ext a::before {
  content: "";
  display: block;
  height: 35px;
  width: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/images/gallery/zoom-icon.svg);
  position: absolute;
  bottom: 20px;
  left: 20px;
}
#sGallery .ext a:nth-child(1) {
  height: 466px;
  width: 815px;
}
#sGallery .ext a:nth-child(2) {
  height: 310px;
  width: 815px;
}
#sGallery .ext a:nth-child(3) {
  width: 511px;
  height: 440px;
  margin-left: auto;
}
#sGallery .ext a:nth-child(4) {
  width: 511px;
  height: 335px;
  margin-left: auto;
}
#sGallery .int {
  display: flex;
  justify-content: center;
}
#sGallery .int a {
  display: block;
  position: relative;
}
#sGallery .int a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#sGallery .int a::before {
  content: "";
  display: block;
  height: 35px;
  width: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/images/gallery/zoom-icon.svg);
  position: absolute;
  bottom: 20px;
  left: 20px;
}
#sGallery .int a:nth-child(1) {
  height: 274px;
  width: 441px;
  margin-right: auto;
}
#sGallery .int a:nth-child(2) {
  height: 267px;
  width: 441px;
  margin-right: 18px;
}
#sGallery .int a:nth-child(3) {
  height: 274px;
  width: 441px;
  margin-right: 18px;
}
#sGallery .int a:nth-child(4) {
  width: 892px;
  height: 557px;
  margin-left: auto;
  margin-right: 0;
}
#sGallery .int a:nth-child(5) {
  width: 438px;
  height: 274px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#sGallery .int a:nth-child(6) {
  width: 438px;
  height: 274px;
}

.singlesListing .floorplan-popup h1 {
  font-size: 70px;
  text-transform: capitalize;
  color: inherit;
  margin-bottom: 20px;
  font-weight: 400;
}
.singlesListing .floorplan-popup .left-wrapper {
  background-image: url("/images/homes/popup-bg-left-2.jpg");
  background-size: cover;
  width: 601px;
  position: relative;
}
.singlesListing .floorplan-popup .right-wrapper {
  width: calc(100% - 850px);
  background-position: center;
}
.singlesListing .floorplan-popup .right-wrapper .title-wrapper {
  background-size: contain;
  width: 100%;
}
.singlesListing .floorplan-popup .right-wrapper .floorplan-wrapper {
  position: relative;
}
.singlesListing .floorplan-popup .right-wrapper .floorplan-wrapper > .plan {
  padding-bottom: 70px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #E5E3DB;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.singlesListing .floorplan-popup .right-wrapper .floorplan-wrapper > .plan span {
  font-size: 12px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.singlesListing .floorplan-popup .right-wrapper .floorplan-wrapper > .plan.active {
  opacity: 1;
}
.singlesListing .floorplan-popup .right-wrapper .floorplan-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.singlesListing .floorplan-popup .right-wrapper .nav-wrapper {
  align-items: flex-end;
  padding-top: 20px;
}
.singlesListing .floorplan-popup .right-wrapper .nav-wrapper .arrow {
  display: block;
  width: 65px;
  height: 65px;
}
.singlesListing .floorplan-popup .right-wrapper .nav-wrapper .arrow img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.singlesListing .floorplan-popup.Towns .left-wrapper .title-font {
  color: #242424;
}
.singlesListing .floorplan-popup.Towns .left-wrapper .view-features {
  height: 300px;
}
.singlesListing .floorplan-popup.Homes32 .left-wrapper .title-font {
  color: white;
}
.singlesListing .dis {
  font-size: 0.625em;
  color: #CCCCCC;
}
.singlesListing .mid-wrapper {
  padding-top: 78px;
  align-items: flex-start;
}
.singlesListing .single-plan {
  width: 573px;
  margin: 29px 0;
}
.singlesListing .single-plan img {
  width: 400px;
}
.singlesListing .header {
  padding-top: 63px;
  padding-left: 100px;
}
.singlesListing .page-decor {
  font-size: 3.75em;
  line-height: 1em;
  margin-bottom: 25px;
}
.singlesListing h3.ev {
  display: block;
  font-size: 1.5em;
  height: 30px;
  margin-top: 26px;
  margin-right: 20px;
  letter-spacing: 0.1em;
  margin-left: 10px;
  position: relative;
}
.singlesListing h3.ev:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: black;
  transition: width 0.3s ease-in-out;
}
.singlesListing h3.ev.active:after {
  width: 100%;
}

#sFloorplans .floorplan-popup.Towns .info {
  top: 350px;
}
#sFloorplans .rendering-wrapper.lot_20 img {
  height: auto;
  width: 100%;
  opacity: 1;
  margin-top: 20px;
}
#sFloorplans .compare-popup {
  position: absolute;
  display: block;
  background: #fff;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 103;
  transform: translateY(101%);
  transition: transform 0.3s ease-in-out !important;
  background: #E5E3DB;
}
#sFloorplans .compare-popup .view-detail {
  width: 200px;
  display: block;
}
#sFloorplans .compare-popup .compare-wrapper {
  margin: auto;
  height: 835px;
}
#sFloorplans .compare-popup .compare-wrapper .bottom-wrapper {
  margin-top: 10px;
  border-top: 1px solid #A19388 !important;
}
#sFloorplans .compare-popup .compare-wrapper .bottom-wrapper .qrcode {
  height: 120px;
}
#sFloorplans .compare-popup .compare-wrapper .bottom-wrapper .qrcode img {
  height: 100%;
  width: 100%;
}
#sFloorplans .compare-popup .compare-wrapper .compare-item {
  min-width: 33.33%;
  flex-grow: 1;
  text-align: center;
  padding: 0 30px;
  border-right: 1px solid #433118;
  position: relative;
}
#sFloorplans .compare-popup .compare-wrapper .compare-item .btn-cross {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 25px;
  top: 5px;
}
#sFloorplans .compare-popup .compare-wrapper .compare-item h2 {
  margin-bottom: 20px;
}
#sFloorplans .compare-popup .compare-wrapper .compare-item:last-of-type {
  border-right: none;
}
#sFloorplans .compare-popup .compare-wrapper .compare-item .floorplan-wrapper {
  width: calc(100% - 200px);
  height: 460px;
  position: relative;
  margin-bottom: 30px;
}
#sFloorplans .compare-popup .compare-wrapper .compare-item .floorplan-wrapper .plan {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#sFloorplans .compare-popup .compare-wrapper .compare-item .floorplan-wrapper .plan img {
  height: 100%;
  max-width: 100%;
}
#sFloorplans .compare-popup .compare-wrapper .compare-item .floorplan-wrapper .plan.active {
  opacity: 1;
}
#sFloorplans .compare-popup .compare-wrapper .compare-item .nav-wrapper a {
  font-size: 16px;
  line-height: 1em;
  line-height: 24px;
  color: #A19388;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
#sFloorplans .compare-popup .compare-wrapper .compare-item .nav-wrapper a.active {
  font-size: 24px;
  color: #433118;
}
#sFloorplans .compare-popup .compare-wrapper .bedroom {
  font-size: 18px;
}
#sFloorplans .compare-popup .compare-wrapper .baths {
  font-size: 18px;
}
#sFloorplans .compare-popup .compare-wrapper .size {
  font-size: 10px;
}
#sFloorplans .compare-popup.active {
  transform: translateY(0);
}
#sFloorplans .btn-compare {
  position: absolute;
  height: 40px;
  display: block;
  right: 60px;
  bottom: 70px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#sFloorplans .btn-compare img {
  height: 100%;
  width: auto;
}
#sFloorplans .btn-compare.active {
  opacity: 1;
}
#sFloorplans .intro-gallery {
  width: 820px;
  height: 100%;
}
#sFloorplans .intro-gallery .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
}
#sFloorplans .content.Towns {
  background-image: url(/images/homes/bg-towns.jpg);
}
#sFloorplans .content.Towns table {
  color: #fff;
  border-color: #fff;
}
#sFloorplans .content.Towns table tr {
  border-bottom: 1px solid #433118;
}
#sFloorplans .content.Towns table tr:nth-child(1) {
  border: none;
  margin-bottom: 20px;
}
#sFloorplans .content.Towns table .compare .checkmark {
  --primary-color: white;
}
#sFloorplans .content.Towns table .compare .checkmark::after {
  background-image: url(/images/homes/checkmark.svg);
}
#sFloorplans .content.Towns table .compare .checkmark.checked {
  border-color: #433118;
  background: #433118;
}
#sFloorplans .content.Homes32 {
  background-image: url(/images/homes/bg-32.png);
}
#sFloorplans .content.Homes32 table {
  color: black;
  border-color: #433118;
}
#sFloorplans .content.Homes32 table tr {
  border-bottom: 1px solid #433118;
}
#sFloorplans .content.Homes32 table tr:nth-child(1) {
  border: none;
  margin-bottom: 20px;
}
#sFloorplans .content.Homes32 table .compare .checkmark {
  --primary-color: white;
}
#sFloorplans .content.Homes32 table .compare .checkmark::after {
  background-image: url(/images/homes/checkmark.svg);
}
#sFloorplans .content.Homes32 table .compare .checkmark.checked {
  border-color: #433118;
  background: #433118;
}
#sFloorplans table {
  width: 100%;
  font-size: 0.85em;
  border-top: 1px solid #CCCCCC;
}
#sFloorplans table .model {
  width: 20%;
  font-size: 1em;
}
#sFloorplans table .model .opt {
  font-size: 9px;
  line-height: 1em;
  padding-top: 0.5em;
  padding-right: 20px;
}
#sFloorplans table .compare {
  width: 11%;
  text-align: center;
}
#sFloorplans table .compare .checkmark {
  --primary-color: #A19388;
  display: inline-block;
  border: 2px solid var(--primary-color);
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
#sFloorplans table .compare .checkmark::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url("/img/checkmark-w.svg");
  display: none;
}
#sFloorplans table .compare .checkmark.checked {
  background-color: var(--primary-color);
  border-color: white;
  background: white;
}
#sFloorplans table .compare .checkmark.checked::after {
  display: block;
}
#sFloorplans table tr {
  border-bottom: 1px solid #ccc;
}
#sFloorplans table tr:nth-child(1) {
  border: none;
  margin-bottom: 20px;
}
#sFloorplans table tr.selected {
  color: white !important;
  background: #2C2924;
}
#sFloorplans table td {
  padding: 0.5em 0;
  vertical-align: middle;
  line-height: 1;
}
#sFloorplans .floorplan-bg {
  width: 1380px;
  height: 1080px;
  background-position: center;
  background-size: cover;
}
#sFloorplans .button {
  padding: 0.5em 0;
  border-bottom: 1px solid black;
  font-size: 1.25em;
  opacity: 0.3;
}
#sFloorplans .button.active {
  opacity: 1;
}
#sFloorplans .tower-wrapper {
  padding: 50px;
}
#sFloorplans .tower-wrapper .feature-title {
  position: absolute;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
#sFloorplans .tower-wrapper .feature-title.hide {
  opacity: 0;
}
#sFloorplans .tower-wrapper.active .accordion-header.tower {
  background: black;
}
#sFloorplans .floorplanAcc {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
  z-index: 9;
}
#sFloorplans .floorplanAcc.hide {
  opacity: 0;
  pointer-events: none;
}
#sFloorplans .list-wrapper {
  padding: 10px 0;
  overflow-y: auto;
  max-height: 400px;
  padding-right: 20px;
}
#sFloorplans .floorplan-list {
  width: 540px;
  height: 1080px;
}
#sFloorplans .floorplan-list h3 {
  font-size: 17px;
}
#sFloorplans .floorplan-list .accordion-header {
  background: black;
  color: white;
  font-size: 1.875em;
  font-family: "Didot", serif;
  text-align: left;
  line-height: 70px;
  height: 70px;
  transition: background 0.3s ease-in-out;
}
#sFloorplans .floorplan-list .accordion-header.type {
  background: transparent;
  color: black;
  position: relative;
  font-size: 2em;
  transition: color 0.3s ease-in-out;
}
#sFloorplans .floorplan-list .accordion-header.type:before {
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  right: 45px;
  transition: all 0.3s ease-in-out;
}
#sFloorplans .floorplan-list .accordion-header.type:after {
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  right: 45px;
  transition: all 0.3s ease-in-out;
}
#sFloorplans .floorplan-list .accordion-header.collapsed.type {
  color: black;
}
#sFloorplans .floorplan-list .accordion-header.collapsed.type:before {
  background: black;
}
#sFloorplans .floorplan-list .accordion-header.collapsed.type:after {
  background: black;
  transform: rotate(-90deg);
}
#sFloorplans .nav-item {
  width: 33.3333333333%;
  display: flex;
}
#sFloorplans .tab-content {
  height: 840px;
}
#sFloorplans .tab-content .tab-pane {
  height: 100%;
}
#sFloorplans .rendering-wrapper {
  overflow: hidden;
  margin: auto;
  position: relative;
}
#sFloorplans .rendering-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#sFloorplans .rendering-wrapper img.active {
  opacity: 1;
}
#sFloorplans .info {
  width: 100%;
}
#sFloorplans .info .ev-sel span {
  padding-right: 20px;
}
#sFloorplans .info .ev-sel span.active {
  font-weight: bold;
}
#sFloorplans .info .bedroom {
  width: 25%;
  font-size: 32px;
}
#sFloorplans .info .baths {
  width: 35%;
  font-size: 32px;
}
#sFloorplans .info .size {
  font-size: 32px;
  position: relative;
  width: 38%;
}
#sFloorplans .info:after {
  content: "";
  display: block;
  display: none;
  width: 8.5px;
  height: 16px;
  background-image: url(/img/svg/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 45px;
}
#sFloorplans .info.active {
  background: rgb(0, 0, 0);
}
#sFloorplans .info.active * {
  color: white;
}
#sFloorplans .info.active:after {
  background-image: url(/img/svg/arrow-right-active.svg);
}
#sFloorplans .info.show-keyplate {
  height: 70px;
  background-color: black;
}
#sFloorplans .info.show-keyplate .title {
  width: 80%;
  max-width: unset;
}
#sFloorplans .info.show-keyplate h3 {
  font-size: 1.375em;
  color: white;
}
#sFloorplans .info.show-keyplate:after {
  background-image: url(/img/svg/arrow-right-active-white.svg);
}
#sFloorplans .info.show-keyplate.active {
  background-color: white;
}
#sFloorplans .info.show-keyplate.active h3 {
  color: black;
}
#sFloorplans .info.show-keyplate.active:after {
  background-image: url(/img/svg/arrow-right-active.svg);
}
#sFloorplans .nav-tabs .nav-item:last-of-type .nav-link {
  border-right: none;
}
#sFloorplans .nav-tabs .nav-link {
  line-height: 120px;
  height: 120px;
  width: 100%;
  font-family: "Clarendon LT Std";
  background: black;
  color: black;
  text-align: center;
  border: none;
  border-right: 1px solid white;
  border-radius: 0;
  padding: 0;
  font-size: 2.25em;
  text-transform: capitalize;
}
#sFloorplans .nav-tabs .nav-link.active {
  color: white;
  background: black;
  border-right: none;
}
#sFloorplans .info-wrapper {
  transition: opacity 0.45s ease-in-out;
  opacity: 1;
}
#sFloorplans .info-wrapper.out {
  opacity: 0;
}
#sFloorplans .detail-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 410px;
  height: 1000px;
  background: rgba(0, 24, 45, 0.5);
  transform: translateX(-90%);
  transition: transform 0.1s ease-in-out;
  z-index: 99;
}
#sFloorplans .detail-wrapper .content {
  opacity: 0;
}
#sFloorplans .detail-wrapper .btn-show {
  position: absolute;
  width: 35px;
  display: block;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 9;
  display: flex;
  align-items: center;
}
#sFloorplans .detail-wrapper .btn-show svg {
  width: 80%;
  height: 34px;
}
#sFloorplans .detail-wrapper .text-wrapper {
  margin-top: 190px;
  padding: 0 25px;
}
#sFloorplans .detail-wrapper h1 {
  font-weight: 500;
  font-size: 2.5em;
  margin-bottom: 0px;
}
#sFloorplans .detail-wrapper h3 {
  font-size: 1.875em;
  margin-bottom: 30px;
}
#sFloorplans .detail-wrapper span {
  font-weight: 300;
  letter-spacing: 0.1em;
  color: white;
}
#sFloorplans .detail-wrapper .logo-wrapper {
  padding: 0 25px;
}
#sFloorplans .detail-wrapper .logo {
  padding-top: 78px;
  width: 300px;
  margin-bottom: 26px;
}
#sFloorplans .detail-wrapper .switch-wrapper {
  margin-top: 30px;
}
#sFloorplans .detail-wrapper .btn-wrapper {
  margin-top: 60px;
}
#sFloorplans .detail-wrapper .btn-wrapper .btn {
  display: inline-block;
  background: none;
  color: white;
  margin-left: 120px;
  padding-bottom: 5px;
  position: relative;
  padding-right: 0;
  border-bottom: 1px solid white;
  font-size: 0.875em;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  line-height: 1em;
}
#sFloorplans .detail-wrapper .btn-wrapper .btn:after {
  content: "";
  display: block;
  width: 120px;
  border-bottom: 1px solid white;
  position: absolute;
  left: -120px;
  bottom: -1px;
}
#sFloorplans .detail-wrapper .switch {
  width: 175px;
}
#sFloorplans .detail-wrapper .switch .thumb {
  width: 100%;
  background-size: cover;
  height: 100px;
  background-position: center;
  margin-bottom: 17px;
}
#sFloorplans .detail-wrapper .switch img {
  margin-bottom: 17px;
}
#sFloorplans .detail-wrapper .switch span {
  font-weight: 500;
  letter-spacing: normal;
}
#sFloorplans .detail-wrapper.active {
  transform: translateX(0);
}
#sFloorplans .detail-wrapper.active .content {
  opacity: 1;
}
#sFloorplans .detail-wrapper.active .btn-show {
  display: none;
}
#sFloorplans .single-home {
  width: 225px;
  margin: 0;
  display: flex;
}
#sFloorplans .single-home h3 {
  font-size: 1em;
}
#sFloorplans .single-home .thumb {
  height: 116px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#sFloorplans .single-home .details span {
  font-size: 0.875em;
}
#sFloorplans .single-home-wrapper {
  width: 500px;
  padding: 28px 16px;
}
#sFloorplans .home-rendering {
  width: 1420px;
  background-size: cover;
  background-position: center;
  height: 1000px;
}
#sFloorplans .elevation {
  position: relative;
}
#sFloorplans .elevation span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
}
#sFloorplans .model-detail {
  background: #E8E5E0;
  padding: 20px 40px;
}
#sFloorplans .model-detail span {
  font-size: 1.25em;
  letter-spacing: 0.1em;
}
#sFloorplans .detail-bottom {
  padding: 0;
  height: 100%;
}
#sFloorplans .carousel-nav {
  width: 200px;
}
#sFloorplans .floorplan-nav-wrapper {
  margin-bottom: 0;
  height: 400px;
  position: relative;
}
#sFloorplans .floorplan-nav-wrapper hr.decor {
  position: absolute;
  border-bottom: 1px solid black;
  margin: 0;
}
#sFloorplans .floorplan-nav-wrapper hr.decor:nth-of-type(1) {
  width: 140px;
  top: 28%;
}
#sFloorplans .floorplan-nav-wrapper hr.decor:nth-of-type(2) {
  width: 220px;
  top: 74%;
}
#sFloorplans .options h4 {
  margin-bottom: 20px;
}
#sFloorplans p {
  color: black;
  letter-spacing: 0.009em;
}

.townhome-wrapper {
  width: 1720px;
  height: 550px;
  margin-left: 100px;
}

.floorplan-popup {
  height: 100%;
  top: 0;
  right: 0;
  width: 100%;
  background: white;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translateY(110%);
  pointer-events: none;
  touch-action: none;
  z-index: 101;
}
.floorplan-popup h2 {
  color: black;
  font-size: 2.25em;
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
  margin-bottom: 25px;
}
.floorplan-popup h3 {
  font-size: 1.25em;
  line-height: 1.25em;
  margin-left: 0.5em;
  margin-top: auto;
  margin-bottom: 0;
}
.floorplan-popup p {
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 0;
}
.floorplan-popup p.level {
  font-size: 1em;
  font-family: "Roboto", sans-serif;
}
.floorplan-popup p.alt-units {
  font-size: 1em;
  font-family: "Roboto", sans-serif;
}
.floorplan-popup .patial {
  display: block;
  width: 380px;
  height: 520px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 80px;
  transform: translateX(-100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.floorplan-popup .patial.show {
  opacity: 1;
}
.floorplan-popup .keyplate {
  width: 100%;
  height: 400px;
  margin: auto;
  margin-top: auto;
  background-size: 50% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.floorplan-popup .keyplate .direction-arrow {
  width: 30px;
  height: 30px;
  background-image: url("/img/svg/direction-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 30%;
  bottom: 0;
}
.floorplan-popup .current-ev {
  height: 320px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.floorplan-popup .current-ev span {
  font-size: 14px;
  font-weight: bold;
  color: white;
  position: absolute;
  bottom: 10px;
  left: 15px;
}
.floorplan-popup .left-wrapper .detail {
  margin-top: 92px;
  padding: 0 70px;
}
.floorplan-popup .left-wrapper .detail span {
  font-weight: 300;
  line-height: 30px;
}
.floorplan-popup .left-wrapper .detail .ev {
  width: 30px;
  height: 30px;
  text-align: 30px;
  text-align: center;
  line-height: 30px;
}
.floorplan-popup .left-wrapper .detail .ev.active {
  background: white;
  color: black;
}
.floorplan-popup .mid-wrapper {
  width: 430px;
  height: 980px;
  padding-left: 48px;
  padding-right: 20px;
  align-items: flex-start;
}
.floorplan-popup .mid-wrapper .btn-close span {
  color: black;
  height: 100%;
  line-height: 79px;
  opacity: 1;
}
.floorplan-popup .mid-wrapper .btn-close svg * {
  stroke: black;
}
.floorplan-popup .mid-wrapper a {
  color: black;
  text-transform: uppercase;
  font-size: 1.25em;
  color: #ccc;
  line-height: 1em;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}
.floorplan-popup .mid-wrapper a span {
  font-size: 1rem;
}
.floorplan-popup .mid-wrapper a.active {
  font-size: 1.875em;
  color: black;
}
.floorplan-popup .mid-wrapper a.active span {
  opacity: 1;
  height: 1em;
}
.floorplan-popup .right-wrapper .floorplan-img {
  width: 100%;
  right: 0;
  height: 755px;
  background-size: 80% 90%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.floorplan-popup .right-wrapper .floorplan-img.active {
  opacity: 1;
}
.floorplan-popup .right-wrapper .keyplate {
  width: 300px;
  height: 300px;
  background-size: contain;
}
.floorplan-popup .right-wrapper .main-plan {
  background-repeat: no-repeat;
  background-size: 80% 80%;
  background-position: center;
}
.floorplan-popup .right-wrapper .main-plan.w-50 {
  background-position: right center;
}
.floorplan-popup .right-wrapper .alt-plan {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% 80%;
}
.floorplan-popup .owl-item {
  height: 900px;
}
.floorplan-popup .item {
  height: 900px;
  padding-right: 70px;
}

.floorplan-popup.active {
  pointer-events: inherit;
  touch-action: auto;
  transform: translateY(0);
}

.keyplate-popup {
  background-position: center bottom;
  background-size: contain;
}

.keyplate-popup.keyplate3 {
  background-image: url(/media/floorplans/tower3-key.png);
}

.keyplate-popup.keyplate4 {
  background-image: url(/media/floorplans/tower4-key.png);
}

.button-back {
  display: flex;
}
.button-back::before {
  content: "";
  display: block;
  margin-right: 0.25em;
  background-image: url(/img/svg/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: center;
}

.fade-enter-active {
  transition: opacity 0.5s;
}

.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter {
  opacity: 0;
}

.fade-leave-to {
  opacity: 0;
}

#sSiteplan {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 1000px;
}
#sSiteplan .logo-wrapper {
  position: absolute;
  top: 78px;
  left: 26px;
  width: 300px;
}

#sFeatures > .content-wrapper {
  width: 100%;
}
#sFeatures .list-nav {
  padding-top: 0;
}
#sFeatures .list-nav a {
  color: white;
  text-transform: capitalize;
}
#sFeatures .list-nav a span {
  font-size: 1.25em;
  font-family: "Didot", serif;
  font-style: italic;
  color: #A19388;
}
#sFeatures .features-pagination {
  display: flex;
  justify-content: center;
}

.caption {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
}
.caption h1 {
  font-size: 2.5em;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
  margin-bottom: 18px;
}
.caption h6 {
  font-size: 1.5em;
  font-family: "Roboto", sans-serif;
  margin-bottom: 50px;
}
.caption p {
  color: #535353;
  text-transform: inherit;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

#sScreenSaver {
  position: fixed;
  align-items: center;
  background: white;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#sScreenSaver .screen-saver-vegas {
  height: 100%;
}
#sScreenSaver .screen-saver-vegas .vegas-slide-inner {
  background-size: 100% auto;
}
#sScreenSaver .screen-saver {
  height: 100%;
}
#sScreenSaver .screen-saver .owl-stage-outer {
  height: 100%;
}
#sScreenSaver .screen-saver .owl-stage-outer .owl-stage {
  height: 100%;
}
#sScreenSaver .vegas-animation-kenburns {
  animation: kenburns ease-out;
}
#sScreenSaver a {
  position: absolute;
  z-index: 999;
  width: 630px;
  top: 390px;
  left: 50%;
  transform: translateX(-50%);
}
#sScreenSaver .text_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#sScreenSaver .text_container img {
  margin-bottom: 70px;
}
#sScreenSaver .text_container h2 {
  font-family: "gotham", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 32px;
  color: #fff;
  text-decoration: underline;
}
#sScreenSaver .owl-item .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 20px solid black;
  box-sizing: border-box;
}
#sScreenSaver .logo {
  fill: white;
  height: 100%;
}
#sScreenSaver .logo svg {
  height: 90%;
}

#stroke {
  display: block;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
}

.checkbox-wrapper {
  display: inline-block;
}
.checkbox-wrapper input {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #221f1f;
  height: 20px;
  width: 20px;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.checkbox-wrapper label {
  display: inline;
  padding: 0;
  line-height: 1.25rem;
  letter-spacing: 0;
}
.checkbox-wrapper [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  font-family: "Gotham";
  font-weight: 500;
  font-size: 10px;
  display: block;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  background-color: none;
  border: 1px solid #ccc;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin-right: 20px;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  transition: all 0.2s;
  background: url(/img/assets/checkmark.svg) no-repeat;
  background-position: center center;
  background-size: 70%;
  width: 20px;
  height: 20px;
  opacity: 0;
  transform: scale(0);
}
.checkbox-wrapper [type=checkbox]:not(:checked):focus + label:before {
  border: 1px solid #ccc;
}
.checkbox-wrapper [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.checkbox-wrapper [type=checkbox]:checked + label {
  position: relative;
  padding-left: 24px;
  font-family: "Gotham";
  font-weight: 500;
  font-size: 10px;
  display: block;
}
.checkbox-wrapper [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  background-color: none;
  border: 1px solid #ccc;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin-right: 20px;
}
.checkbox-wrapper [type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  transition: all 0.2s;
  background: url(/img/assets/checkmark.svg) no-repeat;
  background-position: center center;
  background-size: 70%;
  width: 20px;
  height: 20px;
  opacity: 1;
  transform: scale(1);
}
.checkbox-wrapper [type=checkbox]:checked:focus + label:before {
  border: 1px solid #ccc;
}
.checkbox-wrapper [type=checkbox]:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkbox-wrapper [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkbox-wrapper [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.checkbox-wrapper [type=checkbox]:disabled + label {
  color: #aaa;
}

.checkbox-wrapper.error label {
  color: red;
}
.checkbox-wrapper.error label:before {
  border: 1px solid red !important;
}

.fancybox-container {
  z-index: 9999999999999;
}

.fancybox-navigation {
  display: none;
}

.fancybox-infobar {
  display: none;
}

.fancybox-caption {
  font-size: 2.25em;
  letter-spacing: 0.01em;
  font-weight: bold;
}

.fancybox-can-swipe .fancybox-content {
  transition: none !important;
}

.fancybox-can-pan .fancybox-content {
  transition: none !important;
}

.modal-close {
  margin: 30px;
}
.modal-close svg {
  stroke: white;
}

.fancybox-button--close svg * {
  fill: white !important;
}