body {
  background: #e3e6eb;
}
.playpause {
  background-image: url(https://groupccms.s3.amazonaws.com/gveB4N0oTYplay_btn_grey.png);
  background-repeat: no-repeat;
  width: 8%;
  height: 8%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-position: center;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.overlay {
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.72;
  transition: 0.5s ease;
  background-color: #0e0e0e;
}
.banner_cover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: #0e0e0e;
  animation-name: bannerCover;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.contain_1:hover .overlay {
  opacity: 0;
}
.contain_1:hover .text {
  opacity: 1;
}
.text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -45%);
  -ms-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
  opacity: 0.7;
}

@media (max-width: 767px) {
  .text_banner {
    color: #e3e6eb;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-45%, -45%);
    -ms-transform: translate(-45%, -45%);
    transform: translate(-45%, -45%);
  }
}

@media (min-width: 768px) {
  .text_banner {
    color: #e3e6eb;
    position: absolute;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-45%, -45%);
    -ms-transform: translate(-45%, -45%);
    transform: translate(-45%, -45%);
  }
}

@media (min-width: 992px) {
  .text_banner {
    color: #e3e6eb;
    position: absolute;
    top: 50%;
    left: 40%;
    -webkit-transform: translate(-45%, -45%);
    -ms-transform: translate(-45%, -45%);
    transform: translate(-45%, -45%);
  }
}

@media (min-width: 1200px) {
  .text_banner {
    color: #e3e6eb;
    position: absolute;
    top: 50%;
    left: 30%;
    -webkit-transform: translate(-45%, -45%);
    -ms-transform: translate(-45%, -45%);
    transform: translate(-45%, -45%);
  }
}

@media (min-width: 1400px) {
  .text_banner {
    color: #e3e6eb;
    position: absolute;
    top: 50%;
    left: 30%;
    -webkit-transform: translate(-45%, -45%);
    -ms-transform: translate(-45%, -45%);
    transform: translate(-45%, -45%);
  }
}

.banner_cover2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: #0e0e0e;
  animation-name: bannerCover;
  animation-duration: 2s;
  animation-delay: 5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes bannerCover {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
input[type='checkbox'] {
  display: none;
}
input[type='checkbox'] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px Open Sans, Arial, sans-serif;
  color: #4b4340;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
input[type='checkbox'] + label:last-child {
  margin-bottom: 0;
}
input[type='checkbox'] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #4b4340;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
input[type='checkbox']:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
  transform: scale(1.1);
}
#hidden-navbar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.wrapper {
  position: relative;
}
.dark-br-bg {
  background-color: #252627;
}
.vh_10 {
  height: 10vh;
}
.banner-btn {
  border-color: #e3e6eb !important;
  border-radius: 0 !important;
}
.light_brown {
  color: #252627;
}
.dark_br {
  color: #4b4340;
}
.top90 {
  top: 90px;
}
.vw-60 {
  width: 60vw !important;
}
.vw-75 {
  width: 75vw !important;
}
.max-width-53 {
  max-width: 53vw;
}
.click-width {
  width: 7vw;
}
.send-btn {
  background-color: #4b4340;
  color: #fff !important;
  border-radius: 0;
  padding: 0.5rem 3rem;
  font-size: 14px;
}
.suite-slider-h {
  height: 57vh;
}
.kitchen-features {
  background-image: url(https://groupccms.s3.amazonaws.com/1ZXssNQbAgkitchen.png);
  background-size: cover;
}
.spa-inspired-bathrooms {
  background-image: url(https://groupccms.s3.amazonaws.com/hdjm4PpT28staircase.png);
  background-size: cover;
}
.common-areas {
  background-image: url(https://groupccms.s3.amazonaws.com/Uy6ekNWMDAMain-Floor1.png);
  background-size: cover;
}
.over-and-above {
  background-image: url(https://groupccms.s3.amazonaws.com/mj0iCViCizBedRoom.png);
  background-size: cover;
}
.control-icon-w {
  width: 23px;
}
.suites-btn {
  border-color: #4b4340;
  border-radius: 0;
}
.suites-btn-mbl {
  border-color: #4b4340;
  width: 110vw;
  border-radius: 0;
  padding: 0.5rem 3rem;
}
.read-more {
  color: #4b4340;
  font-size: 13px;
}
.navbar-h {
  height: 10vh;
}
.location-btn {
  background-color: #252627;
  color: #e3e6eb;
  border-radius: 0;
  padding: 0.375rem 2.75rem;
  font-size: 14px;
}
.condo_114 {
  background-image: url('https://groupccms.s3.amazonaws.com/deoSU0Do2MLayer 3small.png') !important;
  background-size: cover !important;
}
.condo_102 {
  background-image: url('https://groupccms.s3.amazonaws.com/ahKxGPzCdhScreen Shot 2020-11-24 at 11.16.31 AMsmall.png') !important;
  background-size: cover !important;
}
.condo_117 {
  background-image: url('https://groupccms.s3.amazonaws.com/PCSvRSiDtbScreen Shot 2020-11-24 at 11.23.58 AMsmall.png') !important;
  background-size: cover !important;
}
.condo_112 {
  background-image: url('https://groupccms.s3.amazonaws.com/ahKxGPzCdhScreen Shot 2020-11-24 at 11.16.31 AMsmall.png') !important;
  background-size: cover !important;
}
.condo_212 {
  background-image: url('https://groupccms.s3.amazonaws.com/mKK9MqqVsRScreen Shot 2020-11-24 at 11.16.05 AMsmall.png') !important;
  background-size: cover !important;
}
.condo_213 {
  background-image: url('https://groupccms.s3.amazonaws.com/PCSvRSiDtbScreen Shot 2020-11-24 at 11.23.58 AMsmall.png') !important;
  background-size: cover !important;
}
.condo_311 {
  background-image: url('https://groupccms.s3.amazonaws.com/uVrB6cDYdUScreen Shot 2020-11-24 at 11.15.16 AMsmall.png') !important;
  background-size: cover !important;
}
.condo_401 {
  background-image: url('https://groupccms.s3.amazonaws.com/PCSvRSiDtbScreen Shot 2020-11-24 at 11.23.58 AMsmall.png') !important;
  background-size: cover !important;
}
