@import url(fonts/clear-sans.css);
html, body {
  margin: 0;
  padding: 0;
  background: #faf8ef;
  color: #776e65;
  font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px; }

body {
  margin: 80px 0; }

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

h1.title {
  font-size: 80px;
  font-weight: bold;
  margin: 0;
  display: block;
  float: left; }

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

  100% {
    top: -50px;
    opacity: 0; } }
@-moz-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-container, .best-container {
  position: relative;
  display: inline-block;
  background: #bbada0;
  padding: 15px 25px;
  font-size: 25px;
  height: 25px;
  line-height: 47px;
  font-weight: bold;
  border-radius: 3px;
  color: white;
  margin-top: 8px;
  text-align: center; }
  .score-container:after, .best-container:after {
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    color: #eee4da; }
  .score-container .score-addition, .best-container .score-addition {
    position: absolute;
    right: 30px;
    color: red;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    color: rgba(119, 110, 101, 0.9);
    z-index: 100;
    -webkit-animation: move-up 600ms ease-in;
    -moz-animation: move-up 600ms ease-in;
    animation: move-up 600ms ease-in;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }

.score-container:after {
  content: "Score"; }

.best-container:after {
  content: "Best"; }

p {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.65; }

a {
  color: #776e65;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer; }

strong.important {
  text-transform: uppercase; }

hr {
  border: none;
  border-bottom: 1px solid #d8d4d0;
  margin-top: 20px;
  margin-bottom: 30px; }

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

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

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

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

  100% {
    opacity: 1; } }
.game-container {
  margin-top: 40px;
  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;
  -ms-touch-action: none;
  touch-action: none;
  background: #bbada0;
  border-radius: 6px;
  width: 1955px;
  height: 1955px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .game-container .game-message {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(238, 228, 218, 0.5);
    z-index: 100;
    text-align: center;
    -webkit-animation: fade-in 800ms ease 1200ms;
    -moz-animation: fade-in 800ms ease 1200ms;
    animation: fade-in 800ms ease 1200ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
    .game-container .game-message p {
      font-size: 60px;
      font-weight: bold;
      height: 60px;
      line-height: 60px;
      margin-top: 222px; }
    .game-container .game-message .lower {
      display: block;
      margin-top: 59px; }
    .game-container .game-message a {
      display: inline-block;
      background: #8f7a66;
      border-radius: 3px;
      padding: 0 20px;
      text-decoration: none;
      color: #f9f6f2;
      height: 40px;
      line-height: 42px;
      margin-left: 9px; }
      .game-container .game-message a.keep-playing-button {
        display: none; }
    .game-container .game-message.game-won {
      background: rgba(237, 194, 46, 0.5);
      color: #f9f6f2; }
      .game-container .game-message.game-won a.keep-playing-button {
        display: inline-block; }
    .game-container .game-message.game-won, .game-container .game-message.game-over {
      display: block; }

.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: 3px;
  background: rgba(238, 228, 218, 0.35); }
  .grid-cell:last-child {
    margin-right: 0; }

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

.tile, .tile .tile-inner {
  width: 107px;
  height: 107px;
  line-height: 116.25px; }
.tile.tile-position-1-1 {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
  -webkit-transform: translate(0px, 121px);
  -moz-transform: translate(0px, 121px);
  transform: translate(0px, 121px); }
.tile.tile-position-1-3 {
  -webkit-transform: translate(0px, 242px);
  -moz-transform: translate(0px, 242px);
  transform: translate(0px, 242px); }
.tile.tile-position-1-4 {
  -webkit-transform: translate(0px, 363px);
  -moz-transform: translate(0px, 363px);
  transform: translate(0px, 363px); }
.tile.tile-position-1-5 {
  -webkit-transform: translate(0px, 485px);
  -moz-transform: translate(0px, 485px);
  transform: translate(0px, 485px); }
.tile.tile-position-1-6 {
  -webkit-transform: translate(0px, 606px);
  -moz-transform: translate(0px, 606px);
  transform: translate(0px, 606px); }
.tile.tile-position-1-7 {
  -webkit-transform: translate(0px, 727px);
  -moz-transform: translate(0px, 727px);
  transform: translate(0px, 727px); }
.tile.tile-position-1-8 {
  -webkit-transform: translate(0px, 848px);
  -moz-transform: translate(0px, 848px);
  transform: translate(0px, 848px); }
.tile.tile-position-1-9 {
  -webkit-transform: translate(0px, 970px);
  -moz-transform: translate(0px, 970px);
  transform: translate(0px, 970px); }
.tile.tile-position-1-10 {
  -webkit-transform: translate(0px, 1091px);
  -moz-transform: translate(0px, 1091px);
  transform: translate(0px, 1091px); }
.tile.tile-position-1-11 {
  -webkit-transform: translate(0px, 1212px);
  -moz-transform: translate(0px, 1212px);
  transform: translate(0px, 1212px); }
.tile.tile-position-1-12 {
  -webkit-transform: translate(0px, 1333px);
  -moz-transform: translate(0px, 1333px);
  transform: translate(0px, 1333px); }
.tile.tile-position-1-13 {
  -webkit-transform: translate(0px, 1455px);
  -moz-transform: translate(0px, 1455px);
  transform: translate(0px, 1455px); }
.tile.tile-position-1-14 {
  -webkit-transform: translate(0px, 1576px);
  -moz-transform: translate(0px, 1576px);
  transform: translate(0px, 1576px); }
.tile.tile-position-1-15 {
  -webkit-transform: translate(0px, 1697px);
  -moz-transform: translate(0px, 1697px);
  transform: translate(0px, 1697px); }
.tile.tile-position-1-16 {
  -webkit-transform: translate(0px, 1818px);
  -moz-transform: translate(0px, 1818px);
  transform: translate(0px, 1818px); }
.tile.tile-position-2-1 {
  -webkit-transform: translate(121px, 0px);
  -moz-transform: translate(121px, 0px);
  transform: translate(121px, 0px); }
.tile.tile-position-2-2 {
  -webkit-transform: translate(121px, 121px);
  -moz-transform: translate(121px, 121px);
  transform: translate(121px, 121px); }
.tile.tile-position-2-3 {
  -webkit-transform: translate(121px, 242px);
  -moz-transform: translate(121px, 242px);
  transform: translate(121px, 242px); }
.tile.tile-position-2-4 {
  -webkit-transform: translate(121px, 363px);
  -moz-transform: translate(121px, 363px);
  transform: translate(121px, 363px); }
.tile.tile-position-2-5 {
  -webkit-transform: translate(121px, 485px);
  -moz-transform: translate(121px, 485px);
  transform: translate(121px, 485px); }
.tile.tile-position-2-6 {
  -webkit-transform: translate(121px, 606px);
  -moz-transform: translate(121px, 606px);
  transform: translate(121px, 606px); }
.tile.tile-position-2-7 {
  -webkit-transform: translate(121px, 727px);
  -moz-transform: translate(121px, 727px);
  transform: translate(121px, 727px); }
.tile.tile-position-2-8 {
  -webkit-transform: translate(121px, 848px);
  -moz-transform: translate(121px, 848px);
  transform: translate(121px, 848px); }
.tile.tile-position-2-9 {
  -webkit-transform: translate(121px, 970px);
  -moz-transform: translate(121px, 970px);
  transform: translate(121px, 970px); }
.tile.tile-position-2-10 {
  -webkit-transform: translate(121px, 1091px);
  -moz-transform: translate(121px, 1091px);
  transform: translate(121px, 1091px); }
.tile.tile-position-2-11 {
  -webkit-transform: translate(121px, 1212px);
  -moz-transform: translate(121px, 1212px);
  transform: translate(121px, 1212px); }
.tile.tile-position-2-12 {
  -webkit-transform: translate(121px, 1333px);
  -moz-transform: translate(121px, 1333px);
  transform: translate(121px, 1333px); }
.tile.tile-position-2-13 {
  -webkit-transform: translate(121px, 1455px);
  -moz-transform: translate(121px, 1455px);
  transform: translate(121px, 1455px); }
.tile.tile-position-2-14 {
  -webkit-transform: translate(121px, 1576px);
  -moz-transform: translate(121px, 1576px);
  transform: translate(121px, 1576px); }
.tile.tile-position-2-15 {
  -webkit-transform: translate(121px, 1697px);
  -moz-transform: translate(121px, 1697px);
  transform: translate(121px, 1697px); }
.tile.tile-position-2-16 {
  -webkit-transform: translate(121px, 1818px);
  -moz-transform: translate(121px, 1818px);
  transform: translate(121px, 1818px); }
.tile.tile-position-3-1 {
  -webkit-transform: translate(242px, 0px);
  -moz-transform: translate(242px, 0px);
  transform: translate(242px, 0px); }
.tile.tile-position-3-2 {
  -webkit-transform: translate(242px, 121px);
  -moz-transform: translate(242px, 121px);
  transform: translate(242px, 121px); }
.tile.tile-position-3-3 {
  -webkit-transform: translate(242px, 242px);
  -moz-transform: translate(242px, 242px);
  transform: translate(242px, 242px); }
.tile.tile-position-3-4 {
  -webkit-transform: translate(242px, 363px);
  -moz-transform: translate(242px, 363px);
  transform: translate(242px, 363px); }
.tile.tile-position-3-5 {
  -webkit-transform: translate(242px, 485px);
  -moz-transform: translate(242px, 485px);
  transform: translate(242px, 485px); }
.tile.tile-position-3-6 {
  -webkit-transform: translate(242px, 606px);
  -moz-transform: translate(242px, 606px);
  transform: translate(242px, 606px); }
.tile.tile-position-3-7 {
  -webkit-transform: translate(242px, 727px);
  -moz-transform: translate(242px, 727px);
  transform: translate(242px, 727px); }
.tile.tile-position-3-8 {
  -webkit-transform: translate(242px, 848px);
  -moz-transform: translate(242px, 848px);
  transform: translate(242px, 848px); }
.tile.tile-position-3-9 {
  -webkit-transform: translate(242px, 970px);
  -moz-transform: translate(242px, 970px);
  transform: translate(242px, 970px); }
.tile.tile-position-3-10 {
  -webkit-transform: translate(242px, 1091px);
  -moz-transform: translate(242px, 1091px);
  transform: translate(242px, 1091px); }
.tile.tile-position-3-11 {
  -webkit-transform: translate(242px, 1212px);
  -moz-transform: translate(242px, 1212px);
  transform: translate(242px, 1212px); }
.tile.tile-position-3-12 {
  -webkit-transform: translate(242px, 1333px);
  -moz-transform: translate(242px, 1333px);
  transform: translate(242px, 1333px); }
.tile.tile-position-3-13 {
  -webkit-transform: translate(242px, 1455px);
  -moz-transform: translate(242px, 1455px);
  transform: translate(242px, 1455px); }
.tile.tile-position-3-14 {
  -webkit-transform: translate(242px, 1576px);
  -moz-transform: translate(242px, 1576px);
  transform: translate(242px, 1576px); }
.tile.tile-position-3-15 {
  -webkit-transform: translate(242px, 1697px);
  -moz-transform: translate(242px, 1697px);
  transform: translate(242px, 1697px); }
.tile.tile-position-3-16 {
  -webkit-transform: translate(242px, 1818px);
  -moz-transform: translate(242px, 1818px);
  transform: translate(242px, 1818px); }
.tile.tile-position-4-1 {
  -webkit-transform: translate(363px, 0px);
  -moz-transform: translate(363px, 0px);
  transform: translate(363px, 0px); }
.tile.tile-position-4-2 {
  -webkit-transform: translate(363px, 121px);
  -moz-transform: translate(363px, 121px);
  transform: translate(363px, 121px); }
.tile.tile-position-4-3 {
  -webkit-transform: translate(363px, 242px);
  -moz-transform: translate(363px, 242px);
  transform: translate(363px, 242px); }
.tile.tile-position-4-4 {
  -webkit-transform: translate(363px, 363px);
  -moz-transform: translate(363px, 363px);
  transform: translate(363px, 363px); }
.tile.tile-position-4-5 {
  -webkit-transform: translate(363px, 485px);
  -moz-transform: translate(363px, 485px);
  transform: translate(363px, 485px); }
.tile.tile-position-4-6 {
  -webkit-transform: translate(363px, 606px);
  -moz-transform: translate(363px, 606px);
  transform: translate(363px, 606px); }
.tile.tile-position-4-7 {
  -webkit-transform: translate(363px, 727px);
  -moz-transform: translate(363px, 727px);
  transform: translate(363px, 727px); }
.tile.tile-position-4-8 {
  -webkit-transform: translate(363px, 848px);
  -moz-transform: translate(363px, 848px);
  transform: translate(363px, 848px); }
.tile.tile-position-4-9 {
  -webkit-transform: translate(363px, 970px);
  -moz-transform: translate(363px, 970px);
  transform: translate(363px, 970px); }
.tile.tile-position-4-10 {
  -webkit-transform: translate(363px, 1091px);
  -moz-transform: translate(363px, 1091px);
  transform: translate(363px, 1091px); }
.tile.tile-position-4-11 {
  -webkit-transform: translate(363px, 1212px);
  -moz-transform: translate(363px, 1212px);
  transform: translate(363px, 1212px); }
.tile.tile-position-4-12 {
  -webkit-transform: translate(363px, 1333px);
  -moz-transform: translate(363px, 1333px);
  transform: translate(363px, 1333px); }
.tile.tile-position-4-13 {
  -webkit-transform: translate(363px, 1455px);
  -moz-transform: translate(363px, 1455px);
  transform: translate(363px, 1455px); }
.tile.tile-position-4-14 {
  -webkit-transform: translate(363px, 1576px);
  -moz-transform: translate(363px, 1576px);
  transform: translate(363px, 1576px); }
.tile.tile-position-4-15 {
  -webkit-transform: translate(363px, 1697px);
  -moz-transform: translate(363px, 1697px);
  transform: translate(363px, 1697px); }
.tile.tile-position-4-16 {
  -webkit-transform: translate(363px, 1818px);
  -moz-transform: translate(363px, 1818px);
  transform: translate(363px, 1818px); }
.tile.tile-position-5-1 {
  -webkit-transform: translate(485px, 0px);
  -moz-transform: translate(485px, 0px);
  transform: translate(485px, 0px); }
.tile.tile-position-5-2 {
  -webkit-transform: translate(485px, 121px);
  -moz-transform: translate(485px, 121px);
  transform: translate(485px, 121px); }
.tile.tile-position-5-3 {
  -webkit-transform: translate(485px, 242px);
  -moz-transform: translate(485px, 242px);
  transform: translate(485px, 242px); }
.tile.tile-position-5-4 {
  -webkit-transform: translate(485px, 363px);
  -moz-transform: translate(485px, 363px);
  transform: translate(485px, 363px); }
.tile.tile-position-5-5 {
  -webkit-transform: translate(485px, 485px);
  -moz-transform: translate(485px, 485px);
  transform: translate(485px, 485px); }
.tile.tile-position-5-6 {
  -webkit-transform: translate(485px, 606px);
  -moz-transform: translate(485px, 606px);
  transform: translate(485px, 606px); }
.tile.tile-position-5-7 {
  -webkit-transform: translate(485px, 727px);
  -moz-transform: translate(485px, 727px);
  transform: translate(485px, 727px); }
.tile.tile-position-5-8 {
  -webkit-transform: translate(485px, 848px);
  -moz-transform: translate(485px, 848px);
  transform: translate(485px, 848px); }
.tile.tile-position-5-9 {
  -webkit-transform: translate(485px, 970px);
  -moz-transform: translate(485px, 970px);
  transform: translate(485px, 970px); }
.tile.tile-position-5-10 {
  -webkit-transform: translate(485px, 1091px);
  -moz-transform: translate(485px, 1091px);
  transform: translate(485px, 1091px); }
.tile.tile-position-5-11 {
  -webkit-transform: translate(485px, 1212px);
  -moz-transform: translate(485px, 1212px);
  transform: translate(485px, 1212px); }
.tile.tile-position-5-12 {
  -webkit-transform: translate(485px, 1333px);
  -moz-transform: translate(485px, 1333px);
  transform: translate(485px, 1333px); }
.tile.tile-position-5-13 {
  -webkit-transform: translate(485px, 1455px);
  -moz-transform: translate(485px, 1455px);
  transform: translate(485px, 1455px); }
.tile.tile-position-5-14 {
  -webkit-transform: translate(485px, 1576px);
  -moz-transform: translate(485px, 1576px);
  transform: translate(485px, 1576px); }
.tile.tile-position-5-15 {
  -webkit-transform: translate(485px, 1697px);
  -moz-transform: translate(485px, 1697px);
  transform: translate(485px, 1697px); }
.tile.tile-position-5-16 {
  -webkit-transform: translate(485px, 1818px);
  -moz-transform: translate(485px, 1818px);
  transform: translate(485px, 1818px); }
.tile.tile-position-6-1 {
  -webkit-transform: translate(606px, 0px);
  -moz-transform: translate(606px, 0px);
  transform: translate(606px, 0px); }
.tile.tile-position-6-2 {
  -webkit-transform: translate(606px, 121px);
  -moz-transform: translate(606px, 121px);
  transform: translate(606px, 121px); }
.tile.tile-position-6-3 {
  -webkit-transform: translate(606px, 242px);
  -moz-transform: translate(606px, 242px);
  transform: translate(606px, 242px); }
.tile.tile-position-6-4 {
  -webkit-transform: translate(606px, 363px);
  -moz-transform: translate(606px, 363px);
  transform: translate(606px, 363px); }
.tile.tile-position-6-5 {
  -webkit-transform: translate(606px, 485px);
  -moz-transform: translate(606px, 485px);
  transform: translate(606px, 485px); }
.tile.tile-position-6-6 {
  -webkit-transform: translate(606px, 606px);
  -moz-transform: translate(606px, 606px);
  transform: translate(606px, 606px); }
.tile.tile-position-6-7 {
  -webkit-transform: translate(606px, 727px);
  -moz-transform: translate(606px, 727px);
  transform: translate(606px, 727px); }
.tile.tile-position-6-8 {
  -webkit-transform: translate(606px, 848px);
  -moz-transform: translate(606px, 848px);
  transform: translate(606px, 848px); }
.tile.tile-position-6-9 {
  -webkit-transform: translate(606px, 970px);
  -moz-transform: translate(606px, 970px);
  transform: translate(606px, 970px); }
.tile.tile-position-6-10 {
  -webkit-transform: translate(606px, 1091px);
  -moz-transform: translate(606px, 1091px);
  transform: translate(606px, 1091px); }
.tile.tile-position-6-11 {
  -webkit-transform: translate(606px, 1212px);
  -moz-transform: translate(606px, 1212px);
  transform: translate(606px, 1212px); }
.tile.tile-position-6-12 {
  -webkit-transform: translate(606px, 1333px);
  -moz-transform: translate(606px, 1333px);
  transform: translate(606px, 1333px); }
.tile.tile-position-6-13 {
  -webkit-transform: translate(606px, 1455px);
  -moz-transform: translate(606px, 1455px);
  transform: translate(606px, 1455px); }
.tile.tile-position-6-14 {
  -webkit-transform: translate(606px, 1576px);
  -moz-transform: translate(606px, 1576px);
  transform: translate(606px, 1576px); }
.tile.tile-position-6-15 {
  -webkit-transform: translate(606px, 1697px);
  -moz-transform: translate(606px, 1697px);
  transform: translate(606px, 1697px); }
.tile.tile-position-6-16 {
  -webkit-transform: translate(606px, 1818px);
  -moz-transform: translate(606px, 1818px);
  transform: translate(606px, 1818px); }
.tile.tile-position-7-1 {
  -webkit-transform: translate(727px, 0px);
  -moz-transform: translate(727px, 0px);
  transform: translate(727px, 0px); }
.tile.tile-position-7-2 {
  -webkit-transform: translate(727px, 121px);
  -moz-transform: translate(727px, 121px);
  transform: translate(727px, 121px); }
.tile.tile-position-7-3 {
  -webkit-transform: translate(727px, 242px);
  -moz-transform: translate(727px, 242px);
  transform: translate(727px, 242px); }
.tile.tile-position-7-4 {
  -webkit-transform: translate(727px, 363px);
  -moz-transform: translate(727px, 363px);
  transform: translate(727px, 363px); }
.tile.tile-position-7-5 {
  -webkit-transform: translate(727px, 485px);
  -moz-transform: translate(727px, 485px);
  transform: translate(727px, 485px); }
.tile.tile-position-7-6 {
  -webkit-transform: translate(727px, 606px);
  -moz-transform: translate(727px, 606px);
  transform: translate(727px, 606px); }
.tile.tile-position-7-7 {
  -webkit-transform: translate(727px, 727px);
  -moz-transform: translate(727px, 727px);
  transform: translate(727px, 727px); }
.tile.tile-position-7-8 {
  -webkit-transform: translate(727px, 848px);
  -moz-transform: translate(727px, 848px);
  transform: translate(727px, 848px); }
.tile.tile-position-7-8 {
  -webkit-transform: translate(727px, 848px);
  -moz-transform: translate(727px, 848px);
  transform: translate(727px, 848px); }
.tile.tile-position-7-9 {
  -webkit-transform: translate(727px, 970px);
  -moz-transform: translate(727px, 970px);
  transform: translate(727px, 970px); }
.tile.tile-position-7-10 {
  -webkit-transform: translate(727px, 1091px);
  -moz-transform: translate(727px, 1091px);
  transform: translate(727px, 1091px); }
.tile.tile-position-7-11 {
  -webkit-transform: translate(727px, 1212px);
  -moz-transform: translate(727px, 1212px);
  transform: translate(727px, 1212px); }
.tile.tile-position-7-12 {
  -webkit-transform: translate(727px, 1333px);
  -moz-transform: translate(727px, 1333px);
  transform: translate(727px, 1333px); }
.tile.tile-position-7-13 {
  -webkit-transform: translate(727px, 1455px);
  -moz-transform: translate(727px, 1455px);
  transform: translate(727px, 1455px); }
.tile.tile-position-7-14 {
  -webkit-transform: translate(727px, 1576px);
  -moz-transform: translate(727px, 1576px);
  transform: translate(727px, 1576px); }
.tile.tile-position-7-15 {
  -webkit-transform: translate(727px, 1697px);
  -moz-transform: translate(727px, 1697px);
  transform: translate(727px, 1697px); }
.tile.tile-position-7-16 {
  -webkit-transform: translate(727px, 1818px);
  -moz-transform: translate(727px, 1818px);
  transform: translate(727px, 1818px); }
.tile.tile-position-8-1 {
  -webkit-transform: translate(848px, 0px);
  -moz-transform: translate(848px, 0px);
  transform: translate(848px, 0px); }
.tile.tile-position-8-2 {
  -webkit-transform: translate(848px, 121px);
  -moz-transform: translate(848px, 121px);
  transform: translate(848px, 121px); }
.tile.tile-position-8-3 {
  -webkit-transform: translate(848px, 242px);
  -moz-transform: translate(848px, 242px);
  transform: translate(848px, 242px); }
.tile.tile-position-8-4 {
  -webkit-transform: translate(848px, 363px);
  -moz-transform: translate(848px, 363px);
  transform: translate(848px, 363px); }
.tile.tile-position-8-5 {
  -webkit-transform: translate(848px, 485px);
  -moz-transform: translate(848px, 485px);
  transform: translate(848px, 485px); }
.tile.tile-position-8-6 {
  -webkit-transform: translate(848px, 606px);
  -moz-transform: translate(848px, 606px);
  transform: translate(848px, 606px); }
.tile.tile-position-8-7 {
  -webkit-transform: translate(848px, 727px);
  -moz-transform: translate(848px, 727px);
  transform: translate(848px, 727px); }
.tile.tile-position-8-8 {
  -webkit-transform: translate(848px, 848px);
  -moz-transform: translate(848px, 848px);
  transform: translate(848px, 848px); }
.tile.tile-position-8-9 {
  -webkit-transform: translate(848px, 970px);
  -moz-transform: translate(848px, 970px);
  transform: translate(848px, 970px); }
.tile.tile-position-8-10 {
  -webkit-transform: translate(848px, 1091px);
  -moz-transform: translate(848px, 1091px);
  transform: translate(848px, 1091px); }
.tile.tile-position-8-11 {
  -webkit-transform: translate(848px, 1212px);
  -moz-transform: translate(848px, 1212px);
  transform: translate(848px, 1212px); }
.tile.tile-position-8-12 {
  -webkit-transform: translate(848px, 1333px);
  -moz-transform: translate(848px, 1333px);
  transform: translate(848px, 1333px); }
.tile.tile-position-8-13 {
  -webkit-transform: translate(848px, 1455px);
  -moz-transform: translate(848px, 1455px);
  transform: translate(848px, 1455px); }
.tile.tile-position-8-14 {
  -webkit-transform: translate(848px, 1576px);
  -moz-transform: translate(848px, 1576px);
  transform: translate(848px, 1576px); }
.tile.tile-position-8-15 {
  -webkit-transform: translate(848px, 1697px);
  -moz-transform: translate(848px, 1697px);
  transform: translate(848px, 1697px); }
.tile.tile-position-8-16 {
  -webkit-transform: translate(848px, 1818px);
  -moz-transform: translate(848px, 1818px);
  transform: translate(848px, 1818px); }
.tile.tile-position-9-1 {
  -webkit-transform: translate(970px, 0px);
  -moz-transform: translate(970px, 0px);
  transform: translate(970px, 0px); }
.tile.tile-position-9-2 {
  -webkit-transform: translate(970px, 121px);
  -moz-transform: translate(970px, 121px);
  transform: translate(970px, 121px); }
.tile.tile-position-9-3 {
  -webkit-transform: translate(970px, 242px);
  -moz-transform: translate(970px, 242px);
  transform: translate(970px, 242px); }
.tile.tile-position-9-4 {
  -webkit-transform: translate(970px, 363px);
  -moz-transform: translate(970px, 363px);
  transform: translate(970px, 363px); }
.tile.tile-position-9-5 {
  -webkit-transform: translate(970px, 485px);
  -moz-transform: translate(970px, 485px);
  transform: translate(970px, 485px); }
.tile.tile-position-9-6 {
  -webkit-transform: translate(970px, 606px);
  -moz-transform: translate(970px, 606px);
  transform: translate(970px, 606px); }
.tile.tile-position-9-7 {
  -webkit-transform: translate(970px, 727px);
  -moz-transform: translate(970px, 727px);
  transform: translate(970px, 727px); }
.tile.tile-position-9-8 {
  -webkit-transform: translate(970px, 848px);
  -moz-transform: translate(970px, 848px);
  transform: translate(970px, 848px); }
.tile.tile-position-9-9 {
  -webkit-transform: translate(970px, 970px);
  -moz-transform: translate(970px, 970px);
  transform: translate(970px, 970px); }
.tile.tile-position-9-10 {
  -webkit-transform: translate(970px, 1091px);
  -moz-transform: translate(970px, 1091px);
  transform: translate(970px, 1091px); }
.tile.tile-position-9-11 {
  -webkit-transform: translate(970px, 1212px);
  -moz-transform: translate(970px, 1212px);
  transform: translate(970px, 1212px); }
.tile.tile-position-9-12 {
  -webkit-transform: translate(970px, 1333px);
  -moz-transform: translate(970px, 1333px);
  transform: translate(970px, 1333px); }
.tile.tile-position-9-13 {
  -webkit-transform: translate(970px, 1455px);
  -moz-transform: translate(970px, 1455px);
  transform: translate(970px, 1455px); }
.tile.tile-position-9-14 {
  -webkit-transform: translate(970px, 1576px);
  -moz-transform: translate(970px, 1576px);
  transform: translate(970px, 1576px); }
.tile.tile-position-9-15 {
  -webkit-transform: translate(970px, 1697px);
  -moz-transform: translate(970px, 1697px);
  transform: translate(970px, 1697px); }
.tile.tile-position-9-16 {
  -webkit-transform: translate(970px, 1818px);
  -moz-transform: translate(970px, 1818px);
  transform: translate(970px, 1818px); }
.tile.tile-position-10-1 {
  -webkit-transform: translate(1091px, 0px);
  -moz-transform: translate(1091px, 0px);
  transform: translate(1091px, 0px); }
.tile.tile-position-10-2 {
  -webkit-transform: translate(1091px, 121px);
  -moz-transform: translate(1091px, 121px);
  transform: translate(1091px, 121px); }
.tile.tile-position-10-3 {
  -webkit-transform: translate(1091px, 242px);
  -moz-transform: translate(1091px, 242px);
  transform: translate(1091px, 242px); }
.tile.tile-position-10-4 {
  -webkit-transform: translate(1091px, 363px);
  -moz-transform: translate(1091px, 363px);
  transform: translate(1091px, 363px); }
.tile.tile-position-10-5 {
  -webkit-transform: translate(1091px, 485px);
  -moz-transform: translate(1091px, 485px);
  transform: translate(1091px, 485px); }
.tile.tile-position-10-6 {
  -webkit-transform: translate(1091px, 606px);
  -moz-transform: translate(1091px, 606px);
  transform: translate(1091px, 606px); }
.tile.tile-position-10-7 {
  -webkit-transform: translate(1091px, 727px);
  -moz-transform: translate(1091px, 727px);
  transform: translate(1091px, 727px); }
.tile.tile-position-10-8 {
  -webkit-transform: translate(1091px, 848px);
  -moz-transform: translate(1091px, 848px);
  transform: translate(1091px, 848px); }
.tile.tile-position-10-9 {
  -webkit-transform: translate(1091px, 970px);
  -moz-transform: translate(1091px, 970px);
  transform: translate(1091px, 970px); }
.tile.tile-position-10-10 {
  -webkit-transform: translate(1091px, 1091px);
  -moz-transform: translate(1091px, 1091px);
  transform: translate(1091px, 1091px); }
.tile.tile-position-10-11 {
  -webkit-transform: translate(1091px, 1212px);
  -moz-transform: translate(1091px, 1212px);
  transform: translate(1091px, 1212px); }
.tile.tile-position-10-12 {
  -webkit-transform: translate(1091px, 1333px);
  -moz-transform: translate(1091px, 1333px);
  transform: translate(1091px, 1333px); }
.tile.tile-position-10-13 {
  -webkit-transform: translate(1091px, 1455px);
  -moz-transform: translate(1091px, 1455px);
  transform: translate(1091px, 1455px); }
.tile.tile-position-10-14 {
  -webkit-transform: translate(1091px, 1576px);
  -moz-transform: translate(1091px, 1576px);
  transform: translate(1091px, 1576px); }
.tile.tile-position-10-15 {
  -webkit-transform: translate(1091px, 1697px);
  -moz-transform: translate(1091px, 1697px);
  transform: translate(1091px, 1697px); }
.tile.tile-position-10-16 {
  -webkit-transform: translate(1091px, 1818px);
  -moz-transform: translate(1091px, 1818px);
  transform: translate(1091px, 1818px); }
.tile.tile-position-11-1 {
  -webkit-transform: translate(1212px, 0px);
  -moz-transform: translate(1212px, 0px);
  transform: translate(1212px, 0px); }
.tile.tile-position-11-2 {
  -webkit-transform: translate(1212px, 121px);
  -moz-transform: translate(1212px, 121px);
  transform: translate(1212px, 121px); }
.tile.tile-position-11-3 {
  -webkit-transform: translate(1212px, 242px);
  -moz-transform: translate(1212px, 242px);
  transform: translate(1212px, 242px); }
.tile.tile-position-11-4 {
  -webkit-transform: translate(1212px, 363px);
  -moz-transform: translate(1212px, 363px);
  transform: translate(1212px, 363px); }
.tile.tile-position-11-5 {
  -webkit-transform: translate(1212px, 485px);
  -moz-transform: translate(1212px, 485px);
  transform: translate(1212px, 485px); }
.tile.tile-position-11-6 {
  -webkit-transform: translate(1212px, 606px);
  -moz-transform: translate(1212px, 606px);
  transform: translate(1212px, 606px); }
.tile.tile-position-11-7 {
  -webkit-transform: translate(1212px, 727px);
  -moz-transform: translate(1212px, 727px);
  transform: translate(1212px, 727px); }
.tile.tile-position-11-8 {
  -webkit-transform: translate(1212px, 848px);
  -moz-transform: translate(1212px, 848px);
  transform: translate(1212px, 848px); }
.tile.tile-position-11-9 {
  -webkit-transform: translate(1212px, 970px);
  -moz-transform: translate(1212px, 970px);
  transform: translate(1212px, 970px); }
.tile.tile-position-11-10 {
  -webkit-transform: translate(1212px, 1091px);
  -moz-transform: translate(1212px, 1091px);
  transform: translate(1212px, 1091px); }
.tile.tile-position-11-11 {
  -webkit-transform: translate(1212px, 1212px);
  -moz-transform: translate(1212px, 1212px);
  transform: translate(1212px, 1212px); }
.tile.tile-position-11-12 {
  -webkit-transform: translate(1212px, 1333px);
  -moz-transform: translate(1212px, 1333px);
  transform: translate(1212px, 1333px); }
.tile.tile-position-11-13 {
  -webkit-transform: translate(1212px, 1455px);
  -moz-transform: translate(1212px, 1455px);
  transform: translate(1212px, 1455px); }
.tile.tile-position-11-14 {
  -webkit-transform: translate(1212px, 1576px);
  -moz-transform: translate(1212px, 1576px);
  transform: translate(1212px, 1576px); }
.tile.tile-position-11-15 {
  -webkit-transform: translate(1212px, 1697px);
  -moz-transform: translate(1212px, 1697px);
  transform: translate(1212px, 1697px); }
.tile.tile-position-11-16 {
  -webkit-transform: translate(1212px, 1818px);
  -moz-transform: translate(1212px, 1818px);
  transform: translate(1212px, 1818px); }
.tile.tile-position-12-1 {
  -webkit-transform: translate(1333px, 0px);
  -moz-transform: translate(1333px, 0px);
  transform: translate(1333px, 0px); }
.tile.tile-position-12-2 {
  -webkit-transform: translate(1333px, 121px);
  -moz-transform: translate(1333px, 121px);
  transform: translate(1333px, 121px); }
.tile.tile-position-12-3 {
  -webkit-transform: translate(1333px, 242px);
  -moz-transform: translate(1333px, 242px);
  transform: translate(1333px, 242px); }
.tile.tile-position-12-4 {
  -webkit-transform: translate(1333px, 363px);
  -moz-transform: translate(1333px, 363px);
  transform: translate(1333px, 363px); }
.tile.tile-position-12-5 {
  -webkit-transform: translate(1333px, 485px);
  -moz-transform: translate(1333px, 485px);
  transform: translate(1333px, 485px); }
.tile.tile-position-12-6 {
  -webkit-transform: translate(1333px, 606px);
  -moz-transform: translate(1333px, 606px);
  transform: translate(1333px, 606px); }
.tile.tile-position-12-7 {
  -webkit-transform: translate(1333px, 727px);
  -moz-transform: translate(1333px, 727px);
  transform: translate(1333px, 727px); }
.tile.tile-position-12-8 {
  -webkit-transform: translate(1333px, 848px);
  -moz-transform: translate(1333px, 848px);
  transform: translate(1333px, 848px); }
.tile.tile-position-12-9 {
  -webkit-transform: translate(1333px, 970px);
  -moz-transform: translate(1333px, 970px);
  transform: translate(1333px, 970px); }
.tile.tile-position-12-10 {
  -webkit-transform: translate(1333px, 1091px);
  -moz-transform: translate(1333px, 1091px);
  transform: translate(1333px, 1091px); }
.tile.tile-position-12-11 {
  -webkit-transform: translate(1333px, 1212px);
  -moz-transform: translate(1333px, 1212px);
  transform: translate(1333px, 1212px); }
.tile.tile-position-12-12 {
  -webkit-transform: translate(1333px, 1333px);
  -moz-transform: translate(1333px, 1333px);
  transform: translate(1333px, 1333px); }
.tile.tile-position-12-13 {
  -webkit-transform: translate(1333px, 1455px);
  -moz-transform: translate(1333px, 1455px);
  transform: translate(1333px, 1455px); }
.tile.tile-position-12-14 {
  -webkit-transform: translate(1333px, 1576px);
  -moz-transform: translate(1333px, 1576px);
  transform: translate(1333px, 1576px); }
.tile.tile-position-12-15 {
  -webkit-transform: translate(1333px, 1697px);
  -moz-transform: translate(1333px, 1697px);
  transform: translate(1333px, 1697px); }
.tile.tile-position-12-16 {
  -webkit-transform: translate(1333px, 1818px);
  -moz-transform: translate(1333px, 1818px);
  transform: translate(1333px, 1818px); }
.tile.tile-position-13-1 {
  -webkit-transform: translate(1455px, 0px);
  -moz-transform: translate(1455px, 0px);
  transform: translate(1455px, 0px); }
.tile.tile-position-13-2 {
  -webkit-transform: translate(1455px, 121px);
  -moz-transform: translate(1455px, 121px);
  transform: translate(1455px, 121px); }
.tile.tile-position-13-3 {
  -webkit-transform: translate(1455px, 242px);
  -moz-transform: translate(1455px, 242px);
  transform: translate(1455px, 242px); }
.tile.tile-position-13-4 {
  -webkit-transform: translate(1455px, 363px);
  -moz-transform: translate(1455px, 363px);
  transform: translate(1455px, 363px); }
.tile.tile-position-13-5 {
  -webkit-transform: translate(1455px, 485px);
  -moz-transform: translate(1455px, 485px);
  transform: translate(1455px, 485px); }
.tile.tile-position-13-6 {
  -webkit-transform: translate(1455px, 606px);
  -moz-transform: translate(1455px, 606px);
  transform: translate(1455px, 606px); }
.tile.tile-position-13-7 {
  -webkit-transform: translate(1455px, 727px);
  -moz-transform: translate(1455px, 727px);
  transform: translate(1455px, 727px); }
.tile.tile-position-13-8 {
  -webkit-transform: translate(1455px, 848px);
  -moz-transform: translate(1455px, 848px);
  transform: translate(1455px, 848px); }
.tile.tile-position-13-9 {
  -webkit-transform: translate(1455px, 970px);
  -moz-transform: translate(1455px, 970px);
  transform: translate(1455px, 970px); }
.tile.tile-position-13-10 {
  -webkit-transform: translate(1455px, 1091px);
  -moz-transform: translate(1455px, 1091px);
  transform: translate(1455px, 1091px); }
.tile.tile-position-13-11 {
  -webkit-transform: translate(1455px, 1212px);
  -moz-transform: translate(1455px, 1212px);
  transform: translate(1455px, 1212px); }
.tile.tile-position-13-12 {
  -webkit-transform: translate(1455px, 1333px);
  -moz-transform: translate(1455px, 1333px);
  transform: translate(1455px, 1333px); }
.tile.tile-position-13-13 {
  -webkit-transform: translate(1455px, 1455px);
  -moz-transform: translate(1455px, 1455px);
  transform: translate(1455px, 1455px); }
.tile.tile-position-13-14 {
  -webkit-transform: translate(1455px, 1576px);
  -moz-transform: translate(1455px, 1576px);
  transform: translate(1455px, 1576px); }
.tile.tile-position-13-15 {
  -webkit-transform: translate(1455px, 1697px);
  -moz-transform: translate(1455px, 1697px);
  transform: translate(1455px, 1697px); }
.tile.tile-position-13-16 {
  -webkit-transform: translate(1455px, 1818px);
  -moz-transform: translate(1455px, 1818px);
  transform: translate(1455px, 1818px); }
.tile.tile-position-14-1 {
  -webkit-transform: translate(1576px, 0px);
  -moz-transform: translate(1576px, 0px);
  transform: translate(1576px, 0px); }
.tile.tile-position-14-2 {
  -webkit-transform: translate(1576px, 121px);
  -moz-transform: translate(1576px, 121px);
  transform: translate(1576px, 121px); }
.tile.tile-position-14-3 {
  -webkit-transform: translate(1576px, 242px);
  -moz-transform: translate(1576px, 242px);
  transform: translate(1576px, 242px); }
.tile.tile-position-14-4 {
  -webkit-transform: translate(1576px, 363px);
  -moz-transform: translate(1576px, 363px);
  transform: translate(1576px, 363px); }
.tile.tile-position-14-5 {
  -webkit-transform: translate(1576px, 485px);
  -moz-transform: translate(1576px, 485px);
  transform: translate(1576px, 485px); }
.tile.tile-position-14-6 {
  -webkit-transform: translate(1576px, 606px);
  -moz-transform: translate(1576px, 606px);
  transform: translate(1576px, 606px); }
.tile.tile-position-14-7 {
  -webkit-transform: translate(1576px, 727px);
  -moz-transform: translate(1576px, 727px);
  transform: translate(1576px, 727px); }
.tile.tile-position-14-8 {
  -webkit-transform: translate(1576px, 848px);
  -moz-transform: translate(1576px, 848px);
  transform: translate(1576px, 848px); }
.tile.tile-position-14-9 {
  -webkit-transform: translate(1576px, 970px);
  -moz-transform: translate(1576px, 970px);
  transform: translate(1576px, 970px); }
.tile.tile-position-14-10 {
  -webkit-transform: translate(1576px, 1091px);
  -moz-transform: translate(1576px, 1091px);
  transform: translate(1576px, 1091px); }
.tile.tile-position-14-11 {
  -webkit-transform: translate(1576px, 1212px);
  -moz-transform: translate(1576px, 1212px);
  transform: translate(1576px, 1212px); }
.tile.tile-position-14-12 {
  -webkit-transform: translate(1576px, 1333px);
  -moz-transform: translate(1576px, 1333px);
  transform: translate(1576px, 1333px); }
.tile.tile-position-14-13 {
  -webkit-transform: translate(1576px, 1455px);
  -moz-transform: translate(1576px, 1455px);
  transform: translate(1576px, 1455px); }
.tile.tile-position-14-14 {
  -webkit-transform: translate(1576px, 1576px);
  -moz-transform: translate(1576px, 1576px);
  transform: translate(1576px, 1576px); }
.tile.tile-position-14-15 {
  -webkit-transform: translate(1576px, 1697px);
  -moz-transform: translate(1576px, 1697px);
  transform: translate(1576px, 1697px); }
.tile.tile-position-14-16 {
  -webkit-transform: translate(1576px, 1818px);
  -moz-transform: translate(1576px, 1818px);
  transform: translate(1576px, 1818px); }
.tile.tile-position-15-1 {
  -webkit-transform: translate(1697px, 0px);
  -moz-transform: translate(1697px, 0px);
  transform: translate(1697px, 0px); }
.tile.tile-position-15-2 {
  -webkit-transform: translate(1697px, 121px);
  -moz-transform: translate(1697px, 121px);
  transform: translate(1697px, 121px); }
.tile.tile-position-15-3 {
  -webkit-transform: translate(1697px, 242px);
  -moz-transform: translate(1697px, 242px);
  transform: translate(1697px, 242px); }
.tile.tile-position-15-4 {
  -webkit-transform: translate(1697px, 363px);
  -moz-transform: translate(1697px, 363px);
  transform: translate(1697px, 363px); }
.tile.tile-position-15-5 {
  -webkit-transform: translate(1697px, 485px);
  -moz-transform: translate(1697px, 485px);
  transform: translate(1697px, 485px); }
.tile.tile-position-15-6 {
  -webkit-transform: translate(1697px, 606px);
  -moz-transform: translate(1697px, 606px);
  transform: translate(1697px, 606px); }
.tile.tile-position-15-7 {
  -webkit-transform: translate(1697px, 727px);
  -moz-transform: translate(1697px, 727px);
  transform: translate(1697px, 727px); }
.tile.tile-position-15-8 {
  -webkit-transform: translate(1697px, 848px);
  -moz-transform: translate(1697px, 848px);
  transform: translate(1697px, 848px); }
.tile.tile-position-15-9 {
  -webkit-transform: translate(1697px, 970px);
  -moz-transform: translate(1697px, 970px);
  transform: translate(1697px, 970px); }
.tile.tile-position-15-10 {
  -webkit-transform: translate(1697px, 1091px);
  -moz-transform: translate(1697px, 1091px);
  transform: translate(1697px, 1091px); }
.tile.tile-position-15-11 {
  -webkit-transform: translate(1697px, 1212px);
  -moz-transform: translate(1697px, 1212px);
  transform: translate(1697px, 1212px); }
.tile.tile-position-15-12 {
  -webkit-transform: translate(1697px, 1333px);
  -moz-transform: translate(1697px, 1333px);
  transform: translate(1697px, 1333px); }
.tile.tile-position-15-13 {
  -webkit-transform: translate(1697px, 1455px);
  -moz-transform: translate(1697px, 1455px);
  transform: translate(1697px, 1455px); }
.tile.tile-position-15-14 {
  -webkit-transform: translate(1697px, 1576px);
  -moz-transform: translate(1697px, 1576px);
  transform: translate(1697px, 1576px); }
.tile.tile-position-15-15 {
  -webkit-transform: translate(1697px, 1697px);
  -moz-transform: translate(1697px, 1697px);
  transform: translate(1697px, 1697px); }
.tile.tile-position-15-16 {
  -webkit-transform: translate(1697px, 1818px);
  -moz-transform: translate(1697px, 1818px);
  transform: translate(1697px, 1818px); }
.tile.tile-position-16-1 {
  -webkit-transform: translate(1818px, 0px);
  -moz-transform: translate(1818px, 0px);
  transform: translate(1818px, 0px); }
.tile.tile-position-16-2 {
  -webkit-transform: translate(1818px, 121px);
  -moz-transform: translate(1818px, 121px);
  transform: translate(1818px, 121px); }
.tile.tile-position-16-3 {
  -webkit-transform: translate(1818px, 242px);
  -moz-transform: translate(1818px, 242px);
  transform: translate(1818px, 242px); }
.tile.tile-position-16-4 {
  -webkit-transform: translate(1818px, 363px);
  -moz-transform: translate(1818px, 363px);
  transform: translate(1818px, 363px); }
.tile.tile-position-16-5 {
  -webkit-transform: translate(1818px, 485px);
  -moz-transform: translate(1818px, 485px);
  transform: translate(1818px, 485px); }
.tile.tile-position-16-6 {
  -webkit-transform: translate(1818px, 606px);
  -moz-transform: translate(1818px, 606px);
  transform: translate(1818px, 606px); }
.tile.tile-position-16-7 {
  -webkit-transform: translate(1818px, 727px);
  -moz-transform: translate(1818px, 727px);
  transform: translate(1818px, 727px); }
.tile.tile-position-16-8 {
  -webkit-transform: translate(1818px, 848px);
  -moz-transform: translate(1818px, 848px);
  transform: translate(1818px, 848px); }
.tile.tile-position-16-9 {
  -webkit-transform: translate(1818px, 970px);
  -moz-transform: translate(1818px, 970px);
  transform: translate(1818px, 970px); }
.tile.tile-position-16-10 {
  -webkit-transform: translate(1818px, 1091px);
  -moz-transform: translate(1818px, 1091px);
  transform: translate(1818px, 1091px); }
.tile.tile-position-16-11 {
  -webkit-transform: translate(1818px, 1212px);
  -moz-transform: translate(1818px, 1212px);
  transform: translate(1818px, 1212px); }
.tile.tile-position-16-12 {
  -webkit-transform: translate(1818px, 1333px);
  -moz-transform: translate(1818px, 1333px);
  transform: translate(1818px, 1333px); }
.tile.tile-position-16-13 {
  -webkit-transform: translate(1818px, 1455px);
  -moz-transform: translate(1818px, 1455px);
  transform: translate(1818px, 1455px); }
.tile.tile-position-16-14 {
  -webkit-transform: translate(1818px, 1576px);
  -moz-transform: translate(1818px, 1576px);
  transform: translate(1818px, 1576px); }
.tile.tile-position-16-15 {
  -webkit-transform: translate(1818px, 1697px);
  -moz-transform: translate(1818px, 1697px);
  transform: translate(1818px, 1697px); }
.tile.tile-position-16-16 {
  -webkit-transform: translate(1818px, 1818px);
  -moz-transform: translate(1818px, 1818px);
  transform: translate(1818px, 1818px); }

.tile {
  position: absolute;
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform; }
  .tile .tile-inner {
    border-radius: 3px;
    background: #eee4da;
    text-align: center;
    font-weight: bold;
    z-index: 10;
    font-size: 55px; }
  .tile.tile-2 .tile-inner {
    background: #eee4da;
    box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
  .tile.tile-4 .tile-inner {
    background: #ede0c8;
    box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
  .tile.tile-8 .tile-inner {
    color: #f9f6f2;
    background: #f2b179; }
  .tile.tile-16 .tile-inner {
    color: #f9f6f2;
    background: #f59563; }
  .tile.tile-32 .tile-inner {
    color: #f9f6f2;
    background: #f67c5f; }
  .tile.tile-64 .tile-inner {
    color: #f9f6f2;
    background: #f65e3b; }
  .tile.tile-128 .tile-inner {
    color: #f9f6f2;
    background: #edcf72;
    box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);
    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: #edcc61;
    box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);
    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: #edc850;
    box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);
    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: #edc53f;
    box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);
    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: #edc22e;
    box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 35px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2048 .tile-inner {
        font-size: 15px; } }
  .tile.tile-4096 .tile-inner {
    color: #f9f6f2;
    background: #bd97da;
    box-shadow: 0 0 30px 10px rgba(171, 121, 199, 0.65556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 35px; }
    @media screen and (max-width: 520px) {
      .tile.tile-4096 .tile-inner {
        font-size: 15px; } }
  .tile.tile-8192 .tile-inner {
    color: #f9f6f2;
    background: #a97ccb;
    box-shadow: 0 0 30px 10px rgba(157, 98, 187, 0.75556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 35px; }
    @media screen and (max-width: 520px) {
      .tile.tile-8192 .tile-inner {
        font-size: 15px; } }
  .tile.tile-16384 .tile-inner {
    color: #f9f6f2;
    background: #8b59b1;
    box-shadow: 0 0 30px 10px rgba(144, 89, 183, 0.85556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 30px; }
    @media screen and (max-width: 520px) {
      .tile.tile-16384 .tile-inner {
        font-size: 15px; } }
  .tile.tile-32768 .tile-inner {
    color: #f9f6f2;
    background: #703e97;
    box-shadow: 0 0 30px 10px rgba(122, 77, 166, 0.87556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 30px; }
    @media screen and (max-width: 520px) {
      .tile.tile-32768 .tile-inner {
        font-size: 15px; } }
  .tile.tile-65536 .tile-inner {
    color: #f9f6f2;
    background: #5b2d7f;
    box-shadow: 0 0 30px 10px rgba(100, 52, 143, 0.92556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 30px; }
    @media screen and (max-width: 520px) {
      .tile.tile-65536 .tile-inner {
        font-size: 15px; } }
  .tile.tile-131072 .tile-inner {
    color: #f9f6f2;
    background: #8188f1;
    box-shadow: 0 0 30px 10px rgba(123, 128, 255, 0.95556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 27px; }
    @media screen and (max-width: 520px) {
      .tile.tile-131072 .tile-inner {
        font-size: 13px; } }
  .tile.tile-262144 .tile-inner {
    color: #f9f6f2;
    background: #6971f2;
    box-shadow: 0 0 30px 10px rgba(101, 106, 255, 0.97556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 27px; }
    @media screen and (max-width: 520px) {
      .tile.tile-262144 .tile-inner {
        font-size: 13px; } }
  .tile.tile-524288 .tile-inner {
    color: #f9f6f2;
    background: #434df2;
    box-shadow: 0 0 30px 10px rgba(52, 56, 251, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 27px; }
    @media screen and (max-width: 520px) {
      .tile.tile-524288 .tile-inner {
        font-size: 13px; } }
  .tile.tile-1048576 .tile-inner {
    color: #f9f6f2;
    background: #1f2bf0;
    box-shadow: 0 0 30px 10px rgba(24, 28, 245, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-1048576 .tile-inner {
        font-size: 11px; } }
  .tile.tile-2097152 .tile-inner {
    color: #f9f6f2;
    background: #0714e6;
    box-shadow: 0 0 30px 10px rgba(12, 17, 242, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2097152 .tile-inner {
        font-size: 11px; } }
  .tile.tile-4194304 .tile-inner {
    color: #f9f6f2;
    background: #b2b2b2;
    box-shadow: 0 0 30px 10px rgba(167, 167, 167, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-4194304 .tile-inner {
        font-size: 11px; } }
  .tile.tile-8388608 .tile-inner {
    color: #f9f6f2;
    background: #979797;
    box-shadow: 0 0 30px 10px rgba(129, 129, 129, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-8388608 .tile-inner {
        font-size: 11px; } }
  .tile.tile-16777216 .tile-inner {
    color: #f9f6f2;
    background: #828282;
    box-shadow: 0 0 30px 10px rgba(116, 116, 116, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 20px; }
    @media screen and (max-width: 520px) {
      .tile.tile-16777216 .tile-inner {
        font-size: 10px; } }
  .tile.tile-33554432 .tile-inner {
    color: #f9f6f2;
    background: #6f6f6f;
    box-shadow: 0 0 30px 10px rgba(100, 100, 100, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 20px; }
    @media screen and (max-width: 520px) {
      .tile.tile-33554432 .tile-inner {
        font-size: 10px; } }
  .tile.tile-67108864 .tile-inner {
    color: #f9f6f2;
    background: #585858;
    box-shadow: 0 0 30px 10px rgba(67, 67, 67, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 20px; }
    @media screen and (max-width: 520px) {
      .tile.tile-67108864 .tile-inner {
        font-size: 10px; } }
  .tile.tile-134217728 .tile-inner {
    color: #f9f6f2;
    background: #434343;
    box-shadow: 0 0 30px 10px rgba(55, 55, 55, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 18px; }
    @media screen and (max-width: 520px) {
      .tile.tile-134217728 .tile-inner {
        font-size: 9px; } }
  .tile.tile-268435456 .tile-inner {
    color: #f9f6f2;
    background: #2e2e2e;
    box-shadow: 0 0 30px 10px rgba(23, 23, 23, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 18px; }
    @media screen and (max-width: 520px) {
      .tile.tile-268435456 .tile-inner {
        font-size: 9px; } }
  .tile.tile-536870912 .tile-inner {
    color: #f9f6f2;
    background: #1c1c1c;
    box-shadow: 0 0 30px 10px rgba(8, 8, 8, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 18px; }
    @media screen and (max-width: 520px) {
      .tile.tile-536870912 .tile-inner {
        font-size: 9px; } }
  .tile.tile-1073741824 .tile-inner {
    color: #f9f6f2;
    background: #000000;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 16px; }
    @media screen and (max-width: 520px) {
      .tile.tile-1073741824 .tile-inner {
        font-size: 8px; } }
  .tile.tile-2147483648 .tile-inner {
    color: #f9f6f2;
    background: #ff0000;
    box-shadow: 0 0 30px 10px rgba(255, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 16px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2147483648 .tile-inner {
        font-size: 8px; } }
  .tile.tile-4294967296 .tile-inner {
    color: #f9f6f2;
    background: #12ff0d;
    box-shadow: 0 0 30px 10px rgba(0, 255, 9, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 16px; }
    @media screen and (max-width: 520px) {
      .tile.tile-4294967296 .tile-inner {
        font-size: 8px; } }
  .tile.tile-8589934592 .tile-inner {
    color: #f9f6f2;
    background: #020efc;
    box-shadow: 0 0 30px 10px rgba(0, 6, 255, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 16px; }
    @media screen and (max-width: 520px) {
      .tile.tile-8589934592 .tile-inner {
        font-size: 8px; } }
  .tile.tile-17179869184 .tile-inner {
    color: #f9f6f2;
    background: #00f3ff;
    box-shadow: 0 0 30px 10px rgba(0, 251, 255, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 15px; }
    @media screen and (max-width: 520px) {
      .tile.tile-17179869184 .tile-inner {
        font-size: 10px; } }
  .tile.tile-34359738368 .tile-inner {
    color: #f9f6f2;
    background: #00d2de;
    box-shadow: 0 0 30px 10px rgba(0, 221, 225, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 15px; }
    @media screen and (max-width: 520px) {
      .tile.tile-34359738368 .tile-inner {
        font-size: 10px; } }
  .tile.tile-68719476736 .tile-inner {
    color: #f9f6f2;
    background: #00bec8;
    box-shadow: 0 0 30px 10px rgba(0, 218, 222, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 15px; }
    @media screen and (max-width: 520px) {
      .tile.tile-68719476736 .tile-inner {
        font-size: 10px; } }
  .tile.tile-137438953472 .tile-inner {
    color: #f9f6f2;
    background: #009e9e;
    box-shadow: 0 0 30px 10px rgba(0, 218, 222, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 40px; }
    @media screen and (max-width: 520px) {
      .tile.tile-137438953472 .tile-inner {
        font-size: 20px; } }
  .tile.tile-274877906944 .tile-inner {
    color: #f9f6f2;
    background: #008e8e;
    box-shadow: 0 0 30px 10px rgba(0, 218, 222, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 40px; }
    @media screen and (max-width: 520px) {
      .tile.tile-274877906944 .tile-inner {
        font-size: 20px; } }
  .tile.tile-549755813888 .tile-inner {
    color: #f9f6f2;
    background: #007d7d;
    box-shadow: 0 0 30px 10px rgba(0, 218, 222, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 40px; }
    @media screen and (max-width: 520px) {
      .tile.tile-549755813888 .tile-inner {
        font-size: 20px; } }
  .tile.tile-1099511627776 .tile-inner {
    color: #f9f6f2;
    background: #006c6c;
    box-shadow: 0 0 30px 10px rgba(0, 218, 222, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 50px; }
    @media screen and (max-width: 520px) {
      .tile.tile-1099511627776 .tile-inner {
        font-size: 28px; } }
  .tile.tile-2199023255552 .tile-inner {
    color: #f9f6f2;
    background: #55005a;
    box-shadow: 0 0 30px 10px rgba(255, 0, 215, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 50px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2199023255552 .tile-inner {
        font-size: 28px; } }
  .tile.tile-4398046511104 .tile-inner {
    color: #f9f6f2;
    background: #700076;
    box-shadow: 0 0 30px 10px rgba(255, 0, 221, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 50px; }
    @media screen and (max-width: 520px) {
      .tile.tile-4398046511104 .tile-inner {
        font-size: 28px; } }
  .tile.tile-8796093022208 .tile-inner {
    color: #f9f6f2;
    background: #8f0097;
    box-shadow: 0 0 30px 10px rgba(255, 0, 227, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 50px; }
    @media screen and (max-width: 520px) {
      .tile.tile-8796093022208 .tile-inner {
        font-size: 10px; } }
  .tile.tile-17592186044416 .tile-inner {
    color: #f9f6f2;
    background: #aa00b4;
    box-shadow: 0 0 30px 10px rgba(255, 0, 235, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 45px; }
    @media screen and (max-width: 520px) {
      .tile.tile-17592186044416 .tile-inner {
        font-size: 25px; } }
  .tile.tile-35184372088832 .tile-inner {
    color: #f9f6f2;
    background: #c100cd;
    box-shadow: 0 0 30px 10px rgba(255, 0, 245, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 45px; }
    @media screen and (max-width: 520px) {
      .tile.tile-35184372088832 .tile-inner {
        font-size: 25px; } }
  .tile.tile-70368744177664 .tile-inner {
    color: #f9f6f2;
    background: #d700e4;
    box-shadow: 0 0 30px 10px rgba(255, 0, 245, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 45px; }
    @media screen and (max-width: 520px) {
      .tile.tile-70368744177664 .tile-inner {
        font-size: 25px; } }
  .tile.tile-140737488355328 .tile-inner {
    color: #f9f6f2;
    background: #f000ff;
    box-shadow: 0 0 30px 10px rgba(255, 0, 245, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 40px; }
    @media screen and (max-width: 520px) {
      .tile.tile-140737488355328 .tile-inner {
        font-size: 20px; } }
  .tile.tile-281474976710656 .tile-inner {
    color: #f9f6f2;
    background: #f444ff;
    box-shadow: 0 0 30px 10px rgba(255, 56, 248, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 40px; }
    @media screen and (max-width: 520px) {
      .tile.tile-281474976710656 .tile-inner {
        font-size: 20px; } }
  .tile.tile-562949953421312 .tile-inner {
    color: #f9f6f2;
    background: #f775ff;
    box-shadow: 0 0 30px 10px rgba(255, 67, 249, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 40px; }
    @media screen and (max-width: 520px) {
      .tile.tile-562949953421312 .tile-inner {
        font-size: 20px; } }
  .tile.tile-1125899906842624 .tile-inner {
    color: #f9f6f2;
    background: #f995ff;
    box-shadow: 0 0 30px 10px rgba(255, 77, 250, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 50px; }
    @media screen and (max-width: 520px) {
      .tile.tile-1125899906842624 .tile-inner {
        font-size: 28px; } }
  .tile.tile-2251799813685248 .tile-inner {
    color: #f9f6f2;
    background: #fbb3ff;
    box-shadow: 0 0 30px 10px rgba(255, 255, 255, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 50px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2251799813685248 .tile-inner {
        font-size: 28px; } }
  .tile.tile-4503599627370496 .tile-inner {
    color: #f9f6f2;
    background: #fccfff;
    box-shadow: 0 0 30px 10px rgba(255, 255, 255, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 50px; }
    @media screen and (max-width: 520px) {
      .tile.tile-4503599627370496 .tile-inner {
        font-size: 28px; } }
  .tile.tile-9007199254740992 .tile-inner {
    color: #cccccc;
    background: #ffffff;
    box-shadow: 0 0 30px 10px rgba(255, 255, 255, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 50px; }
    @media screen and (max-width: 520px) {
      .tile.tile-9007199254740992 .tile-inner {
        font-size: 28px; } }
  .tile.tile-18014398509481984 .tile-inner {
    color: #000000;
    background: #dbffd4;
    box-shadow: 0 0 30px 10px rgba(45, 255, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 45px; }
    @media screen and (max-width: 520px) {
      .tile.tile-18014398509481984 .tile-inner {
        font-size: 25px; } }
  .tile.tile-36028797018963970 .tile-inner {
    color: #000000;
    background: #9cff88;
    box-shadow: 0 0 30px 10px rgba(65, 255, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 45px; }
    @media screen and (max-width: 520px) {
      .tile.tile-36028797018963970 .tile-inner {
        font-size: 25px; } }
  .tile.tile-72057594037927940 .tile-inner {
    color: #000000;
    background: #2bff00;
    box-shadow: 0 0 30px 10px rgba(49, 255, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 45px; }
    @media screen and (max-width: 520px) {
      .tile.tile-72057594037927940 .tile-inner {
        font-size: 25px; } }
  .tile.tile-144115188075855870 .tile-inner {
    color: #000000;
    background: #26df00;
    box-shadow: 0 0 30px 10px rgba(67, 255, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 40px; }
    @media screen and (max-width: 520px) {
      .tile.tile-144115188075855870 .tile-inner {
        font-size: 20px; } }
  .tile.tile-288230376151711740 .tile-inner {
    color: #000000;
    background: #1fbc00;
    box-shadow: 0 0 30px 10px rgba(45, 224, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 40px; }
    @media screen and (max-width: 520px) {
      .tile.tile-288230376151711740 .tile-inner {
        font-size: 20px; } }
  .tile.tile-576460752303423500 .tile-inner {
    color: #000000;
    background: #189300;
    box-shadow: 0 0 30px 10px rgba(34, 210, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 40px; }
    @media screen and (max-width: 520px) {
      .tile.tile-576460752303423500 .tile-inner {
        font-size: 20px; } }
  .tile.tile-1152921504606847000 .tile-inner {
    color: #000000;
    background: #980000;
    box-shadow: 0 0 30px 10px rgba(255, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 48px; }
    @media screen and (max-width: 520px) {
      .tile.tile-1152921504606847000 .tile-inner {
        font-size: 28px; } }
  .tile.tile-2305843009213694000 .tile-inner {
    color: #000000;
    background: #be0000;
    box-shadow: 0 0 30px 10px rgba(255, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 48px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2305843009213694000 .tile-inner {
        font-size: 28px; } }
  .tile.tile-4611686018427388000 .tile-inner {
    color: #000000;
    background: #dc0000;
    box-shadow: 0 0 30px 10px rgba(255, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 48px; }
    @media screen and (max-width: 520px) {
      .tile.tile-4611686018427388000 .tile-inner {
        font-size: 28px; } }
  .tile.tile-9223372036854776000 .tile-inner {
    color: #000000;
    background: #ff0000;
    box-shadow: 0 0 30px 10px rgba(255, 0, 0, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 48px; }
    @media screen and (max-width: 520px) {
      .tile.tile-9223372036854776000 .tile-inner {
        font-size: 28px; } }
  .tile.tile-18446744073709552000 .tile-inner {
    color: #ffff00;
    background: #ff00a6;
    box-shadow: 0 0 30px 10px rgba(255, 0, 122, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 42px; }
    @media screen and (max-width: 520px) {
      .tile.tile-18446744073709552000 .tile-inner {
        font-size: 22px; } }
  .tile.tile-36893488147419103000 .tile-inner {
    color: #ffff00;
    background: #ff00fc;
    box-shadow: 0 0 30px 10px rgba(255, 0, 251, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 42px; }
    @media screen and (max-width: 520px) {
      .tile.tile-36893488147419103000 .tile-inner {
        font-size: 22px; } }
  .tile.tile-73786976294838210000 .tile-inner {
    color: #ffdb00;
    background: #c600ff;
    box-shadow: 0 0 30px 10px rgba(235, 0, 255, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 42px; }
    @media screen and (max-width: 520px) {
      .tile.tile-73786976294838210000 .tile-inner {
        font-size: 22px; } }
  .tile.tile-147573952589676410000 .tile-inner {
    color: #ffa000;
    background: #8300ff;
    box-shadow: 0 0 30px 10px rgba(195, 0, 255, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 35px; }
    @media screen and (max-width: 520px) {
      .tile.tile-147573952589676410000 .tile-inner {
        font-size: 17px; } }
  .tile.tile-295147905179352830000 .tile-inner {
    color: #ff7500;
    background: #000cff;
    box-shadow: 0 0 30px 10px rgba(0, 5, 255, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 35px; }
    @media screen and (max-width: 520px) {
      .tile.tile-295147905179352830000 .tile-inner {
        font-size: 17px; } }
  .tile.tile-590295810358705700000 .tile-inner {
    color: #ff0000;
    background: #007eff;
    box-shadow: 0 0 30px 10px rgba(2, 0, 255, 1), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 35px; }
    @media screen and (max-width: 520px) {
      .tile.tile-590295810358705700000 .tile-inner {
        font-size: 17px; } }
  .tile.tile-2-70 .tile-inner {
    color: #ff0000;
    background: #00c2ff;
    box-shadow: 0 0 30px 10px rgb(0, 111, 255), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 48px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-70 .tile-inner {
        font-size: 28px; } }
  .tile.tile-2-71 .tile-inner {
    color: #a70000;
    background: #00efff;
    box-shadow: 0 0 30px 10px rgb(0, 201, 255), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 48px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-71 .tile-inner {
        font-size: 28px; } }
  .tile.tile-2-72 .tile-inner {
    color: #8c0000;
    background: #00ffa8;
    box-shadow: 0 0 30px 10px rgb(0, 254, 172), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 48px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-72 .tile-inner {
        font-size: 28px; } }
  .tile.tile-2-73 .tile-inner {
    color: #7f8c00;
    background: #00ff4a;
    box-shadow: 0 0 30px 10px rgb(0, 254, 75), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 48px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-73 .tile-inner {
        font-size: 28px; } }
  .tile.tile-2-74 .tile-inner {
    color: #1f8c00;
    background: #09ff00;
    box-shadow: 0 0 30px 10px rgb(9, 255, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 42px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-74 .tile-inner {
        font-size: 22px; } }
  .tile.tile-2-75 .tile-inner {
    color: #70a500;
    background: #c0ff00;
    box-shadow: 0 0 30px 10px rgb(190, 255, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 42px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-75 .tile-inner {
        font-size: 22px; } }
  .tile.tile-2-76 .tile-inner {
    color: #000000;
    background: #ffac00;
    background-image:
      -moz-linear-gradient(45deg, #153bb7 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #153bb7 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #153bb7 75%),
      -moz-linear-gradient(-45deg, #9697ae 75%, #153bb7 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ff9700), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ff9700), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ff9700)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ff9700));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 189, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 42px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-76 .tile-inner {
        font-size: 22px; } }
  .tile.tile-2-77 .tile-inner {
    color: #000000;
    background: #ff6201;
    background-image:
      -moz-linear-gradient(45deg, #ff9e01 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #ff9e01 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #ff9e01 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #ff9e01 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ff9e01), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ff9e01), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ff9e01)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ff9e01));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 189, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 32px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-77 .tile-inner {
        font-size: 16px; } }
  .tile.tile-2-78 .tile-inner {
    color: #000000;
    background: #de0000;
    background-image:
      -moz-linear-gradient(45deg, #ff6300 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #ff6300 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #ff6300 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #ff6300 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ff6300), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ff6300), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ff6300)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ff6300));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 189, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 32px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-78 .tile-inner {
        font-size: 16px; } }
  .tile.tile-2-79 .tile-inner {
    color: #000000;
    background: #a80000;
    background-image:
      -moz-linear-gradient(45deg, #cd4f01 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #cd4f01 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #cd4f01 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #cd4f01 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #cd4f01), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #cd4f01), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #cd4f01)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #cd4f01));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 189, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 32px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-79 .tile-inner {
        font-size: 16px; } }
  .tile.tile-2-80 .tile-inner {
    color: #ffffff;
    background: #820000;
    background-image:
      -moz-linear-gradient(45deg, #a94200 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #a94200 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #a94200 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #a94200 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #a94200), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #a94200), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #a94200)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #a94200));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 189, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 48px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-80 .tile-inner {
        font-size: 28px; } }
  .tile.tile-2-81 .tile-inner {
    color: #ffffff;
    background: #524800;
    background-image:
      -moz-linear-gradient(45deg, #5e2400 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #5e2400 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #5e2400 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #5e2400 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #5e2400), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #5e2400), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #5e2400)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #5e2400));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(62, 255, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 48px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-81 .tile-inner {
        font-size: 28px; } }
  .tile.tile-2-82 .tile-inner {
    color: #ffffff;
    background: #005303;
    background-image:
      -moz-linear-gradient(45deg, #5e5400 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #5e5400 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #5e5400 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #5e2400 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #5e5400), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #5e5400), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #5e5400)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #5e5400));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(85, 162, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 48px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-82 .tile-inner {
        font-size: 28px; } }
  .tile.tile-2-83 .tile-inner {
    color: #ffffff;
    background: #007c04;
    background-image:
      -moz-linear-gradient(45deg, #095e01 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #095e01 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #095e01 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #095e01 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #095e01), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #095e01), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #095e01)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #095e01));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(85, 162, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 48px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-83 .tile-inner {
        font-size: 28px; } }
  .tile.tile-2-84 .tile-inner {
    color: #ffffff;
    background: #848100;
    background-image:
      -moz-linear-gradient(45deg, #518600 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #518600 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #518600 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #518600 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #518600), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #518600), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #518600)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #518600));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(85, 162, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 40px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-84 .tile-inner {
        font-size: 20px; } }
  .tile.tile-2-85 .tile-inner {
    color: #ffffff;
    background: #cdc700;
    background-image:
      -moz-linear-gradient(45deg, #6bb100 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #6bb100 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #6bb100 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #6bb100 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #6bb100), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #6bb100), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #6bb100)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #6bb100));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(85, 162, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 40px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-85 .tile-inner {
        font-size: 20px; } }
  .tile.tile-2-86 .tile-inner {
    color: #000000;
    background: #fff800;
    background-image:
      -moz-linear-gradient(45deg, #6bb100 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #6bb100 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #6bb100 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #6bb100 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #c8c601), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #c8c601), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #c8c601)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #c8c601));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(85, 162, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 40px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-86 .tile-inner {
        font-size: 20px; } }
  .tile.tile-2-87 .tile-inner {
    color: #000000;
    background: #62ff00;
    background-image:
      -moz-linear-gradient(45deg, #fffc00 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #fffc00 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #fffc00 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #fffc00 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #fffc00), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #fffc00), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #fffc00)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #fffc00));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(85, 162, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 32px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-87 .tile-inner {
        font-size: 16px; } }
  .tile.tile-2-88 .tile-inner {
    color: #000000;
    background: #0eeb00;
    background-image:
      -moz-linear-gradient(45deg, #13fd00 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #13fd00 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #13fd00 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #13fd00 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #13fd00), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #13fd00), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #13fd00)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #13fd00));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(85, 162, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 32px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-88 .tile-inner {
        font-size: 16px; } }
  .tile.tile-2-89 .tile-inner {
    color: #000000;
    background: #acd701;
    background-image:
      -moz-linear-gradient(45deg, #13da01 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #13da01 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #13da01 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #13da01 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #13da01), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #13da01), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #13da01)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #13da01));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(85, 162, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 32px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-89 .tile-inner {
        font-size: 16px; } }
  .tile.tile-2-90 .tile-inner {
    color: #000000;
    background: #d79f00;
    background-image:
      -moz-linear-gradient(45deg, #d3da00 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #d3da00 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #d3da00 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #d3da00 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #d3da00), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #d3da00), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #d3da00)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #d3da00));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 212, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 48px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-90 .tile-inner {
        font-size: 28px; } }
  .tile.tile-2-91 .tile-inner {
    color: #000000;
    background: #d76d00;
    background-image:
      -moz-linear-gradient(45deg, #daa700 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #daa700 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #daa700 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #daa700 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #daa700), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #daa700), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #daa700)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #daa700));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 177, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 48px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-91 .tile-inner {
        font-size: 28px; } }
  .tile.tile-2-92 .tile-inner {
    color: #000000;
    background: #fe0000;
    background-image:
      -moz-linear-gradient(45deg, #db7300 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #db7300 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #db7300 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #db7300 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #db7300), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #db7300), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #db7300)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #db7300));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 0, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 48px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-92 .tile-inner {
        font-size: 28px; } }
  .tile.tile-2-93 .tile-inner {
    color: #000000;
    background: #ff0046;
    background-image:
      -moz-linear-gradient(45deg, #fe0000 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #fe0000 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #fe0000 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #fe0000 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #fe0000), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #fe0000), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #fe0000)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #fe0000));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 0, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 48px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-93 .tile-inner {
        font-size: 28px; } }
  .tile.tile-2-94 .tile-inner {
    color: #ffffff;
    background: #ff00a4;
    background-image:
      -moz-linear-gradient(45deg, #ff0078 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #ff0078 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #ff0078 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #ff0078 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ff0078), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ff0078), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ff0078)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ff0078));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 0, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 40px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-94 .tile-inner {
        font-size: 20px; } }
  .tile.tile-2-95 .tile-inner {
    color: #ffffff;
    background: #fe00ec;
    background-image:
      -moz-linear-gradient(45deg, #ff00b4 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #ff00b4 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #ff00b4 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #ff00b4 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ff00b4), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ff00b4), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ff00b4)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ff00b4));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 0, 129), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 40px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-95 .tile-inner {
        font-size: 20px; } }
  .tile.tile-2-96 .tile-inner {
    color: #ffffff;
    background: #f000ff;
    background-image:
      -moz-linear-gradient(45deg, #ff00da 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #ff00da 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #ff00da 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #ff00da 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ff00da), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ff00da), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ff00da)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ff00da));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 0, 211), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 40px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-96 .tile-inner {
        font-size: 20px; } }
  .tile.tile-2-97 .tile-inner {
    color: #ffffff;
    background: #e000ff;
    background-image:
      -moz-linear-gradient(45deg, #f500fe 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #f500fe 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #f500fe 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #f500fe 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #f500fe), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #f500fe), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #f500fe)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #f500fe));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 0, 211), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 32px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-97 .tile-inner {
        font-size: 16px; } }
  .tile.tile-2-98 .tile-inner {
    color: #ffffff;
    background: #bf00fe;
    background-image:
      -moz-linear-gradient(45deg, #d600ff 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #d600ff 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #d600ff 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #d600ff 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #d600ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #d600ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #d600ff)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #d600ff));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 0, 211), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 32px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-98 .tile-inner {
        font-size: 16px; } }
  .tile.tile-2-99 .tile-inner {
    color: #ffffff;
    background: #9100ff;
    background-image:
      -moz-linear-gradient(45deg, #ae00ff 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #ae00ff 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #ae00ff 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #ae00ff 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ae00ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ae00ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ae00ff)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ae00ff));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 0, 211), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 32px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-99 .tile-inner {
        font-size: 16px; } }
  .tile.tile-2-100 .tile-inner {
    color: #ffffff;
    background: #3f00ff;
    background-image:
      -moz-linear-gradient(45deg, #8c00ff 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #8c00ff 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #8c00ff 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #8c00ff 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #8c00ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #8c00ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #8c00ff)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #8c00ff));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 0, 211), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 50px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-100 .tile-inner {
        font-size: 30px; } }
  .tile.tile-2-101 .tile-inner {
    color: #ffffff;
    background: #2100ff;
    background-image:
      -moz-linear-gradient(45deg, #7100ff 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #7100ff 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #7100ff 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #7100ff 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #7100ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #7100ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #7100ff)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #7100ff));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 0, 211), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 50px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-101 .tile-inner {
        font-size: 30px; } }
  .tile.tile-2-102 .tile-inner {
    color: #ffffff;
    background: #0000cc;
    background-image:
      -moz-linear-gradient(45deg, #0000ff 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #0000ff 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #0000ff 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #0000ff 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #0000ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #0000ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #0000ff)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #0000ff));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(0, 0, 255), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 50px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-102 .tile-inner {
        font-size: 30px; } }
  .tile.tile-2-103 .tile-inner {
    color: #ffffff;
    background: #0000a9;
    background-image:
      -moz-linear-gradient(45deg, #0000d7 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #0000d7 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #0000d7 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #0000d7 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #0000d7), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #0000d7), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #0000d7)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #0000d7));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(0, 0, 255), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 45px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-103 .tile-inner {
        font-size: 25px; } }
  .tile.tile-2-104 .tile-inner {
    color: #ffffff;
    background: #000087;
    background-image:
      -moz-linear-gradient(45deg, #0000ad 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #0000ad 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #0000ad 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #0000ad 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #0000ad), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #0000ad), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #0000ad)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #0000ad));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(0, 0, 255), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 45px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-104 .tile-inner {
        font-size: 25px; } }
  .tile.tile-2-105 .tile-inner {
    color: #ffffff;
    background: #000062;
    background-image:
      -moz-linear-gradient(45deg, #00008a 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #00008a 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #00008a 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #00008a 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #00008a), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #00008a), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #00008a)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #00008a));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(0, 0, 255), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 45px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-105 .tile-inner {
        font-size: 25px; } }
  .tile.tile-2-106 .tile-inner {
    color: #ffffff;
    background: #000023;
    background-image:
      -moz-linear-gradient(45deg, #000042 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #000042 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #000042 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #000042 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #000042), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #000042), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #000042)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #000042));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(0, 0, 255), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 45px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-106 .tile-inner {
        font-size: 25px; } }
  .tile.tile-2-107 .tile-inner {
    color: #ffffff;
    background: #000011;
    background-image:
      -moz-linear-gradient(45deg, #000024 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #000024 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #000024 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #000024 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #000024), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #000024), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #000024)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #000024));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(0, 0, 255), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 40px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-107 .tile-inner {
        font-size: 20px; } }
  .tile.tile-2-108 .tile-inner {
    color: #ffffff;
    background: #242424;
    background-image:
      -moz-linear-gradient(45deg, #000000 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #000000 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #000000 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #000000 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #000000), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #000000), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #000000)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #000000));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(0, 0, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 40px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-108 .tile-inner {
        font-size: 20px; } }
  .tile.tile-2-109 .tile-inner {
    color: #ffffff;
    background: #3e3e3e;
    background-image:
      -moz-linear-gradient(45deg, #2e2e2e 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #2e2e2e 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #2e2e2e 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #2e2e2e 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #2e2e2e), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #2e2e2e), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #2e2e2e)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #2e2e2e));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(45, 45, 45), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 40px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-109 .tile-inner {
        font-size: 20px; } }
  .tile.tile-2-110 .tile-inner {
    color: #ffffff;
    background: #5a5a5a;
    background-image:
      -moz-linear-gradient(45deg, #3f3f3f 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #3f3f3f 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #3f3f3f 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #3f3f3f 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #3f3f3f), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #3f3f3f), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #3f3f3f)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #3f3f3f));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(71, 71, 71), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 45px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-110 .tile-inner {
        font-size: 25px; } }
  .tile.tile-2-111 .tile-inner {
    color: #ffffff;
    background: #626262;
    background-image:
      -moz-linear-gradient(45deg, #737373 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #737373 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #737373 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #737373 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #737373), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #737373), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #737373)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #737373));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(88, 88, 88), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 45px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-111 .tile-inner {
        font-size: 25px; } }
  .tile.tile-2-112 .tile-inner {
    color: #ffffff;
    background: #737373;
    background-image:
      -moz-linear-gradient(45deg, #828282 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #828282 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #828282 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #828282 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #828282), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #828282), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #828282)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #828282));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(101, 101, 101), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 45px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-112 .tile-inner {
        font-size: 25px; } }
  .tile.tile-2-113 .tile-inner {
    color: #ffffff;
    background: #848484;
    background-image:
      -moz-linear-gradient(45deg, #9b9b9b 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #9b9b9b 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #9b9b9b 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #9b9b9b 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #9b9b9b), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #9b9b9b), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #9b9b9b)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #9b9b9b));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(144, 144, 144), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 40px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-113 .tile-inner {
        font-size: 20px; } }
  .tile.tile-2-114 .tile-inner {
    color: #ffffff;
    background: #a0a0a0;
    background-image:
      -moz-linear-gradient(45deg, #aaaaaa 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #aaaaaa 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #aaaaaa 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #aaaaaa 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #aaaaaa), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #aaaaaa), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #aaaaaa)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #aaaaaa));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(180, 180, 180), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 40px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-114 .tile-inner {
        font-size: 20px; } }
  .tile.tile-2-115 .tile-inner {
    color: #ffffff;
    background: #acacac;
    background-image:
      -moz-linear-gradient(45deg, #b7b7b7 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #b7b7b7 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #b7b7b7 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #b7b7b7 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #b7b7b7), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #b7b7b7), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #b7b7b7)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #b7b7b7));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(183, 183, 183), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 40px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-115 .tile-inner {
        font-size: 20px; } }
  .tile.tile-2-116 .tile-inner {
    color: #ffffff;
    background: #b6b6b6;
    background-image:
      -moz-linear-gradient(45deg, #c6c6c6 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #c6c6c6 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #c6c6c6 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #c6c6c6 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #c6c6c6), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #c6c6c6), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #c6c6c6)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #c6c6c6));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(200, 200, 200), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 40px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-116 .tile-inner {
        font-size: 20px; } }
  .tile.tile-2-117 .tile-inner {
    color: #ffffff;
    background: #cecece;
    background-image:
      -moz-linear-gradient(45deg, #d4d4d4 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #d4d4d4 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #d4d4d4 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #d4d4d4 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #d4d4d4), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #d4d4d4), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #d4d4d4)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #d4d4d4));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(225, 225, 225), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 32px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-117 .tile-inner {
        font-size: 16px; } }
  .tile.tile-2-118 .tile-inner {
    color: #ffffff;
    background: #d4d4d4;
    background-image:
      -moz-linear-gradient(45deg, #dadada 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #dadada 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #dadada 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #dadada 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #dadada), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #dadada), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #dadada)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #dadada));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(245, 245, 245), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 32px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-118 .tile-inner {
        font-size: 16px; } }
  .tile.tile-2-119 .tile-inner {
    color: #000000;
    background: #d8d8d8;
    background-image:
      -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #ffffff 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #ffffff 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #ffffff 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ffffff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ffffff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ffffff)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ffffff));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 255, 255), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 32px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-119 .tile-inner {
        font-size: 16px; } }
  .tile.tile-2-120 .tile-inner {
    color: #aaaaaa;
    background: #000000;
    background-image:
      -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #ffffff 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #ffffff 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #ffffff 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ffffff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ffffff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ffffff)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ffffff));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(0, 0, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 37px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-120 .tile-inner {
        font-size: 19px; } }
  .tile.tile-2-121 .tile-inner {
    color: #000000;
    background: #ff0000;
    background-image:
      -moz-linear-gradient(45deg, #fff700 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #fff700 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #fff700 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #fff700 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #fff700), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #fff700), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #fff700)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #fff700));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 255, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 37px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-121 .tile-inner {
        font-size: 19px; } }
  .tile.tile-2-122 .tile-inner {
    color: #000000;
    background: #ff0067;
    background-image:
      -moz-linear-gradient(45deg, #daff00 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #daff00 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #daff00 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #daff00 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #daff00), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #daff00), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #daff00)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #daff00));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(225, 255, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 37px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-122 .tile-inner {
        font-size: 19px; } }
  .tile.tile-2-123 .tile-inner {
    color: #000000;
    background: #ff00b3;
    background-image:
      -moz-linear-gradient(45deg, #88ff00 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #88ff00 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #88ff00 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #88ff00 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #88ff00), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #88ff00), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #88ff00)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #88ff00));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(187, 255, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 30px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-123 .tile-inner {
        font-size: 15px; } }
  .tile.tile-2-124 .tile-inner {
    color: #000000;
    background: #ff00df;
    background-image:
      -moz-linear-gradient(45deg, #00ff21 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #00ff21 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #00ff21 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #00ff21 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #00ff21), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #00ff21), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #00ff21)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #00ff21));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(0, 255, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 30px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-124 .tile-inner {
        font-size: 15px; } }
  .tile.tile-2-125 .tile-inner {
    color: #000000;
    background: #d300ff;
    background-image:
      -moz-linear-gradient(45deg, #00ff9d 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #00ff9d 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #00ff9d 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #00ff9d 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #00ff9d), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #00ff9d), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #00ff9d)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #00ff9d));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(0, 255, 145), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 30px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-125 .tile-inner {
        font-size: 15px; } }
  .tile.tile-2-126 .tile-inner {
    color: #000000;
    background: #9700ff;
    background-image:
      -moz-linear-gradient(45deg, #00ffbe 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #00ffbe 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #00ffbe 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #00ffbe 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #00ffbe), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #00ffbe), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #00ffbe)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #00ffbe));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(0, 255, 191), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 30px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-126 .tile-inner {
        font-size: 15px; } }
  .tile.tile-2-127 .tile-inner {
    color: #000000;
    background: #4700ff;
    background-image:
      -moz-linear-gradient(45deg, #00fff3 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #00fff3 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #00fff3 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #00fff3 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #00fff3), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #00fff3), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #00fff3)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #00fff3));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(0, 250, 255), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-127 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-128 .tile-inner {
    color: #000000;
    background: #3200ff;
    background-image:
      -moz-linear-gradient(45deg, #00c7ff 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #00c7ff 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #00c7ff 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #00c7ff 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #00c7ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #00c7ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #00c7ff)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #00c7ff));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(0, 245, 255), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-128 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-129 .tile-inner {
    color: #000000;
    background: #0e00ff;
    background-image:
      -moz-linear-gradient(45deg, #00afff 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #00afff 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #00afff 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #00afff 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #00afff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #00afff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #00afff)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #00afff));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(0, 242, 255), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-129 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-130 .tile-inner {
    color: #000000;
    background: #00ff00;
    background-image:
      -moz-linear-gradient(45deg, #006600 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #006600 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #006600 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #006600 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #006600), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #006600), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #006600)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #006600));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(0, 255, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-130 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-131 .tile-inner {
    color: #000000;
    background: #3eff3e;
    background-image:
      -moz-linear-gradient(45deg, #008d0a 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #008d0a 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #008d0a 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #008d0a 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #008d0a), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #008d0a), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #008d0a)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #008d0a));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(55, 255, 55), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-131 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-132 .tile-inner {
    color: #000000;
    background: #5cff5c;
    background-image:
      -moz-linear-gradient(45deg, #008e3a 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #008e3a 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #008e3a 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #008e3a 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #008e3a), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #008e3a), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #008e3a)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #008e3a));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(90, 255, 90), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-132 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-133 .tile-inner {
    color: #000000;
    background: #6cff6c;
    background-image:
      -moz-linear-gradient(45deg, #008d52 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #008d52 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #008d52 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #008d52 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #008d52), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #008d52), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #008d52)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #008d52));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(110, 255, 110), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-133 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-134 .tile-inner {
    color: #000000;
    background: #84ff84;
    background-image:
      -moz-linear-gradient(45deg, #008d6f 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #008d6f 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #008d6f 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #008d6f 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #008d6f), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #008d6f), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #008d6f)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #008d6f));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(133, 255, 133), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-134 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-135 .tile-inner {
    color: #000000;
    background: #8dff8d;
    background-image:
      -moz-linear-gradient(45deg, #008d7d 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #008d7d 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #008d7d 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #008d7d 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #008d7d), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #008d7d), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #008d7d)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #008d7d));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(141, 255, 141), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-135 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-136 .tile-inner {
    color: #000000;
    background: #97ff97;
    background-image:
      -moz-linear-gradient(45deg, #008d82 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #008d82 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #008d82 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #008d82 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #008d82), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #008d82), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #008d82)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #008d82));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(150, 255, 150), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-136 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-137 .tile-inner {
    color: #000000;
    background: #acffac;
    background-image:
      -moz-linear-gradient(45deg, #00798a 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #00798a 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #00798a 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #00798a 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #00798a), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #00798a), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #00798a)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #00798a));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(170, 255, 170), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-137 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-138 .tile-inner {
    color: #000000;
    background: #bfffbf;
    background-image:
      -moz-linear-gradient(45deg, #00718b 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #00718b 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #00718b 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #00718b 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #00718b), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #00718b), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #00718b)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #00718b));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(190, 255, 190), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-138 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-139 .tile-inner {
    color: #000000;
    background: #c4ffc4;
    background-image:
      -moz-linear-gradient(45deg, #005682 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #005682 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #005682 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #005682 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #005682), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #005682), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #005682)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #005682));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(200, 255, 200), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-139 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-140 .tile-inner {
    color: #000000;
    background: #cfffcf;
    background-image:
      -moz-linear-gradient(45deg, #00427c 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #00427c 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #00427c 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #00427c 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #00427c), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #00427c), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #00427c)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #00427c));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(210, 255, 210), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-140 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-141 .tile-inner {
    color: #000000;
    background: #d3ffd3;
    background-image:
      -moz-linear-gradient(45deg, #003a75 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #003a75 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #003a75 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #003a75 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #003a75), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #003a75), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #003a75)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #003a75));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(212, 255, 212), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-141 .tile-inner {
        font-size: 10px; } }
  .tile.tile-2-142 .tile-inner {
    color: #000000;
    background: #d7ffd7;
    background-image:
      -moz-linear-gradient(45deg, #003275 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #003275 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #003275 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #003275 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #003275), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #003275), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #003275)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #003275));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(218, 255, 218), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-142 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-143 .tile-inner {
    color: #000000;
    background: #e3ffe3;
    background-image:
      -moz-linear-gradient(45deg, #002776 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #002776 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #002776 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #002776 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #002776), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #002776), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #002776)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #002776));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(227, 255, 227), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-143 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-144 .tile-inner {
    color: #000000;
    background: #f0fff0;
    background-image:
      -moz-linear-gradient(45deg, #001477 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #001477 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #001477 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #001477 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #001477), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #001477), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #001477)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #001477));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(240, 255, 240), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-144 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-145 .tile-inner {
    color: #000000;
    background: #ffffff;
    background-image:
      -moz-linear-gradient(45deg, #000089 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #000089 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #000089 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #000089 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #000089), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #000089), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #000089)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #000089));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 255, 255), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-145 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-146 .tile-inner {
    color: #000000;
    background: #ffffff;
    background-image:
      -moz-linear-gradient(45deg, #0000a7 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #0000a7 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #0000a7 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #0000a7 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #0000a7), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #0000a7), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #0000a7)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #0000a7));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 255, 255), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-146 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-147 .tile-inner {
    color: #000000;
    background: #ffffff;
    background-image:
      -moz-linear-gradient(45deg, #0000c9 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #0000c9 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #0000c9 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #0000c9 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #0000c9), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #0000c9), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #0000c9)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #0000c9));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 255, 255), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-147 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-148 .tile-inner {
    color: #000000;
    background: #ffffff;
    background-image:
      -moz-linear-gradient(45deg, #0000db 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #0000db 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #0000db 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #0000db 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #0000db), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #0000db), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #0000db)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #0000db));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 255, 255), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-148 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-149 .tile-inner {
    color: #000000;
    background: #ffffff;
    background-image:
      -moz-linear-gradient(45deg, #0000ec 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #0000ec 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #0000ec 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #0000ec 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #0000ec), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #0000ec), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #0000ec)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #0000ec));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 255, 255), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-149 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-150 .tile-inner {
    color: #000000;
    background: #ffffff;
    background-image:
      -moz-linear-gradient(45deg, #0000ff 25%, transparent 25%),
      -moz-linear-gradient(-45deg, #0000ff 25%, transparent 25%),
      -moz-linear-gradient(45deg, transparent 75%, #0000ff 75%),
      -moz-linear-gradient(-45deg, transparent 75%, #0000ff 75%);
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #0000ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #0000ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #0000ff)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #0000ff));

    -moz-background-size:107px 107px;
    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 255, 255), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-150 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-151 .tile-inner {
    color: #00ff00;
    background: #ffffff;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ffd4d4), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ffd4d4), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ffd4d4)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ffd4d4));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 255, 255), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-151 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-152 .tile-inner {
    color: #88ff00;
    background: #ffe8e8;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ffc9c9), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ffc9c9), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ffc9c9)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ffc9c9));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 237, 237), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-152 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-153 .tile-inner {
    color: #cbff00;
    background: #ffc8c8;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ffb5b5), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ffb5b5), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ffb5b5)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ffb5b5));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 211, 211), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-153 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-154 .tile-inner {
    color: #deff00;
    background: #ffb5b5;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ffa8a8), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ffa8a8), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ffa8a8)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ffa8a8));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 177, 177), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-154 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-155 .tile-inner {
    color: #ffff00;
    background: #ffaeae;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ffa2a2), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ffa2a2), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ffa2a2)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ffa2a2));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 177, 177), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-155 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-156 .tile-inner {
    color: #ffd400;
    background: #ff9f9f;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ff9191), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ff9191), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ff9191)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ff9191));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 157, 157), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-156 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-157 .tile-inner {
    color: #ffd400;
    background: #ff8d8d;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ff7c7c), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ff7c7c), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ff7c7c)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ff7c7c));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 141, 141), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-157 .tile-inner {
        font-size: 10px; } }
  .tile.tile-2-158 .tile-inner {
    color: #ffd400;
    background: #ff7272;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ff6161), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ff6161), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ff6161)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ff6161));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 115, 115), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-158 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-159 .tile-inner {
    color: #ffd400;
    background: #ff5151;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ff3232), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ff3232), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ff3232)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ff3232));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 77, 77), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-159 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-160 .tile-inner {
    color: #ffd400;
    background: #ff2323;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ff0000), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ff0000), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ff0000)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ff0000));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px rgb(255, 25, 25), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-160 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-161 .tile-inner {
    color: #ffbb00;
    background: #ffffaf;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ffff7a), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ffff7a), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ffff7a)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ffff7a));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #ffff9f, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-161 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-162 .tile-inner {
    color: #ffbb00;
    background: #ffff7a;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ffff62), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ffff62), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ffff62)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ffff62));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #ffff7f, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-162 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-163 .tile-inner {
    color: #ffbb00;
    background: #ffff62;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ffff34), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ffff34), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ffff34)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ffff34));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #ffff5f, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-163 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-164 .tile-inner {
    color: #ffbb00;
    background: #ffff34;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ffff00), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ffff00), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ffff00)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ffff00));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #ffff33, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-164 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-165 .tile-inner {
    color: #ffbb00;
    background: #ffff00;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #eded00), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #eded00), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #eded00)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #eded00));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #ffff00, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-165 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-166 .tile-inner {
    color: #ff8300;
    background: #eded00;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #e2e200), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #e2e200), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #e2e200)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #e2e200));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #ffff00, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-166 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-167 .tile-inner {
    color: #ff7e00;
    background: #e2e200;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #d7d700), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #d7d700), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #d7d700)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #d7d700));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #ffff00, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-167 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-168 .tile-inner {
    color: #ff7300;
    background: #d7d700;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #d2d200), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #d2d200), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #d2d200)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #d2d200));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #ffff00, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-168 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-169 .tile-inner {
    color: #ff6f00;
    background: #d2d200;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #cece00), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #cece00), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #cece00)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #cece00));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #ffff00, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-169 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-170 .tile-inner {
    color: #ff6600;
    background: #cece00;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #c6c600), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #c6c600), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #c6c600)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #c6c600));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #ffff00, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-170 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-171 .tile-inner {
    color: #ff0000;
    background: #ff00ff;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ff33ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ff33ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ff33ff)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ff33ff));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #ff00ff, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-171 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-172 .tile-inner {
    color: #ee0000;
    background: #df00df;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ef00ef), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ef00ef), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ef00ef)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ef00ef));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #ff00ff, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-172 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-173 .tile-inner {
    color: #df0000;
    background: #df00df;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #cf00cf), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #cf00cf), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #cf00cf)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #cf00cf));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #ff00ff, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-173 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-174 .tile-inner {
    color: #d50000;
    background: #cf00cf;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #bf00bf), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #bf00bf), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #bf00bf)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #bf00bf));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #ff00ff, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-174 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-175 .tile-inner {
    color: #d00000;
    background: #bf00bf;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ba00ba), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ba00ba), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ba00ba)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ba00ba));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #ff00ff, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-175 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-176 .tile-inner {
    color: #d00000;
    background: #ffffff;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ae00ae), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ae00ae), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ae00ae)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ae00ae));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #ff00ff, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-176 .tile-inner {
        font-size: 13px; } }
  .tile.tile-2-177 .tile-inner {
    color: #ca0000;
    background: #ffffff;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #910091), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #910091), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #910091)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #910091));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #ff00ff, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-177 .tile-inner {
        font-size: 12px; } }
  .tile.tile-2-178 .tile-inner {
    color: #b80000;
    background: #ffffff;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #7c007c), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #7c007c), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #7c007c)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #7c007c));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #ff00ff, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-178 .tile-inner {
        font-size: 12px; } }
  .tile.tile-2-179 .tile-inner {
    color: #a70000;
    background: #ffffff;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #6f006f), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #6f006f), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #6f006f)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #6f006f));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #ff00ff, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-179 .tile-inner {
        font-size: 12px; } }
  .tile.tile-2-180 .tile-inner {
    color: #a00000;
    background: #ffffff;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #610061), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #610061), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #610061)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #610061));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #ff00ff, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-180 .tile-inner {
        font-size: 12px; } }
  .tile.tile-2-181 .tile-inner {
    color: #550000;
    background: #dddddd;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #00bfff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #00bfff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #00bfff)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #00bfff));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #00f3ff, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-181 .tile-inner {
        font-size: 12px; } }
  .tile.tile-2-182 .tile-inner {
    color: #330000;
    background: #d3d3d3;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #0098ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #0098ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #0098ff)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #0098ff));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #00ceff, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-182 .tile-inner {
        font-size: 12px; } }
  .tile.tile-2-183 .tile-inner {
    color: #000000;
    background: #bdbdbd;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #006eff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #006eff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #006eff)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #006eff));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #0098ff, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-183 .tile-inner {
        font-size: 12px; } }
  .tile.tile-2-184 .tile-inner {
    color: #232123;
    background: #a7a7a7;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #0055ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #0055ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #0055ff)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #0055ff));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #007eff, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-184 .tile-inner {
        font-size: 12px; } }
  .tile.tile-2-185 .tile-inner {
    color: #242124;
    background: #979797;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #0042ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #0042ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #0042ff)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #0042ff));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #005dff, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-185 .tile-inner {
        font-size: 12px; } }
  .tile.tile-2-186 .tile-inner {
    color: #3e353e;
    background: #8a8a8a;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #0036ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #0036ff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #0036ff)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #0036ff));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #0048ff, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-186 .tile-inner {
        font-size: 12px; } }
  .tile.tile-2-187 .tile-inner {
    color: #4a394a;
    background: #787878;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #002ef7), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #002ef7), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #002ef7)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #002ef7));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #0042ff, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-187 .tile-inner {
        font-size: 12px; } }
  .tile.tile-2-188 .tile-inner {
    color: #573e57;
    background: #636363;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #001ce5), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #001ce5), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #001ce5)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #001ce5));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #003eff, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-188 .tile-inner {
        font-size: 12px; } }
  .tile.tile-2-189 .tile-inner {
    color: #704870;
    background: #595959;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #0012e2), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #0012e2), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #0012e2)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #0012e2));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #0034ff, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-189 .tile-inner {
        font-size: 12px; } }
  .tile.tile-2-190 .tile-inner {
    color: #764576;
    background: #4b4b4b;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #0008d9), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #0008d9), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #0008d9)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #0008d9));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #0032ff, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-190 .tile-inner {
        font-size: 12px; } }
  .tile.tile-2-191 .tile-inner {
    color: #7c447c;
    background: #787878;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #00ff00), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #00ff00), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #00ff00)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #00ff00));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #00ff00, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-191 .tile-inner {
        font-size: 12px; } }
  .tile.tile-2-192 .tile-inner {
    color: #863b86;
    background: #757575;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #42ff42), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #42ff42), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #42ff42)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #42ff42));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #45ff45, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-192 .tile-inner {
        font-size: 12px; } }
  .tile.tile-2-193 .tile-inner {
    color: #8d2e8d;
    background: #727272;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #7cff7c), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #7cff7c), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #7cff7c)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #7cff7c));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #7fff7f, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-193 .tile-inner {
        font-size: 12px; } }
  .tile.tile-2-194 .tile-inner {
    color: #9a1c9a;
    background: #6a6a6a;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #8eff8e), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #8eff8e), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #8eff8e)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #8eff8e));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #92ff92, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-194 .tile-inner {
        font-size: 12px; } }
  .tile.tile-2-195 .tile-inner {
    color: #9f0b9f;
    background: #626262;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #9eff9e), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #9eff9e), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #9eff9e)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #9eff9e));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #a4ffa4, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-195 .tile-inner {
        font-size: 12px; } }
  .tile.tile-2-196 .tile-inner {
    color: #a504a5;
    background: #545454;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #abffab), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #abffab), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #abffab)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #abffab));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #afffaf, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-196 .tile-inner {
        font-size: 12px; } }
  .tile.tile-2-197 .tile-inner {
    color: #c700c7;
    background: #353535;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #bcffbc), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #bcffbc), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #bcffbc)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #bcffbc));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #c4ffc4, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-197 .tile-inner {
        font-size: 12px; } }
  .tile.tile-2-198 .tile-inner {
    color: #ff00ff;
    background: #2b2b2b;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ceffce), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ceffce), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ceffce)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ceffce));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #d4ffd4, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-198 .tile-inner {
        font-size: 12px; } }
  .tile.tile-2-199 .tile-inner {
    color: #8e00ff;
    background: #1e1e1e;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #dcffdc), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #dcffdc), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #dcffdc)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #dcffdc));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #dfffdf, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-199 .tile-inner {
        font-size: 12px; } }
  .tile.tile-2-200 .tile-inner {
    color: #0000ff;
    background: #000000;
    background-image:
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ffffff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ffffff), color-stop(.25, transparent)),
      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ffffff)),
      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ffffff));

    background-size:107px 107px;
    -webkit-background-size:107px 107px;
    
    background-position:0 0, 53.5px 0, 53.5px -53.5px, 0px 53.5px;
    box-shadow: 0 0 30px 10px #dfffdf, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 23px; }
    @media screen and (max-width: 520px) {
      .tile.tile-2-200 .tile-inner {
        font-size: 12px; } }
  .tile.tile-super .tile-inner {
    color: #ffffff;
    background: #000000;
    box-shadow: 0 0 30px 10px #f3d774, inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 20px; }
    @media screen and (max-width: 520px) {
      .tile.tile-super .tile-inner {
        font-size: 10px; } }

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

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

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

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }
.tile-new .tile-inner {
  -webkit-animation: appear 200ms ease 100ms;
  -moz-animation: appear 200ms ease 100ms;
  animation: appear 200ms ease 100ms;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0); }

  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2); }

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

  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2); }

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

  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2); }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }
.tile-merged .tile-inner {
  z-index: 20;
  -webkit-animation: pop 200ms ease 100ms;
  -moz-animation: pop 200ms ease 100ms;
  animation: pop 200ms ease 100ms;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

.above-game:after {
  content: "";
  display: block;
  clear: both; }

.game-intro {
  float: left;
  line-height: 42px;
  margin-bottom: 0; }

.restart-button {
  display: inline-block;
  background: #8f7a66;
  border-radius: 3px;
  padding: 0 20px;
  text-decoration: none;
  color: #f9f6f2;
  height: 40px;
  line-height: 42px;
  display: block;
  text-align: center;
  float: right; }
.auto-move-button, .undo-button {
  display: inline-block;
  background: #8f7a66;
  border-radius: 3px;
  padding: 0 10px;
  text-decoration: none;
  color: #f9f6f2;
  height: 30px;
  line-height: 32px;
  display: block;
  text-align: center;
  font-size: 18px;
  float: right;
  margin-left: 5px; }
.undo-button {
  margin-top: 5px; }

.game-explanation {
  margin-top: 50px; }

@media screen and (max-width: 520px) {
  html, body {
    font-size: 15px; }

  body {
    margin: 20px 0;
    padding: 0 20px; }

  h1.title {
    font-size: 27px;
    margin-top: 15px; }

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

  .score-container, .best-container {
    margin-top: 0;
    padding: 15px 10px;
    min-width: 40px; }

  .heading {
    margin-bottom: 10px; }

  .game-intro {
    width: 55%;
    display: block;
    box-sizing: border-box;
    line-height: 1.65; }

  .restart-button {
    width: 42%;
    padding: 0;
    display: block;
    box-sizing: border-box;
    margin-top: 2px; }

.auto-move-button, .undo-button {
  display: inline-block;
  background: #8f7a66;
  border-radius: 3px;
  padding: 0 10px;
  text-decoration: none;
  color: #f9f6f2;
  height: 30px;
  line-height: 32px;
  display: block;
  text-align: center;
  font-size: 14px;
  float: right;
  margin-left: 5px; }
.undo-button {
  margin-top: 5px; }

  .game-container {
    margin-top: 17px;
    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;
    -ms-touch-action: none;
    touch-action: none;
    background: #bbada0;
    border-radius: 6px;
    width: 1092px;
    height: 1092px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .game-container .game-message {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(238, 228, 218, 0.5);
      z-index: 100;
      text-align: center;
      -webkit-animation: fade-in 800ms ease 1200ms;
      -moz-animation: fade-in 800ms ease 1200ms;
      animation: fade-in 800ms ease 1200ms;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
      .game-container .game-message p {
        font-size: 60px;
        font-weight: bold;
        height: 60px;
        line-height: 60px;
        margin-top: 222px; }
      .game-container .game-message .lower {
        display: block;
        margin-top: 59px; }
      .game-container .game-message a {
        display: inline-block;
        background: #8f7a66;
        border-radius: 3px;
        padding: 0 20px;
        text-decoration: none;
        color: #f9f6f2;
        height: 40px;
        line-height: 42px;
        margin-left: 9px; }
        .game-container .game-message a.keep-playing-button {
          display: none; }
      .game-container .game-message.game-won {
        background: rgba(237, 194, 46, 0.5);
        color: #f9f6f2; }
        .game-container .game-message.game-won a.keep-playing-button {
          display: inline-block; }
      .game-container .game-message.game-won, .game-container .game-message.game-over {
        display: block; }

  .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: rgba(238, 228, 218, 0.35); }
    .grid-cell:last-child {
      margin-right: 0; }

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

  .tile, .tile .tile-inner {
    width: 58px;
    height: 58px;
    line-height: 67.5px; }
.tile.tile-position-1-1 {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
  -webkit-transform: translate(0px, 67px);
  -moz-transform: translate(0px, 67px);
  transform: translate(0px, 67px); }
.tile.tile-position-1-3 {
  -webkit-transform: translate(0px, 135px);
  -moz-transform: translate(0px, 135px);
  transform: translate(0px, 135px); }
.tile.tile-position-1-4 {
  -webkit-transform: translate(0px, 202px);
  -moz-transform: translate(0px, 202px);
  transform: translate(0px, 202px); }
.tile.tile-position-1-5 {
  -webkit-transform: translate(0px, 270px);
  -moz-transform: translate(0px, 270px);
  transform: translate(0px, 270px); }
.tile.tile-position-1-6 {
  -webkit-transform: translate(0px, 337px);
  -moz-transform: translate(0px, 337px);
  transform: translate(0px, 337px); }
.tile.tile-position-1-7 {
  -webkit-transform: translate(0px, 405px);
  -moz-transform: translate(0px, 405px);
  transform: translate(0px, 405px); }
.tile.tile-position-1-8 {
  -webkit-transform: translate(0px, 472px);
  -moz-transform: translate(0px, 472px);
  transform: translate(0px, 472px); }
.tile.tile-position-1-9 {
  -webkit-transform: translate(0px, 540px);
  -moz-transform: translate(0px, 540px);
  transform: translate(0px, 540px); }
.tile.tile-position-1-10 {
  -webkit-transform: translate(0px, 607px);
  -moz-transform: translate(0px, 607px);
  transform: translate(0px, 607px); }
.tile.tile-position-1-11 {
  -webkit-transform: translate(0px, 675px);
  -moz-transform: translate(0px, 675px);
  transform: translate(0px, 675px); }
.tile.tile-position-1-12 {
  -webkit-transform: translate(0px, 742px);
  -moz-transform: translate(0px, 742px);
  transform: translate(0px, 742px); }
.tile.tile-position-1-13 {
  -webkit-transform: translate(0px, 810px);
  -moz-transform: translate(0px, 810px);
  transform: translate(0px, 810px); }
.tile.tile-position-1-14 {
  -webkit-transform: translate(0px, 877px);
  -moz-transform: translate(0px, 877px);
  transform: translate(0px, 877px); }
.tile.tile-position-1-15 {
  -webkit-transform: translate(0px, 945px);
  -moz-transform: translate(0px, 945px);
  transform: translate(0px, 945px); }
.tile.tile-position-1-16 {
  -webkit-transform: translate(0px, 1012px);
  -moz-transform: translate(0px, 1012px);
  transform: translate(0px, 1012px); }

.tile.tile-position-2-1 {
  -webkit-transform: translate(67px, 0px);
  -moz-transform: translate(67px, 0px);
  transform: translate(67px, 0px); }
.tile.tile-position-2-2 {
  -webkit-transform: translate(67px, 67px);
  -moz-transform: translate(67px, 67px);
  transform: translate(67px, 67px); }
.tile.tile-position-2-3 {
  -webkit-transform: translate(67px, 135px);
  -moz-transform: translate(67px, 135px);
  transform: translate(67px, 135px); }
.tile.tile-position-2-4 {
  -webkit-transform: translate(67px, 202px);
  -moz-transform: translate(67px, 202px);
  transform: translate(67px, 202px); }
.tile.tile-position-2-5 {
  -webkit-transform: translate(67px, 270px);
  -moz-transform: translate(67px, 270px);
  transform: translate(67px, 270px); }
.tile.tile-position-2-6 {
  -webkit-transform: translate(67px, 337px);
  -moz-transform: translate(67px, 337px);
  transform: translate(67px, 337px); }
.tile.tile-position-2-7 {
  -webkit-transform: translate(67px, 405px);
  -moz-transform: translate(67px, 405px);
  transform: translate(67px, 405px); }
.tile.tile-position-2-8 {
  -webkit-transform: translate(67px, 472px);
  -moz-transform: translate(67px, 472px);
  transform: translate(67px, 472px); }
.tile.tile-position-2-9 {
  -webkit-transform: translate(67px, 540px);
  -moz-transform: translate(67px, 540px);
  transform: translate(67px, 540px); }
.tile.tile-position-2-10 {
  -webkit-transform: translate(67px, 607px);
  -moz-transform: translate(67px, 607px);
  transform: translate(67px, 607px); }
.tile.tile-position-2-11 {
  -webkit-transform: translate(67px, 675px);
  -moz-transform: translate(67px, 675px);
  transform: translate(67px, 675px); }
.tile.tile-position-2-12 {
  -webkit-transform: translate(67px, 742px);
  -moz-transform: translate(67px, 742px);
  transform: translate(67px, 742px); }
.tile.tile-position-2-13 {
  -webkit-transform: translate(67px, 810px);
  -moz-transform: translate(67px, 810px);
  transform: translate(67px, 810px); }
.tile.tile-position-2-14 {
  -webkit-transform: translate(67px, 877px);
  -moz-transform: translate(67px, 877px);
  transform: translate(67px, 877px); }
.tile.tile-position-2-15 {
  -webkit-transform: translate(67px, 945px);
  -moz-transform: translate(67px, 945px);
  transform: translate(67px, 945px); }
.tile.tile-position-2-16 {
  -webkit-transform: translate(67px, 1012px);
  -moz-transform: translate(67px, 1012px);
  transform: translate(67px, 1012px); }

.tile.tile-position-3-1 {
  -webkit-transform: translate(135px, 0px);
  -moz-transform: translate(135px, 0px);
  transform: translate(135px, 0px); }
.tile.tile-position-3-2 {
  -webkit-transform: translate(135px, 67px);
  -moz-transform: translate(135px, 67px);
  transform: translate(135px, 67px); }
.tile.tile-position-3-3 {
  -webkit-transform: translate(135px, 135px);
  -moz-transform: translate(135px, 135px);
  transform: translate(135px, 135px); }
.tile.tile-position-3-4 {
  -webkit-transform: translate(135px, 202px);
  -moz-transform: translate(135px, 202px);
  transform: translate(135px, 202px); }
.tile.tile-position-3-5 {
  -webkit-transform: translate(135px, 270px);
  -moz-transform: translate(135px, 270px);
  transform: translate(135px, 270px); }
.tile.tile-position-3-6 {
  -webkit-transform: translate(135px, 337px);
  -moz-transform: translate(135px, 337px);
  transform: translate(135px, 337px); }
.tile.tile-position-3-7 {
  -webkit-transform: translate(135px, 405px);
  -moz-transform: translate(135px, 405px);
  transform: translate(135px, 405px); }
.tile.tile-position-3-8 {
  -webkit-transform: translate(135px, 472px);
  -moz-transform: translate(135px, 472px);
  transform: translate(135px, 472px); }
.tile.tile-position-3-9 {
  -webkit-transform: translate(135px, 540px);
  -moz-transform: translate(135px, 540px);
  transform: translate(135px, 540px); }
.tile.tile-position-3-10 {
  -webkit-transform: translate(135px, 607px);
  -moz-transform: translate(135px, 607px);
  transform: translate(135px, 607px); }
.tile.tile-position-3-11 {
  -webkit-transform: translate(135px, 675px);
  -moz-transform: translate(135px, 675px);
  transform: translate(135px, 675px); }
.tile.tile-position-3-12 {
  -webkit-transform: translate(135px, 742px);
  -moz-transform: translate(135px, 742px);
  transform: translate(135px, 742px); }
.tile.tile-position-3-13 {
  -webkit-transform: translate(135px, 810px);
  -moz-transform: translate(135px, 810px);
  transform: translate(135px, 810px); }
.tile.tile-position-3-14 {
  -webkit-transform: translate(135px, 877px);
  -moz-transform: translate(135px, 877px);
  transform: translate(135px, 877px); }
.tile.tile-position-3-15 {
  -webkit-transform: translate(135px, 945px);
  -moz-transform: translate(135px, 945px);
  transform: translate(135px, 945px); }
.tile.tile-position-3-16 {
  -webkit-transform: translate(135px, 1012px);
  -moz-transform: translate(135px, 1012px);
  transform: translate(135px, 1012px); }

.tile.tile-position-4-1 {
  -webkit-transform: translate(202px, 0px);
  -moz-transform: translate(202px, 0px);
  transform: translate(202px, 0px); }
.tile.tile-position-4-2 {
  -webkit-transform: translate(202px, 67px);
  -moz-transform: translate(202px, 67px);
  transform: translate(202px, 67px); }
.tile.tile-position-4-3 {
  -webkit-transform: translate(202px, 135px);
  -moz-transform: translate(202px, 135px);
  transform: translate(202px, 135px); }
.tile.tile-position-4-4 {
  -webkit-transform: translate(202px, 202px);
  -moz-transform: translate(202px, 202px);
  transform: translate(202px, 202px); }
.tile.tile-position-4-5 {
  -webkit-transform: translate(202px, 270px);
  -moz-transform: translate(202px, 270px);
  transform: translate(202px, 270px); }
.tile.tile-position-4-6 {
  -webkit-transform: translate(202px, 337px);
  -moz-transform: translate(202px, 337px);
  transform: translate(202px, 337px); }
.tile.tile-position-4-7 {
  -webkit-transform: translate(202px, 405px);
  -moz-transform: translate(202px, 405px);
  transform: translate(202px, 405px); }
.tile.tile-position-4-8 {
  -webkit-transform: translate(202px, 472px);
  -moz-transform: translate(202px, 472px);
  transform: translate(202px, 472px); }
.tile.tile-position-4-9 {
  -webkit-transform: translate(202px, 540px);
  -moz-transform: translate(202px, 540px);
  transform: translate(202px, 540px); }
.tile.tile-position-4-10 {
  -webkit-transform: translate(202px, 607px);
  -moz-transform: translate(202px, 607px);
  transform: translate(202px, 607px); }
.tile.tile-position-4-11 {
  -webkit-transform: translate(202px, 675px);
  -moz-transform: translate(202px, 675px);
  transform: translate(202px, 675px); }
.tile.tile-position-4-12 {
  -webkit-transform: translate(202px, 742px);
  -moz-transform: translate(202px, 742px);
  transform: translate(202px, 742px); }
.tile.tile-position-4-13 {
  -webkit-transform: translate(202px, 810px);
  -moz-transform: translate(202px, 810px);
  transform: translate(202px, 810px); }
.tile.tile-position-4-14 {
  -webkit-transform: translate(202px, 877px);
  -moz-transform: translate(202px, 877px);
  transform: translate(202px, 877px); }
.tile.tile-position-4-15 {
  -webkit-transform: translate(202px, 945px);
  -moz-transform: translate(202px, 945px);
  transform: translate(202px, 945px); }
.tile.tile-position-4-16 {
  -webkit-transform: translate(202px, 1012px);
  -moz-transform: translate(202px, 1012px);
  transform: translate(202px, 1012px); }

.tile.tile-position-5-1 {
  -webkit-transform: translate(270px, 0px);
  -moz-transform: translate(270px, 0px);
  transform: translate(270px, 0px); }
.tile.tile-position-5-2 {
  -webkit-transform: translate(270px, 67px);
  -moz-transform: translate(270px, 67px);
  transform: translate(270px, 67px); }
.tile.tile-position-5-3 {
  -webkit-transform: translate(270px, 135px);
  -moz-transform: translate(270px, 135px);
  transform: translate(270px, 135px); }
.tile.tile-position-5-4 {
  -webkit-transform: translate(270px, 202px);
  -moz-transform: translate(270px, 202px);
  transform: translate(270px, 202px); }
.tile.tile-position-5-5 {
  -webkit-transform: translate(270px, 270px);
  -moz-transform: translate(270px, 270px);
  transform: translate(270px, 270px); }
.tile.tile-position-5-6 {
  -webkit-transform: translate(270px, 337px);
  -moz-transform: translate(270px, 337px);
  transform: translate(270px, 337px); }
.tile.tile-position-5-7 {
  -webkit-transform: translate(270px, 405px);
  -moz-transform: translate(270px, 405px);
  transform: translate(270px, 405px); }
.tile.tile-position-5-8 {
  -webkit-transform: translate(270px, 472px);
  -moz-transform: translate(270px, 472px);
  transform: translate(270px, 472px); }
.tile.tile-position-5-9 {
  -webkit-transform: translate(270px, 540px);
  -moz-transform: translate(270px, 540px);
  transform: translate(270px, 540px); }
.tile.tile-position-5-10 {
  -webkit-transform: translate(270px, 607px);
  -moz-transform: translate(270px, 607px);
  transform: translate(270px, 607px); }
.tile.tile-position-5-11 {
  -webkit-transform: translate(270px, 675px);
  -moz-transform: translate(270px, 675px);
  transform: translate(270px, 675px); }
.tile.tile-position-5-12 {
  -webkit-transform: translate(270px, 742px);
  -moz-transform: translate(270px, 742px);
  transform: translate(270px, 742px); }
.tile.tile-position-5-13 {
  -webkit-transform: translate(270px, 810px);
  -moz-transform: translate(270px, 810px);
  transform: translate(270px, 810px); }
.tile.tile-position-5-14 {
  -webkit-transform: translate(270px, 877px);
  -moz-transform: translate(270px, 877px);
  transform: translate(270px, 877px); }
.tile.tile-position-5-15 {
  -webkit-transform: translate(270px, 945px);
  -moz-transform: translate(270px, 945px);
  transform: translate(270px, 945px); }
.tile.tile-position-5-16 {
  -webkit-transform: translate(270px, 1012px);
  -moz-transform: translate(270px, 1012px);
  transform: translate(270px, 1012px); }

.tile.tile-position-6-1 {
  -webkit-transform: translate(337px, 0px);
  -moz-transform: translate(337px, 0px);
  transform: translate(337px, 0px); }
.tile.tile-position-6-2 {
  -webkit-transform: translate(337px, 67px);
  -moz-transform: translate(337px, 67px);
  transform: translate(337px, 67px); }
.tile.tile-position-6-3 {
  -webkit-transform: translate(337px, 135px);
  -moz-transform: translate(337px, 135px);
  transform: translate(337px, 135px); }
.tile.tile-position-6-4 {
  -webkit-transform: translate(337px, 202px);
  -moz-transform: translate(337px, 202px);
  transform: translate(337px, 202px); }
.tile.tile-position-6-5 {
  -webkit-transform: translate(337px, 270px);
  -moz-transform: translate(337px, 270px);
  transform: translate(337px, 270px); }
.tile.tile-position-6-6 {
  -webkit-transform: translate(337px, 337px);
  -moz-transform: translate(337px, 337px);
  transform: translate(337px, 337px); }
.tile.tile-position-6-7 {
  -webkit-transform: translate(337px, 405px);
  -moz-transform: translate(337px, 405px);
  transform: translate(337px, 405px); }
.tile.tile-position-6-8 {
  -webkit-transform: translate(337px, 472px);
  -moz-transform: translate(337px, 472px);
  transform: translate(337px, 472px); }
.tile.tile-position-6-9 {
  -webkit-transform: translate(337px, 540px);
  -moz-transform: translate(337px, 540px);
  transform: translate(337px, 540px); }
.tile.tile-position-6-10 {
  -webkit-transform: translate(337px, 607px);
  -moz-transform: translate(337px, 607px);
  transform: translate(337px, 607px); }
.tile.tile-position-6-11 {
  -webkit-transform: translate(337px, 675px);
  -moz-transform: translate(337px, 675px);
  transform: translate(337px, 675px); }
.tile.tile-position-6-12 {
  -webkit-transform: translate(337px, 742px);
  -moz-transform: translate(337px, 742px);
  transform: translate(337px, 742px); }
.tile.tile-position-6-13 {
  -webkit-transform: translate(337px, 810px);
  -moz-transform: translate(337px, 810px);
  transform: translate(337px, 810px); }
.tile.tile-position-6-14 {
  -webkit-transform: translate(337px, 877px);
  -moz-transform: translate(337px, 877px);
  transform: translate(337px, 877px); }
.tile.tile-position-6-15 {
  -webkit-transform: translate(337px, 945px);
  -moz-transform: translate(337px, 945px);
  transform: translate(337px, 945px); }
.tile.tile-position-6-16 {
  -webkit-transform: translate(337px, 1012px);
  -moz-transform: translate(337px, 1012px);
  transform: translate(337px, 1012px); }

.tile.tile-position-7-1 {
  -webkit-transform: translate(405px, 0px);
  -moz-transform: translate(405px, 0px);
  transform: translate(405px, 0px); }
.tile.tile-position-7-2 {
  -webkit-transform: translate(405px, 67px);
  -moz-transform: translate(405px, 67px);
  transform: translate(405px, 67px); }
.tile.tile-position-7-3 {
  -webkit-transform: translate(405px, 135px);
  -moz-transform: translate(405px, 135px);
  transform: translate(405px, 135px); }
.tile.tile-position-7-4 {
  -webkit-transform: translate(405px, 202px);
  -moz-transform: translate(405px, 202px);
  transform: translate(405px, 202px); }
.tile.tile-position-7-5 {
  -webkit-transform: translate(405px, 270px);
  -moz-transform: translate(405px, 270px);
  transform: translate(405px, 270px); }
.tile.tile-position-7-6 {
  -webkit-transform: translate(405px, 337px);
  -moz-transform: translate(405px, 337px);
  transform: translate(405px, 337px); }
.tile.tile-position-7-7 {
  -webkit-transform: translate(405px, 405px);
  -moz-transform: translate(405px, 405px);
  transform: translate(405px, 405px); }
.tile.tile-position-7-8 {
  -webkit-transform: translate(405px, 472px);
  -moz-transform: translate(405px, 472px);
  transform: translate(405px, 472px); }
.tile.tile-position-7-8 {
  -webkit-transform: translate(405px, 472px);
  -moz-transform: translate(405px, 472px);
  transform: translate(405px, 472px); }
.tile.tile-position-7-9 {
  -webkit-transform: translate(405px, 540px);
  -moz-transform: translate(405px, 540px);
  transform: translate(405px, 540px); }
.tile.tile-position-7-10 {
  -webkit-transform: translate(405px, 607px);
  -moz-transform: translate(405px, 607px);
  transform: translate(405px, 607px); }
.tile.tile-position-7-11 {
  -webkit-transform: translate(405px, 675px);
  -moz-transform: translate(405px, 675px);
  transform: translate(405px, 675px); }
.tile.tile-position-7-12 {
  -webkit-transform: translate(405px, 742px);
  -moz-transform: translate(405px, 742px);
  transform: translate(405px, 742px); }
.tile.tile-position-7-13 {
  -webkit-transform: translate(405px, 810px);
  -moz-transform: translate(405px, 810px);
  transform: translate(405px, 810px); }
.tile.tile-position-7-14 {
  -webkit-transform: translate(405px, 877px);
  -moz-transform: translate(405px, 877px);
  transform: translate(405px, 877px); }
.tile.tile-position-7-15 {
  -webkit-transform: translate(405px, 945px);
  -moz-transform: translate(405px, 945px);
  transform: translate(405px, 945px); }
.tile.tile-position-7-16 {
  -webkit-transform: translate(405px, 1012px);
  -moz-transform: translate(405px, 1012px);
  transform: translate(405px, 1012px); }

.tile.tile-position-8-1 {
  -webkit-transform: translate(472px, 0px);
  -moz-transform: translate(472px, 0px);
  transform: translate(472px, 0px); }
.tile.tile-position-8-2 {
  -webkit-transform: translate(472px, 67px);
  -moz-transform: translate(472px, 67px);
  transform: translate(472px, 67px); }
.tile.tile-position-8-3 {
  -webkit-transform: translate(472px, 135px);
  -moz-transform: translate(472px, 135px);
  transform: translate(472px, 135px); }
.tile.tile-position-8-4 {
  -webkit-transform: translate(472px, 202px);
  -moz-transform: translate(472px, 202px);
  transform: translate(472px, 202px); }
.tile.tile-position-8-5 {
  -webkit-transform: translate(472px, 270px);
  -moz-transform: translate(472px, 270px);
  transform: translate(472px, 270px); }
.tile.tile-position-8-6 {
  -webkit-transform: translate(472px, 337px);
  -moz-transform: translate(472px, 337px);
  transform: translate(472px, 337px); }
.tile.tile-position-8-7 {
  -webkit-transform: translate(472px, 405px);
  -moz-transform: translate(472px, 405px);
  transform: translate(472px, 405px); }
.tile.tile-position-8-8 {
  -webkit-transform: translate(472px, 472px);
  -moz-transform: translate(472px, 472px);
  transform: translate(472px, 472px); }
.tile.tile-position-8-9 {
  -webkit-transform: translate(472px, 540px);
  -moz-transform: translate(472px, 540px);
  transform: translate(472px, 540px); }
.tile.tile-position-8-10 {
  -webkit-transform: translate(472px, 607px);
  -moz-transform: translate(472px, 607px);
  transform: translate(472px, 607px); }
.tile.tile-position-8-11 {
  -webkit-transform: translate(472px, 675px);
  -moz-transform: translate(472px, 675px);
  transform: translate(472px, 675px); }
.tile.tile-position-8-12 {
  -webkit-transform: translate(472px, 742px);
  -moz-transform: translate(472px, 742px);
  transform: translate(472px, 742px); }
.tile.tile-position-8-13 {
  -webkit-transform: translate(472px, 810px);
  -moz-transform: translate(472px, 810px);
  transform: translate(472px, 810px); }
.tile.tile-position-8-14 {
  -webkit-transform: translate(472px, 877px);
  -moz-transform: translate(472px, 877px);
  transform: translate(472px, 877px); }
.tile.tile-position-8-15 {
  -webkit-transform: translate(472px, 945px);
  -moz-transform: translate(472px, 945px);
  transform: translate(472px, 945px); }
.tile.tile-position-8-16 {
  -webkit-transform: translate(472px, 1012px);
  -moz-transform: translate(472px, 1012px);
  transform: translate(472px, 1012px); }

.tile.tile-position-9-1 {
  -webkit-transform: translate(540px, 0px);
  -moz-transform: translate(540px, 0px);
  transform: translate(540px, 0px); }
.tile.tile-position-9-2 {
  -webkit-transform: translate(540px, 67px);
  -moz-transform: translate(540px, 67px);
  transform: translate(540px, 67px); }
.tile.tile-position-9-3 {
  -webkit-transform: translate(540px, 135px);
  -moz-transform: translate(540px, 135px);
  transform: translate(540px, 135px); }
.tile.tile-position-9-4 {
  -webkit-transform: translate(540px, 202px);
  -moz-transform: translate(540px, 202px);
  transform: translate(540px, 202px); }
.tile.tile-position-9-5 {
  -webkit-transform: translate(540px, 270px);
  -moz-transform: translate(540px, 270px);
  transform: translate(540px, 270px); }
.tile.tile-position-9-6 {
  -webkit-transform: translate(540px, 337px);
  -moz-transform: translate(540px, 337px);
  transform: translate(540px, 337px); }
.tile.tile-position-9-7 {
  -webkit-transform: translate(540px, 405px);
  -moz-transform: translate(540px, 405px);
  transform: translate(540px, 405px); }
.tile.tile-position-9-8 {
  -webkit-transform: translate(540px, 472px);
  -moz-transform: translate(540px, 472px);
  transform: translate(540px, 472px); }
.tile.tile-position-9-9 {
  -webkit-transform: translate(540px, 540px);
  -moz-transform: translate(540px, 540px);
  transform: translate(540px, 540px); }
.tile.tile-position-9-10 {
  -webkit-transform: translate(540px, 607px);
  -moz-transform: translate(540px, 607px);
  transform: translate(540px, 607px); }
.tile.tile-position-9-11 {
  -webkit-transform: translate(540px, 675px);
  -moz-transform: translate(540px, 675px);
  transform: translate(540px, 675px); }
.tile.tile-position-9-12 {
  -webkit-transform: translate(540px, 742px);
  -moz-transform: translate(540px, 742px);
  transform: translate(540px, 742px); }
.tile.tile-position-9-13 {
  -webkit-transform: translate(540px, 810px);
  -moz-transform: translate(540px, 810px);
  transform: translate(540px, 810px); }
.tile.tile-position-9-14 {
  -webkit-transform: translate(540px, 877px);
  -moz-transform: translate(540px, 877px);
  transform: translate(540px, 877px); }
.tile.tile-position-9-15 {
  -webkit-transform: translate(540px, 945px);
  -moz-transform: translate(540px, 945px);
  transform: translate(540px, 945px); }
.tile.tile-position-9-16 {
  -webkit-transform: translate(540px, 1012px);
  -moz-transform: translate(540px, 1012px);
  transform: translate(540px, 1012px); }

.tile.tile-position-10-1 {
  -webkit-transform: translate(607px, 0px);
  -moz-transform: translate(607px, 0px);
  transform: translate(607px, 0px); }
.tile.tile-position-10-2 {
  -webkit-transform: translate(607px, 67px);
  -moz-transform: translate(607px, 67px);
  transform: translate(607px, 67px); }
.tile.tile-position-10-3 {
  -webkit-transform: translate(607px, 135px);
  -moz-transform: translate(607px, 135px);
  transform: translate(607px, 135px); }
.tile.tile-position-10-4 {
  -webkit-transform: translate(607px, 202px);
  -moz-transform: translate(607px, 202px);
  transform: translate(607px, 202px); }
.tile.tile-position-10-5 {
  -webkit-transform: translate(607px, 270px);
  -moz-transform: translate(607px, 270px);
  transform: translate(607px, 270px); }
.tile.tile-position-10-6 {
  -webkit-transform: translate(607px, 337px);
  -moz-transform: translate(607px, 337px);
  transform: translate(607px, 337px); }
.tile.tile-position-10-7 {
  -webkit-transform: translate(607px, 405px);
  -moz-transform: translate(607px, 405px);
  transform: translate(607px, 405px); }
.tile.tile-position-10-8 {
  -webkit-transform: translate(607px, 472px);
  -moz-transform: translate(607px, 472px);
  transform: translate(607px, 472px); }
.tile.tile-position-10-9 {
  -webkit-transform: translate(607px, 540px);
  -moz-transform: translate(607px, 540px);
  transform: translate(607px, 540px); }
.tile.tile-position-10-10 {
  -webkit-transform: translate(607px, 607px);
  -moz-transform: translate(607px, 607px);
  transform: translate(607px, 607px); }
.tile.tile-position-10-11 {
  -webkit-transform: translate(607px, 675px);
  -moz-transform: translate(607px, 675px);
  transform: translate(607px, 675px); }
.tile.tile-position-10-12 {
  -webkit-transform: translate(607px, 742px);
  -moz-transform: translate(607px, 742px);
  transform: translate(607px, 742px); }
.tile.tile-position-10-13 {
  -webkit-transform: translate(607px, 810px);
  -moz-transform: translate(607px, 810px);
  transform: translate(607px, 810px); }
.tile.tile-position-10-14 {
  -webkit-transform: translate(607px, 877px);
  -moz-transform: translate(607px, 877px);
  transform: translate(607px, 877px); }
.tile.tile-position-10-15 {
  -webkit-transform: translate(607px, 945px);
  -moz-transform: translate(607px, 945px);
  transform: translate(607px, 945px); }
.tile.tile-position-10-16 {
  -webkit-transform: translate(607px, 1012px);
  -moz-transform: translate(607px, 1012px);
  transform: translate(607px, 1012px); }

.tile.tile-position-11-1 {
  -webkit-transform: translate(675px, 0px);
  -moz-transform: translate(675px, 0px);
  transform: translate(675px, 0px); }
.tile.tile-position-11-2 {
  -webkit-transform: translate(675px, 67px);
  -moz-transform: translate(675px, 67px);
  transform: translate(675px, 67px); }
.tile.tile-position-11-3 {
  -webkit-transform: translate(675px, 135px);
  -moz-transform: translate(675px, 135px);
  transform: translate(675px, 135px); }
.tile.tile-position-11-4 {
  -webkit-transform: translate(675px, 202px);
  -moz-transform: translate(675px, 202px);
  transform: translate(675px, 202px); }
.tile.tile-position-11-5 {
  -webkit-transform: translate(675px, 270px);
  -moz-transform: translate(675px, 270px);
  transform: translate(675px, 270px); }
.tile.tile-position-11-6 {
  -webkit-transform: translate(675px, 337px);
  -moz-transform: translate(675px, 337px);
  transform: translate(675px, 337px); }
.tile.tile-position-11-7 {
  -webkit-transform: translate(675px, 405px);
  -moz-transform: translate(675px, 405px);
  transform: translate(675px, 405px); }
.tile.tile-position-11-8 {
  -webkit-transform: translate(675px, 472px);
  -moz-transform: translate(675px, 472px);
  transform: translate(675px, 472px); }
.tile.tile-position-11-9 {
  -webkit-transform: translate(675px, 540px);
  -moz-transform: translate(675px, 540px);
  transform: translate(675px, 540px); }
.tile.tile-position-11-10 {
  -webkit-transform: translate(675px, 607px);
  -moz-transform: translate(675px, 607px);
  transform: translate(675px, 607px); }
.tile.tile-position-11-11 {
  -webkit-transform: translate(675px, 675px);
  -moz-transform: translate(675px, 675px);
  transform: translate(675px, 675px); }
.tile.tile-position-11-12 {
  -webkit-transform: translate(675px, 742px);
  -moz-transform: translate(675px, 742px);
  transform: translate(675px, 742px); }
.tile.tile-position-11-13 {
  -webkit-transform: translate(675px, 810px);
  -moz-transform: translate(675px, 810px);
  transform: translate(675px, 810px); }
.tile.tile-position-11-14 {
  -webkit-transform: translate(675px, 877px);
  -moz-transform: translate(675px, 877px);
  transform: translate(675px, 877px); }
.tile.tile-position-11-15 {
  -webkit-transform: translate(675px, 945px);
  -moz-transform: translate(675px, 945px);
  transform: translate(675px, 945px); }
.tile.tile-position-11-16 {
  -webkit-transform: translate(675px, 1012px);
  -moz-transform: translate(675px, 1012px);
  transform: translate(675px, 1012px); }

.tile.tile-position-12-1 {
  -webkit-transform: translate(742px, 0px);
  -moz-transform: translate(742px, 0px);
  transform: translate(742px, 0px); }
.tile.tile-position-12-2 {
  -webkit-transform: translate(742px, 67px);
  -moz-transform: translate(742px, 67px);
  transform: translate(742px, 67px); }
.tile.tile-position-12-3 {
  -webkit-transform: translate(742px, 135px);
  -moz-transform: translate(742px, 135px);
  transform: translate(742px, 135px); }
.tile.tile-position-12-4 {
  -webkit-transform: translate(742px, 202px);
  -moz-transform: translate(742px, 202px);
  transform: translate(742px, 202px); }
.tile.tile-position-12-5 {
  -webkit-transform: translate(742px, 270px);
  -moz-transform: translate(742px, 270px);
  transform: translate(742px, 270px); }
.tile.tile-position-12-6 {
  -webkit-transform: translate(742px, 337px);
  -moz-transform: translate(742px, 337px);
  transform: translate(742px, 337px); }
.tile.tile-position-12-7 {
  -webkit-transform: translate(742px, 405px);
  -moz-transform: translate(742px, 405px);
  transform: translate(742px, 405px); }
.tile.tile-position-12-8 {
  -webkit-transform: translate(742px, 472px);
  -moz-transform: translate(742px, 472px);
  transform: translate(742px, 472px); }
.tile.tile-position-12-9 {
  -webkit-transform: translate(742px, 540px);
  -moz-transform: translate(742px, 540px);
  transform: translate(742px, 540px); }
.tile.tile-position-12-10 {
  -webkit-transform: translate(742px, 607px);
  -moz-transform: translate(742px, 607px);
  transform: translate(742px, 607px); }
.tile.tile-position-12-11 {
  -webkit-transform: translate(742px, 675px);
  -moz-transform: translate(742px, 675px);
  transform: translate(742px, 675px); }
.tile.tile-position-12-12 {
  -webkit-transform: translate(742px, 742px);
  -moz-transform: translate(742px, 742px);
  transform: translate(742px, 742px); }
.tile.tile-position-12-13 {
  -webkit-transform: translate(742px, 810px);
  -moz-transform: translate(742px, 810px);
  transform: translate(742px, 810px); }
.tile.tile-position-12-14 {
  -webkit-transform: translate(742px, 877px);
  -moz-transform: translate(742px, 877px);
  transform: translate(742px, 877px); }
.tile.tile-position-12-15 {
  -webkit-transform: translate(742px, 945px);
  -moz-transform: translate(742px, 945px);
  transform: translate(742px, 945px); }
.tile.tile-position-12-16 {
  -webkit-transform: translate(742px, 1012px);
  -moz-transform: translate(742px, 1012px);
  transform: translate(742px, 1012px); }

.tile.tile-position-13-1 {
  -webkit-transform: translate(810px, 0px);
  -moz-transform: translate(810px, 0px);
  transform: translate(810px, 0px); }
.tile.tile-position-13-2 {
  -webkit-transform: translate(810px, 67px);
  -moz-transform: translate(810px, 67px);
  transform: translate(810px, 67px); }
.tile.tile-position-13-3 {
  -webkit-transform: translate(810px, 135px);
  -moz-transform: translate(810px, 135px);
  transform: translate(810px, 135px); }
.tile.tile-position-13-4 {
  -webkit-transform: translate(810px, 202px);
  -moz-transform: translate(810px, 202px);
  transform: translate(810px, 202px); }
.tile.tile-position-13-5 {
  -webkit-transform: translate(810px, 270px);
  -moz-transform: translate(810px, 270px);
  transform: translate(810px, 270px); }
.tile.tile-position-13-6 {
  -webkit-transform: translate(810px, 337px);
  -moz-transform: translate(810px, 337px);
  transform: translate(810px, 337px); }
.tile.tile-position-13-7 {
  -webkit-transform: translate(810px, 405px);
  -moz-transform: translate(810px, 405px);
  transform: translate(810px, 405px); }
.tile.tile-position-13-8 {
  -webkit-transform: translate(810px, 472px);
  -moz-transform: translate(810px, 472px);
  transform: translate(810px, 472px); }
.tile.tile-position-13-9 {
  -webkit-transform: translate(810px, 540px);
  -moz-transform: translate(810px, 540px);
  transform: translate(810px, 540px); }
.tile.tile-position-13-10 {
  -webkit-transform: translate(810px, 607px);
  -moz-transform: translate(810px, 607px);
  transform: translate(810px, 607px); }
.tile.tile-position-13-11 {
  -webkit-transform: translate(810px, 675px);
  -moz-transform: translate(810px, 675px);
  transform: translate(810px, 675px); }
.tile.tile-position-13-12 {
  -webkit-transform: translate(810px, 742px);
  -moz-transform: translate(810px, 742px);
  transform: translate(810px, 742px); }
.tile.tile-position-13-13 {
  -webkit-transform: translate(810px, 810px);
  -moz-transform: translate(810px, 810px);
  transform: translate(810px, 810px); }
.tile.tile-position-13-14 {
  -webkit-transform: translate(810px, 877px);
  -moz-transform: translate(810px, 877px);
  transform: translate(810px, 877px); }
.tile.tile-position-13-15 {
  -webkit-transform: translate(810px, 945px);
  -moz-transform: translate(810px, 945px);
  transform: translate(810px, 945px); }
.tile.tile-position-13-16 {
  -webkit-transform: translate(810px, 1012px);
  -moz-transform: translate(810px, 1012px);
  transform: translate(810px, 1012px); }

.tile.tile-position-14-1 {
  -webkit-transform: translate(877px, 0px);
  -moz-transform: translate(877px, 0px);
  transform: translate(877px, 0px); }
.tile.tile-position-14-2 {
  -webkit-transform: translate(877px, 67px);
  -moz-transform: translate(877px, 67px);
  transform: translate(877px, 67px); }
.tile.tile-position-14-3 {
  -webkit-transform: translate(877px, 135px);
  -moz-transform: translate(877px, 135px);
  transform: translate(877px, 135px); }
.tile.tile-position-14-4 {
  -webkit-transform: translate(877px, 202px);
  -moz-transform: translate(877px, 202px);
  transform: translate(877px, 202px); }
.tile.tile-position-14-5 {
  -webkit-transform: translate(877px, 270px);
  -moz-transform: translate(877px, 270px);
  transform: translate(877px, 270px); }
.tile.tile-position-14-6 {
  -webkit-transform: translate(877px, 337px);
  -moz-transform: translate(877px, 337px);
  transform: translate(877px, 337px); }
.tile.tile-position-14-7 {
  -webkit-transform: translate(877px, 405px);
  -moz-transform: translate(877px, 405px);
  transform: translate(877px, 405px); }
.tile.tile-position-14-8 {
  -webkit-transform: translate(877px, 472px);
  -moz-transform: translate(877px, 472px);
  transform: translate(877px, 472px); }
.tile.tile-position-14-9 {
  -webkit-transform: translate(877px, 540px);
  -moz-transform: translate(877px, 540px);
  transform: translate(877px, 540px); }
.tile.tile-position-14-10 {
  -webkit-transform: translate(877px, 607px);
  -moz-transform: translate(877px, 607px);
  transform: translate(877px, 607px); }
.tile.tile-position-14-11 {
  -webkit-transform: translate(877px, 675px);
  -moz-transform: translate(877px, 675px);
  transform: translate(877px, 675px); }
.tile.tile-position-14-12 {
  -webkit-transform: translate(877px, 742px);
  -moz-transform: translate(877px, 742px);
  transform: translate(877px, 742px); }
.tile.tile-position-14-13 {
  -webkit-transform: translate(877px, 810px);
  -moz-transform: translate(877px, 810px);
  transform: translate(877px, 810px); }
.tile.tile-position-14-14 {
  -webkit-transform: translate(877px, 877px);
  -moz-transform: translate(877px, 877px);
  transform: translate(877px, 877px); }
.tile.tile-position-14-15 {
  -webkit-transform: translate(877px, 945px);
  -moz-transform: translate(877px, 945px);
  transform: translate(877px, 945px); }
.tile.tile-position-14-16 {
  -webkit-transform: translate(877px, 1012px);
  -moz-transform: translate(877px, 1012px);
  transform: translate(877px, 1012px); }

.tile.tile-position-15-1 {
  -webkit-transform: translate(945px, 0px);
  -moz-transform: translate(945px, 0px);
  transform: translate(945px, 0px); }
.tile.tile-position-15-2 {
  -webkit-transform: translate(945px, 67px);
  -moz-transform: translate(945px, 67px);
  transform: translate(945px, 67px); }
.tile.tile-position-15-3 {
  -webkit-transform: translate(945px, 135px);
  -moz-transform: translate(945px, 135px);
  transform: translate(945px, 135px); }
.tile.tile-position-15-4 {
  -webkit-transform: translate(945px, 202px);
  -moz-transform: translate(945px, 202px);
  transform: translate(945px, 202px); }
.tile.tile-position-15-5 {
  -webkit-transform: translate(945px, 270px);
  -moz-transform: translate(945px, 270px);
  transform: translate(945px, 270px); }
.tile.tile-position-15-6 {
  -webkit-transform: translate(945px, 337px);
  -moz-transform: translate(945px, 337px);
  transform: translate(945px, 337px); }
.tile.tile-position-15-7 {
  -webkit-transform: translate(945px, 405px);
  -moz-transform: translate(945px, 405px);
  transform: translate(945px, 405px); }
.tile.tile-position-15-8 {
  -webkit-transform: translate(945px, 472px);
  -moz-transform: translate(945px, 472px);
  transform: translate(945px, 472px); }
.tile.tile-position-15-9 {
  -webkit-transform: translate(945px, 540px);
  -moz-transform: translate(945px, 540px);
  transform: translate(945px, 540px); }
.tile.tile-position-15-10 {
  -webkit-transform: translate(945px, 607px);
  -moz-transform: translate(945px, 607px);
  transform: translate(945px, 607px); }
.tile.tile-position-15-11 {
  -webkit-transform: translate(945px, 675px);
  -moz-transform: translate(945px, 675px);
  transform: translate(945px, 675px); }
.tile.tile-position-15-12 {
  -webkit-transform: translate(945px, 742px);
  -moz-transform: translate(945px, 742px);
  transform: translate(945px, 742px); }
.tile.tile-position-15-13 {
  -webkit-transform: translate(945px, 810px);
  -moz-transform: translate(945px, 810px);
  transform: translate(945px, 810px); }
.tile.tile-position-15-14 {
  -webkit-transform: translate(945px, 877px);
  -moz-transform: translate(945px, 877px);
  transform: translate(945px, 877px); }
.tile.tile-position-15-15 {
  -webkit-transform: translate(945px, 945px);
  -moz-transform: translate(945px, 945px);
  transform: translate(945px, 945px); }
.tile.tile-position-15-16 {
  -webkit-transform: translate(945px, 1012px);
  -moz-transform: translate(945px, 1012px);
  transform: translate(945px, 1012px); }

.tile.tile-position-16-1 {
  -webkit-transform: translate(1012px, 0px);
  -moz-transform: translate(1012px, 0px);
  transform: translate(1012px, 0px); }
.tile.tile-position-16-2 {
  -webkit-transform: translate(1012px, 67px);
  -moz-transform: translate(1012px, 67px);
  transform: translate(1012px, 67px); }
.tile.tile-position-16-3 {
  -webkit-transform: translate(1012px, 135px);
  -moz-transform: translate(1012px, 135px);
  transform: translate(1012px, 135px); }
.tile.tile-position-16-4 {
  -webkit-transform: translate(1012px, 202px);
  -moz-transform: translate(1012px, 202px);
  transform: translate(1012px, 202px); }
.tile.tile-position-16-5 {
  -webkit-transform: translate(1012px, 270px);
  -moz-transform: translate(1012px, 270px);
  transform: translate(1012px, 270px); }
.tile.tile-position-16-6 {
  -webkit-transform: translate(1012px, 337px);
  -moz-transform: translate(1012px, 337px);
  transform: translate(1012px, 337px); }
.tile.tile-position-16-7 {
  -webkit-transform: translate(1012px, 405px);
  -moz-transform: translate(1012px, 405px);
  transform: translate(1012px, 405px); }
.tile.tile-position-16-8 {
  -webkit-transform: translate(1012px, 472px);
  -moz-transform: translate(1012px, 472px);
  transform: translate(1012px, 472px); }
.tile.tile-position-16-9 {
  -webkit-transform: translate(1012px, 540px);
  -moz-transform: translate(1012px, 540px);
  transform: translate(1012px, 540px); }
.tile.tile-position-16-10 {
  -webkit-transform: translate(1012px, 607px);
  -moz-transform: translate(1012px, 607px);
  transform: translate(1012px, 607px); }
.tile.tile-position-16-11 {
  -webkit-transform: translate(1012px, 675px);
  -moz-transform: translate(1012px, 675px);
  transform: translate(1012px, 675px); }
.tile.tile-position-16-12 {
  -webkit-transform: translate(1012px, 742px);
  -moz-transform: translate(1012px, 742px);
  transform: translate(1012px, 742px); }
.tile.tile-position-16-13 {
  -webkit-transform: translate(1012px, 810px);
  -moz-transform: translate(1012px, 810px);
  transform: translate(1012px, 810px); }
.tile.tile-position-16-14 {
  -webkit-transform: translate(1012px, 877px);
  -moz-transform: translate(1012px, 877px);
  transform: translate(1012px, 877px); }
.tile.tile-position-16-15 {
  -webkit-transform: translate(1012px, 945px);
  -moz-transform: translate(1012px, 945px);
  transform: translate(1012px, 945px); }
.tile.tile-position-16-16 {
  -webkit-transform: translate(1012px, 1012px);
  -moz-transform: translate(1012px, 1012px);
  transform: translate(1012px, 1012px); }

  .tile .tile-inner {
    font-size: 35px; }

  .game-message p {
    font-size: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    margin-top: 90px !important; }
  .game-message .lower {
    margin-top: 30px !important; } }
