@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #ffffff;
  position: relative;
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 18px;
}

h1,
h2,
h3 {
  font-weight: 800;
  text-transform: uppercase;
  color: #156bd0;
}

header,
button {
  font-family: "Nunito", sans-serif;
}

a {
  text-decoration: none;
  color: #ffffff;
}

h4 {
  text-transform: uppercase;
  color: #156bd0;
  font-weight: 700;
}

p,
div {
  line-height: 1.5;
}

@font-face {
  font-family: "cryptoloko";
  src: url("./font/cryptoloko.eot?97840208");
  src: url("./font/cryptoloko.eot?97840208#iefix") format("embedded-opentype"), url("./font/cryptoloko.woff2?97840208") format("woff2"), url("./font/cryptoloko.woff?97840208") format("woff"), url("./font/cryptoloko.ttf?97840208") format("truetype"), url("./font/cryptoloko.svg?97840208#cryptoloko") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'cryptoloko';
      src: url('../font/cryptoloko.svg?97840208#cryptoloko') format('svg');
    }
  }
  */
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "cryptoloko";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-icon_terms-filled:before {
  content: "\e800";
} /* '' */
.icon-icon_terms:before {
  content: "\e801";
} /* '' */
.icon-icon_spiral-filled:before {
  content: "\e802";
} /* '' */
.icon-icon_arrow:before {
  content: "\e803";
} /* '' */
.icon-icon_coin:before {
  content: "\e804";
} /* '' */
.icon-icon_spiral:before {
  content: "\e805";
} /* '' */
.icon-icon_play-filled:before {
  content: "\e806";
} /* '' */
.icon-icon_mail:before {
  content: "\e807";
} /* '' */
.icon-icon_phone:before {
  content: "\e808";
} /* '' */
.icon-icon_phone-vip:before {
  content: "\e809";
} /* '' */
.icon-icon_question:before {
  content: "\e80a";
} /* '' */
.icon-icon_play-1:before {
  content: "\e80b";
} /* '' */
.icon-icon_look-filled:before {
  content: "\e80c";
} /* '' */
.icon-icon_about:before {
  content: "\e80d";
} /* '' */
.icon-icon_arrow-left-blue:before {
  content: "\e80e";
} /* '' */
.icon-icon_arrow-left-gray:before {
  content: "\e80f";
} /* '' */
.icon-icon_arrow-left-white:before {
  content: "\e810";
} /* '' */
.icon-icon_arrow-right-blue:before {
  content: "\e811";
} /* '' */
.icon-icon_arrow-right-gray:before {
  content: "\e812";
} /* '' */
.icon-icon_arrow-right-white:before {
  content: "\e813";
} /* '' */
.icon-icon_comas:before {
  content: "\e814";
} /* '' */
.icon-icon_diamond:before {
  content: "\e815";
} /* '' */
.icon-icon_game-star:before {
  content: "\e816";
} /* '' */
.icon-icon_light:before {
  content: "\e817";
} /* '' */
.icon-icon_review:before {
  content: "\e818";
} /* '' */
.icon-icon_review-star´half:before {
  content: "\e819";
} /* '' */
.icon-icon_review-star-fill-:before {
  content: "\e81a";
} /* '' */
.icon-icon_review-star-outline-:before {
  content: "\e81b";
} /* '' */
.icon-icon_tag-filled:before {
  content: "\e81c";
} /* '' */
.icon-icon_tag-1:before {
  content: "\e81d";
} /* '' */
.icon-icon_more:before {
  content: "\e81e";
} /* '' */
.icon-icon_play:before {
  content: "\e81f";
} /* '' */
.icon-icon_tag:before {
  content: "\e820";
} /* '' */
.icon-icon_close:before {
  content: "\e821";
} /* '' */
.icon-icon_search:before {
  content: "\e822";
} /* '' */
.icon-icon_look:before {
  content: "\e823";
} /* '' */
.icon-icon_home-filled:before {
  content: "\e824";
} /* '' */
.icon-icon_home:before {
  content: "\e825";
} /* '' */
.icon-icon_heard-filled:before {
  content: "\e826";
} /* '' */
.icon-icon_heard:before {
  content: "\e827";
} /* '' */
.icon-icon_headphone-filled:before {
  content: "\e828";
} /* '' */
.icon-icon_headphone:before {
  content: "\e829";
} /* '' */
.icon-icon_coin-filled:before {
  content: "\e82a";
} /* '' */
.icon-icon_close-1:before {
  content: "\e82c";
} /* '' */
.gameslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0 0 1em 0;
}
.gameslist.muuri {
  width: 100%;
  position: relative;
}

.gamebox {
  width: 48%;
  margin: 0.5em 1% 0.5em 1%;
}
.gamebox.muuri-item {
  position: absolute;
  display: block;
}
.gamebox.hide {
  -webkit-animation: _hide 1s;
          animation: _hide 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.gamebox img {
  display: block;
  width: 100%;
}
.gamebox .preview {
  position: relative;
  margin-bottom: 0.25em;
  overflow: hidden;
}
.gamebox .preview .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gamebox .preview .overlay a {
  display: none;
  padding: 0 0.5em;
}
.gamebox .preview .overlay a:hover {
  cursor: pointer;
}
.gamebox .preview .overlay .play {
  padding: 0 1em;
}
.gamebox .preview .overlay .loginandplay {
  padding: 0 0.5em;
}
.gamebox .preview .overlay .demo {
  color: #08babc;
  text-transform: uppercase;
  margin-top: 0.5em;
  font-size: 12px;
}
.gamebox .preview .overlay .demo:hover {
  text-decoration: underline;
}
.gamebox .preview .overlay.show {
  opacity: 1;
}
.gamebox .preview .overlay.show a {
  display: block;
}
@media screen and (min-width: 568px) {
  .gamebox .preview .overlay .loginandplay {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .gamebox .preview .overlay .loginandplay {
    font-size: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .gamebox .preview .overlay .play {
    font-size: 17px;
  }
  .gamebox .preview .overlay .loginandplay {
    font-size: 17px;
  }
  .gamebox .preview .overlay .demo {
    font-size: 14px;
    margin-top: 1em;
  }
}
@media screen and (min-width: 1200px) {
  .gamebox .preview .overlay .play {
    font-size: 20px;
  }
  .gamebox .preview .overlay .loginandplay {
    font-size: 20px;
  }
}
.gamebox .gameinfo {
  color: #FFF;
}
.gamebox .gameinfo h5 {
  margin: 0 0 3px 0;
  font-size: 1em;
  line-height: 1em;
  height: 1.2em;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.gamebox .gameinfo p {
  margin: 0;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 10px;
}
.gamebox .gameinfo p a {
  text-decoration: none;
  color: unset;
}
.gamebox.locked .preview .overlay {
  opacity: 1;
  background-color: transparent;
}
.gamebox.locked .lockedgame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.gamebox.locked .lockedgame button {
  background-color: #CC0000;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
}
.gamebox.locked .lockedgame:hover button {
  cursor: pointer;
  -webkit-animation: popintro 0.3s;
          animation: popintro 0.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.gamebox.locked .lockedgame img.lockimg {
  display: block;
  visibility: visible !important;
  width: 30px;
  -webkit-transform: none;
          transform: none;
  opacity: 0;
  margin-bottom: 3px;
  -webkit-animation: lock_fadeIn 0.5s ease-in 0.1s;
          animation: lock_fadeIn 0.5s ease-in 0.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.gamebox.locked .lockedgame span {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  -webkit-animation: lock_fadeIn2 0.5s ease-in 0.1s;
          animation: lock_fadeIn2 0.5s ease-in 0.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (min-width: 1200px) {
  .gamebox.locked .lockedgame img.lockimg {
    margin-bottom: 5px;
  }
  .gamebox.locked .lockedgame span {
    font-size: 13px;
  }
}
@media screen and (min-width: 568px) {
  .gamebox {
    width: 24%;
    margin: 0.5em 0.5% 0.5em 0.5%;
  }
}
@media screen and (min-width: 768px) {
  .gamebox .gameinfo h5 {
    font-size: 1.3em;
  }
}

.newbanner {
  position: absolute;
  top: 0;
  left: 0;
  color: red;
  font-weight: 900;
  font-size: 8px;
  background-color: #FFF;
  -webkit-transform: rotate(-30deg) translate(-25%, -50%);
          transform: rotate(-30deg) translate(-25%, -50%);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  line-height: 1.5em;
  padding: 0 4em;
}
@media screen and (min-width: 568px) {
  .newbanner {
    font-size: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .newbanner {
    font-size: 18px;
    -webkit-transform: rotate(-30deg) translate(-30%, -50%);
            transform: rotate(-30deg) translate(-30%, -50%);
  }
}

body.fr .gamebox .preview .overlay .loginandplay {
  font-size: 9px;
  padding: 0 0.5em;
}
@media screen and (min-width: 360px) {
  body.fr .gamebox .preview .overlay .loginandplay {
    font-size: 10px;
  }
}
@media screen and (min-width: 568px) {
  body.fr .gamebox .preview .overlay .loginandplay {
    font-size: 9px;
  }
}
@media screen and (min-width: 768px) {
  body.fr .gamebox .preview .overlay .loginandplay {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  body.fr .gamebox .preview .overlay .loginandplay {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  body.fr .gamebox .preview .overlay .loginandplay {
    font-size: 18px;
  }
}

@-webkit-keyframes popintro {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popintro {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lock_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lock_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes lock_fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes lock_fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes __fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes __fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes __fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes __fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#searchmodal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1003;
  -webkit-animation: __fadeIn 1s;
          animation: __fadeIn 1s;
}
#searchmodal.closing {
  -webkit-animation: __fadeOut 0.95s;
          animation: __fadeOut 0.95s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#searchmodal .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}
#searchmodal .search i {
  font-size: 1.7em;
  color: #FFF;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#searchmodal .search .icon-close {
  opacity: 0.5;
}
#searchmodal .search .icon-close:hover {
  opacity: 1;
  cursor: pointer;
}
#searchmodal .search input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Nunito Sans", sans-serif;
  color: #FFF;
  outline: none;
  font-weight: 700;
  background: transparent;
  border: none;
  border-bottom: 1px solid #CCC;
  font-size: 1em;
  line-height: 2em;
  padding: 0 0.5em;
  margin: 0 1em;
}
@media screen and (min-width: 414px) {
  #searchmodal .search {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 568px) {
  #searchmodal .search {
    font-size: 1.5em;
  }
  #searchmodal .search i {
    font-size: 1.5em;
  }
}
#searchmodal .results {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em;
  color: #FFF;
  font-size: 13px;
  height: 80vh;
  overflow: auto;
}
#searchmodal .results::-webkit-scrollbar {
  -webkit-appearance: none;
}
#searchmodal .results::-webkit-scrollbar:vertical {
  width: 5px;
}
#searchmodal .results::-webkit-scrollbar:horizontal {
  height: 5px;
}
#searchmodal .results::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: none; /* should match background, can't be transparent */
  background-color: rgba(255, 255, 255, 0.2);
}
#searchmodal .results::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}
#searchmodal .gameslist {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#mainContainer a:hover {
  cursor: pointer;
}
#mainContainer .button {
  border: none;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.2em;
  padding: 0 1em;
  line-height: 2.5em;
  background-color: #fff;
  font-weight: 700;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#mainContainer .button:hover {
  color: #156bd0;
}
#mainContainer .button:hoverloko_pinkow {
  color: #000;
}
#mainContainer .button--yellow {
  background-color: #ffff35;
  color: #156bd0;
}
#mainContainer .button--yellow:hover {
  color: #000;
}
#mainContainer header {
  background-color: #0f5eba;
  color: #fff;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px;
  gap: 7px;
  z-index: 100;
}
#mainContainer header .logo {
  width: 60px;
}
#mainContainer header .menu {
  width: 40px;
  position: relative;
}
#mainContainer header .menu img {
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
#mainContainer header .menu:before, #mainContainer header .menu:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 75%;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
#mainContainer header .menu:before {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  left: 20%;
  top: 50%;
}
#mainContainer header .menu:after {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
  left: 75%;
  top: 41%;
}
#mainContainer header a {
  color: #fff;
  text-decoration: none;
}
#mainContainer header .topbuttons {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
#mainContainer header .topbuttons .account {
  display: none;
}
#mainContainer header .topbuttons .alt-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #268cef;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
  height: 36px;
  border-radius: 18px;
  padding-left: 32px;
  padding-right: 9px;
}
#mainContainer header .topbuttons .alt-button .icon {
  position: absolute;
  bottom: 6px;
  left: 2px;
  width: 30px;
}
#mainContainer header .topbuttons .alt-button:hover {
  cursor: pointer;
}
#mainContainer header .fullmenu {
  position: absolute;
  top: 100%;
  left: -100%;
  width: 80%;
  max-width: 300px;
  background-color: #0f5eba;
  height: calc(100vh - 58px);
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
#mainContainer header .fullmenu .account {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
#mainContainer header .fullmenu .account .frgtpsw {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 14px;
  text-decoration: underline;
}
#mainContainer header .fullmenu nav {
  padding: 0 1em 1em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  #mainContainer header .fullmenu nav {
    max-height: 200px;
    overflow: auto;
  }
}
@media (min-width: 1600px) {
  #mainContainer header .fullmenu nav {
    max-height: inherit;
  }
}
#mainContainer header .fullmenu nav::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}
#mainContainer header .fullmenu nav::-webkit-scrollbar-track {
  background: #0f5eba;
  border-radius: 10px;
  cursor: pointer;
}
#mainContainer header .fullmenu nav::-webkit-scrollbar-thumb {
  background: #0c4486;
  border-radius: 10px;
  cursor: pointer;
}
#mainContainer header .fullmenu nav a {
  line-height: 3em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 700;
}
#mainContainer header .fullmenu nav a:hover {
  color: #ffff35;
}
@media (min-width: 1024px) {
  #mainContainer header .fullmenu nav a:last-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  #mainContainer header .fullmenu nav a:last-child {
    margin-bottom: 0;
  }
}
#mainContainer header .fullmenu .navitem-icon {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
#mainContainer header.open .menu img {
  opacity: 0;
}
#mainContainer header.open .menu:before, #mainContainer header.open .menu:after {
  opacity: 1;
}
#mainContainer header.open .fullmenu {
  left: 0;
}
@media screen and (min-width: 360px) {
  #mainContainer header {
    gap: 9px;
  }
  #mainContainer header .topbuttons .alt-button {
    font-size: 12px;
    padding-left: 40px;
    padding-right: 16px;
  }
  #mainContainer header .topbuttons .alt-button .icon {
    bottom: 3px;
    left: 3px;
    width: 36px;
  }
}
@media screen and (min-width: 568px) {
  #mainContainer header {
    gap: 1em;
  }
  #mainContainer header .fullmenu .account {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #mainContainer header .fullmenu .account .button {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (min-width: 1024px) {
  #mainContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #mainContainer header {
    width: 260px;
    height: 100vh;
    display: block;
    padding: 1.5em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #mainContainer header .menu {
    display: none;
  }
  #mainContainer header .logo {
    width: 100%;
  }
  #mainContainer header .topbuttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1em;
  }
  #mainContainer header .topbuttons .account {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
    margin: 2em 0;
  }
  #mainContainer header .topbuttons .account .frgtpsw {
    text-align: center;
    text-decoration: underline;
    font-size: 14px;
  }
  #mainContainer header .topbuttons .alt-button {
    width: 40%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0;
    padding: 18px 4px 4px 4px;
    border-radius: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    height: auto;
    font-weight: 700;
  }
  #mainContainer header .topbuttons .alt-button .icon {
    bottom: 65%;
    left: 50%;
    width: 50px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #mainContainer header .fullmenu {
    position: initial;
    margin: 2em auto;
    width: 100%;
    height: auto;
  }
  #mainContainer header .fullmenu .account {
    display: none;
  }
  #mainContainer header .fullmenu nav {
    padding: 0;
  }
}

#searchmodal .overlay a {
  background: #ffff35;
  color: #156bd0;
  border-radius: 10px;
}
#searchmodal .overlay a:hover {
  color: #262626;
}

.cds-white {
  margin: 10px 0;
}
.cds-white > img {
  width: auto;
  margin: auto;
  height: 50px;
}

footer {
  background-color: #0c4486;
  color: #fff;
  padding: 18px;
  margin-top: 18px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .wrapper {
  font-size: 14px;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 375px) {
  footer .wrapper {
    gap: 2em;
  }
}
footer .wrapper h4 {
  color: #fff;
}
footer section {
  padding: 0;
}
footer section h4 {
  text-transform: uppercase;
  margin: 0 0 8px !important;
  font-size: 15px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 400 !important;
  line-height: 23px !important;
}
footer a {
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 2em;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  font-family: "Open Sans", sans-serif;
}
footer a:hover {
  color: #ffff35;
}
footer .games {
  text-align: left;
}
footer .games .icon {
  width: 18px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 5px;
}
footer .info {
  text-align: left;
}
footer .coins {
  width: 100%;
}
footer .coins .coins2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  width: 85%;
  max-width: 270px;
  margin: 1em auto 0 auto;
}
footer .coins .coins2 img {
  max-width: calc(25% - 8px);
}
footer .copyright {
  text-align: center;
  font-size: 12px;
  margin: 0 !important;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 568px) {
  footer .copyright {
    padding: 0 1em;
    margin: 2em 0 0 !important;
  }
}

@media screen and (min-width: 568px) {
  footer .coins {
    width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  footer .coins {
    width: 32%;
    max-width: 270px;
  }
  footer .coins .coins2 {
    width: 100%;
  }
  footer .copyright {
    margin: 3em 0 0 !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img.spin_logic {
  height: 50px;
  width: auto;
  margin: auto;
}

img {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: 16px;
  color: #333;
  font-family: "Nunito", sans-serif;
}

a:hover {
  cursor: pointer;
}

#homepage h1,
#homepage h2,
#homepage h3,
#homepage h4,
#homepage h5 {
  margin: 0;
  color: #fff;
}
#homepage h1 {
  font-size: 1.5em;
}
#homepage h2 {
  font-size: 1.3em;
}
#homepage h3 {
  font-size: 1.2em;
}
#homepage h4 {
  font-size: 1.1em;
}
#homepage h5 {
  font-size: 1em;
}
#homepage p {
  margin: 0;
}
#homepage p,
#homepage div {
  line-height: normal;
}
#homepage .button {
  border: none;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.2em;
  padding: 0 1em;
  line-height: 2.5em;
  background-color: #fff;
  font-weight: 700;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#homepage .button:hover {
  color: #156bd0;
}
#homepage .button:hoverloko_pinkow {
  color: #000;
}
#homepage .button--yellow {
  background-color: #ffff35;
  color: #156bd0;
}
#homepage .button--yellow:hover {
  color: #000;
}
#homepage header {
  background-color: #0f5eba;
  color: #fff;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px;
  gap: 7px;
  z-index: 100;
}
#homepage header .menu {
  width: 40px;
  position: relative;
}
#homepage header .menu img {
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
#homepage header .menu:before, #homepage header .menu:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 75%;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
#homepage header .menu:before {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  left: 20%;
  top: 50%;
}
#homepage header .menu:after {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
  left: 75%;
  top: 41%;
}
#homepage header a {
  color: #fff;
  text-decoration: none;
}
#homepage header .topbuttons {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
#homepage header .topbuttons .account {
  display: none;
}
#homepage header .topbuttons .alt-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #268cef;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
  height: 36px;
  border-radius: 18px;
  padding-left: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 9px;
}
#homepage header .topbuttons .alt-button .icon {
  position: absolute;
  bottom: 6px;
  left: 2px;
  width: 30px;
}
#homepage header .topbuttons .alt-button:hover {
  cursor: pointer;
}
#homepage header .fullmenu {
  position: absolute;
  top: 100%;
  left: -100%;
  width: 80%;
  max-width: 300px;
  background-color: #0f5eba;
  height: calc(100vh - 58px);
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
#homepage header .fullmenu .account {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
#homepage header .fullmenu .account .frgtpsw {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 14px;
  text-decoration: underline;
}
#homepage header .fullmenu nav {
  padding: 0 1em 1em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  #homepage header .fullmenu nav {
    max-height: 200px;
    overflow: auto;
  }
}
@media (min-width: 1600px) {
  #homepage header .fullmenu nav {
    max-height: inherit;
  }
}
#homepage header .fullmenu nav::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}
#homepage header .fullmenu nav::-webkit-scrollbar-track {
  background: #0f5eba;
  border-radius: 10px;
  cursor: pointer;
}
#homepage header .fullmenu nav::-webkit-scrollbar-thumb {
  background: #0c4486;
  border-radius: 10px;
  cursor: pointer;
}
#homepage header .fullmenu nav a {
  line-height: 3em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 700;
}
#homepage header .fullmenu nav a:hover {
  color: #ffff35;
}
@media (min-width: 1024px) {
  #homepage header .fullmenu nav a:last-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  #homepage header .fullmenu nav a:last-child {
    margin-bottom: 0;
  }
}
#homepage header .fullmenu .navitem-icon {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
#homepage header.open .menu img {
  opacity: 0;
}
#homepage header.open .menu:before, #homepage header.open .menu:after {
  opacity: 1;
}
#homepage header.open .fullmenu {
  left: 0;
}
#homepage article {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#homepage .colorpink {
  color: #f64882;
}
#homepage h2.blue {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  color: #156bd0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 0.5em;
}
#homepage section {
  padding: 1em;
}
#homepage section .button {
  display: block;
  margin: 1em auto 0 auto;
  max-width: 288px;
}
#homepage .top {
  background-image: url("/images/home/loko-coindraw-mbl.gif"), url("/images/home/header-art-mob-left.png"), url("/images/home/header-art-mob-right.png"), url("/images/home/header-bg-mob.jpg");
  background-repeat: no-repeat;
  background-position: center bottom, left bottom 0, right bottom 0, center;
  background-size: contain, auto 105%, auto 90%, cover;
  color: #fff;
  text-align: center;
  padding: 1em;
  position: relative;
}
#homepage .top .title {
  width: 100%;
  max-width: 542px;
  margin: 0 auto;
}
#homepage .top h2,
#homepage .top h3 {
  font-weight: 400;
  text-transform: uppercase;
}
#homepage .top h3 {
  font-size: 1.15em;
}
#homepage .top p {
  margin: 0 auto;
}
#homepage .top .button {
  padding: 0 2em;
  font-weight: 700;
  font-size: 1.4em;
  margin-bottom: 1em;
}
#homepage .top .inclave {
  display: inline-block;
  width: 70px;
  vertical-align: middle;
}
#homepage .top .account .question {
  text-transform: uppercase;
  color: #ffff35;
  margin-top: 1em;
}
#homepage .top .account a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
#homepage .top .account a:hover {
  text-decoration: underline;
}
#homepage .cashouts .subtitle {
  text-transform: uppercase;
  font-weight: 700;
}
#homepage .cashouts p {
  text-align: center;
  margin: 0;
}
#homepage .cashouts .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  width: 100%;
  max-width: 280px;
  margin: 1em auto;
}
#homepage .cashouts .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#homepage .cashouts .cell .icon {
  float: left;
  width: 90px;
}
#homepage .cashouts .cell h3 {
  color: #f64882;
  font-family: neue-kabel, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1em;
}
#homepage .cashouts .cell p {
  color: #80a2c9;
  font-size: 1.3em;
  text-transform: uppercase;
  text-align: left;
}
#homepage .jackpots {
  background-color: #e5eaf0;
  background-image: url(/images/home/jp-bg-mob.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}
#homepage .jackpots .jackpotbox {
  background: #ee3d79;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ee3d79), to(#f85158));
  background: linear-gradient(to right, #ee3d79 1%, #f85158 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ee3d79", endColorstr="#f85158",GradientType=1 );
  border-radius: 10px;
  color: #fff;
  font-weight: 900;
  line-height: 45px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  text-shadow: 0 3px 0 #f4a4c1, 0 5px 0 #f39189;
  font-size: 30px;
  padding: 0 1em 5px 1em;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
#homepage .jackpots .jackpotbox span {
  line-height: 45px;
  display: inline-block;
}
#homepage .jackpots .gamesbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto;
  gap: 1em;
  margin: 1em 0;
}
#homepage .jackpots .gamesbox .gamelink {
  width: 65%;
  max-width: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  text-decoration: none;
}
#homepage .jackpots .gamesbox .gamelink .thumbnail {
  width: 100%;
}
#homepage .jackpots .gamesbox .gamelink .gamejackpot {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0f5eba;
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  border-radius: 0 0 0 9px;
  padding: 0 0.5em;
}
#homepage .jackpots .winnersbox {
  overflow: hidden;
  position: relative;
  height: 90px;
}
#homepage .jackpots .winnerswrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto;
  gap: 1em;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-name: winners_scroll;
  animation-name: winners_scroll;
  -webkit-animation-duration: 120s;
  animation-duration: 120s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#homepage .jackpots .winnerswrap:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
#homepage .jackpots .winner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.5em;
  background-color: #eff2f6;
  padding: 5px;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
}
#homepage .jackpots .winner .badge {
  width: 50px;
  height: 50px;
}
#homepage .jackpots .winner .info {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
#homepage .jackpots .winner .info p strong {
  color: #f64882;
}
#homepage .jackpots .winner .info a {
  color: #f64882;
}
#homepage .earnlokos {
  text-align: center;
}
#homepage .earnlokos .happyfaces {
  width: 100%;
  max-width: 1031px;
  margin: 0 auto;
}
#homepage .fmg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
#homepage .fmg .fmgbox {
  width: 100%;
  background-color: #e5eaf0;
  padding: 1.5em;
  text-align: center;
  border-radius: 10px 10px 10px 0;
}
#homepage .fmg .fmgbox h3 {
  color: #f64882;
  font-family: neue-kabel, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 0.5em;
}
#homepage .deposit {
  text-align: center;
}
#homepage .deposit .cryptos {
  width: 90%;
  max-width: 666px;
  margin: 1em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
#homepage .deposit .cryptos img {
  max-width: calc(12.5% - 8px);
}
@media (max-width: 567px) {
  #homepage .deposit .cryptos img {
    max-width: calc(25% - 8px);
  }
}
#homepage footer {
  background-color: #0c4486;
  color: #fff;
  padding: 18px;
  text-align: center;
}
#homepage footer .wrapper {
  font-size: 14px;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5em;
}
@media (min-width: 375px) {
  #homepage footer .wrapper {
    gap: 2em;
  }
}
#homepage footer section {
  padding: 0;
}
#homepage footer section h4 {
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 23px;
}
#homepage footer a {
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 2em;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
#homepage footer a:hover {
  color: #ffff35;
}
#homepage footer .games {
  text-align: left;
}
#homepage footer .games .icon {
  width: 18px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 5px;
}
#homepage footer .info {
  text-align: left;
}
#homepage footer .coins {
  width: 100%;
}
#homepage footer .coins .coins2 {
  width: 85%;
  max-width: 270px;
  margin: 1em auto 0 auto;
}
#homepage footer .copyright {
  text-align: center;
  font-size: 12px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 568px) {
  #homepage footer .copyright {
    padding: 0 1em;
    margin-top: 2em;
  }
}
@media screen and (min-width: 360px) {
  #homepage header {
    gap: 9px;
  }
  #homepage header .topbuttons .alt-button {
    font-size: 12px;
    padding-left: 40px;
    padding-right: 16px;
  }
  #homepage header .topbuttons .alt-button .icon {
    bottom: 3px;
    left: 3px;
    width: 36px;
  }
}
@media screen and (max-width: 568px) {
  #homepage .top .button {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 568px) {
  #homepage header {
    gap: 1em;
  }
  #homepage header .fullmenu .account {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #homepage header .fullmenu .account .button {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #homepage .top {
    padding-bottom: 90px;
    background-image: url("/images/home/header-art-left.png"), url("/images/home/header-art-right.png"), url("/images/home/loko-coindraw-dsk.gif"), url("/images/home/header-bg.jpg");
    background-position: left -7% bottom, right -7% bottom, center bottom, center;
    background-size: 27%, 27%, contain, cover;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  }
  #homepage .top p.join {
    width: 75%;
  }
  #homepage .cashouts .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #homepage .cashouts .cell .icon {
    width: 50px;
  }
  #homepage .cashouts .cell h3 {
    font-size: 1.2em;
  }
  #homepage .cashouts .cell p {
    font-size: 13px;
  }
  #homepage .jackpots {
    background-image: url(/images/home/jp-bg.png);
    background-size: cover;
  }
  #homepage .jackpots .jackpotbox {
    font-size: 36px;
    padding: 0 0.5em 5px 0.5em;
    line-height: 60px;
  }
  #homepage .jackpots .jackpotbox span {
    line-height: 60px;
  }
  #homepage .jackpots .gamesbox .gamelink {
    width: 40%;
  }
  #homepage footer .coins {
    width: 32%;
  }
}
@media screen and (min-width: 768px) {
  #homepage .top .title {
    width: 70%;
    max-width: 768px;
  }
  #homepage .cashouts .row {
    gap: 2em;
  }
  #homepage .cashouts .cell .icon {
    width: 70px;
  }
  #homepage .cashouts .cell h3 {
    font-size: 1.5em;
  }
  #homepage .cashouts .cell p {
    font-size: 1em;
  }
  #homepage .jackpots .jackpotbox {
    max-width: 420px;
    font-size: 48px;
    padding: 0 0.5em 5px 0.5em;
    line-height: 70px;
  }
  #homepage .jackpots .jackpotbox span {
    line-height: 70px;
  }
  #homepage .jackpots .gamesbox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #homepage .jackpots .gamesbox .gamelink {
    width: 20%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #homepage .jackpots .winnersbox {
    height: 68px;
  }
  #homepage .jackpots .winnerswrap {
    -webkit-animation-name: winners_scroll_2;
    animation-name: winners_scroll_2;
  }
  #homepage .jackpots .winner {
    padding: 9px;
    width: 250px;
  }
  #homepage .fmg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #homepage .fmg .fmgbox {
    width: 30%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (min-width: 1024px) {
  #homepage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #homepage section {
    padding: 2em 1em;
  }
  #homepage header {
    width: 260px;
    height: 100vh;
    display: block;
    padding: 1.5em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #homepage header .menu {
    display: none;
  }
  #homepage header .logo {
    width: 100%;
  }
  #homepage header .topbuttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1em;
  }
  #homepage header .topbuttons .account {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
    margin: 2em 0;
  }
  #homepage header .topbuttons .account .frgtpsw {
    text-align: center;
    text-decoration: underline;
    font-size: 14px;
  }
  #homepage header .topbuttons .alt-button {
    width: 40%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0;
    padding: 18px 4px 4px 4px;
    border-radius: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 13px;
    height: auto;
    font-weight: 700;
  }
  #homepage header .topbuttons .alt-button .icon {
    bottom: 65%;
    left: 50%;
    width: 50px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #homepage header .fullmenu {
    position: initial;
    margin: 2em auto;
    width: 100%;
    height: auto;
  }
  #homepage header .fullmenu .account {
    display: none;
  }
  #homepage header .fullmenu nav {
    padding: 0;
  }
  #homepage .main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #homepage .top p.join {
    font-size: 22px;
    width: 550px;
  }
}
@media screen and (min-width: 1200px) {
  #homepage h2.blue {
    font-size: 2em;
  }
  #homepage .cashouts .row {
    gap: 4em;
  }
  #homepage .cashouts .cell .icon {
    width: 90px;
  }
  #homepage .cashouts .cell h3 {
    font-size: 2em;
  }
  #homepage .cashouts .cell p {
    font-size: 1.5em;
  }
  #homepage .fmg {
    gap: 2em;
  }
  #homepage footer .coins {
    width: 32%;
    max-width: 270px;
  }
  #homepage footer .coins .coins2 {
    width: 100%;
  }
  #homepage footer .copyright {
    margin-top: 3em;
  }
}
@media screen and (min-width: 1900px) {
  #homepage .top {
    padding-bottom: 120px;
  }
}
#homepage .coindrw {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1700px) {
  #homepage .coindrw {
    height: 80px;
  }
}
@media screen and (max-width: 1500px) {
  #homepage .coindrw {
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  #homepage .coindrw {
    height: 45px;
  }
}
@media screen and (max-width: 568px) {
  #homepage .coindrw {
    height: 70px;
  }
}

#searchmodal .gamebox .preview .overlay .button {
  border: none;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.2em;
  padding: 0 1em;
  line-height: 2.5em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffff35;
  color: #156bd0;
}
#searchmodal .gamebox .preview .overlay .button:hover {
  color: #000;
}

@-webkit-keyframes winners_scroll {
  from {
    left: 0;
  }
  to {
    left: -6176px;
  }
}
@keyframes winners_scroll {
  from {
    left: 0;
  }
  to {
    left: -6176px;
  }
}
@-webkit-keyframes winners_scroll_2 {
  from {
    left: 0;
  }
  to {
    left: -7230px;
  }
}
@keyframes winners_scroll_2 {
  from {
    left: 0;
  }
  to {
    left: -7230px;
  }
}