* {
	--color-light-gold: #e0b481;
}

body {
	background-color: black;
}

main {
	width: 100vw;
	/* height: calc(100% - 120px); */
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	overflow: hidden;
	padding: 60px 0;
	margin: 0;
}

.leftSide,
.rightSide {
	position: relative;
	z-index: 1;
	display: block;
	padding: 0;
	max-height: 100%;
	overflow-y: auto;
}

.leftSide {
	width: 33%;
	padding: 0 2% 0 5%;
	z-index: 2;
	opacity: 0;
	transform: translateX(-200px);
	transition: opacity 0.3s ease, transform 1s ease;
}

.rightSide {
	width: 67%;
	/* width: 100%; */
	height: 100%;
	padding: 0 5% 0 2%;
	z-index: 1;
}

.animatedChildrens>div {
	transform: scale(0.5);
	/* transition: transform 0.5s ease; */
	opacity: 0;
	transition: all 0.5s ease;
}




.pageBg {
	z-index: 0;
}

.divider {
	height: 20px;
}

.divider10 {
	height: 10px;
}
.divider30 {
	height: 30px;
}
.divider40 {
	height: 40px;
}
.divider50 {
	height: 50px;
}










/* Pages Layout */
.col1,
.col2,
.col3,
.col4 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	height: 100%;
	/* align-items: center; */
	justify-content: center;
	align-items: flex-start;
	align-content: center;
}
.col1 > div , .col2 > div , .col3 > div , .col4 > div{
position: relative;
box-sizing: border-box;
text-align: center;
	padding: 40px;
}
.col1>div {
	width: 100%;
	text-align: left;
}

.col2>div {
	width: 50%;
}
.col2.perth-btr>div {
	height: 50%;
}
.col3>div {
	width: 33%;
}

.col4>div {
	width: 25%;
	padding: 20px;
}


/* Pages Layout */




/* Close Page Blinds */
.blindsScreenNext,
.blindsScreenPrev {
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	position: absolute;
	z-index: 1000;
	transform: scaleX(0%);
	transition: all 1.5s ease;
	transform-origin: right;
}

.blindsScreenPrev {
	transform-origin: left;
}

.blindsScreenVisible {
	transform: scaleX(100%);
}

.verticalScreenLocker {
	position: absolute;
	color: white;
	text-transform: uppercase;
	font-size: 2vh;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	z-index: 100000;
	display: none;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.verticalScreenLocker>div {
	position: relative;
	text-align: center;
}

/* Close Page Blinds */


/* Headers */
h1 {
	/* font-size: 43px; */
	font-size: max(4vmin, 14px);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1em;
	margin: 10px 0;
	text-align: left;
	padding: 0;
}

h2 {
	font-size: 21px;
	font-size: max(2.5vmin, 12px);
	font-style: normal;
	font-weight: 100;
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: left;
	padding: 32px 0;
	margin: 32px 0;
	border-top: 1px solid var(--color-light-gold);
	border-bottom: 1px solid var(--color-light-gold);
	background: rgba(0, 0, 0, 0.01);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	color: #fff;
	display: inline-block;
	text-transform: none;
}



h4,
h5 {
	color: #E0B481;
	font-size: 22px;
	font-size: 1.1vw;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
	transition: all 0.2s ease;
}

h5 {
	font-size: 48px;
	font-size: 3vw;
	text-transform: none;
}
/* Headers */

.floorPlanSkinElement{
	top:calc(var(--footerHeight) * -1)!important;
}
.floorPlanContainer{
	height:min(300px, calc(100vh - var(--footerHeight))) !important;
	width:min(300px, calc(100vh - var(--footerHeight))) !important;
}

.floorPlanContainerBig{
	height:calc(100vh - var(--footerHeight) - var(--headerHeight)) !important;
	width:calc(100vh - var(--footerHeight) - var(--headerHeight)) !important;
}











.bigFont {
	/* font-size: 24px; */
	font-size: 1.4vw;
}


.smallFont {
	/* font-size: 24px; */
	font-size: min(1vw, 12px);
	line-height: 1.2em;
}
