html, body {
	margin: 0;
	padding: 0;
	font-family: "TM74";
	font-weight: normal;
	font-style: normal;
	font-size: 32px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 100%;
    height: 100%;
	overflow: visible;
	background-color: rgba(26,77,88,1);
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-touch-callout: none; 
	-webkit-user-select: none;   
	-khtml-user-select: none;    
	-moz-user-select: none;     
	-ms-user-select: none;      
	user-select: none;
	
	font-weight: normal;
	font-style: normal;
	
}
img {
	border: none;
}
.wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	text-align: center;
	pointer-events: none;
}
.header {
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 60px;
	text-align: center;
}
.header > h1 {
	margin: 0;
	padding: 30px 0 0 0;
}
.css-light {
	position: absolute;
	left: 0;
	top: 180px;
	width: 85px;
	/*height: 33px;*/
	z-index: 999999;
	-webkit-touch-callout: all;
	-webkit-user-select: auto; 
	-khtml-user-select: auto;     
	-moz-user-select: auto;      
	-ms-user-select: auto;       
	user-select: auto;
	pointer-events: all;
}
.css-light img {
	width: 100%;
}
.board {
	position: fixed;
	width: 600px;
	height: 600px;
	left: 50%;
	top: 270px;
	margin-left: -300px;
	margin-top: -300px;
	background: transparent url("img/tracks.png") top left no-repeat;
	background-size: cover;
	background-color: rgba(26,77,88,1);
	z-index: 0;
	-moz-transform: scale(.5,.5);
	-webkit-transform: scale(.5,.5);
	transform: scale(.5,.5);
}
#player {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	top: 0;
	background: #fff;	
}
.dot {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #000;
}
#dot-1 {
	left: 520px;
	top: 40px;
}
#dot-2 {
	left: 520px;
	top: 520px;
}
#dot-3 {
	left: 200px;
	top: 480px;
}
#dot-4 {
	left: 40px;
	top: 220px;
}
#dot-5 {
	left: 200px;
	top: 240px;
	background: transparent url("img/bomb.png") left top no-repeat;
	background-size: contain;
}
#dot-6 {
	left: 280px;
	top: 120px;
}
#dot-7 {
	left: 360px;
	top: 240px;
}
#dot-8 {
	left: 280px;
	top: 360px;
}
#dot-9 {
	left: 440px;
	top: 440px;
	background: transparent url("img/newlife.png") left top no-repeat;
	background-size: contain;
}
@keyframes animatedBrake {
	from { background-position: 0 0; }
	to { background-position: 0 -10px; }
}
.brake {
	width: 40px;
	height: 40px;
	background: transparent url("img/brake_bg.png") left top;
	background-size: 40px 40px;
	background-position: 0px 0px;
	background-repeat: repeat-y;

	animation: animatedBrake .4s linear infinite;
	overflow: hidden;
}
#dot-10 {
	position: absolute;
	left: 400px;
	top: 80px;
	/*background: transparent url("img/brake_bg.png") left top no-repeat;
	background-size: contain;*/
}
#done {
	position: absolute;
	width: 320px;
	height: 40px;
	left: 50%;
	top: 100%;
	margin-left: -160px;
	margin-top: -45px;
	text-align: center;
	opacity: 0;
}


/* slides */

.slides {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	
}
.slide {
	position: absolute;
	width: 100%;
	height: 350px;
	left: 0;
	top: 50%;
	margin-top: -175px;
	text-align: center;
	padding: 0px 20px;
}
#slide-1 {
	opacity: 1;
	width: 380px;
	top: 640px;
	left: 50%;
	margin-left: -190px;
	pointer-events: all;
	
}
#slide-1 img {
	width: 150px;
}
#slide-2 {
	opacity: 0;
	display: none;
}
#slide-3 {
	opacity: 0;
	display: none;
}
#slide-3 img {
	width: 100%;
	max-width: 300px;
}
#slide-4 {
	opacity: 0;
	display: none;
	margin-top: -130px;
}
#slide-4 img {
	width: 100%;
	max-width: 800px;
}
#slide-4-2 {
	opacity: 0;
	display: none;
	margin-top: -250px;
}
#slide-4-2 img {
	width: 100%;
	max-width: 300px;
}
#slide-5 {
	opacity: 0;
	z-index: 999999;
	display: none;
}
.slides a {
	color: #fff;
	pointer-events: all;
	cursor: pointer;
}
.slides a:hover {
	color: #000;
}
.call-to {
	
}
.content {
	display: block;
	height: 5500px;
	z-index: 999998;
	pointer-events: none;
}

.bubble-1 {
	position: absolute;
	width: 147px;
	height: 57px;
	left: 45px;
	top: 150px;
	background: transparent url("img/bubble_avoid.png") top left no-repeat;
	background-size: contain;
	opacity: 0;
}
.bubble-2 {
	position: absolute;
	width: 147px;
	height: 78px;
	left: 330px;
	top: 490px;
	background: transparent url("img/bubble_xtralife.png") top left no-repeat;
	background-size: contain;
	opacity: 0;
}
.bubble-3 {
	position: absolute;
	width: 197px;
	height: 58px;
	left: 40px;
	top: 170px;
	background: transparent url("img/bubble_destroy.png") top left no-repeat;
	background-size: contain;
	opacity: 0;
}
.bubble-4 {
	position: absolute;
	width: 120px;
	height: 77px;
	left: 400px;
	top: 130px;
	background: transparent url("img/bubble_slowdown.png") top left no-repeat;
	background-size: contain;
	opacity: 0;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
}
.logo-tm74 {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 20px;
	bottom: 20px;
	background: transparent url("img/tm74_tiny.png") top left no-repeat;
	background-size: contain;
	z-index: 999999;
}
.logo-xray3 {
	position: absolute;
	width: 34px;
	height: 30px;
	right: 20px;
	bottom: 20px;
	background: transparent url("img/xraylogo.png") top left no-repeat;
	background-size: contain;
	z-index: 999999;
}
.logo-itunes {
	position: absolute;
	width: 104px;
	height: 30px;
	left: 50%;
	margin-left: -110px;
	bottom: -30px;
	background: transparent url("img/download_itunes.png") top left no-repeat;
	background-size: contain;
	z-index: 999999;
	opacity: 0;
}
.logo-play {
	position: absolute;
	width: 104px;
	height: 30px;
	left: 50%;
	margin-left: 6px;
	bottom: -30px;
	background: transparent url("img/play_in_browser_tiny.png") top left no-repeat;
	background-size: contain;
	z-index: 999999;
	opacity: 0;
}
.scroll {
	position: fixed;
	width: 59px;
	height: 80px;
	left: 50%;
	margin-left: -30px;
	bottom: 80px;
	background: transparent url("img/scroll.png") top left no-repeat;
	background-size: cover;
	z-index: 999999;
}
.skull {
	position: absolute;
	z-index: 999999;
	left: 50%;
	margin-left: -125px;
	top: 50%;
	margin-top: -125px;
	width: 249px;
	height: 249px;
	background: transparent url("img/skull.png") center center no-repeat;
	background-size: contain;
	pointer-events: none;
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

/* colors */

.white {
	color: #fff;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clearfix {
	clear: both;
	float: none;
}

/* typo */

h1 {
	font-size: 64px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 29px;
}

@media screen and (max-width: 480px) {
	.css-light {
		/*display: none;*/	
	}
	.header > h1 {
		padding: 15px 0 0 0;
	}
	.board {
		top: 200px;
		-moz-transform: scale(.4,.4);
		-webkit-transform: scale(.4,.4);
		transform: scale(.4,.4);
	}
	#slide-1 {
		width: 340px;
		top: 520px;
		margin-left: -170px;
	}
	#slide-1 img {
		width: 140px;
	}
	/*#slide-3 {
		margin-top: -200px;
	}*/
	#slide-4 {
		margin-top: -50px;	
	}
	#slide-4-2 {
		margin-top: -120px;
	}
	#slide-5 {
		margin-top: -220px;	
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 24px;
	}
	.logo-tm74 {
		background: transparent url("img/tm74.png") top left no-repeat;
		background-size: contain;
	}
	#done > h2 {
		font-size: 56px !important;
	}
	.scroll {
		bottom: 20px;	
	}
}
@media screen and (max-width: 360px) {
	.css-light {
		display: none;	
	}
	.header > h1 {
		padding: 15px 0 0 0;
	}
	.board {
		top: 180px;
		-moz-transform: scale(.3,.3);
		-webkit-transform: scale(.3,.3);
		transform: scale(.3,.3);
	}
	#slide-1 {
		width: 330px;
		top: 460px;
		margin-left: -165px;
	}
}