/*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:#030200  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 Gothic.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: center;
    }
    /* Logo */

    /* menu */
    .menu-wrap {
        background: url(../img/menu.png) center no-repeat;
        width: 989px;
        text-transform: uppercase;
        height: 54px;
        text-align: center;
        margin: 0 auto 10px;
    }

    ul.menu {
        margin: 0px 0 0 30px;
    }
    
    ul.menu li {
        float: left;
        padding: 21px 41px;
    }

    ul.menu a {
        text-decoration: none;
        color: #49494c;
        font-weight: 600;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
    }

    ul.menu a:hover {
        text-shadow: 3px 1px 3px #4c4646;
        color: #fff;
    }

    .menu li:hover a {
    -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: 10px 0 10px 0px;
    width: 84%;
    text-align: center;
    }
    form.my-form input[name="txtUserName"],form.my-form input[name="number"],form.my-form input[name="txtPassword"],form.my-form input[name="txtCode"] {
        width: 192px;
        height: 26px;
        background-color: #e0e0e0;
        border: 1px solid #9c9292;
        border-radius: 5px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 14px;
        color: #5a5757;
        outline: none;
        margin: 0px 5px 15px 0px;
        text-align: center;
        text-align: left;
        padding: 0 7px;
    }

    #Text1{
        width: 192px;
        height: 26px;
        background-color: #e0e0e0;
        border: 1px solid #9c9292;
        border-radius: 5px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 14px;
        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: Century Gothic;
        color: #f6c15bb5;

    }

    .numbercode{
        background: none;
        border: none;
        font-size: 20px;
        margin: 0;
        width: 66px;
        font-family: Century Gothic;
        margin-left: 5px;
        margin-right: 10px;
        color: #f6c15bb5;
    }
    
    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: #c9963ef7;
        border: 1px solid #b28c4c;
        font-weight: bold;
        border-radius: 6px;
        text-shadow: -3px 1px 2px #e5c037;
        font-size: 15px;
        font-family: Century Gothic;
        cursor: pointer;
        text-align: center;
    }

    #btnSignIn{
        height: 28px;
        width: 85px;
        background: #c9963ef7;
        border: 1px solid #b28c4c;
        font-weight: bold;
        border-radius: 6px;
        text-shadow: -3px 1px 2px #e5c037;
        font-size: 15px;
        font-family: Century Gothic;
        margin-right: 5px;
        cursor: pointer;
        text-align: center;
    }
    
    .btnDaftar {
        margin: 0;
        background: url(../img/daftar.png) center ;
        width: 181px;
        height: 43px;
        position: relative;
        right: 55px;
        cursor: pointer;
        
    }

    .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-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: 30px;
        font-size: 16px;
        color: #FFFFFF;
        padding-top: 8px;
    }

    .annTitle {
        float: left;
        width: 60px;
        padding-left: 10px;
    }

    .runText {
        float: left;
        width: 650px;
    }

    /* 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: #0f0e098a;
        border-radius: 6px;
        margin: -76px auto 0;
    }

    ul.transaction {
        float: left;
    }
    
    ul.transaction li {
        float: left;
        padding: 25px 30px;
        color: white;
        text-shadow: 0 0 2px #E91E63;
        font-family: Arial, Helvetica, sans-serif;
    }

    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: -40px auto 0;
        line-height: 13px;
        font-size: 13px;
        color: #ffc321a6;
        font-family: Arial, Helvetica, sans-serif;
       
    }

    p.play-now {
        color: #e4e4e4;
        margin: 0 auto 15px;
    }

    .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: 0px 0 0 75px;
        -webkit-animation: rotation 3s linear infinite;
        -moz-animation: rotation 2s linear infinite;
        -ms-animation: rotation 2s linear infinite;
        position: absolute;
    }

    @-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: 12px;
    }
    ul.contact-us li:nth-of-type(5) {
        padding-left: 65px;
    }

    ul.contact-us a {
        text-decoration: none;
        color: #e3e3e3;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif
    }

    ul.contact-us p {
        font-size: 30px;
        font-weight: 700;
        font-family: Century Gothic;
    }

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

    .footer-bg{
        background: 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-size: 15px;
        color:  #bbb6b4;
        text-align: center;
        margin: 10px 0;
    }
    /* /copyright */
