/*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;
        height: 124px;
        float: left;
        padding-left: 365px;
    }
    /* Logo */

    /* menu */
    .menu-wrap {
        background: url(../img/menu-wrap.png) center no-repeat;
        width: 990px;
        height: 75px;
        text-align: center;
        margin: 0 auto 20px;
    }

    ul.menu {
        margin: 0px 0 0 30px;
    }
    
    ul.menu li {
        float: left;
        padding: 20px 26px;
    }

    ul.menu a {
      text-transform: uppercase;
        text-decoration: none;
        color: #000;
        font-weight: 600;
        font-size: 18px;
        font-family: Arial; 
    }

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

    /* .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 {
        width: 28%;
        text-align: center;
        float: right;
        margin: 25px auto 0;
    }
    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: 100px;
        height: 32px;
        background: url(../img/user.png) center no-repeat;
        border-radius: 5px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 14px;
        color: #5a5757;
        outline: none;
        margin: 0px 5px 5px 5px;
        padding: 0 3px;
        border: none;
        padding-left: 25px;
    }

    #Text1{
      width: 100px;
        height: 32px;
        background: url(../img/password.png) center no-repeat;
        border-radius: 5px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 14px;
        color: #5a5757;
        outline: none;
        margin: 0px 5px 5px 5px;
        padding: 0 3px;
        border: none;
        padding-left: 25px;
  }

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

    form.my-form input[name="number"],form.my-form input[name="txtCode"]{
        border: none;
        font-size: 16px;
        margin: 5px auto 0px;
        width: 55px;
        font-family: Century Gothic;
        color: #3c3c3c;
        font-weight: 700;
        background: white;
        border-radius: 9px;
        padding-left: 7px;
        text-align: center;
    }
    
    .numbercode{
        height: 32px;
        border: none;
        font-size: 16px;
        margin: 5px auto 0px;
        width: 55px;
        font-family: Century Gothic;
        color: #3c3c3c;
        font-weight: 700;
        background: white;
        border-radius: 9px;
        padding: 8px 10px 8px 10px;
        text-align: center;
    }
   
    form.my-form input:focus {
    outline:none
    }
    
    form.my-form input::-webkit-input-placeholder {
    color:#b1b1b1
    }
    
    form.my-form input[name="btnSignIn"],form.my-form input[name="daftar"]{
        height: 28px;
        width: 100px;
        background-image: linear-gradient(#ca9941, #ffe391, #bf973d);
        border: 1px solid #cfa049;
        border-radius: 3px;
        text-shadow: -3px 1px 2px #e4be69;
        font-size: 16px;
        font-family: Century Gothic;
        cursor: pointer;
        text-align: center;
        font-weight: 800;
    }
    
    .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: 55%;
        height: auto;
        color: #fff;
        margin: 0 auto;
        padding: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }
    .marquee-div p {
        width: 10%;
        float: left;
        margin: -6px 0 0 10px;
        font-family: Arial, Helvetica, sans-serif;
        text-shadow: 0px 0px 0px #000;
    }

    .runningText {
        width: 92%;
        float: right;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        margin: -18px 0 0 0;
        color: #000;
        font-weight: 600;
    }
    /* Running Text */

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

    /* contact */
    ul.contact {
        margin: 25px auto 20px;
    }

    .contact li{
        background: url(../img/contact-bg.png) center no-repeat;
        width: 194px;
        height: 67px;
        float: left;
        padding: 11px 8px;
        margin: 0 0 0 6px;
    }

    ul.contact p {
        text-align: center;
        padding: 0 0 0 51px;
        color: #000;
        font-weight: 600;
        font-family: Arial;
        font-size: 17px;
    }
    /* ./contact */

    /* sport */
    .sport-wrap {
        margin: 0 auto 0;
        position: relative;
        left: 50px;
    }
    .line{
        background: url(../img/vichtor.png) center no-repeat;
        height: 346px;
        position: relative;
        top: 193px;
        left: -68px;
    }
    .sportsbook,.poker,.casino-online,.bolatang,.togel-onlline{
        background: url(../img/sport-bg.png) center no-repeat;
    }
    
    .hover-div:hover {
        background:url(../img/sportshover.png)center no-repeat;
        transition: 0.2s;
    } 

   .sportsbook,.poker{
        float: left;
        width: 45%;
        text-align: center;
        margin: -58px auto 0;
       
    }
    
    .poker {
        position: relative;
        z-index: 1;
        top: 65px;
        left: 17px;
    }

    .casino-online{
        float: right;
        position: relative;
        bottom: 261px;
        right: 230px;
    }

    .bolatang {
        float: right;
        margin: -92px -161px 0px 0;
        position: relative;
    }

    .sportsbook{
        float: left;
        width: 83%;
        margin: -60px 0 0 0;
        position: relative;
        top: 64px;
        background: url(../img/sport-bg.png) center  no-repeat;
    
    }

    .togel-onlline {
        float: left;
        width: 22%;
        position: relative;
        left: -45px;
        bottom: 8px;
    }

    /* Footer */
    .footer {
        height:auto;
        text-align: center;
    }

    .content-detail {
        color: #fff;
        font-size: 18px;
        line-height: 35px;
        font-family: Arial;
        text-align: center;
    }

    .banks{
        background: url(../img/bank.png?v=1) center no-repeat;
        width: 990px;
        height: 59px;
    }
    /* copyright */
    .copyright{
        float: right;
        width: 92%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        color:  #bbb6b4;
        text-align: center;
        margin: 10px 0;
    }
    /* /copyright */

    /* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
    to {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
  }
  @keyframes hvr-pulse-grow {
    to {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
  }
  .hvr-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }

  /* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
    16.65% {
      -webkit-transform: translate(8px, -8px);
      transform: translate(8px, -8px);
    }
    33.3% {
      -webkit-transform: translate(-6px, 6px);
      transform: translate(-6px, 6px);
    }
    49.95% {
      -webkit-transform: translate(4px, -4px);
      transform: translate(4px, -4px);
    }
    66.6% {
      -webkit-transform: translate(-2px, 2px);
      transform: translate(-2px, 2px);
    }
    83.25% {
      -webkit-transform: translate(1px, -1px);
      transform: translate(1px, -1px);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @keyframes hvr-wobble-to-top-right {
    16.65% {
      -webkit-transform: translate(8px, -8px);
      transform: translate(8px, -8px);
    }
    33.3% {
      -webkit-transform: translate(-6px, 6px);
      transform: translate(-6px, 6px);
    }
    49.95% {
      -webkit-transform: translate(4px, -4px);
      transform: translate(4px, -4px);
    }
    66.6% {
      -webkit-transform: translate(-2px, 2px);
      transform: translate(-2px, 2px);
    }
    83.25% {
      -webkit-transform: translate(1px, -1px);
      transform: translate(1px, -1px);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  .hvr-wobble-to-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
    -webkit-animation-name: hvr-wobble-to-top-right;
    animation-name: hvr-wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
