/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
@import url(../bower_components/font-awesome/css/font-awesome.min.css);
@import url(../bower_components/bootstrap/dist/css/bootstrap.min.css);
@import url(../bower_components/jquery-ui/themes/base/theme.css);
@import url(../bower_components/jquery-ui/themes/base/datepicker.css);
@import url(../bower_components/slick-carousel/slick/slick.css);
@import url(../bower_components/lightbox2/dist/css/lightbox.min.css);
:root {
  --primary-color-1: #E4DFD6;
  --primary-color-2: #6495ED;
  --text-color: #5C5A6E;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: 0 0; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* FONTS*/
/* PLUGIN CSS */
html, body {
  height: 100%; }

html {
  font-size: 14px;
  overflow: visible !important; }
  @media (min-width: 601px) and (max-width: 1024px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1025px) and (max-width: 1600px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1601px) {
    html {
      font-size: 16px; } }

body {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  color: var(--text-color);
  font-weight: 400;
  line-height: 1.4;
  overflow-x: hidden;
  min-width: 300px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'lnum';
  /* vendor-prefixes */
  -moz-font-feature-settings: 'lnum=1';
  -ms-font-feature-settings: 'lnum';
  -webkit-font-feature-settings: 'lnum';
  -o-font-feature-settings: 'lnum';
  background-color: var(--primary-color-1); }

* {
  box-sizing: border-box; }

@media (max-width: 767px) {
  body .container {
    padding-left: 10px;
    padding-right: 10px; }

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

  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
  } }
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 720px; } }
.darken-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); }

.narrow-row {
  margin-right: -10px;
  margin-left: -10px; }
  .narrow-row .col-lg-1, .narrow-row .col-lg-10, .narrow-row .col-lg-11, .narrow-row .col-lg-12, .narrow-row .col-lg-2, .narrow-row .col-lg-3, .narrow-row .col-lg-4, .narrow-row .col-lg-5, .narrow-row .col-lg-6, .narrow-row .col-lg-7, .narrow-row .col-lg-8, .narrow-row .col-lg-9, .narrow-row .col-md-1, .narrow-row .col-md-10, .narrow-row .col-md-11, .narrow-row .col-md-12, .narrow-row .col-md-2, .narrow-row .col-md-3, .narrow-row .col-md-4, .narrow-row .col-md-5, .narrow-row .col-md-6, .narrow-row .col-md-7, .narrow-row .col-md-8, .narrow-row .col-md-9, .narrow-row .col-sm-1, .narrow-row .col-sm-10, .narrow-row .col-sm-11, .narrow-row .col-sm-12, .narrow-row .col-sm-2, .narrow-row .col-sm-3, .narrow-row .col-sm-4, .narrow-row .col-sm-5, .narrow-row .col-sm-6, .narrow-row .col-sm-7, .narrow-row .col-sm-8, .narrow-row .col-sm-9, .narrow-row .col-xs-1, .narrow-row .col-xs-10, .narrow-row .col-xs-11, .narrow-row .col-xs-12, .narrow-row .col-xs-2, .narrow-row .col-xs-3, .narrow-row .col-xs-4, .narrow-row .col-xs-5, .narrow-row .col-xs-6, .narrow-row .col-xs-7, .narrow-row .col-xs-8, .narrow-row .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;

  }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

a:focus, a:active {
  outline: none !important; }

a {
  color: #666;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

a:hover, a:active, a:focus, a:visited {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  color: inherit; }

a.underline:hover, a.underline:active, a.underline:focus, a.underline:visited {
  text-decoration: underline; }

::selection {
  background: white;
  /* WebKit/Blink Browsers */
  color: white !important; }

::-moz-selection {
  background: #FDC70C;
  /* Gecko Browsers */
  color: #4a4a4a !important; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
  font-size: 36px;
 }

ul {
  margin: 0;
  padding: 0; }

ul li {
  list-style-type: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "Domaine Text Web";
  font-weight: 400; }

p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.2; }

.sp-body {
  overflow: hidden; }

img {
  height: auto;
  max-width: 100%; }

.relative {
  position: relative; }

.inl-bl {
  display: inline-block; }

.fl-left {
  float: left; }

.fl-right {
  float: right; }

.uppercase {
  text-transform: uppercase; }

.underline {
  text-decoration: underline; }

.clear {
  clear: both; }

.center {
  text-align: center; }

.clearfix:after, .single-apartment-about:after, .neighbourhood-spacer:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix, .single-apartment-about, .neighbourhood-spacer {
  display: inline-block; }

.clearfix, .single-apartment-about, .neighbourhood-spacer {
  display: block; }

.noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ratio1-1 {
  position: relative; }
  .ratio1-1:before {
    content: '';
    display: block;
    padding-top: 100%; }

.cover-img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: auto;
  max-width: 9999px;
  max-height: 9999px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .cover-img.align-width {
    width: 100%;
    height: auto !important; }
  .cover-img.align-height {
    height: 100%;
    width: auto !important; }

.cover-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media (max-width: 480px) {
  .child-block-on-480 > div {
    width: 100%; }
  .child-block-on-480 > li {
    width: 100%; } }

/*js-helper*/
#js_width-helper {
  width: 1px; }

@media (min-width: 768px) {
  #js_width-helper {
    width: 768px; } }
#js_orientation-helper {
  width: 1px; }

@media only screen and (max-device-width: 767px) and (min-aspect-ratio: 13 / 9) and (min-device-width: 320px) and (orientation: landscape) {
  #js_orientation-helper {
    width: 2px; } }
.ft1, body, #iw-container .iw-title, .main-nav a {
  font-size: 1.125rem; }

.ft2, .strip h3, .sidr ul li a,
.sidr ul li span, header .inquiry-button, header .apply-button, .residences-slider-holder .text-block h3, .single-apartment-about .c-position-helper span.apartment-price, .neighbourhood-grid-item .neighbourhood-text h3, .filters-availability-holder .filters-availability a, .element-item .availability-block .text-block h3, #footer .foo-title h3, #footer .foo-block .text-block h3, #footer .footer-bottom p {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: var(--text-color);
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 1px; }

@media only screen and (max-device-width: 480px) {
  .ft1, body, #iw-container .iw-title, .main-nav a {
    font-size: 1rem; } }
@media (min-width: 1601px) {
  .ft1, body, #iw-container .iw-title, .main-nav a {
    font-size: 15px; }

  .ft2, .strip h3, .sidr ul li a,
  .sidr ul li span, header .inquiry-button, header .apply-button, .residences-slider-holder .text-block h3, .single-apartment-about .c-position-helper span.apartment-price, .neighbourhood-grid-item .neighbourhood-text h3, .filters-availability-holder .filters-availability a, .element-item .availability-block .text-block h3, #footer .foo-title h3, #footer .foo-block .text-block h3, #footer .footer-bottom p {
    font-size: 13px; } }
.border-style {
  border: 5px solid #acaeae; }
  @media (min-width: 601px) and (max-width: 1024px) {
    .border-style {
      border: 7px solid #acaeae; } }
  @media (min-width: 1025px) and (max-width: 1600px) {
    .border-style {
      border: 7px solid #acaeae; } }
  @media (min-width: 1601px) {
    .border-style {
      border: 10px solid #acaeae; } }

.c-parallax {
  height: 100%;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-size: cover; }

.c-no-parallax {
  display: none; }

.ft2, .strip h3, .sidr ul li a,
.sidr ul li span, header .inquiry-button, header .apply-button, .residences-slider-holder .text-block h3, .single-apartment-about .c-position-helper span.apartment-price, .neighbourhood-grid-item .neighbourhood-text h3, .filters-availability-holder .filters-availability a, .element-item .availability-block .text-block h3, #footer .foo-title h3, #footer .foo-block .text-block h3, #footer .footer-bottom p, .strip h3, .inquiry-form .text .thanks, .submit-holder input, .form-address p, .sidr ul li a, .sidr ul li span, .banner, .residences-slider-holder .text-block h3, .single-apartment-about .c-position-helper span.apartment-price, .neighbourhood-grid-item .neighbourhood-text h3, .filters-availability-holder .filters-availability a, .element-item .availability-block .text-block h3, #footer .foo-title h3, #footer .foo-block .text-block h3, #footer .footer-bottom p {
  font-size: .9rem;
  text-transform: uppercase;
  color: var(--text-color);
}

.strip {
  padding: 100px 20%;
  text-align: left; }
  .strip .text-holder {
    padding: 0 1rem 0 0;
    text-align: center;
  }
  .strip h3 {
    text-transform: uppercase;
    font-size: .8rem;
    margin-bottom: 0.3rem; }
    .strip h3 span {
      display: inline-block;
      max-width: 680px;
      color: #4a4a4a; }
  .strip p {
    margin-bottom: 0; }
    .strip p span {
      display: inline-block;
      font-size: 18px;
      line-height: 1.2; }
  .strip .building {
    display: inline-block; }

@media screen and (max-width: 767px) {
  .strip {
    padding: 50px 1rem; } }
@media screen and (max-width: 991px) {
  .strip .building {
    margin-bottom: 30px; } }
@media (max-width: 1024px) {
  .c-parallax {
    height: auto;
    background-attachment: inherit; }

  .c-no-parallax {
    display: block;
    max-width: 100%; }

  .c-gradients {
    display: none; } }
.touch .c-parallax {
  height: auto;
  background-attachment: inherit; }
.touch .c-no-parallax {
  display: block;
  max-width: 100%; }
.touch .c-gradients {
  display: none; }

.slider-item-1 {
  width: 100%; }

.gm-style-iw {
  width: 220px !important;
  top: 15px !important;
  left: -40px !important;
  background-color: #fff;
  box-shadow: none;
  background: #FDC70C;
  color: #4a4a4a;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 6px; }

#iw-container .iw-title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 10px;
  margin: 0;
  font-size: .8rem; }

@keyframes slideWidth {
  from {
    width: 0%; }
  to {
    width: 100%; } }
@font-face {
  font-family: "Domaine Text Web";
  src: url("../fonts/Domain_Web/test-domaine-sans-display-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */ }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

.custom-input-holder input.date-input {
  opacity: 0; }

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
  color: transparent; }

input.date-input:focus {
  opacity: 1; }

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer; }
  select option {
    background: var(--primary-color-2);
    color: white; }

input.date-input {
  opacity: 0; }

.custom-button {
  border: none;
  font-family: Helvetica, Arial, sans-serif;
  color: white;
  background: var(--text-color);
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 42px;
  width: 8em;
  padding: .5em 1em;
  font-size: .8rem;
  font-weight: 300;
  font-size: 1.2rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
}

.custom-input-holder {
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  /*input:focus + label::after,
  &.input--filled label::after {
    background-color: #381c2d;
    height: 3px;
  }*/ }
  .custom-input-holder input, .custom-input-holder select {
    line-height: 20px;
    color: var(--text-color);
    background-color: transparent;
    position: relative;
    display: block;
    float: right;
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 8px 0;
    font-weight: 300;
    -webkit-appearance: none;
    /* for box shadows to show on iOS */ }
    .custom-input-holder input:focus, .custom-input-holder select:focus {
      outline: none; }
  .custom-input-holder input, .custom-input-holder select {
    font-size: 1rem;
  }
  .custom-input-holder label {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 20px;
    font-weight: 300;
    display: inline-block;
    color: #4a4a4a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    position: absolute;
    padding: 5px 0;
    text-align: left;
    pointer-events: none; }
    .custom-input-holder label span {
      color: var(--text-color);
      position: relative;
      display: block;
      width: 100%;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .custom-input-holder label::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--text-color);
    left: 0;
    top: 100%; }
  .custom-input-holder input:focus + label span, .custom-input-holder.input--filled label span {
    color: var(--text-color);
    -webkit-transform: translate3d(0, 2.5em, 0) scale3d(0.7, 0.7, 1);
    transform: translate3d(0, 2.5em, 0) scale3d(0.7, 0.7, 1); }
  .custom-input-holder.input--filled label span {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out; }
  .custom-input-holder.input--filled input.date-input {
    opacity: 1; }
  .custom-input-holder input.date-input:focus {
    opacity: 1; }
  .custom-input-holder label.error::after {
    border-bottom: 1px solid #FDC70C; }
  .custom-input-holder input:focus + label.error span,
  .custom-input-holder textarea:focus + label.error span, .custom-input-holder.input--filled label.error span {
    color: var(--text-color); }
  .custom-input-holder.input--filled label.error::after {
    border-bottom: 1px solid var(--text-color); }

.radio-btn {
  position: relative; }
  .radio-btn label {
    font-weight: 300;
    line-height: 20px;
    font-size: 14px;
    padding: 5px 0 5px 20px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
    @media (min-width: 1601px) {
      .radio-btn label {
        font-size: 16px; } }
    .radio-btn label:before {
      box-sizing: border-box;
      content: '';
      position: absolute;
      left: 0;
      top: 9px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 1px solid #292929; }
    .radio-btn label:after {
      width: 0;
      height: 0;
      display: inline-block;
      content: "";
      visibility: visible;
      cursor: pointer;
      margin: 0;
      transition: all 0.1s ease-in-out;
      position: absolute;
      top: 15px;
      left: 6px;
      border-radius: 50%; }
  .radio-btn > [type=radio] {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    visibility: hidden;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
    .radio-btn > [type=radio]:checked + label:after {
      width: 6px;
      height: 6px;
      top: 12px;
      left: 3px;
      background-color: #FDC70C; }

.broker-question-holder {
  margin-bottom: 20px; }
  .broker-question-holder .question {
    display: inline-block;
    line-height: 20px;
    padding: 5px 0;
    font-size: 14px; }
    @media (min-width: 1601px) {
      .broker-question-holder .question {
        font-size: 16px; } }
  .broker-question-holder .radio-btn {
    float: right;
    margin-left: 10px; }
    .broker-question-holder .radio-btn.radio-right {
      margin-left: 40px; }
      @media (max-width: 767px) {
        .broker-question-holder .radio-btn.radio-right {
          margin-left: 25px; } }

.submit-holder {
  text-align: center; }
  .submit-holder input {
    width: 120px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    border: 0;
    background-color: #dfdfdf;
    display: inline-block;
    position: relative;
    top: 17px;
    -webkit-border-radius: 0;
    border-radius: 0; }
    @media (min-width: 1601px) {
      .submit-holder input {
        font-size: 16px; } }

.center-vertical-form {
  position: relative;
  overflow: hidden; }
  .center-vertical-form > div {
    position: relative; }
  @media (min-width: 992px) {
    .center-vertical-form {
      height: 100%; }
      .center-vertical-form > div {
        top: 50%;
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .center-vertical-form {
      height: 100%; }
      .center-vertical-form > div {
        top: 50%;
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); } }

@media (min-width: 992px) and (max-width: 1600px) {
  .custom-input-holder {
    margin-bottom: 40px; }

  .broker-question-holder {
    margin-bottom: 40px; } }
@media (min-width: 1601px) {
  .custom-input-holder {
    margin-bottom: 50px;
    clear: both; }

  .broker-question-holder {
    margin-bottom: 50px; } }
.brokerage-fields {
  display: none;
  margin-top: -10px;
  margin-bottom: 10px; }

.bottom-text {
  text-align: center;
  font-size: 10px;
  margin-top: 30px; }
  .bottom-text .privacy {
    text-decoration: underline;
    position: relative;
    margin-top: 10px;
    display: inline-block; }
  @media (min-width: 992px) and (max-width: 1600px) {
    .bottom-text {
      font-size: 10px; } }
  @media (min-width: 1601px) {
    .bottom-text {
      font-size: 12px; } }

div.ui-datepicker {
  z-index: 2001 !important; }

body.modal-opened {
  height: 100%;
  overflow: hidden; }

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  height: auto;
  width: 960px;
  max-height: 90%;
  max-width: 90%;
  overflow: hidden;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
  @media (max-width: 480px) {
    .md-modal {
      max-height: 95%; } }

#modal-1 {
  width: 600px; }

.md-show {
  visibility: visible; }
  .md-show.md-modal {
    overflow: auto; }

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible; }

/* Content styles */
.md-content {
  background: #fff;
  position: relative;
  border-radius: 0;
  margin: 0 auto; }

.md-content > div {
  padding: 1rem;
  margin: 0; }

.md-content .button-holder {
  text-align: center; }
  .md-content .button-holder button {
    width: 40px;
    height: 40px;
    margin-top: 20px;
    background: url("../images/X.svg") no-repeat center;
    background-size: cover;
    border: 0;
    box-shadow: none; }

.c-close-modal {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../images/close.svg") no-repeat center;
  margin-top: 1rem;
  cursor: pointer; }

/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.vertical-nav {
  display: none;
  position: fixed;
  z-index: 1;
  right: 1rem;
  top: 50%;
  bottom: auto;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .vertical-nav ul {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .vertical-nav li {
    position: relative;
    display: block;
    margin: 10px 0;
    width: 12px;
    height: 12px;
    cursor: pointer; }
  .vertical-nav a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #fff;
    text-indent: -999em;
    /* make the text accessible to screen readers */
    cursor: pointer;
    position: absolute;
    box-shadow: inset 0 0 0 1px #ac8777;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease; }
    .vertical-nav a:focus {
      outline: none; }
    .vertical-nav a:hover {
      box-shadow: inset 0 0 0 8px rgba(172, 135, 119, 0.5); }
    .vertical-nav a.is-selected {
      box-shadow: inset 0 0 0 8px #ac8777; }

@media (max-width: 1024px) {
  .vertical-nav {
    display: none; } }
.touch .vertical-nav {
  display: none; }

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 4;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  color: #ac8777; }

.sidr .sidr-inner {
  padding: 0;
  background: #303435;
  padding-top: 110px;
  height: 100%;
  position: relative; }

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr.right {
  left: auto;
  right: -100%; }

.sidr.left {
  left: -100%;
  right: auto; }

.sidr nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center; }

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0; }

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px; }

.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #ac8777; }

.sidr-animating #responsive-menu-button,
.sidr-open #responsive-menu-button {
  z-index: 6;
  position: relative; }

.sidr {
  transition: all 0.2s ease-in-out !important;
  top: -100%;
  left: 0 !important; }

.sidr-main-open .sidr {
  top: 0%; }

.c-slider {
  position: relative; }

.c-slider-arr {
  position: absolute;
  display: inline-block;
  text-align: center;
  top: 50%;
  cursor: pointer;
  z-index: 1;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.residences-slider .slick-slide {
  text-align: center;
  height: 240px;
  position: relative; }
  @media (min-width: 601px) and (max-width: 1024px) {
    .residences-slider .slick-slide {
      height: 400px; } }
  @media (min-width: 1025px) {
    .residences-slider .slick-slide {
      height: 580px; } }
  .residences-slider .slick-slide img {
    position: absolute;
    display: inline-block;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.residences-slider .c-slider-arr {
  height: 30px;
  width: 30px; }
  .residences-slider .c-slider-arr.prev-slide {
    left: 0;
    background: url("../images/gallery-arrow.svg") no-repeat center;
    -moz-transform: rotate(180deg) translate(0, 50%);
    -o-transform: rotate(180deg) translate(0, 50%);
    -ms-transform: rotate(180deg) translate(0, 50%);
    -webkit-transform: rotate(180deg) translate(0, 50%);
    transform: rotate(180deg) translate(0, 50%); }
  .residences-slider .c-slider-arr.next-slide {
    right: 0;
    background: url("../images/gallery-arrow.svg") no-repeat center; }
  @media (max-width: 1024px) {
    .residences-slider .c-slider-arr {
      display: none !important; } }

.single-apartment-slider .slick-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  right: auto;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .single-apartment-slider .slick-dots > li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    background: #fff;
    opacity: 0.6;
    border-radius: 50%;
    margin: 0 5px;
    border: 0;
    cursor: pointer; }
    .single-apartment-slider .slick-dots > li.slick-active {
      opacity: 1;
      cursor: default;
      background: var(--primary-color-2); }

.residence-carousel .slick-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  right: auto;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .residence-carousel .slick-dots > li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    background: #fff;
    opacity: 0.6;
    border-radius: 50%;
    margin: 0 5px;
    border: 0;
    cursor: pointer; }
    .residence-carousel .slick-dots > li.slick-active {
      opacity: 1;
      cursor: default;
      background-color: var(--primary-color-2); }
.residence-carousel .c-slider-arr {
  height: 30px;
  width: 30px; }
  .residence-carousel .c-slider-arr.prev-slide {
    left: 12px;
    background: url("../images/gallery-arrow.svg") no-repeat center;
    -moz-transform: rotate(180deg) translate(0, 50%);
    -o-transform: rotate(180deg) translate(0, 50%);
    -ms-transform: rotate(180deg) translate(0, 50%);
    -webkit-transform: rotate(180deg) translate(0, 50%);
    transform: rotate(180deg) translate(0, 50%); }
  .residence-carousel .c-slider-arr.next-slide {
    right: 12px;
    background: url("../images/gallery-arrow.svg") no-repeat center; }
  @media (max-width: 1024px) {
    .residence-carousel .c-slider-arr {
      display: none !important; } }

.lightbox-disabled .lightboxOverlay,
.lightbox-disabled .lightbox {
  display: none !important; }
.lightbox-disabled .image-text .image-holder {
  pointer-events: none; }

.lb-outerContainer {
  border-radius: 0;
  border: 0; }

.lb-container {
  padding: 0;
  border-radius: 0; }

.lightbox .lb-image {
  border-radius: 0;
  border: 0; }

.lb-data .lb-close {
  display: block;
  float: none;
  width: 20px;
  height: 20px;
  background: url("../images/close.svg") center no-repeat;
  background-size: cover;
  margin: 10px auto; }

.intro {
  min-height: 100%;
  position: relative;
  background: #303435 url("../images/remsen.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  color: #ac8777;
  font-size: 10px;
  text-transform: uppercase; }
  .intro .position-helper {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px; }
  .intro p {
    margin: 0; }
  .intro .text {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1.5; }
  .intro .desc {
    margin: 20px 0 35px 0; }
  @media (min-width: 481px) {
    .intro {
      font-size: 12px; }
      .intro .desc {
        margin: 30px 0 45px 0; } }
  @media (min-width: 1601px) {
    .intro {
      font-size: 16px; }
      .intro .desc {
        margin: 50px 0 65px 0; } }
  @media only screen and (max-device-width: 767px) and (min-aspect-ratio: 13 / 9) and (min-device-width: 320px) and (orientation: landscape) {
    .intro {
      font-size: 12px; }
      .intro .position-helper {
        position: absolute;
        top: 35%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .intro .desc {
        margin: 10px 0 20px 0; } }

.logo {
  width: 240px; }
  @media (min-width: 481px) {
    .logo {
      width: 300px; } }
  @media (min-width: 1601px) {
    .logo {
      width: 400px; } }
  @media only screen and (max-device-width: 767px) and (min-aspect-ratio: 13 / 9) and (min-device-width: 320px) and (orientation: landscape) {
    .logo {
      width: 200px;
      height: 100px; } }

.inquiry-link {
  position: absolute;
  width: 120px;
  height: 40px;
  text-align: center;
  border: 1px solid #ac8777;
  line-height: 38px;
  bottom: 35px;
  left: 50%;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 12px;
  color: #ac8777; }
  .inquiry-link:hover, .inquiry-link:focus {
    color: #ac8777; }
  @media (min-width: 1601px) {
    .inquiry-link {
      font-size: 16px;
      line-height: 58px;
      height: 60px;
      width: 170px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .inquiry-link {
      display: block; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  background-color: var(--primary-color-1);
  color: var(--text-color);
  text-align: center;
  padding: 1rem; }
  header .c-position-helper {
    position: relative; }
  header .logo {
    display: inline-block;
    width: 280px;
    height: auto; }
  header .action-buttons {
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 991px) {
      header .action-buttons a {
        display: block; } }
  header .inquiry-button, header .apply-button {
    text-align: center;
    font-size: 1rem;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: var(--text-color);
    text-transform: capitalize;
    cursor: pointer; }
    header .inquiry-button:hover, header .inquiry-button:focus, header .apply-button:hover, header .apply-button:focus {
      color: #ccc; }
  header .inquiry-button {
    margin-right: 15%; }

.bellow-header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #fff; }

#navigation {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 6; }

.main-nav li {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}
.main-nav a {
  color: var(--text-color); }

#responsive-menu-button {
  margin-left: 2rem;
  display: none;
  width: 3rem;
  height: 33%;
  position: fixed;
  z-index: 889;
  left: 1rem;
  top: 0.55rem;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer; }
  #responsive-menu-button span {
    display: block;
    height: 1px;
    width: 100%;
    background: var(--text-color);
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin: 20% 0 20% 0;
  }

.menu-open #navigation {
  top: 0;
  z-index: 3; }
.menu-open #responsive-menu-button {
  position: fixed; }

@media (max-width: 600px) {
  #header .logo {
    width: 220px;
    background-color: transparent;
  }

  #navigation ul li a {
    width: 180px; }

  #responsive-menu-button span {
    height: 1px; }
  #responsive-menu-button span:nth-child(2), #responsive-menu-button span:nth-child(3) {
    top: 4px; } }
@media (min-width: 1601px) {
  #header .logo {
    width: 270px;
    background-color: #E4DFD6;
  } }
#navigation {
  display: inline-block; }

.menu-open #navigation {
  top: 0;
  z-index: 3; }

#responsive-menu-button {
  display: block; }

#navigation {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color-2);
  top: -100%;
  left: 0;
  z-index: 3;
  -webkit-transition: top .4s;
  /* Safari */
  transition: top .4s; }
  #navigation nav {
    position: absolute;
    top: 50%;
    bottom: auto;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}


  #navigation ul {
    display: block;
    margin: 0 0 15px;
    padding: 0; }
  #navigation ul li {
    display: block;
    margin: 0;
    line-height: 1.6; }
  #navigation ul li a,
  #navigation ul li span {
    padding: 0;
    display: block;
    text-decoration: none;
    font-size: 2.5rem;
    font-family: "Domaine Text Web";
    color: white;
    letter-spacing: 0px;
    margin: 0 auto;
    width: 100%; }
  #navigation ul li a::after {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--primary-color-1); }

@media only screen and (max-width: 1024) {
  header .inquiry-button {
    text-indent: 999px;
    display: inline-block;
    border: 0;
    height: 20px;
    width: 25px;
    background: url("../images/envelope.svg") no-repeat center;
    background-size: contain;
    color: #5C5A6E;
  } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .menu-open #navigation {
    top: 0;
    z-index: 3; }

  #responsive-menu-button {
    display: block; }

  #navigation {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color-2);
    top: -100%;
    left: 0;
    z-index: 3;
    -webkit-transition: top .4s;
    /* Safari */
    transition: top .4s; }
    #navigation nav {
      position: absolute;
      top: 50%;
      bottom: auto;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      text-align: center; }
    #navigation ul {
      display: block;
      margin: 0 0 15px;
      padding: 0; }
    #navigation ul li {
      display: block;
      margin: 0;
      line-height: 48px; }
    #navigation ul li a,
    #navigation ul li span {
      padding: 5px 0 5px 0;
      display: block;
      text-decoration: none;
      font-size: 2.5rem;
      text-transform: capitalize;
      color: white;
      letter-spacing: 1px; } }
.touch .menu-open #navigation {
  top: 0;
  z-index: 3; }
.touch #responsive-menu-button {
  display: block; }
.touch #navigation {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color-2);
  top: -100%;
  left: 0;
  z-index: 3;
  -webkit-transition: top .4s;
  /* Safari */
  transition: top .4s; }
  .touch #navigation nav {
    position: absolute;
    top: 50%;
    bottom: auto;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: left; }
  .touch #navigation ul {
    display: block;
    margin: 0 0 15px;
    padding: 0; }
  .touch #navigation ul li {
    display: block;
    margin: 0;
    line-height: 30px; }
  .touch #navigation ul li a,
  .touch #navigation ul li span {
    width: 100%; }

@media (max-width: 600px) {
  .touch #navigation ul li a {
    padding: 5px 0 5px 0;
} 
}
.banner {
  width: 100%;
  background-color: var(--primary-color-2);
  color: white;
  text-align: center;
  top: 92px;
  z-index: 3;
  //position: fixed;
  font-size: .8rem;
  display: none;
  padding: 0.5rem; }
  @media (max-width: 1024px) {
    .banner {
      top: 96px; } }
  @media (max-width: 600px) {
    .banner {
      padding: 0.5rem 1rem;
      top: 78px; } }
  @media (min-width: 1601px) {
    .banner {
      top: 94px; } }

.residences-slider-holder {
  padding: 1rem; }
  .residences-slider-holder .slider-block {
    padding: 0 1rem; }
  .residences-slider-holder .text-block {
    text-align: left; }
    .residences-slider-holder .text-block h3 {
      color: #4a4a4a;
      text-transform: capitalize;
      font-size: .8rem; }
    .residences-slider-holder .text-block a.gallery-link {
      display: inline-block;
      margin-bottom: 10px; }
  .residences-slider-holder .slick-dots {
    position: absolute;
    top: -70px;
    left: -1rem;
    display: inline-block;
    white-space: nowrap; }
    .residences-slider-holder .slick-dots li + li:before {
      padding: 0 2px;
      color: #4a4a4a;
      content: "/\00a0"; }
    .residences-slider-holder .slick-dots li {
      display: inline-block;
      padding: 0 5px 0 0;
      cursor: pointer;
      font-size: 1.6rem; }
      .residences-slider-holder .slick-dots li.slick-active {
        cursor: default; }
        .residences-slider-holder .slick-dots li.slick-active a {
          border-bottom: 1px solid #303435; }
    @media (min-width: 601px) and (max-width: 1024px) {
      .residences-slider-holder .slick-dots {
        top: -78px; } }
    @media (min-width: 1025px) and (max-width: 1600px) {
      .residences-slider-holder .slick-dots {
        top: 0; } }
    @media (min-width: 1601px) {
      .residences-slider-holder .slick-dots {
        top: 0; } }
  @media (max-width: 1024px) {
    .residences-slider-holder .text-block {
      position: relative; }
      .residences-slider-holder .text-block h3 {
        margin-bottom: 74px;
        margin-top: 10px; }
      .residences-slider-holder .text-block a.gallery-link {
        text-indent: -9999px;
        display: inline-block;
        margin: 0;
        width: 25px;
        height: 20px;
        background: url("../images/gallery-img.svg") no-repeat center;
        background-size: contain;
        position: absolute;
        right: 0;
        top: 0; } }

.residence-carousel {
  position: relative;
  height: 100%; }
  .residence-carousel .residence-carousel-slider-holder,
  .residence-carousel .residence-carousel-slider,
  .residence-carousel-slider-entertained, .residence-carousel-slider-refreshed, .residence-carousel-slider-rested,
  .residence-carousel .slick-list,
  .residence-carousel .slick-track,
  .residence-carousel .slick-slide {
    height: 100%; }
  .residence-carousel .slick-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .residence-carousel .slick-slide img {
      display: none; }
  .residence-carousel .slick-dots {
    position: absolute;
    bottom: 0;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: inline-block;
    white-space: nowrap; }
    .residence-carousel .slick-dots li {
      display: inline-block;
      padding: 0 5px;
      cursor: pointer; }
      .residence-carousel .slick-dots li.slick-active {
        cursor: default; }

.visible-on-mobile {
  display: none; }

@media (max-width: 767px) {
  .invisible-on-mobile {
    display: none; }

  .visible-on-mobile {
    display: inline-block; }

  .residence-carousel {
    height: 50%; } }
.single-apartment {
  position: relative;
  height: 100%; }
  .single-apartment .single-apartment-slider-holder,
  .single-apartment .single-apartment-slider,
  .single-apartment .slick-list,
  .single-apartment .slick-track,
  .single-apartment .slick-slide {
    height: 100%; }
  .single-apartment .slick-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .single-apartment .slick-slide img {
      display: none; }

.single-apartment-floorplan {
  position: relative;
  height: 100%; }
  .single-apartment-floorplan .border,
  .single-apartment-floorplan .image-block {
    height: 100% !important; }

.single-apartment-about {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-height: 4.5rem;
  background: white; }
  .single-apartment-about .c-position-helper {
    position: relative;
    height: 100%; }
    .single-apartment-about .c-position-helper span {
      display: inline-block;
      vertical-align: middle;
      line-height: 1.2;
      font-size: .8rem; }
      .single-apartment-about .c-position-helper span.apartment-letter img {
        height: auto;
        width: 3rem;
        margin-right: 1rem; }
      .single-apartment-about .c-position-helper span.apartment-price {
        top: 50%;
        bottom: auto;
        right: 36px;
        font-size: 1.6rem;
	}
      .single-apartment-about .c-position-helper span.apartment-data {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400; }
    .single-apartment-about .c-position-helper .c-close {
      display: inline-block;
      position: absolute;
      right: 2rem;
      bottom: auto;
      font-size: 1.6rem; }

.single-apartment-floorplan {
  padding: 1rem; }
  .single-apartment-floorplan .border {
    position: relative; }
  .single-apartment-floorplan .image-block {
    height: 600px;
	display: flex;
	justify-content: center;
}
  .single-apartment-floorplan img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
  .single-apartment-floorplan .with-furniture {
    opacity: 0;
    visibility: hidden; }
  .single-apartment-floorplan.furniture .with-furniture {
    opacity: 1;
    visibility: visible; }
  .single-apartment-floorplan.furniture .without-furniture {
    opacity: 0;
    visibility: hidden; }
  .single-apartment-floorplan .single-availability-actions {
    font-family: Helvetica, Arial, sans-serif;
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    font-size: 1rem; }
  .single-apartment-floorplan .furniture-switcher {
    display: block; }
    .single-apartment-floorplan .furniture-switcher .furniture-label {
      cursor: pointer;
      margin-bottom: 0;
      color: #4a4a4a;
      font-weight: 400; }
    .single-apartment-floorplan .furniture-switcher .on-off-switch {
      display: none;
      position: absolute;
      right: 0;
      top: 50%;
      bottom: auto;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .single-apartment-floorplan .pdf-download {
    display: block;
    color: #4a4a4a; }

.visible-on-mobile {
  display: none; }

@media (max-width: 767px) {
  .invisible-on-mobile {
    display: none; }

  .visible-on-mobile {
    display: inline-block; }

  .single-apartment .single-apartment-slider-holder {
    height: 50%; }

  .single-apartment-floorplan .border {
    padding-bottom: 50px; }
  .single-apartment-floorplan .image-block {
    max-width: 90%;
    margin: 0 auto; }
    .single-apartment-floorplan .image-block img {
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -moz-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  .single-apartment-floorplan .single-availability-actions {
    left: 50%;
    right: auto;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
  .single-apartment-floorplan .pdf-download {
    margin-bottom: 4px; }
    .single-apartment-floorplan .pdf-download .icon {
      margin-left: 0; }

  .center-on-mobile {
    position: relative;
    width: 100%;
    padding: 0 55px; }

  .single-apartment-about .center-on-mobile {
    position: absolute;
    padding: 0 45px;
    top: 50%;
    bottom: auto;
    text-align: center; } }
@media (min-width: 1601px) {
  .single-apartment-floorplan .pdf-download {
    right: 130px; } }
.neighbourhood-spacer {
  padding: 0.5rem; }

.neighbourhood-grid {
  margin: 0 auto;
  margin-bottom: 0px !important; }
  .neighbourhood-grid .neighbourhood-row {
    clear: both; }
    .neighbourhood-grid .neighbourhood-row:first-of-type .horizontal-image .neighbourhood-image-holder {
      height: auto !important; }
    .neighbourhood-grid .neighbourhood-row:first-of-type .horizontal-image img {
      width: 100%;
      height: auto;
      position: relative;
      top: 0;
      left: 0;
      -ms-transform: translateX(0) translateY(0);
      transform: translateX(0) translateY(0); }
    .neighbourhood-grid .neighbourhood-row:nth-of-type(2n+1) .vertical-image {
      float: right; }

.neighbourhood-grid-item {
  padding: 0.5rem;
  display: block;
  float: left;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  list-style: none !important; }
  .neighbourhood-grid-item.vertical-image {
    width: 33.33333333%; }
  .neighbourhood-grid-item.horizontal-image {
    width: 66.66666667%; }
  .neighbourhood-grid-item .neighbourhood-image-holder {
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .neighbourhood-grid-item .neighbourhood-image-holder img {
        min-height: 100%;
        width: auto;
        position: absolute;
        left: 0;
        top: 0;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); } }
  .neighbourhood-grid-item .neighbourhood-text {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    text-align: left;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .neighbourhood-grid-item .neighbourhood-text h3 {
      color: #4a4a4a;
      font-size: .8rem; }
    .neighbourhood-grid-item .neighbourhood-text p {
      margin: 0;
      font-size: 1.6rem;
      line-height: 1.2; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .neighbourhood-grid {
    margin: 0 auto;
    margin-bottom: 0px !important; }
    .neighbourhood-grid .neighbourhood-row:first-of-type .vertical-image {
      float: none;
      display: inline-block;
      margin: 0 auto; }
    .neighbourhood-grid .neighbourhood-text {
      width: 100%;
      height: auto;
      position: relative;
      top: 0;
      left: 0;
      -ms-transform: translateX(0) translateY(0);
      transform: translateX(0) translateY(0); }

  .horizontal-image {
    clear: both;
    width: 100% !important; }

  .vertical-image {
    width: 50% !important; } }
@media (max-width: 767px) {
  .neighbourhood-grid {
    margin: 0 auto;
    margin-bottom: 0px !important; }
    .neighbourhood-grid .neighbourhood-row:first-of-type .vertical-image {
      float: none;
      display: block;
      margin: 0 auto;
      padding: 4rem 0.5rem;
      max-width: 400px;
      width: auto !important; }
      .neighbourhood-grid .neighbourhood-row:first-of-type .vertical-image .neighbourhood-image-holder {
        height: auto !important; }
    .neighbourhood-grid .neighbourhood-text {
      width: 100%;
      height: auto;
      position: relative;
      top: 0;
      left: 0;
      -ms-transform: translateX(0) translateY(0);
      transform: translateX(0) translateY(0); }

  .horizontal-image {
    clear: both;
    width: 100% !important; }

  .vertical-image {
    width: 50% !important; } }
.map {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.map-holder {
  position: relative;
  height: 100%;
  width: 100%; }
  .map-holder #map-canvas {
    width: 100%;
    height: 100%; }

.map-filters {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem 1rem;
  background-color: #4a4a4a; }
  .map-filters li {
    display: block; }
    .map-filters li a {
      font-family: Helvetica, Arial, sans-serif;
      font-size: .8rem;
      color: #FDC70C;
      display: block;
      line-height: 1.6;
      cursor: pointer; }

.slider-wrapper {
  display: block;
  width: 0;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  background: var(--primary-color-1);
  color: var(--text-color);
  padding: 40px;
  width: 30%;
  right: -30%;
  transition: right .6s; }

.slider {
  height: 100%;
  width: 100%;
  position: relative; }
  .slider-heading {
    color: var(--text-color);
    font-family: "Domaine Text Web";
    font-size: 3rem;
    width: 100%;
    line-height: 1.25;
    margin-top: 2rem;
    margin-bottom: 1.5rem; }
  .slider-body {
    position: absolute;
    bottom: 0; }
  .slider-footer-heading span, .slider-footer-heading a {
    font-family: Helvetica, Arial, sans-serif;
    display: inline-block;
    color: #5C5A6E !important;
    font-size: 1rem;
    margin-bottom: 6px;
    text-decoration: none;
    text-transform: uppercase; }
    .slider-footer-heading span:hover, .slider-footer-heading a:hover {
      text-decoration: none;
      color: #4a4a4a; }
  .slider-footer-content {
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    font-size: .8em;
    color: #4a4a4a; }

.slide-active {
  right: 0 !important; }

@media screen and (max-width: 991px) {
  .slider-contact-mobile .slider-wrapper {
    padding: 20px; }
  .slider-contact-mobile .slider-wrapper, .slider-contact-mobile .slider {
    height: auto;
    width: 100%;
    position: static; }
  .slider-contact-mobile .slider-body {
    position: static; }
  .slider-contact-mobile .slider-heading {
    font-size: 1.465em;
    width: 100%;
    margin-bottom: 30px; }
  .slider-contact-mobile .slider-footer-heading span, .slider-contact-mobile .slider-footer-heading a {
    font-size: 1rem;
    display: block; } }
@media screen and (min-width: 480px) and (max-width: 1024px) and (orientation: portrait) {
  .slider-heading {
    font-size: 2em; } }
@media screen and (max-width: 120) {
  .slider-heading {
    font-size: 1.225em; } }
@media screen and (max-width: 1400px) {
  .slider-wrapper {
    width: 40%;
    right: -40%; }

  .slider-heading {
    font-size: 1.5em;
    margin-bottom: 20px; } }
@media screen and (min-width: 1400px) and (max-width: 1601px) {
  .slider-wrapper {
    width: 35%;
    right: -35%; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  .slider-wrapper {
    width: 70%;
    right: -70%; }
 }
 @media screen and (max-width: 480px) {
  .slider-wrapper {
    width: 100%;
    right: -100%; }
 }
.filters-availability-holder {
  padding: 1rem;
  background-color: white;
  border-bottom: 1px solid #f5f5f5; }
  .filters-availability-holder .filters-availability {
    display: block;
    text-align: center; }
    .filters-availability-holder .filters-availability li + li:before {
      padding: 0;
      color: #4a4a4a;
      font-size: 1.6rem; }
    .filters-availability-holder .filters-availability li {
      display: inline-block;
	margin: 0 1% 0 1%;
	}
    .filters-availability-holder .filters-availability a {
      display: inline-block;
      color: #4a4a4a;
      cursor: pointer;
      font-size: 1.6rem;
      font-family: "Domaine Text Web";
      text-transform: capitalize;
      letter-spacing: 0; }
    .filters-availability-holder .filters-availability a.is-checked {
      color: #999; }

.availability-gradient {
  content: '';
  position: fixed;
  left: 0;
  height: 200px;
  width: 100%;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,f5f5f5+100&1+0,0+100 */
  background: -moz-linear-gradient(top, whitesmoke 0%, rgba(245, 245, 245, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, whitesmoke 0%, rgba(245, 245, 245, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, whitesmoke 0%, rgba(245, 245, 245, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#00f5f5f5',GradientType=0 );
  /* IE6-9 */ }

.availability-list {
  position: relative; }

/* clear fix */
.availability-list:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .element-item ---- */
.element-item {
  position: relative;
  float: left;
  width: 33.33333333%; }
  @media (max-width: 1024px) {
    .element-item {
      width: 50%; } }
  @media (min-width: 1601px) {
    .element-item {
      width: 20%; } }
  .element-item .availability-block {
    text-align: center;
    position: relative;
    background-color: var(--primary-color-2);
    border: 1px solid #E0E1DC; }
    .element-item .availability-block .image-block {
      position: relative;
      padding: 0.5rem 1rem; }
      .element-item .availability-block .image-block .c-height-helper {
        position: relative;
        height: 180px; }
      .element-item .availability-block .image-block .image-sign {
        position: absolute;
        color: white;
        bottom: 0;
        left: 0;
        font-size: 2.225em; }
      .element-item .availability-block .image-block img {
        -webkit-backface-visibility: hidden;
        max-width: 70%;
        max-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        right: 0;
        bottom: .5rem;
        display: inline-block;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out; }
        .element-item .availability-block .image-block img:nth-of-type(2) {
          opacity: 0;
          visibility: hidden; }
    .element-item .availability-block .text-block {
      display: block;
      text-align: left;
      padding: 2rem 1rem 1rem 1rem;
      color: white; }
      .element-item .availability-block .text-block .available-helper-description {
        font-family: Helvetica, Arial, sans-serif;
        font-size: .8rem;
        font-weight: 400;
        position: absolute;
        bottom: 0; }
      .element-item .availability-block .text-block .c-height-helper {
        position: relative;
        height: 260px; }
      .element-item .availability-block .text-block .c-position-helper {
        width: 100%; }
      .element-item .availability-block .text-block h3 {
        color: #FDC70C;
        font-size: 1.225em; }
      .element-item .availability-block .text-block p {
        font-size: 1.6rem; }
      .element-item .availability-block .text-block .apartment-letter {
        display: inline-block;
        margin-bottom: 20px; }
        .element-item .availability-block .text-block .apartment-letter img {
          width: 35px;
          max-height: 45px;
          display: block; }
        .element-item .availability-block .text-block .apartment-letter span {
          font-size: 1.5rem; }

.element-item > * {
  margin: 0;
  padding: 0; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
  .filters-availability-holder .filters-availability {
    width: 100%; }

  .element-item {
    width: 100%; } }
@media (max-width: 575px) {
  .filters-availability-holder .filters-availability {
    width: 100%; }

  .element-item {
    width: 100%; } }
.team-page.strip:nth-of-type(1), .team-page.strip:nth-of-type(2) {
  padding-bottom: 0; }

.press-page.strip:not(:last-of-type) {
  padding-bottom: 0; }

@media only screen and (max-device-width: 480px) {
  #footer .foo-title,
  #footer .c-flex {
    display: none !important; } }
#footer .house-icon {
  height: 18px;
  margin-bottom: 20px; }
#footer .foo-title {
  text-align: center; }
  #footer .foo-title h3 {
    color: #4a4a4a; }
#footer .c-flex {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 0 0; }
#footer .foo-block {
  border-bottom: 2px solid #fff;
  background: #4a4a4a;
  padding: 1rem 0.5rem;
  flex: 1;
  margin: 0;
  text-align: center;
  position: relative; }
  #footer .foo-block:not(:last-child) {
    border-right: 2px solid #fff; }
  #footer .foo-block .image-block {
    position: relative;
    padding: 1rem; }
    #footer .foo-block .image-block img {
      max-width: 100%;
      display: inline-block; }
  #footer .foo-block .text-block {
    display: block;
    text-align: left;
    padding: 1rem;
    color: #FDC70C; }
    #footer .foo-block .text-block .available-helper-description {
      margin-top: 20px;
      font-size: .8rem;
      font-family: Helvetica, Arial, sans-serif; }
    #footer .foo-block .text-block h3 {
      color: #FDC70C; }
    #footer .foo-block .text-block .apartment-letter {
      display: inline-block;
      color: #FDC70C;
      font-size: 46px;
      width: 35px;
      margin-bottom: 20px; }
      #footer .foo-block .text-block .apartment-letter img {
        max-height: 45px; }
#footer .footer-bottom {
  text-align: left;
  padding: 1rem;
  background: var(--primary-color-2); }
  #footer .footer-bottom p {
    color: white;
    font-size: .8rem; }
  #footer .footer-bottom a {
    color: white;
    cursor: pointer; }
  #footer .footer-bottom a.mail {
    color: white; }

.footer-contact span, .footer-contact a {
  font-family: Helvetica, Arial, sans-serif;
  display: inline-block;
  color: white;
  font-size: .8re
  text-decoration: none;
  text-transform: uppercase; }
  .footer-contact span:hover, .footer-contact a:hover {
    text-decoration: none;
    color: var(-text-color); }
.footer-contact-content {
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  font-size: .8em;
  color: #999; }

@media (min-width: 1025px) {
  #footer .foo-block .image-block {
    height: 250px; }
    #footer .foo-block .image-block img {
      width: auto;
      height: auto;
      max-height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -moz-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  #footer .foo-block .text-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #4a4a4a;
    color: #FDC70C;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
    #footer .foo-block .text-block .c-position-helper {
      font-size: 1.125em;
      width: 100%;
      padding: 0 1rem; }
  #footer .foo-block:hover .text-block {
    opacity: 0;
    visibility: hidden; } }
@media (min-width: 1601px) {
  #footer .foo-block .image-block {
    height: 260px; } }
@media (max-width: 600px) {
  #footer .c-flex {
    display: block; }
    #footer .c-flex > div:not(:last-of-type) {
      margin-bottom: 1rem; } }
#legal {
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
  font-size: .8rem; }

.contact-address {
  width: 100%;
}

.footer-policy-links-cont {
  width: 50%;
  text-align: right;
  margin-left: auto;
}

.footer-link {
  padding: 0 .5rem 0 .5rem;
}

.neighborhood-text-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 50%;
  text-align: center;
  color: white;
  background-color: var(--primary-color-2);
  padding-left: 15%;
  padding-right: 15%;
  font-size: 1.3rem;
}

.scroll-pointer {
  position: absolute;
  bottom: 3rem;
  display: flex;
  justify-content: center;
  width: 100%;
  color: white;
  z-index: 1;
}

.neighborhood-second-picture {
  width: 50%;
}

.neighborhood-text-picture-box{
  width: 50%;
}

.neighborhood-third-picture {
  width: 100%;
  height: 50%;
}

.neighborhood-image-cont {
  display: flex;
}

.availability-single-logo {
  font-size: 4rem;
  font-family: 'Domaine Text Web';
  margin-top: 0.4rem;
  margin-right: 0.5rem;
}

.availability-single-info-box {
  display: flex;
  align-items: center;
  padding-left: 2rem;
}

.availability-single-floorplan {
  height: 100%;
}

.availability-single-additional-features {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
}

.availability-single-download-links {
  position: absolute;
  bottom: 0rem;
  right: 3rem;
}

#navigation .call-link {
  display: none;
}

.availability-single-floorplan-holder {
  height: 80vh;
  position: relative;
}

.footer-contact-info {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 50%;
}

.footer-policy {
  display: flex;
  justify-content: right;
  width: 50%;
}

.availability-single-features-box {
  width: 33%;
  max-height: 4.5rem;
  display: flex;
  align-items: center;
}

.availability-single-price-box {
  width: 33%;
  display: flex;
  justify-content: center;
}

.footer-contact-2 {
  padding-left: 2rem;
  display: flex;
}

p {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
}

@media screen and (max-width: 1024px) {
  .neighborhood-second-picture {
    width: 100%;
  }
  .neighborhood-text-picture-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .neighborhood-third-picture {
    width: 100%;
    height: auto;
  }
  .neighborhood-text-box {
    width: 100%;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .neighborhood-image-cont {
    flex-wrap: wrap;
  }
  .availability-single-additional-features {
    left: 10px;
    bottom: 10px;
  }
  .availability-single-download-links {
    right: 10px;
    bottom: -35px;
  }
  .scroll-pointer {
    display: none;
  }
  .footer-policy {
    display: none;
  }
  .footer-contact-info {
    width: 100%;
    text-align: center;
  }
  .footer-contact-2 {
    padding-left: 0;
  }
  #navigation ul li a {
    padding: 5px 0 5px 0;
  }
  .availability-single-floorplan {
    height: auto;
  }
}

@media (max-width: 600px) {
  #responsive-menu-button {
    margin-top: 0.8rem;
    margin-left: 10px;
    top: 5px;
  }
  .single-apartment-about .c-position-helper .c-close {
    right: 10px;
  }
  .availability-single-info-box {
   padding-left: 5px;
  }
  .availability-single-floorplan {
    height: auto;
  }
  .availability-single-features-box{
    width: 39%;
  }
  .availability-single-price-box {
    font-size: 1rem;
    width: 20%;
  }
  .single-apartment-about .c-position-helper span.apartment-data {
    font-size: 0.8rem;
  }
  .single-apartment-about .c-position-helper span.apartment-price {
    font-size: 1.3rem;
  }
  .availability-single-floorplan-holder {
    height: 30vh;
  }
  #responsive-menu-button span{
    width: 70%;
    margin: 10% 0 15% 0;
  }
  #navigation .call-link {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
