@charset "UTF-8";
@font-face {
  font-family: 'Akkurat';
  src: url("fonts/Akkurat-Bold.ttf");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Akzidenz';
  src: url("fonts/AkzidenzGroteskPro-Light.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: aktiv-grotesk,sans-serif;
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'baskerville-display-pt';
  font-weight: 400;
  font-style: italic; }
/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  transition: .2s ease-in-out;
  color: inherit;
  text-decoration: none; }

a:not(.scroll_link):hover {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
  opacity: 0.7; }

ul {
  margin: 0; }

strong {
  font-weight: bold; }

b {
  font-weight: 400; }

i {
  font-style: italic; }

button {
  border: none;
  background: none;
  color: #000; }

textarea {
  resize: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0; }

div::-webkit-scrollbar {
  width: 0 !important; }

div {
  overflow: -moz-scrollbars-none; }

div {
  -ms-overflow-style: none; }

button:focus {
  outline: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:focus, input[type="checkbox"]:focus {
  outline: none; }

textarea:focus {
  outline: none; }

select:focus {
  outline: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

iframe {
  display: block;
  width: 100%;
  border: 0; }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  color: inherit; }

button {
  -webkit-appearance: none; }

.img-fluid {
  max-width: 100%; }

/* defaults end */
html {
  width: 100vw;
  overflow-x: hidden; }

body {
  font-family: 'Akzidenz';
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
  background: #fff;
  margin-top: 60px;
  width: 100vw;
  overflow-x: hidden; }
  body.no-scroll {
    overflow: hidden; }

/* PAGE STYLES */
h2 {
  font-family: 'Akkurat';
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 2px;
  text-transform: uppercase; }

h3 {
  font-family: 'Akkurat';
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.3;
  text-transform: uppercase; }

h4 {
  font-family: 'baskerville-display-pt';
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: 2px;
  font-style: italic; }

h1 {
  font-family: 'baskerville-display-pt';
  font-size: 65px;
  line-height: 1.2;
  letter-spacing: 2px;
  font-style: italic; }

.top_poster h1 {
  padding-top: 45px;
  padding-bottom: 25px;
  line-height: 1; }
.top_poster h4 sup {
  font-size: 30px; }

.my_btn {
  font-family: 'Akkurat';
  line-height: 60px;
  padding: 0 30px;
  font-size: 20px;
  margin-top: 5px;
  color: #fff;
  text-transform: uppercase;
  background: #111;
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: bold;
  display: inline-block; }
  .my_btn.white {
    background: #fff;
    color: #7B9DB5; }
    .my_btn.white:hover {
      color: #7B9DB5; }

.register_btn {
  position: fixed;
  top: 35%;
  transform: translate(0, -50%) rotate(-90deg);
  right: -87px;
  z-index: 10; }
  .register_btn .my_btn {
    letter-spacing: 2px;
    line-height: 40px;
    font-size: 18px;
    box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.31);
    padding: 10px 25px;
    background: #000;
    color: #fff; }
  .register_btn.resident {
    top: calc(35% + 255px); }

p.large {
  font-size: 20px;
  margin-bottom: 40px; }

p.small {
  font-size: 16px; }

.g-recaptcha {
  display: none; }

.cookies_message {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center; }
  .cookies_message .small_logo {
    text-align: left;
    width: 10%;
    padding: 0 40px; }
    .cookies_message .small_logo img {
      height: 60px;
      vertical-align: middle; }
  .cookies_message .text {
    width: 80%; }
    .cookies_message .text p {
      font-size: 14px;
      max-width: 1300px;
      text-align: left; }
  .cookies_message .got_it {
    width: 10%;
    padding: 0 40px; }
    .cookies_message .got_it h3 {
      text-align: right; }
  .cookies_message.accepted {
    display: none; }

.grey_bg {
  background: #DFE5E8; }

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.mh_100 {
  min-height: 100vh; }

#home {
  width: 100vw;
  overflow: hidden; }

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 20px;
  background: #000;
  z-index: 102;
  display: none;
  color: #fff; }
  .policy_popup h3 {
    font-family: 'Akkurat';
    font-size: 45px;
    margin-bottom: 40px;
    font-style: normal; }
  .policy_popup h2, .policy_popup h4, .policy_popup p {
    font-family: 'Akzidenz';
    text-align: left;
    font-size: 24px;
    margin-bottom: 5px; }
  .policy_popup p {
    font-size: 18px;
    margin-bottom: 30px; }
  .policy_popup .main_logo {
    width: 500px;
    max-width: 70%;
    margin-bottom: 40px; }
  .policy_popup .inner_content {
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
    padding: 10px 20px;
    margin: 0 auto; }
  .policy_popup .inner_content::-webkit-scrollbar {
    width: 0;
    height: 8px; }
  .policy_popup .inner_content::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 9px; }
  .policy_popup .inner_content::-webkit-scrollbar-thumb:hover {
    background: #fff; }
  .policy_popup .inner_content::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 9px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0; }
  .policy_popup .small_logo {
    margin-top: 30px; }
  .policy_popup .copyright {
    padding-top: 30px; }
    .policy_popup .copyright p {
      text-align: center; }
  .policy_popup .close_icon {
    position: absolute;
    top: 30px;
    right: 50px;
    width: 35px;
    cursor: pointer; }

.popup_container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100; }
  .popup_container .my_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 900px;
    display: flex; }
    .popup_container .my_popup .image {
      width: 65%;
      background: url("../img/home/interior.jpg") center;
      background-size: cover; }
    .popup_container .my_popup .description {
      width: 35%;
      padding: 60px 40px 40px 40px; }
      .popup_container .my_popup .description a {
        text-decoration: underline; }
    .popup_container .my_popup h4 {
      font-size: 24px; }
    .popup_container .my_popup .logo {
      width: 100%;
      max-width: 400px; }
    .popup_container .my_popup button {
      line-height: 1.2;
      padding: 0;
      border-bottom: 1px solid #000; }
    .popup_container .my_popup .my_btn.small {
      font-size: 14px; }
    .popup_container .my_popup p.disclaimer {
      font-size: 12px;
      color: #707070; }
  .popup_container .close_icon {
    width: 25px;
    position: absolute;
    cursor: pointer;
    top: 4%;
    right: 3%; }

.menu_links {
  list-style-type: none; }
  .menu_links li {
    font-family: 'Akkurat';
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px; }

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 3;
  background: #fff;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1); }

.hamburger {
  position: relative;
  padding: 10px;
  z-index: 10;
  width: auto;
  height: 42px;
  background: #fff;
  z-index: 101;
  border: 1px solid transparent; }

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 1; }

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #000;
  height: 2px;
  border-radius: 0px;
  width: 100%; }

.hamburger-inner:before {
  top: -8px; }

.hamburger-inner:after {
  bottom: -8px; }

.hamburger-box {
  width: 24px;
  height: 18px;
  transition: 0.4s; }
  .hamburger-box:hover {
    transform: scale(1.1); }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000; }

.menu_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
  display: none; }
  .menu_overlay ul {
    text-align: center;
    position: relative;
    margin-top: 15vh;
    padding-left: 0;
    list-style-type: none; }
    .menu_overlay ul li {
      font-size: 20px;
      margin-bottom: 30px;
      color: #000;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: 'Akkurat'; }
  .menu_overlay .close_icon {
    position: absolute;
    top: 25px;
    right: 45px;
    width: 20px; }

.basic {
  padding-top: 50px;
  padding-bottom: 70px; }
  .basic h2 {
    margin-bottom: 35px; }
  .basic h3 {
    margin-bottom: 20px; }
  .basic h4 {
    margin-bottom: 25px; }
  .basic p {
    margin-bottom: 50px; }

.top_poster {
  position: relative; }
  .top_poster .content {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    color: #fff; }
    .top_poster .content h3 {
      margin-bottom: 25px; }
    .top_poster .content h1 {
      margin-bottom: 35px; }
    .top_poster .content h4 {
      margin-bottom: 20px; }
    .top_poster .content p {
      font-size: 18px;
      margin-bottom: 20px; }
    .top_poster .content .box {
      width: 1180px;
      max-width: 90%;
      margin: 0 auto;
      backdrop-filter: blur(5px);
      background: rgba(0, 0, 0, 0.4);
      padding-top: 50px;
      padding-bottom: 40px; }
  .top_poster .menu_links li {
    display: inline-block;
    margin: 0 12px;
    color: #fff;
    font-size: 20px; }

.community .container {
  max-width: 900px; }
.community .icons img {
  margin-bottom: 10px; }
.community .icons [class*="col-"] h3:first-of-type {
  margin-bottom: 50px; }

.neighbourhood .boxes {
  display: flex; }
.neighbourhood .boxes_left {
  padding-right: 20px;
  width: 74%; }
.neighbourhood .boxes_right {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  width: 30%; }

.neighbourhood_slider {
  position: relative;
  width: 100vw; }
  .neighbourhood_slider .slick-slide img {
    width: 100%; }
  .neighbourhood_slider .slider_container {
    /* the slides */
    /* the parent */ }
    .neighbourhood_slider .slider_container .slick-slide {
      margin: 0 15px; }
    .neighbourhood_slider .slider_container .slick-list {
      margin: 0 -15px; }
  .neighbourhood_slider .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
  .neighbourhood_slider .slick-dots button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    font-size: 1px;
    color: rgba(0, 0, 0, 0); }
  .neighbourhood_slider .slick-dots .slick-active button {
    background: #000; }
  .neighbourhood_slider p.small {
    margin-bottom: 10px; }

/* FLOORPLANS */
#floorplans .go_to_top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000;
  border: 2px solid #fff; }
  #floorplans .go_to_top .arrow {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px; }
#floorplans .masthead {
  background: url("../img/floorplans/poster.jpg") center bottom;
  background-size: cover; }
  #floorplans .masthead .logo {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 300px; }
#floorplans .checkbox {
  display: inline-block;
  position: relative;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
  margin-right: 0px; }
  #floorplans .checkbox .home-icon {
    width: 210px;
    display: block;
    margin-bottom: 15px; }
  #floorplans .checkbox .soon {
    filter: grayscale(1);
    opacity: 0.6; }
  #floorplans .checkbox input {
    position: absolute;
    opacity: 0;
    width: 10px;
    height: 10px;
    left: 30px; }
  #floorplans .checkbox label {
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    text-transform: none; }
  #floorplans .checkbox label:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    left: -5px;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #454343;
    border-image: initial;
    background: transparent;
    text-align: center;
    line-height: 23px;
    font-size: 20px; }
  #floorplans .checkbox input[type="radio"]:checked + label,
  #floorplans .checkbox input[type="checkbox"]:checked + label {
    background: transparent;
    color: #000; }
  #floorplans .checkbox input[type="radio"]:checked + label:before,
  #floorplans .checkbox input[type="checkbox"]:checked + label:before {
    content: "\2713"; }
  #floorplans .checkbox.missing label:before {
    border-color: red; }
#floorplans .type_selector h4 {
  font-size: 24px;
  text-decoration: underline;
  cursor: pointer; }
#floorplans .type_selector .select_container {
  position: relative; }
  #floorplans .type_selector .select_container img {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%) rotate(180deg); }
  #floorplans .type_selector .select_container select {
    width: 100%;
    border: 1px solid #999;
    font-family: 'Akkurat';
    padding: 5px 15px;
    cursor: pointer;
    background: url("../img/select_arrow.png") no-repeat right center;
    background-size: 45px; }
#floorplans .filters .selectors .box {
  cursor: pointer;
  display: inline-block; }
  #floorplans .filters .selectors .box p {
    font-size: 24px;
    color: #000; }
#floorplans .floorplan_box.hidden {
  display: none; }
#floorplans .dark {
  font-family: 'Akkurat';
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px; }
#floorplans .filters {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
  align-items: center; }
  #floorplans .filters .fsslider > .fssel-left,
  #floorplans .filters .fsslider > .fssel-right,
  #floorplans .filters .fsslider > .fscaret {
    min-width: 20px; }
    #floorplans .filters .fsslider > .fssel-left:before,
    #floorplans .filters .fsslider > .fssel-right:before,
    #floorplans .filters .fsslider > .fscaret:before {
      content: "||";
      font-size: 10px;
      color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center; }
  #floorplans .filters .fsslider > .fsfull-value,
  #floorplans .filters .fsslider > .fssel-value {
    background: #e8e8e8; }
  #floorplans .filters .fsslider > .fssel-value {
    background: #003057;
    height: 2px;
    margin-top: -1px; }
  #floorplans .filters .fsslider > .fscaret {
    background: #000; }
  #floorplans .filters .filter p.pe-3 {
    font-family: 'Akkurat';
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1; }
    #floorplans .filters .filter p.pe-3 .icon {
      margin-right: 10px; }
  #floorplans .filters .filter p {
    font-weight: 700;
    color: #000;
    margin-bottom: 8px; }
  #floorplans .filters .filter .range_slider {
    margin-top: 5px; }
  #floorplans .filters .filter input,
  #floorplans .filters .filter select {
    display: inline-block;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    width: 100%;
    color: #000; }
  #floorplans .filters .filter .col-6 input {
    width: 45px; }
  @supports (-webkit-touch-callout: none) {
    #floorplans .filters .filter .col-6 input {
      width: 55px; } }
  #floorplans .filters .filter p {
    display: inline-block;
    font-size: 16px; }
  #floorplans .filters .filter .dash {
    width: 100%;
    height: 2px;
    background: #000; }
  #floorplans .filters .filter .selectors {
    margin-top: 3px; }
  #floorplans .filters .filter .selectors .box {
    display: inline-block;
    width: auto;
    padding: 5px 20px;
    background: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    transition: all 0.4s; }
  #floorplans .filters .filter .selectors .box p {
    text-align: center;
    line-height: 32px;
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 2px;
    margin: 0; }
  #floorplans .filters .filter .selectors .box.active {
    background: #000; }
    #floorplans .filters .filter .selectors .box.active p {
      color: #fff; }
    #floorplans .filters .filter .selectors .box.active.load_style {
      background: #fff; }
      #floorplans .filters .filter .selectors .box.active.load_style p {
        color: #000; }
  #floorplans .filters .filter .selectors .box:nth-of-type(5) {
    margin-right: 0; }
#floorplans .box {
  position: relative;
  max-width: 100%; }
  #floorplans .box .details {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.4s; }
    #floorplans .box .details h3 {
      position: absolute;
      top: 50%;
      width: 100%;
      text-align: center;
      transform: translate(0, -50%);
      color: #fff; }
  #floorplans .box:hover .details {
    opacity: 1; }
#floorplans .box img:not(.reserved_img) {
  height: 380px;
  margin: 0 auto;
  display: block; }
#floorplans .box .reserved_img {
  height: auto; }
#floorplans .box {
  padding: 45px;
  background: #fff;
  max-width: 500px;
  position: relative; }
  #floorplans .box .reserved_img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%; }
  #floorplans .box.reserved .reserved_img {
    display: block; }
#floorplans .controlls {
  border-bottom: 1px solid #000;
  margin-bottom: 10px; }
  #floorplans .controlls button {
    font-family: 'Akkurat';
    font-size: 20px;
    text-transform: uppercase;
    line-height: 60px;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
    cursor: pointer; }
    #floorplans .controlls button.active {
      font-size: 24px;
      border-bottom: 2px solid #000; }
#floorplans .container {
  max-width: 1200px; }
  #floorplans .container h2 {
    font-size: 40px;
    margin-bottom: 5px; }
    #floorplans .container h2 span {
      display: inline-block;
      vertical-align: middle;
      font-family: 'baskerville-display-pt';
      text-transform: none;
      font-size: 20px;
      letter-spacing: normal; }
    #floorplans .container h2 p {
      font-size: 24px;
      letter-spacing: 2px; }
  #floorplans .container p {
    font-size: 20px;
    margin-bottom: 0px; }
    #floorplans .container p span {
      font-family: 'Akkurat';
      font-size: 24px;
      text-transform: uppercase; }
  #floorplans .container .box {
    cursor: pointer;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #454343; }
  #floorplans .container .my_slider {
    padding-bottom: 50px;
    /* the slides */
    /* the parent */ }
    #floorplans .container .my_slider .slick-slide {
      margin: 0 27px; }
    #floorplans .container .my_slider .slick-list {
      margin: 0 -27px; }
#floorplans.floorplan_details .slick-slide {
  height: auto; }
#floorplans.floorplan_details .my_slider, #floorplans.floorplan_details .slick-list {
  height: 100%; }
#floorplans.floorplan_details .masthead {
  background: url("../img/individual_poster.jpg") center;
  background-size: cover;
  height: calc(100vh - 120px);
  position: relative; }
  #floorplans.floorplan_details .masthead .down_arrow {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    cursor: pointer; }
#floorplans.floorplan_details .floorplan_img {
  max-height: 800px;
  margin: 0 auto; }
#floorplans.floorplan_details .gallery_slider_container {
  position: relative; }
  #floorplans.floorplan_details .gallery_slider_container .slick-dots {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    text-align: center; }
    #floorplans.floorplan_details .gallery_slider_container .slick-dots li {
      display: inline-block;
      margin: 0 10px; }
      #floorplans.floorplan_details .gallery_slider_container .slick-dots li button {
        color: rgba(0, 0, 0, 0);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.5);
        padding: 0; }
      #floorplans.floorplan_details .gallery_slider_container .slick-dots li.slick-active button {
        background: #000; }
  #floorplans.floorplan_details .gallery_slider_container .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    width: 26px;
    height: 30px;
    color: rgba(0, 0, 0, 0);
    z-index: 100; }
    #floorplans.floorplan_details .gallery_slider_container .slick-arrow.slick-prev {
      background: url("../img/arrow_left_dark.png");
      background-size: contain;
      left: -40px; }
    #floorplans.floorplan_details .gallery_slider_container .slick-arrow.slick-next {
      background: url("../img/arrow_right_dark.png");
      background-size: contain;
      right: -40px; }
  #floorplans.floorplan_details .gallery_slider_container .arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer; }
    #floorplans.floorplan_details .gallery_slider_container .arrow.arrow_left {
      left: -40px; }
    #floorplans.floorplan_details .gallery_slider_container .arrow.arrow_right {
      right: -40px; }
#floorplans.floorplan_details .controlls button.no_use {
  border-bottom: 2px solid transparent;
  pointer-events: none; }
#floorplans.floorplan_details .controlls .download img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px; }
#floorplans.floorplan_details .controlls .download p.small {
  vertical-align: middle;
  display: inline-block;
  font-family: 'Akkurat';
  font-size: 12px;
  text-transform: uppercase; }
#floorplans.floorplan_details .title h1 {
  position: relative;
  font-size: 120px;
  letter-spacing: 10px;
  display: inline-block;
  text-transform: uppercase; }
  #floorplans.floorplan_details .title h1::after {
    content: "";
    position: absolute;
    height: 60%;
    width: 1px;
    right: -30px;
    top: 50%;
    transform: translate(0, -50%);
    background: #000; }
#floorplans.floorplan_details .title h3 {
  font-size: 40px;
  display: inline-block; }
#floorplans.floorplan_details .title p {
  font-size: 40px;
  text-transform: uppercase; }
  #floorplans.floorplan_details .title p span {
    font-size: 40px; }

/* FLOORPLANS END */
.map_container {
  /* Rounded sliders */ }
  .map_container .map_overlay_container {
    position: relative; }
    .map_container .map_overlay_container .map_overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      transition: all 0.4s; }
      .map_container .map_overlay_container .map_overlay.active {
        opacity: 1; }
  .map_container .switch {
    position: relative;
    display: inline-block;
    width: 62px;
    height: 34px;
    border: 1px solid #707070;
    border-radius: 16px;
    margin-bottom: 10px; }
  .map_container .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .map_container .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0.3; }
  .map_container .slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 4px;
    bottom: 3px;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s; }
  .map_container input:checked + .slider {
    opacity: 1; }
  .map_container input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); }
  .map_container .slider.round {
    border-radius: 34px; }
  .map_container .slider.round:before {
    border-radius: 50%; }

.register_form .container {
  position: relative; }
  .register_form .container .thank_you_message {
    display: none;
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    background: #fff;
    padding: 30px; }
    .register_form .container .thank_you_message h3 {
      position: absolute;
      z-index: 2;
      width: 100%;
      left: 0;
      text-align: center;
      top: 50%;
      transform: translate(0, -50%); }
.register_form .form_container {
  position: relative; }
.register_form .form {
  position: relative;
  margin: 0 auto;
  transition: all 0.4s; }
  .register_form .form input[type="text"],
  .register_form .form input[type="search"],
  .register_form .form input[type="tel"],
  .register_form .form input[type="number"],
  .register_form .form input[type="email"],
  .register_form .form input[type="password"],
  .register_form .form select {
    width: 100%;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 20px;
    color: #000;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    border-bottom: 1px solid #707070;
    outline: none;
    border-radius: 0;
    padding: 0; }
  .register_form .form input[type="text"]::placeholder,
  .register_form .form input[type="search"]::placeholder,
  .register_form .form input[type="tel"]::placeholder,
  .register_form .form input[type="number"]::placeholder,
  .register_form .form input[type="email"]::placeholder,
  .register_form .form input[type="password"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */ }
  .register_form .form input[type="text"]:-ms-input-placeholder,
  .register_form .form input[type="search"]:-ms-input-placeholder,
  .register_form .form input[type="tel"]:-ms-input-placeholder,
  .register_form .form input[type="number"]:-ms-input-placeholder,
  .register_form .form input[type="email"]:-ms-input-placeholder,
  .register_form .form input[type="password"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000; }
  .register_form .form input[type="text"]::-ms-input-placeholder,
  .register_form .form input[type="search"]::-ms-input-placeholder,
  .register_form .form input[type="tel"]::-ms-input-placeholder,
  .register_form .form input[type="number"]::-ms-input-placeholder,
  .register_form .form input[type="email"]::-ms-input-placeholder,
  .register_form .form input[type="password"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000; }
  .register_form .form .form-group {
    position: relative; }
    .register_form .form .form-group .arrow_down {
      position: absolute;
      top: 10px;
      width: 30px;
      top: 10px;
      cursor: pointer; }
  .register_form .form select {
    background: url("../img/down_arrow_icon.svg") no-repeat;
    background-size: 30px;
    background-position: right center;
    cursor: pointer; }
  .register_form .form legend {
    font-size: 20px; }
  .register_form .form .disclaimer p {
    font-size: 16px; }
  .register_form .form .missing input[type="text"],
  .register_form .form .missing input[type="search"],
  .register_form .form .missing input[type="tel"],
  .register_form .form .missing input[type="number"],
  .register_form .form .missing input[type="email"],
  .register_form .form .missing input[type="password"] {
    border-bottom: 1px solid red; }
    .register_form .form .missing input[type="text"]::placeholder,
    .register_form .form .missing input[type="search"]::placeholder,
    .register_form .form .missing input[type="tel"]::placeholder,
    .register_form .form .missing input[type="number"]::placeholder,
    .register_form .form .missing input[type="email"]::placeholder,
    .register_form .form .missing input[type="password"]::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: red;
      opacity: 1;
      /* Firefox */ }
    .register_form .form .missing input[type="text"]:-ms-input-placeholder,
    .register_form .form .missing input[type="search"]:-ms-input-placeholder,
    .register_form .form .missing input[type="tel"]:-ms-input-placeholder,
    .register_form .form .missing input[type="number"]:-ms-input-placeholder,
    .register_form .form .missing input[type="email"]:-ms-input-placeholder,
    .register_form .form .missing input[type="password"]:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: red; }
    .register_form .form .missing input[type="text"]::-ms-input-placeholder,
    .register_form .form .missing input[type="search"]::-ms-input-placeholder,
    .register_form .form .missing input[type="tel"]::-ms-input-placeholder,
    .register_form .form .missing input[type="number"]::-ms-input-placeholder,
    .register_form .form .missing input[type="email"]::-ms-input-placeholder,
    .register_form .form .missing input[type="password"]::-ms-input-placeholder {
      /* Microsoft Edge */
      color: red; }
  .register_form .form .missing select {
    border-bottom: 1px solid red;
    color: red; }
  .register_form .form .agent_name_field {
    display: none; }
  .register_form .form .checkbox {
    display: inline-block;
    position: relative;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
    margin-right: 5px; }
    .register_form .form .checkbox input {
      position: absolute;
      opacity: 0;
      width: 10px;
      height: 10px;
      left: 30px; }
    .register_form .form .checkbox label {
      padding: 10px 15px;
      position: relative;
      cursor: pointer;
      text-transform: none; }
    .register_form .form .checkbox input[type="radio"]:checked + label,
    .register_form .form .checkbox input[type="checkbox"]:checked + label {
      background: #000;
      color: #fff; }
    .register_form .form .checkbox.missing label:before {
      border-color: red; }
  .register_form .form .disclaimer .checkbox {
    display: inline-block;
    position: relative;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
    margin-right: 0px; }
    .register_form .form .disclaimer .checkbox input {
      position: absolute;
      opacity: 0;
      width: 10px;
      height: 10px;
      left: 30px; }
    .register_form .form .disclaimer .checkbox label {
      font-size: 18px;
      padding-left: 35px;
      position: relative;
      cursor: pointer;
      text-transform: none; }
    .register_form .form .disclaimer .checkbox label:before {
      content: "";
      position: absolute;
      top: 11px;
      display: block;
      left: -5px;
      width: 25px;
      height: 25px;
      margin-left: 5px;
      border-width: 2px;
      border-style: solid;
      border-color: #454343;
      border-image: initial;
      background: transparent;
      text-align: center;
      line-height: 23px;
      font-size: 45px;
      border-radius: 50%; }
    .register_form .form .disclaimer .checkbox input[type="radio"]:checked + label,
    .register_form .form .disclaimer .checkbox input[type="checkbox"]:checked + label {
      background: transparent;
      color: #000; }
    .register_form .form .disclaimer .checkbox input[type="radio"]:checked + label:before,
    .register_form .form .disclaimer .checkbox input[type="checkbox"]:checked + label:before {
      content: "•"; }
    .register_form .form .disclaimer .checkbox.missing label:before {
      border-color: red; }
  .register_form .form .disclaimer.interest .checkbox {
    padding: 0; }
  .register_form .form .disclaimer .missing .checkbox label:before {
    border-color: red; }
  .register_form .form .consent .checkbox label:before {
    top: 13px;
    border-radius: 0;
    font-size: 20px; }
  .register_form .form .consent .checkbox input[type="radio"]:checked + label:before,
  .register_form .form .consent .checkbox input[type="checkbox"]:checked + label:before {
    content: "\2713"; }
  .register_form .form .warning-message,
  .register_form .form .error-message {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: red; }
  .register_form .form .thank_you_message {
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100% + 10px);
    opacity: 0;
    z-index: -1;
    text-align: center;
    transition: all 0.4s;
    background: #000;
    padding: 30px; }
    .register_form .form .thank_you_message .close_btn {
      position: absolute;
      bottom: 20px;
      width: 100%;
      text-align: center; }
    .register_form .form .thank_you_message h3 {
      position: absolute;
      text-align: center;
      width: 100%;
      top: 50%;
      transform: translate(0, -50%); }
    .register_form .form .thank_you_message .close_btn {
      position: absolute;
      bottom: 20%;
      left: 50%;
      transform: translate(-50%, 0);
      font-size: 24px; }
  .register_form .form.completed .thank_you_message {
    opacity: 1;
    z-index: 2; }
.register_form .my_btn {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 21px;
  padding: 0 1px;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  color: #000;
  background: transparent;
  font-weight: bold; }
.register_form .disclaimer p {
  font-size: 20px; }

.show_message {
  cursor: pointer; }

.footer, .under_footer {
  color: #fff; }
  .footer .container, .under_footer .container {
    max-width: 1300px; }

.footer {
  background: url(../img/ballerina.jpg) bottom right no-repeat #000;
  background-size: 45% auto; }
  .footer .heading {
    padding-top: 135px;
    padding-bottom: 95px; }
  .footer p.title {
    font-family: 'baskerville-display-pt';
    font-style: italic;
    font-size: 30px;
    line-height: 1.4; }
  .footer p {
    font-size: 18px;
    margin-bottom: 20px; }
  .footer .second_footer_space {
    padding-bottom: 35px; }

.under_footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #000; }
  .under_footer p {
    font-size: 14px; }

/* PAGE STYLES END */
/* RESPONSIVE */
@media (max-width: 1400px) {
  .top_poster h1 {
    font-size: 50px; }
  .top_poster h4 sup {
    font-size: 18px; }

  /* FLOORPLANS */
  #floorplans.floorplan_details .title h1 {
    font-size: 80px;
    letter-spacing: 8px; }
  #floorplans.floorplan_details .title h3 {
    font-size: 28px; }
  #floorplans.floorplan_details .title p {
    font-size: 30px;
    text-transform: uppercase; }
    #floorplans.floorplan_details .title p span {
      font-size: 30px; }
  #floorplans.floorplan_details .gallery_slider_container .slick-dots li {
    margin: 0 5px; }
  #floorplans.floorplan_details .gallery_slider_container .arrow.arrow_left {
    left: 15px; }
  #floorplans.floorplan_details .gallery_slider_container .arrow.arrow_right {
    right: 15px; } }
@media (max-width: 991px) {
  body {
    font-size: 18px; }

  h1 {
    font-size: 40px; }

  h2 {
    font-size: 25px; }

  h4 {
    font-size: 25px;
    margin-bottom: 25px; }

  .my_btn {
    line-height: 50px;
    padding: 0 25px;
    font-size: 18px; }

  .top_poster h1 {
    font-size: 32px;
    padding: 0 10px; }
  .top_poster h4 sup {
    font-size: 16px; }
  .top_poster .content h3 {
    padding-top: 20px;
    margin-bottom: 15px; }
  .top_poster .content h1 {
    margin-bottom: 15px; }
  .top_poster .content h4 {
    margin-bottom: 20px; }
  .top_poster .menu_links li {
    font-size: 18px; }

  .neighbourhood .boxes_left {
    padding-right: 12px; }

  .map_container h3 {
    font-size: 16px; }
  .map_container .switch {
    width: 56px;
    height: 28px;
    margin-bottom: 15px; }
  .map_container .slider:before {
    height: 20px;
    width: 20px; } }
@media (max-width: 767px) {
  h1 {
    font-size: 32px; }

  h2 {
    font-size: 22px; }

  h3 {
    font-size: 18px; }

  body {
    margin-top: 50px; }

  .basic {
    padding-top: 60px; }

  .register_btn {
    right: -75px;
    top: auto;
    bottom: 30%; }
    .register_btn .my_btn {
      line-height: 24px;
      font-size: 14px;
      padding: 7px 20px; }
    .register_btn.resident {
      top: auto;
      bottom: calc(30% + 200px); }

  .header {
    padding-top: 5px;
    padding-bottom: 5px; }

  .menu_overlay .close_icon {
    top: 20px;
    right: 25px; }

  .basic h2 {
    margin-bottom: 25px; }

  .top_poster .content h1 {
    margin-bottom: 10px; }
  .top_poster .content h3 {
    padding-top: 25px;
    margin-bottom: 10px; }
  .top_poster .content h4 {
    margin-bottom: 15px; }
  .top_poster .menu_links li {
    font-size: 14px;
    margin: 0 7px; }

  /* FLOORPLANS */
  #floorplans .filters {
    display: none; }
  #floorplans .container h2 {
    font-size: 24px; }
    #floorplans .container h2 span {
      display: block; }
  #floorplans .controlls {
    text-align: center;
    margin-bottom: 50px; }
    #floorplans .controlls button {
      font-size: 15px; }
      #floorplans .controlls button.active {
        font-size: 17px; }
  #floorplans.floorplan_details .masthead {
    height: calc(100vh - 90px); }
  #floorplans.floorplan_details .title h1 {
    font-size: 60px;
    letter-spacing: 8px; }
  #floorplans.floorplan_details .title h3 {
    font-size: 26px; }
  #floorplans.floorplan_details .title p {
    font-size: 28px;
    text-transform: uppercase; }
    #floorplans.floorplan_details .title p span {
      font-size: 28px; }
  #floorplans.floorplan_details .gallery_slider_container .slick-dots li {
    margin: 0 5px; }
  #floorplans.floorplan_details .gallery_slider_container .slick-arrow.slick-prev {
    left: 15px; }
  #floorplans.floorplan_details .gallery_slider_container .slick-arrow.slick-next {
    right: 15px; }

  /* FLOORPLANS END */ }
@media (max-width: 575px) {
  h1 {
    font-size: 28px;
    line-height: 1.1; }

  .container {
    max-width: 100%; }

  .top_poster .ratio > * {
    top: -70px; }
  .top_poster .content {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: -50px;
    transform: translate(0, 0); }
    .top_poster .content h1 {
      font-size: 26px; }
    .top_poster .content .box {
      background: #000; }
      .top_poster .content .box .my_btn {
        line-height: 40px; }
    .top_poster .content p {
      font-size: 16px; }
    .top_poster .content h3 {
      padding-top: 0; }
    .top_poster .content .menu_links {
      display: none; }

  .neighbourhood .boxes {
    flex-wrap: wrap; }
    .neighbourhood .boxes .boxes_left {
      width: 100%;
      margin-bottom: 10px;
      padding-right: 0; }
    .neighbourhood .boxes .boxes_right {
      width: 100%;
      flex-wrap: nowrap; }
      .neighbourhood .boxes .boxes_right img {
        width: calc(50% - 5px); }
        .neighbourhood .boxes .boxes_right img:first-of-type {
          margin-right: 10px; }

  .neighbourhood_slider {
    position: relative;
    width: 100vw;
    overflow-x: hidden; }
    .neighbourhood_slider .slick-slide img {
      width: 100%; }
    .neighbourhood_slider .slick-slide p {
      padding-left: 15px;
      padding-right: 15px; }
    .neighbourhood_slider .slider_container {
      /* the slides */
      /* the parent */ }
      .neighbourhood_slider .slider_container .slick-slide {
        margin: 0 10px; }
      .neighbourhood_slider .slider_container .slick-list {
        margin: 0 -10px; }
    .neighbourhood_slider p.small {
      margin-bottom: 10px; }

  .menu_overlay ul {
    margin-top: 15vh; } }

/*# sourceMappingURL=my_style.css.map */
