@charset "utf-8";
/* CSS Document */


body {
	background:url(../images/background.JPG) top center;
	font-family:'Open Sans',sans-serif; font-size:100%;
	}


#headerCont{height:50px; background-color:#a8c656; box-shadow:0px 2px 4px rgba(0,0,0,.5); }

#header h2 {height:50px; text-align:left; color:#FFF; line-height:50px; z-index:99;}

#info{
	position:absolute;
	display:none;
	width:100%;
	left:0;
	background-color:#FFF;
	text-align:left;
	margin:0 auto;
	padding:4%;
	z-index:9999;
	box-shadow:0px 2px 4px #000;

}



#controls{
	float:right;
	position:absolute;
	right:30px;
	top:5px;}

.controlBtn{
	display:inline-block;
	cursor:pointer;
	background-color:#FFF;
	background-position:top left;
	background-size:25px 25px;
	width:25px;
	height:25px;}


.controlBtn:hover{
	background-color:#222;
}



.btn {	
	
	width:220px; 
	height:80px;
	background-color:#e2a853;
	padding:12px auto;
	line-height:80px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}

.btn:hover{color:#222; box-shadow:0px 3px 3px #222;}

#content a {text-decoration:none;}

.btn_main {
	margin:20px;
	line-height:normal;
	padding-top:2%;
	padding-bottom:5%;
	
}

#footer {
	position:fixed;
	bottom:0; 
	width:100%; 
	background-color:#778691; 
	height:40px;
	color:#FFF; 
	text-align:center; 
	line-height:30px;}



#links { width:220px; margin:auto}

#popUp  {
	position:absolute;
	top:60px;
	width:92%;
	background-color:#FFF;
	padding:20px;
	border:solid 12px #e2a853;
	visibility:hidden;
	}

#popUpClose{
	cursor:pointer;
	color:#FFF;
	position:absolute;
	right:5px;
	padding-left:5px;
	top:0px;
	height:30px;
	width:30px;
	background:#C03;
	border-radius:30px;
	line-height:30px;
	
}


#stageBtns > *
{
	display:inline;
	padding:12px;
}



.box {display:block; width:100px; height:80px; text-align:center; float:left; line-height:80px; margin-bottom:20px; }
.boxsm {display:block; width:50px; height:80px; text-align:center; float:left; line-height:80px; margin-bottom:20px; }
.drop{border:#000 solid;}

.clear{clear:both}

.drag{width:100px; height:80px; background:#e2a853; color:#FFF; margin:2px; float:left; text-align:center; line-height:80px;}

.correct{color:green; border:3px green solid;}
.ui-state-disabled{color:black; opacity:1!important; border:3px green solid}

#content{height:600px;}
#stage{width:100%; height:100%;}



.row{position:relative; margin-bottom:20px; height:50%; width:100%; clear:both;}

#drags {margin:auto}

@media only screen
and (max-height: 800px){
	

	#content{ height:450px}
	.box {width:80px}
	.drag{width:80px}
	
}


@media only screen and (max-height:650px){

#content{height:350px}	

	
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

.box {width:80px}
.drag{width:80px}

#stage{height:70%}


