/*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: LucidaFax;
    src:url(../font/Lucida-Fax-Regular.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
    }

    .bank{
    position: absolute;
    top: 130px;
    right: 2px;
    }

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

    /* Running Text */
    .marquee-div {
    width: 80%;
    height: auto;
    color: #fff;
    margin: 0 auto;
    margin-top: 5px;
    }

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

    #runningText {
    width:95%; 
    float:left;
    font-family: Kievit;
    font-size: 12px;
    margin: 3px 0 0 3px;
    }
    /* Running Text */

    /* Menu */
    .menu {
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
    }
    .menu li {
    float: left;
    }
    .menu li a {
    display: block;
    font-family: Kievit;
    font-size:17px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    text-transform: uppercase;
    margin: 0 68px;
    }
    .menu li:first-child a{
    margin: 0 68px 0 10px;
    }
    .menu li:last-child a{
    margin: 0 10px 0 68px;    
    }
    .menu li:hover a {
    -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%
    }
    }

    .sub-menu{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 999;
    display: block;
    margin-top: 0;
    }
    .panduan{
    white-space: normal;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 590px;
    width: auto;
    height: auto;
    }
    .panduan>li {
    width: 190px;
    display: block;
    background-color: #00c6e3;
    }
    .panduan>li:hover>a{
        color: #000;
    }
    .panduan>li>a{
    display: block;
    font-family: Kievit;
    font-size:13px;
    color:#fff;
    text-decoration:none;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
    }
    /* Menu */

    /* Contact */
    .contact-wrap{
    float: left;
    width: 275px;
    padding-left: 5px;
    }
    .contact{
    float: left;
    margin: 30px 0 0 0;
    }
    .contact li{
    float: left;
    display: block;
    margin-left: 1px;
    font-family: LucidaFax;
    font-size: 13px;
    color: #fff;
    padding: 5px 0 0 20px;
    }
    .contact li:first-child, .contact li:nth-child(3){
    padding-left: 0;
    }
    .contact li:nth-child(3),.contact li:last-child{
    padding-top: 20px;
    }
    .contact li:last-child{
    padding-left: 35px;
    }
    .contact li img{
    float: left;
    vertical-align: middle;
    }
    .contact li span{
    float: left;
    margin: 0 0 0 10px;
    }
    /* Contact */

     /* Logo */
     .logo {
    float: left;
    width: 445px;
    margin: 18px 0 0 0;
    }
    .logo img{
    width: 161px;
    display: block;
    margin: 0 auto;
    }
    /* Logo */

    /* Form */
    .form-wrap{
    float: right;
    width: 225px;
    }
    form.my-form {
    float: left;
    width: 100%;
    margin-top: 35px;
    }
    
    form.my-form input[name="txtUsername"],form.my-form input[name="txtPassword"] {
    float: left;
    width:100px;
    height:24px;    
    border:none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:10px;
    color:#b1b1b1;
    outline:none;
    margin: 0 5px 0 5px;
    text-align: center;
    }
    
    form.my-form input[name="txtUsername"]{
    background:url(../../images/username.png) center no-repeat;
    margin-right: 0;
    }

    form.my-form input[name="txtPassword"]{
    background:url(../../images/password.png) center no-repeat;
    }

    form.my-form input:focus {
    outline:none
    }
    
    form.my-form input::-webkit-input-placeholder {
    color:#b1b1b1
    }
    
    .btnLogin,.btnDaftar {
    float:left;
    width:100px;
    height:25px;
    background:url(../../images/button.png) center no-repeat; 
    border:none;
    display:block;
    margin: 10px 0 0 5px;
    text-align: center;
    text-decoration: none;
    padding-top: 5px;
    font-family: Kievit;
    font-size: 15px;
    font-style: italic;
    color: #fff;
    }

    .btnLogin:hover, .btnDaftar:hover{
    background:url(../../images/hover.png) center no-repeat; 
    }

    /* Content */
    .content {
    height:auto
    }
    /* Content */
    
    /* Slide Show */
    .slideshow {
    float: left;
    width: 590px;
    height: 155px;
    margin: 60px 0 0 40px;
    }
    /* Slide Show */

    /* Jakpot */
    .jackpot-wrap{
    float: left;
    width: 100%;
    height: auto;
    margin-top: 10px;
    }
    .poker-wrap, .domino-wrap{
    float: left;
    width: 366px;
    height: 86px;
    text-align: center;
    margin-top: 35px;
    }
    .poker-wrap{
    background:url(../../images/poker.png) center repeat;    
    }
    .domino-wrap{
    background:url(../../images/domino.png) center repeat;   
    margin-left: 10px;    
    }
    .poker-wrap .jackpot-text, .domino-wrap .jackpot-text{
    float: left;
    font-family: Kievit;
    font-size: 24px;
    color: #00dbff;
    margin: 30px 0 0 15px;
    }
    .poker-wrap .num, .domino-wrap .num{
    float: left;
    font-family: Zurich;
    font-size: 30px;
    color: #fff;
    margin: 28px 0 0 20px;
    }
    .domino-wrap .num{
    margin-left: 10px;
    }
    /* Jakpot */

    /* Fivelast */
    .transaction-table {
    float:left;
    width:990px;
    height:auto;
    margin-top: 10px;
    }
    .fivelast-head{
    width: 100%;
    text-align: center;
    color: #00dbff;
    font-family: Kievit;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 25px;
    }
    #five-last {
    float: left;
    width: 488px;
    height: 251px;
    background:url(../../images/fivelast.png) center repeat;    
    position:relative;
    margin: 8px 0 0 5px;
    }
    #little-table {
    width: 85%;
    height:auto;
    text-align: center;
    margin: 0 0 0 45px;
    }
    #little-table tbody tr td {
    height:30px;
    color:#fff;
    font-family: Zurich;
    font-size:12px;
    padding-top: 15px;
    }
    #little-table tbody tr td img{
    vertical-align: middle;
    }
    #little-table tbody tr td:nth-child(3){
    color: #00dbff;
    }
    /* Fivelast */

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

    /* border */
    .border{
    width: 854px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    }
    /* border */

    /* copyright */
    .copyright{
    width: 100%;
    font-family: Kievit;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    }
    /* /copyright */