@charset "UTF-8";

#gameOverlay {
	display: none;
	width: 980px;
	height: 719px;
	background: url(../images/videos/overlayBgThin.png);
	position: relative;
}

#gameOverlay #closeBtn {
	top: 26px;
	right: 50px;
}

#gameBtns {
	width: 890px;
	height: 445px;
	display: block;
	top: 102px;
	left: 44px;
	text-align:center;
	-webkit-user-select: none;
}

.gameBtn {
	position: relative;
	display: block;
	width: 433px;
	height: 195px;
	margin: 40px auto;
	background: url(../images/game/btnBg.png) top left;
}

.gameBtn .thumb {
	display: block;
	width: 382px;
	height: 132px;
	background: rgba(0,0,0,0.7);
	top: 30px;
	left: 26px;
}

.no-mobile .gameBtn:hover {
	background-position:  bottom left;
}

#gameOverlay #imgs {
	top: 110px;
	left: 80px;
}
#gameOverlay #imgs img {
	float: left;
	margin-right: 33px;
}

#gameOverlay #btns {
	top: 360px;
	left: 80px;
	width: 145px;
}
#gameOverlay #ios {
	margin-top: 10px;
	width: 145px;
	height: 42px;
	background: url(../images/game/ios.png) center center no-repeat;
	display: block;
}

#gameOverlay #android {
	margin-top: 10px;
	width: 145px;
	height: 42px;
	background: url(../images/game/android.png) center center no-repeat;
	display: block;
}

#gameOverlay #desc {
	top: 360px;
	left: 265px;
	width: 635px;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
}