.webgl-content * {border: 0; margin: 0; padding: 0; }
.webgl-content {

	margin: 100px auto 0 auto;
	width: 1280px;

}


/*
.webgl-content {position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
*/

.webgl-content .logo, .progress {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.webgl-content .logo {background: url('TemplateData/progressLogo.Light.png') no-repeat center / contain; width: 154px; height: 130px;}
.webgl-content .progress {height: 18px; width: 141px; margin-top: 90px;}
.webgl-content .progress .empty {background: url('TemplateData/progressEmpty.Light.png') no-repeat right / cover; float: right; width: 100%; height: 100%; display: inline-block;}
.webgl-content .progress .full {background: url('TemplateData/progressFull.Light.png') no-repeat left / cover; float: left; width: 0%; height: 100%; display: inline-block;}

.webgl-content .logo.Dark {background-image: url('TemplateData/progressLogo.Dark.png');}
.webgl-content .progress.Dark .empty {background-image: url('TemplateData/progressEmpty.Dark.png');}
.webgl-content .progress.Dark .full {background-image: url('TemplateData/progressFull.Dark.png');}

body {
	overflow: hidden;
}

.container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 38px;
	left: 0;
}
.footer {
	margin-top: 5px; 
	height: 38px; 
	line-height: 38px; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-size: 18px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,0.3);
} 

.footer .fullscreen {
	background: transparent; 
	margin: 0 auto; 
	padding: 0;
	text-align: center;
	display: block;
	height: 100%;
}

.footer .fullscreen:hover {
	opacity: 0.7;
	transition: opacity 0.25s;
}

.footer .fullscreen img {
	height: 100%;
	width: auto;
}

.noPortrait {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background: #822b2a;
	color: #fff;
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	text-align: center;
	box-sizing: border-box;
	padding: 1em;
	display: none;
}
.noPortrait img {
	height: 90%;
	width: auto;
}
@media screen and (orientation: portrait) {
	.noPortrait {
		display: block;
	}
}
