body {
	font-family: Myriad Pro;
	font-size: 12px;
	line-height: 21px;
	color: #FFFFFF;
	background: url(../images/bg.jpg) no-repeat top center;
	background-color: #000000;	
	background-size: cover;
}
.article,
.section,
.aside,
.hgroup,
.nav,
.header,
.footer,
.figure,
.figcaption {
  display: block;
}
a, a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}
textarea:focus, input:focus{
    outline: none;
}

#header {
	width: 1040px;
	margin: 15px auto 0;
	height: 120px;
}
#header .logo {
	float: left;
}
#header .frm-nav {
	width: 600px;
	height: 39px;
	float: right;
}
#header .frm-nav .login {
	width: 600px;
	height: 39px;
	background: url(../images/login/menu-login.png) no-repeat top center;
	margin-bottom: 5px;
}
#header .frm-nav .login input {
	border: 0;
	background: none;
	width: 130px;
	height: 39px;
	line-height: 39px;
	padding: 0 10px;
	font-size: 14px;
	color: #FFFFFF;
}
#header .frm-nav .login input[type="submit"],
#header .frm-nav .login input[type="button"] {
	width: 148px;
	height: 39px;
	padding: 0;
	margin-right: 5px;
}
#header .frm-nav .login input[type="button"] {
	margin-right: 0;
}
#header .frm-nav .contact {
	width: 600px;
	height: 33px;
	background: url(../images/contact-us.png) no-repeat top center;
	margin-bottom: 5px;
}
#header .frm-nav .contact a:first-child {
	display: block;
	width: 145px;
	height: 33px;
}
#header .frm-nav .menu {
	width: 600px;
	height: 36px;
	background: url(../images/menu/menu-utama.png) no-repeat top center;
	margin-bottom: 5px;
}
#header .frm-nav .menu ul li {
	float: left;
}
#header .frm-nav .menu ul li a {
	display: block;
	height: 36px;
}
#header .frm-nav .menu ul li a.home {
	width: 65px;	
}
#header .frm-nav .menu ul li a.register {
	width: 80px;	
}
#header .frm-nav .menu ul li a.panduan {
	width: 92px;	
}
#header .frm-nav .menu ul li a.rerferral {
	width: 90px;	
}
#header .frm-nav .menu ul li a.bank {
	width: 80px;	
}
#header .frm-nav .menu ul li a.promo {
	width: 82px;	
}
#header .frm-nav .menu ul li a.peraturan {
	width: 111px;	
}

#divMarquee {
	width: 1040px;
	height: 35px;
	margin: 0 auto 5px;
	background: url(../images/info.png) no-repeat top center;
}
#divMarquee marquee {
	height: 35px;
	margin: 0 15px 0 115px;
	font-size: 14px;
	line-height: 35px;
}

.container {
	width: 1040px;
	margin: 0 auto;
}
.container #banner {
	margin-bottom: 10px;
}
.container #jackpot div {
	float: left;
	width: 325px;
	height: 235px;
	margin-right: 32px;
}
.container #jackpot div:last-child {
	margin-right: 0;
}
.container #jackpot div.poker {
	height: 225px;
	background: url(../images/jackpot-poker-domino.png) no-repeat top center;
}
.container #jackpot div.deposit {	
	background: url(../images/5-last-deposit.png) no-repeat top center;
}
.container #jackpot div.withdraw {
	background: url(../images/5-last-withdraw.png) no-repeat top center;
}
.container #jackpot div.poker span {
	display: block;
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	background: -webkit-linear-gradient(#FFFFFF, #9d702f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
	text-align: center;
    position: relative;
    top: 70px;
}
.container #jackpot div.poker span:last-child {
	top: 150px;
}
.container #jackpot table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
	margin-top: 70px;
}
.container #jackpot table tr td {	
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	width: 40%;
	text-align: center;
	padding-bottom: 8px;
}
.container #jackpot table tr td:first-child {
	width: 30%;
	text-align: left;
	padding-left: 15px;
}
.container #jackpot table tr td:last-child {
	width: 30%;
	text-align: right;
	padding-right: 15px;
}

/*
 *  banner slide
 * ------------------------------------------------------------------------------
 */
#banner .slide {
	display: none;
} 
#banner .slide:first-child {
	display: block;
} 
#banner.slick-initialized .slide {
	display: block;
}
