@font-face {
    font-family: 'SaolDisplayLightItalic';
    src: url('/fonts/SaolDisplayLightItalic.eot');
    src: url('/fonts/SaolDisplayLightItalic.eot') format('embedded-opentype'),
         url('/fonts/SaolDisplayLightItalic.woff2') format('woff2'),
         url('/fonts/SaolDisplayLightItalic.woff') format('woff'),
         url('/fonts/SaolDisplayLightItalic.ttf') format('truetype'),
         url('/fonts/SaolDisplayLightItalic.svg#SaolDisplayLightItalic') format('svg');
}

@font-face {
    font-family: 'TerminaRegular';
    src: url('/fonts/TerminaRegular.eot');
    src: url('/fonts/TerminaRegular.eot') format('embedded-opentype'),
         url('/fonts/TerminaRegular.woff2') format('woff2'),
         url('/fonts/TerminaRegular.woff') format('woff'),
         url('/fonts/TerminaRegular.ttf') format('truetype'),
         url('/fonts/TerminaRegular.svg#TerminaRegular') format('svg');
}

@font-face {
    font-family: 'TerminaDemi';
    src: url('/fonts/TerminaDemi.eot');
    src: url('/fonts/TerminaDemi.eot') format('embedded-opentype'),
         url('/fonts/TerminaDemi.woff2') format('woff2'),
         url('/fonts/TerminaDemi.woff') format('woff'),
         url('/fonts/TerminaDemi.ttf') format('truetype'),
         url('/fonts/TerminaDemi.svg#TerminaDemi') format('svg');
}



.animated {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -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;
}





html {
	font-size: 13px;
	font-size: 10px;
	font-size: 11.5px;
}


.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 {
}
 
a {
	text-decoration: none;
	cursor: pointer;
	
}
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: 'TerminaRegular';
	font-weight:normal;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.4;
	line-height: 1.8;
	background: #fff;
	color: #252525;
	margin: 0;
	padding: 0;
}


.img {
	width: 100%;
	margin: 0;
	display: block;
}
 
/* Headings */
h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
    font-family: 'SaolDisplayLightItalic';
	font-style: normal;

}
p {
	text-align: left;
	margin: 0;
	letter-spacing: 1px;
}
h1 {
	font-size: 9rem;
	color: #fff;
}
h2 {
	font-size: 2.4rem;
	font-size: 3rem;
	line-height: 1.1;
	letter-spacing: 0.5px;
}
h3 {
}
h4 {
	font-size: 40px;
	color: #2A3851;
}
/* Navigation */ 
header {
	margin: 0 auto;
	width: 100%;
	display: block;
	position: fixed;
	top:0;
	padding: 26px 30px;
	z-index: 9;
	left: 0;
	text-align: center;
	transition: all 0.6s ease-in-out;
}

header.fixed {
	background: #CDC6BC;
}

#page-residences header.fixed{
	background: #E6E6E6;
}

#page-location header.fixed {
	background: #fff;
}

header.active_nav {
	background:#252525;
	z-index: 9999;
}

header.active_nav #enq-btn {
	visibility: hidden;
	opacity: 0;
}

#page-home .logo svg path, #page-home .logo svg polygon , #page-team header:not(.fixed) .logo svg path, #page-team header:not(.fixed) .logo svg polygon {
	fill: #fff;
}
/* 
#page-enquire header:not(.active_nav) .logo svg path:not(.none), 
#page-location header:not(.active_nav) .logo svg path:not(.none),
#page-team header:not(.active_nav) .logo svg path:not(.none),
#page-residences header:not(.active_nav) .logo svg path:not(.none)
{
	fill:#252525;
} */
#page-enquire header:not(.active_nav) #nav-toggle:after, 
#page-enquire header:not(.active_nav) #nav-toggle:before,
#page-residences header:not(.active_nav) #nav-toggle:after, 
#page-residences header:not(.active_nav) #nav-toggle:before,
/* #page-team header:not(.active_nav) #nav-toggle:after, 
#page-team header:not(.active_nav) #nav-toggle:before, */
#page-location header:not(.active_nav) #nav-toggle:after, 
#page-location header:not(.active_nav) #nav-toggle:before
{
	background: #252525

}

.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;
}

.on-bottom {
	position: absolute;
	bottom:30px;
}
.btn {
	display:inline-block;
	padding: 10px 40px;
	font-size: 1rem;
	letter-spacing:4px;
	text-transform: uppercase;
	background: #252525;
	color: #fff;
	font-family: 'TerminaDemi';
	font-weight:normal;
	font-style: normal;
}

.btn:hover {
	color: #252525;
	background: #fff;
}
.logo {
	margin: 0 auto;
	display: block;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
header.fixed .logo svg path:not(.none) {
	fill: #252525
}

/* header.active_nav .logo svg path:not(.none) {
	fill: #fff!important;
} */

nav {
	margin: 0 auto;
	padding: 0;
	position: fixed;
	width: 100%;
	height:calc(100vh);
	background:#252525;
	top:0;
	left:0;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-100%);
	transition: all 0.6s ease-in-out;
}

header.active_nav nav {
	transform: translateX(0);
}


#nav li {
	list-style: none;
	display: block;
	/* position: relative; */
	padding: 20px 0;
}


.address {
	position: absolute;
	bottom: 40px;
	
}
.address p{
	text-align: center;
	width: 100%;

}
#nav li a {
	color: #fff;
	font-size: 9rem;
	line-height: 1;
    font-family: 'SaolDisplayLightItalic';
	font-style: normal;
	position: relative;
	z-index: 2;
}

#nav li a:hover {
	border-bottom: 2px solid;
}


#nav li .nav-preview {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	margin:auto;
	visibility: hidden;
	opacity: 0;
	object-fit: cover;
	transition: all 0.4s ease-out;
}

#nav li:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background: rgba(0,0,0,0.1);
	opacity: 1;
	
}

#nav li:hover .nav-preview {
	opacity: 1;
	visibility: visible;
}

.nav-preview.leftside {
	/* left:auto!important; */
	/* right: calc(100% + 20px); */
	left: 0;
	right: auto!important;
}



/* nav-toggle */
#nav-toggle {
	cursor: pointer;
	width: 40px;
	height:16px;
	position: relative;
	display: block;
	z-index: 99;
}


#nav-toggle:after, #nav-toggle:before {
	cursor: pointer;
	height: 2px;
	width: 30px;
	left: 0;
	background: #fff;
	position: absolute;
	display: block;
	content: '';
	top: 0;
	-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:after {
	top: auto;
	bottom: 0;
}

#nav-toggle.active:before {
	transform: rotate(45deg);
	top:7px;
}

#nav-toggle.active:after {
	transform: rotate(-45deg);
	bottom:7px
}

header.fixed #nav-toggle:after, header.fixed #nav-toggle:before {
	background: #252525;
}

header.active_nav #nav-toggle:after, header.active_nav #nav-toggle:before {
	background: #fff!important;
}

/* enquiry */
.register {
	width: 100%;
	margin: 0 auto;
}
.formbox {
	margin: 0 auto;
	padding: 0;
}
input, select {
	font-size: 1rem;
	margin: 0 auto;
	padding: 5px 10px;
	width: 100%;
	color: #252525;
	font-family: 'TerminaDemi';
	border: 0 none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-bottom: 1px solid #252525;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom:30px;
}

input.b_submit {
	border:none;
	background:#252525;
	color: #CDC6BC;
	margin-bottom: 60px;
}

select {
	padding: 5px 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: 5px 10px;
	background: #fff;
	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: #252525;
}
#chkInternational {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	color: #252525;
	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: #252525;
	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: #252525;
opacity: 1;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #252525;
opacity: 1;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
color: #252525;
opacity: 1;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
color: #252525;
opacity: 1;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #252525;
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 #252525;
	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 #252525;
	font-size: 12px;
	white-space: nowrap;
	list-style: none;
	display: inline-block;
}
div.token-input-dropdown-project {
	position: absolute;
	width: 100%;
	background-color: #252525;
	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-family: 'TerminaDemi';
	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: center;
	width: 100%;
	color: #F00D0D;
	position: absolute;
	margin-top: -30px;

}
*{
	text-size-adjust: none;
	-webkit-text-size-adjust: none
}



#video {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: block;
}

.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;
	
}

#bottom-nav {
	position: fixed;
	left: 0;
	bottom: 60px;
	/* bottom: 10px; */
	right: 0;
	margin: auto;
	max-width: 685px;
	max-width: 700px;
	display: none;
	z-index: 999;
}
#bottom-nav li {
	list-style: none;
}
#bottom-nav li a {
	font-family: 'SaolDisplayLightItalic';
	font-size: 3.6rem;
	text-transform: capitalize;
	color: #fff;
	font-style: normal;
}

#bottom-nav li a:hover {
	border-bottom: 2px solid;;
}

#bottom-nav li a img {
	display: none;
}


#construction_banner {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: #000000;
	color: #fff;
	text-align: center;
	width: 100%;
	font-family: 'TerminaRegular';
	font-size: 1.5rem;
	letter-spacing: 4px;
	text-transform: uppercase;
	z-index: 999;
	padding: 10px 0;
}

#hero {
	width: 100%;
	height: 100vh;
	left: 0;
	top:0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

#hero h1 {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

#page-residences {
	background:#E6E6E6;
}

#page-residences #hero {
	background-image: url(/images/residences/residences_1.jpg);
}

#page-location #hero {
	background-image: url(/images/location/hero.jpg);
}

#page-team #hero {
	background-image: url(/images/team/hero.jpg);
}

.center-align {
	text-align: center;
}

.mt200 {
	margin-top:200px;
}
.mb150 {
	margin-bottom: 150px;
}

.mb90 {
	margin-bottom: 90px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
.mt40 {
	margin-top: 40px;
}
.mr40 {
	margin-right: 40px;
}

.w30vw {
	width: 30vw;
}

.w500 {
	width: 500px;
	width: 700px;
	max-width: calc(100% - 40px);
}

.plr10vw {
	padding-left: 10vw;
	padding-right: 10vw;
}

.mlrauto {
	margin-left: auto;
	margin-right: auto;
}

.block {
	display: block;
}

.subhead {
	font-weight: 700;
	letter-spacing:2px;
	text-transform: uppercase;
}

.uppercase {
	text-transform: uppercase;
}

.ls1 {
	letter-spacing: 2px;
}

.ls2 {
	letter-spacing:2px;
}

.fs14 {
	font-size: 1.4rem;
	font-size: 3rem;
	/* font-family: 'TerminaDemi'; */
	line-height: 1.1;
	letter-spacing: 0.5px;
}

.fs8 {
	font-size: 0.8rem;
}

.saol {
    font-family: 'SaolDisplayLightItalic';
}

.fs38 {
	font-size: 3.8rem;
}

.bold {
	font-family: 'TerminaDemi';
	text-transform: uppercase;
	letter-spacing: 3px;

}

.plr30 {
	padding-left: 30px;
	padding-right: 30px;
}

footer {
	background: #252525;
	padding:60px 30px;
}


.light-white {
	color: #DEDBD7;
}

.load-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}


#page-location .flex-control-paging li a{
	background: #CDC6BC;
}



#page-team {
	background:#CDC6BC;
}

#page-enquire {
	background:#CDC6BC;
}

#page-enquire h1 {
	color: #252525;
}

#first {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 196px;
	margin-bottom: 30px;
}

.privacy-link {
	text-transform: uppercase;	
	letter-spacing: 3px;
	color: #252525;
	margin:auto;
	display: block;
	text-align: center;
	width: 150px;
	font-family: 'TerminaDemi';
	border-bottom: 1px solid;
}

#page-enquire a#enq-btn {
	visibility: hidden!important;
}

.maplinks p {
	font-family: 'TerminaDemi';
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 5px;
	cursor: pointer;
}

.pois-wrapper {
	display: none;
}

.pois-wrapper:first-of-type {
	display: block;
}
.maplinks a {
	display: block;
	letter-spacing: 1px;
}

#map {
	height: 800px;
}
.desk {
	display: block!important;
}

.mob {
	display: none!important;
}

#page-home footer {
	display: none;
}

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #CDC6BC;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 1s ease-in-out;
}

#preloader.no-bg {
	background: rgba(0,0,0,0.2);
	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%);
	text-align: center;
	flex-wrap: wrap;
}

#preloader h1 span {
	display:inline-block;
	opacity: 0;
	line-height: 2;
	transition: all 0.3s ease-in-out;
}

#preloader h1 span.show {
	opacity: 1;
}


.flex-direction-nav a {
	height: calc(100% - 20px);
	width: 50%;
	background: none!important;
}

.flex-direction-nav .flex-prev {
	left: 0;
	top:0;
}

.flex-direction-nav .flex-prev:hover {
	cursor: url('/images/location/left.png') 30 30, auto;
} 


.flex-direction-nav .flex-next:hover {
	cursor: url('/images/location/right.png') 30 30, auto;
} 


.flex-direction-nav .flex-next {
	right: 0;
	left: auto;
	top:0;
}

.footer-logos {
	display: flex;
	width: 335px;
	align-items: center;
	justify-content: space-between;
}

.artist {
	position: relative;
}
.artist:after {
	content: 'Artist Impression';
	position: absolute;
	bottom: 20px;right: 20px;
	color: #fff;
	font-size: 0.8rem;
	font-family: 'TerminaDemi';
	
}


.view-btn {
	margin-bottom: 40px;
	color: #252525;
	text-decoration: none;
	border-bottom: 1px solid;
	width: 150px;
	text-transform: uppercase;
	/* font-family: 'TerminaDemi'; */
    letter-spacing: 3px;
	display: block;

}

.overlay:after {
	content: '';
	z-index: 1;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: #000;
	opacity: 0.2;
}

#page-team #hero h1 {
	z-index: 2;
}

#page-team .flexslider span {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1;
	color: #fff;
	letter-spacing: 2px;
}


@media screen and (max-width : 1100px) {
	.w30vw {
		width: 35vw;
	}

	#map {
		height: 600px;
	}
}

@media screen and (max-width : 900px) {
	#bottom-nav li {
		margin-bottom: 0!important;
	}

	#preloader h1 {
		max-width: 500px;
		line-height: 1;
		margin: auto;
		margin-bottom: 20px;
	}




	#bottom-nav {
		width: calc(100% - 60px);
	}

	.logo {
		width: 250px;
	}

	.logo svg {
		width: 100%;
		display: block;
	}

	.w30vw {
		width: 50vw;
		width:100%;
	}

	.grid_6 {
		width: 100%;
	}

	.flex {
		flex-wrap: wrap;
	}

	main .flex > *:first-child{
		margin-bottom: 40px;
	}

	.on-bottom {
		position: static;
	}

	.mlrauto:not(.center-align) {
		margin-left: 0;
	}

	.mplr30 {
		padding-left: 30px;
		padding-right: 30px;
	}

	#nav li .nav-preview {
		display: none!important;
	}

	.mob {
		display: block!important;
	}

	.desk {
		display: none!important;
	}

	#page-enquire .mlrauto {
		margin-left: auto;
	}

	
}

@media screen and (max-width : 600px) {

	#construction_banner {
		font-size: 1rem;
		bottom: 25vh;
		position: absolute;
	}
	#page-enquire #nav-toggle span {
		display: block;
		position: absolute;
		left: -20px;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100vw;
		height: 58px;
		background: #CDC6BC;
		z-index: 1;
	}

	#page-enquire #nav-toggle:after, #page-enquire #nav-toggle:before {
		z-index: 2;
		background: #252525;
	}

	body:not(#page-home, #page-enquire) header:not(.fixed) .logo svg path:not(.none), body:not(#page-home, #page-enquire) header:not(.fixed) .logo svg polygon:not(.none) {
		fill: #fff;
	}


	#hero:before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background: #000;
		opacity: 0.1;
		z-index: 1;
	}

	#hero:after {
		z-index: 2;
	}

	#hero h1 {
		z-index: 2;
	}
	#video, #hero {
		height: calc(100vh - 160px);
	}
	html {
		font-size: 10.5px;
	}

	#preloader p {
		font-size: 1rem;
	}


	#nav-toggle {
		position: fixed;
		bottom: 20px;
		z-index: 9;
		top:auto;
	}

	body:not(#page-enquire) #nav-toggle:after, body:not(#page-enquire) #nav-toggle:before {
		background: #fff!important;
	}

	#page-enquire header.active_nav #nav-toggle:after, header.active_nav #nav-toggle:before {
		background: #252525!important;
	}

	ul#nav {
		margin-top: -60px;
		margin-top: -200px;
	}

	#nav li {
		padding: 10px 0;
	}

	.address {
		bottom: 60px;
		bottom: 200px;
	}

footer .grid_6:first-child {
	margin-bottom: 20px;
}

	#enq-btn {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 20px;
	}

	
	#bottom-nav {
		position: static;
		width: 100%;
		display: block;
	}

	#bottom-nav li:last-child {
		display: none!important;
	}

	#preloader.no-bg {
		position: absolute;
	}

	#preloader h1 {
		max-width: 340px;
	}

	#preloader h1 span {
		line-height: 1;
	}

	
	#bottom-nav li {
		margin: 0!important;
		padding: 0!important;
	}
	#bottom-nav li a {
		display: block;
		position: relative;
	}

	#bottom-nav li a span {
		position: relative;
		z-index: 2;
	}

	#page-home footer {
		display: block;
	}
	#bottom-nav li a:after {
		content: '';
		position: absolute;
		left: 0;
		top:0;
		bottom: 0;
		right: 0;
		margin: auto;
		background: #000;
		opacity: 0.2;
	}
	#bottom-nav li a img{
		display: block;
	}
	#bottom-nav li a span {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		max-width: calc(100% - 40px);
		
	}

	

	header {
		padding: 30px 20px;
	}

	#

	.logo {
		width: 200px;
	}

	nav {
		height: calc(100vh - 59px);
		top:59px;
	}

	#nav li a,#hero h1, h1 {
		font-size: 5rem;
		line-height: 1;
	}

	.mb150 {
		margin-bottom: 75px;
	}
	.mb90 {
		margin-bottom: 45px;
	}

	.mb60 {
		margin-bottom: 30px;
	}
	.mb40 {
		margin-bottom: 20px;
	}
	.mb20 {
		margin-bottom: 10px;
	}
	.mb10 {
		margin-bottom: 5px;
	}
	.mt40 {
		margin-top: 20px;
	}
	.mr40 {
		margin-right: 20px;
	}
	

	.mplr30, .plr30, .plr10vw, footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	h2 {
		font-size: 1.8rem;
	} 

	
	.footer-logos {
		display: flex;
		justify-content: space-between;
	}

	#map {
		height: 400px;
	}

	header {
		position: absolute;
	}

	header.fixed {
		top:-60px;
	}

	header.fixed.show {
		position: fixed;
		top:0;
	}

	.tel {
		display: block;
	}

	#nav li:after {
		display: none;
	}
}


@media screen and (max-width: 320px) {
	html {
		font-size: 8px;
	}

	.footer-logos {
		max-width: 100%;
	}

	.footer-logos img {
		height: 30px;
	}

	#hero, #video {
		height: calc(100vh - 54px);
	}
}