/*General.css*/

* {
	padding: 0px;
	margin: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* font-family: Time New Roman; */
}

.wrapper {
	width: 990px !important;
	margin: 0 auto;
	position: relative;
}

body {
	background:#1d1d1d url(../../images/bg.jpg) center top no-repeat;
}

.clear {
	clear: both;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

/* import font */

@font-face {
	font-family: myFirstFont;
	src: url(../../media/font/Acme-Regular.ttf);
}

/* end import font */

/*reset.css*/

/* css rest */

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;
}

/*end reset*/

@font-face {
	font-family: RobotoSlab;
	src: url(../font/RobotoSlab-Regular.ttf);
}

@font-face {
	font-family: Marcellus;
	src: url(../font/Marcellus-Regular.ttf);
}

@font-face {
	font-family: Kievit;
	src: url(../font/Kievit-Italic.ttf);
}

@font-face {
	font-family: Megatron;
	src: url(../font/Megatron-Condensed.otf);
}
@font-face {
	font-family: Zurich_Bold_BT;
	src: url(../font/Zurich_Bold_BT.ttf);
}

/* header */

.header {
	width: 100%;
	height: auto;
}

.logo {
	float: left;
    position: relative;
    margin: 0 auto 5px;
}
input[name="username"],input[name="password"],input[name="login"],input[name="daftar"]
{
	width: 134px;
    height: 40px;
    background: url(../../images/textbox.png) center no-repeat;
    padding: 0 0 0 8px;
	outline: none;
	border: none;
	font-size: 16px;
    font-family:Arial;
}

input[name="login"],input[name="daftar"]
{
	background: url(../../images/button.png) center no-repeat;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
	font-family: 'Times New Roman';
}
.register {
	width: 40%;
    float: right;
}

.register li {
    float: right;
    padding: 3px;
}
/* marquee */
.marquee-div {
    margin: -3px auto 10px;
}

.info {
    width: 27px;
    padding-top: 19px;
    background: url(../../images/icon/sound.png) center top no-repeat;
    float: left;
}

#runningText {
	float: left;
	width: 97%;
	color: #fff;
	font-family: Arial;
	font-size: 13px;
	margin-top: -4px;
}
.menu {
	background: url(../../images/menu-bg.png) center no-repeat;
    margin: 0px auto 10px;
}

.menu li {
	float: left;
	padding: 21px 40px;
}
.menu li:hover a {
    -webkit-mask-image:linear-gradient(-75deg,rgba(0,0,0,.6) 30%,#000 50%,rgba(0,0,0,.6) 70%);
    -webkit-mask-size:200%;
    animation:shine 1s infinite
}
@-webkit-keyframes shine {
	from {
	-webkit-mask-position:150%
}

	to {
	-webkit-mask-position:-50%
	}
}

.menu li::before{
	content: url(../../images/menu-before.png);
    position: absolute;
    margin-left: -46px;
    margin-top: -12px;
}

.menu li:nth-of-type(1):before{
	display: none;
}
.menu li a {
    color: #f1d44a;
    text-decoration: none;
	font-size: 17px;
	font-family: Arial;
	font-weight: 600;
}
/* end header */

/* content */
.slideshow {
	
}

.wrap-jackpot{
	width: 990px;
	height: 189px;
	background: url(../../images/jackpot.png) center no-repeat;
}
.poker,.domino{
	width: 483px;
	height:114px ;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.yello{
	color: #e7c302;
}
.poker>p, .domino>p {
    float: right;
    width: 75%;
    padding: 90px 0;
    font-size: 40px;
	color: #111;
	font-weight: 700;
	font-family: Zurich_Bold_BT;
}
.domino{
	background: url(../../images/domino.png) center no-repeat;
	margin-right: 0px;
	width: 490px;
	position: relative;
	left: 11px;
}
/* .domino>p{
	width:72%;
} */
/* transaction */

.transaction {
	width: 990px;
	height: 242px;
	background: url(../../images/transaction.png) center no-repeat;
	margin: -31px auto 10px;
}
.deposit-title ,img{
	padding-left: 15px;
}

table.tblDeposit td img {
    vertical-align: middle;
}

.deposit,.withdraw,.contact{
	float: left;
}

.contact {
    margin: 86px auto 0;
}

ul.left {
	float: left;
    margin-right: 15px;
    padding-left: 5px;
}

ul.left a {
    text-decoration: none;
    font-size: 15px;
	color: #fff;
}
.bbm,.line,.whatsap,.wechat{
	width: 200px;
    height: 41px;
    margin: 0 auto 15px;
    background: url(../../images/bbm.png) center no-repeat;
    padding: 9px 80px;
}
.whatsap,.wechat{
	padding-left: 40px;
}
.line{
	background: url(../../images/line.png) center no-repeat;
}
.whatsap{
	background: url(../../images/whatsap.png) center no-repeat;
}
.wechat{
	background: url(../../images/wechat.png) center no-repeat;
}
.bbm>p,.line>p,.whatsap>p,.wechat>p{
	font-family: Arial;
	text-decoration: none;
}

table.tblDeposit td,.tblWithdraw td {
    color: #fff;
    padding: 12.9px 11px;
    padding-bottom: 3.9px;
    text-align: center;
}

.deposit-title,.withdraw-title{
	padding-left: 15px;
    font-size: 15px;
    margin: 4px auto 0;
    color: #000;
    font-weight: 800;
}

.withdraw-title {
    padding-left: 115px;
}
.tblWithdraw td {
	padding: 8.9px 10px;
    position: relative;
    top: 4px;
}

table.tblWithdraw td img {
    vertical-align: middle;
}
/* /transaction */
.banks{
	background: url(../../images/banks/bank-bg.png) center no-repeat;
	height: 63px;
	width: 990px;
}
.banks li{
	float: left;
    padding: 30px 99px;
}
.bni,.bca,.bri,.mandiri,.danamon,{
	width: 74px;
	height: 23px;
	margin: 0 auto 15px;
}
.bni{
	background: url(../../images/banks/bni.png)center no-repeat;
}
.bca{
	background: url(../../images/banks/bca.png)center no-repeat;
}
.bri{
	background: url(../../images/banks/bri.png)center no-repeat;
}
.mandiri{
	background: url(../../images/banks/mandiri.png)center no-repeat;
}
.danamon{
	background: url(../../images/banks/danamon.png)center no-repeat;
}
.title1 {
	text-align: center;
    font-size: 20px;
    color:#e7c302;
    font-family: Kievit;
    margin:20px auto 10px;
	text-shadow: 2px 5px 2px #000;
}

.content{
	text-align: left;
	font-size: 13px;
	color: #fff;
	font-family: Arial;
	line-height: 25px;
}
.footer {
	width: 100%;
	height: auto;
}
.copy-right {
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-family: Arial;
}

/* end content */

/* slider-scrolling */

.content-bg {
	background: url(../../images/footer-bg.png) center no-repeat;
	margin-bottom: 4px;
	width: 988px;
	height:148px;
    border-radius: 8px;
    text-align: center;
    line-height: 20px;
}

.content-text {
    margin-top: 8px;
    width: 930px;
    height: 100px;
    text-align: center;
    margin-left: 30px;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-y: -moz-hidden-unscrollable;
}

.content-text::-webkit-scrollbar {
    display: none;
}

.slider {
    -webkit-appearance: none;
    border-radius: 10px;
    background: rgb(211, 211, 211);
    outline: none;
    -webkit-transition: .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 16px;
    border: 0;
    background: url(../../images/scroll.png) center no-repeat;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 12px;
    height: 16px;
    border: 0;
    background: url(../../images/scroll.png) center no-repeat;
    cursor: pointer;
}

.slider {
    padding-top: 4px;
    position: absolute;
    top: 0;
    right: 0;
    height: 3px;
    width: 124px;
    transform: rotate(90deg) translate(72px, -52px);
    background-color: #df9c32;
}

