.fullscreen { float: right; position: relative; z-index: 10; }

.unity-template {}

.unity-template .canvas-wrap {
	position: relative;
	margin: 0 0 10px 0;
	z-index: 9;
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.2);
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
	width: 100%;
}

.canvas-wrap .game-canvas { 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	left: 0px; 
	top: 0px; 
}

.game-canvas canvas { 
	position : absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.canvas-wrap .loadingBox {
  	position: absolute;
  	width: 100%;
  	height: 100%;
   	left: 0px;
	top: 0px;
	text-align: center;
  	z-index: 10;
}

.canvas-wrap .logo {
  	position: absolute;
 	width: 100%;
  	text-align: center;
  	top: 15%;
  	z-index: 10;
}

.canvas-wrap .autorun {
  	position: absolute;
  	width: 100%;
  	top: 50%;
  	text-align: center;
  	z-index: 11;
}

.canvas-wrap .background {
 	position: absolute;
	width: 100%;
  	height: 100%;
    left:0px;
  	top: 0px;
  	z-index: 8;
}

.canvas-wrap .spinner {
  	position: absolute;
	width: 100%;
  	top: 60%;
  	text-align: center;
  	z-index: 10;
}

.canvas-wrap .bgBar {
  	position: absolute;
  	width: 200px;
	margin-left: -100px;
  	top: 50%;
	left: 50%;
  	height: 3px;
  	display: block;
  	background-color: #333;
  	z-index: 10;
}

.canvas-wrap .progressBar {
  	position: absolute;
  	margin-left: -100px;
  	left: 50%;
	top:50%;
  	width: 0px;
  	height: 3px;
  	background-color: white;
  	border-radius: 3px;
  	z-index: 10;
}

.canvas-wrap .bgBar {
  	border-radius: 2px;
  	z-index: 10;
}

.canvas-wrap p.loadingInfo {
  	position: absolute;
  	color: #666;
  	letter-spacing: 1px;
  	width: 100%;
  	top: 51%;
	text-transform: uppercase;
  	text-align: center;
  	font-size: 15px;
  	z-index: 10;
}

.unity-template p.title {
  	color: #666;
  	font-size: 20px;
  	width: 100%;
  	display: inline;
  	z-index: 10;
}