/* Reset */

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}
input:focus, textarea:focus {
  outline: none;
}

/* Setup */

/* Font Faces */
@font-face {
 font-family: "Oswald-DemiBold";
 src: url(https://d14l6t1lt2xooe.cloudfront.net/assets/gmp/Oswald-DemiBold-79f88fd2ef5ae531af6b262dc13444a73970f63d36d7d46581fe84e157c50ea3.eot);
 src: url(https://d14l6t1lt2xooe.cloudfront.net/assets/gmp/Oswald-DemiBold-79f88fd2ef5ae531af6b262dc13444a73970f63d36d7d46581fe84e157c50ea3.eot?#iefix) format("embedded-opentype"),
      url(https://d14l6t1lt2xooe.cloudfront.net/assets/gmp/Oswald-DemiBold-0dac93e697fc6ef981c93fa4fe6bdb7eb568e703726b7602b177f15ca827e0cd.woff) format("woff"),
      url(https://d14l6t1lt2xooe.cloudfront.net/assets/gmp/Oswald-DemiBold-dc16df77e2222c104c9c8a03ddd555a95ced549625a8aee3e068aad30420c2ac.ttf) format("truetype"),
      url(https://d14l6t1lt2xooe.cloudfront.net/assets/gmp/Oswald-DemiBold-976750097dcc37c7aab0f14fbc78ad3d2c47d8f620eefd7db9961e394f63cee9.svg#geared_slabthin) format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #00194f;
  color: #ff0;
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1.2;
}
p {
  margin: 1em 0;
}
ul {
  padding-left: 1.5em;
  margin: 1em 0;
}
a {
  color: #b0ccff;
}
a:hover {
  color: #fff;
}

/* Helpers */
.sub {
  font-size: 18px;
  color: #fff;
}
.no-padding-top {
  padding-top: 0 !important;
}
.bold {
  font-weight: bold;
}
.display {
  display: block;
}
.mobile {
  display: none;
}

/* Page Shell */
body {
  min-width: 1015px;
}
.all {
  overflow: hidden;
  overflow: hidden;
  position: relative;
  background: url(https://d14l6t1lt2xooe.cloudfront.net/assets/gmp/header-7b0fd32558b797c3b8994e3a768d29caccf245630fe1c09d4f38a3fbb911ab74.jpg), url(https://d14l6t1lt2xooe.cloudfront.net/assets/gmp/header-bg-dd8dac0ba5a2031b669cf901119c75c1688c6240e15eace16156e8443a1be80f.jpg);
  background-position: center top;
  background-repeat: no-repeat, repeat-x;
}
.sub .all {
  background-position: center -310px;
}
h1 {
  text-indent: -9999em;
  color: transparent;
}

/* Menu */
.navigation {
  position: absolute;
  width: 100%;
  height: 30px;
  background-color: rgba(0,25,79,0.6);
  z-index: 1;
}
.menu {
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  width: 91%;
  max-width: 610px;
  list-style-type: none;
  position: absolute;
}
.menu li {
  float: left;
  line-height: 30px;
  margin-right: 30px;
  font-size: 16px;
  font-family: 'Oswald-DemiBold', Arial, sans-serif;
  color: #fff;
}
.menu li:last-child {
  margin-right: 0;
}
.menu a {
  text-decoration: none;
}

/* Mobile Menu */
.menu-mobile input, .menu-mobile label {
  display: none;
}

/* Content */
.content {
  position: relative;
}
.logo {
  background: url(https://d14l6t1lt2xooe.cloudfront.net/assets/gmp/logo-a0839a31d3f4b740616430426539877e1510d0d2ad6fff1694fbaef1b8c0af6e.png) center no-repeat;
  max-width: 650px;
  min-width: 280px;
  height: 140px;
  position: relative;
  top: 64px;
  margin: 0 auto;
  background-size: 85%;
}
.device {
  background: url(https://d14l6t1lt2xooe.cloudfront.net/assets/gmp/device-fcf9f42b23c22f3b055873b642033886e9979ae8557ae947bc3edc256afcb5a5.png) center no-repeat;
  width: 100%;
  height: 310px;
  position: relative;
  top: 70px;
}
.text {
  width: 610px;
  margin: 0 auto;
  position: relative;
  margin-top: 90px;
}
.text p:last-child {
  margin-bottom: 3em;
}
.app-links {
  text-align: center;
}
.text .games img {
  width: 100%;
  min-width: 280px;
}

/* App-Store Google-Play */
.app-store, .google-play {
  display: inline-block;
  height: 60px;
  text-indent: -9999px;
  border-radius: 6px;
}
.app-store:hover, .google-play:hover {
  box-shadow: 0 0 20px #fff;
}
.app-store {
  width: 200px;
  background-size: 200px 60px;
}
.google-play {
  width: 190px;
  background-size: 190px 60px;
  margin-right: 20px;
}

/* Terms Text */
.headline {
  font-family: 'Oswald-DemiBold', Arial, sans-serif;
  text-shadow: 0 0 6px rgba(255,255,255,0.6);
  font-size: 56px;
  margin: 0.5em 0;
}
.subline {
  font-family: 'Oswald-DemiBold', Arial, sans-serif;
  margin: 1em 0;
  color: #ff0;
  font-size: 24px;
}
.headline + .subline {
  margin-top: -0.75em;
}
.subsubline {
  font-size: 22px;
  padding-top: 25px;
}
.note {
  font-size: 16px;
}
.counter {
  font-size: 24px;
  padding-right: 0.15em;
  color: #ff0;
}

/* Start Text */
.start {
  color: #b0ccff;
}
.start .headline {
  color: #fff;
  text-align: center;
  margin-top: 60px;
}
.start .subline {
  text-align: center;
}
.start .note {
  margin: 3em 0;
}

/* Sub-Pages */
.sub .logo {
  background-size: 130px 33px;
  background-position: left 0;
  height: 33px;
  width: 91%;
  max-width: 610px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  list-style: none;
  pointer-events: none;
}
.sub .logo a {
  position: absolute;
  width: 130px;
  height: 33px;
  pointer-events: all;
  color: transparent;
}
.sub .menu {
  bottom: 0;
}
.sub .navigation {
  height: 63px;
}

/* Language Selector */
.languages {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 2;
}
.languages .dropdown_button {
  cursor: pointer;
  display: inline-block;
  width: 140px;
  height: 30px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  background-color: #fe4415;
  border-bottom: 1px solid #00194F;
  font-family: 'Oswald-DemiBold', Arial, sans-serif;
  font-size: 16px;
  padding: 6px 32px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.languages .dropdown_button:before {
  content: "";
  background: url(https://d14l6t1lt2xooe.cloudfront.net/assets/gmp/language-9b0f139808fdf85cc260b2f7d4731b23483380c68122478ab7b022870d589667.png) center no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  vertical-align: bottom;
  position: absolute;
  left: 7px;
  top: 5px;
}
.languages .arrow {
  display: inline-block;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  right: 10px;
  top: 12px;
}
.languages .dropdown_content {
  position: absolute;
  margin: 0;
  padding: 0;
  display: none;
  border-radius: 3px;
  background-color: #FE4415;
}
.languages .dropdown_content li {
  list-style: none;
  margin-left: 0px;
  line-height: 16px;
  font-size: 16px;
}
.languages .dropdown_content li a {
  display: block;
  padding: 5px 9px;
  color: #fff;
  text-decoration: none;
}
.languages .dropdown_content li:hover a {
  background-color: rgba(0,25,79,0.2);
}
.languages input[type="checkbox"]:checked ~ .dropdown_content {
  display: block;
  width: 140px;
}
.languages input[type="checkbox"] {
  display: none;
}

/* Link Bonus Popup */
.popup {
  background: url(https://d14l6t1lt2xooe.cloudfront.net/assets/gmp/popup-bg-8e69870482a3495a455fffdd24c6f8a137e74cad379a8588dcefc1aeb25c709d.jpg) no-repeat center;
  background-size: 100% 100%;
  background-color: #003da1;
  border: 8px solid #fff;
  border-radius: 13px;
  position: relative;
  padding: 40px 40px 10px 40px;
  width: 520px;
  min-height: 270px;
  text-align: center;
  color: #ff0;
  font-size: 24px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 0 auto;
  margin-top: 83px;
  margin-bottom: -65px;
}
.popup h3 {
  font-family: 'Oswald-DemiBold', Arial, sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 6px rgba(255,255,255,.6);
}
.content-popup {
  margin-top: 100px;
}

/* SPW Popup */
.spw-popup {
  width: 690px;
  border: 2px solid;
  border-radius: 10px;
  text-align: center;
  font-style: italic;
  color: #e1e1e1;
  font-size: 20px;
  text-align: left;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  margin-bottom: -20px;
}
.cssgradients .spw-popup {
  border-color: #fff4b5 #fff4b5 #f7af00;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 15, 39, 0.7)), color-stop(100%,#02071a));
  background: -webkit-linear-gradient(top, rgba(0, 15, 39, 0.7) 0%,#02071a 100%);
  background: -webkit-linear-gradient(top, rgba(0, 15, 39, 0.7) 0%, #02071a 100%);
  background: linear-gradient(to bottom, rgba(0, 15, 39, 0.7) 0%,#02071a 100%);
}
.no-cssgradients .spw-popup {
  background-color: #15180e;
  border-color: #f7af00;
}
.cssgradients .spw-popup:after, .cssgradients .spw-popup:before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  width: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff4b5), color-stop(30%,#fdfac5), color-stop(63%,#b43700), color-stop(100%,#f7af00));
  background-image: -webkit-linear-gradient(top, #fff4b5 0%,#fdfac5 30%,#b43700 63%,#f7af00 100%);
  background-image: -webkit-linear-gradient(top, #fff4b5 0%, #fdfac5 30%, #b43700 63%, #f7af00 100%);
  background-image: linear-gradient(to bottom, #fff4b5 0%,#fdfac5 30%,#b43700 63%,#f7af00 100%);
  background-size: 2px 100%;
  z-index: 1;
}
.cssgradients .spw-popup:before {
  left: -2px;
}
.cssgradients .spw-popup:after {
  right: -2px;
}
.spw-popup-content {
  padding: 30px 30px 10px;
  position: relative;
}
.cssgradients .spw-popup-content:before, .spw-popup-content:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #f7af00;
  bottom: -2px;
}
.cssgradients .spw-popup-content:before {
  left: -2px;
  border-left: 2px solid #f7af00;
  border-radius: 0 0 0 10px;
}
.cssgradients .spw-popup-content:after {
  right: -2px;
  border-right: 2px solid #f7af00;
  border-radius: 0 0 10px 0;
}
.spw-popup a {
  color: #75d1ff;
  text-decoration: none;
}
.spw-popup a:hover {
  color: #f5c121;
}
.spw-popup .spw-headline {
  color: #f5c121;
  font-size: 24px;
  padding-left: 95px;
  position: relative;
}
.spw-popup .spw-headline:before {
  content: "";
  position: absolute;
  width: 106px;
  height: 106px;
  background: url(https://d14l6t1lt2xooe.cloudfront.net/assets/gmp/spw-coin-23fccfda86ad7e9751f8e5a22d317ebe21793c68b1a58892e68b8b53a2265165.png) 0 0 no-repeat;
  top: 50%;
  left: -10px;
  margin-top: -60px;
}
.spw-popup .spw-logo {
  display: block;
  width: 550px;
  height: 70px;
  text-indent: -9999px;
  background: url(https://d14l6t1lt2xooe.cloudfront.net/assets/gmp/spw-logo-e6a6b226e5dc13b71ddd67d001cc92216dc36632f869718e2ddcd23947284c87.png) 0 0 no-repeat;
  position: relative;
  left: -10px;
  margin-top: -6px;
}
.spw-popup ul {
  list-style-type: none;
  padding-left: 0;
}
.spw-popup li {
  margin-bottom: 50px;
  padding-left: 95px;
  position: relative;
}
.spw-popup li:last-child {
  margin-bottom: 0;
}
.spw-popup li:before {
  content: "";
  position: absolute;
}
.spw-popup li.check:before {
  width: 55px;
  height: 45px;
  left: 30px;
  top: -8px;
  background: url(https://d14l6t1lt2xooe.cloudfront.net/assets/gmp/spw-check-aba606b65a38f303d9439c088f6f27461ef1ad7719b19528038d5e7463116adb.png) 0 0 no-repeat;
}
.spw-popup li.check.done:before {
  background-position: 0 -45px;
}
.spw-popup li.arrow:before {
  width: 53px;
  height: 55px;
  left: 31px;
  top: -12px;
  background: url(https://d14l6t1lt2xooe.cloudfront.net/assets/gmp/spw-arrow-51de6738dfae35a7ebba694c586aae60766f10a40627c42317983bbd7b9182a0.png) 0 0 no-repeat;
}
.spw-popup .app-links {
  text-align: left;
  margin-top: 4px;
}
.spw-popup .app-store, .spw-popup .google-play {
  margin-top: 10px;
  margin-bottom: -10px;
}
@media (max-width: 1014px) {

  body {
    min-width: 760px;
  }
/*  .languages {
    top: 28px;
  }*/
}

@media (max-width: 760px) {

  body{
    min-width: 300px;
    font-size: 18px;
  }

  /* Helpers */
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }

  /* Content */
  .start .all {
    background-size: 760px;
  }
  .sub .all {
    background-position: center -360px;
  }
  .text {
    width: 85%;
  }
  .sub {
    font-size: 14px;
  }
  .headline {
    font-size: 28px;
    margin: 0.2em 0;
  }
  .subline {
    font-size: 22px;
    margin: 0.5em 0;
  }
  .headline + .subline {
    margin-top: 0;
  }
  .subsubline {
    font-size: 19px;
    padding-top: 10px;
  }
  .note{
    font-size: 14px;
  }
  .app-links {
    margin-bottom: 0px;
    margin-top: 0;
  }
  .sub .logo {
    top: 14px;
    width: 85%;
  }
  .sub .menu {
    width: 100%;
    padding: 0;
  }
  .counter {
    font-size: 22px;
  }

  /* Navigation */
  .menu-mobile label {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 3;
    font-size: 30px;
  }
  .navigation {
    left: 0;
    right: 0;
    top: 0;
    font-size: 18px;
    background-color: transparent;
    z-index: 2;
  }
  .sub .navigation {
    pointer-events: none;
  }
  .navigation li {
    display: none;
  }
  .menu-mobile input:checked ~ .navigation li {
    display: block;
    background-color: #00194f;
  }
  .menu-mobile li:last-child {
    border-bottom: 1px solid #23499B;
    padding-bottom: 10px;
  }
  .menu-mobile li:first-child {
    padding-top: 60px;
  }
  .menu {
    width: 100%;
    max-width: 760px;
    top: 0;
  }
  .menu li {
    float: none;
    text-align: right;
    margin-right: 0;
    padding-right: 24px;
    line-height: 40px;
    pointer-events: all;
    color: #fff;
  }

  /* Popup */
  .popup  {
    width: 96%;
    min-width: 280px;
    max-width: 520px;
    font-size: 18px;
    padding: 20px;
  }
  .popup h3 {
    font-size: 28px;
  }
  .spw-popup {
    width: 85%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin-top: 0;
  }
  .spw-popup .spw-logo {
    background-image: none;
    text-indent: 0;
    width: auto;
    height: auto;
    left: 0;
    text-transform: uppercase;
    color: #75D1FF;
    font-size: 34px;
    font-style: normal;
  }
  .spw-popup .spw-headline {
    font-size: 22px;
  }
  .spw-popup li {
    margin-bottom: 30px;
  }
  .spw-popup .app-links a {
    margin-bottom: 2px;
  }
}

@media (max-width: 490px) {

  .logo {
    height: 105px;
  }
  .start .headline {
    margin-top: 40px;
  }
  .popup  {
    width: 85%;
  }
  .app-links a {
    margin: 0 auto;
    display: block;
  }
  img.google-play {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .spw-popup .app-links a {
    margin: 10px 0 0 -52px;
  }
  .spw-popup .spw-headline {
    padding-left: 0;
  }
  .spw-popup .spw-headline:before {
    content: none;
  }
  .spw-popup li {
    padding-left: 52px;
  }
  .spw-popup li.check:before, .spw-popup li.arrow:before {
    left: 0;
  }
}
/*


 */

