@charset "UTF-8";
@font-face {
  font-family: calluna, serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: calluna, serif;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "BrownStd Light";
  src: url("fonts/BrownStd-Light.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BrownStd Regular";
  src: url("fonts/BrownStd-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BrownStd Bold";
  src: url("fonts/BrownStd-Bold.otf");
  font-weight: normal;
  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: 0.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;
}

.brown_bg {
  background: #8F462B;
}

body {
  font-family: "BrownStd Light";
  font-size: 30px;
  line-height: 1.1;
  color: #000;
  background: #fff;
  overflow-x: hidden;
}
body.no-overflow, body.no-scroll {
  overflow: hidden;
}

.now_renting {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #000;
  color: #fff;
}
.now_renting .close_icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  cursor: pointer;
}

/* PAGE STYLES */
h1 {
  font-family: calluna, serif;
  font-weight: 700;
  font-size: 60px;
  color: #8F462B;
  margin-bottom: 30px;
}

h2 {
  font-family: calluna, serif;
  font-weight: 600;
  font-size: 50px;
  color: #8F462B;
  margin-bottom: 25px;
  line-height: 1.4;
}

h3 {
  font-size: 80px;
  line-height: 1;
  font-family: calluna, serif;
  font-weight: 400;
  color: #8F462B;
}

h4 {
  font-family: calluna, serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 30px;
  color: #8F462B;
}

h5 {
  font-family: calluna, serif;
  font-weight: 400;
  font-size: 46px;
  color: #8F462B;
}

p {
  font-family: "BrownStd Light";
  font-size: 24px;
  line-height: 1.6;
}
p strong {
  text-transform: uppercase;
}
p b {
  font-family: "BrownStd Bold";
}

p.small {
  font-size: 16px;
}

ul.text {
  padding-left: 25px;
}
ul.text li {
  list-style: disc;
  font-size: 18px;
  margin-bottom: 15px;
}
ul.text li ul {
  margin-top: 15px;
  padding-left: 35px;
}

.popup_container {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 100;
}
.popup_container .popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1100px;
}
.popup_container .popup .close_icon {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 30px;
  cursor: pointer;
}
.popup_container .popup .rest_bg {
  background: url("../img/clio_bg.jpg") center;
  background-size: cover;
}
.popup_container .popup .brd-overlay {
  position: absolute;
  right: -9%;
  bottom: -65%;
  max-width: 150px;
}
@media (max-width: 991px) {
  .popup_container .popup .brd-overlay {
    position: absolute;
    right: -5%;
    bottom: -75%;
    max-width: 100px;
  }
}
@media (max-width: 420px) {
  .popup_container .popup .brd-overlay {
    position: absolute;
    right: -17%;
    bottom: -75%;
    max-width: 100px;
  }
}
.popup_container .popup .bedroom_bg {
  background: url("../img/bedroom_bg.jpg") center;
  background-size: cover;
}
.popup_container .popup .beige {
  background: #8F462B;
}
.popup_container .popup .beige h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 34px;
}
.popup_container .popup .beige h2 sup {
  font-size: 25px;
}
.popup_container .popup .beige h2 span {
  font-family: "Times New Roman", Times, serif;
}
.popup_container .popup .beige h2 a {
  text-decoration: underline;
}
.popup_container .popup .beige .logo {
  margin-bottom: 35px;
  width: 240px;
  max-width: 90%;
}
.popup_container .popup .beige p {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.8;
  margin-bottom: 30px;
  font-family: "BrownStd Bold";
}
.popup_container .popup .beige .my_btn {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "BrownStd Bold";
  color: #8F462B;
  background: #fff;
  margin-bottom: 35px;
  width: 280px;
  line-height: 3;
}
.popup_container .popup .beige p.small {
  margin-bottom: 0;
  font-family: "BrownStd Light";
  font-size: 12px;
  text-transform: none;
  color: #fff;
}

.contact_us_popup_container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}
.contact_us_popup_container .contact_us_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  max-width: 95%;
  padding: 40px;
  padding-bottom: 20px;
  background: #fff;
}
.contact_us_popup_container .contact_us_popup .close_icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  cursor: pointer;
}

.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%);
}

.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 {
  padding: 0 20px;
  line-height: 40px;
  font-family: calluna, serif;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  background: #8F462B;
  width: 210px;
  max-width: 90%;
}

.masthead {
  position: relative;
  background: #8F462B;
  position: fixed;
  top: 0;
  z-index: 10;
  background: #8F462B;
  width: 100%;
}
.masthead .logo {
  padding: 10px;
}
.masthead .menu_trigger {
  background: none;
  cursor: pointer;
}
.masthead.scrolled {
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.14);
}
.masthead ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
  padding: 0 15px;
  line-height: 55px;
  font-family: calluna, serif;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  background: #8F462B;
  cursor: pointer;
}
.masthead ul li:last-of-type {
  margin-right: 0;
}
.masthead .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;
  transition: all 0.4s;
  background: #8F462B;
}
.masthead .menu_overlay .d-flex {
  flex-direction: column;
  justify-content: center;
}
.masthead .menu_overlay.active {
  bottom: 0;
}
.masthead .menu_overlay .logo_big {
  display: block;
  width: 320px;
  max-width: 60%;
}
.masthead .menu_overlay ul li {
  display: block;
  margin: 0 0 10px 0;
  line-height: 30px;
  text-align: center;
}
@media (min-width: 991px) {
  .masthead .menu_overlay ul li {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.masthead .menu_overlay .close_icon {
  position: absolute;
  left: 30px;
  top: 15px;
  cursor: pointer;
  width: 25px;
  z-index: 2;
}

@media (min-width: 768px) {
  .article-home .masthead {
    background: transparent;
  }
  .article-home .masthead .title {
    opacity: 0;
    transition: all 0.4s;
  }
  .article-home .masthead .title .box p {
    font-family: calluna, serif;
    font-weight: 700;
    font-size: 30px;
    color: #8F462B;
  }
  .article-home .masthead.scrolled {
    background: #8F462B;
  }
  .article-home .masthead.scrolled .title {
    opacity: 1;
  }
}
.top_poster {
  color: #fff;
  min-height: 100vh;
}
.top_poster p {
  line-height: 1.2;
}

.contact_us p a {
  text-decoration: underline;
}
.contact_us p b {
  color: #8F462B;
}

.show_message {
  cursor: pointer;
}

.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 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: 26px;
  line-height: 60px;
  margin-bottom: 20px;
  color: #000;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  border-bottom: 1px solid #8F462B;
  outline: none;
}
.register_form .form input[type=text]::-moz-placeholder, .register_form .form input[type=search]::-moz-placeholder, .register_form .form input[type=tel]::-moz-placeholder, .register_form .form input[type=number]::-moz-placeholder, .register_form .form input[type=email]::-moz-placeholder, .register_form .form input[type=password]::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8F462B;
  opacity: 1; /* Firefox */
}
.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: #8F462B;
  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: #8F462B;
}
.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: #8F462B;
}
.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]::-moz-placeholder, .register_form .form .missing input[type=search]::-moz-placeholder, .register_form .form .missing input[type=tel]::-moz-placeholder, .register_form .form .missing input[type=number]::-moz-placeholder, .register_form .form .missing input[type=email]::-moz-placeholder, .register_form .form .missing input[type=password]::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}
.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.6;
  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;
  -o-border-image: initial;
     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: "✓";
}
.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 {
  padding: 50px 0;
  color: #fff;
  background: #000;
}
.footer p {
  font-size: 14px;
}
.footer .container {
  max-width: 850px;
}
.footer .logo {
  max-width: 260px;
}
.footer .build_logo {
  width: 170px;
  max-width: 80%;
}

.g-recaptcha {
  display: none;
}

/* PAGE STYLES END */
/* Floorplans */
#floorplans {
  padding-top: 60px;
}
#floorplans h1 {
  color: #8F462B;
}
#floorplans .filters .selectors .box {
  cursor: pointer;
  display: inline-block;
}
#floorplans .filters .selectors .box p {
  font-family: calluna, serif;
  font-weight: 350;
  font-size: 30px;
  color: #8F462B;
}
#floorplans .filters {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  align-items: center;
}
#floorplans .filters .fsslider > .fssel-left,
#floorplans .filters .fsslider > .fssel-right,
#floorplans .filters .fsslider > .fscaret {
  min-width: 20px;
}
#floorplans .filters .fsslider > .fssel-left:before,
#floorplans .filters .fsslider > .fssel-right:before,
#floorplans .filters .fsslider > .fscaret:before {
  content: "||";
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
#floorplans .filters .fsslider > .fsfull-value,
#floorplans .filters .fsslider > .fssel-value {
  background: #e8e8e8;
}
#floorplans .filters .fsslider > .fssel-value {
  background: #003057;
  height: 2px;
  margin-top: -1px;
}
#floorplans .filters .fsslider > .fscaret {
  background: #8F462B;
}
#floorplans .filters .filter {
  font-family: calluna, serif;
}
#floorplans .filters .filter p {
  font-family: calluna, serif;
  font-weight: 700;
  color: #8F462B;
  margin-bottom: 8px;
}
#floorplans .filters .filter .range_slider {
  margin-bottom: 5px;
  margin-top: 5px;
}
#floorplans .filters .filter input,
#floorplans .filters .filter select {
  display: inline-block;
  line-height: 25px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
  width: 100%;
  color: #8F462B;
}
#floorplans .filters .filter .col-6 input {
  width: 45px;
}
@supports (-webkit-touch-callout: none) {
  #floorplans .filters .filter .col-6 input {
    width: 55px;
  }
}
#floorplans .filters .filter p {
  display: inline-block;
  font-size: 16px;
}
#floorplans .filters .filter .dash {
  width: 100%;
  height: 2px;
  background: #000;
}
#floorplans .filters .filter .selectors {
  margin-top: 3px;
}
#floorplans .filters .filter .selectors .box {
  display: inline-block;
  margin-right: 10px;
  width: auto;
  padding: 0 20px;
  background: #fff;
  cursor: pointer;
  margin-bottom: 10px;
  transition: all 0.4s;
}
#floorplans .filters .filter .selectors .box p {
  text-align: center;
  line-height: 32px;
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 2px;
  margin: 0;
}
#floorplans .filters .filter .selectors .box.active {
  background: #8F462B;
}
#floorplans .filters .filter .selectors .box.active p {
  color: #fff;
}
#floorplans .filters .filter .selectors .box:nth-of-type(5) {
  margin-right: 0;
}
#floorplans .filters .filter.date_range input,
#floorplans .filters .filter.date_range select {
  font-size: 14px;
}
#floorplans .filters .filter.date_range .col-6 input {
  width: 90%;
}
@supports (-webkit-touch-callout: none) {
  #floorplans .filters .filter.date_range .col-6 input {
    width: 95%;
  }
}
#floorplans .floorplan {
  border: 1px solid #707070;
  padding: 20px;
  margin-bottom: 25px;
}
#floorplans .floorplan h4 {
  margin-bottom: 5px;
  font-size: 30px;
}
#floorplans .floorplan p.stats {
  font-size: 14px;
  text-transform: uppercase;
}
#floorplans .floorplan p.price {
  font-size: 18px;
}
#floorplans .floorplan .img_container {
  margin-top: 10px;
  margin-bottom: 10px;
}
#floorplans .floorplan .img_container img {
  max-width: 100%;
  height: 280px;
}
#floorplans .floorplan .my_btn {
  font-family: calluna, serif;
  font-weight: 700;
  font-size: 20px;
  color: #8F462B;
  text-decoration: underline;
  background: transparent;
}
#floorplans .floorplan_type .title .row {
  height: 400px;
}
#floorplans .floorplan_type .title h2 {
  color: #fff;
}
#floorplans .hidden {
  display: none;
}
#floorplans .title {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
#floorplans .floorplan_type[data-type=bed_1] .title {
  background: url("../img/floorplans/bed_1_bg.jpg") no-repeat center;
  background-size: 100% auto;
  background-attachment: fixed;
}
#floorplans .floorplan_type[data-type=bed_2] .title {
  background: url("../img/floorplans/bed_2_bg.jpg") no-repeat center;
  background-size: 100% auto;
  background-attachment: fixed;
}
#floorplans .floorplan_type[data-type=bed_3] .title {
  background: url("../img/floorplans/bed_3_bg.jpg") no-repeat center;
  background-size: 100% auto;
  background-attachment: fixed;
}
#floorplans .floorplan_type[data-type=penthouse] .title {
  background: url("../img/floorplans/penthouse_bg.jpg") no-repeat center;
  background-size: 100% auto;
  background-attachment: fixed;
}

/* Floorplans end */
#floorplan_details .pricing {
  font-family: "BrownStd Regular";
  font-size: 30px;
  line-height: 1.3;
}
#floorplan_details .pricing span {
  font-size: 16px;
}
#floorplan_details .keyplate {
  max-height: 160px;
}
#floorplan_details .img_container {
  position: relative;
}
#floorplan_details .img_container .zoom_icon {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: rgba(0, 0, 0, 0.7);
}
#floorplan_details .img_container .zoom_icon img {
  max-height: 100%;
  cursor: pointer;
}
#floorplan_details p.disclaimer {
  text-align: left;
  font-size: 12px;
}
#floorplan_details .units_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#floorplan_details .units_list > div {
  width: calc(25% - 20px);
  margin-bottom: 40px;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}

.article-floorplan_details .fancybox__viewport .fancybox__content img {
  min-width: 90vw;
  background: #fff;
  margin: 0 auto;
}

/* new pages */
.top_poster_short {
  position: relative;
  height: 50vh;
  overflow: hidden;
  padding: 0;
}
.top_poster_short .video-container {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top_poster_short iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 21/9) {
  #amenities .top_poster_short .video-container iframe,
  #suite_features .top_poster_short .video-container iframe {
    height: 36.458vw;
  }
}
@media (max-aspect-ratio: 21/9) {
  #amenities .top_poster_short .video-container iframe,
  #suite_features .top_poster_short .video-container iframe {
    width: 274.28vh;
  }
}
@media (min-aspect-ratio: 16/9) {
  #home .top_poster_short .video-container iframe, #neighbourhood .top_poster_short .video-container iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  #home .top_poster_short .video-container iframe, #neighbourhood .top_poster_short .video-container iframe {
    width: 177.78vh;
  }
}
/* new pages end */
#home .top_poster h1 {
  color: #fff;
}

#amenities .top_poster_short {
  background: url("../img/amenities/top_poster.jpg") center;
  background-size: cover;
}
@media (min-width: 1200px) {
  #amenities .extra_padding {
    padding-top: 15px;
  }
}
#amenities ul.text.numbers {
  padding-left: 35px;
}
#amenities ul.text.numbers li {
  list-style-type: none;
  position: relative;
}
#amenities ul.text.numbers li span {
  position: absolute;
  left: -35px;
  width: 20px;
  text-align: center;
  height: 20px;
  font-size: 12px;
  color: #fff;
  background: #8F462B;
  padding-top: 4px;
}
#amenities .wellington_425 {
  margin-top: -7vw;
}
#amenities .wellington_435 {
  position: relative;
  z-index: 2;
  margin-bottom: -15vw;
}
#amenities .wellington_435 h4 {
  color: #000;
}
#amenities .wellington_435 ul.text.numbers li span {
  background: #393939;
}

#lifestyle .experience {
  background: #000;
  color: #fff;
}
#lifestyle .experience span {
  color: #fff;
}
#lifestyle .experience .row {
  min-height: 100vh;
}
#lifestyle .experience .row > [class*=col-] {
  min-height: 50vh;
}
#lifestyle .experience .pic_bg {
  background: url("../img/lifestyle/top_poster.jpg") right top;
  background-size: cover;
}
#lifestyle .streamline .pic_bg {
  background: url("../img/lifestyle/streamline.jpg") center bottom;
  background-size: cover;
}

#gallery .gallery_filter ul li {
  display: inline-block;
  margin: 0 20px;
  font-family: calluna, serif;
  font-weight: 700;
  color: #8F462B;
  cursor: pointer;
}
#gallery .gallery_filter ul li.active {
  border-bottom: 1px solid #8F462B;
}
#gallery .gallery-img {
  box-sizing: border-box;
  padding-bottom: 100%;
  transform-origin: 50% 50%;
  transform: scale(1, 1);
  transition: all 0.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.long:hover {
  background-size: 110% auto;
}
#gallery .gallery-img:hover {
  background-size: auto 110%;
}

#neighbourhood {
  /* the parent */
}
#neighbourhood .top_poster_short {
  min-height: 100vh;
}
#neighbourhood .top_poster_short h1 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
#neighbourhood .slider_container p.title {
  font-family: calluna, serif;
  font-weight: 500;
  font-size: 180px;
  line-height: 1;
  color: #8F462B;
  margin-bottom: 50px;
}
#neighbourhood .slider_container .slider_arrow {
  display: block;
  width: 80px;
  cursor: pointer;
}
#neighbourhood .slider_container .slider_arrow.arrow_right {
  margin-left: 70px;
}
#neighbourhood .slider_container .slider_arrow.arrow_left {
  margin-top: -15px;
}
#neighbourhood .slider_container .my_slider img {
  margin-bottom: 15px;
}
#neighbourhood .slider_container .my_slider p {
  font-size: 16px;
}
#neighbourhood .slick-slide {
  margin: 0 15px;
}
#neighbourhood .slick-list {
  margin: 0 -15px;
}
#neighbourhood p.subtitle {
  font-family: calluna, serif;
  font-weight: 500;
  font-size: 120px;
  line-height: 1;
  color: #8F462B;
  margin-bottom: 50px;
  text-align: center;
}

#suite_features .features_slider_container {
  position: relative;
}
#suite_features .features_slider_container .slider_arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 50px;
  cursor: pointer;
}
#suite_features .features_slider_container .slider_arrow.arrow_left {
  left: 20px;
}
#suite_features .features_slider_container .slider_arrow.arrow_right {
  right: 20px;
}

@media (min-width: 2000px) {
  #amenities .wellington_435 {
    margin-bottom: -12vw;
  }
}
@media (min-aspect-ratio: 3/2) {
  #floorplans .floorplan_type[data-type=bed_1] .title {
    background: url("../img/floorplans/bed_1_bg.jpg") no-repeat left center;
    background-size: 100% auto;
    background-attachment: fixed;
  }
  #floorplans .floorplan_type[data-type=bed_2] .title {
    background: url("../img/floorplans/bed_2_bg.jpg") no-repeat left center;
    background-size: 100% auto;
    background-attachment: fixed;
  }
  #floorplans .floorplan_type[data-type=bed_3] .title {
    background: url("../img/floorplans/bed_3_bg.jpg") no-repeat left center;
    background-size: 100% auto;
    background-attachment: fixed;
  }
  #floorplans .floorplan_type[data-type=penthouse] .title {
    background: url("../img/floorplans/penthouse_bg.jpg") no-repeat center;
    background-size: 100% auto;
    background-attachment: fixed;
  }
}
@media (max-width: 1700px) {
  body {
    font-size: 22px;
  }
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 65px;
  }
  p {
    font-size: 20px;
  }
  .top_poster .logo {
    max-width: 350px;
  }
  #floorplans .floorplan_type .title .row {
    height: 350px;
  }
  #neighbourhood p.subtitle {
    font-size: 100px;
  }
}
@media (max-width: 1400px) {
  body {
    font-size: 20px;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 55px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 38px;
  }
  p {
    font-size: 20px;
  }
  .popup_container .popup {
    max-width: 1000px;
  }
  .popup_container .popup .beige h2 {
    font-size: 30px;
  }
  .popup_container .popup .beige p {
    font-size: 16px;
  }
  .popup_container .popup .beige .my_btn {
    font-size: 18px;
    margin-bottom: 25px;
    width: 260px;
    line-height: 2.8;
  }
  .top_poster .logo {
    max-width: 350px;
  }
  #floorplans .floorplan_type .title .row {
    height: 300px;
  }
  #neighbourhood .slider_container p.title {
    font-size: 160px;
    margin-bottom: 40px;
  }
  #neighbourhood p.subtitle {
    font-size: 90px;
  }
  #floorplan_details .units_list > div {
    width: calc(33% - 20px);
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 40px;
  }
  h5 {
    font-size: 30px;
  }
  .masthead .logo {
    max-width: 50px;
  }
  .top_poster .logo {
    max-width: 350px;
  }
  #floorplans .floorplan_type .title .row {
    height: 250px;
  }
  #neighbourhood .slider_container p.title {
    font-size: 120px;
    margin-bottom: 30px;
  }
  #neighbourhood p.subtitle {
    font-size: 82px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 18px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 44px;
  }
  p {
    font-size: 18px;
  }
  .popup_container .popup .logo {
    max-width: 50%;
  }
  .popup_container .popup .close_icon {
    top: 15px;
    right: 5px;
    width: 25px;
  }
  .popup_container .popup .beige h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .popup_container .popup .beige h2 sup {
    font-size: 18px;
  }
  .popup_container .popup .beige p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .popup_container .popup .beige .my_btn {
    font-size: 14px;
    margin-bottom: 10px;
    width: 240px;
  }
  .popup_container .popup .beige p.small {
    font-size: 12px;
  }
  .masthead .logo {
    max-width: 50px;
  }
  .masthead ul li {
    line-height: 50px;
  }
  .top_poster .logo {
    max-width: 350px;
  }
  .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: 20px;
    line-height: 50px;
  }
  .register_form .form legend {
    font-size: 18px;
  }
  .register_form .form .disclaimer p {
    font-size: 14px;
  }
  .register_form .form .checkbox {
    font-size: 18px;
  }
  .register_form .form .disclaimer .checkbox {
    font-size: 14px;
  }
  .register_form .form .disclaimer .checkbox label {
    font-size: 12px;
  }
  #floorplans .filters .selectors .box p {
    font-size: 26px;
  }
  #lifestyle .experience .row {
    min-height: 50vh;
  }
  #lifestyle .experience .row > [class*=col-] {
    min-height: 50vh;
  }
  #neighbourhood .slider_container p.title {
    font-size: 100px;
    margin-bottom: 25px;
  }
  #neighbourhood .slider_container .slider_arrow {
    width: 60px;
  }
  #neighbourhood .slider_container .slider_arrow.arrow_right {
    margin-left: 60px;
  }
  #neighbourhood p.subtitle {
    font-size: 64px;
  }
  #floorplan_details .units_list > div {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  .container {
    max-width: 500px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 28px;
  }
  .popup_container .popup .rest_bg {
    height: 250px;
    background: url(../img/clio_bg_mob.jpg) center;
    background-size: cover;
  }
  .popup_container .popup .bedroom_bg {
    height: 200px;
    background: url("../img/bedroom_bg.jpg") center;
    background-size: cover;
  }
  .popup_container .popup .beige h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) and (max-width: 450px) {
  .popup_container .popup .beige h2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .popup_container .popup .beige h2 sup {
    font-size: 14px;
  }
  .popup_container .popup .beige .logo {
    margin-bottom: 15px;
    width: 160px;
  }
  .popup_container .popup .beige p {
    font-size: 11px;
    margin-bottom: 20px;
  }
  .popup_container .popup .beige .my_btn {
    margin-bottom: 10px;
  }
  .popup_container .popup .beige p.small {
    font-size: 10px;
  }
  .contact_us_popup_container .contact_us_popup {
    padding: 30px 10px;
  }
  .contact_us_popup_container .contact_us_popup .close_icon {
    top: 15px;
    right: 15px;
    width: 25px;
  }
  .masthead ul li {
    padding: 0 10px;
    font-size: 13px;
  }
  #floorplans .floorplan {
    max-width: 500px;
    margin: 0 auto 25px;
  }
  #floorplans .floorplan .img_container {
    min-height: auto;
  }
  #floorplans .filters .selectors .box p {
    font-size: 15px;
  }
  #floorplans .filters .selectors .box:first-of-type {
    margin-left: 0;
  }
  #floorplans .filters .selectors .box:last-of-type {
    margin-right: 0;
  }
  #floorplans .floorplan_type .title .row {
    height: 200px;
  }
  #floorplan_details .pricing {
    font-size: 24px;
  }
  #floorplan_details .pricing span {
    font-size: 14px;
  }
  #gallery .gallery_filter ul li {
    margin: 0 7px;
    font-size: 13px;
  }
  #gallery .gallery_filter ul li:first-of-type {
    margin-left: 0;
  }
  #gallery .gallery_filter ul li:last-of-type {
    margin-right: 0;
  }
  #neighbourhood p.subtitle {
    font-size: 50px;
  }
}
@media (max-width: 500px) {
  .top_poster .logo {
    max-width: 90%;
  }
  #floorplans .filters .filter .selectors .box {
    margin-right: 7px;
    padding: 0 18px;
  }
  #floorplans .filters .filter .selectors .box p {
    font-size: 18px;
  }
  #floorplan_details .units_list > div {
    width: calc(100% - 20px);
  }
}
.top_poster_slider .hero-slider {
  width: 100%;
}
.top_poster_slider .logo {
  position: absolute;
  left: 50%;
  top: 4vw;
  transform: translateX(-50%);
  width: 30vw;
  max-width: 480px;
}
@media (max-width: 767.95px) {
  .top_poster_slider .logo {
    top: 10vw;
  }
}
.top_poster_slider .caption {
  position: absolute;
  left: 50%;
  top: 47vw;
  transform: translate(-50%);
}
.top_poster_slider .caption h1 {
  color: white;
}

.video-fullwidth {
  width: 100%;
  height: 56.25vw;
}/*# sourceMappingURL=my_style.css.map */