@font-face {
	font-family: "riooro";
	src: url('../assets/fonts/rio_oro.eot?v=1.49.1');
	src: url('../assets/fonts/rio_oro.eot?v=1.49.1&#iefix') format('embedded-opentype'),
		url('../assets/fonts/rio_oro.woff?v=1.49.1') format('woff'),
		url('../assets/fonts/rio_oro.ttf?v=1.49.1') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "RockLive";
	src: url('../assets/fonts/rocklive-million.eot?v=1.49.1');
	src: url('../assets/fonts/rocklive-million.eot?#iefix?v=1.49.1') format('embedded-opentype'),
		 url('../assets/fonts/rocklive-million.ttf?v=1.49.1') format('truetype');
	font-weight: normal
	font-style: normal
}


.font-preload {
	position: absolute;
	left: -20000px;
}

.show-form {
  background-color: rgba(255, 255, 255, 0.97);
  position: fixed;
  font-family: 'sans-serif';
  display: flex;
  flex-flow: column nowrap;
  bottom: 0px;
  width: 100%;
  height: 100%; }
  .show-form .show-form-top {
    flex: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    background-image: linear-gradient(#ffffff, #e5e5e5);
    border-bottom: 2px solid #808080; }
    .show-form .show-form-top .panel {
      flex: 0 auto;
      text-align: center;
      padding: 0.4vw 0.2vw; }
      .show-form .show-form-top .panel img {
        display: block;
        max-width: 100%;
        width: auto;
        height: auto;
        pointer-events: none;
        background: none; }
      .show-form .show-form-top .panel .name {
        display: none; }
      .show-form .show-form-top .panel:hover {
        cursor: pointer; }
      .show-form .show-form-top .panel.selected {
        background-image: linear-gradient(#6fc830, #5faa29); }
  .show-form .show-form-middle {
    flex: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-left: 4vw; }
    .show-form .show-form-middle .show-form-cards {
      max-width: 50%;
      flex: 0 auto;
      display: flex;
      flex-flow: row wrap; }
      .show-form .show-form-middle .show-form-cards .show-form-card {
        min-width: 40%;
        margin: 0.2vw;
        flex: 0 auto;
        margin-top: 6px; }
        .show-form .show-form-middle .show-form-cards .show-form-card .card-title {
          margin-bottom: 0.2vw;
          font-family: Roboto-Bold;
          font-size: 1.4vw;
          color: #5d5d5d; }
        .show-form .show-form-middle .show-form-cards .show-form-card .card-container {
          border: 2px solid #67c21f; }
          .show-form .show-form-middle .show-form-cards .show-form-card .card-container .show-form-row {
            font-size: 16px;
            display: table; }
            .show-form .show-form-middle .show-form-cards .show-form-card .card-container .show-form-row .show-cell {
              display: table-cell;
              position: relative;
              width: 4vw;
              height: 3.5vw;
              background-color: #ffffff;
              text-align: center;
              color: #202020;
              border-right: 0.2vw solid #888;
              border-bottom: 0.2vw solid #888;
              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-middle .show-form-cards .show-form-card .card-container .show-form-row .show-cell:hover {
                cursor: pointer; }
              .show-form .show-form-middle .show-form-cards .show-form-card .card-container .show-form-row .show-cell.selected {
                background-color: #afafaf; }
              .show-form .show-form-middle .show-form-cards .show-form-card .card-container .show-form-row .show-cell .cell-number {
                position: absolute;
                font-family: Roboto-Bold;
                font-size: 1.5vw;
                line-height: 3.5vw;
                width: 99%; }
              .show-form .show-form-middle .show-form-cards .show-form-card .card-container .show-form-row .show-cell .cell-order {
                position: absolute;
                font-family: Roboto-Bold;
                font-size: 1vw;
                text-align: right;
                right: 2px;
                bottom: 1px;
                color: #404040;
                line-height: 10px; }
              .show-form .show-form-middle .show-form-cards .show-form-card .card-container .show-form-row .show-cell.cell-extra {
                background-color: #a88;
                border: 1px solid #844; }
                .show-form .show-form-middle .show-form-cards .show-form-card .card-container .show-form-row .show-cell.cell-extra:hover {
                  cursor: pointer;
                  background-color: #b88; }
    .show-form .show-form-middle .show-form-inputs {
      width: 50%;
      flex: 0 auto;
      display: flex;
      flex-flow: row wrap; }
      .show-form .show-form-middle .show-form-inputs .show-form-field {
        width: 100%;
        margin: 12px 0px; }
        .show-form .show-form-middle .show-form-inputs .show-form-field label {
          margin-bottom: 0.2vw;
          font-family: Roboto-Bold;
          font-size: 1.4vw;
          color: #5d5d5d;
          display: block; }
        .show-form .show-form-middle .show-form-inputs .show-form-field .show-form-textarea {
          flex: 0 auto;
          font: 1.5vw Roboto-Medium;
          background-color: #e7e7e7;
          color: #353535;
          resize: auto;
          border: none;
          border-top: 2px solid #afafaf;
          width: 90%;
          height: 90%; }
  .show-form .show-form-buttons {
    flex: 0 auto;
    margin: 0px 8vw;
    display: flex;
    flex-flow: row nowrap;
    align-items: center; }
    .show-form .show-form-buttons .show-button {
      flex: 1 auto;
      border-radius: 8px;
      font-family: groteskia;
      color: #ffffff;
      text-shadow: 0px -0.1vw 0.15vw #000000;
      font-size: 1.8vw;
      text-align: center;
      margin: 8px 12px 8px 0px; }
      .show-form .show-form-buttons .show-button.cache {
        border: 0.2vw solid #cd8700;
        background-image: linear-gradient(#d7b066, #d49417, #e79800);
        height: 3.8vw;
        padding: 0.5vw 0;
        line-height: 2.8vw;
        white-space: nowrap; }
      .show-form .show-form-buttons .show-button.clean {
        border: 0.2vw solid #cd8700;
        background-image: linear-gradient(#d7b066, #d49417, #e79800);
        height: 3.8vw;
        padding: 0.5vw 0;
        line-height: 2.8vw; }
      .show-form .show-form-buttons .show-button.cancel {
        border: 0.2vw solid #c71200;
        background-image: linear-gradient(#df7166, #e3230f, #f31700);
        height: 3.8vw;
        padding: 0.5vw 0;
        line-height: 2.8vw; }
      .show-form .show-form-buttons .show-button.send {
        border: 0.2vw solid #5aa026;
        background-image: linear-gradient(#9bc67b, #6cb835, #6fc62f);
        height: 4vw;
        padding: 0.5vw 0;
        line-height: 3vw;
        min-width: 128px; }
    .show-form .show-form-buttons .show-right {
      flex: 1 auto;
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-end; }

.show-form.mobile .show-form-top .panel {
  width: 4.5vw; }
  .show-form.mobile .show-form-top .panel img {
    max-width: 4.5vw;
    width: 4.5vw; }

@media screen and (orientation: portrait) {
  .show-form.mobile .show-form-top .panel {
    width: 10vw; }
    .show-form.mobile .show-form-top .panel img {
      max-width: 10vw;
      width: 10vw; }
  .show-form.mobile .show-form-middle {
    display: flex;
    flex-flow: column nowrap;
    margin-left: 0px; }
    .show-form.mobile .show-form-middle .show-form-cards {
      max-width: 100%; }
      .show-form.mobile .show-form-middle .show-form-cards .show-form-card .card-container .show-form-row .show-cell {
        width: 8.5vw;
        height: 7.5vw; }
        .show-form.mobile .show-form-middle .show-form-cards .show-form-card .card-container .show-form-row .show-cell .cell-number {
          line-height: 7.5vw;
          font-size: 4vw; }
    .show-form.mobile .show-form-middle .show-form-inputs {
      width: 100%; }
      .show-form.mobile .show-form-middle .show-form-inputs .show-form-field {
        width: 50%; } }

#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; }

