.main-page{
  position: relative;
  max-width: 100%;
}

.main-page .main-container.games{
  padding: 10px 10px 0;
  font-size: 0;
}

.main-page .content .game-buttons{
  width: 25%;
  height: 242px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  transition: all .5s;
  padding-top: 205px;
  padding-left: 17px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #282828;
}


.main-page .content .game-buttons2{
  width: 100%;
  height: 242px;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  transition: all .5s;
  padding-top: 205px;
  padding-left: 17px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #282828;
}
.main-page .content .game-buttons span:nth-of-type(2){
  font-size: 13px;
  color: #999999;
}
/*
.main-page .content .game-buttons:nth-child(n+4){
  width: calc(1230px / 2);
}*/

.main-page .content .game-buttons.powerball{
  margin-right: 10px;
}

.main-page .content .game-buttons.live{
  background: url("../images/game-button-1.jpg") no-repeat;
}

.main-page .content .game-buttons.sports{
  background: url("../images/game-button-2.jpg") no-repeat;
}

.main-page .content .game-buttons.slot{
  background: url("../images/slot-button.jpg") no-repeat;
}

.main-page .content .game-buttons.powerball{
  background: url("../images/game-button-4.jpg") no-repeat;
}

.main-page .content .game-buttons.powerladder{
  background: url("../images/game-button-41.png?v1") no-repeat;
}


.main-page .content .game-buttons.poker{
  background: url("../images/game-button-5.jpg") no-repeat;
}

.main-page .content .game-buttons.live{
  background: url("../images/game-button-1.jpg") no-repeat;
}

.main-page .content .game-buttons.sports:hover{
  background: url("../images/game-button-2-hover.jpg") no-repeat;
}

.main-page .content .game-buttons.slot:hover{
  background: url("../images/slot-button-hover.jpg") no-repeat;
}

.main-page .content .game-buttons.powerball:hover{
  background: url("../images/game-button-4-hover.jpg") no-repeat;
}

.main-page .content .game-buttons.poker:hover{
  background: url("../images/game-button-5-hover.jpg") no-repeat;
}

.main-page .content .coupon-container:hover{
  background: url("../images/coupon-banner.jpg") no-repeat;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
}

.odometer-container{
  position: absolute;
  right: 18px;
  bottom: 15px;
  overflow: hidden;
  height: 97px;
  width: 695px;
}

.jackpot-odometer{
  position: absolute;
  height: 92px;
  width: 520px;
  bottom: 0;
  right: 0;
}

.main-page .odometer-container img{
  margin-top: -5px;
}


.menu-sub { 
	display: none; 
	position: absolute; 
	left: 50%; 
	top: 44px; 
	width: 104px; 
	margin-left: -54px; 
	font-size: 13px; 
	background: #1d1d1d; 
	border: 2px solid #c1ad8b; 
	z-index: 3; 
	opacity: 0; 
	filter: alpha(opacity: 100); 
	transition: .2s; 
	cursor: pointer; 
} 
.menu-sub { margin-left: -48px } 
.menu-sub>dd { 
	width: 104px; 
	padding: 8px 0; 
	text-align: center; 
	font-weight: 500; 
	color: #b2b2b2; 
	cursor: pointer; 
	transition: .3s 
} 




.game-buttons-container{
  font-size: 0;
  background: rgba(22, 14, 14, .8);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.game-buttons-container .game-button{
  width: calc(1200px / 4);
  margin-right: 10px;
  height: 200px;
  display: inline-block;
  transition: all .5s;
  cursor: pointer;
  padding: 6px 20px;
  position: relative;
  font-weight: 700;
}

.game-buttons-container .game-button:last-child{
  margin-right: 0;
}

.game-buttons-container .game-button.live{
  
}

.game-buttons-container .game-button.sports{
 
}

.game-buttons-container .game-button.slot{
  
}

.game-buttons-container .game-button.Others{
 
}


.game-button .title-container{
  position: absolute;
  bottom: 6px;
  height: 50px;
  width: 260px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.game-button .title-container span{
  font-size: 18px;
  color: #ffffff;
}

.game-button .title-container button{
  font-size: 12px;
  color: #121212;
  width: 105px;
  height: 35px;
  border-radius: 0;
  font-weight: 600;
}

.game-button .title-container button.btn-yellow:hover,
.game-button:hover .title-container span{
  color: #fad981;
}



.slots-jackpot-container{
  background: url("../images/bg-jackpot.png") no-repeat;
  height: 160px;
  padding: 53px 30px 0;
  cursor: pointer;
  transition: all .5s;
}
.slots-jackpot-container:hover{ 
}


.slots-jackpot-container .jackpot-odometer{
  width: 582px;
  height: 92px;
  position: relative;
  overflow: hidden;
  float: right;
}

.slots-jackpot-container .currency-sign{
  width: 105px;
  height: 92px;
  float: right;
}
