* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

:focus {
	outline: 0;
}

img {
	border: none;
	display: block;
}

ol,
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	cursor: pointer !important;
}
body,
html {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

body.step-1 {
	background-size: cover;
}

button#mute{
	color: #fff;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	font-size: 2em;
	min-width: 2em;
	min-height: 2em;
	line-height: 2em;
	background-color: rgb(253,4,0.9);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	cursor: pointer;
	border-radius: 1em;
	border: none;
	outline: none;
}

button#mute i.fa-volume-off{
	display: none;
}

body.app-audio-mute button#mute i.fa-volume-off{
	display: inline-block;
}

body.app-audio-mute button#mute i.fa-volume-up{
	display: none;
}

@media screen and (max-width: 767px){
	button#mute{
		font-size: 1.25em;
	}
}

body{
	background-position: center top;
	background-size: cover;
	background-color: #000;
}

.step img {
	width: 100%;
	max-width: 700px;
	display: inline-block;
}

.step.step-1 .btn,
.step.step-2 .btn,
.step.step-3 .btn,
.step.step-4 .btn,
.step.step-5 .btn{
	width: 49%;
	max-width: 240px;
	margin: 0 40px;
	text-align: center;
	display: inline-block;
}
.btn img {
	width: 100%;
	display: inline-block;
}

.step-5 p {
	margin: 0 auto;
	max-width: 500px;
}
.step-5 p img {
	cursor: pointer;
}

.hidden {
	display: none;
}

@media (max-width: 1024px) and (orientation: portrait) {
	body{
		background-size: cover;
		background-repeat: none;
		background-position: center top;
	}

	.mute-button:hover {
		background-image: #ff0012;
	}
}

@media (max-width: 640px) {
	.step.step-1 .btn,
	.step.step-2 .btn,
	.step.step-3 .btn,
	.step.step-4 .btn,
	.step.step-5 .btn{
		width: 48%;
		margin: 0 0;
	}
}

div.legal.h-game-a{
	display: none;
}

body.step-1 div.legal.h-game-a,
body.step-2 div.legal.h-game-a,
body.step-3 div.legal.h-game-a,
body.step-4 div.legal.h-game-a,
body.step-5 div.legal.h-game-a{
	position: absolute;
	bottom: 1em;
	width: 100%;
	text-align: right;
	display: block;
}

body.step-1 div.legal.h-game-a p,
body.step-2 div.legal.h-game-a p,
body.step-3 div.legal.h-game-a p,
body.step-4 div.legal.h-game-a p,
body.step-5 div.legal.h-game-a p{
	font-size: 10px;
	color: #000;
	margin-top: 1em;
	display: none;
}

body.step-1 div.legal.h-game-a img.adults-only,
body.step-2 div.legal.h-game-a img.adults-only,
body.step-3 div.legal.h-game-a img.adults-only,
body.step-4 div.legal.h-game-a img.adults-only,
body.step-5 div.legal.h-game-a img.adults-only{
	max-width: 60px;
	height: auto;
	float: right;
	margin-right: 1em;
}

@media screen and (max-width:767px){
	div.legal.h-game-a{
		text-align: center;
	}

	body.step-1 div.legal.h-game-a img.adults-only,
	body.step-2 div.legal.h-game-a img.adults-only,
	body.step-3 div.legal.h-game-a img.adults-only,
	body.step-4 div.legal.h-game-a img.adults-only,
	body.step-5 div.legal.h-game-a img.adults-only{
		float: none;
		margin: 0 auto;
		max-width: 30px;
	}
}


@media (max-width: 420px) {
	body.step-5{
		background-size: 150% auto;
		background-position: 0 70%;
	}
}
@media (max-width: 991px) and (orientation: landscape) {
	body.step-1,
	body.step-2,
	body.step-3,
	body.step-4,
	body.step-5{
		background-attachment: fixed;
	}

	body.step-1 .step-item,
	body.step-2 .step-item,
	body.step-3 .step-item,
	body.step-4 .step-item,
	body.step-5 .step-item{
		width: 50%;
	}

	.step.step-1 .btn,
	.step.step-2 .btn,
	.step.step-3 .btn,
	.step.step-4 .btn,
	.step.step-5 .btn{
		width: 40%;
		margin: 0 0;
	}
}

#mLogo {
	position: absolute;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;

	top: 20px;
	max-width: 500px;
	height: auto;

	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px;
	border-radius: 5px;
}

#mLogo > img {
	width: 100%;
	height: auto;
}

@media (min-width: 200px) and (max-width: 767px) {
	canvas {
		width: 100vw !important;
		height: 100vh !important;
		top: 0 !important;
	}

	#mLogo {
		max-width: 200px;
		margin: 0;
		left: 10px;
		top: 10px;
	}
}

footer {
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 10px;
	left: 0;
}
footer img {
	display: inline-block;
	width: 95%;
	height: auto;
	max-width: 627px;
}

.step{
	z-index: 5;
}

.step.step-1,
.step.step-2,
.step.step-3,
.step.step-4,
.step.step-5{
	text-align: center;
	transition: opacity 1s ease-out;
	opacity: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
}

body.step-1 .step.step-1,
body.step-2 .step.step-2,
body.step-3 .step.step-3,
body.step-4 .step.step-4,
body.step-5 .step.step-5{
	opacity: 1;
	height: auto;
	position: relative;
	top: 50vh;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
}
