/*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:BreatheFire;
    src:url(../font/Breathe-Fire.otf)
    }
    
    h1 {
    font-size:24px
    }
    
    h2 {
    font-size:22px
    }
    
    h3 {
    font-size:18px
    }
    
    h4 {
    font-size:16px
    }
    
    h5 {
    font-size:12px
    }
    
    h6 {
    font-size:10px
    }
    
    /* Contact */
    .contact-wrap{
    position: fixed;
    top: 340px;
    z-index: 999;
    width: 209px;
    height: 313px;
    background:url(../../images/contact.png) center no-repeat;
    padding: 0 0 0 15px;
    }
    .contact {
    float:right;
    margin:50px 0 0 0px;
    
    }
    
    .contact li {
    width:100%
    }
    
    .contact li a {
    float:left;
    width: 118px;
    text-decoration:none;
    color:#000;
    text-align:center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-top:30px
    }
    
    .contact li a img {
    float:left
    }

    .contact li a div.contact-img{
    float: left;
    }
    .contact li a div.contact-img img{
    margin-bottom: 3px;    
    }
    .contact li a div.contact-img div{
    font-size: 7px;
    color: #000;    
    font-weight: bold;
    }
    
    .contact li a div.contact-text {        
    float:left;
    font-size:8px;
    font-weight: bold;
    text-align:left;
    margin:5px 0 0 5px
    }

    .contact li:last-child a div.contact-text{
    margin-left: 5px;
    }
    /* Contact */

    /* Menu */
    .menu-wrap {
    float: left;
    width:134px;
    height:309px;
    }
    .style{
    position: fixed;
    top: 180px;
    z-index: 999;
    }
    .top{
    width: 134px;
    height: 39px;
    background: url(../../images/top.png) center no-repeat;
    }
    .bottom{
    width: 134px;
    height: 13px;
    background: url(../../images/style.png) center no-repeat;
    }

    .menu-content{
    width:134px;
    height: 259px;
    background: url(../../images/hover.png) center no-repeat;
    }

    .menu {
    margin-top: 53px;    
    text-align: center;
    }
    
    .menu li {
    text-align:center;
    margin-top: 14px;
    }
    
    .menu li a {
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight: bold;
    color:#000;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase
    }
    
    .menu li:hover a {
    border-bottom: 2px solid #000;
    }
    /* Menu */

    /* Bank */
    .bank-wrap{
    float: right;
    }

    .bank-title{
    font-family: BreatheFire;
    font-size: 19px;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    }

    .bank {
    text-align: center;
    margin-top: 25px;
    }
    
    .bank li {
    margin-top:18px
    }
    /* Bank */
    
    /* Header */
    .header {
    height:auto
    }
    /* Header */
    
    /* Logo */
    .logo {
    width: 600px;
	height: 115px;
    margin:0 auto;
    display: block;
    margin-top: -45px;
    }
    .logo img{
        width: inherit;
        height: 115px;
    }
    /* Logo */

    /* Form */
    form.my-form {
    width: 530px;
    display: block;
    margin:0 auto;
    margin-top: 55px;
    }
    
    form.my-form div {
    float:left;
    width:108px;
    height:24px;
    background:url(../../images/textbox.png) center no-repeat;
    position:relative;
    margin:1px 3px 0
    }
    
    form.my-form img {
    position:absolute;
    top:6px;
    left:10px
    }
    
    form.my-form input[name="txtUsername"],form.my-form input[name="txtPassword"] {
    float:right;
    width:80px;
    height:24px;
    background:none;
    border:none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:9px;
    color:#000000;
    outline:none;
    padding:2px 0 0 10px
    }
    
    form.my-form input:focus {
    outline:none
    }
    
    form.my-form input::-webkit-input-placeholder {
    color:#000000;
    }
    
    .btnLogin,.btnDaftar {
    float:left;
    width:108px;
    height:25px;
    border:none;
    text-align:center;
    display:block
    }
    
    .btnLogin {
    background:url(../../images/login.jpg) center no-repeat
    }
    
    .btnDaftar {
    background:url(../../images/daftar.jpg) center no-repeat
    }
    
    .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 */

    /* Running Text */
    .marquee-div {
    float:left;
    width:60%;
    height:33px;
    margin: 20px 0 0 230px
    }
    
    .info {
    float:left;
    color: #fff;
    font-family: BreatheFire;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin:0 0 0 0;
    }
    
    #runningText {
    width:80%;
    float:left;
    color:#fff;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-style:italic;
    margin:3px 0 0 0;
    }
    /* Running Text */

    /* Content */
    .content {
    height:auto
    }
    /* Content */
    
    /* Slide Show */
    .slideshow {
    float:left;
    width:990px;
    height:326px
    }
    /* Slide Show */
    
    /* Jackpot */
    .jackpot {
    width:990px;
    height:171px;
    }
    
    .left-number,.right-number {
    font-family:Play;
    font-size:41px;
    font-weight:bold;
    color:#fff;
    letter-spacing:4px;
    margin:90px 0 0 0
    }
    
    .left-number {
    float:left;
    margin-left:50px
    }
    
    .right-number {
    float:right;
    margin-right:50px
    }
    /* Jackpot */
    
    /* Fivelast */
    .fivelast-title {
    float:left;
    margin-top:10px
    }
    
    .transaction-table {
    float:left;
    width:990px;
    height:230px;
    background:url(../../images/fivelast.png) center no-repeat;
    margin-top:5px
    }
    
    #five-last {
    width:322px;
    height:230px;
    position:relative
    }
    
    #five-last:first-child {
    margin-left:0
    }
    
    #five-last:last-child {
    margin-left:0
    }
    
    #five-last:last-child #little-table{
        left: 40px;
    }
    
    #little-table {
    width:95%;
    height:auto;
    position:absolute;
    left:30px;
    top:80px
    }
    
    #little-table tbody tr td {
    height:29px;
    color:#9d9d9d;
    font-family:arial;
    font-size:12px
    }
    
    #little-table tbody tr td:last-child {
    color:#fff;    
    }
    /* Fivelast */
    
    /* Content Text */
    .content-text {
    float:left;
    display:block;
    margin:10px 0 0;
    text-align:center
    }
    
    .content-text h1 {
    font-family:BreatheFire;
    font-size:20px;
    font-weight:700;
    background:linear-gradient(#c61f25 25%,#ff1c35,#ff1c35 75%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    margin-top:20px;
    text-transform:uppercase
    }
    
    .content-text p {
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    color:#9d9d9d;
    line-height:25px;
    text-shadow:2px 2px 5px #000;
    margin-top:10px;
    padding:0 80px;
    }
    /* Content Text */

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

    .copyright{
        color: #fff;
        font-family: Play;
        font-size: 12px;
        width: 100%;
        text-align: center;
        margin: 20px 0 20px 0;
    }