/*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:#63c7cf   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: BAUERG;
	src: url(../font/BAUERG__.TTF);
}


/* header */

.header {
	width: 100%;
	height: auto;
}

.logo {
	float: left;
    position: relative;
	margin: 4px 0 0 -10px;
}


input[name="username"],input[name="password"],input[name="login"],input[name="daftar"]
{
	width: 110px;
    height: 30px;
    background-image: linear-gradient(to right, #f8eaea , #e6e6e6);
    padding: 0 0 0 8px;
    outline: none;
    border: none;
    font-size: 13px;
    font-family: Arial;
    border-radius: 3px;
    font-family: Arial;
    text-align: center;
	border-radius: 12px;
	box-shadow: 0px 4px 2px #0c0b0b
}

input[name="login"] {
    background: linear-gradient(#43b4bb , #59b4b9 , #7df4fc) !important;
    color: #fff !important;
}
input[name="login"],input[name="daftar"]
{
	width: 90px;
    background: linear-gradient(#f6d2d2 , #9c9999 , #d9d9d9);
    font-size: 14px;
    cursor: pointer;
    color: #ec0000;
    font-weight: 800;
    text-align: center;
    padding: 0;
    border-radius: 20px;
    /* box-shadow: 0px 4px 2px #0c0b0b; */
}

/* marquee */
.marquee-div {
    margin: 15px auto 2px;
    float: right;
    width: 420px;
    height: 26px;
    background: url(../../images/maquee-bg.png) center no-repeat;
}

.info {
    width: 31px;
    height: 33px;
    background: url(../../images/icon/sound.png) center top no-repeat;
    float: left;
    margin: -6px 0 0 5px;
}

#runningText {
	float: left;
	width: 88%;
	color: #3d3b3b;
	font-family: Arial;
	font-size: 13px;
	margin-top: 3px;
	font-weight: 700;
}

form.frm-register {
    float: right;
    width: 42%;
    margin: 10px auto 25px;
}

.menu-wrap {
	background: url(../../images/menu-bg.png) center no-repeat;
	margin: 0px auto 10px;
	width: 990px;
	height: 81px;
	position: relative;
    top: -20px;
}

.menu li {
	float: left;
	padding: 25px 34px;
}

.menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family: BAUERG;
    letter-spacing: 2px;
    text-shadow: -1px 3px 2px #9e87b4;
    cursor: pointer;
}
ul.menu li:nth-of-type(6), ul.menu li:nth-of-type(5),ul.menu li:nth-of-type(4) {
    position: relative;
    left: 30px;
}

ul.menu li:nth-of-type(4) {
    left: 30px;
}

ul.menu li:nth-of-type(5) {
    left: 30px;
}

ul.menu li:nth-of-type(3) a {
    font-size: 22px;
}
ul.menu li:nth-of-type(3) {
    position: relative;
    left: 43px;
}
.slideshow {
    position: relative;
    bottom: 30px;
    height: 280px;
}

/* end header */

/* content */
/* transaction */

.transaction {
	width: 990px;
	height: 319px;
	background: url(../../images/transaction.png) center no-repeat;
	margin: -30px auto -5px
}
table.tblDeposit td img {
    vertical-align: middle;
}

table.tblDeposit, .tblWithdraw {
    width: 70%;
    margin: 64px 25px;
}

.deposit,.withdraw{
	float: left;
	width: 50%;
}



table.tblDeposit td,.tblWithdraw td {
    color: #ffffff;
    padding: 8.9px 11px;
    padding-bottom: 3.9px;
    text-align: center;
    font-family: Arial;
    /* -webkit-text-stroke: 1px #ffffff; */
    text-shadow: -2px 3px 2px #262525;
}

.deposit-title,.withdraw-title{
	padding-left: 15px;
    font-size: 15px;
    margin: 4px auto 0;
    color: #000;
    font-weight: 800;
}

.withdraw-title {
    padding-left: 115px;
}


table.tblWithdraw {
    margin-left: 155px;
}

table.tblWithdraw td img {
    vertical-align: middle;
}

.transaction-number p {
	position: absolute;
    right: 400px;
    top: 414px;
    color: #facb4d;
    font-weight: 700;
    background: -webkit-linear-gradient(#ffd47e, #fffa9c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #f8aeae00;
    font-size: 33px;
    -webkit-text-stroke: 1px #312e2e;
    font-family: Arial;

}
/* /transaction */

/* contact */
.contact-wrap{
	background: url(../../images/contact-bg.png) center no-repeat;
    width: 977px;
    height: 65px;
    margin: -13px auto 8px;
}

ul.contact {
    width: 100%;
}

ul.contact li {
	float: left;
    padding: 6px 37px;
}

ul.contact img {
    vertical-align: middle;
    margin: 0 12px 0px 0px;
}

ul.contact 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
}
@-webkit-keyframes shine {
	from {
	-webkit-mask-position:150%
}

	to {
	-webkit-mask-position:-50%
	}
}

ul.contact li a{
    text-decoration: none;
    font-family: Arial;
    font-size: 20px;
    color: #e4aa0e;
    font-weight: 700;
    background: -webkit-linear-gradient(#ffff66, #cc9933);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #f8aeae00;
}

ul.contact img {
    vertical-align: middle;
}
/* /contact */

/* games */
.games-wrap{
	background:url(../../images/games/games-bg.png) center no-repeat;
	width: 990px;
	height: 252px;
}

ul.games {
	text-align: center;
    color: #fff;
	font-size: 20px;
	font-family: Arial;
}

ul.games li {
    float: left;
    padding:56px 67px;
}
ul.games li:nth-of-type(2) {
    padding-top: 12px;
    position: relative;
    left: 20px;
}

/*./ games */

.title1 {
    text-align: center;
    font-weight: 700;
    line-height: 44px;
    color: #49f0ff;
    font-size: 18px;
	-webkit-text-stroke: 1px #ffffff;
	font-family: Arial;
}

.content{
    text-align: left;
    font-size: 15px;
    color: #ffffff;
    font-family: Arial;
    line-height: 25px;
}
.footer {
	width: 100%;
	height: auto;
}

.bank-wrap {
    background: white;
    margin: 0px auto;
    padding: 10px;
    text-align: center;
}

.copy-right {
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	font-family: Arial;
    margin: 10px auto 0;
}

/* end content */

/* slider-scrolling */

.content-text {
    margin-top: 8px;
    /* height: 100px; */
    text-align: center;
	/* overflow-x: hidden; */

}

.content-text::-webkit-scrollbar {
    display: none;
}
.content-text::-moz-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: 9px;
    right: 3px;
    height: 3px;
    width: 133px;
    transform: rotate(90deg) translate(72px, -52px);
    background-color: #e6a135;
}

/* Dropdown */
/* dropdown panduan*/

.dropbtn {
    background: none;
	border: 0;
	color: #fff;
	border: none;
	margin-top: -20px;
	padding: 20px;
	cursor: pointer;
	font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    font-family: BAUERG;
    letter-spacing: 2px;
    text-shadow: -1px 3px 2px #9e87b4;
}

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;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: BAUERG;
    letter-spacing: 2px;
    text-shadow: -1px 3px 2px #9e87b4;
}
.btndrop {
    background: none;
    border: none;
    font-family: Arial;
    font-size: 19px;
    color: #fff;
}
.dropdown-content {
	display: none;
    position: absolute;
    background-color: #000;
    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-content>a:hover{
	opacity: 0.5;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
   background: none;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: BAUERG;
    letter-spacing: 2px;
    text-shadow: -1px 3px 2px #9e87b4;
}
/* focus active */
.btndrop:active, .btndrop:focus{
    outline: none;
    border: none;
}
/* /Dropdown */

/* sub page */
.sub-content-wrap {
	background: #000;
    padding: 20px;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    font-family: Arial;
    margin: -20px auto 20px;
    line-height: 35px;
}

h2.sub-title {
    font-size: 35px;
    color: #ed3024;
    font-weight: 700;
    margin: 0 auto 15px;
}

.sub-detail h3 {
    font-size: 20px;
    margin: 20px auto 10px;
}

/* panduan */
.img1{
	background: url(../../images/panduan/1.png) center no-repeat;
	height: 530px; 
}
.img2 {
	background: url(../../images/panduan/2.png) center no-repeat;
	width: 382px;
	height: 284px;
} 

.img3,.img4,.img5,.img6,.img7,.img8{
	background: url(../../images/panduan/3.png) center no-repeat;
	width: 191px;
	height: 111px;
}

.img4{
	background: url(../../images/panduan/4.png) center no-repeat;
	height: 112px;
}

.img5,.img6,.img7{
	background: url(../../images/panduan/5.png) center no-repeat;
	height: 116px;
}

.img6{
	background: url(../../images/panduan/6.png) center no-repeat;

}

.img7{
	background: url(../../images/panduan/7.png) center no-repeat;
}

.img8{
	background: url(../../images/panduan/8.png) center no-repeat;
	height: 155px;
}
/* /panduan */
/* capsa */
.cimg1,.cimg2{
	background: url(../../images/capsa/1.png) center no-repeat;
	height: 542px;
}

.cimg2{
	background: url(../../images/capsa/2.png) center no-repeat;
}

.nimg1{
	background: url(../../images/nawala/1.png) center no-repeat;
	width: 457px;
	height: 317px;
}

.nimg2{
	background: url(../../images/nawala/2.png) center no-repeat;
	width: 259px;
	height: 330px;
}

.nimg3{
	background: url(../../images/nawala/3.png) center no-repeat;
	width: 281px;
	height: 334px;
}

.pimg1{
	background: url(../../images/poker/1.png) center no-repeat;
	width: 702px;
	height: 484px;
}

.pimg2{
	background: url(../../images/poker/2.png) center no-repeat;
	width:231px;
	height:93px ;
}
.pimg3{
	background: url(../../images/poker/3.png) center no-repeat;
	width:250px;
	height:106px ;
}
.pimg4{
	background: url(../../images/poker/4.png) center no-repeat;
	width:287px;
	height:160px ;
}
.pimg5{
	background: url(../../images/poker/5.png) center no-repeat;
	width:287px;
	height:182px ;
}
.pimg6{
	background: url(../../images/poker/6.png) center no-repeat;
	width:287px;
	height:140px ;
}
.pimg7{
	background: url(../../images/poker/7.png) center no-repeat;
	width:275px;
	height:154px ;
}
.pimg8{
	background: url(../../images/poker/8.png) center no-repeat;
	width:287px;
	height:189px ;
}
.pimg9{
	background: url(../../images/poker/9.png) center no-repeat;
	width:287px;
	height:156px ;
}
.pimg10{
	background: url(../../images/poker/10.png) center no-repeat;
	width:476px;
	height:223px ;
}
.pimg11{
	background: url(../../images/poker/11.png) center no-repeat;
	width:341px;
	height:490px ;
}
.pimg12{
	background: url(../../images/poker/12.png) center no-repeat;
	width:374px;
	height:461px ;
}
/* /sub page */



