*{
	/*-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;
}

iframe{
    width: 100%;
}

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;*/
	
	

	
	/*background-image:url('../../img/Pixel.png');*/
}

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;
}

.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: #002B65;
	font-family: Boogaloo;
	font-size: 35px;
	margin-top:-0.8rem;
}

.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: 0px 0px 0px 0px;
	
	max-width: 100%;
	
	

}

#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-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-family: futura;
    max-width: 100%;
    padding: 0px 0 27px;
    width: auto;
}
.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:bolder;
	font-size: 37px;
	margin:0;
	color:#002B65;
	text-shadow:0px 3px #ffffff;
	font-family: Boogaloo;
}

.welcome-banner p,.welcome-banner ul {	
	font-size:22px;
	color:#250f00;
	text-shadow:1px 1px #0e607a;
	font-family: Boogaloo;
	line-height: 1.5;	
	margin-bottom: 0.25rem;
	
}
.welcome-banner {	
	color:#c7e8f4;
}

.lt-ie9 .welcome-text{
    text-align: left;
    padding-left: 5%;
	/*width:500px;*/
	/*border-right: 1px #83b8cc solid;*/
}

.welcome-text ul li{
	color:#250f00;
	font-family: Boogaloo;
}

.login-form{
	/*float:right;*/
	/*width:305px;*/
	/*height: 100%;*/
	color:white;
	padding: 6px 20px;
	font-family: Arial, Helvetica, sans-serif;
	background: #002b65;
	/*margin-left:10px;*/
	border-radius:25px;
	text-align: center;
}

.login-form h2{
	color: white;
	
}

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

.login-form > h2{
	font-family: Boogaloo;
	text-align:left;
	font-weight: 100;
	margin:0;
	padding:15px 35px;	
	font-size:30px;	
}
.login-form input{	
	height: 40px;
	/*width:300px;*/
	padding: 5px 5px;
	font-size:16px;
	border: none;
	margin: 0 auto 2px;
	color:#156f90;		
	width:80%;
}
.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: url("../../img/btn_LOGIN.png") no-repeat scroll center center / 100% 100% rgba(0, 0, 0, 0);
    border-radius: 5px;
    box-shadow: 0 4px 0 0 #000000;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Boogaloo;
    font-size: 24px;
    font-weight: 600;
    margin: 15px auto;
    max-width: 80%;
    padding: 15px;
    text-align: center;
    text-shadow: 0 1px #402801;
    width: auto;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1) !important;
	
}

.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: #066d9d;
}
#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;
	padding-left:1px;
}

.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/Blue_BG.png') left top repeat-y ;*/
	background-size:100%;
	text-align: center;
	padding-top:20px;
	padding-bottom:30px;
	box-shadow:inset 0 0 100px 30px #6cb7db;
	
	max-width: 100%;
	width: auto;
	background-size: 100% 100%;
	
}

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

.game-play-bg{
	/*background: url('../../img/play-game-screen.png') no-repeat bottom center #003e5a !important;*/ 
	background: no-repeat bottom center #002B65 !important;
	background-size:100%;
}

.game-panel{

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

	font-family: Boogaloo;
	font-size: 30px;
	color: #f7c501;
	text-shadow:1px 1px rgba(0,0,0,.5);
	margin:0;
	margin-bottom:10px;
}
.game-panel h2{
	margin: 0 0 9px !important;
	font-family: Boogaloo;
	font-size: 20px;
	color: #fff;
	text-shadow:1px 1px rgba(0,0,0,.5);
	margin:0;
	margin-bottom:10px;
	font-weight: normal;
}
.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;
}

.dots{
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 6px;
    margin-right: 6px;
}

.dotsfirst{
    margin-left: 0px;
}

.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;
}

.avatar_ans{
	padding:0 !important;
	cursor:pointer;
}

.avatar-div{
	margin:0px 45px !important;
	
}

.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: transparent;
	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;*/
}

.lt-ie9 .results td{
    padding: 10px;
}

.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{
    table-layout: fixed;
	padding-top:12px;
	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;
}

.logout-btn{
    margin-left: 10px;
    color: white;
    background-color: green;
    text-decoration: none;
    padding: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.logout-btn:hover{
    color: white;
    /*text-decoration: underline;*/
}

.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; 
	background-color:#32beed;
	width: 100%;
	
	color:black !important;
	
	
}

.scroller{

	height:500px;
	overflow-y:scroll;

}
.btn.orange{
	/*font-family:Futura;*/
	/*background: url("../../img/btn_LOGIN.png") no-repeat scroll center center / 100% 100% rgba(0, 0, 0, 0);*/
	font-size:1.0rem;
	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;*/	
	cursor: pointer;
	margin-bottom: 0px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 1) !important;
	/*margin-top:20px;*/
	
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #5AFF00 0%, #318C00 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #5AFF00 0%, #318C00 100%);	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #5AFF00 0%, #318C00 100%);	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5AFF00), color-stop(1, #318C00));	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #5AFF00 0%, #318C00 100%);	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #5AFF00 0%, #318C00 100%);
	
	border-radius:30px;
	border:3px solid #2f8500;
	
	
}

.lt-ie9 .btn.orange{
    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{	
	font-size:2em;	
  	display: none !important;
    padding-bottom: 19px;
    padding-top: 10px;    
    margin-left: 4px;
    margin-right: 4px;
}

/*@media only screen {
	#play_screen h2{
		font-family: Boogaloo !important;
		font-size: 1.0rem !important;
	} 
}*/

@media only screen and (max-width: 40em){
	#play_screen{
		padding-top: 10px;
		padding-bottom: 5px;
		font-size: 1.4em !important;
	}
	
	#av_play{
		width: 13%;
		height: 13%;
	
	}

	#play_screen h2{
		font-family: Boogaloo !important;
		font-size: 1.5rem !important;
	}
}


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

#play_screen2{
	display:none !important;
}


#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;
}
.no-padding{
	padding:0;
}

.login_rounded_up{
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.avatar_sel{
	background: url("../../img/btn_LOGIN.png") no-repeat scroll center center / 100% 100% rgba(0, 0, 0, 0);
    border-radius: 5px;
    box-shadow: 0 4px 0 0 #000000;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Boogaloo;
    font-size: 24px;
    font-weight: 600;
    margin: 15px auto;
    max-width: 80%;
    padding: 15px;
    text-align: center;
    text-shadow: 0 1px #402801;
    width: auto;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1) !important;
}

.avatar_img{		
	border:3px solid transparent;	
}

.avatar_row{
	color: #FFFFFF;
    font-family: Boogaloo;
    font-size: 24px;
}

.avatar_hide{	
	height: 41px;	
}

.avatar_img_hover{		
	border:3px solid red;
}

#nickmame{
    font-size: 1.9rem;
    height: auto;
    margin: 0 auto 20px;
    width: 80%;
    text-align: center;
	
}

.pl_scr_avat{
	padding-top:10px;
	padding-bottom:10px;
}
.rounded{
	border-radius: 25px;	
}

.padding_avatar{
	padding-bottom: 30px !important;
	padding-top:20px !important;
}

.row_footer{
	max-width:100% !important;	
}


.footer a{
	color:black;
}

.footer span{
	color:black;
}

#header_holder{
	float:right;	
	padding-top: 10px;	
	text-align: center;
	margin-bottom: -80px;
	padding-right:15px;
	padding-top:10px;
	z-index: 15;
}

.score_row{
	max-width:66.5rem;
}

.lt-ie9 .score_row{
    width: 80%;
    padding-left: 5%;
}

.login-src{
	/*
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 25px;
    box-shadow: 0 2px 3px 10px rgba(0, 0, 0, 0.3);
    */
    margin: 0 auto;
    max-width: 62.5rem;
    padding: 30px 20px;
}

#logout_menu{
	color:white;	
}

.menu_nick{
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding-right: 0;
}

@media only screen and (max-width: 40em){
	.prize_pl {
	   	font-size: 30px !important;
	    margin-top: 13px !important;
	    padding: 7px 0 !important;
	    width: 100%;
	}
}

.prize_pl {
    font-size: 30px !important;
    margin-top: 13px !important;
    padding: 5px 0 !important;
    width: 100%;
}

.home_pl{
   font-size: 1.2rem !important;
	margin-top: auto 14px !important;
	padding: 9px 40px !important;
	text-align: center;
	margin: 5px auto !important;
	width: 100%;
	text-decoration: underline;
	top: 35px;
	position: relative;
    z-index: 999;
}

#home_screen div{
	margin-top:5px;
	padding: 5px 0 !important;
	
}

#home_screen a{
	width:80%;
}

#btn_logo{
	position: relative;
	margin:10px 0 auto;
	text-align: center;
	background-color:white;	
	padding-bottom: 42px;
}
#cover_div{
    /* IE10 Consumer Preview */ 
    background-image:url('../../img/Pixel.png'), -ms-linear-gradient(top left, #90E3FF 0%, #EEFBFF 100%);   
    /* Mozilla Firefox */ 
    background-image:url('../../img/Pixel.png'), -moz-linear-gradient(top left, #90E3FF 0%, #EEFBFF 100%);  
    /* Opera */ 
    background-image:url('../../img/Pixel.png'), -o-linear-gradient(top left, #90E3FF 0%, #EEFBFF 100%);    
    /* Webkit (Safari/Chrome 10) */ 
    background-image:url('../../img/Pixel.png'), -webkit-gradient(linear, left top, right bottom, color-stop(0, #90E3FF), color-stop(1, #EEFBFF));  
    /* Webkit (Chrome 11+) */ 
    background-image:url('../../img/Pixel.png'), -webkit-linear-gradient(top left, #90E3FF 0%, #EEFBFF 100%);   
    /* W3C Markup, IE10 Release Preview */ 
    background-image:url('../../img/Pixel.png'), linear-gradient(bottom right, #90E3FF 0%, #EEFBFF 100%);
}

.lt-ie9 #cover_div{
    /*IE8*/
    background-color: #90E3FF;
    background-image:url('../../img/Pixel.png');
}

.lt-ie9 .welcome-banner{
    margin-left:10%;
    margin-right:10%;
    background-color: #FFFFFF;
}

.lt-ie9 .login-btn{
    background-color: green;
}

.lt-ie9 #menu-rap{
    padding-left: 20%;
    padding-right: 20%;
}

.lt-ie9 {
    text-align: center !important;
}

.lt-ie9 .btn{
    background-color: green;
}

#login_cover{
	background-color: rgba(255, 255, 255, 0.7);	
    box-shadow: 0 2px 3px 10px rgba(0, 0, 0, 0.3);
    width:100%;
        
    margin-left: 0px !important;
    
}

#prize_img{
	margin-top:5px ;
}

.hm_terms{
	top:13px;
}

.home_terms{
   font-size: 1.2rem !important;
	margin-top: auto 14px !important;
	padding: 9px 40px !important;
	text-align: center;
	margin: 5px auto !important;
	width: 100%;
	text-decoration: underline;
	top: 12px;
	position: relative;
    
}

#terms_tbl1{
	font-size:11px !important;
	
}

#terms_tbl1 TD{font-family: Arial; font-size: 10pt;}