@font-face {
  font-family: "OreloSemiWideRegular";
  src: url("/fonts/OreloSemiWideRegular.eot");
  src: url("/fonts/OreloSemiWideRegular.eot") format("embedded-opentype"),
    url("/fonts/OreloSemiWideRegular.woff2") format("woff2"),
    url("/fonts/OreloSemiWideRegular.woff") format("woff"),
    url("/fonts/OreloSemiWideRegular.ttf") format("truetype"),
    url("/fonts/OreloSemiWideRegular.svg#OreloSemiWideRegular") format("svg");
}
@font-face {
  font-family: "MaisonNeueExtendedLight";
  src: url("/fonts/MaisonNeueExtendedLight.eot");
  src: url("/fonts/MaisonNeueExtendedLight.eot") format("embedded-opentype"),
    url("/fonts/MaisonNeueExtendedLight.woff2") format("woff2"),
    url("/fonts/MaisonNeueExtendedLight.woff") format("woff"),
    url("/fonts/MaisonNeueExtendedLight.ttf") format("truetype"),
    url("/fonts/MaisonNeueExtendedLight.svg#MaisonNeueExtendedLight")
      format("svg");
}
@font-face {
  font-family: "MaisonNeueExtendedDemi";
  src: url("/fonts/MaisonNeueExtendedDemi.eot");
  src: url("/fonts/MaisonNeueExtendedDemi.eot") format("embedded-opentype"),
    url("/fonts/MaisonNeueExtendedDemi.woff2") format("woff2"),
    url("/fonts/MaisonNeueExtendedDemi.woff") format("woff"),
    url("/fonts/MaisonNeueExtendedDemi.ttf") format("truetype"),
    url("/fonts/MaisonNeueExtendedDemi.svg#MaisonNeueExtendedDemi")
      format("svg");
}

.demi {
  font-family: "MaisonNeueExtendedDemi";
}

.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 {
  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_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: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
img {
  border: none;
  max-width: 100%;
}
a,
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
textarea:focus,
input:focus,
select:focus {
  outline: none;
}
/* General */
body {
  font-family: "MaisonNeueExtendedLight";
  font-size: 22px;
  background: #fff;
  color: #4a4a4a;
  margin: 0;
  padding: 0;
  position: fixed;
}

body.static {
  position: initial;
}
.img {
  width: 100%;
  margin: 0;
  display: block;
}

p {
  text-align: center;
  margin: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  font-family: "OreloSemiWideRegular";
  margin: 0;
  font-weight: normal;
}

h1,
h2 {
  font-size: 50px;
  margin-bottom: 50px;
  text-align: center;
}

h3 {
  font-size: 34px;
  font-family: "MaisonNeueExtendedDemi";
  text-align: center;
}
h4 {
  font-size: 40px;
  color: #2a3851;
}
/* Navigation */
header {
  position: fixed;
  background: #fff;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
}

#logo {
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 254px;
  height: 78px;
}
nav {
  margin: 0 auto;
  padding: 65px 0;
  width: 1440px;
  max-width: calc(100% - 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

#nav {
  width: 325px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#nav li {
  list-style: none;
  position: relative;
}
#nav li a {
  font-family: "MaisonNeueExtendedDemi";
  font-size: 16px;
  color: #a2ad9c;
  text-transform: uppercase;
}

.nav-btn-wrapper {
  display: flex;
  gap: 0 20px;
}

.enq_btn {
  background: #a2ad9c;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 0;
  width: 176px;
  font-family: "MaisonNeueExtendedDemi";
  text-align: center;
}

.under-construction {
  background-color: #4a4a4a;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 0;
  width: 240px;
  font-family: "MaisonNeueExtendedDemi";
  text-align: center;
}

/* nav-toggle */
#nav_toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: none;
}
#nav_toggle span,
#nav_toggle span:after,
#nav_toggle span:before {
  cursor: pointer;
  height: 3px;
  width: 30px;
  background: #a2ad9c;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  -webkit-transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
  -moz-transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
  -o-transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
  transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}
#nav_toggle span:before {
  top: -10px;
}
#nav_toggle span:after {
  bottom: -10px;
}
#nav_toggle.active span {
  background-color: transparent !important;
}
#nav_toggle.active span:after,
#nav_toggle.active span:before {
  top: 0;
}
#nav_toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
}
#nav_toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

* {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

/* ENQUIRY STARTS HERE */

#enquire .grid_12 {
  padding-right: 100px;
}
.register {
  width: 100%;
  margin: 0 auto;
}

input,
select {
  font-family: "MaisonNeueExtendedLight";
  font-size: 18px;
  margin: 0 auto;
  padding: 5px 0;
  width: 100%;
  color: #fff;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  text-align: left;
  margin-bottom: 20px;
}
select {
  padding: 5px 0;
  text-align-last: left;
  text-align: left;

  -ms-text-align-last: left;
}
select option {
  padding: 5px 0;
  background: #a2ad9c;
  text-align-last: left;
  text-align: left;

  -ms-text-align-last: left;
}

.chk_holder,
div#au_postcode {
  margin: 0 auto 20px;
  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: #fff;
  font-size: 14px;
  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 #fff;
  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 #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.45, 0, 0.55, 1);
  transition: all 0.4s cubic-bezier(0.45, 0, 0.55, 1);
}
#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:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: $form-field-text;
  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;
}

/* 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 #fff;
  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 #fff;
  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: 0;
}
ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
  position: absolute;
  margin-top: -15px;
}

#au_postcode ul.parsley-errors-list.filled li,
#au_postcode ul.parsley-errors-list li {
  margin-top: 5px;
}

/* ENQUIRY ENDS HERE */

.w1070,
.w1270,
.w860,
.w1665,
.w500 {
  width: 1070px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 80px);
}

.w1665 {
  width: 1665px;
}
.w1270 {
  width: 1270px;
}
.w860 {
  width: 860px;
}
.w600 {
  max-width: 100%;
  width: 600px;
}
.w500 {
  max-width: 100%;
  width: 500px;
}

.pt100 {
  padding-top: 100px;
}
.pt75 {
  padding-top: 75px;
}
.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb180 {
  padding-bottom: 180px;
}

.mb50 {
  margin-bottom: 50px;
}
.mb80 {
  margin-bottom: 80px;
}

.mlr_auto {
  margin-left: auto;
  margin-right: auto;
}

.bg_green {
  background: #a2ad9c;
}

.bg_green * {
  color: #fff;
}

.left_align {
  text-align: left;
}

.fs20 {
  font-size: 20px;
}

.btn {
  background: #4a4a4a;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px 0;
  width: 320px;
  font-family: "MaisonNeueExtendedDemi";
  text-align: center;
  display: block;
}

#hero {
  width: 100%;
  height: calc(100vh - 171px);
  margin-top: 171px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#hero .flexslider li img {
  width: 100%;
  height: calc(100vh - 171px);
  object-fit: cover;
}

.wrapper {
  width: calc(100% - 600px);
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.privacy {
  font-size: 13px;
  text-align: left;
  line-height: 1.6;
  margin: 40px 0 50px;
}

.b_submit {
  border: none;
  font-family: "MaisonNeueExtendedLight";
  width: 120px;
  font-size: 20px;
  color: #a2ad9c;
  background: #fff;
  margin-left: 0;
}

.hide_nav .flex-direction-nav {
  display: none !important;
}
.flex-direction-nav a {
  margin: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-indent: 99999px;
  opacity: 1;
  left: 40px;
  bottom: 0;
  margin: auto;
  background-image: url(/images/buttons/prev.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-direction-nav a:before {
  display: none;
}

.flex-direction-nav .flex-next {
  left: auto;
  right: 40px;
  background-image: url(/images/buttons/next.png);
}

#thank {
  margin-bottom: 80px;
  /* font-size: 23px; */
}

#preloader {
  background: #a2ad9c;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
}

#preloader.hide {
  top: -100vh;
}

#preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 400px;
  width: 100%;
  background: #a2ad9c;
  /* background: red; */
  z-index: 2;

  transition: all 1.6s cubic-bezier(0.45, 0, 0.55, 1);
  transform: translateY(-100px);
  transform: rotate(-45deg) translateY(-50px);
  /* margin-top: -200px; */
}

#preloader.show:after {
  /* transform: translateY(200px); */
  /* height: 0; */

  transform: rotate(-45deg) translateY(200px);
  height: 0;
}

#preloader svg {
  width: 338px;
  height: auto;
  margin-top: -200px;
}

#preloader p {
  font-size: 40px;
  position: absolute;
  bottom: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  color: #fff;
}

#preloader.show p {
  transition-delay: 1.3s;
  opacity: 1;
  visibility: visible;
}

.mob {
  display: none;
}

#map{
	width: 100%;
	height: 70vh;
}

@media screen and (max-width: 1400px) {
  #team .flex a:not(:last-child) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1300px) {
  .nav-btn-wrapper {
    position: absolute;
    right: 0;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }
}

@media screen and (max-width: 1100px) {
  #preloader p {
    bottom: 150px;
  }
  #nav {
    width: 285px;
  }

  h1,
  h2 {
    font-size: 40px;
  }

  body {
    font-size: 18px;
  }

  .w600 {
    width: 500px;
  }

  .wrapper {
    width: calc(100% - 500px);
  }

  .mb80 {
    margin-bottom: 50px;
  }
  .pb180 {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 1000px) {
  #preloader p {
    font-size: 30px;
  }

  #nav {
    position: fixed;
    top: 158px;
    left: 0;
    width: 100%;
    height: calc(100vh - 158px);
    background: #a2ad9c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9;
    transform: translateX(-100%);
    transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
  }

  header.active_nav #nav {
    transform: translateX(0);
  }

  #nav li {
    margin: 2vh 0;
  }
  #nav li a {
    font-size: 32px;
    color: #fff;
  }

  .enq_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    transition: all 0.4s cubic-bezier(0.45, 0, 0.55, 1);
  }

  .under-construction {
    position: fixed;
    bottom: 41px;
    left: 0;
    width: 100%;
    z-index: 4;
    transition: all 0.4s cubic-bezier(0.45, 0, 0.55, 1);
}

  .enq_btn.hide {
    bottom: -41px;
  }

  .under-construction.move {
    bottom: 0;
  }
  section#enquire {
    position: relative;
    z-index: 5;
  }
  #logo {
    position: static;
  }
  nav {
    padding: 40px 0;
  }

  #nav_toggle {
    display: block;
  }

  #hero {
    height: calc(100vh - 158px);
    margin-top: 158px;
  }

  .w600 {
    width: 600px;
    margin-bottom: 60px;
  }

  .wrapper {
    width: calc(100%);
    margin: 50px 0;
  }

  #residences .bg_green.flex,
  #team .flex {
    flex-direction: column;
  }

  #team .flex a:not(:last-child) {
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 760px) {
  body {
    width: 100vw;
  }

  body.static {
    position: static;
  }

  #preloader svg {
    width: 238px;
  }

  #preloader p {
    width: calc(100% - 30px);
    font-size: 24px;
  }

  #logo {
    width: 154px;
    height: 47px;
  }

  nav {
    padding: 15px 0;
  }

  #nav {
	  height: calc(100vh - 77px);
    top: 77px;
  }
  #hero {
    margin-top: 77px;
    height: auto;
    background: none;
  }

  .mob {
    display: block;
  }

  #hero img {
    width: 100%;
  }

  h1,
  h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .w1070,
  .w1270,
  .w860,
  .w1665,
  .w500,
  nav {
    max-width: calc(100% - 30px);
  }

  body {
    font-size: 16px;
  }

  .flex-direction-nav .flex-prev {
    left: 15px;
    width: 30px;
    height: 30px;
  }
  .flex-direction-nav .flex-next {
    right: 15px;
    width: 30px;
    height: 30px;
  }

  .pb80 {
    padding-bottom: 40px;
  }

  .pt100 {
    padding-top: 50px;
  }
  .pt60 {
    padding-top: 30px;
  }

  .mb50 {
    margin-bottom: 30px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .pb180 {
    padding-bottom: 80px;
  }
  .wrapper {
    margin: 30px 0;
  }

  .btn {
    font-size: 16px;
    width: 250px;
  }
  h3 {
    font-size: 24px;
  }
  .fs20 {
    font-size: 16px;
  }

  #enquire .grid_12 {
    padding-right: 0;
  }

  input,
  select {
    font-size: 14px;
  }

  #chkInternational + label {
    font-size: 12px;
  }

  .privacy {
    font-size: 10px;
  }

  .footer_logo.flex {
    flex-direction: column;
  }

  .footer_logo.flex a:nth-child(2) {
    margin: 40px 0;
  }



  section {
    overflow: hidden;
  }
}
