@font-face {
    font-family: 'BrownRegular';
    src: url('/fonts/BrownRegular.eot');
    src: url('/fonts/BrownRegular.eot') format('embedded-opentype'),
         url('/fonts/BrownRegular.woff2') format('woff2'),
         url('/fonts/BrownRegular.woff') format('woff'),
         url('/fonts/BrownRegular.ttf') format('truetype'),
         url('/fonts/BrownRegular.svg#BrownRegular') format('svg');
}

@font-face {
    font-family: 'JoaneStencilRegular';
    src: url('/fonts/JoaneStencilRegular.eot');
    src: url('/fonts/JoaneStencilRegular.eot') format('embedded-opentype'),
         url('/fonts/JoaneStencilRegular.woff2') format('woff2'),
         url('/fonts/JoaneStencilRegular.woff') format('woff'),
         url('/fonts/JoaneStencilRegular.ttf') format('truetype'),
         url('/fonts/JoaneStencilRegular.svg#JoaneStencilRegular') format('svg');
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}



.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: 'BrownRegular';
	/* font-size: 13px; */
	font-size: 15px;
	line-height: 1.5;
	background: #151515;
	color: #948260;
	margin: 0;
	padding: 0;
	letter-spacing: 0.5px;
	overflow-x: hidden;
}

body.fixed {
	/* position: fixed; */
	/* overflow: hidden; */
}

.img {
	width: 100%;
	margin: 0;
	display: block;
}
 
/* Headings */
h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
	font-family: 'JoaneStencilRegular';
}



h1 {
	font-size: 56px;
	color: #fff;
	letter-spacing: 4px;
}

h2 {
	font-size: 42px;
	color: #948260;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h3 {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 3px;
}


p {
	text-align: left;
	margin: 0;
}

/* Navigation */ 


header {
	position: fixed;
	position:absolute;
	left: 0;
	right: 0;
	margin: auto;
	margin-left: 0;
	z-index: 9;
	padding: 30px;
	width: calc(100% - 53px);
}

nav {
	position: fixed;
	width: calc(100% - 53px);
	margin: auto;
	margin-left: 0;
	bottom: 35px;
	left: 0;
	right: 0;
	z-index: 1;
}

#nav {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}


#nav li {
	list-style: none;
}
#nav li a, #bottom-nav li a {
	font-family: 'JoaneStencilRegular';
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	font-style: normal;
	z-index: 2;
	text-transform: uppercase;
	position: relative;
	z-index: 9;
	letter-spacing: 2px;
}

#nav li a:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	transition:  all 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

#nav li a.residences:after {
	background-image: url('/images/hovered.svg')
}

#nav li a.lifestyle:after {
	background-image: url('/images/lifestyle-menu-icon.svg')
}

#nav li a.location:after {
	background-image: url('/images/location-menu-icon.svg')
}

#nav li a.team:after {
	background-image: url('/images/team-menu-icon.svg')
}





#page-residences #nav li a.residences:after,
#page-location #nav li a.location:after,
#page-lifestyle #nav li a.lifestyle:after,
#page-team #nav li a.team:after,
#nav li a:hover::after {
	visibility: visible;
	opacity: 1;
}


.nav-preview {
	position: fixed;
	left: 0;
	top:0;
	width: calc(100% - 53px);
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* z-index: 2; */
	opacity: 0;
	visibility: hidden;
	transition:  all 0.3s cubic-bezier(0.45, 0, 0.55, 1);

}

.nav-preview:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	z-index: 1;
}

#nav li a:hover + .nav-preview {
	visibility: visible;
	opacity: 1;
}

#page-residences #nav li a.residences:hover + .nav-preview,
#page-lifestyle #nav li a.lifestyle:hover + .nav-preview,
#page-location #nav li a.location:hover + .nav-preview,
#page-team #nav li a.team:hover + .nav-preview
 {
	visibility: hidden;
	opacity: 0;
}

.logo {
	margin: 0 auto;
	display: block;
	width: 208px;
	position: relative;
	z-index: 2;
}


/* nav-toggle */
#nav-toggle {
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 10;
	cursor: pointer;
	width: 25px;
	height: 18px;
	display: none;
}
#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
	cursor: pointer;
	height: 2px;
	width: 25px;
	background: #fff;
	position: absolute;
	display: block;
	content: '';
	top:7px;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
#nav-toggle span:before {
	top: -7px;
}
#nav-toggle span:after {
	bottom: -7px
}
#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)
}
/* enquiry */

#enq_btn {
	position: absolute;
	left: 0;
	top:0;
	width: 54px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	transition:  all 0.6s cubic-bezier(0.45, 0, 0.55, 1);

}

#enq_btn span {
	transform: rotate(-90deg);
	display: block;
	width: 120px;
	overflow: visible;
	position: absolute;
}


#enquire.show #enq_btn {
	background: #151515;
	color: #948260;
	border-left: 1px solid #948260;
}
#enquire {
	position: fixed;
	width: 400px;
	height: 100vh;
	right: 0;
	top:0;
	background: #151515;
	padding: 70px 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
	transform: translate(346px);
	transition:  all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}

#enquire.show {
	transform: translateX(0);
}

.register {
	width: 100%;
	margin: 0 auto;
}

input, select {
	font-size: 13px;
	margin: 0 auto;
	padding: 10px;
	width: 100%;
	color: #948260;
	border: 0 none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-bottom: 1px solid #948260;
	text-align: center;
	text-align-last: center;
	letter-spacing:1px;
	margin-bottom: 15px;
	font-family: 'BrownRegular';
}

.b_submit.btn {
	background: transparent;
	color: #948260;
	margin-top: 20px;
	border:1px solid;
}

.privacy {
	font-size: 10px;
	letter-spacing: 1px;
	color: #948260;
	text-align: center;
	display: block;
	margin-bottom: 60px;
}
select {

	padding:10px;
	text-align-last: center; text-align: center;

-ms-text-align-last: center;
-moz-text-align-last: center; text-align-last: center;
}
select option {
	padding:10px;
	text-align-last: center; text-align: center;

-ms-text-align-last: center;
-moz-text-align-last: center; text-align-last: center;
}
.privacy {
	font-size: 10px;
}
.chk_holder {
	margin: 10px auto 0 auto;
	color: #948260;
}
#chkInternational {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	color: #948260;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 25px;
	width: 20px;
	text-align: left;
}
#chkInternational + label {
	background: url("/images/buttons/uncheck.png") no-repeat left center;
	color: #948260;
	padding: 2px 0 2px 26px;
}
#chkInternational:checked + label {
	background: url(/images/buttons/check.png) no-repeat left center;
}
input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
color: #948260;
opacity: 1;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #948260;
opacity: 1;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
color: #948260;
opacity: 1;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
color: #948260;
opacity: 1;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #948260;
	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 #948260;
	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 #948260;
	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;
	color: #F00D0D;
	position: absolute;
    margin-top: -13px;
    text-align: center;
    width: 100%;
}
*{
	text-size-adjust: none;
	-webkit-text-size-adjust: none
}



#preloader {
	position: fixed;
	top: calc(50% - 77px);
	width: calc(100% - 53px);
	background: #CDC6BC;
	background: none;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
	left: 0;
}

body.fixed #preloader {
	width: calc(100% - 400px);
	transition-duration: 0.6s;
}
#preloader.no-bg {
	/* background: rgba(0,0,0,0.1); */
	/* z-index: 8; */
}

#preloader p {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 1.4rem;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}

#preloader.no-bg p {
	visibility: visible;
}

#preloader h1 {
	display: flex;
	justify-content: center;
	width: calc(100%);
	max-width: 950px;
	text-align: center;
	flex-wrap: wrap;
	text-transform: uppercase;
}

#preloader h1 span {
	display:inline-block;
	opacity: 0;
	line-height: 1.3;
	transition: all 0.3s ease-in-out;
}

#preloader h1 span.show {
	opacity: 1;
}

#video {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
	background: #948260;
}

#video {
	/* background-image: url('/images/video.jpg'); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#video:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	z-index: 1;
}
.fullyvideo {
    position: absolute;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: -2;
}




.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.align-start {
	align-items: flex-start;
}

.align-stretch {
	align-items: stretch;
}

.relate {
	position: relative;
}


#page-residences #hero {
    background-image: url(/images/residences/residences_1.jpg);
}

#page-lifestyle #hero {
    background-image: url(/images/lifestyle/lifestyle_1.jpg);
}

#page-location #hero {
    background-image: url(/images/location/location_1.jpg);
}

#page-team #hero {
    background-image: url(/images/team/team_1.jpg);
}


#hero {
    width: 100%;
    height: calc(100vh);
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#hero:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	z-index: 1;
}

#hero h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
	text-transform: uppercase;
	z-index: 99;
}


.center-align {
	text-align: center;
}

.w30vw {
	width: 30vw;
}
.w33vw {
	width: 35vw;
	width: 50vw;
}

.mlrauto {
	margin-left: auto;
	margin-right: auto;
}
 
.mb150 {
	margin-bottom: 150px;
}

.mb65 {
	margin-bottom: 65px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb20 {
	margin-bottom: 20px;
}
.mb10 {
	margin-bottom: 10px;
}

.title {
	font-size: 14px;
	letter-spacing:4px;
	text-transform: uppercase;
}

.plr10vw {
	padding-left: 10vw;
	padding-right: 10vw;
}

.rightside {
	display: block;
	margin-left: auto;
	margin-right: 0;
}

.plr30 {
	padding-left: 30px;
	padding-right: 30px;
}

.w600 {
	width: 600px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.mb100 {
	margin-bottom: 100px;
}

.mb80{
	margin-bottom: 80px;
}
.btn {
	width: 280px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background:#948260;
	color: #151515;
	padding: 15px 0;
	text-align: center;
	display: block;
}

.brown {
	color: #948260;
}

.block {
	display: block;
}

footer {
	padding: 150px 30px;
	width: calc(100% - 53px);
}

body.fixed footer {
	width: calc(100% - 400px);
	transition:  all 0.6s cubic-bezier(0.45, 0, 0.55, 1);

}

#map {
	height: 800px;
	background: #D8D8D8;
}

main {
	/* padding-right: 53px; */
	width: calc(100% - 53px);
}

main,
nav,
header {
	transition:  all 0.6s cubic-bezier(0.45, 0, 0.55, 1);

}
body.fixed main,
body.fixed nav,
body.fixed header {
	width: calc(100% - 400px);
}


/* CUSTOM CURSOR */
#custom-cursor {
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-property: width, height, border, transform;
	will-change: width, height, transform, border;
	pointer-events: none;
	z-index: 999;
	overflow: visible;
	border: 1px solid #d1cabf;

  }
  
  #custom-cursor.hovered {
	width: 52px;
	height: 52px;
	background: none;
	border: 1px solid #d1cabf;
  }

  #custom-cursor.hovered.prev:after, #custom-cursor.hovered.next:after {
	  content: 'prev';
	  font-size: 12px;
	  font-family: 'CalibreMedium';
	  /* color: #948260; */
	  color: #fff;
	  position: absolute;
	  text-transform: uppercase;
	  letter-spacing: 1px;
	  text-align: center;
	  top:0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  width: 100%;
	  height: 100%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }

  #custom-cursor.hovered.next:after {
	  content: 'next';
  }
  /* ///////////////////////////// */


  .mob {
	  display: none!important;
  }


  .stripes {
	  position: fixed;
	  width: 5000px;
	  height: 5000px;
	  z-index: 1;
	  background: #151515;
	  transform: rotate(45deg);
	  left: 0;
	  right: 0;
	  top:0;
	  bottom: 0;
	  margin: auto;
	  z-index: -1;
	  opacity: 0.1;
	  opacity: 0.3;
  }

  .stripes span {
	  width: 150px;
	  height: 100%;
	  background: #2a2a2a;
	  display: block;
	  position: relative;
	  float: left;
	  margin: 0;
	  margin-right: 450px;
  }

  .stripes span:after{
	  content: '';
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  right: -300px;
	  background: #2a2a2a;

  }



  .fs10 {
	  font-size: 10px;
  }


  #page-home footer {
	  display: none;
  }

  #playvideo {
	  display: block;
	  margin: auto;
	  margin-top:40px;
	  width: 70px;
  }


@media screen and (max-width : 1100px) {
	h1 {
		font-size: 35px;
		letter-spacing: 3px;
	}

	

	
	h2 {
		font-size: 28px;
	}


	#preloader h1 {
		max-width: 600px;
	}

}

@media screen and (max-width : 900px) {
	body.fixed main,
	body.fixed nav,
	body.fixed footer,
	body.fixed #preloader,
	body.fixed header {
		width: calc(100% - 53px);
	}

	#nav {
		max-width: 500px;
	}

	.w30vw, .w33vw {
		width: 100%;
	}


}

@media screen and (max-width : 760px) {


	
	#page-home footer {
		display:block;
	}
	.stripes {
		width: 2000px;
		height: 2000px;
	}

	.stripes span {
		width: 75px;
		margin-right:225px;

	}
  
	.stripes span:after{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		right: -150px;
		width: 100%;
		height: 100%;
  
	}
  
	.mplr30, .plr10vw, .plr30 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.grid_6 {
		width: 100%;
	}

	.mb150 {
		margin-bottom: 75px;
	}

	.mb65 {
		margin-bottom: 35px;
	}

	.mb40 {
		margin-bottom: 20px;
	}

	.mb30 {
		margin-bottom: 15px;
	}

	.mb20 {
		margin-bottom: 10px;
	}
	.mb10 {
		margin-bottom: 5px;
	}
	.desk {
		display:none!important;
	}

	.mob {
		display: block!important;
	}

	#enq_btn_mob.mob {
		position: fixed;
		top:auto;
		left: 0;
		bottom: 0;
		width: 100%;
		height: auto;
		z-index: 4;
	}

	#enq_btn span {
		transform: none;
		position: static;
		margin: auto;
		display: none;
	}

	#enq_btn {
		background: none;
		top:20px;
		left: 0;
		right: 0;
		margin: auto;
		width: 24px;
		height: 24px;
		display: block;
	}

	#enquire {
		width: 100%;
		transform:translateX(100%);
		height: 100vh;
		padding: 200px 15px 30px;
		overflow: auto;
	}

	#enq_btn:after, #enq_btn:before {
		content:'';
		position: absolute;
		left: 0%;
		right: 0;
		margin: auto;
		top:0;
		bottom: 0;
		width: 24px;
		height: 2px;
		background: #948260;
		transform: rotate(45deg);
	}

	#enq_btn:after {
		transform: rotate(-45deg);
	}

	main, nav, header, #preloader, footer {
		width: 100%;
	}

	#preloader {
		position: absolute;
	}
	#preloader h1 {
		max-width: 295px;
	}

	#preloader .mob {
		width: 100%;
	}

	h1 {
		letter-spacing: 2px;
	}

	
	body.fixed main, body.fixed nav, body.fixed footer, body.fixed #preloader, body.fixed header {
		width: 100%;
	}

	
	#page-home nav {
		/* display: none; */
	}

	#page-home header {
		z-index: 999;
	}
	#bottom-nav {
		max-width: 100%;
	}

	.nav-preview {
		position: static;
		width: 100%;
		height: 320px;
		opacity: 1;
		visibility: visible;
	}

	#bottom-nav.flex, main .flex {
		flex-direction: column;
	}

	main .flex > *:first-child {
		margin-bottom: 20px;
	}

	#bottom-nav.flex li {
		width: 100%;
		position: relative;
		padding-bottom: 4px;
	}

	#bottom-nav.flex li a {
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		z-index: 2;
	}

	#bottom-nav li a {
		font-size: 35px;
		letter-spacing: 3px;
	}

	#video, #hero {
		height: calc(100vh - 47px);
	}

	.title {
		letter-spacing: 2px;
	}

	#custom-cursor {
		display: none;
	}

	#map {
		height: 400px;
	}

	.logo {
		width: 104px;
	}

	header {
		padding: 15px 15px;
	}

	#hero h1 {
		width: 85%;
		z-index: 2;
	}

	.logo-brown {
		width: 144px;
	}

	footer {
		padding:75px 15px 75px;
	}

	.mb100 {
		margin-bottom: 50px;
	}

	footer h2 {
		font-size: 30px;
	}

	footer h3 {
		font-size: 16px;
	}

	footer .flex {
		flex-direction: column;
	}

	.dbi {
		margin:20px 0;
	}

	.siteimage {
		margin-bottom: 20px;
	}

	.mb80 {
		margin-bottom: 40px;
	}

	#nav-toggle {
		display: block;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	#page-home #nav-toggle {
		/* display: none; */
	}

	nav {
		top:0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #948260;
		transform: translateX(100%);
		height: 100vh;
		z-index: 2;
	}

	header.active_nav nav {
		transform: none;
	}

	nav .nav-preview {
		display: none;
	}

	#nav {
		flex-direction: column;
	}

	#nav li {
		margin: 10px 0;
	}

	#nav li a {
		font-size: 35px;
	}

	#page-home #nav li a.home,
	#page-residences #nav li a.residences,
	#page-lifestyle #nav li a.lifestyle,
	#page-location #nav li a.location,
	#page-team #nav li a.team
	 {
		color: #151515;
	}

	#nav li a:after {
		display: none;
	}
}


@media screen and (max-width : 420px) {
}
