@import 'boostrap/bootstrap.css';
.row {
  --bs-gutter-x: 40px;
}

.container {
  max-width: 1300px;
}

.row .row {
  margin-left: -20px;
  margin-right: -20px;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.devurl:before {
  position: absolute;
  top: -140px;
  left: -140px;
  width: 200px;
  padding-top: 175px;
  color: #fff;
  content: "DEV";
  font-size: 14px;
  font-weight: bold;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 100000;
  text-align: center;
  background: #f00;
  height: 200px;
}

.valignout {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

.valignin {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  display: table-cell;
}

.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#cboxOverlay {
  background-color: #000;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxNext, #cboxPrevious {
  position: absolute;
  bottom: 0;
  margin: 0;
  right: 0;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  padding: 0;
}
#cboxNext:after, #cboxPrevious:after {
  display: none;
}

#cboxPrevious {
  right: 42px;
}

#cboxClose {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  background: none !important;
  color: #fff;
  padding: 10px;
  text-align: center;
}
#cboxClose:after {
  display: none;
}

/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 *
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/
/* ===============================================================
Basic Swiper Styles
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

@font-face {
  font-family: "Graphik", sans-serif;
  src: url("../fonts/Graphik-Regular.woff2") format("woff2"), url("../fonts/Graphik-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik", sans-serif;
  src: url("../fonts/Graphik-Medium.woff2") format("woff2"), url("../fonts/Graphik-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik", sans-serif;
  src: url("../fonts/Graphik-Bold.woff2") format("woff2"), url("../fonts/Graphik-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Graphik", sans-serif;
  background: #AFE2E3;
  color: #000;
}

.nopaddingbottom {
  padding-bottom: 0 !important;
}

.v,
.v1,
.v2 {
  pointer-events: none;
}

.z5 {
  z-index: 5;
  position: relative;
}

.z10 {
  z-index: 10;
  position: relative;
}

.z15 {
  z-index: 15;
  position: relative;
}

.z20 {
  z-index: 20;
  position: relative;
}

.sitecontainer {
  overflow: hidden;
  position: relative;
}

.clear {
  clear: both;
}

.whitegap {
  height: 90px;
  background-color: #fff;
}

.ontop {
  z-index: 100;
}

.ox {
  overflow: hidden;
}

p a, li a {
  color: #E04403;
}
p a:hover, li a:hover {
  color: #E04403;
}

.orangecol p a, .orangecol li a, .fullpageslider p a, .fullpageslider li a {
  color: #fff;
}
.orangecol p a:hover, .orangecol li a:hover, .fullpageslider p a:hover, .fullpageslider li a:hover {
  color: #fff;
}

.btn {
  font-size: 16px;
  color: #000;
  border: 4px solid #000;
  padding: 20px 40px;
  font-family: "Graphik", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.expand {
  width: 100%;
  display: block;
}
.btn.white {
  border-color: #fff;
  color: #fff;
}
.btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.hbtn {
  background-color: #000000;
  border-radius: 9px;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
}
.hbtn:hover {
  background: #E04403;
  color: #fff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header:before {
  height: 300px;
  width: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  display: block;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.scroll header:before {
  opacity: 1;
}
header .logo {
  width: 72px;
  height: 104px;
  position: absolute;
  top: 50px;
  left: 70px;
  background: url(../img/logo.svg) no-repeat;
  background-size: contain;
}
.page header .logo {
  top: 32px;
}
header .logo a {
  height: 100%;
  width: 100%;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
}
header .hbtn {
  position: absolute;
  right: 150px;
  top: 56px;
  z-index: 5;
}
header .mobilemenu {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 68px;
  right: 70px;
  z-index: 5;
}
header .mobilemenu span {
  display: block;
  height: 2px;
  background-color: #fff;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menuopen header .mobilemenu span {
  background: #000;
}
.menuopen header .mobilemenu span:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(45deg);
          transform: translateY(12px) rotate(45deg);
}
.menuopen header .mobilemenu span:nth-child(2) {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.menuopen header .mobilemenu span:nth-child(3) {
  opacity: 0;
}

.mobileschedule {
  display: none;
}

nav {
  width: 50%;
  background: url(../img/nav.svg) no-repeat left;
  background-size: cover;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 4;
  padding-top: 155px;
  padding-right: 70px;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow-y: auto;
  overflow-x: hidden;
}
nav ul {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  text-align: right;
  margin-bottom: 20px;
}
nav ul li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav ul li a:hover {
  color: #E04403;
}
.menuopen nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menuopen nav ul {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hero {
  height: 100vh;
  position: relative;
  margin-bottom: 70px;
  min-height: 700px;
}
.hero .sliderout {
  left: 50%;
  right: 0;
  top: 0;
  height: 100vh;
  position: absolute;
  margin-left: -250px;
  overflow: hidden;
}
.hero .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.hero .slider ul {
  margin: 0;
  padding: 0;
}
.hero .slider ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero .slider ul li {
  height: 100vh;
}
.hero .slider ul li .i {
  background-position: center;
  background-size: cover;
  height: 100%;
}
.hero .slider .bx-pager {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.hero .slider .bx-pager .bx-pager-item {
  display: inline-block;
  margin-left: 10px;
  vertical-align: baseline;
}
.hero .slider .bx-pager .bx-pager-item a {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 100%;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  border: 1px solid #707070;
}
.hero .img {
  mix-blend-mode: multiply;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -850px;
  z-index: 3;
  padding-top: 110px;
  opacity: 0;
  -webkit-transform: translateX(0) translateY(100px);
          transform: translateX(0) translateY(100px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.hero .img img {
  width: 650px;
  left: 0;
}
.hero .img .anchor {
  position: absolute;
  top: 0;
}
.hero .img:after {
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  content: "";
  display: block;
  z-index: 10;
}
.hero .v1 {
  background: url(../img/v.svg) no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}
.hero .v1out {
  width: 740px;
  height: 1060px;
  position: absolute;
  top: 0;
  right: 50%;
  mix-blend-mode: screen;
  margin-right: 330px;
  pointer-events: none;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: translateX(0) translateY(100px);
          transform: translateX(0) translateY(100px);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  z-index: 1;
}
.hero .v2 {
  background: url(../img/v.svg) no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}
.hero .v2out {
  width: 1000px;
  height: 1436px;
  position: absolute;
  top: -170px;
  right: 60%;
  mix-blend-mode: screen;
  margin-right: -550px;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: translateX(0) translateY(-100px);
          transform: translateX(0) translateY(-100px);
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.hero .v3 {
  background: url(../img/v.svg) no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}
.hero .v3out {
  mix-blend-mode: multiply;
  z-index: 5;
  position: absolute;
  width: 1170px;
  height: 1680px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -500px;
  pointer-events: none;
  -webkit-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: translateX(0) translateY(-100px);
          transform: translateX(0) translateY(-100px);
}
.hero .logo {
  background: url(../img/hero-logo.svg) no-repeat;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.hero .logoout {
  -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
  width: 698px;
  height: 203px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -399px;
  z-index: 5;
}
.hero.in .slider {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.hero.in .img {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.hero.in .logoout {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.hero.in .v1out, .hero.in .v2out, .hero.in .v3out {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.imgtransition {
  /*
  img{
      position: absolute;
      top: 0;
      left: 0;
  }
  img:first-child{
      position: relative;
  }
  */
}
.imgtransition:after {
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  content: "";
  display: block;
  z-index: 10;
}

.homeintro {
  padding: 110px 0 60px;
  position: relative;
  min-height: 845px;
}
.homeintro:before {
  right: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #E04403;
  content: "";
  display: block;
  position: absolute;
}
.homeintro .row {
  position: relative;
}
.homeintro p {
  color: #fff;
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 1.27;
}
.homeintro p a {
  color: #fff;
}
.homeintro p a:hover {
  color: #fff;
}
.homeintro p strong {
  margin-top: 60px;
  display: block;
}
.homeintro p:first-child strong {
  margin-top: 0;
}
.homeintro li {
  color: #fff;
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 1.27;
}
.homeintro li a {
  color: #fff;
}
.homeintro li a:hover {
  color: #fff;
}
.homeintro .textcol {
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: translateX(0) translateY(100px);
          transform: translateX(0) translateY(100px);
  padding-right: 0;
  padding-top: 30px;
}
.homeintro .img {
  position: absolute;
  left: 50%;
  margin-left: -280px;
  right: 0;
  top: 110px;
  bottom: 60px;
  min-height: 670px;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.homeintro .img .text {
  position: absolute;
  top: 85px;
  left: 60px;
  font-weight: bold;
  -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(500px);
          transform: translateX(500px);
  z-index: 100;
}
.homeintro .img .text .l1 {
  color: #fff;
  font-size: 38px;
  text-transform: uppercase;
  line-height: 1;
}
.homeintro .img .text .l2 {
  font-size: 75px;
  text-transform: uppercase;
  color: #000;
  line-height: 0.8;
}
.homeintro .vout {
  opacity: 0;
  -webkit-transform: translateX(0) translateY(100px);
          transform: translateX(0) translateY(100px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 495px;
  height: 1000px;
  position: absolute;
  bottom: 0;
  left: 50%;
  mix-blend-mode: screen;
  margin-left: -460px;
  z-index: 2;
}
.homeintro .v {
  height: 100%;
  width: 100%;
  background: url(../img/singlev.svg) no-repeat;
  background-size: contain;
}
.homeintro .ftwb {
  position: absolute;
  top: 100%;
  left: 50%;
  background: url(../img/FTWB.svg) no-repeat;
  background-size: contain;
  width: 404px;
  height: 115px;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  z-index: 100;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: translateX(100px) translateY(0);
          transform: translateX(100px) translateY(0);
}
.homeintro .ftwb.in {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.homeintro.in .vout, .homeintro.in .textcol, .homeintro.in .img {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.homeintro.in .img .text {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.homeintro2 {
  padding-top: 120px;
  position: relative;
  padding-bottom: 120px;
  z-index: 100;
}
.homeintro2 h4 {
  font-family: "Graphik", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  z-index: 100;
}
.homeintro2 h4 span {
  color: #E04403;
}
.homeintro2 p, .homeintro2 li {
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1.3;
}
.homeintro2 p a, .homeintro2 li a {
  color: #E04403;
}
.homeintro2 p a:hover, .homeintro2 li a:hover {
  color: #E04403;
}
.homeintro2 .textcol {
  height: 680px;
  position: relative;
  z-index: 100;
  padding-right: 0;
}
.homeintro2 .textcol .viewapartments {
  position: absolute;
  bottom: -14px;
  color: #000;
  text-decoration: none;
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.homeintro2 .textcol .viewapartments:hover {
  color: #E04403;
}
.homeintro2 .textcol .viewapartments span {
  display: block;
  font-size: 24px;
  line-height: 1;
}
.homeintro2 .slider {
  position: absolute;
  left: 50%;
  margin-left: -280px;
  right: 0;
  top: 200px;
  background-position: center;
  background-size: cover;
}
.homeintro2 .slider .v {
  width: 530px;
  height: 830px;
  top: 0;
  right: -30px;
  background: url(../img/singlev2.svg) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 10;
  mix-blend-mode: screen;
}
.homeintro2 .slider ul {
  margin: 0;
  padding: 0;
}
.homeintro2 .slider ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.homeintro2 .slider ul li .i {
  height: 680px;
  background-position: center;
  background-size: cover;
}
.homeintro2 .slider .bx-pager {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.homeintro2 .slider .bx-pager .bx-pager-item {
  display: inline-block;
  margin-left: 10px;
  vertical-align: baseline;
}
.homeintro2 .slider .bx-pager .bx-pager-item a {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 100%;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  border: 1px solid #707070;
}
.homeintro2 .titlecol {
  opacity: 0;
  -webkit-transform: translateX(-100px) translateY(0);
          transform: translateX(-100px) translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.homeintro2 .textcol {
  opacity: 0;
  -webkit-transform: translateX(0px) translateY(100px);
          transform: translateX(0px) translateY(100px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.homeintro2 .slider {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.homeintro2.in .titlecol, .homeintro2.in .textcol, .homeintro2.in .slider {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.homeintro2:after {
  height: 200px;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
}

.homeamenities {
  position: relative;
  padding-bottom: 50px;
}
.homeamenities:after {
  height: 200px;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.homeamenities .hbtn {
  position: absolute;
  top: -80px;
  right: 50px;
  z-index: 100;
  padding: 7px 30px;
}
.homeamenities .whitebg {
  height: 960px;
  margin-left: 50%;
  width: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(89%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 89%, rgba(255, 255, 255, 0.7) 100%);
  position: relative;
  position: relative;
  z-index: 100;
}
.homeamenities .whitebg .ftwb {
  position: absolute;
  bottom: 0;
  left: 0%;
  background: url(../img/FTWB.svg) no-repeat;
  background-size: contain;
  width: 404px;
  height: 115px;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  z-index: 3;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: translateX(-100px) translateY(0);
          transform: translateX(-100px) translateY(0);
}
.homeamenities .whitebg .ftwb.in {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.homeamenities .whitebg .v {
  width: 491px;
  height: 960px;
  background: url(../img/singlevgradient.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0%;
  z-index: 2;
}
.homeamenities .v2 {
  width: 513px;
  height: 914px;
  background: url(../img/singlev2.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  z-index: 0;
  opacity: 0.15;
  margin-left: -280px;
  z-index: 2;
}
.homeamenities .img {
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -500px;
  mix-blend-mode: multiply;
  z-index: 100;
}
.homeamenities h4 {
  font-family: "Graphik", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  z-index: 100;
}
.homeamenities h4 span {
  color: #E04403;
}
.homeamenities p {
  font-size: 20px;
  margin-bottom: 25px;
  position: relative;
  z-index: 100;
}
.homeamenities p a {
  color: #E04403;
}
.homeamenities p a:hover {
  color: #E04403;
}
.homeamenities .textcol {
  padding: 25px 0 35px;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: translateX(100px) translateY(0);
          transform: translateX(100px) translateY(0);
  position: relative;
  z-index: 10;
}
.homeamenities .sliderout {
  position: relative;
  height: 680px;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.homeamenities .sliderout.in {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.homeamenities .sliderout .textcol2 {
  height: 680px;
}
.homeamenities .viewamenities {
  position: absolute;
  bottom: -10px;
  color: #000;
  text-decoration: none;
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.homeamenities .viewamenities:hover {
  color: #E04403;
}
.homeamenities .viewamenities span {
  display: block;
  font-size: 24px;
  line-height: 1;
}
.homeamenities .slider {
  position: absolute;
  left: 50%;
  margin-left: -280px;
  right: 0;
  top: 0px;
  background-position: center;
  background-size: cover;
  z-index: 6;
}
.homeamenities .slider ul {
  margin: 0;
  padding: 0;
}
.homeamenities .slider ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.homeamenities .slider ul li .i {
  height: 680px;
  background-position: center;
  background-size: cover;
}
.homeamenities .slider .bx-pager {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.homeamenities .slider .bx-pager .bx-pager-item {
  display: inline-block;
  margin-left: 10px;
  vertical-align: baseline;
}
.homeamenities .slider .bx-pager .bx-pager-item a {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 100%;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  border: 1px solid #707070;
}
.homeamenities .v1 {
  width: 1650px;
  height: 1972px;
  background: url(../img/v.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -1500px;
  left: 50%;
  margin-left: -750px;
  mix-blend-mode: screen;
  z-index: 5;
  pointer-events: none;
}
.homeamenities .in .textcol {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.homeneiberghood {
  position: relative;
  padding-bottom: 80px;
}
.homeneiberghood .orangeblock {
  width: 50%;
  height: 886px;
  background-color: #E04403;
  position: relative;
}
.homeneiberghood .orangeblock .ftwb {
  position: absolute;
  bottom: 20px;
  right: 0;
  background: url(../img/FTWB.svg) no-repeat;
  background-size: contain;
  width: 404px;
  height: 115px;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  z-index: 3;
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0;
  -webkit-transform: translateX(-100px) translateY(0);
          transform: translateX(-100px) translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.homeneiberghood .orangeblock .ftwb.in {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.homeneiberghood .img {
  position: absolute;
  z-index: 10;
  top: -130px;
  left: 50%;
  margin-left: -370px;
  mix-blend-mode: multiply;
}
.homeneiberghood h4 {
  font-family: "Graphik", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  z-index: 100;
  letter-spacing: -0.01em;
}
.homeneiberghood h4 span {
  color: #E04403;
}
.homeneiberghood p, .homeneiberghood li {
  font-size: 20px;
  margin-bottom: 25px;
  position: relative;
  z-index: 100;
}
.homeneiberghood .textcol {
  padding: 0px 0 50px;
  position: relative;
  z-index: 10;
  margin-top: -8px;
}
.homeneiberghood .sliderout {
  position: relative;
  height: 680px;
  z-index: 100;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.homeneiberghood .sliderout .textcol2 {
  height: 680px;
}
.homeneiberghood .sliderout.in {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.homeneiberghood .viewnh {
  position: absolute;
  bottom: -10px;
  color: #000;
  text-decoration: none;
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
  letter-spacing: -0.1em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.homeneiberghood .viewnh:hover {
  color: #E04403;
}
.homeneiberghood .viewnh span {
  letter-spacing: 0;
  display: block;
  font-size: 24px;
  line-height: 1;
}
.homeneiberghood .slider {
  position: absolute;
  left: 50%;
  margin-left: -280px;
  right: 0;
  top: 0px;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.homeneiberghood .slider ul {
  margin: 0;
  padding: 0;
}
.homeneiberghood .slider ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.homeneiberghood .slider ul li .i {
  height: 680px;
  background-position: center;
  background-size: cover;
}
.homeneiberghood .slider .bx-pager {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.homeneiberghood .slider .bx-pager .bx-pager-item {
  display: inline-block;
  margin-left: 10px;
  vertical-align: baseline;
}
.homeneiberghood .slider .bx-pager .bx-pager-item a {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 100%;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  border: 1px solid #707070;
}
.homeneiberghood .v {
  width: 1753px;
  height: 2491px;
  position: absolute;
  top: -960px;
  left: 50%;
  mix-blend-mode: screen;
  margin-left: -590px;
  z-index: 2;
}
.homeneiberghood .v .vin {
  background: url(../img/v.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(-1) scaleX(-1);
          transform: scaleY(-1) scaleX(-1);
  background-size: contain;
}
.homeneiberghood:after {
  height: 400px;
  width: 100%;
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.homeneiberghood .textcol {
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: translateX(100px) translateY(0);
          transform: translateX(100px) translateY(0);
}
.homeneiberghood .in .textcol {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.homeverge {
  background: #fff;
  position: relative;
  height: 2010px;
  overflow: hidden;
}
.homeverge .bluebox {
  width: 50%;
  height: 1008px;
  background: #AFE2E3;
  float: left;
  position: relative;
}
.homeverge .bluebox .v1 {
  width: 900px;
  height: 1296px;
  background: url(../img/vinverted.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -350px;
  right: 350px;
  mix-blend-mode: screen;
  z-index: 5;
  pointer-events: none;
}
.homeverge .orangebox {
  width: 50%;
  background: #E04403;
  float: left;
  height: 862px;
  position: relative;
  overflow: hidden;
}
.homeverge .orangebox .v1 {
  width: 900px;
  height: 1296px;
  background: url(../img/v.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -500px;
  left: 0;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  mix-blend-mode: screen;
  z-index: 5;
  pointer-events: none;
}
.homeverge .img {
  position: absolute;
  left: 50%;
  margin-left: -1000px;
  top: 310px;
  mix-blend-mode: multiply;
  z-index: 5;
}
.homeverge .logo {
  background: url(../img/logofull.svg) no-repeat;
  width: 850px;
  height: 247px;
  position: absolute;
  top: 1120px;
  left: 50%;
  margin-left: -160px;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  z-index: 5;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.homeverge .logo.in {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.homeverge .text {
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: 120px;
  z-index: 6;
  right: 0;
  opacity: 0;
  -webkit-transform: translateX(-100px) translateY(0);
          transform: translateX(-100px) translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  white-space: nowrap;
  color: #000;
}
.homeverge .text .l1 {
  font-size: 33px;
  font-weight: bold;
  color: #E04403;
  line-height: 0.85;
}
.homeverge .text .l2 {
  font-size: 75px;
  font-weight: bold;
  line-height: 0.8;
}
.homeverge .text.in {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.homeverge .v2 {
  width: 1524px;
  height: 2189px;
  background: url(../img/v.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -300px;
  left: 50%;
  margin-left: -540px;
  mix-blend-mode: screen;
  z-index: 5;
  pointer-events: none;
}

.prefooter {
  background: #E04403;
  padding: 150px 0;
}
.prefooter h2 {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
.prefooter h2 .l1 {
  font-size: 53px;
}
.prefooter h2 .l2 {
  font-size: 105px;
}
.prefooter .btn {
  margin-bottom: 30px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.prefooter .social {
  text-align: center;
}
.prefooter .social a {
  display: inline-block;
  color: #000;
  margin: 0 7px;
  font-size: 34px;
}
.prefooter .container {
  max-width: 640px;
}

footer {
  background: #fff;
  padding: 30px 0;
  color: #000;
  position: relative;
  z-index: 10;
}
footer .container {
  max-width: 1360px;
}
footer .social {
  text-align: right;
}
footer .social a {
  display: inline-block;
  color: #000;
  margin-left: 15px;
  font-size: 34px;
}
footer p {
  font-size: 12px;
  text-transform: uppercase;
}
footer p a {
  color: #000;
  text-decoration: none;
}
footer p a:hover {
  color: #E04403;
}
footer .text-center p {
  font-weight: 600;
}
footer .copy {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  font-weight: 400;
}
footer .addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .address {
  width: 100%;
  max-width: 250px;
}
footer .address:nth-child(2) {
  text-align: center;
}
footer .address p {
  font-size: 16px;
  text-transform: none;
  text-align: left;
}
footer .address a {
  color: #E04403;
  text-decoration: none;
}
footer .address a:hover {
  text-decoration: underline;
}
footer .footerlogos {
  white-space: nowrap;
}
footer .footerlogos img {
  max-height: 40px;
  margin-right: 15px;
}

.pageheader {
  height: 100vh;
  position: relative;
}
.pageheader .bg {
  position: absolute;
  top: 165px;
  bottom: 90px;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.pageheader .text {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.pageheader h1 {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateX(-100px) translateY(0);
          transform: translateX(-100px) translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 45px;
  line-height: 1;
}
.pageheader.apartments .v {
  width: 1071px;
  height: 1538px;
  background: url(../img/v.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -1210px;
  mix-blend-mode: screen;
  z-index: 5;
  pointer-events: none;
}
.pageheader.nh .v {
  width: 1071px;
  height: 1538px;
  background: url(../img/v.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -390px;
  left: 50%;
  margin-left: -1110px;
  mix-blend-mode: screen;
  z-index: 5;
  pointer-events: none;
}
.pageheader.amenities .v {
  width: 530px;
  height: 835px;
  background: url(../img/singlev2.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 130px;
  right: -200px;
  mix-blend-mode: screen;
  z-index: 5;
  pointer-events: none;
}
.pageheader.amenities .v2 {
  width: 1000px;
  height: 1436px;
  background: url(../img/v.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 100%;
  margin-top: -150px;
  left: 50%;
  margin-left: -1350px;
  mix-blend-mode: screen;
  z-index: 6;
  pointer-events: none;
}
.pageheader .v {
  opacity: 0;
  -webkit-transform: translateX(50px) translateY(-100px);
          transform: translateX(50px) translateY(-100px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pageheader .v2 {
  opacity: 0;
  -webkit-transform: translateX(-50px) translateY(100px);
          transform: translateX(-50px) translateY(100px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pageheader.in .bg {
  opacity: 1;
}
.pageheader.in .v, .pageheader.in .v2, .pageheader.in h1 {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.fullpageslider {
  position: relative;
}
.fullpageslider .bx-wrapper {
  opacity: 0;
  -webkit-transform: translateX(100px) translateY(0);
          transform: translateX(100px) translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fullpageslider.in .bx-wrapper, .fullpageslider.in .text {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.fullpageslider .i {
  padding-bottom: 50%;
  background-position: center;
  background-size: cover;
}
.fullpageslider ul {
  margin: 0;
  padding: 0;
}
.fullpageslider ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fullpageslider .bx-pager {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.fullpageslider .bx-pager .bx-pager-item {
  display: inline-block;
  margin-left: 10px;
  vertical-align: baseline;
}
.fullpageslider .bx-pager .bx-pager-item a {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 100%;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  border: 1px solid #707070;
}
.fullpageslider.withtext {
  padding-left: 457px;
}
.fullpageslider.withtext .i {
  padding-bottom: 75%;
}
.fullpageslider .text {
  width: 457px;
  background: #E04403;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 100px 70px;
  opacity: 0;
  -webkit-transform: translateX(200px) translateY(0);
          transform: translateX(200px) translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fullpageslider p {
  color: #fff;
  font-size: 22px;
  margin-bottom: 25px;
}
.fullpageslider li {
  font-size: 22px;
  color: #fff;
}
.fullpageslider .i {
  padding-bottom: 75%;
  padding-bottom: 55%;
}
.fullpageslider.amenities .v {
  width: 772px;
  height: 1216px;
  background: url(../img/singlev2.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 50%;
  mix-blend-mode: screen;
  z-index: 5;
  pointer-events: none;
}

.singlebutton {
  padding: 30px 0 20px;
  background: #fff;
}
.singlebutton .container {
  opacity: 0;
  -webkit-transform: translateX(100px) translateY(0);
          transform: translateX(100px) translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.singlebutton.in .container {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.twocolorcols {
  position: relative;
  background: #AFE2E3;
}
.twocolorcols .textcol {
  opacity: 0;
  -webkit-transform: translateX(0) translateY(200px);
          transform: translateX(0) translateY(200px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.twocolorcols .textcol:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.twocolorcols.in .textcol {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.twocolorcols ul, .twocolorcols ol {
  padding-left: 0;
}
.twocolorcols ul.row, .twocolorcols ol.row {
  margin: 0;
}
.twocolorcols ol {
  margin-left: 22px;
}
.twocolorcols .v {
  width: 530px;
  height: 1084px;
  background: url(../img/singlev.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -150px;
  left: 50%;
  mix-blend-mode: screen;
  margin-left: -650px;
  z-index: 10;
}
.twocolorcols .textcol {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  padding-left: 80px;
}
.twocolorcols .textcol > * {
  position: relative;
}
.twocolorcols .textcol:first-child {
  padding-left: 40px;
  padding-right: 80px;
}
.twocolorcols .orangecol:before {
  position: absolute;
  width: 2000px;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  right: 0;
  background: #E04403;
}
.twocolorcols .orangecol h2, .twocolorcols .orangecol p {
  color: #fff;
}
.twocolorcols .orangecol ul li, .twocolorcols .orangecol ol li {
  font-size: 22px;
  margin-bottom: 20px;
  color: #fff;
}
.twocolorcols .orangecol ul li:before, .twocolorcols .orangecol ol li:before {
  background: #fff;
}
.twocolorcols .orangecol:last-child::before {
  right: 0;
  left: 0;
}
.twocolorcols .bluecol.hasbg {
  position: relative;
  z-index: 11;
}
.twocolorcols .bluecol.hasbg > * {
  position: relative;
  z-index: 11;
}
.twocolorcols .bluecol.hasbg:before {
  position: absolute;
  width: 2000px;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  background: #AFE2E3;
  z-index: 10;
}
.twocolorcols h2 {
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 60px;
  margin-top: 50px;
}
.twocolorcols h2:first-child {
  margin-top: 0;
}
.twocolorcols p {
  font-size: 24px;
  margin-bottom: 30px;
}
.twocolorcols.alt p {
  font-size: 22px;
}
.twocolorcols ul li, .twocolorcols ol li {
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  color: #000;
  padding-left: 20px;
}
.twocolorcols ul.row li, .twocolorcols ol.row li {
  font-size: 22px;
}
.twocolorcols ul.large li, .twocolorcols ol.large li {
  font-size: 22px;
}
.twocolorcols ul.large li:before, .twocolorcols ol.large li:before {
  top: 10px;
}
.twocolorcols ul li {
  list-style: none;
}
.twocolorcols ul li:before {
  width: 10px;
  height: 10px;
  background: #000;
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  display: block;
  border-radius: 100%;
}

.apartmentsprefooter {
  position: relative;
}
.apartmentsprefooter .orangeblock {
  height: 726px;
  background: #E04403;
  width: 50%;
  margin-left: 50%;
  position: relative;
}
.apartmentsprefooter .ftwb {
  position: absolute;
  top: 250px;
  left: 0%;
  background: url(../img/FTWB.svg) no-repeat;
  background-size: contain;
  width: 404px;
  height: 115px;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  z-index: 100;
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0;
  -webkit-transform: translateX(100px) translateY(0);
          transform: translateX(100px) translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.apartmentsprefooter .img {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -600px;
  mix-blend-mode: multiply;
  z-index: 5;
  opacity: 0;
  -webkit-transform: translateX(-100px) translateY(0);
          transform: translateX(-100px) translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.apartmentsprefooter .pushing {
  position: absolute;
  top: 550px;
  left: 50%;
  margin-left: -680px;
  z-index: 6;
}
.apartmentsprefooter .pushingout {
  opacity: 0;
  -webkit-transform: translateX(-100px) translateY(0);
          transform: translateX(-100px) translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.apartmentsprefooter .v {
  width: 530px;
  height: 805px;
  background: url(../img/singlev2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  mix-blend-mode: screen;
  z-index: 2;
}
.apartmentsprefooter.in .ftwb, .apartmentsprefooter.in .img, .apartmentsprefooter.in .pushingout {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.map {
  background: #FCF8F7;
  padding: 80px 0;
  text-align: center;
  z-index: 50;
  position: relative;
}
.map img {
  border: 5px solid #fff;
  max-width: 100%;
  opacity: 0;
  -webkit-transform: translateX(100px) translateY(0);
          transform: translateX(100px) translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.map.in img {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.nhprefooter {
  position: relative;
}
.nhprefooter .whitebox {
  height: 1217px;
  margin-left: 50%;
  background-color: #fff;
  width: 50%;
}
.nhprefooter .img {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -750px;
  mix-blend-mode: multiply;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateX(-100px) translateY(0);
          transform: translateX(-100px) translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nhprefooter .logo {
  background: url(../img/hero-logo2.svg) no-repeat;
  width: 709px;
  height: 206px;
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -75px;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
}
.nhprefooter .logoout {
  opacity: 0;
  -webkit-transform: translateX(100px) translateY(0);
          transform: translateX(100px) translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.nhprefooter .ontheedge {
  position: absolute;
  top: 950px;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(100px) translateY(0);
          transform: translateX(100px) translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.nhprefooter .v {
  width: 1782px;
  height: 2350px;
  position: absolute;
  top: -1400px;
  left: 50%;
  mix-blend-mode: screen;
  margin-left: -1160px;
  z-index: 2;
}
.nhprefooter .v .vin {
  background: url(../img/v.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(-1) scaleX(-1);
          transform: scaleY(-1) scaleX(-1);
  background-size: contain;
}
.nhprefooter.in .logoout, .nhprefooter.in .ontheedge, .nhprefooter.in .img {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.amenitiesprefooter {
  position: relative;
}
.amenitiesprefooter .whitebox {
  width: 50%;
  height: 880px;
  background: #fff;
}
.amenitiesprefooter .ftwb {
  position: absolute;
  top: 100px;
  right: 50%;
  background: url(../img/FTWB.svg) no-repeat;
  background-size: contain;
  width: 404px;
  height: 115px;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  -webkit-transform: translateX(-100px) translateY(0);
          transform: translateX(-100px) translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.amenitiesprefooter .img {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -250px;
  mix-blend-mode: multiply;
  z-index: 20;
  opacity: 0;
  -webkit-transform: translateX(100px) translateY(0);
          transform: translateX(100px) translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.amenitiesprefooter .inabetter {
  position: absolute;
  top: 430px;
  left: 50%;
  margin-left: -550px;
  opacity: 0;
  -webkit-transform: translateX(-100px) translateY(0);
          transform: translateX(-100px) translateY(0);
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.amenitiesprefooter.in .ftwb, .amenitiesprefooter.in .img, .amenitiesprefooter.in .inabetter {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.galleryhero {
  position: relative;
  height: 100vh;
}
.galleryhero .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transform: translateX(-100px) translateY(0);
          transform: translateX(-100px) translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.galleryhero .ftwb {
  position: absolute;
  bottom: 0;
  right: 0%;
  background: url(../img/FTWB.svg) no-repeat;
  background-size: contain;
  width: 584px;
  height: 166px;
  background-size: 100% auto;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  z-index: 100;
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0;
  -webkit-transform: translateX(100px) translateY(0);
          transform: translateX(100px) translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.galleryhero.in .bg, .galleryhero.in .ftwb {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.galleryslider {
  padding-top: 60px;
  position: relative;
  padding-bottom: 100px;
}
.galleryslider .bx-controls-direction {
  display: none;
}
.galleryslider .v1 {
  background: url(../img/v.svg) no-repeat;
  background-size: contain;
  width: 1000px;
  height: 1436px;
  position: absolute;
  top: -370px;
  left: 50%;
  margin-left: -750px;
  mix-blend-mode: screen;
  z-index: 5;
}
.galleryslider .v2 {
  width: 530px;
  height: 835px;
  background: url(../img/singlev2.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 270px;
  z-index: 15;
  mix-blend-mode: screen;
}
.galleryslider .orangebox {
  position: absolute;
  width: 50%;
  height: 926px;
  background: #E04403;
  top: 0;
  left: 0;
}
.galleryslider .i {
  padding-bottom: 60%;
  background-position: center;
  background-size: cover;
}
.galleryslider h2 {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 45px;
  position: relative;
  z-index: 20;
}
.galleryslider h2.dark {
  color: #000;
  margin-bottom: 10px;
}
.galleryslider .slider {
  position: relative;
  margin: 0 -20px;
}
.galleryslider .slider ul {
  margin: 0;
  padding: 0;
}
.galleryslider .slider ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.galleryslider .bx-pager {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.galleryslider .bx-pager .bx-pager-item {
  display: inline-block;
  margin-left: 10px;
  vertical-align: baseline;
}
.galleryslider .bx-pager .bx-pager-item a {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 100%;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  border: 1px solid #707070;
}
.galleryslider .row {
  opacity: 0;
  -webkit-transform: translateX(-100px) translateY(0);
          transform: translateX(-100px) translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.galleryslider.in .row {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.amenitiesgallery {
  padding-top: 90px;
  position: relative;
  padding-bottom: 0px;
}
.amenitiesgallery .grad {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.02)), color-stop(52%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 1%, rgb(255, 255, 255) 52%, rgba(255, 255, 255, 0) 100%);
  height: 2500px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
}
.amenitiesgallery .v2 {
  width: 530px;
  height: 835px;
  background: url(../img/singlev2.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: 170px;
  mix-blend-mode: screen;
}
.amenitiesgallery .v1 {
  width: 492px;
  height: 1000px;
  background: url(../img/singlev.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -400px;
  left: 50%;
  margin-left: -850px;
  mix-blend-mode: screen;
}
.amenitiesgallery .v3 {
  width: 1753px;
  height: 2491px;
  background: url(../img/v.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 920px;
  left: 50%;
  margin-left: -1150px;
  mix-blend-mode: screen;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 5;
}
.amenitiesgallery .container {
  max-width: 1130px;
}
.amenitiesgallery .row > * {
  padding-left: 35px;
  padding-right: 35px;
}
.amenitiesgallery h2 {
  font-size: 45px;
  font-weight: bold;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 65px;
  margin-top: 120px;
}
.amenitiesgallery .i {
  margin-bottom: 70px;
}
.amenitiesgallery .i img {
  max-width: 100%;
}
.amenitiesgallery .i1, .amenitiesgallery .i3 {
  margin-top: -200px;
}
.amenitiesgallery .img {
  position: absolute;
  bottom: -120px;
  left: 50%;
  width: 880px;
  margin-left: -800px;
  mix-blend-mode: multiply;
  z-index: 12;
}
.amenitiesgallery .img img {
  width: 100%;
}
.amenitiesgallery .img img:first-child {
  position: relative;
}
.amenitiesgallery .section {
  opacity: 0;
  -webkit-transform: translateX(0) translateY(100px);
          transform: translateX(0) translateY(100px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.amenitiesgallery .section.in {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.singleimage {
  margin-top: 40px;
}
.singleimage .i {
  padding-bottom: 55%;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transform: translateX(100px) translateY(0);
          transform: translateX(100px) translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.singleimage.in .i {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.error404 header .logo {
  display: none;
}

.contact {
  height: 100vh;
  background-color: #E04403;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.contact.contactpage {
  position: relative;
  opacity: 1;
  pointer-events: all;
  margin-bottom: -70px;
  z-index: unset;
}
.contact.contactpage .logo {
  z-index: 1000;
}
.contact.contactpage .col {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.contact.e404 {
  background: #AFE2E3;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.contact.e404 h2 {
  color: #E04403;
}
.contact.e404 p {
  color: #000;
}
.contact .col {
  opacity: 0;
  -webkit-transform: translateX(0) translateY(100px);
          transform: translateX(0) translateY(100px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.contact .logo {
  width: 72px;
  height: 104px;
  position: absolute;
  top: 50px;
  left: 70px;
  background: url(../img/logo.svg) no-repeat;
  background-size: contain;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.page .contact .logo {
  top: 32px;
}
.contactopen .contact, .contact.e404 {
  opacity: 1;
  pointer-events: all;
}
.contactopen .contact .col, .contact.e404 .col {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.contact .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 68px;
  right: 70px;
  z-index: 5;
}
.contact .close span {
  display: block;
  height: 2px;
  background-color: #fff;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #000;
}
.contact .close span:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(45deg);
          transform: translateY(12px) rotate(45deg);
}
.contact .close span:nth-child(2) {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.contact h2 {
  font-weight: bold;
  color: #AFE2E3;
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 70px;
}
.contact p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 40px;
}
.contact form {
  margin: 0 auto;
  max-width: 812px;
}
.contact input[type=email], .contact input[type=text] {
  height: 60px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 40px;
  border: none;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #000;
}
.contact input[type=email]:focus, .contact input[type=text]:focus {
  outline: none;
}
.contact ::-webkit-input-placeholder {
  color: #E04403;
}
.contact ::-moz-placeholder {
  color: #E04403;
}
.contact :-ms-input-placeholder {
  color: #E04403;
}
.contact ::-ms-input-placeholder {
  color: #E04403;
}
.contact ::placeholder {
  color: #E04403;
}
.contact .btn, .contact input[type=submit] {
  width: 260px;
  font-size: 16px;
  border: 2px solid #fff;
  color: #fff;
  padding: 20px 40px;
  font-family: "Graphik", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: none;
  margin: 0 auto;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact .btn:hover, .contact input[type=submit]:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.contact .v {
  width: 616px;
  height: 885px;
  background: url(../img/v.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 52px;
  left: 50%;
  mix-blend-mode: screen;
  margin-left: -180px;
  pointer-events: none;
}
.contact .gfield_label {
  display: none !important;
}
.contact .gform_wrapper .gfield_validation_message, .contact .gform_wrapper .validation_message {
  background: none;
  padding: 0 !important;
  color: #fff;
  font-size: 16px;
  border: none;
}
.contact .gform_wrapper .gform_validation_errors {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px;
}
.contact .gform_wrapper .gform_validation_errors h2 {
  text-transform: none;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}
.contact .gform_wrapper .gform_validation_errors .gform-icon--close {
  display: none;
}
.contact .gform_confirmation_message_1.gform_confirmation_message {
  color: #fff;
  font-size: 24px;
}

.d-block.d-md-none img {
  max-width: 100%;
  width: 100%;
}

.bx-pager {
  z-index: 100;
}

.bx-pager-item:only-child {
  display: none !important;
}

.bx-pager-link.active {
  background: #707070 !important;
}

.defaultpageheader {
  padding: 150px 0 50px;
}
.defaultpageheader h1 {
  font-weight: bold;
  font-family: "Graphik", sans-serif;
  font-size: 48px;
  text-transform: uppercase;
}

.pagecontent p, .pagecontent li {
  font-size: 18px;
  margin-bottom: 15px;
}

.page-template-default .prefooter {
  margin-top: 70px;
}

.floorplanstop {
  padding-top: 200px;
  margin-bottom: 15px;
  position: relative;
}
.floorplanstop .v {
  width: 530px;
  height: 835px;
  left: 50%;
  margin-left: 370px;
  background: url(../img/singlev2.svg) no-repeat;
  background-size: 100%;
  mix-blend-mode: screen;
  top: 140px;
  position: absolute;
}
.floorplanstop h1 {
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.floorplanstop .by {
  margin-bottom: 0px;
}
.floorplanstop .by a {
  display: inline-block;
  padding: 10px 25px;
  font-weight: 600;
  margin-right: 30px;
  text-transform: uppercase;
  color: #000;
  border-radius: 9px;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.06;
}
.floorplanstop .by a.active {
  background: #E04403;
  color: #fff;
}

.floorplanslist {
  padding-bottom: 90px;
  position: relative;
}
.floorplanslist .container {
  position: relative;
}
.floorplanslist img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.floorplanslist:before {
  height: 400px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  content: "";
  display: block;
}
.floorplanslist .filterbar {
  background: #fff;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.floorplanslist .filterbar ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.floorplanslist .filterbar ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.floorplanslist .filterbar .checkbox {
  margin-right: 40px;
}
.floorplanslist .filterbar .checkbox input {
  display: none;
}
.floorplanslist .filterbar .checkbox label {
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  padding-left: 36px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.floorplanslist .filterbar .checkbox label:before {
  width: 26px;
  height: 20px;
  background: url("../img/Icon material-check.svg") no-repeat;
  content: "";
  position: absolute;
  opacity: 0.15;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.floorplanslist .filterbar .checkbox label:hover {
  color: #E04403;
}
.floorplanslist .filterbar .checkbox input:checked + label {
  color: #E04403;
}
.floorplanslist .filterbar .checkbox input:checked + label:before {
  opacity: 1;
}
.floorplanslist .sort {
  text-transform: uppercase;
  font-size: 18px;
}
.floorplanslist .sort select {
  border: none;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/icon-select.svg) no-repeat right;
  padding-right: 25px;
  font-weight: 600;
  cursor: pointer;
  margin-left: 10px;
}
.floorplanslist .sort select:focus {
  outline: none;
}
.floorplanslist .sort select option {
  padding: 5px 0;
}
.floorplanslist .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 194px;
  border-bottom: 1px solid #000;
  text-decoration: none;
  color: #000;
  padding: 10px 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: rgba(255, 255, 255, 0);
}
.floorplanslist .item div {
  font-size: 24px;
  width: 14.2%;
  text-align: center;
}
.floorplanslist .item .title {
  font-size: 45px;
  font-weight: bold;
  width: 15%;
  text-align: left;
}
.floorplanslist .item .img {
  padding-right: 0px;
  width: 25%;
}
.floorplanslist .item .specs {
  white-space: nowrap;
}
.floorplanslist .item:hover {
  background: rgba(255, 255, 255, 0.3);
  font-weight: bold;
}
.floorplanslist p.small {
  font-size: 16px;
  max-width: 1140px;
  margin: 50px auto 0;
}

.floormap {
  padding-bottom: 90px;
  position: relative;
}
.floormap .container {
  position: relative;
}
.floormap:before {
  height: 400px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  content: "";
  display: block;
}
.floormap .floorselector {
  height: 80px;
  background-color: #fff;
  padding: 10px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.floormap .floorselector .l {
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 25px;
}
.floormap .floorselector a {
  display: inline-block;
  background: #F5E9DA;
  border-radius: 9px;
  height: 39px;
  width: 39px;
  margin-right: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 7px;
  color: #000;
}
.floormap .floorselector a.active {
  background-color: #E04403;
  color: #fff;
}
.floormap .imgs .i {
  position: relative;
}
.floormap .imgs .i img {
  max-width: 790px;
  margin: 0 auto;
  display: block;
}
.floormap .imgs .i .title {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.floorplansingle {
  position: relative;
  padding-top: 170px;
  padding-bottom: 63px;
}
.floorplansingle .v {
  width: 530px;
  height: 835px;
  left: 50%;
  margin-left: 370px;
  background: url(../img/singlev2.svg) no-repeat;
  background-size: 100%;
  mix-blend-mode: screen;
  top: 140px;
  position: absolute;
}
.floorplansingle .container {
  position: relative;
}
.floorplansingle:before {
  height: 800px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%);
  content: "";
  display: block;
}
.floorplansingle .title {
  height: 80px;
  padding: 10px 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 40px;
}
.floorplansingle .title h1 {
  font-size: 60px;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.floorplansingle .title h1 .n {
  font-weight: 300;
  font-size: 30px;
  margin-left: 35px;
}
.floorplansingle .title .availabity {
  text-transform: uppercase;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.floorplansingle .title .availabity strong {
  display: inline-block;
  margin-left: 17px;
}
.floorplansingle .title .availabity .availabityin {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.floorplansingle .stats {
  font-size: 18px;
  padding-top: 60px;
  margin-bottom: 30px;
}
.floorplansingle .stats ul {
  margin: 0;
  padding: 0;
}
.floorplansingle .stats ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.floorplansingle .stats ul li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 20px;
}
.floorplansingle .stats ul li:before {
  width: 10px;
  height: 10px;
  background: #000;
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  display: block;
  border-radius: 100%;
}
.floorplansingle .stats .download {
  font-size: 18px;
  font-weight: 600;
  color: #E04403;
  background: url(../img/ico-download.svg) no-repeat left;
  padding-left: 30px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}
.floorplansingle p.small {
  font-size: 12px;
}
.floorplansingle .choosecol {
  margin-top: 80px;
}
.floorplansingle h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}
.floorplansingle label {
  display: block;
  margin-bottom: 25px;
  font-size: 18px;
}
.floorplansingle input[type=date], .floorplansingle input[type=text] {
  height: 50px;
  width: 100%;
  max-width: 350px;
  border: 1px solid #000;
  padding: 20px;
  background: url(../img/ico-cal.svg) no-repeat;
  background-position: right 15px center;
  font-size: 18px;
  font-weight: 400;
}
.floorplansingle input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 13px;
  border-radius: 0px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  background: none;
}
.floorplansingle input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 28px;
  width: 28px;
  border-radius: 9px;
  background: #E04403;
  cursor: ew-resize;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.floorplansingle input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
}
.floorplansingle .rangecontainer {
  margin: 34px -9px 0;
}
.floorplansingle .rangevalues {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -20px 3px 0;
  position: relative;
  padding-top: 13px;
}
.floorplansingle .rangevalues:before {
  height: 13px;
  position: absolute;
  border: 1px solid #000;
  content: "";
  top: 0px;
  left: 10px;
  right: 9px;
}
.floorplansingle .rangevalues .i {
  width: 20px;
  text-align: center;
  font-size: 18px;
  position: relative;
  padding-top: 15px;
}
.floorplansingle .rangevalues .i:before {
  height: 15px;
  left: 50%;
  width: 1px;
  position: absolute;
  top: 0;
  content: "";
  display: block;
  background-color: #000;
}
.floorplansingle img {
  max-width: 100%;
}
.floorplansingle p.small {
  margin-bottom: 0;
}
.floorplansingle .unitdetailcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.floorplansinglebottom {
  padding: 100px 0;
  position: relative;
}
.floorplansinglebottom .v {
  width: 336px;
  height: 650px;
  left: 50%;
  margin-left: -840px;
  background: url(../img/singlev.svg) no-repeat;
  background-size: 100%;
  mix-blend-mode: multiply;
  bottom: 0px;
  position: absolute;
}
.floorplansinglebottom h3 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 50px;
}
.floorplansinglebottom .selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.floorplansinglebottom .selection .i {
  font-size: 18px;
}
.floorplansinglebottom .selection .i strong {
  display: inline-block;
  margin-left: 0px;
}
.floorplansinglebottom .selection button, .floorplansinglebottom .selection .button {
  background-color: #fff;
  width: 178px;
  height: 40px;
  border-radius: 9px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  border: none;
  color: #000000;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.floorplansinglebottom .selection button:hover, .floorplansinglebottom .selection .button:hover {
  background: #E04403;
  color: #fff;
}

@media only screen and (max-height: 750px) {
  nav ul li {
    margin-bottom: 10px;
  }
  nav ul li a {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1400px) {
  .homeverge .logo {
    width: 800px;
    left: auto;
    margin-left: auto;
    right: 20px;
    background-size: 100% auto;
  }
  .homeverge .text {
    left: auto;
    margin-left: unset;
    right: 20px;
  }

  .apartmentsprefooter .pushing {
    left: 20px;
    margin-left: 0;
  }

  .homeintro2 .textcol .viewapartments,
.homeamenities .sliderout .viewamenities,
.homeneiberghood .sliderout .viewnh {
    font-size: 38px;
    bottom: -7px;
  }

  .homeneiberghood h4,
.homeamenities h4 {
    font-size: 40px;
  }

  /*
  .prefooter h2 .l1{
      font-size: 48px;
      text-align: center;
  }
  .prefooter h2 .l2{
      font-size: 95px;
      text-align: center;
  }
  */
  .floorplanslist .filterbar .checkbox {
    margin-right: 30px;
  }
  .floorplanslist .filterbar .checkbox label {
    font-size: 15px;
  }
  .floorplanslist .sort {
    font-size: 16px;
  }
  .floorplanslist .sort select {
    font-size: 16px;
  }

  .floorplanslist .item div {
    font-size: 20px;
  }
  .floorplanslist .item .title {
    font-size: 40px;
  }

  nav {
    width: 60%;
  }
}
@media only screen and (max-width: 1200px) {
  .hero .sliderout {
    margin-left: -150px;
  }
  .hero .img {
    margin-left: -750px;
    padding-top: 60px;
  }
  .hero .logoout {
    width: 600px;
    height: 180px;
    margin-left: -300px;
  }
  .hero .logoout .logo {
    background-size: contain;
  }

  .homeintro p,
.twocolorcols p,
.twocolorcols ul.large li,
.twocolorcols ul.row li,
.twocolorcols .orangecol ul li {
    font-size: 20px;
  }

  .twocolorcols h2 {
    font-size: 40px;
  }

  .homeverge {
    height: 1600px;
  }
  .homeverge .logo {
    top: 700px;
  }
  .homeverge .orangebox {
    height: 600px;
  }
  .homeverge .img {
    width: 900px;
    margin-left: -700px;
  }
  .homeverge .img img {
    width: 100%;
  }

  .nhprefooter .logo {
    width: 550px;
    background-size: contain;
  }
  .nhprefooter .ontheedge {
    max-width: 550px;
  }

  .contact h2 {
    font-size: 50px;
    margin-bottom: 50px;
  }

  .fullpageslider.withtext {
    padding-left: 0;
  }
  .fullpageslider.withtext .text {
    position: relative;
    width: auto;
    padding: 50px 20px;
  }

  .floorplanslist .filterbar {
    padding: 10px 20px;
  }
  .floorplanslist .filterbar .checkbox {
    margin-right: 20px;
  }
  .floorplanslist .sort {
    font-size: 16px;
  }
  .floorplanslist .sort select {
    font-size: 16px;
  }

  .floorplanslist .item {
    padding: 10px 20px;
  }
  .floorplanslist .item div {
    font-size: 20px;
  }
  .floorplanslist .item .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .hero .img {
    margin-left: -600px;
  }
  .hero .v3out {
    width: 730px;
    height: 1024px;
    margin-left: -360px;
  }
  .hero .v1out {
    margin-right: 50px;
  }

  .homeintro {
    padding: 0;
  }
  .homeintro:before {
    display: none;
  }
  .homeintro .img {
    position: relative;
    padding-bottom: 70%;
    left: unset;
    margin-left: 0;
    top: unset;
    bottom: unset;
  }
  .homeintro .textcol {
    background: #E04403;
    padding: 50px 20px;
  }
  .homeintro .ftwb {
    position: relative;
    margin: 70px auto 0;
    left: unset;
    top: unset;
  }

  .homeintro2 .textcol {
    height: unset;
    margin-bottom: 50px;
    padding-right: 20px;
  }
  .homeintro2 .textcol .viewapartments {
    position: relative;
    bottom: unset;
    margin-top: 30px;
    display: inline-block;
    font-size: 36px;
    float: right;
    margin-right: 70px;
  }
  .homeintro2 .textcol .viewapartments:after {
    width: 56px;
    height: 13px;
    background: url(../img/arrow.svg) no-repeat;
    position: absolute;
    left: 100%;
    top: 10px;
    margin-left: 20px;
    content: "";
  }
  .homeintro2 .textcol .viewapartments span {
    display: none;
  }
  .homeintro2 .slider {
    position: relative;
    margin-left: 0;
    top: unset;
    left: unset;
  }

  .homeamenities {
    padding-bottom: 0;
  }
  .homeamenities:before {
    display: none;
  }
  .homeamenities .img {
    margin-left: -300px;
  }
  .homeamenities .whitebg {
    display: none;
  }
  .homeamenities .container {
    padding-top: 1000px;
  }
  .homeamenities .textcol {
    padding-left: 20px;
    padding-right: 20px;
  }
  .homeamenities .slider {
    left: 0;
    margin-left: 0;
  }
  .homeamenities .viewamenities {
    position: relative;
    bottom: unset;
    margin-top: 30px;
    display: inline-block;
    font-size: 36px;
    float: right;
    margin-right: 70px;
  }
  .homeamenities .viewamenities:after {
    width: 56px;
    height: 13px;
    background: url(../img/arrow.svg) no-repeat;
    position: absolute;
    left: 100%;
    top: 10px;
    margin-left: 20px;
    content: "";
  }
  .homeamenities .viewamenities span {
    display: none;
  }

  .homeneiberghood {
    background: #E04403;
    padding-bottom: 0;
  }
  .homeneiberghood .img {
    display: none;
  }
  .homeneiberghood .orangeblock {
    height: auto;
    width: auto;
    padding-top: 70px;
  }
  .homeneiberghood .orangeblock .ftwb {
    position: relative;
    right: unset;
    bottom: unset;
    margin: 0px auto 50px;
  }
  .homeneiberghood h4 span {
    color: #fff;
    display: block;
  }
  .homeneiberghood p, .homeneiberghood li {
    color: #fff;
  }
  .homeneiberghood p a, .homeneiberghood li a {
    color: #fff;
    text-decoration: underline;
  }
  .homeneiberghood .textcol {
    padding: 20px;
  }
  .homeneiberghood .sliderout {
    margin-top: 50px;
  }
  .homeneiberghood .slider {
    margin-left: 0;
    left: 0;
  }
  .homeneiberghood .viewnh {
    position: relative;
    bottom: unset;
    margin-top: 30px;
    display: inline-block;
    color: #fff;
    font-size: 36px;
    letter-spacing: 0;
    float: right;
    margin-right: 70px;
  }
  .homeneiberghood .viewnh:after {
    width: 56px;
    height: 13px;
    background: url(../img/arrow.svg) no-repeat;
    position: absolute;
    -webkit-filter: invert(1);
            filter: invert(1);
    left: 100%;
    top: 10px;
    margin-left: 20px;
    content: "";
  }
  .homeneiberghood .viewnh span {
    display: none;
  }

  .homeneiberghood:after {
    display: none;
  }

  .homeverge {
    height: auto;
    padding: 60px 0;
  }
  .homeverge .orangebox, .homeverge .img, .homeverge .bluebox {
    display: none;
  }
  .homeverge .logo {
    position: relative;
    width: 350px;
    height: 100px;
    margin: 0 auto;
    top: unset;
    right: unset;
  }
  .homeverge .text {
    display: none;
  }

  nav {
    width: 75%;
  }

  .twocolorcols .textcol {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .homeintro p {
    font-size: 22px;
  }

  .twocolorcols p,
.twocolorcols ul.large li,
.twocolorcols ul.row li,
.twocolorcols .orangecol ul li {
    font-size: 20px;
  }

  .twocolorcols h2 {
    font-size: 36px;
  }

  .apartmentsprefooter .img {
    margin-left: -500px;
  }
  .apartmentsprefooter .ftwb {
    width: 350px;
  }

  .fullpageslider .i {
    padding-bottom: 75%;
  }

  .amenitiesprefooter .ftwb {
    width: 350px;
  }
  .amenitiesprefooter .inabetter {
    left: 20px;
    margin-left: 0;
    max-width: 45%;
  }

  .nhprefooter .logo {
    width: 400px;
  }
  .nhprefooter .ontheedge {
    max-width: 50%;
  }

  .galleryslider {
    padding-bottom: 0;
  }
  .galleryslider .orangebox {
    height: 100%;
  }

  .amenitiesgallery .img {
    display: none;
  }
  .amenitiesgallery .container {
    max-width: 540px;
  }
  .amenitiesgallery h2 {
    margin: 0 0 50px;
    text-align: left !important;
  }
  .amenitiesgallery .i {
    margin: 0 auto 30px !important;
  }

  .floorplanslist .filterbar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .floorplanslist .sort {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-top: 20px;
  }

  .floorplanslist .item {
    padding: 10px 20px;
    margin: 0 -20px;
  }
  .floorplanslist .item img {
    max-width: 100%;
    display: block;
  }
  .floorplanslist .item div {
    font-size: 18px;
    text-align: center;
  }
  .floorplanslist .item .title {
    font-size: 32px;
    text-align: left;
  }

  .floormap .floorselector {
    padding: 20px 20px;
    height: auto;
  }
  .floormap .floorselector a {
    margin-right: 10px;
    width: 35px;
    font-size: 16px;
  }
  .floormap .floorselector a:last-child {
    margin-right: 0;
  }
  .floormap .floorselector .l {
    font-size: 16px;
  }
  .floormap .imgs .i {
    padding-left: 160px;
  }
  .floormap .imgs .i img {
    max-width: 100%;
  }
  .floormap .imgs .i .title {
    width: 140px;
    font-size: 22px;
  }

  .floorplansinglebottom .selection .i {
    padding: 0 10px 10px;
  }
  .floorplansinglebottom .selection .i:first-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .hero .img {
    margin-left: -700px;
  }
  .hero .img img {
    width: 600px;
  }

  .homeintro .img {
    margin-left: -220px;
  }
  .homeintro .img .text .l1 {
    font-size: 30px;
  }
  .homeintro .img .text .l2 {
    font-size: 60px;
  }
  .homeintro .textcol {
    padding-right: 20px;
  }

  .homeintro2 h4 {
    white-space: nowrap;
  }
  .homeintro2 .slider {
    margin-left: -220px;
  }

  .homeamenities .slider, .homeneiberghood .slider {
    margin-left: -220px;
  }

  .homeneiberghood .sliderout .viewnh {
    font-size: 35px;
  }

  .floorplansingle .title .availabity .availabityin {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 42px;
  }
}
@media only screen and (max-width: 768px) {
  header .logo {
    width: 48px;
    height: 68px;
    top: 10px;
    left: 20px;
  }
  header .hbtn {
    display: none;
  }
  header .mobileschedule {
    display: block;
  }
  header .mobilemenu {
    right: 20px;
    top: 30px;
    width: 30px;
  }

  .page header .logo {
    top: 10px;
  }

  .hero {
    min-height: 500px;
    margin-bottom: 0;
  }
  .hero .logoout {
    width: 344px;
    height: 100px;
    margin-left: -172px;
    margin-top: -50px;
  }
  .hero .img {
    display: none;
  }
  .hero .sliderout {
    margin-left: -50px;
  }
  .hero .v1out, .hero .v2out {
    display: none;
  }
  .hero .v3out {
    width: 575px;
    height: 820px;
  }
  .hero .bx-pager {
    display: none;
  }

  .homeintro .vmobile {
    width: 495px;
    height: 1002px;
    background: url(../img/singlev.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 170px;
    margin-left: -430px;
    pointer-events: none;
    mix-blend-mode: screen;
  }
  .homeintro .v {
    display: none;
  }
  .homeintro .img {
    height: 470px;
    padding-bottom: 0;
    min-height: 0;
    margin-left: 0;
    background-position: left;
  }
  .homeintro .img .text {
    top: 70px;
    left: 20px;
  }
  .homeintro .img .text .l1 {
    font-size: 21px;
  }
  .homeintro .img .text .l2 {
    font-size: 50px;
    white-space: nowrap;
    letter-spacing: -0.05em;
    line-height: 0.8;
  }

  .ftwb {
    width: 350px !important;
    height: 100px !important;
  }

  .homeintro2 {
    padding-top: 70px;
  }
  .homeintro2 h4 {
    white-space: normal;
  }
  .homeintro2 .hbtn {
    padding: 5px 30px;
  }
  .homeintro2 .textcol .viewapartments {
    margin-top: 60px;
  }
  .homeintro2 .slider ul li .i {
    height: 260px;
  }
  .homeintro2:after {
    display: none;
  }
  .homeintro2 .slider .v {
    display: none;
  }
  .homeintro2 .container {
    position: relative;
  }
  .homeintro2 .container:before {
    height: 300px;
    position: absolute;
    left: 0;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    bottom: 0;
    position: none;
  }

  .homeamenities .v1 {
    display: none;
  }
  .homeamenities .vmobile {
    width: 530px;
    height: 835px;
    background: url(../img/singlev2.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: -700px;
    margin-left: -100px;
    mix-blend-mode: screen;
    pointer-events: none;
    z-index: 100;
  }
  .homeamenities .img {
    width: 550px;
    margin-left: -255px;
  }
  .homeamenities .img img {
    width: 100%;
  }
  .homeamenities .container {
    padding-top: 650px;
  }
  .homeamenities .ftwb {
    background: url(../img/FTWB.svg) no-repeat;
    background-size: contain;
    width: 350px;
    height: 100px;
    display: block;
    text-indent: -3000px;
    font-size: 0;
    overflow: hidden;
    z-index: 100;
    margin-bottom: 70px;
  }
  .homeamenities .slider ul li .i {
    height: 260px;
  }
  .homeamenities .sliderout {
    height: auto;
  }
  .homeamenities .sliderout .slider {
    position: relative;
  }
  .homeamenities .container {
    position: relative;
  }
  .homeamenities .container:before {
    height: 300px;
    position: absolute;
    left: 0;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    bottom: 0;
    position: none;
  }

  .homeamenities .slider,
.homeneiberghood .slider {
    margin-left: 0;
  }

  .homeneiberghood .v {
    width: 494px;
    height: 1002px;
    background: url(../img/singlev.svg);
    background-size: 100%;
    top: auto;
    margin-left: -410px;
    bottom: 0;
  }
  .homeneiberghood .v .vin {
    display: none;
  }
  .homeneiberghood .viewnh {
    font-size: 34px;
    letter-spacing: -2.5px;
  }
  .homeneiberghood .sliderout {
    height: auto;
  }
  .homeneiberghood .sliderout .slider {
    position: relative;
  }
  .homeneiberghood .slider ul li .i {
    height: 260px;
  }

  .prefooter {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .prefooter h2 {
    text-align: center;
  }
  .prefooter h2 .l1 {
    font-size: 29px;
  }
  .prefooter h2 .l2 {
    font-size: 57px;
  }
  .prefooter .container {
    max-width: 500px;
  }
  .prefooter .container .btn {
    padding: 20px;
  }

  footer {
    text-align: center;
  }
  footer .copy {
    display: none;
  }
  footer img {
    margin-bottom: 30px;
  }
  footer .social {
    text-align: center;
  }

  nav {
    padding-right: 20px;
    width: 100%;
    padding-top: 120px;
    overflow-y: auto;
  }
  nav .navin {
    min-height: 700px;
  }
  nav ul li {
    margin-bottom: 15px;
  }
  nav ul li a {
    font-size: 40px;
    letter-spacing: -0.04em;
  }
  nav .hbtn {
    display: block;
    position: relative;
    top: unset;
    right: unset;
    display: inline-block;
  }

  .contact .logo {
    width: 48px;
    height: 68px;
    top: 10px !important;
    left: 20px;
  }
  .contact .close {
    right: 20px;
    top: 30px;
    width: 30px;
  }
  .contact h2 {
    font-size: 40px;
    letter-spacing: -0.02em;
  }
  .contact p {
    font-size: 20px;
  }
  .contact input {
    margin-bottom: 20px;
  }
  .contact .btn {
    margin-top: 40px;
  }
  .contact .v {
    width: 5008px;
    height: 730px;
    margin-left: -250px;
    top: 100px;
  }

  .pageheader {
    padding-top: 140px;
    height: auto;
  }
  .pageheader .v, .pageheader .v2 {
    display: none;
  }
  .pageheader .bg {
    position: relative;
    top: unset;
    padding-bottom: 70%;
    bottom: unset;
  }
  .pageheader .bg:after {
    width: 402px;
    height: 662px;
    right: -300px;
    content: "";
    position: absolute;
    mix-blend-mode: screen;
    top: 0px;
    background: url(../img/singlev.svg) no-repeat;
  }
  .pageheader .text {
    position: relative;
    background: none;
  }
  .pageheader .text h1 {
    font-size: 36px;
    height: auto;
  }

  .pageheader + .mobileintro + .fullpageslider,
.pageheader + .fullpageslider {
    margin-top: 50px;
  }

  .mobileintro {
    padding-top: 90px;
    padding-bottom: 70px;
  }
  .mobileintro.whitebg {
    background: #fff;
  }
  .mobileintro .ftwb {
    background: url(../img/FTWB.svg) no-repeat;
    background-size: contain;
    width: 350px;
    height: 100px;
    display: block;
    text-indent: -3000px;
    font-size: 0;
    overflow: hidden;
    z-index: 100;
    margin: 0 auto 70px;
    -webkit-filter: invert(1);
            filter: invert(1);
    position: relative;
  }
  .mobileintro .ftwb.dark {
    -webkit-filter: none;
            filter: none;
  }
  .mobileintro a {
    color: #E04403;
  }
  .mobileintro .whitebg {
    position: relative;
  }
  .mobileintro .whitebg:after {
    bottom: 0;
    left: -20px;
    right: -20px;
    bottom: 0;
    height: 190px;
    content: "";
    display: block;
    background: #fff;
    position: absolute;
  }
  .mobileintro h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
  }
  .mobileintro h2 span {
    color: #E04403;
    display: block;
  }
  .mobileintro p {
    font-size: 20px;
  }
  .mobileintro .view {
    position: relative;
    bottom: unset;
    margin-top: 30px;
    display: inline-block;
    font-size: 36px;
    text-align: right;
    font-size: 32px;
    letter-spacing: -0.04em;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    line-height: 41px;
    padding-right: 80px;
  }
  .mobileintro .view:after {
    width: 56px;
    height: 13px;
    background: url(../img/arrow.svg) no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    margin-left: 20px;
    content: "";
  }

  .twocolorcols .textcol {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .twocolorcols h2 {
    font-size: 30px;
  }
  .twocolorcols .v {
    display: none;
  }
  .twocolorcols .vmobileapartments {
    background: url(../img/v.svg) no-repeat;
    background-size: 100%;
    width: 781px;
    height: 1121px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -720px;
    mix-blend-mode: screen;
    z-index: 1;
    pointer-events: none;
  }

  .map {
    background: #E04403;
  }
  .map img {
    border: 1px solid #fff;
  }

  .nhprefooter {
    height: 820px;
  }
  .nhprefooter .whitebox {
    height: 100%;
  }
  .nhprefooter .ontheedge {
    display: none !important;
  }
  .nhprefooter .img {
    margin-left: -350px;
    top: auto;
    bottom: 0;
  }
  .nhprefooter .img img {
    width: 700px;
  }
  .nhprefooter .v {
    width: 724px;
    height: 1402px;
    top: 0;
    margin-left: -550px;
  }
  .nhprefooter .v .vin {
    background: url(../img/singlev.svg) no-repeat;
    background-size: contain;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }

  .parallax2 {
    -webkit-transform: none !important;
            transform: none !important;
  }

  .galleryhero {
    padding-top: 110px;
    height: auto;
  }
  .galleryhero .bg {
    padding-bottom: 58.6%;
    position: relative;
    top: unset;
    bottom: unset;
    height: auto;
  }

  .amenitiesgallery + .galleryslider {
    margin-top: -50px;
  }

  .galleryslider {
    background: #E04403;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
  }
  .galleryslider .vmobile {
    width: 780px;
    height: 1120px;
    position: absolute;
    mix-blend-mode: screen;
    background: url(../img/v.svg) no-repeat;
    background-size: 100%;
    top: 0;
    left: 0;
    margin-left: -500px;
  }
  .galleryslider .orangebox {
    display: none;
  }
  .galleryslider .v1, .galleryslider .v2 {
    display: none;
  }
  .galleryslider.nobg {
    background: none;
  }
  .galleryslider .bx-controls-direction {
    display: block;
  }
  .galleryslider .bx-pager {
    display: none;
  }
  .galleryslider h2 {
    font-size: 30px;
    text-align: left !important;
  }
  .galleryslider .bx-controls {
    display: block;
    text-align: center;
    padding-top: 30px;
  }
  .galleryslider .bx-controls .bx-prev, .galleryslider .bx-controls .bx-next {
    width: 76px;
    height: 17px;
    background: url(../img/arrow.svg) no-repeat;
    background-size: cover;
    display: block;
    text-indent: -3000px;
    font-size: 0;
    overflow: hidden;
    -webkit-filter: invert(1);
            filter: invert(1);
    display: inline-block;
    margin: 0 10px;
  }
  .galleryslider .bx-controls .bx-prev {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }

  .galleryslider.buzzardgallery {
    padding-top: 55px;
  }

  .amenitiesgallery .v1, .amenitiesgallery .v2, .amenitiesgallery .v3 {
    display: none;
  }
  .amenitiesgallery .vmobile {
    background: url(../img/singlev2.svg);
    background-size: 100% 100%;
    background-repeat: none;
    width: 824px;
    height: 1596px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -430px;
    mix-blend-mode: screen;
  }
  .amenitiesgallery .vcontainer {
    position: relative;
    padding: 0 !important;
    background-color: #fff;
    margin-bottom: 50px;
    overflow: hidden;
  }
  .amenitiesgallery h2 {
    font-size: 30px;
  }
  .amenitiesgallery .i {
    width: 100%;
    max-width: 100vw;
    padding: 0;
    margin: 0 0px 50px !important;
  }
  .amenitiesgallery .i.mb-0 {
    margin-bottom: 0 !important;
  }
  .amenitiesgallery .i img {
    max-width: 540px;
    width: 100%;
  }

  .amenitiesgallery .row > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .amenitiesgallery .row > *.i {
    padding-left: 0;
    padding-right: 0;
  }

  .singleimagemobile {
    position: relative;
  }
  .singleimagemobile .vmobileapartments {
    background: url(../img/v.svg) no-repeat;
    background-size: 100%;
    width: 781px;
    height: 1121px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -720px;
    mix-blend-mode: screen;
    z-index: 500;
    pointer-events: none;
  }
  .singleimagemobile .vmobilenh {
    pointer-events: none;
    background: url(../img/singlev.svg) no-repeat;
    background-size: 100%;
    width: 529px;
    height: 1025px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 30px;
    mix-blend-mode: screen;
    z-index: 10;
  }

  .whitegradient {
    position: relative;
  }
  .whitegradient:before {
    height: 300px;
    width: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    content: "";
    bottom: 0;
    left: 0;
  }

  .fullpageslider .vmobileamenities {
    pointer-events: none;
    background: url(../img/v.svg) no-repeat;
    background-size: 100%;
    width: 781px;
    height: 1121px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -820px;
    mix-blend-mode: screen;
    z-index: 10;
  }

  .page-template-page-amenities .mobileintro .ftwb {
    margin-bottom: 90px;
  }

  .floorplanstop {
    padding-top: 120px;
  }
  .floorplanstop h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .floorplanstop .by a {
    font-size: 16px;
  }
  .floorplanstop .by a:last-child {
    margin-right: 0;
  }

  .floorplanslist .filterbar {
    margin: 0 -20px 40px;
  }
  .floorplanslist .filterbar ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .floorplanslist .filterbar ul li {
    width: 25%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-bottom: 15px;
  }
  .floorplanslist .filterbar ul li label {
    white-space: nowrap;
  }
  .floorplanslist .sort {
    margin-top: 10px;
  }
  .floorplanslist .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .floorplanslist .item div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 20%;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .floorplanslist .item .title {
    width: 50%;
    text-align: center;
  }
  .floorplanslist .item .img {
    width: 50%;
  }
  .floorplanslist .item .specs span {
    display: block;
    font-size: 0;
    color: transparent;
  }

  .floormap .floorselector {
    padding: 20px 20px 10px;
    margin: 0 -20px 40px;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .floormap .floorselector .l {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: center;
    margin-bottom: 10px;
  }
  .floormap .floorselector a {
    margin-bottom: 10px;
  }
  .floormap .imgs .i {
    padding: 0;
  }
  .floormap .imgs .i .title {
    position: relative;
    text-align: center;
    width: 100%;
  }

  .floorplansinglebottom {
    padding: 50px 0;
  }
  .floorplansinglebottom .selection {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .floorplansinglebottom .selection .i {
    width: 33.33%;
    text-align: center;
    font-size: 16px;
    padding: 0 0 10px;
  }
  .floorplansinglebottom .selection .i strong {
    margin: 0;
  }
  .floorplansinglebottom .selection button {
    margin-top: 20px;
  }

  .fullpageslider.amenities .v {
    display: none;
  }

  .amenitiesgallery h2 {
    margin-left: -20px;
  }
}
@media only screen and (max-width: 640px) {
  .floorplansinglebottom .selection .i {
    padding: 0 0 10px !important;
  }

  .floorplansingle {
    padding-top: 120px;
    height: auto;
  }
  .floorplansingle .title {
    margin: 0 -20px 40px;
    padding: 20px;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .floorplansingle .title .availabity {
    position: relative;
    display: block;
    text-align: center;
  }
  .floorplansingle .title .availabity .availabityin {
    display: block;
    padding-right: 0;
  }
  .floorplansingle .title h1 {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .floorplansingle .stats {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .floorplansingle h4 {
    margin-bottom: 10px;
  }
  .floorplansingle label {
    margin: 30px 0 10px;
  }
}
@media only screen and (max-width: 560px) {
  .floorplanslist .filterbar ul li {
    width: 50%;
  }

  .amenitiesgallery h2 {
    margin-left: 0px;
  }

  .addresses {
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .address {
    max-width: unset;
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  footer .footerlogos {
    text-align: center;
  }
  footer .footerlogos img {
    max-height: 35px;
    margin: 0 7px;
  }

  .contact .gform_wrapper .gform_validation_errors h2 {
    font-size: 20px;
  }

  .floorplanslist .item .code, .floorplanslist .item .specs, .floorplanslist .item .sup {
    width: 33%;
  }
  .floorplanslist .item .price, .floorplanslist .item .date {
    width: 50%;
  }

  .floorplanslist .sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
  .floorplanslist .sort select {
    width: 160px;
    font-size: 14px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 380px) {
  nav ul li a {
    font-size: 32px;
  }

  nav .navin {
    min-height: 500px;
  }

  .mobileintro .ftwb, .homeintro .ftwb, .homeamenities .ftwb, .homeneiberghood .orangeblock .ftwb {
    width: 300px !important;
    height: 86px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Plugin: Announce Pop */

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

    body .announce-pop.type-tab {
        max-width: 42%;
    }
}

body .announce-pop.type-tab .content {
    padding: 25px 40px;
}

body .announce-pop .content .entry {
    font-size: 20px;
}

body .announce-pop.type-tab .ap-close {
    color: #fff;
    font-size: 20px;
    background: #e04403;
    padding: 5px 4em;
}
