html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	max-width: 1024px !important;
	width: auto !important;
	background: #333333 !important;
	margin: 0 auto !important;
	font-family: "Lato", sans-serif, "Microsoft YaHei", SimHei, Tahoma !important;
}

body.black {
	background: #000 !important;
}

body.grey {
	background: #181818 !important;
}

.list-desu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
}

a:hover,
a:link,
a:visited {
	text-decoration: none;
	color: inherit;
}

.clear:after {
	display: block;
	content: "";
	clear: both;
}

.img-max {
	display: block;
	height: auto;
	width: 100%;
}

#o-wrapper {
	padding: 0;
	position: relative;
	min-height: 100%;
}

.wrapper {
	width: 100%;
	padding: 0;
	padding-bottom: 76px;
}

@media (min-width: 767px) {
	.wrapper {
		padding-bottom: 143px;
	}
}

.wrapper.no-wrap {
	padding-bottom: 0;
}

.img-max {
	width: 100%;
	display: block;
	height: auto;
}

.container-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.content-wrap {
	background: #333333;
	width: 100%;
}

.listdesu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

.listdesu ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.main-section {
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 2%;
	margin: 0 auto;
}

.main-section .main-box {
	width: 33.33%;
	padding: 1%;
	margin: 1.5% 0;
}

.main-section .main-box a {
	margin: 0 14%;
	display: block;
}

.main-section .main-box a:hover {
	text-decoration: none;
}

.main-section .main-box a span {
	text-align: center;
	width: 100%;
	display: block;
	position: relative;
	margin: -20% 0 0 0;
	font-size: 2vw;
	background: -webkit-linear-gradient(#9f762e, #e1b561, #9f762e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main-section .main-box a:hover span {
	text-decoration: none;
	color: #fff;
}

@media (max-width: 760px) {
	.main-section .main-box a {
		margin: 0 auto;
		display: block;
	}

	.main-section .main-box a span {
		text-align: center;
		width: 100%;
		display: block;
		position: relative;
		margin: -22% 0 0 0;
		font-size: 3.5vw;
	}
}

/*--------------------------*/
/*--------region------------*/
/*--------------------------*/
.region-con-wrap {
	padding: 5% 5% 0 5%;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.region-box {
	width: 50%;
}

.region-box a {
	width: 57%;
	font-size: 12px;
	margin: 5% auto;
	color: #d0d0d0 !important;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: center;
}

.region-box img {
	margin: 0 0 10px;
}

.region-btn-wrap {
	margin: 10% 0;
}

.region-btn-wrap a {
	width: 186px;
	height: 60px;
	display: block;
	font-weight: bold;
	background: #e6cb63;
	color: #000;
	text-align: center;
	line-height: 60px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.grey-default-btn {
	height: 42px;
	width: 120px;
	padding: 12px 0;
	border: 1px solid #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-size: 11pt;
	text-align: center;
	font-family: Roboto;
	text-decoration: none;
	display: inline-block;
	font-weight: 500;
	color: #000000;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
	background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
	background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
	background-image: -ms-linear-gradient(top, #ffffff, #cccccc);
	background-image: -o-linear-gradient(top, #ffffff, #cccccc);
	background-image: linear-gradient(to bottom, #ffffff, #cccccc);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#CCCCCC);
}

@media (min-width: 768px) {
	.region-col a {
		width: 150px;
	}

	.region-col p {
		width: 250px;
		font-size: 30px;
		padding: 0 0 0 10px;
	}
}

/*---------------------------*/
/*--------side-push----------*/
.carbon-poweredby,
em,
i {
	font-style: italic;
}

.c-button,
.c-menu__close {
	-moz-appearance: none;
	appearance: none;
	border-radius: none;
	-webkit-appearance: none;
	font-size: 14px;
	box-shadow: none;
}

.c-button:focus,
.c-menu__close:focus {
	outline: 0;
}

#carbonads,
.c-mask,
.c-menu {
	position: fixed;
}

.o-wrapper {
	transition: transform 0.3s;
}

.c-menu,
.o-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
}

.o-container {
	margin: 0 auto;
	padding: 0 12px;
	max-width: 960px;
}

.c-menu {
	z-index: 200;
	background: #181818;
	transition: transform 0.3s;
}

.c-menu__items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-menu--push-left,
.c-menu--push-right,
.c-menu--slide-left,
.c-menu--slide-right {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

@media all and (min-width: 320px) {

	.c-menu--push-left,
	.c-menu--push-right,
	.c-menu--slide-left,
	.c-menu--slide-right {
		width: 200px;
	}
}

.c-menu--push-left .c-menu__item,
.c-menu--push-right .c-menu__item,
.c-menu--slide-left .c-menu__item,
.c-menu--slide-right .c-menu__item {
	display: block;
	/*text-align:center;*/
	text-align: left;
	/*border-top:solid 1px #b5dbe9;*/
	/*border-bottom:solid 1px #3184a1*/
}

.c-menu--push-left .c-menu__item:first-child,
.c-menu--push-right .c-menu__item:first-child,
.c-menu--slide-left .c-menu__item:first-child,
.c-menu--slide-right .c-menu__item:first-child {
	border-top: none;
}

.c-menu--push-left .c-menu__item:last-child,
.c-menu--push-right .c-menu__item:last-child,
.c-menu--slide-left .c-menu__item:last-child,
.c-menu--slide-right .c-menu__item:last-child {
	border-bottom: none;
}

.c-menu--push-left .c-menu__link,
.c-menu--push-right .c-menu__link,
.c-menu--slide-left .c-menu__link,
.c-menu--slide-right .c-menu__link {
	display: block;
	padding: 12px 24px;
	color: #9e9e9e;
	/* background: -webkit-linear-gradient(#9f762e, #e1b561, #9f762e); */
	/* -webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
}

.c-menu--push-left .c-menu__item.active .c-menu__link,
.c-menu--push-right .c-menu__item.active .c-menu__link,
.c-menu--slide-left .c-menu__item.active .c-menu__link,
.c-menu--slide-right .c-menu__item.active .c-menu__link {
	background: #e3cb00;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.c-menu--push-left .c-menu__close,
.c-menu--push-right .c-menu__close,
.c-menu--slide-left .c-menu__close,
.c-menu--slide-right .c-menu__close {
	display: block;
	padding: 12px 24px;
	width: 100%;
}

.c-menu--push-left,
.c-menu--slide-left {
	top: 0;
	left: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

@media all and (min-width: 320px) {

	.c-menu--push-left,
	.c-menu--slide-left {
		-webkit-transform: translateX(-200px);
		-ms-transform: translateX(-200px);
		transform: translateX(-200px);
	}
}

.c-menu--push-left.is-active,
.c-menu--slide-left.is-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.c-menu--push-right,
.c-menu--slide-right {
	top: 0;
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

@media all and (min-width: 320px) {

	.c-menu--push-right,
	.c-menu--slide-right {
		-webkit-transform: translateX(200px);
		-ms-transform: translateX(200px);
		transform: translateX(200px);
	}
}

.c-menu--push-right.is-active,
.c-menu--slide-right.is-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.c-menu--push-bottom,
.c-menu--push-top,
.c-menu--slide-bottom,
.c-menu--slide-top {
	vertical-align: middle;
	width: 100%;
	height: 60px;
	text-align: center;
	overflow-x: scroll;
}

.c-mask,
body.has-active-menu {
	overflow: hidden;
}

.c-menu__item.active {
	background-color: #000;
}

.c-menu--push-bottom .c-menu__items,
.c-menu--push-top .c-menu__items,
.c-menu--slide-bottom .c-menu__items,
.c-menu--slide-top .c-menu__items {
	display: inline-block;
	text-align: center;
}

.c-menu--push-bottom .c-menu__item,
.c-menu--push-top .c-menu__item,
.c-menu--slide-bottom .c-menu__item,
.c-menu--slide-top .c-menu__item {
	display: inline-block;
	line-height: 60px;
}

.c-menu--push-bottom .c-menu__link,
.c-menu--push-top .c-menu__link,
.c-menu--slide-bottom .c-menu__link,
.c-menu--slide-top .c-menu__link {
	display: block;
	padding: 0 4px;
	color: #fff;
}

.c-menu--push-bottom .c-menu__close,
.c-menu--push-top .c-menu__close,
.c-menu--slide-bottom .c-menu__close,
.c-menu--slide-top .c-menu__close {
	display: inline-block;
	margin-right: 12px;
	padding: 0 24px;
	height: 60px;
	line-height: 60px;
}

.c-menu--push-top,
.c-menu--slide-top {
	top: 0;
	left: 0;
	-webkit-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	transform: translateY(-60px);
}

.c-menu--push-top.is-active,
.c-menu--slide-top.is-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.c-menu--push-bottom,
.c-menu--slide-bottom {
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px);
}

.c-menu--push-bottom.is-active,
.c-menu--slide-bottom.is-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.o-wrapper.has-push-left {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

@media all and (min-width: 320px) {
	.o-wrapper.has-push-left {
		-webkit-transform: translateX(200px);
		-ms-transform: translateX(200px);
		transform: translateX(200px);
	}
}

.o-wrapper.has-push-right {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

@media all and (min-width: 320px) {
	.o-wrapper.has-push-right {
		-webkit-transform: translateX(-200px);
		-ms-transform: translateX(-200px);
		transform: translateX(-200px);
	}
}

.o-wrapper.has-push-top {
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px);
}

.o-wrapper.has-push-bottom {
	-webkit-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	transform: translateY(-60px);
}

.c-menu__close {
	color: #fff;
	background-color: #000;
	border: none;
	cursor: pointer;
	border-bottom: 2px solid #8f0002;
}

.c-mask {
	z-index: 100;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-mask.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

/*--------------------------*/
/*--------header------------*/
/*--------------------------*/

header {
	height: 75px;
	margin-bottom: 0;
	background: #181818;
	padding: 15px;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-between;
}

/*header for region select*/
header.region {
	-webkit-justify-content: center;
	justify-content: center;
}

/*header for subpage with title*/
header.subheader {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.header-line {
	width: 1px;
	height: 60%;
	background: #383838;
	display: inline-block;
}

.subheader .header-toogle {
	width: 62px;
}

.header-toogle {
	width: 62px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-title {
	float: left;
	color: #ccc;
	line-height: 43px;
	font-size: 25px;
	padding: 0 0 0 13px;
}

.header-title.small {
	font-size: 19px;
}

.header-center {
	width: 40%;
}

.header-center h2 {
	text-align: center;
	margin: 0;
	font-size: 19px;
	line-height: 45px;
	background: -webkit-linear-gradient(#f8dda3, #a37a28);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.header-center a {
	display: block;
	width: 100%;
}

.logo {
	background-repeat: no-repeat;
	-webkit-background-size: 133px 54px;
	-o-background-size: 133px 54px;
	background-size: 133px 54px;
	max-width: 133px;
	height: 54px;
	display: block;
	margin: 0 auto;
}

.header-right {
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	width: auto;
	align-items: center;
	/* width: 150px; */
	height: 43px;
}

.header-right .sel {
	margin: 0 9px 0 0;
}

.header-right .lang {
	width: 40px;
}

.header-right .sel:last-child {
	margin: 0;
}

.lang-wrap {
	background-position: center right;
	background-repeat: no-repeat;
	-webkit-background-size: 30px;
	-o-background-size: 30px;
	background-size: 30px;
	width: auto;
	height: 45px;
	display: block;
}

button.expanicon {
	background-color: transparent;
	border: none;
	background-image: url(../images/icon-bar.svg);
	background-repeat: no-repeat;
	-webkit-background-size: 45px;
	-o-background-size: 45px;
	background-size: 45px;
	width: 45px;
	height: 45px;
	display: block;
}

header:after {
	display: block;
	content: "";
	clear: both;
}

.head-profile {
	color: #d6b232 !important;
}

.lang-sel-wrap {
	margin: 40px 0;
}

.lang-sel-wrap a {
	width: 180px;
	height: 75px;
	display: flex;
	-webkit-border-radius: 20px;
	margin: 10px auto;
	padding: 5px 10px;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff8ba;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff6b8+0,cfa51a+100 */
	background: #fff6b8;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fff6b8 0%, #cfa51a 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff6b8 0%, #cfa51a 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff6b8 0%, #cfa51a 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6b8', endColorstr='#cfa51a', GradientType=0);
	/* IE6-9 */
}

.lang-sel-wrap a span {
	display: inline-block;
	width: 40px;
	height: 40px;
}

.lang-sel-wrap a p {
	display: inline-block;
	line-height: 100px;
	margin: 0;
	font-size: 18px;
	margin: 10px;
	width: 75px;
	color: #000;
}

/*ipad landscape size */
@media (max-width: 768px) {
	header {
		height: 75px;
		padding: 15px;
	}
}

/*ipad landscape size */
@media (max-width: 767px) {
	header {
		height: 75px;
		padding: 15px;
	}
}

/*iphone6 size */
@media (max-width: 375px) {
	header {
		height: 75px;
		padding: 15px;
	}
}

/*iphone5 size */
@media (max-width: 320px) {
	header {
		height: 75px;
		padding: 15px 5px;
	}
}

/*------sub header----------*/

/*--------------------------*/
/*-----top navigation-------*/
/*--------------------------*/
.top-nav {
	height: 86px;
	width: 100%;
}

.top-nav:before {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
}

.top-nav ul {
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.top-nav li {
	width: 25%;
	text-align: center;
}

.top-nav a {
	font-size: 3vw;
	border-left: 1px solid #5a503c;
	border-right: 1px solid #feef3e;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 86px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff6b8+0,cfa51a+100 */
	background: #fff6b8;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fff6b8 0%, #cfa51a 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff6b8 0%, #cfa51a 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff6b8 0%, #cfa51a 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6b8', endColorstr='#cfa51a', GradientType=0);
	/* IE6-9 */
}

.top-nav a.active {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fee370+0,ffe086+49,e8bd4a+81 */
	background: #fee370;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fee370 0%, #ffe086 49%, #e8bd4a 81%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fee370 0%, #ffe086 49%, #e8bd4a 81%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fee370 0%, #ffe086 49%, #e8bd4a 81%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fee370', endColorstr='#e8bd4a', GradientType=0);
	/* IE6-9 */
}

.top-nav li.active:after {
	display: block;
	content: "";
	position: relative;
	margin: -9px auto 0;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #333333;
}

.top-nav a img {
	width: 40%;
}

@media (min-width: 768px) {
	.top-nav a {
		font-size: 12pt;
	}

	.top-nav a img {
		width: 60px;
	}
}

/*----------------------------*/
/*---------footer-------------*/
/*----------------------------*/

footer {
	width: 100%;
	padding: 0;
	height: auto;
	bottom: 0;
	left: 0;
	position: fixed;
	z-index: 99;
}

.foot-info {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 13px;
}

.fi-box {
	width: 50%;
	height: auto;
	margin: 10px 0;
	display: flex;
	justify-content: center;
}

.fi-box-img {
	float: left;
	width: 28%;
}

.fi-box-img img {
	margin: 0 auto;
}

.fi-box-info {
	width: 63%;
	float: left;
	margin: 0 0 0 7px;
}

.fi-box-info h4 {
	color: #fff;
	font-size: 3vw;
	margin: 3% 0;
}

.fi-box-info h4 span {
	font-size: 2vw;
}

.fi-box-info p {
	color: #999;
	font-size: 2vw;
}

.foot-coop {
	width: 100%;
	color: #989898;
	padding: 10px 0;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 2vw;
	-webkit-justify-content: center;
	justify-content: center;
}

.foot-coop p {
	margin: 0;
}

.foot-coop a {
	margin: 0 10px;
	padding: 5px;
	border: 1px solid #b2b2b2;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.foot-join {
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	height: 65px;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.foot-join a {
	display: block;
	height: 40px;
	width: 155px;
	text-align: center;
	line-height: 40px;
	margin: 0 5px;
	border: 1px solid #fff8ba;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff6b8+0,cfa51a+100 */
	background: #fff6b8;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fff6b8 0%, #cfa51a 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff6b8 0%, #cfa51a 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff6b8 0%, #cfa51a 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6b8', endColorstr='#cfa51a', GradientType=0);
	/* IE6-9 */
}

.foot-btm-wrap {
	max-height: 132px;
	height: auto;
	display: flex;
	padding: 2% 10px;
	background: #e2e2e2;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.foot-btm-wrap a {
	width: 15%;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.fi-box-info h4 {
		font-size: 22px;
	}

	.fi-box-info h4 span {
		font-size: 16px;
	}

	.fi-box-info p {
		font-size: 16px;
	}

	.foot-coop {
		font-size: 2vw;
	}

	.foot-btm-wrap a {
		width: 112px;
	}
}

/*--------------------------*/
/*--------live casino-------*/
/*--------------------------*/
.bocon-wrap {
	padding: 13px;
}

.casino-box {
	width: 100%;
	position: relative;
	height: auto;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #fff;
	margin: 0 0 10px 0;
	border: 1px solid #be9318;
}

.casino-box:before {
	content: "";
	display: block;
	padding-top: 35%;
}

.casino-play-wrap {
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	position: absolute;
	margin: -7% 0 0;
	width: 100%;
	padding: 0.5% 1%;
}

.casino-play-wrap a {
	font-size: 2.5vw;
	display: flex;
	width: 100%;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.casino-play-wrap a img {
	width: 22%;
	padding: 3%;
}

.casino-play {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	width: 38%;
	text-align: center;
	color: #7efe00 !important;
}

.casino-h5 {
	display: flex;
	align-items: center;
	width: 5%;
	margin: 0 9px;
}

.casino-h5 img {
	width: 100% !important;
}

.casino-ios {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	width: 30%;
	color: #fff !important;
}

.casino-android {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	width: 30%;
	color: #fff !important;
}

.line-left {
	border-left: 1px solid #a5a5a5;
}

.line-right {
	border-right: 1px solid #a5a5a5;
}

.tutorial-box {}

.tutorial-box h4 {
	font-size: 17px;
	color: #ad8330;
}

.tutorial-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tutorial-box li {
	padding: 5px;
	background: #000;
	margin: 5px;
}

.tutorial-box li span {
	font-size: 19px;
	padding: 0 10px 0 0;
}

.pop-form {}

.pop-user-info {
	background: #333;
	display: block;
	padding: 10px;
	width: 90%;
	margin: 0 auto;
	/* color: #fff; */
}

.pop-form-col {
	width: 100%;
	margin: 0 auto;
}

.pop-form-col label {
	float: left;
	width: 40%;
	display: block;
	text-align: right;
	padding: 0 10px;
}

.pop-form-col p,
.pop-form-col input {
	float: left;
	width: 60%;
	display: block;
}

.pop-form-col:after {
	display: block;
	content: "";
	clear: both;
}

.password-criteria {}

p.tutor-text {
	margin: 10px 0 0;
}

ul.password-criteria {
	list-style: disc;
	margin: 0 0 0 25px;
}

ul.password-criteria li {
	margin: 0;
	padding: 0;
}

.tutor-btn-wrap {
	margin: 10px 0;
}

.tutor-btn {
	border: none;
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 8px 50px;
	color: #fff !important;
	background: #977c00;
	text-transform: uppercase;
}

.btn-popdl {
	width: 90%;
	padding: 10px;
	text-align: center;
	background: #977c00;
	color: #fff !important;
	display: block;
	margin: 5px auto;
}

/*--------------------------*/
/*-----------slots----------*/
/*--------------------------*/
.bocon-wrap {
	padding: 13px;
}

@media (min-width: 767px) {
	.bocon-wrap {
		padding: 40px 40px 13px;
	}
}

.slots-box {
	width: 100%;
	position: relative;
	height: auto;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000;
	margin: 0 0 10px 0;
	border: 1px solid #be9318;
	padding: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.slots-box:before {
	content: "";
	display: block;
	padding-top: 0;
}

.slots-box img {
	max-width: 100%;
	height: auto;
}

.slot-play-wrap {
	display: flex;
	position: absolute;
	margin: -7% 0 0;
	width: 100%;
	padding: 0.5% 1%;
}

.slot-play-wrap a {
	font-size: 2.5vw;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slot-play-wrap a img {
	width: 22%;
	padding: 3%;
}

.slot-play {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	width: 38%;
	text-align: center;
	color: #7efe00 !important;
}

.slot-h5 {
	display: flex;
	align-items: center;
	width: 5%;
	margin: 0 9px;
}

.slot-h5 img {
	width: 100% !important;
}

.slot-ios {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	width: 30%;
	color: #fff !important;
}

.slot-android {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	width: 30%;
	color: #fff !important;
}

.line-left {
	border-left: 1px solid #a5a5a5;
}

.line-right {
	border-right: 1px solid #a5a5a5;
}

#scr888_username {
	padding: 0 0 0 10px;
}

#scr888_password {
	padding: 0 0 0 10px;
}

/*--------------------------*/
/*--------slot page---------*/
/*--------------------------*/
.slotpage-wrap {
	display: block;
	padding: 13px;
}

.slotgame-box {
	border: 1px solid #868686;
	width: 30%;
	height: auto;
	display: block;
	margin: 10px 4px;
	overflow: hidden;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	float: left;
}

.slotgame-title {
	height: 36px;
	width: 100%;
	display: flex;
	color: #e2e2e2;
	color: #3d3d3d;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	background: #e2e2e2;
	font-size: 11px;
	line-height: 14px;
	padding: 0 2px;
	text-align: center;
}

.tt-img-wrap {
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 100%;
	width: 100%;
}

/*ipad landscape size */

/*ipad landscape size */
@media (min-width: 767px) {
	.slotgame-box {
		width: 120px;
		height: 190px;
		margin: 10px 12px;
	}
}

/*iphone6 size */
@media (max-width: 375px) {
	.slotgame-box {}
}

/*iphone5 size */
@media (max-width: 320px) {
	.slotgame-box {}
}

.tt-slot-tab-wrap {
	height: 40px;
	width: 100%;
	background: #000;
	border-bottom: 2px solid #8f0002;
	box-sizing: content-box;
}

.tt-slot-tab-wrap ul {
	list-style: none;
	padding: 0;
	margin: 0;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.tt-slot-tab-wrap ul li {
	width: 25%;
	float: left;
	color: #fff;
	border-right: 2px solid #000;
	height: 40px;
	text-align: center;
	cursor: pointer;
	line-height: 40px;
	background: rgb(69, 69, 69);
	background: -moz-linear-gradient(top, rgba(69, 69, 69, 1) 0%, rgba(36, 36, 36, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(69, 69, 69, 1) 0%, rgba(36, 36, 36, 1) 100%);
	background: linear-gradient(to bottom, rgba(69, 69, 69, 1) 0%, rgba(36, 36, 36, 1) 100%);
}

.tt-slot-tab-wrap ul li.active {
	background: #760018;
}

.slot-overlay {
	display: none;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	font-weight: 700;
	top: 0;
	right: 0;
	background-color: rgb(128, 128, 128, .8);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.slot-overlay-active {
	display: block;
	opacity: 1
}

.realBtn,
.demoBtn {
	cursor: pointer
}

.slot-overlay .playBtn {
	width: 100%;
	height: 15%;
	max-height: 80px;
	margin: 15% auto 0;
	padding: 4px 0;
	font-size: 15px;
	color: #fff;
	display: inline-block
}

.slot-overlay .playBtn div {
	height: 100%;
	margin: auto;
}

.slot-overlay .realBtn {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	display: block;
	background-image: linear-gradient(#980000, #4c0000);
	color: #fff;
	border-radius: 30px;
	font-size: inherit;
	margin-bottom: 5px;
	text-align: center;
}

.slot-overlay .demoBtn {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	display: block;
	background-image: linear-gradient(to bottom, rgba(69, 69, 69, 1) 0%, rgba(36, 36, 36, 1) 100%);
	color: #fff;
	border-radius: 30px;
	text-align: center;
}

/*--------------------------*/
/*-------------4d-----------*/
/*--------------------------*/
.subcon-wrap {}

.fd-bet-wrap {
	display: block;
	width: 100%;
}

.fd-bet-wrap a {
	width: 100%;
	height: 86px;
	color: #000;
	font-size: 7vw;
	line-height: 86px;
	display: block;
	text-align: center;
	cursor: pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fee370+0,e4ba44+100 */
	background: #fee370;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fee370 0%, #e4ba44 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fee370 0%, #e4ba44 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fee370 0%, #e4ba44 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fee370', endColorstr='#e4ba44', GradientType=0);
	/* IE6-9 */
}

.fd-ptrr-wrap {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.fd-ptrr-wrap a {
	width: 50%;
	height: 67px;
	line-height: 67px;
	color: #d1d1d1;
	cursor: pointer;
	font-size: 4vw;
	display: block;
	border-bottom: 1px solid #333;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#505050+0,000000+100 */
	background: #505050;
	/* Old browsers */
	background: -moz-linear-gradient(top, #505050 0%, #000000 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #505050 0%, #000000 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #505050 0%, #000000 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#000000', GradientType=0);
	/* IE6-9 */
}

.fd-nav {
	background: #420000;
	display: block;
	height: auto;
	border-bottom: 2px solid #fac100;
}

.fd-nav ul {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.fd-nav li {
	width: 12%;
	margin: auto;
	padding: 10px 0 0;
}

.fd-nav li:after {
	display: block;
	content: "";
	height: 10px;
}

.fd-nav li.active:after {
	display: block;
	content: "";
	margin: 4px auto 0;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 7px solid #fac100;
}

.fd-header {
	height: 73px;
	width: 100%;
	padding: 0 12px;
	border-bottom: 1px solid #000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#505050+0,1f1f1f+100 */
	background: rgb(80, 80, 80);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(80, 80, 80, 1) 0%, rgba(31, 31, 31, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(80, 80, 80, 1) 0%, rgba(31, 31, 31, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(80, 80, 80, 1) 0%, rgba(31, 31, 31, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#1f1f1f', GradientType=0);
	/* IE6-9 */
}

.fd-header img {
	float: left;
	margin: 5px 0;
	width: 60px;
	height: 60px;
}

.fd-header h4 {
	float: left;
	margin: 0;
	padding: 0 12px;
	font-weight: bold;
	line-height: 73px;
	color: #ffb909;
	font-size: 43px;
}

.fd-header span {
	float: right;
	line-height: 73px;
	color: #ccc;
}

.fd-grand {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	height: 158px;
	align-items: center;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#525252+0,252525+100 */
	background: rgb(82, 82, 82);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(82, 82, 82, 1) 0%, rgba(37, 37, 37, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(82, 82, 82, 1) 0%, rgba(37, 37, 37, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(82, 82, 82, 1) 0%, rgba(37, 37, 37, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#252525', GradientType=0);
	/* IE6-9 */
}

.fd-grand div {
	width: 33%;
	display: flex;
	height: 115px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.fd-grand div:nth-child(2) {
	border-left: 1px solid #636363;
	border-right: 1px solid #636363;
}

.fd-grand div>h4 {
	color: #ffb909;
	font-size: 9vw;
}

.fd-grand div>h4>span {
	font-size: 6vw;
}

.fd-grand div p {
	color: #fff;
	font-size: 5vw;
}

@media (min-width: 767px) {
	.fd-bet-wrap a {
		font-size: 30px;
	}

	.fd-ptrr-wrap a {
		font-size: 18px;
	}

	.fd-grand div>h4 {
		font-size: 40px;
	}

	.fd-grand div>h4>span {
		font-size: 30px;
	}

	.fd-grand div p {
		font-size: 30px;
	}
}

.fd-sec-box-wrap {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.fd-sec-box {
	width: 50%;
}

.fd-sec {
	background: #eac600;
	height: 57px;
	display: flex;
	border-bottom: 1px solid #333;
}

.fd-sec span {
	color: #000;
	text-align: center;
	line-height: 40px;
	width: 100%;
	margin: auto;
	height: 40px;
}

.fd-num-wrap {
	padding: 40px 0;
	background: #000;
}

.fd-num {}

.fd-num table {
	margin: 0 auto;
	border: none;
	width: 80%;
	color: #fff;
}

.fd-num td {
	text-align: center;
	padding: 10px 5px;
}

.fd-br {
	border-right: 1px solid #636363;
}

table.fd-table {
	width: 100%;
	border: none;
}

table.fd-table tr>th {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}

table.fd-table tr>td {
	color: #000;
	background: #a8a8a8;
	text-align: center;
	padding: 5px 0;
}

.lottery-box:before {
	display: block;
	padding-top: 0;
}

.lottery-box {
	background-color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ffc107;
	width: 45%;
	display: inline-flex;
}

.lottery-box:first-child {
	margin-right: 15px;
}

.lottery-box img {
	max-width: 100%;
	height: auto;
}

.lottery-game-wrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.lottery-wrap {
	padding: 15px 10px;
}

/*--------------------------*/
/*--------promotion---------*/
/*--------------------------*/
.promocon-wrap {}

.promo-box {
	border: 1px solid #868686;
	margin: 0 0 10px 0;
	cursor: pointer;
}

.promo-box .promo-title {
	height: 25px;
	position: relative;
	margin: -25px 0 0;
	font-size: 12px;
	line-height: 25px;
	z-index: 20;
	width: 100%;
	color: #ccc;
	background: rgba(0, 0, 0, 0.6);
	padding: 0 10px;
}

@media (max-width: 767px) {
	.promo-modal .modal-body h4 {
		color: #f9cd00;
		font-size: 5vw;
	}

	.promo-modal .modal-dialog {
		margin: 15% 10px;
	}
}

.anno-wrap {
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	line-height: 20px;
	font-size: 11px;
	height: 20px;
	position: absolute;
	margin: -20px 0 0;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 0 10px;
}

.anno-wrap span {
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	display: inline-block;
	background-position: center;
	background-image: url(../images/icon-media.png);
	background-repeat: no-repeat;
	-webkit-background-size: 15px;
	-o-background-size: 15px;
	background-size: 15px;
}

/*--------------------------*/
/*--------form page---------*/
/*--------------------------*/
.formpage-wrap {
	background: #000;
	padding: 13px;
}

@media (min-width: 768px) {
	.formpage-wrap {
		background: #000;
		padding: 13px 17%;
	}
}

.form-col-group {
	margin: 0 0 20px;
}

.form-icon {
	float: left;
	width: 60px;
}

.form-col {
	float: left;
	margin: 0 0 0 15px;
	width: 73%;
}

.form-one-col {
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.control-label {}

.form-control {
	width: auto;
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	border-bottom: 1px solid #999;
	width: 100%;
}

/*--------------------------*/
/*--------wallet----------*/
/*--------------------------*/
.walletcon-wrap {
	width: 100%;
}

.balance-drop-wrap {
	height: 74px;
	width: 100%;
	color: #e3cb00;
	padding: 0 13px;
	background: #262626;
	line-height: 74px;
}

.balance-drop-wrap p {
	float: left;
	margin: 0;
	font-size: 5vw;
}

.balance-drop-wrap span {
	float: right;
	font-size: 7vw;
}

.form-d77 {
	padding: 10px 0 0;
}

.form-d77 label {
	color: #fff;
}

.balance-wrap {
	padding: 13px;
	background: #333;
	display: none;
}

span.spanplus {
	display: block;
}

span.spanminus {
	display: none;
}

table.balance {
	width: 100%;
	color: #fff;
	padding: 10px 0;
}

table.balance tr td {
	width: 50%;
	padding: 2px;
	font-size: 17px;
	color: #cccccc;
}

table.balance tr td:first-child {
	text-align: left;
}

table.balance tr td:last-child {
	text-align: right;
	vertical-align: top;
}

table.balance tr.total td {
	color: #ffde00 !important;
}

.wallet_dropdown_indicator {
	padding: 0 5px;
	cursor: pointer;
	color: #000000;
	background-color: #ffd92e;
	border-radius: 4px;
}

.wallet_dropdown_list {
	display: none;
}

.wallet_dropdown_list ul {
	list-style-type: disc;
}

.wallet_dropdown_list ul li {
	margin: 4px 0;
	font-size: 13px;
}

.help-block {
	color: #ffde00 !important;
	font-size: 10px;
}

.form-btn-wrap {
	padding: 20px 0;
}

.form-btn {
	display: block;
	line-height: 46px;
	width: 100%;
	text-align: center;
	color: #fff;
	height: 46px;
	font-size: 18px;
	border: none;
	background: #977c00;
	/* Old browsers */
}

.fgpw {
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.fgpw a {
	color: #fff;
}

.wallet-nav {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	height: 66px;
	border-top: 1px solid #4a4a4a;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3a3a3a+0,0d0d0d+100 */
	background: rgb(58, 58, 58);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(58, 58, 58, 1) 0%, rgba(13, 13, 13, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(58, 58, 58, 1) 0%, rgba(13, 13, 13, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(58, 58, 58, 1) 0%, rgba(13, 13, 13, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3a3a', endColorstr='#0d0d0d', GradientType=0);
	/* IE6-9 */
}

.wallet-nav a {
	width: 33%;
	line-height: 44px;
	height: 44px;
	display: block;
	color: #cccccc;
	text-align: center;
	font-size: 12px;
}

.wallet-nav a.active {
	color: #e3cb00;
}

.wallet-nav a {
	border-right: 1px solid #4b4b4b;
}

.wallet-nav a:last-child {
	border-right: 0;
}

.form-wallet {
	background: #181818;
	padding: 13px;
}

.form-wallet-group {}

.bank-info {
	background: #3d3d3d;
	color: #9e9e9e;
	margin: 0 0 15px;
}

.bank-info h4 {
	color: #fff;
}

.form-wallet-col {
	margin: 0 0 15px;
}

.form-wallet-col .control-label {
	color: #9e9e9e;
}

.form-wallet-col .form-control {
	color: #9e9e9e;
}

.form-wallet-col .radio-group {
	color: #9e9e9e;
}

select.form-control {
	overflow: hidden;
	background: url(../images/slot-arrow.svg) no-repeat right #181818;
}

.radio-group {
	margin: 0 0 5px;
}

.radio-btn-txt {
	margin: 0 0 0 5px;
}

.font-hl {
	color: #e3cb00;
	margin: 0 0 0 15px;
}

/*------bootstrap overwrite------*/

.modal-content {
	background: #333333;
	color: #fff;
}

.modal-content h4 {
	color: #f9cd00;
}

.close {
	color: #f9cd00;
	text-shadow: 0 1px 0 #000;
	filter: alpha(opacity=100);
	opacity: 1;
}

#backaccno,
#refcode {
	background: transparent;
	border: none;
	padding-left: 5px;
	outline: none;
	margin-left: 5px;
}

/* Referral */
.referral-page-bg {
	background-image: url('../images/referral/bg.jpg');
	background-size: cover;
	background-position: center top;
}

.referral-content-wrapper {
	width: 100%;
	margin: auto;
	text-align: left;
	padding: 8px;
	color: #fff;
}

.referral-content-section {
	margin-top: 8px;
}

.referral-title {
	font-size: 16px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
	color: #fff;
	margin-top: 12px;
	padding: 0 8px;
}

.referral-main-title {
	font-size: 24px;
	text-align: center;
}

.referral-title>span {
	color: #ffdb02;
}

.referral-boxes {
	border: 1px solid #525055;
	border-radius: 12px;
	padding: 12px;
	margin: 8px 0;
	background-color: rgba(0, 0, 0, 0.8);
}

.referral-flex-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box-3-section>div {
	width: 32%;
}

.box-3-section>div:nth-child(2) {
	text-align: center;
}

.box-3-section>div:last-child {
	width: 28%;
	text-align: right;
}

.referral-yellow-text {
	color: #ffdb02;
	font-size: 14px;
	font-weight: bold;
}

.referral-white-text {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.referral-share-code {
	border-bottom: 2px solid #fff;
	font-weight: bold;
	font-size: 18px;
	height: 31px;
	margin-bottom: 12px;
}

.referral-social-btn-wrapper {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.referral-btn {
	cursor: pointer;
	max-width: 100%;
}

.referral-btn.inactive {
	cursor: no-drop;
	filter: grayscale(1);
}

.referral-social-btn {
	width: 25px;
}

.referral-click-to-share {
	font-size: 12px;
	margin-top: 4px;
}

.referral-how-step-wrapper {
	margin-top: 20px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: 24%;
}

.referral-how-step-wrapper>img {
	max-width: 100%;
}

.referral-step-note {
	font-size: 12px;
}

#referral-bonus-table {
	width: 100%;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

#referral-bonus-table tr th {
	text-align: center;
	color: #ffdb02;
	padding: 12px 8px;
}

#referral-bonus-table tr td {
	padding: 4px 8px;
}

.referral-ordered-list {
	list-style-type: numeric;
}

/* Referral End */

/*-------------------------------------------/
/             top app display                /
/-------------------------------------------*/
#app-top-display-wrap,
#app-ios-top-display-wrap {
	display: none;
	width: 100%;
	height: 50px;
	background-color: #000000;
	position: relative;
	z-index: 1001;
}

.app-top-display-content {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #000000;
}

.app-top-display-content img {
	height: 100%;
}

.app-close-btn-wrap,
.app-android-icon-wrap,
.app-ios-icon-wrap {
	float: left;
	width: 40px;
	height: 50px;
	padding: 10px 5px;
}

.app-text-wrap {
	float: left;
	height: 50px;
	color: #ffffff;
}

.app-text-1 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	margin: 10px 0 0;
}

.app-text-2 {
	font-size: 10px;
	line-height: 12px;
	margin: 0;
}

.app-download-icon-wrap {
	float: right;
	height: 50px;
	width: 50px;
}


.deposit-notice {
	color: #e3cb00;
	max-height: 50px;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.deposit-notice.expanded {
	max-height: 500px;
}

.deposit-notice ul {
	padding-left: 24px;
}

.deposit-notice li {
	margin-bottom: 20px;
}

.showMoreBtn {
	text-align: right;
	cursor: pointer;
	color: #e3cb00;
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
}

.promotionTitle {
	padding: 8px 30px 8px 16px;
	color: #9e9e9e;
	background: url("../images/caret-down.png") no-repeat right 10px center #333;
	background-size: 14px 14px;
	border: 1px solid white;
	border-radius: 5px;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.promotionDropdown {
	display: none;
	background-color: #333 !important;
	color: #9e9e9e;
	font-size: 12px;
	padding: 10px 12px;
	margin: 0 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	max-height: 200px;
	overflow-y: auto !important;
}

.promotionDropdown input[type=radio] {
	margin-right: 10px;
}

.notification-bell {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	color: #ffffff;
	text-decoration: none;
	margin-left: 20px;
}

.bell-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.notification-badge {
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: #ff4444;
	color: white;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.subheader {
	position: relative;
}

.notification-container {
	background-color: #181818;
	padding-top: 12px;
	min-height: 70vh;
}

.notification-label-title {
	text-align: center;
	color: white;
}

#message-container .messages-list {
	list-style: none;
	padding: 12px;
	margin: 0;
}

#message-container .messages-list .message {
	background: #222;
	border-radius: 10px;
	padding: 12px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.02) inset;
}

#message-container .messages-list .message .left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1 1 auto;
	min-width: 0;
}

#message-container .unread-badge {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ff2b4a;
	margin-top: 6px;
	margin-right: 6px;
	flex: 0 0 10px;
}

#message-container .message .meta {
	overflow: hidden;
	min-width: 0;
}

#message-container .message .title {
	margin: 0 0 6px 0;
	color: #ffffff;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#message-container .message .text {
	margin: 0;
	color: #cfcfcf;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#message-container .message .date {
	margin: 6px 0 0 0;
	color: #bdbdbd;
	font-size: 12px;
}

#message-container .delete-button {
	flex: 0 0 auto;
	margin-left: 12px;
	background: transparent;
	border-radius: 8px;
	padding: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	cursor: pointer;
}

#message-container .delete-button .trash-can {
	width: 22px;
	height: 22px;
}

#ft-message-modal .modal-content {
	position: relative;
	outline: none;
	height: 100%;
	background: #181818;
	padding: 18px;
	color: #fff;
	display: flex;
	flex-direction: column;
}

#ft-message-modal .modal-hero {
	margin: 12px 0;
}

#ft-message-modal .modal-subtitle {
	font-size: 14px;
	color: #fff;
}

#ft-message-modal .modal-actions {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 6px;
	width: 100%;
}

#ft-message-modal .modal-action {
	flex: 1 1 auto;
	max-width: 320px;
	min-width: 120px;
	background: #960018;
	color: #fff;
	border-radius: 10px;
	padding: 12px 18px;
	font-weight: 700;
	font-size: 12px;
	border: none;
	cursor: pointer;
	text-align: center;
}

.fa-bell {
	color: #ccc;
}

.fa-bell:hover {
	color: #fbdf54
}

.slot-new-img {
	top: -2px;
	position: absolute;
	right: -1px;
	width: 35px;
	transform: none;
}

.casino-new-img {
	top: -2px;
	position: absolute;
	left: 96%;
	transform: translateX(-50%);
	z-index: 10;
	width: 35px;
	pointer-events: none;
}

#alphapay_agreement_modal .modal-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#deposit_err_modal .modal-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 90%;
}

#alphapay_agreement_modal .modal-header,
#deposit_err_modal .modal-header {
	background-color: #ffd92e;
	text-align: center;
	font-size: 20px;
	padding: 14px 0;
	color: #000;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#alphapay_agreement_modal .modal-content,
#deposit_err_modal .modal-content {
	background-color: #525252;
	font-size: 16px;
	padding: 20px 30px;
	border-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#alphapay_agreement_modal .modal-content ul {
	list-style: disc;
	line-height: 1.3;
}

#alphapay_agreement_modal .button-wrapper,
#deposit_err_modal .button-wrapper {
	width: 100%;
	display: flex;
	gap: 35px;
	justify-content: center;
	margin-top: 20px;
}

#alphapay_agreement_modal .button-wrapper .agree-btn,
#deposit_err_modal .button-wrapper .btn {
	width: 100px;
	font-size: 16px;
	background-color: #ffd92e;
	color: #000;
	border: none;
	padding: 8px;
	border-radius: 6px;
	font-weight: bold;
}

#alphapay_agreement_modal .button-wrapper .disagree-btn {
	width: 100px;
	font-size: 16px;
	background-color: #FF0000;
	color: #fff;
	border: none;
	padding: 8px;
	border-radius: 6px;
	font-weight: bold;
}