@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
/*	$pie-behavior: url("/themes/pelikone/PIE.htc");
	$pie-base-class: pie-element;
	.pie-element {pie-element: relative;}

*/
/* colors */
.orange {
  color: #a97f0f;
}

/* =Tools
----------------------------------------------------------------------------------------------------------------------------------*/
.inline {
  display: inline !important;
}

.hover {
  color: rgb(0, 74.2, 105);
}

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .group {
  height: 1%;
}

*:first-child + html .group {
  min-height: 1px;
}

/* GDPR game embed consent */
.cmp-dialog-wrapper {
  background-color: #fafafa;
  display: flex;
  font-size: 1.2em;
  justify-content: space-between;
  margin: 2em;
  padding: 2em;
  text-align: left;
}
.cmp-dialog-image {
  max-width: 15%;
}
.cmp-dialog-content {
  max-width: 80%;
}
.cmp-dialog-title {
  color: #222;
  font-size: 1.2em;
  text-transform: uppercase;
}
.cmp-dialog-copy {
  color: #222;
  margin-bottom: 1em;
}
.cmp-dialog-button {
  display: inline-block;
  color: #222;
  border: solid 2px #222;
  font-weight: 700;
  padding: 1em 1em;
  text-transform: uppercase;
}

.topper, .nav, .footer, .secondary, .section-footer, .winter-bottom, .feature-sticker, .userbox, .subheader, .admin, .admin-select, .badge, .tags, .slideup-addlist, .slideup-toggle, .slideup-close, .slideup-tooltip, .game-overlay-description,
.game-playcount {
  display: none !important;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1.25;
  font-family: "Open Sans", sans-serif;
  height: 100%;
}

body {
  background: #ebebeb;
  font-size: 0.8rem;
  padding: 1rem 1rem 1.5rem;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 100%;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #6d6d6d;
  font-weight: bold;
}

.tabs {
  text-align: center;
}

.tabs li {
  display: inline-block;
  padding: 1.25rem;
  font-size: 1.125rem;
}
.tabs li a {
  color: #AEAEAE;
  font-weight: normal;
}
.tabs li.selected a {
  color: #006A98;
  font-weight: bold; /*border-bottom:1px solid $blue*/
}

.mod {
  display: block;
  float: left;
  padding: 0.5rem;
  width: 20%;
}
.mod.feature {
  width: 50%;
}

.mod-inner {
  background: #fff;
  border-radius: 0.33rem;
  border-bottom: 0.25rem solid #dddddd;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}

.mod-inner:active {
  transform: scale(0.9);
}

.mod-inner img {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
}

.game-details {
  padding: 0.5rem;
}

.game-title {
  display: block;
  width: 100%;
  margin-bottom: 0.25rem;
  height: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.game-thumb {
  display: block;
  position: relative;
}

.game-thumb:after {
  display: block;
  content: "";
  position: absolute;
  width: 5rem;
  height: 2rem;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  bottom: 1rem;
  right: 1rem;
}

.store-ios .game-thumb:after {
  background-image: url(images/mobile/badge-appstore.png);
}

.store-wp .game-thumb:after {
  background-image: url(images/mobile/badge-windows.png);
}

.store-android .game-thumb:after {
  background-image: url(images/mobile/badge-googleplay.png);
}

.header {
  padding: 0.5rem;
  width: 100%;
  float: left;
  margin-bottom: 0.5rem;
  padding-top: 4rem;
  margin-top: -4rem;
  position: relative;
  transition: all 0.1s ease-in-out;
}
.header.slide-down {
  margin-top: 0;
}

.header path {
  fill: #006A98;
}

.logo {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  width: 10rem;
  height: 2.9rem;
  background: url(images/mobile/logo.svg) no-repeat 50% 50%;
  text-indent: -9999px;
  position: relative;
}

.logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-show, .search-close, .login {
  display: block;
  padding: 0;
  border: none;
  float: right;
  margin-left: 1rem;
  cursor: pointer;
  margin-top: 0.5rem;
  -webkit-tap-highlight-color: transparent;
}

.login {
  position: relative;
}

.login:hover {
  background: none;
}

.login.open:after {
  content: "";
  position: absolute;
  left: -50%;
  top: 115%;
  width: 0;
  height: 0;
  border: 28px solid transparent;
  border-top: 0;
  border-bottom: 28px solid #006A98;
}

.search {
  width: 100%;
  position: absolute;
  height: 4.5rem;
  padding: 0 0.5rem 3rem;
  top: 0.5rem;
  left: 0;
}

.search input, .search button {
  display: block;
  float: left;
  height: 2.5rem;
  font-size: 1rem;
  border: none;
  outline: none;
  border-radius: 100rem;
}

.search input {
  padding: 0 1rem;
  color: rgba(0, 0, 0, 0.33);
  width: 100%;
}
.search input:focus {
  color: #6d6d6d;
}

.search button {
  width: 2.5rem;
  margin-left: -3rem;
  background: transparent url(images/mobile/search.svg) no-repeat 50% 50%;
  background-size: 50% 50%;
  text-indent: -9999px;
  opacity: 0.33;
  cursor: pointer;
}

.thumb-stars {
  width: 5rem;
  height: 1rem;
}

.thumb-stars:after {
  content: "";
  display: block;
  height: 1rem;
  color: #EDBB5C;
  font-size: 1rem;
  line-height: 1;
}

.thumb-stars-1:after {
  content: "★";
}

.thumb-stars-2:after {
  content: "★★";
}

.thumb-stars-3:after {
  content: "★★★";
}

.thumb-stars-4:after {
  content: "★★★★";
}

.thumb-stars-5:after {
  content: "★★★★★";
}

.mobile-form {
  clear: both;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.mobile-form h2, .mobile-form p {
  margin: 0 0 0.5rem;
}

/*.store-android {
    .thumb-stars-1:after {width:20%}
    .thumb-stars-2:after {width:40%}
    .thumb-stars-3:after {width:60%}
    .thumb-stars-4:after {width:80%}
    .thumb-stars-5:after {width:100%}
}
*/
.login-menu {
  display: none;
  clear: both;
  background: #006A98;
  border-radius: 0.5rem;
  margin: 1rem 0 0;
  float: left;
  width: 100%;
}
.login-menu a {
  color: #fff;
  font-size: 125%;
  display: block;
  padding: 1rem;
}
.login-menu a:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.login-menu.show {
  display: block;
}

.install {
  display: none;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
  text-align: center;
}

.install-inner {
  background: #007bfc;
  color: #fff;
  padding: 2rem;
  line-height: 1;
  font-size: 1.2rem;
  display: inline-block;
  position: relative;
}
.install-inner:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 1.5rem solid #007bfc;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  display: block;
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  margin-left: -1.5rem;
}

.game-iframe {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 95%;
  border: 0;
}

.back {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5%;
  background: #000 url(images/mobile/back.svg) 50% 50% no-repeat;
  background-size: auto 70%;
}

footer {
  float: left;
  width: 100%;
  padding: 2rem 1rem;
  text-align: center;
}

footer a {
  font-weight: normal;
}

@media (max-width: 1024px) {
  .mod {
    width: 25%;
  }
}
@media (max-width: 800px) {
  html {
    font-size: 95%;
  }
}
@media (max-width: 667px) {
  html {
    font-size: 90%;
  }
  .mod {
    width: 33.33%;
  }
}
@media (max-width: 470px) {
  html {
    font-size: 80%;
  }
  .mod {
    width: 50%;
  }
}
@media (max-width: 250px) {
  html {
    font-size: 80%;
  }
  .mod {
    width: 100%;
  }
}
.banner * {
  font-size: 11.5px !important;
}
.banner body {
  background: #eee;
  padding: 0;
}
.banner .wrap {
  float: left;
  padding: 0.75rem;
  width: 100%;
}
.banner .header {
  padding-bottom: 0;
}
.banner .logo {
  width: 6rem;
  display: inline-block;
  float: none;
}
.banner .header {
  display: none;
}
.banner .list {
  float: left;
  width: 100%;
}
@media (max-width: 667px) and (min-width: 471px) {
  .banner .mod {
    width: 25%;
  }
}
.banner {
  /*	@media (max-width:470px) {
  		.mod {width:100%;position:relative;.game-overlay-description {display:block!important}}
  		.mod-inner img {width:50%;float:left;}
  		.game-details {float:left;width:50%; p {margin:.5rem 0 0}}
  		.mod:nth-child(2) {clear:both}		
  		.game-overlay-description {font-weight: normal;font-size:.8rem; span {display:none} }
  		.mod:nth-child(1) .mod-inner {img {width:100%;}.game-details {padding-bottom:0;width:100%;p {margin:.5rem 0 .75rem;}}}
  	}
  */
}
.banner .mod:nth-child(n+5) {
  display: none;
}
.banner .sidebox, .banner .sidebox * {
  box-sizing: content-box;
}
.banner .sidebox.wrap {
  padding: 0;
}
.banner .sidebox .thumb-stars {
  display: none;
}
.banner .sidebox .mod {
  width: 100%;
  padding: 0;
  position: relative;
}
.banner .sidebox .mod:nth-child(n+5) {
  display: block;
}
.banner .sidebox .mod .game-overlay-description {
  display: block !important;
}
.banner .sidebox .mod .game-overlay-description span {
  display: none;
}
.banner .sidebox .mod-inner {
  padding: 7px;
  background: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  background: #f2f2f2;
  background-image: linear-gradient(to bottom, #f6f6f6 0%, #eeeeee 100%);
}
.banner .sidebox .mod:last-child .mod-inner {
  border-bottom: 0;
}
.banner .sidebox .game-title {
  margin-bottom: 0;
  color: #000;
}
.banner .sidebox .mod-inner img {
  width: 45%;
  float: right;
  border: none;
}
.banner .sidebox .game-details {
  float: left;
  padding: 0;
  width: 50%;
  max-height: 80px;
  overflow: hidden;
}
.banner .sidebox .game-details p {
  margin: 0;
}
.banner .sidebox .mod:first-child .mod-inner {
  padding: 0;
}
.banner .sidebox .mod:first-child .mod-inner img {
  width: 100%;
}
.banner .sidebox .mod:first-child .mod-inner .game-details {
  padding: 0 7px 7px;
  width: 90%;
  margin-top: 10px;
}
.banner .sidebox .mod-inner:active {
  transform: scale(1);
}

#preroll {
  padding-top: 10%;
}

#preroll-container {
  width: 100%;
  height: 100%;
  margin-top: 1em;
}