@charset "utf-8";
/* CSS Document */
html, body{
	height:100%
	}

#stage{width:100%; position:relative;}
#popUp {
	position:absolute;
	top:60px;
	width:92%;
	background-color:#FFF;
	padding:20px;
	border:solid 12px #e2a853;
	visibility:hidden;
	text-align:center;
	}

#popUpClose{
	cursor:pointer;
	color:#FFF;
	position:absolute;
	right:5px;
	padding-left:5px;
	top:5px;
	height:30px;
	width:30px;
	background:#C03;
	border-radius:30px;
	line-height:30px;
	
}
body {
	background:#FFF;
	font-family:'Open Sans',sans-serif; 
	font-size:100%;
	overflow:hidden;
	position:relative;
	}

#headerCont{
	height:6%; 
	background-color:#a8c656; 
	box-shadow:0px 2px 4px rgba(0,0,0,.5); 
	}

#header h2 {
	/*height:55px; */
	text-align:left; 
	color:#FFF; 
	line-height:50px; 
	z-index:99;
	}
a:link {
	text-decoration: none; 
	color:#000;
	}
a:visited {
	text-decoration: none; 
	color:#000;
	}
a:hover {
	text-decoration: none;
	color:#000;
	}
a:active {
	text-decoration: none;
	color:#000;
	}

.wrapper{
	height:90%;
	/*position:relative;*/ 
	}

.img{
	height:450px; 
	width:275px;
}

#game-content{
	margin-left:auto;
	margin-right:auto; 
	text-align:center; 
	width:100%; 
	padding-bottom:0; 
	padding-top:5px;
}

#Clue{	
    text-align: center;
	background-color: #e2a853;
	border:solid #000 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	background: #ffc578; /* Old browsers */
    background: -moz-linear-gradient(top, #ffc578 0%, #fb9d23 100%); /* FF3.6+ */  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc578), color-stop(100%,#fb9d23)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffc578 0%,#fb9d23 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
}

#letters{
	font-family:'Open Sans',sans-serif; 
	font-size:100%;
	font-size: 25px;
	font-style: normal;
	text-align: center;
    padding-bottom: 10px;
	}

#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: 7px;
	}


.alpha{
    border-style: solid;
    border-width: 1px;
	background: #ffc578; /* Old browsers */
    background: -moz-linear-gradient(top, #ffc578 0%, #fb9d23 100%); /* FF3.6+ */  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc578), color-stop(100%,#fb9d23)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffc578 0%,#fb9d23 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
	margin:2px;
	width:30px;
	display:inline-block;}

.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;
}

#image{
	height:50%
}

#mainBtns{
	text-align:center;
	padding:2px;
	height:50%;
}

.btn1 {
	width: 220px;
	height: 86px;
	background-color: #e2a853;
	display:inline;
	text-align:center;
	border-style: solid;
    border-width: 1px;
	background: #ffc578; /* Old browsers */
    background: -moz-linear-gradient(top, #ffc578 0%, #fb9d23 100%); /* FF3.6+ */  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc578), color-stop(100%,#fb9d23)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffc578 0%,#fb9d23 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
	padding:5px;}

#disWord{
	border-style:none;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	margin:5px;
	font-size: 40px;
	font-style:normal;
	text-align: center;
}

#let{
	text-align:center;
}

#task{text-align:center; padding-top:10px; padding-bottom:5px; }

#displayTask
{
	display:none;
	background-color: #e2a853;
	border:solid #000 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	background: #ffc578; /* Old browsers */
    background: -moz-linear-gradient(top, #ffc578 0%, #fb9d23 100%); /* FF3.6+ */  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc578), color-stop(100%,#fb9d23)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffc578 0%,#fb9d23 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
	padding:2px;
	text-align:center;
}

.letter{
	background:#666;
	opacity:.5;
}

.resetLetter{
	background-color:#FFF;
}


#footer {
	width:100%;
	background-color:#778691; 
	height:5%;
	color:#FFF; 
	text-align:center; 
}







/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	

	.btn{
	height: 82px;
	width: 222px;
	line-height: 40px;
}
	
/* Styles */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
   .img{
	 height:370px; 
	 width:220px;
 }
 

/* Styles */
}


