#mobilewidth {
	display: none;
}
.noscroll {
	overflow-y: hidden;
}
.mainnav {
	display: none;
	position: fixed;
	overflow: auto;
	z-index: 999999998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background: #cfdae5;
	text-align: center;
}
.mainnav img {
	display: inline-block;
	max-width: 122px;
	margin: 70px 0;
}
.mainnav ul {
	display: block;
}
.mainnav ul li {
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
.mainnav ul li a {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: 15px;
	color: #202a44;
}
.mainnav ul li a span {
	letter-spacing: 0;
}
.mainnav ul li a::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	bottom: -3px;
	left: 0;
	background-color: #202a44;
	transform: scaleX(0);
	transition: transform 0.3s ease;
}
.mainnav ul li a:hover::before {
	transform: scaleX(1);
}
.mainnav ul li a.selected::before {
	transform: scaleX(1);
}
.smnav {
	display: block;
	width: 300px;
	margin: 0 auto;
}
.smnav div {
	position: relative;
	display: inline-block;
	float: left;
	width: 33.3%;
}
.smnav div a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background-position: center top;
	background-size: 50px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.smnav div a span {
	display: none;
}
.smnav div a.sm-insta {
	background-image: url('../images/sm-instagram-comp.svg');
}
.smnav div a.sm-linkin {
	background-image: url('../images/sm-linkedin-comp.svg');
}
.smnav div a.sm-twit {
	background-image: url('../images/sm-twitter-comp.svg');
}
.smnav div a:hover {
	background-position: center bottom;
}
#menu-bttn {
	position: fixed;
	display: block;
	width: 70px;
	height: 24px;
	top: 50px;
	right: 80px;
	z-index: 999999999;
	cursor: pointer;
}
.hamburger {
	padding: 15px 15px;
	display: inline-block;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger.is-active:hover {
	opacity: 0.7;
}
.hamburger-box {
	width: 70px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 70px;
	height: 4px;
	background-color: #cfdae5;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger--squeeze.is-active .hamburger-inner,
.hamburger--squeeze.is-active .hamburger-inner::before,
.hamburger--squeeze.is-active .hamburger-inner::after {
	background-color: #202a44;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header {
	position: fixed;
	display: block;
	z-index: 99999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background-color: #202a44;
}
.header .address {
	float: left;
	color: #cfdae5;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	letter-spacing: 5px;
	margin: 54px auto 0 80px;
}
.header .address a, .header .address a:hover, .header .address a:visited {
	color: #cfdae5;
}
.header .logo {
	width: 78px;
	height: 75px;
	margin: 24px auto 0 auto;
}

.content {
	display: block;
	padding: 40px;
}

.full-height {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.dbtex {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('../images/dark-blue-texture.png');
	background-size: cover;
}
.dbtexbg {
	display: block;
	background-image: url('../images/dark-blue-texture.png');
	background-size: cover;
}
.hslider {
	position: relative;
	width: 90%;
	height: calc(100% - 100px);
	margin: 0 auto;
	overflow: hidden;
}
.hslider .image, .idslider .image, .tslider .image, .dslider .image, .sslider .image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.hslider .image.slide1 {
	background-image: url('../images/slider/home/slider-1.jpg')
}
.hslider .image.slide2 {
	background-image: url('../images/slider/home/slider-2.jpg')
}
.hslider .image.slide3 {
	background-image: url('../images/slider/home/slider-3.jpg')
}
@media only screen and (max-width: 1920px) {
.hslider .image.slide1 {
	background-image: url('../images/slider/home/slider-1-1920.jpg')
}
.hslider .image.slide2 {
	background-image: url('../images/slider/home/slider-2-1920.jpg')
}
.hslider .image.slide3 {
	background-image: url('../images/slider/home/slider-3-1920.jpg')
}
}
@media only screen and (max-width: 800px) {
.hslider .image.slide1 {
	background-image: url('../images/slider/home/slider-1-800.jpg')
}
.hslider .image.slide2 {
	background-image: url('../images/slider/home/slider-2-800.jpg')
}
.hslider .image.slide3 {
	background-image: url('../images/slider/home/slider-3-800.jpg')
}
}

.idslider {
	position: relative;
	padding: 22px 0 30px 20px;
	overflow: hidden;
}
.idslider img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.idslider .image.slide1 {
	background-image: url('../images/slider/id/slider-1.jpg')
}
.idslider .image.slide2 {
	background-image: url('../images/slider/id/slider-2.jpg')
}
.idslider .image.slide3 {
	background-image: url('../images/slider/id/slider-3.jpg')
}
.idslider .image.slide4 {
	background-image: url('../images/slider/id/slider-4.jpg')
}
.idslider .image.slide5 {
	background-image: url('../images/slider/id/slider-5.jpg')
}
.idslider .image.slide6 {
	background-image: url('../images/slider/id/slider-6.jpg')
}
@media only screen and (max-width: 1920px) {
.idslider .image.slide1 {
	background-image: url('../images/slider/id/slider-1-1920.jpg')
}
.idslider .image.slide2 {
	background-image: url('../images/slider/id/slider-2-1920.jpg')
}
.idslider .image.slide3 {
	background-image: url('../images/slider/id/slider-3-1920.jpg')
}
.idslider .image.slide4 {
	background-image: url('../images/slider/id/slider-4-1920.jpg')
}
.idslider .image.slide5 {
	background-image: url('../images/slider/id/slider-5-1920.jpg')
}
.idslider .image.slide6 {
	background-image: url('../images/slider/id/slider-6-1920.jpg')
}
}
@media only screen and (max-width: 1000px) {
.idslider .image.slide1 {
	background-image: url('../images/slider/id/slider-1-1000.jpg')
}
.idslider .image.slide2 {
	background-image: url('../images/slider/id/slider-2-1000.jpg')
}
.idslider .image.slide3 {
	background-image: url('../images/slider/id/slider-3-1000.jpg')
}
.idslider .image.slide4 {
	background-image: url('../images/slider/id/slider-4-1000.jpg')
}
.idslider .image.slide5 {
	background-image: url('../images/slider/id/slider-5-1000.jpg')
}
.idslider .image.slide6 {
	background-image: url('../images/slider/id/slider-6-1000.jpg')
}
}
@media only screen and (max-width: 500px) {
.idslider .image.slide1 {
	background-image: url('../images/slider/id/slider-1-500.jpg')
}
.idslider .image.slide2 {
	background-image: url('../images/slider/id/slider-2-500.jpg')
}
.idslider .image.slide3 {
	background-image: url('../images/slider/id/slider-3-500.jpg')
}
.idslider .image.slide4 {
	background-image: url('../images/slider/id/slider-4-500.jpg')
}
.idslider .image.slide5 {
	background-image: url('../images/slider/id/slider-5-500.jpg')
}
.idslider .image.slide6 {
	background-image: url('../images/slider/id/slider-6-500.jpg')
}
}

.tslider {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 954px;
}
.tslider img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.tslider .image.slide1 {
	background-image: url('../images/slider/terrace/slider-1.jpg')
}
.tslider .image.slide2 {
	background-image: url('../images/slider/terrace/slider-2.jpg')
}
.tslider .image.slide3 {
	background-image: url('../images/slider/terrace/slider-3.jpg')
}
.tslider .image.slide4 {
	background-image: url('../images/slider/terrace/slider-4.jpg')
}
.tslider .image.slide5 {
	background-image: url('../images/slider/terrace/slider-5.jpg')
}
.tslider .image.slide6 {
	background-image: url('../images/slider/terrace/slider-6.jpg')
}
.tslider .image.slide7 {
	background-image: url('../images/slider/terrace/slider-7.jpg')
}
.tslider .image.slide8 {
	background-image: url('../images/slider/terrace/slider-8.jpg')
}
.tslider .image.slide9 {
	background-image: url('../images/slider/terrace/slider-9.jpg')
}
.tslider .image.slide10 {
	background-image: url('../images/slider/terrace/slider-10.jpg')
}
@media only screen and (max-width: 1920px) {
.tslider .image.slide1 {
	background-image: url('../images/slider/terrace/slider-1-1920.jpg')
}
.tslider .image.slide2 {
	background-image: url('../images/slider/terrace/slider-2-1920.jpg')
}
.tslider .image.slide3 {
	background-image: url('../images/slider/terrace/slider-3-1920.jpg')
}
.tslider .image.slide4 {
	background-image: url('../images/slider/terrace/slider-4-1920.jpg')
}
.tslider .image.slide5 {
	background-image: url('../images/slider/terrace/slider-5-1920.jpg')
}
.tslider .image.slide6 {
	background-image: url('../images/slider/terrace/slider-6-1920.jpg')
}
.tslider .image.slide7 {
	background-image: url('../images/slider/terrace/slider-7-1920.jpg')
}
.tslider .image.slide8 {
	background-image: url('../images/slider/terrace/slider-8-1920.jpg')
}
.tslider .image.slide9 {
	background-image: url('../images/slider/terrace/slider-9-1920.jpg')
}
.tslider .image.slide10 {
	background-image: url('../images/slider/terrace/slider-10-1920.jpg')
}
}
@media only screen and (max-width: 1000px) {
.tslider .image.slide1 {
	background-image: url('../images/slider/terrace/slider-1-1000.jpg')
}
.tslider .image.slide2 {
	background-image: url('../images/slider/terrace/slider-2-1000.jpg')
}
.tslider .image.slide3 {
	background-image: url('../images/slider/terrace/slider-3-1000.jpg')
}
.tslider .image.slide4 {
	background-image: url('../images/slider/terrace/slider-4-1000.jpg')
}
.tslider .image.slide5 {
	background-image: url('../images/slider/terrace/slider-5-1000.jpg')
}
.tslider .image.slide6 {
	background-image: url('../images/slider/terrace/slider-6-1000.jpg')
}
.tslider .image.slide7 {
	background-image: url('../images/slider/terrace/slider-7-1000.jpg')
}
.tslider .image.slide8 {
	background-image: url('../images/slider/terrace/slider-8-1000.jpg')
}
.tslider .image.slide9 {
	background-image: url('../images/slider/terrace/slider-9-1000.jpg')
}
.tslider .image.slide10 {
	background-image: url('../images/slider/terrace/slider-10-1000.jpg')
}
}
@media only screen and (max-width: 500px) {
.tslider .image.slide1 {
	background-image: url('../images/slider/terrace/slider-1-500.jpg')
}
.tslider .image.slide2 {
	background-image: url('../images/slider/terrace/slider-2-500.jpg')
}
.tslider .image.slide3 {
	background-image: url('../images/slider/terrace/slider-3-500.jpg')
}
.tslider .image.slide4 {
	background-image: url('../images/slider/terrace/slider-4-500.jpg')
}
.tslider .image.slide5 {
	background-image: url('../images/slider/terrace/slider-5-500.jpg')
}
.tslider .image.slide6 {
	background-image: url('../images/slider/terrace/slider-6-500.jpg')
}
.tslider .image.slide7 {
	background-image: url('../images/slider/terrace/slider-7-500.jpg')
}
.tslider .image.slide8 {
	background-image: url('../images/slider/terrace/slider-8-500.jpg')
}
.tslider .image.slide9 {
	background-image: url('../images/slider/terrace/slider-9-500.jpg')
}
.tslider .image.slide10 {
	background-image: url('../images/slider/terrace/slider-10-500.jpg')
}
}

.dslider {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
}
.dslider img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.dslider .image.slide1 {
	background-image: url('../images/slider/design/slider-1.jpg');
}
.dslider .image.slide2 {
	background-image: url('../images/slider/design/slider-2.jpg');
}
.dslider .image.slide3 {
	background-image: url('../images/slider/design/slider-3.jpg');
}
.dslider .image.slide4 {
	background-image: url('../images/slider/design/slider-4.jpg');
}
.dslider .image.slide5 {
	background-image: url('../images/slider/design/slider-5.jpg');
}
@media only screen and (max-width: 1920px) {
.dslider .image.slide1 {
	background-image: url('../images/slider/design/slider-1-1920.jpg');
}
.dslider .image.slide2 {
	background-image: url('../images/slider/design/slider-2-1920.jpg');
}
.dslider .image.slide3 {
	background-image: url('../images/slider/design/slider-3-1920.jpg');
}
.dslider .image.slide4 {
	background-image: url('../images/slider/design/slider-4-1920.jpg');
}
.dslider .image.slide5 {
	background-image: url('../images/slider/design/slider-5-1920.jpg');
}
}
@media only screen and (max-width: 1000px) {
.dslider .image.slide1 {
	background-image: url('../images/slider/design/slider-1-1000.jpg');
}
.dslider .image.slide2 {
	background-image: url('../images/slider/design/slider-2-1000.jpg');
}
.dslider .image.slide3 {
	background-image: url('../images/slider/design/slider-3-1000.jpg');
}
.dslider .image.slide4 {
	background-image: url('../images/slider/design/slider-4-1000.jpg');
}
.dslider .image.slide5 {
	background-image: url('../images/slider/design/slider-5-1000.jpg');
}
}
@media only screen and (max-width: 500px) {
.dslider .image.slide1 {
	background-image: url('../images/slider/design/slider-1-500.jpg');
}
.dslider .image.slide2 {
	background-image: url('../images/slider/design/slider-2-500.jpg');
}
.dslider .image.slide3 {
	background-image: url('../images/slider/design/slider-3-500.jpg');
}
.dslider .image.slide4 {
	background-image: url('../images/slider/design/slider-4-500.jpg');
}
.dslider .image.slide5 {
	background-image: url('../images/slider/design/slider-5-500.jpg');
}
}

.ss-slider-wrap {
	position: relative;
	width: 100%;
	height: 80%;
}
.sslider {
	position: relative;
	overflow: hidden;
}
.sslider .image.slide1 {
	background-image: url('../images/slider/wellbeing/slider-1.jpg')
}
.sslider .image.slide2 {
	background-image: url('../images/slider/wellbeing/slider-2.jpg')
}
.sslider .image.slide3 {
	background-image: url('../images/slider/wellbeing/slider-3.jpg')
}
.sslider .image.slide4 {
	background-image: url('../images/slider/wellbeing/slider-4.jpg')
}
@media only screen and (max-width: 1920px) {
.sslider .image.slide1 {
	background-image: url('../images/slider/wellbeing/slider-1-1920.jpg')
}
.sslider .image.slide2 {
	background-image: url('../images/slider/wellbeing/slider-2-1920.jpg')
}
.sslider .image.slide3 {
	background-image: url('../images/slider/wellbeing/slider-3-1920.jpg')
}
.sslider .image.slide4 {
	background-image: url('../images/slider/wellbeing/slider-4-1920.jpg')
}
}
@media only screen and (max-width: 1000px) {
.sslider .image.slide1 {
	background-image: url('../images/slider/wellbeing/slider-1-1000.jpg')
}
.sslider .image.slide2 {
	background-image: url('../images/slider/wellbeing/slider-2-1000.jpg')
}
.sslider .image.slide3 {
	background-image: url('../images/slider/wellbeing/slider-3-1000.jpg')
}
.sslider .image.slide4 {
	background-image: url('../images/slider/wellbeing/slider-4-1000.jpg')
}
}
@media only screen and (max-width: 500px) {
.sslider .image.slide1 {
	background-image: url('../images/slider/wellbeing/slider-1-500.jpg')
}
.sslider .image.slide2 {
	background-image: url('../images/slider/wellbeing/slider-2-500.jpg')
}
.sslider .image.slide3 {
	background-image: url('../images/slider/wellbeing/slider-3-500.jpg')
}
.sslider .image.slide4 {
	background-image: url('../images/slider/wellbeing/slider-4-500.jpg')
}
}

.hscroll {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 116px;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.hscroll a {
	color: #cfdae5;
}
.lline, .rline {
	position: absolute;
	display: block;
	width: calc(50% - 3px);
	height: 200px;
	bottom: -90px;

}
.lline {
	left: 0;
	border-right: 2px solid #cfdae5;
}
.rline {
	right: 0;
	border-left: 2px solid #cfdae5;
}


.aslider {
	padding-top: 160px;
	text-align: center;
}

.iftl {
	display: inline-block;
	float: left;
	width: 17px;
	height: 15px;
	background-image: url('../images/frame/image-frame-top-left.png');
	background-repeat: no-repeat;
}
.ift {
	display: inline-block;
	float: left;
	width: calc(100% - 34px);
	height: 15px;
	background-image: url('../images/frame/image-frame-top.png');
	background-repeat: repeat-x;
}
.iftr {
	display: inline-block;
	float: left;
	width: 17px;
	height: 15px;
	background-image: url('../images/frame/image-frame-top-right.png');
	background-repeat: no-repeat;
}
.ifc {
	display: inline-block;
	float: left;
	width: 100%;
	background-image: url('../images/frame/image-frame-left.png'), url('../images/frame/image-frame-right.png');
	background-position: left center, right center;
	background-repeat: repeat-y, repeat-y;
}
.ifbl {
	display: inline-block;
	float: left;
	width: 17px;
	height: 15px;
	background-image: url('../images/frame/image-frame-bttm-left.png');
	background-repeat: no-repeat;
}
.ifb {
	display: inline-block;
	float: left;
	width: calc(100% - 34px);
	height: 15px;
	background-image: url('../images/frame/image-frame-bttm.png');
	background-repeat: repeat-x;
}
.ifbr {
	display: inline-block;
	float: left;
	width: 17px;
	height: 15px;
	background-image: url('../images/frame/image-frame-bttm-right.png');
	background-repeat: no-repeat;
}
.image-frame-content {
	display: table;
	height: 400px;
}
.frame-row {
	display: table-row;
}
.frame-image {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0 0 0;
	height: 60%;
}
.frame-text {
	display: table-cell;
	vertical-align: top;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 40px;
	height: 40%;
}
.frame-text span {
	font-size: 18px;
	color: #dda69d;
}
.frame-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 80%;
	max-height: 200px;
}

.mainbutton {
	display: inline-block;
	width: 204px;
	height: 62px;
	background-position: center top;
	background-size: cover;
	-webkit-transition: all 0.05s linear;
	-moz-transition: all 0.05s linear;
	-o-transition: all 0.05s linear;
	-ms-transition: all 0.05s linear;
	transition: none;
}
.mainbutton span, .dlspecbutton span {
	display: none;
}
.enqbutton {
	background-image: url('../images/buttons/enquries-button.svg');
}
.enqbuttonlight {
	background-image: url('../images/buttons/enquiries-button-light.svg');
}
.dlbutton {
	background-image: url('../images/buttons/download-button.svg');
}
.googlebutton {
	background-image: url('../images/buttons/google-button.svg');
}
.fpbutton {
	background-image: url('../images/buttons/floor-plans-button.svg');
}
.dlspecbutton {
	display: inline-block;
	width: 294px;
	height: 62px;
	background-image: url('../images/buttons/spec-download-button.svg');
	background-position: center top;
	background-size: cover;
	-webkit-transition: all 0.05s linear;
	-moz-transition: all 0.05s linear;
	-o-transition: all 0.05s linear;
	-ms-transition: all 0.05s linear;
	transition: none;
}
.dlbrochbutton, .dlbrochbuttonlight {
	display: inline-block;
	width: 214px;
	height: 62px;
	background-image: url('../images/buttons/brochure-download-button.svg');
	background-position: center top;
	background-size: cover;
	-webkit-transition: all 0.05s linear;
	-moz-transition: all 0.05s linear;
	-o-transition: all 0.05s linear;
	-ms-transition: all 0.05s linear;
	transition: none;
}
.dlbrochbuttonlight {
	background-image: url('../images/buttons/brochure-download-button-light.svg');
}
.enqbutton:hover, .dlbutton:hover, .enqbuttonlight:hover, .googlebutton:hover, .fpbutton:hover, .dlspecbutton:hover, .dlbrochbutton:hover, .dlbrochbuttonlight:hover  {
	background-position: center bottom;
}

.video {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}
.video img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.video-poster, .wtvideo-poster {
	position: relative;
}
.video-poster a, .wtvideo-poster a {
	position: absolute;
	display: block;
	width: 123px;
	height: 123px;
	margin: 0 auto;
	top: calc(50% - 61px);
	left: 0;
	right: 0;
	background-image: url('../images/buttons/video-play.svg');
	background-position: center top;
	background-size: cover;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.video-poster a:hover, .wtvideo-poster a:hover {
	background-position: center bottom;
}
.video-poster a span, .wtvideo-poster a span {
	display: none;
}
.videoembed, .wtvideoembed {
	display: block;
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; overflow: hidden; 
	max-width: 100%; 
} 

.videoembed iframe, 
.videoembed object, 
.videoembed embed,
.wtvideoembed iframe, 
.wtvideoembed object, 
.wtvideoembed embed { 
	position: absolute; 
	top: 0; left: 0; 
	width: 100%; 
	height: 100%; 
}

h1.headline {
	padding-left: 60px;
	background-image: url('../images/header-line.svg');
	background-repeat: no-repeat;
	background-position: left center;
}
h1.headline.light {
	background-image: url('../images/header-line-light.svg');
}
h1.headline.green {
	background-image: url('../images/header-line-green.svg');
}

.lbtex {
	background-image: url('../images/light-blue-texture.png');
	background-size: cover;
}
.id {
	position: relative;
	margin: 0 auto;
	padding: 80px 0 80px 240px;
}
.vision {
	padding: 20px;
}

.approach-text {
	position: relative;
	display: inline-block;
	float: right;
	width: 50%;
}
.approach-text div {
	position: relative;
	display: inline-block;
	float: left;
	width: 50%;
}
.approach-text div.col1, .approach-text div.col2 {
	padding: 0 30px 0 0;
}
.approach-image {
	position: relative;
	display: inline-block;
	float: left;
	width: 50%;
}
.approach-image img {
	display: block;
	width: 94%;
	height: auto;
}

.subnav {
	position: fixed;
	display: block;
	z-index: 99999999;
	left: 50%;
    transform: translate(-50%);
	width: 90%;
	max-width: 1600px;
	padding: 20px;
	background-color: #ced9e5;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.subnav ul {
	display: block;
	text-align: center;
}
.subnav li {
	display: inline-block;
	text-align: center;
	margin: 0 35px;
}
.subnav li a {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 5px;
	color: #202a44;
}
.subnav li a:hover, .subnav li a.active {
	color: #7089ac;
}
.snav {
	height: 142px;
}

.aerial-view-header {
	position: relative;
	float: left;
	display: inline-block;
	width: 40%;
}
.aerial-view-left, .aerial-view-right {
	position: relative;
	float: left;
	display: inline-block;
	width: 30%;
}
.aerial-view-left img, .aerial-view-right img {
	width: 90%;
	height: auto;
}
.aerial-view-right {
	text-align: right;
}
.aerial-view-header {
	text-align: center;
}
.aerial-view-header h1 {
	display: inline-block;
	padding: 0 45px 0 60px;
	background-image: url('../images/header-line.svg'), url('../images/header-line.svg');
	background-repeat: no-repeat;
	background-position: left center, right center;
	margin-bottom: 80px;
}
.aerial-text {
	max-width: 620px;
	margin: 0 auto;
}
.aerial-view {
	padding: 40px 40px 80px 40px;
	background-color: #202a44;
}
.aerialv-image {
	display: inline-block;
	float: right;
	padding: 0 30px;
	width: 100%;
	height: auto;
	max-width: 270px;
}
.aerial-view .hidden {
	display: none;
}
.aerialnav {
	display: block;
	text-align: center;
	margin-bottom: 20px
}
.aerialnav li {
	display: inline-block;
	text-align: center;
	margin: 0 35px;
}
.aerialnav li a {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 5px;
	color: #ced9e5;
}
.aerialnav li a:hover, .aerialnav li a.selected {
	color: #f0dfc6;
}
.aeriallist, .aerial-image {
	position: relative;
	float: left;
	display: inline-block;
}
.aeriallist {
	width: 20%;
	margin-right: 40px;
}
.aerial-image {
	width: calc(80% - 40px);
	background-image: url('../images/aerial.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.aerial-image img {
	display: block;
	width: 100%;
	height: auto;
}
.amenities-key {
	display: none;
}
.amenities-title {
	display: none;
	text-align: center;
}
.amenities-title h4, .aeriallist h4 {
	color: #ced9e5;
}
.keynav ul {
	display: block;
	margin: 15px 0 10px 0;
}
.keynav ul li {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.keynav ul li a {
	display: block;
	width: 30px;
	height: 30px;
	padding-top: 2px;
	text-align: center;
	color: #ced9e5;
	background-color: #202a44;
	border: 2px solid #ced9e5;
	border-radius: 50%;
	-webkit-box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.7); 
	box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.7);
}
.keynav ul li a:hover, .keynav ul li a.selected {
	color: #202a44;
	background-color: #ced9e5;
}
.maptable {
	border-top: none;
	color: #ced9e5;
}
.maptable th, .maptable td {
	text-align: left;
	color: #ced9e5;
	padding: 1px 2px;
}
.maptable th h4 {
	margin-bottom: 0;
	color: #ced9e5;
}
.maptable tr.border {
	border-bottom: 1px solid #ced9e5;
}
.maptable.smalltext th.hidden, .maptable.smalltext td.hidden {
	display: table-cell;
}
.amenitiesol {
	position: absolute;
	top: 0;
	left: 0;
}
.aerial-image .hidden {
	display: none;
}

.map-highlight.aaone {
	top: 39.8%;
	left: 30.4%;
}
.map-highlight.aatwo {
	top: 38.8%;
	left: 34.6%;
}
.map-highlight.aathree {
	top: 41.8%;
	left: 52.1%;
}
.map-highlight.aafour {
	top: 44.7%;
	left: 49.1%;
}
.map-highlight.aafive {
	top: 31.8%;
	left: 47.9%;
}
.map-highlight.aasix {
	top: 32.1%;
	left: 43.5%;
}
.map-highlight.aaseven {
	top: 27.1%;
	left: 23.5%;
}
.map-highlight.aaeight {
	top: 26.2%;
	left: 28.5%;
}
.map-highlight.aanine {
	top: 26.2%;
	left: 19.5%;
}
.map-highlight.aaten {
	top: 39.1%;
	left: 25.5%;
}
.map-highlight.aaeleven {
	top: 39%;
	left: 17.5%;
}
.map-highlight.aatwelve {
	top: 47%;
	left: 10.5%;
}
.map-highlight.aathirteen {
	top: 63%;
	left: 5.5%;
}
.map-highlight.aafourteen {
	top: 57.5%;
	left: 25.1%;
}
.map-highlight.aafifteen {
	top: 53.9%;
	left: 18.6%;
}

.map-highlight.aoone {
	top: 54.5%;
	left: 42.5%;
}
.map-highlight.aotwo {
	top: 41%;
	left: 19.6%;
}
.map-highlight.aothree {
	top: 34%;
	left: 22.6%;
}
.map-highlight.aofour {
	top: 40.5%;
	left: 39.6%;
}
.map-highlight.aofive {
	top: 30%;
	left: 43.6%;
}
.map-highlight.aosix {
	top: 47.5%;
	left: 47.5%;
}
.map-highlight.aoseven {
	top: 59%;
	left: 67%;
}
.map-highlight.aoeight {
	top: 50%;
	left: 0;
}
.map-highlight.aonine {
	top: 36%;
	left: 32%;
}
.map-highlight.aoten {
	top: 55%;
	left: 63%;
}
.map-highlight.aoeleven {
	top: 57%;
	left: 59%;
}
.map-highlight.aotwelve {
	top: 48%;
	left: 76%;
}
.map-highlight.aothirteen {
	top: 52%;
	left: 27%;
}
.map-highlight.aofourteen {
	top: 46%;
	left: 35%;
}
.map-highlight.aofifteen {
	top: 43%;
	left: 2%;
}

.map-highlight.hoone {
	top: 40%;
	left: 31%;
}
.map-highlight.hotwo {
	top: 28%;
	left: 17%;
}
.map-highlight.hothree {
	top: 64%;
	left: 0.5%;
}
.map-highlight.hofour {
	top: 37.2%;
	left: 68.1%;
}
.map-highlight.mtone {
	top: 54%;
	left: 45.5%;
}
.map-highlight.mttwo {
	top: 41.5%;
	left: 30%;
}
.map-highlight.mtthree {
	top: 56.5%;
	left: 1.5%;
}
.map-highlight.mpone {
	top: 61.3%;
	left: 40.8%;
}
.map-highlight.mptwo {
	top: 52.9%;
	left: 39.2%;
}
.map-highlight.mpthree {
	top: 61%;
	left: 50.4%;
}
.map-highlight.mpfour {
	top: 68%;
	left: 37.4%;
}
.map-highlight.mpfive {
	top: 46.8%;
	left: 49.8%;
}
.map-highlight.mpsix {
	top: 56%;
	left: 79%;
}
.map-highlight.mpseven {
	top: 72%;
	left: 20.6%;
}


.splitbg {
	background-size: 100% 72%;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.greenbg {
	background-color: #22372b;
}
.lbluebg {
	background-color: #ced9e5;
}
.whitebg {
	background-color: #ffffff;
}
.greenbg h1 {
	color: #ced9e5;
}
.gmap {
	display: none;
}
.imap {
	display: block;
}
.mapwrapper {
	max-width: 1210px;
	padding-bottom: 60px;
}
.map-image {
	position: relative;
	display: inline-block;
	float: left;
	width: 50%;
	background-image: url('../images/map-new.jpg');
	-webkit-box-shadow: none; 
	box-shadow: none;
}
.headimgloc, .headimgwalk {
	position: relative;
	display: inline-block;
	float: left;
	width: 50%;
	height: 50px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.headimgloc {
	background-image: url('../images/location-icon.svg');
	background-position: left bottom;: 
}
.headimgwalk {
	background-image: url('../images/walk-icon.svg');
	background-position: right bottom;
}
.mapnav, .map {
	position: relative;
	float: left;
	display: inline-block;
}
.mapnav {
	width: 100%;
}
.map {
	width: calc(100% - 380px);
}
.map img {
	width: 830px;
}
.mapnav h1, .mapnav h2 {
	color: #ced9e5;
	text-transform: capitalize;
}
.mapnav p {
	color: #ced9e5;
}
.mapnav table{
	color: #ced9e5;
	border-top: 1px solid #ced9e5;
}
.mapnav table tr[role="row"], .aeriallist table tr[role="row"] {
	cursor: pointer;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.mapnav table tr[role="row"].selected, .mapnav table tr[role="row"].selected:hover, .aeriallist table tr[role="row"].selected, .aeriallist table tr[role="row"].selected:hover {
	background-color: #fff;
}
.mapnav table tr[role="row"]:hover, .aeriallist table tr[role="row"]:hover {
	background-color: #e1dfdd;
}
.mapnav table tr[role="row"]:hover > td, .mapnav table tr[role="row"].selected > td, .aeriallist table tr[role="row"]:hover > td, .aeriallist table tr[role="row"].selected > td {
	color: #202a44;
}
.mapnav td, .aeriallist td, .aeriallist th {
	font-size: 12px;
	line-height: 14px;
	padding: 5px;
	border-bottom: 1px solid #ced9e5;
}
.maplist {
	position: relative;
	display: inline-block;
	float: left;
	width: 49%;
	margin-right: 1%;
}
.maplist h4, .maplist h5 {
	color: #ced9e5;
}
.number {
	display: block;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	line-height: 10px;
	min-width: 20px;
	background-color: #476d3b;
	text-align: center;
	padding: 4px 0;
}
.number.pink {
	color: #202a44;
	background-color: #dda69d;
}
.number.dblue {
	background-color: #7089ac;
}
.number.selected {
	color: #202a44;
	background-color: #fff;
}
.number.dblue.selected {
	color: #202a44;
}
.number.white {
	color: #202a44;
	background-color: #fff;
	border: 1px solid #22372b;
}
.number.white.selected {
	color: #fff;
	background-color: #7089ac;
	border: 1px solid #7089ac;
}
.number.rounded {
	border-radius: 50%;
}
.number.large {
	min-width: 20px;
	line-height: 12px;
}
.map-highlight {
	position: absolute;
	cursor: pointer;
	font-size: 9px;
	line-height: 9px;
	min-width: 14px;
	padding: 3px 0 2px 0;
}
.map-highlight.large {
	font-size: 12px;
	line-height: 12px;
	min-width: 24px;
	padding: 5px 0 4px 0;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.8);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.8);
}
.map-highlight.aone {
	top: 64.9%;
	left: 45.2%;
}
.map-highlight.atwo {
	top: 66.5%;
	left: 42.9%;
}
.map-highlight.athree {
	top: 66.5%;
	left: 32.7%;
}
.map-highlight.afour {
	top: 70.2%;
	left: 43.6%;
}
.map-highlight.afive {
	top: 70.2%;
	left: 33.6%;
}
.map-highlight.asix {
	top: 55.7%;
	left: 41.8%;
}
.map-highlight.aseven {
	top: 60.8%;
	left: 50.1%;
}
.map-highlight.aeight {
	top: 50.9%;
	left: 43.2%;
}
.map-highlight.anine {
	top: 54.2%;
	left: 37%;
}
.map-highlight.aten {
	top: 52.3%;
	left: 45.8%;
}
.map-highlight.oone {
	top: 67.6%;
	left: 39.2%;
}
.map-highlight.otwo {
	top: 55.7%;
	left: 44.5%;
}
.map-highlight.othree {
	top: 63.5%;
	left: 41.9%;
}
.map-highlight.ofour {
	top: 62.3%;
	left: 44.3%;
}
.map-highlight.ofive {
	top: 59.9%;
	left: 45.5%;
}
.map-highlight.osix {
	top: 59.9%;
	left: 42.3%;
}
.custom-tip {
	background: #202a44;
	color: #ced9e5;
}
#maptbl-parking a {
	color: #fff;
}
#maptbl-parking tr[role="row"]:hover > td a, #maptbl-parking tr[role="row"].selected > td a {
	color: #202a44;
}
.map-key {
	display: none;
}
.amenities-left, .amenities-center, .amenities-right {
	position: relative;
	float: left;
	display: inline-block;
	padding: 40px;
}
.amenities-left, .amenities-right {
	width: 25%;
}
.amenities-center {
	width: 50%;
}
.amenities-left img, .amenities-center img, .amenities-right img {
	display: block;
	width: 100%;
	height: auto;
}
.amenities-center .graphic, .amenities-center .text {
	position: relative;
	float: left;
	display: inline-block;
}
.amenities-center .graphic {
	width: 290px;
}
.amenities-center .text {
	width: calc(100% - 290px);
	padding: 20px;
}
.amenities-graphic {
	display: inline-block;
	width: 100%;
	height: auto;
	max-width: 290px;
	padding: 20px;
}
.amenities-right {
	padding-top: 200px;
}

.acc-hero {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url('../images/reception.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 1366px) {
.acc-hero {
	background-image: url('../images/reception-1366.jpg');
	background-size: 250%;
}
}
.spec-hero {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url('../images/building-front-b.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 1366px) {
.spec-hero {
	background-image: url('../images/building-front-b-1366.jpg');
	background-size: 250%;
}
}
.gntex {
	background-image: url('../images/green-texture.png');
	background-size: cover;
}
.floatbox {
	position: absolute;
	left: 0;
	right: 0;
	top: -100px;
	margin: 0 auto;
	width: 100%;
	max-width: 1600px;
	padding: 120px 80px 80px 80px;
	-webkit-box-shadow: 0px 5px 26px -6px rgba(0,0,0,0.91); 
	box-shadow: 0px 5px 26px -6px rgba(0,0,0,0.91);
}
.floatboxleft, .floatboxright {
	position: relative;
	float: left;
	display: inline-block;
	width: 50%;
}
.floatboxleft {
	padding: 40px 100px 40px 40px;
}
.floatboxright {
	padding: 40px 20px 20px 20px;
}
.floatboxleft img, .floatboxright img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.floatbox h1, .floatbox p {
	margin-bottom: 40px;
	color: #ced9e5;
}
.floatbox p {
	font-size: 36px;
	line-height: 40px;
}
.floatbox p.normal {
	font-size: 16px;
	line-height: 22px;
}



.fpnav, .fpmain {
	position: relative;
	float: left;
	display: inline-block;
}
.fpnav {
	width: 380px;
	padding-right: 40px;
}

.fpnav table {
	color: #202a44;
	border-top: 1px solid #202a44;
}
.fpnav table tr[role="row"] {
	cursor: pointer;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.fpnav table tr[role="row"].selected, .fpnav table tr[role="row"].selected:hover, .fpnav table tr[role="row"].selected:hover, .fpnav table tr[role="row"].selected td {
	background-color: #f0ddd7;
}
.fpnav table tr[role="row"]:hover {
	background-color: #202a44;
}
.fpnav table tr[role="row"]:hover > td {
	background-color: #202a44;
	color: #e7ecf2;
}
.fpnav table tr[role="row"].selected:hover > td {
	background-color: #f0ddd7;
	color: #202a44;
}
.fpnav table tr.hidden {
	display: none;
}
.fpnav td, .fpnav th {
	font-size: 12px;
	line-height: 14px;
	padding: 5px;
	border-bottom: 1px solid #202a44;
}
.fpnav td, .fpnav th {
	font-size: 16px;
	line-height: 16px;
}
.fpnav th {
	text-align: left;
	color: #202a44;
}
.fpnav td.smalltxt {
	font-size: 12px;
}
.fpnav td.darkertxt {
	color: #202a44;
}
.fpnav td.let {
	background-color: #6f88ac;
	text-align: center;
}
.fpmain {
	width: calc(100% - 380px);
	border-left: 1px solid #202a44;
	padding-top: 40px;
}
.fpnav p {
	color: #202a44;
}
.fpleft, .fpcenter, .fpright {
	position: relative;
	float: left;
	display: inline-block;
}
.fpleft {
	width: 100px;
	padding-left: 48px;
}
.fpcenter {
	width: calc(100% - 275px);
}
.fpright {
	width: 175px;
	padding-top: 50px;
}

.fpcenter a {
	display: block;
	width: 90%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.fpcenter a img {
	width: 90%;
	margin: 0 auto;
}
.floorkey {
	color: #202a44;
}
.floorkey span {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 10px;
}
.floorkey span.white {
	background-color: #e7ecf2;
}
.floorkey span.pink {
	background-color: #dda69d;
}
.floorkey span.green {
	background-color: #a3b2a4;
}
.floorkey span.grey {
	background-color: #888b8d;
}
.floorkey span.lpink {
	background-color: #ecd1cd;
}
.caption-container .floorkey ol li {
	display: inline;
	margin-right: 15px;
}
.textrotate {
	position: absolute;
	display: inline-block;
	top: 24px;
	left: 0;
	color: #202a44;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 5px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
img.floorno {
	width: 73px;
	height: auto;
}
.floorplan {
	position: relative;
}
.compass {
	position: absolute;
	top: 0;
	right: 0;	
}
.compass img {
	width: 50px;
}
.zoom {
	position: absolute;
	z-index: 1000;
	width: 57px;
	bottom: 0;
	left: 50px;
}
.zoom a {
	display: block;
	width: 57px;
	height: 73px;
	background-image: url('../images/zoom.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.zoom a span {
	display: none;
}
.zoom img {
	display: none;
}
.fpdl {
	position: absolute;
	left: 20px;
	bottom: 10px;
}
.terraceleft, .terraceright {
	position: relative;
	float: left;
	display: inline-block;
}
.terraceleft {
	width: 60%;
}
.terraceright {
	width: 40%;
	color: #ced9e5;
}
.terraceright h3 {
	text-transform: none;
	color: #ced9e5;
	margin-bottom: 40px;
}
h1.green {
	color: #22372b;
}
.herospace {
	height: 0;
}
.designleft, .designright {
	position: relative;
	float: left;
	display: inline-block;
}
.designleft {
	width: 40%;
	margin-top: 40px;
}
.designleft img {
	width: 100%;
	max-width: 400px;
}
.designright {
	width: 60%;
	height: 100%;
	margin-top: 40px;
}
.designright img {
	display: block;
	width: 100%;
	max-width: 1000px;
}
.designleft h2 {
	color: #22372b;
	margin-bottom: 80px;
}
.designol {
	position: absolute;
	width: 100%;
	height: 100%;
}
.dhighlight {
	position: absolute;
	display: block;
	color: #202a44;
	font-size: 14px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	background-color: #ced9e5;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	-webkit-box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.7); 
	box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.7);
}
.dhighlight.selected {
	background-color: #dda69d;
}
.dhighlight.one {
	top: 89%;
	left: 50%;
}
.dhighlight.two {
	top: 55%;
	left: 30%;
}
.dhighlight.three {
	top: 51%;
	left: 10%;
}
.dhighlight.four {
	top: 25%;
	left: 28%;
}
.dhighlight.five {
	top: 58%;
	left: 60%;
}
.dhighlight.six {
	top: 70%;
	left: 72%;
}
.dhighlight.seven {
	top: 89%;
	left: 78%;
}
.dhighlight.eight {
	top: 56%;
	left: 42%;
}
.dhighlight.nine {
	top: 12%;
	left: 84%;
}
.dhighlight.ten {
	top: 6%;
	left: 44%;
}
.dhighlight.eleven {
	top: 42%;
	left: 88%;
}
.designnav {
	position: absolute;
	left: 0;
	z-index: 1001;
	bottom: -100px;
	width: 300px;
	height: 160px;
	color: #ced9e5;
	background-color: #22372b;
	padding: 20px;
}
.designnav .hidden {
	display: none;
}
.designarrows {
	position: absolute;
	left: 0;
	z-index: 1001;
	bottom: -100px;
	width: 300px;
	height: 40px;
	background-color: #22372b;
}
.designarrows a {
	display: block;
	width: 40px;
	height: 40px;
	background-size: cover;
	background-position: center center;
}
.designarrows a span {
	display: none;
}
.designarrows a.left {
	float: left;
	margin-left: 100px;
	background-image: url('../images/left-arrow-light.svg');
}
.designarrows a.right {
	float: right;
	margin-right: 100px;
	background-image: url('../images/right-arrow-light.svg');
}


.floatimgcol {
	position: relative;
	float: left;
	display: inline-block;
	width: 33.3%;
	padding: 40px;
}
.floatimgcol img {
	display: inline-block;
	width: 100%;
	height: auto;
	max-width: 250px;
	margin: 20px auto;
}
.floatimgcol img.f1 {
	float: right;
	margin-bottom: 40px;
}
.floatimgcol img.f2 {
	float: left;
}
.floatimgcol img.f3 {
	margin-bottom: 40px;
}
.floatimgcol img.f5 {
	margin-top: 100px;
}
.wellbeingleft, .wellbeingright {
	position: relative;
	float: left;
	display: inline-block;
	padding: 40px;
}
.wellbeingleft, .wellbeingright {
	width: 40%;
}
.wellbeingright {
	width: 60%;
}
.wellbeingleft h1, .wellbeingleft p  {
	margin-bottom: 40px;
}
.wellbeingleft h3 {
	text-transform: none;
	margin-bottom: 40px;
}
.specification {
	padding: 80px 20px;
}
.contact {
	padding: 140px 20px 0 20px;
	background-image: url(../images/pattern-left.svg), url(../images/pattern-right.svg);
	background-position: left bottom, right bottom;
	background-repeat: no-repeat;
}
.contactleft, .contactright {
	position: relative;
	display: inline-block;
	float: left;
	color: #ced9e5;
	padding: 0 10px;
}
.contactright {
	float: right;
	padding-top: 3px;
}
.contactbttm {
	color: #ced9e5;
}
.contactbttm img {
	width: auto;
	height: 25px;
}
.specification h1, .contact h1 {
	display: inline-block;
	color: #ced9e5;
	padding: 0 45px 0 60px;
	background-image: url('../images/header-line-light.svg'), url('../images/header-line-light.svg');
	background-repeat: no-repeat;
	background-position: left center, right center;
	margin-bottom: 80px;
}
.specification h3, .contact h3 {
	text-transform: none;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 20px;
	color: #ced9e5;
}
.contact h3 {
	text-transform: uppercase;
}
.specification p {
	color: #ced9e5;
}
.specicon {
	position: relative;
	float: left;
	display: inline-block;
	width: 33.3%;
	padding: 10px;
}
.specicon img {
	width: 100%;
	height: auto;
}

.dspacer {
	height: 160px;
}
.s240 {
	height: 240px;
}
.s160 {
	height: 160px;
}
.s80 {
	height: 80px;
}
.s60 {
	height: 60px;
}
.page-top {
	position: relative;
	margin: 0 auto;
	width: 98%;
	max-width: 1800px;
	text-align: center;
	padding: 20px;
	background-color: #f0ddd7;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.page-top a {
	display: inline-block;
	width: 88px;
	height: 88px;
	background-image: url('../images/buttons/page-top.svg');
	background-size: cover;
	background-position: center top;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.page-top a:hover {
	background-position: center bottom;
}
.page-top a span {
	display: none;
}

.footer {
	display: block;
	padding: 60px 0 0 0;
	background-color: #202a44;
	font-size: 16px;
	line-height: 22px;
}
.footer h1, .footer p {
	color: #ced9e5;
}
a.hover {
	position: relative;
	display: inline-block;
	float: left;
	color: #ced9e5;
	overflow: hidden;
}
a.hover:hover {
	color: #ced9e5;
}
a.hover::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #ced9e5;
	transform: scaleX(0);
	transition: transform 0.3s ease;
}
a.hover:hover::before {
	transform: scaleX(1);
}
.footer .column {
	position: relative;
	float: left;
	display: inline-block;
	width: 50%;
}
.footer .footlogo {
	text-align: right;
}
.footer .footdload {
	float: right;
}
.double-brdr {
	border-top: 10px double #25314f;
	border-bottom: 10px double #25314f;
}
.developers {
	color: #ced9e5;
}
.developers img {
	width: auto;
	height: 25px;
}
.fifthcfoot {
	margin-top: 40px;
}
.contractors {
	display: table;
	width: 100%;
}
.contractors div {
	display: table-row;
	width: 100%;
}
.contractors div span {
	display: table-cell;
	vertical-align: middle;
	width: 33.3%;
	padding: 10px 20px;
}
.contractors div span a {
	width: 80%;
	margin: 0 auto;
}
.contractors div span a img {
	display: block;
	width: 100%;
	height: auto;
}

.intro {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	overflow: auto;
	z-index: 9999999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background: #202a44;
	background-image: url(../images/pattern-left.svg), url(../images/pattern-right.svg);
	background-position: left bottom, right bottom;
	background-repeat: no-repeat;
}
#SS {
	width: 100%;
	max-width: 420px;
}

table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
th, td {
	outline: 0;
}

.accom-wrapper {
	background-color: #202a44;
	background: linear-gradient(#202a44 70%, white 70%);
	border-radius: 25px 25px 0px 0px;
}
.accom-content {
	padding: 30px;
	background-color: #cdd9e4;
	border-radius: 25px;
}
.accom-menu {
	padding: 20px;
}
.accom-menu ul {
	display: block;
	text-align: center;
}
.accom-menu ul li {
	display: inline-block;
	text-align: center;
	margin: 0 35px;
}
.accom-menu ul li a {
	display: inline-block;
	width: 214px;
	height: 62px;
	background-position: center top;
	background-size: cover;
	-webkit-transition: all 0.05s linear;
	-moz-transition: all 0.05s linear;
	-o-transition: all 0.05s linear;
	-ms-transition: all 0.05s linear;
	transition: none;
}
.accom-menu ul li a span {
	display: none;
}
.av-spacebutton {
	background-image: url('../images/buttons/available-space-button.svg');
}
.fl-plansbutton {
	background-image: url('../images/buttons/floor-plans-buttonb.svg');
}
.sp-optionsbutton {
	background-image: url('../images/buttons/space-options-button.svg');
}
.accom-menu ul li a:hover, .accom-menu ul li a.selected  {
	background-position: center bottom;
}
.accom-page {
	display: block;
	padding: 10px 30px;
}
.accom-page.hidden {
	display: none;
}
#av-space {
	padding: 25px;
	text-align: center;
}
#av-space img {
	width: 70%;
	height: auto;
}
.accom-page .leftcol {
	position: relative;
	float: left;
	display: inline-block;
	width: 206px;
}
.accom-page .centercol {
	position: relative;
	float: left;
	display: inline-block;
	width: calc(100% - 420px);
}
.accom-page .rightcol {
	position: relative;
	float: left;
	display: inline-block;
	width: 214px;
}
.accom-page .levelnum {
	width: auto;
	height: 100%;
	max-height: 145px;
}
.accom-page .floorsize {
	margin: 20px 0 20px 0;
	padding: 15px 0 10px 0;
	border-top: 1px solid #202a44;
	border-bottom: 1px solid #202a44;
	font-size: 18px;
}
.accom-page .option {
	margin: 20px 0 0 0;
	padding: 15px 0 10px 0;
	border-top: 1px solid #202a44;
	font-size: 18px;
}
a.rounded-button {
	color: #ced9e5;
	background: #202a44;
	border: 1px solid #202a44;
	display: inline-block;
	border-radius: 25px;
	width: 100%;
	margin-top: 20px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	outline: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	padding: 15px;
}
a.rounded-button:hover {
	color: #202a44;
	background: #ced9e5;
	text-decoration: none;
}
.accom-page img.plan {
	display: block;
	width: auto;
	height: 100%;
	max-height: 480px;
	margin: 0 auto;
	padding: 40px 0;
}
.accom-page img.space {
	display: block;
	width: auto;
	height: 100%;
	max-height: 520px;
	margin: 0 auto;
	padding: 0;
}
.floorbuttons ul li {
	display: block;
	margin: 10px 0;
}
.floorbuttons ul li a {
	display: block;
	width: 214px;
	height: 62px;
	background-position: center top;
	background-size: cover;
	-webkit-transition: all 0.05s linear;
	-moz-transition: all 0.05s linear;
	-o-transition: all 0.05s linear;
	-ms-transition: all 0.05s linear;
	transition: none;
}
.floorbuttons ul li a span {
	display: none;
}
.floorbuttons ul li a.fl-plan--1, .floorbuttons ul li a.sp-plan--1 {
	background-image: url('../images/buttons/level--1-button.svg');
}
.floorbuttons ul li a.fl-plan-g, .floorbuttons ul li a.sp-plan-g {
	background-image: url('../images/buttons/level-g-button.svg');
}
.floorbuttons ul li a.fl-plan-1, .floorbuttons ul li a.sp-plan-1 {
	background-image: url('../images/buttons/level-1-button.svg');
}
.floorbuttons ul li a.fl-plan-2, .floorbuttons ul li a.sp-plan-2 {
	background-image: url('../images/buttons/level-2-button.svg');
}
.floorbuttons ul li a.brochure {
	background-image: url('../images/buttons/download-buttonb.svg');
}
.floorbuttons ul li a:hover, .floorbuttons ul li a.selected  {
	background-position: center bottom;
}
.floorbuttons ul li a.sp-option-1 {
	background-image: url('../images/buttons/option1-button.svg');
}
.floorbuttons ul li a.sp-option-2 {
	background-image: url('../images/buttons/option2-button.svg');
}
.floorbuttons ul li a.sp-option-3 {
	background-image: url('../images/buttons/option3-button.svg');
}
.floorbuttons ul li a.sp-option-4 {
	background-image: url('../images/buttons/option4-button.svg');
}
.floorbuttons ul li a.sp-option-5 {
	background-image: url('../images/buttons/option5-button.svg');
}
.floorbuttons ul li a.sp-option-6 {
	background-image: url('../images/buttons/option6-button.svg');
}
.keyspacersmll {
	height: 160px;
}
.keyspacerlge {
	height: 268px;
}


@media only screen and (max-width: 1500px) {
#av-space {
	padding: 20px;
}
#av-space img {
	width: 80%;
}
}


@media only screen and (max-width: 1240px) {
#av-space {
	padding: 0;
}
#av-space img {
	width: 90%;
}
.accom-page img.plan {
	width: 80%;
	height: auto;
	max-height: inherit;
	padding: 40px 0;
}
.accom-page img.space {
	width: 80%;
	height: auto;
	max-height: inherit;
}
}


@media only screen and (max-width: 1200px) {
.accom-content {
	padding: 15px;
}
.accom-page {
	padding: 10px;
}
#av-space img {
	width: 100%;
}
.accom-page img.plan {
	width: 96%;
}
.accom-page img.space {
	width: 96%;
}
.accom-page .centercol {
	float: right;
	width: calc(100% - 206px);
}
.accom-page .rightcol {
	float: none;
	display: block;
	width: 100%;
	clear: both;
}
.keyspacersmll {
	height: 0;
}
.keyspacerlge {
	height: 108px;
}
}


@media only screen and (max-width: 950px) {
.accom-menu ul li {
	margin: 0;
}
}


@media only screen and (max-width: 770px) {
.accom-page img.plan {
	width: 90%;
}
.accom-page img.space {
	width: 90%;
}
.accom-page .leftcol {
	float: none;
	display: block;
	width: 100%;
	clear: both;
}
.accom-page .centercol {
	float: none;
	display: block;
	width: 100%;
	clear: both;
}
.accom-page .levelnum {
	width: 40px;
	height: auto;
	max-height: inherit;
	float: right;
}
.accom-page .floorsize {
	width: 50%;
}
.floorbuttons {
	width: 214px;
	margin: 0 auto;	
}
.keyspacerlge {
	height: 0;
}
}


@media only screen and (max-width: 580px) {
.accom-menu ul li {
	margin: 0 5px;
}
.accom-page img.plan {
	width: 100%;
}
.accom-page img.space {
	width: 100%;
}
.accom-page .levelnum {
	width: 25px;
}
}


@media only screen and (max-width: 480px) {
.accom-page .floorsize {
	width: 70%;
}
}

@media only screen and (max-width: 1680px) {
.aerial-view-wrapper {
	background-size: 50% 50%;
	background-position: -40% top, 140% top;
}
}

@media only screen and (max-width: 1582px) {
.herospace {
	height: 80px;
}
.fpdl {
	bottom: 40px;
}
}


@media only screen and (max-width: 1540px) {
.frame-text {
	padding: 10px 30px;
}
.aeriallist {
	width: 22%;
	margin-right: 20px;
}
.aerial-image {
	width: calc(78% - 20px);
}
}


@media only screen and (max-width: 1508px) {
.herospace {
	height: 140px;
}
}


@media only screen and (max-width: 1480px) {
.approach-image {
	padding-top: 3%;
}
.amenities-left, .amenities-center {
	padding: 30px;
}
.amenities-right {
	padding-top: 170px;
}
.floatimgcol {
	padding: 20px;
}
.terraceleft, .terraceright {
	display: block;
	float: none;
	width: 100%;
}
.terraceleft h1 {
	margin-bottom: 40px;
}
.terraceright h3 {
	margin-bottom: 20px;
}
.approach-image {
	padding-top: 3%;
}
.amenities-left, .amenities-center {
	padding: 30px;
}
.amenities-right {
	padding-top: 170px;
}
.floatimgcol {
	padding: 20px;
}
.aeriallist {
	width: 30%;
}
.aerial-image {
	width: calc(70% - 20px);
}
.fpdl {
	bottom: 10px;
}
}


@media only screen and (max-width: 1390px) {
.s240 {
	height: 180px;
}
.aeriallist {
	width: 35%;
}
.aerial-image {
	width: calc(65% - 20px);
}
.herospace {
	height: 180px;
}
.fpdl {
	width: 214px;
	margin-top: 20px;
	margin-bottom: 100px;
	left: 0;
	right: 0;
	bottom: -80px;
	margin-left: auto;
	margin-right: auto;
}
.maplist {
	width: 44%;
}
.map-image {
	width: 55%;
}
}


@media only screen and (max-width: 1355px) {
.id {
	padding: 80px 0 80px 140px;
}
.approach-image {
	padding-top: 8%;
}
}


@media only screen and (max-width: 1325px) {
.amenities-left {
	padding: 90px 0 0 0;
}
.amenities-center {
	width: 75%;
}
.amenities-right {
	display: none;
}
.aerialv-image {
	max-width: 240px;
}
.mapnav {
	display: none;
}
.maplist, .map-image, .map-key {
	display: block;
	float: none;
	margin: 0 auto;
	width: 94%;
	max-width: 780px;
}
.map-image {
	background-image: url('../images/map-new-mobile.jpg');
}
#transportol {
	display: none;
}
.map-key {
	display: block;
}
.maptable a {
	color: #ced9e5;
}
.maptable a:hover {
	color: #fff;
}
.map-highlight.aone {
	left: 42.9%;
}
.map-highlight.atwo {
	left: 40.7%;
}
.map-highlight.athree {
	left: 31.2%;
}
.map-highlight.afour {
	left: 41.4%;
}
.map-highlight.afive {
	left: 31.4%;
}
.map-highlight.asix {
	left: 39.8%;
}
.map-highlight.aseven {
	left: 47.6%;
}
.map-highlight.aeight {
	left: 41.1%;
}
.map-highlight.anine {
	left: 35.2%;
}
.map-highlight.aten {
	left: 43.6%;
}
.map-highlight.oone {
	left: 37.2%;
}
.map-highlight.otwo {
	left: 42.3%;
}
.map-highlight.othree {
	left: 39.8%;
}
.map-highlight.ofour {
	left: 42.1%;
}
.map-highlight.ofive {
	left: 43.3%;
}
.map-highlight.osix {
	left: 40.1%;
}
.floatboxleft {
	width: 60%;
	padding: 20px;
}
.floatboxright {
	width: 40%;
}
.floatbox p {
	font-size: 36px;
	line-height: 40px;
}
.herospace {
	height: 20px;
}
}


@media only screen and (max-width: 1240px) {
.floatboxtop {
	display: none;
}
img.floorno {
	width: 45px;
}
}


@media only screen and (max-width: 1210px) {
.subnav.design li {
	margin: 0 25px;
}
.subnav.design li a {
	letter-spacing: 4px;
}
}

@media only screen and (max-width: 1190px) {
.aerialv-image {
	max-width: 220px;
}
.floatboxleft {
	width: 65%;
}
.floatboxright {
	width: 35%;
}
.floatboxleft img, .floatboxright img {
	width: 80%;
}
.designleft, .designright {
	float: none;
	display: block;
	width: 100%;
	margin-top: 10px;
}
.designleft h2 {
	margin-bottom: 40px;
}
.designleft .text {
	width: 100%;
}
.designleft img {
	display: block;
	max-width: 400px;
	margin: 0 auto;
}
.designright img {
	display: block;
	max-width: 696px;
	margin: 0 auto;
}
.designol {
	position: absolute;
	width: 696px;
	left: 0;
	right: 0;
	margin: auto;
}
.dspacer {
	height: 280px;
}
.wellbeingleft, .wellbeingright {
	width: 50%;
}
.wellbeingright {
	width: 50%;
	padding-top: 100px;
}
.s240 {
	height: 120px;
}
}


@media only screen and (max-width: 1130px) {
.id {
	padding: 80px 0 80px 20px;
}
.approach-image {
	padding-top: 12%;
}
.floatbox p {
	font-size: 30px;
	line-height: 34px;
}
.fpcenter {
	width: calc(100% - 100px);
}
.fpright {
	float: none;
	width: 100%;
}
.floorkey ol {
	margin-left: 50px;
	margin-top: 50px;
}
.floorkey li {
	display: inline-block;
	float: left;
	margin-right: 5px;
}
.zoom {
	bottom: 80px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.zoom a {
	height: 41px;
}
}


@media only screen and (max-width: 1060px) {
.approach-text, .approach-image {
	display: block;
	float: none;
	width: 100%;
	clear: both;
}
.floatboxright {
	padding: 30px 0 40px 0;
}
.floatimgcol img {
	max-width: 200px;
}
.map-highlight.large {
	font-size: 10px;
	line-height: 10px;
	min-width: 20px;
	padding: 3px 0 2px 0;
	border: 1px solid #fff;
}
.herospace {
	height: 520px;
}
.herospace.spec {
	height: 590px;
}
.approach-text, .approach-image {
	padding: 40px;
}
.subnav li {
	margin: 0 25px;
}
.subnav li a {
	letter-spacing: 4px;
}
.amenities-left {
	display: none;
}
.amenities-center {
	width: 100%;
}
.aerialv-image {
	max-width: 270px;
}
.subnav.design li {
	margin: 0 20px;
}
.subnav.design li a {
	font-size: 14px;
	letter-spacing: 3px;
}
.floatboxleft, .floatboxright {
	float: none;
	width: 100%;
}
.floatimgcol {
	padding: 40px;
}
.wellbeingleft, .wellbeingright {
	float: none;
	display: block;
	padding:  10px 40px;
	width: 100%;
}
.wellbeingleft h3 {
	letter-spacing: 4px;
}
.contactbttm img {
	display: block;
	float: none;
	clear: both;
	margin: 10px auto;
}
.footer .footlogo {
	text-align: center;
	padding-top: 40px;
}
.footer .footdload {
	float: none;
	margin: 0 auto;
}
.fifthcfoot {
	width: 260px;
	margin: 40px auto 0 auto;
}
.contractors div span {
	padding: 30px 80px;
}
.developers img {
	display: block;
	float: left;
	clear: both;
	margin: 10px auto;
	max-width: 96%;
}
}

@media only screen and (max-width: 1011px) {
.herospace {
	height: 490px;
}
.herospace.spec {
	height: 620px;
}
}


@media only screen and (max-width: 1000px) {
.herospace {
	height: 480px;
}
.herospace.spec {
	height: 600px;
}
.aerial-view-wrapper {
	background: none;
}
}

@media only screen and (max-width: 950px) {
.herospace {
	height: 420px;
}
.herospace.spec {
	height: 570px;
}
.contractors div span {
	padding: 20px 50px;
}
}


@media only screen and (max-width: 900px) {
.header .address {
	margin: 54px auto 0 60px;
}
.intro {
	background-size: 25%, 25%;
}
.subnav li {
	margin: 0 20px;
}
.subnav li a {
	font-size: 14px;
	letter-spacing: 3px;
}
.subnav.design li {
	margin: 0 20px;
}
.subnav.design li a {
	font-size: 14px;
	letter-spacing: 3px;
}
.map {
	width: 100%;
}
.herospace {
	height: 440px;
}
.herospace.spec {
	height: 520px;
}
}


@media only screen and (max-width: 880px) {
.subnav.design li {
	margin: 0 10px;
}
.subnav.design li a {
	font-size: 12px;
	letter-spacing: 2px;
}
.aerial-view {
	padding: 40px 20px;
}
.map .map-highlight {
	display: none;
}
.herospace {
	height: 410px;
}
.herospace.spec {
	height: 550px;
}
.floatimgcol {
	padding: 20px;
}
.contractors div span {
	padding: 20px 30px;
}
.fpnav {
	display: block;
	float: none;
	width: 100%;
	padding-right: 0;
}
.fpmain {
	width: calc(100%);
	border-left: none;
	padding-top: 40px;
}
p.fptable {
	display: none;
}
.fptable {
	margin-bottom: 50px;
}
.zoom img {
	display: inline;
}
}


@media only screen and (max-width: 830px) {
.herospace {
	height: 380px;
}
.herospace.spec {
	height: 530px;
}
.fpnav table tr[role="row"]:hover {
	background-color: #ced9e5;
}
.fpnav table tr[role="row"]:hover > td {
	color: #202a44;
}
.fpnav table tr[role="row"].selected:hover > td {
	color: #202a44;
}
}



@media only screen and (max-width: 800px) {
.header .address {
	margin: 54px auto 0 40px;
}
.hslider {
	width: 100%;
}
.slider-wrap {
	height: calc(100vw / 2);
}
.sslider .image {
	background-size: contain;
}
.herospace {
	height: 360px;
}
.herospace.spec {
	height: 500px;
}
.amenities-center .graphic {
	width: 30%;
	float: right;
}
.amenities-center .text {
	width: 70%;
	padding: 10px;
}
.map .map-highlight {
	display: none;
}
.map-image {
	background-image: url('../images/map-new-mobile.jpg');
}
.specicon {
	width: 50%;
	padding: 30px;
}
.s240 {
	height: 100px;
}
.s160 {
	height: 100px;
}
.s60 {
	height: 40px;
}
.contractors div span {
	padding: 10px 20px;
}
}


@media only screen and (max-width: 770px) {
.subnav li {
	margin: 0 10px;
}
.subnav li a {
	font-size: 12px;
	letter-spacing: 2px;
}
.aerial-view {
	padding: 30px 10px;
}
.floatbox {
	padding: 0;
}
.floatboxright {
	padding: 0px 10px 40px 10px;
}
.herospace {
	height: 200px;
}
.herospace.spec {
	height: 400px;
}
.floatboxleft {
	padding: 40px 30px;
}
.contractors div span a {
	width: 90%;
}
}


@media only screen and (max-width: 735px) {
.designol {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}
.designnav {
	left: 0;
	right: 0;
	margin: auto;
	bottom: -90px;
	width: 90%;
	height: 90px;
	padding: 20px;
}
.designarrows {
	left: 0;
	right: 0;
	margin: auto;
	bottom: -120px;
	width: 90%;
}
}


@media only screen and (max-width: 700px) {
.herospace.spec {
	height: 340px;
}
}


@media only screen and (max-width: 670px) {
.aerial-view-header {
	float: none;
	display: block;
	width: 90%;
	margin: 0 auto;
}
.aerial-view-left, .aerial-view-right {
	display: none;
}
.subnav.design li {
	margin: 0 5px;
}
.subnav.design li a {
	font-size: 12px;
	letter-spacing: 1px;
}
.contactleft, .contactright {
	display: block;
	float: none;
	padding: 20px 0;
}
.aerial-image {
	width: 100%;
}
.aeriallist, .aerialnav, .overlay {
	display: none;
}
.aerial-image {
	background-image: url('../images/aerial-mobile.jpg');
}
.amenities-title, .amenities-key {
	display: block;
}
.floatboxleft img, .floatboxright img {
	width: 100%;
}
.herospace {
	height: 150px;
}
.herospace.spec {
	height: 340px;
}
.aerialnav li {
	margin: 0 25px;
}
.specicon {
	padding: 10px;
}
}

@media only screen and (max-width: 610px) {
.maptable.smalltext {
	font-size: 14px;
	line-height: 16px;
}
.maptable.smalltext td {
	padding: 3px 2px;
}
}


@media only screen and (max-width: 600px) {
#menu-bttn {
	right: 40px;
}
.header .address {
	margin: 54px auto 0 20px;
}
.aerialv-image {
	max-width: 200px;
	padding: 0 10px;
}
.aerial-view {
	padding: 30px 0;
}
.wellbeingright {
	padding:  0;
}
.herospace {
	height: 130px;
}
.herospace.spec {
	height: 280px;
}
.footer p.large {
	font-size: 16px;
	line-height: 20px;
}
.contact {
	background: none;
}
}


@media only screen and (max-width: 575px) {
#mobilewidth {
	display: block;
}
.subnav {
	display: none;
}
.snav {
	height: 52px;
}
.aerialnav li {
	margin: 0 15px;
}
.amenities-center .graphic {
	display: none;
}
.amenities-center .text {
	width: 100%;
}
.herospace.spec {
	height: 300px;
}
.s240 {
	height: 70px;
}
.s160 {
	height: 70px;
}
.s60 {
	height: 40px;
}
.compass {
	top: auto;
	bottom: 140px;
}
.compass img {
	width: 34px;
	height: auto;	
}
.fpcenter a {
	width: 90%;
}
}


@media only screen and (max-width: 560px) {
.footer .column {
	display: block;
	float: none;
	width: 100%;
}
.herospace {
	height: 140px;
}
.herospace.spec {
	height: 290px;
}
.floatimgcol {
	padding: 10px;
}
#menu-bttn {
	width: 35px;
	height: 12px;
	right: 60px;
}
.hamburger-box {
	width: 35px;
	height: 12px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 35px;
}
}


@media only screen and (max-width: 530px) {
.frame-text {
	padding: 10px 20px;
}
.herospace {
	height: 160px;
}
}


@media only screen and (max-width: 500px) {
#menu-bttn {
	right: 40px;
}
.header .address {
	position: absolute;
	left: 7px;
	bottom: 5px;
	font-size: 12px;
	letter-spacing: 2px;
}
.header .logo {
	margin: 20px 0 0 40px;
}
.approach-image {
	padding: 10px;
}
.approach-image img {
	width: 100%;
}
.aerialv-image {
	max-width: 150px;
	margin-top: 20px;
}
.aerialnav li {
	margin: 0 5px;
}
.map-image {
	background-image: url('../images/map-new-mobile-small.jpg');
}
.footer p.large {
	font-size: 14px;
	line-height: 16px;
}
.intro {
	background-size: 30%, 30%;
}
.specification {
	padding: 40px 0;
}
.specification p {
	padding: 0 20px;
}
.specicon {
	padding: 5px;
}
.herospace {
	height: 80px;
}
.herospace.spec {
	height: 230px;
}
.floatbox p {
	font-size: 24px;
	line-height: 26px;
}
img.floorno {
	width: 40px;
}
.designnav {
	bottom: -120px;
	height: 120px;
}
.designarrows {
	bottom: -150px;
}
.contractors div span a {
	width: 100%;
}
.contractors div span {
	padding: 1px 5px;
}
}


@media only screen and (max-width: 460px) {
.frame-text {
	padding: 10px;
}
.aerialnav li {
	display: block;
	text-align: center;
	margin: 5px 0;
}
.herospace {
	height: 80px;
}
.fpcenter a img {
	width: 100%;
}
}

@media only screen and (max-width: 440px) {
	.maptable.smalltext {
	font-size: 12px;
	line-height: 14px;
}
}


@media only screen and (max-width: 420px) {
.image-frame-content {
	height: 340px;
}
.frame-text {
	font-size: 12px;
	line-height: 14px;
	padding: 10px 12px;
}
.frame-text span {
	font-size: 14px;
}
}


@media only screen and (max-width: 400px) {
.aerialv-image {
	max-width: 100px;
	margin-top: 40px;
}
.wellbeingleft{
	padding:  10px;
}
.herospace {
	height: 80px;
}
.herospace.spec {
	height: 240px;
}
.floatimgcol {
	padding: 5px;
}
.dhighlight.one, .dhighlight.seven {
	top: 88%;
}
}


@media only screen and (max-width: 375px) {
.herospace {
	height: 120px;
}
.herospace.spec {
	height: 240px;
}
}


@media only screen and (max-width: 350px) {
.designarrows a.left {
	margin-left: 20px;
}
.designarrows a.right {
	margin-right: 20px;
}
.dhighlight.one, .dhighlight.seven {
	top: 85%;
}
.dtext {
	font-size: 14px;
	line-height: 18px;
}
.compass {
	bottom: 150px;
}
}


@media only screen and (max-width: 320px) {
.frame-text span {
	font-size: 12px;
}
}


@media only screen and (max-width: 300px) {
.frame-text span {
	font-size: 12px;
}
}


@media only screen and (max-height: 820px) {
.mainnav img {
	margin: 40px 0;
}
.mainnav ul li {
	margin-bottom: 50px;
}
.mainnav ul li a {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 15px;
}
}


@media only screen and (max-height: 730px) {
.mainnav ul li {
	margin-bottom: 30px;
}
.mainnav ul li a {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 12px;
}
.smnav {
	width: 150px;
}
.smnav div a {
	width: 30px;
	height: 30px;
}
}


@media only screen and (max-height: 550px) {
.mainnav ul li {
	margin-bottom: 20px;
}
.mainnav ul li a {
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 12px;
}
}


@media only screen and (max-width: 500px) {
.mainnav ul li {
	margin-bottom: 20px;
}
.mainnav ul li a {
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 12px;
}
.approach-text div {
	display: block;
	float: none;
	width: 100%;
}
.approach-text div.col1, .approach-text div.col2 {
	padding: 0;
}
.frame-image img {
	max-width: 70%;
}
}

@media only screen and (max-width: 320px) {
.maptable.smalltext th.hidden, .maptable.smalltext td.hidden {
	display: none;
}
}

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
.snav.loc {
	height: 180px;
}
}
