@font-face {
    font-family: 'icomoon';
    src: url('//play.ludigames.com/fonts/icomoon.eot');
    src: url('//play.ludigames.com/fonts/icomoon.eot#iefix') format('embedded-opentype'), url('//play.ludigames.com/fonts/icomoon.ttf') format('truetype'), url('//play.ludigames.com/fonts/icomoon.woff') format('woff'), url('//play.ludigames.com/fonts/icomoon.svg') format('svg');
    font-weight: 400;
    font-style: normal
    
}
/*body {
    position: relative;
    overflow-x: hidden;
}*/
/*body,
html { height: 100%;}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {background-color: transparent;}
*/
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
.login-button{
    color: #fff;
    padding: 5px;
    font-weight: bold;
    border: 1px #fff solid;
    position:relative;
    z-index:9999;
    font-size:100%;
    cursor:pointer;
}
#main{
    text-align:center;
}

#box1{
    height: 25px;
    font-weight: bold;
    color: #f00;
    border: solid 1px #ffffff;
    background-color: #ffffff;
    float: right;
}
#box2{
    height: 25px;
    color: #fff;
    font-weight: bold;
    width: 40px;
    border: solid 1px #ffffff;
    background-color: #ff0000;
    float: right;
}

#box3{
    height: 25px;
    width: 25px;
    font-weight: bold;
    border: solid 1px #ffffff;
    background-color: #ff0000;
    float: right;
}

#redeem:hover{
    transition: all 0.15s ease-in-out;
    transition-duration: 250ms;
    color: #f00!important;
    background: #fff;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(212,212,212,1);
    -moz-box-shadow: 1px 1px 1px 0px rgba(212,212,212,1);
    box-shadow: 1px 1px 1px 0px rgba(212,212,212,1)
}

#redeem:active{
    transform: translateY(4px);
}

#click-me-btn:hover{
    transition: all 0.15s ease-in-out;
    transition-duration: 250ms;
    color: #f00!important;
    background: #fff;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(212,212,212,1);
    -moz-box-shadow: 1px 1px 1px 0px rgba(212,212,212,1);
    box-shadow: 1px 1px 1px 0px rgba(212,212,212,1)
}

#click-me-btn:active{
    transform: translateY(4px);
}

.fixed-margin{
    width: calc(100% - 15px)!important;
}


#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #1a1a1a;
}
.sidebar-nav li:nth-child(2):before {
    background-color: #ec1b5a;
}
.sidebar-nav li:nth-child(3):before {
    background-color: #79aefe;
}
.sidebar-nav li:nth-child(4):before {
    background-color: #314190;
}
.sidebar-nav li:nth-child(5):before {
    background-color: #279636;
}
.sidebar-nav li:nth-child(6):before {
    background-color: #7d5d81;
}
.sidebar-nav li:nth-child(7):before {
    background-color: #ead24c;
}
.sidebar-nav li:nth-child(8):before {
    background-color: #2d2366;
}
.sidebar-nav li:nth-child(9):before {
    background-color: #35acdf;
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: fixed;
  top: 20px;
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top {
  top: 5px;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
    float: left
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}
button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}
.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    z-index: 50;
    height: 5px;
    width: 98%;
    margin-top: 3px;
    bottom: 3px
}
.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}


.menu-left {
    position: absolute;
    left: 0;
    top: 0;
    /*height: 40px;*/
    /*width: 40px;*/
    text-align: center
}
.menu-left img {
    /*margin-top: 5px;*/
    vertical-align: middle;
    width:30px;
}


.menu-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 100px;
    text-align: center;
}
.menu-right img {
    margin-top: 10px;
    vertical-align: middle
}

.wrapper {
    margin: 0 auto;
    max-width: 510px;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
html {
    font-family: OpenSans, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0
}
strong,
b {
    font-family: OpenSans, sans-serif;
    font-weight: bold;
	font-size:16px;
	color:#ffffff
}
body {
    /*margin: 0 auto;*/
    color: #000;
	/*max-width: 510px;*/
}
table {
    border-collapse: collapse
}
a,
a:visited,
a:active,
a:link {
    text-decoration: none;
	font-size:12px;
    color: inherit;
    padding: 0;
    margin: 0;
    display: inline
}
.clear {
    clear: both
}
.underline {
    text-decoration: underline
}
.contents {
    position: relative
}
.contents_inner {
    line-height: 20px
}
.centered_contents {
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px
}
.centered_contents.nbp {
    padding-bottom: 0
}
.contents_product {
    display: block;
    width: 95%;
    max-width: 450px;
    margin: 0 auto
}
.contents_product .poster_wrapper {
    position: relative;
    width: 99%;
    margin-left: auto;
    margin-right: auto
}
.contents_product .poster {
    display: inline-block;
    width: 100%
}
.contents_product .product_info {
    width: 90%;
    margin: 0 auto
}
.contents_product .game_title_buttons {
    display: block;
    padding-top: 16px
}
.contents_product .product_rating strong {
    display: inline-block;
    float: left;
    margin-right: 10px
}
.contents_product .game_rating {
    display: inline-block;
    height: 19px;
    vertical-align: middle
}
.contents_product .age_rating {
    font-family: OpenSans, sans-serif;
    font-weight: bold;
    text-transform: uppercase
}
.contents_product .age_rating .highlight {
    color: #129170
}
.contents_product .game_desc_title {
    font-family: OpenSans, sans-serif;
    font-weight: bold;
    color: #0796f0;
    text-transform: uppercase
}
.game_image {
    text-align: center;
    min-height: 100px;
    position: relative
}
.game_image img {
    border: 0!important;
    width: 79px;
    height: 79px
}
#game_list {
    width: 100%;
    padding: 0 6px 0 3px;
    box-sizing: border-box
}
#game_list .game_box {
    display: block;
    float: left;
    width: 33%;
    color: #312f2f;
    position: relative
}
div.even-div .inner_game_box {
    box-sizing: border-box;
    margin-left: 3px;
    width: 100%
}
#game_list .game_contents {
    height: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px
}
#game_list .game_box:nth-child(even)>div {
    border-right: 0!important
}
#game_list .game_rating {
    position: relative;
    float: left;
    left: 58px;
    bottom: 7px
}
#game_list .game_rating img {
    width: 11px
}
.container_button_bg {
    border-radius: 6px;
    padding: 10px 15px 10px 15px;
    background: #fff;
    background: white;
    border: 1px solid #EEE
}
.delimiter {
    height: 3px
}
.delimiter_6 {
    height: 6px
}
.delimiter_12 {
    height: 12px
}
.delimiter_border_1 {
    height: 1px;
    width: 100%;
    background-color: #d4d4d4
}
.delimiter_border_2 {
    height: 2px;
    width: 100%;
    background-color: #c2c2c2
}
.ga_button {
    margin-top: 10px;
    margin-bottom: 10px
}
.center {
    margin-right: auto!important;
    margin-left: auto!important
}
.green_button {
    display: inline-block;
    outline: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none!important;
    font: 18px/100% OpenSans, sans-serif;
    padding: .5em 0!important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    font-weight: bold;
    position: relative;
    width: 100%;
    color: #fff!important;
    border: solid 0 #3c3;
    background: #3c3;
    background: -webkit-gradient(linear, left top, left bottom, from(#2eb82e), to(#47d147));
    background: -moz-linear-gradient(top, #2eb82e, #47d147);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2EB82E', endColorstr='#47D147')
}
.red_button {
    display: inline-block;
    outline: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none!important;
    font: 18px/100% OpenSans, sans-serif;
    padding: .5em 0!important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    font-weight: bold;
    position: relative;
    width: 100%;
    color: #fff!important;
    border: solid 0 #eb474b;
    background: #db1d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#b82e2e), to(#d14747));
    background: -moz-linear-gradient(top, #b82e2e, #d14747);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#B82E2E', endColorstr='#D14747')
}
.button_80 {
    width: 80px!important;
    padding: 9px!important
}
.button {
    width: auto!important;
    padding: 9px!important
}
.btext {
    position: relative;
    z-index: 100
}

.cbp-spmenu {
    background: #fff;
    position: fixed
}
.cbp-spmenu-3d {
    box-shadow: .5em 0 .7em 0 rgba(2, 3, 3, .2)
}
.cbp-spmenu h3 {
    color: #E8E8E8;
    font-size: 1.9em;
    padding: 15px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6
}
.cbp-spmenu a {
    display: block;
    color: #B0B0B0;
    font-size: 1.1em;
    overflow: hidden
}
.cbp-spmenu a:active {
    background: #C8C8C8;
    color: #202020
}
.cbp-spmenu-vertical {
    top: 40px;
    width: 240px;
    z-index: 1000;
    overflow-y: auto!important;
    overflow-x: hidden!important;
    height: 100%;
    height: -moz-calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: -o-calc(100% - 40px);
    height: calc(100% - 40px)
}
.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden
}
.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left
}
.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 15px;
    border-left: 1px solid #258ecd
}
.cbp-spmenu-left {
    left: -240px
}
.cbp-spmenu-left.cbp-spmenu-open {
    left: 0
}
.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0
}
.cbp-spmenu-push-toright {
    left: 240px
}
.cbp-spmenu-push-toleft {
    left: -240px
}

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: left .3s ease;
    -moz-transition: left .3s ease;
    transition: left .3s ease
}

.overlay {
    position: fixed;
    z-index: 900;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
    opacity: .5
}

.fixed-style{
    position:fixed;
}

.header {
    position:fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
    background-color: #ff0000;
    color: #000;
    padding: 0
}
.header-adapter {
    height: 40px
}
.header a {
    position: relative;
    vertical-align: middle;
    font-size: 18px;
    margin: 0;
    padding: 0;
    top: 12px;
    font-weight: bold
}
.header span {
    position: relative;
    top: 10px;
    vertical-align: middle;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 10px;
    font-weight: normal
}
.gl-logo,
.back-button {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    text-align: left;
    width: 15%
}
.tablet .gl-logo,
.tablet .back-button {
    width: 100%
}
.switch-ui-wrapper {
    height: 100%;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 20%
}

.overlay {
    position: fixed;
    z-index: 900;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
    opacity: .5
}
@media screen and (max-width: 600px) {
    #game_list {
        width: 100%;
        margin: 0;
        padding: 0
    }
}
.game-pill {
    height: 100%;
    background: white;
    border: 1px solid #EEE;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: hidden
}
.game-pill-padding {
    padding: 4px
}
.gloft-cbp-menu div {
    width: 100%
}
.gloft-cbp-menu div a {
    word-break: break-all;
    padding: .8em
}
.loader-wait-container {
    position: relative;
    display: none;
    padding: 5px
}
.loader-wait-anim {
    top: 50%;
    left: 50%;
    margin-left: -22px;
    position: relative;
    width: 25px;
    height: 25px
}
.copyright {
    padding: 10px;
    text-align: center
}
.hidden {
    display: none
}
.section-heading {
    font-family: OpenSans, sans-serif;
    font-size: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}
.more-link {
    outline: 0;
    margin-top: 5px;
    cursor: pointer;
    text-decoration: underline;
    text-align: center
}
.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.game_desc {
    overflow: hidden
}
.s0 {
    margin: 0 auto
}
.plate-shape-1 {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.basic-section {
    background: #fff;
    padding: 5px
}
.basic-section a {
    display: block
}
.promote-plate {
    width: 95%;
    background: #fff;
    margin: 0 auto
}
.promote-plate>div {
    padding: 15px
}
.promote-option .button {
    width: auto!important;
    padding: 5px!important
}
.nf-plate-wrapper {
    width: 95%;
    margin: 0 auto
}
.nf-plate-wrapper>div {
    padding: 10px
}
.sub-plate {
    background: #fff
}
.inline-center {
    text-align: center
}
.heavy {
    font-weight: bold
}
.logo-image {
    height: 30px;
    width: 70px;
    margin: 3px 5px 0 0;
    right: 0;
    top: 0;
    position: absolute
}
@media(min-width:360px) and (max-width:1199px) {
    .logo-image {
        width: 80px
    }
    .header a.switch-ui span {
        font-size: 12px
    }
    .header a.switch-ui {
        padding: 0 5px
    }
    .tablet .header a,
    .tablet .header span {
        font-size: 24px;
        font-weight: normal;
        line-height: 30px
    }
}
.small_center_text {
    font-size: 75%;
    text-align: center;
    width: 100%
}
.medium_center_text {
    font-size: 87%;
    text-align: center;
    width: 100%
}
.normal_center_text {
    font-size: 100%;
    text-align: center;
    width: 100%
}
.normal_center_text a {
    text-decoration: underline!important
}
.big_link {
    font-weight: bold;
    text-decoration: underline!important
}
.triangle {
    width: 0!important;
    height: 0!important;
    border-style: solid;
    border-width: 0 0 20px 30px;
    border-color: transparent transparent #47d147 transparent;
    height: 100%;
    line-height: 0;
    _border-color: #000 #000 #47d147 #000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    cursor: pointer
}
.triangle_css3 {
    background: none repeat scroll 0 0 #47d147;
    height: 50%;
    width: 40%;
    -ms-transform: rotate(-30deg);
    -ms-transform-origin: 100% 0 0;
    -webkit-transform: rotate(-30deg);
    -webkit-transform-origin: 100% 0 0;
    transform: rotate(-30deg);
    transform-origin: 100% 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    cursor: pointer
}
.triangle_link {
    position: absolute;
    font-weight: bold;
    bottom: 2px;
    right: 3px;
    color: #fff!important;
    display: block!important;
    white-space: nowrap;
    font-size: 100%;
    text-align: right;
    z-index: 150;
    text-shadow: 1px 2px 3px #666;
    width: auto;
    height: auto
}
@media screen and (max-width: 300px) {
    .triangle_link {
        bottom: 1px;
        right: 1px
    }
}
.special_section {
    width: 100%!important;
    text-align: center!important;
    color: #fff!important;
    font-size: 75%!important;
    background-color: rgba(0, 0, 0, 0.5)
}
.poster_center {
    display: block!important;
    margin-right: auto!important;
    margin-left: auto!important;
    width: 100%;
    max-width: 450px
}
.optin {
    height: 20px;
    width: 20px
}
.optin_text {
    font-size: 110%;
    vertical-align: middle
}
.social-links {
    display: block;
    float: right;
    padding: 13px 10px 5px 0
}
.social-text {
    float: left;
    font-size: 12px;
    padding: 5px 0 5px 10px;
    width: 45%
}
.block {
    display: block
}
.social-networks {
    background-color: #252333;
    color: #fff;
    display: block;
    position: absolute;
    width: 100%
}
.top-slider {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative
}
.top-slider img {
    width: 100%;
    height: auto
}
.pagination-container {
    position: inherit;
    bottom: 0;
    right: 0xp;
    width: 45px
}
.slider-game-title {
    background-color: rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1)) repeat scroll 0 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1));
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 0;
    position: absolute;
    width: 100%
}
.carousel-game-title {
    background-color: rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1)) repeat scroll 0 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1));
    border-radius: 0 0 3px 3px;
    bottom: 2px;
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 6px 0;
    position: absolute;
    width: 100%;
    z-index: 2
}
.carousel-category-title {
    color: #333;
    display: block;
    font-weight: normal;
    position: relative;
    width: 100%;
    text-align: center;
    word-wrap: break-word;
    overflow: hidden
}
.game-title {
    padding: 0 6px 0 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block
}
.carousel-category-title .game-title {
    font-size: 20px;
    font-size: 5vw;
    font-weight: normal;
    overflow: visible;
    padding: 0;
    display: inline-block
}
.animate-title {
    animation: 10s ease 0s normal none infinite running scroll;
    -webkit-animation: 10s ease 0s normal none infinite running scroll;
    -moz-animation: 10s ease 0s normal none infinite running scroll
}
@-moz-keyframes scroll {
    -50% {
        -moz-transform: translateX(25%)
    }
    100% {
        -moz-transform: translateX(-85%)
    }
}
@-webkit-keyframes scroll {
    -50% {
        -webkit-transform: translateX(25%)
    }
    100% {
        -webkit-transform: translateX(-85%)
    }
}
@keyframes scroll {
    -50% {
        -moz-transform: translateX(25%);
        -webkit-transform: translateX(25%);
        transform: translateX(25%)
    }
    100% {
        -moz-transform: translateX(-85%);
        -webkit-transform: translateX(-85%);
        transform: translateX(-85%)
    }
}
.carousel {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 10px 0 9px 0;
    background-color: #000000
}
.swiper-slide {
    height: 100%
}
.carousel .swiper-slide {
    	width: 40%;
}
.categories-carousel .swiper-slide {
    width: 26%;
    height: auto;
    background-image: url("//play.ludigames.com/images/pattern.png");
    text-align: center;
    padding-top: 1.125vw;
    padding-bottom: 1.125vw;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background-size: 100% 100%
}


    .carousel .swiper-slide {
	width: 27%;
	padding: 2px
    }
    .categories-carousel .swiper-slide {
        width: 20%
    }

.categories-carousel {
    background-color: #fff
}
.carousel img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
@media(max-width:359px) {
    .slider-game-title {
        font-size: 12px
    }
}
@media(min-width:360px) and (max-width:1199px) {
    .carousel-game-title {
        font-size: 14px
    }
}
@media(min-width:1200px) {
    .carousel-game-title {
        font-size: 16px
    }
}
.tablet .carousel-game-title {
    font-size: 16px
}
.category-title {
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 16px
}
.more-cat-games {
    display: inline-block;
    float: right;
    text-transform: uppercase;
    color: #ffff
}
.swiper-pagination {
    text-align: right;
    right: 4px;
    left: auto!important
}
.swiper-pagination-bullet {
    background-color: #fff;
    border-radius: 0
}
.swiper-pagination-bullet-active {
    background-color: #fff
}
.game_title {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 0;
    bottom: 12px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)) repeat scroll 0 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1));
    width: 100%;
    border-radius: 0 0 3px 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.game_title a {
    margin-left: 6px
}
div.even-div {
    margin-bottom: 5px
}
div.odd-div {
    margin-bottom: 5px
}
div.game_box img {
    width: 100%;
    height: 100px;
    border-radius: 3px
}
.tablet div.header-adapter,
.tablet div.header {
    height: 50px
}
.header a.switch-ui {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #797687;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 100%;
    margin-right: 0;
    padding: 0 8px
}
.tablet .back-button img {
    margin-left: 4px;
    width: 30px;
    height: 30px
}
.back-button a {
    top: 10px
}
.tablet .cbp-spmenu-vertical {
    top: 60px
}
.tablet .logo-image {
    width: 110px;
    height: 45px;
    margin: 4px 14px 0 0
}
div.game_box img,
div.contents div.game_box {

}
@media(orientation:landscape) {
    .top-slider div.swiper-slide {
        width: 100%
    }
}
.clear-div {
    clear: both
}
#index-top-ad,
#index-bottom-ad {
    width: 100%
}
.gl-logo,
.gl-logo img {
    height: auto;
	text-align:center
}
.gl-logo img {
    margin-top: 0px;
    margin-left: 4px;
    vertical-align: middle;
    width: 32px
}
.tablet .gl-logo img {
    width: 130px;

}
.cat-title {
    font-weight: bold;
    padding-top: 10px
}
.search {
    margin-left: 15%;
    width: 60%;
    position: absolute;
    padding-right: 5px;
    box-sizing: border-box
}
.search input {
    background-color: #f2f2f2;
    border: medium none;
    height: 25px;
    padding: 1px 0 1px 30px;
    margin-top: 8px;
    width: 100%;
    box-sizing: border-box
}
.search_close {
    height: 20px;
    right: 4px;
    width: 20px;
    z-index: 2;
    margin-top: 10px;
    opacity: .4;
    position: absolute;
    top: 0;
    display: none
}
.search input::-webkit-input-placeholder {
    text-align: center
}
.search input::-moz-placeholder {
    text-align: center
}
.search input:-ms-input-placeholder {
    text-align: center
}
.search input:-moz-placeholder {
    text-align: center
}
.search_icon {
    height: 20px;
    margin-top: 11px;
    opacity: .4;
    position: absolute;
    left: 3px;
    top: 0;
    width: 20px;
    z-index: 2
}
#search-result-container {
    background-color: #fff;
    border-right: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    display: none;
    left: 15%;
    padding: 5px;
    position: fixed;
    top: 33px;
    width: 60%;
    z-index: 1001;
    box-sizing: border-box
}
.tablet .search {
    margin-left: 20%
}
.tablet .search_close {
    height: 30px;
    width: 30px
}
.tablet #search-result-container {
    top: 48px;
    left: 20%
}
.tablet .search input {
    height: 40px;
    font-size: 18px;
    padding: 1px 0 1px 30px
}
.tablet .search_icon {
    margin-top: 20px;
    right: 5px
}
#search-result-list {
    list-style: outside none none;
    margin: 0;
    padding: 0
}
.search_result_item {
    padding: 5px
}
.browser-not-supported-container {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    text-align: center
}
.ads-container {
    padding: 0 2px
}
.carousel-container {
    padding-left: 2px
}
.category-icon {
    font-family: 'icomoon'!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    font-size: 130px;
    font-size: 15.625vw
}
.icon_action:before {
    content: "\e900";
    color: #4cb6ac
}
.icon_adventure:before {
    content: "\e901";
    color: #b968c7
}
.icon_all:before {
    content: "\e902";
    color: #49b158
}
.icon_board:before {
    content: "\e903";
    color: #9477cb
}
.icon_casual:before {
    content: "\e904";
    color: #4fc2f8
}
.icon_family:before {
    content: "\e905";
    color: #7985cd
}
.icon_featured:before {
    content: "\e906";
    color: #ff8967
}
.icon_food-service:before {
    content: "\e907";
    color: #a2877e
}
.icon_for-girls:before {
    content: "\e908";
    color: #ea6497
}
.icon_logic:before {
    content: "\e909";
    color: #d3d346
}
.icon_multiplayer:before {
    content: "\e90a";
    color: #f9c823
}
.icon_new_games:before {
    content: "\e90b";
    color: #ef4977
}
.icon_most_popular:before {
    content: "\e90c";
    color: #617e8e
}
.icon_racing:before {
    content: "\e90d";
    color: #64b5f6
}
.icon_simulation:before {
    content: "\e90e";
    color: #4dd0e2
}
.icon_sport:before {
    content: "\e90f";
    color: #4cb4a9
}
.icon_strategy:before {
    content: "\e910";
    color: #80c783
}
.icon_recommended_games:before {
    content: "\e90c";
    color: #617e8e
}
.icon_recently_played:before {
    content: "\e90c";
    color: #617e8e
}
.icon_recently_updated:before {
    content: "\e90c";
    color: #617e8e
}
@media(max-width:359px) {
    .header a.switch-ui span {
        font-size: 10px
    }
    .header a.switch-ui {
        padding: 0 5px
    }
    .carousel-category-title .game-title {
        font-size: 15px;
        font-size: 5vw
    }
    .category-icon {
        font-size: 60px;
        font-size: 15.625vw
    }
    .tablet .header a,
    .tablet .header span {
        font-size: 24px;
        font-weight: normal;
        line-height: 30px
    }
}
@media(min-width:360px) and (max-width:1199px) {
    .carousel-category-title .game-title {
        font-size: 25px;
        font-size: 5vw
    }
    .category-icon {
        font-size: 100px;
        font-size: 15.625vw
    }
}
@media(min-width:1200px) {
    .carousel-category-title .game-title {
        font-size: 20px;
    /*    font-size: 5vw */
    }
    .category-icon {
        font-size: 290px;
        font-size: 15.625vw
    }
}
.tablet .header span {
    top: 14px
}
.tablet .header a,
.tablet .header span {
    font-size: 24px;
    font-weight: normal;
    line-height: 10px
}
