@charset "UTF-8";
/** @author ivanmoreno **/

html, body {
	margin:0px;
	background-color: #111;
	overflow: hidden;
	font-size: 0.9em;
	font-family: 'Fjalla One', sans-serif;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #111;
}

#viewport {
	position: absolute;
	z-index: 1;
}

#progressBG {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	background-color: #111;
	opacity: 1.0;
}

#progress {
	width: 160px;
	height: 100px;
	position: absolute;
	z-index: 6;
	top: 50%;
	left: 50%;
	-webkit-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-o-transform: translate( -50%, -50% );
	transform: translate( -50%, -50% );
	opacity: 0.0;
	color: #dbdbea;
	font-size: 1.0em;
	text-align: center;
	pointer-events: none;
}

#progress img {
	position: absolute;
	z-index: 6;
}

#credits {
	position: fixed;
	bottom: 20px;
	text-align: center;
	width: 100%;
}

.t1, a {
	margin-bottom: 0px;
	color: #9be5ff;
	text-decoration: none;
}

a:hover {
	color: #008bbc;
}

.t2 {
	margin-top: 4px;
	font-size: 3.8em;
	color: #9be5ff;
}

.t3 {
	margin-top: 3px;
	font-size: 1.05em;
	color: #9be5ff;
	left: 0px;
}

.t4 {
	font-size: 1.0em;
	display: inline-block;
}

#barBG {
	width: 150px;
	height: 5px;
	background-color: #474D56;
	top: 60px;
	left: 5px;
	z-index: 3;
	position: absolute;
}

#imageBar {
	width: 0px;
	height: 5px;
	background-color: #9be5ff;
	top: 60px;
	left: 5px;
	z-index: 4;
	position: absolute;
}

#modelsBar {
	width: 0px;
	height: 5px;
	background-color: #9be5ff;
	top: 60px;
	left: 75px;
	z-index: 4;
	position: absolute;
}


ul {
	position: relative;
	width: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li {
	position: relative;
	height: 50px;
	line-height: 50px;
	background-image: -webkit-linear-gradient( -90deg, #ababac, #d2d2de );
	background-image: -moz-linear-gradient( -90deg, #ababac, #d2d2de );
	background-image: -o-linear-gradient( -90deg, #ababac, #d2d2de );
	background-image: -ms-linear-gradient( -90deg, #ababac, #d2d2de );
	background-image: linear-gradient( -90deg, #ababac, #d2d2de );
	font-size: 0.88em;
	color: #000;
	text-align: center;

	-webkit-transform: translateZ( 0px );
	   -moz-transform: translateZ( 0px );
	    -ms-transform: translateZ( 0px );
	     -o-transform: translateZ( 0px );
	        transform: translateZ( 0px );
}

ul li:hover {
	cursor: pointer;
	background-image: -webkit-linear-gradient( -90deg, #d2d2de, #d2d2de );
	background-image: -moz-linear-gradient( -90deg, #d2d2de, #d2d2de );
	background-image: -o-linear-gradient( -90deg, #d2d2de, #d2d2de );
	background-image: -ms-linear-gradient( -90deg, #d2d2de, #d2d2de );
	background-image: linear-gradient( -90deg, #d2d2de, #d2d2de );
}


#gui_controls {
	position: absolute;
	right: -218px;
	top: 0px;
	z-index: 10;
	height: 100%;
	overflow-y: scroll;
/*	max-height: 100%;
*/	background-image: -webkit-linear-gradient( -90deg, #787878, #d2d2de );
	background-image: -moz-linear-gradient( -90deg, #787878, #d2d2de );
	background-image: -o-linear-gradient( -90deg, #787878, #d2d2de );
	background-image: -ms-linear-gradient( -90deg, #787878, #d2d2de );
	background-image: linear-gradient( -90deg, #787878, #d2d2de );
}

.titles {
	background-color: #040404;
	position: relative;
	padding-left: 16px;
	height: 50px;
	line-height: 50px;
	font-size: 0.88em;
	color: #fff;
	cursor: default;
}

#menuButton {
	position: absolute;
	width: 104px;
	height: 50px;
	line-height: 50px;
	background-color: #d2d2de;
	color: #000;
	cursor: default;
	text-align: center;
	right: -2px;
	bottom: 10px;
	z-index: 4;
	font-size: 1.03em;
}

#menuButton:hover {
	cursor: pointer;
}

#bottomLeftMenu {
	position: absolute;
	z-index: 3;
	left: 0px;
	bottom: 5px;
	width: 70px;
	height: 30px;
}

#topLeftMenu {
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 5px;
	width: 170px;
	height: 30px;
}

.guiButton {
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: default;
	z-index: 8;
}

.guiButton img {
	width: 160px;
	height: 70px;
}

.guiButton:hover {
	cursor: pointer;
}