/*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: #161213 url(../../images/bg.jpg) center top no-repeat;
    background-attachment: fixed;

}

.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/Roboto-Regular.ttf);
}

@font-face {
    font-family: Kievit;
    src: url(../font/Kievit-Black-Italic.ttf);
}

@font-face {
    font-family: 'glyphicons-halflings-regular';
    src: url(../font/glyphicons-halflings-regular.eot);
}

@font-face {
    font-family: 'glyphicons-halflings-regular';
    src: url(../font/glyphicons-halflings-regular.ttf);
}

@font-face {
    font-family: 'glyphicons-halflings-regular';
    src: url(../font/glyphicons-halflings-regular.woff);
}

@font-face {
    font-family: 'glyphicons-halflings-regular';
    src: url(../font/glyphicons-halflings-regular.woff2)
}

/* start header */
.header {
    width: 100%;
    height: auto;
    background: url(../../images/menu.jpg) center no-repeat;
    margin-top: -10px;
}

.logo {
    float: left;
}

.right-head {
    float: right;
    width: 70%;
    margin: 15px auto 0;
}

.marquee-div {
    width: 100%;
    height: auto;
    margin: 0 0 0 5px;
}

.sound-icon {
    float: left;

}

#runningText {
    color: #fff;
    width: 75%;
    font-size: 15px;
    font-family: Myriad Pro;
}

.form input[name=btndaftar],
input[name=btnlogin] {
    width: 139px;
    height: 55px;
    background: url(../../images/button.png) center no-repeat;
    border: 0;
    font-size: 15px;
    text-align: center;
    font-family: Kievit;
    cursor: pointer;

}

.form input[name=txtuser],
input[name=txtpwd] {
    width: 138px;
    height: 26px;
    background: url(../../images/textbox.png) center no-repeat;
    border: 0;
    text-align: center;
    font-size: 17px;
    /* outline: none; */
}

input:focus {
    outline: none;
}

.menu {
    width: 100%;
    margin: 10px auto 10px;
}

.menu li {
    display: inline-block;
    justify-content: center;

}

.menu li a {
    display: block;
    padding: 47px 26px;
    color: #fff;
    font-family: Myriad Pro;
    font-size: 20px;
    text-decoration: none;
}

.menu li a:hover {
    opacity: 0.5;
}

.menu li:hover {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.1);
}

.menu li:first-child {
    background: url(../../images/icon/home.png) center no-repeat;
    background-position: 50% 10px;
}

.menu li:nth-of-type(2) {
    background: url(../../images/icon/promo.png) center no-repeat;
    background-position: 36px 10px;
}

.menu li:nth-of-type(3) {
    background: url(../../images/icon/panduan.png) center no-repeat;
    background-position: 48px 10px;
}

.menu li:nth-of-type(4) {
    background: url(../../images/icon/download.png) center no-repeat;
    background-position: 55px 10px;
}

.menu li:nth-of-type(5) {
    background: url(../../images/icon/habug.png) center no-repeat;
    background-position: 62px 10px;
}

/* end header */
/* start content */
.content {
    width: 100%;
    height: auto;
}

.progress-jackpot {
    width: 992px;
    height: 200px;
    background: url(../../images/jackpot.png) center no-repeat;
    margin: 50px auto 0;
}

.jackpot-text {
    text-align: center;
    position: relative;
    bottom: 30px;
    right: 26px;

}

.number-left {
    float: left;
    color: #ffffff;
    width: 42%;
    line-height: 50px;
    text-align: center;
    font-size: 40px;
    padding: 0;
    margin: 25px 0 0 0;
}

.number-right {
    float: right;
    color: #ffffff;
    width: 42%;
    line-height: 50px;
    text-align: center;
    font-size: 40px;
    position: relative;
    bottom: 30px;
    margin: 25px 0 0 0;
}

.transaction {
    width: 100%;
    height: auto;
}

.last-deposit,
.last-withdraw {
    float: left;
    width: 418px;
    height: 280px;
    background: url(../../images/5last.png) center no-repeat;
    margin-right: 20px;
}

/* start deposit */
#tbldeposit {
    margin: 87px 45px 0px 90px;
    color: #fff;
    font-size: 14px;
}

#tbldeposit tr td:nth-child(2) {
    padding: 4px;
}

#tbldeposit tr td:last-child,
#tbldeposit tr td:first-child {
    width: 134px;
    max-width: 300px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}

#tbldeposit tr td:first-child {
    text-align: left;
    padding: 6px calc(7px * 0);
    position: relative;
    right: 57px;
}

#tbldeposit tr td:last-child {
    text-align: right;
    padding: 2px calc(1px * 0);
    position: relative;
    left: 16px;
}

#tbldeposit tr:nth-child(2) td:last-child {
    padding: 5px calc(16px * 1);
}

#tbldeposit tr:nth-child(3) td:last-child {
    padding: 2px calc(14px * 2);
}

#tbldeposit tr:nth-child(4) td:last-child {
    padding: 3px calc(40px * 1);
}

#tbldeposit tr:nth-child(5) td:last-child {
    padding: 0px calc(6px *7);
    position: relative;
    left: -5px;
}

#tbldeposit tr:nth-child(2) td:first-child {
    padding: 5px calc(14px * 1);
}

#tbldeposit tr:nth-child(3) td:first-child {
    padding: 5px calc(18px * 1);
    position: relative;
    right: 49px;
}

#tbldeposit tr:nth-child(4) td:first-child {
    padding: 5px calc(19px * 1);
    position: relative;
    right: 41px;
}

#tbldeposit tr:nth-child(5) td:first-child {
    position: relative;
    right: -4px;
}

img.text-lastdeposit {
    padding: 0px calc(11px *0);
    position: relative;
    left: 16px;
}

/* end deposit */
/* start withdraw */
#tblwithdraw {
    margin: 87px 45px 0px 90px;
    color: #fff;
    font-size: 14px;
}

#tblwithdraw tr td:nth-child(2) {
    padding: 4px;
}

#tblwithdraw tr td:last-child,
#tblwithdraw tr td:first-child {
    width: 134px;
    max-width: 300px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}

#tblwithdraw tr td:first-child {
    text-align: left;
    padding: 6px calc(7px * 0);
    position: relative;
    right: 57px;
}

#tblwithdraw tr td:last-child {
    text-align: right;
    padding: 2px calc(1px * 0);
    position: relative;
    left: 16px;
}

#tblwithdraw tr:nth-child(2) td:last-child {
    padding: 5px calc(16px * 1);
}

#tblwithdraw tr:nth-child(3) td:last-child {
    padding: 2px calc(14px * 2);
}

#tblwithdraw tr:nth-child(4) td:last-child {
    padding: 3px calc(40px * 1);
}

#tblwithdraw tr:nth-child(5) td:last-child {
    padding: 0px calc(6px *7);
    position: relative;
    left: -5px;
}

#tblwithdraw tr:nth-child(2) td:first-child {
    padding: 5px calc(14px * 1);
}

#tblwithdraw tr:nth-child(3) td:first-child {
    padding: 5px calc(18px * 1);
    position: relative;
    right: 49px;
}

#tblwithdraw tr:nth-child(4) td:first-child {
    padding: 5px calc(19px * 1);
    position: relative;
    right: 41px;
}

#tblwithdraw tr:nth-child(5) td:first-child {
    position: relative;
    right: -4px;
}

img.text-lastwithdraw {
    padding: 0px calc(11px *0);
    position: relative;
    left: 16px;
}

.transaction-contact {
    float: right;
    width: 11%;
    height: auto;
    margin: 0 auto 10px;
}

.bbm {
    margin: 0 0 20px 10px;
}

.bbm img,
.call {
    position: relative;
    left: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-family: Myriad Pro;
}

.bbm>p {
    line-height: 0px;
    padding: 15px 0 0 18px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-family: Myriad Pro;
}

.bbm-style {
    position: relative;
    right: 36px;
    bottom: 2px;
}

/* start banks*/
.banks {
    width: 100%;
    height: auto;
}

.flip {
    float: left;
    margin: 0 0 10px 5px;
}

.flip h3 {
    color: #c7b066;
    font-size: 12px;
    text-align: center;

}

.bca-banks,
.bni-banks,
.bri-banks,
.mandiri-banks,
.danamon-banks {
    width: 166px;
    height: 122px;
    background: url(../../images/banks/bca.png) center no-repeat;
}

.bca-banks-back,
.bni-banks-back,
.bri-banks-back,
.mandiri-banks-back,
.danamon-banks-back {
    width: 160px;
    height: 130px;
    background: url(../../images/banks/back.png)center no-repeat;
}

.bca-banks-back>p,
.bni-banks-back>p,
.bri-banks-back>p,
.danamon-banks-back>p,
.mandiri-banks-back>p {
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    letter-spacing: 0px;
}

.bri-banks-back>p,
.bri-banks-back>h3 {

    padding: 5px 0 0px 0;
    position: relative;
    top: 30px;
}

.mandiri-banks-back>p {
    padding: 5px 0 0 0;
}

.bni-banks-back>p,
.danamon-banks-back>p,
.danamon-banks-back>h3,
.bni-banks-back>h3 {
    padding: 35px 0 0px 0;
    margin: 0 0 0 0;
    line-height: 0;
    font-size: 15px;
}

.bni-banks {
    background: url(../../images/banks/bni.png) center no-repeat;
}

.bri-banks {
    background: url(../../images/banks/bri.png) center no-repeat;
}

.mandiri-banks {
    background: url(../../images/banks/mandiri.png?v=20210415) center no-repeat;
}

.danamon-banks {
    background: url(../../images/banks/danamon.png) center no-repeat;
}


.img-online,
.img-online,
.img-online,
.img-online {
    width: 44px;
    height: 24px;
    background: url(../../images/banks/online.png) center no-repeat;
    position: relative;
    top: 90px;
    left: 63px;
}

/* /end banks */
.content-detail {
    width: 100%;
    height: auto;
    color: #fff;
    font-family: Myriad Pro;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    margin: 0 auto 10px;
    letter-spacing: 1px;
}

.content-detail>h1 {
    color: #ffdf90;
    font-size: 24px;
    margin: 0 auto 10px;
}

.content-detail>h2,
.content-detail>h3 {
    color: #ffdf90;
    font-size: 20px;
}

.content-detail>h3 {
    font-size: 16px;
}

/* end withdraw */

/* end content */

/* start footer */
.footer {
    width: 100%;
    height: auto;
}

.copy-right {
    font-size: 16px;
    text-align: center;
    color: #ada18b;
    padding: 0 0 5px 0;
    font-family: Myriad Pro;
    letter-spacing: 1px;
}

/* end footer */

/* start sub-pages */
.description {
    width: auto;
    height: auto;
    background: #443220;
    padding: 15px;
    color: #fff;

}

.description>p,
.vip-link,
.list,
.promotion-text>p,
.download {
    font-size: 18px;
    font-family: Myriad Pro;
    color: rgb(243, 228, 214);
    margin: 0 auto 10px;
    line-height: 160%;
}

.description>h3 {
    font-size: 20px;
    color: #bb9f84;
    font-family: Myriad Pro;
    margin: 0 auto 10px;
}

/* start download */
.download {
    width: 80%;
    margin: 0 auto;
}

.download .title-h2 {
    font-size: 25px;
    text-align: center;
}

.download p {
    text-align: center;
}

.title-h2,
.promo-title {
    font-size: 30px;
    color: #bb9f84;
    font-family: Myriad Pro;
}

.dimg01,
.dimg05 {
    width: 319px;
    height: 215px;
    background: url(../../images/download/1.png) center no-repeat;
    margin: 10px auto 10px;
}

.dimg05,
.dimg06 {
    float: none;
}

.iphone-android {
    width: 75%;
    margin: 10px auto 1px;
}

.vip-link a {
    color: #fff487;
    text-decoration: none;
}

.iphone {
    float: left;
}

.android {
    float: right;
}

.list {
    margin: 0;
    width: 50%;
    margin-left: 45px;
    margin-bottom: 10px;
}

.dimg05 {
    width: 482px;
    height: 358px;
    background: url(../../images/download/5.png) center no-repeat;
}

/* end download */

/* start panduan */
.panimg01,
.panimg02,
.panimg03,
.panimg04,
.panimg05 {
    width: 960px;
    height: 450px;
    background: url(../../images/panduan/1.png) center no-repeat;
    margin: 10px auto 10px;
}

.panimg02 {
    height: 809px;
    background: url(../../images/panduan/2.png) center no-repeat;
}

.panimg03 {
    height: 581px;
    background: url(../../images/panduan/3.png) center no-repeat;
}

.panimg04 {
    height: 574px;
    background: url(../../images/panduan/4.png) center no-repeat;
}

.panimg05 {
    height: 518px;
    background: url(../../images/panduan/5.png) center no-repeat;
}

/* end panduan */

/* start promotion */
.promotion {
    background: #443220;
    margin: 0 auto 10px;
    border-radius: 15px 0 0 15px;
    box-shadow: inset 0 0 20px 11px #a07d54;
}

.promotion h3 {
    width: 16%;
    float: left;
    color: #fff;
    font-size: 30px;
    font-family: my;
    background: #5a4e3e;
    padding: 10px;
    border-radius: 15px 0 0 15px;
}

.promotion-text {
    background: #443220;
    padding: 15px;
    margin: 0 auto 10px;
}

.more-detail {
    float: right;
    width: 28%;
    margin: 0 auto 10px;
}

.info,
.join {
    float: left;
    margin-right: 5px;
    background: #5a4e3e;
    padding: 10px 10px;
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    border-radius: 10px;
    box-shadow: -4px 7px 0px 0px #f7d887;
    font-family: Myriad Pro;
}

.join {
    float: right;
}

#promo-list {
    background: #5a4e3e;
    padding: 10px 35px;
    width: 100%;
    margin-left: 0;
}

.btnclose {
    width: 16px;
    height: 16px;
    background: url(../../images/icon/close.png) center no-repeat;
    float: right;
    margin-right: 15px;
    margin-top: 15px;
}

/* end promotion */

/* start habungin kami(contact-us) */
.hubungi {
    margin: 0 auto 10px;
}

.hubungi li {
    float: left;
    padding: 0 7.95px;
}

.hubungi li a {
    color: #ffd085;
    text-decoration: none;
}

/* end habungin kami */
/* end sub-pages*/



.bank {
    margin-top: 20px;
}

.bank li {
    float: left;
}

.bank li:first-child {
    margin-left: 0;
}

.blank {
    width: 138px;
    height: 139px;
    background: url(../../images/bank/blank.png) center repeat;
    text-align: center;
    color: #fff;
    padding-top: 20px;
    font-family: Arial;
}

.blank .offline {
    font-family: AGENCYB;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
}

.blank .online {
    font-family: AGENCYB;
    font-size: 16px;
    margin-top: 25px;
    text-transform: uppercase;
}

.blank .online-text {
    font-family: AGENCYB;
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
    width: 100px;
    display: block;
    margin: 0 auto;
}

/* Bank */

/* flipper */
.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}

.flip-container:hover .flipper,
.flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
    width: 165px;
    height: 140px;
    margin-bottom: 10px;
}

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.front,
.back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.front {
    z-index: 2;
    transform: rotateY(0deg);
}

.back {
    transform: rotateY(180deg);
}

.flip-container {
    display: inline-block;
}

.banner-container .flip-container:last-child {
    margin-right: 0px !important;
}

.flip-online-back {
    text-align: left;
    width: 100%;
    color: #fff;
    font-family: Arial;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    padding: 10px 20px;
}

.flip-online-back ul {
    padding-left: 15px;
    margin-bottom: 0px !important;
}

.flip-online-back ul li {
    line-height: 25px;
    font-size: 14px;
    list-style-type: disc;
}

.flip-online-back ul li a {
    color: #fff;
}

.flip-online-back ul li a:hover {
    color: #fff;
}

.back h3 {
    color: #c7b066;
    font-size: 12px;
    text-align: center;
}

/* flipper */