/** {
	-webkit-user-select: auto !important;
}*/

html {
	width:100%;
    height:100%;
}
body {
   	width: 100%;
	height: 100%;
	position: absolute;
    padding:0;
    margin:0;
    font-family: 'Open Sans', sans-serif;
}
#body{
	padding-right:0!important;
}
img {
	width: 100%;
}

::-webkit-input-placeholder {
   color: #666666;
}

:-moz-placeholder { /* Firefox 18- */
   color: #666666;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #666666;  
}

:-ms-input-placeholder {  
   color: #666666;  
}

input {
    -webkit-box-shadow: inset 0px 4px 6px 0px rgba(0,0,0,0.15),
        				inset 0px 1px 2px 0px rgba(50, 50, 50, 0.20),
        				0px 1px 2px 0px rgba(255, 255, 255, 0.75);
    
	-moz-box-shadow:    inset 0px 4px 6px 0px rgba(0,0,0,0.15),
        				inset 0px 1px 2px 0px rgba(50, 50, 50, 0.20),
        				0px 1px 2px 0px rgba(255, 255, 255, 0.75);
    
	box-shadow:         inset 0px 4px 6px 0px rgba(0,0,0,0.15),
        				inset 0px 1px 2px 0px rgba(50, 50, 50, 0.20),
        				0px 1px 2px 0px rgba(255, 255, 255, 0.75);
	height: 50px;
	border: 1px solid #ADADAD;
	font-weight: bold;
	margin:15px;
	margin-bottom:0; 
	outline: none;
	text-align:center;
}
input[type="text"]:focus {
	border: 3px solid #878787;
	outline: none;
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.centerTxt {
	text-align: center;
}
#getTime {
	margin-top: -71px;
	font-size: 25px;
	color:white;
	font-weight:bold;
}
#timerCanvas {
	width: 105px;
	height: 105px;
	margin: auto;
}
#wrapper {
    overflow:auto;
    opacity:0;
	/*max-width:1024px;
	margin:auto;*/
    /*height: 100%;
	width: 100%;
	position: absolute;*/ 
    min-height:480px;
    height: 100%;
    /*width: 100%;
	height: 100%;*/
    background: #e4e4e4; /* Old browsers */
	background: #e4e4e4; /* Old browsers */
	background: -moz-linear-gradient(top,  #e4e4e4 0%, #9b9b9b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#9b9b9b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e4e4e4 0%,#9b9b9b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e4e4e4 0%,#9b9b9b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e4e4e4 0%,#9b9b9b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e4e4e4 0%,#9b9b9b 100%); /* W3C */
    font-family: 'Open Sans', sans-serif;
}
#top {
	height: 100%;
	width:100%;
	padding: 15px;
	background:#333333;
	border-bottom:10px solid #666666;
    
    background: #141414; /* Old browsers */
background: -moz-linear-gradient(top,  #141414 0%, #333333 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#141414), color-stop(100%,#333333)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #141414 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #141414 0%,#333333 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #141414 0%,#333333 100%); /* IE10+ */
background: linear-gradient(to bottom,  #141414 0%,#333333 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#333333',GradientType=0 ); /* IE6-9 */

}
#main  {
	width:100%;
	min-height:480px;
	padding-bottom: 15px;
}
.join-container {
	padding-top:120px;
}
#logo {
	margin:auto;
    margin-bottom:12px;
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
    margin-top: 3px;
    z-index: 999;
}
#logo img {
	/*max-width: 180px;*/
    width:180px;
}
.blackButton {
	-moz-box-shadow: 0px 3px 10px 0px #666666;
	-webkit-box-shadow: 0px 3px 10px 0px #666666;
	box-shadow: 0px 3px 10px 0px #666666;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #666666), color-stop(1, #333333) );
	background:-moz-linear-gradient( center top, #666666 5%, #333333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333');
	background-color:#666666;
	text-indent:0;
	/*border:4px solid #f79a20;*/
	border:none;
	display:inline-block;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	/*height:45px;*/
	width:80px;
	text-decoration:none;
	text-align:center;
	text-shadow: 2px 2px 0px #000000;
	color: white;
}
.blackButton:hover {
	
}
.blackButton:active {
	position:relative;
	top:1px;
}

.answerButton {
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:17px;
	padding:12px 31px;
	text-decoration:none;
	margin-bottom:15px;
	min-width: 150px;
	width: 75%;
}
.answerButton:hover {
	
}
.answerButton:active {
	position:relative;
	top:1px;
}
.bgCircle {
	height: 95px;
	width: 95px;
	margin-top: -67px;
	background: #666666;
	margin-left: 3px;
	border-radius: 50%;
}
#question {
	font-size: 20px;
	padding: 15px;
    padding-top:15%;
	max-width:80%;
	margin:auto;
    font-size: 28px;
}
#score {
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	top: 15px;
	right: 10%;
	color:#f79a20;
}
#scoreBtm {
	font-size: 35px;
	font-weight: bold;
	color:#f79a20;
	margin-top:15px;
	width:40%;
	text-align:center;
	line-height: 28px;
	float:left;
	padding-right: 15px;
}
#continueBtnContainer {
	width:60%;
	text-align:center;
	float:left;
	padding-top:20px;
} 

.continueBtnInactive{
	background:#CACACA;
	text-indent:0;
	/*border:4px solid #f79a20;*/
	border:none;
	display:inline-block;
	color:#333333;
	font-family:Arial;
	font-size: 24px;
	font-weight:bold;
	font-style:normal;
	height: 65px;
	width:100%;
	text-decoration:none;
	text-align:center;
	color: #ABABAB;
	padding-top: 16px;
}

.continueBtnActive{
    
	cursor:pointer;
	-moz-box-shadow: 0 6px #E07F00, 0px 13px 10px -1px rgba(102, 102, 102, 0.3);
	-webkit-box-shadow: 0 6px #E07F00, 0px 13px 10px -1px rgba(102, 102, 102, 0.3);
	box-shadow: 0 6px #E07F00, 0px 13px 10px -1px rgba(102, 102, 102, 0.3);
    
	background: #f79a20;
  	background-image: -webkit-linear-gradient(top, #FAD74C, #f79a20);
  	background-image: -moz-linear-gradient(top, #FAD74C, #f79a20);
  	background-image: -ms-linear-gradient(top, #FAD74C, #f79a20);
  	background-image: -o-linear-gradient(top, #FAD74C, #f79a20);
    background-image: linear-gradient(to bottom, #FAD74C, #f79a20);
    
	text-indent:0;
	/*border:4px solid #f79a20;*/
	border:none;
	display:inline-block;
	color:#333333;
	font-family:Arial;
	font-size: 24px;
	font-weight:bold;
	font-style:normal;
	height: 65px;
	width:100%;
	text-decoration:none;
	text-align:center;
	text-shadow: 1px 1px 2px #946A32;
	color: white;
	padding-top: 16px;
}   
.continueBtnActive:hover {
	
}
.continueBtnActive:active {
	position:relative;
	top:1px;
  	transform: translateY(5px);
    background: #f79a20;
  	background-image: -webkit-linear-gradient(top, #E2860E, #f8a428);
  	background-image: -moz-linear-gradient(top, #E2860E, #f8a428);
  	background-image: -ms-linear-gradient(top, #E2860E, #f8a428);
  	background-image: -o-linear-gradient(top, #E2860E, #f8a428);
    background-image: linear-gradient(to bottom, #E2860E, #f8a428);
    
    -moz-box-shadow: 0 0 #E07F00, 0px 2px 5px -1px rgba(102, 102, 102, 0.3);
	-webkit-box-shadow: 0 0 #E07F00, 0px 2px 5px -1px rgba(102, 102, 102, 0.3);
	box-shadow: 0 0 #E07F00, 0px 2px 5px -1px rgba(102, 102, 102, 0.3);
    
    
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.continueBtnActivePress {
	position:relative;
	top:1px;
  	transform: translateY(5px);
    background: #f79a20;
  	background-image: -webkit-linear-gradient(top, #E2860E, #f8a428);
  	background-image: -moz-linear-gradient(top, #E2860E, #f8a428);
  	background-image: -ms-linear-gradient(top, #E2860E, #f8a428);
  	background-image: -o-linear-gradient(top, #E2860E, #f8a428);
    background-image: linear-gradient(to bottom, #E2860E, #f8a428);
    
    -moz-box-shadow: 0 0 #E07F00, 0px 2px 5px -1px rgba(102, 102, 102, 0.3);
	-webkit-box-shadow: 0 0 #E07F00, 0px 2px 5px -1px rgba(102, 102, 102, 0.3);
	box-shadow: 0 0 #E07F00, 0px 2px 5px -1px rgba(102, 102, 102, 0.3);
    
    
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#resultsContainer {
	-webkit-box-shadow: inset 0px 3px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 3px 15px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 3px 15px 0px rgba(0,0,0,0.75);
	border-radius:17px;
	overflow: hidden;
	width:90%;
	margin:auto;
	max-width:320px;
}
#results {

}
#results table {
	width: 100%;
	margin: auto;
	font-size:20px;
	color:#cf7805;
    background: white;
}
#results table tr {
 height:40px;
    
}
#results table tr:nth-child(even) {
	/*background:#d0d0d0;*/
	background: rgba(208,208,208,0.5);
}
.tblScore,
.tblName {
	padding:6px;
}
.tblScore {
	text-align:right;
	border-right: 2px solid #aeaeae;
	padding-right:10px;
	width:auto;
}
.tblName {
	padding-left:10px;
}
#advertisement {
	max-width:300px;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
}
.timerBar {
	-moz-box-shadow: 0px 3px 10px 0px #666666;
	-webkit-box-shadow: 0px 3px 10px 0px #666666;
	box-shadow: 0px 3px 10px 0px #666666;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #666666), color-stop(1, #333333) );
	background:-moz-linear-gradient( center top, #666666 5%, #333333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333');
	background-color:#666666;
	border:6px solid #f79a20;
	border-radius:8px;
	height:47px;
	width: 75%;
	margin:auto!important;
}
.timerBar table {
	width:100%;
    margin:auto;
    margin-top: 6px;
}
.timerBar table tr td {
	text-align:center;
    width:10%;
}
.timerBar table tr td img {
	max-height: 16px;
	max-width: 16px;
}
.adBtm {
	max-width:300px;
	margin:auto!important;
}
section {
	position:relative;
}
#question_scrn,
#ad_scrn,
#results_scrn {
	display:none;
}

#optionsLabel {
	color:#ffffff;
    text-align:center
}
.modal-header {
	border-bottom:none;
}
.modal-footer {
	border-top:none;
}
.modal-content {
	background: #333333;
}
#quitBtn {
	cursor:pointer;
    font-size: 30px;
	font-weight: bold;
	position: absolute;
	top: 15px;
	left: 10%;
}
#question_scrn {
	width:100%;
    height:100%;
}
#main {
	width:100%;
    height:100%;
}
#mainMenu {
	background:#333333;
    height:61px;
    padding: 0;
    z-index:1000;
    position:relative;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.8);
	box-shadow: 0 6px #222222, 0px 5px 10px 5px rgba(0,0,0,0.25);
}
#menuToggle {
	width: 61px;
    height:61px;
    border-right: 1px solid #414141;
    padding:15px;
    float:left;
    cursor:pointer;
}
#menuRight {
	width:auto; 
    height:61px;
    float:left;
    padding-left: 15px;
    padding-top: 15px;
	font-size: 22px;
    border-left: 1px solid #1b1b1b;
}
#theQuestion,
#Answers {
	display:none;
}
#Answers {
	padding-top:25px;
}
#theMenu {
	position:absolute;
    background:#2A2A2A;
    color:white;
    width:100%;
    top:0;
    height:100%;
    left: -100%;
    z-index:1;
    padding-top:61px;
    /*-webkit-box-shadow: 2px 0px 8px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 0px 8px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 0px 8px 0px rgba(0,0,0,0.75);*/
    background: #e4e4e4;
background: -moz-linear-gradient(top, #989898 0%,#777777 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#989898), color-stop(100%,#777777));
background: -webkit-linear-gradient(top, #989898 0%,#777777 100%);
background: -o-linear-gradient(top, #989898 0%,#777777 100%);
background: -ms-linear-gradient(top, #989898 0%,#777777 100%);
background: linear-gradient(to bottom, #989898 0%,#777777 100%);
} 
#theMenu ul {
	list-style:none;
    padding: 15px;
    font-size: 18px;
}
.modal {
	top:30%;
}
.answerButton {
	outline: 0;
}

/*button.blackButton.answerButton:focus {
	background: #f79a20!important;
    background-color: #f79a20!important;
}*/

.makeYellow {
	background: #f79a20!important;
    background-color: #f79a20!important;
}

@-webkit-keyframes yellowPulse {
  from { background-color: #f9e687; box-shadow: 0 0 9px #f9e687; -webkit-box-shadow: 0 0 9px #f9e687; }
  50% { background-color: #f5cc00; box-shadow: 0 0 9px #f5cc00; -webkit-box-shadow: 0 0 18px #f5cc00; }
  to { background-color: #f9e687; box-shadow: 0 0 9px #f9e687; -webkit-box-shadow: 0 0 9px #f9e687; }
}

.lightUp {
  background: #f5cc00!important; 
  -webkit-animation-name: yellowPulse;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
}

/*#login_scrn #main > .row {
	height: 100%;
	width: 100%;
	position: absolute;
}*/

#wrapper section {
	width: 100%;
	height: 100%;
}

#top-container {
	height: 110px;
    position: absolute;
	width: 100%;
}
button {
	outline:0;
}

.join-container {
	min-height: 480px;
}

#results-container {
	padding-top:20px;
    padding-bottom:15px;
}

#results_scrn #top-container {
	position:relative;
}

#pauseOverlay {
	opacity:0;
    display:none;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.93);
    top:0;
    position:fixed;
    text-align:center;
    z-index: 9999999;
}

#pauseImg {
	margin-top:200px;
    width: 175px;
    margin-left: -150%;
}

/*******************************/
/* Media Queries */
/*******************************/

@media (min-width:730px){
    .timerBar table tr td img {
    	max-height: 34px;
		max-width: 34px;
    }
	.timerBar table {
    	margin-top:0;
    }
}

@media (min-width:500px) and (max-width:729px){
	.timerBar table tr td img {
    	max-height: 25px;
		max-width: 25px;
    }
    .timerBar table {
    	margin-top:4;
    }
}