*{
	/*-webkit-transform: translatez(0) !important;*/
	/*-webkit-backface-visibility: hidden !important;*/
	/*-webkit-perspective: 1000 !important;*/

    @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);

    text-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

body{
    margin:0;
    background-color: white;
    /*font-family: tahoma;*/
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
	font-size: 15px;
	/*text-align: center;*/
}

a{
	outline:none;
}
a img{

	border:none;
}


.save_score{
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	text-align: center;
	/*padding-top: 20%;*/

	 background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.save_score h2{
	color: white;
}

.white-box{
	background-color: white;
	padding: 15px;
	border: 2px solid #dddddd;
	text-align: left;
	/*border-radius: 10px;*/
}

.white-box font{
	font-size: 14px !important;
}
.only_in_mobile{
 display: none;
}
.separator{
	color: #dddddd;
}

.error{
	color:red;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 14px;
	background-color: pink;
	border: 1px dotted red;
	text-align: center;
	font-style: italic;
}

.success{
	color:green;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 14px;
	background-color: lightgreen;
	border: 1px dotted green;
	text-align: center;
	font-style: italic;
}

table tr td{
	font-family: Futura;
}

.rap h3, .rap h2{
	color: white;
}

.no-margin-padding{
	margin: 0;
	padding: 0;
}

.v-align{
	display: table-cell;
	vertical-align: middle;
}

.float-right{
	float: right !important;
}

.float-left{
	float: left !important;
}

.clear{
	clear: both;
}

.display-table{
	display: table;
}

#header{
	padding: 25px 0 25px 0;
	/*margin: 0px;*/
}

#header div{
	/*padding-right: 0;
	padding-left: 0;*/
	/*margin: 0;*/
}

#header div h5{
	display: inline;
}

#header div a{
	/*display: inline;*/
}

@media only screen and (max-width: 40em){
	#header{
		padding-top:0px;
		padding-bottom:0px;
		text-align: center;
	}
}

.welcome-banner{

	background: #1687ae url('../../img/welcome-page-bg.png') left no-repeat;
	font-family: futura;
	padding:30px 25px;
	color:white;

}
.welcome-banner div.welcome-text > h1{

	font-weight: 400;
	font-size: 47px;
	margin:0;
	color:#fff;
	text-shadow:3px 3px #0e607a;
}
.welcome-banner div.welcome-text > h2{

	font-weight: 100;
	font-size: 40px;
	margin:0;
	color:#fff;
	text-shadow:0px 3px #0e607a;
}
.welcome-banner p,.welcome-banner ul{

	font-size:21px;
	color:#c7e8f4;
	text-shadow:1px 1px #0e607a;
}
.welcome-banner {

	color:#c7e8f4;
}

.welcome-text{
	/*width:500px;*/
	border-right: 1px #83b8cc solid;
}

.welcome-text ul li{
	color: white;
}
.login-form{
	/*float:right;*/
	/*width:305px;*/
	/*height: 100%;*/
	color:white;
	padding: 0 50px;
	font-family: tahoma;
	/*margin-left:10px;*/
}

.login-form h2{
	color: white;
}

@media only screen and (max-width: 64em){
	.welcome-text{
		border-right: 0px;
	}
	.login-form{
		padding: 0px;
	}
}

.login-form > h2{

	text-align:left;
	font-weight: 100;
	margin:0;
	padding:15px 0;
	font-family: futura;
	font-size:30px;
}
.login-form input{

	height: 50px;
	/*width:300px;*/
	padding:15px 10px;
	font-size:16px;
	border: none;
	margin: 0;
	color:#156f90;
	margin-bottom: 2px;
}
.login-form input:nth-child(2){

	/*border-top-left-radius: 5px;*/
	/*border-top-right-radius: 5px;*/

}
.login-form input:nth-child(3){
	/*border-bottom-left-radius: 5px;*/
	/*border-bottom-right-radius: 5px;*/
}

.login-form a{
	color:white;
	text-decoration:underline;
}

a{
	/*color:white;*/
	text-decoration:none;
}
.login-btn{
	background: #ed9304;
	color:white;
	font-family: futura;
	font-size: 22px;
	text-shadow:0px 1px #402801;
	font-weight: 600;
	margin:15px 0;
	padding:15px;
	border-radius:5px;
	box-shadow:0 4px 0 0px #0a3c4e;
	text-align: center;
	cursor: pointer;
}
.login-btn:active{
	position: relative;
	top: 3px;
	box-shadow:0 1px 0 0 #082e3b;
}

.right-border{
	border-right: 1px solid #c7c6c6;
}

.welcome-footer{
	padding-top: 10px;
}

.welcome-footer div{
	/*padding: 5px;*/
	padding-bottom: 5px;
}

.welcome-footer div h3{
	/*display: inline;*/
	font-size: 13.5px;
	font-family: Thaoma;
}

.welcome-footer div a{
	color: #0293c8;
}

.welcome-footer div a:hover{
	text-decoration: underline;
}

#menu-rap{
	background: #0a3e52;
}
#menu{
	/*font-family: tahoma;*/
	/*font-weight: 600;*/
	font-size: 15px;
	list-style: none;
	/*width:1000px;*/
	/*margin:0 auto;*/
}

.menu{
	margin-left: 0px !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media only screen and (max-width: 40em){
	.menu{
		padding-left: 10px;
		padding-right: 10px;
	}
	.menu div{
		/*padding: 5px !important;*/
	}
}

.menu div{
	padding: 10px;
}

.menu a{
	color: white;
}

.score{
	color: white;
	padding: 10px 0 0 0;
}

@media only screen and (max-width: 40em){
	.score{
		padding-left:15px;
		padding-bottom:8px;
	}
}

.score div{
	margin-right: 15px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.align-center{
	text-align: center;
}

.chosen{
	background-color: #ed9304;
	border-radius:3px;
	box-shadow:inset 0 2px 0 0 #f2b24d;
	text-shadow:0 2px rgba(0,0,0,.3);
}

#menu a{
	color: inherit;
	text-decoration: none;
}
.play-banner{

	vertical-align:middle;
	background:#6cb7db;


	text-align: right;

}
.play-banner .rap{
	padding:40px;
	box-shadow:inset 0 0 50px 30px #6cb7db;
	height:100%;
	/*width:1000px;*/
	height:350px;
	background: url('../../img/play-page-bg.jpg') no-repeat center #6cb7db;
}
.play-form{

	background: #efeded;
	/*width:375px;*/
	height:230px;
	color:#156f90;
	padding:20px;
	padding-top:40px;
	font-family: tahoma;
	margin-left:10px;
	text-align: center;
	float:right;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
}
.play-form > h2{

	font-family:Futura;
	font-weight:100px;
	margin:0;

}
.play-btn-rap{

	box-shadow:0 4px 0 0 #1f445c;display:inline-block;padding:0;margin:30px;border-radius:7px;
	cursor: pointer;
}
.play-btn{

	background-color: #ed9304;
	border-radius:7px;
	box-shadow:inset 0 5px 2px 0  #f2b24d;
	text-shadow:0 2px rgba(0,0,0,.3);
	display:inline-block;
	width:200px;

	font-weight:800;
	color:white;
	font-size: 28px;
	padding:15px 20px;
}
.game-bg{
	/*height:800px;*/
	/*background: url('../../img/game-page-bg.jpg') left top no-repeat #66aad4;*/
	background: url('../../img/game-page-bg.jpg') left top repeat-y #66aad4;
	background-size:100%;
	text-align: center;
	padding-top:50px;
	padding-bottom:50px;
	box-shadow:inset 0 0 100px 30px #6cb7db;
}

@media only screen and (max-width: 40em){
	.game-bg{
		padding: 0px;
	}
}

@media only screen and (min-width: 40em){
    .game-play-bg{
	    background: url('../../img/play-game-screen.png') no-repeat bottom center #003e5a !important;
	    background-size:100%;
    }
}

.game-panel{

	/*width:611px;*/
	/*height:470px;*/
	border-radius:5px;
	background: #003e5a;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.3);
	margin:0px auto;
	padding:15px 0;
}
.game-panel h1{

	font-family: Futura;
	font-size: 30px;
	color: #f7c501;
	text-shadow:1px 1px rgba(0,0,0,.5);
	margin:0;
	margin-bottom:10px;
}
.game-panel h2{

	font-family: Tahoma;
	font-size: 20px;
	color: #fff;
	text-shadow:1px 1px rgba(0,0,0,.5);
	margin:0;
	margin-bottom:10px;
	font-weight: 600;
}
.game-panel .line{
	margin:15px 30px;
	border-top:#0b5f81 solid 1px;
	border-bottom:#002738 solid 1px;
}
.bar-rap{
	/*padding:10px;*/
	/*width: 188px;*/
	/*margin:0 auto;*/
}
.bar{
	background-color:#d7d7d7;
	height:4.5px;
	margin-top:5px;
	padding: 0;
	margin: 0;
}

.dot-bar{
	position: relative;
	top: -10px;
}

.dot{
	/*text-align: left;*/
	/*padding: 0;*/
	z-index: 2;
}

.dot-rap div{
	/*position:absolute;*/
	/*width:inherit;*/
	text-align: center;
	padding: 0;
}
.dot-rap .dot{

	/*float:left;*/
	border-radius:8px;
	background: transparent url('../../img/dot.png') no-repeat center;
	height:15px;
	/*width:15px;*/
	/*margin-right:15%;*/

}
.dot-rap .current{
	background: transparent url('../../img/dot-curr.png') no-repeat center;
	/*box-shadow:0 0 3px 2px rgba(0,0,0,.4);*/
}
.dot-rap .dot:last-child{
	margin:0;
}
.question-rap table{
	/*border-spacing: 10px;	*/
}
.question-rap{
	/*width: 356px;*/
	/*padding: 5% 20%;*/
	text-align: center;
}
.question{
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius:6px;
	/*height:180px;*/
	background: no-repeat center #fff;
	/*margin-bottom:5px;*/
}
.question img{
	/*height:170;*/
	/*width:auto;*/
	/*margin:5px auto;*/
}

.question .dynamic{
	z-index:-999999;
	position: absolute;
}

.answer-div{
	padding-top: 10px;
}

.answer{
	/*border-padding:10px;*/
	text-align:center;
	/*line-height:100px;*/
	background:#fff;
	/*height:100px;*/
	/*width:100%;*/
	border-radius:6px;
	/*box-shadow:0 4px 0 0 #00283b;*/
	cursor: pointer;
	font-family: Tahoma;
	font-weight: bold;
	color:#003d5a;
	vertical-align: middle;
	/*border-top: 3px solid #003e5a;*/
	border-right: 3px solid #003e5a;
	border-left: 3px solid #003e5a;
	padding-top: 5px;
	padding-bottom: 5px;
}

.answer img{
	/*height: 75px;*/
	/*width: 61px;*/
}

embed{
	border:none;
	background: transparent;
}

.answer:hover{
	/*background: #e4f5fd;*/
	box-shadow:0 7px 0 0 #00283b;
	position: relative;
	bottom:3px;
}

.answer:active{
	box-shadow:0 0 0 0 #00283b;
	/*box-shadow: inset 2px 2px 4px 0 rgba(0,0,0,.7);*/
	position: relative;
	top:0px;
	/*background: #c2e4f2;*/
}

@media only screen and (max-width: 40em) {
	.answer:hover, .answer:active{
		box-shadow:0 0 0 0 #00283b;
		position: relative;
		top:0px;
	}
}

.answer:last-child{
	/*margin:0;*/
}

.clock-row{
	position: absolute;
	top:-65px;
	right:120px;
}

@media only screen and (max-width: 40em) {
	.clock-row{
		top:-81px;
		right:45px;
	}
}

.clock{
	/*width:100px;*/
	/*float:right;*/
	/*position: absolute;*/
	/*top:-80px;*/
	/*right:40px;*/
}

.clock-henger{
	height:34px;
	width:8px;
	background: #003e5a;
	margin:0 39px;
}

.game-clock-small{
	font-size: 18px;
}

.game-clock{
	font-family:Futura;
	font-weight:800;
	color:#093647;
	font-size:18px;
	text-shadow:1px 1px #fdeab3;
	vertical-align:middle;
	display:inline-block;
	line-height:85px;
	width:85px;
	height:85px;
	border-radius:55px;
	box-shadow:0 0 4px 0 #064d69;
	background: transparent url('../../img/clock-bg.png') no-repeat center;
}
.results{

	background: #fff;
	/*padding:30px;
	margin:0 auto;*/
}

.flag-lable{
	padding:0px 10px 0px 10px;
	line-height:34px;
	font-family:Futura;
	text-transform:uppercase;
	height:31px;
	color:white;
	font-weight:700;
	font-size:14.5px;
	background: url('../../img/flag-lable-bg.png') no-repeat right;
	background-size:auto 100%;
	text-shadow:0 2px rgba(0,0,0,.3);
	/*display: inline-block;*/
	margin:10px;
	text-align: left;
}
.flag-lable.green{background-color:#62ac60;}
.flag-lable.purple{background-color:#9660af;}
.flag-lable.red{background-color:#b23723;}
.flag-lable.orange{background-color:#ed9e04;}
.flag-lable img{position:relative;float:left;margin-left:-30px;top:-20px;}
.score-table{
	width:100%;
	border-collapse:collapse;
}
.score-table thead tr:first-child td{
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
}
.score-table tr td{
	/*padding:5px 10px 5px 20px;*/
	font-family: Tahoma;
	font-size:14px;
	color:#4f4f4f;
	text-align:center;
}
.score-table tbody tr:nth-child(odd) td{
	background: #f3f2ed;
	text-align:center;
}
.score-table.prev tbody tr td:not(:first-child){
	text-align:center;
	height:20px;
}

.score-table.best thead tr:first-child td{
	padding:15px 20px;
	background: #eee;
	text-align:center;
}
.score-table.best tbody tr td{
	padding:15px 20px;
	background: #fff;
	text-align:center;
}

.chart-table{
	width: 100%;
	border-collapse:collapse;
	border: 0px !important;
}

.chart-table tr td{
	font-family: tahoma;
	text-align: center;
	vertical-align: top;
}
.chart-table h2{
	color:#0f5068;
	font-size:17px;
	font-weight:500;
}
.chart-table h1,.chart-table h3{
	color:#ed9304;
	font-size:50px;
	/*font-weight:800;*/
}
.chart-table tr:first-child td{
	text-align: left;

}
.chart-table tr:first-child td > h2{
	text-align: left;
	font-weight: bold;
	text-indent: 30px;
}
.chart-table h3{
	/*margin-top:50px;*/
	font-size: 30px;
}
.user-panel{
	color:#104f66;
	font-family: tahoma;
	float:right;
	margin-top:30px;
}

.logout-div{
	text-align: right;
	padding-top: 25px;
}

.logout-div a{
	text-decoration: none;
}

@media only screen and (max-width: 40em){
	.logout-div{
		padding-right: 0px !important;
		text-align: left;
		padding-top: 0px;
		padding-bottom: 10px;
		clear:both;
	}
}

.logout{
	/*display:inline;
	background-color: #15799d;
	box-shadow:0 4px 0 0 #092f3e;
	border-radius:3px;
	padding:5px 25px;
	color:white;
	font-weight: 600;
	text-shadow: 1px 1px #092f3e;
	font-size: 13px;
	cursor: pointer;*/
	text-decoration: underline;
}
.logout:active{
	box-shadow:none;
	position:relative;
	top:4px;
}

.user-panel h3{

	display: inline-block;
	margin:0 10px;
}
.cred{
	padding:2px 5px;
	display:inline-block;
}
.credits{

	float:right;
}

li{
	color: black;
}

.align-right{
	text-align: right;
	/*float:right;*/
}

.footer{
	/*border-top:1px solid #ccc;
	margin-top:60px;
	padding-top:30px;*/
	padding-bottom: 10px;
}

.scroller{

	height:500px;
	overflow-y:scroll;

}
.btn.orange{
	/*font-family:Futura;*/
	font-size:20px;
	font-weight:800;
	display:inline-block;
	color:white;
	padding:15px 50px;
	background-color: #ed9304;
	border-radius:3px;
	box-shadow:inset 0 5px 0 0 #f2b24d;
	text-shadow:0 2px rgba(0,0,0,.3);
	cursor: pointer;
	margin-bottom: 0px;
	/*margin-top:20px;*/
}

@media only screen and (max-width: 40em){
	.btn.orange, .btn.blue{
		width:80%;
	}
}

.btn.blue{
	/*font-family:Futura;*/
	font-size:20px;
	font-weight:800;
	display:inline-block;
	color:white;
	padding:15px 50px;
	background-color: #61a8c8;
	border-radius:3px;
	box-shadow:inset 0 5px 0 0 #85ccec;
	text-shadow:0 2px rgba(0,0,0,.3);
	cursor: pointer;
	margin-bottom: 0px;
	/*margin-top:20px;*/
}

.results .btn.orange{
	/*float:right;*/
	/*margin-top:40px;*/
	text-align: center;
}

#play_screen{
	padding-top: 100px;
	padding-bottom: 250px;
}

@media only screen and (max-width: 40em){
	#play_screen{
		padding-top: 10px;
		padding-bottom: 20px;
	}

	#play_screen h2{
        font-size: 18px !important;
	}
}

#play_screen .btn.orange{
	/*width:200px;	*/
}

#play_screen h2{
	font-size: 27px;
}

@font-face
{
	font-family: futura;
	/*src: url('FUTURAL.TTF');*/
}
::-webkit-input-placeholder { /* WebKit browsers */
	color:    #156f90;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #156f90;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #156f90;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #156f90;
}
.placeholder { color: #156f90; }


.subscr-panel{
	background: none repeat scroll 0 0 #003E5A;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
	height: 267px;
	margin: 0 auto;
	padding: 60px 0;
	/*width: 991px;*/
}

.subscr_form {
	background: none repeat scroll 0 0 #003E5A;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
	height: 388px;
	margin: 128px auto;
	opacity: 1;
	padding: 0;
	/*width: 990px;*/
	z-index: 11;
}

.subscr-panel h2{
	font-family: Tahoma;
	font-size: 20px;
	color: #fff;
	text-shadow:1px 1px rgba(0,0,0,.5);
	margin:0;
	margin-bottom:10px;
	font-weight: 600;
}

.subscr-panel h3{
	font-family: Tahoma;
	font-size: 20px;
	color: #fff;
	text-shadow:1px 1px rgba(0,0,0,.5);
	margin:0;
	margin-bottom:10px;
	font-weight: 600;
}

.subscr_form input {
	border: medium none;
	color: #156F90;
	font-size: 16px;
	margin: 0 0 2px;
	padding: 15px 10px;
	width: 200px;
	border-radius: 5px;
}

.subscr_btn{
	background: none repeat scroll 0 0 #ED9304;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 4px 0 0 #0A3C4E;
	color: #FFFFFF;
	cursor: pointer;
	font-family: futura;
	font-size: 22px;
	font-weight: 600;
	margin: 15px 0;
	padding: 12px;
	text-align: center;
	text-shadow: 0 1px #402801;
	width: 290px;
	display: inline;
}

.subscr_cover{
	display:none;
	height:100%;
	left;0;
	position:fixed;
	top:0;
	/*width:100%;*/
	z-index:1000;
	background: transparent url('../../img/pixel_subscr.png') repeat;
}
.subscr_on{
	background-color: #ED9304;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 2px 0 0 #F2B24D inset;
	text-shadow: 0 2px rgba(0, 0, 0, 0.3);
}
.reg{
	font-size:14px !important;
	float:right;
	padding: 9px 28px !important;
	margin-right:111px;
}

.subsc_terms{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	color:white;
	text-align:justify;
	margin: 32px 11px 11px;
}
