@charset "utf-8";
/* CSS Document */
.wrapper{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background: #1a003b;
	display: block;
}
.topheader{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 5px 5px;
	background: #2c0066;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	display: block;
}
.btn-top i img{
	width: 20px
}
.btn-top i{
	vertical-align: middle;
	margin-right: 5px;
}
.btn-top{
	vertical-align: middle;
}
.btn-top:hover{
	color: #131313 !important;
}
.icon-home{
	width: 20px;
	height: 20px;
	background: url("../images/home.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
a.firstpage:hover> .icon-home{
	width: 20px;
	height: 20px;
	background: url("../images/home-active.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.btn-block{
	width: 100%;
}
.btn-block span{
	margin-right: 10px;
}
.btn-block span img{
	width: 20px;
}
.login-form{
	max-width: 150px;
}
.code-po{
	position: relative;
}
.code-num{
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px;
	font-weight: bold;
}
.btn-login-pc{
	font-size: .85em;
	font-weight: 700;
	padding: 5px 20px;
	color: #182f25;
	text-shadow: 0 1px 5px rgba(255, 228, 144, .8);
	text-transform: uppercase;
	background: #eab129;
	background: -moz-linear-gradient(top, #eab129 0%, #fbcb58 50%, #d89f18 51%, #fbcb58 100%);
	background: -webkit-linear-gradient(top, #eab129 0%, #fbcb58 50%, #d89f18 51%, #fbcb58 100%);
	background: linear-gradient(to bottom, #eab129 0%, #fbcb58 50%, #d89f18 51%, #fbcb58 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab129', endColorstr='#fbcb58', GradientType=0);
}
.btn-register-pc{
	font-size: .85em;
	font-weight: 700;
	padding: 5px 20px;
	color: #182f25;
	text-shadow: 0 1px 5px rgba(255, 228, 144, .8);
	text-transform: uppercase;
	background: #ea2929;
	background: -moz-linear-gradient(top, #ea2929 0%, #fb5858 50%, #d81818 51%, #fb5858 100%);
	background: -webkit-linear-gradient(top, #ea2929 0%, #fb5858 50%, #d81818 51%, #fb5858 100%);
	background: linear-gradient(to bottom, #ea2929 0%, #fb5858 50%, #d81818 51%, #fb5858 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea2929', endColorstr='#fb5858', GradientType=0);
}
.bg-nav{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 42px;
	background: #370080;
	display: block;
}
.logo{
	text-align: left;
}
.logo a img{
	width: auto;
	height: 50px;
	text-align: left;
}
.nav ul{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: flex;
}
.nav ul li{
	flex: 1;
}
.nav ul li a{
	font-size: 1.0rem;
	color: #ffffff;
	padding: 13px 0;
	font-weight: bold;
	vertical-align: middle;
	text-transform: uppercase;
	display: block;
}
.nav ul li:hover{
	background: #eab129;
	background: -moz-linear-gradient(top, #eab129 0%, #fbcb58 50%, #d89f18 51%, #fbcb58 100%);
	background: -webkit-linear-gradient(top, #eab129 0%, #fbcb58 50%, #d89f18 51%, #fbcb58 100%);
	background: linear-gradient(to bottom, #eab129 0%, #fbcb58 50%, #d89f18 51%, #fbcb58 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab129', endColorstr='#fbcb58', GradientType=0);
}
.nav ul li.nav-active{
	background: #eab129;
	background: -moz-linear-gradient(top, #eab129 0%, #fbcb58 50%, #d89f18 51%, #fbcb58 100%);
	background: -webkit-linear-gradient(top, #eab129 0%, #fbcb58 50%, #d89f18 51%, #fbcb58 100%);
	background: linear-gradient(to bottom, #eab129 0%, #fbcb58 50%, #d89f18 51%, #fbcb58 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab129', endColorstr='#fbcb58', GradientType=0);
}
.nav ul li:hover> a{
	color: #370080;
}
.nav ul li.nav-active> a{
	color: #370080;
}
.nav ul li a i.icon-nav{
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.nav ul li a i.icon-sport{
	background: url("../images/icon/sport.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}.nav ul li:hover> a i.icon-sport{
	background: url("../images/icon/active/sport.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li.nav-active a i.icon-sport{
	background: url("../images/icon/active/sport.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li a i.icon-casino{
	background: url("../images/icon/casino.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li:hover a i.icon-casino, .nav ul li.nav-active a i.icon-casino{
	background: url("../images/icon/active/casino.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li a i.icon-slot{
	background: url("../images/icon/slot.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li:hover a i.icon-slot, .nav ul li.nav-active a i.icon-slot{
	background: url("../images/icon/active/slot.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li a i.icon-lottery{
	background: url("../images/icon/lottery.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li:hover a i.icon-lottery, .nav ul li.nav-active a i.icon-lottery{
	background: url("../images/icon/active/lottery.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li a i.icon-number{
	background: url("../images/icon/number.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li:hover a i.icon-number, .nav ul li.nav-active a i.icon-number{
	background: url("../images/icon/active/number.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li a i.icon-cocks{
	background: url("../images/icon/number.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li:hover a i.icon-cocks, .nav ul li.nav-active a i.icon-cocks {
	background: url("../images/icon/active/cocks.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li a i.icon-poker{
	background: url("../images/icon/poker.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.nav ul li:hover a i.icon-poker, .nav ul li.nav-active a i.icon-poker{
	background: url("../images/icon/active/poker.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.section{
	padding: 10px 0;
}
.top-footer-pc{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	position: fixed;
	left: 0;
	bottom: 0;
	background: #370080;
	display: block;
}
.date-time{
	padding: 5px 0;
	vertical-align: middle;
	text-align: center;
}
.date-time span{
	color: #ffc107;
	font-size: 0.9rem;
	vertical-align: middle;
}
.announment{
	padding-top: 10px;
	width: 100%;
	height: auto;
	display: block;
}
.announment marquee{
	width: 100%;
	height: auto;
	font-size: 0.9rem;
	color: #ffc107;
	font-weight: bold;
	display: block;
}
.livechat{
	width: 100%;
	height: auto;
	display: block;
}
.btn-gradient{
	background: #eab129;
	background: -moz-linear-gradient(top, #eab129 0%, #fbcb58 50%, #d89f18 51%, #fbcb58 100%);
	background: -webkit-linear-gradient(top, #eab129 0%, #fbcb58 50%, #d89f18 51%, #fbcb58 100%);
	background: linear-gradient(to bottom, #eab129 0%, #fbcb58 50%, #d89f18 51%, #fbcb58 100%);
	border-radius: 0px;
	vertical-align: middle;
}
.btn-gradient:hover{
	background: #ea2929;
	background: -moz-linear-gradient(top, #ea2929 0%, #fb5858 50%, #d81818 51%, #fb5858 100%);
	background: -webkit-linear-gradient(top, #ea2929 0%, #fb5858 50%, #d81818 51%, #fb5858 100%);
	background: linear-gradient(to bottom, #ea2929 0%, #fb5858 50%, #d81818 51%, #fb5858 100%);
}
.btn-chat{
	font-weight: bold;
	vertical-align: middle;
	color: #370080;
}
.btn-chat:hover{
	font-weight: bold;
	vertical-align: middle;
	color: #370080;
}
.icon-chat{
	width: 20px;
	height: 20px;
	margin-right: 10px;
	 -webkit-animation: vertical 2s ease infinite;
    animation: vertical 2s ease infinite;
	background: url("../images/icon/chat.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
}
@-webkit-keyframes vertical {
    0% {
        -webkit-transform: translate(0,-3px);
        transform: translate(0,-3px)
    }

    4% {
        -webkit-transform: translate(0,3px);
        transform: translate(0,3px)
    }

    8% {
        -webkit-transform: translate(0,-3px);
        transform: translate(0,-3px)
    }

    12% {
        -webkit-transform: translate(0,3px);
        transform: translate(0,3px)
    }

    16% {
        -webkit-transform: translate(0,-3px);
        transform: translate(0,-3px)
    }

    20% {
        -webkit-transform: translate(0,3px);
        transform: translate(0,3px)
    }

    100%,22% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes vertical {
    0% {
        -webkit-transform: translate(0,-3px);
        transform: translate(0,-3px)
    }

    4% {
        -webkit-transform: translate(0,3px);
        transform: translate(0,3px)
    }

    8% {
        -webkit-transform: translate(0,-3px);
        transform: translate(0,-3px)
    }

    12% {
        -webkit-transform: translate(0,3px);
        transform: translate(0,3px)
    }

    16% {
        -webkit-transform: translate(0,-3px);
        transform: translate(0,-3px)
    }

    20% {
        -webkit-transform: translate(0,3px);
        transform: translate(0,3px)
    }

    100%,22% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}
.carousel-control-prev-icon {
    background-image: url("../images/icon/prev.png") !important;
}
.carousel-control-next-icon {
    background-image: url("../images/icon/next.png") !important;
}
.step-num h1{
	float: left;
	font-weight: 700;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 95%);
	background: -webkit-linear-gradient(left, #ffc107 10%, #1a003b 95%);
	background: linear-gradient(to right, #ffc107 10%, #1a003b 95%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: #ffffff00;
	font-size: 90px;
	line-height: 90px
}
.step{
	font-size: .8rem;
	text-align: left;
	display: block;
}
.step h2{
	font-size: 1.6em;
    display: block;
    text-transform: uppercase;
    color: #eab129;
}
.step span{
	display: block;
	color: #ffffff;
    width: 100%;
}
.decription-step{
	width: 100%;
	text-align: left;
}
.joins{
	width: 100%;
	height: auto;
	padding: 7px 10px;
	border: 1px solid #370080;
	border-radius: 5px;
	display: block;
}
.btn-join{
	border-radius: 5px;
	font-weight: bold;
}
.download{
	width: 100%;
	height: auto;
	display: flex;
}
.qr{
	flex: 1;
}
.qr img{
	width: auto;
	height: 90px;
	padding: 5px;
	background: #ffffff;
	border-radius: 5px;
}
.section-02{
	width: 100%;
	height: auto;
}
.hot-matches{
	width: 100%;
	height: auto;
	position: relative;
	background: url("../images/matches/matchesbg.jpg") no-repeat;
	background-size: 100% 100%;
	padding-bottom: 30px;
	border-radius: 5px;
	overflow: hidden;
	display: block;
}
.hot-matches h3{
	font-size: 1.2rem;
	padding: 15px 0;
}
.matches{
	width: 100%;
	padding: 10px 0;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.team p.name-team{
	font-size: 1.0rem;
	margin: 10px auto;
	font-weight: bold;
}
.date-matches{
	padding: 30px 0;
	display: block;
}
.date-matches p{
	font-size: 0.9rem;
	color: #FFA600;
	font-weight: bold;
	white-space: nowrap;
	display: block;
}
.promotion-matches{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000000;
	display: block;
}
.promotion-matches p{
	padding: 0 10px;
}
.top-rated-game {
    overflow: hidden;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(top, #370080 13%, #6400e8 73%, #8122ff);
    background-image: linear-gradient(180deg, #370080 13%, #6400e8 73%, #8122ff);
    box-shadow: 0 6px 14px -2px #723ac2, inset 0 -4px 0 0 #ffffff, inset 0 -6px 5px 0 #370080;
	min-height: 251px;
}
.top-rated {
  position: relative;
  
}
.top-rated img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle-rated {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.top-rated:hover .images-rated {
  opacity: 0.3;
}

.top-rated:hover .middle-rated {
  opacity: 1;
}
.top-rated-game{
	overflow: hidden;
	border-radius: 5px;
	
}
.btn-02{
	width: auto;
    padding: 0.425rem;
    margin: .4375rem auto;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
}
.playnow-01{
	background-image: conic-gradient(from 1turn, #ffbf00, #ce9100);
}
.playnow-01:hover{
	background-image: conic-gradient(from 1turn, #fb5858, #ff8a8a);
}
.card-body p.namegame{
	color: #ffc107;
	padding: 0 10px;
	text-align: left;
}
.card-body h3{
	color: #ffc107;
	padding: 0 10px;
	text-align: left;
}
.events{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.events p{
	width: 100%;
	height: auto;
	font-weight: bold;
	text-align: left;
	color: #eab129;
	font-size: 18px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
}
.date-n p{
	width: 100%;
	height: auto;
	text-align: left;
	font-size:12px;
	line-height: 12px;
	display: block;
}
.date-n{
	width: 100%;
	vertical-align: middle;
	height: auto;
}
.amount{
	text-align: left;
	padding: 10px 0;
}
.amount span{
	font-size: 14px;
	color: #eab129;
	font-weight: bold;
}
.icon-date{
	width: 15px;
	height: 16px;
	background: url("../images/icon/home-date.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.icontime{
	width: 13px;
	height: 12px;
	background: url("../images/icon/home-date.png") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.date-p-w, .time-s{
	vertical-align: middle;
}
.date-p-w p, .time-s p{
	vertical-align: middle;
}
.date-p-w p i{
	vertical-align: middle;
}
.amount span{
	
}
.time-s p{
	font-size: 12px !important;
	color: #eab129;
	padding: 15px 0;
}
.title-section{
	padding: 10px 0 !important;
}
.box {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: right;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  border-radius: 10px;
  margin-bottom: 7px;
}
.box img {
  width: 100%;
  height: 100%;
}
.box:before, .box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffc107;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.box:before {
  -webkit-transform: skew(30deg) translateX(80%);
  transform: skew(30deg) translateX(80%);
}
.box:after {
  -webkit-transform: skew(-30deg) translateX(70%);
  transform: skew(-30deg) translateX(70%);
}
.box:hover:before, .box.hover:before {
  -webkit-transform: skew(30deg) translateX(30%);
  transform: skew(30deg) translateX(30%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.box:hover:after, .box.hover:after {
  -webkit-transform: skew(-30deg) translateX(20%);
  transform: skew(-30deg) translateX(20%);
}
.box .box-content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 20px 20px 20px 40%;
}
.box .box-content:before, .box .box-content:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #eab129;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  opacity: 0.5;
  z-index: -1;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.box .box-content:before {
  -webkit-transform: skew(30deg) translateX(100%);
  transform: skew(30deg) translateX(100%);
}
.box .box-content:after {
  -webkit-transform: skew(-30deg) translateX(90%);
  transform: skew(-30deg) translateX(90%);
}
.box:hover .box-content:before, .box.hover .box-content:before {
  -webkit-transform: skew(30deg) translateX(50%);
  transform: skew(30deg) translateX(50%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.box:hover .box-content:after, .box.hover .box-content:after {
  -webkit-transform: skew(-30deg) translateX(40%);
  transform: skew(-30deg) translateX(40%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.box h3, .box p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}
.box h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.box p {
  font-size: 15px;
}
.box:hover h3, .box.hover h3, .box:hover p, .box.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
}
.team, .logo-team, .logo-team img{
	text-align: center;
	margin: 0 auto;
	display: block;
}
.pc{
	display: block;
}
.m{
		display: none;
	}
.casino-lobby {
    background: url(../images/lobby/casino/casino-lobby-bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
.thumbnails-bg {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto; }
.thumbnails-bg a {
  position: relative;
  display: block;
  height: 245px;
  background-size: cover; }
.thumbnails-bg a img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }
.thumbnails-bg a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 15px;
  transition-duration: 0.3s;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold; }
.thumbnails-bg a:hover {
  transform: translateY(5px); }
.thumbnails-bg a:hover > span {
  transform: translateY(-10px); }
.lobby-section{
	width: 100%;
	height: auto;
	padding: 10px 0;
	display: block;
}
.slots-lobby {
    background: url(../images/lobby/slot/slot-lobby-bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
.poker-lobby {
    background: url(../images/lobby/poker/bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
/**************   footer *************************/
.bg-footers {
    background: #160033;
    border-top: 2px solid #420099;
}
.footerpc {
    padding: 5px 0;
}
.info-footer h3, .community h3 {
    text-align: left;
    color: #f1e6ff;
    font-size: 0.9rem;
    padding: 5px 0;
    display: block;
}
.info-footer ul {
    width: 100%;
    height: auto;
    display: block;
}
.info-footer ul li {
    display: block;
    padding: 2px 2px;
    text-align: left;
}
.info-footer ul li a {
    color: #d4b3ff;
    font-size: 0.7rem;
}
.community ul {
    width: 100%;
    height: auto;
}
.community ul li {
    display: inline-block;
    padding: 2px;
    text-align: left;
}
.community ul li a img {
    width: 40px;
    text-align: center;
}
.title-section {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 1.0rem;
    font-weight: bold;
    padding: 5px 0;
    color: #f1e6ff;
    display: block;
}
.networks ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}
.networks ul li {
    display: inline-block;
    margin: 5px;
}
.networks ul li a img {
    width: 35px;
    height: auto;
}
.sponsorship ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}
.sponsorship ul li {
    display: inline-block;
    padding: 5px 15px;
}
.sponsorship ul li a img {
    height: 70px;
    width: auto;
}
.header{
	width: 100%;
	height: auto;
	display: block;
	}
@media (max-width: 600px) {
	.pc{
	display: none;
}
	.m{
		display: block;
	}
	.networks ul li a img {
    width: 25px;
    height: auto;
}
	.sponsorship ul li a img {
    height: 35px;
    width: auto;
}
	.header-mobile{
		width: 100%;
		height: auto;
		background: #2c0066;
		padding: 5px 0;
		display: block;
	}
	.logo-mobile{
		width: 100%;
		height: auto;
		text-align: left;
		padding: 5px 5px;
		overflow: hidden;
		display: block;
	}
	.logo-mobile a{
		width: 100%;
		height: auto;
		overflow: hidden;
		display: block;
	}
	.logo-mobile a img{
		width: auto;
		height: 30px;
		text-align: left;
	}
	.icon-nav-m{
		width: 31px;
        height: 18px;
        background: url(../images/icon/nav.png) no-repeat;
        background-size: 100% 100%;
        padding: 5px 0;
        display: inline-block;
        margin-top: 0px;
	}
	.menu-mobile{
		padding-top: 2px;
	}
	.offcanvas{
		width: 100%;
		height: auto;
		max-width: 300px;
		background: #2c0066;
	}
	.banner-logo{
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 auto;
		padding: 25px 0;
		background: url("../images/mobile/bg-logo.jpg") no-repeat;
		background-size: 100% 100%;
		display: block;
	}
	.banner-logo img{
		width: 100px;
		height: auto;
	}
	.offcanvas-header{
		padding: 0px !important;
	}
	.item-nav{
		width: 100%;
		height: auto;
		text-align: left;
		padding: 0 10px;
		margin: 2px auto;
		background: #420099;
		border-radius: 10px;
		display: block;
	}
	.item-nav a{
		width: 100%;
		height: auto;
		text-align: left;
		padding: 5px 0;
		color: #ededed;
		font-weight: bold;
		margin: 4px auto;
		display: block;
	}
	.item-nav a span{
		margin-right: 10px;
	}
	.item-nav a img{
		width: 25px;
	}
	.announment{
		width: 100%;
		height: auto;
		text-align: center;
		background: #370080;
		border-radius: 5px;
		padding-bottom: 5px;
		overflow: hidden;
		position: relative;
		margin: 0 auto;
	}
	.announment i{
		position: absolute;
		left: 0;
		top: 0;
		padding: 2px 10px;
		background: #370080;
		padding: 5px 0 0 5px;
		z-index: 1;
	}
	.announment i img{
		width: 25px;
	}
	.section{
		padding: 10px 5px;
	}
	.announment marquee{
		line-height: 14px;
		padding-bottom: 5px;
		font-weight: 500;
	}
	.right-news{
		width: 10px;
        height: 35px;
        position: absolute;
        right: 0;
        top: 0;
		background: #370080;
        z-index: 1;
	}
	.l-r{
		width: 100%;
		height: auto;
	}
	.btn-dw{
		font-size: 0.8rem;
		font-weight: bold;
		padding: 8px 10px;
	}
	a.box-mobile-games{
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	.item-games-mobile{
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 auto;
		position: relative;
		display: block;
	}
	.item-games-mobile img{
		width: 100%;
	}
	.item-games-mobile p{
		width: 100%;
		height: auto;
		color: #ffc107;
		font-size: 0.9rem;
		font-weight: bold;
		text-transform: uppercase;
		position: absolute;
		left: 0;
		bottom: 0;
		padding: 5px 0;
		background: url("../images/mobile/games/btn.png") no-repeat;
		background-size: 100% 100%;
		display: block;
	}
	.casino-lobby {
    background: url(../images/lobby/casino/casino-lobby-bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
.thumbnails-bg {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto; }
.thumbnails-bg a {
  position: relative;
  display: block;
  height: 135px !important;
  background-size: cover; }
.thumbnails-bg a img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }
.thumbnails-bg a span {
  position: absolute;
  bottom: -27px;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 15px;
  transition-duration: 0.3s;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold; }
.thumbnails-bg a:hover {
  transform: translateY(5px); }
.thumbnails-bg a:hover > span {
  transform: translateY(-10px); }
.lobby-section{
	width: 100%;
	height: auto;
	padding: 10px 0;
	display: block;
}
}
