* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #030C22;
	overflow: hidden;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-touch-action: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-overflow-scrolling: none;
}

canvas {
	-ms-touch-action: none;
}

.BadOrientation {
	background-image: url( 'assets/preloader/rotateDevice.png' );
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: fixed;
	height: 100%;
	width: 100%;
}

.BadOrientation--Portrait {}

.BadOrientation--Landscape {
	-ms-transform: rotate( 90deg );
	-webkit-transform: rotate( 90deg );
	transform: rotate( 90deg );
}

#iOS7HelperOverlay {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 1;
	margin: -80px 0 0 0;
}