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

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

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

@font-face {
	font-family: 'instruction';
	src: url('../fonts/roboto-medium-webfont.eot');
	src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
	url('../fonts/roboto-medium-webfont.woff') format('woff'),
	url('../fonts/roboto-medium-webfont.ttf') format('truetype'),
	url('../fonts/roboto-medium-webfont.svg#roboto-boldbold') format('svg');
	font-weight: 500;
	font-style: normal;
}


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

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #bfb9f3;
	overflow: hidden;
}

body {
	font-family: 'roboto', sans-serif;
	color: #fff;
}

* {
	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;
}

a, br, strong {
	position: relative;
}

a {
	color: #000;
}

.fade-bottom {
	-webkit-mask-image: -webkit-gradient(linear, left 85%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}

.fade-logo {
	-webkit-animation: wipe 7s infinite;
	-webkit-animation-direction: alternate;
	-webkit-mask-size: 1000px 1000px;
	-webkit-mask-image: url('../images/common/logo-mask.png');
}

@-webkit-keyframes wipe {
	0% {
		-webkit-mask-position: -500px 0;
	}
	100% {
		-webkit-mask-position: 0px 0;
	}
}