/*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:1000px!important;
    margin:0 auto;
    position:relative
    }
    
    body {
    background:#fff  url(../img/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: Kievit;
    src:url(../font/Kievit-Italic.ttf)
    }
    @font-face {
    font-family: Century Gothic;
    src:url(../font/Century%20Gothic.ttf)
    }

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

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

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

     /* Logo */
    .logo {
        display: block;
        text-align: left;
        position: absolute;
        padding-top: 10px;
    }
    .logo img{
        max-width: 300px;
    }
    /* Logo */

    /* menu */
    .menu-wrap {
        background: url(../img/menu.png) center no-repeat;
        width: 1000px;
        text-transform: uppercase;
        height: 80px;
        text-align: center;
    }

    ul.menu {
        margin-left: 75px;
    }
    
    ul.menu li {
        float: left;
        padding-top: 38px;
        padding-left: 50px;
    }

    ul.menu a {
        text-decoration: none;
        color: #003569;
        font-weight: 600;
        font-size: 14px;
        font-family: Kievit;
    }

    ul.menu a:hover {
        color: #006697;
    }

    /* .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%
    }
    }
    /* /Menu */

    /* Form */
    form.my-form {
    padding-top: 40px;
    width: 84%;
    text-align: right;
    float: right;
    }
    form.my-form input[name="txtUsername"],form.my-form input[name="txtPassword"],form.my-form input[name="txtPasswordLabel"],form.my-form input[name="txtCode"] {
        width: 130px;
        height: 26px;
        background-color: #e0e0e0;
        border: 1px solid #003569;
        border-radius: 5px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        color: #5a5757;
        outline: none;
        margin: 0px 5px 15px 0px;
        text-align: center;
        text-align: left;
        padding: 0 7px;
    }

    #Text1{
        width: 130px;
        height: 26px;
        background-color: #e0e0e0;
        border: 1px solid #003569;
        border-radius: 5px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        color: #5a5757;
        outline: none;
        margin: 0px 5px 5px 0px;
        text-align: center;
        text-align: left;
        padding: 0 7px;
    }

    form.my-form input[name="txtCode"]{
        width: 65px;
        text-align: center;
    }
    form.my-form input[name="number"]{
        background: none;
        border: none;
        font-size: 20px;
        margin: 0;
        width: 66px;
        font-family: Arial, Helvetica, sans-serif;
        color: #f6c15bb5;

    }

    .numbercode{
        background: none;
        border: none;
        font-size: 20px;
        margin: 0;
        font-family: kievit;
        margin-left: 5px;
        margin-right: 5px;
        color: #003569;
    }
    
    form.my-form input:focus {
    outline:none
    }
    
    form.my-form input::-webkit-input-placeholder {
    color:#b1b1b1
    }
    
    /*form.my-form input[name="login"],form.my-form input[name="daftar"]{
        height: 28px;
        width: 85px;
        background: linear-gradient(#006697, #003569);
        border: 1px solid #003569;
        font-weight: bold;
        border-radius: 6px;
        color : #fff;
        text-shadow: -1px 1px 2px #003569;
        font-size: 15px;
        font-family: Century Gothic;
        cursor: pointer;
        text-align: center;
    }

    #btnSignIn{
        height: 28px;
        width: 85px;
        background: linear-gradient(#006697, #003569);
        border: 1px solid #003569;
        font-weight: bold;
        border-radius: 6px;
        color : #fff;
        text-shadow: -1px 1px 2px #003569;
        font-size: 15px;
        font-family: Century Gothic;
        margin-right: 5px;
        cursor: pointer;
        text-align: center;
    } */
    
    .btnDaftar {
        width: 120px;
        height: 40px;
        border: none;
        background: url(../img/btn.png) center no-repeat;
        font-family: kievit;
        color: #003569;
        font-size: 18px;
        cursor: pointer;
        text-transform: uppercase;
        
    }

    .btnLogin {
        width: 120px;
        height: 40px;
        border: none;
        background: url(../img/btn.png) center no-repeat;
        font-family: kievit;
        color: #003569;
        font-size: 18px;
        cursor: pointer;
        text-transform: uppercase;
    }

    .btnDaftar{
    -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;
    }

    .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;
    } 

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

    /* Running Text */
    .marquee {
        font-size: 16px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
    }
    .marquee-div {
        width: 100%;
        height: auto;
        color: #fff;
        margin: 0 auto;
        padding: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }
    .marquee-div p {
        font-size: 13px;
        width: 28px;
        float: left;
        margin: -8px 0 0 10px;
        font-family: Arial, Helvetica, sans-serif;
        text-shadow: 0px 0px 0px #000;
    }

    #runningText {
    width: 95%;
    float: right;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: -8px 0 0 0;
    }
    /* Running Text */

    .center {
        float: left;
        height: 35px;
        font-size: 16px;
        color: #003569;
        padding-left: 65px;
    }

    .annTitle {
        float: left;
        width: 60px;
        padding-left: 10px;
        font-family: Kievit;
        font-weight: bold;
    }

    .runText {
        float: left;
        width: 800px;
        color: #003569;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
    }

    /* Content */
    .content {
    height:auto
    }
    /* Content */
    
    /* Slide Show */
    .slideshow {
        width: 990px;
        height: auto;
        margin: -5px auto 40px;
    }
    /* Slide Show */

    /* transaction */
    .transaction-wrap {
        width: 568px;
        height: 110px;
        background: rgba(0,31,61,0.4);
        border-radius: 6px;
        margin: -26px auto 0;
    }

    .jarak {
        padding-left: 10px !important;
    }

    ul.transaction {
        float: left;
    }

    .transaction img{
        max-height: 65px;
    }
    
    ul.transaction li {
        float: left;
        padding: 25px 20px;
        font-size: 18px;
        color: #003569;
        font-family: kievit;
    }

    ul.transaction img {
        vertical-align: middle;
    }


    /* sport */
    .sport-wrap {
        margin: 0 auto 0;
    }
    .casino-online,.sportsbook,.poker,.bolatangkas,.togel-onlline {
        float: left;
        width: 22%;
        text-align: center;
        margin: -30px auto 0;
        line-height: 13px;
        font-size: 13px;
        color: #003569;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    p.play-now {
        color: #006697;
        margin: 0 auto 15px;
        font-weight: bold;
    }

    .casino-online h3,.sportsbook h3,.bolatangkas h3{
        margin: 0 0 0px -20px;
    }

    .sportsbook,.detail-center {
        float: left;
        width: 50%;
        margin: 10px 0 0 40px;
    }

    .sportsbook-circle{
        float: left;
        width: 359px;
        height: 359px;
        background: url(../img/circle.png) center no-repeat;
        margin: 5px 0 0 5px;
        -webkit-animation: rotation 3s linear infinite;
        -moz-animation: rotation 2s linear infinite;
        -ms-animation: rotation 2s linear infinite;
        position: absolute;
    }

    .sport-detail {
        color : #003569;
        font-weight: bold;
    }

/* zoom */
.zoom2 li{
    display: inline;
    padding: 0 20px;
}
.zoom2 li:first-child{
    padding-left: 0;
}
.zoom2 li:last-child{
    padding-right: 0;
}
.zoom2 li {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}  
.zoom2 li:hover,
.zoom2 li:focus,
.zoom2 li:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* zoom */
.zoom li{
    display: inline;
    padding: 0 20px;
}
.zoom li:first-child{
    padding-left: 0;
}
.zoom li:last-child{
    padding-right: 0;
}
.zoom li {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}  
.zoom li:hover,
.zoom li:focus,
.zoom li:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

    @-webkit-keyframes rotation {
        0%   { -webkit-transform: rotate(0deg); }
        100% { -webkit-transform: rotate(360deg); }
    }
    @-moz-keyframes rotation {
        0%   { -moz-transform: rotate(0deg); }
        100% { -moz-transform: rotate(360deg); }
    }
    @-ms-keyframes rotation {
        0%   { -ms-transform: rotate(0deg); }
        100% { -ms-transform: rotate(360deg); }
    }
    

    .poker,.togel-onlline {
        float: right;
    }

    .bolatangkas,.togel-onlline {
        width:18%;
        margin: -150px 0 0 0;
    }

    .bolatangkas{
        width: 22%;
    }

    .detail-center {
        color: #fff;
        width: 58%;
        text-align: center;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        margin: 15px 0 0 0px;
    }
    /*/ sport */

    /* Contact */
    .contact-us-wrap {
        background: #c99946;
        border-radius: 10px;
        border: 1px solid #d9b983;
        margin: 0 auto 20px;
    }

    .contact-title {
        float: left;
        width: 166px;
        height: 44px;
        background: #2d0d01;
        padding: 7px;
        margin: 5px 0 0 3px;
        text-align: center;
        border-radius: 10px;
    }
    ul.contact-us li {
        float: left;
        padding:5px 18px;
    }

    ul.contact-us li:nth-of-type(3) {
        padding-left: 60px;
        padding-top: 15px;
    }

    ul.contact-us li:nth-of-type(4) {
        width: 84px;
        padding-top: 6px;
    }
    ul.contact-us li:nth-of-type(5) {
        padding-left: 130px;
    }

    ul.contact-us a {
        text-decoration: none;
        color: #003569;
        font-size: 15px;
        font-family: kievit;
    }

    ul.contact-us p {
        font-size: 30px;
        font-weight: 700;
        font-family: kievit;
        color: #ffffff;
        letter-spacing: 5px;
    }

    ul.contact-us img {
        vertical-align: middle;
        margin-right: 5px;
    }
    /* Footer */
    .footer {
    height:auto;
    text-align: center;
    }

    .footer-bg{
        background: #fff url(../img/footer.png) center no-repeat;
        width: 100%;
        height: 86px;
    }

    .client {
        float: left;
        width: 40%;
        margin: -5px 0 0 166px;
    }

    ul.social {
        float: right;
        width: 30%;
        margin: -3px 0 0 0;
    }
    
    ul.social li {
        float: left;
        padding: 0 10px;
    }
    /* copyright */
    .copyright{
        float: right;
        width: 92%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 15px;
        color:  #003569;
        text-align: center;
        margin: 10px 0;
    }
    /* /copyright */
