/*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:Zurich;
    src:url(../font/Zurich-BT-Roman.ttf)
    }

    @font-face {
    font-family:ZurichBold;
    src:url(../font/Zurich-BT-Bold.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;
    }
    /* Logo */

    /* Running Text */
    .marquee-div {
    float: right;
    width:57%;
    margin: 25px 0 0 0
    }
    
    .sound {
    float: left;
    vertical-align: middle;
    }
    
    #runningText {
    width:96%;
    float:left;
    color:#fff;
    font-family:RobotoSlab;
    font-size:13px;
    font-style: italic;
    margin:0px 0 0 0;
    }
    /* Running Text */

    /* Form */
    form.my-form {
    float: right;
    width: auto;
    margin-top: 20px;
    }

    form.my-form input[name="txtUsername"], form.my-form input[name="txtPassword"]{
    float:left;
    width:143px;
    height:34px;
    background:url(../../images/textbox.png) center no-repeat;
    font-family:Zurich;
    font-size:10px;
    color:gray;
    border: none;
    padding-left: 10px;
    margin-right: 3px;
    }
    
    form.my-form input:focus {
    outline:none
    }
    
    form.my-form input::-webkit-input-placeholder {
    color:gray
    }
    
    .btnLogin,.btnDaftar {
    float:left;
    width:143px;
    height:33px;
    background:url(../../images/button.png) center no-repeat;
    border:none;
    font-family: ZurichBold;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    text-align:center;
    display:block;
    margin: 1px 3px 0 0;
    padding-top: 10px;
    }
    
    .btnDaftar:hover,.btnLogin: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-bg{
    float: right;
    width: 613px;
    height: 35px;
    background:url(../../images/menu.png) center no-repeat;
    margin: 8px 0 0 0;
    }
    .menu {
    float: left;
    margin: 0 0 0 40px;
    }
    .menu li {
    float: left;
    text-align:center;
    width: 110px;
    margin: 10px 0 0 0;
    }
    .menu li:first-child{
    width: 76px;
    }
    .menu li:nth-child(2){
    width: 123px;
    }
    .menu li:nth-child(3){
    width: 153px;
    }
    .menu li a {
    font-family:ZurichBold;
    font-size:13px;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    }
    .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
    }

    .menu li.has-child{
        position: relative;
        z-index: 9999;
    }
    .menu li.has-child .sub-menu{
        display:none;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: 999;
        background: #363435;
        width: 220px;
    }
    .menu li.has-child .sub-menu li{
        background: none;
        border-bottom: 1px solid #222;
        width: 220px;
        margin-top: 0;
    }
    .menu li.has-child .sub-menu li a{
        line-height: 40px;
        text-align: left;
        padding:0 20px;
        background: none;
        color: #fff;
        margin-left: 0;
        display: block;
        text-align: left;
        font-weight: normal;
        font-size: 11px;
    }
    .menu li.has-child .sub-menu li:hover a{
        background: none;
        opacity: 0.5;
    }
    /* Menu */

    /* Content */
    .content {
    height:auto
    }
    /* Content */
    
    /* Slide Show */
    .slideshow {
    float: left;
    width:990px;
    height:343px;
    margin-top: 8px;
    }
    /* Slide Show */

    /* Jackpot */
    .jackpot {
    float: left;
    width: 100%;
    margin-top: 5px;
    }
    
    .poker-number,.domino-number {
    width:489px;
    height:140px;
    font-family:Zurich;
    font-size:35px;
    font-weight: bold;
    color:#fff;
    letter-spacing:2px;
    text-align: center;
    padding-top: 75px;
    }
    
    .poker-number {
    float: left;
    background:url(../../images/poker.png) center no-repeat;
    }
    
    .domino-number {
    float: right;
    background:url(../../images/domino.png) center no-repeat;
    }
    /* Jackpot */
    
    /* Fivelast */
    .transaction-table {
    float:left;
    width:990px;
    height:234px;
    background:url(../../images/fivelast-bg.png) center no-repeat;
    margin-top: 10px
    }

    .deposit, .withdraw{
    width: 100%;
    text-align: center;
    font-family: Zurich;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    vertical-align: middle;
    }

    .deposit span:first-child, .withdraw span:first-child{
    font-size: 40px;
    margin-right: 5px;
    }
    
    #five-last {
    width:358px;
    height:200px;
    background:url(../../images/fivelast.png) center no-repeat;
    position:relative;
    margin: 15px 0 0 10px;
    }
    
    #little-table {
    width:92%;
    height:auto;
    position:absolute;
    left:20px;
    top:50px;
    text-align: center
    }
    
    #little-table tbody tr td {
    color:#fff;
    font-family:RobotoSlab;
    font-size:14px;
    padding-top: 5px;
    }

    #little-table tbody tr td img{
    vertical-align: middle;
    }

    #little-table tbody tr td:nth-child(3){
    color: #dcd13f;    
    }
    
    /* Fivelast */

    /* Contact */
    .contact-wrap{
    float: right;
    width: 237px;
    height: 201px;
    background:url(../../images/contact.png) center no-repeat;
    margin: 15px 10px 0 0;
    }

    .contact {
    float:left;
    margin:7px 0 0 50px;
    }
    
    .contact li {
    float: left;
    margin-top: 11px;
    }
    .contact li:first-child{
    margin-left: 0;
    }
    
    .contact li a {
    float:left;
    text-decoration:none;
    color:#fff;
    text-align:center;
    font-family: Zurich;
    }

    .contact li a img{
    vertical-align: middle;
    }
    
    .contact li a span{
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 12px 0 0 10px;
    }
    /* Contact */
    
    /* Content Text */
    .content-text {
    float:left;
    width: 990px;
    height: 109px;
    background:url(../../images/content.png) center no-repeat;
    display:block;
    margin:10px 0 0;
    text-align:center
    }
    
    .content-text h1 {
    font-family:Zurich;
    font-size:20px;
    font-weight:700;
    color: #dcd13f;
    margin-top:10px;
    }
    
    .content-text p {
    font-family:RobotoSlab;
    font-size:12px;
    color:#fff;
    line-height:20px;
    margin-top:10px;
    padding:0 5px;
    }

    .content-text p span{
    font-weight: bold;
    }
    /* Content Text */

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

    .bank{
    float: left;
    margin: 20px 0 20px 20px;
    }

    .copyright{
    float: right;
    font-family: RobotoSlab;
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin: 25px 30px 0 0;
    }
    .text-content{
        border:1px solid #363435;
        padding: 20px;
        background: rgba(0,0,0,0.7);
    }
    .text-content p{
        text-align: justify;
        line-height: 20px;
        color: #fff;
    }