/* 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-image: url(../img/bg.png);
	background-size: normal;
	background-repeat: no-repeat;
	background-color : #00214D;
	background-position: center top;
	margin : 0 auto; 
}

a:hover { text-decoration: none }
/*==============================
		Header-area-css
================================*/

.wrapper{max-width: none !important; width : 970px;padding:0;margin : 0 auto; border : 0px solid #fff;}
.container{max-width: none !important; width : 840px;padding:0;margin : 0 auto; border : 0px solid #fff;}

.row {}

.header {
	background-size: auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color : transparent;
	height: 150px;
	padding-top : 10px;
	color : #fff;
	
	}

.header-left {
  width: 320px;
  display: inline-block;
}

.header-left img {
  width: 320px;
  padding-top : 10px;
}

.header-right {
	width: 620px;
	display: inline-block;
	text-align: right;
	padding-top: 5px;
	float : right;
	border : 0px solid #fff;
	margin-right : 0px;
}

marquee {
	background-image: url(../img/bg_running.png); 
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	
	display: block;
	float : right;
	width : 620px;
	height : 35px;
	padding-top : 10px;
	padding-right : 10px;
	padding-left : 10px;

	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-align : right;
	border : 0px solid #fff;
}


input[type="text"], input[type="password"] {
	padding: 10px 25px;
	color: #5e6a73;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	border: 0px solid #4F5A65;
	border-radius: 3px;
	width: 200px;
	height : 32px;
}
input[type="password"] {
	background-color: #fff;
	background-size: auto;
}
input[type="text"] {
	background-color: #fff;
	background-size: auto;
		
}
input[type="submit"] {
	background-image: url(../img/login.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	color: transparent;
	border: 0px solid #fff;
	background-color: transparent;
	border-radius: 3px;
	width : 96px;
	height : 32px;
	position : relative;
	}
input[type="daftar"] {
	background-image: url(../img/daftar.png);
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	color: transparent;
	background-color: transparent;
	padding: 10px 0px;
	border: 0px solid #fff;
	border-radius: 3px;
	cursor: pointer;
	width : 110px;
	height : 32px;
	margin-right : 0px;
}
.login-form {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
/*==============================
		Menu-area-css
================================*/




.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 39px;
	padding-top: 10px;
}
.menu ul li {
  display: inline-block;
}
.menu ul li a {
	padding: ;
	text-transform: normal;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}
.menu {
	background-image: url(../img/bg_menu.png); 
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	height: 39px;
	display: block;
	margin-top: 12px;
	width : 970px;
	
}

.m1, .m2, .m3, .m4, .m5, .m6 { float : center;   top : 5px; text-transform : uppercase;}

.m1 {margin-left: 35px;}
.m2 {padding-left: 65px;}
.m3 {padding-left: 70px;}
.m4 {padding-left: 70px;}
.m5 {padding-left: 80px;}
.m6 {padding-left: 60px;}


/*==============================
		Slider-area-css
================================*/

.slides {border : 0px solid #fff;}

.slide{
	width: 970px;
	height: 500px;
	display: inline-block;
	float: left;
	margin-top : 0px;
}

.single-slide img {	height: 500px;}

.slide .owl-dots div {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    margin: 5px;
    border-radius: 50%;
}

.slide .owl-dots div.active {
    background: #F6C304;
}

.slide .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
    bottom: 10px;
}


.jackpot {
	background-image: url(../img/jackpot.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	height: 120px;
	padding-top : 30px;
	color : #fff;
	font-size : 27px;
}

.jackpot .kiri { width : 480px; padding-left : 75px; float : left;}
.jackpot .kanan { width : 550px; padding-left : 30px; float : right;}

.jackpot .kontak {
	display: block;
	float : right;
	width : 960px;
	height : 40px;
}
.jackpot .kontak ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 52px;
	padding-top: 17px;
}
.jackpot .kontak ul li {
  display: inline-block;
}
.jackpot .kontak ul li a {
	padding: ;
	text-transform: normal;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

.s1, .s2, .s3, .s4, .s5 { float : center;   top : 5px;}

.s1 {margin-left: 80px;}
.s2 {padding-left: 90px;}
.s3 {padding-left: 90px;}
.s4 {padding-left: 90px;}
.s5 {padding-left: 90px;}



.lg img {
	width: 164.5px;
	height: 152px;
}


.logoes-area {
	margin-top: 5px;
	margin-bottom: 5px;
}
/*==============================
		Deposit-area-css
================================*/
.deposit-content {
	background-image: url(../img/latest.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	height: 273px;
	padding-top : 15px;
	color : #fff;
}


.depo {
}
.single-depo {
	display: inline-block;
	height: 200px;
	padding-top: 68px;
}
.single-depo.depo1 {
	float: left;
	width : 400px;
}
.single-depo.depo2 {
	float: left;
	width : 400px;
}

.single-depo.depo3 {
	float: right;
	width : 320px;
}

.depo1 p {
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	padding-left: 90px;
	display: block;
	height: 25px;
	padding-right: 0px;
}

.depo2 p {
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	padding-left: 100px;
	display: block;
	height: 25px;
	padding-right: 0px;
	}


.depo3 p {
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	padding-left: 60px;
	display: block;
	height: 20px;
	padding-right: 0px;
}


.single-depo span {
	padding-left: 50px;
	padding-right: 50px;
}
.jackpot-area {
	width: 50.5%;
	display: inline-block;
	float: right;
	text-align: right;
}
.jackpot-count {
	width: 32.5%;
	display: inline-block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 160px;
}
#jackpot, #jackpott, #jackpottt {
	background: transparent;
	border: transparent;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 37px;
	letter-spacing : 3px;
}
.jackpot-count.jbg1{
	background-image: url(../img/p1.png);
}
.jackpot-count.jbg2{
	background-image: url(../img/p2.png);
}
.jackpot-count.jbg3{
	background-image: url(../img/p3.png);
}

.jackpot-count.jbg1, .jackpot-count.jbg2, .jackpot-count.jbg3 {
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	height: 160px;
	width : 186px;
}

.currency-1 {
	text-align: center;
}

.welcome  {color : #fff; padding : 20px 20px 20px 20px;}
.welcome h1 {font-size : 20px;}
.welcome h2 {font-size : 18px;}
.welcome h3 {font-size : 16px;}
.welcome p {font-size : 13px; color : #f2f2f2;}
.welcome h1,.welcome h2,.welcome h3{text-align : center;}


.content {
background-color : #DCDCDC;
border-radius : 3px;
line-height : 22px;
font-size : 15px;
padding : 20px 30px;
	
}

.jadwal {
	margin: 20px auto;
	border: 1px solid #008000;
	color: #dbfddd;
	font-size: 13px;
	width: 700px;
}

.jadwal td {
	border: 1px solid #008000;
	text-align: center;
	background-color: #008000;
	width: 180px;
}
.jadwal img {
	padding: 12px 0px 0px 0px;
}


element {

    border: 1px solid #383838;
    margin: 5px auto 0;
    padding: 10px;
    max-width: 480px;

}


.jadwal {
	margin: 20px auto;
	border: 1px solid #ff0000;
	color: #dbfddd;
	font-size: 13px;
	width: 700px;
}
.jadwal td {
	border: 1px solid #ff0000;
	text-align: center;
	background-color: #ff0000;
	width: 180px;
}
.jadwal img {
	padding: 12px 0px 0px 0px;
}



.support {height : 82px; width : 840px; margin : 0 auto;}
.support .wa {
	width: 300px; 
	height : 82px;
	background-image: url(../img/wa.png); 
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	float : left;
	}
.support .livechat {
	width: 235px; 
	height : 82px;
	background-image: url(../img/wa.png); 
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	float : left;
	margin-left: 2px;
	}	
.support .line {
	width: 300px; 
	height : 82px;
	background-image: url(../img/line.png); 
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	float : left;
	margin-left: 2px;
	}

.support .wa a, .support .line a { font-size : 27px; color : #fff;padding-left : 70px; margin-top : 7px; display : block;}
	
/*	
.livechat {
	display: block;
	float : right;
	width : 130px;
	height : 32px;
	margin-top : 0px;
	margin-right : 0px;
}

	*/