body{
	background-color: #787878;
}
.check-img{
	height: 40px;
	width: 40px;
	background: url('../img/green_check_b.png');	
}
.error-img{
	height: 40px;
	width: 40px;
	background: url('../img/red_cross_b.png');
}
.frac-denom-value{
	position: absolute;
	left: 50%;
	margin-left: -7px;
	bottom: 5px;
}
.frac-denominator{
	position: relative;
	margin: 5px 3px 5px 3px;
	padding: 1px;
	width: 42px;
	height: 42px;
	color:#000;
	font-size: 24px;
	text-align: center;
	border-radius: 6px;
	border: solid 2px #37c8d7;
	-moz-box-shadow: inset 0px 3px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0px 3px 3px rgba(0,0,0,0.25);
	box-shadow: inset 0px 3px 3px rgba(0,0,0,0.25);
}
.fraction{
	display: none;
	position: absolute;
	bottom: -65px;
	text-align: center;
	width: 10px;
	margin-left: -5px;
	opacity: 0;
}
.tickmark{
	background-color: #37c8d7;
	display: none;
	height: 26px;
	opacity: 0;
	position: absolute;
	top: 14px;
	width: 1px;
}
.tickmark-fixed{
	background-color: #37c8d7;
	height: 26px;
	position: absolute;
	top: 14px;
	width: 1px;
}
.validation-img{
	display: none;
	opacity: 0;

	height: 40px;
	position: absolute;
	right: -60px;
	top: 30px;
	width: 40px;
}

.underline{
	height: 1px;
	background-color: black;
}

#btn-check{
	position: absolute;
	bottom: 20px;
	right: 0;
	margin-right: -6px;
	display: none;
	opacity: 0;
}

#btn-audio{
	display: none;

	position: absolute;
	top: 40px;
	left: 40px;
}

#btn-nav-r{
}
#btn-nav-l{
}
#btn-no{
	left: 50%;
	margin-left: 10px;
}
#btn-play{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -72px 0 0 -72px;
}
#btn-replay{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -72px 0 0 -72px;
}
#btn-yes{
	left: 50%;
	margin-left: -100px;
}
#dot{
	background: url('../img/dot.png');
	height: 19px;
	left: 50%;
	margin-left: -9px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 19px;
	z-index: 3;
	opacity: 1;
}
#explanation-box{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	position: relative;
	text-align: center;
	top: 300px;

	display: none;
	opacity: 0;
}
#first-frac-input{
	display: none;
	opacity: 0;

	bottom: 80px;
	left: 180px;
	position: absolute;
}
#first-question-text{
	bottom: 40px;
	right: -430px;
	position: absolute;
}
#second-frac-input{
	display: none;
	opacity: 0;

	bottom: 80px;
	position: absolute;
	right: 200px;
}
#second-question-text{
	bottom: 40px;
	right: 70px;
	position: absolute;
	width: 330px;
}

#top-screen-text{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	position: absolute;
	text-align: center;
	top: -90px;
	width: 500px;
	left: 50%;
	margin-left: -250px;

	display: none;
	opacity: 0;
}
#fourth-frac-input{
	display: none;
	opacity: 0;

	bottom: 80px;
	left: 300px;
	position: absolute;
}
#fourth-question-text{
	bottom: 40px;
	left: -80px;
	position: absolute;
	width: 70px;
}
#fourth-question-text-2{
	bottom: 40px;
	right: -280px;
	position: absolute;
	width: 200px;
}

#frac_1_2{
	left: 50%;
}
#frac_2_2{
	left: 100%;
}

#frac_1_3{
	left: 33.33%;
}
#frac_2_3{
	left: 66.66%;
}
#frac_3_3{
	left: 100%;
}

#frac_1_4{
	left: 25%;
}
#frac_2_4{
	left: 50%;
}
#frac_3_4{
	left: 75%;
}
#frac_4_4{
	left: 100%;
}

#frac_1_6{
	left: 16.67%;
}
#frac_2_6{
	left: 33.33%;
}
#frac_3_6{
	left: 50%;
}
#frac_4_6{
	left: 66.67%;
}
#frac_5_6{
	left: 83.33%;
}
#frac_6_6{
	left: 100%;
}


#frac_1_8{
	left: 12.5%;
}
#frac_2_8{
	left: 25%;
}
#frac_3_8{
	left: 37.5%;
}
#frac_4_8{
	left: 50%;
}
#frac_5_8{
	left: 62.5%;
}
#frac_6_8{
	left: 75%;
}
#frac_7_8{
	left: 87.5%;
}
#frac_8_8{
	left: 100%;
}

#game-wrapper{
	font-family: 'Open Sans', sans-serif;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 475px;
	margin: 100px auto;
	position: relative;
	width: 825px;
}
#left_1_2{
	position: absolute;
	left: -70px;
	color: #37c8d7;

	display: none;
	opacity: 0;
}
#left_1_2 .underline{
	background-color: #37c8d7;
}
#left-arrow{
	height: 15px;
	position: absolute;
	left: -22px;
	top: 18px;
	background: url('../img/flecha_izquierda.png');
	width: 22px;
}

#number-line{
	height: 1px;
	position: absolute;
	background: #37c8d7;
	left: 0;
	top: 25px;
	width: 426px;
}

#right-arrow{
	height: 15px;
	position: absolute;
	right: -22px;
	top: 18px;
	background: url('../img/flecha_derecha.png');
	width: 22px;
}
#roll{
	background: url('../img/rollo2.png');
	height: 53px;
	left: 0px;
	position: absolute;
	top: 0;
	width: 12px;
	z-index: 2;
}
#slider{
	display: none;

	background: white;
	border: none;
	cursor: url('../img/hand.png');
	font-weight: 400;
	font-size: 22px;
	height: 50px;
	left: 50%;
	margin-left: -213px;
	position: absolute;
	top: 130px;
	width: 426px;
	z-index: 1;
}
#slider.ui-state-disabled{
	opacity: 1;
}
#slider > .ui-slider-range{
	height: 50px;
	opacity: 0.7;
	top: 0px;
	background: #9be07f;

	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 0;
}
#slider > .ui-slider-handle{
	background: #9be07f;
	border: none;
	top: 50px;
	height: 34px;
	margin-left: 0;
	width: 39px;
	border-radius: 0;
	opacity: 1;
	background: url('../img/hand.png');
}
#slider > .ui-slider-handle:focus{
	outline: none;
}
#third-question-check{
	right: 70px;
	top: 48px;
}
#third-question-wrapper{
	display: none;
	opacity: 0;

	bottom: 150px;
	left: 50%;
	margin-left: -225px;
	position: absolute;
	width: 450px;
}
#third-question-wrapper > .btn-blu{
	position: absolute;
}

#tick_0.tickmark-fixed{
	left: 0%;
	display: block;
	opacity: 1;
}
#tick_1.tickmark-fixed{
	left: 100%;
	display: block;
	opacity: 1;
}

#tick_1_2.tickmark{
	left: 50%;
}
#tick_2_2.tickmark{
	left: 100%;
}

#tick_1_3.tickmark{
	left: 33.33%;
}
#tick_2_3.tickmark{
	left: 66.66%;
}
#tick_3_3.tickmark{
	left: 100%;
}


#tick_1_4.tickmark{
	left: 25%;
}
#tick_2_4.tickmark{
	left: 50%;
}
#tick_3_4.tickmark{
	left: 75%;
}
#tick_4_4.tickmark{
	left: 100%;
	opacity: 1;
}


#tick_1_6.tickmark{
	left: 16.67%;
}
#tick_2_6.tickmark{
	left: 33.33%;
}
#tick_3_6.tickmark{
	left: 50%;
}
#tick_4_6.tickmark{
	left: 66.67%;
}
#tick_5_6.tickmark{
	left: 83.33%;
}
#tick_6_6.tickmark{
	left: 100%;
}

#tick_1_8.tickmark{
	left: 12.5%;
}
#tick_2_8.tickmark{
	left: 25%;
}
#tick_3_8.tickmark{
	left: 37.5%;
}
#tick_4_8.tickmark{
	left: 50%;
}
#tick_5_8.tickmark{
	left: 62.5%;
}
#tick_6_8.tickmark{
	left: 75%;
}
#tick_7_8.tickmark{
	left: 87.5%;
}
#tick_8_8.tickmark{
	left: 100%;
}



#one{
	left: 100%;
	bottom: -47px;
	position: absolute;
	text-align: center;
	width: 10px;
	margin-left: -5px;
	opacity: 1;
}
#zero{
	position: absolute;
	bottom: -47px;
	text-align: center;
	width: 10px;
	margin-left: -5px;
	opacity: 1;
}

/* Hand animation */

.hand-animation{
			
			animation: animationFrames linear 2s;
			animation-iteration-count: 1;
			transform-origin: ;
			-webkit-animation: animationFrames linear 2s;
			-webkit-animation-iteration-count: 1;
			-webkit-transform-origin: ;
			-moz-animation: animationFrames linear 2s;
			-moz-animation-iteration-count: 1;
			-moz-transform-origin: ;
			-o-animation: animationFrames linear 2s;
			-o-animation-iteration-count: 1;
			-o-transform-origin: ;
			-ms-animation: animationFrames linear 2s;
			-ms-animation-iteration-count: 1;
			-ms-transform-origin: ;
		}

			@keyframes animationFrames{
			  0% {
			    left:15px;
			    top:65px;
			    opacity:0;
			    transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
			  }
			  20% {
			    left:0px;
			    top:50px;
			    opacity:1;
			  }
			  40% {
			    left:15px;
			    top:65px;
			  }
			  60% {
			    opacity:1;
			  }
			  80% {
			    left:0px;
			    top:50px;
			    opacity:1;
			  }
			  100% {
			    left:15px;
			    top:65px;
			    opacity:1;
			    transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
			  }
			}

			@-moz-keyframes animationFrames{
			  0% {
			    left:15px;
			    top:65px;
			    opacity:0;
			    -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
			  }
			  20% {
			    left:0px;
			    top:50px;
			    opacity:1;
			  }
			  40% {
			    left:15px;
			    top:65px;
			    opacity:1;
			  }
			  60% {
			  	left:0px;
			    top:50px;
			    opacity:1;
			  }
			  80% {
			    left:15px;
			    top:65px;
			    opacity:1;
			  }
			  100% {
			    left:0px;
			    top:50px;
			    opacity:1;
			    -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
			  }
			}

			@-webkit-keyframes animationFrames {
			  0% {
			    left:15px;
			    top:65px;
			    opacity:0;
			    -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
			  }
			  20% {
			    left:0px;
			    top:50px;
			    opacity:1;
			  }
			  40% {
			    left:15px;
			    top:65px;
			    opacity:1;
			  }
			  60% {
			  	left:0px;
			    top:50px;
			    opacity:1;
			  }
			  80% {
			    left:15px;
			    top:65px;
			    opacity:1;
			  }
			  100% {
			    left:0px;
			    top:50px;
			    opacity:1;
			    -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
			  }
			}

			@-o-keyframes animationFrames {
			  0% {
			    left:15px;
			    top:65px;
			    opacity:0;
			    -o-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
			  }
			  20% {
			    left:0px;
			    top:50px;
			    opacity:1;
			  }
			  40% {
			    left:15px;
			    top:65px;
			    opacity:1;
			  }
			  60% {
			  	left:0px;
			    top:50px;
			    opacity:1;
			  }
			  80% {
			    left:15px;
			    top:65px;
			    opacity:1;
			  }
			  100% {
			    left:0px;
			    top:50px;
			    opacity:1;
			    -o-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
			  }
			}

			@-ms-keyframes animationFrames {
			  0% {
			    left:15px;
			    top:65px;
			    opacity:0;
			    -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
			  }
			  20% {
			    left:0px;
			    top:50px;
			    opacity:1;
			  }
			  40% {
			    left:15px;
			    top:65px;
			    opacity:1;
			  }
			  60% {
			  	left:0px;
			    top:50px;
			    opacity:1;
			  }
			  80% {
			    left:15px;
			    top:65px;
			    opacity:1;
			  }
			  100% {
			    left:0px;
			    top:50px;
			    opacity:1;
			    -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
			  }
			}

/* ------------ */