  html body {
    overflow-x: hidden;
  }

  body {
    text-align: center;
  }

  @keyframes anim-glow {
    0% {
      box-shadow: 0 0 rgba(#fff, 1);
    }

    100% {
      box-shadow: 0 0 10px 8px transparent;
      border-width: 2px;
    }
  }

  .downTopbar {
    margin: 5px 0px 15px 0px;
  }

  header {
    position: absolute;
    left: 0px;
    top: 0px;
    min-height: 60px;
    z-index: 99999;
    background: #280e5b;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  header .hbc-first {
    position: absolute;
    left: 0px;
    width: 70px;
    height: 60px;
    margin: 0px;
    padding: 0px;
  }

  header .hbc-first .icons-bars {
    float: left;
    display: block;
    width: auto;
    height: 50px;
    padding: 0px;
    margin: 0px 5px 0px 5px;
    text-align: center;
    padding: 5px 10px;
    text-align: center;
    position: relative;
    cursor: pointer;
  }

  header .hbc-first .icons-bars i {
    font-size: 31px;
    color: #fff;
  }

  header .hbc-first .icons-bars:hover>i {
    color: #FAC609;
  }

  header .hbc-first .icons-bars svg {
    width: 50px;
    height: 50px;
    color: #FAC609;
  }

  .buttonNav {
    border-radius: 30px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: '__Nunito_a5af48', '__Nunito_Fallback_a5af48';
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0;
    background: transparent;
    color: #EFF0F7;
    height: 50px;
    width: 50px;
    margin: 14px 0px 10px 10px;
  }



  header .hbc-second {
    position: absolute;
    left: 70px;
    width: 280px;
    height: 60px;
    margin: 0px;
    padding: 0px;
  }

  header .hbc-second a {
    position: relative;
    overflow: hidden;
    display: block;
    top: 0px;
    margin: 0px auto 0px auto;
    width: 100%;
    height: 100%;
    text-decoration: none;
    line-height: 0;
    text-align: center;
  }

  header .hbc-second a img {
    height: 75px;
    display: block;
    margin: -6px 0px 0px 0px;
  }

  header .hbc-second a .box-clogo {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url('../images/_bg-spri.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 280px 65px;
  }

  #clogo {
    position: absolute;
    top: -3px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    border: none;
    display: block;
    width: 210px;
    height: 60px;
  }


  header .hbc-third {
    position: absolute;
    left: 360px;
    width: 800px;
    height: 60px;
    margin: 0px;
    padding: 0px;
  }

  header .hbc-third .topnav {
    width: 100%;
    height: 60px;
    margin: 0px 0px;
    display: block;
    position: relative;
  }

  header .hbc-third .topnav .acoins {
    float: left;
    display: block;
    width: auto;
    padding: 0px;
    margin: 9px 10px 0px 10px;
    text-align: center;
    animation: anim-glow 2s ease infinite;
  }

  header .hbc-third .topnav .acoins strong {
    float: left;
    color: #FAC609;
    font-size: 31px;
    padding: 0px;
    margin: 10px 5px;
  }

  header .hbc-third .topnav .acoins img {
    float: left;
    width: 40px;
    height: 40px;
    margin: 2px 5px;
  }

  header .hbc-third .topnav .icons-nav {
    position: relative;
    float: left;
    display: block;
    padding: 10px 5px 10px 5px;
    margin: 0px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    background: none;
  }

  header .hbc-third .topnav .icons-nav i {
    color: #773db5;
    float: left;
    font-size: 21px;
    padding: 5px 6px;
    margin: 4px 0px;
    text-align: center;
    background: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }

  /* Sweep To Bottom */
  .hvr-sweep-to-bottom {
    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);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #35137a;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .hvr-sweep-to-bottom:hover:before,
  .hvr-sweep-to-bottom:focus:before,
  .hvr-sweep-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }


  header .hbc-third .topnav .icons-nav:hover i {
    background: none;
    color: #FAC609;
    border-radius: 50%;
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
  }

  header .hbc-third .topnav .icons-nav strong {
    color: #fff;
    float: left;
    font-size: 18px;
    padding: 5px 5px;
    margin: 3px 3px;
    text-align: left;
  }

  header .hbc-third .topnav .icons-nav .c1 {
    color: ;
  }

  header .hbc-third .topnav .avatar {
    position: relative;
    float: left;
    width: 40px;
    height: 38px;
    display: block;
    padding: 0px;
    margin: 6px 10px 6px 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 50%;
    border: solid 4px #491487;
    background: #280e5b;
  }

  header .hbc-third .topnav .avatar img {
    width: 40px;
    height: 40px;
  }

  header .hbc-third .topnav .avatar i {
    position: absolute;
    top: 6px;
    left: 7px;
    font-size: 18px;
    color: #491487;
    opacity: 0.7;
    padding: 5px;
    margin: 0px 0px;
  }

  header .hbc-third .topnav .icons-nav-active {
    position: relative;
    border-bottom: solid 2px #FAC609;
    background: #491487;
    float: left;
    display: block;
    padding: 9px 5px 9px 5px;
    margin: 0px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
  }

  header .hbc-third .topnav .icons-nav-active i {
    color: #fff;
    float: left;
    font-size: 21px;
    padding: 5px 6px;
    margin: 4px 0px;
    text-align: center;
    background: none;
  }

  header .hbc-third .topnav .icons-nav-active:hover i {
    background: noen;
    color: #FAC609;
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
  }

  header .hbc-third .topnav .icons-nav-active strong {
    color: #FAC609;
    float: left;
    font-size: 18px;
    padding: 5px 5px;
    margin: 3px 3px;
    text-align: left;
  }



  /* Bob */
  @-webkit-keyframes hvr-bob {
    0% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }

    50% {
      -webkit-transform: translateY(-4px);
      transform: translateY(-4px);
    }

    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
  }

  @keyframes hvr-bob {
    0% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }

    50% {
      -webkit-transform: translateY(-4px);
      transform: translateY(-4px);
    }

    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
  }

  @-webkit-keyframes hvr-bob-float {
    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
  }

  @keyframes hvr-bob-float {
    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
  }

  header .hbc-third .topnav .icons-nav:hover strong {
    color: #FAC609;
  }

  header .hbc-third .topnav .icons-nav:hover>i {
    color: #fff;
  }

  header .hbc-third .topnav .avatar:hover {
    border: solid 4px #FAC609;
  }

  header .hbc-four {
    /* position: absolute; */
    right: 0px;
    top: 0px;
    /* width: 450px; */
  }

  header .hbc-four .topnav .right-nav {
    float: right;
    width: 450px;
    height: 100%;
    text-align: center;
  }

  header .hbc-four .topnav .right-nav .btn-search {
    background: #491487;
    float: right;
    display: block;
    padding: 3px 7px;
    margin: 9px 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 23px;
  }

  header .hbc-four .topnav .right-nav .btn-search i {
    color: #fff;
    float: left;
    font-size: 21px;
    padding: 5px 6px;
    margin: 4px 0px;
    text-align: center;
  }

  header .hbc-four .topnav .right-nav .resent-games {
    float: right;
    background: #491487;
    display: block;
    padding: 2px 10px;
    margin: 6px 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 23px;
  }

  header .hbc-four .topnav .right-nav .resent-games span {
    float: left;
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #280e5b;
    margin: 5px 2px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    text-align: center;
  }

  header .hbc-four .topnav .right-nav .resent-games span i {
    font-size: 31px;
    color: #773db5;
    display: block;
    margin: 1px;
  }

  header .hbc-four .topnav .right-nav .resent-games a {
    float: left;
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #280e5b;
    border: solid 2px #280e5b;
    margin: 1px 2px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    text-align: center;
  }

  header .hbc-four .topnav .right-nav .resent-games a:hover {
    border: solid 2px #FAC609;
  }

  header .hbc-four .topnav .right-nav .resent-games a img {
    width: 100%;
    height: 100%;
  }

  header .hbc-four .topnav .right-nav .resent-games strong {
    float: left;
    display: block;
    color: #FAC609;
    font-size: 18px;
    padding: 9px 5px;
    margin: 1px 3px;
  }





  .bottbar {
    position: relative;
    display: block;
    margin: 60px 0px 0px 0px;
    width: 100%;
    height: 100px;
    text-align: center;
    background-repeat: repeat-x;
    background-position: top center;
  }

  .bottbar .bx-left {
    float: left;
    width: 0px;
    height: 100%;
    display: block;
    margin: 0px 0px 0px 0px;
  }

  .bottbar .bx-center {
    position: relative;
    width: 99%;
    height: 100%;
    display: inline-block;
    margin: 0px auto;
  }

  .bottbar .bx-center .rotgames-main {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 65px;
    margin: 10px auto 5px auto;
    padding: 6px 0px;
    background: #280e5b;
    border-radius: 6px;
    opacity: 0.0;
  }

  .bottbar .bx-center .min-sldmin-games {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 1890px;
    height: 96px;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    z-index: 999;
  }


  .bottbar .bx-center .min-sldmin-games .padleft {
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 14px;
    width: 50px;
    height: 70px;
    padding: 0px 0px;
    z-index: 999;
    cursor: pointer;
    text-align: center;
  }

  .bottbar .bx-center .min-sldmin-games .padleft i.ileft {
    font-size: 35px;
    color: #fff;
    position: absolute;
    left: -50px;
    top: 0px;
    width: 50px;
    height: 40px;
    padding: 15px 0px;
    z-index: 999;
    text-align: center;
    background: rgba(59, 6, 73, .5);

  }

  .bottbar .bx-center .min-sldmin-games .padright {
    position: absolute;
    overflow: hidden;
    right: 0px;
    top: 14px;
    width: 50px;
    height: 70px;
    padding: 0px 0px;
    z-index: 999;
    cursor: pointer;
    text-align: center;
  }

  .bottbar .bx-center .min-sldmin-games .padright i.iright {
    font-size: 35px;
    color: #fff;
    position: absolute;
    right: -60px;
    top: 0px;
    width: 50px;
    height: 40px;
    padding: 15px 0px;
    z-index: 999;
    text-align: center;
    background: rgba(59, 6, 73, .5);
  }

  .bottbar .bx-center .min-sldmin-games .btnleft {
    position: absolute;
    display: block;
    top: 0px;
    right: -60px;
    width: 40px;
    height: 20px;
    z-index: 98;
    padding: 4px 0px 0px 0px;
    text-align: center;
    background: #FAC609;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

  }

  .bottbar .bx-center .min-sldmin-games .btnleft i {
    font-size: 15px;
    color: #fff;
  }

  .bottbar .bx-center .min-sldmin-games .btnright {
    position: absolute;
    display: block;
    top: 0px;
    right: 15px;
    width: 40px;
    height: 20px;
    z-index: 98;
    padding: 4px 0px 0px 0px;
    text-align: center;
    background: #ddaf08;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .bottbar .bx-center .min-sldmin-games .btnright i {
    font-size: 15px;
    color: #fff;
  }

  .bottbar .bx-center .min-sldmin-games .btnleft:hover {
    opacity: 1;
    color: #280e5b;
  }

  .bottbar .bx-center .min-sldmin-games .btnright:hover {
    opacity: 1;
    color: #280e5b;
  }

  .bottbar .bx-center .min-sldmin-games .sldmin-games {
    width: 5000px;
    height: 70px;
    position: absolute;
    margin: 0px;
    padding: 0px;
    left: 0px;
    top: 13px;
    text-align: left;
  }



  .bottbar .bx-center .min-sldmin-games .sldmin-games a {
    display: block;
    float: left;
    width: 175px;
    height: 60px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    margin: 0px 3px;
    border: solid 4px #280e5b;
    border-radius: 86px;
    -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 97;

  }

  .bottbar .bx-center .min-sldmin-games .sldmin-games a:hover {
    border: solid 4px #591e99;
    color: #FAC609;
  }

  .bottbar .bx-center .min-sldmin-games .sldmin-games a:hover strong {
    color: #FAC609;
  }

  .bottbar .bx-center .min-sldmin-games .sldmin-games a .bgsha {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #441774;
  }


  .bottbar .bx-center .min-sldmin-games .sldmin-games a img {
    position: absolute;
    left: -10px;
    top: 0px;
    display: block;
    margin: 0px;
    width: 90px;
    height: 60px;
    opacity: 1;
    z-index: 999;
  }


  .bottbar .bx-center .min-sldmin-games .sldmin-games a strong {
    position: absolute;
    z-index: 3;
    width: 84px;
    padding: 10px 0px 10px 3px;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    display: table-cell;
    vertical-align: middle;
    display: inline-block;
    top: 50%;
    left: 85px;
    transform: translate(0px, -50%);
    color: #fff;
  }

  .bottbar .bx-center .min-sldmin-games .sldmin-games a span {
    position: absolute;
    z-index: 3;
    left: 76px;
    top: 30px;
    width: 90px;
    height: 15px;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 11px;
    text-align: left;
    color: #fff;
  }

  .bottbar .bx-center .min-sldmin-games .sldmin-games a span i {
    color: #FAC609;
  }


  /* Sweep To Right */
  .hvr-sweep-to-right {
    position: relative;
    width: 100%;
    height: 100% background:#441774;
    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);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #591e99;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .hvr-sweep-to-right:hover,
  .hvr-sweep-to-right:focus,
  .hvr-sweep-to-right:active {
    color: white;
  }

  .hvr-sweep-to-right:hover:before,
  .hvr-sweep-to-right:focus:before,
  .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }




  .bottbar .bx-center .min-sldmin-games .sldmin-games video {
    position: absolute;
    top: 0px;
    left: -25px;
    width: 250px;
    height: 110px;
    z-index: 9997;
  }

  .bottbar .bx-center .min-sldmin-games .sldmin-games .pausev {
    visibility: hidden;
  }

  .bottbar .bx-center .min-sldmin-games .sldmin-games .playv {
    visibility: visible;
  }


  .bottbar .bx-center .min-sldmin-games .sldmin-games a:hover {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
    z-index: 99;
  }




  h6:hover {
    -moz-animation-name: rotate 1s linear 1;
    -webkit-animation-name: rotate 1s linear 1;
    animation-name: rotate 1s linear 1;
  }

  @-moz-keyframes rotate {

    0%,
    100% {
      -moz-transform: rotate(0deg);
    }

    33% {
      -moz-transform: rotate(15deg);
    }

    66% {
      -moz-transform: rotate(-15deg);
    }
  }

  @-webkit-keyframes rotate {

    0%,
    100% {
      -webkit-transform: rotate(0deg);
    }

    33% {
      -webkit-transform: rotate(15deg);
    }

    66% {
      -webkit-transform: rotate(-15deg);
    }
  }

  @keyframes rotate {

    0%,
    100% {
      transform: rotate(0deg);
    }

    33% {
      transform: rotate(15deg);
    }

    66% {
      transform: rotate(-15deg);
    }
  }

  .bottbar .bx-right {
    display: none;
    float: right;
    width: 800px;
    height: 100%;
    margin: 0px 15px 0px 0px;
  }

  .bottbar .bx-right .ads-top {
    float: left;
    position: relative;
    width: 100%;
    height: 115px;
    margin: 6px auto;
  }

  .bottbar .bx-right .ads-top strong {
    float: left;
    color: #fff;
    text-align: center;
    font-size: 12px;
    width: 100%;
  }

  .bottbar .bx-right .ads-top .ads-top {
    float: left;
    width: 100%;
    min-height: 90px;
    height: auto;
    text-align: center;
  }


  .title {
    position: relative;
    float: left;
    margin: 10px auto 5px auto;
    padding: 5px 1%;
    display: block;
    min-height: 30px;
    width: 98%;
    color: #fff;
    font-size: 25px;
  }

  section.main-games {
    position: relative;
    display: block;
    margin: 0px auto 10px auto;
    min-height: 826px;
    width: 99%;
    border-radius: 6px;
    padding: 10px 0px;
    background: #280e5b;
  }

  section.more-games {
    position: relative;
    margin: 5px auto 10px auto;
    display: block;
    min-height: 0px;
    width: 99%;
    border-radius: 10px;
    padding: 10px 0px;
    background: #280e5b;
  }

  section.module-games {
    position: relative;
    float: left;
    margin: 0px 0px 10px 1%;
    padding: 5px 5px;
    display: block;
    min-height: 160px;
    width: 48%;
    border-radius: 10px;
    background: #280e5b;
  }

  section.module-games ul {
    text-align: center;
    width: 90%;
    height: 90px;
    position: relative;
    float: left;
    margin: 0px 5%;
    padding: 0px;
    list-style: none;
  }

  section.module-games ul li {
    float: left;
    width: 90px;
    height: 90px;
    margin: 0px 6px;
    display: block;
  }

  section.module-games ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  section.module-games ul li a img {
    width: 100%;
    height: 100%;
    display: block;
  }

  section.module-games .sleft {
    position: absolute;
    left: 10px;
    top: 50px;
    width: 30px;
    height: 60px;
    padding: 30px 0px;
    text-align: center;
  }

  section.module-games .sleft i {
    font-size: 31px;
    color: #FAC609;
    display: inline-block;
    vertical-align: center;
  }

  section.module-games .sright {
    position: absolute;
    right: 10px;
    top: 50px;
    width: 30px;
    height: 60px;
    padding: 30px 0px;
    text-align: center;
  }

  section.module-games .sright i {
    font-size: 31px;
    color: #FAC609;
    display: inline-block;
    vertical-align: center;
  }

  section.module-about {
    position: relative;
    margin: 0px auto 10px auto;
    padding: 10px 0px;
    height: auto;
    width: 99%;
    border-radius: 10px;
    background: #280e5b;
  }

  section.module-about .cont-desc {
    position: relative;
    min-height: 400px;
    width: 96%;
    padding: 0px 2%;
    margin: auto;
  }

  section.module-about .cont-desc h1 {
    color: #FAC609;
    font-size: 27px;
    position: relative;
    width: 90%;
    margin: 20px auto;
    padding: 0px 0px 20px 0px;
    text-align: center;
    border-bottom: solid 5px #FAC609;
  }

  section.copykiz {
    position: relative;
    width: 99%;
    height: 50px;
    margin: 10px auto;
    padding: 10px 0px;
    text-align: center;
    color: #FAC609;

  }

  section.module-about .modfooter {
    width: 80%;
    height: 400px;
    margin: 10px auto;
    padding: 5px 10%;
    position: relative;
    display: block;
    border-top: solid 5px #fac609;
  }

  section.module-about .modfott-links {
    float: left;
    width: 180px;
    min-height: 300px;
  }

  section.module-about .modfott-links h4 {
    color: #fac609;
    font-size: 16px;
    position: relative;
    width: 100%;
    text-align: left;
    margin: 10px 0;
  }

  section.module-about .modfott-links a {
    display: inline-block;
    float: left;
    width: 100%;
  }

  section.module-about .modfott-social {
    float: right;
    width: 150px;
    min-height: 300px;
    text-align: left;
  }

  section.module-about .modfott-social li {
    width: 100%;
    text-align: left;
  }

  section.module-about .modfott-social h4 {
    color: #fac609;
    font-size: 16px;
    position: relative;
    width: 100%;
    text-align: left;
    margin: 10px 0;
  }

  #btn-closefullsize {
    z-index: 99998;
  }

  .box-searchresult-games {
    position: absolute;
    left: 0px;
    top: -400px;
    width: 100%;
    height: 390px;
    z-index: 99999;
    background: #20094c;
    -webkit-box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.75);
  }

  .box-searchresult-games .formfind {
    position: relative;
    width: 60%;
    padding: 0px 20%;
    height: 70px;
    margin: 30px auto 15px auto;
  }

  .box-searchresult-games .formfind form {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .box-searchresult-games .formfind .ccsearch {
    position: absolute;
    right: -20px;
    top: 20px;
    font-size: 27px;
    color: #FAC609;
    cursor: pointer;
    opacity: 0.5;
  }

  .box-searchresult-games .formfind .ccsearch:hover {
    opacity: 1;
  }

  .box-searchresult-games .formfind .boxSearch {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70%;
    height: 50px;
    font-size: 23px;
    font-weight: bold;
    background: #fff;
    color: #000;
    border: solid 3px #FAC609;
    text-align: left;
    padding: 5px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .box-searchresult-games .formfind .btnSearch {
    position: absolute;
    left: 70%;
    top: 0px;
    width: 28%;
    height: 66px;
    font-size: 23px;
    font-weight: bold;
    background: #FAC609;
    color: #280e5b;
    border: solid 3px #FAC609;
    text-align: center;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    cursor: pointer;
  }

  .box-searchresult-games .formfind .btnSearch:hover {
    background: #441774;
    color: #fff;
  }


  /*NAV*/
  .box-leftnav {
    position: fixed;
    width: 300px;
    left: -300px;
    top: 0px;
    background: #441774;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    height: 100%;
    z-index: 99999;
    -webkit-box-shadow: 6px 0px 10px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 0px 10px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 0px 10px -4px rgba(0, 0, 0, 0.75);
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
  }

  .box-leftnav h3 {
    display: block;
    position: relative;
    width: 87%;
    height: 20px;
    padding: 20px 3% 20px 10%;
    font-size: 25px;
    text-align: left;
    background: #280e5b;
    color: #FAC609;
  }


  nav a {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 0px;
    height: 35px;
    width: 100%;
    color: #FAC609;
  }

  nav a svg {
    position: absolute;
    left: 10px;
    top: 13px;
    width: 30px;
    height: 30px;
    opacity: 0.5;
  }

  nav a strong {
    position: relative;
    display: block;
    color: #FAC609;
    width: 80%;
    text-align: left;
    padding: 6px 0px 0px 20%;
    font-size: 18px;
  }

  nav a:hover {
    background: #280e5b;
  }

  nav a:hover>svg {
    color: #FAC609;
  }

  nav a:hover>strong {
    color: #fff;
  }

  .hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    opacity: 0.5;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(23, 31, 184, 1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  /* width */
  .box-leftnav::-webkit-scrollbar {
    width: 5px;
  }

  /* Track */
  .box-leftnav::-webkit-scrollbar-track {
    background: #280e5b;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  /* Handle */
  .box-leftnav::-webkit-scrollbar-thumb {
    background: #dcd5ea;
  }

  /**/


  /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #280e5b;
    background: #280e5b;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #dcd5ea;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #dcd5ea;
  }



  .rotgames-main .arr-left {
    position: absolute;
    left: 5px;
    top: 55px;
    width: 30px;
    text-align: center;
    padding: 3px 4px;
    background: #FAC609;
    color: #fff;
    border-radius: 0px;
    cursor: pointer;
  }

  .rotgames-main .arr-left i {
    color: #fff;
    font-size: 18px;
  }

  .rotgames-main .arr-left:hover {
    background: #e0b004;
  }

  .rotgames-main .arr-right {
    position: absolute;
    left: 5px;
    top: 85px;
    width: 30px;
    text-align: center;
    padding: 3px 4px;
    background: #FAC609;
    color: #fff;
    border-radius: 0px;
    cursor: pointer;
  }

  .rotgames-main .arr-right i {
    color: #fff;
    font-size: 18px;
  }

  .rotgames-main .arr-right:hover {
    background: #e0b004;
  }

  .da-thumbs {
    list-style: none;
    width: 100%;
    position: relative;
    height: auto;
    display: inline-block;
    padding: 0;
    border: none
  }

  .da-thumbs .it-glist .mask-t,
  .da-thumbs .it-glist .mask-t img {
    display: block;
    position: relative;
    padding: 0
  }

  .da-thumbs .it-glist .mask-t img {
    z-index: 8;
    width: 106px;
    height: 106px;
    margin: 2px
  }

  .da-thumbs .it-glist .mask-t .fademask {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%
  }

  .da-thumbs .it-glist .item-mask {
    position: relative;
    overflow: hidden;
    /* width:106px;height:106px; */
    left: 0px;
    top: 0px;
    background: none;
    border: none;
    margin: 2px;
    padding: 0
  }

  .da-thumbs .it-glist .bx-caption {
    position: absolute;
    bottom: -106px;
    left: 0;
    color: #fff;
    background: #17064B;
    opacity: 0.9;
    font-weight: normal;
    line-height: 15px;
    width: 96%;
    padding: 6px 0px 6px 0px;
    margin: 0px 2%;
    text-align: center;
    z-index: 99;
  }

  .etiqueta {
    position: absolute;
    margin: 0;
    z-index: 99;
    width: 70px;
    height: 70px;
    top: -3px;
    margin-left: -4px
  }

  .toll-reward {
    position: absolute;
    z-index: 9;
    width: 70px;
    height: 70px;
    top: 43px;
    right: -4px;
    margin-left: 36px;
    background-position: -3px -389px
  }

  .toll-bg_new {
    position: absolute;
    z-index: 9;
    width: 70px;
    height: 50px;
    background-position: -5px -461px
  }

  .toll-bg_hot {
    position: absolute;
    z-index: 9;
    width: 70px;
    height: 50px;
    background-position: -79px -385px
  }

  .da-thumbs .it-glist .bx-caption span {
    float: left;
    width: 98%;
    margin: 0px 1%;
    text-align: center;
  }


  .kizgames {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 110px;
    height: 110px;
    background: #17064B;
    background-image: url(../images/_bggame-min.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 7px;
    cursor: pointer;
    z-index: 1;
  }

  .da-thumbs a {
    border-radius: 7px;
    width: 100%;
    height: 100%;
  }

  .da-thumbs a img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
  }

  .da-thumbs .it-glist .item-mask {
    border-radius: 6px;
  }

  .kizgames a {
    width: 110px;
    height: 110px;
    position: relative;
    display: block;
    margin: 1px;
    z-index: 3;
  }

  .rowg {
    z-index: 2;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }


  .rowg:hover {
    background: #fff;
    border: solid 0px #fff;
    border-radius: 7px;
  }

  .rowg:hover a img {}

  .rowg:hover {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
    z-index: 9997;
  }

  .fade-title {
    position: absolute;
    bottom: 2px;
    left: 0px;
    width: 100%;
    height: 40px;
    opacity: 0;
    z-index: 98;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    background: #17064B;
  }

  .rowg:hover {
    opacity: 1;
  }

  .rowg:hover .fade-title {
    opacity: 0.8;
  }




  #content-maingames {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin: auto;
  }

  #content-moregames {
    position: relative;
    width: 100%;
    min-height: 1px;
    margin: auto;
    text-align: center;
  }

  #content-moregames article {
    display: inline-block;
    margin: 4px;
    vertical-align: top;
  }

  .da-thumbs .it-glist .mask-t {
    width: 110px;
    height: 110px;
  }

  .da-thumbs .it-glist .mask-t img {
    display: block;
  }

  #content-moregames article.kizgames {
    position: relative;
  }

  .da-thumbs .it-glist .bx-caption {
    font-size: 12px;
    border-radius: 6px;
    padding: 6px 0px 6px 0px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }

  .kizgames:hover .bx-caption {
    bottom: 2px;
  }

  .kizgames:hover>.toll-bg_hot {
    display: none;
  }

  .kizgames:hover>.toll-reward {
    display: none;
  }

  .kizgames:hover>.toll-bg_new {
    display: none;
  }


  .kdesc {
    position: relative;
    width: 86%;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: auto;
    background: #441774;
    color: #fff;
    border-radius: 4px;
    padding: 10px 2%;
  }

  .kdesc div {
    color: #ffff;
    float: left;
    width: 100%;
    margin: 3px 0px;
    padding: 1px 0px;
    min-height: 1px;
    overflow: hidden;
    text-align: left;
  }

  .min-desc {
    max-height: 300px;
  }

  .full-desc {
    max-height: inherit;
  }

  .kdesc div a {
    color: #fac609;
  }

  .bsm {
    position: relative;
    width: 90%;
    height: 55px;
    margin: auto;
    color: #fff;
    padding: 10px;
    text-align: center;
  }

  .bsm span {
    position: relative;
    display: block;
    width: 350px;
    background: #441774;
    margin: 5px auto 15px auto;
    border-radius: 6px;
    padding: 10px 0px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    line-height: 18px;
  }

  .bsm span i {
    display: block;
    margin: 0px;
    width: 100%;
    line-height: 10px;
  }

  .box-left-banner span {
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 11px;
    width: 100%;
    letter-spacing: 2px;
  }

  .box-right-banner span {
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 11px;
    width: 100%;
    letter-spacing: 2px;
  }

  .ads-medium {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 5px auto 10px auto;
    padding: 0px;
  }

  .ads-medium span {
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 11px;
    width: 100%;
    letter-spacing: 2px;

  }

  .ads-medium .box-dowm-banner {
    width: 100%;
    height: auto;
    text-align: center;
  }

  .ads-bottom {
    position: relative;
    width: 100%;
    min-height: 110px;
    height: auto;
    margin: 5px auto 10px auto;
    padding: 0px;
  }

  .ads-bottom span {
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 11px;
    width: 100%;
    letter-spacing: 2px;

  }

  .ads-bottom .box-dowm-banner-2 {
    float: left;
    width: 100%;
    min-height: 0px;
    height: auto;
    text-align: center;
  }

  .box-pubb {
    height: 100%;
  }

  .txt-top-publicity {
    height: 20px;
    text-align: center;
    padding: 10px 0px 4px 0px;
    margin: 0;
  }

  .txt-top-publicity span {
    font-size: 12px;
    color: #fff;
    letter-spacing: 2px;
  }

  .bmog {
    position: relative;
    width: 90%;
    height: 55px;
    margin: auto;
    color: #fff;
    padding: 10px;
    text-align: center;
    cursor: pointer;
  }
/* 
  .bmog span {
    position: relative;
    display: block;
    width: 350px;
    background: #FAC609;
    margin: 5px auto 15px auto;
    border-radius: 6px;
    padding: 15px 0px;
    color: #280e5b;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    line-height: 18px;
  } */

  .ads728 {
    position: absolute;
    right: 7px;
    top: -5px;
    width: 815px;
    height: 118px;
    background: #17064B;
    background-image: url(/upload/thumbnails/_bggame-min.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 7px;
  }

  .ads728 .txt-top-publicity {
    padding: 4px 0px;
    height: 15px;
    line-height: 12px;
  }

  .ads728 .txt-top-publicity span {
    font-size: 10px;
  }

  .ads346right {
    position: absolute;
    right: 7px;
    top: 118px;
    width: 346px;
    height: 346px;
    background: #17064B;
    background-image: url(/upload/thumbnails/_bggame-min.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 9px;
  }

  .resgames-find {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 280px;
    text-align: center;
  }

  .resgames-find strong {
    width: 450px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    display: block;
    padding: 10px 0px;
    margin: 5px auto 5px auto;
    color: #fff;
    background: #441774;
    border-radius: 6px;
  }

  .resgames-find .btnmoreres {
    position: relative;
    width: 350px;
    min-height: 35px;
    margin: 5px auto;
    border: none;
    padding: 15px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    border-radius: 6px;
    color: #441774;
    background: #FAC609;
    cursor: pointer;
  }

  .resgames-find .results-gg {
    position: relative;
    width: 80%;
    height: 120px;
    padding: 15px 0px;
    overflow: hidden;
    margin: auto;
    text-align: center;
  }

  .resgames-find .results-gg .rowg {
    z-index: 2;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .resgames-find .results-gg .rowg:hover {
    z-index: 99999;
  }

  .resgames-find .results-gg .rowg:hover a {
    background: #fff;
  }

  .resgames-find .results-gg .kizgames {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin: 0px 6px 10px 6px;
    background: #17064B;
    background-image: url(/upload/thumbnails/_bggame-min.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 7px;
    cursor: pointer;
    z-index: 1;
  }

  .resgames-find .results-gg .kizgames a {
    background: #17064B;
    border: none;
    margin: 0px;

  }

  .resgames-find .results-gg .kizgames a img {
    border-radius: 6px;
    width: 106px;
    height: 106px;
    margin: 2px;
  }

  .resgames-find .results-gg .kizgames:hover .bx-caption {
    bottom: 5px;
  }

  .resgames-find .results-gg .it-glist .bx-caption {
    font-size: 11px;
    border-radius: 6px;
    padding: 6px 0px 6px 0px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }

  .resgames-find .results-gg .it-glist .bx-caption {
    position: absolute;
    bottom: -106px;
    left: 0;
    color: #fff;
    background: #17064B;
    opacity: 0.8;
    font-weight: bold;
    line-height: 15px;
    width: 96%;
    padding: 6px 0px 6px 0px;
    margin: 0px 2%;
    text-align: center;
    z-index: 99;
  }


  .load-container {
    width: 240px;
    height: 25px;
    margin: 50px 0px;
    display: inline-block;
    position: relative;
    text-align: center;
  }

  .spinner {
    margin: 0px auto 0;
    width: 70px;
    text-align: center;
  }

  .spinner>div {
    width: 18px;
    height: 18px;
    background-color: #fac609;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }

  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }

  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }


  .load-container-min {
    width: 240px;
    height: 21px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    position: relative;
    text-align: center;
  }

  .spinner-min {
    margin: 0px auto 0;
    width: 70px;
    text-align: center;
  }

  .spinner-min>div {
    width: 18px;
    height: 18px;
    background-color: #280e5b;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }

  .spinner-min .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }

  .spinner-min .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }

  @-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
      -webkit-transform: scale(0)
    }

    40% {
      -webkit-transform: scale(1.0)
    }
  }

  @keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    40% {
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }

  .kizcategories {
    position: relative;
    width: 95%;
    background: #280e5b;
    min-height: 300px;
    height: auto;
    margin: 10px auto;
    padding: 10px 2%;
    text-align: center;
    border-radius: 10px;
  }


  .kizcategories h3 {
    position: relative;
    width: 100%;
    color: #FAC609;
    font-size: 23px;
    padding: 10px 0px;
    margin: 10px auto;
    width: 100%;
    text-align: center;
  }

  .kizcategories p {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 21px;
    margin: 10px auto;
  }

  .kizcategories .sldmin-tgames {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px auto;
  }

  .kizcategories a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 6px;
    width: 400px;
    height: 140px;
    margin: 5px 10px 5px 10px;
    -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.22);
  }

  .kizcategories a img {
    border: none;
    width: 100%;
    height: 100%;
  }

  .kizcategories a strong:hover {
    opacity: 1;
  }



  .kizcategories a strong:hover> ::-webkit-scrollbar-thumb {
    background: #FAC609;
  }


  .kizcategories a strong {
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 100px 0px;
    position: relative;
  }


  .kizcategories a strong:hover {
    opacity: 1;
  }

  .kizcategories a strong {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fff;
    z-index: 3;
    font-size: 21px;
  }



  section.module-categories {
    position: relative;
    display: block;
    margin: 10px auto 10px auto;
    padding: 20px 0px;
    height: auto;
    width: 98%;
    border-radius: 10px;
    background: #280e5b;
    text-align: center;
  }

  section.module-categories h3 {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    margin: 10px auto;
    padding: 10px 0px;
    text-align: center;
    color: #FAC609;
    font-size: 31px;
  }



  .modcates .bx-center .min-sldmin-cgames {
    position: relative;
    width: 96%;
    height: auto;
    display: inline-block;
    margin: 0px auto;
    padding: 5px 0px;
  }

  .modcates .bx-center .min-sldmin-cgames .sldmin-cgames {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
    text-align: center;
  }

  .modcates .bx-center .min-sldmin-cgames .sldmin-cgames a {
    width: 300px;
    height: 80px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 8px 5px;
    border: solid 4px #591e99;
    border-radius: 86px;
    -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 98;
  }



  .modcates .bx-center .min-sldmin-cgames .sldmin-cgames a img {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    margin: 0px;
    width: 300px;
    height: 80px;
    opacity: 1;
    z-index: 999;
  }

  .modcates .bx-center .min-sldmin-cgames .sldmin-cgames a strong {
    position: absolute;
    z-index: 9999;
    left: 0px;
    bottom: 5px;
    width: 70%;
    height: 15px;
    padding: 10px 0px 10px 0px;
    margin: 0px 15%;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    background: none;
    opacity: 0.8;
    font-weight: bold;
    line-height: 15px;
  }

  .modcates .bx-center .min-sldmin-cgames .sldmin-cgames a:hover {
    border: solid 4px #fff;
    color: #FAC609;
  }

  .modcates .bx-center .min-sldmin-cgames .sldmin-cgames a:hover strong {
    color: #FAC609;
    bottom: 18px;
    background: #17064B;
  }

  .modcates .bx-center .min-sldmin-cgames .sldmin-cgames a:hover {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
    z-index: 99;
  }






  .modtagas .bx-center .min-sldmin-tgames {
    position: relative;
    width: 86%;
    height: auto;
    display: inline-block;
    margin: 0px auto;
    padding: 5px 0px;
  }

  .modtagas .bx-center .min-sldmin-tgames .sldmin-tgames {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
    text-align: center;
  }

  .modtagas .bx-center .min-sldmin-tgames .sldmin-tgames a {
    width: 175px;
    height: 60px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0px 3px;
    border: solid 4px #280e5b;
    border-radius: 86px;
    -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 98;
  }

  .modtagas .bx-center .min-sldmin-tgames .sldmin-tgames a:hover {
    border: solid 4px #591e99;
    color: #FAC609;
  }

  .modtagas .bx-center .min-sldmin-tgames .sldmin-tgames a:hover strong {
    color: #FAC609;
  }

  .modtagas .bx-center .min-sldmin-tgames .sldmin-tgames a .bgsha {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #441774;
  }

  .modtagas .bx-center .min-sldmin-tgames .sldmin-tgames a img {
    position: absolute;
    left: -10px;
    top: 0px;
    display: block;
    margin: 0px;
    width: 90px;
    height: 60px;
    opacity: 1;
    z-index: 999;
  }

  .modtagas .bx-center .min-sldmin-tgames .sldmin-tgames a strong {
    position: absolute;
    z-index: 3;
    width: 90px;
    padding: 10px 0px 10px 0px;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    display: table-cell;
    vertical-align: middle;
    display: inline-block;
    top: 50%;
    left: 80px;
    transform: translate(0px, -50%);
    color: #fff;
  }


  .modtagas .bx-center .min-sldmin-tgames .sldmin-tgames a:hover {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
    z-index: 99;
  }


  .button-gotop .show {
    display: block;
  }

  .button-gotop .hide {
    display: none;
  }

  .button-gotop {
    display: none;
    cursor: pointer;
    border: none;
    background-color: #fff;
    color: #591e99;
    width: 60px;
    height: 20px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 55px;
    right: 10px;
    padding: 20px 0px 15px 0px;
    z-index: 9999999;
  }

  .button-gotop i {
    display: inline-block;
    color: #591e99;
    font-style: 71px;
  }

  .button-gotop:hover {
    background: #591e99;
    color: #fff;
  }

  .button-gotop:hover i {
    color: #fff;
  }

  * Copyright (c) 2016 Kushagra Gour;

  Licensed */[class*=hint--] {
    position: relative;
    display: inline-block
  }

  [class*=hint--]:after,
  [class*=hint--]:before {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
  }

  [class*=hint--]:hover:after,
  [class*=hint--]:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s
  }

  [class*=hint--]:before {
    content: '';
    position: absolute;
    background: 0 0;
    border: 6px solid transparent;
    z-index: 1000001
  }

  [class*=hint--]:after {
    background: #491487;
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    white-space: nowrap;
    text-shadow: 0 -1px 0 #000;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .3)
  }

  [class*=hint--][aria-label]:after {
    content: attr(aria-label)
  }

  [class*=hint--][data-hint]:after {
    content: attr(data-hint)
  }

  [aria-label='']:after,
  [aria-label='']:before,
  [data-hint='']:after,
  [data-hint='']:before {
    display: none !important
  }

  .hint--top-left:before,
  .hint--top-right:before,
  .hint--top:before {
    border-top-color: #491487
  }

  .hint--bottom-left:before,
  .hint--bottom-right:before,
  .hint--bottom:before {
    border-bottom-color: #491487
  }

  .hint--top:after,
  .hint--top:before {
    bottom: 100%;
    left: 50%
  }

  .hint--top:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
  }

  .hint--top:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .hint--top:focus:before,
  .hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
  }

  .hint--top:focus:after,
  .hint--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px)
  }

  .hint--bottom:after,
  .hint--bottom:before {
    top: 100%;
    left: 50%
  }

  .hint--bottom:before {
    margin-top: -11px;
    left: calc(50% - 6px)
  }

  .hint--bottom:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .hint--bottom:focus:before,
  .hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
  }

  .hint--bottom:focus:after,
  .hint--bottom:hover:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px)
  }

  .hint--right:before {
    border-right-color: #491487;
    margin-left: -11px;
    margin-bottom: -6px
  }

  .hint--right:after {
    margin-bottom: -14px
  }

  .hint--right:after,
  .hint--right:before {
    left: 100%;
    bottom: 50%
  }

  .hint--right:focus:after,
  .hint--right:focus:before,
  .hint--right:hover:after,
  .hint--right:hover:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px)
  }

  .hint--left:before {
    border-left-color: #491487;
    margin-right: -11px;
    margin-bottom: -6px
  }

  .hint--left:after {
    margin-bottom: -14px
  }

  .hint--left:after,
  .hint--left:before {
    right: 100%;
    bottom: 50%
  }

  .hint--left:focus:after,
  .hint--left:focus:before,
  .hint--left:hover:after,
  .hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px)
  }

  .hint--top-left:after,
  .hint--top-left:before {
    bottom: 100%;
    left: 50%
  }

  .hint--top-left:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
  }

  .hint--top-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px
  }

  .hint--top-left:focus:before,
  .hint--top-left:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
  }

  .hint--top-left:focus:after,
  .hint--top-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px)
  }

  .hint--top-right:after,
  .hint--top-right:before {
    bottom: 100%;
    left: 50%
  }

  .hint--top-right:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
  }

  .hint--top-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px
  }

  .hint--top-right:focus:after,
  .hint--top-right:focus:before,
  .hint--top-right:hover:after,
  .hint--top-right:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
  }

  .hint--bottom-left:after,
  .hint--bottom-left:before {
    top: 100%;
    left: 50%
  }

  .hint--bottom-left:before {
    margin-top: -11px;
    left: calc(50% - 6px)
  }

  .hint--bottom-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px
  }

  .hint--bottom-left:focus:before,
  .hint--bottom-left:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
  }

  .hint--bottom-left:focus:after,
  .hint--bottom-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px)
  }

  .hint--bottom-right:after,
  .hint--bottom-right:before {
    top: 100%;
    left: 50%
  }

  .hint--bottom-right:before {
    margin-top: -11px;
    left: calc(50% - 6px)
  }

  .hint--bottom-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px
  }

  .hint--bottom-right:focus:after,
  .hint--bottom-right:focus:before,
  .hint--bottom-right:hover:after,
  .hint--bottom-right:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
  }

  .hint--large:after,
  .hint--medium:after,
  .hint--small:after {
    white-space: normal;
    line-height: 1.4em
  }

  .hint--small:after {
    width: 80px
  }

  .hint--medium:after {
    width: 150px
  }

  .hint--large:after {
    width: 300px
  }

  .hint--error:after {
    background-color: #b34e4d;
    text-shadow: 0 -1px 0 #592726
  }

  .hint--error.hint--top-left:before,
  .hint--error.hint--top-right:before,
  .hint--error.hint--top:before {
    border-top-color: #b34e4d
  }

  .hint--error.hint--bottom-left:before,
  .hint--error.hint--bottom-right:before,
  .hint--error.hint--bottom:before {
    border-bottom-color: #b34e4d
  }

  .hint--error.hint--left:before {
    border-left-color: #b34e4d
  }

  .hint--error.hint--right:before {
    border-right-color: #b34e4d
  }

  .hint--warning:after {
    background-color: #c09854;
    text-shadow: 0 -1px 0 #6c5328
  }

  .hint--warning.hint--top-left:before,
  .hint--warning.hint--top-right:before,
  .hint--warning.hint--top:before {
    border-top-color: #c09854
  }

  .hint--warning.hint--bottom-left:before,
  .hint--warning.hint--bottom-right:before,
  .hint--warning.hint--bottom:before {
    border-bottom-color: #c09854
  }

  .hint--warning.hint--left:before {
    border-left-color: #c09854
  }

  .hint--warning.hint--right:before {
    border-right-color: #c09854
  }

  .hint--info:after {
    background-color: #3986ac;
    text-shadow: 0 -1px 0 #1a3c4d
  }

  .hint--info.hint--top-left:before,
  .hint--info.hint--top-right:before,
  .hint--info.hint--top:before {
    border-top-color: #3986ac
  }

  .hint--info.hint--bottom-left:before,
  .hint--info.hint--bottom-right:before,
  .hint--info.hint--bottom:before {
    border-bottom-color: #3986ac
  }

  .hint--info.hint--left:before {
    border-left-color: #3986ac
  }

  .hint--info.hint--right:before {
    border-right-color: #3986ac
  }

  .hint--success:after {
    background-color: #458746;
    text-shadow: 0 -1px 0 #1a321a
  }

  .hint--success.hint--top-left:before,
  .hint--success.hint--top-right:before,
  .hint--success.hint--top:before {
    border-top-color: #458746
  }

  .hint--success.hint--bottom-left:before,
  .hint--success.hint--bottom-right:before,
  .hint--success.hint--bottom:before {
    border-bottom-color: #458746
  }

  .hint--success.hint--left:before {
    border-left-color: #458746
  }

  .hint--success.hint--right:before {
    border-right-color: #458746
  }

  .hint--always:after,
  .hint--always:before {
    opacity: 1;
    visibility: visible
  }

  .hint--always.hint--top:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
  }

  .hint--always.hint--top:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px)
  }

  .hint--always.hint--top-left:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
  }

  .hint--always.hint--top-left:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px)
  }

  .hint--always.hint--top-right:after,
  .hint--always.hint--top-right:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
  }

  .hint--always.hint--bottom:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
  }

  .hint--always.hint--bottom:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px)
  }

  .hint--always.hint--bottom-left:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
  }

  .hint--always.hint--bottom-left:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px)
  }

  .hint--always.hint--bottom-right:after,
  .hint--always.hint--bottom-right:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
  }

  .hint--always.hint--left:after,
  .hint--always.hint--left:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px)
  }

  .hint--always.hint--right:after,
  .hint--always.hint--right:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px)
  }

  .hint--rounded:after {
    border-radius: 4px
  }

  .hint--no-animate:after,
  .hint--no-animate:before {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s
  }

  .hint--bounce:after,
  .hint--bounce:before {
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    -moz-transition: opacity .3s ease, visibility .3s ease, -moz-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24)
  }

  .kiz-navi {
    float: left;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 5px auto 10px auto;
    text-align: center;
    font-size: 43px;
    color: #fff;
  }

  .kiz-navi ul {
    width: 100%;
    height: 22px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    color: #bac9de;
    list-style: none;
    text-overflow: ellipsis;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
  }

  .kiz-navi ul li {
    display: inline;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    line-height: 14px;
    color: #FAC609;
    font-size: 14px;
  }

  .kiz-navi ul li.itm:before {
    content: "›";
    margin: 0 4px;
    color: #FAC609;
    font-size: 14px;
    vertical-align: top;
  }

  .kiz-navi ul li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .sector-topggm {
    position: relative;
    width: 80%;
    margin: 10px auto 25px auto;
    padding: 0px 5%;
    min-height: 10px;
    overflow: hidden;
    background: #441774;
    text-align: left;
  }

  .sector-topggm h2 {
    color: #FAC609;
    font-size: 33px;
    padding: 15px 0px;
    text-align: center;
    width: 100%;
  }

  .title-foot h2 {
    text-align: left;
  }

  .sector-topggm .faqmod {
    display: inline-block;
    width: 32%;
    position: relative;
    height: 100%;
    margin: 0px 0px 0px 1%;
    vertical-align: top;
  }

  .sector-topggm .faqmod h3 {
    min-height: 55px;
    color: #FAC609;
    font-size: 18px;
    padding: 0px;
    margin: 5px 0px 5px 0px;
    text-align: left;
    width: 100%;
    vertical-align: top;
  }

  .sector-topggm .faqmod p {
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 5px 0px;
    color: #fff;
  }

  .sector-topggm .faqmod ol {
    float: left;
    width: 98%;
    margin: 10px 0;
    padding: 5px 1%;
    display: block;
    list-style-type: decimal;
    text-align: left;
    color: #fac609;
  }

  .sector-topggm .faqmod ol li {
    text-align: left;
  }

  .sector-topggm .faqmod ol li a {
    display: block;
    text-align: left;
  }

  section.module-about .modfott-links a {
    text-align: left;
  }

  .box-topads-x2 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 5px 0px 5px 0px;
    text-align: center;
    color: #fff;
  }

  .box-topads-x2 span {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 2px;
  }


  header .hbc-third .topnav .icons-nav strong {
    color: #FAC609;
  }

  @media (min-width: 1890px) {
    section.main-games {
      width: 1890px;
      min-height: 826px;
      padding: 10px 0px;
    }

    #content-maingames {
      width: 1890px;
      padding: 10px 0px;
    }

    section.more-games {
      width: 1890px;
    }

    .box-topads-x2 .box-home-topx2 {
      width: 1890px;
    }

    .bottbar .bx-center .min-sldmin-games {
      width: 1890px;
    }


    .da-thumbs {
      min-height: 826px;
    }

    .gm-0 {
      left: 4px;
      top: 0px;
    }

    .gm-1 {
      left: 122px;
      top: 0px;
    }

    .gm-2 {
      left: 240px;
      top: 0px;
    }

    .gm-3 {
      left: 358px;
      top: 0px;
    }

    .gm-4 {
      left: 476px;
      top: 0px;
    }

    .gm-5 {
      left: 594px;
      top: 0px;
    }

    .gm-6 {
      left: 712px;
      top: 0px;
    }

    .gm-7 {
      left: 830px;
      top: 0px;
    }

    .gm-8 {
      left: 948px;
      top: 0px;
    }

    .gm-9 {
      left: 1066px;
      top: 0px;
    }

    .gm-10 {
      left: 1184px;
      top: 0px;
    }

    .gm-11 {
      left: 1302px;
      top: 0px;
    }

    .gm-12 {
      left: 1420px;
      top: 0px;
    }

    .gm-13 {
      left: 1538px;
      top: 0px;
    }

    .gm-14 {
      left: 1656px;
      top: 0px;
    }

    .gm-15 {
      left: 1774px;
      top: 0px;
    }

    .gm-16 {
      left: 4px;
      top: 118px;
      width: 346px;
      height: 346px;
    }

    .gm-16 a {
      width: 346px;
      height: 346px;
    }

    .gm-17 {
      left: 358px;
      top: 118px;
    }

    .gm-18 {
      left: 476px;
      top: 118px;
    }

    .gm-19 {
      left: 594px;
      top: 118px;
    }

    .gm-20 {
      left: 712px;
      top: 118px;
    }

    .gm-21 {
      left: 830px;
      top: 118px;
    }

    .gm-22 {
      left: 948px;
      top: 118px;
    }

    .gm-23 {
      left: 1066px;
      top: 118px;
    }

    .gm-24 {
      left: 1184px;
      top: 118px;
    }

    .gm-25 {
      left: 1302px;
      top: 118px;
    }

    .gm-26 {
      left: 1420px;
      top: 118px;
    }

    .gm-27 {
      left: 1538px;
      top: 118px;
      width: 346px;
      height: 346px;
    }

    .gm-27 a {
      width: 346px;
      height: 346px;
    }

    .gm-28 {
      left: 358px;
      top: 236px;
    }

    .gm-29 {
      left: 476px;
      top: 236px;
    }

    .gm-30 {
      left: 594px;
      top: 236px;
    }

    .gm-31 {
      left: 712px;
      top: 236px;
    }

    .gm-32 {
      left: 830px;
      top: 236px;
    }

    .gm-33 {
      left: 948px;
      top: 236px;
    }

    .gm-34 {
      left: 1066px;
      top: 236px;
    }

    .gm-35 {
      left: 1184px;
      top: 236px;
    }

    .gm-36 {
      left: 1302px;
      top: 236px;
    }

    .gm-37 {
      left: 1420px;
      top: 236px;
    }

    .gm-38 {
      left: 358px;
      top: 354px;
    }

    .gm-39 {
      left: 476px;
      top: 354px;
    }

    .gm-40 {
      left: 594px;
      top: 354px;
    }

    .gm-41 {
      left: 712px;
      top: 354px;
    }

    .gm-42 {
      left: 830px;
      top: 354px;
    }

    .gm-43 {
      left: 948px;
      top: 354px;
    }

    .gm-44 {
      left: 1066px;
      top: 354px;
    }

    .gm-45 {
      left: 1184px;
      top: 354px;
    }

    .gm-46 {
      left: 1302px;
      top: 354px;
    }

    .gm-47 {
      left: 1420px;
      top: 354px;
    }


    .gm-48 {
      left: 4px;
      top: 472px;
    }

    .gm-49 {
      left: 122px;
      top: 472px;
    }

    .gm-50 {
      left: 240px;
      top: 472px;
    }

    .gm-51 {
      left: 358px;
      top: 472px;
    }

    .gm-52 {
      left: 476px;
      top: 472px;
    }

    .gm-53 {
      left: 594px;
      top: 472px;
    }

    .gm-54 {
      left: 712px;
      top: 472px;
    }

    .gm-55 {
      left: 830px;
      top: 472px;
    }

    .gm-56 {
      left: 948px;
      top: 472px;
    }

    .gm-57 {
      left: 1066px;
      top: 472px;
    }

    .gm-58 {
      left: 1184px;
      top: 472px;
    }

    .gm-59 {
      left: 1302px;
      top: 472px;
    }

    .gm-60 {
      left: 1420px;
      top: 472px;
    }

    .gm-61 {
      left: 1538px;
      top: 472px;
    }

    .gm-62 {
      left: 1656px;
      top: 472px;
    }

    .gm-63 {
      left: 1774px;
      top: 472px;
    }


    .gm-64 {
      left: 4px;
      top: 590px;
    }

    .gm-65 {
      left: 122px;
      top: 590px;
    }

    .gm-66 {
      left: 240px;
      top: 590px;
    }

    .gm-67 {
      left: 358px;
      top: 590px;
    }

    .gm-68 {
      left: 476px;
      top: 590px;
    }

    .gm-69 {
      left: 594px;
      top: 590px;
    }

    .gm-70 {
      left: 712px;
      top: 590px;
    }

    .gm-71 {
      left: 830px;
      top: 590px;
    }

    .gm-72 {
      left: 948px;
      top: 590px;
    }

    .gm-73 {
      left: 1066px;
      top: 590px;
    }

    .gm-74 {
      left: 1184px;
      top: 590px;
    }

    .gm-75 {
      left: 1302px;
      top: 590px;
    }

    .gm-76 {
      left: 1420px;
      top: 590px;
    }

    .gm-77 {
      left: 1538px;
      top: 590px;
    }

    .gm-78 {
      left: 1656px;
      top: 590px;
    }

    .gm-79 {
      left: 1774px;
      top: 590px;
    }

    .gm-80 {
      left: 4px;
      top: 708px;
    }

    .gm-81 {
      left: 122px;
      top: 708px;
    }

    .gm-82 {
      left: 240px;
      top: 708px;
    }

    .gm-83 {
      left: 358px;
      top: 708px;
    }

    .gm-84 {
      left: 476px;
      top: 708px;
    }

    .gm-85 {
      left: 594px;
      top: 708px;
    }

    .gm-86 {
      left: 712px;
      top: 708px;
    }

    .gm-87 {
      left: 830px;
      top: 708px;
    }

    .gm-88 {
      left: 948px;
      top: 708px;
    }

    .gm-89 {
      left: 1066px;
      top: 708px;
    }

    .gm-90 {
      left: 1184px;
      top: 708px;
    }

    .gm-91 {
      left: 1302px;
      top: 708px;
    }

    .gm-92 {
      left: 1420px;
      top: 708px;
    }

    .gm-93 {
      left: 1538px;
      top: 708px;
    }

    .gm-94 {
      left: 1656px;
      top: 708px;
    }

    .gm-95 {
      left: 1774px;
      top: 708px;
    }

  }

  @media (min-width: 1655px) and (max-width: 1889px) {
    section.main-games {
      width: 1654px;
      min-height: 944px;
      padding: 10px 0px;
    }

    #content-maingames {
      width: 1654px;
      padding: 10px 0px;
    }

    .da-thumbs {
      min-height: 944px;
    }

    section.more-games {
      width: 1654px;
    }

    .bottbar .bx-center .min-sldmin-games {
      width: 1654px;
    }

    .box-topads-x2 .box-home-topx2 {
      width: 1654px;
    }

    .bottbar .bx-center {
      width: 100%;
    }

    .bottbar .bx-right {
      display: none;
    }

    .gm-0 {
      left: 4px;
      top: 0px;
    }

    .gm-1 {
      left: 122px;
      top: 0px;
    }

    .gm-2 {
      left: 240px;
      top: 0px;
    }

    .gm-3 {
      left: 358px;
      top: 0px;
    }

    .gm-4 {
      left: 476px;
      top: 0px;
    }

    .gm-5 {
      left: 594px;
      top: 0px;
    }

    .gm-6 {
      left: 712px;
      top: 0px;
    }

    .gm-7 {
      left: 830px;
      top: 0px;
    }

    .gm-8 {
      left: 948px;
      top: 0px;
    }

    .gm-9 {
      left: 1066px;
      top: 0px;
    }

    .gm-10 {
      left: 1184px;
      top: 0px;
    }

    .gm-11 {
      left: 1302px;
      top: 0px;
    }

    .gm-12 {
      left: 1420px;
      top: 0px;
    }

    .gm-13 {
      left: 1538px;
      top: 0px;
    }

    .gm-14 {
      left: 358px;
      top: 118px;
    }

    .gm-15 {
      left: 476px;
      top: 118px;
    }

    .gm-16 {
      left: 4px;
      top: 118px;
      width: 346px;
      height: 346px;
    }

    .gm-16 a {
      width: 346px;
      height: 346px;
    }

    .gm-17 {
      left: 594px;
      top: 118px;
    }

    .gm-18 {
      left: 712px;
      top: 118px;
    }

    .gm-19 {
      left: 830px;
      top: 118px;
    }

    .gm-20 {
      left: 948px;
      top: 118px;
    }

    .gm-21 {
      left: 1066px;
      top: 118px;
    }

    .gm-22 {
      left: 1184px;
      top: 118px;
    }

    .gm-23 {
      left: 358px;
      top: 236px;
    }

    .gm-24 {
      left: 476px;
      top: 236px;
    }

    .gm-25 {
      left: 594px;
      top: 236px;
    }

    .gm-26 {
      left: 712px;
      top: 236px;
    }

    .gm-27 {
      left: 1302px;
      top: 118px;
      width: 346px;
      height: 346px;
    }

    .gm-27 a {
      width: 346px;
      height: 346px;
    }

    .gm-28 {
      left: 830px;
      top: 236px;
    }

    .gm-29 {
      left: 948px;
      top: 236px;
    }

    .gm-30 {
      left: 1066px;
      top: 236px;
    }

    .gm-31 {
      left: 1184px;
      top: 236px;
    }


    .gm-34 {
      left: 594px;
      top: 354px;
    }

    .gm-35 {
      left: 712px;
      top: 354px;
    }

    .gm-36 {
      left: 830px;
      top: 354px;
    }

    .gm-37 {
      left: 948px;
      top: 354px;
    }

    .gm-32 {
      left: 358px;
      top: 354px;
    }

    .gm-33 {
      left: 476px;
      top: 354px;
    }

    .gm-38 {
      left: 1066px;
      top: 354px;
    }

    .gm-39 {
      left: 1184px;
      top: 354px;
    }


    .gm-40 {
      left: 4px;
      top: 472px;
    }

    .gm-41 {
      left: 122px;
      top: 472px;
    }

    .gm-42 {
      left: 240px;
      top: 472px;
    }

    .gm-43 {
      left: 358px;
      top: 472px;
    }

    .gm-44 {
      left: 476px;
      top: 472px;
    }

    .gm-45 {
      left: 594px;
      top: 472px;
    }

    .gm-46 {
      left: 712px;
      top: 472px;
    }

    .gm-47 {
      left: 830px;
      top: 472px;
    }

    .gm-48 {
      left: 948px;
      top: 472px;
    }

    .gm-49 {
      left: 1066px;
      top: 472px;
    }

    .gm-50 {
      left: 1184px;
      top: 472px;
    }

    .gm-51 {
      left: 1302px;
      top: 472px;
    }

    .gm-52 {
      left: 1420px;
      top: 472px;
    }

    .gm-53 {
      left: 1538px;
      top: 472px;
    }

    .gm-54 {
      left: 4px;
      top: 590px;
    }

    .gm-55 {
      left: 122px;
      top: 590px;
    }

    .gm-56 {
      left: 240px;
      top: 590px;
    }

    .gm-57 {
      left: 358px;
      top: 590px;
    }

    .gm-58 {
      left: 476px;
      top: 590px;
    }

    .gm-59 {
      left: 594px;
      top: 590px;
    }

    .gm-60 {
      left: 712px;
      top: 590px;
    }

    .gm-61 {
      left: 830px;
      top: 590px;
    }

    .gm-62 {
      left: 948px;
      top: 590px;
    }

    .gm-63 {
      left: 1066px;
      top: 590px;
    }

    .gm-64 {
      left: 1184px;
      top: 590px;
    }

    .gm-65 {
      left: 1302px;
      top: 590px;
    }

    .gm-66 {
      left: 1420px;
      top: 590px;
    }

    .gm-67 {
      left: 1538px;
      top: 590px;
    }

    .gm-68 {
      left: 4px;
      top: 708px;
    }

    .gm-69 {
      left: 122px;
      top: 708px;
    }

    .gm-70 {
      left: 240px;
      top: 708px;
    }

    .gm-71 {
      left: 358px;
      top: 708px;
    }

    .gm-72 {
      left: 476px;
      top: 708px;
    }

    .gm-73 {
      left: 594px;
      top: 708px;
    }

    .gm-74 {
      left: 712px;
      top: 708px;
    }

    .gm-75 {
      left: 830px;
      top: 708px;
    }

    .gm-76 {
      left: 948px;
      top: 708px;
    }

    .gm-77 {
      left: 1066px;
      top: 708px;
    }

    .gm-78 {
      left: 1184px;
      top: 708px;
    }

    .gm-79 {
      left: 1302px;
      top: 708px;
    }

    .gm-80 {
      left: 1420px;
      top: 708px;
    }

    .gm-81 {
      left: 1538px;
      top: 708px;
    }

    .gm-82 {
      left: 4px;
      top: 826px;
    }

    .gm-83 {
      left: 122px;
      top: 826px;
    }

    .gm-84 {
      left: 240px;
      top: 826px;
    }

    .gm-85 {
      left: 358px;
      top: 826px;
    }

    .gm-86 {
      left: 476px;
      top: 826px;
    }

    .gm-87 {
      left: 594px;
      top: 826px;
    }

    .gm-88 {
      left: 712px;
      top: 826px;
    }

    .gm-89 {
      left: 830px;
      top: 826px;
    }

    .gm-90 {
      left: 948px;
      top: 826px;
    }

    .gm-91 {
      left: 1066px;
      top: 826px;
    }

    .gm-92 {
      left: 1184px;
      top: 826px;
    }

    .gm-93 {
      left: 1302px;
      top: 826px;
    }

    .gm-94 {
      left: 1420px;
      top: 826px;
    }

    .gm-95 {
      left: 1538px;
      top: 826px;
    }
  }

  @media (min-width: 1534px) and (max-width: 1654px) {

    section.main-games {
      width: 1534px;
      min-height: 1058px;
      padding: 10px 0px;
    }

    #content-maingames {
      width: 1534px;
      padding: 10px 0px;
    }

    .firstGames .kizgames {
      position: absolute;
    }

    .da-thumbs {
      min-height: 1058px;
    }

    .box-topads-x2 .box-home-topx2 {
      width: 1534px;
    }

    .bottbar .bx-center .min-sldmin-games {
      width: 1534px;
    }

    section.more-games {
      width: 1534px;
    }

    .bottbar .bx-center {
      width: 100%;
    }

    .bottbar .bx-right {
      display: none;
    }

    .gm-0 {
      left: 4px;
      top: 0px;
    }

    .gm-1 {
      left: 122px;
      top: 0px;
    }

    .gm-2 {
      left: 240px;
      top: 0px;
    }

    .gm-3 {
      left: 358px;
      top: 0px;
    }

    .gm-4 {
      left: 476px;
      top: 0px;
    }

    .gm-5 {
      left: 594px;
      top: 0px;
    }

    .gm-6 {
      left: 712px;
      top: 0px;
    }

    .gm-7 {
      left: 830px;
      top: 0px;
    }

    .gm-8 {
      left: 948px;
      top: 0px;
    }

    .gm-9 {
      left: 1066px;
      top: 0px;
    }

    .gm-10 {
      left: 1184px;
      top: 0px;
    }

    .gm-11 {
      left: 1302px;
      top: 0px;
    }

    .gm-12 {
      left: 1420px;
      top: 0px;
    }

    .gm-13 {
      left: 1538px;
      top: 0px;
    }

    .gm-14 {
      left: 358px;
      top: 118px;
    }

    .gm-15 {
      left: 476px;
      top: 118px;
    }

    .gm-16 {
      left: 4px;
      top: 118px;
      width: 346px;
      height: 346px;
    }

    .gm-16 a {
      width: 346px;
      height: 346px;
    }

    .gm-17 {
      left: 594px;
      top: 118px;
    }

    .gm-18 {
      left: 712px;
      top: 118px;
    }

    .gm-19 {
      left: 830px;
      top: 118px;
    }

    .gm-20 {
      left: 948px;
      top: 118px;
    }

    .gm-21 {
      left: 1066px;
      top: 118px;
    }



    .gm-23 {
      left: 358px;
      top: 236px;
    }

    .gm-24 {
      left: 476px;
      top: 236px;
    }

    .gm-25 {
      left: 594px;
      top: 236px;
    }

    .gm-26 {
      left: 712px;
      top: 236px;
    }

    .gm-27 {
      left: 1184px;
      top: 118px;
      width: 346px;
      height: 346px;
    }

    .gm-27 a {
      width: 346px;
      height: 346px;
    }

    .gm-28 {
      left: 830px;
      top: 236px;
    }

    .gm-29 {
      left: 948px;
      top: 236px;
    }

    .gm-30 {
      left: 1066px;
      top: 236px;
    }

    .gm-31 {
      left: 1184px;
      top: 236px;
    }


    .gm-34 {
      left: 594px;
      top: 354px;
    }

    .gm-35 {
      left: 712px;
      top: 354px;
    }

    .gm-36 {
      left: 830px;
      top: 354px;
    }

    .gm-37 {
      left: 948px;
      top: 354px;
    }

    .gm-32 {
      left: 358px;
      top: 354px;
    }

    .gm-33 {
      left: 476px;
      top: 354px;
    }

    .gm-38 {
      left: 1066px;
      top: 354px;
    }

    .gm-39 {
      left: 1184px;
      top: 354px;
    }


    .gm-40 {
      left: 4px;
      top: 472px;
    }

    .gm-41 {
      left: 122px;
      top: 472px;
    }

    .gm-42 {
      left: 240px;
      top: 472px;
    }

    .gm-43 {
      left: 358px;
      top: 472px;
    }

    .gm-44 {
      left: 476px;
      top: 472px;
    }

    .gm-45 {
      left: 594px;
      top: 472px;
    }

    .gm-46 {
      left: 712px;
      top: 472px;
    }

    .gm-47 {
      left: 830px;
      top: 472px;
    }

    .gm-48 {
      left: 948px;
      top: 472px;
    }

    .gm-49 {
      left: 1066px;
      top: 472px;
    }

    .gm-50 {
      left: 1184px;
      top: 472px;
    }

    .gm-51 {
      left: 1302px;
      top: 472px;
    }

    .gm-52 {
      left: 1420px;
      top: 472px;
    }

    .gm-53 {
      left: 1538px;
      top: 472px;
    }

    .gm-54 {
      left: 4px;
      top: 590px;
    }

    .gm-55 {
      left: 122px;
      top: 590px;
    }

    .gm-56 {
      left: 240px;
      top: 590px;
    }

    .gm-57 {
      left: 358px;
      top: 590px;
    }

    .gm-58 {
      left: 476px;
      top: 590px;
    }

    .gm-59 {
      left: 594px;
      top: 590px;
    }

    .gm-60 {
      left: 712px;
      top: 590px;
    }

    .gm-61 {
      left: 830px;
      top: 590px;
    }

    .gm-62 {
      left: 948px;
      top: 590px;
    }

    .gm-63 {
      left: 1066px;
      top: 590px;
    }

    .gm-64 {
      left: 1184px;
      top: 590px;
    }

    .gm-65 {
      left: 1302px;
      top: 590px;
    }

    .gm-66 {
      left: 1420px;
      top: 590px;
    }

    .gm-67 {
      left: 1538px;
      top: 590px;
    }

    .gm-68 {
      left: 4px;
      top: 708px;
    }

    .gm-69 {
      left: 122px;
      top: 708px;
    }

    .gm-70 {
      left: 240px;
      top: 708px;
    }

    .gm-71 {
      left: 358px;
      top: 708px;
    }

    .gm-72 {
      left: 476px;
      top: 708px;
    }

    .gm-73 {
      left: 594px;
      top: 708px;
    }

    .gm-74 {
      left: 712px;
      top: 708px;
    }

    .gm-75 {
      left: 830px;
      top: 708px;
    }

    .gm-76 {
      left: 948px;
      top: 708px;
    }

    .gm-77 {
      left: 1066px;
      top: 708px;
    }

    .gm-78 {
      left: 1184px;
      top: 708px;
    }

    .gm-79 {
      left: 1302px;
      top: 708px;
    }

    .gm-80 {
      left: 1420px;
      top: 708px;
    }

    .gm-81 {
      left: 1538px;
      top: 708px;
    }

    .gm-82 {
      left: 4px;
      top: 826px;
    }

    .gm-83 {
      left: 122px;
      top: 826px;
    }

    .gm-84 {
      left: 240px;
      top: 826px;
    }

    .gm-85 {
      left: 358px;
      top: 826px;
    }

    .gm-86 {
      left: 476px;
      top: 826px;
    }

    .gm-87 {
      left: 594px;
      top: 826px;
    }

    .gm-88 {
      left: 712px;
      top: 826px;
    }

    .gm-89 {
      left: 830px;
      top: 826px;
    }

    .gm-90 {
      left: 948px;
      top: 826px;
    }

    .gm-91 {
      left: 1066px;
      top: 826px;
    }

    .gm-92 {
      left: 1184px;
      top: 826px;
    }

    .gm-93 {
      left: 1302px;
      top: 826px;
    }

    .gm-94 {
      left: 1420px;
      top: 826px;
    }


    .gm-13 {
      left: 4px;
      top: 944px;
    }

    .gm-31 {
      left: 122px;
      top: 944px;
    }

    .gm-39 {
      left: 240px;
      top: 944px;
    }

    .gm-22 {
      left: 358px;
      top: 944px;
    }

    .gm-53 {
      left: 476px;
      top: 944px;
    }

    .gm-67 {
      left: 594px;
      top: 944px;
    }

    .gm-81 {
      left: 712px;
      top: 944px;
    }

    .gm-95 {
      left: 830px;
      top: 944px;
    }

    .gm-96 {
      left: 948px;
      top: 944px;
    }

    .gm-97 {
      left: 1066px;
      top: 944px;
    }

    .gm-98 {
      left: 1184px;
      top: 944px;
    }

    .gm-99 {
      left: 1302px;
      top: 944px;
    }

    .gm-100 {
      left: 1420px;
      top: 944px;
    }

    .gm-101 {
      left: 1420px;
      top: 944px;
    }

    .gm-102 {
      left: 1420px;
      top: 944px;
    }

    .gm-103 {
      left: 1420px;
      top: 944px;
    }

    .gm-104 {
      left: 1420px;
      top: 944px;
    }
  }

  @media only screen and (min-width: 1416px) and (max-width: 1533px) {

    section.main-games {
      width: 1416px;
      min-height: 1177px;
      padding: 10px 0px;
    }

    #content-maingames {
      width: 1416px;
      min-height: 1177px;
      padding: 10px 0px;
    }

    section.more-games {
      width: 1416px;
    }

    .box-topads-x2 .box-home-topx2 {
      width: 1416px;
    }

    .bottbar .bx-center .min-sldmin-games {
      width: 1416px;
    }

    .bottbar .bx-center {
      width: 100%;
    }

    .bottbar .bx-right {
      display: none;
    }

    #content-moregames article {
      margin: 4px 3px;
    }

    .gm-0 {
      position: absolute;
      display: block;
      left: 4px;
      top: 0px;
    }

    .gm-1 {
      position: absolute;
      display: block;
      left: 122px;
      top: 0px;
    }

    .gm-2 {
      position: absolute;
      display: block;
      left: 240px;
      top: 0px;
    }

    .gm-3 {
      position: absolute;
      display: block;
      left: 358px;
      top: 0px;
    }

    .gm-4 {
      position: absolute;
      display: block;
      left: 476px;
      top: 0px;
    }

    .gm-5 {
      position: absolute;
      display: block;
      left: 594px;
      top: 0px;
    }

    .gm-6 {
      position: absolute;
      display: block;
      left: 712px;
      top: 0px;
    }

    .gm-7 {
      position: absolute;
      display: block;
      left: 830px;
      top: 0px;
    }

    .gm-8 {
      position: absolute;
      display: block;
      left: 948px;
      top: 0px;
    }

    .gm-9 {
      position: absolute;
      display: block;
      left: 1066px;
      top: 0px;
    }

    .gm-10 {
      position: absolute;
      display: block;
      left: 1184px;
      top: 0px;
    }

    .gm-11 {
      position: absolute;
      display: block;
      left: 1302px;
      top: 0px;
    }

    .gm-12 {
      position: absolute;
      display: block;
      left: 358px;
      top: 118px;
    }

    .gm-13 {
      position: absolute;
      display: block;
      left: 476px;
      top: 118px;
    }

    .gm-14 {
      position: absolute;
      display: block;
      left: 594px;
      top: 118px;
    }

    .gm-15 {
      position: absolute;
      display: block;
      left: 712px;
      top: 118px;
    }

    .gm-16 {
      position: absolute;
      display: block;
      left: 4px;
      top: 118px;
      width: 346px;
      height: 346px;
    }

    .gm-16 a {
      width: 346px;
      height: 346px;
    }

    .gm-17 {
      position: absolute;
      display: block;
      left: 830px;
      top: 118px;
    }

    .gm-18 {
      position: absolute;
      display: block;
      left: 948px;
      top: 118px;
    }

    .gm-19 {
      position: absolute;
      display: block;
      left: 358px;
      top: 236px;
    }

    .gm-20 {
      position: absolute;
      display: block;
      left: 476px;
      top: 236px;
    }

    .gm-21 {
      position: absolute;
      display: block;
      left: 594px;
      top: 236px;
    }

    .gm-22 {
      position: absolute;
      display: block;
      left: 712px;
      top: 236px;
    }

    .gm-23 {
      position: absolute;
      display: block;
      left: 830px;
      top: 236px;
    }

    .gm-24 {
      position: absolute;
      display: block;
      left: 948px;
      top: 236px;
    }

    .gm-25 {
      position: absolute;
      display: block;
      left: 358px;
      top: 354px;
    }

    .gm-26 {
      position: absolute;
      display: block;
      left: 476px;
      top: 354px;
    }

    .gm-27 {
      position: absolute;
      display: block;
      left: 1066px;
      top: 118px;
      width: 346px;
      height: 346px;
    }

    .gm-27 a {
      width: 346px;
      height: 346px;
    }

    .gm-28 {
      position: absolute;
      display: block;
      left: 594px;
      top: 354px;
    }


    .gm-29 {
      position: absolute;
      display: block;
      left: 712px;
      top: 354px;
    }

    .gm-30 {
      position: absolute;
      display: block;
      left: 830px;
      top: 354px;
    }

    .gm-31 {
      position: absolute;
      display: block;
      left: 948px;
      top: 354px;
    }


    .gm-32 {
      position: absolute;
      display: block;
      left: 4px;
      top: 472px;
    }

    .gm-33 {
      position: absolute;
      display: block;
      left: 122px;
      top: 472px;
    }

    .gm-34 {
      position: absolute;
      display: block;
      left: 240px;
      top: 472px;
    }

    .gm-35 {
      position: absolute;
      display: block;
      left: 358px;
      top: 472px;
    }

    .gm-36 {
      position: absolute;
      display: block;
      left: 476px;
      top: 472px;
    }

    .gm-37 {
      position: absolute;
      display: block;
      left: 594px;
      top: 472px;
    }

    .gm-38 {
      position: absolute;
      display: block;
      left: 712px;
      top: 472px;
    }

    .gm-39 {
      position: absolute;
      display: block;
      left: 830px;
      top: 472px;
    }

    .gm-40 {
      position: absolute;
      display: block;
      left: 948px;
      top: 472px;
    }

    .gm-41 {
      position: absolute;
      display: block;
      left: 1066px;
      top: 472px;
    }

    .gm-42 {
      position: absolute;
      display: block;
      left: 1184px;
      top: 472px;
    }

    .gm-43 {
      position: absolute;
      display: block;
      left: 1302px;
      top: 472px;
    }


    .gm-44 {
      position: absolute;
      display: block;
      left: 4px;
      top: 590px;
    }

    .gm-45 {
      position: absolute;
      display: block;
      left: 122px;
      top: 590px;
    }

    .gm-46 {
      position: absolute;
      display: block;
      left: 240px;
      top: 590px;
    }

    .gm-47 {
      position: absolute;
      display: block;
      left: 358px;
      top: 590px;
    }

    .gm-48 {
      position: absolute;
      display: block;
      left: 476px;
      top: 590px;
    }

    .gm-49 {
      position: absolute;
      display: block;
      left: 594px;
      top: 590px;
    }

    .gm-50 {
      position: absolute;
      display: block;
      left: 712px;
      top: 590px;
    }

    .gm-51 {
      position: absolute;
      display: block;
      left: 830px;
      top: 590px;
    }

    .gm-52 {
      position: absolute;
      display: block;
      left: 948px;
      top: 590px;
    }

    .gm-53 {
      position: absolute;
      display: block;
      left: 1066px;
      top: 590px;
    }

    .gm-54 {
      position: absolute;
      display: block;
      left: 1184px;
      top: 590px;
    }

    .gm-55 {
      position: absolute;
      display: block;
      left: 1302px;
      top: 590px;
    }



    .gm-56 {
      position: absolute;
      display: block;
      left: 4px;
      top: 708px;
    }

    .gm-57 {
      position: absolute;
      display: block;
      left: 122px;
      top: 708px;
    }

    .gm-58 {
      position: absolute;
      display: block;
      left: 240px;
      top: 708px;
    }

    .gm-59 {
      position: absolute;
      display: block;
      left: 358px;
      top: 708px;
    }

    .gm-60 {
      position: absolute;
      display: block;
      left: 476px;
      top: 708px;
    }

    .gm-61 {
      position: absolute;
      display: block;
      left: 594px;
      top: 708px;
    }

    .gm-62 {
      position: absolute;
      display: block;
      left: 712px;
      top: 708px;
    }

    .gm-63 {
      position: absolute;
      display: block;
      left: 830px;
      top: 708px;
    }

    .gm-64 {
      position: absolute;
      display: block;
      left: 948px;
      top: 708px;
    }

    .gm-65 {
      position: absolute;
      display: block;
      left: 1066px;
      top: 708px;
    }

    .gm-66 {
      position: absolute;
      display: block;
      left: 1184px;
      top: 708px;
    }

    .gm-67 {
      position: absolute;
      display: block;
      left: 1302px;
      top: 708px;
    }


    .gm-68 {
      position: absolute;
      display: block;
      left: 4px;
      top: 826px;
    }

    .gm-69 {
      position: absolute;
      display: block;
      left: 122px;
      top: 826px;
    }

    .gm-70 {
      position: absolute;
      display: block;
      left: 240px;
      top: 826px;
    }

    .gm-71 {
      position: absolute;
      display: block;
      left: 358px;
      top: 826px;
    }

    .gm-72 {
      position: absolute;
      display: block;
      left: 476px;
      top: 826px;
    }

    .gm-73 {
      position: absolute;
      display: block;
      left: 594px;
      top: 826px;
    }

    .gm-74 {
      position: absolute;
      display: block;
      left: 712px;
      top: 826px;
    }

    .gm-75 {
      position: absolute;
      display: block;
      left: 830px;
      top: 826px;
    }

    .gm-76 {
      position: absolute;
      display: block;
      left: 948px;
      top: 826px;
    }

    .gm-77 {
      position: absolute;
      display: block;
      left: 1066px;
      top: 826px;
    }

    .gm-78 {
      position: absolute;
      display: block;
      left: 1184px;
      top: 826px;
    }

    .gm-79 {
      position: absolute;
      display: block;
      left: 1302px;
      top: 826px;
    }


    .gm-80 {
      position: absolute;
      display: block;
      left: 4px;
      top: 944px;
    }

    .gm-81 {
      position: absolute;
      display: block;
      left: 122px;
      top: 944px;
    }

    .gm-82 {
      position: absolute;
      display: block;
      left: 240px;
      top: 944px;
    }

    .gm-83 {
      position: absolute;
      display: block;
      left: 358px;
      top: 944px;
    }

    .gm-84 {
      position: absolute;
      display: block;
      left: 476px;
      top: 944px;
    }

    .gm-85 {
      position: absolute;
      display: block;
      left: 594px;
      top: 944px;
    }

    .gm-86 {
      position: absolute;
      display: block;
      left: 712px;
      top: 944px;
    }

    .gm-87 {
      position: absolute;
      display: block;
      left: 830px;
      top: 944px;
    }

    .gm-88 {
      position: absolute;
      display: block;
      left: 948px;
      top: 944px;
    }

    .gm-89 {
      position: absolute;
      display: block;
      left: 1066px;
      top: 944px;
    }

    .gm-90 {
      position: absolute;
      display: block;
      left: 1184px;
      top: 944px;
    }

    .gm-91 {
      position: absolute;
      display: block;
      left: 1302px;
      top: 944px;
    }


    .gm-92 {
      position: absolute;
      display: block;
      left: 4px;
      top: 1062px;
    }

    .gm-93 {
      position: absolute;
      display: block;
      left: 122px;
      top: 1062px;
    }

    .gm-94 {
      position: absolute;
      display: block;
      left: 240px;
      top: 1062px;
    }

    .gm-95 {
      position: absolute;
      display: block;
      left: 358px;
      top: 1062px;
    }

    .gm-96 {
      position: absolute;
      display: block;
      left: 476px;
      top: 1062px;
    }

    .gm-97 {
      position: absolute;
      display: block;
      left: 594px;
      top: 1062px;
    }

    .gm-98 {
      position: absolute;
      display: block;
      left: 712px;
      top: 1062px;
    }

    .gm-99 {
      position: absolute;
      display: block;
      left: 830px;
      top: 1062px;
    }

    .gm-100 {
      position: absolute;
      display: block;
      left: 948px;
      top: 1062px;
    }

    .gm-101 {
      position: absolute;
      display: block;
      left: 1066px;
      top: 1062px;
    }

    .gm-102 {
      position: absolute;
      display: block;
      left: 1184px;
      top: 1062px;
    }

    .gm-103 {
      position: absolute;
      display: block;
      left: 1302px;
      top: 1062px;
    }



  }

  */ @media (max-width:1440px) {
    section.more-games {
      width: 99%;
    }
  }

  @media (min-width: 1300px) and (max-width: 1440px) {
    .mod-tb-right {
      width: 430px;
    }

    section.main-games {
      width: 1300px;
      min-height: 1295px;
      padding: 10px 0px;
    }

    #content-maingames {
      width: 1300px;
      min-height: 1295px;
      padding: 10px 0px;
    }

    .da-thumbs {
      min-height: 1295px;
    }


    section.more-games {
      width: 1300px;
    }

    .box-topads-x2 .box-home-topx2 {
      width: 1300px;
    }

    .bottbar .bx-center .min-sldmin-games {
      width: 1300px;
    }

    .bottbar .bx-center {
      width: 100%;
    }

    .bottbar .bx-right {
      display: none;
    }

    header .hbc-third {
      width: 600px;
    }

    header .hbc-third .topnav .tgtop {
      display: none;
    }


    .gm-0 {
      left: 4px;
      top: 0px;
    }

    .gm-1 {
      left: 122px;
      top: 0px;
    }

    .gm-2 {
      left: 240px;
      top: 0px;
    }

    .gm-3 {
      left: 358px;
      top: 0px;
    }

    .gm-4 {
      left: 476px;
      top: 0px;
    }

    .gm-5 {
      left: 594px;
      top: 0px;
    }

    .gm-6 {
      left: 712px;
      top: 0px;
    }

    .gm-7 {
      left: 830px;
      top: 0px;
    }

    .gm-8 {
      left: 948px;
      top: 0px;
    }

    .gm-9 {
      left: 1066px;
      top: 0px;
    }

    .gm-10 {
      left: 1184px;
      top: 0px;
    }

    .gm-11 {
      left: 358px;
      top: 118px;
    }

    .gm-12 {
      left: 476px;
      top: 118px;
    }

    .gm-13 {
      left: 594px;
      top: 118px;
    }

    .gm-14 {
      left: 712px;
      top: 118px;
    }

    .gm-15 {
      left: 830px;
      top: 118px;
    }

    .gm-16 {
      left: 4px;
      top: 118px;
      width: 346px;
      height: 346px;
    }

    .gm-16 a {
      width: 346px;
      height: 346px;
    }

    .gm-17 {
      left: 358px;
      top: 236px;
    }

    .gm-18 {
      left: 476px;
      top: 236px;
    }

    .gm-19 {
      left: 594px;
      top: 236px;
    }

    .gm-20 {
      left: 712px;
      top: 236px;
    }

    .gm-21 {
      left: 830px;
      top: 236px;
    }

    .gm-22 {
      left: 358px;
      top: 354px;
    }

    .gm-23 {
      left: 476px;
      top: 354px;
    }

    .gm-24 {
      left: 594px;
      top: 354px;
    }

    .gm-25 {
      left: 712px;
      top: 354px;
    }

    .gm-26 {
      left: 830px;
      top: 354px;
    }

    .gm-27 {
      left: 948px;
      top: 118px;
      width: 346px;
      height: 346px;
    }

    .gm-27 a {
      width: 346px;
      height: 346px;
    }


    .gm-28 {
      left: 4px;
      top: 472px;
    }

    .gm-29 {
      left: 122px;
      top: 472px;
    }

    .gm-30 {
      left: 240px;
      top: 472px;
    }

    .gm-31 {
      left: 358px;
      top: 472px;
    }

    .gm-32 {
      left: 476px;
      top: 472px;
    }

    .gm-33 {
      left: 594px;
      top: 472px;
    }

    .gm-34 {
      left: 712px;
      top: 472px;
    }

    .gm-35 {
      left: 830px;
      top: 472px;
    }

    .gm-36 {
      left: 948px;
      top: 472px;
    }

    .gm-37 {
      left: 1066px;
      top: 472px;
    }

    .gm-38 {
      left: 1184px;
      top: 472px;
    }



    .gm-39 {
      left: 4px;
      top: 590px;
    }

    .gm-40 {
      left: 122px;
      top: 590px;
    }

    .gm-41 {
      left: 240px;
      top: 590px;
    }

    .gm-42 {
      left: 358px;
      top: 590px;
    }

    .gm-43 {
      left: 476px;
      top: 590px;
    }

    .gm-44 {
      left: 594px;
      top: 590px;
    }

    .gm-45 {
      left: 712px;
      top: 590px;
    }

    .gm-46 {
      left: 830px;
      top: 590px;
    }

    .gm-47 {
      left: 948px;
      top: 590px;
    }

    .gm-48 {
      left: 1066px;
      top: 590px;
    }

    .gm-49 {
      left: 1184px;
      top: 590px;
    }


    .gm-50 {
      left: 4px;
      top: 708px;
    }

    .gm-51 {
      left: 122px;
      top: 708px;
    }

    .gm-52 {
      left: 240px;
      top: 708px;
    }

    .gm-53 {
      left: 358px;
      top: 708px;
    }

    .gm-54 {
      left: 476px;
      top: 708px;
    }

    .gm-55 {
      left: 594px;
      top: 708px;
    }

    .gm-56 {
      left: 712px;
      top: 708px;
    }

    .gm-57 {
      left: 830px;
      top: 708px;
    }

    .gm-58 {
      left: 948px;
      top: 708px;
    }

    .gm-59 {
      left: 1066px;
      top: 708px;
    }

    .gm-60 {
      left: 1184px;
      top: 708px;
    }


    .gm-61 {
      left: 4px;
      top: 826px;
    }

    .gm-62 {
      left: 122px;
      top: 826px;
    }

    .gm-63 {
      left: 240px;
      top: 826px;
    }

    .gm-64 {
      left: 358px;
      top: 826px;
    }

    .gm-65 {
      left: 476px;
      top: 826px;
    }

    .gm-66 {
      left: 594px;
      top: 826px;
    }

    .gm-67 {
      left: 712px;
      top: 826px;
    }

    .gm-68 {
      left: 830px;
      top: 826px;
    }

    .gm-69 {
      left: 948px;
      top: 826px;
    }

    .gm-70 {
      left: 1066px;
      top: 826px;
    }

    .gm-71 {
      left: 1184px;
      top: 826px;
    }


    .gm-72 {
      left: 4px;
      top: 944px;
    }

    .gm-73 {
      left: 122px;
      top: 944px;
    }

    .gm-74 {
      left: 240px;
      top: 944px;
    }

    .gm-75 {
      left: 358px;
      top: 944px;
    }

    .gm-76 {
      left: 476px;
      top: 944px;
    }

    .gm-77 {
      left: 594px;
      top: 944px;
    }

    .gm-78 {
      left: 712px;
      top: 944px;
    }

    .gm-79 {
      left: 830px;
      top: 944px;
    }

    .gm-80 {
      left: 948px;
      top: 944px;
    }

    .gm-81 {
      left: 1066px;
      top: 944px;
    }

    .gm-82 {
      left: 1184px;
      top: 944px;
    }


    .gm-83 {
      left: 4px;
      top: 1062px;
    }

    .gm-84 {
      left: 122px;
      top: 1062px;
    }

    .gm-85 {
      left: 240px;
      top: 1062px;
    }

    .gm-86 {
      left: 358px;
      top: 1062px;
    }

    .gm-87 {
      left: 476px;
      top: 1062px;
    }

    .gm-88 {
      left: 594px;
      top: 1062px;
    }

    .gm-89 {
      left: 712px;
      top: 1062px;
    }

    .gm-90 {
      left: 830px;
      top: 1062px;
    }

    .gm-91 {
      left: 948px;
      top: 1062px;
    }

    .gm-92 {
      left: 1066px;
      top: 1062px;
    }

    .gm-93 {
      left: 1184px;
      top: 1062px;
    }


    .gm-94 {
      left: 4px;
      top: 1180px;
    }

    .gm-95 {
      left: 122px;
      top: 1180px;
    }

    .gm-96 {
      left: 240px;
      top: 1180px;
    }

    .gm-97 {
      left: 358px;
      top: 1180px;
    }

    .gm-98 {
      left: 476px;
      top: 1180px;
    }

    .gm-99 {
      left: 594px;
      top: 1180px;
    }

    .gm-100 {
      left: 712px;
      top: 1180px;
    }

    .gm-101 {
      left: 830px;
      top: 1180px;
    }

    .gm-102 {
      left: 948px;
      top: 1180px;
    }

    .gm-103 {
      left: 1066px;
      top: 1180px;
    }

    .gm-104 {
      left: 1184px;
      top: 1180px;
    }
  }

  @media (min-width: 1180px) and (max-width: 1299px) {
    .mod-tb-right {
      width: 430px;
    }

    .box-earnd-user {
      width: 100px;
    }

    #btn-tb-reg {
      width: 75px;
      display: inline-block;
    }


    section.main-games {
      width: 1180px;
      min-height: 1413px;
      padding: 10px 0px;
    }

    #content-maingames {
      width: 1180px;
      padding: 10px 0px;
    }


    .da-thumbs {
      min-height: 1413px;
    }


    section.more-games {
      width: 1180px;
    }

    .box-topads-x2 .box-home-topx2 {
      width: 1180px;
    }

    .bottbar .bx-center .min-sldmin-games {
      width: 1180px;
    }

    .bottbar .bx-center {
      width: 1200px;
    }

    .bottbar .bx-right {
      display: none;
    }

    header .hbc-third {
      width: 600px;
    }

    header .hbc-third .topnav .tgtop {
      display: none;
    }


    .gm-0 {
      left: 4px;
      top: 0px;
    }

    .gm-1 {
      left: 122px;
      top: 0px;
    }

    .gm-2 {
      left: 240px;
      top: 0px;
    }

    .gm-3 {
      left: 358px;
      top: 0px;
    }

    .gm-4 {
      left: 476px;
      top: 0px;
    }

    .gm-5 {
      left: 594px;
      top: 0px;
    }

    .gm-6 {
      left: 712px;
      top: 0px;
    }

    .gm-7 {
      left: 830px;
      top: 0px;
    }

    .gm-8 {
      left: 948px;
      top: 0px;
    }

    .gm-9 {
      left: 1066px;
      top: 0px;
    }

    .gm-10 {
      left: 358px;
      top: 118px;
    }

    .gm-11 {
      left: 476px;
      top: 118px;
    }

    .gm-12 {
      left: 594px;
      top: 118px;
    }

    .gm-13 {
      left: 712px;
      top: 118px;
    }

    .gm-14 {
      left: 358px;
      top: 236px;
    }

    .gm-15 {
      left: 476px;
      top: 236px;
    }

    .gm-16 {
      left: 4px;
      top: 118px;
      width: 346px;
      height: 346px;
    }

    .gm-16 a {
      width: 346px;
      height: 346px;
    }

    .gm-17 {
      left: 594px;
      top: 236px;
    }

    .gm-18 {
      left: 712px;
      top: 236px;
    }

    .gm-19 {
      left: 358px;
      top: 354px;
    }

    .gm-20 {
      left: 476px;
      top: 354px;
    }

    .gm-21 {
      left: 594px;
      top: 354px;
    }

    .gm-22 {
      left: 712px;
      top: 354px;
    }


    .gm-23 {
      left: 4px;
      top: 472px;
    }

    .gm-24 {
      left: 122px;
      top: 472px;
    }

    .gm-25 {
      left: 240px;
      top: 472px;
    }

    .gm-26 {
      left: 358px;
      top: 472px;
    }

    .gm-27 {
      left: 830px;
      top: 118px;
      width: 346px;
      height: 346px;
    }

    .gm-27 a {
      width: 346px;
      height: 346px;
    }

    .gm-28 {
      left: 476px;
      top: 472px;
    }

    .gm-29 {
      left: 594px;
      top: 472px;
    }

    .gm-30 {
      left: 712px;
      top: 472px;
    }

    .gm-31 {
      left: 830px;
      top: 472px;
    }

    .gm-32 {
      left: 948px;
      top: 472px;
    }

    .gm-33 {
      left: 1066px;
      top: 472px;
    }



    .gm-34 {
      left: 4px;
      top: 590px;
    }

    .gm-35 {
      left: 122px;
      top: 590px;
    }

    .gm-36 {
      left: 240px;
      top: 590px;
    }

    .gm-37 {
      left: 358px;
      top: 590px;
    }

    .gm-38 {
      left: 476px;
      top: 590px;
    }

    .gm-39 {
      left: 594px;
      top: 590px;
    }

    .gm-40 {
      left: 712px;
      top: 590px;
    }

    .gm-41 {
      left: 830px;
      top: 590px;
    }

    .gm-42 {
      left: 948px;
      top: 590px;
    }

    .gm-43 {
      left: 1066px;
      top: 590px;
    }


    .gm-44 {
      left: 4px;
      top: 708px;
    }

    .gm-45 {
      left: 122px;
      top: 708px;
    }

    .gm-46 {
      left: 240px;
      top: 708px;
    }

    .gm-47 {
      left: 358px;
      top: 708px;
    }

    .gm-48 {
      left: 476px;
      top: 708px;
    }

    .gm-49 {
      left: 594px;
      top: 708px;
    }

    .gm-50 {
      left: 712px;
      top: 708px;
    }

    .gm-51 {
      left: 830px;
      top: 708px;
    }

    .gm-52 {
      left: 948px;
      top: 708px;
    }

    .gm-53 {
      left: 1066px;
      top: 708px;
    }

    .gm-54 {
      left: 4px;
      top: 826px;
    }

    .gm-55 {
      left: 122px;
      top: 826px;
    }

    .gm-56 {
      left: 240px;
      top: 826px;
    }

    .gm-57 {
      left: 358px;
      top: 826px;
    }

    .gm-58 {
      left: 476px;
      top: 826px;
    }

    .gm-59 {
      left: 594px;
      top: 826px;
    }

    .gm-60 {
      left: 712px;
      top: 826px;
    }

    .gm-61 {
      left: 830px;
      top: 826px;
    }

    .gm-62 {
      left: 948px;
      top: 826px;
    }

    .gm-63 {
      left: 1066px;
      top: 826px;
    }

    .gm-64 {
      left: 4px;
      top: 944px;
    }

    .gm-65 {
      left: 122px;
      top: 944px;
    }

    .gm-66 {
      left: 240px;
      top: 944px;
    }

    .gm-67 {
      left: 358px;
      top: 944px;
    }

    .gm-68 {
      left: 476px;
      top: 944px;
    }

    .gm-69 {
      left: 594px;
      top: 944px;
    }

    .gm-70 {
      left: 712px;
      top: 944px;
    }

    .gm-71 {
      left: 830px;
      top: 944px;
    }

    .gm-72 {
      left: 948px;
      top: 944px;
    }

    .gm-73 {
      left: 1066px;
      top: 944px;
    }

    .gm-74 {
      left: 4px;
      top: 1062px;
    }

    .gm-75 {
      left: 122px;
      top: 1062px;
    }

    .gm-76 {
      left: 240px;
      top: 1062px;
    }

    .gm-77 {
      left: 358px;
      top: 1062px;
    }

    .gm-78 {
      left: 476px;
      top: 1062px;
    }

    .gm-79 {
      left: 594px;
      top: 1062px;
    }

    .gm-80 {
      left: 712px;
      top: 1062px;
    }

    .gm-81 {
      left: 830px;
      top: 1062px;
    }

    .gm-82 {
      left: 948px;
      top: 1062px;
    }

    .gm-83 {
      left: 1066px;
      top: 1062px;
    }

    .gm-84 {
      left: 4px;
      top: 1180px;
    }

    .gm-85 {
      left: 122px;
      top: 1180px;
    }

    .gm-86 {
      left: 240px;
      top: 1180px;
    }

    .gm-87 {
      left: 358px;
      top: 1180px;
    }

    .gm-88 {
      left: 476px;
      top: 1180px;
    }

    .gm-89 {
      left: 594px;
      top: 1180px;
    }

    .gm-90 {
      left: 712px;
      top: 1180px;
    }

    .gm-91 {
      left: 830px;
      top: 1180px;
    }

    .gm-92 {
      left: 948px;
      top: 1180px;
    }

    .gm-93 {
      left: 1066px;
      top: 1180px;
    }

    .gm-94 {
      left: 4px;
      top: 1298px;
    }

    .gm-95 {
      left: 122px;
      top: 1298px;
    }

    .gm-96 {
      left: 240px;
      top: 1298px;
    }

    .gm-97 {
      left: 358px;
      top: 1298px;
    }

    .gm-98 {
      left: 476px;
      top: 1298px;
    }

    .gm-99 {
      left: 594px;
      top: 1298px;
    }

    .gm-100 {
      left: 712px;
      top: 1298px;
    }

    .gm-101 {
      left: 830px;
      top: 1298px;
    }

    .gm-102 {
      left: 948px;
      top: 1298px;
    }

    .gm-103 {
      left: 1066px;
      top: 1298px;
    }
  }

  @media (min-width: 1065px) and (max-width: 1179px) {
    .mod-tb-right {
      width: 430px;
    }

    .box-earnd-user {
      width: 100px;
    }

    #btn-tb-reg {
      width: 75px;
      display: inline-block;
    }


    section.main-games {
      width: 1065px;
      min-height: 1531px;
      padding: 10px 0px;
    }

    .da-thumbs {
      min-height: 1531px;
    }

    #content-maingames {
      width: 1065px;
      padding: 10px 0px;
    }

    section.more-games {
      width: 1065px;
    }

    .box-topads-x2 .box-home-topx2 {
      width: 1065px;
    }

    .bottbar .bx-center .min-sldmin-games {
      width: 1065px;
    }

    header .hbc-third {
      width: 400px;
    }

    header .hbc-third .topnav .tgrate {
      display: none;
    }

    header .hbc-third .topnav .tgtop {
      display: none;
    }


    .bottbar .bx-right {
      display: none;
    }

    .gm-0 {
      left: 4px;
      top: 0px;
    }

    .gm-1 {
      left: 122px;
      top: 0px;
    }

    .gm-2 {
      left: 240px;
      top: 0px;
    }

    .gm-3 {
      left: 358px;
      top: 0px;
    }

    .gm-4 {
      left: 476px;
      top: 0px;
    }

    .gm-5 {
      left: 594px;
      top: 0px;
    }

    .gm-6 {
      left: 712px;
      top: 0px;
    }

    .gm-7 {
      left: 830px;
      top: 0px;
    }

    .gm-8 {
      left: 948px;
      top: 0px;
    }

    .gm-9 {
      left: 358px;
      top: 118px;
    }

    .gm-10 {
      left: 476px;
      top: 118px;
    }

    .gm-11 {
      left: 594px;
      top: 118px;
    }

    .gm-12 {
      left: 358px;
      top: 236px;
    }

    .gm-13 {
      left: 476px;
      top: 236px;
    }

    .gm-14 {
      left: 594px;
      top: 236px;
    }

    .gm-15 {
      left: 358px;
      top: 354px;
    }

    .gm-16 {
      left: 4px;
      top: 118px;
      width: 346px;
      height: 346px;
    }

    .gm-16 a {
      width: 346px;
      height: 346px;
    }

    .gm-17 {
      left: 476px;
      top: 354px;
    }

    .gm-18 {
      left: 594px;
      top: 354px;
    }


    .gm-19 {
      left: 4px;
      top: 472px;
    }

    .gm-20 {
      left: 122px;
      top: 472px;
    }

    .gm-21 {
      left: 240px;
      top: 472px;
    }

    .gm-22 {
      left: 358px;
      top: 472px;
    }

    .gm-23 {
      left: 476px;
      top: 472px;
    }

    .gm-24 {
      left: 594px;
      top: 472px;
    }

    .gm-25 {
      left: 712px;
      top: 472px;
    }

    .gm-26 {
      left: 830px;
      top: 472px;
    }

    .gm-27 {
      left: 712px;
      top: 118px;
      width: 346px;
      height: 346px;
    }

    .gm-27 a {
      width: 346px;
      height: 346px;
    }

    .gm-28 {
      left: 948px;
      top: 472px;
    }



    .gm-29 {
      left: 4px;
      top: 590px;
    }

    .gm-30 {
      left: 122px;
      top: 590px;
    }

    .gm-31 {
      left: 240px;
      top: 590px;
    }

    .gm-32 {
      left: 358px;
      top: 590px;
    }

    .gm-33 {
      left: 476px;
      top: 590px;
    }

    .gm-34 {
      left: 594px;
      top: 590px;
    }

    .gm-35 {
      left: 712px;
      top: 590px;
    }

    .gm-36 {
      left: 830px;
      top: 590px;
    }

    .gm-37 {
      left: 948px;
      top: 590px;
    }


    .gm-38 {
      left: 4px;
      top: 708px;
    }

    .gm-39 {
      left: 122px;
      top: 708px;
    }

    .gm-40 {
      left: 240px;
      top: 708px;
    }

    .gm-41 {
      left: 358px;
      top: 708px;
    }

    .gm-42 {
      left: 476px;
      top: 708px;
    }

    .gm-43 {
      left: 594px;
      top: 708px;
    }

    .gm-44 {
      left: 712px;
      top: 708px;
    }

    .gm-45 {
      left: 830px;
      top: 708px;
    }

    .gm-46 {
      left: 948px;
      top: 708px;
    }

    .gm-47 {
      left: 4px;
      top: 826px;
    }

    .gm-48 {
      left: 122px;
      top: 826px;
    }

    .gm-49 {
      left: 240px;
      top: 826px;
    }

    .gm-50 {
      left: 358px;
      top: 826px;
    }

    .gm-51 {
      left: 476px;
      top: 826px;
    }

    .gm-52 {
      left: 594px;
      top: 826px;
    }

    .gm-53 {
      left: 712px;
      top: 826px;
    }

    .gm-54 {
      left: 830px;
      top: 826px;
    }

    .gm-55 {
      left: 948px;
      top: 826px;
    }

    .gm-56 {
      left: 4px;
      top: 944px;
    }

    .gm-57 {
      left: 122px;
      top: 944px;
    }

    .gm-58 {
      left: 240px;
      top: 944px;
    }

    .gm-59 {
      left: 358px;
      top: 944px;
    }

    .gm-60 {
      left: 476px;
      top: 944px;
    }

    .gm-61 {
      left: 594px;
      top: 944px;
    }

    .gm-62 {
      left: 712px;
      top: 944px;
    }

    .gm-63 {
      left: 830px;
      top: 944px;
    }

    .gm-64 {
      left: 948px;
      top: 944px;
    }


    .gm-65 {
      left: 4px;
      top: 1062px;
    }

    .gm-66 {
      left: 122px;
      top: 1062px;
    }

    .gm-67 {
      left: 240px;
      top: 1062px;
    }

    .gm-68 {
      left: 358px;
      top: 1062px;
    }

    .gm-69 {
      left: 476px;
      top: 1062px;
    }

    .gm-70 {
      left: 594px;
      top: 1062px;
    }

    .gm-71 {
      left: 712px;
      top: 1062px;
    }

    .gm-72 {
      left: 830px;
      top: 1062px;
    }

    .gm-73 {
      left: 948px;
      top: 1062px;
    }


    .gm-74 {
      left: 4px;
      top: 1180px;
    }

    .gm-75 {
      left: 122px;
      top: 1180px;
    }

    .gm-76 {
      left: 240px;
      top: 1180px;
    }

    .gm-77 {
      left: 358px;
      top: 1180px;
    }

    .gm-78 {
      left: 476px;
      top: 1180px;
    }

    .gm-79 {
      left: 594px;
      top: 1180px;
    }

    .gm-80 {
      left: 712px;
      top: 1180px;
    }

    .gm-81 {
      left: 830px;
      top: 1180px;
    }

    .gm-82 {
      left: 948px;
      top: 1180px;
    }


    .gm-83 {
      left: 4px;
      top: 1298px;
    }

    .gm-84 {
      left: 122px;
      top: 1298px;
    }

    .gm-85 {
      left: 240px;
      top: 1298px;
    }

    .gm-86 {
      left: 358px;
      top: 1298px;
    }

    .gm-87 {
      left: 476px;
      top: 1298px;
    }

    .gm-88 {
      left: 594px;
      top: 1298px;
    }

    .gm-89 {
      left: 712px;
      top: 1298px;
    }

    .gm-90 {
      left: 830px;
      top: 1298px;
    }

    .gm-91 {
      left: 948px;
      top: 1298px;
    }


    .gm-92 {
      left: 4px;
      top: 1416px;
    }

    .gm-93 {
      left: 122px;
      top: 1416px;
    }

    .gm-94 {
      left: 240px;
      top: 1416px;
    }

    .gm-95 {
      left: 358px;
      top: 1416px;
    }

    .gm-96 {
      left: 476px;
      top: 1416px;
    }

    .gm-97 {
      left: 594px;
      top: 1416px;
    }

    .gm-98 {
      left: 712px;
      top: 1416px;
    }

    .gm-99 {
      left: 830px;
      top: 1416px;
    }

    .gm-100 {
      left: 948px;
      top: 1416px;
    }
  }

  @media (max-width:1024px) {}

  @media (min-width: 966px) and (max-width: 1065px) {
    .box-earnd-user {
      width: 140px;
    }

    #btn-tb-reg {
      width: 75px;
      display: inline-block;
    }

    section.main-games {
      width: 945px;
      min-height: 1650px;
      padding: 10px 0px;
    }


    .da-thumbs {
      min-height: 1650px;
    }

    #content-maingames {
      width: 945px;
      padding: 10px 0px;
    }

    section.more-games {
      width: 945px;
    }


    header .hbc-third {
      width: 250px;
    }

    header .hbc-third .topnav .tgbest {
      display: none;
    }

    header .hbc-third .topnav .tgrate {
      display: none;
    }

    header .hbc-third .topnav .tgtop {
      display: none;
    }

    .bottbar .bx-left {
      display: none;
    }

    .bottbar .bx-center {
      width: 98%;
      margin: 0px 0% 0px 1%;
    }

    .bottbar .bx-right {
      display: none;
    }

    .bottbar .bx-center .min-sldmin-games {
      width: 945px;
    }

    .btns-nouser {
      display: none;
    }

    .mod-tb-right {
      width: 400px;
    }

    .coin-35 {}

    .gm-0 {
      left: 4px;
      top: 0px;
    }

    .gm-1 {
      left: 122px;
      top: 0px;
    }

    .gm-2 {
      left: 240px;
      top: 0px;
    }

    .gm-3 {
      left: 358px;
      top: 0px;
    }

    .gm-4 {
      left: 476px;
      top: 0px;
    }

    .gm-5 {
      left: 594px;
      top: 0px;
    }

    .gm-6 {
      left: 712px;
      top: 0px;
    }

    .gm-7 {
      left: 830px;
      top: 0px;
    }

    .gm-8 {
      left: 358px;
      top: 118px;
    }

    .gm-9 {
      left: 476px;
      top: 118px;
    }

    .gm-10 {
      left: 358px;
      top: 236px;
    }

    .gm-11 {
      left: 476px;
      top: 236px;
    }

    .gm-12 {
      left: 358px;
      top: 354px;
    }

    .gm-13 {
      left: 476px;
      top: 354px;
    }

    .gm-14 {
      left: 4px;
      top: 472px;
    }

    .gm-15 {
      left: 122px;
      top: 472px;
    }

    .gm-16 {
      left: 4px;
      top: 118px;
      width: 346px;
      height: 346px;
    }

    .gm-16 a {
      width: 346px;
      height: 346px;
    }

    .gm-17 {
      left: 240px;
      top: 472px;
    }

    .gm-18 {
      left: 358px;
      top: 472px;
    }

    .gm-19 {
      left: 476px;
      top: 472px;
    }

    .gm-20 {
      left: 594px;
      top: 472px;
    }

    .gm-21 {
      left: 712px;
      top: 472px;
    }

    .gm-22 {
      left: 830px;
      top: 472px;
    }


    .gm-23 {
      left: 4px;
      top: 590px;
    }

    .gm-24 {
      left: 122px;
      top: 590px;
    }

    .gm-25 {
      left: 240px;
      top: 590px;
    }

    .gm-26 {
      left: 358px;
      top: 590px;
    }

    .gm-27 {
      left: 594px;
      top: 118px;
      width: 346px;
      height: 346px;
    }

    .gm-27 a {
      width: 346px;
      height: 346px;
    }


    .gm-28 {
      left: 476px;
      top: 590px;
    }

    .gm-29 {
      left: 594px;
      top: 590px;
    }

    .gm-30 {
      left: 712px;
      top: 590px;
    }

    .gm-31 {
      left: 830px;
      top: 590px;
    }


    .gm-32 {
      left: 4px;
      top: 708px;
    }

    .gm-33 {
      left: 122px;
      top: 708px;
    }

    .gm-34 {
      left: 240px;
      top: 708px;
    }

    .gm-35 {
      left: 358px;
      top: 708px;
    }

    .gm-36 {
      left: 476px;
      top: 708px;
    }

    .gm-37 {
      left: 594px;
      top: 708px;
    }

    .gm-38 {
      left: 712px;
      top: 708px;
    }

    .gm-39 {
      left: 830px;
      top: 708px;
    }


    .gm-40 {
      left: 4px;
      top: 826px;
    }

    .gm-41 {
      left: 122px;
      top: 826px;
    }

    .gm-42 {
      left: 240px;
      top: 826px;
    }

    .gm-43 {
      left: 358px;
      top: 826px;
    }

    .gm-44 {
      left: 476px;
      top: 826px;
    }

    .gm-45 {
      left: 594px;
      top: 826px;
    }

    .gm-46 {
      left: 712px;
      top: 826px;
    }

    .gm-47 {
      left: 830px;
      top: 826px;
    }


    .gm-48 {
      left: 4px;
      top: 944px;
    }

    .gm-49 {
      left: 122px;
      top: 944px;
    }

    .gm-50 {
      left: 240px;
      top: 944px;
    }

    .gm-51 {
      left: 358px;
      top: 944px;
    }

    .gm-52 {
      left: 476px;
      top: 944px;
    }

    .gm-53 {
      left: 594px;
      top: 944px;
    }

    .gm-54 {
      left: 712px;
      top: 944px;
    }

    .gm-55 {
      left: 830px;
      top: 944px;
    }


    .gm-56 {
      left: 4px;
      top: 1062px;
    }

    .gm-57 {
      left: 122px;
      top: 1062px;
    }

    .gm-58 {
      left: 240px;
      top: 1062px;
    }

    .gm-59 {
      left: 358px;
      top: 1062px;
    }

    .gm-60 {
      left: 476px;
      top: 1062px;
    }

    .gm-61 {
      left: 594px;
      top: 1062px;
    }

    .gm-62 {
      left: 712px;
      top: 1062px;
    }

    .gm-63 {
      left: 830px;
      top: 1062px;
    }



    .gm-64 {
      left: 4px;
      top: 1180px;
    }

    .gm-65 {
      left: 122px;
      top: 1180px;
    }

    .gm-66 {
      left: 240px;
      top: 1180px;
    }

    .gm-67 {
      left: 358px;
      top: 1180px;
    }

    .gm-68 {
      left: 476px;
      top: 1180px;
    }

    .gm-69 {
      left: 594px;
      top: 1180px;
    }

    .gm-70 {
      left: 712px;
      top: 1180px;
    }

    .gm-71 {
      left: 830px;
      top: 1180px;
    }



    .gm-72 {
      left: 4px;
      top: 1298px;
    }

    .gm-73 {
      left: 122px;
      top: 1298px;
    }

    .gm-74 {
      left: 240px;
      top: 1298px;
    }

    .gm-75 {
      left: 358px;
      top: 1298px;
    }

    .gm-76 {
      left: 476px;
      top: 1298px;
    }

    .gm-77 {
      left: 594px;
      top: 1298px;
    }

    .gm-78 {
      left: 712px;
      top: 1298px;
    }

    .gm-79 {
      left: 830px;
      top: 1298px;
    }



    .gm-80 {
      left: 4px;
      top: 1416px;
    }

    .gm-81 {
      left: 122px;
      top: 1416px;
    }

    .gm-82 {
      left: 240px;
      top: 1416px;
    }

    .gm-83 {
      left: 358px;
      top: 1416px;
    }

    .gm-84 {
      left: 476px;
      top: 1416px;
    }

    .gm-85 {
      left: 594px;
      top: 1416px;
    }

    .gm-86 {
      left: 712px;
      top: 1416px;
    }

    .gm-87 {
      left: 830px;
      top: 1416px;
    }


    .gm-88 {
      left: 4px;
      top: 1534px;
    }

    .gm-89 {
      left: 122px;
      top: 1534px;
    }

    .gm-90 {
      left: 240px;
      top: 1534px;
    }

    .gm-91 {
      left: 358px;
      top: 1534px;
    }

    .gm-92 {
      left: 476px;
      top: 1534px;
    }

    .gm-93 {
      left: 594px;
      top: 1534px;
    }

    .gm-94 {
      left: 712px;
      top: 1534px;
    }

    .gm-95 {
      left: 830px;
      top: 1534px;
    }

    .gm-95 {
      left: 358px;
      top: 1416px;
    }

    .gm-96 {
      left: 476px;
      top: 1416px;
    }

    .gm-97 {
      left: 594px;
      top: 1416px;
    }

    .gm-98 {
      left: 712px;
      top: 1416px;
    }

    .gm-99 {
      left: 830px;
      top: 1416px;
    }

    .gm-100 {
      display: none;
    }

    .gm-101 {
      left: 830px;
      top: 1298px;
    }

    .gm-102 {
      display: none;
    }
  }


  @media (max-width:965px) {
    .box-earnd-user {
      width: 140px;
    }

    #btn-tb-reg {
      width: 75px;
      display: inline-block;
    }

    section.main-games {
      width: 100%;
      min-height: 1650px;
      padding: 10px 0px;
    }

    #content-maingames {
      width: 100%;
      padding: 10px 0px;
    }

    .btns-nouser {
      display: none;
    }

    section.more-games {
      width: 100%;
    }

    .bottbar .bx-left {
      display: none;
    }

    .bottbar .bx-center {
      width: 99%;
      left: 0px;
    }

    .bottbar .bx-right {
      display: none;
    }

    .bottbar .bx-center .min-sldmin-games {
      width: 99%;
    }

    header .hbc-third {
      display: none;
    }

    header .hbc-four .topnav .right-nav .resent-games {
      display: none;
    }

    .firstGames .kizgames {
      position: relative;
      left: 0px;
      top: 0px;
      margin: 4px;
      vertical-align: center
    }

    .gm-0 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-1 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-2 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-3 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-4 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-5 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-6 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-7 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-8 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-9 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-10 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-11 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-12 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-13 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-14 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-15 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-16 {
      display: none;
    }


    .gm-17 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-18 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-19 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-20 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-21 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-22 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }


    .gm-23 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-24 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-25 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-26 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-27 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-27 {
      display: none;
    }

    .gm-28 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-29 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-30 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-31 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }


    .gm-32 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-33 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-34 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-35 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-36 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-37 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-38 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-39 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }


    .gm-40 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-41 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-42 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-43 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-44 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-45 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-46 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-47 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }


    .gm-48 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-49 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-50 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-51 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-52 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-53 {
      lposition: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-54 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-55 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }


    .gm-56 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-57 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-58 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-59 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-60 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-61 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-62 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-63 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }



    .gm-64 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-65 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-66 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-67 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-68 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-69 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-70 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-71 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }



    .gm-72 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-73 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-74 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-75 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-76 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-77 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-78 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-79 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }



    .gm-80 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-81 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-82 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-83 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-84 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-85 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-86 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-87 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }


    .gm-88 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-89 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-90 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-91 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-92 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-93 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-94 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    .gm-95 {
      position: relative;
      left: 0px;
      top: 0px;
      display: inline-block;
      margin: 4px;
      vertical-align: center;
    }

    section.main-games {
      min-height: 1450px;
    }

    .da-thumbs {
      min-height: 1450px;
    }

    section.module-about .modfooter {
      height: 540px;
    }

    .ads-bottom {}

  }

  .kiztags {
    position: relative;
    width: 95%;
    background: #280e5b;
    min-height: 300px;
    height: auto;
    margin: 10px auto;
    padding: 10px 2%;
    text-align: center;
    border-radius: 10px;

  }

  .kiztags h3 {
    position: relative;
    width: 100%;
    color: #FAC609;
    font-size: 23px;
    padding: 10px 0px;
    margin: 10px auto;
    width: 100%;
    text-align: center;
  }

  .kiztags p {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 21px;
    margin: 10px auto;
  }

  .kiztags .sldmin-tgames {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px auto;
  }

  .kiztags a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 6px;
    width: 230px;
    height: 150px;
    margin: 5px 10px 5px 10px;
    -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.22);
  }

  .kiztags a img {
    border: none;
    width: 100%;
    height: 100%;
  }

  .kiztags a strong:hover {
    opacity: 1;
  }

  .kiztags a strong:hover {
    opacity: 1;
  }

  .kiztags a strong {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fff;
    z-index: 3;
    font-size: 21px;
  }

  .kiztags a strong {
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 80px 0px;
  }


  .hvr-sweep-to-top:before {
    opacity: 0.8;
    background: #35137a;
    background: linear-gradient(0deg, rgba(3, 45, 207, 1) 0%, rgba(4, 86, 226, 1) 54%, rgba(0, 82, 255, 0.7343312324929971) 100%);
  }

  .hvr-sweep-to-top:hover:before,
  .hvr-sweep-to-top:focus:before,
  .hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  .hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #35137a;
    background: linear-gradient(0deg, rgba(3, 45, 207, 1) 0%, rgba(4, 86, 226, 1) 54%, rgba(0, 82, 255, 0.7343312324929971) 100%);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .hvr-sweep-to-top:hover,
  .hvr-sweep-to-top:focus,
  .hvr-sweep-to-top:active {
    color: white;
  }

  .hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #441774;
    background: linear-gradient(0deg, rgba(3, 45, 207, 1) 0%, rgba(4, 86, 226, 1) 54%, rgba(0, 82, 255, 0.7343312324929971) 100%);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .hvr-sweep-to-top:before {
    opacity: 0.8;
    background: #441774;
    background: linear-gradient(0deg, rgba(3, 45, 207, 1) 0%, rgba(4, 86, 226, 1) 54%, rgba(0, 82, 255, 0.7343312324929971) 100%);
  }

  @media (max-width:530px) {
    .kizcategories a {
      position: relative;
      display: inline-block;
      overflow: hidden;
      border-radius: 6px;
      width: calc(100% - 15px);
      height: 130px;
      margin: 5px 10px 5px 10px;
      -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.22);
      -moz-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.22);
      box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.22);
    }
  }
	h1 { text-align:center; }	
	#sidebar-toggle {color:#fff;padding: 5px 7px;margin: 5px 7px;}
	#sidebar-toggle i {font-size:31px;color:#fff;}
	header {z-index: 2147483645 !important;}
	#pagetree {z-index: 2147483645 !important;}
	#container-sidebar  {z-index: 2147483645 !important;}
	header .mk-topmenu .ico-search i {background:none;font-size:31px;color:#fff;}
	.subtitle {color:#FAC609;}
	.desc a {color:#FAC609;}
	.police-california {color:#fff;}
	.dlinks a{float:left;width:100%;min-height: 25px;
	position: relative;
    width: 274px;
    padding: 5px 0 5px 10px;
    height: 34px;
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #196c96;
	}
	.dlinks a img{position: absolute;}
	.dlinks a span {
	    position: absolute;
	    margin: 9px 0 0 44px;
	    width: 230px;
	    line-height: 15px;
	}
		.subtitle {color:#FAC609;}
	.desc a {color:#FAC609;}
	.title-page {font-size:31px;color:#FAC609;width:100%;text-align:left;margin:10px 0px;padding:10px 0px;border-bottom:solid 5px #FAC609;}

	.btns-info {float:left;width:98%;margin:50px 1% 0px 1%;padding:5px 0px;text-align:left;}
	.btns-info a {float:left;width:auto;padding:10px 10px;margin:4px;text-align:center;text-decoration:none;background:#17064B;color:#fff;border-radius:4px;}
	.btns-info a:hover {background:#FAC609;color:#17064B;}
	.btns-info a.active {background:#FAC609;color:#17064B;}
	#sidebar {left:0px;width: 100%;}
	#container-sidebar {opacity:1;}
	#sidebar ul li a {
		border-bottom:none;
		width: 90%;padding: 5px 0 5px 10%;
	}
	.mk-titleother.subtitles {width: 86%;margin:10px 2%;padding: 10px 0 10px 10%;text-align:left;background: #441774;border-radius:6px;}
	.dlinks a {  width: 90%;padding: 5px 0 5px 10%;border-bottom:none; }
	
	html body {height:auto;width: 100%;}
	.btns-info {margin: 0px 1% 0px 1%;}
	.box-leftnav .mainoptions .btitle {width: 98%}
	.box-leftnav .mainoptions .ccnav {right: 15px;top: 13px;}
	.box-leftnav .mainoptions .ccnav{opacity: 1;}

	.mk-icoclose i {background: #fff;opacity: 1;color: #fff;}
	.mk-closesearch i {background: #fff;opacity: 1;color: #fff;}

	.footer {
    position: relative;
    width: 100%;
    height: auto;
    margin: 10px 0;
    padding: 5px 0;
	}

	.footer ul.bg1 {
    background: #29084c;
    margin: 0;
    color: #fff;
}
.footer ul.bg1 {
    background: #29084c;
    margin: 0;
    color: #fff;
}
.footer ul {
    float: left;
    text-align: center;
    padding: 8px 0;
    margin: 5px 0;
    width: 100%;
}
.footer ul {
    float: left;
    text-align: center;
    padding: 8px 0;
    margin: 5px 0;
    width: 100%;
}
.footer ul.bg1 li a {
    color: #fff;
}
.footer ul li a {
    width: auto;
    height: auto;
}
.footer li a {
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
    color: #fac609;
}
.topads { min-height:0px; }

.ccnav {
    position: absolute;
    right: 14px;
    top: 13px;
    font-size: 27px;
    color: #fac609;
    cursor: pointer;
    opacity: .5;
}