html {
	background-color: black;
	font-size:16px
}

@font-face {
	font-family:xolight;
	src:url(Assets/Fonts/xo-light-webfont.eot);
	src:url(Assets/Fonts/xo-light-webfont.eot?#iefix) format("embedded-opentype"),url(Assets/Fonts/xo-light-webfont.woff2) format("woff2"),url(Assets/Fonts/xo-light-webfont.woff) format("woff"),url(Assets/Fonts/xo-light-webfont.ttf) format("truetype"),url(Assets/Fonts/xo-light-webfont.svg#xolight) format("svg");
	font-weight:400;
	font-style:normal
}

body {
	background-color: black;
	margin:0;
	overflow:hidden
}

#WebGLMessage {
	visibility: hidden;
	z-index:-1;
	position:fixed;
	top: 20%;
	width:100%;
	display:block;
	font-family:xolight;
	font-size:2.5vmax;
	text-align: center;
	color: white;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

#timer {
	z-index:20;
	position:fixed;
	bottom:0%;
	width:100%;
	display:block;
	-webkit-appearance:none;
	-moz-appearance:none;
	background-color:transparent;
	border:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

#timer::-webkit-progress-bar {
	z-index:20;
	position:fixed;
	bottom:0%;
	width:100%;
	background:0 0;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	user-select:none
}

#timer::-webkit-progress-value {
	z-index:20;
	position:fixed;
	bottom:0%;
	height:2%;
	background-color:#fff;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	user-select:none
}

#timer::-moz-progress-bar {
	z-index:20;
	position:fixed;
	bottom:0%;
	width:100%;
	background-color:#fff;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

#Cursor {
	z-index:20;
	visibility:hidden;
	position:fixed;
	border-radius:50%;
	height:5vmax;
	width:5vmax;
	border-style:solid;
	border-width:.2vmax;
	border-color:#fff;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

#ActiveCursor {
	z-index:20;
	visibility:hidden;
	position:relative;
	top:1.25vmax;
	left:1.25vmax;
	border-radius:50%;
	height:2.5vmax;
	width:2.5vmax;
	background-color:#fff;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

#Dial {
	z-index:20;
	visibility:hidden;
	position:fixed;
	height:20vmax;
	width:20vmax;
	-webkit-animation:rotating 5s linear infinite;
	-moz-animation:rotating 5s linear infinite;
	-ms-animation:rotating 5s linear infinite;
	-o-animation:rotating 5s linear infinite;
	animation:rotating 5s linear infinite;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

@-webkit-keyframes rotating {
0% {
	-webkit-transform:rotate3d(0,0,1,0deg)
}

25% {
	-webkit-transform:rotate3d(0,0,1,90deg)
}

50% {
	-webkit-transform:rotate3d(0,0,1,180deg)
}

75% {
	-webkit-transform:rotate3d(0,0,1,270deg)
}

100% {
	-webkit-transform:rotate3d(0,0,1,360deg)
}
}

@keyframes rotating {
from {
	-ms-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg)
}

to {
	-ms-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg)
}
}

#DialTarget {
	z-index:20;
	display:block;
	position:absolute;
	right:-2.4vmax;
	bottom:-6.2vmax;
	border-radius:50%;
	height:6vmax;
	width:6vmax;
	border-style:solid;
	border-width:.2vmax;
	border-color:#fff;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

#Circle {
	z-index:20;
	position:fixed;
	visibility:hidden;
	border-radius:50%;
	height:10vmax;
	width:10vmax;
	display:block;
	border-style:solid;
	border-width:.2vmax;
	border-color:#fff;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

#OrientationScreen {
	visibility: hidden;
	z-index: 500;
	position:fixed;
	width: 100%;
	height: 100%;
	display: inline-block;
	background-color: rgba(10, 20, 30, 0.5);
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

#OrientationMessage {
	font-family:xolight;
	font-size:2.5vmax;
	display:table-cell;
	color:#fff;
	z-index:100;
	text-align:center;
	vertical-align:middle;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

#TextContainer {
	visibility:hidden;
	position:fixed;
	display:table;
	width:100%;
	height:100%
}

#Text {
	font-family:xolight;
	font-size:2.5vmax;
	display:table-cell;
	color:#fff;
	z-index:100;
	text-align:center;
	vertical-align:middle;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

#FocusBox {
	visibility:hidden;
	position:fixed;
	left:12.5%;
	bottom:8vmax;
	height:10vmax;
	width:75%
}

#FocusLine {
	position:fixed;
	bottom:13vmax;
	height:0;
	width:75%;
	border-style:solid;
	border-width:.1vmax;
	border-color:#fff
}

#FocusCenter {
	position:fixed;
	left:50%;
	bottom:9.5vmax;
	height:7vmax;
	width:0;
	border-style:solid;
	border-width:.1vmax;
	border-color:#fff
}

#FocusCircle {
	z-index:20;
	position:fixed;
	visibility:hidden;
	border-radius:50%;
	height:6vmax;
	width:6vmax;
	bottom:9.8vmax;
	display:block;
	border-style:solid;
	border-width:.2vmax;
	border-color:#fff;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}