@import url("../../../../../webfonts/AKA_ACIDGR_MULILIGHT/stylesheet.css");
/* Font Families */

@font-face {
	font-family: 'bebasneue';
	src: url('../../../webfonts/BebasNeue/BebasNeueRegular.otf') format('opentype');
}

@font-face {
	font-family: 'bebasneuebold';
	src: url('../../../webfonts/BebasNeue/BebasNeueBold.otf') format('opentype');
}

@font-face {
	font-family: 'roboto-light';
	src: url('../../../webfonts/Roboto/Roboto-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'roboto-regular';
	src: url('../../../webfonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'roboto-bold';
	src: url('../../../webfonts/Roboto/Roboto-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'roboto-italic';
	src: url('../../../webfonts/Roboto/Roboto-Italic.ttf') format('truetype');
}


b {
	font-weight: bold;
	color: #B0CB1F;
}


.iconreplay2 {
	position: absolute;
	top: 290;
	left: 460;
	z-index: 301;
	font-size: 86px;
	color: #F00;
}

.answertext {
	position: absolute;
	bottom: 180;
	left: 20;
	z-index: 110;
	font-family: "AKA ACIDGR MULILIGHT";
	font-size: 60px;
	color: #111;
	text-align: center;
	opacity: 0.5;
	font-weight: bold;
}

.button {position:fixed; bottom:130; left:330; z-index:302;}

.redbutton{}
.redbutton:hover 
{
	filter: hue-rotate(290deg) saturate(540%) ; 
}

.rules-center2 {
	font-family: "mainfonts2";
	font-size: 46px;
	color: #B0CB1F;
	text-align: center;
	padding: 10px;
	line-height: 130%;
	z-index:500000;
}
 .rules-centerletitbe {
	font-family: "bebasneue";
	font-size: 46px;
	color: #0f2;
	text-align: center;
	padding: 10px;
	line-height: 130%;
	z-index:5000;
}

.view{
	position: absolute;
	width: 70%;
	height: 70%;
	color: #000;
	opacity: 0.8;
	background-color: #FFF;
	border-radius: 20px;
	top: 100px;
	z-index:500000;
}

#mask {
  	position: absolute;
  	left: 0;
  	top: 0;
  	z-index: 9000;
  	background-color: #000;
  	display: none;
}

#boxes .window {
	position: absolute;
  	left: 0;
  	top: 0;
  	width: 440px;
  	height: 200px;
  	display: none;
  	z-index: 9999;
  	padding: 20px;
  	border-radius: 15px;
  	text-align: center;
}

#boxes #dialog {
	width: 750px;
  	height: 300px;
  	padding: 10px;
  	background-color: #ffffff;
  	font-family: 'Segoe UI Light', sans-serif;
  	font-size: 15pt;
}

#popupfoot {
  	font-size: 16pt;
  	position: absolute;
  	bottom: 0px;  
	width: 250px;
  	left: 250px;
}



a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
 

.opac{
	opacity: 0.4;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.opac:hover{
	opacity:1;
}


.img {
	-webkit-filter: grayscale(90%); /* Chrome, Safari, Opera */
	filter: grayscale(90%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


.img:hover {
    -webkit-filter: grayscale(5%); /* Chrome, Safari, Opera */
    filter: grayscale(5%);
}

.menufonts {
	font-family: "headfonts2";
	font-size: 24px;
	color: #FFF;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


.menufonts:hover {
	color: #666;
		font-size: 25px;
	}

.rulestitle {
	font-family: "roboto-bold";
	font-size: 30px;
	color: #ddd;
	text-align: center;
}
.rules {
	font-family: "roboto-regular";
	font-size: 46px;
	color: #fff;
	text-align: left;
	padding: 10px;
	line-height: 130%;
}
.rules-center {
	font-family: "roboto-regular";
	font-size: 46px;
	color: #fff;
	text-align: center;
	padding: 10px;
	line-height: 130%;
}
 
 

.menufonts2 {
	font-family: "bebasneue";
	font-size: 24px;
	color: #FFF;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.mainfonts {
	font-size: 20px;
	color: #ccc;
	text-align: left;
	font-family: "bebasneue";
	line-height: 130%;
} 
 
.relative {
	position:relative;
} 
	
.table1 {
	position: absolute;
	width: 950px;
	height: 272px;
	left: 62px;
	top: 83px;
}


.player {
 width: 100%;
}​


#home {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
#home:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.player {
	color: #666;
}

.audio
{
	opacity: 0.5;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;	
	}

.audio:hover
{
	opacity: 1;
}

.tableback
{
  background: blue; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left,rgba(0,105,145,1),rgba(53,80,97,1)); /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(0,105,145,1),rgba(53,80,97,1)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(0,105,145,1),rgba(53,80,97,1)); /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(0,105,145,1),rgba(53,80,97,1)); /*Standard*/
  background-color: #36F;
}
	



/* .powered {position:fixed; top:10; right:100; z-index:999;} */
.scoretable {position: fixed; bottom: 0; background-color: #fff;}
.info {position:absolute; top:30; right:60; z-index:110;}
.title {position:absolute; top:20; left:5; z-index:100;}
.gamestitle {position:absolute; top:0; left:0; z-index:100;}
.score {position:fixed; bottom:60; left:0; z-index:102;}

/* .timertitle {position:fixed; bottom:155; left:100; z-index:104; font-family: Arial, Helvetica, sans-serif; font-size:50px; color: #000;} */
/* FOOTER  */
/* UPPERLINE DATA */

.timer {
	z-index:300; 
	font-family:"bebasneuebold"; 
	font-size:50px; 
	color: #fff; 
	position: fixed;
	bottom: 70;
	left: 155;
}

.answers {
	z-index: 300;
	font-family: "bebasneuebold";
	font-size: 50px;
	color: #fff;
	position: fixed;
	bottom: 70;
	left: 425;
}
.wrong {
	z-index: 301;
	font-family: "bebasneuebold";
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	position: fixed;
	bottom: 70;
	left: 720;
}

.displaytext {
	z-index: 300;
	font-family: "bebasneue";
	font-size: 30px;
	color: #000;
	font-weight: bold;
	text-align: left;
	padding-left:20px;
	}	
	
/* FOOTER  */
/* BOTTOMLINE DATA */	


.nickname {
	z-index:200; 
	font-family: "bebasneue"; 
	font-size:24px; 
	color: #000; 
	background-color: white;
	}
.highscore {
	z-index:201; 
	font-family: "bebasneue"; 
	font-size:24px; color: #000;
	}
.nickname-g {
	color:#E60094;
	}
.highscore-g {
	color:#1AB0F0;
	}

/* ICONS  */

.iconclose {position:absolute; top:40; left:680; z-index:302;}
.iconinfo {position:absolute; top:40; left:570; z-index:303;}
.iconreplay {position:absolute; top:40; left:460; z-index:301;}
.iconreplay-score {position:absolute;; top:40; left:680; z-index:301;}
.iconreplayagain {position:absolute; top:40; left:350; z-index:301;}
.iconcookie {position:absolute;; top:40; left:350; z-index:303;}

.iconreplay:onclick {filter: brightness(200%);}
.iconclose:onclick {filter: brightness(200%);}
.iconinfo:onclick {filter: brightness(200%);}

h1 {
  text-align: center;
  font-family: "bebasneue";
  color: #06D85F;
  margin: 80px 0;
}




.box {
  width: 80%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.buttonpop {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 0px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
}


/* .buttonpop:hover {
  background: #06D85F;
}
*/

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 499;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
	margin: 70px auto;
	padding: 30px;
	width: 80%;
	position: relative;
	transition: all 5s ease-in-out;
	border-radius: 30px;
	border: #fff 3px solid;
	top: 100px;
	z-index: 500;
	background-color: rgba(2, 95, 133, 0.8);

}


.popup h2 {
	margin-top: 0;
	color: #fff;
	font-size: 56px;
	font-family: "roboto-bold";
	line-height: 130%;
}

.popup h3 {
  margin-top: 0;
  color: #fff;
  font-size: 30px;
  font-family: "bebasneue";
}
.popup .close {
	position: absolute;
	top: -20px;
	right: 31px;
	transition: all 200ms;
	font-size: 100px;
	font-weight: bold;
	text-decoration: none;
	color: #aaa;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 50%;
  overflow: auto;
}

.popupfield
{
	background: rgba(255, 255, 255, 0.7);
	border-radius: 10px;
    border: #fff 2px solid;
	font-family: "bebasneue";
	color: #006991;
	font-weight: bold;
	font-size: 30px;
	padding: 5px;
	line-height: 50px;
	}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
	width: 70%;
	text-align: center;
  }
}



/* ------------ BUTTONS --------------- */

/* button div */
#buttons {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-family: "bebasneue";
}

/* start da css for da buttons */
.btn {
	transform:scale(2.5);
  border-radius: 5px;
  padding: 20px 25px;
  font-size: 22px;
  text-decoration: none;
  margin: 20px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.btn:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}

.blue {
  background-color: #55acee;
  box-shadow: 0px 5px 0px 0px #3C93D5;
}

.blue:hover {
  background-color: #6FC6FF;
}

.green {
  background-color: #2ecc71;
  box-shadow: 0px 5px 0px 0px #15B358;
}

.green:hover {
  background-color: #48E68B;
}

.red {
  background-color: #e74c3c;
  box-shadow: 0px 5px 0px 0px #CE3323;
}

.red:hover {
  background-color: #FF6656;
}

.numbers{
  margin-top: 15px;
  margin-right: 15px;
  
}

/* VIEW SCORE BUTTON */

.viewscore 
{
	border-radius: 10px; 
	background: #E60094;
	display: inline-block;
	font-family: "roboto-regular";
	font-size: 46px;
	color: #fff;
	text-align: center;
	text-shadow: 1 1px 1px rgba(0, 0, 0, 0.2);
	padding: 10px;
}

.viewscore:active 
{
	border-radius: 10px; 
	background: #FC8362;
	display: inline-block;
	font-family: "roboto-regular";
	font-size: 46px;
	color: #fff;
	text-align: center;
	text-shadow: 1 1px 1px rgba(0, 0, 0, 0.2);
	padding: 10px;
	cursor: pointer;
}

.comment 
{
	font-family: "roboto-italic";
	font-size: 36px;
	color: #fff;
	text-align: center;
	padding: 10px;
	line-height: 130%;	
}

.percent 
{	
	color: #E60094;
	font-size: 36px;
	font-family: "roboto-bold";
	line-height: 130%;
	}
