@font-face {
  font-family: "Garamond";
  src: url("fonts/AGaramondPro-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Garamond disp";
  src: url("fonts/ GaramondPremrPro-Disp.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Suisse";
  src: url("fonts/SuisseIntl-Light.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FuturaStd";
  src: url("fonts/FuturaStd-Light.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura Book";
  src: url("fonts/FuturaStd-Book.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-family: "BrownStd Bold";
}

i {
  font-family: "Garamond";
  font-style: italic;
  font-size: 18px;
}

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: "FuturaStd";
  font-size: 14px;
  line-height: 1.8;
  color: #474647;
  background: #F5F1E9;
  overflow-x: hidden;
}
body.no-overflow, body.no-scroll {
  overflow: hidden;
}

p em {
  font-style: italic;
  font-size: 12px;
}

/* PAGE STYLES */
h1, h2, h3, h4, h5, h6 {
  font-family: "Garamond";
}

h1 {
  font-size: 55px;
  line-height: 1.2;
}

h2 {
  font-size: 32px;
  line-height: 1.2;
}

h3 {
  font-size: 22px;
  line-height: 1.2;
  text-transform: capitalize;
}

h4 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 10px;
}

h6 {
  font-family: "Garamond";
  font-style: italic;
  font-size: 17px;
  line-height: 1.2;
}

.upper {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.arrow_down {
  cursor: pointer;
}

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

p.disclaimer {
  font-size: 12px;
}

p.big {
  font-size: 20px;
  line-height: 1.5 !important;
}

.my_btn {
  width: 200px;
  line-height: 50px;
  max-width: 90%;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #808285;
  letter-spacing: 1px;
  color: #808285;
}

.header {
  display: none;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  justify-content: space-between;
  border-bottom: 1px solid #DCD5C9;
  z-index: 10;
  background: #F5F1E9;
  padding-left: 15px;
  padding-right: 15px;
}
.header .hamburger {
  padding-top: 20px;
}
.header .menu_container {
  width: 100%;
}
.header .logo_box {
  width: 50px;
  height: 50px;
  position: relative;
  border-right: 1px solid #DCD5C9;
}
.header .logo_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 85%;
}
.header .nav_box {
  position: relative;
  width: 50px;
  height: 50px;
  border-left: 1px solid #DCD5C9;
}
.header .nav_box .hamburger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 14px;
  padding-bottom: 6px;
}
.header .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 10px;
}
.header .menu li {
  font-family: "Futura Book";
  text-transform: uppercase;
  font-size: 14px;
  color: #474647;
  padding: 0 10px;
  cursor: pointer;
}
.header .menu li.active {
  color: #000;
}
.header .menu li.has_subnav {
  position: relative;
}
.header .menu li.has_subnav .subnav {
  display: none;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 10px 15px;
  padding-top: 20px;
  background: #F5F1E9;
}
.header .menu li.has_subnav .subnav li {
  margin-bottom: 15px;
  font-size: 14px;
  text-align: center;
}
.header .menu li.has_subnav .subnav li:last-of-type {
  margin-bottom: 0;
}
.header .logo_main {
  transition: height 0.4s;
  height: 70px;
}
.header .logo_small {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  position: absolute;
  top: 51%;
  left: 10px;
  transform: translate(0, -50%);
  height: 22px;
}
.header h1.logo_small {
  text-transform: capitalize;
  font-size: 22px;
  width: 150px;
  color: #757779;
}
.header .submenu_title {
  display: none;
}
.header .submenu_title h5 {
  font-size: 12px;
  font-weight: bold;
}
.header .hamburger.is-active:hover,
.header .hamburger:hover {
  opacity: 1;
}
.header .hamburger .hamburger-inner,
.header .hamburger .hamburger-inner:after,
.header .hamburger .hamburger-inner:before {
  background-color: #707070;
}
.header .hamburger-box {
  width: 18px;
  height: 14px;
}
.header .hamburger.is-active .hamburger-inner,
.header .hamburger.is-active .hamburger-inner:after,
.header .hamburger.is-active .hamburger-inner:before {
  background-color: #707070;
}
.header.scrolled .logo_main {
  visibility: hidden;
  height: 35px;
}
.header.scrolled .logo_small {
  visibility: visible;
  opacity: 1;
}

.contact_button_container {
  position: fixed;
  top: 26px;
  right: 125px;
  z-index: 5;
  transition: all 0.3s;
}
.contact_button_container.open {
  color: #000;
}
.contact_button_container.open .contact_button {
  border: 1px solid #000;
}

.contact_button_container .contact_button {
  line-height: 40px;
  padding: 0 30px;
  border: 1px solid #fff;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s;
}

.contact_button_container .contact_button:hover {
  background: #fff;
  color: #000;
}

.contact_button_container .phone_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
  pointer-events: none;
}

.contact_button_container.clicked .contact_button {
  opacity: 0;
}

.contact_button_container.clicked .phone_text {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}

body:not(.article-home) .header {
  display: flex;
  visibility: visible;
}

.fancybox__slide {
  padding: 0;
}

.top_poster {
  color: #fff;
}
.top_poster h1 {
  margin-bottom: 15px;
}

.hero_arrow_down {
  animation: moveUpDown 2s ease-in-out infinite;
  position: absolute;
  width: 50px;
  bottom: -60px;
  left: calc(50% - 25px);
  cursor: pointer;
}

@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.video_background {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #000;
}
.video_background .video-container {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
.video_background .text {
  position: relative;
  z-index: 3;
}

@media (min-aspect-ratio: 16/9) {
  .video_background iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video_background iframe {
    width: 177.78vh;
  }
}
.rendering_slider img,
.full_slider img {
  pointer-events: none;
}

.no_events {
  pointer-events: none;
}

.slick-dots {
  padding-top: 20px;
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li button {
  transition: all 0.4s;
  width: 13px;
  height: 13px;
  background: transparent;
  font-size: 0px;
  color: rgba(0, 0, 0, 0);
  padding: 0;
  border: 1px solid #474647;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #474647;
}

.content_container h3 {
  margin-bottom: 20px;
}
.content_container p {
  line-height: 1.8;
}
.content_container .rendering_slider_container {
  position: relative;
}
.content_container .rendering_slider_container .arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
.content_container .rendering_slider_container .arrow.arrow_left {
  left: -40px;
}
.content_container .rendering_slider_container .arrow.arrow_right {
  right: -40px;
}
.content_container.text_left {
  padding: 60px 60px;
  max-width: calc(190vh - 160px);
  margin: 0 auto;
}
.content_container.text_left .info {
  padding-right: 100px;
}
.content_container.text_right {
  padding: 80px 60px;
  max-width: calc(190vh - 160px);
  margin: 0 auto;
}
.content_container.text_right .info {
  padding-left: 100px;
}
.content_container .counter {
  padding-top: 30px;
  font-size: 15px;
}
.content_container .sign {
  padding-top: 20px;
}
.content_container .sign h3 {
  margin-bottom: 0;
}
.content_container .sign p {
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
}

.expand {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
}
.expand.vertical_thin {
  right: 26.2%;
}
.expand.vertical_medium {
  right: 21.8%;
}
.expand.vertical_wide {
  right: 15%;
}
.expand.vertical {
  right: 20.9%;
}
.expand img {
  width: 25px;
  height: auto !important;
}

.outline {
  background: #fff;
  padding: 120px 60px;
}

.full_slider_container {
  position: relative;
  width: 100vw;
  overflow-x: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
.full_slider_container h3 {
  margin-top: 25px;
}
.full_slider_container .slick-dots {
  padding-top: 10px;
}
.full_slider_container .full_slider {
  /* the slides */
  /* the parent */
}
.full_slider_container .full_slider .slick-slide {
  margin: 0 10px;
}
.full_slider_container .full_slider .slick-list {
  margin: 0 -10px;
}
.full_slider_container .full_slider .slick-slide {
  height: auto;
  transition: all 0.4s;
  opacity: 0.1;
}
.full_slider_container .full_slider .slick-slide img {
  height: 70vh;
  max-height: 55.5555555556vw;
}
.full_slider_container .full_slider .slick-slide.slick-active {
  opacity: 1;
}
.full_slider_container .full_slider .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.full_slider_container .arrow {
  position: absolute;
  top: calc(50% - 50px);
  transform: translate(0, -50%);
  width: 25px;
  cursor: pointer;
}
.full_slider_container .arrow.arrow_left {
  left: 4vw;
}
.full_slider_container .arrow.arrow_right {
  right: 4vw;
  left: auto;
}

.loader {
  position: fixed;
  top: 0;
  width: 100vw;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 10;
  overflow: hidden;
}
.loader img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
}
.loader img.faded {
  transition: opacity 1s;
  opacity: 0;
}

@media (min-width: 992px) {
  .loader img.rotate {
    transition: all 2.5s;
    transform: translate(-50%, -50%) rotateY(-360deg);
  }
}
.footer {
  color: #fff;
  padding-top: 150px;
  padding-bottom: 130px;
}
.footer .my_btn {
  border: 1px solid #fff;
  color: #fff;
}

.top_poster {
  height: 100vh;
}

#design .footer,
#amenities .footer {
  background: url("../img/design/footer.jpg") center;
  background-size: cover;
}

#amenities .full_slider_container {
  padding-top: 70px;
  padding-bottom: 10px;
}

body[data-article=home] {
  padding-top: 0 !important;
}
body[data-article=home] .vh-100 {
  padding-top: 5vh;
  padding-bottom: 5vh;
  height: 100vh;
}

.g-recaptcha {
  display: none !important;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
  background-color: #fff;
  width: 32px;
  height: 3px;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #6c6863;
}

#home {
  position: relative;
  background: #000;
  color: #fff;
  height: 100vh;
  overflow: hidden;
}
#home .hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10;
}
#home .dark_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
#home .video-container {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#home .mute_container {
  position: absolute;
  width: 45px;
  bottom: 45px;
  right: 2%;
  cursor: pointer;
  z-index: 5;
}
#home .mute_container img {
  width: 100%;
}
#home .mute_container .mute {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
  z-index: 2;
}
#home .mute_container.unmuted .unmute {
  opacity: 0;
}
#home .mute_container.unmuted .mute {
  opacity: 1;
  z-index: 1;
}
#home iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
#home h1 {
  margin-bottom: 30px;
  letter-spacing: 1.5px;
}
#home .begin {
  margin-top: 100px;
}
#home .begin p {
  font-size: 22px;
  text-transform: uppercase;
  opacity: 0.9;
}
#home .begin.big p {
  font-size: 36px;
}

.menu.fixed_menu {
  margin: 0 auto;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 400px;
  bottom: 0;
  right: 0;
  background: #f5f1e8;
  padding-top: 17vh;
  padding-bottom: 14vh;
  transform: translate(110%, 0);
  transition: all 0.3s;
  z-index: 4;
}
.menu.fixed_menu li {
  width: 100%;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
}
.menu.fixed_menu li .subnav {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  padding-top: 15px;
}
.menu.fixed_menu li .subnav li {
  font-size: 13px;
  padding: 0 10px;
  opacity: 1;
  margin-bottom: 10px;
}
.menu.fixed_menu.open {
  transform: translate(0, 0);
}
.menu.fixed_menu.open .subnav li {
  opacity: 1;
}

@media (min-width: 1700px) {
  #home h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
#home.private .private_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/private.jpg") center;
  background-size: cover;
  z-index: 100;
}
#home.private .content {
  z-index: 101;
}

@media (min-aspect-ratio: 16/9) {
  #home iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  #home iframe {
    width: 177.78vh;
  }
}
#services h3,
#suite_additions h3 {
  margin-bottom: 20px;
}
#services .services_list,
#suite_additions .services_list {
  padding-top: 70px;
}
#services .services_list .row,
#suite_additions .services_list .row {
  padding-top: 70px;
  padding-bottom: 70px;
}
#services .controls,
#suite_additions .controls {
  padding-top: 70px;
}
#services .controls p,
#suite_additions .controls p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}
#services .carte_services ul,
#suite_additions .carte_services ul {
  padding-left: 20px;
}
#services .carte_services ul li,
#suite_additions .carte_services ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 10px;
}

#inquire .form_container {
  position: relative;
}
#inquire .form_container .thank_you {
  display: none;
  position: absolute;
  z-index: 10;
  background: #F5F1E9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#inquire .form_container .thank_you h2 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
#inquire form.form-done .thank_you {
  display: block;
}
#inquire .top_poster {
  background: url("../img/inquire/hero.jpg") center;
  background-size: cover;
  position: relative;
}
#inquire .top_poster::after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
#inquire #register button {
  font-size: 26px;
  outline: none;
  border: none;
  color: #050505;
  text-transform: uppercase;
  line-height: 35px;
  width: 205px;
  padding: 15px 0 10px;
  border: 1px solid #000;
  background: transparent;
  cursor: pointer;
}
#inquire #register input[type=text],
#inquire #register input[type=email],
#inquire #register input[type=tel],
#inquire #register select {
  outline: none;
  border: none;
  background: none;
  border-bottom: 1px solid #000;
  padding: 10px 5px;
  width: 100%;
  line-height: 1.6;
  font-size: 20px;
  margin-bottom: 35px;
  color: #000;
  font-weight: 100;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: 0.06em;
  border-radius: 0;
}
#inquire #register input[type=text]::placeholder,
#inquire #register input[type=email]::placeholder,
#inquire #register input[type=tel]::placeholder,
#inquire #register select::placeholder {
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  color: #615D5B;
}
#inquire #register input[type=text].missing,
#inquire #register input[type=email].missing,
#inquire #register input[type=tel].missing,
#inquire #register select.missing {
  border-bottom: 1px solid red;
}
#inquire #register select {
  background: url("../img/inquire/select-arrow.svg") no-repeat 97%;
  background-position-x: calc(100% - 7px);
  padding-right: 34px;
  text-transform: uppercase;
}
#inquire #register input[type=checkbox], #inquire #register input[type=radio] {
  margin-top: 0.25em;
  vertical-align: top;
  /* background-color: #fff; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #615D5B;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  width: 2em;
  height: 2em;
  border-radius: 100px;
  margin-right: 8px;
}
#inquire #register input:checked[type=checkbox], #inquire #register input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-color: #615D5B;
}
#inquire #register .checkbox_wrapper span {
  padding-top: 3px;
  display: inline-block;
  padding-left: 10px;
  font-size: 18px;
}

.under_footer {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #474647;
}
.under_footer .trigger_notice span {
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.under_footer .trigger_notice:hover span {
  border-bottom: 1px solid #474647;
}
.under_footer .disclaimer {
  margin-top: 20px;
  display: none;
}
.under_footer.dark {
  background: #000;
  border-top: 1px solid #000;
}
.under_footer.dark .trigger_notice:hover span {
  border-bottom: 1px solid #fff;
}
.under_footer.dark p {
  color: #fff;
}

@media (max-height: 800px) {
  .menu.fixed_menu {
    padding-top: 130px;
    padding-bottom: 8vh;
  }
}
@media (max-width: 1700px) {
  .content_container.text_left {
    padding: 70px 60px;
  }
  .content_container.text_right {
    padding: 70px 60px;
  }
  #home h1 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1400px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 60px;
  }
  i {
    font-size: 16px;
  }
  .content_container .sign p {
    font-size: 13px;
  }
  .content_container.text_left .info {
    padding-right: 60px;
  }
  .content_container.text_right .info {
    padding-left: 60px;
  }
  .expand img {
    width: 20px;
  }
  #services .services_list,
  #suite_additions .services_list {
    padding-top: 60px;
  }
  #services .services_list .row,
  #suite_additions .services_list .row {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #inquire #register button {
    font-size: 22px;
    line-height: 30px;
  }
  #inquire #register input[type=text],
  #inquire #register input[type=email],
  #inquire #register input[type=tel],
  #inquire #register select {
    font-size: 18px;
  }
  #inquire #register .checkbox_wrapper span {
    padding-top: 4px;
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  h3 {
    font-size: 24px;
  }
  .my_btn {
    width: 180px;
    line-height: 44px;
  }
  .outline {
    padding: 80px 60px;
  }
  .content_container h3 {
    margin-bottom: 15px;
  }
  .content_container p {
    line-height: 1.7;
  }
  .content_container .rendering_slider_container .arrow {
    cursor: pointer;
  }
  .content_container .rendering_slider_container .arrow.arrow_left {
    left: -30px;
  }
  .content_container .rendering_slider_container .arrow.arrow_right {
    right: -30px;
  }
  .content_container.text_left {
    padding: 60px 40px;
  }
  .content_container.text_left .info {
    padding-right: 50px;
  }
  .content_container.text_right {
    padding: 60px 40px;
  }
  .content_container.text_right .info {
    padding-left: 50px;
  }
  .content_container .counter {
    padding-top: 20px;
  }
  #services .controls,
  #suite_additions .controls {
    padding-top: 50px;
  }
  #inquire #register button {
    font-size: 20px;
    line-height: 28px;
  }
  #inquire #register input[type=text],
  #inquire #register input[type=email],
  #inquire #register input[type=tel],
  #inquire #register select {
    font-size: 16px;
    margin-bottom: 35px;
  }
  #inquire #register .checkbox_wrapper span {
    padding-top: 4px;
    padding-left: 5px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    width: 100%;
    max-width: 500px;
  }
  .header .menu li {
    font-size: 14px;
  }
  .hero_arrow_down {
    display: none;
  }
  h1 {
    font-size: 40px;
  }
  h3 {
    font-size: 22px;
  }
  p.big {
    font-size: 16px;
  }
  .slick-dots {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .top_poster h1 {
    margin-bottom: 15px;
  }
  .content_container .counter {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .content_container.text_left {
    padding: 40px 40px;
  }
  .content_container.text_left .info {
    padding-right: 0;
  }
  .content_container.text_right {
    padding: 40px 40px;
  }
  .content_container.text_right .info {
    padding-left: 0;
  }
  .full_slider_container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #amenities .full_slider_container {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .outline {
    padding: 40px 30px;
  }
  .full_slider_container h3 {
    font-size: 18px;
    max-width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }
  body[data-article=home] .vh-100 {
    padding-top: 7vh;
    padding-bottom: 5vh;
  }
  #home h1 {
    margin-bottom: 30px;
  }
  #home .logo {
    max-width: 80%;
  }
  #home .begin {
    margin-top: 50px;
  }
  #home .begin p {
    font-size: 16px;
    letter-spacing: 1px;
  }
  #home .begin.big p {
    font-size: 30px;
  }
  #home .menu {
    flex-wrap: wrap;
    padding-bottom: 5vh;
  }
  #home .menu li .subnav {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding-top: 15px;
    display: block !important;
    width: 100%;
  }
  #home .menu li .subnav li {
    margin-bottom: 10px;
  }
  #services h3,
  #suite_additions h3 {
    margin-bottom: 10px;
  }
  #services .controls,
  #suite_additions .controls {
    padding-top: 50px;
  }
  #services .controls p,
  #suite_additions .controls p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
  }
  #services .services_list,
  #suite_additions .services_list {
    padding-top: 40px;
  }
  #services .services_list .row,
  #suite_additions .services_list .row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .under_footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .under_footer .trigger_notice {
    font-size: 12px;
  }
  .under_footer.dark .trigger_notice {
    font-size: 12px;
  }
  #inquire #register input[type=text],
  #inquire #register input[type=email],
  #inquire #register input[type=tel],
  #inquire #register select {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #home .hamburger {
    top: 15px;
    right: 0px;
  }
  #home .menu.open {
    max-width: 100%;
  }
  .container {
    max-width: 100%;
  }
  .contact_button_container {
    top: 22px;
    right: auto;
    left: 40px;
  }
  .header {
    padding-left: 0;
  }
  .header .menu_container {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    border-top: 1px solid #DCD5C9;
    bottom: 0;
    background: #F5F1E9;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
  .header .menu {
    flex-wrap: wrap;
    height: 100%;
  }
  .header .menu li {
    font-size: 18px;
    width: 100%;
    text-align: center;
  }
  .header .menu li.has_subnav .subnav {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding-top: 15px;
    display: block;
  }
  .header .menu li.has_subnav .subnav li {
    font-size: 16px;
    margin-bottom: 7px;
  }
  h1 {
    font-size: 36px;
  }
  .my_btn {
    width: 160px;
    line-height: 40px;
  }
  .top_poster {
    padding: 0 15px;
  }
  #home h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .outline {
    padding: 40px 5px;
  }
  .content_container.text_left {
    padding: 30px;
    padding: 30px 0;
  }
  .content_container.text_right {
    padding: 30px 0;
  }
  .expand {
    padding: 7px;
  }
  .expand img {
    width: 15px;
  }
  .full_slider_container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .full_slider_container h3 {
    max-width: 45vw;
    margin: 20px auto 0;
  }
  .full_slider_container .slick-dots {
    padding-top: 5px;
  }
  .full_slider_container .full_slider {
    /* the slides */
    /* the parent */
  }
  .full_slider_container .full_slider .slick-slide {
    margin: 0 5px;
  }
  .full_slider_container .full_slider .slick-list {
    margin: 0 -5px;
  }
  .full_slider_container .arrow {
    position: absolute;
    top: calc(50% - 50px);
    transform: translate(0, -50%);
    width: 15px;
    cursor: pointer;
  }
  .full_slider_container .arrow.arrow_left {
    left: 10px;
  }
  .full_slider_container .arrow.arrow_right {
    right: 10px;
  }
  #amenities .full_slider_container {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  #services .services_list,
  #suite_additions .services_list {
    padding-top: 30px;
  }
  #services .services_list .row,
  #suite_additions .services_list .row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}