body {
  padding-top: 50px;
}
a{
  cursor: hand;
}
a:hover{
	text-decoration:none;
	cursor: hand;
}	
.panel-seed {
    border-color: #158cba;
}
.panel-seed > .panel-heading {
    color: #fff;
    background-color: #158cba;
    border-color: #158cba;
}
.panel-seed > .panel-body {    
    background: #158cba;
}
.answer-panel{
	background: #a94442;
	padding:20px 0px 1px 0px;
}
.question-img-content {
    background: #fff;
    padding: 5px 50px;
    width: 500px;
    margin: 0 auto;
	overflow:hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}
.question-image{
	margin: 2px 30px;	
}
.question-image img{
	max-width:400px;
}
.alpha–beta {
	margin: 0;
    padding: 10px;
}
.alpha–beta a{
  text-decoration: none;
	padding:10px 20px;	
	background: rgba(238,217,57,1);
	background: -moz-linear-gradient(top, rgba(238,217,57,1) 0%, rgba(210,170,40,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,217,57,1)), color-stop(100%, rgba(210,170,40,1)));
	background: -webkit-linear-gradient(top, rgba(238,217,57,1) 0%, rgba(210,170,40,1) 100%);
	background: -o-linear-gradient(top, rgba(238,217,57,1) 0%, rgba(210,170,40,1) 100%);
	background: -ms-linear-gradient(top, rgba(238,217,57,1) 0%, rgba(210,170,40,1) 100%);
	background: linear-gradient(to bottom, rgba(238,217,57,1) 0%, rgba(210,170,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eed939', endColorstr='#d2aa28', GradientType=0 );
	
	text-transform:uppercase;
	font-weight:bold;
	font-size:20px;
	color:#000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.75);	
}
.alpha–beta a:hover{	
	background:#ad891a;
}
.alpha–beta a:visited{
	text-decoration:none;
}
.alpha–beta a:after{
	content: attr(data-character);
}
.alpha–beta a.empty{
	color: #fff;    
	background:#fff;
}
.btn-helper{
	margin:5px 0;
}
.answer-panel .btn-helper{
  margin: 0px 0 20px;
}
.pager li>a, .pager li>span
{
	background: rgba(238,217,57,1);
	background: -moz-linear-gradient(top, rgba(238,217,57,1) 0%, rgba(210,170,40,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,217,57,1)), color-stop(100%, rgba(210,170,40,1)));
	background: -webkit-linear-gradient(top, rgba(238,217,57,1) 0%, rgba(210,170,40,1) 100%);
	background: -o-linear-gradient(top, rgba(238,217,57,1) 0%, rgba(210,170,40,1) 100%);
	background: -ms-linear-gradient(top, rgba(238,217,57,1) 0%, rgba(210,170,40,1) 100%);
	background: linear-gradient(to bottom, rgba(238,217,57,1) 0%, rgba(210,170,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eed939', endColorstr='#d2aa28', GradientType=0 );
	
	color:#000;
	border-color:#ebd035;
	font-weight:bold;
}
.space a{
	background:#a94442;
	filter:none;	
	box-shadow: none;
	border:none;
}
.space a:hover{
	background:#a94442;	
}

.a-hide{	
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}
.a-show{
	opacity: 1;
}
#btn-group-scores{
	position: absolute;
    left: calc(50% - 128px);
}
.mg-20{
	margin-top:20px;
}
.score-group {
    width: 300px;
	clear:both;
}

.score {
    width: 58px;
    float: left;
    border: 3px solid #000;
    border-radius: 50%;
    padding: 15px 12px 15px 7px;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    position: relative;
    z-index: 10;
}
.score-progress {
    width: 200px;
    float: left;
    position: relative;
    top: 6px;
    left: -13px;
    z-index: 0;
    border: 3px solid #000;
    border-radius: 5px;
}
.progress {
    height: 40px;
    margin-bottom: 0;
}
.current{
	background: url(/images/yellowcircle.png) center center #fff no-repeat;
  text-align: center;
}
.total{
	background: url(/images/coin.png) center center #fff no-repeat;
}
.progress-text {
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
}
.btn-helper ul li{
	width: 252px;
}

/*--responsive--*/
@media(max-width:768px){
	.question-img-content{
		width:100%;
		padding: 0;
	}
	.question-image img{
		width:100%;
	}
	.alpha–beta li {
		padding-top: 20px;
	}	
	.question-image {
		margin: 0 30px 20px 30px;
	}
	.answer-panel{
		padding:0;
	}
	.btn-helper {
		margin: 0;
	}
	.btn-group>.btn-group {
		float: none;
		margin-top: 10px;
	}
}

#introduction{
  margin-top:10px;
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: justify;
}
#about-us{
  text-align: center;
}

.question-keyboard .list-inline>li, .question-answer .list-inline>li{
  margin-bottom: 30px;
}
/*.level-content{
	width: 100px !important;
  width: 100px;
	margin:10px 10px 2px 10px;
	background: url(/images/level-bg.png) no-repeat;
	padding: 35px 40px;
	position: relative;
  top: -15px;
}*/
#level-content{
  width: 100px;
  margin:10px 10px 2px 10px;
  background: url(/images/level-bg.png) no-repeat;
  padding: 35px 40px;
  position: relative;
  top: -15px;
}
#level-current{	
	text-align: center;
	font-size: 26px;	
	font-weight: 800;	
	color: #00676A;
  display: block;
  margin-top: -4px;
}
.audio-toolbox{
	position:absolute;
	width: 40px;
	height: 60px;
	right: 20px;
}
.audio-toolbox a{
	padding: 8px 4px;
	border: 1px solid #fff;
	background-color: transparent;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}

@media only screen and (min-device-width: 800px){
  .sweet-alert {
    width: 720px;
    height: 350px;
    top:45%;
    margin-left: -350px;
  }
}

/*.panel-body {
  padding: 8px;
}*/
#guessemojiquiz{
  margin-top: -20px;
}

#addthis_box_container{
    display: block;
    float: right;
}

#addthis_nav{
    padding: 8px 15px 0px 0px;
}

#ec_intro{
/*  position: absolute;
  right: 17px;
  top: 300px;
  display: none;
*/}
#ec_title{
  /*max-width: 170px;*/
  text-align: center;
  color: yellow;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 2px;
}

@media (min-width: 830px)
.container {
    width: 825px;
}

/*For mobile*/
@media only screen and (max-device-width: 799px) { 
  .dsk_only{
    display: none;
  }
}

@media only screen and (max-width: 641px) { 
  .btn-helper ul li {
    width: 110px;
  }
  .score-group,{
    width: 100%;
  }
  .score-progress{
    width: 60px;
  }
  #level-content{
    width: 80px;
    background: url(/images/level-bg-small.png) no-repeat;
    margin: 35px 5px 2px 5px;
    padding-left: 3px;
    padding-right: 3px;
  }
  #level-current{
    margin-top: -12px;
  }
  .list-inline>li{
    padding-left: 0px;
    margin-left: 0xp;    
  }
  /*.list-inline{
    margin-left: -10px;
  }*/
  .audio-toolbox{
    position:absolute;
    width: 80px;
    height: 40px;
    right: 10px;
    top:30px;
  }
  .audio-toolbox a{
    font-size: 16px;
    display: inline-block;
  }
  .btn-helper{
    margin-bottom: 2px;
    padding-bottom: 2px;
  }
}