/* Base CSS */
@font-face {
	font-family: ;
	src: url('../fonts/');
	
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
body {
	background: #cccccc;
	background-color: #cccccc;
	overflow-x: hidden;

}
a:hover { text-decoration: none }

.container{width: 1141px;}
/*===============================
		Header-top-area-css
=================================*/
.header-top-area {
	padding-top: 20px;
}
.logo img {
	height: 80px;
}
.login-form {
	text-align: right;
	padding-top: 35px;
}
input[type="name"], input[type="password"] {
	padding: 6px 0px;
	text-align: center;
	background: #666666;
	color: #fff;
	border: 1px solid;
	width: 25%;
}
input[type="submit"], input[type="dafter"] {
	padding: 5px 0;
	display: inline-block;
	width: 18%;
	text-align: center;
	color: transparent;
	border: 1px solid transparent;
	background-size: cover;
	background-position: center;
}
input[type="submit"]{
	background-image: url(../img/login.png);
}
input[type="dafter"]{
	background-image: url(../img/daftar.png);
	cursor: pointer;
	color: transparent;
}
/*===============================
		Menu-area-css
=================================*/
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu ul li {
	display: inline-block;
	padding-top: 12px;
}
.menu li a {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
}
.menu {
	background-image: url(../img/menu-bg.png);
	background-size: cover;
	background-position: center;
	height: 50px;
}
.m1 {
	padding-left: 55px;
}
.m2 {
	padding-left: 80px;
}
.m3 {
	padding-left: 35px;
}
.m4 {
	padding-left: 40px;
}
.m5 {
	padding-left: 43px;
}
.m6 {
	padding-left: 35px;
}
/*===============================
		Running-text-area-css
=================================*/
.running-text {
	background-image: url(../img/info-bg.png);
	background-size: cover;
	background-position: center;
	height: 30px;
}
marquee {
    color: #fff;
    padding-top: 5px;
    width: 73%;
    text-align: center;
    margin-left: 17%;
}
.cn1 {
	position: absolute;
	color: #fff;
	font-size: 20px;
	bottom: 103px;
	left: 165px;
}
.cn2 {
	position: absolute;
	color: #fff;
	font-size: 20px;
	bottom: 7px;
	left: 190px;
}

.img1 {
	width: 100%;
}
.img2, .img3, .img4 {
	height: 97px;
	width: 100%;
}
.col-md-8.mh {
  padding-right: 2px;
}
.col-md-4.nh {
  padding-left: 2px;
}
/*===============================
		Jackpot-area-css
=================================*/
.jackpot-area {
	padding: 5px 0;
}
.jackpot-count {
	width: 33%;
	display: inline-block;
	text-align: center;
}
#jackpot, #jackpott, #jackpottt {
	background: transparent;
	border: transparent;
	text-align: center;
	padding-top: 55px;
	color: #fff;
	font-weight: 700;
	padding-left: 20%;
}
.count-1, .count-2, .count-3{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 94px;
}
.count-1{
	background-image: url(../img/j1.png);
}
.count-2{
	background-image: url(../img/j2.png);
}
.count-3{
	background-image: url(../img/j3.png);
}
.col-md-12.jjk {
	padding-left: 0;
	padding-right: 26px;
}
/*===============================
		Running-text-area-css
=================================*/
.gallery img {
	height: 141px;
	text-align: center;
}
.single-deposit {
	display: inline-block;
	font-size: 16px;
}
.single-deposit.deposit-number, .single-deposit.depo-withdraw{
	width: 37%;
	background-size: cover;
	background-position: center;
	height: 285px;
	color: #fff;
	padding-top: 50px;
	line-height: 35px;
	padding-left: 120px;
}
.single-deposit.deposit-number {
	background-image: url(../img/depo1.png);
}
.single-deposit.depo-withdraw {
	background-image: url(../img/depo2.png);
}
.single-deposit span {
	padding-left: 45px;
	padding-right: 65px;
}
.single-deposit.deposit-image {
	width: 25.3%;
	text-align: center;
	display: inline-block;
	float: right;
}
.single-deposit.deposit-image img {
	height: 286px;
}



.slicknav_menu {
	display: none;
	margin-top: -70px;
}
.mobile-menu-wrap {
    margin-top: 25px;
	display: none;
}

.slicknav_menu {
    background-color: transparent;
}

.slicknav_btn {
    display: inline-block;
    background-color: #0099F3;
    text-shadow: 0 0 0;
}

.slicknav_nav {
    background-color: #333;
    text-align: left;
}
.slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {
    background-color: #0099F3;
    border-radius: 0;
    color: #FFF;
}

.slicknav_menu h5 {
    color: #FFF;
    text-transform: uppercase;
    margin-top: 15px;
}

.slicknav_nav ul {
    margin-left: 10px;
}
.mobile-footer {
	display: none;
}
.copyright {
	margin-top: 20px;
}


.register{
	color: #fff;
}
.register td{padding : 1px;}
.register input, .register select { padding : 4px 10px; color : #333;}
.input1 {width : 100px;} 
.input2 {width : 200px;} 
.input3 {width : 300px;} 