@font-face {
    font-family: 'BTPNormal';
    src: url('/fonts/BTPNormal.eot');
    src: url('/fonts/BTPNormal.eot') format('embedded-opentype'),
         url('/fonts/BTPNormal.woff2') format('woff2'),
         url('/fonts/BTPNormal.woff') format('woff'),
         url('/fonts/BTPNormal.ttf') format('truetype'),
         url('/fonts/BTPNormal.svg#BTPNormal') format('svg');
}

@font-face {
    font-family: 'CalibreMedium';
    src: url('/fonts/CalibreMedium.eot');
    src: url('/fonts/CalibreMedium.eot') format('embedded-opentype'),
         url('/fonts/CalibreMedium.woff2') format('woff2'),
         url('/fonts/CalibreMedium.woff') format('woff'),
         url('/fonts/CalibreMedium.ttf') format('truetype'),
         url('/fonts/CalibreMedium.svg#CalibreMedium') format('svg');
}

@font-face {
    font-family: 'CalibreRegular';
    src: url('/fonts/CalibreRegular.eot');
    src: url('/fonts/CalibreRegular.eot') format('embedded-opentype'),
         url('/fonts/CalibreRegular.woff2') format('woff2'),
         url('/fonts/CalibreRegular.woff') format('woff'),
         url('/fonts/CalibreRegular.ttf') format('truetype'),
         url('/fonts/CalibreRegular.svg#CalibreRegular') format('svg');
}

@font-face {
    font-family: 'MaisonNeueMonoBold';
    src: url('/fonts/MaisonNeueMonoBold.eot');
    src: url('/fonts/MaisonNeueMonoBold.eot') format('embedded-opentype'),
         url('/fonts/MaisonNeueMonoBold.woff2') format('woff2'),
         url('/fonts/MaisonNeueMonoBold.woff') format('woff'),
         url('/fonts/MaisonNeueMonoBold.ttf') format('truetype'),
         url('/fonts/MaisonNeueMonoBold.svg#MaisonNeueMonoBold') 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
{
	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: calc(33.333% - 16px);
}
.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: 'CalibreRegular';
	font-size: 16px;
	font-size: 17px;
	background: #161616;
	color: #D5F06B;
	margin: 0;
	padding: 0;
	/* display: none; */
	height: 100vh;
}

body.fixed {
	overflow:hidden;
	height: 100%;
}


#page-team {
	background: #DED9D3;
}

#page-enquire {
	    background: #545557;
    /* color: #fff; */
}
.img {
	width: 100%;
	margin: 0;
	display: block;
}
 
/* Headings */
h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
}
p {
	text-align: left;
	margin: 0;
}

h1 {
	color: #D5F06B;
	display: block;
	font-size: 80px;
	font-family: 'BTPNormal';
	letter-spacing: 10px;
	letter-spacing: 15px;
	line-height: 1.3;
	text-transform: uppercase;
	text-align: center;
}

h1.fs40 {
	letter-spacing: 5px;
	text-align: left;
}


h2 {
}
h3 {
}
h4 {
	font-size: 40px;
	color: #2A3851;
}
/* Navigation */ 
header {
	margin: 0 auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px;
	position: fixed;
	top:0;
	left: 0;
	z-index: 9;
	text-align: center;
	transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}

header.hide  {
	opacity: 0;
	visibility: hidden;
	transition-duration: 0s;

}


header {
	background: #161616
}

#page-team header {
	background: #DED9D3;
}

#page-enquire header {
	background: #545557;
}




#team .page-title {
	color: #161616;
}

#page-team header .logo-header {
	fill: #161616;
}

#page-team header #nav-toggle span, #page-team header #nav-toggle span:after, #page-team header #nav-toggle span:before {
	background: #161616;
}

#page-home header {
	background: transparent;
}

header.hide {
	opacity: 0;
	visibility: hidden;
}

.page-title {
	color: #D5F06B;
	font-size: 15px;
	text-transform: uppercase;
	position: absolute;
	top:25px;
	top:31px;
	left: 25px;
	letter-spacing: 1px;
}

header .page-title {
	opacity: 0;
	visibility: hidden;
}



header .page-title.show {
	opacity: 1;
	visibility: visible;
}

#page-team header .page-title {
	color: #161616;
    
}

section .page-title.hide {
	visibility: hidden;
	opacity: 0;
}
#page-home header .page-title {
	display: none;
}


.logo {
	display: block;
	width: 275px;
	/* position: absolute; */
	left: 0;
	right: 0;
	margin: auto;
}

#page-home .logo {
	position: static;
	margin: 0;
}

.logo svg {
	width: 100%;
}
nav {
	margin: 0;
	display: none;
	padding: 0;
	/* display: flex; */
	align-items: center;
	justify-content: space-between;
}
#nav li {
	list-style: none;
	display: block;
	padding: 15px 0;
	position: relative;
}
#nav li a {
	color: #D5F06B;
	text-transform: uppercase;
	font-size: 28px;
	letter-spacing: 10px;
	font-family: 'BTPNormal';
}

#page-residences #nav li a.residences, 
#page-location #nav li a.location, 
#page-team #nav li a.team, 
#page-enquire #nav li a.enquire
{
	color: #fff;
}
/* nav-toggle */
#nav-toggle {
	cursor: pointer;
	width: 30px;
	height: 30px;
	position: relative;
	transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
}

#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
	cursor: pointer;
	height: 2px; 
	width: 30px; 
	background: #d5f06b;
	position: absolute;
	display: block;
	content: '';
	top: 10px;
	-webkit-transition: all .6s cubic-bezier(0.45, 0, 0.55, 1);
	-moz-transition: all .6s cubic-bezier(0.45, 0, 0.55, 1);
	-o-transition: all .6s cubic-bezier(0.45, 0, 0.55, 1);
	transition: all .6s cubic-bezier(0.45, 0, 0.55, 1);
}

#nav-toggle span {
	top:0;
	bottom: 0;
	margin: auto;
}
#nav-toggle span:before {
	top: -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)
}





/* enquiry */
.register {
	width: 100%;
	margin: 0 auto;
}
.formbox {
	margin: 0 auto;
	padding: 0;
}
input, select {
	font-size: 15px;
	margin: 0 auto;
	padding: 5px 0;
	width: 100%;
	color: #D5F06B;
	font-family: 'CalibreRegular';
	border: 0 none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-bottom: 1px solid #D5F06B;
	text-align: left;
	
	margin-bottom:15px;
}

input.b_submit {
	border:none;
	margin-bottom: 15px;
	text-decoration: underline;
}

select {
	padding: 5px 0;
	text-align-last: left; text-align: left;

-ms-text-align-last: left;
-moz-text-align-last: left; text-align-last: left;
}
select option {
	padding: 5px 0;
	background: #545557;
	text-align-last: left; text-align: left;

-ms-text-align-last: left;
-moz-text-align-last: left; text-align-last: left;
}
.privacy-link {
	font-size: 11px;
	text-decoration: underline;
}
.chk_holder {
	margin: 10px auto 0 auto;
	color: #D5F06B;
}
#chkInternational {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	color: #D5F06B;
	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: #D5F06B;
	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: #D5F06B;
opacity: 1;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #D5F06B;
opacity: 1;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
color: #D5F06B;
opacity: 1;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
color: #D5F06B;
opacity: 1;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #D5F06B;
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 #D5F06B;
	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 #D5F06B;
	font-size: 12px;
	white-space: nowrap;
	list-style: none;
	display: inline-block;
}
div.token-input-dropdown-project {
	position: absolute;
	width: 100%;
	background-color: #D5F06B;
	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: #D5F06B;
	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: #D5F06B;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
	background-color: #D5F06B;
}
div.token-input-dropdown-project ul li em {
	font-family: 'CalibreRegular';
	font-style: normal;
}
div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
	background-color: #ccc;
	color: #D5F06B;
}
/* 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;
	width: 100%;
	color: #F00D0D;
	position: absolute;
	margin-top: -12px;

}


*{
	text-size-adjust: none;
	-webkit-text-size-adjust: none
}



#preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	background: #161616;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100vh;
	transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
	
	/* display: none; */
}


#preloader.hide {
	visibility: hidden;
	opacity: 0;
}


.center {
	position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);

}


#logo {
width: 100%;
overflow: hidden;
}

#logo.show svg {
opacity: 1;
}

#logo svg {
opacity: 0;
transition: all 0.6s;
transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
}

#autoType{
	overflow: hidden;
	width: 100%;
	color: #D5F06B;
	z-index: 2;
	font-size: 100px;
	text-align: left;
	z-index: 9;
	padding: 0 25px;


}




#landing .flexslider .flex-control-nav{
	display: none!important;

}
#landing .flexslider .slides li{
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#caption {
	position: absolute;
	position: fixed;
	left: 25px;
	bottom: 25px;
	bottom: 45px;
	z-index: 9;
	width: 380px;
	visibility: visible;
	opacity: 1;
	transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
}

#page-team #caption, #page-enquire #caption{
	display: none;
}



#caption.hide {
	visibility: hidden;
	opacity: 0;
}
#caption p{
    font-family: 'CalibreMedium';
	font-size: 24px;
	color: #fff;
	margin-bottom: 40px;
}

#page-residences #caption p, 
#page-location #caption p {
	display: none;
}

.btn {
	font-size: 18px;
    background: #D5F06B;
    width: 220px;
    padding: 7px 0 10px;
    padding: 12px 0 15px;
    text-align: center;
    color: #2E2C2D;
    line-height: 1;
    display: block;
    font-family: 'CalibreMedium';
}

#residences #hero {
	background-image: url(/images/residences/residences_1.jpg);
}


#hero {
	width: 100%;
	height: calc(100vh - 80px);
	left: 0;
	top:0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}





.mb150 {
	margin-bottom: 150px;
}
.mb130 {
	margin-bottom: 130px;
}
.mb100 {
	margin-bottom: 100px;
}

.mb75 {
	margin-bottom: 75px;
}
.mb65 {
	margin-bottom: 65px;
}

.mb40 {
	margin-bottom: 40px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb15 {
	margin-bottom: 15px;
}

.pt75 {
	padding-top: 75px;
}

.flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}
.align-center {
	align-items: center;
}
.align-stretch {
	align-items: stretch;
}
.justify-start {
	justify-content: flex-start;
}


.w500 {
	width: 500px;
}
.w70vw {
	width: 65vw;
	/* padding-right: 25px; */
}
.w30vw {
	width: 30vw;
}
.min-w860 {
	min-width: 860px;
}



.mlrauto {
	margin-left: auto;
	margin-right: auto;
}

.plr10vw {
    padding-left: 10vw;
    padding-right: 10vw;
}
.pr25 {
	padding-right: 25px;
}
.pl25 {
	padding-left: 25px;
}




.col-2 {
	/* column-count: 2; */
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	/* column-gap: 20px; */
}

.col-2 > * {
	width: calc(50% - 10px);
}

.col-2 span:not(.indent) {
	display: block;
}

.col-gap-20 {
	column-gap: 20px;
}

.fs40 {
	font-size: 40px;
}
.fs22 {
	font-size: 22px;
}
.fs14 {
	font-size: 14px;
	font-size: 16px;
}
.ls2 {
	letter-spacing: 2px;
}

.med {
	font-family: 'CAlibreMedium';
}
.uppercase {
	text-transform: uppercase;
}
.bold {
    font-family: 'MaisonNeueMonoBold';
}
 

main {
	overflow: hidden;
	width: 100%;
	display: block;
}

section {
	padding-left: 25px;
	padding-right: 25px;
	transform: translateX(100%);
	position: fixed;
	width: 100%;
	top:0;
	z-index: 2;
	height: 100vh;
	transition-timing-function:0s;
	z-index: 1;
	/* opacity: 0; */
}


#home {
	padding: 0;
}
section:not(#home) {
	padding-top:84px;
} 

section#residences, #location {
	background:#161616;
}

section.nav-show, section.nav-hide {
	cursor: pointer;
	z-index: 2;
	transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);

}

#team.nav-show {
	transition-delay: 0.1s;
}

#location.nav-show {
	transition-delay: 0.2s;
}

#residences.nav-show {
	transition-delay: 0.3s;
}

section.slide {
	transform: translateX(0)!important;
	transition: all 1s cubic-bezier(0.45, 0, 0.55, 1)!important;
	margin-left:0;

}

section.nav-show {
	/* transition-duration: 0.3s; */
	z-index: 99;

}
section.nav-show:hover {
	margin-left: -50px;
	transition-duration: 0.6s;
}

section.z0 {
	z-index: 0!important;
	transition-duration: 0s!important;
}


section.active {
	position: static;
	position: relative;
	transform: none!important;
	height: auto;
	z-index: 3;
	opacity: 1;
	/* overflow: auto; */
}



.flex-control-paging li a {
	background:none;
	border:1px solid #D5F06B;
	text-align: left;
}


.flex-control-paging li a.flex-active {
    background: #D5F06B!important;
}

.flex-control-nav {
	text-align: right;
}

footer {
	padding: 150px 25px 100px;
	overflow: hidden;
	position: relative;
}

#page-home footer {
	display: none;
}

footer * {
	color: #d5f06b;
	display: block;
}


#page-team footer #colliers svg path  {
	fill: #161616;
}

#page-team footer * {
	color: #161616;
}

/* 
#page-enquire footer * {
	color: #fff;
}
 */


#spinning__logo {
	width: 131px;
}

#spinning__logo svg {
	
	width: 100%;
	animation: spin infinite 12s linear;
}


@keyframes spin {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}




#infinite {
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	background: #D5F06B;
	width: 200%;
	/* width: 100%; */
	height: 30px;
	
	
}

#infinite div {
	position: absolute;
	top:0;
	bottom: 0;
	margin: auto;
	height: 15px;
	font-size: 11px;
    font-family: 'MaisonNeueMonoBold';
	color: #2E2C2D;
	letter-spacing: 2px;
	overflow: hidden;
}

#infinite.ticker div {
	-webkit-animation: slide 100s infinite;
	-moz-animation: slide 100s infinite;
	-o-animation: slide 100s infinite; 
	animation: slide 100s infinite;

	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
}

@-webkit-keyframes slide {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@-moz-keyframes slide {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}


@-o-keyframes slide {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@keyframes slide {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.fullH {
	height: calc(100vh - 80px);
}

.bg-img {
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
}

#page-lcoation #hero {
	height: auto;
}

.indent {
	display: inline-block;
	width: 20px;
	height: 1px;
}

.pois p{
	margin-bottom: 10px;
	display: block;
}


#team {
	background: #DED9D3;
}

#team  p {
	color: #161616;
}

.flex .grid_4:not(:last-child) {margin-right: 24px;}


#enquire {
	background: #545557;
}




#icon__wrapper {
	position: relative;
	position: fixed;
	z-index: 9;
	left: 0;
	width: 100%;
}

#page-home #icon__wrapper {
	display: none;
}

.icon_1, .icon_2, .icon_3, .icon_4, .icon_5, .icon_6 {

	position: absolute;
	transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
	max-width: 500px;
	visibility: hidden;
	opacity: 0;
	transform: scale(0);
}



.icon_1, .icon_2, .icon_3 {
	width: 200px;
	
}

	

.icon_1 {
	right: 0;
	top:20vh;
	top:31vh;
	transition-delay: 0.6s;
}
.icon_2 {
    top: 69vh;
    left: 60%;
	transition-delay: 0.12s;
}
.icon_3 {
    top: 10vh;
    left: 50%;
	transition-delay: 0.18s;
}

.icon_4 {
    top: 45vh;
    right: 0;
	transition-delay: 0.24s;
}

.icon_6 {
	top: 20vh;
    left: 30%;
	transition-delay: 0.30s;
}

.icon_5 {
    width: 300px;
    top: 20vh;
	transition-delay: 0.36s;
}


#icon__wrapper.show img {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}


.tel {
	display: none;
}

#bottom-nav {
	display: none;
}

.center-align {
	text-align: center;
}

.block {
	display: block;
}

#enquire a {
	color: #d5f06b;
}

body:not(#page-residences) .flex-direction-nav {
	display: none;
}
.flex-direction-nav a {
    height: calc(100% );
    width: 50%;
    background: none!important;
}



.flex-direction-nav .flex-next {
    right: 0;
    left: auto;
    top: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
    top: 0;
}

.flex-direction-nav .flex-prev:hover {
    cursor: url(/images/left.png) 30 30, auto;
}


.flex-direction-nav .flex-next:hover {
    cursor: url(/images/right.png) 30 30, auto;
}


#page-thankyou {
	background: #545557;
	display: block;
}

#page-thankyou h2 {
	color: #d5f06b;

}

#page-thankyou main  {
	display: flex;
	align-items: center;
	justify-items: center;
	min-height: 100vh;
}

#page-thankyou section {
	position: static;
	transform: none;
	height: auto;
    width: 600px;
	max-width: 100%;
    margin: auto;
    text-align: center;

}

#page-thankyou .btn {
	margin: auto;
	margin-top:40px;

}

.artist {
	position: relative;
}

.artist:after {
    content: 'Artist Impression';
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    font-size: 10px;
}

.formbox input.hs-button.primary.large[type='submit'] {
	border:none!important
}


@media screen and (max-width : 1100px) {
	#autoType {
		font-size: 80px;
		letter-spacing: 10px;
	}

	h1 {
		font-size:65px;
	}
	#caption p {
		margin-bottom: 20px;
	}

	.min-w860 {
		min-width: 760px;
	}

	
}

@media screen and (max-width : 1000px) {
	#icon__wrapper.show img {
		transform: scale(0.75);
	}
	#spinning__logo {
		width: 101px;
	}

	nav {
		display: flex;
		z-index: 9;
		left: 0;
		top: 51px;
		height: calc(100vh - 51px);
		width: 100vw;
		background: #161616;
		position: fixed;
		align-items: center;
		justify-content: center;
		transform: translateX(100%);
		transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
	
	}

	#nav {
		margin-top:-100px;
	}

	header.active_nav nav {
		transform: translateX(0);
	}

	section.slide {
		z-index: 99;
		opacity: 1;
	}

	/* main .flex:not(.pois) {
		flex-direction: column;
	} */


	main *:not(#caption) .flex:not(.pois) {
		flex-direction: column;
	}

	
/* 
	main .flex:not(.pois) > *:first-child {
		margin-bottom: 80px;
	} */

	main *:not(#caption) .flex:not(.pois, .flex-row-reverse) > *:first-child {
		margin-bottom: 80px;
	}

	main .flex > .grid_4:not(:last-child) {
		margin-bottom: 40px;
	}


	.w30vw, .w70vw, .grid_4, .grid_6, .grid_8  {
		width: 100%;
	}

	.min-w860 {
		min-width: auto;
		width: 100%;
	}

	#location #hero {
		height: auto;
	}

	#page-location #hero h1 {
		margin-top: 70px;
	}

	.flex .grid_4:not(:last-child) {
		margin-right: 0;
	}

	

}

@media screen and (max-width : 760px) {

	.col-2 {
		display: block;
	}

	.col-2 > * {
		width: 100%;
	}

	.col-2 > *:first-child {
		margin-bottom: 20px;
	}



	#icon__wrapper {
		display: none;
	}
	.logo {
		width: 166px;
	}

	#nav-toggle {
		width: 20px;
		height: 20px;
	}

	#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
		width: 20px;
		/* height: 1px; */
	}
	#nav-toggle span:before {
		top: -6px;
	}

	#nav-toggle span:after {
		top: 6px;
	}

	header {
		padding: 15px;
	}

	#autoType {
		font-size: 40px;
		padding: 0 15px;
		transform: none;
		left: 0;
		top: 30vh;
	}
	#caption {
		width: 90%;
		left: 15px;
		bottom: 45px;
		z-index: 4;
		position: absolute;
	}


	#caption p {
		font-size: 18px;
		letter-spacing: 1px;
	}

	#caption .flex {
		width: 100vw;
		justify-content: flex-start;
		align-items: center;
		position: fixed;
		left: 0;
		bottom: 0;
	}

	#caption .flex .btn {
		width: 50%;
		text-align: left;
		padding-left:15px;
		padding-right:15px;
	}
	.tel {
		display: initial;
		text-align: right!important;
	}
	
	#bottom-nav {
		width: 100%;
		display: flex;
	}
	
	#bottom-nav li {
		margin: 0!important;
		padding: 0!important;
	}

	#bottom-nav li a {
		display: block;
		position: relative;
		font-family: 'CalibreMedium';
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #d5f06b;
		font-style: normal;
		padding: 0 15px;

	}
	#bottom-nav li.bg-soft a {
		color: #161616;
	}

	#bottom-nav li a span {
		display: block;
		padding: 20px 0;
	}


	#bottom-nav li a img {
		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;
	}

	.bg-grey {
		background: #2E2C2D;
	}

	.bg-soft {
		background: #DED9D3
	}

	footer {
		padding: 70px 15px 50px;
	}

	#page-home footer {
		display: block;
	}

	footer .flex {
		flex-direction: column;
	}

	footer .flex > *:not(:last-child) {
		margin-bottom: 40px;
	}

	#spinning__logo {
		margin-bottom: 40px;
	}

	.page-title {
		display: none!important;
	}
	.logo {
		position: static!important;
		margin: 0!important;
	}

	section:not(#home) {
		padding-top: 51px!important;
	}

	section {
		padding-left: 15px;
		padding-right: 15px;
	}

	h1 {
		font-size: 32px;
		letter-spacing: 10px;
	}

	.fs22 {
		font-size: 19px;
	}

		
	.mb150 {
		margin-bottom: 70px;
	}
	.mb130 {
		margin-bottom: 60px;
	}
	.mb100 {
		margin-bottom: 50px;
	}

	.mb75 {
		margin-bottom: 35px;
	}
	.mb65 {
		margin-bottom: 30px;
	}

	.mb40 {
		margin-bottom: 20px;
	}
	.mb30 {
		margin-bottom: 15px;
	}
	.mb20 {
		margin-bottom: 10px;
	}
	.mb15 {
		margin-bottom: 10px;
	}

	.pt75 {
		padding-top: 35px;
	}
	.plr10vw {
		padding-left: 0;
		padding-right: 0;
	}

	main *:not(#caption) .flex:not(.pois, .flex-row-reverse) > *:first-child {
		margin-bottom: 40px;
	}

	main .flex > .grid_4:not(:last-child) {
		margin-bottom: 20px;
	}

	body {
		font-size: 14px;
		font-size: 16px;
	}

	.col-2 {
		column-count: 1;
	}

	.w500 {
		width: 100%;
	}
		

	.fs40 {
		font-size: 26px;
	}

	header.active_nav {
		background: #161616!important;
	}

	#hero {
		height: calc(100vh - 150px);
	}

	#landing .flexslider .slides li, #preloader {
		height: calc(100vh - 100px);
	}

}



@media screen and (max-width : 420px) {
}
