/*General.css*/

* {
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header,
.content,
.footer {
    width: 100%;
    height: auto;
}

.wrapper {
    width: 990px !important;
    margin: 0 auto;
    position: relative;
}

body {
    background: url(../../images/other/bg.jpg);
    background-color: #f0f0f0;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

/*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%;
	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 */
@font-face{ 
    font-family: 'play-regular'; 
    src: url(../font/play-regular.ttf); 
}
@font-face{ 
    font-family: 'Play-Bold'; 
    src: url(../font/Play-Bold.ttf); 
}
@font-face{ 
    font-family: 'Dai-Atlas'; 
    src: url(../font/Dai-Atlas.otf); 
}
/* font */

/* logo */
.logo{
    width: 296px;
    height: 81px;
}
/* logo */

/* form */
form input[name='username'], form input[name='password']{
    width: 148px;
    height: 25px;
    background: #d2d2d2;
    border: none;
    border-radius: 10px;
    opacity: 0.6;
    padding: 0 10px 0 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
}
form input[name='username']:focus, form input[name='password']:focus{
    outline: none;
}
button{
    width: 133px;
    height: 25px;
    background: url(../../images/other/login.png);
    border: none;
    font-family: 'Play-Bold';
    font-size: 17px;
    font-style: italic;
    cursor: pointer;
}
button:hover, button:focus{
    text-decoration: none;
    outline: none;
    -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%;
    }
}
form button:last-child{
    background: url(../../images/other/daftar.png);
    color: #ffffff;
}
/* form */

/* msg */
.msg{
    margin-top: 35px;
    width: 575px;
}
.info{
    width: 39px;
}
#runningText, .info{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
#runningText{
    width: 527px;
    height: 49px;
}
/* msg */

/* menu */
#menu{
    background: #ffd7b0;
    width: 100%;
    height: 50px;
    border-radius: 8px;
}
#menu li{
    float: left;
}
#menu li a{
    width: 165px;
    height: 50px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #000000;
    float: left;
    text-align: center;
    line-height: 4;
}
#menu li a:hover{
    width: 165px;
    height: 50px;
    background: #6493a5;
    border-radius: 8px;
}
#menu li.has-child{
    position: relative;
}
#menu li.has-child .sub-menu{
    display:none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 999;
    background: #d4b18f;
}
#menu li.has-child .sub-menu a{
    width: 230px;
    text-align: left;
    padding:0 20px;
}
#menu li.has-child .sub-menu a:hover{
    border-radius: 0px;
}
/* menu */

/* slideshow */
.slideshow{
    margin-top: 40px;
    margin-bottom: 90px;
}
/* slideshow */

/* jackpot */
.jackpot_wrap{
    width: 100%;
    height: 75px;
    background: #6493a5;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255,215,176,1);
    -moz-box-shadow: 0px 0px 0px 3px rgba(255,215,176,1);
    box-shadow: 0px 0px 0px 3px rgba(255,215,176,1);
    position: relative;
    margin-bottom: 50px;
}
.poker{
    width: 350px;
    height: 133px;
    text-align: center;
    margin-top: -55px;
}
.poker_type{
    font-family: 'Dai-Atlas';
    font-size: 44px;
    color: #4c4c4c;
    margin-top: 5px;
}
.poker_result{
    font-family: 'Play-Bold';
    font-size: 41px;
    color: #ffffff;
    letter-spacing: 5px;
    margin-top: 25px;
}
.jackpot{
    position: absolute;
    left: 360px;
    bottom: -55px;
}
/* jackpot */

/* transaction */
.trans_pano{
    background: url(../../images/transaction/transaction-bg.png);
    width: 321px;
    height: 248px;
}
.transaction{
    margin-top: 15px;
}
.transaction .trans_pano:nth-child(2){
    margin: 0 13px;
}
.trans_title{
    width: 100%;
    height: 95px;
    font-family: 'Dai-Atlas';
    font-size: 35px;
    text-align: center;
    line-height: 3;
    color: #454545;
}
#tbl_trans{
    line-height: 30px;
    margin-top: 7px;
}
#tbl_trans tr{
    width: 100%;
}
#tbl_trans tr td{
    padding: 0 25px;
}
#tbl_trans tr td{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #454545;
    width: 43%;
}
/* transaction */

/* contact */
.contact{
    background: url(../../images/contact/contact-bg.png);
    width: 194px;
    height: 68px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #484848;
}
.contact_icon{
    width: 54px;
    height: 68px;
    text-align: center;
    padding-top: 28px;
}
.contact_detail{
    width: 129px;
    height: 55px;
    text-align: center;
    padding-top: 15px;
}
.contact_detail p:last-child{
    font-weight: bold;
}
.contact_detail p:first-child{
    font-style: italic;
    margin-bottom: 5px;
}
.contact_wrap .contact:nth-child(2){
    margin: 0 65px;
}
.contact_wrap .contact:nth-child(4){
    margin: 0 0 0 70px;
}
/* contact */

/* bank */
.bank{
    background: url(../../images/bank/bank-bg.png) no-repeat center;
    width: 164px;
    height: 49px;
    padding-top: 17px;
    float: left;
    text-align: center;
}
.bank_wrap .bank:nth-child(2){
    margin: 0 20px;
}
.bank_wrap .bank:nth-child(4){
    margin: 0 20px;
}
.bank_wrap{
    width: 100%; 
    padding: 0 45px;
}
/* bank */

/* selamat datang */
.heading{
    font-family: 'Dai-Atlas';
    font-size: 26px;
    width: 100%;
    text-align: center;
    color: #4b798b;
    margin: 15px 0 10px;
}
.content_wrap{
    height: 84px;
    background: #ffd7b0;
}
.content-bg{
    width: 100%;
    height: 84px;
}
.content-text p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #796d62;
    text-align: center;
    line-height: 2;
}
.content-text {
    height: 84px;
    overflow-x: hidden;
    overflow-y: scroll;
    line-height: 1;
}
.content-text::-webkit-scrollbar {
    display: none;
}
/* selamat datang */

.copyright{
    font-family: 'play-regular';
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    color: #125c79;
}