@charset "utf-8";
/* CSS Document */
.main{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	background: #140800;
	display: block;
}
.w-100{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.w-600{
	width: 100%;
	max-width: 600px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.bgheader{
	background: #2e1300;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
}
.menu{
	font-size:30px;
	cursor:pointer;
	color: #f1d59b;
}
.overlay {
  height: 100%;
  width:0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #140800;
  overflow-x: hidden;
  transition: 0.1s;
}

.overlay-content {
  position: relative;
  width: 100%;
  text-align: center;
	margin: 0 auto;
	display: block;
}

.overlay a {
  padding: 5px 5px;
  text-decoration: none;
  font-size:0.8rem;
  color: #edca90;
  display: block;
	font-weight: bold;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 5px;
  right: 0px;
  font-size: 30px;
}
.logo{
	padding: 5px 0;
}
.logo a img{
	width: 100%;
	max-width: 100px;
}
.language{
	text-align: right;
	padding: 10px 10px;
}
.menusidebar ul{
	padding: 10px 5px;
}
.menusidebar ul li{
	width: 100%;
	background: url("../images/nav/mblink-btn.png") no-repeat;
	background-size: 100% 100%;
	padding: 5px 15px;
	margin: 5px auto;
	text-align: left;
	display: block;
}
.menusidebar ul li span{
	padding-right: 15px;
}
.anounment{
	position: relative;
}
.icon-news{
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px 10px;
	background:#140800; 
	z-index: 1;
}
.news marquee{
	font-size: 0.8rem;
	color:#edca90;
	padding: 5px 0;
}
.news{
	padding-top: 5px;
}
.bg-form-login{
	padding: 5px 10px;
	background: #2f1f16;
	text-align: center;
}
.btn-form{
	width: 100%;
	height: 11vw;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 3.4vw;
	color: #30221a;
	display: block;
}
.btn-join{
	background: url(../images/btn-long-1.png) no-repeat;
    background-size: 100% 100%;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
}
.btn-login{
	background: url("../images/btn-long-2.png") no-repeat;
    background-size: 100% 100%;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
}
.slider{
	padding-top: 46px;
}

/*-----------------------*/
button.tablinks {
  display: block;
  color: #f1d59b;
  background: #2f241d;
	border: 1px solid #1e1101;
    border-radius: 15px;
	margin: 5px;
	padding: 5px;
  width: 100%;
  text-align: center;
  cursor: pointer;
	line-height: 18px;
  transition: 0.3s;
  font-size: 0.8rem;
	text-transform: uppercase;
}
button.tablinks i {
	border: none !important;
}

/* Create an active/current "tab button" class */
button.active {
  background: #4b3122;
	border: 1px solid #f1d59b;
}

/* Style the tab content */
.tabcontent {
  width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
button.tablinks i img{
	width: 100%;
	padding: 5px;
}
.contain-lobby{
	padding: 5px 14px;
    padding-left: 5px;
}
/*--------------------------*/
.main-contain{
	background: url("../images/bg_home.jpg") no-repeat;
	background-size: 100% 100%;
	height: 300px;
	padding-top: 40px;
	padding-bottom: 10px;
	margin: 10px auto;
	margin-right: -5px;
	overflow-x: auto;
}
.games-01{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #f1d59b;
	border-radius: 5px;
	background: #2f241d;
	overflow: hidden;
	display: block;
}
.title-games{
	font-size: 0.7rem;
	color: #f1d59b;
	text-transform: uppercase;
	display: block;
}
.banner-games img{
	width: 100%;
}
.reward{
	margin: 10px auto;
    margin-right: -5px;
}
.bg-reward{
	width: 100%;
	height: auto;
	text-align: center;
	padding: 5px;
	margin: 0 auto;
	background: url("../images/reward/vip-reward-bg.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.viprw-box{
	width: 100%;
	height: auto;
	background: url(../images/reward/reward-base.png) no-repeat;
    background-size: 100% 100%;
	padding: 5px;
}
.rwimg{
	margin-top: -21%;
}
.vipsubtitle{
	font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 5px;
    background: -webkit-linear-gradient(#f2d77e, #fef8b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 2px 2px #000);
    height: 30px;
}
.viprw-ft{
	background: url(../images/reward/rwbtn.png) no-repeat;
    background-size: 100% 100%;
    max-width: 64px;
    height: 20px;
    margin: 0 auto;
    color: #f1d59b;
    font-size: 8px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rwimg img{
	width: 100%;
	height: auto;
}
.header-reward{
	text-align: left;
	font-size:0.9rem;
    font-weight: 700;
	padding: 10px 0;
    color: #f1d59b;
    text-transform: uppercase;
	vertical-align: middle;
}
.footer{
	padding-bottom: 65px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 5px auto;
    background: #1e0c00;
}
.header-footer{
	text-align: left;
	font-size: 0.8rem;
	color: #f2d77e;
	display: block;
}
.info ul li{
	display: inline-block;
	text-align: left;
}
.info ul li a img{
	width: auto;
	height: 35px;;
}
.c-right{
	font-size: 0.8rem;
	color: #f2d77e;
	padding: 20px 0;
	display: block;
}
.top-footer{
	padding: 5px;
	background: url("../images/footer/mb-base.png") center;
	background-size: 100% 100%;
	position: fixed;
	left: 0;
	bottom: -1px;
	z-index: 9999;
	display: block;
}
.menu-footer{
	display: flex;
}
.item-footer{
	flex: 1;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}
.icon-footer a i img{
	width: 35px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.icon-footer a span{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	color: #f1d59b;
	font-size: 0.8rem;
	display: block;
}
.icon-home{
	text-align: center;
	background: url("../images/footer/home-round.png") no-repeat;
	background-size: 100% 100%;
	margin: -28px auto 0;
	padding-top: 10px;
	width: 81px;
    height: 82px;
}
.info ul{
	text-align: left;
}
.icon-home a i img{
	width: 49px;
}
.info-footer{
	margin: 15px auto;
}
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 25px;
  top: 0px;
  right: 0px;
  }
	.icon-home{
	text-align: center;
	background: url("../images/footer/home-round.png") no-repeat;
	background-size: 100% 100%;
	margin: -28px auto 0;
	padding-top: 10px;
	width: 81px;
    height: 82px;
}
.icon-home a i img{
	width: 49px;
}
}
@media only screen and (min-width: 768px) {
  .btn-form{
	width: 100%;
	height:3.7vw;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 1vw;
	color: #30221a;
	display: block;
}
	.icon-home{
	text-align: center;
	background: url("../images/footer/home-round.png") no-repeat;
	background-size: 100% 100%;
	margin: -28px auto 0;
	padding-top: 10px;
	width: 120px;
    height: 120px;
}
	.icon-home a i img{
		padding-top: 10px;
	width: 60px;
}
} 
