@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");

/*
	Identity by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	html {
		width: 100%;
		height: 100%;
	}
	
	body {
		line-height: 1;
		height: 100%;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Basic */

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	body.is-loading *, body.is-loading *:before, body.is-loading *:after {
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}

	html {
		height: 100%;
	}

	body {
		height: 100%;
		background-color: #ffffff;
		background-repeat: no-repeat;
		background-size: 100px 100px, cover;
		background-position: top center;
		background-attachment: fixed;
	}

		body:after {
			content: '';
			display: block;
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: inherit;
			opacity: 0;
			z-index: 1;
			background-color: #ffffff;
			background-repeat: repeat,			no-repeat;
			background-size: 100px 100px, cover;
			background-position: top left,		center center;
			-moz-transition: opacity 1.75s ease-out;
			-webkit-transition: opacity 1.75s ease-out;
			-ms-transition: opacity 1.75s ease-out;
			transition: opacity 1.75s ease-out;
		}

		body.is-loading:after {
			opacity: 1;
		}

/* Type */

	body, input, select, textarea {

	}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 11pt;
			}

		}

		@media screen and (max-width: 480px) {

			body, input, select, textarea {
				font-size: 10pt;
				line-height: 1.75;
			}

		}

	a {
		-moz-transition: color 0.2s ease, border-color 0.2s ease;
		-webkit-transition: color 0.2s ease, border-color 0.2s ease;
		-ms-transition: color 0.2s ease, border-color 0.2s ease;
		transition: color 0.2s ease, border-color 0.2s ease;
		color: inherit;
		text-decoration: none;
	}

		a:before {
			-moz-transition: color 0.2s ease, text-shadow 0.2s ease;
			-webkit-transition: color 0.2s ease, text-shadow 0.2s ease;
			-ms-transition: color 0.2s ease, text-shadow 0.2s ease;
			transition: color 0.2s ease, text-shadow 0.2s ease;
		}

		a:hover {
			color: #ff7496;
		}

	strong, b {
		color: #313f47;
	}

	em, i {
		font-style: italic;
	}

	p {
		line-height: 1.4;
		margin: 1.5em 0 2.5em;
		font-weight: 400;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #313f47;
		line-height: 1;
		margin: 0 0 0.75em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 1.85em;
		letter-spacing: 0.22em;
		margin: 0 0 0.525em 0;
		line-height: 1;
	}

	h2 {
		font-size: 1.25em;
	}

	h3 {
		font-size: 1em;
	}

	h4 {
		font-size: 1em;
	}

	h5 {
		font-size: 1em;
	}

	h6 {
		font-size: 1em;
	}

	@media screen and (max-width: 480px) {

		h1 {
			font-size: 1.65em;
		}

	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 1px #c8cccf;
		margin: 3em 0;
	}

/* Form */

	form {
		margin: 0 0 1.5em 0;
	}

		form > .field {
			margin: 0 0 1.5em 0;
		}

			form > .field > :last-child {
				margin-bottom: 0;
			}

	label {
		color: #313f47;
		display: block;
		font-size: 0.9em;
		margin: 0 0 0.75em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border-radius: 4px;
		border: solid 1px #c8cccf;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		select:focus,
		textarea:focus {
			border-color: #ff7496;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			content: "";
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #414f57;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 300;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border-radius: 4px;
				border: solid 1px #c8cccf;
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0.15em;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			color: #ff7496;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #ff7496;
		}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #616f77 !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #616f77 !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #616f77 !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #616f77 !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #616f77 !important;
		opacity: 1.0;
	}

/* Icon */

	.icon {
		text-decoration: none;
		position: relative;
		border-bottom: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 1.5em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 1.5em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px #c8cccf;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
			margin-top: -0.675em;
		}

			ul.icons li {
				display: inline-block;
				padding: 0.675em 0.5em;
			}

				ul.icons li a {
					text-decoration: none;
					position: relative;
					display: block;
					width: 3.75em;
					height: 3.75em;
					border-radius: 100%;
					border: solid 1px #c8cccf;
					line-height: 3.75em;
					overflow: hidden;
					text-align: center;
					text-indent: 3.75em;
					white-space: nowrap;
				}

					ul.icons li a:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}

					ul.icons li a:before {
						color: #ffffff;
						text-shadow: 1.25px 0px 0px #c8cccf, -1.25px 0px 0px #c8cccf, 0px 1.25px 0px #c8cccf, 0px -1.25px 0px #c8cccf;
					}

					ul.icons li a:hover:before {
						text-shadow: 1.25px 0px 0px #ff7496, -1.25px 0px 0px #ff7496, 0px 1.25px 0px #ff7496, 0px -1.25px 0px #ff7496;
					}

					ul.icons li a:before {
						position: absolute;
						top: 0;
						left: 0;
						width: inherit;
						height: inherit;
						font-size: 1.85rem;
						line-height: inherit;
						text-align: center;
						text-indent: 0;
					}

					ul.icons li a:hover {
						border-color: #ff7496;
					}

			@media screen and (max-width: 480px) {

				ul.icons li a:before {
					font-size: 1.5rem;
				}

			}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 0.75em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

	dl {
		margin: 0 0 1.5em 0;
	}

		dl dt {
			display: block;
			margin: 0 0 0.75em 0;
		}

		dl dd {
			margin-left: 1.5em;
		}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		display: inline-block;
		height: 4em;
		line-height: 2.75em;
		padding: 0 1.5em;
		background-color: #fff;
		border-radius: 4px;
		border: solid 2px #c8cccf;
		color: #414f57 !important;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
        text-transform: uppercase!important;
		font-size: 1em;
		font-weight: 800;
		min-width: 25%;

	}

		input[type="submit_green"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			border-color: #32332d;
			color: #32332d !important;
			background-color: #b0e201;
		}



		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		button.icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			button.icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			width: 100%;
			margin: 0 0 0.75em 0;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1.35em;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			opacity: 0.5;
		}

/* Main */

	.main {
		position: relative;
		max-width: 100%;
		min-width: 27em;
		padding: 2.5em 3em 2em 3em ;
		border-radius: 4px;
		cursor: default;
		text-align: center;
		-moz-transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-moz-transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-moz-transition: opacity 1s ease, -moz-transform 1s ease;
		-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
		-ms-transition: opacity 1s ease, -ms-transform 1s ease;
		transition: opacity 1s ease, transform 1s ease;
		/* max-width: 50%; */

	}

		.main .avatar {
			position: relative;
			display: block;
			margin-bottom: 1.5em;
		}

			.main .avatar img {
				display: block;
				margin: 0 auto;
				border-radius: 100%;
				width: 25%;

			}

			.main .avatar:before {
				content: '';
				display: block;
				position: absolute;
				top: 50%;
				left: -3em;
				width: calc(100% + 6em);
				height: 1px;
				z-index: -1;
				background: #c8cccf;
			}

		@media screen and (max-width: 480px) {

			.main {
				min-width: 0;
				width: 100%;
				padding: 4em 2em 2.5em 2em ;
			}

				.main .avatar:before {
					left: -2em;
					width: calc(100% + 4em);
				}

		}

		body.is-loading .main {
			opacity: 0;
			-moz-transform: rotateX(15deg);
			-webkit-transform: rotateX(15deg);
			-ms-transform: rotateX(15deg);
			transform: rotateX(15deg);
		}

/* Footer */

	#footer {
		-moz-align-self: -moz-flex-end;
		-webkit-align-self: -webkit-flex-end;
		-ms-align-self: -ms-flex-end;
		align-self: flex-end;
		width: 100%;
		padding: 1.5em 0 0 0;
		color: rgba(255, 255, 255, 0.75);
		cursor: default;
		text-align: center;
	}

		#footer .copyright {
			margin: 0;
			padding: 0;
			font-size: 0.9em;
			list-style: none;
		}

			#footer .copyright li {
				display: inline-block;
				margin: 0 0 0 0.45em;
				padding: 0 0 0 0.85em;
				border-left: solid 1px rgba(255, 255, 255, 0.5);
				line-height: 1;
			}

				#footer .copyright li:first-child {
					border-left: 0;
				}

/* Wrapper */

	#wrapper {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-perspective: 1000px;
		-webkit-perspective: 1000px;
		-ms-perspective: 1000px;
		perspective: 1000px;
		position: relative;
		min-height: 100%;
		padding: 1.5em;
		z-index: 2;
		top: 100px;
	}

		#wrapper > * {
			z-index: 1;
		}

		#wrapper:before {
			content: '';
			display: block;
		}

		@media screen and (max-width: 360px) {

			#wrapper {
				padding: 0.75em;
			}

		}

		body.is-ie #wrapper {
			height: 100%;
		}

		.bold{
			font-weight: 800;
		}
		.orange{
			color: #d30000;
		}
		.step:not(#step1) {
			display: none;
			opacity: 0.01;

		}
		.step:not(#step1), #stepFinal p{
			font-size: 1.2em;
			font-weight: 400;
			line-height: 2!important;
			margin: 1.5em 0 2.5em;

		}
		.btn-red{

			background-color: #d30000!important;
			color: #fff!important;
		}
		.btn-green{

			background-color: #9cc705!important;
			color: #fff!important;
		}

		.btn_wrp{
			width: 100%;
		}
		.inner{
			display: table;
			margin: 0 auto;
		}

		.btn img{
			width: 75%;
		}
		.btn{
			width: 50%;
			text-align: center;
			float: left;
		}
.btn_full{
	width: 100%;
	text-align: center;
	float: left;
}
.btn_full img{
	width: 75%;
}

.girl{height:95%;max-height:1000px;pointer-events:none;position:absolute;bottom:0;right:14%;-webkit-animation:girl-in 2s ease-out;animation:girl-in 2s ease-out;}@-webkit-keyframes girl-in{0%{opacity:0;}100%{opacity:1;}}@keyframes girl-in{0%{opacity:0;}100%{opacity:1;}}.girl_all{height:100%;max-height:1000px;pointer-events:none;position:absolute;bottom:0;right:0;-webkit-animation:girl-in 2s ease-out;animation:girl-in 2s ease-out;}@-webkit-keyframes girl-in{0%{opacity:0;}100%{opacity:1;}}@keyframes girl-in{0%{opacity:0;}100%{opacity:1;}}
.girl_right{height:95%;max-height:1000px;pointer-events:none;position:absolute;bottom:0;right:0;-webkit-animation:girl-in 2s ease-out;animation:girl-in 2s ease-out;}@-webkit-keyframes girl-in{0%{opacity:0;}100%{opacity:1;}}@keyframes girl-in{0%{opacity:0;}100%{opacity:1;}}

.gender > img {
	width: 95%;
}

.logo2{
	z-index: 999;
	right: 3%;
	top:3$;
}

.logo2 > img {
	width: 50%;
}

iframe{
	min-height: 410px;
	min-width: 90%;
}
#bg{position:fixed; left:0; top:0; z-index:-1;}

video {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); height: 940px; width: auto;
}

/*  ==========================================================================
	CUSTOM 
	========================================================================== */
body {
	background: url('//adultgames.fun/t29/video/landscape-poster.jpg') no-repeat center center #000;
	background-size: 100% 100% !important;
}
body.isMobile {
	background-image: url('//adultgames.fun/t29/video/portrait-poster.jpg');
	background-size: 100% 100% !important;

}


.page__wrap {
    width: 1080px;
}
















/*  ==========================================================================
	MEDIA QUERIES 
	========================================================================== */
@media all and (orientation:portrait) {
	body.isMobile {
		background-image: url('//adultgames.fun/t29/images/bg-1-m-p.jpg');
		background-size: 100% 100%;

	}
	body.isMobile.bg2 {
		background-image: url('//adultgames.fun/t29/images/bg-2-m-p.jpg');
		background-size: 100% 100%;

	}
	body.isMobile.bg2.bg3,
	body.isMobile.bg3 {
		background-image: url('//adultgames.fun/t29/images/bg-3-m-p.jpg');
		background-size: 100% 100%;
	}
	body.isMobile.bg2.bg3.bg4,
	body.isMobile.bg4 {
		background-image: url('//adultgames.fun/t29/images/bg-4-m-p.jpg');
		background-size: 100% 100%;
	}
	body.isMobile.bg2.bg3.bg4.bg5,
	body.isMobile.bg5 {
		background-image: url('//adultgames.fun/t29/images/bg-5-m-p.jpg');
		background-size: 100% 100%;
	}
}
@media only screen and (min-width:480px){
  .main {
  	max-width: 50%;
  }
}
@media only screen and (min-height:320px) {
	.is-loading {
		height: 100%;
	}
	#wrapper {
		display: block;
		position: relative;
		height: 100%;
		padding: 0;
		z-index: 2;
		top: auto;
	}
	.main {
		margin: auto;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
}
@media only screen and (max-width:1023px){
  body {
  	background-image: url('//adultgames.fun/t29/images/bg-1-m.jpg');
  }
  body.bg2 {
  	background-image: url('//adultgames.fun/t29/images/bg-2-m.jpg');
  }
  body.bg2.bg3,
  body.bg3 {
  	background-image: url('//adultgames.fun/t29/images/bg-3-m.jpg');
  }
  body.bg2.bg3.bg4,
  body.bg4 {
  	background-image: url('//adultgames.fun/t29/images/bg-4-m.jpg');
  }
  body.bg2.bg3.bg4.bg5,
  body.bg5 {
  	background-image: url('//adultgames.fun/t29/images/bg-5-m.jpg');
  }
}
@media only screen and (max-width:991px){
	#wrapper {
		top: 60px;
	}
}
@media only screen and (max-width:479px){
  .main {
  	padding: 2em 0.25em;
  }
  
  #wrapper {
  	top: 20px;
  }

}
@media only screen and (max-height:420px) {
  .main {
  	padding-top: 0;
  	max-width: 90%;
  }
  #wrapper {
  	top: 0;
  }
}
@media only screen and (max-height:360px) {
  .main {
  	max-width: 80%;
  }
}

body {
 background-position: center top;
}
.rating {
 position: fixed;
 bottom: 1em;
 left: 1em;
}
.bg2 .rating {
 display: none;
}
@media only screen and (max-width:991px){
  #wrapper {
   top: auto;
  }
}











/*  t3-s1 
	========================================================================== */
#q0,.buttondiv,.subhead,h1{
    text-align:center
}
.answer,.subhead{
    font-style:italic
}
.questions{
  min-height:90vh;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.questions:not(.questions--active) {
	position: absolute;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
}
.questions--active {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.q {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.graphics {
  font-size: 2.4em;
  padding: 0.5em 0;
}
  .graphics__md {
    font-size: 0.9em;
  }
  .graphics__sm {
    font-size: 0.8em;
  }
  .graphics__xs {
    font-size: 0.65em;
    display: block;
    line-height: 1.1;
    margin: auto;
  }
.content{
    width:94%;
    max-width:640px;
    margin:0 auto;
}
.img-responsive{
    display:block;
    margin:0 auto;
    max-width:100%;
    height:auto
}
.q__title {
	font: 800 2.4em/1 'Open Sans', sans-serif;
    padding:10px 0;
    -webkit-touch-callout:none !important;-webkit-user-select:none !important;-khtml-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important;
    text-shadow: -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 1px 0 #fff, -1px -1px 0 #fff, 0 0 1px #fff,0 0 2px rgba(255,255,255, 0.9),0 0 3px rgba(255,255,255, 0.8),0 0 4px rgba(255,255,255, 0.7),0 0 5px rgba(255,255,255, 0.6),0 0 6px rgba(255,255,255, 0.5),0 0 7px rgba(255,255,255, 0.4),0 0 8px rgba(255,255,255, 0.3),0 0 9px rgba(255,255,255, 0.2);
    color: #489ad6;
    text-align: center;
    text-transform: none;
}
.q__subtitle {
	-webkit-touch-callout:none !important;-webkit-user-select:none !important;-khtml-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important;
	text-shadow: -1px 1px 0 #000, 1px -1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 0 0 1px #000,0 0 2px rgba(0, 0, 0, 0.9),0 0 3px rgba(0, 0, 0, 0.8),0 0 4px rgba(0, 0, 0, 0.7),0 0 5px rgba(0, 0, 0, 0.6),0 0 6px rgba(0, 0, 0, 0.5),0 0 7px rgba(0, 0, 0, 0.4),0 0 8px rgba(0, 0, 0, 0.3),0 0 9px rgba(0, 0, 0, 0.2),0 0 10px rgba(0, 0, 0, 0.1), 0 1px 1px #000,0 1px 2px rgba(0, 0, 0, 0.9),0 1px 3px rgba(0, 0, 0, 0.8),0 1px 4px rgba(0, 0, 0, 0.7),0 1px 5px rgba(0, 0, 0, 0.6),0 1px 6px rgba(0, 0, 0, 0.5),0 1px 7px rgba(0, 0, 0, 0.4),0 1px 8px rgba(0, 0, 0, 0.3),0 1px 9px rgba(0, 0, 0, 0.2),0 1px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
	text-align: center;
	text-transform: none;
	font: 500 1.6em/1.3 'Open Sans', sans-serif;
    padding:10px 15px
}
.txt:not(.q__subtitle) {
    padding:15px 35px;
    font-size:1.3em;
    line-height:28px
}
.buttondiv{
    padding:20px 10px;
    position:relative
}
.line{
    position:absolute;
    width:100%;
    left:0;
    top:1px;
    height:1px;
    background:linear-gradient(to right,rgba(217,217,217,0) 0,rgb(217,217,217) 50%,rgba(217,217,217,0) 100%) repeat scroll 0% 0% transparent
}
.cta,.buttondiv button{
    outline:0 none;
    cursor:pointer;
    display:block;
    margin:10px auto 0;
    padding: 0.9em 0.5em;
    max-width:220px;
    border-radius: 0.3em;
    width:100%;
    font-size:1.25em;
    line-height: 1;
    height: auto;
    border: none;
	color: #fff !important;
  background: #489ad6;
}
.cta{
    text-decoration:none
}
.cta:hover,.buttondiv button:hover,
.cta:active,.buttondiv button:active{
    color:#000 !important;
    background: #fff;
}

.answer,
.answerAlt{
    padding:0.25em 0.5em;
    background: #fff;
    border:none;
    width:90%;
    display: block;
    max-width:280px;
    margin:0.68em auto 0.45em;
    font: 300 1.55em/1 "Open Sans", sans-serif;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    cursor:pointer;
    box-sizing:border-box;
    color: #000;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    text-align: center;
}
#q1,#q2,#q3,#q4,#q5,#q6,#q7,#q8,#q9,#q10,#q11,#q12,#q13,#ageVerify{
    display:none
}
@media screen and (max-width:768px){
    h1{
        font-size:1.4em
    }
    h2{
        font-size:1.25em
    }
    .txt:not(.q__subtitle) {
        font-size:1.15em;
        line-height:22px
    }
    .cta,.buttondiv button{
        font-size:1.2em
    }
}
footer{
    width:100%;
    position:fixed;
    bottom:0;
    margin-left:0;
    margin-right:0;
    margin-top:10px;
    text-align:center;
    font-weight:700;
    font-size:18px;
    color:#fff
}
footer a{
    color:yellow;
    text-decoration:none
}
.footer-text{
    margin:0 auto;
    width:60%;
    padding:10px;
    line-height:20px
}
.selected{
    background-color:#489ad6;
    color:#fff
}
#b1,#b2,#b3,#b4,#b5,#b6,#c1,#c2,#c3,#c4,#c5,#c6{
    background:url(//adultgames.fun/t3-s1/thumbs/x1.jpg) no-repeat center top #000
}
#b1{
    background-image:url(//adultgames.fun/t3-s1/thumbs/x2.jpg)
}
#b2{
    background-image:url(//adultgames.fun/t3-s1/thumbs/x3.jpg)
}
#b3{
    background-image:url(//adultgames.fun/t3-s1/thumbs/x4.jpg)
}
#b4{
    background-image:url(//adultgames.fun/t3-s1/thumbs/x5.jpg)
}
#b5{
    background-image:url(//adultgames.fun/t3-s1/thumbs/x6.jpg)
}
#b6{
    background-image:url(//adultgames.fun/t3-s1/thumbs/x1.jpg)
}
#c1{
    background-image:url(//adultgames.fun/t3-s1/thumbs/y2.jpg)
}
#c2{
    background-image:url(//adultgames.fun/t3-s1/thumbs/y3.jpg)
}
#c3{
    background-image:url(//adultgames.fun/t3-s1/thumbs/y4.jpg)
}
#c4{
    background-image:url(//adultgames.fun/t3-s1/thumbs/y5.jpg)
}
#c5{
    background-image:url(//adultgames.fun/t3-s1/thumbs/y6.jpg)
}
#c6{
    background-image:url(//adultgames.fun/t3-s1/thumbs/y1.jpg)
}
.regcenter{
    text-align:center
}
.trans{
    background:rgba(0,0,0,.5)
}
@media screen and (min-width:400px){
    #b1,#b2,#b3,#b4,#b5,#b6,#c1,#c2,#c3,#c4,#c5,#c6,body{
        -webkit-background-size:100%;
        -moz-background-size:100%;
        -o-background-size:100%;
        background-size:100%
    }
}
@media screen and (max-width:670px){
		.q__subtitle {
			font-weight: 600;
		}
    body,html{
        height:100%
    }
    footer{
        display:none
    }
    .answer,
    .answerAlt {
    	font-weight: 600;
    }
}
@media screen and (max-width:399px){
    .cta,.buttondiv button{
        display:block;
        max-width:220px;
        width:100%;
        margin:10px auto 0px!important
    }
    .txt:not(.q__subtitle) {
        padding:10px 15px;
        font-size:1.1em
    }
    #b1,#b2,#b3,#b4,#b5,#b6,#c1,#c2,#c3,#c4,#c5,#c6,body{
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size:cover
    }
    footer{
        display:none
    }
    #mute-button {
    	top: 0.5em;
    	right: 0.5em;
    }
    #q10 .q__title {
			font-size: 2em;
    }
}



.answerAlt{
    border:none;
    text-align:center;
    padding:20px 10px
}
#q10 .answerAlt input,#q10 .answerAlt select{
    border:1px solid #f2f2f2;
    display:inline-block;
    font-size:.8em;
    height:2em;
    line-height:2em;
    text-align:center;
    width:30%
}
#ageVerify{
    text-align:center
}
#ageVerify h2{
    color:#c00;
    text-transform:uppercase
}
#ageVerify>p{
    font-size:20px;
    text-transform:none
}
#verificationOptions>div,#continue a.chat_now{
    cursor:pointer;
    display:block;
    float:none;
    font-size:1.3em;
    height:1.2em;
    line-height:1.2;
    margin-bottom:10px;
    padding:0;
    width:100%
}
#verificationOptions>div{
    font-style:normal;
    height:2em;
    line-height:2
}
#verificationOptions>div img{
    height:1em;
    margin-right:10px;
    position:relative;
    top:.15em;
    width:auto
}
#verificationOptions>div:hover{
    text-shadow:0 0 10px rgba(255,255,255,.5)
}
#verificationOptions>div.clicked{
    color:#7f1a1c
}
#verificationOptions>div.disabled{
    color:#929292;
    opacity:.7;
    filter:alpha(opacity=70);
    cursor:not-allowed
}
#verificationOptions>div.disabled:hover{
    background-position:left top;
    text-shadow:none
}
#error,#continue{
    display:none
}
#error{
    color:red;
    font-size:18px;
    padding-top:10px
}
.meter{
    height:20px;
    position:relative;
    margin:10px 0;
    background:#555;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    padding:3px;
    -webkit-box-shadow:inset 0 -1px 1px rgba(255,255,255,.3);
    -moz-box-shadow:inset 0 -1px 1px rgba(255,255,255,.3);
    box-shadow:inset 0 -1px 1px rgba(255,255,255,.3);
    max-width:540px;
    margin:auto
}
.meter>span{
    display:block;
    height:100%;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    background-color:#7f1a1c;
    background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#7f1a1c),color-stop(1,rgba(52,168,83,.6)));
    background-image:-moz-linear-gradient(center bottom,#7f1a1c 37%,rgba(52,168,83,.6) 69%);
    -webkit-box-shadow:inset 0 2px 9px rgba(255,255,255,.3),inset 0 -2px 6px rgba(0,0,0,.4);
    -moz-box-shadow:inset 0 2px 9px rgba(255,255,255,.3),inset 0 -2px 6px rgba(0,0,0,.4);
    box-shadow:inset 0 2px 9px rgba(255,255,255,.3),inset 0 -2px 6px rgba(0,0,0,.4);
    position:relative;
    overflow:hidden
}
.meter>span:after,.animate>span>span{
    content:"";
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(.25,rgba(255,255,255,.2)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.2)),color-stop(.75,rgba(255,255,255,.2)),color-stop(.75,transparent),to(transparent));
    background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    z-index:1;
    -webkit-background-size:50px 50px;
    -moz-background-size:50px 50px;
    -o-background-size:50px 50px;
    background-size:50px 50px;
    -webkit-animation:move 2s linear infinite;
    -moz-animation:move 2s linear infinite;
    animation:move 2s linear infinite;
    overflow:hidden;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px
}
@-webkit-keyframes move{
    0%{
        background-position:0 0
    }
    100%{
        background-position:50px 50px
    }
}
@-moz-keyframes move{
    0%{
        background-position:0 0
    }
    100%{
        background-position:50px 50px
    }
}
@-o-keyframes move{
    0%{
        background-position:0 0
    }
    100%{
        background-position:50px 50px
    }
}
@keyframes move{
    0%{
        background-position:0 0
    }
    100%{
        background-position:50px 50px
    }
}
@media only screen and (max-width:479px){
    #ageVerify>p{
        font-size:17px
    }
    #verificationOptions>div,#continue a.chat_now{
        font-size:30px
    }
}
.fadeIn{
    opacity:0;
    animation:fadeIn .4s ease-in 1 forwards
}
.fadeOut{
    opacity:1;
    animation:fadeOut .4s ease-in 1 forwards
}
@keyframes fadeIn{
    to{
        opacity:1
    }
}
@keyframes fadeOut{
    to{
        opacity:0
    }
}
.muteAudio{
    position:fixed;
    cursor:pointer;
    top:0;
    right:5%;
    text-align:left;
    z-index:9999
}
.muteAudio i{
    color:#fff;
    font-size:3.2em;
    min-width:1em;
    opacity:.7;
    filter:alpha(opacity=70);
    -webkit-transition:opacity 0.15s ease-out;
    -moz-transition:opacity 0.15s ease-out;
    -ms-transition:opacity 0.15s ease-out;
    -o-transition:opacity 0.15s ease-out;
    transition:opacity 0.15s ease-out
}
.muteAudio:hover i{
    opacity:1;
    filter:alpha(opacity=100)
}
