@charset "utf-8";

body {
	background-color: black;
	margin: 0px;
	overflow: hidden;
	cursor: move;
}

#container {
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 10;
}

#loadimage {

	position: fixed;
	top: 25%;
	left: 0px;
	padding: 10px 10px 10px 10px;
	width: 100%;
	height: 100%;
	z-index: 1;
    display: block;
    margin: auto;
	text-align: center;
}

#menubar {
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: #222222;
	opacity: 0.9;
	display: table;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	cursor: default;
	z-index: 1;
}

#home {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
	z-index: 1;
	cursor: pointer;
	opacity: 1;
}

#fullscreen {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
	z-index: 1;
	cursor: pointer;
	opacity: 1;
}

#playpause {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
	z-index: 1;
	cursor: pointer;
	opacity: 1;
}

#cardboard {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
	opacity: 1;
	z-index: 1;
	cursor: pointer;
	visibility: visible;
}

#content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	opacity: 0;
}

#closebutton {
	text-align: right;
	position: fixed;
	top: 13px;
	right: 13px;
	z-index: 2;
}

#showroomtitle {
	position: fixed;
	bottom: 15px;
	left: 10px;
	width: 80%;
	height: 52px;
	z-index: 1;
	color: #ffffff;
	font-size: 3em;
	font-weight: bold;
	font-family: Helvetica;
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #696969, 0 3px 0 #555, 0 4px 0 #393939, 0 5px 0 #222, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
	opacity: 0;
}

#stats {
	position: absolute;
	top:0;
	left: 0
}  

#gui {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 1;
	opacity: 0.9;
	cursor: default;
}

#progress {
	width: 100%;   	
	position: fixed;
	bottom: 0px;
	z-index: 1;
}

#bar {
	height: 10px;
	background-color: #ffc800;
	width: 0%;
}