html,body{
	min-width: 240;
}
.clear{
	clear: both;
}
.sl-slider-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* Custom navigation dots */

.nav-dots {
	display: none;
}

/* First Slide */
.bg-1 .sl-slide-inner,
.bg-1 .sl-content-slice {
	background: #58A3FF;
}

/* Second Slide */
.bg-2 .sl-slide-inner,
.bg-2 .sl-content-slice {
	background: #fff;
}

/* Content elements */

.deco {
	position: absolute;
	top: 55%;
	margin-top: -240;
	left: 50%;
	margin-left: -100;
	-webkit-animation: blurFadeImg 0.5s ease-in 0.5s backwards;
	-moz-animation: blurFadeImg 0.5s ease-in 0.5s backwards;
	-ms-animation: blurFadeImg 0.5s ease-in 0.5s backwards;
	animation: blurFadeImg 0.5s ease-in 0.5s backwards;
}

.sl-slide h2 {
	position: absolute;
	top: 60%;
	line-height: 100;
	height: 90;
	margin-top: -50;
	font-family: 'Rosario', sans-serif;
	font-size: 90;
	font-weight: 700;
	width: 100%;
	text-align: center;
	color: transparent;
}
.sl-slide h2.frame-5 {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
	color: transparent;
	text-shadow: 0 0 1px #fff;
}
.sl-slide h2 .frame-5 span {
	-webkit-animation: blurFadeIn 1s ease-in 1s backwards;
	-moz-animation: blurFadeIn 1s ease-in 1s backwards;
	-ms-animation: blurFadeIn 1s ease-in 1s backwards;
	animation: blurFadeIn 1s ease-in 1s backwards;
	color: transparent;
	text-shadow: 0 0 1px #fff;
}
.sl-slide h2.frame-5 span:nth-child(2) {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.sl-slide h2.frame-5 span:nth-child(3) {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	animation-delay: 2s;
}
@-webkit-keyframes blurFadeIn{
	0%{
		opacity: 0;
		text-shadow: 0 0 40 #fff;
		-webkit-transform: scale(1.3);
	}
	50%{
		opacity: 0.5;
		text-shadow: 0 0 10 #fff;
		-webkit-transform: scale(1.1);
	}
	100%{
		opacity: 1;
		text-shadow: 0 0 0 #fff;
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes blurFadeIn{
	0%{
		opacity: 0;
		text-shadow: 0 0 40 #fff;
		-moz-transform: scale(1.3);
	}
	100%{
		opacity: 1;
		text-shadow: 0 0 0 #fff;
		-moz-transform: scale(1);
	}
}
@keyframes blurFadeIn{
	0%{
		opacity: 0;
		text-shadow: 0 0 40 #fff;
		transform: scale(1.3);
	}
	50%{
		opacity: 0.5;
		text-shadow: 0 0 10 #fff;
		transform: scale(1.1);
	}
	100%{
		opacity: 1;
		text-shadow: 0 0 0 #fff;
		transform: scale(1);
	}
}

@-webkit-keyframes blurFadeImg{
	0%{
		opacity: 0;
		text-shadow: 0 0 40 #fff;
		-webkit-transform: scale(1.3);
	}
	50%{
		opacity: 0.5;
		text-shadow: 0 0 10 #fff;
		-webkit-transform: scale(1.1);
	}
	100%{
		opacity: 1;
		text-shadow: 0 0 1px #fff;
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes blurFadeImg{
	0%{
		opacity: 0;
		text-shadow: 0 0 40 #fff;
		-moz-transform: scale(1.3);
	}
	100%{
		opacity: 1;
		text-shadow: 0 0 1px #fff;
		-moz-transform: scale(1);
	}
}
@keyframes blurFadeImg{
	0%{
		opacity: 0;
		text-shadow: 0 0 40 #fff;
		transform: scale(1.3);
	}
	100%{
		opacity: 1;
		text-shadow: 0 0 1px #fff;
		transform: scale(1);
	}
}

.header{
	width: 100%;
	min-width: 240;
	height: 90;
	padding: 15px 0;
	background-color: #58A3FF;
	color: #fff;
	border-bottom: solid 5px #ACD0FC;
}
.wrapper{
	margin: auto;
	width: 870;
	padding: 0 15px;
	text-align: center;
}
#logo{
	display: inline-block;
	padding-right: 20;
	vertical-align: middle;
}
#logo img{
	width: 90;
	height: 90;
}
#title{
	display: inline-block;
	text-align: center;
	font-family: 'Rosario', sans-serif;
	font-size: 60;
	line-height: 90;
	margin: auto;
}
.home{
	width: 100%;
	min-height: 600;
	padding-bottom: 20;
}
#production{
	text-align: right;
	margin-top: -30;
	padding-right: 180;
	color: #000;
}
#production a{
	color: #fff;
	font-weight: bold;
}
#quote{
	margin: auto;
	padding: 15px 0 20 0;
	border-bottom: solid 3px #f0f0f0;
}
#quote img{
	display: inline-block;
	float: left;
	height: 65px;
}
#quote-words{
	font-size: 24px;
	font-weight: 300;
	color: #606060;
	line-height: 140%;
}
#content{
	padding-top: 30;
}
#content-text{
	float: left;
	width: 500;
	text-align: left;
}
#content-img{
	float: right;
}

#types{
	margin-top: 15px;
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	color: #404040;
	text-align: center;
}
.types-div{
	float: left;
	width: 30.33%;
	padding: 0 1.5%;
	line-height: 140%;
}
.types-div img{
	border: solid 4px #58A3FF;
	border-radius: 77px;
}
.types-div img:hover{
	cursor: pointer;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.small-text{
	text-align: left;
	font-size: 12px;
	color: #606060;
}
#footer{
	width: 100%;
	height: 25px;
	padding: 10 0;
	background-color: #ACD0FC;
	text-align: center;
	color: #404040;
	font-size: 14px;
	line-height: 25px;
}
#start-playing{
	width: 400;
	margin: auto;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	padding: 10 0;
	border-bottom: solid 3px #e0e0e0;
}
#types-div{
	width: 100%;
	min-height: 400;
	padding-bottom: 20;
	padding-top: 20;
	text-align: left;
}
#level-title{
	font-family: "Rosario",sans-serif;
	font-size: 40;
	padding-bottom: 10;
	color: #606060;
}
#rules{
	float: right;
	width: 250;
	height: 450;
	padding: 15px;
	border: solid 2px #eeeeee;
	background-color: #eeeeee;
	margin-top: 10;
}
#rules img{
		max-width: 250;
	}
.normal-title{
	font-size: 24px;
	font-weight: 300;
	text-align: left;
}
#rules-text{
	padding-top: 20;
	font-size: 14px;
	font-weight: 400;
	color: #404040;
	line-height: 140%;
	text-align: left;
}
#rules-text img{
	padding: 5px 0;
	margin: 5px 0;
	border-top: solid 1px #d0d0d0;
	border-bottom: solid 1px #d0d0d0;
}
#rules-text-home{
	padding-top: 20;
	font-size: 16px;
	font-weight: 300;
	color: #404040;
	line-height: 150%;
	text-align: left;
}
#rules-text-home img{
	padding: 5px 0;
	margin: 5px 0;
	border-top: solid 1px #d0d0d0;
	border-bottom: solid 1px #d0d0d0;
	float: none;
}

.arrow-img{
	border: 0 !important;
	float: left !important;
	margin: 0 !important;
	padding-right: 10 !important;
	vertical-align: middle;
}
#game{
	margin-top: 10;
	text-align: left;
	float: left;
	width: 525px;
	padding: 15px;
	min-height: 450;
	border: solid 2px #f0f0f0;
}
#game-bg{
	width: 525px;
	height: 450;
	background: url('../images/letters.png') no-repeat;
	background-size: cover;
}
#play-now{
	padding: 190 0 0 160;
}
.play-button{
	border: 0;
  background: #58A3FF;
  color: white;
  padding: 20 48px;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  display: inline-block; /* needed for anchors */
  position: relative;
	box-shadow: 1px 0 #4171ae, 0 1px #5786c1,
              2px 1px #4171ae, 1px 2px #5786c1,
              3px 2px #4171ae, 2px 3px #5786c1,
              4px 3px #4171ae, 3px 4px #5786c1,
              5px 4px #4171ae, 4px 5px #5786c1,
              6px 5px #4171ae, 5px 6px #5786c1;
}
  .play-button:hover, .play-button:focus {
    transform: translate(2px, 2px);
    box-shadow: 1px 0 #4171ae, 0 1px #5786c1,
              2px 1px #4171ae, 1px 2px #5786c1,
              3px 2px #4171ae, 2px 3px #5786c1,
              4px 3px #4171ae, 3px 4px #5786c1;
	cursor: pointer;
  }
  .play-button:active,
  .play-button:active {
   	transform: translate(4px, 4px);
    box-shadow: 1px 0 #4171ae, 0 1px #5786c1,
              2px 1px #4171ae, 1px 2px #5786c1;
  }





.play-button-small{
	border: 0;
  background: #58A3FF;
  color: white;
  padding: 10 24px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  position: relative;
	box-shadow: 1px 0 #4171ae, 0 1px #5786c1,
              2px 1px #4171ae, 1px 2px #5786c1,
              3px 2px #4171ae, 2px 3px #5786c1,
              4px 3px #4171ae, 3px 4px #5786c1,
              5px 4px #4171ae, 4px 5px #5786c1,
              6px 5px #4171ae, 5px 6px #5786c1;
}
  .play-button-small:hover, .play-button-small:focus {
    transform: translate(2px, 2px);
    box-shadow: 1px 0 #4171ae, 0 1px #5786c1,
              2px 1px #4171ae, 1px 2px #5786c1,
              3px 2px #4171ae, 2px 3px #5786c1,
              4px 3px #4171ae, 3px 4px #5786c1;
	cursor: pointer;
  }
  .play-button-small:active,
  .play-button-small:active {
   	transform: translate(4px, 4px);
    box-shadow: 1px 0 #4171ae, 0 1px #5786c1,
              2px 1px #4171ae, 1px 2px #5786c1;
  }
  
  
  
  








#timer{
	float: right;
	width: 150;
	text-align: right !important;
	color: #404040;
}
#defaultCountdown{
	display: inline;
}
#playing{
	display: none;
}
#tagBox{
	display: none;
	background-color: #fff;
	width: 503px;
}
#challenge{
	padding-top: 10;
	padding-bottom: 15px;
	color: #fff;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	background-color: #444444;
}
#results{
	padding-top: 15px;
	font-size: 14px;
	line-height: 140%;
}
.bold{
	font-weight: 700;
}
.suggestions{
	margin-top: 10;
	padding: 10;
	background-color: #f0f0f0;
	font-size: 14px;
}
.suggestions-title{
	font-size: 16px;
	font-weight: 700;
}
#score{
	margin: auto;
	line-height: 46px;
	text-align: center;
	font-size: 24px;
	width: 178px;
	height: 40;
}
#score-text{
	float: left;
}
#score-number{
	float: left;
	margin-left: 8px;
		width: 36px;
                height: 36px;
                background-color: #58A3FF;
                border-radius: 23px;
                z-index: 15;
                color: #fff;
                font-size: 18px;
		font-weight: 700;
                line-height: 36px;
                text-align: center;
		border: solid 4px #58A3FF;
}







#score-details{
	clear: both;
}
.score-title{
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 15px;
}
	#rank{
                position: relative;
		clear: both;
                margin-top: 40;
		height: 40;
            }
            #scale{
                position: absolute;
                width: 558px;
                height: 5px;
                background-color: #58A3FF;
                z-index: 10;
            }
            .circle{
                position: absolute;
                top: -21px;
                width: 36px;
                height: 36px;
                background-color: #fff;
                border: solid 4px #58A3FF;
                border-radius: 23px;
                z-index: 15;
                color: #58A3FF;
                font-size: 14px;
                line-height: 36px;
                text-align: center;
            }
            .full-circle{
                position: absolute;
                top: -21px;
                left: 200;
                width: 36px;
                height: 36px;
                background-color: #58A3FF;
                border: solid 4px #58A3FF;
                border-radius: 23px;
                z-index: 20;
                color: #fff;
                font-size: 14px;
                line-height: 36px;
                text-align: center;
            }
            #highest{
                left: 515px !important;
            }
            #average-text{
                position: absolute;
                top: 30;
                font-size: 12px;
                color: #606060;
            }
            #highest-text{
                position: absolute;
                top: -40;
                font-size: 12px;
                color: #606060;
            }
            #highest-text{
                left: 511px;
            }
	    #play-again{
		clear: both;
		padding-top: 15px;
		text-align: center;
	    }
#results-button{
	padding: 5px 10;
	background-color: #444444;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin: auto;
	margin-top: 10;
	display: none;
	float: right;
}
#results-button:hover{
	cursor: pointer;
	opacity: 0.8;
}
#back-home{
	margin: 20 auto;
	margin-top: 30;
	font-size: 15px;
	color: #58A3FF;
}
#back-home:hover{
	cursor: pointer;
}
#back-home img{
	padding-right: 5px;
	vertical-align: middle;
}






@media only screen and (max-width: 899px) {
	.deco {
		top: 55%;
		margin-top: -190;
		left: 50%;
		margin-left: -100;
	}
	.deco img{
		width: 200;
		height: 200;
	}
	.sl-slide h2{
		font-size: 60;
		margin-top: -10;
	}
	#content-text{
		width: 300;
	}
	.demo-img{
		max-width: 270;
	}
	#content-img{
		width: 230;
		margin-top: 80;
	}
	#quote img{
		height: 50;
	}
	#quote-words{
		font-size: 18px;
	}
	.wrapper{
		width: 555px;
	}
	.header{
		height: 70;
	}
	#title{
		font-size: 40;
		line-height: 70;
	}
	#production{
		padding-right: 100;
	}
	#logo img{
		width: 70;
		height: 70;
	}
	#level-title{
		font-size: 30;
	}
	#game{
		float: none;
		min-height: 350;
	}
	#game-bg{
		height: 350;
	}
	#play-now{
		padding-top: 135px;
		text-align: center;
		padding-left: 0;
	}
	#rules{
		float: none;
		margin-top: 20;
		width: 525px;
	}
	.ad-image{
		width: 555px;
	}
}






@media only screen and (max-width: 584px) {
	.deco {
		top: 55%;
		margin-top: -165px;
		left: 50%;
		margin-left: -100;
	}
	.deco img{
		width: 200;
		height: 200;
	}
	.sl-slide h2{
		font-size: 48px;
		margin-top: -10;
	}
	#content-text{
		width: 100%;
	}
	.demo-img{
		max-width: 270;
	}
	#content-img{
		width: 50%;
		float: none;
		min-width: 200;
		margin-top: 0;
	}
	#quote img{
		height: 35px;
	}
	#quote-words{
		font-size: 18px;
	}
	#start-playing{
		width: 100%;
		max-width: 400;
		font-size: 24px;
	}
	.types-div{
		width: 94%;
		padding: 0 3%;
	}
	.wrapper{
		width: 94%;
		padding: 0 3%;
		margin: 0;
	}
	.header{
		height: 60;
	}
	#title{
		font-size: 30;
		line-height: 30;
	}
	#production{
		text-align: center;
		padding-right: 0;
		margin-top: -20;
		margin-right: -30%;
		font-size: 13px;
	}
	#logo{
		padding-right: 10;
	}
	#logo img{
		width: 60;
		height: 60;
	}
	#level-title{
		font-size: 24px;
	}
	#game{
		width: 94%;
		padding: 3%;
	}
	#game-bg{
		width: 100%;
	}
	#play-now{
		padding-top: 28%;
		text-align: center;
		padding-left: 0;
	}
	#tagBox{
		width: 94%;
		padding: 3%;
	}
	#rank{
		display: none;
	}
	.suggestions img{
		display: none;
	}
	#rules{
		float: none;
		margin-top: 20;
		width: 94%;
		padding: 3%;
		min-width: 250;
	}
	.ad-image{
		width: 94%;
	}
}
@media only screen and (max-width: 320) {
	.deco {
		top: 55%;
		margin-top: -125px;
		left: 50%;
		margin-left: -70;
	}
	.deco img{
		width: 140;
		height: 140;
	}
	.sl-slide h2{
		font-size: 32px;
		margin-top: -20;
	}
	#content-text{
		width: 100%;
	}
	.arrow-img{
		width: 20;
	}
	.demo-img{
		max-width: 190;
	}
	#content-img{
		width: 50%;
		float: none;
		min-width: 200;
		margin-top: 0;
	}
	#quote img{
		height: 35px;
	}
	#quote-words{
		font-size: 16px;
	}
	#rules-text-home{
		font-size: 14px;
	}
	#start-playing{
		width: 100%;
		font-size: 20;
	}
	.types-div{
		width: 94%;
		padding: 0 3%;
	}
	.wrapper{
		width: 94%;
		padding: 0 3%;
		margin: 0;
		min-width: 215px;
	}
	.header{
		height: 50;
	}
	#title{
		font-size: 24px;
		line-height: 30;
	}
	
	#production{
		text-align: center;
		padding-right: 0;
		margin-top: -20;
		margin-right: -30%;
		font-size: 12px;
	}
	#logo{
		padding-right: 10;
	}
	#logo img{
		width: 50;
		height: 50;
	}
	#level-title{
		font-size: 20;
	}
	#game{
		width: 94%;
		padding: 3%;
		min-width: 215px;
	}
	#game-bg{
		width: 100%;
	}
	#play-now{
		padding-top: 30%;
		text-align: center;
		padding-left: 0;
	}
	#tagBox{
		width: 94%;
		padding: 3%;
	}
	#rank{
		display: none;
	}
	.suggestions img{
		display: none;
	}
	#rules{
		float: none;
		margin-top: 20;
		width: 100%;
		width: 94%;
		padding: 3%;
		min-width: 215px;
	}
	#rules img{
		max-width: 215px;
	}
	.normal-title{
		font-size: 20;
	}
	#rules-text{
		font-size: 13px;
	}
	#footer{
		font-size: 12px;
	}
	#back-home{
		margin: auto;
		margin-top: 10;
	}
}