/*header game*/
header.masthead.head-category.head-game{height:370px;}
header.masthead.head-category.head-game .carousel-item{background-position:0 0px !important;}
.game-page .container{
	background:rgba(0,0,0,0);
	margin-top:60px;
}
.game-page .mainContent{padding-top:0px;}
.timeline {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.li {
  transition: all 200ms ease-in;
}

.timestamp {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}

.status {
  padding: 0px 50px;
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #D6DCE0;
  position: relative;
  transition: all 200ms ease-in;
}
.status h4 {
	font-size:18px;
  font-weight: 600;
  position:absolute;
  bottom:-20px;
  left:50%;
  color:rgba(255,255,255,.5);
}
.status:before {
  content: "";
  width: 38px;
  height: 38px;
  background-color: #191919;
  border-radius: 25px;
  border: 2px solid #8b8b8b;
  position: absolute;
  bottom: -20px;
  left: 42%;
  transition: all 200ms ease-in;
}

.li.complete .status {
  border-bottom: 2px solid #ff9300;
}
.li.complete .status:before {
  background-color:#191919;
  border:2px solid #ff9300;
  transition: all 200ms ease-in;
}
.li.complete.active .status:before {
 height:50px;
 width:50px;
 bottom: -25px;
  background-color:#ff9300
}
.li.complete .status h4 {
  color: #fff;
}
.li.complete.active .status h4{font-size:24px; left:52%;}
.game-content{
	background:#fff;
	border-radius:15px;
	margin-top:70px;
	position:relative;
	padding:50px 0;	
	font-size:120%;
	text-align:center;
}
.game-content .time{
	position:absolute;
	top:-40px;
	left:45%;
	height:80px;
	width:80px;
	background:#fff;
	border-radius:100px;
	line-height:60px;
	color:#ff9300;
}
.game-content .content input{
	width:20px;
	height:20px;
}
.game-content .content label{
	text-align:left;
	margin-left:15px;
	line-height:20px;
	border-radius:50px;
	background:#edeeef;
	padding:10px 15px;
	display:inline-block;
	width:80%;
}
.game-content .row{
	margin-bottom:8px;
}
.game-page button {
  width: 100px;
  min-width: 100px;
  padding: 10px;
  margin: 20px;
  border: none;
  color: white;
  font-size: 16px;
  text-align: center;
  background-color: #ff9300;
  border:0px;
  border-radius:10px;
}
.bg_true label{
    background-color: #2792ff!important;
    color:#ffffff!important;
    font-weight: bold!important;
}
.bg_false label{
    background-color: #ff624c!important;
    color:#ffffff!important;
    font-weight: bold!important;
}
.input-group-answer label span{
    float:right!important;
}
.result_true{
    color: #2792ff!important;
}
.result_false{
    color: #ff624c!important;
}
@media (min-device-width: 320px) and (max-device-width: 700px) {
	header.masthead.head-category.head-game{height:270px;}
header.masthead.head-category.head-game .carousel-item{background-position: 47% 0%!important; background-size:auto}
  .timeline {
    list-style-type: none;
    display: block;
	padding-top:10px;
	height:60px;
	overflow:hidden;
  }

  .li {
    transition: all 200ms ease-in;
    display: inline-block;
    width: 30%;
	height:60px;
  }

  .timestamp {
    width: 100px;
  }

  .status:before {
    transition: all 200ms ease-in;
  }
}
#countdown_div .countdown{
    background:rgba(17, 17, 17, 0.9);
    border-radius:5px;
    padding:4%;
    display:block;
    position: absolute;
    top:20%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size:200%;
    text-shadow:0 0 5px rgba(0,0,0,0.7);
    text-align:center;
}
#countdown_div .countdown p{
    font-size:220%;
    font-weight:lighter;
}
#countdown_div .countdown div{
    display:inline-block;
    margin:0 10px;
}
#countdown_div .countdown span{
    background:rgba(17, 17, 17, 0.9);
    box-shadow:0 0 10px rgba(0,0,0,0.7);
    border-radius:100px;
    padding:10px;
    margin-bottom:10px;
    font-size: 160%;
    display:block;
    width:80px;
    height:80px;
    line-height:60px;
    border:2px solid #ccc;
}

