/*
font-family: runda,sans-serif;
font-weight: 400;
font-style: normal;
-----------------------------
font-family: runda,sans-serif;
font-weight: 400;
font-style: italic;
-----------------------------
font-family: runda,sans-serif;
font-weight: 700;
font-style: normal;
-----------------------------
font-family: runda,sans-serif;
font-weight: 700;
font-style: italic;
*/
@font-face {
  font-family: "GrifoMBold";
  src: url("/fonts/GrifoMBold.eot");
  src: url("/fonts/GrifoMBold.eot") format("embedded-opentype"), url("/fonts/GrifoMBold.woff2") format("woff2"), url("/fonts/GrifoMBold.woff") format("woff"), url("/fonts/GrifoMBold.ttf") format("truetype"), url("/fonts/GrifoMBold.svg#GrifoMBold") format("svg");
}

@font-face {
  font-family: "AntarcticanMonoSemiBold";
  src: url("/fonts/AntarcticanMonoSemiBold.eot");
  src: url("/fonts/AntarcticanMonoSemiBold.eot") format("embedded-opentype"), url("/fonts/AntarcticanMonoSemiBold.woff2") format("woff2"), url("/fonts/AntarcticanMonoSemiBold.woff") format("woff"), url("/fonts/AntarcticanMonoSemiBold.ttf") format("truetype"), url("/fonts/AntarcticanMonoSemiBold.svg#AntarcticanMonoSemiBold") format("svg");
}

@font-face {
  font-family: "AntarcticanMonoMedium";
  src: url("/fonts/AntarcticanMonoMedium.eot");
  src: url("/fonts/AntarcticanMonoMedium.eot") format("embedded-opentype"), url("/fonts/AntarcticanMonoMedium.woff2") format("woff2"), url("/fonts/AntarcticanMonoMedium.woff") format("woff"), url("/fonts/AntarcticanMonoMedium.ttf") format("truetype"), url("/fonts/AntarcticanMonoMedium.svg#AntarcticanMonoMedium") format("svg");
}

.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: 33.33%;
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: 50%;
}

.grid_6.two-columns {
  width: calc(50% - 15px);
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

img {
  border: none;
  max-width: 100%;
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

/* General */
html {
  height: 100%;
}

body {
  font-family: runda, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.25em;
  text-align: center;
  color: #fff;
  background: #222223;
  height: 100%;
  overflow: hidden;
}

body.scroll {
  overflow: initial;
}

/* Headings */
h1 {
  font-family: "GrifoMBold";
  font-weight: normal;
  font-size: 100px;
  line-height: 0.8em;
  text-align: center;
  color: #fff;
}

h2 {
  font-family: "GrifoMBold";
  font-weight: normal;
  font-size: 55px;
  line-height: 1em;
  text-align: center;
  color: #8ca668;
  padding-bottom: 0.5em;
}

h3 {
  font-family: "AntarcticanMonoSemiBold";
  font-weight: normal;
  font-size: 14px;
  line-height: 1.25em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h4 {
  font-family: "GrifoMBold";
  font-weight: normal;
  font-size: 36px;
  line-height: 1em;
  text-align: center;
  color: #8ca668;
  padding-bottom: 1em;
}

h4.white {
  color: #fff;
}

h5 {
  font-family: "AntarcticanMonoMedium";
  font-weight: normal;
  font-size: 24px;
  line-height: 1.05;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 15px;
}

h5 span {
  display: block;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5em;
  text-align: left;
  color: #fff;
  text-transform: initial;
}

p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
}

p a {
  border-bottom: 1px solid transparent;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

@media (hover: hover) {
  p a:hover {
    border-bottom: 1px solid #fff;
  }
}

/* Navigation */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 10;
  background-color: #222223;
}

header > * {
  width: calc(100% / 3);
}

header nav {
  display: block;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
}

header nav ul li {
  margin-right: 15px;
}

header nav ul li a {
  color: #ffffff;
  font-family: "Antarctican Mono";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.125em;
  text-transform: uppercase;
}

header .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .btn-holder .btn {
  z-index: 2;
  padding: 10px 20px;
  background-color: #8ca668;
  border: 1px solid #8ca668;
  margin: 0;
  text-decoration: none;
}

@media (hover: hover) {
  header .btn-holder .btn:hover {
    background-color: #222223;
  }
}

header .logo {
  z-index: 12;
}

header .logo img {
  margin: auto;
}

#page-apartments header nav ul li a.apartments {
  color: #8ca668;
  cursor: default;
}

#page-team header nav ul li a.team {
  color: #8ca668;
  cursor: default;
}

#page-location header nav ul li a.location {
  color: #8ca668;
  cursor: default;
}

/* nav-toggle */
#nav-toggle {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#nav-toggle span {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#nav-toggle span:first-child {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#nav-toggle span:first-child::after, #nav-toggle span:first-child::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

#nav-toggle span:last-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}

#nav-toggle span:last-child::after, #nav-toggle span:last-child::before {
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

#nav-toggle span:last-child::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

#nav-toggle.active span:first-child {
  opacity: 0;
}

#nav-toggle.active span:last-child {
  opacity: 1;
}

/* enquiry */
.register {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.register p {
  padding-bottom: 30px;
}

.formbox {
  padding: 0 30px;
}

input,
select {
  font-family: runda, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #fff;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  width: 100%;
  max-width: 500px;
  color: #fff;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
}

input option,
select option {
  padding: 7px 5px;
  background: #222223;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  text-align-last: left;
}

input.b_submit,
select.b_submit {
  padding: 10px 35px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  border: 1px solid #fff;
  text-transform: uppercase;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  cursor: pointer;
}

@media (hover: hover) {
  input.b_submit:hover,
  select.b_submit:hover {
    color: #8ca668;
  }
}

.privacy {
  font-size: 10px;
  padding: 0;
  margin: 20px;
  line-height: 1.5em;
}

.chk_holder {
  margin: 10px auto 0 auto;
  color: #fff;
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: center;
}

#chkInternational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  color: #546670;
  font-size: 18px;
  letter-spacing: 3px;
  font-family: inherit;
  text-transform: uppercase;
  display: inline;
  margin: auto;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #546670;
  content: "";
  display: block;
}

#chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #546670;
  border-right: 2px solid #546670;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#chkInternational:checked + label:after {
  -webkit-transform: translateY(-60%) rotate(45deg) scale(1);
  transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/*footer*/
footer {
  padding-bottom: 100px;
}

footer #display h3 {
  font-size: 18px;
}

footer #display p {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
}

footer #display a {
  border-bottom: 1px solid #fff;
}

footer .logo-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 40px auto 0;
}

footer .logo-holder h3 {
  margin: 20px;
}

footer .logo-holder h3 a {
  display: block;
}

footer .logo-holder h3 a img {
  margin: 20px auto 0;
}

footer .logo-holder h3:last-child a img {
  height: 50px;
  padding: 10px 0;
}

footer .logo-holder h3:first-child a img {
  height: 45px;
}

footer .logo-holder h3:nth-child(2) a img {
  height: 55px;
}

footer .logo-holder h3:nth-child(3) a img {
  height: 60px;
}

footer .legal {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  text-align: center;
  margin: 40px auto 0 auto;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .legal a {
  display: inline-block;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 14px;
  text-align: center;
  text-decoration: underline;
  margin: 0 10px 10px;
}

footer #disclaimer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

footer #disclaimer .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer #disclaimer .row a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 10px auto;
  padding: 2px;
  border: 1px solid #fff;
}

footer #disclaimer .row p {
  text-align: left;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 14px;
  padding: 20px;
  background-color: #000;
  color: #ffff;
  text-align: left;
  max-width: 500px;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #525252;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: -20px;
  max-width: 500px;
  height: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
}

* {
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

/* ---------------- */
section {
  display: block;
  position: relative;
  overflow: hidden;
}

section.landing {
  height: 100%;
}

section.landing .bg {
  height: 50%;
  transition: 0.5s background-image;
  -webkit-transition: 0.5s background-image;
  -moz-transition: 0.5s background-image;
  -ms-transition: 0.5s background-image;
  -o-transition: 0.5s background-image;
}

#img-animate div:first-child {
  width: 50%;
  background-image: url(/images/home/1a.jpg);
}

#img-animate div:nth-child(2) {
  width: 25%;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  background-image: url(/images/home/2a.jpg);
}

#img-animate div:nth-child(3) {
  width: 25%;
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
  background-image: url(/images/home/3a.jpg);
}

#img-animate div:nth-child(4) {
  width: 25%;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
  background-image: url(/images/home/4a.jpg);
}

#img-animate div:nth-child(5) {
  width: 25%;
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
  background-image: url(/images/home/5a.jpg);
}

#img-animate div:last-child {
  width: 50%;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  background-image: url(/images/home/6a.jpg);
}

#img-animate.change div:first-child {
  background-image: url(/images/home/1b.jpg);
}

#img-animate.change div:nth-child(2) {
  background-image: url(/images/home/2b.jpg);
}

#img-animate.change div:nth-child(3) {
  background-image: url(/images/home/3b.jpg);
}

#img-animate.change div:nth-child(4) {
  background-image: url(/images/home/4b.jpg);
}

#img-animate.change div:nth-child(5) {
  background-image: url(/images/home/5b.jpg);
}

#img-animate.change div:last-child {
  background-image: url(/images/home/6b.jpg);
}

.middle-center-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
}

.container {
  display: block;
  position: relative;
  max-width: 100%;
}

.container.small {
  width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  font-family: "AntarcticanMonoSemiBold";
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: underline;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

@media (hover: hover) {
  .btn:hover {
    color: #8ca668;
  }
}

.unique-style-1 {
  width: 50%;
  aspect-ratio: 1/1;
}

.unique-style-2 {
  width: 50%;
  aspect-ratio: 1/1;
}

.unique-style-3 {
  width: 100%;
  aspect-ratio: 2/1;
}

.unique-style-4 {
  width: 100%;
  aspect-ratio: 1/1;
}

.aspect-ratio-2by3 {
  aspect-ratio: 5/6;
  -o-object-fit: cover;
     object-fit: cover;
}

.box {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
}

.box.animated {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.bottom-label {
  z-index: 2;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.bottom-label p {
  font-family: "AntarcticanMonoSemiBold";
  font-weight: normal;
  font-size: 12px;
  line-height: 1.25em;
  color: #fff;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
}

.bottom-label p:last-child {
  text-align: right;
}

#preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1000;
  background-color: #8ca668;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

#preloader.up {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}

.playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 10%;
}

.quote {
  display: inline-block;
  width: 500px;
  max-width: 100%;
  font-family: "AntarcticanMonoMedium";
  font-weight: normal;
  font-size: 20px;
  line-height: 1.25em;
  text-align: center;
  color: #fff;
  margin: auto;
}

.quote.from {
  margin-top: 20px;
}

.bottom-ribbon {
  display: block;
  position: fixed;
  background-color: #222223;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  z-index: 2;
}

.bottom-ribbon span {
  font-family: "AntarcticanMonoSemiBold";
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
}

#page-apartments .landing {
  background-image: url(/images/apartments/1.jpg);
  background-position: center;
  background-size: cover;
}

#page-location .landing {
  background-image: url(/images/location/1.jpg);
  background-position: center;
  background-size: cover;
}

#page-team .landing {
  background-image: url(/images/team/1.jpg);
  background-position: center;
  background-size: cover;
}

#page-team #team-baio p {
  font-family: runda, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: #fff;
  max-width: 440px;
  margin: 0;
  padding-bottom: 30px;
}

#collage-1 div div:first-child {
  width: 25%;
  background-image: url(/images/location/1-1.jpg);
}

#collage-1 div div:nth-child(2) {
  width: 25%;
  background-image: url(/images/location/1-2.jpg);
}

#collage-1 div div:nth-child(3) {
  width: 50%;
  background-image: url(/images/location/1-3.jpg);
}

#collage-1 div div:nth-child(4) {
  width: 50%;
  background-image: url(/images/location/1-4.jpg);
}

#collage-1 div div:nth-child(5) {
  width: 25%;
  background-image: url(/images/location/1-5.jpg);
}

#collage-1 div div:last-child {
  width: 25%;
  background-image: url(/images/location/1-6.jpg);
}

#collage-2 div div:first-child {
  width: 25%;
  background-image: url(/images/location/2-1.jpg);
}

#collage-2 div div:nth-child(2) {
  width: 25%;
  background-image: url(/images/location/2-2.jpg);
}

#collage-2 div div:nth-child(3) {
  width: 50%;
  background-image: url(/images/location/2-3.jpg);
}

#collage-2 div div:nth-child(4) {
  width: 50%;
  background-image: url(/images/location/2-4.jpg);
}

#collage-2 div div:nth-child(5) {
  width: 25%;
  background-image: url(/images/location/2-5.jpg);
}

#collage-2 div div:last-child {
  width: 25%;
  background-image: url(/images/location/2-6.jpg);
}

#map {
  min-height: 80vh;
  aspect-ratio: 4/3;
}

#mapdetails {
  width: 100%;
  border-top: 1px solid #8ca668;
}

#mapdetails .map-cat {
  font-family: "AntarcticanMonoMedium";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.25em;
  text-align: center;
  color: #8ca668;
  border-bottom: 1px solid #8ca668;
  padding: 10px 0;
  cursor: pointer;
  text-transform: uppercase;
}

#mapdetails .map-cat .inner-poi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
  font-family: runda, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  text-transform: initial;
}

#det {
  font-family: "AntarcticanMonoSemiBold";
  font-weight: normal;
  font-size: 12px;
  line-height: 1.33em;
  text-align: left;
  color: #fff;
  padding: 20px;
}

.info {
  color: #222223;
  font-family: runda, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.video_hero_holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video_hero_holder #bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(/images/home/bg.jpg) no-repeat;
  background-size: cover;
}

#page-apartments header,
#page-apartments section,
#page-apartments footer,
#page-team header,
#page-team section,
#page-team footer,
#page-location header,
#page-location section,
#page-location footer {
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  opacity: 0;
}

#page-apartments .pre-load,
#page-team .pre-load,
#page-location .pre-load {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  pointer-events: none;
}

#page-apartments .pre-load span,
#page-team .pre-load span,
#page-location .pre-load span {
  position: absolute;
  width: 100%;
  height: 0px;
  top: 0;
  left: 0;
  transition: 1s ease-out;
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -ms-transition: 1s ease-out;
  -o-transition: 1s ease-out;
}

#page-apartments .pre-load span:first-child,
#page-team .pre-load span:first-child,
#page-location .pre-load span:first-child {
  background-color: #8ca668;
  height: 0;
}

#page-apartments .pre-load span:last-child,
#page-team .pre-load span:last-child,
#page-location .pre-load span:last-child {
  background-color: #222223;
  height: 0;
}

#page-apartments.ready header,
#page-apartments.ready section,
#page-apartments.ready footer,
#page-team.ready header,
#page-team.ready section,
#page-team.ready footer,
#page-location.ready header,
#page-location.ready section,
#page-location.ready footer {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
  opacity: 1;
}

#page-apartments.ready .pre-load span:first-child,
#page-team.ready .pre-load span:first-child,
#page-location.ready .pre-load span:first-child {
  background-color: #8ca668;
  height: 100%;
}

#page-apartments.ready .pre-load span:last-child,
#page-team.ready .pre-load span:last-child,
#page-location.ready .pre-load span:last-child {
  background-color: #222223;
  height: 100%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.hover-effect * {
  overflow: hidden;
}

.hover-effect a span img {
  -webkit-transition: 1s -webkit-transform;
  transition: 1s -webkit-transform;
  transition: 1s transform;
  transition: 1s transform, 1s -webkit-transform;
  -webkit-transition: 1s transform;
  -moz-transition: 1s transform;
  -ms-transition: 1s transform;
  -o-transition: 1s transform;
}

@media (hover: hover) {
  .hover-effect:hover a span img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
}

#th {
  padding-top: 100px;
}

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

.flex,
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.center-align {
  text-align: center;
}

.left-align {
  text-align: left;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.wrap {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.ptl {
  padding-top: 150px;
}

.pbl {
  padding-bottom: 150px;
}

.plm {
  padding-left: 50px;
}

.pbm {
  padding-bottom: 50px;
}

.ptm {
  padding-top: 50px;
}

.pbs {
  padding-bottom: 20px;
}

.mbs {
  margin-bottom: 20px;
}

.ma {
  margin: auto;
}

.mla {
  margin-left: auto;
}

.mlra {
  margin-left: auto;
  margin-right: auto;
}

.just-mobile {
  display: none;
}

.privacy {
  padding-bottom: 0 !important;
}

.mw260 {
  max-width: 260px;
}

.uppercase {
  text-transform: uppercase;
}

.pb0 {
  padding-bottom: 0;
}

.sold-out {
  position: absolute;
  bottom: clamp(10px, 2.08vw, 40px);
  right: clamp(10px, 2.08vw, 40px);
  width: clamp(150px, 15.6vw, 300px);
}

@media screen and (max-width: 1000px) {
  .just-desktop {
    display: none;
  }
  .just-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.landing {
    height: 100%;
    height: calc(100% - 80px);
    margin-top: 40px;
  }
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 40px;
  }
  p {
    font-size: 15px;
    line-height: 1.25em;
    padding-left: 20px;
    padding-right: 20px;
  }
  h4 {
    font-size: 30px;
  }
  .left-align {
    text-align: center;
  }
  header {
    padding: 10px 20px;
    height: 40px;
  }
  header * {
    width: initial;
  }
  header .logo {
    margin: auto;
  }
  header .logo img {
    width: 100px;
  }
  header .btn-holder {
    z-index: 12;
  }
  header .btn-holder .btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    font-size: 18px;
    height: 40px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.25em;
    border: 1px solid #8ca668;
  }
  header nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #222223;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
  }
  header nav ul li {
    margin-bottom: 3vh;
  }
  header.active_nav nav {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  #img-animate .bg {
    height: 25%;
  }
  #img-animate div:first-child {
    width: 100%;
    background-image: url(/images/home/1a.jpg);
  }
  #img-animate div:nth-child(2) {
    width: 50%;
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
    background-image: url(/images/home/2a.jpg);
  }
  #img-animate div:nth-child(3) {
    width: 50%;
    -webkit-transition-delay: 4s;
            transition-delay: 4s;
    background-image: url(/images/home/3a.jpg);
  }
  #img-animate div:nth-child(4) {
    width: 50%;
    -webkit-transition-delay: 3s;
            transition-delay: 3s;
    background-image: url(/images/home/4a.jpg);
  }
  #img-animate div:nth-child(5) {
    width: 50%;
    -webkit-transition-delay: 5s;
            transition-delay: 5s;
    background-image: url(/images/home/5a.jpg);
  }
  #img-animate div:last-child {
    width: 100%;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    background-image: url(/images/home/6a.jpg);
  }
  #img-animate.change div:first-child {
    background-image: url(/images/home/1b.jpg);
  }
  #img-animate.change div:nth-child(2) {
    background-image: url(/images/home/2b.jpg);
  }
  #img-animate.change div:nth-child(3) {
    background-image: url(/images/home/3b.jpg);
  }
  #img-animate.change div:nth-child(4) {
    background-image: url(/images/home/4b.jpg);
  }
  #img-animate.change div:nth-child(5) {
    background-image: url(/images/home/5b.jpg);
  }
  #img-animate.change div:last-child {
    background-image: url(/images/home/6b.jpg);
  }
  .grid_6,
  .grid_3,
  .grid_4,
  .grid_8 {
    width: 100%;
  }
  .grid_6.two-columns,
  .grid_3.two-columns,
  .grid_4.two-columns,
  .grid_8.two-columns {
    width: 100%;
  }
  .m-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-p30 {
    padding: 30px;
  }
  .m-pb30 {
    padding-bottom: 30px;
  }
  .ptl {
    padding-top: 60px;
  }
  .pbl {
    padding-bottom: 60px;
  }
  .m-pbm {
    padding-bottom: 50px;
  }
  .m-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .m-aspect {
    aspect-ratio: 1/2;
    width: 100%;
  }
  .m-w-50 {
    width: 50%;
  }
  .m-mla {
    margin-left: auto;
  }
  footer .logo-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quote {
    font-size: 18px;
  }
  #map {
    padding: 0;
  }
  .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .plm {
    padding-left: 0;
    margin-bottom: 50px;
  }
  .plm p,
  .plm h5 {
    text-align: center !important;
  }
  .plm p span,
  .plm h5 span {
    text-align: center;
  }
  .plm a {
    margin: auto;
  }
  .plm a img {
    margin: auto;
  }
  #collage-1 div div:first-child {
    width: 50%;
  }
  #collage-1 div div:nth-child(2) {
    width: 50%;
  }
  #collage-1 div div:nth-child(3) {
    width: 100%;
  }
  #collage-1 div div:nth-child(4) {
    width: 100%;
  }
  #collage-1 div div:nth-child(5) {
    width: 50%;
  }
  #collage-1 div div:last-child {
    width: 50%;
  }
  #collage-2 div div:first-child {
    width: 50%;
  }
  #collage-2 div div:nth-child(2) {
    width: 50%;
  }
  #collage-2 div div:nth-child(3) {
    width: 100%;
  }
  #collage-2 div div:nth-child(4) {
    width: 100%;
  }
  #collage-2 div div:nth-child(5) {
    width: 50%;
  }
  #collage-2 div div:last-child {
    width: 50%;
  }
}
/*# sourceMappingURL=style.css.map */