@font-face {
	font-family: "Tahoma-Bold";
	src: url('../assets/fonts/Tahoma-Bold.eot?v=1.49.1');
	src: url('../assets/fonts/Tahoma-Bold.eot?#iefix?v=1.49.1') format('embedded-opentype'),
		 url('../assets/fonts/Tahoma-Bold.woff?v=1.49.1') format('truetype');
		 url('../assets/fonts/Tahoma-Bold.ttf?v=1.49.1') format('truetype');
}

@font-face {
	font-family: "PiximisaRegular";
	src: url('../assets/fonts/PiximisaRegular.eot?v=1.49.1');
	src: url('../assets/fonts/PiximisaRegular.eot?#iefix?v=1.49.1') format('embedded-opentype'),
		 url('../assets/fonts/PiximisaRegular.woff?v=1.49.1') format('truetype');
		 url('../assets/fonts/PiximisaRegular.ttf?v=1.49.1') format('truetype');
}

@font-face {
	font-family: "EASportsCoversSC-Bold";
	src: url('../assets/fonts/EASportsCoversSC-Bold.eot?v=1.49.1');
	src: url('../assets/fonts/EASportsCoversSC-Bold.eot?#iefix?v=1.49.1') format('embedded-opentype'),
		 url('../assets/fonts/EASportsCoversSC-Bold.woff?v=1.49.1') format('truetype');
		 url('../assets/fonts/EASportsCoversSC-Bold.ttf?v=1.49.1') format('truetype');
}

@font-face {
	font-family: "UPBOLTERS";
	src: url('../assets/fonts/upbolters-webfont.eot?v=1.49.1');
	src: url('../assets/fonts/upbolters-webfont.eot?#iefix?v=1.49.1') format('embedded-opentype'),
		 url('../assets/fonts/upbolters-webfont.woff?v=1.49.1') format('truetype');
		 url('../assets/fonts/upbolters-webfont.ttf?v=1.49.1') format('truetype');
}

.font-preload {
	position: absolute;
	left: -1000px;
}

.show-form {
  display: block;
  background-color: gray;
  position: fixed;
  border: 4px solid #444;
  font-family: 'sans-serif';
  show-form-top: 20px;
  bottom: 560px;
    bottom--ms-transform-origin: 50% 0%;
    bottom--webkit-transform-origin: 50% 0%;
    bottom-transform-origin: 50% 0%;
  width: 800px;
  height: 520px;
  padding: 4px; }
  .show-form button {
    border: 2px solid;
    border-radius: 24px;
    border-color: #666;
    background-color: #666;
    font-size: 15px; }
    .show-form button:hover {
      border-color: #888;
      background-color: #888; }
  .show-form label {
    display: inline;
    color: black;
    font-size: 14px; }
  .show-form .show-form-textarea {
    width: 80%;
    height: 0%;
    font: 13.3333px monospace;
    background-color: white;
    resize: auto; }
  .show-form .show-form-top {
    text-align: center;
    border-bottom: 4px dotted #666; }
    .show-form .show-form-top .panel-column {
      display: inline-block; }
      .show-form .show-form-top .panel-column .panel {
        text-align: center;
        margin: 2px;
        padding: 2px;
        border: 2px solid #888; }
        .show-form .show-form-top .panel-column .panel .name {
          font-size: 8px;
          font-family: "sans-serif"; }
        .show-form .show-form-top .panel-column .panel:hover {
          cursor: pointer;
          background-color: #bbb; }
      .show-form .show-form-top .panel-column .panel.selected {
        background-color: #ddd;
        border: 2px solid yellow; }
        .show-form .show-form-top .panel-column .panel.selected:hover {
          background-color: #eee; }
  .show-form .show-form-left {
    width: 50%;
    float: left;
    border-right: 4px dotted #666;
    padding: 4px; }
  .show-form .show-form-right {
    width: 370px;
    float: right;
    padding: 4px; }
    .show-form .show-form-right .show-form-card {
      display: block;
      width: 180px; }
    .show-form .show-form-right .card-1, .show-form .show-form-right .card-3 {
      float: left; }
    .show-form .show-form-right .card-2, .show-form .show-form-right .card-4 {
      float: right; }
  .show-form .show-form-field {
    margin-top: 6px; }
  .show-form .show-form-card {
    margin-top: 6px; }
  .show-form .buttons {
    text-align: right; }
  .show-form .cache {
    font-size: 15px;
    color: #000;
    background-color: #b44;
    border-color: #b44; }
  .show-form .send {
    background-color: #4b4;
    border-color: #4b4; }
    .show-form .send:hover {
      border-color: #6d6;
      background-color: #6d6; }
  .show-form .card-title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold; }
  .show-form .show-form-row {
    font-size: 16px;
    display: table; }
    .show-form .show-form-row .show-cell {
      display: table-cell;
      position: relative;
      width: 32px;
      height: 32px;
      line-height: 32px;
      background-color: #aaa;
      text-align: center;
      overflow: hidden;
      border: 1px solid #888;
      margin: 1px;
      padding: 1px;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .show-form .show-form-row .show-cell:hover {
        cursor: pointer;
        background-color: #bbb; }
      .show-form .show-form-row .show-cell .cell-order {
        position: absolute;
        width: 10px;
        height: 10px;
        font-size: 8px;
        left: 20px;
        top: 24px;
        margin: 0;
        padding: 0;
        line-height: 10px;
        text-align: right; }
      .show-form .show-form-row .show-cell.cell-extra {
        background-color: #a88;
        border: 1px solid #844; }
        .show-form .show-form-row .show-cell.cell-extra:hover {
          cursor: pointer;
          background-color: #b88; }
    .show-form .show-form-row .selected {
      background-color: #ddd;
      border: 1px solid yellow;
      margin: 0px; }
      .show-form .show-form-row .selected:hover {
        background-color: #eee; }

#dev-info {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none; }
  #dev-info .frames {
    width: 48px;
    height: 48px;
    background-color: rgba(128, 128, 128, 0.5);
    background-opacity: 0.5;
    font-family: 'sans-serif';
    font-size: 28px;
    font-weight: bold;
    line-height: 48px;
    margin: 0px;
    color: white;
    opacity: 1;
    text-align: center; }
  #dev-info .build {
    padding: 2px;
    background-color: rgba(192, 192, 192, 0.6);
    font-family: 'sans-serif';
    white-space: nowrap;
    margin: 2px 0px;
    font-size: 8px; }
  #dev-info .timeReels {
    padding: 2px;
    background-color: rgba(192, 192, 192, 0.6);
    font-family: 'sans-serif';
    white-space: nowrap;
    margin: 2px 0px;
    font-size: 8px; }

.show-form-body {
  line-height: 1;
  margin: 0px;
  background-color: black;
  height: 100%;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* $back-start: 0s */
/* $back-time: 300ms */
/* $m-start: 0ms */
/* $g-start: 0ms */
/* $a-start: 0ms */
/* $letter-time: 0s */
/* $g-g-start: 0ms */
/* $g-a-start: 0ms */
/* $g-m-start: 0ms */
/* $g-e-start: 0ms */
/* $g-s-start: 0ms */
/* $games-time: 0s */
/* $bar-1-start: 0ms */
/* $bar-2-start: 0ms */
/* $bar-3-start: 0ms */
/* $bar-time: 0s */
/* $bar-fade-time: 2s */
/* $bar-out-time: 2s */
/* $bar-effect: 1s */
/* $emerg-time: 0s */
/* $responsable-time: 3s */
@keyframes fall {
  0% {
    transform: translateY(-200px);
    animation-timing-function: ease-in-out;
    opacity: 0; }
  25% {
    transform: translateY(10px);
    animation-timing-function: ease-in-out; }
  50% {
    transform: translateY(-5px);
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    transform: translateY(0px);
    animation-timing-function: ease-in-out;
    opacity: 1; } }

@keyframes games-in {
  0% {
    -webkit-transform: translateY(50px);
      -webkit-transform-transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
      -webkit-transform-transform: translateY(0);
    opacity: 1; } }

@keyframes bar-in {
  0% {
    width: 16px;
    opacity: 0; }
  100% {
    width: 48px;
    opacity: 1; } }

@keyframes bar-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes bar-fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes responsable-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes back-subtle {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes moving-gradient {
  0% {
    background-position: left bottom; }
  100% {
    background-position: right bottom; } }

@keyframes brand-in {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transform: scale(0.95);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transform: scale(1);
    opacity: 1; } }

#intro-container.static {
  display: none; }

#intro-container.animating {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center; }
  #intro-container.animating #intro-inner {
    display: inline-block;
    flex: 0 1 auto; }
    #intro-container.animating #intro-inner .intro-back-holder {
      width: 100%;
      height: 100%;
      background-color: #000;
      position: absolute;
      left: 0px;
      top: 0px; }
      #intro-container.animating #intro-inner .intro-back-holder .intro-back {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(to bottom left, #262626, #000000);
        opacity: 0;
        animation: back-subtle 250ms ease 0s;
        animation-fill-mode: forwards; }
    #intro-container.animating #intro-inner #intro-content {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-flow: column nowrap;
      align-items: center;
      margin-top: -30%; }
      #intro-container.animating #intro-inner #intro-content .intro-logo-box {
        flex: 0 1 auto;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: row nowrap;
        margin-top: 3px; }
        #intro-container.animating #intro-inner #intro-content .intro-logo-box .intro-left {
          flex: 0 1 auto; }
          #intro-container.animating #intro-inner #intro-content .intro-logo-box .intro-left .intro-mga {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start; }
            #intro-container.animating #intro-inner #intro-content .intro-logo-box .intro-left .intro-mga #intro-m {
              width: 88px;
              flex: 0 1 auto;
              margin-right: 8px;
              opacity: 0;
              -webkit-animation-name: fall;
              -webkit-animation-delay: 300ms;
              -webkit-animation-duration: 1s;
              -webkit-animation-iteration-count: 1;
              -webkit-animation-timing-function: ease;
              -webkit-animation-fill-mode: forwards;
              animation: fall 1s 300ms ease;
              animation-fill-mode: forwards; }
            #intro-container.animating #intro-inner #intro-content .intro-logo-box .intro-left .intro-mga #intro-g {
              margin-top: -2px;
              width: 81px;
              flex: 0 1 auto;
              opacity: 0;
              -webkit-animation-name: fall;
              -webkit-animation-delay: 150ms;
              -webkit-animation-duration: 1s;
              -webkit-animation-iteration-count: 1;
              -webkit-animation-timing-function: ease;
              -webkit-animation-fill-mode: forwards;
              animation: fall 1s 150ms ease;
              animation-fill-mode: forwards; }
            #intro-container.animating #intro-inner #intro-content .intro-logo-box .intro-left .intro-mga #intro-a {
              margin-left: -10px;
              width: 88px;
              flex: 0 1 auto;
              opacity: 0;
              -webkit-animation-name: fall;
              -webkit-animation-delay: 20ms;
              -webkit-animation-duration: 1s;
              -webkit-animation-iteration-count: 1;
              -webkit-animation-timing-function: ease;
              -webkit-animation-fill-mode: forwards;
              animation: fall 1s 20ms ease;
              animation-fill-mode: forwards; }
          #intro-container.animating #intro-inner #intro-content .intro-logo-box .intro-left .intro-games {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            align-items: flex-end;
            justify-content: flex-start;
            flex-flow: row nowrap;
            width: 253px;
            height: 30px;
            margin-left: 0px;
            margin-top: 12px; }
            #intro-container.animating #intro-inner #intro-content .intro-logo-box .intro-left .intro-games #intro-games-g {
              animation: games-in 1s ease 250ms;
              flex: 0 1 auto;
              opacity: 0;
              animation-fill-mode: forwards;
              width: 32.88px; }
            #intro-container.animating #intro-inner #intro-content .intro-logo-box .intro-left .intro-games #intro-games-a {
              animation: games-in 1s ease 300ms;
              flex: 0 1 auto;
              opacity: 0;
              animation-fill-mode: forwards;
              width: 25.08px; }
            #intro-container.animating #intro-inner #intro-content .intro-logo-box .intro-left .intro-games #intro-games-m {
              animation: games-in 1s ease 350ms;
              flex: 0 1 auto;
              opacity: 0;
              animation-fill-mode: forwards;
              width: 37.92px; }
            #intro-container.animating #intro-inner #intro-content .intro-logo-box .intro-left .intro-games #intro-games-e {
              animation: games-in 1s ease 400ms;
              flex: 0 1 auto;
              opacity: 0;
              animation-fill-mode: forwards;
              width: 25.68px; }
            #intro-container.animating #intro-inner #intro-content .intro-logo-box .intro-left .intro-games #intro-games-s {
              animation: games-in 1s ease 450ms;
              flex: 0 1 auto;
              opacity: 0;
              animation-fill-mode: forwards;
              width: 23.52px; }
        #intro-container.animating #intro-inner #intro-content .intro-logo-box .intro-right {
          flex: 0 1 auto;
          width: 50px;
          margin-right: -50px; }
          #intro-container.animating #intro-inner #intro-content .intro-logo-box .intro-right .intro-logo {
            margin-top: 1px;
            margin-left: -5px; }
            #intro-container.animating #intro-inner #intro-content .intro-logo-box .intro-right .intro-logo .intro-barra {
              width: 48px;
              height: 8px;
              background-color: #6ec829;
              border-radius: 4px;
              margin-bottom: 8px; }
            #intro-container.animating #intro-inner #intro-content .intro-logo-box .intro-right .intro-logo .intro-barra-1 {
              opacity: 0;
              animation: bar-in 0.5s ease 625ms;
              animation-fill-mode: forwards; }
            #intro-container.animating #intro-inner #intro-content .intro-logo-box .intro-right .intro-logo .intro-barra-2 {
              opacity: 0;
              animation: bar-in 0.5s ease 750ms;
              animation-fill-mode: forwards; }
            #intro-container.animating #intro-inner #intro-content .intro-logo-box .intro-right .intro-logo .intro-barra-3 {
              opacity: 0;
              animation: bar-in 0.5s ease 875ms;
              animation-fill-mode: forwards; }
      #intro-container.animating #intro-inner #intro-content #intro-load {
        flex: 0 1 auto;
        margin-top: 24px;
        position: relative;
        height: 8px;
        opacity: 0;
        animation: bar-fade 2.5s ease 3s;
        animation-fill-mode: forwards;
        width: 253px; }
        #intro-container.animating #intro-inner #intro-content #intro-load.static {
          opacity: 0; }
        #intro-container.animating #intro-inner #intro-content #intro-load.fade-out {
          animation: bar-fade 2.5s ease 0s reverse;
          animation-fill-mode: forwards; }
        #intro-container.animating #intro-inner #intro-content #intro-load #intro-load-back {
          width: 253px;
          height: 8px;
          background-color: #3f3f3f;
          border-radius: 4px;
          margin-bottom: 8px; }
        #intro-container.animating #intro-inner #intro-content #intro-load #intro-load-bar {
          position: absolute;
          left: 0px;
          top: 0px;
          width: 0px;
          height: 8px;
          border-radius: 4px;
          margin-bottom: 8px;
          background: -webkit-linear-gradient(left, #6ec829 30%, #a2c885 80%, #6ec829 100%) repeat;
          -webkit-background-size: 50% 100%;
          -webkit-animation-name: moving-gradient;
          -webkit-animation-duration: 0.5s;
          -webkit-animation-iteration-count: infinite;
          -webkit-animation-timing-function: linear; }
      #intro-container.animating #intro-inner #intro-content #emergency-loading {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        pointer-events: none;
        opacity: 0; }
        #intro-container.animating #intro-inner #intro-content #emergency-loading.emerging {
          animation: bar-fade 0.5s ease 0s;
          animation-fill-mode: forwards; }
        #intro-container.animating #intro-inner #intro-content #emergency-loading.fading-out {
          animation: bar-fade-out 0.5s ease 0s; }
        #intro-container.animating #intro-inner #intro-content #emergency-loading canvas, #intro-container.animating #intro-inner #intro-content #emergency-loading .unexpected-text {
          color: white;
          font-family: CenturyGothic, Helvetica, Arial, din_medium;
          font-size: 14px;
          position: absolute;
          display: inline-block;
          margin-left: auto;
          margin-right: auto;
          line-height: 192px;
          top: 186px;
          width: 192px;
          height: 192px; }

#brand-logo {
  position: absolute;
  color: white;
  transform: scale(0.7);
  transform-origin: 50% 50%;
  opacity: 0;
  animation: brand-in 1.5s ease 0.5s;
  animation-fill-mode: forwards; }

#responsables {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%; }
  #responsables #intro-responsable {
    transform-origin: bottom center;
    width: 100%;
    margin-left: 2px;
    position: absolute;
    bottom: 10px;
    opacity: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column nowrap;
    align-items: center; }
    #responsables #intro-responsable.static {
      opacity: 0; }
    #responsables #intro-responsable.animating {
      animation: responsable-fade 1.5s ease 0s;
      animation-fill-mode: forwards; }
    #responsables #intro-responsable .message {
      flex: 0 1 auto;
      color: #fff;
      font-family: Helvetica, Arial, Sans-Serif;
      font-size: 12px;
      white-space: nowrap; }
    #responsables #intro-responsable #logos-responsable {
      flex: 0 1 auto; }
      #responsables #intro-responsable #logos-responsable #logos-container {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: row nowrap;
        align-items: center;
        margin: 8px 0; }
        #responsables #intro-responsable #logos-responsable #logos-container #logo-left {
          flex: 0 1 auto;
          background-image: url("../assets/public/bmm.png");
          background-size: cover;
          width: 72px;
          height: 68px;
          margin-right: 60px; }
        #responsables #intro-responsable #logos-responsable #logos-container #logo-center {
          flex: 0 1 auto;
          background-image: url("../assets/public/asensi_logo.png");
          background-size: cover;
          width: 102px;
          height: 28px;
          margin-right: 60px;
          margin-left: 30px; }
        #responsables #intro-responsable #logos-responsable #logos-container #logo-right {
          flex: 0 1 auto;
          background-image: url("../assets/public/juego-seguro.png");
          background-size: cover;
          width: 171px;
          height: 27px; }

@media (max-width: 620px) {
  #responsables #intro-responsable #logos-responsable #logos-container #logo-center {
    zoom: 0.6;
    margin: 0px 33px 0px 0px; }
  #responsables #intro-responsable #logos-responsable #logos-container #logo-right {
    zoom: 0.6;
    margin: 0px 0px 0px 33px; }
  #responsables #intro-responsable #logos-responsable #logos-container #logo-left {
    zoom: 0.8;
    margin: 0px 0px 0px 0px; } }

#mobile-turn {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center center;
  display: none; }
  #mobile-turn .turn-text {
    font-family: 'century_gothic_bold';
    font-size: 60px;
    color: white;
    text-align: center;
    margin-top: 100%; }

@font-face {
  font-family: "ArialRoundedMTBold";
  src: url("../assets/commons/fonts/arial_rounded_bold.eot");
  src: url("../assets/commons/fonts/arial_rounded_bold.eot?#iefix") format("embedded-opentype"), url("../assets/commons/fonts/arial_rounded_bold.woff") format("woff"), url("../assets/commons/fonts/arial_rounded_bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "century_gothic_bold";
  src: url("../assets/commons/fonts/century_gothic_bold.eot");
  src: url("../assets/commons/fonts/century_gothic_bold.eot?#iefix") format("embedded-opentype"), url("../assets/commons/fonts/century_gothic_bold.woff") format("woff"), url("../assets/commons/fonts/century_gothic_bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "din_medium";
  src: url("../assets/commons/fonts/din_medium.eot");
  src: url("../assets/commons/fonts/din_medium.eot?#iefix") format("embedded-opentype"), url("../assets/commons/fonts/din_medium.woff") format("woff"), url("../assets/commons/fonts/din_medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "clowdy";
  src: url("../assets/commons/fonts/clowdy_with_a_chance.eot");
  src: url("../assets/commons/fonts/clowdy_with_a_chance.eot?#iefix") format("embedded-opentype"), url("../assets/commons/fonts/clowdy_with_a_chance.woff") format("woff"), url("../assets/commons/fonts/clowdy_with_a_chance.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Roboto-Bold";
  src: url("../assets/commons/fonts/Roboto-Bold.eot");
  src: url("../assets/commons/fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/commons/fonts/Roboto-Bold.woff") format("woff"), url("../assets/commons/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Roboto-Medium";
  src: url("../assets/commons/fonts/roboto-medium-webfont.eot");
  src: url("../assets/commons/fonts/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/commons/fonts/Roboto-Medium.woff") format("woff"), url("../assets/commons/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "f5by7";
  src: url("../assets/commons/fonts/f5by7.eot");
  src: url("../assets/commons/fonts/f5by7.eot?#iefix") format("embedded-opentype"), url("../assets/commons/fonts/f5by7.woff") format("woff"), url("../assets/commons/fonts/f5by7.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "DigitalSans";
  src: url("../assets/commons/fonts/DigitalSansEFMedium.eot");
  src: url("../assets/commons/fonts/DigitalSansEFMedium.eot?#iefix") format("embedded-opentype"), url("../assets/commons/fonts/DigitalSansEFMedium.woff") format("woff"), url("../assets/commons/fonts/DigitalSansEFMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "groteskia";
  src: url("../assets/commons/fonts/GROTESKIA.eot");
  src: url("../assets/commons/fonts/GROTESKIA.eot#iefix") format("embedded-opentype"), url("../assets/commons/fonts/GROTESKIA.woff") format("woff"), url("../assets/commons/fonts/GROTESKIA.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@keyframes percent-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes percent-fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#bootstrap-container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0; }
  #bootstrap-container.emerging {
    animation: percent-fade-in 1s ease 0s;
    animation-fill-mode: forwards; }
  #bootstrap-container.fading-out {
    animation: percent-fade-out 1s ease 0s;
    animation-fill-mode: forwards; }
  #bootstrap-container .bootstrap-text {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    color: #ddd;
    text-align: center;
    font-family: CenturyGothic, Helvetica, Arial, din_medium;
    font-weight: bold;
    opacity: 0; }
    #bootstrap-container .bootstrap-text.emerging {
      animation: percent-fade-in 1s ease 0s;
      animation-fill-mode: forwards; }

#bootstrap {
  position: absolute; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.6; } }

@keyframes fade-out {
  0% {
    opacity: 0.6; }
  100% {
    opacity: 0; } }

@keyframes anim-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes anim-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

#requester-container {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  overflow: hidden; }
  #requester-container.visible .req-middle {
    animation: anim-in 0.4s;
    animation-fill-mode: forwards; }
  #requester-container.visible .req-background {
    animation: fade-in 0.8s;
    animation-fill-mode: forwards; }
  #requester-container.visible.hiding .req-middle {
    animation: anim-out 0.4s;
    animation-fill-mode: forwards; }
  #requester-container.visible.hiding .req-background {
    animation: fade-out 0.8s;
    animation-fill-mode: forwards; }
  #requester-container .req-background {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    position: absolute; }
  #requester-container .req-middle {
    display: inline-block;
    opacity: 0;
    transform-origin: center top;
    width: 100%;
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
    #requester-container .req-middle .req-requester {
      transform-origin: center top;
      font-family: Roboto, Roboto-Medium, Roboto Lt;
      width: 653px;
      height: 512px; }
      #requester-container .req-middle .req-requester .req-title {
        box-sizing: border-box;
        color: #ffef86;
        top: 160px;
        padding: 0px 80px;
        line-height: 36px;
        text-align: center;
        text-shadow: 3px 3px 6px #000000;
        font-size: 32px;
        font-weight: bold;
        position: absolute;
        width: 653px; }
      #requester-container .req-middle .req-requester .req-title-small {
        font-size: 20px; }
      #requester-container .req-middle .req-requester .req-main-text-container {
        position: absolute;
        top: 195px; }
      #requester-container .req-middle .req-requester .req-main-text {
        box-sizing: border-box;
        color: #ffffff;
        padding: 0px 100px;
        line-height: 30px;
        text-align: center;
        text-shadow: 2px 2px 3px #000000;
        font-size: 25px;
        width: 653px;
        display: table-cell;
        vertical-align: middle;
        height: 167px; }
      #requester-container .req-middle .req-requester .req-error-text {
        box-sizing: border-box;
        color: #ffffff;
        top: 461px;
        text-align: center;
        text-shadow: 2px 2px 3px #000000;
        font-size: 16px;
        position: absolute;
        line-height: 17px;
        width: 95%;
        left: 50%;
        word-break: break-all;
        transform: translate(-50%, -50%); }
      #requester-container .req-middle .req-requester .req-buttons {
        box-sizing: border-box;
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: initial;
        justify-content: space-around;
        position: absolute;
        top: 360px;
        width: 653px;
        padding: 0 60px; }
        #requester-container .req-middle .req-requester .req-buttons .req-button {
          flex: 0 1 auto;
          width: 225px;
          height: 76px;
          cursor: pointer;
          text-align: center;
          line-height: 76px;
          color: #131313;
          text-shadow: 2px 2px 2px #ffffff;
          font-size: 25px;
          font-weight: bold;
          white-space: nowrap; }
          #requester-container .req-middle .req-requester .req-buttons .req-button:active {
            box-shadow: none;
            transform: translateY(2px); }
          #requester-container .req-middle .req-requester .req-buttons .req-button div {
            display: inline; }
          #requester-container .req-middle .req-requester .req-buttons .req-button .req-icon {
            color: #faa; }

html {
  height: 100%;
  overflow: hidden; }

#game-container {
  width: 100%;
  height: 100%; }
  #game-container canvas {
    margin: 0; }
  #game-container #dev-info {
    z-index: 2147483649; }
  #game-container .show-form {
    z-index: 2147483650; }

