
/*******************************/
/* COLORS */
/*******************************/

#gameContainer{
	background:#9e5d01;
}

#gameHeader{
	background:#ffd126;
}

#gameHome{
	background-color:#9e5d01;
	border:6px solid #ffd126;
}

#startScreen{
	border:0px solid #FF0000;
}

#startImage img{
	border:6px solid #FFFFFF;
}


#startFooterTable{
	background-color:#ffefb4;
	border:6px solid #ffd126;
}

#startFooterTable .left{
	border-right:6px solid #ffd126;
}

#startFooterTable .right{
	border-left:6px solid #ffd126;
}

#startSound{
	background-color:#9e5d01;
}

#startNext{
	background-color:#9e5d01;
}

#startText{
	color:#9e5d01;
}

#tutorialFooterTable{
	background-color:#9e5d01;
	border:6px solid #ffd126;
}

#tutorialFooterTable .left{
	border-right:6px solid #ffd126;
}

#tutorialFooterTable .right{
	border-left:6px solid #ffd126;
}

#tutorialFooterTable .center{
	background-color:#ffd126;
}

#tutorialPrev{
	background-color:#9e5d01;
}

#tutorialNext{
	background-color:#9e5d01;
}

#tutorialContainer{
	color:#FFFFFF;
}

#gameFunctions{
	background-color:#ffffff;
	border:6px solid #ffd126;
}

.funcButt{
	background-color:#9e5d01;
	border:6px solid #ffd126;
}

#endTable{
	color:#FFFFFF;
}

.funcButtBig{
	background-color:#9e5d01;
	border:6px solid #ffd126;
}

#endText{
	color:#FFFFFF;
}

.counterBoxBig{
	border:0px solid #FF0000;
}

.counterBoxBig .counterNumbers{
	color:#000000;
	border:3px solid #ffd126;
	background:#ffffff;
}

.counterBox .counterNumbers{
	/*color:#ffd126;*/
	border:3px solid #ffd126;
	background:#ffffff;
}

/*******************************/
/* GAME */
/*******************************/

#gameStageStart{
	background-color:#949700;
	width:585px;
	height:455px;
	margin-top:80px;
	margin-left:30px;
	position:absolute;
	z-index:220;
	padding: 5px 5px;
}

#gameStage{
	background-color:#9e5d01;
	width:600px;
	height:460px;
	margin-top:80px;
	margin-left:30px;
	position:absolute;
	z-index:220;
}

#gameBlock{
	position:absolute;
	width:100px;
	height:100px;
	background:#666666;
}










#hatter{
	/*border: solid 3px rgb(0,173,240);*/
	/*background-color: lightGray;*/
}
#kiiras{
	position: absolute;
	left: 15px;
	top: 19px;
	width:555px;
	height:95px;
	/*border: solid 5px rgba(1,120,20,1);*/
	/*background-color: rgba(255,0,0,0.5);*/
	
	color:rgba(255,255,255,1);
	font-family:arial;
	font-weight:bold;
	font-size: 27px;
	text-align: center;
	display:table-cell;
	vertical-align: middle;
}

#gombok{
	position: absolute;
	left: 5px;
	top: 260px;
	width:575px;
	height:175px;
	/*border: solid 5px rgba(1,120,20,1);*/
	/*background-color: rgba(255,0,0,0.1);*/
}
.gomb{
	cursor:pointer;	cursor:hand;
	color:rgba(255,255,255,1);
	font-family:arial;
	font-weight:bold;
	font-size: 35px;
	text-align: center;
	display:table-cell;
	vertical-align: middle;
	
	border-radius:10px;
	line-height:70px;
	/*background-color: rgba(255,0,0,0.1);*/
}



#feladat{
	position: absolute;
	left: 5px;
	top: 100px;
	width:575px;
	height:160px;
	/*border: solid 5px rgba(1,120,20,1);*/
	/*background-color: lightGray;*/
	
	/*color:rgba(1,120,20,1);*/
	font-family:arial;
	font-weight:bold;
	font-size: 130px;
	text-align: center;
	display:table-cell;
	vertical-align: middle; 
	line-height:170px
}
#feladat.Kék{
	color:rgba(0,0,255,1);
}
#feladat.Fekete{
	color:rgba(0,0,0,1);
}
#feladat.Sárga{
	color:rgba(255,255,0,1);
}
#feladat.Piros{
	color:rgba(255,0,0,1);
}
#feladat.Zöld{
	color:rgba(0,255,0,1);
}
#feladat.Lila{
	color:rgba(255,0,255,1);
}

#feladat.helyes{
	font-family:arial;
	font-weight:bold;
	font-size: 90px;
	text-align: center;
	display:table-cell;
	vertical-align: middle; 
	line-height:170px;
	color:rgba(0,255,0,1);
}
#feladat.helytelen{
	font-family:arial;
	font-weight:bold;
	font-size: 90px;
	text-align: center;
	display:table-cell;
	vertical-align: middle; 
	line-height:170px;
	color:rgba(255,0,0,1);
}

#szintkiiras{
	position:absolute;
	left:260px;
	top:170px;
	font-family:verdana;
	font-size:100px;
	text-align:center;
	color:#ffffff;
}

#gameAlert{
background: #9E5D01;
}

#alertTd{
color:#FFFFFF;
text-shadow: 0px 0px 10px #000000;
}

#alertTd a{
background-color:#FFD126;
}


@media only screen and (min-width: 480px) and (max-width: 799px) {

	/*BASIC SETTINGS*/

	#gameContainer{
		width: 100%;
	}
	#gameContainer #gameHeader #gameHome{
		width: 26px;
		height: 24px;
		background-size: 80%;
		border-width: 3px;
	}

	/* startScreen */

	#startScreen #startImage{
		padding-top: 34px;
		width: 100%;
	}
	#startScreen #startImage img{
		width: 308px;
	}
	#startFooter{
		padding-top: 191px;
		width: 100%;
	}
	#startFooterTable{
		height: 74px;
	}
	#startFooterTable .left, #startFooterTable .right{
		width: 62px;
	}
	#startFooterTable .left a span, #startFooterTable .right a span{
		height: 59px;
		background-size: contain;
	}

	/* gameMessage */

	#gameMessage{
		width: 100%;
		/*height: 270px;*/
		height: 100%;
	}
	#gameMessage #msgTd{
		width: 100%;
		/*height: 260px;*/
		height: 100%;
		font-size: 40px;
		margin: 50px auto auto 0;
		display: block;
	}

	/* gameAlert */

	#gameAlert{
		width: 100%;
	}
	#gameAlert #alertTd{
		height: 260px;
	}
	#gameAlert #alertTd h1{
		font-size: 40px;
	}

	/* tutorialScreen */

	#tutorialScreen{
		width: 100%;
	}
	#tutorialScreen #tutorialContainer{
		width: 80%;
		height: auto;
		margin-left: 80px;
		padding-top: 44px;
	}
	#tutorialScreen #tutorialContainer img{
		height: 130px;
	}
	#tutorialScreen #tutorialContainer span{
		font-size: 10px;
	}
	#tutorialScreen #tutorialFooter{
		padding-top: 186px;
	}
	#tutorialScreen #tutorialFooter #tutorialFooterTable{
		height: 74px;
	}
	#tutorialScreen #tutorialFooter #tutorialFooterTable .left, #tutorialScreen #tutorialFooter #tutorialFooterTable .right{
		width: 62px;
	}
	#tutorialScreen #tutorialFooter #tutorialFooterTable .left a span, #tutorialScreen #tutorialFooter #tutorialFooterTable .right a span{
		height: 59px;
		background-size: contain;
	}

	/* gameScreen */

	#gameScreen #gameStage{
		margin-top: 40px;
		margin-left: 10px;
		height: 217px;
		width: 255px;
		background-size: contain;
	}
	#gameScreen #gameFunctions{
		margin-left: 0;
		height: 205px;
		right: 10px;
	}
	#gameScreen #gameFunctions #gameCounters {
		height: 150px;
		margin: 5px;
	}
	#gameScreen #gameFunctions #gameCounters .counterBox{
		margin-bottom: 5px;
	}
	#gameScreen #gameFunctions #gameCounters .counterBox .counterLabel{
		font-size: 12px;
		height: 12px;
	}
	#gameScreen #gameFunctions #gameCounters .counterBox .counterNumbers{
		font-size: 16px;
		height: 14px;
	}
	#gameScreen #gameFunctions #gameFuncCont {
		margin: 0 5px 5px 5px;
		text-align: left;
	}
	#gameScreen #gameFunctions #gameFuncCont .funcButt{
		width: 30px;
		height: 30px;
		background-size: 80%;
		margin: 0 6px 6px 6px;
	}

	/* endScreen */

	#endScreen #endTable{
		margin: auto;
		padding-top: 35px;
		width: 350px;
		position: relative;
		height: 270px;
	}

	#endScreen #endTable #endImage{
		width: 150px;
		text-align: center;
	}
	#endScreen #endTable #endImage img{
		height: 160px;
	}
	#endScreen #endTable #endDatas {
		height: 160px;
	}
	#endScreen #endTable #endDatas .counterLabel {
		height: 18px;
		font-size: 20px
	}
	#endScreen #endTable #endDatas .counterNumbers {
		font-size: 27px;
		height: 26px;
	}
	#endScreen #endTable #endDatas #endText{
		font-size: 11px;
	}
	#endScreen #endTable #endFinctions{
		height: 44px;
	}
	#endScreen #endTable #endFinctions .funcButtBig{
		width: 38px;
		height: 38px;
		background-size: contain;
	}

	/*BASIC SETTINGS END*/

	/* jatek */

	#gameStage #szintkiiras{
		left: 96px;
		top: 40px;
	}
	#gameStage #holder img{
		width: 100%;
	}
	#gameStage #holder #kiiras{
		top: 9px;
		/*left: 0;*/
		width: 225px;
		height: 30px;
		font-size: 11px;
	}
	#gameStage #holder #feladat{
		top: 50px;
		width: 245px;
		height: 60px;
		font-size: 50px;
		line-height: normal;
	}
	#gameStage #holder #gombok{
		top: 90px;
		width: 245px;
		height: 95px;
	}
	#gameStage #holder #gombok .gomb{
		width: 60px!important;
		height: 30px!important;
		font-size: 14px!important;
	}

}