@font-face {
  font-family: "Clear Sans";
  src: url("fonts/ClearSans-Light-webfont.eot");
  src: url("fonts/ClearSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ClearSans-Light-webfont.svg#clear_sans_lightregular") format("svg"), url("fonts/ClearSans-Light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Calibri";
  src: url("fonts/Calibri.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Johnny Fever";
  src: url("fonts/Johnny-Fever.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Clear Sans";
  src: url("fonts/ClearSans-Bold-webfont.eot");
  src: url("fonts/ClearSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ClearSans-Bold-webfont.svg#clear_sansbold") format("svg"), url("fonts/ClearSans-Bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/*html, body {
  margin: 0;
  padding: 0;

  background: #0f1629 url('../images/game/background_game.jpg') no-repeat fixed center;
  background-size: cover;
  color: $text-color;
  font-family: "Calibri", "Helvetica Neue", Arial, sans-serif;
  font-size: 12pt;
}*/
html, body {
  margin: 0;
  padding: 0;
  background-image: url("../images/game/unicorn-bottom-large.png"), url("../images/game/background_game.jpg");
  background-size: contain, cover;
  background-repeat: no-repeat;
  background-position: center bottom, center bottom;
  color: #ffffff;
  font-family: "Calibri", "Helvetica Neue", Arial, sans-serif;
  font-size: 12pt;
}

/*.unicorn-bottom {
  width: 100%;
  background-image: url('../images/game/unicorn-bottom.png');
  height: 18.020833vw;
  // height: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}*/
body {
  padding: 25px 0 0 0;
}

.heading:after {
  content: "";
  display: block;
  clear: both;
}

h1.title {
  font-size: 80px;
  font-weight: bold;
  margin: 0;
  display: block;
  float: left;
  font-style: italic;
  font-family: "Kunstler Script";
}

@-webkit-keyframes move-up {
  0% {
    top: 25px;
    opacity: 1;
  }
  100% {
    top: -50px;
    opacity: 0;
  }
}

@keyframes move-up {
  0% {
    top: 25px;
    opacity: 1;
  }
  100% {
    top: -50px;
    opacity: 0;
  }
}

/*.scores-container {
  float: right;
  text-align: right;
}*/
.score-text {
  margin-left: 325px;
}

.score-text h4 {
  font-weight: normal;
  font-family: "Johnny Fever";
  -webkit-transform: translateX(-177%);
  transform: translateX(-177%);
  top: 250px;
  /*transform: translateX(-165%);
    top: 145px;*/
  font-size: 17pt;
  position: absolute;
}

.scores-container {
  left: 50%;
  position: relative;
  top: 240px;
}

.score-container {
  margin-top: 7px;
  position: absolute;
  display: inline-block;
  background: #ff006c;
  padding: 0px 20px;
  border-radius: 8px;
  font-family: "Johnny Fever";
  font-size: 39px;
  height: 45px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white;
  text-align: center;
}

.score-container:after {
  position: absolute;
  width: 100%;
  top: 10px;
  left: 0;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  color: #e6e6e6;
}

.score-container .score-addition {
  position: absolute;
  color: red;
  font-size: 39px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  -webkit-animation: move-up 600ms ease-in;
  animation: move-up 600ms ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* .duftbaum {
  position: absolute;
  z-index: 0;
  top: 500px;
  right: 9px;
  img {
    height: 150px;
  }
} */
.cash {
  /*padding-bottom: 50px;
  font-size: 25pt;*/
  position: relative;
  display: none;
  background: #ff006c;
  padding: 3px 18px;
  font-size: 33px;
  height: 28px;
  border-radius: 8px;
  padding-top: 9px;
  font-family: "Johnny Fever";
  margin-bottom: 20px;
}

.soc-icon {
  float: right;
  width: 0;
  margin-right: -45px;
  z-index: -23;
  margin-top: 400px;
}

.soc-icon img {
  float: right;
  top: 30px;
  display: block;
  width: 30px;
}

/*.score-container:after {
  content: "Score";
}*/
/*
!*.scores-container {
  float: right;
  text-align: right;
}*!
.scores-container {
  margin: 0 auto;
  padding-left: 38.6%;
  position: relative;
  top: 230px; }
!*top: 270px; }*!

.score-container {
  $height: 25px;

  position: relative;
  display: inline-block;
  background: $score-container-background;
  padding: 15px 25px;
  font-size: $height;
  height: $height;
  line-height: $height + 22px;
  font-weight: bold;
  border-radius: 3px;
  color: white;
  margin-top: 8px;
  text-align: center;

  &:after {
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    color: $tile-color;
  }

  .score-addition {
    position: absolute;
    right: 30px;
    color: red;
    font-size: $height;
    line-height: $height;
    font-weight: bold;
    color: rgba($text-color, .9);
    z-index: 100;
    @include animation(move-up 600ms ease-in);
    @include animation-fill-mode(both);
  }
}

.score-container:after {
  content: "Score";
}*/
p {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.65;
}

a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

strong.important {
  text-transform: uppercase;
}

hr {
  border: none;
  border-bottom: 1px solid white;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container {
  width: 500px;
  margin: 0 auto;
}

.logo-pad {
  padding: 0 35px 0 0;
  display: inline-block;
  width: 139px;
}

.logo {
  display: inline-block;
  width: 139px;
}

.head img {
  display: block;
  margin-right: auto;
  width: 100%;
  margin-left: 0;
  padding-top: 20px;
  position: relative;
  padding-bottom: 90px;
}

.headline-glueckwunsch img {
  margin-right: auto;
  width: 400px;
  padding-top: 120px;
  padding-bottom: 50px;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.game-message {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95) repeat;
  z-index: 100;
  text-align: center;
  /*.score-points{
      padding-bottom: 0px;
      font-size: 20pt;
    }*/
  -webkit-animation: fade-in 800ms ease 1200ms;
  animation: fade-in 800ms ease 1200ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.game-message .score {
  padding-top: 25px;
}

.game-message .anchor {
  position: absolute;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 30px;
}

.game-message .button {
  background-color: transparent;
  width: auto;
  border-radius: 10px;
  display: inline-block;
  height: 40px;
  border: 3px solid #ff006c;
  text-align: center;
  cursor: pointer;
  font-family: "Johnny Fever";
  font-size: 15pt;
  color: #fff;
  margin-bottom: 50px;
  padding: 0 13px;
}

.game-message .button:focus {
  outline: 0;
}

.game-message .rainbow-bottom {
  background-image: url("../images/game/rainbow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 46%;
  position: fixed;
}

.game-message .rainbow-top {
  background-image: url("../images/game/rainbow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 46%;
  position: fixed;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 0;
}

.game-message .score-points {
  /*padding-bottom: 50px;
      font-size: 25pt;*/
  position: relative;
  display: inline-block;
  background: #ff006c;
  padding: 3px 18px;
  font-size: 33px;
  height: 28px;
  border-radius: 8px;
  padding-top: 9px;
  font-family: "Johnny Fever";
  margin-bottom: 40px;
}

.game-message .con-text {
  font-size: 14pt;
  padding-bottom: 0;
}

.game-message p {
  font-weight: normal;
  line-height: 22px;
  color: #ffffff;
}

.game-message .lower {
  display: block;
}

.game-message.game-over {
  display: block;
}

/*  .donation-overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba($overlay-background, .8);
    border-radius: $tile-border-radius + 1;
    z-index: 100;

    text-align: center;

    p {
      font-size: 24pt;
      font-weight: bold;
      //height: 60px;
      //line-height: 60px;
      //margin-top: 40vh;
      color: #ffffff;
      // height: $field-width;
      // line-height: $field-width;
    }

    .donation-content {
      display: block;
      margin-top: 30px;
    }

    a {
      @include button;
      margin-left: 9px;
      // margin-top: 59px;
    }

    @include animation(fade-in 800ms ease $transition-speed * 12);
    @include animation-fill-mode(both);

    &.game-over {
      display: block;
    }
  }*/
.game-container {
  box-shadow: -1px -1px 0px 5px #ff006c inset;
  box-shadow-bottom-right-radius: 10px;
  box-shadow-bottom-left-radius: 10px;
  box-shadow-top-right-radius: 10px;
  box-shadow-top-left-radius: 10px;
  border-radius: 14px;
  margin-top: 70px;
  position: relative;
  padding: 15px;
  cursor: default;
  -webkit-touch-callout: none;
  -ms-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  touch-action: none;
  background: transparent;
  border-radius: 7.9px;
  width: 500px;
  height: 500px;
  box-sizing: border-box;
  top: -90px;
}

.footer {
  display: inline;
  position: relative;
  top: -75px;
}

.footer a {
  text-decoration: none;
  color: #fff;
  font-size: 12pt;
}

.grid-container {
  position: absolute;
  z-index: 1;
}

.grid-row {
  margin-bottom: 15px;
}

.grid-row:last-child {
  margin-bottom: 0;
}

.grid-row:after {
  content: "";
  display: block;
  clear: both;
}

.grid-cell {
  width: 106.25px;
  height: 106.25px;
  margin-right: 15px;
  float: left;
  border-radius: 6px;
  background: #e6e6e6;
}

.grid-cell:last-child {
  margin-right: 0;
}

.tile-container {
  position: absolute;
  z-index: 2;
}

.tile, .tile .tile-inner {
  width: 107px;
  height: 107px;
  line-height: 107px;
}

.tile.tile-position-1-1 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.tile.tile-position-1-2 {
  -webkit-transform: translate(0px, 121px);
  transform: translate(0px, 121px);
}

.tile.tile-position-1-3 {
  -webkit-transform: translate(0px, 242px);
  transform: translate(0px, 242px);
}

.tile.tile-position-1-4 {
  -webkit-transform: translate(0px, 363px);
  transform: translate(0px, 363px);
}

.tile.tile-position-2-1 {
  -webkit-transform: translate(121px, 0px);
  transform: translate(121px, 0px);
}

.tile.tile-position-2-2 {
  -webkit-transform: translate(121px, 121px);
  transform: translate(121px, 121px);
}

.tile.tile-position-2-3 {
  -webkit-transform: translate(121px, 242px);
  transform: translate(121px, 242px);
}

.tile.tile-position-2-4 {
  -webkit-transform: translate(121px, 363px);
  transform: translate(121px, 363px);
}

.tile.tile-position-3-1 {
  -webkit-transform: translate(242px, 0px);
  transform: translate(242px, 0px);
}

.tile.tile-position-3-2 {
  -webkit-transform: translate(242px, 121px);
  transform: translate(242px, 121px);
}

.tile.tile-position-3-3 {
  -webkit-transform: translate(242px, 242px);
  transform: translate(242px, 242px);
}

.tile.tile-position-3-4 {
  -webkit-transform: translate(242px, 363px);
  transform: translate(242px, 363px);
}

.tile.tile-position-4-1 {
  -webkit-transform: translate(363px, 0px);
  transform: translate(363px, 0px);
}

.tile.tile-position-4-2 {
  -webkit-transform: translate(363px, 121px);
  transform: translate(363px, 121px);
}

.tile.tile-position-4-3 {
  -webkit-transform: translate(363px, 242px);
  transform: translate(363px, 242px);
}

.tile.tile-position-4-4 {
  -webkit-transform: translate(363px, 363px);
  transform: translate(363px, 363px);
}

.tile {
  position: absolute;
  transition: 100ms ease-in-out;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tile .tile-inner {
  border-radius: 6px;
  background: #e6e6e6;
  text-align: center;
  font-weight: bold;
  z-index: 10;
  font-family: "Johnny Fever";
  font-size: 55px;
}

.tile.tile-2 .tile-inner {
  color: #f9f6f2;
  background: #ff3f3f;
}

.tile.tile-4 .tile-inner {
  color: #f9f6f2;
  background: #ff408c;
}

.tile.tile-8 .tile-inner {
  color: #f9f6f2;
  background: #ff48c4;
}

.tile.tile-16 .tile-inner {
  color: #f9f6f2;
  background: #b717f2;
}

.tile.tile-32 .tile-inner {
  color: #f9f6f2;
  background: #611af0;
}

.tile.tile-64 .tile-inner {
  color: #f9f6f2;
  background: #12b8db;
}

.tile.tile-128 .tile-inner {
  color: #f9f6f2;
  background: #02c196;
  font-size: 45px;
}

@media screen and (max-width: 520px) {
  .tile.tile-128 .tile-inner {
    font-size: 25px;
  }
}

.tile.tile-256 .tile-inner {
  color: #f9f6f2;
  background: #2cba40;
  font-size: 45px;
}

@media screen and (max-width: 520px) {
  .tile.tile-256 .tile-inner {
    font-size: 25px;
  }
}

.tile.tile-512 .tile-inner {
  color: #f9f6f2;
  background: #c3c755;
  font-size: 45px;
}

@media screen and (max-width: 520px) {
  .tile.tile-512 .tile-inner {
    font-size: 25px;
  }
}

.tile.tile-1024 .tile-inner {
  color: #f9f6f2;
  background: #e48c2e;
  font-size: 35px;
}

@media screen and (max-width: 520px) {
  .tile.tile-1024 .tile-inner {
    font-size: 15px;
  }
}

.tile.tile-2048 .tile-inner {
  color: #f9f6f2;
  background: #ef371f;
  font-size: 35px;
}

@media screen and (max-width: 520px) {
  .tile.tile-2048 .tile-inner {
    font-size: 15px;
  }
}

.tile.tile-super .tile-inner {
  color: #f9f6f2;
  background: #3c3a33;
  font-size: 30px;
}

@media screen and (max-width: 520px) {
  .tile.tile-super .tile-inner {
    font-size: 10px;
  }
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.tile-new .tile-inner {
  -webkit-animation: appear 200ms ease 100ms;
  animation: appear 200ms ease 100ms;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.tile-merged .tile-inner {
  z-index: 20;
  -webkit-animation: pop 200ms ease 100ms;
  animation: pop 200ms ease 100ms;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

/*.above-game {
  @include clearfix;
}*/
/*.game-intro {
  float: left;
  line-height: 42px;
  margin-bottom: 0;
}*/
.restart-button {
  display: inline-block;
  background: #990041;
  padding: 0 0;
  text-decoration: none;
  color: #f9f6f2;
  height: 40px;
  line-height: 42px;
  display: none;
  visibility: hidden;
  text-align: center;
  float: right;
}

@media screen and (max-width: 520px) {
  html, body {
    font-size: 12pt;
    margin: 0;
    padding: 0;
    background-image: url("../images/game/unicorn-bottom.png"), url("../images/game/background_game.jpg");
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom, fixed bottom;
    color: #ffffff;
    font-family: "Calibri", "Helvetica Neue", Arial, sans-serif;
  }
  body {
    margin: 20px 0 0 0;
    padding: 0 20px;
  }
  .container {
    width: 280px;
    margin: 0 auto;
  }
  .scores-container {
    left: 50%;
    position: relative;
    top: 185px;
  }
  .score-text {
    margin-left: 204px;
  }
  .score-text h4 {
    font-weight: normal;
    font-family: "Johnny Fever";
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    top: 190px;
    font-size: 12pt;
    position: absolute;
  }
  .score-container {
    font-size: 30px;
    height: 36px;
  }
  .score-container:after {
    position: absolute;
    width: 100%;
    top: 8.6px;
    left: 0;
    text-transform: uppercase;
    font-size: 11.18px;
    line-height: 11.18px;
    text-align: center;
    color: #e6e6e6;
  }
  .score-container .score-addition {
    position: absolute;
    color: red;
    font-size: 28.5px;
    line-height: 28.5px;
    color: rgba(255, 255, 255, 0.9);
    z-index: 100;
    -webkit-animation: move-up 600ms ease-in;
    animation: move-up 600ms ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .game-intro {
    width: 55%;
    display: block;
    box-sizing: border-box;
    line-height: 1.65;
  }
  .restart-button {
    width: 42%;
    padding: 0;
    display: none;
    box-sizing: border-box;
    margin-top: 1.72px;
  }
  .game-message {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 105%;
    background: rgba(0, 0, 0, 0.95) repeat;
    border-radius: 4px;
    z-index: 100;
    text-align: center;
    -webkit-animation: fade-in 800ms ease 1200ms;
    animation: fade-in 800ms ease 1200ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .game-message .anchor {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 30px;
  }
  .game-message .button {
    /*background-color: #e61511;
      width: auto;
      display: inline-block;
      height: 44px;
      border: none;
      text-align: center;
      font-family: "Calibri";
      cursor: pointer;
      font-size: 15.5pt;
      color: #fff;*/
    background-color: transparent;
    width: auto;
    border-radius: 10px;
    display: inline-block;
    height: 54px;
    border: 3px solid #ff006c;
    text-align: center;
    cursor: pointer;
    font-family: "Johnny Fever";
    font-size: 15pt;
    color: #fff;
    margin-bottom: 50px;
    padding: 0 13px;
  }
  .game-message .button:focus {
    outline: 0;
  }
  .game-message .score-points {
    /*padding-bottom: 50px;
      font-size: 25pt;*/
    position: relative;
    display: inline-block;
    background: #ff006c;
    padding: 3px 18px;
    font-size: 22pt;
    height: 25px;
    border-radius: 8px;
    padding-top: 7px;
    font-family: "Johnny Fever";
    margin-bottom: 20px;
  }
  .game-message .con-text {
    font-size: 14pt;
    padding-bottom: 0;
  }
  .game-message p {
    font-weight: normal;
    line-height: 22px;
    font-size: 14pt;
    color: #ffffff;
  }
  .game-message .cash {
    font-size: 22pt;
    height: 25px;
    border-radius: 8px;
    padding-top: 7px;
  }
  .game-message .lower {
    display: block;
    margin-top: 59px;
  }
  .game-message a {
    margin-left: 0px;
  }
  .game-message.game-over {
    display: block;
  }
  .game-container {
    margin-top: 70px;
    position: relative;
    padding: 10px;
    cursor: default;
    -webkit-touch-callout: none;
    -ms-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    touch-action: none;
    background: transparent;
    border-radius: 4.9px;
    width: 280px;
    height: 280px;
    box-sizing: border-box;
  }
  .game-container .duftbaum {
    position: absolute;
    z-index: 0;
    top: 280px;
    right: 7.74px;
  }
  .game-container .duftbaum img {
    height: 110px;
  }
  .game-container .soc-icon {
    float: right;
    width: 0;
    margin-right: -30px;
    z-index: -23;
    margin-top: 204px;
  }
  .game-container .soc-icon img {
    float: right;
    top: 25.8px;
    display: block;
    width: 20px;
  }
  .game-container .footer {
    display: inline;
  }
  .game-container .footer a {
    text-decoration: none;
    color: #fff;
    font-size: 12pt;
  }
  .logo-pad {
    padding: 0 30.1px 0 0;
    display: inline-block;
    width: 70px;
  }
  .logo {
    display: inline-block;
    width: 70px;
  }
  .head img {
    display: block;
    margin-right: auto;
    width: 125%;
    margin-left: -12.5%;
    padding-top: 17.2px;
  }
  .headline-glueckwunsch {
    padding-top: 55px;
  }
  .headline-glueckwunsch img {
    margin-right: auto;
    width: 75%;
    padding-top: 0;
    padding-bottom: 0;
    /*      padding-top: 40px;
      padding-bottom: 30px;*/
  }
  .birnen-oben {
    width: 100%;
    background: url("../images/game/birnen.png") repeat-x;
    position: absolute;
  }
  .grid-container {
    position: absolute;
    z-index: 1;
  }
  .grid-row {
    margin-bottom: 10px;
  }
  .grid-row:last-child {
    margin-bottom: 0;
  }
  .grid-row:after {
    content: "";
    display: block;
    clear: both;
  }
  .grid-cell {
    width: 57.5px;
    height: 57.5px;
    margin-right: 10px;
    float: left;
    border-radius: 3px;
    background: #e6e6e6;
  }
  .grid-cell:last-child {
    margin-right: 0;
  }
  .tile-container {
    position: absolute;
    z-index: 2;
  }
  .tile, .tile .tile-inner {
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-radius: 2px;
  }
  .tile.tile-position-1-1 {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .tile.tile-position-1-2 {
    -webkit-transform: translate(0px, 67px);
    transform: translate(0px, 67px);
  }
  .tile.tile-position-1-3 {
    -webkit-transform: translate(0px, 135px);
    transform: translate(0px, 135px);
  }
  .tile.tile-position-1-4 {
    -webkit-transform: translate(0px, 202px);
    transform: translate(0px, 202px);
  }
  .tile.tile-position-2-1 {
    -webkit-transform: translate(67px, 0px);
    transform: translate(67px, 0px);
  }
  .tile.tile-position-2-2 {
    -webkit-transform: translate(67px, 67px);
    transform: translate(67px, 67px);
  }
  .tile.tile-position-2-3 {
    -webkit-transform: translate(67px, 135px);
    transform: translate(67px, 135px);
  }
  .tile.tile-position-2-4 {
    -webkit-transform: translate(67px, 202px);
    transform: translate(67px, 202px);
  }
  .tile.tile-position-3-1 {
    -webkit-transform: translate(135px, 0px);
    transform: translate(135px, 0px);
  }
  .tile.tile-position-3-2 {
    -webkit-transform: translate(135px, 67px);
    transform: translate(135px, 67px);
  }
  .tile.tile-position-3-3 {
    -webkit-transform: translate(135px, 135px);
    transform: translate(135px, 135px);
  }
  .tile.tile-position-3-4 {
    -webkit-transform: translate(135px, 202px);
    transform: translate(135px, 202px);
  }
  .tile.tile-position-4-1 {
    -webkit-transform: translate(202px, 0px);
    transform: translate(202px, 0px);
  }
  .tile.tile-position-4-2 {
    -webkit-transform: translate(202px, 67px);
    transform: translate(202px, 67px);
  }
  .tile.tile-position-4-3 {
    -webkit-transform: translate(202px, 135px);
    transform: translate(202px, 135px);
  }
  .tile.tile-position-4-4 {
    -webkit-transform: translate(202px, 202px);
    transform: translate(202px, 202px);
  }
  .tile .tile-inner {
    font-size: 35px;
  }
  .game-message {
    /*p {
      font-size: 30px !important;
      height: 30px !important;
      line-height: 30px !important;
      margin-top: 25vh !important;
    }*/
  }
  .game-message .lower {
    margin-top: 30px !important;
  }
}

/*# sourceMappingURL=main.css.map */
