/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------modif by crownjagy@gmail.com--------*/

body{
	background:#000 url('../images/bg.jpg') no-repeat top center;
}
a:link{
	color:#fff;
}
/* #header {
	width: 100%;
	height: 75px;
	background: #181818;
	box-shadow: 0 0 50px #fff;
} */
.formwrap {
	width: 645px;
	padding: 10px 0 0;
	margin: 5px auto 0;
	display: block;
	height: 55px;
}
.formcontrol {
	float: left;
	display: block;
	padding: 5px;
}
.formcontrol input {
    padding: 9px;
    position: relative;
    top: 3px;
    box-shadow: 2px 2px 3px #000;
    width: 140px;
    border: 1px solid #ffff;
}
.button {
	border: 0px;
	float: left;
	padding: 8px 20px;
	margin: 0;
	width: 113px;
	height: 36px;
}

.reg, .log {
	background: transparent url('../images/button.png') no-repeat center center;
	font-family: 'Playfair Display', serif;
	font-size: 15.5px;
	color: #482604;
	font-weight: bold;
	text-shadow: 0 0 5px #fff;
}

#wrap{
	width:680px;
	padding:10px;
	margin:20px auto 0;
	/*border-left:1px solid #fff;
	border-right:1px solid #fff;*/
}


.logo {
	margin: 0 auto;
	width: 325px;
	height: 145px;
}

.navi {
	width: 680px;
	height: 40px;
	background: transparent url('../images/navbg.png') repeat-x;
	margin-top: 10px;
	opacity: 0.9;
}
.navi nav ul li {
	display: inline-block;
	font-family: 'arial', sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.navi nav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 13px 19px;
	opacity: 1 !important;
	font-size: 14px;
}
.navi nav ul li:hover{
	cursor:pointer;
	color:#000;
	border-top:0px;
	
}
.navi nav ul li a:hover {
	color:#fff;
	background:transparent url('../images/hover.png') no-repeat center center;
}

.news {
	width: 100%;
	height: 25px;
	margin: 10px 0;
}
.info {
	width: 84px;
	height: 25px;
	background: transparent url('../images/news.png') no-repeat top center;
	margin-left: 0px;
	float: left;
}
.news marquee {
	color: #fff;
	display: inline-block;
	width: 592px;
	float: left;
	padding-top: 3px;
	font-family: arial;
	font-size: 14px;
}
.sosmed {
	width: 100%;
	padding-top: 10px;
}
.sosmed ul li {
	display: inline-block;
	color: #fff;
	padding: 10px 20px 10px 40px;
	margin-left: 25px;
}

.wa{
	background:transparent url("../images/wa.png") no-repeat;
	background-size: 28px;
	background-position: 0px 3px;
}


.line {
	background: transparent url("../images/line.png") no-repeat;
	background-size: 28px;
	background-position: 0 3px;
}
.bb {
	background: transparent url("../images/bbm.png") no-repeat;
	background-size: 28px;
	background-position: 0px 3px;
}

.wechat {
	background: transparent url("../images/wechat.png") no-repeat;
	background-size: 28px;
	background-position: 0px 3px;
}

.skype{
	background:transparent url("../images/skype.png") no-repeat;
}


#bottom{
	background:#000;
	box-shadow:0 0 10px #000;
}


.inside {
	width: 680px;
	padding: 10px;
	margin: 0 auto;
	background:transparent url('../images/bgbawah.png') no-repeat top center;
}

.rowleft {
	width:35%;
	display:inline-block;
	float:left;
}
.rowright{
	width:65%;
	display:inline-block;
	float:left;
}

.deposit {
	width: 180px;
	height: auto;
	display: inline-block;
	position: relative;
	margin-left: 35px;
	top: 5px;
}

.withdraw {
	width: 180px;
	height: auto;
	display: inline-block;
	position: relative;
	margin-left: 30px;
	top: 5px;
}

.deposit tr td, .withdraw tr td {
	color: #ffd56d;
}

.deposit table, .withdraw table {
	margin-top: 45px;
	color: #fff;
	width:100%;
}

.deposit table tbody tr td, .withdraw table tbody tr td {
	padding: 10px 0px 8px 0;
	text-align: left;
	font-family: 'Playfair Display', serif;
}

.slider {
	display: block;
	width: 680px;
	padding: 0;
	height:233px;
}

.jR3DCarouselSlide img {
	height: auto !important;
}

.jackpotpoker, .jackpotbandarq, .jackpotdomino {
	display: inline-block;
	width: 220px;
	color: #fff;
	height: 115px;
	position: relative;
}

.jackpotpoker{
	background: transparent url('../images/jp-poker.png') no-repeat top center;
	margin-right:4px;
}

.jackpotbandarq{
	background: transparent url('../images/jp-bandarq.png') no-repeat top center;
	margin-right:4px;
}

.jackpotdomino{
	background: transparent url('../images/jp-domino.png') no-repeat top center;
}
#jpoker, #jbandarq, #jdomino {
	position: relative;
	top: 60px;
	font-size: 37px;
	left: 25px;
	color: #ffd56d;
	font-family: 'Times new roman';
}


.footer {
	color: #fff;
	margin-top:30px;
	text-align: center;
	margin-bottom: 10px;
	font-family: 'Verdana', sans-serif;
	font-size: 14px;
}


