/* Variables */
/* Indices */
/* Paths */
/* Body */
body {
  margin: 0; }

/* Clearfix */
.clearfix {
  width: 100%;
  height: 0;
  float: none;
  clear: both; }

/* Buttons */
.button {
  padding: 0 21px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  outline: 0;
  color: #ffffff;
  font: bold 16px/30px "Helvetica", Arial, Sans-Serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #3ea8f5;
  display: inline-block;
  cursor: pointer; }
  .button:hover {
    background-color: #f7941e; }
  .button:active {
    color: #f7941e;
    background-color: #ffcd7a; }
  .button.button-grey {
    background-color: #999999; }
  .dothraki .button {
    background-color: #84212b; }
    .dothraki .button:hover, .dothraki .button:active {
      background-color: #b51f2e; }

.rivet {
  width: auto;
  height: 22px;
  padding: 0 5px;
  border: 2px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  font: 13px/22px "Helvetica", Arial, Sans-Serif;
  text-align: center;
  text-decoration: none;
  background: #3ea8f5;
  display: inline-block;
  position: relative; }
  .rivet:hover {
    background: #ff921d; }

.play {
  width: 40px;
  height: 40px;
  background: transparent url(../../images/play.png) no-repeat center top;
  background-size: 40px 160px;
  display: block; }
  .play:hover {
    background-position: center -40px; }
  .play:active {
    background-position: center -80px; }

.speaker, .help {
  width: 30px;
  height: 30px;
  background: transparent url(../../images/admin.png) no-repeat 0 0;
  background-size: 120px 90px;
  display: block; }

.speaker {
  background-position: 0 0; }
  .speaker:hover {
    background-position: 0 -30px; }
  .speaker.disabled {
    background-position: 0 -60px; }
  .speaker.active {
    background-position: -30px 0; }
    .speaker.active:hover {
      background-position: -30px -30px; }
    .speaker.active.disabled {
      background-position: -30px -60px; }

.help {
  background-position: -60px 0; }
  .help:hover {
    background-position: -60px -30px; }
  .help.disabled {
    background-position: -60px -60px; }
  .help.active {
    background-position: -90px 0; }
    .help.active:hover {
      background-position: -90px -30px; }
    .help.active.disabled {
      background-position: -90px -60px; }

/* Radios */
.radio {
  width: auto;
  height: 26px;
  border: 2px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  display: inline-block; }
  .radio a {
    width: auto;
    height: 26px;
    min-width: 26px;
    padding: 0 5px;
    border-left: 1px solid #cccccc;
    color: #ffffff;
    font: 13px/26px "Helvetica", Arial, Sans-Serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    float: left; }
    .radio a:first-child {
      border: none;
      background: #3ea8f5;
      background: -moz-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78c2f8), color-stop(50%, #78c2f8), color-stop(51%, #3ea8f5), color-stop(100%, #3ea8f5));
      background: -webkit-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
      background: -o-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
      background: -ms-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
      background: linear-gradient(to bottom, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c2f8', endColorstr='#3ea8f5', GradientType=0); }
    .radio a:last-child {
      background: #ff921d;
      background: -moz-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb260), color-stop(50%, #ffb260), color-stop(51%, #ff921d), color-stop(100%, #ff921d));
      background: -webkit-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
      background: -o-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
      background: -ms-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
      background: linear-gradient(to bottom, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb260', endColorstr='#ff921d', GradientType=0); }
  .radio.on a:first-child {
    background: #ff921d;
    background: -moz-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb260), color-stop(50%, #ffb260), color-stop(51%, #ff921d), color-stop(100%, #ff921d));
    background: -webkit-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
    background: -o-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
    background: -ms-linear-gradient(top, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
    background: linear-gradient(to bottom, #ffb260 0%, #ffb260 50%, #ff921d 51%, #ff921d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb260', endColorstr='#ff921d', GradientType=0); }
  .radio.on a:last-child {
    background: #3ea8f5;
    background: -moz-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78c2f8), color-stop(50%, #78c2f8), color-stop(51%, #3ea8f5), color-stop(100%, #3ea8f5));
    background: -webkit-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
    background: -o-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
    background: -ms-linear-gradient(top, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
    background: linear-gradient(to bottom, #78c2f8 0%, #78c2f8 50%, #3ea8f5 51%, #3ea8f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c2f8', endColorstr='#3ea8f5', GradientType=0); }
  .dothraki .radio {
    border: none; }
    .dothraki .radio a:first-child {
      -webkit-border-top-left-radius: 3px;
      -moz-border-top-left-radius: 3px;
      -ms-border-top-left-radius: 3px;
      -o-border-top-left-radius: 3px;
      border-top-left-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-bottom-left-radius: 3px;
      -ms-border-bottom-left-radius: 3px;
      -o-border-bottom-left-radius: 3px;
      border-bottom-left-radius: 3px;
      color: #ffffff;
      background: #84212b; }
    .dothraki .radio a:last-child {
      -webkit-border-top-right-radius: 3px;
      -moz-border-top-right-radius: 3px;
      -ms-border-top-right-radius: 3px;
      -o-border-top-right-radius: 3px;
      border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-bottom-right-radius: 3px;
      -ms-border-bottom-right-radius: 3px;
      -o-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px;
      color: #84212b;
      background: #ffffff; }
    .dothraki .radio.on a:first-child {
      color: #84212b;
      background: #ffffff; }
    .dothraki .radio.on a:last-child {
      color: #ffffff;
      background: #84212b; }

.radio-label, #board #game #transliteration p {
  margin: 0 10px;
  color: #ffffff;
  font: bold 12px/30px "Helvetica", Arial, Sans-Serif;
  text-transform: uppercase;
  float: left; }

/* Text */
.text-hide, .play {
  font: 0/0 "Arial", Arial, Sans-Serif;
  text-indent: -9999px; }

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

/* Correct Animation */
.correct-animation {
  width: 324px;
  height: 324px;
  content: "";
  background: transparent url(../../images/correct.png) no-repeat 0 0;
  background-size: 1620px 1620px;
  -webkit-animation: correct 1s steps(1) forwards;
  -moz-animation: correct 1s steps(1) forwards;
  -ms-animation: correct 1s steps(1) forwards;
  -o-animation: correct 1s steps(1) forwards;
  animation: correct 1s steps(1) forwards; }
@-webkit-keyframes correct {
  0% {
    background-position: 0 0; }
  4% {
    background-position: 0 25%; }
  8% {
    background-position: 0 50%; }
  12% {
    background-position: 0 75%; }
  16% {
    background-position: 0 100%; }
  20% {
    background-position: 25% 0; }
  24% {
    background-position: 25% 25%; }
  28% {
    background-position: 25% 50%; }
  32% {
    background-position: 25% 75%; }
  36% {
    background-position: 25% 100%; }
  40% {
    background-position: 50% 0; }
  44% {
    background-position: 50% 25%; }
  48% {
    background-position: 50% 50%; }
  52% {
    background-position: 50% 75%; }
  56% {
    background-position: 50% 100%; }
  60% {
    background-position: 75% 0; }
  64% {
    background-position: 75% 25%; }
  68% {
    background-position: 75% 50%; }
  72% {
    background-position: 75% 75%; }
  76% {
    background-position: 75% 100%; }
  80% {
    background-position: 100% 0; }
  84% {
    background-position: 100% 25%; }
  88% {
    background-position: 100% 50%; }
  92% {
    background-position: 100% 75%; }
  96% {
    background-position: 100% 100%; }
  100% {
    background-position: -100% -100%;
    display: none; } }
@-moz-keyframes correct {
  0% {
    background-position: 0 0; }
  4% {
    background-position: 0 25%; }
  8% {
    background-position: 0 50%; }
  12% {
    background-position: 0 75%; }
  16% {
    background-position: 0 100%; }
  20% {
    background-position: 25% 0; }
  24% {
    background-position: 25% 25%; }
  28% {
    background-position: 25% 50%; }
  32% {
    background-position: 25% 75%; }
  36% {
    background-position: 25% 100%; }
  40% {
    background-position: 50% 0; }
  44% {
    background-position: 50% 25%; }
  48% {
    background-position: 50% 50%; }
  52% {
    background-position: 50% 75%; }
  56% {
    background-position: 50% 100%; }
  60% {
    background-position: 75% 0; }
  64% {
    background-position: 75% 25%; }
  68% {
    background-position: 75% 50%; }
  72% {
    background-position: 75% 75%; }
  76% {
    background-position: 75% 100%; }
  80% {
    background-position: 100% 0; }
  84% {
    background-position: 100% 25%; }
  88% {
    background-position: 100% 50%; }
  92% {
    background-position: 100% 75%; }
  96% {
    background-position: 100% 100%; }
  100% {
    background-position: -100% -100%;
    display: none; } }
@-ms-keyframes correct {
  0% {
    background-position: 0 0; }
  4% {
    background-position: 0 25%; }
  8% {
    background-position: 0 50%; }
  12% {
    background-position: 0 75%; }
  16% {
    background-position: 0 100%; }
  20% {
    background-position: 25% 0; }
  24% {
    background-position: 25% 25%; }
  28% {
    background-position: 25% 50%; }
  32% {
    background-position: 25% 75%; }
  36% {
    background-position: 25% 100%; }
  40% {
    background-position: 50% 0; }
  44% {
    background-position: 50% 25%; }
  48% {
    background-position: 50% 50%; }
  52% {
    background-position: 50% 75%; }
  56% {
    background-position: 50% 100%; }
  60% {
    background-position: 75% 0; }
  64% {
    background-position: 75% 25%; }
  68% {
    background-position: 75% 50%; }
  72% {
    background-position: 75% 75%; }
  76% {
    background-position: 75% 100%; }
  80% {
    background-position: 100% 0; }
  84% {
    background-position: 100% 25%; }
  88% {
    background-position: 100% 50%; }
  92% {
    background-position: 100% 75%; }
  96% {
    background-position: 100% 100%; }
  100% {
    background-position: -100% -100%;
    display: none; } }
@-o-keyframes correct {
  0% {
    background-position: 0 0; }
  4% {
    background-position: 0 25%; }
  8% {
    background-position: 0 50%; }
  12% {
    background-position: 0 75%; }
  16% {
    background-position: 0 100%; }
  20% {
    background-position: 25% 0; }
  24% {
    background-position: 25% 25%; }
  28% {
    background-position: 25% 50%; }
  32% {
    background-position: 25% 75%; }
  36% {
    background-position: 25% 100%; }
  40% {
    background-position: 50% 0; }
  44% {
    background-position: 50% 25%; }
  48% {
    background-position: 50% 50%; }
  52% {
    background-position: 50% 75%; }
  56% {
    background-position: 50% 100%; }
  60% {
    background-position: 75% 0; }
  64% {
    background-position: 75% 25%; }
  68% {
    background-position: 75% 50%; }
  72% {
    background-position: 75% 75%; }
  76% {
    background-position: 75% 100%; }
  80% {
    background-position: 100% 0; }
  84% {
    background-position: 100% 25%; }
  88% {
    background-position: 100% 50%; }
  92% {
    background-position: 100% 75%; }
  96% {
    background-position: 100% 100%; }
  100% {
    background-position: -100% -100%;
    display: none; } }
@keyframes correct {
  0% {
    background-position: 0 0; }
  4% {
    background-position: 0 25%; }
  8% {
    background-position: 0 50%; }
  12% {
    background-position: 0 75%; }
  16% {
    background-position: 0 100%; }
  20% {
    background-position: 25% 0; }
  24% {
    background-position: 25% 25%; }
  28% {
    background-position: 25% 50%; }
  32% {
    background-position: 25% 75%; }
  36% {
    background-position: 25% 100%; }
  40% {
    background-position: 50% 0; }
  44% {
    background-position: 50% 25%; }
  48% {
    background-position: 50% 50%; }
  52% {
    background-position: 50% 75%; }
  56% {
    background-position: 50% 100%; }
  60% {
    background-position: 75% 0; }
  64% {
    background-position: 75% 25%; }
  68% {
    background-position: 75% 50%; }
  72% {
    background-position: 75% 75%; }
  76% {
    background-position: 75% 100%; }
  80% {
    background-position: 100% 0; }
  84% {
    background-position: 100% 25%; }
  88% {
    background-position: 100% 50%; }
  92% {
    background-position: 100% 75%; }
  96% {
    background-position: 100% 100%; }
  100% {
    background-position: -100% -100%;
    display: none; } }
/* Desktop */
#board .intro .header {
  background: #000000 url(https://www.livinglanguage.com/content/html5/games/images/bubbles/header-windows.svg) no-repeat -28px -36px; }
  #board .intro .header:before, #board .intro .header:after {
    content: "";
    position: absolute; }
  #board .intro .header:before {
    width: 238px;
    height: 214px;
    left: -17px;
    top: -3px;
    background: transparent url(https://www.livinglanguage.com/content/html5/games/images/bubbles/header-image-a.png) no-repeat center; }
  #board .intro .header:after {
    width: 227px;
    height: 114px;
    right: 87px;
    bottom: 47px;
    background: transparent url(https://www.livinglanguage.com/content/html5/games/images/bubbles/header-image-b.png) no-repeat center; }
#board .main .titlebar-div .awards {
  display: block; }
#board #game #bubbles {
  width: 100%;
  height: 523px;
  background: #333333; }
  #board #game #bubbles .bubble {
    width: 114px;
    height: 114px;
    background: transparent url(https://www.livinglanguage.com/content/html5/games/images/bubbles/bubbles.png) no-repeat 0 0;
    -webkit-transition: opacity 0.5s ease-in-out 0.5s;
    -moz-transition: opacity 0.5s ease-in-out 0.5s;
    -ms-transition: opacity 0.5s ease-in-out 0.5s;
    -o-transition: opacity 0.5s ease-in-out 0.5s;
    transition: opacity 0.5s ease-in-out 0.5s;
    position: absolute;
    cursor: pointer; }
    #board #game #bubbles .bubble .target {
      display: block; }
    #board #game #bubbles .bubble .transliteration {
      display: none; }
    #board #game #bubbles .bubble:before, #board #game #bubbles .bubble:after {
      content: "";
      display: none;
      position: absolute; }
    #board #game #bubbles .bubble.selected {
      background-position: 0 -114px; }
    #board #game #bubbles .bubble.target {
      background-position: -342px 0 !important; }
      #board #game #bubbles .bubble.target.selected {
        background-position: -342px -114px !important; }
    #board #game #bubbles .bubble.wrong:after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: transparent url(https://www.livinglanguage.com/content/html5/games/images/bubbles/bubbles.png) no-repeat -456px 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      -webkit-animation: wrong 2s normal;
      -moz-animation: wrong 2s normal;
      -ms-animation: wrong 2s normal;
      -o-animation: wrong 2s normal;
      animation: wrong 2s normal;
      display: block; }
@-webkit-keyframes wrong {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; } }
@-moz-keyframes wrong {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; } }
@-ms-keyframes wrong {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; } }
@-o-keyframes wrong {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; } }
@keyframes wrong {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; } }
    #board #game #bubbles .bubble.correct {
      background: transparent;
      z-index: 1000; }
      #board #game #bubbles .bubble.correct div {
        display: none; }
      #board #game #bubbles .bubble.correct:before {
        width: 141px;
        height: 22px;
        left: 0;
        bottom: -10px;
        background: transparent url(https://www.livinglanguage.com/content/html5/games/images/bubbles/bubble-match.png) no-repeat center 0;
        background-size: contain;
        display: block;
        -webkit-animation: bubble-match .5s normal;
        -moz-animation: bubble-match .5s normal;
        -ms-animation: bubble-match .5s normal;
        -o-animation: bubble-match .5s normal;
        animation: bubble-match .5s normal; }
@-webkit-keyframes bubble-match {
  0% {
    height: 22px;
    bottom: -10px; }
  20% {
    height: 31px;
    bottom: -15.5px; }
  40% {
    height: 22px;
    bottom: -10px; }
  100% {
    bottom: 116px; } }
@-moz-keyframes bubble-match {
  0% {
    height: 22px;
    bottom: -10px; }
  20% {
    height: 31px;
    bottom: -15.5px; }
  40% {
    height: 22px;
    bottom: -10px; }
  100% {
    bottom: 116px; } }
@-ms-keyframes bubble-match {
  0% {
    height: 22px;
    bottom: -10px; }
  20% {
    height: 31px;
    bottom: -15.5px; }
  40% {
    height: 22px;
    bottom: -10px; }
  100% {
    bottom: 116px; } }
@-o-keyframes bubble-match {
  0% {
    height: 22px;
    bottom: -10px; }
  20% {
    height: 31px;
    bottom: -15.5px; }
  40% {
    height: 22px;
    bottom: -10px; }
  100% {
    bottom: 116px; } }
@keyframes bubble-match {
  0% {
    height: 22px;
    bottom: -10px; }
  20% {
    height: 31px;
    bottom: -15.5px; }
  40% {
    height: 22px;
    bottom: -10px; }
  100% {
    bottom: 116px; } }
      #board #game #bubbles .bubble.correct:after {
        width: 200px;
        height: 200px;
        margin: -100px 0 0 -100px;
        left: 50%;
        top: 50%;
        background: transparent url(https://www.livinglanguage.com/content/html5/games/images/bubbles/bubble-burst.png) no-repeat 0 0;
        background-size: 600px 800px;
        display: block;
        -webkit-animation: bubble-burst .5s steps(1);
        -moz-animation: bubble-burst .5s steps(1);
        -ms-animation: bubble-burst .5s steps(1);
        -o-animation: bubble-burst .5s steps(1);
        animation: bubble-burst .5s steps(1); }
@-webkit-keyframes bubble-burst {
  0% {
    background-position: 0 0; }
  9.09% {
    background-position: 0 33.33%; }
  18.18% {
    background-position: 0 66.66%; }
  27.27% {
    background-position: 0 100%; }
  36.36% {
    background-position: 50% 0; }
  45.45% {
    background-position: 50% 33.33%; }
  54.54% {
    background-position: 50% 66.66%; }
  63.63% {
    background-position: 50% 100%; }
  72.72% {
    background-position: 100% 0; }
  81.81% {
    background-position: 100% 33.33%; }
  90.90% {
    background-position: 100% 66.66%; }
  100% {
    background-position: 100% 100%; } }
@-moz-keyframes bubble-burst {
  0% {
    background-position: 0 0; }
  9.09% {
    background-position: 0 33.33%; }
  18.18% {
    background-position: 0 66.66%; }
  27.27% {
    background-position: 0 100%; }
  36.36% {
    background-position: 50% 0; }
  45.45% {
    background-position: 50% 33.33%; }
  54.54% {
    background-position: 50% 66.66%; }
  63.63% {
    background-position: 50% 100%; }
  72.72% {
    background-position: 100% 0; }
  81.81% {
    background-position: 100% 33.33%; }
  90.90% {
    background-position: 100% 66.66%; }
  100% {
    background-position: 100% 100%; } }
@-ms-keyframes bubble-burst {
  0% {
    background-position: 0 0; }
  9.09% {
    background-position: 0 33.33%; }
  18.18% {
    background-position: 0 66.66%; }
  27.27% {
    background-position: 0 100%; }
  36.36% {
    background-position: 50% 0; }
  45.45% {
    background-position: 50% 33.33%; }
  54.54% {
    background-position: 50% 66.66%; }
  63.63% {
    background-position: 50% 100%; }
  72.72% {
    background-position: 100% 0; }
  81.81% {
    background-position: 100% 33.33%; }
  90.90% {
    background-position: 100% 66.66%; }
  100% {
    background-position: 100% 100%; } }
@-o-keyframes bubble-burst {
  0% {
    background-position: 0 0; }
  9.09% {
    background-position: 0 33.33%; }
  18.18% {
    background-position: 0 66.66%; }
  27.27% {
    background-position: 0 100%; }
  36.36% {
    background-position: 50% 0; }
  45.45% {
    background-position: 50% 33.33%; }
  54.54% {
    background-position: 50% 66.66%; }
  63.63% {
    background-position: 50% 100%; }
  72.72% {
    background-position: 100% 0; }
  81.81% {
    background-position: 100% 33.33%; }
  90.90% {
    background-position: 100% 66.66%; }
  100% {
    background-position: 100% 100%; } }
@keyframes bubble-burst {
  0% {
    background-position: 0 0; }
  9.09% {
    background-position: 0 33.33%; }
  18.18% {
    background-position: 0 66.66%; }
  27.27% {
    background-position: 0 100%; }
  36.36% {
    background-position: 50% 0; }
  45.45% {
    background-position: 50% 33.33%; }
  54.54% {
    background-position: 50% 66.66%; }
  63.63% {
    background-position: 50% 100%; }
  72.72% {
    background-position: 100% 0; }
  81.81% {
    background-position: 100% 33.33%; }
  90.90% {
    background-position: 100% 66.66%; }
  100% {
    background-position: 100% 100%; } }
    #board #game #bubbles .bubble > div {
      width: inherit;
      height: inherit;
      display: table;
      overflow: hidden; }
    #board #game #bubbles .bubble .bubble-text {
      color: #000000;
      font: bold 14px/16px "Helvetica", Arial, Sans-Serif;
      text-align: center;
      display: table-cell;
      vertical-align: middle; }
  #board #game #bubbles.yes-transliteration .bubble .target {
    display: none; }
  #board #game #bubbles.yes-transliteration .bubble .transliteration {
    display: block; }
#board #game #transliteration {
  left: 200px;
  bottom: 0;
  position: absolute;
  z-index: 1001; }
  #board #game #transliteration p {
    color: #ffffff; }
#board.level-essential .intro .header {
  background-position: -28px -36px; }
#board.level-essential #game #bubbles .bubble {
  background-position: 0px 0; }
  #board.level-essential #game #bubbles .bubble.selected {
    background-position: 0px -114px; }
#board.level-intermediate .intro .header {
  background-position: -706px -36px; }
#board.level-intermediate #game #bubbles .bubble {
  background-position: -114px 0; }
  #board.level-intermediate #game #bubbles .bubble.selected {
    background-position: -114px -114px; }
#board.level-advanced .intro .header {
  background-position: -1384px -36px; }
#board.level-advanced #game #bubbles .bubble {
  background-position: -228px 0; }
  #board.level-advanced #game #bubbles .bubble.selected {
    background-position: -228px -114px; }
#board.dothraki .intro .header:before {
  background: transparent url(../../images/dothraki/bubbles/header.png) no-repeat center; }
#board.dothraki #game #bubbles .bubble {
  background-image: url(../../images/dothraki/bubbles/bubbles.png); }
  #board.dothraki #game #bubbles .bubble:before {
    width: 441px;
    height: 441px;
    margin: -220.5px 0 0 -220.5px;
    background-image: url(../../images/dothraki/bubbles/bubble-burst.png);
    background-size: 1323px 1764px; }

/* Mobile */

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