/* 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 #sentence #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, #board #game #keyboard.advanced .row > span {
  -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, #board #game #sentence .fill #pre:after, #board #game #sentence .fill #post:after {
  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 */
.domain-vietnamese #board {
  height: 715px; }

#board .intro .header {
  background: #000000 url(../../images/fillin/header-windows.svg) no-repeat 0 bottom; }
  #board .intro .header:before, #board .intro .header:after {
    height: 153px;
    top: 13px;
    content: "";
    display: block;
    position: absolute; }
  #board .intro .header:before {
    width: 210px;
    left: 0;
    background: transparent url(../../images/fillin/header-image-a.png) no-repeat center; }
  #board .intro .header:after {
    width: 212px;
    right: -81px;
    background: transparent url(../../images/fillin/header-image-b.png) no-repeat center; }
#board .main .titlebar-div .awards {
  display: block; }
#board #game {
  /*
  height:523px;
  */
  height: 640px;
  background: #eff9fe; }
  #board #game #window {
    width: 620px;
    height: 163px;
    padding: 10px;
    -webkit-box-shadow: 0 2.5px 2.5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2.5px 2.5px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 2.5px 2.5px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 2.5px 2.5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2.5px 2.5px rgba(0, 0, 0, 0.25);
    background: #ffffff none no-repeat 0 -1000px;
    position: relative;
    z-index: 1; }
    #board #game #window > div {
      width: 67px;
      height: 163px;
      border-left: 2px solid #cccccc;
      background: #656565 url(../../images/bkgnd.png) repeat left top;
      float: left; }
      #board #game #window > div:first-child {
        border: none;
        -webkit-border-top-left-radius: 5px;
        -moz-border-top-left-radius: 5px;
        -ms-border-top-left-radius: 5px;
        -o-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        -ms-border-bottom-left-radius: 5px;
        -o-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px; }
      #board #game #window > div:last-child {
        -webkit-border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        -ms-border-top-right-radius: 5px;
        -o-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
        -ms-border-bottom-right-radius: 5px;
        -o-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px; }
      #board #game #window > div.window-0.on {
        background: #656565 none no-repeat 0px center;
        background-image: inherit; }
      #board #game #window > div.window-1.on {
        background: #656565 none no-repeat -65px center;
        background-image: inherit; }
      #board #game #window > div.window-2.on {
        background: #656565 none no-repeat -130px center;
        background-image: inherit; }
      #board #game #window > div.window-3.on {
        background: #656565 none no-repeat -195px center;
        background-image: inherit; }
      #board #game #window > div.window-4.on {
        background: #656565 none no-repeat -260px center;
        background-image: inherit; }
      #board #game #window > div.window-5.on {
        background: #656565 none no-repeat -325px center;
        background-image: inherit; }
      #board #game #window > div.window-6.on {
        background: #656565 none no-repeat -390px center;
        background-image: inherit; }
      #board #game #window > div.window-7.on {
        background: #656565 none no-repeat -455px center;
        background-image: inherit; }
      #board #game #window > div.window-8.on {
        background: #656565 none no-repeat -520px center;
        background-image: inherit; }
  #board #game #sentence {
    width: 451px;
    height: 171px;
    margin: 0 auto;
    padding: 20px 12px 0;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: 0 2.5px 2.5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2.5px 2.5px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 2.5px 2.5px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 2.5px 2.5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2.5px 2.5px rgba(0, 0, 0, 0.25);
    text-align: center;
    background: #ffffff;
    position: relative;
    z-index: 2; }
    #board #game #sentence #transliteration {
      left: 140px;
      top: -8px;
      position: absolute;
      z-index: 1001; }
      #board #game #sentence #transliteration p {
        color: #000000; }
    #board #game #sentence .count {
      margin: 0;
      right: 12px;
      top: 0;
      font: 11px/13px "Helvetica", Arial, Sans-Serif;
      display: block;
      position: absolute;
      direction: ltr; }
    #board #game #sentence #text {
      min-height: 32px;
      margin: 0 0 16px;
      padding: 0 18px;
      color: #000000;
      font: bold 14px/16px "Helvetica", Arial, Sans-Serif;
      text-align: left;
      display: block;
      direction: ltr; }
    #board #game #sentence .fill {
      margin: 0 0 32px;
      padding: 0 18px;
      text-align: left; }
      #board #game #sentence .fill #pre, #board #game #sentence .fill #post {
        margin: 0;
        font: bold 14px/18px "Helvetica", Arial, Sans-Serif;
        position: relative; }
        #board #game #sentence .fill #pre:after, #board #game #sentence .fill #post:after {
          margin: -162px 0 0 0;
          right: -162px;
          top: 50%;
          display: none;
          position: absolute;
          z-index: 100; }
        #board #game #sentence .fill #pre span.target, #board #game #sentence .fill #post span.target {
          display: inline; }
        #board #game #sentence .fill #pre span.transliteration, #board #game #sentence .fill #post span.transliteration {
          display: none; }
        #board #game #sentence .fill #pre.correct:after, #board #game #sentence .fill #post.correct:after {
          display: block; }
      #board #game #sentence .fill #pre {
        display: inline; }
      #board #game #sentence .fill #post {
        display: inline; }
      #board #game #sentence .fill #fill {
        height: 18px;
        margin: 0;
        padding: 1px 5px;
        border: 1px solid #000000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        outline: 0;
        -webkit-box-shadow: inset 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.25);
        -ms-box-shadow: inset 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.25);
        -o-box-shadow: inset 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.25);
        box-shadow: inset 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.25);
        font: bold 14px/18px "Helvetica", Arial, Sans-Serif;
        display: inline; }
        #board #game #sentence .fill #fill.error {
          color: #ff0000; }
    #board #game #sentence .helper {
      left: 12px;
      right: 12px;
      bottom: 8px;
      position: absolute; }
      #board #game #sentence .helper .hint, #board #game #sentence .helper .skip {
        bottom: 0;
        position: absolute; }
      #board #game #sentence .helper .hint {
        left: 0; }
        #board #game #sentence .helper .hint p {
          margin: 0 0 0 8px;
          font: 11px/13px "Helvetica", Arial, Sans-Serif;
          display: none; }
          #board #game #sentence .helper .hint p span.target {
            display: inline; }
          #board #game #sentence .helper .hint p span.transliteration {
            display: none; }
        #board #game #sentence .helper .hint.on p {
          display: inline-block; }
      #board #game #sentence .helper .skip {
        right: 0; }
    #board #game #sentence.rtl .fill {
      direction: rtl;
      text-align: right; }
    #board #game #sentence.yes-transliterated .fill {
      direction: ltr;
      text-align: left; }
      #board #game #sentence.yes-transliterated .fill #pre span.target, #board #game #sentence.yes-transliterated .fill #post span.target {
        display: none; }
      #board #game #sentence.yes-transliterated .fill #pre span.transliteration, #board #game #sentence.yes-transliterated .fill #post span.transliteration {
        display: inline; }
    #board #game #sentence.yes-transliterated .helper .hint p span.target {
      display: none; }
    #board #game #sentence.yes-transliterated .helper .hint p span.transliteration {
      display: inline; }
  #board #game #keyboard {
    width: 100%;
    padding: 12px 0 0;
    left: 0;
    top: 375px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: center;
    position: absolute; }
    #board #game #keyboard.simple p {
      color: #000000;
      font: bold 13px/14px "Helvetica", Arial, Sans-Serif; }
    #board #game #keyboard.simple .row {
      margin: 8px 0 0;
      line-height: 40px; }
      #board #game #keyboard.simple .row a {
        width: 29px;
        height: 29px;
        margin: 0 3px;
        border: 1px solid #cccccc;
        color: #000000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        font: 14px/29px "Helvetica", Arial, Sans-Serif;
        text-align: center;
        text-decoration: none;
        background: #ffffff;
        display: inline-block; }
        #board #game #keyboard.simple .row a:hover {
          background: #ff921d; }
        #board #game #keyboard.simple .row a:active {
          background: #cccccc; }
    #board #game #keyboard.advanced.off {
      top: 524px; }
    #board #game #keyboard.advanced > div {
      display: none; }
    #board #game #keyboard.advanced.number_pad .number_pad {
      display: block; }
    #board #game #keyboard.advanced.numeric .numeric {
      display: block; }
    #board #game #keyboard.advanced.numeric_alt .numeric_alt {
      display: block; }
    #board #game #keyboard.advanced.alphabets_lower .alphabets_lower {
      display: block; }
    #board #game #keyboard.advanced.alphabets_upper .alphabets_upper {
      display: block; }
    #board #game #keyboard.advanced .row {
      width: 100%;
      height: 26px;
      margin: 0 0 8px;
      text-align: center; }
      #board #game #keyboard.advanced .row > span {
        height: 26px;
        margin: 0 0 0 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        color: #ffffff;
        font: 16px/26px "Helvetica", Arial, Sans-Serif;
        text-align: center;
        display: inline-block;
        cursor: pointer; }
        #board #game #keyboard.advanced .row > span:first-child {
          margin: 0; }
        #board #game #keyboard.advanced .row > span.num_w, #board #game #keyboard.advanced .row > span.n_w {
          width: 30px;
          background: #898989;
          background: -moz-linear-gradient(top, #898989 0%, #434343 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #898989), color-stop(100%, #434343));
          background: -webkit-linear-gradient(top, #898989 0%, #434343 100%);
          background: -o-linear-gradient(top, #898989 0%, #434343 100%);
          background: -ms-linear-gradient(top, #898989 0%, #434343 100%);
          background: linear-gradient(to bottom, #898989 0%, #434343 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#898989', endColorstr='#434343', GradientType=0); }
          #board #game #keyboard.advanced .row > span.num_w:hover, #board #game #keyboard.advanced .row > span.n_w:hover {
            background: #ababab;
            background: -moz-linear-gradient(top, #ababab 0%, #5f5f5f 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ababab), color-stop(100%, #5f5f5f));
            background: -webkit-linear-gradient(top, #ababab 0%, #5f5f5f 100%);
            background: -o-linear-gradient(top, #ababab 0%, #5f5f5f 100%);
            background: -ms-linear-gradient(top, #ababab 0%, #5f5f5f 100%);
            background: linear-gradient(to bottom, #ababab 0%, #5f5f5f 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ababab', endColorstr='#5f5f5f', GradientType=0); }
        #board #game #keyboard.advanced .row > span.abc_w, #board #game #keyboard.advanced .row > span.alt_w {
          padding: 0 20px; }
        #board #game #keyboard.advanced .row > span.space_w {
          padding: 0 62px; }
        #board #game #keyboard.advanced .row > span.enter_w {
          padding: 0 12px; }
        #board #game #keyboard.advanced .row > span.del_w, #board #game #keyboard.advanced .row > span.del_large_w {
          width: 42px;
          padding: 0 9px;
          position: relative; }
          #board #game #keyboard.advanced .row > span.del_w:after, #board #game #keyboard.advanced .row > span.del_large_w:after {
            width: 42px;
            height: 20px;
            left: 9px;
            top: 3px;
            content: "";
            background: transparent url(../../images/fillin/delete.png) no-repeat center;
            display: block;
            position: absolute; }
        #board #game #keyboard.advanced .row > span.del_large_w {
          width: 132px; }
          #board #game #keyboard.advanced .row > span.del_large_w:after {
            left: 54px; }
        #board #game #keyboard.advanced .row > span.abc_w, #board #game #keyboard.advanced .row > span.alt_w, #board #game #keyboard.advanced .row > span.space_w, #board #game #keyboard.advanced .row > span.enter_w, #board #game #keyboard.advanced .row > span.del_w, #board #game #keyboard.advanced .row > span.del_large_w {
          background: #434343; }
          #board #game #keyboard.advanced .row > span.abc_w:hover, #board #game #keyboard.advanced .row > span.alt_w:hover, #board #game #keyboard.advanced .row > span.space_w:hover, #board #game #keyboard.advanced .row > span.enter_w:hover, #board #game #keyboard.advanced .row > span.del_w:hover, #board #game #keyboard.advanced .row > span.del_large_w:hover {
            background: #898989;
            background: -moz-linear-gradient(top, #898989 0%, #434343 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #898989), color-stop(100%, #434343));
            background: -webkit-linear-gradient(top, #898989 0%, #434343 100%);
            background: -o-linear-gradient(top, #898989 0%, #434343 100%);
            background: -ms-linear-gradient(top, #898989 0%, #434343 100%);
            background: linear-gradient(to bottom, #898989 0%, #434343 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#898989', endColorstr='#434343', GradientType=0); }
#board.level-essential .intro .header {
  background-position: 0px bottom; }
#board.level-intermediate .intro .header {
  background-position: -646px bottom; }
#board.level-advanced .intro .header {
  background-position: -1292px bottom; }
#board.dothraki {
  background: #000000 url(https://www.livinglanguage.com/content/html5/games/images/header.png) no-repeat center bottom; }
  #board.dothraki .intro .header:before {
    background: transparent url(../../images/dothraki/fillin/header.png) no-repeat center; }
  #board.dothraki #game {
    height: 384px;
    background: transparent url(../../images/dothraki/fillin/map.png) no-repeat center;
    background-size: cover; }
    #board.dothraki #game #window, #board.dothraki #game #sentence {
      background-color: transparent;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none; }

/* Mobile */

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