.step.step-join{
	text-align: center;
	transition: opacity 1s ease-out;
	opacity: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
}

body.step-join .step.step-join{
	opacity: 1;
	height: auto;
	position: relative;
	top: 50vh;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	min-height: 100vh;
}


body.step-join iframe {
	border: none !important;
	display: inline-block;
	height: 510px;
	width: 96%;
	max-width: 340px;
}

body.step-join canvas {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

body.step-join {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-weight: 400;
	background: #000;
}

#flag {
	width: 16px;
	height: 8px;
}

#rate {
	width: 60px;
	transform: rotate(-10deg);
	margin-bottom: 5px;
	height: 80px;
}

@media screen and (max-width: 767px){
	#rate {
		width: 40px;
	}
}

body.step-join div.legal{
	position: absolute;
	bottom: 1em;
	left: 0;
	width: 100%;
	text-align: center;
}

body.step-join div.legal p{
	font-size: 10px;
	color: #fff;
	margin-top: 1em;
}

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

body.step-join div.legal.h-join-a{
	display: block;
}

body.step-join div.legal.h-join-a img.adults-only{
	max-width: 60px;
	height: auto;
}

@media screen and (max-width:767px){
	body.step-join div.legal.h-join-a img{
		width: 30px;
	}
}

body.step-join .substep {
	text-align: center;
	background: rgba(0, 0, 0, 0.35);
	border-radius: 5px;
	overflow: hidden;
	-webkit-filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.9));
	filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.8));
	width: 85%;
	max-width: 550px;
	transition: opacity 1s ease-out;
	opacity: 0;
	height: 0;
}

body.step-join .step.step-join.substep-1 .substep.substep-1,
body.step-join .step.step-join.substep-2 .substep.substep-2,
body.step-join .step.step-join.substep-3 .substep.substep-3,
body.step-join .step.step-join.substep-4 .substep.substep-4,
body.step-join .step.step-join.substep-5 .substep.substep-5,
body.step-join .step.step-join.substep-6 .substep.substep-6,
body.step-join .step.step-join.substep-7 .substep.substep-7,
body.step-join .step.step-join.substep-8 .substep.substep-8,
body.step-join .step.step-join.substep-9 .substep.substep-9,
body.step-join .step.step-join.substep-10 .substep.substep-10{
	display: block;
	margin: 0 auto;
	height: auto;
	opacity: 1;
	top: 50vh;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 11;
	position: relative;
}

body.step-join .substep-background{
	position: absolute;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
	z-index: 0;
	opacity: 0;
	transition: 1s opacity;
	background-size: cover;
}

body.step-join .step.step-join .substep a[data-app-event-next-substep]{
	text-decoration: none;
	color: #000;
}

body.step-join .step.step-join.bg-1 .substep-background.bg-1,
body.step-join .step.step-join.bg-2 .substep-background.bg-2,
body.step-join .step.step-join.bg-3 .substep-background.bg-3,
body.step-join .step.step-join.bg-4 .substep-background.bg-4,
body.step-join .step.step-join.bg-5 .substep-background.bg-5,
body.step-join .step.step-join.bg-6 .substep-background.bg-6,
body.step-join .step.step-join.bg-7 .substep-background.bg-7{
	opacity: 1;
	background-position: 50% 0;
}

@media screen and (max-width: 767px){
	body.step-join .step.step-join.bg-5 .substep-background.bg-5{
		background-position: 0% 0;
	}

	body.step-join .step.step-join.bg-6 .substep-background.bg-6{
		background-position: 60% 0;
	}
}

body.step-join .substep-9 p {
	font-size: 1em;
	margin: 25px auto 20px;
	padding: 0 20px;
	width: 90%;
}
body.step-join p.red {
	background: #000;
	color: #ff0012;
	padding: 3px;
	width: 90%;
	border-radius: 5px;
	margin: 25px auto 0;
}

body.step-join .step-content {
	margin-top: 10px;
	margin-bottom: 2em;
}

body.step-join .step-content a.btn {
	display: inline-block;
	width: 90%;
	font-size: 1.75em;
	padding: 10px;
	cursor: pointer;
	-webkit-filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.9));
	filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.8));
	color: #000;
	position: relative;
	margin: 7px 0;
	background: #fff;
	float: none;

	/** Defensive against bootstrap */
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0px;
	border: none;
}

body.step-join a.btn.active {
	color: #fff !important;
	background: #ff0012; /* Old browsers */
	background: -moz-linear-gradient(top, #ff0012 0%, #ff0030 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff0012 0%, #ff0030 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		#ff0012 0%,
		#ff0030 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0012', endColorstr='#ff0030',GradientType=0 ); /* IE6-9 */
}

body.step-join .step-content a.btn:hover {
	opacity: 0.5;
}

body.step-join h1 {
	font-size: 1.5em;
	color: #fff;
	background: #000;
	padding: 20px 10px;
	margin-top: 0;
	margin-bottom: 0;
}
body.step-join h1 span {
	font-weight: 400;
}

body.step-join .substep-10 h1 {
	font-size: 1em;
}

body.step-join .hidden {
	display: none;
}

body.step-join .step-list {
	width: 90%;
	max-width: 360px;
	display: inline-block;
	margin: 20px 0;
}

body.step-join .step-list li {
	text-align: left;
	color: #fff;
	padding: 1px 0 0 25px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 5px;
	min-height: 19px;
	display: none;
	line-height: 1.25em;
}

body.step-join .loader,
body.step-join .loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

body.step-join .loader {
	margin: 10px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.7);
	border-right: 1.1em solid rgba(255, 255, 255, 0.7);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.7);
	border-left: 1.1em solid #ff0012;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

body.step-join .substep-9 a {
	width: 300px;
	font-weight: 700;
	font-size: 1.5rem;
	text-transform: uppercase;
	padding: 10px;
	cursor: pointer;
	-webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
	color: #fff !important;
	background: #ff0012; /* Old browsers */
	background: -moz-linear-gradient(top, #ff0012 0%, #ff0030 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff0012 0%, #ff0030 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		#ff0012 0%,
		#ff0030 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0012', endColorstr='#ff0030',GradientType=0 ); /* IE6-9 */
	position: relative;
	z-index: 10;
	margin: 25px 5px;
}

@media (max-width: 380px) {
	body.step-join .step-content {
		padding: 10px 20px;
	}
	body.step-join header img {
		width: 300px;
		height: auto;
	}
	body.step-join .substep-9 a {
		width: 250px;
	}
}
@media (max-width: 767px) and (orientation: landscape) {
	body.step-join .only,
	body.step-join footer {
		display: none;
	}
	body.step-join header {
		position: relative;
	}
	body.step-join {
		background-attachment: fixed;
	}
}

body.step-join .step.step-join .substep p{
	margin-top: 1em;
	line-height: 1.25em;
	font-size: 1.25em;
	padding: 0.5em 1.5em;
}

body.step-join .step.step-join .substep.substep-9 p{
	padding-left: 0;
	padding-right: 0;
}

body.step-join li.qualified strong,
body.step-join .browser strong{
	font-weight: 600;
}

@media screen and (max-width: 991px) and (orientation: landscape){
	body.step-join .step.step-join,
	body.step-join .step.step-join .substep,
	body.step-join .step.step-join.substep-1 .substep.substep-1,
	body.step-join .step.step-join.substep-2 .substep.substep-2,
	body.step-join .step.step-join.substep-3 .substep.substep-3,
	body.step-join .step.step-join.substep-4 .substep.substep-4,
	body.step-join .step.step-join.substep-5 .substep.substep-5,
	body.step-join .step.step-join.substep-6 .substep.substep-6,
	body.step-join .step.step-join.substep-7 .substep.substep-7,
	body.step-join .step.step-join.substep-8 .substep.substep-8,
	body.step-join .step.step-join.substep-9 .substep.substep-9,
	body.step-join .step.step-join.substep-10 .substep.substep-10{
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

