@font-face {
    font-family: 'bignoodletitlingoblique';
    src: url('../../shared/fonts/big_noodle_titling_oblique-webfont.woff2') format('woff2'),
         url('../../shared/fonts/big_noodle_titling_oblique-webfont.woff') format('woff'),
         url('../../shared/fonts/big_noodle_titling_oblique.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;

}

body .mobile-background{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	height: 0;
}

button#mute{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	font-size: 1.25em;
	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;
}

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;
}

.mute-button{
	width: 32px;
	height: 32px;
	position: fixed;
	top: 1em;
	right: 1em;
	background-color: #FD0400;
	border: 1px solid #000;
	padding: 7px 5px;
	text-align: center;
	cursor: pointer;
	z-index: 20;
}

.mute-button img{
	cursor: pointer;
	display: none;
	width: 24px;
	height: 24px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 3px;
}

.step{
	position: absolute;
	left: -999vw;
	top: -999vh;
	height: 100%;
	width: 100%;
	min-width: 100vw;
	min-height: 100vh;
	overflow: hidden;
	margin: 0;
	padding: 0;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	box-sizing: border-box;
	z-index: 10;
}

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,
body.step-6 .step.step-6,
body.step-7 .step.step-7,
body.step-8 .step.step-8,
body.step-9 .step.step-9,
body.step-10 .step.step-10,
body.step-join .step.step-join{
	left: 0;
	top: 0;
	opacity: 1;
}

.step-container{
	height: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -9999em;
	left: -9999em;
	box-sizing: border-box;
}

body.step-1 .step.step-1 .step-container,
body.step-2 .step.step-2 .step-container,
body.step-3 .step.step-3 .step-container,
body.step-4 .step.step-4 .step-container,
body.step-5 .step.step-5 .step-container,
body.step-6 .step.step-6 .step-container,
body.step-7 .step.step-7 .step-container,
body.step-8 .step.step-8 .step-container,
body.step-9 .step.step-9 .step-container,
body.step-10 .step.step-10 .step-container,
body.step-join .step.step-join .step-container{
	height: auto;
	max-width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

p{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

body {
    font-family: 'bignoodletitlingoblique', sans-serif;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
}

header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	z-index: 20;
	background-color: #000;
	border-bottom: 5px solid #ccc;
	padding-top: 1em;
	padding-bottom: 1em;
}

header h1 {
	font-size: 3em;
	font-weight: 400;
	margin: 0px auto;
	text-shadow: 2px 2px 2px #000000;
}

header h1 span {
    color: #FD0400;
}

header h2 {
	margin-top: 0;
	font-size: 2em;
	font-weight: normal;
	display: inline-block;
	margin-bottom: 0;
	text-shadow: 2px 2px 2px #000000;
}

body.backgrounds header.logo{
	background-color: transparent;
	border-bottom: none;
	padding-bottom: 0;
}


header img{
	display: none;
}

header.logo img{
	display: inline-block;
	max-height: 84px;
}

header.logo h1,
header.logo h2{
	display: none;
}

.step.step-1 label,
.step.step-2 h3, 
.step.step-3 h3,
.step.step-4 h3,
.step.step-5 h3,
.step.step-6 h3,
.step.step-7 h3,
.step.step-8 p.browser,
.step.step-8 p.loading,
.step.step-9 h3{
	text-shadow: 2px 2px 2px #000000;
}

.step.step-8 p.percentage,
.step.step-8 p.privacy-mode,
.step.step-8 p.protected{
	text-shadow: 1px 1px 2px #000000;
}

.step.step-5 .sex-partner .partner img,
.step.step-9 .thumb.partner img,
.step.step-10 .user-thumb img{
	-webkit-box-shadow: 5px 5px 4px -3px rgba(0,0,0,0.33); 
	box-shadow: 5px 5px 4px -3px rgba(0,0,0,0.33);
}

button {
	font-family: 'bignoodletitlingoblique', sans-serif;
	font-size: 3em;
	background-color: #FD0400;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #fff;
	border: none !important;
	cursor: pointer;
	outline: none;
	-webkit-box-shadow: 5px 5px 4px -3px rgba(0,0,0,0.33); 
	box-shadow: 5px 5px 4px -3px rgba(0,0,0,0.33);
	position: relative;
	z-index: 30;
}

button:last-child{
	z-index: 25;
}

button i.fa.fa-hand-pointer.animated{
	font-size: 0.5em;
	position: absolute;
	opacity: 1;
	top: 1em;
	text-shadow: 2px 2px 2px rgba( 0, 0, 0, 0.25 );
	z-index: 35;
}

button:active,
button.app-clicked{
	background-color: #00B037;
}

button.no,
button.no:active{
	background-color: #3E3C3D;
	color: #878787;
}

.name-player,
.step-9 .name-partner{
	float: left;
	width: 49%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.name-player i,
.step-9 .name-partner i{
	margin-right: 3px;
}

.step-9 .name-partner{
	float: left;
}

.step.step-1 label {
    display: block;
    font-size: 2em;
    display: block;
}

::placeholder { 
	color: #eee;
	font-style: italic;
}

:-ms-input-placeholder {
	color: #eee;
	font-style: italic;
}

::-ms-input-placeholder {
	color: #eee;
	font-style: italic;
}

.step.step-1 label,
.step.step-1 input{
	box-sizing: border-box;
}

input,
input:focus{
	outline: none;
}

.step.step-1 div.form{
	margin: 0 auto;
	width: 350px;
	text-align: left;
}

@media screen and (max-width: 575px){
	.step.step-1 div.form{
		width: 100%;
	}
}

.step.step-1 div.form input{
	display: block;
	width: 100%;
	border: none;
	font-size: 1.5em;
}

.step.step-1 input#name {
    padding: 0.5em;
    margin-bottom: 10px;
}
.step.step-1 button {
    padding: 0px 60px;
}

.step.step-1 .animated{
	opacity: 0;
}

.step.step-2 h3,
.step.step-3 h3,
.step.step-4 h3,
.step.step-5 h3,
.step.step-9 h3{
	margin-top: 0;
	margin-bottom: 0.25em;
	font-size: 2em;
	font-weight: normal;
}

.sex-partner {
    margin: 0.5em auto 1.5em auto;
}

.animating,
.animation-done{
	opacity: 1 !important;
}

.animated.animation-done-hidden{
	opacity: 0 !important;
}

.sex-partner .partner{
	display: inline-block;
	width: 16%;
	box-sizing: border-box;
}

.sex-partner .partner{
	opacity: 0;
	cursor: pointer;
}

.sex-partner .partner.animation-done,
.sex-partner .partner.animation-done .status,
.sex-partner .partner.animation-done .status i,
.sex-partner .partner.animation-done img{
	opacity: 1;
}

.status{
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
}

.match .thumb .status span.account-status{
	float: right;
	color: #FFFF05;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.user-thumb .status,
.match .thumb .status {
	border-top: 0.25em solid transparent;
	border-bottom: 0.25em solid transparent;
}

.sex-partner .partner .status{
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.status i{
	display: inline-block;
	width: 0.85em;
	height: 0.85em;
	border: none;
	background-color: #79ff00;
}

.status.offline i{
	background-color: #f60602;
}

.status.offline{
	display: none;
}

.offline .status.offline{
	display: block;
}

.offline .status.online{
	display: none;
}

@media screen and (min-width: 1200px){
	body.step-10 .step.step-10 .step-container{
		max-width: 66%;
	}
}

@media screen and (max-width: 1499px){
	.sex-partner{
		width: 90vw;
	}
}

@media screen and (max-width: 1199px) and (max-height: 991px){
	header{
		position: relative;
	}

	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,
	body.step-6 .step.step-6,
	body.step-7 .step.step-7,
	body.step-8 .step.step-8,
	body.step-9 .step.step-9,
	body.step-10 .step.step-10,
	body.step-join .step.step-join{
		position: relative;
		left: auto;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding-bottom: 4em;
	}

	body.step-1 .step.step-1 .step-container,
	body.step-2 .step.step-2 .step-container,
	body.step-3 .step.step-3 .step-container,
	body.step-4 .step.step-4 .step-container,
	body.step-6 .step.step-6 .step-container,
	body.step-7 .step.step-7 .step-container,
	body.step-8 .step.step-8 .step-container,
	body.step-9 .step.step-9 .step-container,
	body.step-10 .step.step-10 .step-container,
	body.step-join .step.step-join .step-container{
		padding-left: 2em;
		padding-right: 2em;
	}

	body.step-10 .step.step-10 .step-container{
		max-width: auto;
	}

	header{
		padding-top: 1em;
		padding-bottom: 0.5em;
		margin-bottom: 2em;
	}

	header h1,
	header h2{
		display: inline-block;
	}

	header{
		padding-top: 0.5em;
		padding-bottom: 0.25em;
	}

	header h1,
	header h2{
		display: block;
	}

	header h1{
		font-size: 2em;
		line-height: 1em;
		margin-bottom: 0;
	}

	header h2{
		font-size: 1em;
	}

	header.logo img{
		display: inline-block;
		max-height: 2em;
	}
}

.sex-partner .partner p {
    margin: 0;
    text-align: left;
}

.sex-partner .partner img {
    width: 100%;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}

.sex-partner .partner.active img{
	border: 4px solid red;
}

.step.step-6 h3 {
    font-size: 4em;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.step.step-7 h3 {
    color: #68E109;
    font-size: 4em;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.browser {
    font-size: 2em;
    line-height: 1em;
}

.browser span{
	color: #FFFF05;
	display: block;
}

.match {
    margin: 0 auto;
    margin-bottom: 1.25em;
}

.match .thumb{
	width: 49%;
}

.user-thumb,
.player-info,
.match .thumb{
    display: inline-block;
    box-sizing: border-box;
}

.user-thumb,
.player-info{
	float: left;
}

@media screen and (max-width: 1199px){
	.match {
		max-width: 100%;
	}
}
.thumb:first-child {
    border-right: 2px solid #fff;
    padding-right: 20px;
}

.thumb:nth-child(2) {
    border-left: 2px solid #fff;
    padding-left: 20px;
}

.thumb p {
    float: left;
    margin: 0;
}


.thumb img {
    width: 100%;
}

.step.step-10,
.step.step-join {
}

.user-thumb p {
    margin: 0;
    float: left;
}

.user-thumb .status span.account-status,
.user-thumb span.waiting{
	float: right;
	color: #FFFF05;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

h3 strong{
	font-weight: normal;
	color: #FFFF05;
	white-space: nowrap;
}

.user-thumb span:nth-child(4) {
    float: left;

}
.user-thumb img {
    width: 100%;
}

.player-info h1 {
	margin-top: 0;
	color: #FFFF05;
	font-weight: 500;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.33);
}

.player-info button {
    margin-bottom: 30px;
    display: block;
    width: 100%;
}

.player-info button p {
    margin: 0;
}

.player-info .photo {
    background-color: #3E3C3D;
    color: #878787;
}

.player-info button p:nth-child(2) {
    font-size: 1.5rem;
}

.button-group {
    margin: 0 auto;
}

@media screen and (max-width: 767px){
    .thumb:first-child {
        border-right: none;
        padding-right: 0;
    }
    
    .thumb:nth-child(2) {
        border-left: none;
        padding-left: 0;
    }
}

.step.step-2 button,
.step.step-3 button,
.step.step-4 button{
	margin-top: 0.25em;
}

.step.step-5 .sex-partner .partner{
	position: relative;
	cursor: pointer;
	padding: 0.25em;
}

.step.step-5 span.name{
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	left: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.step.step-5 span.name.hidden,
.step.step-6 span.name.hidden{
	display: none;
}

.step.step-8 .hidden,
.step.step-8 .hidden p,
.step.step-8 .hidden p svg{
	opacity: 0;
}

.step.step-8 p.loading,
.step.step-8 p.percentage,
.step.step-8 button.continue{
	opacity: 0;
	transition: opacity 2s ease-out;
}

.step.step-8 p.loading,
.step.step-8 p.loading.animation-done,
.step.step-8 p.loading.animating{
	transition: none;
	opacity: 1;
}

.step.step-8 button.continue{
	display: none;
}

.step.step-8 .animation-done-hidden{
	display: none;
}

.step-8 .step-container{ 
	transition: height 0.25s ease;
}

.step.step-8 p.percentage.animation-done-hidden{
	display: none;
}

.step.step-8 button.continue{
	transition: opacity 1s ease-out;
}

.step.step-8 p svg{
	display: inline-block;
	width: 16px;
	height: 16px;
}

.step.step-8 .continue{
	margin-top: 0.33em;
}

body.step-9 header,
body.step-10 header,
body.step-join header{
	position: relative;
}

@media screen and (min-width: 1200px) and (max-height: 575px){
	body.step-1 header,
	body.step-2 header,
	body.step-3 header,
	body.step-4 header,
	body.step-5 header,
	body.step-6 header,
	body.step-7 header,
	body.step-8 header,
	body.step-9 header,
	body.step-10 header,
	body.step-join header{
		margin-bottom: 0;
		position: relative;
	}

	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,
	body.step-6 .step.step-6,
	body.step-7 .step.step-7,
	body.step-8 .step.step-8,
	body.step-9 .step.step-9,
	body.step-10 .step.step-10,
	body.step-join .step.step-join{
		position: relative;
		left: auto;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		min-height: auto;
		min-width: auto;
	}

	body.step-1 .step.step-1 .step-container,
	body.step-2 .step.step-2 .step-container,
	body.step-3 .step.step-3 .step-container,
	body.step-4 .step.step-4 .step-container,
	body.step-5 .step.step-5 .step-container,
	body.step-6 .step.step-6 .step-container,
	body.step-7 .step.step-7 .step-container,
	body.step-8 .step.step-8 .step-container,
	body.step-9 .step.step-9 .step-container,
	body.step-10 .step.step-10 .step-container,
	body.step-join .step.step-join .step-container{
		padding-top: 2em;
		position: relative;
		left: auto;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	header{
		padding-top: 1em;
		padding-bottom: 0.5em;
		margin-bottom: 2em;
	}

	header h1,
	header h2{
		display: inline-block;
	}

	header{
		padding-top: 0.5em;
		padding-bottom: 0.25em;
	}

	header h1,
	header h2{
		display: block;
	}

	header h1{
		line-height: 1em;
		margin-bottom: 0;
	}

	header h2{
		font-size: 1em;
	}

	body.step-6 .step.step-6 h3{
		margin-bottom: 0.25em;
	}
}

@media screen and (max-width: 1199px){
	body.step-1 header,
	body.step-2 header,
	body.step-3 header,
	body.step-4 header,
	body.step-5 header,
	body.step-6 header,
	body.step-7 header,
	body.step-8 header,
	body.step-9 header,
	body.step-10 header,
	body.step-join header{
		margin-bottom: 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-6 .step.step-6,
	body.step-7 .step.step-7,
	body.step-8 .step.step-8{
		position: absolute;
		top: 0;
		left: 0;
	}
}

body.step-9 .step.step-9 .step-container{
	max-width: 75vh;
	margin: 0 auto;
}

body.step-9 .step.step-9 h3.animated{
	margin-bottom: 0.33em;
}

body.step-10 .step.step-10 .step-container{
	width: 66%;
	margin: 0 auto;
}

@media screen and (max-width: 1199px){
	body.step-10 .step.step-10 .step-container{
		width: 100%;
	}
}

@media screen and (max-width: 991px){
	body.step-5 .step.step-5 h3,
	body.step-9 .step.step-9 h3{
		font-size: 1.5em;
	}

	body.step-5 .step.step-5 h3,
	body.step-9 .step.step-9 h3,
	body.step-10 .step.step-10 h1{
		margin-bottom: 0.66em;
	}

	.step.step-6 h3,
	.step.step-7 h3 {
		font-size: 2em;
	}

	body.step-10 .step.step-10 h1{
		font-size: 1.5em;
		margin-bottom: 0.5em;
	}

	body.step-10 .step.step-10 p.location{
		font-size: 1.2em;
	}

	body.step-10 .step.step-10 button{
		font-size: 2em;
	}

	body.step-6 .step.step-6 .step-container,
	body.step-7 .step.step-7 .step-container,
	body.step-8 .step.step-8 .step-container{
		padding-top: 1em;
	}

	body.step-5 .step.step-5 .step-container,
	body.step-9 .step.step-9 .step-container,
	body.step-10 .step.step-10 .step-container{
		padding-top: 0.66em;
	}
}

@media screen and (max-width: 767px), 
       screen and (max-width: 991px) and (max-height: 575px){
	button#mute{
		font-size: 0.5em;
	}

	.sex-partner{
		width: 100%;
	}

	.sex-partner .partner{
		width: 32%;
		margin-bottom: 0.25em;
	}

	header{
		margin-bottom: 0.5em;
		padding-top: 0.25em;
		padding-bottom: 0.25em;
	}

	body.step-5 .step.step-5 button{
		font-size: 2em;
	}

	body.step-5 .step.step-5 .sex-partner{
			margin-bottom: 1em;
	}

	body.step-5 .step.step-5 .step-container,
	body.step-9 .step.step-9 .step-container,
	body.step-join .step.step-join .step-container{
		padding-left: 1em;
		padding-right: 1em;
		padding-top: 0.66em;
		top: 40%;
		width: 90%;
		max-width: 420px;
	}

	body.step-10 .step.step-10 .step-container{
		top: 44%;
	}

	body.step-9 .step.step-9 .match{
	    margin-bottom: 1em;
	}

	body.step-5 .step.step-5 .status,
	body.step-9 .step.step-9 .status{
		font-size: 0.75em;
	}

	body.step-9 .step.step-9 h3.animated{
		margin-bottom: 0.33em;
		font-size: 1.5em;
	}

	body.step-1 .step.step-1 .step-container,
	body.step-2 .step.step-2 .step-container,
	body.step-3 .step.step-3 .step-container,
	body.step-4 .step.step-4 .step-container,
	body.step-6 .step.step-6 .step-container,
	body.step-7 .step.step-7 .step-container,
	body.step-8 .step.step-8 .step-container,
	body.step-9 .step.step-9 .step-container,
	body.step-10 .step.step-10 .step-container,
	body.step-join .step.step-join .step-container{
		width: 90%;
	}

	body.step-2 .step.step-2 h3,
	body.step-3 .step.step-3 h3,
	body.step-4 .step.step-4 h3{
		font-size: 1.5em;
	}

	body.step-2 .step.step-2 h3 strong,
	body.step-3 .step.step-3 h3 strong,
	body.step-4 .step.step-4 h3 strong{
		white-space: normal;
	}

	body.step-6 .step.step-6 .step-container{
		padding-left: 1em;
		padding-right: 1em;
	}

	body.step-10 .step.step-10 .step-container{
		max-width: 300px;
		padding-top: 0.5em;
		padding-right: 1em;
		padding-left: 1em;
		width: 100%;
		padding-bottom: 0.5em;
	}

	body.step-10 .step.step-10 .step-container .user-thumb,
	body.step-10 .step.step-10 .step-container .player-info{
		padding-right: 0;
		width: 100%;
	}

	body.step-10 .step.step-10 .step-container .user-thumb{
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0.25em;
		float: none;
	}

	body.step-10 .step.step-10 .step-container .user-thumb .status{
		border-top: none;
		font-size: 0.8em;
	}

	body.step-10 .step.step-10 .player-info p.location{
		margin-bottom: 0.75em;
		font-size: 0.9em;
	}

	body.step-10 .step.step-10 .button-group button{
		font-size: 1.5em;
		margin-bottom: 0.5em;
		padding: 0.25em;
	}

	body.step-10 .step.step-10 .button-group button:last-child{
		margin-bottom: 0;
	}

	body.step-10 .step.step-10 .button-group button p:last-child{
		font-size: 0.9em;
	}

	body.step-10 .step.step-10 .button-group button:last-child{
		display: none;
	}

	body.step-10 .step.step-10 h1{
		margin-bottom: 0.25em;
		font-size: 1em;
		display: none;
	}

	body.step-join .step.step-join .step-container{
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
}

@media screen and (max-height: 575px){
	header h1 {
		font-size: 1em;
	}

	header{
		position: relative;
		border-bottom: 1px solid #ccc;
	}

	header h2 {
		display: none;
	}

	.status{
		font-size: 0.85em;
	}

	body.step-1 .step.step-1 .step-container,
	body.step-6 .step.step-6 .step-container,
	body.step-7 .step.step-7 .step-container,
	body.step-8 .step.step-8 .step-container,
	body.step-9 .step.step-9 .step-container,
	body.step-10 .step.step-10 .step-container,
	body.step-join .step.step-join .step-container{
		width: auto;
	}

	body.step-6 .step.step-6 .step-container, 
	body.step-7 .step.step-7 .step-container, 
	body.step-8 .step.step-8 .step-container{
		padding-top: 1.5em;
	}

	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,
	body.step-6 .step.step-6,
	body.step-7 .step.step-7,
	body.step-8 .step.step-8,
	body.step-9 .step.step-9,
	body.step-10 .step.step-10,
	body.step-join .step.step-join,
	body.step-1 .step.step-1 .step-container, 
	body.step-2 .step.step-2 .step-container, 
	body.step-3 .step.step-3 .step-container,
       	body.step-4 .step.step-4 .step-container,
       	body.step-5 .step.step-5 .step-container, 
     	body.step-6 .step.step-6 .step-container,
       	body.step-7 .step.step-7 .step-container,
       	body.step-8 .step.step-8 .step-container,
       	body.step-9 .step.step-9 .step-container,
       	body.step-10 .step.step-10 .step-container,
       	body.step-join .step.step-join .step-container{
		position: relative;
		left: auto;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	body.step-1 .step.step-1 .step-container, 
	body.step-2 .step.step-2 .step-container, 
	body.step-3 .step.step-3 .step-container,
       	body.step-4 .step.step-4 .step-container,
       	body.step-5 .step.step-5 .step-container, 
     	body.step-6 .step.step-6 .step-container,
       	body.step-7 .step.step-7 .step-container,
       	body.step-8 .step.step-8 .step-container,
       	body.step-9 .step.step-9 .step-container,
       	body.step-10 .step.step-10 .step-container,
       	body.step-join .step.step-join .step-container{
		padding: 1em;
		display: inline-block;
		margin-top: 1em;
		margin-left: auto;
		margin-right: auto;
	}

	body.step-1 .step.step-1 .step-container{
		padding: 2em;
	}

	body.step-9 .step.step-9 .match{
		margin-bottom: 0.5em;
	}

	body.step-10 .step.step-10 .step-container{
		padding-top: 0.5em;
	}
}

@media screen and (max-width: 767px) and (max-height: 575px){
	body.step-10 .step.step-10 .step-container{
		max-width: 378px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) and (max-height: 575px){
	body.step-10 .step.step-10 .step-container{
		padding-top: 0.5em;
		max-width: 90%;
	}
}

@media screen and (max-width: 375px){
	header{
		border-bottom: 2px solid #ccc;
	}

	header h1{
		font-size: 1em;
		text-shadow: none;
	}

	header h2{
		font-size: 0.8em;
		text-shadow: none;
	}

	button{
		font-size: 1.5em;
	}

	.step.step-1 button{
		font-size: 3em;
		max-width: 100%;
	}

	body.step-3 header{
		position: relative;
	}

	body.step-2 .step.step-2 h3, 
	body.step-3 .step.step-3 h3, 
	body.step-4 .step.step-4 h3{
		font-size: 1.25em;
	}

	body.step-3 .step.step-3{
		min-height: auto;
		min-width: auto;
	}

	body.step-3 .step.step-3 .step-container{
		margin-left: auto;
		margin-right: auto;
	}

	body.step-3 .step.step-3 h3{
		margin-bottom: 0.5em;
	}

	body.step-5 header,
	body.step-5 .step.step-5,
	body.step-5 .step.step-5 .step-container{
		position: relative;
		left: auto;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		min-height: auto;
	}

	body.step-5 .step.step-5 .step-container{
		margin-top: 1em;
		margin-left: auto;
		margin-right: auto;
	}

	body.step-5 .step.step-5 .status, 
	body.step-9 .step.step-9 .status{
		font-size: 0.6em;
	}

	body.step-5 .step.step-5 h3, 
	body.step-9 .step.step-9 h3{
		font-size: 1em;
	}

	body.step-5 .step.step-5 .sex-partner{
		margin-bottom: 0.25em;
	}

	body.step-8 .step.step-8 .step-container p.browser{
		font-size: 1.25em;
	}

	body.step-6 .step.step-6 .step-container,
	body.step-7 .step.step-7 .step-container,
	body.step-8 .step.step-8 .step-container,
	body.step-9 .step.step-9 .step-container,
	body.step-10 .step.step-10 .step-container{
		width: 90%;
	}

	body.step-10 .step.step-10 .step-container .user-thumb{
		max-width: 75%;
	}

	body.step-10 .step.step-10 span.waiting{
		font-size: 0.8em;
	}

	body.step-10 .step.step-10 .step-container{
		padding-bottom: 0.5em;
		max-width: 300px;
	}

	body.step-10 .step.step-10 .button-group button{
		font-size: 1.5em;
	}

	body.step-10 .step.step-10 .button-group button p:nth-child(2){
		font-size: 0.9em;
	}

	body.step-10 .step.step-10 h1{
		font-size: 0.9em;
	}

	body.step-10 .step.step-10 .player-info p.location{
		font-size: 0.8em;
	}
}

@media screen and (min-width: 1200px) and (min-height: 576px) and (max-height: 767px){
	header{
		position: relative;
		padding-top: 0.5em;
		padding-bottom: 0.25em;
	}

	header h1{
		font-size: 2.25em;
		line-height: 1em;
		margin-bottom: 0;
	}

	header h2{
		font-size: 1em;
	}

	body.step-1 .step.step-1 .step-container,
	body.step-2 .step.step-2 .step-container,
	body.step-3 .step.step-3 .step-container,
	body.step-4 .step.step-4 .step-container,
	body.step-5 .step.step-5 .step-container,
	body.step-6 .step.step-6 .step-container,
	body.step-7 .step.step-7 .step-container,
	body.step-8 .step.step-8 .step-container,
	body.step-9 .step.step-9 .step-container,
	body.step-10 .step.step-10 .step-container,
	body.step-join .step.step-join .step-container{
		padding: 1em;
	}

	body.step-1 .step.step-1 .step-container,
	body.step-2 .step.step-2 .step-container,
	body.step-3 .step.step-3 .step-container,
	body.step-4 .step.step-4 .step-container,
	body.step-6 .step.step-6 .step-container,
	body.step-7 .step.step-7 .step-container,
	body.step-8 .step.step-8 .step-container,
	body.step-10 .step.step-10 .step-container,
	body.step-join .step.step-join .step-container{
		width: auto;
		max-width: 60%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	body.step-5 .step.step-5 .step-container{
		width: 100%;
		max-width: 90%;
	}

	body.step-5 .step.step-5 .sex-partner{
		width: 100%;
	}

	body.step-9 .step.step-9 .step-container{
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	body.step-10 .step.step-10 button{
		font-size: 2em;
	}

	body.step-10 .step.step-10 p.location,
	body.step-10 .step.step-10 h1{
		font-size: 1em;
	}
}

/** 
 * Animation styles
 * @todo LD-1641 Refactor show/hide Animation Styles
 */
body.step-9 .step.step-9 h3.animated,
body.step-9 .step.step-9 div.thumb.partner,
body.step-9 .step.step-9 div.thumb.player,
body.step-9 .step.step-9 button.continue{
	opacity: 0;
}

body.step-9 .step.step-9 h3.animated.animating,
body.step-9 .step.step-9 h3.animated.animation-done,
body.step-9 .step.step-9 div.thumb.partner.animating,
body.step-9 .step.step-9 div.thumb.partner.animation-done,
body.step-9 .step.step-9 div.thumb.player.animating,
body.step-9 .step.step-9 div.thumb.player.animation-done,
body.step-9 .step.step-9 button.continue.animating,
body.step-9 .step.step-9 button.continue.animation-done{
	opacity: 1;
}

.step.step-10 .player-info p.location{
	line-height: 1em;
	font-size: 1.5em;
	margin-bottom: 1em;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.33);
}

.step.step-10 .player-info p.location span{
	color: #79ff00;
}

.step.step-10 .button-group p{
	line-height: 1em;
}

.step.step-10 .button-group button{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.step.step-10 button.photo{
	cursor: not-allowed !important;
}

.user-thumb,
.player-info{
	width: 49%;
}

.user-thumb{
	padding-right: 1em;
}

.user-thumb{
	width: 30%;
}

.player-info{
	width: 70%;
}

div.clear{
	clear: both;
}

iframe {
	display: block; 
	max-width: 100%;
	margin: 0 auto;
}

#video-bg{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	vertical-align: baseline;
	object-fit: cover;
}

body.backgrounds .step-container{
	padding: 1.75em;
	border: 3px solid #000;
	background-color: rgba( 0, 0, 0, 0.5 );
}

body.backgrounds{
	background-color: #fff;
}

body.backgrounds header{
	background-color: rgba( 0, 0, 0, 0.75 );
}

@media screen and (max-width: 767px){
	#video-bg{
		display: none;
	}

	.step.step-10 .player-info p.location{
		text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	}

	.step.step-10 .player-info h1{
		text-shadow: 2px 2px 2px rgba(0,0,0,0.33);
	}

	body.backgrounds .step-container{
		background-color: rgba( 0, 0, 0, 0.5 );
	}
}

@media screen and (min-width: 1200px){
	body.backgrounds .step-container{
		max-width: 66%;
	}

	body.backgrounds.step-5 .step.step-5 .step-container{
		top: 55%;
	}

	body.step-9 .step.step-9 .step-container,
	body.step-10 .step.step-10 .step-container{
		top: 60%;
	}
}

/**
 Mobile landscape
 */
@media screen and (min-width: 496px) and (max-width: 991px) and (max-height: 495px){
	body.step-5 .step.step-5 h3{
		font-size: 1em;
		margin-bottom: 0;
	}

	body.step-5 .step.step-5 .sex-partner{
		margin-top: 0;
		margin-bottom: 0.5em;
	}

	body.step-5 .step.step-5 .sex-partner .partner{
		width: 16%;
	}

	body.step-5 .step.step-5 .sex-partner .partner .status{
		font-size: 0.7em;
	}

	body.step-5 .step.step-5 button{
		font-size: 1.5em;
	}

	body.step-10 .step.step-10 .step-container{
		padding: 0.5em;
		max-width: 90%;
	}

	body.step-10 .step.step-10 .step-container .user-thumb{
		padding-right: 1em;
		width: 30%;
		float: left;
	}

	body.step-10 .step.step-10 .step-container .player-info{
		width: 70%;
	}
}

@media screen and (min-width: 400px) and (max-width: 640px) and (max-height: 360px),
       screen and (min-width: 400px) and (max-width: 780px) and (max-height: 360px),
       screen and (min-width: 400px) and (max-width: 869px) and (max-height: 412px){
	body.step-5 .step.step-5 .step-container,
	body.step-9 .step.step-9 .step-container{
		max-width: 90%;
	}

	body.step-9 .step.step-9 h3{
		margin-top: 2em;
		float: right;
	}

	body.step-9 .step.step-9 .match{
		width: 60%;
		float: left;
	}

	body.step-9 .step.step-9 button{
		font-size: 1.5em;
		float: right;
		margin-right: 1em;
	}
}

