html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #f2f2f2;
	overflow: hidden;
	font-family: 'Arial', sans-serif;
}

h1, h2, h3, h4, h5 {

	font-family: 'Arial', sans-serif;
	text-transform: uppercase;
	margin-top:0;

}

header, footer {
	background-color: #000000;
	color: #ffffff;
	height: 60px;
	width: 100%;
	text-align: center;
	font-size:0;
	position: relative;
}

header img, footer img {
	max-height:120px;
	max-width: 100%;
}

header img{
	position: absolute;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
}

header > h1 {
	font-size: 24px;
	line-height: 30px;
	margin: 15px auto;
	display: inline-block;
}

footer > a {
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	margin: 20px 10px;
	display: inline-block;
	text-decoration: none;
}

main {
	width: 100%;
	height: 100%;
	background-color: #000000;
	overflow: hidden;
	position: relative;
	/* background-image: url(preloader.gif); */
	background-repeat: no-repeat;
	background-position: center;
}

main > img {
	position: absolute;
	opacity: 0;
}

#lastBackground {
	top: 50%;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	transform: translate(-50%, -50%) scale(1,1);
	transition: all 1s;
	z-index: 1;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
}

#lastBackground {
	z-index: 1;
}

#SimulationURL {
	z-index: 2;
}

#tile {
	z-index: 4;
	transform: rotateY(0deg) translate(0,0);
	transition: all 1.5s, opacity 0.5s;
	transform-origin: center;
	clip-path: inset(0px 0px);
	-webkit-transform-style: preserve-3d;
	opacity: 1;
	position: absolute;
	background-size: cover;
	background-color: #ffffff;
}

#mainimg {
	top: 0;
	left: 0;
	z-index: 3;
	transform: rotateY(0deg) translate(0,0);
	opacity: 1;
	transition: all 1.5s, opacity 0.5s;
	border: 0px solid #ffffff;
	box-sizing: border-box;
	transform-origin: center;
	clip-path: inset(0px 0px);
	-webkit-transform-style: preserve-3d;
	position: absolute;
	background-size: cover;
	background-color: #ffffff;
	height: 100%; 
	width: 100%; 
	object-fit: contain;
}

#vencont {
	position: absolute;
	z-index: 3;
	perspective: 2000px;
	opacity: 0;
}

div[id^="venb_"] {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	transform-origin: left top; 
	transition: all 1s;
	backface-visibility: hidden;
	height: 100%;
	opacity: 0;
}

div[id^="venb_"].up {
	transform: translateZ(0) rotateY(-90deg) !important;
}

div[id^="venb_"].up.open {
	transform: translateZ(0) rotateY(0deg) !important;
	opacity: 1;
}

#imgpreloadcont {
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.hideNotification{

	transition: all 500ms;
	height: 0 !important;
	padding:0 !important;
	opacity: 0 !important;

}

.hideNotification > * {

	transition: all 500ms;
	opacity: 0 !important;

}

#info{

	position: absolute;
	left:25px;
	width:30vw;
	z-index: 6;

}

.notification {

	position: relative;
	margin-top:30px;
	color:#fff;
	height: auto;
	padding:2em;
	opacity: 0.95;
	transition: all 500ms;
	
}

.notification > * {

	opacity: 1;
	transition: all 500ms;

}

.notification h3 {

	text-transform: uppercase;

}

.notification button{

	background: #000000;
	font-family: 'Arial', sans-serif;
	padding:0.5em 1em;
	text-transform: uppercase;
	color:#ffffff;
	border: 0;
	font-size: 1.2em;

}

.info{

	background-color:#00BEE9;

}

.danger{

	background-color:#e00b67;

}

.close-btn {

	position: absolute;
	top:5px;
	right: 10px;
	left: auto;
	background:none !important;
	color:#fff;
	border:0;
	font-size:2em !important;
	padding:0 !important;

}