/* CSS Document */
.page-filter li {
	margin-right: 1.5rem;
}
.page-filter li a {
	position: relative;
	padding-bottom: 8px;
	color: var(--dark);
}
.page-filter li.active a:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: var(--bg-color);
	position: absolute;
	left: 0;
	bottom: 0;
}
.page-filter li.active a, .page-filter li:hover a {
	color: var(--color-link);
}
.page-filter li.active a .st0, .page-filter li a:hover .st0 {
	fill: var(--color-link);
}


.lity-iframe .lity-container {
	max-width: 100%;
}
.lity-close {
	display: none;
}
.lity-iframe-container {
	padding-top: 100vh;
}
.lity iframe {
	background-color: transparent;
}


.game-nav {
	position: relative;
	z-index: 2;
	margin-bottom: -50px;
}
.game-nav ul {
	list-style: none;
	display: flex;
	justify-content: center;
}
.game-nav ul li {
	margin: 0 5px;
}
.game-nav ul a {
	display: block;
	min-width: 168px;
	text-align: center;
	color: #fff;
}
.sticky-sidebar-wrap {
	margin-right: -110px;
	width: 104px;
}
.sticky-sidebar a.button {
	transform: translate(-25px, 25px);
	width: 100%;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
}
.sticky-sidebar-wrap a img {
	width: 48px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.sticky-footer-wrap {
	position: fixed;
	z-index: 10;
	bottom: 67px;
	left: 0;
	width: 100%;
	background: linear-gradient(165deg, #4a4a4a 0%, #0e0e0e 100%);
	padding: 15px;
	text-align: center;
}
.game-content {
	background-color: #FEBF00;
	position: relative;
	z-index: 1;
}
.gamebox-outer {
	padding: 15px;
}
.gamebox-content {
	background-color: #24242C;
	padding: 15px;
}
.gamebox-content .content-inner {
	border: solid 12px #323233;
	background-color: #24242C;
	padding: 0 15px 100px 15px;
}
.box-item {
	background: url('../image/box-shelve-bg.png') repeat-x left bottom;
	position: relative;
}
.box-item:nth-child(4n+1):before {
	content: '';
	display: block;
	width: 23px;
	height: 54px;
	background: url("../image/box-shelve-bg-left.png") no-repeat left bottom;
	position: absolute;
	left: -21px;
	bottom: 0;
	z-index: 1;
}
.box-item:nth-child(4n):after, .box-item:last-child:after {
	content: '';
	display: block;
	width: 21px;
	height: 54px;
	background: url("../image/box-shelve-bg-right.png") no-repeat right bottom;
	position: absolute;
	z-index: 1;
	right: -20px;
	bottom: 0;
}
.box-item .box-inner {
	position: relative;
	padding: 50px 10px 0 10px;
}
.box-item .box-inner:before {
	content: '';
	display: block;
	width: 18px;
	height: 138px;
	background: url("../image/box-partition.png") no-repeat center bottom;
	position: absolute;
	left: -9px;
	bottom: 0;
	z-index: 2;
}
.box-item:nth-child(4n) .box-inner:after, .box-item:last-child .box-inner:after {
	content: '';
	display: block;
	width: 18px;
	height: 138px;
	background: url("../image/box-partition.png") no-repeat center bottom;
	position: absolute;
	right: -9px;
	bottom: 0;
	z-index: 2;
}
.box-item a {
	display: block;
	position: relative;
	z-index: 3;
	transition: all 0.2s ease;
}
.box-item a:hover {
	transform: scale(1.07) translateY(-5px);
}
.box-item a.disabled {
	cursor: default;
}
.box-item a.disabled:hover {
	transform: scale(1) translateY(0);
}
.box-item a.disabled img {
	filter: grayscale(1);
}
.box-item a.disabled:hover img {
	filter: grayscale(1);
}
.box-item a.select {
	transform: scale(1.15) translateY(-5px);
}
.box-item a.select:after {
	content: '\e98b';
	font-family: 'font-icons';
	position: absolute;
	z-index: 5;
	left: -10px;
	top: -10px;
	font-size: 20px;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	background-color: #d4432e;
	border: solid 3px #fff;
	border-radius: 21px;
	box-shadow: 0 0 10px 10px rgba(252, 255, 40, 0.5);
}
.box-right {
	padding: 15px;
	padding-left: 0;
	height: 100%;
}
.box-right-inner {
	background: linear-gradient(to bottom, #d27406 0%, #ea9b02 50%, #f7b000 100%);
	padding: 20px 18px;
}
.box-right-top {
	width: calc(100% + 36px);
	height: 20px;
	perspective: 20px;
	margin: -20px -18px;
	margin-bottom: 0;
}
.box-right-top-inner {
	background: linear-gradient(to right, #f1b300 0%, #e9a006 100%);
	width: 100%;
	height: 20px;
	transform-style: preserve-3d;
	transform: rotateX(-8deg);
	transform-origin: top center;
}
.box-right-bottom {
	width: calc(100% + 36px);
	height: 20px;
	perspective: 20px;
	margin: -20px -18px;
	margin-bottom: 0;
}
.box-right-bottom-inner {
	background: linear-gradient(to right, #f1b300 0%, #e9a006 100%);
	width: 100%;
	height: 20px;
	transform-style: preserve-3d;
	transform: rotateX(8deg);
	transform-origin: top center;
}
.box-right-center {
	padding: 20px;
	background: linear-gradient(to bottom, #e9a006 0%, #f9b600 50%, #febc00 100%);
	padding-top: 0;
	margin-top: -2px;
}
.box-right-center-inner {
	padding: 30px 0 0 0;
}
.banner-vertical {
	padding: 10px;
	background-color: #000;
}
.banner-vertical .banner-image {
	position: relative;
	overflow: hidden;
	padding: 0;
	border-bottom: none;
}
.banner-vertical .banner-image:before {
	content: "";
	display: block;
	padding-top: 200%;
}
.banner-vertical .banner-image .image-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.banner-vertical .banner-image .image-content div {
	width: 100%;
	height: 100%;
}
.banner-vertical .banner-image .image-content span {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	display: block;
}
.banner-vertical .banner-image .image-content img {
	max-width: none !important;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.box-right-pay {
	border-image: linear-gradient(35deg, #D27406, #D37605, #EB9C02, #F4AB01, #D27406) 30;
	mask: linear-gradient(black, black);
	border-width: 2px;
	border-radius: 16px;
	border-style: solid;
}
@media (max-width: 991.98px) {
	.game-nav ul li {
		margin: 0;
	}
	.game-nav ul a {
		min-width: 30%;
	}
	.game-nav .button.button-xlarge {
		padding: 6px 12px;
		letter-spacing: 0;
	}
	
}
@media (max-width: 767.98px) {
	.col-mb-20 > .col, .col-mb-20 > [class*="col-"] {
		padding-bottom: 20px;
	}
	.box-item a.select:after {
		width: 36px;
		height: 36px;
		line-height: 30px;
	}
	.gamebox-outer {
		padding: 10px;
	}
	.gamebox-content {
		padding: 8px;
	}
	.gamebox-content .content-inner {
		border-width: 6px;
		padding: 0 5px 15px 5px;
	}
	.box-item .box-inner {
		position: relative;
		padding: 30px 5px 0 5px;
	}
	.box-item .box-inner:before, .box-item .box-inner:after {
		transform: scale(0.35);
		transform-origin: bottom;
	}
	.box-item {
		background: url(../image/box-shelve-bg-s.png) repeat-x left bottom;
	}
	.box-item:nth-child(4n+1):before {
		width: 12px;
		height: 24px;
		background: url(../image/box-shelve-bg-left-s.png) no-repeat left bottom;
		left: -12px;
	}
	.box-item:nth-child(4n):after, .box-item:last-child:after {
		width: 12px;
		height: 24px;
		background: url(../image/box-shelve-bg-right-s.png) no-repeat left bottom;
		right: -12px;
	}
	.box-right {
		padding: 10px;
		padding-left: 0;
	}
	.box-right-inner {
		padding: 0 8px 15px 8px;
	}
	.box-right-top {
		width: calc(100% + 16px);
		height: 10px;
		perspective: 10px;
		margin: -15px -8px;
		margin-bottom: 0;
	}
	.box-right-top-inner {
		height: 10px;
	}
	.box-right-bottom {
		width: calc(100% - 24px);
		height: 12px;
		perspective: 12px;
		margin: -12px 0 0 15px;
	}
	.box-right-bottom-inner {
		height: 12px;
	}
	.box-right-center {
		padding: 15px 5px 5px 5px;
	}
	.box-right-center-inner {
		padding: 0;
	}
	.banner-vertical {
		padding: 5px;
	}
	.box-right-pay {
		padding: 5px;
	}
}