/* GLOBALS */

body {
	font-size: 14px;
	color: #FFFFFF;
	font-family: "Roboto Medium", "Arial";
	background:transparent;
}

/* GLOBALS END */

::selection {color:currentColor;background:transparent}

*{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*******************************/
/* DEFAULTS */
/*******************************/



/*******************************/
/* COLORS */
/*******************************/



/*******************************/
/* GAME */
/*******************************/

#newGameContainer.notransparent{
	background-color: #535F62;
	background-image: url(default_images/bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#wrongOrientationContent{
	background-color: #535F62;
}

#startScreen .openImg{
	background-size: auto;
	background-position: center 20%;
}

#gameStage{
	width: 100%;
	height: 100%;
	position: absolute;
}
.gameTable{
	display: table;
	vertical-align: middle;
	height: 420px;
	margin: 70px auto auto;
	width: 580px;
	background-color: rgba(0,0,0,0.8);
	padding: 50px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#startText, #alertTd, #alertTd h1{
	color: #ffffff;
}

#target_color{
	font-family: 'Roboto Bold';
	font-size: 43px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	line-height: 56px;
	width: 280px;
	height: 65px;
	padding: 20px 0;
	margin: 20px auto 50px;
	border: none!important;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
	background-image: url('images/default_bg.png');
}
#target_color.kek{color: #1AA0E2;}
#target_color.fekete{color: black;}
#target_color.szurke{color: #6C6D6D;}
#target_color.barna{color: #843A08;}
#target_color.piros{color: #C41212;}
#target_color.lila{color: #50297C;}
#target_color.sarga{color: #F7B600;}
#target_color.zold{color: #448731;}

#colors{
	text-align: center;
	margin-top: 10px;
}
#colors .circle{
	display: inline-block;
	width: 110px;
	height: 25px;
	padding: 10px 0;
	cursor: pointer;
	margin: 0 7px 8px 7px;
	background-color: #FFFDFC;
}
#colors .circle span{
	font-family: "Roboto Bold";
	display: inline-block;
	font-size: 23px;
	text-transform: uppercase;
	color: #000000;
	line-height: 25px;
}

#colors .circle.kek span{color: #1AA0E2;}
#colors .circle.barna span{color: #843A08;}
#colors .circle.sarga span{color: #F7B600;}
#colors .circle.zold span{color: #448731;}
#colors .circle.piros span{color: #C41212;}
#colors .circle.fekete span{color: black;}
#colors .circle.lila span{color: #50297C;}
#colors .circle.szurke span{color: #6C6D6D;}

#colors .circle.kek-bg{background-color: #1AA0E2;}
#colors .circle.barna-bg{background-color: #843A08;}
#colors .circle.sarga-bg{background-color: #F7B600;}
#colors .circle.zold-bg{background-color: #448731;}
#colors .circle.piros-bg{background-color: #C41212;}
#colors .circle.fekete-bg{background-color: #FFFFFF;}
#colors .circle.lila-bg{background-color: #50297C;}
#colors .circle.szurke-bg{background-color: #6C6D6D;}

@media only screen and (min-width: 480px) and (max-width: 799px) {

	#startScreen .openImg{
		background-size: 30% auto;
	}

	/*game*/
	.gameTable{/*m*/
		width: 380px;
		height: 250px;
		margin-top: 20px;
		padding: 20px;
	}

	#target_color{
		font-size: 36px;
		width: 220px;
		padding: 10px;
		margin-top: 0;
		margin-bottom: 30px;
	}
	#colors{
		margin: 10px auto 0;
	}
	#colors .circle{
		width: 62px;
		height: 20px;
		padding: 5px 0;
	}
	#colors .circle span{
		font-size: 12px;
		font-weight: normal;
		line-height: 100%;
	}

}

@media only screen and (min-width: 480px) and (max-width: 799px) and (max-height: 260px) {

	.gameTable{/*m*/
		width: 340px;
		height: 210px;
		margin-top: 10px;
		padding: 10px;
	}
	#target_color{
		font-size: 30px;
		margin-bottom: 20px;
	}
	/*#colors .circle{*/
		/*margin-bottom: 5px;*/
		/*height: 66px;*/
	/*}*/
	/*#colors .circle span{*/
		/*margin-top: 21px;*/
	/*}*/
}