/* ---------------------------
$init
--------------------------- */
body, html{
	position: relative;
	padding: 0;
	margin: 0;
	background: #B81B2D;
}
.game{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.game body{
	width: 100%;
	height: 100%;
}
img{
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, p{
	padding: 0;
	margin: 0;
}
nav, section, article, header, footer{
	display: block;
}
svg{
	position: absolute;
	width: 100%;
	height: 100%;
}


/* ---------------------------
$preloader
--------------------------- */
.preloader{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #B81B2D;
	z-index: 999;
}
.preloader .text{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 33px;
	margin: 50px 0 0 -250px;
	font: normal 500 9px/1 "Open Sans";
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-align: center;
	color: rgba(255,186,0,1);
}
.preloader .inner{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 416px;
	height: 33px;
	margin: -16.5px 0 0 -208px;
}
.preloader .inner .left{
	display: none;
	position: absolute;
	top: 0;
	width: 33px;
	height: 33px;
	background: url(../images/global/loader-left.png) no-repeat;
	background-size: 100%;
}
.preloader .inner .right{
	display: none;
	position: absolute;
	top: 0;
	width: 33px;
	height: 33px;
	background: url(../images/global/loader-right.png) no-repeat;
	background-size: 100%;
}
.preloader .inner .one{
	left: 0;
}
.preloader .inner .two{
	left: 26px;
}
.preloader .inner .three{
	left: 52px;
}
.preloader .inner .four{
	left: 78px;
}
.preloader .inner .five{
	left: 104px;
}
.preloader .inner .six{
	left: 130px;
}
.preloader .inner .seven{
	left: 156px;
}
.preloader .inner .eight{
	left: 182px;
}
.preloader .inner .nine{
	left: 208px;
}
.preloader .inner .ten{
	left: 234px;
}
.preloader .inner .eleven{
	left: 260px;
}
.preloader .inner .twelve{
	left: 286px;
}
.preloader .inner .thirteen{
	left: 312px;
}
.preloader .inner .fourteen{
	left: 338px;
}
.preloader .inner .fifteen{
	left: 364px;
}
.preloader .inner .sixteen{
	left: 390px;
}


/* ---------------------------
$terms
--------------------------- */
.terms{
	float: left;
	width: 100%;
	background: #B81B2D;
	color: #FFF;
	font: normal 100 12px/1.5 'Open Sans';
}
.terms .inner{
	width: 900px;
	margin: 0 auto;
}
.terms .inner h1{
	font-size: 17px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
.terms .inner h2{
	font-weight: 700;
	margin: 20px 0 0 0;
}
.terms .inner p{
	margin: 0 0 12px 0;
}
.terms .inner a{
	color: #FFF;
}
.terms ul{
	padding: 10px 30px;
}
.terms ul li{
	margin: 0 0 4px 0;
}
.terms .block{
	width: 100%;
	height: 40px;
}


/* ---------------------------
$no-h
--------------------------- */
.no-h,
.no-h-desktop{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 9998;
}
.no-h{
	z-index: 9999;
}
.no-h .text,
.no-h-desktop .text{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 20%;
	margin: -43px 0 0 0;
	font: normal 700 36px/1.2 'Open Sans';
	text-align: center;
	color: #B81B2D;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

/* ---------------------------
$global
--------------------------- */
.container{
	position: relative;
	float: left;
	width: 100%;
}
.game .container{
	position: absolute;
	height: 800%;
	background: #FFF;
}
.level{
	position: relative;
	width: 100%;
	height: 12.5%;
	margin: 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.level .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	-webkit-transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
	-o-transform: skewY(-2deg);
	transform: skewY(-2deg);
}
.level .text{
	position: absolute;
	float: left;
	top: 80px;
	left: 50%;
	width: 680px;
	margin: 0 0 0 -340px;
	z-index: 10;
}
.level h1{
	text-transform: uppercase;
	font: normal 400 40px/1 'Open Sans';
	margin: 0 0 12px 0;
	color: #B81B2D;
}
.level h2{
	text-transform: uppercase;
	font: normal 300 36px/1 'Open Sans';
	margin: 0 0 4px 0;
	color: #333;
}
.level p{
	font: normal 300 21px/1.3 'Open Sans';
	color: #333;
}
.level-nav{
	position: fixed;
	top: 50%;
	right: 5%;
	width: 2px;
	height: 420px;
	background: #B81B2D;
	margin: -210px 0 0 0;
}
.level-nav .step{
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #B81B2D;
	margin: -3px 0 0 -3px;
}
.level-nav .step span{
	display: block;
	font: normal 300 12px/22px 'Open Sans';
	color: #FFF;
	text-align: center;
	opacity: 0;
	visibility: hidden;
}
.level-nav .one{
	top: 0;
}
.level-nav .two{
	top: 70px;
}
.level-nav .three{
	top: 140px;
}
.level-nav .four{
	top: 210px;
}
.level-nav .five{
	top: 280px;
}
.level-nav .six{
	top: 350px;
}
.level-nav .seven{
	top: 420px;
}
.level-nav .current{
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #B81B2D;
	margin: -12px 0 0 -12px;
	border: 2px solid #FFF;
	-webkit-box-shadow:  0px 0px 0px 1px rgba(184,27,45,1);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.level-nav .current span{
	opacity: 1;
	visibility: visible;
}
.level .level-name{
	position: absolute;
	top: 80px;
	left: 0;
	width: 240px;
	height: 40px;
	padding: 0 20px;
	background: #B81B2D;
	color: #FFF;
	font: normal 300 26px/40px 'Open Sans';
	text-transform: uppercase;
	text-align: right;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.level .next-level{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 142px;
	height: 142px;
	border-radius: 50%;
	background: #FFDB20;
	padding: 36px 0 0 0;
	margin: 0 0 0 -71px;
	font: normal 300 20px/1.2 'Open Sans';
	text-transform: uppercase;
	text-align: center;
	color: #B81B2D;
	cursor: pointer;
	z-index: 99;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.level .next-level .arrow{
	display: block;
	position: absolute;
	top: 94px;
	left: 50%;
	width: 56px;
	height: 20px;
	background: url(../images/global/arrow.png) no-repeat;
	background-size: 100%;
	margin: 0 0 0 -28px;
}
.level .next-level:hover .arrow{
	animation: moveDown 2s infinite;
	-webkit-animation: moveDown 2s infinite;
	-moz-animation: moveDown 2s infinite;
	-o-animation: moveDown 2s infinite;
}
@keyframes moveDown{
	0%, 50%, 100% {top: 94px;}
	25%, 75% {top: 104px;}
}
@-webkit-keyframes moveDown{
	0%, 50%, 100% {top: 94px;}
	25%, 75% {top: 104px;}
}
@-moz-keyframes moveDown{
	0%, 50%, 100% {top: 94px;}
	25%, 75% {top: 104px;}
}
@-o-keyframes moveDown{
	0%, 50%, 100% {top: 94px;}
	25%, 75% {top: 104px;}
}
header{
	z-index: 1;
}
header .mask{
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	height: 120%;
	background: #E9E9E9;
	z-index: 0;
	-webkit-transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
	-o-transform: skewY(-2deg);
	transform: skewY(-2deg);
}
footer{
	position: relative;
	float: left;
	width: 100%;
	z-index: 2;
}
footer .mask{
	position: absolute;
	top: -56px;
	left: 0;
	width: 100%;
	height: 130%;
	background: #E9E9E9;
	z-index: 0;
	-webkit-transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
	-o-transform: skewY(-2deg);
	transform: skewY(-2deg);
}
footer .mask .inner{
	width: 1024px;
	margin: 20px auto;
	text-align: center;
	-webkit-transform: skewY(2deg);
	-ms-transform: skewY(2deg);
	-o-transform: skewY(2deg);
	transform: skewY(2deg);
}
footer .mask .inner a{
	display: inline-block;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	border-left: 1px solid #B81B2D;
	font: normal 700 16px/1 'Open Sans';
	color: #B81B2D;
}
footer .mask .inner a:first-child{
	margin: 0;
	padding: 0;
	border: 0;
}
footer #info{
	position: relative;
}
.white{
	background: #FFF;
}
.grey{
	background: #E9E9E9;
}



/* ---------------------------
$home
--------------------------- */
.home, 
.form-game{
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.home .bg, 
.form-game .bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/home/background.jpg);
	background-size: cover;
	z-index: 0;
}
.home .inner, 
.form-game .inner{
	position: relative;
	top: 0;
	width: 960px;
	margin: 0 auto;
	z-index: 1;
}
.home .logo, 
.form-game .logo{
	position: relative;
	float: left;
	width: 100%;
	margin: -40px 0 20px 0;
}
.home .logo .model-logo, 
.form-game .model-logo{
	float: left;
	width: 100%;
}
.home .logo .model-logo img, 
.form-game .logo .model-logo img{
	width: 100%;
	height: auto;
}
.home .stars, 
.form-game .stars{
	position: absolute;
	top: 5%;
	left: 50%;
	background: url(../images/home/stars.png) no-repeat;
	background-size: 100%;
	width: 36.25%;
	height: 68.48%;
	margin: 0 0 0 -18%;
}
.home .curly, 
.form-game .curly{
	position: absolute;
	top: -5%;
	left: 50%;
	background: url(../images/home/cpfl.png) no-repeat;
	background-size: 100%;
	width: 24%;
	height: 90.3%;
	margin: 0 0 0 -12%;
}
.home .live-fun, 
.form-game .live-fun{
	position: absolute;
	top: 30%;
	left: 50%;
	background: url(../images/home/live-fun.png) no-repeat;
	background-size: 100%;
	width: 18%;
	height: 48%;
	margin: 0 0 0 -35%;
}
.home .friends, 
.form-game .friends{
	position: absolute;
	top: 30%;
	left: 50%;
	background: url(../images/home/friends.png) no-repeat;
	background-size: 100%;
	width: 18%;
	height: 40%;
	margin: 0 0 0 16%;
}
.home .fun-radio, 
.form-game .fun-radio{
	position: absolute;
	bottom: -5%;
	left: 50%;
	background: url(../images/home/fun-radio.png) no-repeat;
	background-size: 100%;
	width: 14%;
	height: 20%;
	margin: 0 0 0 -7%;
}
.home .ticket{
	position: relative;
	float: left;
	width: 100%;
	margin: 20px 0;
}
.home .ticket:hover{
	-webkit-animation: tada both 0.25s linear 0s;
  	-moz-animation: tada both 0.25s linear 0s;
  	-ms-animation: tada both 0.25s linear 0s;
  	-o-animation: tada both 0.25s linear 0s;
  	animation: tada both 0.25s linear 0s;
}
.home .ticket img{
	width: 77.70%;
	height: auto;
	margin: 0 auto;
}
.home .start-game{
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
}
.home .start-game .button{
	display: block;
	width: 60%;
	margin: 0 auto;
	cursor: pointer;
}
.home .start-game .button:hover{
	-webkit-animation: tada both 0.25s linear 0s;
  	-moz-animation: tada both 0.25s linear 0s;
  	-ms-animation: tada both 0.25s linear 0s;
  	-o-animation: tada both 0.25s linear 0s;
  	animation: tada both 0.25s linear 0s;
}
.home .start-game .button img{
	width: 100%;
	height: auto;
}
.home .info{
	float: left;
	width: 100%;
	padding: 0 8%;
	color: #FFF;
	font: normal 400 16px/1.3 'Open Sans';
	text-align: center;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.home .silhouette, 
.form-game .silhouette{
	position: relative;
	float: left;
	width: 100%;
	margin: -40px 0 0 0;
	z-index: 1;
}
.form-game .silhouette{
	margin-top: 20px;
	z-index: 0;
}
.home .silhouette img, 
.form-game .silhouette img{
	width: 100%;
	height: auto;
}


/* ---------------------------
$formulaire
--------------------------- */
.get-in{
	float: left;
	width: 100%;
	padding: 60px 20%;
	margin: 40px 0 0 0;
	background: #FFF;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.get-in .text{
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}
.get-in h1{
	font: normal 800 27px/1 'Open Sans';
	margin: 0 0 6px 0;
	text-transform: uppercase;
	text-align: center;
}
.get-in p{
	font: normal 300 24px/1 'Open Sans';
	text-transform: uppercase;
	text-align: center;
}
.get-in form{
	float: left;
	width: 100%;
}
.get-in form input{
	display: block;
	width: 100%;
	height: 54px;
	border: 0;
	border: 4px solid #000;
	border-radius: 5px;
	padding: 0;
	margin: 0 0 14px 0;
	font: normal 400 20px/54px 'Open Sans';
	color: #000;
	text-align: center;
	background: #FFB704;
}
.get-in form input.submit{
	outline: none;
	width: 95px;
	height: 95px;
	border: 0;
	border-radius: 50%;
	background: #B81B2D;
	text-transform: uppercase;
	font: normal 600 16px/95px 'Open Sans';
	color: #FFF;
	margin: 0 auto;
	cursor: pointer;
	-webkit-appearance: none;
}
.pop-in{
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 99;
}
.pop-in .box{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 640px;
	height: 300px;
	border-radius: 10px;
	margin: -150px 0 0 -320px;
	padding: 40px;
	background: #b9242e;
	background: -moz-linear-gradient(45deg,  #b9242e 0%, #b9242e 50%, #c13b46 50%, #c13b46 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#b9242e), color-stop(50%,#b9242e), color-stop(50%,#c13b46), color-stop(100%,#c13b46));
	background: -webkit-linear-gradient(45deg,  #b9242e 0%,#b9242e 50%,#c13b46 50%,#c13b46 100%);
	background: -o-linear-gradient(45deg,  #b9242e 0%,#b9242e 50%,#c13b46 50%,#c13b46 100%);
	background: -ms-linear-gradient(45deg,  #b9242e 0%,#b9242e 50%,#c13b46 50%,#c13b46 100%); 
	background: linear-gradient(45deg,  #b9242e 0%,#b9242e 50%,#c13b46 50%,#c13b46 100%);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.pop-in .box p{
	float: left;
	width: 100%;
	font: normal 300 28px/1.2 'Open Sans';
	color: #FFF;
	text-align: center;
	margin: 0 0 20px 0;
}
.pop-in .box p span{
	font-weight: 600;
}
.pop-in .box .button{
	position: relative;
	float: left;
	width: 100%;
	height: 70px;
}
.pop-in .box .button a{
	position: absolute;
	float: left;
	top: 0;
	left: 50%;
	width: 70px;
	height: 70px;
	padding: 0;
	margin: 0 0 0 -35px;
	border: 0;
	border-radius: 50%;
	background: #FFDB20;
	font: normal 600 28px/70px 'Open Sans';
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #B81B2D;
	cursor: pointer;
	outline: none;
}


::-webkit-input-placeholder{ 
	color:#000; 
}
::-moz-placeholder{ 
	color:#000; 
}
:-ms-input-placeholder{
	color:#000;
}
input:-moz-placeholder{ 
	color:#000;
}



/* ---------------------------
$game
--------------------------- */
.game header,
.game footer{
	display: none;
}
.message{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.9);
	z-index: 10;
}
.message .inner{
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
}
.message .inner p{
	display: table-cell; 
  	vertical-align: middle; 
  	text-align: center;
  	font: normal 800 40px/1.2 'Open Sans';
  	color: #B81B2D;
}
.message .close{
	position: absolute;
	top: 40px;
	right: 40px;
	width: 36px;
	height: 36px;
	background: url(../images/global/close.png) no-repeat;
	background-size: 100%;
	cursor: pointer;
}

/* ---------------------------
$level one
--------------------------- */
.one .play-area{
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -180px;
}
.one .play-area .model{
	float: left;
	width: 100%;
}
.one .play-area .model img{
	width: 100%;
	height: auto;
}
.one .play-area .counter{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/level-one/counter-half.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
}
.one .play-area .indicator{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/level-one/indicator.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(0deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform: rotate(0deg);
	-moz-transform-origin: 50% 50%;
	-o-transform: rotate(0deg);
	-o-transform-origin: 50% 50%;
	transform: rotate(0deg);
	transform-origin: 50% 50%;
}
.one .play-area .hit-area{
	position: absolute;
	top: 63.88%;
	left: 50%;
	width: 200px;
	height: 50px;
	margin: 0 0 0 -100px;
	background: #B81B2D;
	font: normal 700 28px/50px 'Open Sans';
	text-transform: uppercase;
	text-align: center;
	color: #FFDB20;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.one .play-area .hit-area:active{
	background: #79111D;
}
.one .play-area .timer{
	position: absolute;
	top: 0;
	right: 0;
	width: 22.22%;
	height: 22.22%;
	border-radius: 50%;
	background: #B81B2D;
}
.one .play-area .timer .disc{
	position: absolute;
	top: 15%;
	left: 15%;
	width: 70%;
	height: 70%;
	border-radius: 50%;
	background: #FFF;
}
.one .play-area .timer .count{
	position: absolute;
	top: 15%;
	left: 15%;
	width: 70%;
	height: 70%;
	font: normal 800 28px/56px 'Open Sans';
	color: #B81B2D;
	text-align: center;
}
.one .curly-left, 
.two .curly-left{
	position: absolute;
	top: 50%;
	left: 0;
	background: url(../images/global/curly-left.png) no-repeat;
	background-size: 100%;
	width: 65px;
	height: 79px;
	margin: -40px 0 0 0;
}

/* ---------------------------
$level two
--------------------------- */
.two .play-area{
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 150px;
	margin: 20px 0 0 -40%;
	background: #951624;
	border-radius: 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.two .hit-area{
	position: absolute;
	top: 0;
	left: 50%;
	width: 10%;
	height: 100%;
	background: rgba(255,255,255,0.2);
	border: 5px solid #FFDB20;
	margin: 0 0 0 -5%;
	cursor: pointer;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.two .hit-area:active{
	background: rgba(255,255,255,0.4);
}
.two .plus-one,
.two .minus-one{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 60px;
	background: url(../images/level-two/plus-one.png) no-repeat;
	background-size: 100%;
	margin: 10px 0 0 -25px;
	z-index: 1;
}
.two .minus-one{
	left: 55%;
	background: url(../images/level-two/minus-one.png) no-repeat;
	background-size: 100%;
	margin: 10px 0 0 -25px;
}
.two .field{
	position: absolute;
	overflow: hidden;
	top: 58px;
	left: 6%;
	width: 88%;
	height: 34px;
}
.two .line-one{
	position: absolute;
	top: 2px;
	left: 0;
	width: 100%;
	height: 30px;
	background: rgba(0,0,0,0.1);
}
.two .line-one .circle{
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
	background: url(../images/level-two/circle.png) no-repeat;
	background-size: 100%;
	margin: -2px 0 0 -2px;
}
.two .line-one .true{
	background: url(../images/level-two/true.png) no-repeat;
	background-size: 100%;
}
.two .line-one .false{
	background: url(../images/level-two/false.png) no-repeat;
	background-size: 100%;
}
.two .start{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.25);
	z-index: 1;
}
.two .start .button{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 240px;
	height: 60px;
	background: #FFDB20;
	margin: -30px 0 0 -120px;
	font: normal 700 24px/60px 'Open Sans';
	color: #B81B2D;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}
.two .counter{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 148px;
	height: 56px;
	padding: 7px 0 7px 7px;
	background: #B81B2D;
	margin: -80px 0 0 -74px;
	z-index: 1;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.two .counter .box{
	position: relative;
	float: left;
	overflow: hidden;
	width: 30px;
	height: 42px;
	border-radius: 5px;
	background: rgba(0,0,0,0.2);
	margin: 0 5px 0 0;
}
.two .counter .units{
	font: normal 700 14px/42px 'Open Sans';
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
}
.two .counter .box-inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1000%;
}
.two .counter .operator .box-inner{
	height: 200%;
}
.two .counter .box span{
	float: left;
	width: 100%;
	height: 10%;
	font: normal 700 24px/42px 'Open Sans';
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
}
.two .counter .operator span{
	height: 50%;
}

/* ---------------------------
$level three
--------------------------- */
.three .play-area{
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	margin: -140px 0 0 -194px;
	z-index: 1;
}
.three .play-area .model{
	float: left;
	width: 100%;
}
.three .play-area .model img{
	width: 100%;
	height: auto;
}
.three .play-area .target,
.three .play-area .scan{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/level-three/target.png) no-repeat;
	background-size: 100%;
}
.three .play-area .target{
	cursor: pointer;
}
.three .play-area .target span{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	font: normal 700 140px/387px 'Open Sans';
	color: #B81B2D;
	text-transform: uppercase;
	text-align: center;
}
.three .play-area .scan{
	opacity: 0;
	visibility: hidden;
	background: url(../images/level-three/scan.gif) no-repeat;
	background-size: 100%;
}
.three .play-area .pointer{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 75px;
	height: 121px;
	background: url(../images/level-three/pointer.png) no-repeat;
	background-size: 100%;
	margin: -80px 0 0 -37px;
	cursor: pointer;
}
.three .play-area .go{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 26px;
	background: #B81B2D;
	margin: 60px 0 0 -30px;
	font: normal 600 16px/26px 'Open Sans';
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
}
.three .randomize,
.three .results{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.three .results{
	opacity: 0;
	visibility: hidden;
}
.three .results .result-text{
	position: absolute;
	float: left;
	top: 50%;
	left: 0;
	width: 45%;
	background: #B81B2D;
	padding: 40px 5% 40px 10%;
	margin: -100px 0 0 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.three .results .result-text h3{
	text-transform: uppercase;
	font: normal 600 30px/1 'Open Sans';
	margin: 0 0 20px 0;
	color: #FFDB20;
}
.three .results .result-text p{
	font: normal 400 18px/1.3 'Open Sans';
	color: #FFF;
}
.three .results .result-image{
	position: absolute;
	top: 50%;
	left: 55%;
	width: 300px;
	height: 300px;
	margin: -100px 0 0 0;
}
.three .results .result-image img{
	width: 100%;
	height: auto;
}
.three .curly-right{
	position: absolute;
	top: 50%;
	right: 0;
	background: url(../images/global/curly-right.png) no-repeat;
	background-size: 100%;
	width: 65px;
	height: 79px;
	margin: -40px 0 0 0;
}

/* ---------------------------
$level four
--------------------------- */
.four .play-area{
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	margin: -140px 0 0 -282.5px;
}
.four .play-area .model{
	float: left;
	width: 100%;
}
.four .play-area .model img{
	width: 100%;
	height: auto;
}
.four .play-area .field{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/level-four/field.png) no-repeat;
	background-size: 100%;
}
.four .play-area .field .timer{
	position: absolute;
	top: 12%;
	left: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #FFDB20;
	margin: 0 0 0 -26px;
	z-index: 1;
}
.four .play-area .timer .disc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #FFF;
}
.four .play-area .timer .count{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font: normal 700 32px/50px 'Open Sans';
	text-transform: uppercase;
	text-align: center;
	color: #B81B2D;
}
.four .play-area .field .boxes,
.four .play-area .field .start{
	position: absolute;
	top: 29.7%;
	left: 0;
	width: 100%;
	height: 70.3%;
}
.four .play-area .field .start .button{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 180px;
	height: 180px;
	background: #FFDB20;
	border-radius: 50%;
	padding: 62px 0 0 0;
	margin: -90px 0 0 -90px;
	cursor: pointer;
	font: normal 700 18px/1.1 'Open Sans';
	text-transform: uppercase;
	text-align: center;
	color: #B81B2D;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.four .play-area .field .box{
	position: relative;
	overflow: hidden;
	float: left;
	width: 20%;
	height: 33.3333%;
	cursor: pointer;
}
.four .play-area .field .box .image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: 50% 50%;
}
.four .play-area .field .box .image img{
	width: 100%;
	height: auto;
}
.four .play-area .field .dark-10{
	background: rgba(0,0,0,0.05);
}
.four .play-area .field .dark-20{
	background: rgba(0,0,0,0.1);
}
.four .play-area .field .dark-30{
	background: rgba(0,0,0,0.15);
}
.four .play-area .field .dark-40{
	background: rgba(0,0,0,0.2);
}
.four .curly-right{
	position: absolute;
	bottom: 5%;
	right: 0;
	background: url(../images/global/curly-right.png) no-repeat;
	background-size: 100%;
	width: 65px;
	height: 79px;
	margin: 0;
}

/* ---------------------------
$level five
--------------------------- */
.five .play-area{
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -180px;
}
.five .play-area .model{
	float: left;
	width: 100%;
}
.five .play-area .model img{
	width: 100%;
	height: auto;
}
.five .play-area .field{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: #E2E2E2;
	-webkit-box-shadow: inset 0px -10px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px -10px 0 rgba(0,0,0,0.2);
	-o-box-shadow: inset 0px -10px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0px -10px 0 rgba(0,0,0,0.2);
}
.five .play-area .hit-area{
	position: absolute;
	top: 14.17%;
	left: 11.11%;
	width: 77.78%;
	height: 66.67%;
	border-radius: 15px;
	background: #B81B2D;
	-webkit-box-shadow: inset 0px -15px 0 rgba(0,0,0,0.2), 0px -5px 15px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px -15px 0 rgba(0,0,0,0.2), 0px -5px 15px rgba(0,0,0,0.15);
	-o-box-shadow: inset 0px -15px 0 rgba(0,0,0,0.2), 0px -5px 15px rgba(0,0,0,0.15);
	box-shadow: inset 0px -15px 0 rgba(0,0,0,0.2), 0px -5px 15px rgba(0,0,0,0.15);
	cursor: pointer;
}
.five .play-area .hit-area.active{
	-webkit-box-shadow: inset 0px 5px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 5px 0 rgba(0,0,0,0.2);
	-o-box-shadow: inset 0px 5px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0px 5px 0 rgba(0,0,0,0.2);
}
.five .curly-left{
	position: absolute;
	bottom: 20%;
	left: 0;
	background: url(../images/global/curly-left.png) no-repeat;
	background-size: 100%;
	width: 65px;
	height: 79px;
}

/* ---------------------------
$level six
--------------------------- */
.six .play-area{
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	margin: 40px 0 0 -447px;
}
.six .play-area .model{
	float: left;
	width: 100%;
}
.six .play-area .model img{
	width: 100%;
	height: auto;
}
.six .play-area .bowl{
	position: absolute;
	top: 0;
	left: 0;
	width: 27.96%;
	height: 100%;
	background: url(../images/level-six/bowl.png) no-repeat;
	background-size: 100%;
}
.six .play-area .one{
	left: 0;
}
.six .play-area .two{
	left: 36.02%;
}
.six .play-area .three{
	left: 72.04%;
}
.six .play-area .curly{
	position: absolute;
	top: 62.85%;
	left: 9.56%;
	width: 8.84%;
	height: 58px;
	background: url(../images/level-six/curly.png) no-repeat;
	background-size: 100%;
}
.six .start{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.six .start .button{
	position: absolute;
	top: 0;
	left: 50%;
	width: 260px;
	height: 100px;
	background: #FFDB20;
	margin: -40px 0 0 -130px;
	font: normal 700 32px/100px 'Open Sans';
	color: #B81B2D;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}
.six .curly-left{
	position: absolute;
	bottom: 10%;
	left: 0;
	background: url(../images/global/curly-left.png) no-repeat;
	background-size: 100%;
	width: 65px;
	height: 79px;
}

/* ---------------------------
$level seven
--------------------------- */
.seven .level-name{
	z-index: 1;
}
.seven .play-area{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 260px 0 0 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.seven .play-area .inner{
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.seven .play-area .infinite-scroll{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1999800px;
	background: url(../images/level-seven/arrow.png) repeat-y 50% 0;
	background-size: 18px;
}
.seven .play-area .counter{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 184px;
	height: 56px;
	padding: 7px 0 7px 7px;
	background: #B81B2D;
	margin: -28px 0 0 -92px;
	z-index: 1;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.seven .play-area .counter .box{
	position: relative;
	float: left;
	overflow: hidden;
	width: 30px;
	height: 42px;
	border-radius: 5px;
	background: rgba(0,0,0,0.2);
	margin: 0 5px 0 0;
}
.seven .play-area .counter .units{
	font: normal 700 14px/42px 'Open Sans';
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
}
.seven .play-area .counter .box-inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1000%;
}
.seven .play-area .counter .box span{
	float: left;
	width: 100%;
	height: 10%;
	font: normal 700 24px/42px 'Open Sans';
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
}
.seven .play-area .text-stop{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 180px;
	padding: 10px 0;
	background: #FFF;
	font: normal 700 16px/1.2 'Open Sans';
	text-align: center;
	color: #B81B2D;
	margin: 28px 0 0 -90px;
	cursor: pointer;
}
.seven .play-area .text-stop span{
	text-decoration: underline;
}
.seven .play-area .curly-l,
.seven .play-area .curly-r{
	position: absolute;
	top: 0;
	left: 25%;
	width: 93px;
	height: 90px;
	background: url(../images/level-seven/curly.png) no-repeat;
	background-size: 100%;
	margin: 0 0 0 -47px;
}
.seven .play-area .curly-r{
	left: 75%;
}
.seven .play-area .bouton-l,
.seven .play-area .bouton-r{
	position: absolute;
	top: 0;
	width: 170px;
	height: 79px;
	background: url(../images/level-seven/bouton.png) no-repeat;
	background-size: 100%;
	padding: 14px 0 0 0;
	margin: 0 0 0 -85px;
	font: normal 300 20px/1 'Open Sans';
	text-transform: uppercase;
	text-align: center;
	color: #333;
	cursor: pointer;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.seven .play-area .bouton-l{
	left: 25%;
}
.seven .play-area .bouton-r{
	left: 75%;
}

/* ---------------------------
$level eight
--------------------------- */
.eight .play-area{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 280px;
	background: url(../images/level-seven/arrow.png) repeat-y 50% 0;
	background-size: 18px;
}
.eight .validation{
	outline: none;
	position: absolute;
	border: 0;
	top: 380px;
	left: 50%;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: #B81B2D;
	padding: 0;
	margin: -90px 0 0 -90px;
	font: normal 700 28px/1 'Open Sans';
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #FFDB20;
	cursor: pointer;
	-webkit-appearance: none;
}
.eight .mask{
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background: #E9E9E9;
	z-index: 0;
	-webkit-transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
	-o-transform: skewY(-2deg);
	transform: skewY(-2deg);
}
.eight .silhouette{
	position: absolute;
	bottom: 0;
	left: 0;
	float: left;
	width: 100%;
	z-index: 1;
}
.eight .silhouette img{
	width: 100%;
	height: auto;
}


/* ---------------------------
$results
--------------------------- */
.results .page{
	position: relative;
	float: left;
	width: 100%;
	padding: 50px 0;
	margin: -80px 0 0 0;
	background: #851421;
	background: -moz-linear-gradient(top, #851421 0%, #b81b2d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#851421), color-stop(100%,#b81b2d));
	background: -webkit-linear-gradient(top, #851421 0%,#b81b2d 100%);
	background: -o-linear-gradient(top, #851421 0%,#b81b2d 100%);
	background: -ms-linear-gradient(top, #851421 0%,#b81b2d 100%);
	background: linear-gradient(to bottom, #851421 0%,#b81b2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#851421', endColorstr='#b81b2d',GradientType=0 );
}
.results .page .inner{
	width: 960px;
	margin: 0 auto;
}
.results .page h1{
	font: normal 300 60px/1 'Open Sans';
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 10px 0;
	color: #FFF;
}
.results .page h2{
	font: normal 300 24px/1.2 'Open Sans';
	text-transform: uppercase;
	text-align: center;
	color: #FFDB20;
}
.results .page h2 + p{
	font: normal 300 18px/1.2 'Open Sans';
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0 0 0;
	color: #FFDB20;
}
.results .page .box{
	position: relative;
	float: left;
	width: 100%;
	background: #FFF;
	padding: 40px 80px;
	margin: 30px 0 0 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.results .page .box .line-h{
	float: left;
	width: 100%;
	height: 1px;
	background: #B81B2D;
}
.results .page .box h3{
	float: left;
	width: 100px;
	height: 24px;
	background: #B81B2D;
	font: normal 300 20px/24px 'Open Sans';
	text-transform: uppercase;
	text-indent: 6px;
	margin: 0 0 6px 0;
	color: #FFF;
}
.results .page .box h4{
	float: left;
	width: 100%;
	color: #B81B2D;
	font: normal 400 26px/1 'Open Sans';
	text-transform: uppercase;
}
.results .page .box .one{
	position: relative;
	float: left;
	width: 480px;
	height: 320px;
	padding: 0 0 0 80px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.results .page .box .one .image{
	position: relative;
	float: left;
	width: 280px;
	height: 140px;
	background: url(../images/results/counter.png) no-repeat;
	background-size: 280px;
	margin: 20px 0;
}
.results .page .box .one .indicator{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 280px;
	background: url(../images/results/indicator.png) no-repeat;
	background-size: 280px;
	-webkit-transform: rotate(0deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform: rotate(0deg);
	-moz-transform-origin: 50% 50%;
	-o-transform: rotate(0deg);
	-o-transform-origin: 50% 50%;
	transform: rotate(0deg);
	transform-origin: 50% 50%;
}
.results .page .box .one p{
	float: left;
	width: 100%;
	color: #B81B2D;
	text-transform: uppercase;
	font: normal 300 22px/1 'Open Sans';
}
.results .page .box .one .border{
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 280px;
	background: #B81B2D;
}
.results .page .box .two{
	position: relative;
	float: left;
	width: 320px;
	height: 320px;
	padding: 0 0 0 60px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.results .page .box .two .image{
	position: relative;
	float: left;
	width: 100%;
	height: 122px;
	background: url(../images/results/music.png) 50% 0 no-repeat;
	background-size: 80px;
	margin: 20px 0 0 0;
}
.results .page .box .two .percent{
	position: absolute;
	top: 92px;
	left: 100px;
	font: normal 600 18px/1 'Open Sans';
	color: #E9E9E9;
}
.results .page .box .two p{
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	color: #B81B2D;
	text-transform: uppercase;
	font: normal 300 18px/1 'Open Sans';
}
.results .page .box .three{
	position: relative;
	float: left;
	width: 560px;
	height: 340px;
	padding: 20px 0 0 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.results .page .box .three .nose-text{
	float: left;
	width: 50%;
}
.results .page .box .three h5{
	font: normal 600 13px/1 'Open Sans';
	text-transform: uppercase;
	color: #B81B2D;
	margin: 20px 0;
}
.results .page .box .three p{
	font: normal 300 13px/1.5 'Open Sans';
	color: #000;
}
.results .page .box .three .nose-image{
	float: left;
	width: 50%;
	padding: 30px 8% 0 8%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.results .page .box .three .nose-image img{
	width: 100%;
	height: auto;
}
.results .page .box .three .border{
	position: absolute;
	top: 20px;
	right: 0;
	width: 1px;
	height: 280px;
	background: #B81B2D;
}
.results .page .box .four{
	position: relative;
	float: left;
	width: 240px;
	height: 340px;
	padding: 20px 20px 0 40px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.results .page .box .four .objects{
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}
.results .page .box .four .obj{
	position: relative;
	float: left;
	width: 50%;
	height: auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.results .page .box .four .obj .model{
	float: left;
	width: 100%;
}
.results .page .box .four .obj .model img{
	width: 100%;
	height: auto;
}
.results .page .box .four .obj span{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/results/false.png) 90% 90% no-repeat;
	background-size: 13%;
	width: 100%;
	height: 100%;
}
.results .page .box .four .true span{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/results/true.png) 90% 90% no-repeat;
	background-size: 21%;
	width: 100%;
	height: 100%;
}
.results .page .box .four .banana,
.results .page .box .four .true .banana,
.results .page .box .four .moon,
.results .page .box .four .true .moon,
.results .page .box .four .croissant,
.results .page .box .four .true .croissant,
.results .page .box .four .boomerang,
.results .page .box .four .true .boomerang{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.results .page .box .four .banana{
	background: url(../images/results/banana-off.png) 50% 50% no-repeat;
	background-size: 53%;
}
.results .page .box .four .true .banana{
	background: url(../images/results/banana-on.png) 50% 50% no-repeat;
	background-size: 53%;
}
.results .page .box .four .moon{
	background: url(../images/results/moon-off.png) 50% 50% no-repeat;
	background-size: 61%;
}
.results .page .box .four .true .moon{
	background: url(../images/results/moon-on.png) 50% 50% no-repeat;
	background-size: 61%;
}
.results .page .box .four .croissant{
	background: url(../images/results/croissant-off.png) 50% 50% no-repeat;
	background-size: 66%;
}
.results .page .box .four .true .croissant{
	background: url(../images/results/croissant-on.png) 50% 50% no-repeat;
	background-size: 66%;
}
.results .page .box .four .boomerang{
	background: url(../images/results/boomerang-off.png) 50% 50% no-repeat;
	background-size: 39%;
}
.results .page .box .four .true .boomerang{
	background: url(../images/results/boomerang-on.png) 50% 50% no-repeat;
	background-size: 39%;
}
.results .page .box .five{
	position: relative;
	float: left;
	width: 220px;
	height: 340px;
	padding: 20px 40px 0 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.results .page .box .five .target{
	float: left;
	width: 110px;
	height: 140px;
	background: url(../images/results/target.png) 50% 50% no-repeat;
	background-size: 100%;
	margin: 10px 0;
}
.results .page .box .five h4,
.results .page .box .five p{
	float: left;
	width: 100%;
	font: normal 300 16px/1.3 'Open Sans';
	text-transform: uppercase;
	color: #B81B2D;
}
.results .page .box .five h4{
	font-size: 21px;
}
.results .page .box .five .border{
	position: absolute;
	top: 20px;
	right: 0;
	width: 1px;
	height: 280px;
	background: #B81B2D;
}
.results .page .box .six{
	position: relative;
	float: left;
	width: 360px;
	height: 340px;
	padding: 20px 20px 0 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.results .page .box .six .image{
	float: left;
	width: 100%;
	height: 130px;
	background: url(../images/results/bowl-off.png) 50% 0 no-repeat;
	background-size: 177px;
	margin: 20px 0 30px 0;
}
.results .page .box .six .true{
	background: url(../images/results/bowl-on.png) 50% 0 no-repeat;
	background-size: 177px;
}
.results .page .box .six p{
	float: left;
	width: 100%;
	font: normal 300 16px/1.3 'Open Sans';
	text-transform: uppercase;
	color: #B81B2D;
}
.results .page .box .six .border{
	position: absolute;
	top: 20px;
	right: 0;
	width: 1px;
	height: 280px;
	background: #B81B2D;
}
.results .page .box .seven{
	position: relative;
	float: left;
	width: 220px;
	height: 340px;
	padding: 20px 0 0 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.results .page .box .seven .block{
	float: left;
	width: 100%;
	padding: 20px 0 0 0;
}
.results .page .box .seven .image{
	float: left;
	width: 50px;
}
.results .page .box .seven .image img{
	width: 100%;
	height: auto;
}
.results .page .box .seven .scroll-text{
	float: left;
	width: 146px;
	padding: 0 0 0 20px;
	margin-top: -6px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.results .page .box .seven .distance,
.results .page .box .seven .time{
	float: left;
	width: 100%;
	font: normal 700 44px/1 'Open Sans';
	text-transform: uppercase;
	text-align: center;
	color: #B81B2D;
}
.results .page .box .seven .distance span,
.results .page .box .seven .time span{
	font-size: 10px;
}
.results .page .box .seven .distance-text,
.results .page .box .seven .time-text{
	float: left;
	width: 100%;
	font: normal 300 14px/1 'Open Sans';
	text-align: center;
	color: #B81B2D;
}
.results .page .box .seven .distance-image,
.results .page .box .seven .time-image{
	float: left;
	width: 100%;
	height: 29px;
	margin: 6px 0 0 0;
	background: url(../images/results/measure.png) no-repeat;
	background-size: 120px;
}
.results .page .box .seven .time-image{
	background: url(../images/results/time.png) 50% 50% no-repeat;
	background-size: 77px;
	height: 41px;
}
.results .page .box .seven .block + p{
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	font: normal 300 16px/1.3 'Open Sans';
	text-transform: uppercase;
	color: #B81B2D;
}
.results .page .box .suscribe,
.results .page .suscribe-mobile{
	position: relative;
	float: left;
	width: 100%;
	height: 300px;
}
.results .page .suscribe-mobile{
	display: none;
	height: 190px;
}
.results .page .box .suscribe a,
.results .page .suscribe-mobile a{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 220px;
	height: 220px;
	background: #FFDB20;
	border-radius: 50%;
	padding: 74px 0 0 0;
	margin: -110px 0 0 -110px;
	font: normal 800 24px/1.2 'Open Sans';
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #B81B2D;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.results .page .suscribe-mobile a{
	width: 160px;
	height: 160px;
	padding: 56px 0 0 0;
	margin: -80px 0 0 -80px;
	font: normal 800 16px/1.2 'Open Sans';
}
.results .page .network{
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
}
.results .page .network a{
	float: right;
	width: 90px;
	background: #FFF;
	padding: 10px;
	margin: 0 0 0 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.results .page .network a img{
	width: 100%;
	height: auto;
}


@media only screen and (max-width : 1680px){
	.level h1{
		font-size: 34px;
	}
	.level h2{
		font-size: 30px;
	}
	.level p{
		font-size: 16px;
	}
}
@media only screen and (max-width : 1280px) and (orientation : landscape){
	.one .play-area{
		margin-top: -40px;
	}
	.one .play-area .hit-area{
		width: 180px;
		height: 50px;
		margin: 0 0 0 -90px;
		font: normal 700 28px/50px 'Open Sans';
	}
	.two .play-area{
		margin-top: 40px;
	}
	.two .counter{
		margin-top: -40px;
	}
	.three .play-area{
		margin: -80px 0 0 -150px;
	}
	.three .play-area .model img{
		width: 300px;
	}
	.three .play-area .target span{
		line-height: 300px;
	}
	.three .results .result-image{
		margin-top: -50px;
	}
	.three .results .result-text{
		padding: 40px 5% 40px 5%;
		margin-top: -50px; 
	}
	.three .results .result-text p{
		font: normal 400 15px/1.5 'Open Sans';
	}
	.three .results .result-text h3{
		font-size: 26px;
		margin-bottom: 16px;
	}
	.four .play-area{
		margin-top: -90px;
	}
	.five .play-area{
		margin-top: -50px;
	}
	.six .play-area{
		margin-top: 90px;
	}
	.eight .validation{
		width: 160px;
		height: 160px;
		margin: -80px 0 0 -80px;
		font-size: 24px;
	}
}
@media only screen and (min-width : 1025px) and (max-width : 1280px) and (min-aspect-ratio : 38/20){
	.home .logo, 
	.form-game .logo{
		margin: -50px 0 0 0;
	}
	.home .ticket{
		margin-bottom: 10px;
	}
	.get-in{
		padding: 30px 20%;
		margin-top: 20px;
	}
	.get-in p{
		font-size: 20px;
	}
}
@media only screen and (max-width : 1220px){
	.level .level-name{
		width: 140px;
	}
}
@media only screen and (max-width : 1024px) and (orientation : landscape){
	.no-h-desktop{
		display: block;
	}
}
@media only screen and (max-device-width : 1024px) and (orientation : landscape){
	.no-h{
		display: block;
	}
}
@media only screen and (max-width : 1024px){
	.terms .inner{
		width: 90%;
	}
	footer .mask .inner{
		width: 100%;
	}
	.home .inner, .form-game .inner{
		width: 90%;
		margin: 40px auto;
	}
	.home .logo{
		margin-bottom: 40px;
	}
	.home .live-fun{
		left: 10%;
		width: 20%;
		height: 70%;
		margin: 0;
	}
	.home .friends{
		left: auto;
		right: 10%;
		width: 18%;
		height: 55%;
	}
	.home .info{
		padding: 0;
		margin-bottom: 40px;
	}
	.level .text{
		top: 200px;
		width: 80%;
		margin-left: -40%; 
	}
	.one .play-area,
	.two .play-area{
		margin-top: -40px;
	}
	.one .curly-left,
	.two .curly-left{
		top: 85%;
	}
	.three .results .result-text{
		margin-top: -140px; 
	}
	.three .results .result-image{
		margin-top: -80px;
	}
	.three .curly-right{
		top: 85%;
	}
	.five .play-area{
		margin-top: -70px;
	}
	.six .play-area{
		width: 84%;
		margin: 0 0 0 -42%;
	}
	.two .start .button,
	.six .start .button{
		width: 200px;
		height: 70px;
		margin: -40px 0 0 -100px;
		font: normal 700 24px/70px 'Open Sans';
	}
	.two .start .button{
		margin: -35px 0 0 -100px;
	}
	.seven .play-area{
		padding-top: 400px;
	}
	.results .page .inner{
		width: 800px;
	}
	.results .page .box{
		padding: 40px;
	}
	.results .page .box .one{
		width: 400px;
		padding: 0;
	}
	.results .page .box .two{
		padding: 0 0 0 40px;
	}
	.results .page .box .two .percent{
		left: 110px;
	}
	.results .page .box .three{
		width: 500px;
	}
	.results .page .box .four{
		width: 220px;
		padding-left: 20px;
	}
	.results .page .box .five{
		width: 200px;
		padding: 20px 20px 0 0;
	}
	.results .page .box .six{
		width: 300px;
	}
	.results .page .box .six p{
		font-size: 14px;
	}
}
@media only screen and (max-width : 860px){
	.home .fun-radio{
		bottom: -12%;
	}
	.home .ticket img{
		width: 100%;
	}
	.home .start-game .button{
		width: 70%;
	}
	.level .level-name{
		top: 40px;
	}
	.level .text{
		top: 120px;
	}
	.level h2{
		font-size: 24px;
	}
	.two .play-area{
		height: 210px;
		margin-top: 0;
	}
	.two .field{
		top: 88px;
	}
	.three .results .result-image{
		width: 30%;
	}
	.three .results .result-text{
		padding: 40px 5%;
	}
	.three .results .result-text h3{
		font-size: 24px;
	}
	.three .results .result-text p{
		font-size: 15px;
	}
	.results .page .inner{
		width: 700px;
	}
	.results .page h2{
		font-size: 21px;
	}
	.results .page .box .one{
		width: 380px;
	}
	.results .page .box .two{
		width: 240px;
	}
	.results .page .box .two .percent{
		left: 74px;
	}
	.results .page .box .three{
		width: 400px;
	}
	.results .page .box .three h5{
		margin: 20px 0 10px 0;
	}
	.results .page .box .three p{
		font: normal 300 12px/1.4 'Open Sans';
	}
	.results .page .box .three .nose-image{
		padding-top: 60px;
	}
	.results .page .box .five{
		width: 160px;
	}
	.results .page .box .five h4{
		font-size: 16px;
	}
	.results .page .box .five p{
		font-size: 14px;
	}
	.results .page .box .six{
		width: 240px;
	}
	.results .page .box .six .image{
		background-size: 70%;
		height: 102px;
	}
	.results .page .box .suscribe a{
		width: 180px;
		height: 180px;
		padding: 58px 0 0 0;
		margin: -90px 0 0 -90px;
		font: normal 800 21px/1.2 'Open Sans';
	}
	.get-in p{
		font-size: 20px;
	}
}
@media only screen and (max-width : 768px){
	header .mask{
		bottom: 0px;
	}
	.results .page{
		margin-top: -20px;
	}
	.two .hit-area{
		width: 20%;
		margin-left: -10%;
	}
	.two .minus-one{
		left: 60%;
	}
	.message .inner p{
		font-size: 34px;
	}
	.home .curly, 
	.form-game .curly{
		top: 5%;
	}
	.home .fun-radio{
		bottom: -20%;
	}
}
@media only screen and (max-width : 720px){
	footer .mask .inner a{
		font-size: 14px;
	}
	.results .page .inner{
		width: 580px;
	}
	.results .page h2{
		font-size: 18px;
	}
	.results .page .box .one{
		width: 300px;
	}
	.results .page .box .two{
		width: 180px;
	}
	.results .page .box .two .percent{
		left: 42px;
	}
	.results .page .box .two p{
		font-size: 16px;
	}
	.results .page .box .three{
		width: 100%;
		height: 300px;
	}
	.results .page .box .three .nose-text{
		width: 60%;
	}
	.results .page .box .three .nose-image{
		padding: 0 3%; 
		width: 40%;
	}
	.results .page .box .three .border{
		top: auto;
		bottom: 0;
		width: 100%;
		height: 1px;
	}
	.results .page .box .four{
		padding-left: 0;
	}
	.results .page .box .four + .line-h{
		position: relative;
		top: 20px;
		width: 1px;
		height: 280px;
	}
	.results .page .box .five{
		width: 279px;
		padding-left: 40px;
	}
	.results .page .box .five .border{
		top: auto;
		bottom: 0;
		width: 480px;
		height: 1px;
	}
	.results .page .box .five .target{
		width: 100%;
		height: 180px;
		background-size: 66%;
	}
	.results .page .box .six{
		width: 280px;
	}
	.results .page .box .six .image{
		background-size: 62%;
		height: 108px;
	}
	.results .page .box .six p{
		font-size: 13px;
	}
	.get-in{
		padding: 60px 10%;
	}
	.pop-in .box{
		width: 460px;
		margin-left: -230px;
	}
	.pop-in .box p{
		font-size: 24px;
	}
	.preloader .text{
		width: 90%;
		margin: 50px 0 0 -45%;
	}
	.preloader .inner{
		width: 300px;
		height: 24px;
		margin: -12px 0 0 -150px;
	}
	.preloader .inner .left,
	.preloader .inner .right{
		width: 24px;
		height: 24px;
	}
	.preloader .inner .one{
		left: 0;
	}
	.preloader .inner .two{
		left: 18px;
	}
	.preloader .inner .three{
		left: 36px;
	}
	.preloader .inner .four{
		left: 54px;
	}
	.preloader .inner .five{
		left: 72px;
	}
	.preloader .inner .six{
		left: 90px;
	}
	.preloader .inner .seven{
		left: 108px;
	}
	.preloader .inner .eight{
		left: 126px;
	}
	.preloader .inner .nine{
		left: 144px;
	}
	.preloader .inner .ten{
		left: 162px;
	}
	.preloader .inner .eleven{
		left: 180px;
	}
	.preloader .inner .twelve{
		left: 198px;
	}
	.preloader .inner .thirteen{
		left: 216px;
	}
	.preloader .inner .fourteen{
		left: 234px;
	}
	.preloader .inner .fifteen{
		left: 252px;
	}
	.preloader .inner .sixteen{
		left: 270px;
	}
}
@media only screen and (max-width : 620px){
	.message .close{
		top: 30px;
		right: 30px;
		width: 24px;
		height: 24px;
	}
	.no-h .text{
		margin: -28px 0 0 0;
		font: normal 700 24px/1.2 'Open Sans';
	}
	.four .play-area{
		width: 84%;
		margin: -100px 0 0 -42%;
	}
	.results .page .inner{
		width: 90%;
	}
	.results .page .box h4{
		font-size: 21px;
	}
	.results .page .box{
		padding: 0;
	}
	.results .page .box .one{
		width: 100%;
		height: auto;
		padding: 20px;
	}
	.results .page .box .line-h,
	.results .page .box .one .border,
	.results .page .box .three .border,
	.results .page .box .five .border,
	.results .page .box .six .border{
		display: none;
	}
	.results .page .box .one h3,
	.results .page .box .one h4{
		float: none;
	}
	.results .page .box .one p{
		font-size: 16px;
	}
	.results .page .box .one .image{
		float: none;
		margin: 20px auto;
		width: 240px;
		height: 120px;
		background-size: 240px;
	}
	.results .page .box .one .indicator{
		background-size: 240px;
		height: 240px;
	}
	.results .page .box .two{
		width: 100%;
		height: auto;
		padding: 20px;
		background: #E9E9E9;
	}
	.results .page .box .two .percent{
		left: 50%;
		margin: 0 0 0 -28px;
	}
	.results .page .box .three{
		height: auto;
		padding: 20px;
	}
	.results .page .box .three .nose-text{
		width: 100%;
	}
	.results .page .box .three .nose-image{
		width: 100%;
		padding: 0;
	}
	.results .page .box .three .nose-image img{
		width: 50%;
		margin: 0 auto;
	}
	.results .page .box .four{
		width: 100%;
		height: auto;
		padding: 20px;
		background: #E9E9E9;
	}
	.results .page .box .four .obj{
		width: 25%;
	}
	.results .page .box .four + .line-h{
		top: 0;
		width: 100%;
		height: 1px;
	}
	.results .page .box .five{
		width: 100%;
		height: auto;
		padding: 20px;
	}
	.results .page .box .six{
		width: 100%;
		height: auto;
		padding: 20px;
		background: #E9E9E9;
	}
	.results .page .box .six .border{
		top: auto;
		bottom: 0;
		width: 100%;
		height: 1px;
	}
	.results .page .box .six .image{
		height: 144px;
	}
	.results .page .box .seven{
		width: 100%;
		height: auto;
		padding: 20px;
	}
	.results .page .box .suscribe{
		height: 240px;
	}
	.results .page .box .suscribe a{
		width: 160px;
		height: 160px;
		padding: 50px 0 0 0;
		margin: -80px 0 0 -80px;
		font: normal 800 18px/1.2 'Open Sans';
	}
}
@media only screen and (max-width : 484px){
	footer #ticket .info{
		padding: 10px 0;
		margin: 10px;
		background: #fec62f;
		background: -moz-linear-gradient(top,  #fec62f 5%, #d78a21 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#fec62f), color-stop(100%,#d78a21));
		background: -webkit-linear-gradient(top,  #fec62f 5%,#d78a21 100%);
		background: -o-linear-gradient(top,  #fec62f 5%,#d78a21 100%);
		background: -ms-linear-gradient(top,  #fec62f 5%,#d78a21 100%);
	}
}

@media only screen and (max-width : 480px){
	.home .bg, 
	.form-game .bg{
		background: url(../images/home/background-mobile.jpg);
		background-size: cover;
	}
	footer .mask .inner a{
		font-size: 12px;
		padding-left: 10px;
		margin-left: 10px; 
	}
	.message .inner p{
		font-size: 28px;
	}
	.home .logo{
		margin: -20px 0 0 0;
	}
	.home .curly{
		top: -30%;
		width: 32%;
		height: 115%;
		margin: 0 0 0 -16%;
	}
	.home .live-fun{
		top: 20%;
		width: 24%;
		left: 5%;
		margin: 0;
	}
	.home .friends{
		top: 24%;
		width: 22%;
		left: auto;
		right: 5%;
	}
	.home .fun-radio{
		bottom: -12%;
		width: 20%;
		height: 28%;
		margin: 0 0 0 -10%;
	}
	.home .info{
		font: normal 300 11px/1.3 'Open Sans';
		padding: 0;
		margin-bottom: 40px;
	}
	.home .ticket{
		margin: 20px 0 6px 0;
	}
	.game footer{
		display: none;
	}
	.level-nav{
		display: none;
	}
	.level .level-name{
		top: 15px;
		width: 80px;
		height: 24px;
		padding: 0 10px;
		font: normal 300 16px/24px 'Open Sans';
	}
	.level .text{
		top: 50px;
	}
	.level h1{
		font-size: 18px;
		margin-bottom: 6px;
		text-align: center;
	}
	.level h2{
		font-size: 14px;
		text-align: center;
	}
	.level p{
		font-size: 12px;
		text-align: center;
	}
	.one .play-area{
		top: 200px;
		left: 10%;
		width: 80%;
		margin: 0;
	}
	.one .play-area .timer{
		font: normal 800 26px/54px 'Open Sans';
	}
	.one .play-area .hit-area{
		top: 62%;
		width: 160px;
		height: 44px;
		font: normal 700 20px/44px 'Open Sans';
		margin: 0 0 0 -80px;
	}
	.one .curly-left, 
	.two .curly-left,
	.three .curly-right,
	.four .curly-right,
	.five .curly-left,
	.six .curly-left{
		width: 50px;
		height: 64px;
	}
	.level .next-level {
		width: 70px;
		height: 70px;
		padding: 20px 0 0 0;
		margin: 0 0 0 -35px;
		font: normal 300 11px/1.2 'Open Sans';
		z-index: 2;
	}
	.level .next-level .arrow{
		top: 54px;
		width: 20px;
		height: 15px;
		margin: 0 0 0 -10px;
	}
	.two .play-area{
		width: 90%;
		margin-left: -45%;
		height: 150px;
	}
	.two .field{
		top: 58px;
	}
	.three .play-area{
		position: absolute;
		float: left;
		top: 160px;
		left: 10%;
		margin: 0;
		z-index: 1;
		width: 80%;
	}
	.three .play-area .target span{

	}
	.three .results .result-image{
		position: absolute;
		top: 150px;
		left: 30%;
		width: 40%;
		height: 200px;
		margin: 0;
	}
	.three .results .result-text{
		top: auto;
		bottom: 110px;
		width: 80%;
		padding: 10px;
		margin: 0;
		left: 10%;
	}
	.three .results .result-text h3{
		font: normal 600 12px/1 'Open Sans';
		margin: 0 0 4px 0;
		text-align: center;
	}
	.three .results .result-text p{
		font: normal 300 10px/1.5 'Open Sans';
	}
	.four .play-area .field .start .button{
		width: 110px;
		height: 110px;
		padding: 33px 0 0 0;
		margin: -55px 0 0 -55px;
		font: normal 700 13px/1.1 'Open Sans';
	}
	.four .play-area .field .timer{
		top: 5%;
		width: 40px;
		height: 40px;
		font: normal 700 26px/40px 'Open Sans';
		margin: 0 0 0 -22px;
		z-index: 1;
	}
	.five .play-area{
		width: 80%;
		top: 200px;
		margin: 0;
		left: 10%;
		margin: 0;
	}
	.two .start .button, 
	.six .start .button{
		width: 140px;
		height: 50px;
		margin: -40px 0 0 -70px;
		font: normal 700 18px/50px 'Open Sans';
	}
	.two .start .button{
		margin-top: -25px;
	}
	.six .play-area{
		margin-top: 50px;
	}
	.six .curly-left{
		bottom: 40%;
	}
	.seven .play-area{
		padding-top: 200px;
	}
	.seven .play-area .curly-l, 
	.seven .play-area .curly-r{
		width: 60px;
		height: 60px;
		margin: 0 0 0 -30px;
	}
	.seven .play-area .text-stop{
		font: normal 600 13px/1.2 'Open Sans';
	}
	.seven .play-area .bouton-l,
	.seven .play-area .bouton-r{
		bottom: 20px;
		width: 120px;
		height: 56px;
		padding: 12px 0 0 0;
		margin: 0 0 0 -60px;
		font: normal 300 13px/1 'Open Sans';
	}
	.eight .mask{
		display: none;
	}
	.eight .play-area{
		height: 172px;
	}
	.eight .validation {
		top: 50%;
		left: 50%;
		width: 120px;
		height: 120px;
		margin: -60px 0 0 -60px;
		font: normal 700 18px/1 'Open Sans';
	}
	.level .next-level{
		bottom: 20px;
	}
	.level .next-level:hover .arrow{
		animation: none;
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
	}
	.results .page h1{
		font-size: 48px;
	}
	.results .page h2{
		font-size: 15px;
	}
	.results .page .box .four .obj div{
		width: 100%;
		height: 100%;
	}
	.results .page .network a{
		width: 30%;
		margin-left: 5%;
	}
	.results .page .network a:last-child{
		margin-left: 0;
	}
	.results .page .box .five .target{
		background-size: 44%;
	}
	.get-in{
		padding: 20px 10%;
		margin: 0;
	}
	.get-in h1{
		font-size: 16px;
	}
	.get-in p{
		font-size: 12px;
	}
	.get-in .text{
		margin: 0 0 10px 0;
	}
	.get-in form input{
		height: 30px;
		font: normal 400 12px/30px 'Open Sans';
		border: 1px solid #000;
		margin: 0 0 10px 0;
	}
	.get-in form input.submit{
		width: 80px;
		height: 80px;
		font: normal 600 12px/80px 'Open Sans';
	}
	.form-game .silhouette{
		height: 100px;
	}
	.form-game .silhouette img{
		height: 100%;
		width: auto;
	}
	.pop-in .box{
		width: 280px;
		padding: 40px 20px;
		margin-left: -140px;
	}
	.pop-in .box p{
		font-size: 18px;
		margin: 0 0 40px 0;
	}
}
@media only screen and (max-width : 360px){
	.results .page .box .suscribe{
		display: none;
	}
	.results .page .suscribe-mobile{
		display: block;
	}
	.results .page .box{
		margin: 0;
	}
	.home .start-game{
		margin: 20px 0;
	}
	.home .start-game .button{
		width: 100%;
	}
	.level .level-name{
		top: 10px;
		width: 65px;
		height: 20px;
		padding: 0 10px;
		font: normal 300 14px/20px 'Open Sans';
	}
	.level .text{
		top: 40px;
		width: 90%;
		margin-left: -45%;
	}
	.level p{
		font-size: 11px;
	}
	.message .inner p{
		font-size: 24px;
	}
	.message .close{
		top: 20px;
		right: 20px;
		width: 20px;
		height: 20px;
	}
	.level .next-level{
		bottom: 10px;
	}
	.one .play-area{
		left: 8%;
		width: 84%;
	}
	.one .play-area .timer .count{
		font: normal 800 20px/42px 'Open Sans';
	}
	.one .play-area .hit-area{
		width: 140px;
		height: 44px;
		margin: 0 0 0 -70px;
	}
	.two .play-area{
		width: 120%;
		margin-left: -60%;
		margin-top: 20px;
	}
	.two .counter{
		margin-top: -60px;
	}
	.two .hit-area{
		border: 3px solid #FFDB20;
	}
	.two .plus-one,
	.two .minus-one{
		width: 40px;
		height: 50px;
		background: url(../images/level-two/plus-one.png) no-repeat;
		background-size: 100%;
		margin: 10px 0 0 -20px;
		z-index: 1;
	}
	.three .play-area{
		top: 200px;
		left: 20%;
		width: 60%;
	}
	.three .play-area .target span{
		font: normal 700 90px/192px 'Open Sans';
	}
	.three .play-area .pointer{
		width: 40px;
		height: 62px;
		margin: -60px 0 0 -20px;
	}
	.three .play-area .go{
		width: 44px;
		height: 20px;
		margin: 30px 0 0 -22px;
		font: normal 600 12px/20px 'Open Sans';
	}
	.three .results .result-text{
		bottom: auto;
		top: 280px;
		width: 100%;
		padding: 10px;
		margin: 0;
		left: 0;
	}
	.three .results .result-image{
		top: 130px;
		left: 30%;
		width: 40%;
	}
	.four .play-area{
		margin-top: -20px;
	}
	.four .play-area .field .timer{
		top: 10%;
		width: 32px;
		height: 32px;
		margin: 0 0 0 -16px;
	}
	.four .play-area .timer .count{
		font: normal 700 20px/32px 'Open Sans';
	}
	.four .play-area .field .start .button{
		width: 90px;
		height: 90px;
		padding: 30px 0 0 0;
		margin: -45px 0 0 -45px;
		font: normal 700 10px/1.1 'Open Sans';
	}
	.five .play-area{
		width: 60%;
		top: 230px;
		left: 20%;
	}
	.two .counter,
	.seven .play-area .counter{
		width: 134px;
		height: 36px;
		padding: 3px 0 3px 3px;
		margin: -18px 0 0 -67px;
	}
	.two .counter{
		width: 108px;
		margin: -30px 0 0 -54px;
	}
	.two .counter .box,
	.seven .play-area .counter .box{
		width: 24px;
		height: 30px;
		border-radius: 3px;
		margin: 0 2px 0 0;
	}
	.two .counter .box span,
	.seven .play-area .counter .box span{
		font: normal 700 18px/30px 'Open Sans';
	}
	.seven .play-area .counter .units{
		font: normal 700 10px/30px 'Open Sans';
	}
	.seven .play-area .text-stop{
		margin: 18px 0 0 -90px;
		font-size: 12px;
	}

	.results .page .box .four .obj{
		width: 50%;
	}
}
@media only screen and (max-width : 320px) and (min-aspect-ratio : 4/5){
	.one .play-area{
		top: 150px;
	}
	.one .play-area .hit-area{
		top: 55%;
	}
	.two .play-area{
		top: auto;
		bottom: 10px;
	}
	.two .counter{
		top: auto;
		bottom: 170px;
	}
	.three .play-area{
		top: 150px;
	}
	.three .results .result-text{
		top: 180px;
	}
	.three .results .result-image {
		top: 110px;
		left: 40%;
		width: 20%;
		height: 80px;
	}
	.five .play-area{
		top: 200px;
	}
}






