* {
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper {
    width: 990px;
    margin: 0 auto;
    position: relative;
}
body {
    background: #dbdbdb url(../../images/bg.jpg) center top no-repeat;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clear {
    clear: both;
}

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%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul,
li {
    list-style: none;
}
a {
    color: #f0dbdb;
    text-decoration: none;
    text-shadow: 0px 3px 2px #323247;
}
a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[name="textbox"]:focus,
input[name="textbox"]:active {
    outline: none;
}

/* ---------------------- FONT ---------------------- */
@font-face {
    src: url(../font/play.ttf);
    font-family: 'play';
}
@font-face {
    src: url(../font/Raleway-Bold.ttf);
    font-family: 'Raleway-Bold';
}
@font-face {
    src: url(../font/arial-rounded.ttf);
    font-family: 'arial-rounded';
}
@font-face {
    src: url(../font/MyriadPro-Regular.otf);
    font-family: 'MyriadPro-Regular';
}
/* ---------------------- FONT ---------------------- */

.logo {
    margin: 3px 0;
}

/* ---------------------- FORM ---------------------- */
.ui-form {
    margin: -3px 55px 6px;
    position: relative;
    z-index: 9999;
}

input[name="textbox"] {
    width: 135px;
    height: 27px;
    background: linear-gradient(#e2e2e2, #f4f4f4, #dbdbdb);
    border: none;
    color: #000;
    padding: 0 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border-radius: 6px;
    margin: 0 auto 9px;
    text-align: center;
}
::placeholder {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}
.register a,.login a {
    color: #ffba38;
    font-family: 'play';
    font-size: 16px;
    text-shadow: 1px 2px 7px #00FF00;
    font-style: italic;
}
.register,
.login {
    background: url(../../images/button.png) center no-repeat;
    width: 134px;
    height: 54px;
    border: none;
    font-family: 'play';
    font-size: 16px;
    text-shadow: 1px 2px 7px #adffad;
    font-style: italic;
    color: #ffba38;
    text-transform: uppercase;
    outline: none;
}


.login:hover {
    cursor: pointer;
}
.register:hover {
    cursor: pointer;
}
/* Push */
@-webkit-keyframes hvr-push {
    50% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
}
@keyframes hvr-push {
    50% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
}
.hvr-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    cursor: pointer;
}
.hvr-push:hover {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
/* ---------------------- FORM ---------------------- */

/* ---------------------- MENU ---------------------- */
.menu-top,.menu-bottom {
    width: 55%;
    float: left;
    margin: 5px 0 0 77px;
}
ul.menu-top {
    margin-left: 60px;
}
ul.menu-top li,ul.menu-bottom li{
    float: left;
    padding: 3px 5px;
}
ul.menu-bottom li {
    padding: 12px 20px;

}
ul.menu-bottom a {
    font-size: 13px !important;
    color: #f53a22!important;
}

ul.menu-bottom a:hover {
    color: #fff !important;
}
ul.menu-top  a ,ul.menu-bottom a{
    font-family: 'play';
    color: #fff;
    text-shadow: 1px 2px 7px #2c1c1a;
    text-transform: uppercase;
    font-size: 11px;
}
/* ---------------------- MENU ---------------------- */

/* ---------------------- RUNNING TEXT ---------------------- */
.msg {
    float: right;
    width: 56%;
    margin: -14px 0 0 0;
}
.sound {
    float: left;
}
.msg marquee {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11px;
    color: #fff;
    width: 95%;
    float: right;
}
/* ---------------------- ./RUNNING TEXT ---------------------- */

/* ---------------------- SLIDESHOW ---------------------- */
.slideshow {
    position: relative;
    left: 100px;
    top: -74px;
}
.game-title {
    text-align: center;
    margin:-50px 0 0 0;
}
.games-wrap ul li {
    float: left;
    padding:10px 8px;
}
.games-wrap {
    margin: 0 auto 15px;
}
/* ---------------------- ./SLIDESHOW ---------------------- */


/* ---------------------- banks ---------------------- */
.banks-wrap {
    margin: 0 auto 35px;
}
ul.banks li {
    float: left;
    width: 138px;
    height: 95px;
    background: linear-gradient(#f05d64, #d50b17, #5c0202);
    margin: 0px 0 0 3px;
    border-radius: 10px;
    padding: 35px 0 0 0;
    text-align: center;
}
/* ---------------------- ./banks ---------------------- */

/* ---------------------- JACKPOT ---------------------- */
.poker,
.domino {
    background: url(../../images/homepage/poker.png);
    width: 467px;
    height: 139px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
}
.domino {
    margin-left: 51px;
    background: url(../../images/homepage/domino.png);
    padding-left: 0;
    padding-right: 80px;
}
.jackpot-wrap p {
    font-family: 'play';
    font-size: 44px;
    font-weight: bold;
    background: -webkit-linear-gradient(#d9d8d8, #d1d1d1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 30px 0 0 0;
    padding: 3px 58px;
    position: absolute;
    text-align: center;

}
.jackpot-domino p {
    padding: 0 18px;
}
/* ---------------------- JACKPOT ---------------------- */


/* ---------------------- TRANSACTION ---------------------- */
.trans-bg {
    background: linear-gradient(#aa1219, #97010a, #791616);
    width: 312px;
    height: 174px;
    text-align: center;
    line-height: 2.3;
    padding: 5px 20px 0;
    margin: 0 0 0 5px;
    border-radius: 15px;
}
.tbl-result {
    width: 100%;
}
.tbl-result td {
    font-family: 'play';
    font-weight: 600;
    font-size: 12.5px;
    color: #a4a4a4;
}
.title {
    margin: -45px 0 20px 0px;
}
.tbl-result tr td:last-child {
    color: #a4a4a4;
}
.transaction {
    display: inline-flex;
    margin: 10px 0;
}
.jackpot-wrap {
    margin: -36px 15px 0px 15px;
}
/* ---------------------- TRANSACTION ---------------------- */


/* ---------------------- CONTACT ---------------------- */
ul.contact {
    position: relative;
    margin:-130px 0 0 102px;
}

.contact li img {
    vertical-align: middle;
}
.contact li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    background: #cf0009;
    border-radius: 10px;
    padding: 5px 20px 5px 20px;

}
.contact li:first-child {
    margin-left: 0;
}
/* ---------------------- CONTACT ---------------------- */


/* ---------------------- transaction-action-wrap ---------------------- */
.transaction-action-wrap{
    background: url(../../images/transaction-action-bg.png) center no-repeat;
    width: 990px;
    height: 191px;
    margin: -11px 0 0 0;
    position: relative;
}
ul.transaction-action {
    margin: 0 0 0 40px;
}
ul.transaction-action li {
    float: left;
    padding: 32px 25px;
    color: #f0dbdb;
    text-shadow: 2px 2px 2px #19191a;
    font-size: 15px;
}
ul.transaction-action li>div {
    margin: -22px 0 0 58px;
}
/* ---------------------- ./transaction-action-wrap ---------------------- */


/* ---------------------- WELCOME ---------------------- */
.welcome {
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}
.welcome h1 {
    font-family: 'play';
    font-size: 25px;
    color: #100f0f;
    padding: 0px 0 15px;
}
.welcome p {
    font-family: Arial, Helvetica, sans-serif;
    color: #1a1818;
    font-size: 15px;
    text-align: justify;
}
/* ---------------------- WELCOME ---------------------- */
.footer{
    background: #010101;
}
.copyright {
    color: #d7d7d7;
    font-family: 'MyriadPro-Regular';
    font-size: 13px;
    text-align: center;
    margin: 25px 0;
    float: right;
    width: 29%;
    margin-bottom: 0;
}
.client {
    float: left;
    margin: 5px 0 0 0;
}
/* Dropdown */
/* dropdown panduan*/

.dropbtn {
    background: none;
	border: 0;
	color: #fff;
	font-size: 13px;
	border: none;
	margin-top: -20px;
	padding: 20px;
	cursor: pointer;
    font-family: Arial;
    position: relative;
    top: 5px;
}

button.dropbtn:hover {
    text-shadow: 1px 2px 7px #00FF00;
}

.dropdown-content a {
    color: #fff !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropbtn:focus{
    outline: 0;
}
.btndrop {
    background: none;
    border: none;
    font-family: Arial;
    font-size: 19px;
    color: #fff;
}
.dropdown-content {
	display: none;
    position: absolute;
    background-color: #1e1f1e;
    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;
   font-family: Arial;
}
/* focus active */
.btndrop:active, .btndrop:focus{
    outline: none;
    border: none;
}
/* /Dropdown */

/* sub pages */
.sub-content-wrap {
    background: #020202;
    padding: 20px;
    color: #f4e9e9;
    font-size: 15px;
    font-family: Arial;
    line-height: 35px;
    margin: 126px auto 0px;
}

.sub-content-wrap img {
    vertical-align: middle;
}

.img1-bonus{
    background: url(../../images/logo.png) center no-repeat;
    width: auto;
    height: 83px;
    margin: 0 auto 20px;
}

h2.sub-title {
    font-size: 35px;
    color: #fafafa;
    font-weight: 700;
    margin: 0 auto 15px;
}
.bank img {
    float: left;
    margin: 10px 20px 0px 0px;
}
.banks-detail {
    margin: 30px 0 0 0;
}
ul.banks {
    text-align: center;
}
/* 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: 137px;
    height: 125px;
}
.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;
    margin-right: 0px;
}
.banner-container .flip-container:last-child {
    margin-right: 0px !important;
}
.flip-online-back {
    text-align: center;
    width: 137px;
    color: #fff;
    font-family: Arial;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    padding: 5px 5px;
    font-size: 12px;
}
.flip-online-back ul {
    padding-left: 15px;
    margin-bottom: 0px !important;
}       
.flip-online-back ul li {
line-height: 25px;
font-size: 18px;
}
.flip-online-back ul li a{
color: #fff;
}
.flip-online-back ul li a img{
margin: 0 auto;
display: block;
width: 202px;
height: 68px;
}
.flip-online-back ul li a:hover img{
    opacity: 0.8;
}
/* flipper */