.main-page{
  position: relative;
  max-width: 100%;
  width:1260px;
  margin:0 auto;
}

.main-page .main-container.games{
  padding: 10px 10px 0;
  font-size: 0;
}

.main-page .content .game-buttons{
  width: 100%;
  height: 340px;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  transition: all .5s;
  font-weight: bold;
  position: relative;
  border: 1px solid #fbfbdf4d;
  margin-right: 10px;
  border-radius:8px;
  background:rgba(0,0,0,0.5);
  overflow:hidden;
}
.main-page .content .game-buttons:nth-child(2n) {margin-right:0}
.main-page .content .game-buttons span {font-weight: bold; text-shadow: 5px 6px black;position:absolute;}
.main-page .content .game-buttons span.kr {top:10px;font-size:30px;left:20px;color: #ccc;}
.main-page .content .game-buttons span.en{ bottom:10px;right:20px;font-size: 30px;color: #c7b299;}
.main-page .content .game-buttons span.en b {color: #f7931e;}
.main-page .content .game-buttons img.icon {position:absolute;right:20px;top:20px;}
.main-page .content .game-buttons img.girl {position:absolute;left:20px;bottom:0px;height:300px}
.main-page .content .game-buttons span.icmn-play3 {position:absolute;left:45%;top:33%;font-size:120px;color:#d7d3a9;text-shadow:none;transition:0.5s;opacity:0;z-index:99;}
.main-page .content .game-buttons:hover span.icmn-play3 {opacity:1;}
.main-page .content .game-buttons::before {content: "";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.7);z-index:9;transition:0.6s;opacity:0;}
.main-page .content .game-buttons:hover::before {opacity:1;}


.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: -95px;
  bottom: 45px;
  overflow: hidden;
  height: 97px;
  width: 685px;
  transform:scale(0.7);
}

.jackpot-odometer{
  position: absolute;
  height: 91px;
  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 
} 