@font-face {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 600;
  font-style: normal; }
/*------------------------------------*\
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; }

ul {
  margin: 0; }

strong {
  font-weight: bold; }

b {
  font-weight: 400; }

i {
  font-style: italic; }

button {
  border: none;
  background: none; }

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 {
  overflow-x: hidden; }

body {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  color: #003057;
  margin: 0;
  background: #fff;
  width: 100vw;
  overflow-x: hidden;
  padding-top: 95px; }
  body.no-overflow, body.no-scroll {
    overflow: hidden; }
  @media (min-width: 1840px) {
    body.windows .video_wrapper .vimeo_video_bg {
      top: 5px; } }
  body.windows .video_wrapper .vimeo_video_bg {
    top: 5px; }

.lines_bg {
  background: url("../img/lines_bg.jpg") center top no-repeat;
  background-size: contain; }

span.show_message {
  cursor: pointer; }

.popup_container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none; }
  .popup_container .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    margin: 0 auto;
    max-width: 900px;
    background: #fff; }
    .popup_container .popup .inner {
      padding: 70px 50px; }
    .popup_container .popup .close_icon {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 25px;
      cursor: pointer; }

/* PAGE STYLES */
#home h1 {
  font-size: 100px;
  line-height: 1;
  color: #003057; }
  #home h1.blue {
    color: #003057; }
#home .map ul li {
  margin-bottom: 10px; }
#home .map .list:last-of-type {
  padding-bottom: 0; }

h1 {
  color: #FFAE62; }

h1, h2 {
  font-size: 80px;
  line-height: 1; }

h3 {
  font-size: 60px;
  line-height: 1.1; }

h5 {
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 1; }

h6 {
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 1.1;
  color: #FFAE62; }

p {
  letter-spacing: 1px; }

p.small {
  font-size: 16px; }

.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; }

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.edge_padding {
  padding-left: 80px; }

.edge_padding_right {
  padding-right: 80px; }

.edge_margin_right {
  padding-right: 80px; }

.mh_100 {
  min-height: 100vh; }

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 0;
  background: #fff;
  z-index: 100;
  display: none; }
  .policy_popup h3 {
    margin-bottom: 40px; }
  .policy_popup h2, .policy_popup h4, .policy_popup p {
    text-align: left; }
  .policy_popup p {
    font-size: 20px;
    margin-bottom: 30px;
    color: #000;
    letter-spacing: 0.6px; }
  .policy_popup .main_logo {
    width: 500px;
    max-width: 70%;
    margin-bottom: 40px; }
  .policy_popup .inner_content_container {
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
    padding: 10px 20px; }
  .policy_popup .inner_content {
    max-width: 1350px;
    margin: 0 auto; }
  .policy_popup .inner_content_container::-webkit-scrollbar {
    width: 0;
    height: 8px; }
  .policy_popup .inner_content_container::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 9px; }
  .policy_popup .inner_content_container::-webkit-scrollbar-thumb:hover {
    background: #fff; }
  .policy_popup .inner_content_container::-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;
      font-size: 16px; }
  .policy_popup .close_icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 35px;
    cursor: pointer; }

.my_btn {
  width: 320px;
  max-width: 100%;
  font-family: 'neue-haas-grotesk-display', sans-serif;
  line-height: 70px;
  padding: 0 20px;
  font-size: 24px;
  cursor: pointer; }
  .my_btn.short {
    width: 200px; }
  .my_btn.orange {
    background: #FFAE62;
    color: #fff; }
  .my_btn.blue {
    background: #003057;
    color: #fff; }
  .my_btn.orange_blue {
    background: #FFAE62;
    color: #003057; }

.video_wrapper {
  position: relative; }
  .video_wrapper .vimeo_video_bg {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.hamburger {
  position: relative;
  padding: 10px;
  padding-top: 5px;
  z-index: 10;
  width: auto;
  height: 32px;
  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: #003057;
  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: #fff; }

.text-white {
  color: #fff; }

.text-blue {
  color: #003057; }

.text-orange {
  color: #FFAE62; }

.orange_bg {
  background: #FFAE62; }

.blue_bg {
  background: #003057;
  color: #fff; }

.orange_bg {
  background: #FFAE62; }

.negative_margin_top {
  margin-top: -140px; }

.negative_margin_bottom {
  margin-bottom: -140px; }

.menu_overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 100%;
  z-index: 100;
  background: #003057;
  transition: all 0.4s;
  max-height: 100vh;
  overflow-y: scroll; }
  .menu_overlay .hamburger {
    position: absolute;
    right: 20px;
    top: 30px; }
  .menu_overlay .row {
    min-height: 100vh; }
    .menu_overlay .row.no_min_height {
      min-height: auto; }
  .menu_overlay.active {
    bottom: 0; }
  .menu_overlay .menu {
    display: flex;
    height: 100%;
    align-items: stretch; }
    .menu_overlay .menu ul {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      .menu_overlay .menu ul li {
        color: #fff;
        font-size: 28px;
        border-bottom: 1px solid #fff;
        width: 100%;
        display: flex;
        align-items: center; }

.all_header {
  border-bottom: 1px solid #003057;
  -webkit-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.14);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10; }
  .all_header .logo {
    max-height: 50px; }
  .all_header li a:hover {
    color: #FFAE62; }
  .all_header .my_btn {
    width: 230px;
    line-height: 60px;
    font-size: 20px; }

.masthead {
  position: relative;
  background-size: cover;
  position: fixed;
  top: 0;
  z-index: 10;
  background: #fff;
  width: 100%; }
  .masthead.scrolled {
    -webkit-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.14); }
  .masthead .logo {
    width: 110px; }
  .masthead .my_btn {
    max-width: 100%;
    padding: 0 10px; }
  .masthead h5 {
    margin-bottom: 0; }
  .masthead .iframe.vimeo {
    padding-bottom: 56.25%; }
  .masthead .content_container_top {
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 4; }
    .masthead .content_container_top .content {
      padding: 0 30px; }
  .masthead .content_container_bottom {
    position: absolute;
    top: calc(55% - 50px);
    width: 100%;
    padding: 0 100px;
    transform: translate(0, -50%);
    color: #fff;
    text-align: center;
    z-index: 4;
    padding-top: 50px; }
  .masthead div.iframe iframe {
    height: calc(100vw*(9/16)); }
  .masthead .mute_container {
    position: fixed;
    width: 40px;
    bottom: 10px;
    right: 20px;
    cursor: pointer;
    z-index: 10; }
    .masthead .mute_container img {
      width: 100%; }
    .masthead .mute_container .mute {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      z-index: -1;
      transition: all 0.3s;
      z-index: 2; }
    .masthead .mute_container.unmuted .unmute {
      opacity: 0; }
    .masthead .mute_container.unmuted .mute {
      opacity: 1;
      z-index: 1; }
  .masthead ul li {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px; }
    .masthead ul li a:hover {
      color: #FFAE62; }
    .masthead ul li:first-of-type {
      margin-left: 0; }
    .masthead ul li:last-of-type {
      margin-right: 0;
      margin-left: 10px; }
    .masthead ul li.phone {
      color: #FFAE62; }

@media (min-width: 1400px) {
  .container {
    max-width: 1380px; }
    .container p {
      margin: auto;
      max-width: 1100px;
      margin-bottom: 35px; } }
.container p {
  max-width: 1100px;
  letter-spacing: 0.8px; }

.slick-initialized .slick-slide {
  position: relative; }

.slider_container {
  position: relative; }
  .slider_container .slider_arrow {
    position: absolute;
    bottom: 20px;
    cursor: pointer; }
    .slider_container .slider_arrow.arrow_left {
      right: 80px; }
    .slider_container .slider_arrow.arrow_right {
      right: 20px; }
  .slider_container p.name {
    color: #fff;
    bottom: 20px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    position: absolute; }

/* city living */
.city_living .orange {
  background: #FFAE62; }
.city_living .slider_container {
  margin-left: -15%; }

/* city living end */
/* lets talk */
.talk_style {
  background: url("../img/lets_talk_bg.jpg") no-repeat center top;
  background-size: 100% auto;
  color: #fff; }
  .talk_style .my_btn {
    color: #003057; }

/* lets talk end */
.register_form {
  width: 100vw;
  overflow: hidden; }
  .register_form .container {
    position: relative; }
  .register_form .form_container {
    position: relative; }
  .register_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;
    padding: 30px; }
    .register_form .thank_you_message .close_btn {
      position: absolute;
      bottom: 20px;
      width: 100%;
      text-align: center; }
    .register_form .thank_you_message h3 {
      position: absolute;
      text-align: center;
      width: 100%;
      top: 50%;
      left: 0;
      transform: translate(0, -50%); }
    .register_form .thank_you_message .close_btn {
      position: absolute;
      bottom: 20%;
      left: 50%;
      transform: translate(-50%, 0);
      font-size: 24px; }
  .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: 30px;
      line-height: 75px;
      margin-bottom: 20px;
      color: #000;
      -webkit-appearance: none;
      border: none;
      background: transparent;
      border-bottom: 1px solid #003057;
      outline: none; }
    .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: #003057;
      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: #003057; }
    .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: #003057; }
    .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 .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;
        line-height: 1.6;
        letter-spacing: 0.5px; }
      .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 {
        padding-top: 5px;
        padding-left: 35px;
        position: relative;
        cursor: pointer;
        line-height: 1.8;
        text-transform: none; }
      .register_form .form .disclaimer .checkbox label:before {
        content: "";
        position: absolute;
        top: 10px;
        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; }
      .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: "\2713"; }
      .register_form .form .disclaimer .checkbox.missing label:before {
        border-color: red; }
    .register_form .form .warning-message,
    .register_form .form .error-message {
      display: block;
      font-size: 14px;
      line-height: 1.5;
      color: red; }
  .register_form.completed form {
    opacity: 0; }
  .register_form.completed .thank_you_message {
    opacity: 1;
    z-index: 2; }
  .register_form .disclaimer p {
    font-size: 20px; }

.footer {
  background: url("../img/footer_bg.png") no-repeat right center #003057;
  background-size: auto 100%;
  padding: 50px 85px;
  color: #fff; }
  .footer .social {
    max-height: 25px; }
  .footer p {
    font-size: 16px; }
  .footer .container {
    max-width: 1700px; }
  .footer .logo {
    max-width: 180px; }
  .footer .build_logo {
    width: 150px;
    max-width: 100%; }

.g-recaptcha {
  display: none; }

/* PAGE STYLES END */
/* amenities page */
#amenities .building_map h6 span {
  font-size: 14px; }
#amenities .building_map p {
  color: #FFAE62; }
#amenities .building_map hr {
  background: #FFAE62; }
#amenities .building_map .map_point {
  position: absolute; }
  #amenities .building_map .map_point.point_1 {
    bottom: 36%;
    left: 44%; }
  #amenities .building_map .map_point.point_2 {
    bottom: 30%;
    right: 15%; }
  #amenities .building_map .map_point.point_3 {
    bottom: 18%;
    left: 13%; }
  #amenities .building_map .map_point.point_4 {
    top: 54%;
    right: 27%; }
  #amenities .building_map .map_point.point_5 {
    top: 55%;
    right: 39%; }
  #amenities .building_map .map_point.point_6 {
    bottom: 16%;
    right: 40%; }
  #amenities .building_map .map_point.point_7 {
    bottom: 19%;
    right: 25%; }
  #amenities .building_map .map_point .number {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #FFAE62; }
    #amenities .building_map .map_point .number p {
      font-size: 20px;
      color: #fff;
      text-align: center;
      line-height: 50px; }
  #amenities .building_map .map_point .description {
    position: absolute;
    bottom: -85px;
    background: #FFAE62;
    padding: 15px;
    opacity: 0;
    transition: all 0.4s;
    left: 50%;
    transform: translate(-50%, 0); }
    #amenities .building_map .map_point .description .triangle {
      position: absolute;
      top: -25px;
      left: 50%;
      transform: translate(-50%, 0);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 25px 40px 25px;
      border-color: transparent transparent #FFAE62 transparent; }
    #amenities .building_map .map_point .description p {
      display: block;
      white-space: nowrap;
      font-size: 18px;
      color: #003057; }
  #amenities .building_map .map_point:hover .description {
    opacity: 1; }

/* amenities page end */
/* neighbourhood page */
.neighbourhood_slider {
  width: 100vw;
  overflow-x: hidden; }
  .neighbourhood_slider h5 {
    font-size: 36px;
    margin-bottom: 10px; }
  .neighbourhood_slider h6 {
    font-size: 21px; }
  .neighbourhood_slider.shopping, .neighbourhood_slider.green_space {
    background: url("../img/neighbourhood/shopping/bg.jpg") no-repeat center top;
    background-size: 100% 65%; }
  .neighbourhood_slider.cafes, .neighbourhood_slider.entertainment {
    background: url("../img/neighbourhood/cafes/bg.jpg") no-repeat center top;
    background-size: 100% 65%; }
  .neighbourhood_slider .slider_container {
    /* the slides */
    /* the parent */ }
    .neighbourhood_slider .slider_container .slick-slide {
      margin: 0 4vw; }
    .neighbourhood_slider .slider_container .slick-list {
      margin: 0 -4vw; }
  .neighbourhood_slider .slider_container .slider_arrow {
    top: 25%;
    width: 30px; }
    .neighbourhood_slider .slider_container .slider_arrow.arrow_left {
      left: 25vw; }
    .neighbourhood_slider .slider_container .slider_arrow.arrow_right {
      right: 25vw;
      left: auto; }
  .neighbourhood_slider .slick-dots {
    position: absolute;
    bottom: -60px;
    left: 30vw; }
    .neighbourhood_slider .slick-dots li {
      display: inline-block;
      margin-right: 10px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #D9D9D6;
      cursor: pointer; }
      .neighbourhood_slider .slick-dots li.slick-active {
        background: #FFAE62; }
    .neighbourhood_slider .slick-dots button {
      font-size: 12px;
      color: rgba(255, 255, 255, 0); }

#neighbourhood {
  /* Rounded sliders */ }
  #neighbourhood .map_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #neighbourhood .location_bg {
    background: url("../img/home/location_map.jpg") center;
    background-size: cover; }
  #neighbourhood .controls {
    padding: 30px 55px; }
    #neighbourhood .controls .title {
      border-bottom: 1px solid #003057;
      padding-bottom: 10px; }
      #neighbourhood .controls .title h6 {
        color: #003057;
        font-size: 30px; }
    #neighbourhood .controls .list {
      padding-top: 15px;
      padding-bottom: 30px;
      font-size: 16px; }
      #neighbourhood .controls .list li span {
        float: right; }
  #neighbourhood .switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 26px; }
  #neighbourhood .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  #neighbourhood .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #003057; }
  #neighbourhood .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 6px;
    bottom: 4px;
    background-color: #003057;
    -webkit-transition: .4s;
    transition: .4s; }
  #neighbourhood input:checked + .slider {
    background-color: transparent; }
  #neighbourhood input:focus + .slider {
    box-shadow: 0 0 1px #003057; }
  #neighbourhood input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    opacity: 1; }
  #neighbourhood .slider.round {
    border-radius: 34px; }
  #neighbourhood .slider.round:before {
    border-radius: 50%;
    opacity: 0.5; }

/* neighbourhood page end */
#team h5 {
  line-height: 1.2;
  font-size: 40px; }
#team .rhapsody h6 {
  font-size: 24px; }
#team .rhapsody p {
  font-size: 22px; }
#team .img_container .img_description {
  padding: 15px;
  background: #003057;
  font-size: 20px;
  text-transform: uppercase;
  color: #FFAE62;
  position: absolute;
  bottom: 18px;
  line-height: 1;
  left: 15px;
  bottom: 15px; }

#floorplans ul,
#floorplan_details ul {
  padding-left: 20px;
  list-style-type: disc; }
  #floorplans ul li,
  #floorplan_details ul li {
    font-size: 22px; }
#floorplans .hidden,
#floorplan_details .hidden {
  display: none; }
#floorplans .floorplan,
#floorplan_details .floorplan {
  text-align: center;
  padding: 30px 40px;
  border: 1px solid #003057;
  margin-bottom: 20px; }
  #floorplans .floorplan h6,
  #floorplan_details .floorplan h6 {
    font-size: 32px;
    margin-bottom: 5px;
    color: #003057; }
  #floorplans .floorplan p.stats,
  #floorplan_details .floorplan p.stats {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 20px; }
  #floorplans .floorplan img,
  #floorplan_details .floorplan img {
    margin-bottom: 20px;
    max-width: 80%; }
  #floorplans .floorplan p.price,
  #floorplan_details .floorplan p.price {
    font-size: 20px;
    margin-bottom: 20px; }
    #floorplans .floorplan p.price span,
    #floorplan_details .floorplan p.price span {
      font-size: 16px; }
  #floorplans .floorplan .img_container,
  #floorplan_details .floorplan .img_container {
    position: relative;
    height: 260px;
    margin-bottom: 10px; }
    #floorplans .floorplan .img_container img,
    #floorplan_details .floorplan .img_container img {
      max-height: 100%;
      margin-bottom: 0; }
  #floorplans .floorplan .my_btn,
  #floorplan_details .floorplan .my_btn {
    width: 270px;
    font-size: 16px;
    border: 2px solid #003057;
    font-weight: 600;
    background: transparent;
    color: #003057;
    text-transform: uppercase;
    line-height: 50px; }
#floorplans .filters,
#floorplan_details .filters {
  padding-top: 50px;
  padding-bottom: 50px;
  align-items: center; }
  #floorplans .filters .fsslider > .fsfull-value,
  #floorplans .filters .fsslider > .fssel-value,
  #floorplan_details .filters .fsslider > .fsfull-value,
  #floorplan_details .filters .fsslider > .fssel-value {
    background: #e8e8e8; }
  #floorplans .filters .fsslider > .fssel-value,
  #floorplan_details .filters .fsslider > .fssel-value {
    background: #003057;
    height: 2px;
    margin-top: -1px; }
  #floorplans .filters .fsslider > .fscaret,
  #floorplan_details .filters .fsslider > .fscaret {
    background: #FFAE62; }
  #floorplans .filters .filter .range_slider,
  #floorplan_details .filters .filter .range_slider {
    margin-bottom: 5px;
    margin-top: 5px; }
  #floorplans .filters .filter input,
  #floorplans .filters .filter select,
  #floorplan_details .filters .filter input,
  #floorplan_details .filters .filter select {
    display: inline-block;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
    width: 100%;
    color: #003057; }
  #floorplans .filters .filter .col-6 input,
  #floorplan_details .filters .filter .col-6 input {
    width: 48px; }
  #floorplans .filters .filter p,
  #floorplan_details .filters .filter p {
    display: inline-block;
    font-size: 16px; }
  #floorplans .filters .filter .dash,
  #floorplan_details .filters .filter .dash {
    width: 100%;
    height: 2px;
    background: #000; }
  #floorplans .filters .filter .selectors,
  #floorplan_details .filters .filter .selectors {
    margin-top: 3px; }
  #floorplans .filters .filter .selectors .box,
  #floorplan_details .filters .filter .selectors .box {
    display: inline-block;
    margin-right: 10px;
    width: auto;
    padding: 0 20px;
    background: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid #003057; }
  #floorplans .filters .filter .selectors .box p,
  #floorplan_details .filters .filter .selectors .box p {
    text-align: center;
    line-height: 32px;
    font-size: 20px;
    color: #003057;
    margin-bottom: 0; }
  #floorplans .filters .filter .selectors .box:hover,
  #floorplans .filters .filter .selectors .box.active,
  #floorplan_details .filters .filter .selectors .box:hover,
  #floorplan_details .filters .filter .selectors .box.active {
    background: #FFAE62; }
  #floorplans .filters .filter .selectors .box:nth-of-type(4),
  #floorplan_details .filters .filter .selectors .box:nth-of-type(4) {
    margin-right: 0; }

#floorplan_details .pricing {
  font-size: 32px;
  line-height: 1.1; }
  #floorplan_details .pricing span {
    font-size: 18px; }

#gallery .gallery_filter ul li {
  font-size: 50px;
  line-height: 100px;
  padding: 0;
  margin-bottom: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.4s; }
  #gallery .gallery_filter ul li.active, #gallery .gallery_filter ul li:hover {
    padding: 0 40px;
    background: #FFAE62;
    color: #fff; }
#gallery .gallery-img {
  box-sizing: border-box;
  padding-bottom: 100%;
  transform-origin: 50% 50%;
  transform: scale(1, 1);
  transition: all .4s ease;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 100%;
  height: 0;
  cursor: pointer; }
  #gallery .gallery-img.long {
    background-size: 100% auto; }
  #gallery .gallery-img:hover {
    background-size: auto 110%; }
  #gallery .gallery-img.long:hover {
    background-size: 110% auto; }
#gallery p.disclaimer {
  color: #707372; }

#virtual_tour .tour_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/virtual_tour_overlay.jpg) center;
  background-size: cover;
  z-index: 5; }
  #virtual_tour .tour_overlay .my_btn {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0); }

#virtual_tour {
  overflow: hidden; }

/* RESPONSIVE */
@media (max-width: 1700px) {
  #home h1 {
    font-size: 80px; }

  h1, h2 {
    font-size: 70px; }

  h3 {
    font-size: 55px; }

  h6 {
    font-size: 26px; }

  .footer .builder_logo {
    max-width: 130px; }

  .masthead ul li {
    font-size: 20px; }

  .neighbourhood_slider.shopping, .neighbourhood_slider.green_space {
    background: url("../img/neighbourhood/shopping/bg.jpg") no-repeat center top;
    background-size: 100% 55%; }
  .neighbourhood_slider.cafes, .neighbourhood_slider.entertainment {
    background: url("../img/neighbourhood/cafes/bg.jpg") no-repeat center top;
    background-size: 100% 55%; }
  .neighbourhood_slider .slider_container .slider_arrow {
    top: 20%; }

  #neighbourhood .controls .title h6 {
    font-size: 24px; } }
@media (max-width: 1400px) {
  body {
    font-size: 20px; }

  .my_btn {
    width: 300px;
    line-height: 60px;
    font-size: 22px; }

  .menu_overlay .menu ul li {
    font-size: 26px; }

  .masthead ul li {
    font-size: 18px; }

  .edge_padding {
    padding-left: 50px; }

  .edge_padding_right {
    padding-right: 50px; }

  .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 {
    font-size: 26px;
    line-height: 65px; }

  .neighbourhood_slider.shopping, .neighbourhood_slider.green_space {
    background: url("../img/neighbourhood/shopping/bg.jpg") no-repeat center top;
    background-size: 100% 55%; }
  .neighbourhood_slider.cafes, .neighbourhood_slider.entertainment {
    background: url("../img/neighbourhood/cafes/bg.jpg") no-repeat center top;
    background-size: 100% 55%; }
  .neighbourhood_slider .slider_container .slider_arrow {
    width: 25px; }
    .neighbourhood_slider .slider_container .slider_arrow.arrow_left {
      left: 20vw; }
    .neighbourhood_slider .slider_container .slider_arrow.arrow_right {
      right: 20vw; }
  .neighbourhood_slider .slick-dots {
    left: 25vw; }

  #team h5 {
    line-height: 1.2;
    font-size: 34px; }
  #team .rhapsody h6 {
    font-size: 22px; }
  #team .rhapsody p {
    font-size: 18px; }

  #neighbourhood .title h6 {
    font-size: 20px; }

  #gallery .gallery_filter ul li {
    font-size: 40px;
    line-height: 80px; } }
@media (max-width: 1100px) {
  body {
    font-size: 18px; }

  .popup_container .popup {
    max-width: 800px; }
    .popup_container .popup .inner {
      padding: 60px 60px; }

  #home h1 {
    font-size: 70px; }

  h1, h2 {
    font-size: 65px; }

  h3 {
    font-size: 50px; }

  h5 {
    font-size: 30px; }

  h6 {
    font-size: 22px; }

  .my_btn {
    line-height: 55px;
    font-size: 20px; }

  .masthead ul li {
    font-size: 16px;
    margin: 0 15px; }

  .neighbourhood_slider h5 {
    font-size: 30px; }
  .neighbourhood_slider h6 {
    font-size: 20px; }
  .neighbourhood_slider .slider_container .slider_arrow {
    width: 25px; }
    .neighbourhood_slider .slider_container .slider_arrow.arrow_left {
      left: 20vw; }
    .neighbourhood_slider .slider_container .slider_arrow.arrow_right {
      right: 20vw; }

  #team h5 {
    font-size: 30px; }
  #team .rhapsody h6 {
    font-size: 22px; }
  #team .rhapsody p {
    font-size: 18px; }

  .menu_overlay .menu ul li {
    font-size: 24px; } }
@media (max-width: 991px) {
  h1, h2 {
    font-size: 60px; }

  h3 {
    font-size: 46px; }

  h5 {
    font-size: 26px; }

  h6 {
    font-size: 20px; }

  .my_btn {
    line-height: 55px;
    font-size: 20px; }

  .menu_overlay .hamburger {
    position: absolute;
    right: 5px;
    top: 25px; }

  .city_living .slider_container {
    margin-left: 0; }

  .edge_padding {
    padding-left: 20px; }

  .edge_padding_right {
    padding-right: 20px; }

  .slider_container .slider_arrow {
    bottom: 10px;
    width: 40px; }
    .slider_container .slider_arrow.arrow_left {
      right: 60px; }
    .slider_container .slider_arrow.arrow_right {
      right: 10px; }
  .slider_container p.name {
    color: #fff;
    bottom: 20px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    position: absolute; }

  #amenities .negative_margin_bottom {
    margin: auto; }
  #amenities .negative_margin_top {
    margin: auto; }

  #neighbourhood .neighbourhood_slider {
    padding-bottom: 20px; }
    #neighbourhood .neighbourhood_slider .slider_container {
      /* the slides */
      /* the parent */ }
      #neighbourhood .neighbourhood_slider .slider_container .slick-slide {
        margin: 0 5vw; }
      #neighbourhood .neighbourhood_slider .slider_container .slick-list {
        margin: 0 -5vw; }
    #neighbourhood .neighbourhood_slider .slider_container .slider_arrow {
      width: 25px; }
      #neighbourhood .neighbourhood_slider .slider_container .slider_arrow.arrow_left {
        left: 14vw; }
      #neighbourhood .neighbourhood_slider .slider_container .slider_arrow.arrow_right {
        right: 14vw; }
    #neighbourhood .neighbourhood_slider .slick-dots {
      left: 20vw; }
  #neighbourhood .controls .title h6 {
    font-size: 20px; }

  #floorplans ul,
  #floorplan_details ul {
    padding-left: 20px;
    list-style-type: disc; }
    #floorplans ul li,
    #floorplan_details ul li {
      font-size: 18px; }
  #floorplans .floorplan,
  #floorplan_details .floorplan {
    padding: 30px 25px; }
    #floorplans .floorplan h6,
    #floorplan_details .floorplan h6 {
      font-size: 30px; } }
@media (max-width: 768px) {
  body {
    font-size: 16px; }

  .popup_container .popup .inner {
    padding: 50px 30px; }

  #home h1 {
    font-size: 65px; }

  h1, h2 {
    font-size: 50px; }

  h3 {
    font-size: 40px; }

  h5 {
    font-size: 24px; }

  h6 {
    font-size: 20px; }

  .my_btn {
    line-height: 50px;
    font-size: 20px; }

  .masthead .content_container_top .content {
    padding: 0 15px; }

  .menu_overlay.container-fluid,
  .all_header.container-fluid {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }

  .all_header {
    padding-top: 5px;
    padding-bottom: 5px; }

  .city_living .slider_container {
    margin-left: 0; }

  .edge_padding {
    padding-left: 0; }

  .edge_padding_right {
    padding-right: 0; }

  .full_width_row_mob {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .container-fluid {
    padding-left: 30px;
    padding-right: 30px; }

  .city_living .orange {
    padding: 30px 20px; }

  .talk_style {
    background: url(../img/lets_talk_bg.jpg) no-repeat center top #003057; }

  .menu_overlay .menu ul li {
    font-size: 21px;
    padding: 10px 0; }

  #neighbourhood .container-fluid {
    padding-left: 30px;
    padding-right: 30px; }
  #neighbourhood .negative_margin_bottom {
    margin: auto; }
  #neighbourhood .negative_margin_top {
    margin: auto; }
  #neighbourhood .location_bg {
    background: none; }
  #neighbourhood .neighbourhood_slider h5 {
    font-size: 24px; }
  #neighbourhood .neighbourhood_slider h6 {
    font-size: 20px; }
  #neighbourhood .neighbourhood_slider.shopping, #neighbourhood .neighbourhood_slider.green_space {
    background: url("../img/neighbourhood/shopping/bg.jpg") no-repeat center top;
    background-size: 100% 52%; }
  #neighbourhood .neighbourhood_slider.cafes, #neighbourhood .neighbourhood_slider.entertainment {
    background: url("../img/neighbourhood/cafes/bg.jpg") no-repeat center top;
    background-size: 100% 52%; }
  #neighbourhood .neighbourhood_slider .slider_container .slider_arrow {
    width: 20px; }
    #neighbourhood .neighbourhood_slider .slider_container .slider_arrow.arrow_left {
      left: 35px; }
    #neighbourhood .neighbourhood_slider .slider_container .slider_arrow.arrow_right {
      right: 35px; }
  #neighbourhood .neighbourhood_slider .slick-dots {
    left: 35px; }

  #amenities .pet_spa {
    padding-left: 0;
    padding-right: 0; }

  #team h5 {
    font-size: 24px; }
  #team .rhapsody h6 {
    font-size: 24px; }
  #team .rhapsody p {
    font-size: 18px; }

  #gallery .gallery_filter ul li {
    font-size: 30px;
    line-height: 60px; }

  #virtual_tour .tour_overlay .my_btn {
    bottom: 5%;
    line-height: 40px; }

  .footer {
    padding-left: 15px;
    padding-right: 15px; } }
/* all */
/* all end */
/* ---- just bg ----- */
#home .bg1 {
  background: url("../img/home/city_living/bg1.png") no-repeat left center;
  background-size: 50% auto; }
#home .bg2 {
  position: relative; }
  #home .bg2 .bg_video {
    position: absolute;
    right: -25%;
    width: 125%;
    top: 50%;
    z-index: -1;
    transform: translate(0, -50%); }
#home .bg3 {
  background: url("../img/home/contact_bg.png") no-repeat left top;
  background-size: contain; }

#amenities .bg1 {
  background: url("../img/amenities/bg1.png") no-repeat right top;
  background-size: auto 70%; }
#amenities .bg2 {
  position: relative; }
  #amenities .bg2 .bg_video {
    position: absolute;
    right: -25%;
    width: 125%;
    top: 50%;
    z-index: -1;
    transform: translate(0, -50%); }
#amenities .bg3 {
  background: url("../img/amenities/bg2.png") no-repeat right center;
  background-size: 100% auto; }

#floorplans .bg1 {
  position: relative; }
  #floorplans .bg1 .bg_video {
    position: absolute;
    right: -25%;
    width: 100%;
    top: -25%;
    z-index: -1;
    transform: translate(0, 0); }

#neighbourhood .bg1 {
  position: relative; }
  #neighbourhood .bg1 .bg_video {
    position: absolute;
    right: -25%;
    width: 100%;
    top: -5%;
    z-index: -1;
    transform: translate(0, 0); }

#gallery .bg1 {
  position: relative; }
  #gallery .bg1 .bg_video {
    position: absolute;
    right: -25%;
    width: 100%;
    top: -5%;
    z-index: -1;
    transform: translate(0, 0); }

#virtual_tour .bg1 {
  position: relative; }
  #virtual_tour .bg1 .bg_video {
    position: absolute;
    right: -25%;
    width: 100%;
    top: -10%;
    z-index: -1;
    transform: translate(0, 0); }

#team .bg1 {
  background: url("../img/team/bg1.png") no-repeat right top;
  background-size: auto 50%; }

/* ---- just bg end ----- */

/*# sourceMappingURL=my_style.css.map */
