@font-face {
	font-family: 'Magorian';
	src: url('../fonts/MagorianSmart.eot');
	src: url('../fonts/MagorianSmart.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MagorianSmart.woff') format('woff'),
		url('../fonts/MagorianSmart.ttf') format('truetype'),
		url('../fonts/MagorianSmart.svg#MagorianSmart') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.eot');
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Regular.woff') format('woff'),
		url('../fonts/Roboto-Regular.ttf') format('truetype'),
		url('../fonts/Roboto-Regular.svg#Roboto-Medium') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoMed';
	src: url('../fonts/Roboto-Medium.eot');
	src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Roboto-Medium.woff') format('woff'),
	url('../fonts/Roboto-Medium.ttf') format('truetype'),
	url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: 'Magorian';
    background: #000;
}

.load-flame {
	animation-name: rotate;
	animation-duration: 1s;
	animation-timing-function: steps(26);
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}

@keyframes rotate {
	from { transform: translateX(0px); }
	to { transform: translateX(-5200px); }
}

* {
	position: absolute;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
}

#Stage.crs {
    cursor: url('../images/ui/cursor.png') 16 16, auto;
}

.clearfix {
	overflow: auto;
	zoom: 1;
	position: relative;
}

#DisplayAccessibility {
	padding-top: 5px;
}

#DisplayAccessibility div, #DisplayAccessibility button {
	position: relative;
	display: inline-block;
	user-select: auto;
	-moz-user-select: auto;
	-webkit-user-select: auto;
	-o-user-select: auto;
	-ms-user-select: auto;
}

br {
	position: relative;
	display: inline-block;
}