@charset "utf-8";
/* CSS Document */

 html {
      box-sizing: border-box;
    }

    *,
    *:before,
    *:after {
      box-sizing: inherit;
    }

    body {
      font-family: 'Open Sans', sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.6;
		background: #1d2125;
    }

    .main-page {
		width: 100%;
      margin: auto;
      height: auto;
		background: #1d2125;
    }
.header{
	background: #2d3339;
}
.logo{
	text-align: center;
	margin: 0 auto;
	padding: 5px 0;
	display: block;
}
.logo img{
	height: 50px;
	width: auto;
	text-align: center;
	margin: 0 auto;
}
.footer-top{
	position: fixed;
	left: 0;
	bottom: -10px;
	background: #2d3339;
}
.w-100{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	display: block;
}
.w-768{
	width: 100%;
	max-width: 768px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	display: block;
}
.footer ul{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: flex;
}
.footer ul li{
	flex: 1;
	padding: 5px 0;
	vertical-align: middle;
}
.footer ul li a item-footer{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	display: block;
}
.item-footer p{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	font-size: 0.8rem;
	color: #dadee3;
	display: block;
}
.icoin-footer{
	width: 24px;
	height: 24px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.icon-home{
	background: url("../images/footer/home.png") no-repeat;
	background-size: 100% 100%;
}
.item-active a .item-footer i.icon-home{
	background: url("../images/footer/home-active.png") no-repeat;
	background-size: 100% 100%;
}
.icoin-promo{
	background: url("../images/footer/gift.png") no-repeat;
	background-size: 100% 100%;
}
.item-active a .item-footer i.icoin-promo{
	background: url("../images/footer/gift-active.png") no-repeat;
	background-size: 100% 100%;
}
.icon-desktop{
	background: url("../images/footer/monitor.png") no-repeat;
	background-size: 100% 100%;
}
.item-active a .item-footer i.icon-desktop{
	background: url("../images/footer/monitor-active.png") no-repeat;
	background-size: 100% 100%;
}
.section{
	padding: 10px 5px;
}
.btn-si-lo{
	width: 100%;
	height: auto;
	font-weight: bold;
	display: block;
}
.bg-jackpot{
	width: 100%;
	height: auto;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	background: #901b11;
	border-radius: 10px;
	display: block;
}
.bg-jackpot-2{
	width: 100%;
	height: auto;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	background:url("../images/jackpot/bg-jackpot.jpg") no-repeat;
	background-size: 100% 100%;
	border-radius: 10px;
	display: block;
}
.bg-jackpot-3{
	width: 100%;
	height: auto;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	background:url("../images/jackpot/jackpot-bg.png") no-repeat;
	background-size: 100% 100%;
	border-radius: 10px;
	display: block;
}
.bg-jackpot-3 h1.jackpot-title{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(43%, #ff7683), to(#ec103c));
    background: linear-gradient(180deg, #ff7683 43%, #ec103c);
    font-size: 1.75rem;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff300;
    letter-spacing: .3rem;
    text-transform: uppercase;
    font-weight: 900;
    display: block;
    line-height: 1;
    text-shadow: 0 .3rem .3rem rgba(0, 0, 0, .25);
}
.jack_pot span {
    font-size: 35px;
    color: #ffffff;
    padding: 10px 0;
    font-weight: bold;
}
.cr-btn{
	padding: 5px 0;
}
.hot-match-wrapper{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	border-radius: 10px;
	display: block;
}
.hot-match{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	border-radius: 10px;
	background: #2d3339;
	border-radius: 10px;
	overflow: hidden;
	display: block;
}
.header-hot-match{
	background: #f6c244;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
.header-hot-match p{
	color: #212121;
	font-weight: 700;
    font-size: 14px;
    margin: 6px;
    text-align: center;
    text-transform: uppercase;
}
.header-hot-match p span{
	color: #c4271c;
    font-weight: 700;
}
.category-header{
	background: #000000;
	padding: 5px 0;
}
.category-header span{
	text-align: left;
	padding-left: 5px;
	color: #ffffff;
	font-size: 0.8rem;
	margin: 0 auto;
	display: block;
}
.score{
	width: 100%;
	height: auto;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	font-size: 0.8rem;
	font-weight: bold;
	color: #ffffff;
	display: block;
}
.versus-text{
	 background: -webkit-gradient(linear, left top, left bottom, from(#212529), to(rgba(243, 230, 196, 0))), #495057;
    background: linear-gradient(180deg, #212529, rgba(243, 230, 196, 0)), #495057;
    border: 1px solid #6c757d;
    color: #212121;
    text-align: center;
    font-size: .75rem;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 6px 0;
    line-height: 18px;
}
.versus-text span{
	color: #ffffff;
}
.item-team-match{
	padding: 10px 0;
}
.team-vs{
	padding: 0 10px;
	padding-bottom: 10px;
}
.items-game{
	border-radius: 10px;
	background: #2d3339;
	overflow: hidden;
}
.items-game img{
	width: 100%;
}
.items-game p{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	font-size: 0.9rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	padding: 5px 0;
	display: block;
}
.info h1{
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 0.9rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	padding: 5px 5;
	display: block;
}
.info ul{
	width: 100%;
	text-align: left;
}
.info ul li{
	display: inline-block;
	padding: 5px 2px; 
}
.info ul li a img{
	width: 25px;
}
.footers{
	background: #000000;
	padding-bottom: 60px;
}
.nav-side-bar ul li{
	vertical-align: middle;
}
.nav-side-bar ul li a{
	color: #dadee3 !important;
	font-weight: bold;
}
.nav-side-bar ul li a i{
	padding-right: 10px;
}
.items-games, .items-cocks{
	width: 100%;
	height: auto;
	position: relative;
}
.items-games img, .items-cocks img{
	width: 100%;
}
.items-games p{
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.2rem;
	font-weight: 700;
	color: #ffffff;
}
.items-cocks p{
	width: 100px;
    position: absolute;
	text-align: center;
	margin: 0 auto;
    right: -5%;
    top: 54%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
}
.item-poker{
	width: 100%;
	height: auto;
	text-align: center;
	margin:  0 auto;
	background: url("../images/lobby/poker/box.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.item-poker img{
	width: 100%;
	height: auto;
}
.item-poker p{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	font-size: 0.8rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: -10px !important;
	display: block;
}
.items-casino{
	width: 100%;
	height: auto;
	position: relative;
	display: block;
}
.items-casino img{
	width: 100%;
}
.items-casino p{
	width: 150px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 20px;
    right: -22px;
	font-size: 0.7rem;
	color: #ffffff;
	font-weight: bold;
	display: block;
}
.btn-slot{
	width: 100%;
	font-size: 0.5rem;
}
.items-slot{
	padding: 1px;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	background: #2d3339;
	border-radius: 5px;
	overflow: hidden;
	display: block;
}
.items-slot img{
	width: 100%;
	height: auto;
}
.contain-slot{
	padding: 10px 0;
}
.contain-slot p{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	font-size: 0.7rem;
	display: block;
}