* {
	margin: 0;
	padding: 0;
}

.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 .substep{
	z-index: 12;
	position: relative;
	margin: 0 auto;
	transition: opacity 1s ease-out;
	opacity: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.3);
	color: #000;
	max-width: 600px;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	top: -999vh;
}

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

@media screen and (max-width: 767px){
	body.step-join .step.step-join,
	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{
		margin-top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: auto;
	}

	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{
		margin-top: 1em;
	}
}


.warning,
.globalNext,
.theme,
header .logo {
	background: #ff8e2e;
	color: #fff;
}

header .logo{
	background: none;
	padding-left: 1em;
	font-weight: normal;
	font-size: 16px;
}

header div.logo{
		padding: 18px 1em;
}


.loader {
	border-left: 0.5em solid #ff8e2e;
}
body {
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
}
.loader,
.loader:after {
	border-radius: 50%;
	width: 5em;
	height: 5em;
}
.loader {
	margin: 25px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 0.5em solid rgba(255, 255, 255, 0.57);
	border-right: 0.5em solid rgba(255, 255, 255, 0.57);
	border-bottom: 0.5em solid rgba(255, 255, 255, 0.57);
	-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);
	}
}
.globalNext {
	height: 50px;
	line-height: 49px;
	border-radius: 3px;
}
.globalNext:hover {
	cursor: pointer;
	background: #ff8e2e;
	filter: contrast(180%);
	-webkit-filter: contrast(180%);
}
.no {
	background: #545454;
}
.yes,
.continue {
	margin-bottom: 10px;
}
.yes,
.continue,
.no {
	padding: 0;
	font-weight: bold;
	font-size: 1.3em;
}
.substep.substep-1 span,
.substep.substep-8 span {
	background: #000;
	display: inherit;
	padding: 7px 0;
	color: #fff;
	font-size: 0.8em_;
	border-radius: 3px;
}
.substep.substep-8 span {
	margin-bottom: 20px;
	font-size: 1.2em;
}
.substep.substep-6 .p10 p:nth-child(2),
.substep.substep-6 .p10 p:nth-child(3) {
	margin-top: 5px;
}
.bg {
	height: 100vh;
	width: 100vw;
}
.warning {
	padding: 15px 0;
	font-size: 1.5em;
}
.question {
	margin-bottom: 20px;
	font-size: 1.2em;
}
.p10 {
	padding: 20px;
}
.step.step-join.substep-6 .substep.substep-6 {
	padding: 20px;
}
.globalNext.tap {
	background: #000;
}
iframe {
	height: 510px;
	width: 390px;
}
.mfilter {
	animation: xf 1s;
}
#rate {
	width: 60px;
	transform: rotate(-10deg);
	margin-bottom: 5px;
	height: 80px;
}
header {
	position: relative;
	width: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, 0.4);
	overflow: auto;
}
header .logo {
	position: relative;
	height: auto;
	text-align: center;
	z-index: 9999;
}

header .logo svg {
	width: 80%;
	margin: 0 auto;
	display: inherit;
	height: 15px;
}
header .menu {
	width: inherit;
	text-align: right;
	border-left: 1px solid rgba(255, 255, 255, 0.11);
	background: transparent;
	float: right;
	font-size: 13px;
	padding: 18px;
}
header .menu:hover {
	background: #ff8e2e;
}
header div {
	padding: 18px 0;
	float: left;
}
footer {
	position: absolute;
	z-index: 1;
	text-align: center;
	font-size: 11px;
	color: #fff;
	bottom: 0;
	width: 100%;
	padding-bottom: 10px;
	color: rgba(255, 255, 255, 0.7);
}
#flag {
	width: 16px;
	height: 8px;
}
#lock {
	width: 13px;
	opacity: 0.5;
	fill: #fff;
	height: 15px;
	float: left;
	margin-right: 4px;
}
#cm {
	width: 22px;
	height: 22px;
	position: relative;
	top: 6px;
}
header .logo.stretch {
	width: 100%;
}
._wait {
	color: #ff0000 !important;
}

#video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.slw {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.v_wrap:after {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.5) 100%);
}

@keyframes xf {
	0% {
		filter: saturate(0%);
	}
	100% {
		filter: saturate(100%);
	}
}
/* centered BG slide images */
@media screen and (max-width: 767px) {
	iframe {
		width: 100%;
	}
	.question {
		font-size: 1em;
		margin-bottom: 20px;
		margin-top: 10px;
		line-height: 1.25em;
	}
	.warning,
	.yes,
	.continue,
	.no {
		font-size: 1em;
	}
	.p10 {
		padding: 15px;
	}
	#rate {
		width: 40px;
	}
	.substep.substep-1 span,
	.substep.substep-8 span {
		font-size: 0.8em;
	}
}
@media screen and (max-width: 320px) {
	.question {
		font-size: 0.9em;
	}
	.globalNext {
		line-height: 42px;
		height: 42px;
	}
	header .menu {
		font-size: 10px;
	}
}

.step-join .substep .warning{
	background: #ff8e2e;
	color: #fff;
}

body.step-join div.mute-button{
	display: none;
}

div.legal.h-join-b{
	display: none;
	text-align: center;
	font-size: 10px;
	color: #fff;
}
body.step-join div.legal.h-join-b{
	position: absolute;
	bottom: 1em;
	width: 100%;
	display: block;
	z-index: 10;
}

body.step-join .step.step-join.substep-8 div.legal.h-join-b{
	display: none;
}

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

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

@media screen and (max-width: 767px){
	body.step-join .step.step-join .substep{
		max-width: 90%;
	}
}

.step.step-join .substep a[data-app-even-next-substep]{
	background: #ff8e2e;
	color: #fff;

	height: 50px;
	line-height: 50px;
	border-radius: 3px;

	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.3em;

	display: block;
	text-decoration: none;
}

.step.step-join .substep a.no{
	background: #545454;
}

.step.step-join .substep a:hover{
	filter: contrast(180%);
	-webkit-filter: contrast(180%);
	background: #ff8e2e;
	color: #fff;
}

.step.step-join .substep.substep-6 #parse p > span{
	display: block;
	font-size: 1em;
	margin-top: 1em;
}

@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;
	}
}
