html { height:100%; }
body { height:100%; overflow:hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; background-color:#000000; }

/*@font-face {
    font-family: 'Acumin';
    src: url('fonts/acumin-variable-concept.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'Acumin Variable Concept';
    src: url('fonts/acumin/#/acumin.ttf') format('truetype'),
    	 url('fonts/acumin/#/acumin.otf') format('opentype'),
    	 url('fonts/acumin/#/acumin.woff') format('woff');
}

@font-face {
    font-family: 'Acumin Variable Concept Condens';
    src: url('fonts/acumin/acumin.ttf') format('truetype'),
    	 url('fonts/acumin/acumin.otf') format('opentype'),
    	 url('fonts/acumin/acumin.woff') format('woff');
}




#specifications_scrollarea_wrap, #specifications_scrollarea_wrap_mobile{overflow-y: scroll !important;overflow: -moz-scrollbars-vertical !important;}


#specifications_scrollarea_wrap2{overflow:hidden;}

#specifications_scrollarea_wrap::-webkit-scrollbar {
  width: 8px;               /* width of the entire scrollbar */
}

#specifications_scrollarea_wrap_mobile::-webkit-scrollbar {
	width: 8px;
}

#specifications_scrollarea_wrap::-webkit-scrollbar-track,
#specifications_scrollarea_wrap_mobile::-webkit-scrollbar-track {
  background: rgba(196, 196, 196, 0.2);  /* color of the tracking area */
}

#specifications_scrollarea_wrap::-webkit-scrollbar-thumb,
#specifications_scrollarea_wrap_mobile::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);    /* color of the scroll thumb */
  border-radius: 10px;       /* roundness of the scroll thumb */
  /*border: 3px solid orange;*/  /* creates padding around scroll thumb */
}

/* Specifications Description - table */
#specifications_description table, 
#specifications_description2 table {
	width: 99%;
	/*border: 1px solid #4472C4;*/	
	border: 1px solid rgba(68, 114, 196, 0.5);
	text-align: center;
}

#specifications_description table tr.th td, 
#specifications_description2 table tr.th td {
	border: 1px solid rgba(255, 255, 255, 0.5);
	background-color: #4472C4;
	color: #FFFFFF;
	font-weight: 600;
}

#specifications_description table td, 
#specifications_description2 table td {
	/*border: 1px solid #4472C4;*/
	border: 1px solid rgba(68, 114, 196, 0.5);
	height: 34px;
	font-size: 14px;
	font-weight: 600;
}

#specifications_description strong, 
#specifications_description2 strong {
	font-weight: 900;
}

#specifications_description table.left_table,
#specifications_description2 table.left_table {
	text-align: left;
}

#specifications_description table.left_table td,
#specifications_description2 table.left_table td  {
	padding: 10px;
	vertical-align: baseline;
}

#menu_cat_1 > div > div > div > div:before,
#menu_cat_2 > div > div > div > div:before,
#menu_cat_3 > div > div > div > div:before {
	content: "•";
    color: #D62128;
    margin:0 7px 0 -17px;
}


#breadcrumbs {
    background: linear-gradient(270deg, #515151 17.27%, #ACACAC 100%) !important;
}

#breadcrumbs_triangle {
    background: linear-gradient(45deg,#515151 31px,transparent 31px) !important;
}

@media (min-width: 1240px) {
	#breadcrumbs_triangle {
		background: linear-gradient(45deg,#515151 31px,transparent 31px) !important;
	}
}

@media (max-width: 1241px) {
	#breadcrumbs_triangle {
		background: linear-gradient(45deg,#515151 25px,transparent 25px) !important;
	}
}

#specifications_title span.separator {color: #CFCFCF;}
#specifications_title b {font-weight: 700;}

/* ============================================ */


div[style*="z-index: 2147483647"] > div > div:nth-last-child(1){display: none !important;}
div[style*="z-index: 2147483647"] > div > div:nth-last-child(2){display: none !important;}

#specifications_mobile #specifications_title span {font-size: 20px;}
#specifications_mobile #specifications_title span.middle {font-size: 18px;}
#specifications_mobile #specifications_title span.small {font-size: 16px; margin-left: -6px;}
#specifications_mobile #specifications_title span.extra_small {font-size: 14px; margin-left: -6px;}


#partition, #measurements, #staged {align: center;}

#partition_text, #partition_text_active,
#measurements_text, #measurements_text_active,
#staged_text, #staged_text_active {transform: none !important; bottom: 0 !important;}

/* ---------------------
------- EXPO 2.0 -------
--------------------- */

/* Menu left */
/*
#menu_left {
	overflow-y: scroll !important;
	overflow-x: hidden !important;
}

*/

#menu_left {
	position: absolute; 
	top: 0; 
	left: -372px; 
	width: 372px; 
	height: 100%; 
	background-color: #fff;
	z-index: 0;
}

#menu_left_logo {
	position: relative;
	top: 74px;
	left: 60px;
	width: 246px;
	height: 50px;
	cursor: pointer;
}

#menu_bottom_logo {
	position: absolute;
	bottom: 0;
	right: 0;
	pointer-events: none;
	z-index: -1;
}

#menu_left_container {

	width: 100%;
	height: 100%;
    direction:ltr;
	overflow-x: hidden;
	overflow-y: auto;
}

#menu_left_content {
	position: relative;
	top: 90px;
	left: 60px;
	color: #000;
	width: 300px;
	padding-bottom: 25px;
}

#menu_left_container::-webkit-scrollbar{
    width: 12px;
    border: 1px solid #000;
    padding: 2px 0;
    background-color: #404040;
}


#menu_left_container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #737272;
  border: 1px solid #000;
}

#menu_left_content .menu_parent h4 span{
	font-family: Open Sans;
	font-size: 22px;
	font-weight: 700;
	opacity: 0.7;
	cursor: default;
	margin-top: 20px;
	margin-bottom: 10px;
	user-select: none;
}

#menu_left_content .menu_child {
	cursor: pointer;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 600;
	margin-left: 30px;
	margin-bottom: 8px;
	user-select: none;
}

#menu_left_content .menu_child::before {
	cursor: default;
	content: '•';
	color: #D62128;
	margin: 0 7px 0 -17px;
}

#menu_left_content .menu_parent .map {
	cursor: pointer;
	width: 28px;
	height: 28px;
	position: relative;
	top: 5px;
	opacity: 1;
	left: 10px;
}

#krpanoSWFObject {
	/*z-index: 1;*/
	z-index: unset;
}

#krpanoSWFObject > div > div:nth-child(2) {
	/*z-index: 1;*/
	/*z-index: 5;*/
}

#krpanoSWFObject > div:nth-child(1) > div:nth-child(4) {
	display: none;
}

/* UPDATE FROM 2024-04-13 - VERSION 3.0 */
#splash {
	backdrop-filter: blur(1.5px);
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  /*cursor: pointer;*/
  position: absolute;
}

/*
#splash img[name="splash_default"] {
	background: url('images/splash.svg');
}

#splash img[name="splash_active"] {
	background: url('images/splash_hover.svg');
}
*/

#splash img{
	max-width: 67%;
	max-height: 62%;
	position: absolute;
	left: 50%;
  top: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

#splash img:nth-child(2){
	display: none;
}

#splash div[name="button"]{
	position: relative;
    /*background: red;*/
    /*border: 2px solid red;*/
    max-width: 23.1%;
    max-height: 12.7%;
    left: 50%;
    cursor: pointer;
    top: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    /*margin-left: 12.5%;
    margin-top: 8.5%;*/
    /*top: 34%;
    left: 50%;*/
}

/* style - MENU RIGHT */
/*
#menu_right_open,
#menu_right_close {
	display: none;
}
*/


#menu_right_open,
#menu_right_close {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 2;
	user-select: none;
}

#menu_right_close {
	display: none;
}

#menu_right_layer {
	background: #fff;
	position: absolute;
	height: 100%;
	left: 0;
	margin-left: -384px;
	top: 0;
	color: #000;
	/*font-family: 'Acumin', 'Helvetica', 'Arial', sans-serif;*/
	font-family: 'Acumin Variable Concept', 'Helvetica', 'Arial', sans-serif;
	/*font-family: 'Acumin Variable Concept Condens';*/
  text-transform: capitalize;
  font-weight: 700;
}

#menu_right_layer #menu_wrap {
	/*width: 289px;*/
	/*margin: 0 auto;*/
	width: 329px;
	margin-left: 49px;
	top: 156px;
	height: 300px;
	overflow: auto;
	position: relative;
}

/* width */
#menu_right_layer #menu_wrap::-webkit-scrollbar {
  width: 4px;
}

/* Track */
#menu_right_layer #menu_wrap::-webkit-scrollbar-track {
  background: #D9D9D9;
}

/* Handle */
#menu_right_layer #menu_wrap::-webkit-scrollbar-thumb {
  background: #000;
}

/* Handle on hover */
#menu_right_layer #menu_wrap::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#menu_wrap .menu_parent{
    padding-bottom: 12px;
}

#menu_wrap .menu_parent h4{
	font-size: 30px;
    cursor: pointer;
    margin: 0;
    /*padding: 8px 0;*/
    padding-bottom: 6px;
    font-weight: 700;
    padding-right: 75px;
}

#menu_wrap .menu_parent h4 span:after, #menu_wrap .menu_parent h4.active.grey span:after {
	background: url('images/menu_plus.svg');
	content: '';
	position: absolute;
    right: 20px;
    width: 32px;
    height: 32px;
}

#menu_wrap .menu_parent h4.grey span:after {
	background: url('images/menu_plus_disabled.svg');
	content: '';
	position: absolute;
    right: 20px;
    width: 32px;
    height: 32px;
}

#menu_wrap .menu_parent.opened h4 span:after, #menu_wrap .menu_parent.opened h4.active.grey span:after {
	background: url('images/menu_minus.svg');
	content: '';
	position: absolute;
    right: 20px;
    width: 32px;
    height: 32px;
}

#menu_wrap .menu_parent h4.grey{
	color: #B4B4B4;
}


#menu_wrap .menu_parent h4.active.grey{
	color: #000;
}

/* menu child */
#menu_wrap .menu_child {
	display: none;
	/*font-size: 20px;
	font-weight: bold;*/
	font-size: 24px;
	font-weight: 700;
	/*padding: 4px 0;*/
	padding: 10px 0;
	margin-left: 16px;
	line-height: 24px;
	cursor: pointer;	
  /*text-transform: uppercase;*/
  text-transform: capitalize;
}

#menu_wrap .menu_child:hover {
    margin-left: 39px;
    padding-left: 5px;
}

#menu_wrap .menu_child:hover::before {
	background: url('images/menu_arrow.svg');
	content: '';
	position: absolute;
    left: 14px;
    width: 24px;
    height: 24px;
    margin-top: -4px;
}

/*#menu_right_layer_footer {
	width: 100%;
    height: 64px;
    background: url('images/explore.svg');
    background-size: contain;
    position: absolute;
    bottom: 0;
}*/
#menu_right_layer_footer {
	user-select: none;
	width: 100%;
    height: 64px;
    position: absolute;
    bottom: 0;
}

#menu_footer_left {
	width: 64px;
    height: 64px;
    left: 0;
    background: url('images/explore_left.svg');
    background-size: contain;
}

#menu_footer_right {
	width: 64px;
    height: 64px;
    right: 0;
    bottom: 0;
    position: absolute;
    background: url('images/explore_right.svg');
    background-size: contain;
}

#menu_footer_text {
    height: 64px;
    width: 265px;
    left: 0;
    right: 0;
    background: url('images/explore_text.svg');
    background-size: contain;
    /*background: #1F00CC;
    color: #fff;*/
    position: absolute;
    bottom: 0;
    margin: 0 auto;

    background-repeat: repeat;
  background-position: 0 0;
  background-size: auto 100%;
/*adjust s value for speed*/
  animation: animatedBackground 200s linear infinite;


}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
/*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: -10000px 0;
  }
}

/*
#menu_footer_text span {
  transition: all 0.5s ease;
  animation: 3s linear 1s infinite running slidein;
  display: block;
}


@keyframes slidein {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}*/


@keyframes rotate {
  from {
    /*transform: rotate(360deg);*/
    transform: translateX(calc(-80px * 15));
  }
}


/* ########################## #03 - FOOTER */

#footer {
	position: absolute;
	background: #000;
	width: 100%;
	height: 90px;
	bottom: 0;

	font-display: swap;
	font-family: 'Acumin Variable Concept', 'Helvetica', 'Arial', sans-serif;;
}


/* ################ FOOTER -> NAV UPON ###################### */

#footer_nav {
	position: absolute;
	bottom: 90px;
	left: 0;
	width: 100px;
	height: 56px;
	background: #000;
}

#footer_nav:after {
    content: '';
    position: absolute;
    top: 0; right: -70px;
    border-top: 56px solid transparent;
    border-left: 70px solid black;
}

#footer_nav_span {
	display: inline-table;
	/*
	position: absolute;
	bottom: 90px;
	*/
	position: relative;
	bottom: 56px;
	font-size: 20px;
	left: 0;
	min-width: 110px;
	/*height: 56px;*/
	/*height: 38px;*/
	min-height: 56px;
	padding-top: 18px;
	background: #000;
	user-select: none;
	padding-left: 116px;

	/*animation-name: change-color;
  	animation-duration: 6s;*/
}


/*
@keyframes change-color {
  25% {
    color: #00A4BD;
  }
  50% {
    color: #FF7A59;
  }
  75% {
    color: #00BDA5;
  }
}
*/
#footer_nav_span:after {
    content: '';
    position: absolute;
    top: 0; /*right: -70px;*/right: -69px;
    border-top: 57px solid transparent;
    border-left: 70px solid black;
}

#footer_nav_span:before {
	/*display: none;*/
}

body.aerial #footer_nav_span:before {
    content: '';
    background: url('images/CaretRight.svg');
    position: absolute;
    top: 16px; left: 84px;
    width: 24px; height: 24px;
	display: block;
}	

#footer_nav_span .aerial{
	cursor: pointer;
	margin-left: -24px;
	color: #B8B8B8;
}

body.aerial #footer_nav_span .aerial{
	cursor: default;
	margin-left: 0;
	color: #fff;
}

/* footer nav span - after "Aerial" text */
#footer_nav_span .current_location {
	/*position: relative;
	left: 50px;*/
	margin-left: 40px;
}

#footer_nav_span .current_location:before {
    content: '';
    background: url('images/CaretRight.svg');
    position: absolute;
    top: 16px; left: 149px;
    width: 24px; height: 24px;
    background-size: contain;
}

body.aerial #footer_nav_span .current_location,
body.aerial #footer_nav_span .current_location:before {
	display: none;
}


/* ################ FOOTER -> LEFT SIDE ###################### */

#footer_left_icon_l {
	position: absolute;
    width: 90px;
    height: 90px;
    background-size: contain;
    background: url(images/icon_location.svg);
    background-size: contain;
    bottom: 0;
    left: 0;
}

#footer_left_title {
	display: inline-table;
	position: absolute;
	bottom: 0;
	left: 90px;
	min-width: 167px;
	/*height: 56px;*/
	height: 90px;
	/*padding-top: 18px;*/
	background: #1F00CC;
	user-select: none;
    
	/*padding-left: 116px;*/
}

#footer_left_title span {
	font-size: 32px;
	/*position: absolute;*/
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 64px 0 16px;

    display: block;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

#footer_left_title.long span {
	font-size: 24px;
}

#footer_left_title:after {
    content: '';
    background: url('images/icon_footer.svg');
    position: absolute;
    bottom: 13.47px; right: -47.5px;
    width: 95.45px; height: 76.54px;
}


/* ################ FOOTER -> MIDDLE PART ###################### */
#footer_center {
	position: absolute;

	width: 561px;
	height: 51px;

	right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);

    display: inline-flex;
    align-items: center;
    /*border: 1px solid white;*/
}

#footer_center #button_specifications {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #80D211;
	width: 169px;
	height: 44px;
	position: relative;
	border-radius: 4px;
	padding-top: 1px;

	display: inline-flex;
  	align-items: center;
	justify-content: center;
	cursor: pointer;
    user-select: none;
}

#footer_center #button_specifications.disabled {
	background-color: #B8B8B8;
	cursor: default;
}

.aerial #footer_center {
	display: none;
}

#footer_center #footer_functions {
	width: 320px;
	height: 100%;
	position: absolute;
	right: 0;
	/*border: 1px solid red;*/
	display: inline-flex;
}

#footer_functions > div {
	/*border: 1px solid blue;*/
	/*padding: 0px 18px;*/
	/*padding: 0px 10px;
    margin: 0px 7px;*/
    width: 33%;
    position: relative;
    align-content: end;
    cursor: pointer;
    margin-bottom: -7px;
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    user-select: none;
}

#footer_functions > div.disabled, #footer_functions > div.disabled:hover {
	color: #B8B8B8;
	cursor: default;
}

#footer_functions > div.active, #footer_functions > div:hover {
	color: #80D211;
}

#footer_functions > div:before {
	content: '';
	width: 32px;
	height: 32px;
	position: absolute;
	top: -2px;
}

#footer_functions #partition:before {
	background: url('images/partition.svg');
	background-size: contain;
}

#footer_functions #measurements:before {
	background: url('images/measurements.svg');
	background-size: contain;
}

#footer_functions #staged:before {
	background: url('images/staged.svg');
	background-size: contain;
}

#footer_functions #partition.disabled:before, #footer_functions #partition.disabled:hover:before {
	background: url('images/partition_disabled.svg');
	background-size: contain;
	background-size: cover;
}

#footer_functions #measurements.disabled:before, #footer_functions #measurements.disabled:hover:before {
	background: url('images/measurements_disabled.svg');
	background-size: contain;
}

#footer_functions #staged.disabled:before, #footer_functions #staged.disabled:hover:before {
	background: url('images/staged_disabled.svg');
	background-size: contain;
}

#footer_functions #partition.active:before, #footer_functions #partition:hover:before {
	background: url('images/partition_active.svg');
	background-size: contain;
}

#footer_functions #measurements.active:before, #footer_functions #measurements:hover:before {
	background: url('images/measurements_active.svg');
	background-size: contain;
}

#footer_functions #staged.active:before, #footer_functions #staged:hover:before {
	background: url('images/staged_active.svg');
	background-size: contain;
}

/* STAGED - SUBMENU: #1 - Banquet, #2 - Classroom, #3 - Theatre */

#footer_functions #staged_sub,
#footer_functions #partition_sub {
	display: block;
	position: absolute;
    width: 100px;
    height: auto;
    bottom: 85px;
    left: 28px;
    background: #000;
    box-shadow: black;
    font-weight: 500;
    border-radius: 2px;
    box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, .35);
    padding: 4px 0 4px 10px;
}

#footer_functions #staged_sub:before,
#footer_functions #partition_sub:before {
	content: '';
    position: absolute;
    left: 9px;
    bottom: -10px;
    border: 6px solid transparent;
    border-top: 5px solid black;
}

#footer_functions #staged_sub.hidden, #footer_functions #partition_sub.hidden {
	display: none;
}

#footer_functions #staged_sub span,
#footer_functions #partition_sub span {
    font-size: 12px;
    font-weight: 700;
    padding: 7px 0px 7px 21px;
    display: flex;
    color: #fff;
}

#footer_functions #staged_sub span.hidden {
	display: none;
}

#footer_functions #staged_sub span.active, #footer_functions #staged_sub span:hover,
#footer_functions #partition_sub span.active, #footer_functions #partition_sub span:hover {
	color: #80D211;
}
#footer_functions #staged_sub span:before, 
#footer_functions #staged_sub span.active:before,
#footer_functions #partition_sub span:before,
#footer_functions #partition_sub span.active:before {	
    content: '';
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    left: 8px;
}


#footer_functions #partition_sub span[name="1"]:before,
#footer_functions #partition_sub span[name="2"]:before {
	background: url('images/partition.svg');	
	background-size: cover;	
    width: 16px;
    height: 16px;
    margin-top: -2px;
}

#footer_functions #partition_sub span[name="1"].active:before,
#footer_functions #partition_sub span[name="1"]:hover:before,
#footer_functions #partition_sub span[name="2"].active:before,
#footer_functions #partition_sub span[name="2"]:hover:before{
	background: url('images/partition_active.svg');		
	background-size: cover;	
    width: 16px;
    height: 16px;
    margin-top: -2px;
}

#footer_functions #staged_sub span[name="b"]:before {	
	background: url('images/bottom_bar/staged_banquest.png');
	background-size: cover;
}

#footer_functions #staged_sub span[name="b"].active:before, #footer_functions #staged_sub span[name="b"]:hover:before {	
	background: url('images/bottom_bar/staged_banquest_active.png');
	background-size: cover;
}

#footer_functions #staged_sub span[name="c"]:before {	
	background: url('images/bottom_bar/staged_classroom.png');
	background-size: cover;
}

#footer_functions #staged_sub span[name="c"].active:before, #footer_functions #staged_sub span[name="c"]:hover:before {	
	background: url('images/bottom_bar/staged_classroom_active.png');
	background-size: cover;
}

#footer_functions #staged_sub span[name="l"]:before {	
	background: url('images/bottom_bar/staged_lounge.png');
	background-size: cover;
}

#footer_functions #staged_sub span[name="l"].active:before, #footer_functions #staged_sub span[name="l"]:hover:before {	
	background: url('images/bottom_bar/staged_lounge_active.png');
	background-size: cover;
}

#footer_functions #staged_sub span[name="t"]:before {	
	background: url('images/bottom_bar/staged_theatre.png');
	background-size: cover;
}

#footer_functions #staged_sub span[name="t"].active:before, #footer_functions #staged_sub span[name="t"]:hover:before {	
	background: url('images/bottom_bar/staged_theatre_active.png');
	background-size: cover;
}


/* ################ FOOTER -> RIGHT SIDE ###################### */


/* footer - icon "Singapore Expo" right */
#footer_right_icon {
	background: url('images/logo_singapore-expo.svg');
	position: absolute;
	bottom: 25%;
	right: 294px;
	width: 122px;
	height: 53px;
	background-size: contain;
}

#button_get_quote {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #EE41AC;
	width: 214px;
	height: 44px;
	position: relative;
	right: 50px;
	float: right;
	bottom: 50px;
	border-radius: 4px;

	display: inline-flex;
  	align-items: center;
	justify-content: center;
	cursor: pointer;
    user-select: none;
}


/* XX - DARK BACKGROUND */

#bg_dark {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
	background: #000;
	opacity: 0;
	display: none;
	/*pointer-events: none;*/
}

/* FOR DESKTOP */
/*@media (min-width: 800px) {*/
@media (orientation: landscape) {
	#menu_right_open,
	#menu_right_close {
		width: 74px;
		height: 72px;
		top: 67px;
		left: 48px;
	}

	#menu_right_layer {
		width: 384px;
        margin-left: -384px;
        z-index: 1;
	}

}

@media (orientation: landscape) {
	#splash img.h,#splash img.h_hover {display: initial;}
	#splash img.v,#splash img.v_hover {display: none;}

}

/* =========================================== */
/* ============ DESKTOP SMALLER ============== */
/* =========================================== */

@media (orientation: landscape) and (max-width: 1500px) {

	#footer {
		height: 70px;
	}

	#footer_left_icon_l {
		width: 70px;
		height: 70px;
	}

	#footer_left_title {
		left: 70px;
		height: 70px;
	}

	#footer_left_title:after {
		/*width: 74.24px;
		height: 59.53px;
		right: -37px;
		bottom: 10.5px;*/
		width: 74.24px;
        height: 58.53px;
        right: -37px;
        bottom: 11.5px;
		background-size: contain;
	}

	#footer_left_title span {
		font-size: 30px;
		top: 54%;
	}

	#footer_left_title.long span {
		font-size: 22px;
	}

	#footer_right_icon {
		bottom: 14%	;
	}

	#button_get_quote {
		bottom: 61px;
	}

	#footer_center {
		right: 49%;
	}

	#footer_center #button_specifications {
		margin-left: 10%;
	}

}


@media (orientation: landscape) and (max-width: 1365px) {
	#footer {
		height: 60px;
	}

	#footer_left_icon_l {
		width: 60px;
		height: 60px;
	}

	#footer_left_title {
		left: 60px;
		height: 60px;
	}

	#footer_left_title:after {
	  width: 61px;
    height: 49px;
    right: -32px;
    bottom: 11px;
		background-size: contain;
	}

	#footer_left_title span {
		font-size: 22px;
	}

	#footer_left_title.long span {
		font-size: 16px;
	}

	#footer_center #button_specifications {
		margin-left: 10%;
	}

	#footer_functions > div {
		width: 28%;
	}

	#footer_functions > div:before {
		width: 26px;
		height: 26px;
	}

	#footer_functions > div:before {
		top: 0;
	}

	#footer_functions > div {
		margin-bottom: 0;
	}


	#footer_nav_span {
		bottom: 56px;
		min-height: 39px;
	}

	#footer_center #button_specifications,
	#button_get_quote {
		font-size: 16px;
		width: 140px;
    height: 35px;
	}

	#button_get_quote {
		bottom: 44px;
	}

	#footer_right_icon {
		right: 250px;
    width: 93px;
    height: 42px;
    bottom: 13%;
	}

	#footer_functions > div {
		font-size: 14px;
		width: 26%;
		margin-bottom: 1px;
	}

	#footer_functions > div:before {
		width: 24px;
		height: 24px;
		top: 4px;
	}

}

@media (orientation: landscape) and (max-width: 1200px) {
	#button_get_quote {
		right: 22px;
	}

	#footer_right_icon {
		right: 180px;
	}

	#footer_center {
		right: 45%;
	}

	#footer_center #button_specifications {
		margin-left: 15%;
	}
}

@media (orientation: landscape) and (max-width: 1000px) {
	/*#button_get_quote {
		right: 22px;
	}

	#footer_right_icon {
		right: 180px;
	}

	#footer_center {
		right: 45%;
	}

	#footer_center #button_specifications {
		margin-left: 15%;
	}*/

	#footer_right_icon {
		display: none;
	}

	#footer {
		height: 50px;
	}

	#footer_left_icon_l {
		width: 50px;
		height: 50px;
	}

	#footer_left_title {
		height: 50px;
		left: 50px;
	}

	#footer_nav_span {
    bottom: 38px;
    min-height: 30px;
    padding-top: 13px;
  }

  body.aerial #footer_nav_span:before {
  	top: 10px;
  	left: 45px;
  	background-size: contain;
  	width: 18px;
  	height: 18px;
  }

  body.aerial #footer_nav_span .aerial {
  	margin-left: -40px;
  }

  #footer_left_title:after {
  	bottom: 1px;
  }

  #footer_nav_span {
  	font-size: 15px;
  }

  #footer_nav_span .aerial {
  	margin-left: -64px;
  }

  #footer_nav_span .current_location:before {
  	top: 12px;
    left: 102px;
    width: 16px;
    height: 16px;
    background-size: contain;
  }

  #footer_center #button_specifications, #button_get_quote {
  	font-size: 12px;
    width: 90px;
    height: 26px;
  }

  #footer_center #button_specifications {
  	margin-left: 25%;
  }

  #footer_center {
  	right: 35%;
  }

  #footer_functions {
  	width: 335px;
  }

  #footer_functions > div {
  	font-size: 10px;
    width: 20%;
    margin-bottom: 9px;
  }

  #button_get_quote {
  	bottom: 32px;
  }

  #footer_functions > div:before {
  	width: 18px;
    height: 18px;
    top: 9px;
  }

  #menu_right_close, #menu_right_open {
  	width: 44px;
    height: 44px;
    top: 24px;
    left: 24px;
  }

  #footer_left_title span {
  	font-size: 18px;
  }

	#footer_left_title.long span {
		font-size: 16px;
	}

  #menu_wrap .menu_parent h4 {
  	font-size: 26px;
  }

  #menu_wrap .menu_child {
  	font-size: 20px;
  	line-height: 18px;
  }

  #menu_right_layer #menu_wrap {
  	top: 120px;
  }

  #menu_wrap .menu_parent h4 span:after, #menu_wrap .menu_parent h4.active.grey span:after,
  #menu_wrap .menu_parent.opened h4 span:after, #menu_wrap .menu_parent.opened h4.active.grey span:after {
  	background-size: contain;
  	width: 26px;
    height: 26px;
    margin-top: -2px;
  }

  #menu_wrap .menu_parent h4.grey span:after {
		background-size: contain;
  	width: 26px;
    height: 26px;
    margin-top: -2px;
	}

}

@media (orientation: landscape) and (max-width: 800px) {


	#footer_left_title.long span {
		font-size: 12px;
	}
}

	/* =========================================== */
	/* =========== MOBILE - VERTICAL ============= */
	/* =========================================== */
	
	/* FOR MOBILE - VERTICAL */
@media (orientation: portrait) {

#splash img.h,#splash img.h_hover {display: none;}
#splash img.v,#splash img.v_hover, {display: initial;max-width:90%;max-height: 90%}

#splash img {
	max-width: 90%;
	max-height: 90%;
}

#splash div[name="button"] {
	max-width: initial;
	max-height: initial;
}

		#bg_dark {
			z-index: 1;
		}

		#menu_right_layer {
			z-index: 2;
		}

		#menu_right_close, #menu_right_open {
			z-index: 3;
		}

		#footer_center {
			position: static;
			transform: none;
			right: auto;
			height: 0px;
			width: 390px;
			bottom: 20px;
		}

		body.aerial #button_get_quote {
			display: inline-flex;
			right: 16px;
			bottom: 51px;
		}
		body.standard #button_get_quote {
			display: none;
		}

		body #footer_center #button_specifications {
			position: absolute;
			right: 16px;
			bottom: 23px;
			padding-top: 0;
			width: 214px;
		}

		body.aerial #button_specifications {
			display: none;
		}

		#menu_right_open,
		#menu_right_close {
			width: 56px;
			height: 56px;
			top: 25px;
			left: 16px;
		}

		#menu_right_layer {
			width: 100%;
      margin-left: -100%;
		}

		#footer_left_icon_r {
			left: 16px;
		}

		#footer_left {
			display: none;
		}

		#footer_right_icon {
			left: 16px;
		}

		#button_get_quote {
			right: 16px;
		}

		#menu_wrap .menu_child:hover::before {
			margin-top: 0px;
		}

		#footer_nav_span {
			padding-left: 80px;
		}

		#footer_nav_span .current_location:before {
			left: 113px;
		}


		.mobile #footer_functions > div span {
			display: none;
		}

		.mobile #footer_functions > div {
			width: 56px;
			height: 56px;
			background-color: rgba(0, 0, 0, .8);
			border-radius: 28px;
		}

		/*#footer_functions #partition.disabled:before, #footer_functions #partition.disabled:hover:before,
		#footer_functions #measurements.disabled:before, #footer_functions #measurements.disabled:hover:before,
		#footer_functions #staged.disabled:before, #footer_functions #staged.disabled:hover:before,*/
		#footer_functions #partition:before, #footer_functions #partition:hover:before,
		#footer_functions #measurements:before, #footer_functions #measurements:hover:before,
		#footer_functions #staged:before, #footer_functions #staged:hover:before {
			top: 12px;
		}

		#footer_center #footer_functions {
			display: inline-grid;
      justify-content: center;
      align-items: center;
			position: fixed;
      width: 56px;
      height: 200px;
      transform: translate(0, -50%);
      top: 50%;
      right: 17px;
		}

		.mobile.aerial #footer_nav_span:before {
			display: none;
		}

		/* STAGED SUB */
		#staged_sub {
			
		}

		#footer_functions #staged_sub, #footer_functions #partition_sub {
			display: block;
    	bottom: -4px;
    	left: auto;
    	right: 64px;
		}

		#footer_functions #staged_sub:before, #footer_functions #partition_sub:before {
			all: initial;
			
			content: '';
    	position: absolute;
    	/*left: 9px;
    	bottom: -10px;*/
    	border: 6px solid transparent;
    	/*border-top: 5px solid black;*/

			top: 50%;
			border-left: 5px solid black;
			right: -10px;
      margin-top: -6px;
		}
	
	}

@media (orientation: portrait) and (min-width: 400px) and (max-width: 450px) {
	#menu_wrap .menu_parent h4 {
		font-size: 24px;
    line-height: 22px;
	}

	#menu_wrap .menu_child {
		font-size: 22px;
		line-height: 18px;
	}

	#menu_wrap .menu_child:hover::before {
		margin-top: -5px;
	}


	#footer_nav_span {
		padding-left: 65px;
	}

	#footer_nav_span .current_location:before {
		left: 98px;
	}
}

@media (orientation: portrait) and (min-width: 360px) and (max-width: 400px) {
	#menu_wrap .menu_parent h4 {
		font-size: 22px;
    line-height: 20px;
	}

	#menu_wrap .menu_child {
		font-size: 20px;
		line-height: 16px;
	}

	#menu_wrap .menu_child:hover::before {
		margin-top: -5px;
	}

	#footer_nav_span {
		padding-left: 50px;
		font-size: 18px;
		bottom: 45px;
	}

	#footer_nav_span .current_location:before {
		left: 81px;
		top: 17px;
    width: 20px;
    height: 20px;
	}
}

@media (orientation: portrait) and (max-width: 360px) {

	#menu_wrap .menu_parent h4 {
		font-size: 20px;
    line-height: 18px;
	}

	#menu_wrap .menu_child {
		font-size: 18px;
		line-height: 12px;
	}

	#menu_wrap .menu_child:hover::before {
		margin-top: -7px;
	}

	#footer_nav_span {
		padding-left: 49px;
		font-size: 15px;
		bottom: 32px;
	}

	#footer_nav_span .current_location:before {
		left: 74px;
    top: 15px;
    width: 20px;
    height: 20px;
	}
}


#splash img.splash_hidden, .splash_hidden {
	display: none;
}
