/*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: #020202 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: SAVEDBYZ;
	src: url(../font/SAVEDBYZ.TTF);
}
.contact-wrap{
	position: fixed;
    top: 131px;
	z-index: 999;
	float: right;
	background: url(../../images/contac-bg.png) center no-repeat;
	width: 250px;
	height: 387px;
}
ul.contact {
	padding: 110px 0px;
	margin-left: -84px;
}
.contact a{
	text-decoration: none;
	color: #002944;

}
.contact a:hover div{
    -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
}
.whastapp,.bbm,.wechat,.line,.instagram{
	
width: auto;
	
height: 50px;
margin: 0 auto 4px;
background: url(../../images/icon/bbm.png) center no-repeat;
	
vertical-align: middle;
}
.whastapp{
	background: url(../../images/icon/wh.png) center no-repeat;
}
.wechat{
	background: url(../../images/icon/wechat.png) center no-repeat;
}
.line{
	background: url(../../images/icon/line.png) center no-repeat;
}
.instagram{
	background: url(../../images/icon/ig.png) center no-repeat;
}
.whastapp>p,.bbm>p,.wechat>p,.line>p,.instagram>p{
	padding: 15px 0px 0 200px;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    color: #ecdda8;
    line-height: 20px;
}

.banks{
	float: right;
    margin-top: 129px;
    position: fixed;
    right: 0;
    z-index: 999;
}
.banks li:hover{
    -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
}
.bni,.bca,.bri,.mandiri,.danamon,.cimb{
	width: 188px;
	height: 50px;
	margin: 0 auto 2px;
	background: url(../../images/banks/bni.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;
}
.cimb{
	background: url(../../images/banks/cimb.png)center no-repeat;
}
.bca{
	background: url(../../images/banks/bca.png)center no-repeat;
}
.contact li img{
    vertical-align: middle;
    margin: 0 10px 0 0;
}
/* header */

.header {
	width: 100%;
	height: auto;
}

.logo {
	float: left;
	position: relative;
}
input[name="username"],input[name="password"],input[name="login"],input[name="daftar"]
{
	width: 141px;
    height: 32px;
    background: url(../../images/textbox.png) center no-repeat;
	border: bisque;
	text-align: center;
	outline: none;
	font-family:Arial;
	font-size: 12px;
}

input[name="login"],input[name="daftar"]
{
	width: 104px;
	height: 30px;
	background: url(../../images/button.png) center no-repeat;
	font-weight: bold;
	font-size: 17px;
	cursor: pointer;
	font-family: Arial;
	color: #322440;
}

input[name="login"]:hover,input[name="daftar"]:hover{
	-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
}
.register {
	float: right;
	margin: 20px auto 0;
}

.register li {
    float: left;
    padding: 3px;
}
/* marquee */

.marquee-div {
	width: 100%;
	height: 40px;
	margin: -3px auto 15px;
	background: url(../../images/marquee-bg.png) center no-repeat;
}
.info {
	width: 110px;
	margin: 10px auto 0;
    padding-top: 19px;
    padding-bottom: 15px;
    background:url(../../images/icon/sound.png) center top no-repeat;
    background-position: 0 -5px;
	float: left;
	border-radius: 4px  0 0 4px
}

#runningText {
	float: left;
	width: 88%;
	color: #fff;
	font-family: Arial;
	font-size: 13px;
	margin: 10px auto;
}
.menu {
	width: 67%;
	float: right;
	margin: 35px auto 0;
}

.menu li {
	float: left;
    width: 110px;
    height: 55px;
    padding: 16px 0;
    text-align: center;
}

.menu li:hover {
	background: url(../../images/home.png) center no-repeat;
	width: 110px;
	height: 55px;
}
.menu li:hover a {
	text-shadow: 0 0 2px #ff1515;
    /* -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%
	}
}


/* dropdown panduan*/

.dropbtn {
    background: none;
	border: 0;
	color: #a7a7a7;
	font-size: 13px;
	border: none;
	margin-top: -20px;
	padding: 20px;
	cursor: pointer;
}

button.dropbtn:hover {
    text-shadow: 0 0 2px #ff1515;
}

.dropdown-content a {
    color: #fff !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropbtn:focus{
    outline: 0;
}
.btndrop {
    background: none;
    border: none;
    font-family: Calibri;
    font-size: 19px;
    color: #fff;
}
.dropdown-content {
	display: none;
    position: absolute;
    background-color: #5b4124db;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
    line-height: 25px;
	width: 150px;
	left: -26px;
	border-radius: 10px;
}
.dropdown-content>a {
    color: black;
    padding: 10px 20px !important;
    text-decoration: none;
    display: block;
   
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
   background: none;
}
/* focus active */
.btndrop:active, .btndrop:focus{
    outline: none;
    border: none;
}

.menu li a {
    color:#a7a7a7;
    text-decoration: none;
	font-size: 13px;
	font-family: Arial;
	font-weight: 600;
}
/* end header */

/* content */

.slideshow {
	width: 990px;
	margin: 0 auto 10px
}

.jackpot{
	background: url(../../images/jackpot-bg.png) center no-repeat;
    height: 160px;
    margin: -167px 0px 0 -366px;
}

.eight-games{
	background: url(../../images/eight-game.png) center no-repeat;
	width: 990px;
	height: 181px;
	margin: 0 auto 12px;

}
/* transaction */
.transaction {
	float: left;
    height: auto;
}
.deposit-title img {
    padding-left: 60px;
    padding-top: 4px;
}

.winner-title img {
    padding-left: 70px;
}

.withdraw img{
	padding-left: 54px;
	padding-top: 8px;
}
table.tblDeposit td img {
    vertical-align: middle;
}

.deposit,.withdraw,.winner{
	background: url(../../images/5-lasst.png) center no-repeat;
    width: 323px;
    height: 255px;
	float: left;
	margin-right: 10px;
}

.withdraw {
    margin-right: 0;
}

table.tblDeposit td {
	color: #a09797;
    padding: 2px 14px;
    padding-bottom: 3.9px;
    text-align: center;
    position: relative;
    top: 1px;
    left: 27px
}


.poker {
    float: left;
}

.poker>p {
    padding-left: 167px !important;
}

.poker>p,.domino>p{
	float: right;
    width: 47%;
    padding: 52px 66px;
    font-size: 35px;
    color: #fff;
    font-family: SAVEDBYZ;
}

/* transaction */


.title1 {
    text-align: left;
    font-size: 16px;
    color: #929292;
    font-family: Arial;
    font-weight: 700;
	margin: 3px auto 10px;
	line-height: 30px;
    text-shadow: 2px 5px 2px #3a3535;
}

.content{
	text-align: left;
	font-size: 13px;
	color: #929292;
	font-family: Arial;
	line-height: 25px;
}

.content a {
    text-decoration: none;
}

.content h3 {
    font-size: 16px;
    margin: 10px auto 0;
}

.footer {
	width: 100%;
	height: auto;
}
.footer-left{
	width: 100%;
	margin: 15px auto 0;
	text-align: center;
}

.footer-right {
	float: right;
	width: 50%;
}

ul.contact-us {
    float: left;
    text-align: center;
}

ul.contact-us li {
    float: left;
    padding: 0 15px;
}

ul.contact-us a {
    font-size: 12px;
    text-decoration: none;
    color: #ababab;
    text-shadow: 0 0 2px #e22c2c;
}

.copy-right {
	color: #827362;
	font-size: 15px;
	text-align: center;
	font-family: Arial;
	margin: 10px auto 0;
}

/* end content */

/* slider-scrolling */

.content-bg {
	background: #1e160c82;
	margin:-20px auto 20px;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    line-height: 20px;
}

.content-text {
    margin-top: 2px;
    width: 930px;
    height: 100%;
    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 {
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    width: 158px;
    transform: rotate(90deg) translate(78px, -79px);
    background-color: #3c352d;
}


/* start sub pages */

.content-bonus-wrap{
	background-color: #5b412461;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 20px;
	border-radius: 10px;
	margin: 15px auto 0;
}

.sub-title {
    font-size: 25px;
}

.sub-text , .content-bonus-wrap {
    color: #bbb2b2;
    font-size: 15px;
}

.img1,.img2,.img3,.img4,.img5,.img6,.img7,.img8{
	width: 598px;
	height: 310px;
	background: url(../../images/panduan/1.jpg) center no-repeat;
}

.img2{
	background: url(../../images/panduan/2.jpg) center no-repeat;
}

.img3{
	background: url(../../images/panduan/3.jpg) center no-repeat;
}

.img4{
	background: url(../../images/panduan/4.jpg) center no-repeat;
}

.img5{
	background: url(../../images/panduan/5.jpg) center no-repeat;
}

.img6{
	background: url(../../images/panduan/6.jpg) center no-repeat;
}

.img7{
	background: url(../../images/panduan/7.jpg) center no-repeat;
	width: 598px;
	height: 149px;
}

.img8{
	background: url(../../images/panduan/8.jpg) center no-repeat;
	height: 127px;
	width: 382px;
}

.img9{
	background: url(../../images/panduan/9.jpg) center no-repeat;
	width: 235px;
	height: 287px;	
}

.img10,.img11{
	background: url(../../images/panduan/10.jpg) center no-repeat;
	width: 287px;
	height: 197px;
}

.img11{
	background: url(../../images/panduan/11.jpg) center no-repeat;
}

.img12{
	background: url(../../images/panduan/12.jpg) center no-repeat;
	width: 516px;
	height: 111px;
}

.img13{
	background: url(../../images/panduan/13.jpg) center no-repeat;
	width: 702px;
	height: 484px;
}

.img14,.img15,.img16,.img17{
	background: url(../../images/panduan/14.jpg) center no-repeat;
	width: 598px;
	height: 310px;
}

.img15{
	background: url(../../images/panduan/15.jpg) center no-repeat;
}

.img16{
	background: url(../../images/panduan/16.jpg) center no-repeat;
}

.img17{
	background: url(../../images/panduan/17.jpg) center no-repeat;
}

.img18{
	background: url(../../images/panduan/18.jpg) center no-repeat;
	width: 470px;
	height: 461px;
}

.img19,.img20,.img21,.img22,.img23,.img24,.img25,.img26,.img27,.img28{
	width: 133px;
	height: 78px;
	background: url(../../images/panduan/19.jpg) center no-repeat;
}

.img20{
	background: url(../../images/panduan/20.jpg) center no-repeat;
}
.img21{
	background: url(../../images/panduan/21.jpg) center no-repeat;
}
.img22{
	background: url(../../images/panduan/22.jpg) center no-repeat;
}
.img23{
	background: url(../../images/panduan/23.jpg) center no-repeat;
}
.img24{
	background: url(../../images/panduan/24.jpg) center no-repeat;
}
.img25{
	background: url(../../images/panduan/25.jpg) center no-repeat;
}
.img26{
	background: url(../../images/panduan/26.jpg) center no-repeat;
}
.img27{
	background: url(../../images/panduan/27.jpg) center no-repeat;
}

.img28{
	background: url(../../images/panduan/28.jpg) center no-repeat;
}

.img29,.img30,.img31{
	width: 596px;
	height: 316px;
	background: url(../../images/panduan/29.jpg) center no-repeat;
}

.img30{
	background: url(../../images/panduan/30.jpg) center no-repeat;
}

.img31{
	background: url(../../images/panduan/31.jpg) center no-repeat;
}
font {
    font-weight: 800;
    color: #ffc964f0;
}

/* download */

.dimg1,.dimg2{
	background: url(../../images/download/1.jpg) center no-repeat;
	width: 287px;
	height: 94px;
}

.dimg2{
	background: url(../../images/download/2.jpg) center no-repeat;
}

.dimg3,.dimg4,.dimg5,.dimg6,.dimg7{
	background: url(../../images/download/3.jpg) center no-repeat;
	width: 597px;
	height: 283px;
}

.dimg4{
	background: url(../../images/download/4.jpg) center no-repeat;
}

.dimg5{
	background: url(../../images/download/5.jpg) center no-repeat;
}

.dimg6{
	background: url(../../images/download/6.jpg) center no-repeat;
}

.dimg7{
	background: url(../../images/download/7.jpg) center no-repeat;
}

.download-app {

    width: 40%;
    margin: 0 auto 0;

}
/* /download */

/* peraturan */
.pera_img1{
	background: url(../../images/logo.png) center no-repeat;
	width: 236px; 
	height: 173px;
	margin: 0 auto -15px; 
}
/* /peraturan */
/* end sub pages */


.blink {
	animation:blink-animation 0.5s steps(5, start) infinite;
	-webkit-animation:blink-animation 0.5s steps(5, start) infinite;
  }
  @keyframes blink-animation {
	to {
	  visibility: hidden;
	}
  }
  @-webkit-keyframes blink-animation {
	to {
	  visibility: hidden;
	}
  }