/*General.css*/
* {
    padding:0;
    margin:0;
    -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:#000 url(../../images/bg.jpg) center top no-repeat;
    }
    
    .clear {
    clear:both
    }
    
    .pull-left {
    float:left
    }
    
    .pull-right {
    float:right
    }

    /*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
    }
    
    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*/

    /*Content.css*/
    
    .content #header {
    border:1px solid #fff;
    border-radius:5px 5px 0 0;
    color:#fff;
    font-size:20px;
    padding:10px;
    margin-top:10px;
    background:none repeat scroll 0 0 rgba(0,0,0,0.4);
    border-bottom:1px #999 solid
    }
    
    .content #body {
    border:1px solid #fff;
    border-radius:0 0 5px 5px;
    color:#fff;
    border-top:none;
    padding:10px;
    min-height:150px;
    margin-bottom:10px;
    background:none repeat scroll 0 0 rgba(0,0,0,0.4)
    }

    /*uibase.css*/
    
    @font-face {
    font-family:RobotoSlab;
    src:url(../font/RobotoSlab-Regular.ttf)
    }
    
    @font-face {
    font-family:Play;
    src:url(../font/Play-Regular.ttf)
    }

    @font-face {
    font-family: Kievit;
    src:url(../font/Kievit-Italic.ttf)
    }

    @font-face {
    font-family: CenturyGothic;
    src:url(../font/century-gothic.ttf)
    }

    @font-face {
    font-family: Zurich;
    src:url(../font/Zurich-BT.ttf)
    }
    
    h1 {
    font-size:24px
    }
    
    h2 {
    font-size:22px
    }
    
    h3 {
    font-size:18px
    }
    
    h4 {
    font-size:16px
    }
    
    h5 {
    font-size:12px
    }
    
    h6 {
    font-size:10px
    }

    /* Header */
    .header {
    height:auto
    }
    /* Header */

     /* Logo */
     .logo {
    float: left;
    margin: 5px 0 0 0;
    }
    /* Logo */

    /* Running Text */
    .marquee-div {
    float: left;
    width: 390px;
    height: auto;
    color: #fff;
    margin: 40px 0 0 100px;
    }

    .sound{
    float: left;
    vertical-align: middle;
    margin: 5px 0 0 10px;
    }

    #runningText {
    width:90%; 
    float:left;
    font-family: Kievit;
    font-size: 13px;
    font-style: italic;
    margin:5px 0 0 5px;
    }
    /* Running Text */

    /* Form */
    form.my-form {
    float: right;
    width: 260px;
    margin-top: 20px;
    }
    
    form.my-form input[name="txtUsername"],form.my-form input[name="txtPassword"] {
    float: left;
    width:125px;
    height:24px;    
    background:url(../../images/textbox.png) center no-repeat;
    border:none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    color:#b1b1b1;
    outline:none;
    margin: 0 2px 0 2px;
    text-align: center;
    }
    
    form.my-form input[name="txtUsername"]{
    margin-right: 1px;
    }

    form.my-form input[name="txtPassword"]{
    margin-left: 2px;
    }

    form.my-form input:focus {
    outline:none
    }
    
    form.my-form input::-webkit-input-placeholder {
    color:#b1b1b1
    }
    
    .btnLogin,.btnDaftar {
    float:left;
    width:104px;
    height:26px;
    background:url(../../images/button.png) center no-repeat; 
    border:none;
    display:block;
    margin: 5px 0 0 0;
    text-align: center;
    text-decoration: none;
    padding-top: 7px;
    font-family: CenturyGothic;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: #fbd971;
    }

    .btnLogin{
    margin-left: 23px;
    }

    .btnDaftar{
    margin-left: 3px;
    }

    .btnLogin:hover, .btnDaftar: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%
    }
    } 
    /* Form */

    /* Menu */
    .menu {
    float: left;
    margin: 0 0 40px 0;
    }
    .menu li {
    float: left;
    }
    .menu li:nth-child(2){
    margin-left: 65px;
    }
    .menu li:last-child{
    margin-left: 65px;
    }
    .menu li a {
    display: block;
    font-family: 'Times New Roman', Times, serif;
    font-size:15px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    text-transform: uppercase;
    margin: 0 23px;
    padding-top: 13px;
    }
    .menu li a span{
    margin-left: 5px;
    }
    .menu li:first-child a{
    width: 190px;
    height: 32px;
    margin: 3px 0 0 38px;
    padding-top: 10px;
    }
    
    .menu li:last-child a{
    width: 190px;
    margin: 0 0 0 0;
    }
    .menu li:hover a {
    color: gray;
    }

    .sub-menu{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 999;
    display: block;
    margin-top: -45px;
    }
    .panduan{
    white-space: normal;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 260px;
    width: auto;
    height: auto;
    }
    .panduan>li {
    width: 190px;
    display: block;
    background-color: #2c2c2c;
    }
    .panduan>li:hover>a{
        color: gray;
    }
    .panduan>li>a{
    display: block;
    font-family: 'Times New Roman', Times, serif;
    font-size:13px;
    color:#fff;
    text-decoration:none;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
    }
    /* Menu */

    /* Content */
    .content {
    height:auto
    }
    /* Content */
    
    /* Slide Show */
    .slideshow {
    float: left;
    width: 990px;
    height: 322px;
    }
    /* Slide Show */

    /* Jakpot */
    .jackpot-wrap{
    float: left;
    width: 100%;
    height: 119px;
    background:url(../../images/jackpot.png) center repeat;  
    }
    .poker-wrap, .domino-wrap{
    width: 430px;
    text-align: center;
    margin-top: 25px;
    }
    .poker-wrap{
    float: left;
    }
    .domino-wrap{
    float: right;
    }
    .poker-wrap .num, .domino-wrap .num{
    font-family:'Times New Roman', Times, serif;
    font-size: 34px;
    color: #fff;
    letter-spacing: 2px;
    }
    .poker-wrap .num{
    margin-left: 50px;
    }
    .domino-wrap .num{
    margin-right: 50px;
    }
    .poker-wrap .poker-text, .domino-wrap .domino-text{
    color: #000;
    margin-top: 25px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400px;
    letter-spacing: 1px;
    }
    /* Jakpot */

    /* Fivelast */
    .transaction-table {
    float: left;
    width: 990px;
    height: auto;
    margin-top: 10px;
    }
    #five-last {
    float: left;
    width: 319px;
    height: 243px;
    background:url(../../images/fivelast.png) center repeat;    
    position:relative;
    margin: 8px 0 0 10px;
    }
    .deposit, .withdraw, .contact-head{
    color: #fff;
    margin: 20px 0 0 28px; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    }
    .deposit span, .withdraw span{
    font-size: 25px;
    }
    .contact-head{
    margin: 25px 0 0 40px;
    }
    #little-table {
    width:90%;
    height:auto;
    text-align: center;
    margin: 10px 0 0 15px;
    }
    #little-table tbody tr td {
    height:25px;
    color:#fff;
    font-family: Zurich;
    font-size:15px;
    padding-top: 15px;
    }
    #little-table tbody tr td img{
    vertical-align: middle;
    }
    #little-table tbody tr td:nth-child(2){
    text-align: left;
    padding-left: 10px;
    }
    #little-table tbody tr td:nth-child(3){
    text-align: left;
    color: red;
    }
    /* Fivelast */

     /* Contact */
     .contact{
    float: left;
    margin: 20px 0 0 60px;
    }
    .contact li{
    float: left;
    width: 168px;
    height: 54px;
    display: block;
    font-family: Zurich;
    font-size: 12px;
    color: #fff;
    padding: 23px 0 0 40px;
    text-align: center;
    }
    .contact li:first-child{
    background:url(../../images/contact/line.png) center repeat;  
    }
    .contact li:nth-child(2){
    background:url(../../images/contact/phone.png) center repeat;  
    }
    .contact li:last-child{
    background:url(../../images/contact/bbm.png) center repeat;  
    }
    .contact li span{
    float: left;
    margin: 10px 0 0 20px;
    }
    /* Contact */
    
    /* Content Text */
    .content-text {
    float:left;
    width: 990px;
    height: 117px;
    display:block;
    text-align:center;
    background: #000;
    border: 1px solid #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
    padding: 10px 10px 0 10px;
    }
    /* Content Text */

    /* Footer */
    .footer {
    height:auto
    }
    /* Footer */

    /* bank */
    .bank{
    float: left;
    margin-top: 20px;
    }
    /* /bank */

    /* copyright */
    .copyright{
    float: right;
    font-family: 'Times New Roman', Times, serif;
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin: 25px 0;
    }
    /* /copyright */