/* 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, #board #game #cards .card {
  -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 #cards .card: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 */
#board .intro .header {
  background: #000000 url(http://livinglanguage.com/content/html5/games/images/cardmatch/header-windows.svg) no-repeat 0 0;
  background-size: 1932px 286.3px; }
  #board .intro .header:before, #board .intro .header:after {
    top: 56px;
    content: "";
    display: block;
    position: absolute; }
  #board .intro .header:before {
    width: 149px;
    height: 153px;
    left: -7px;
    background: transparent url(http://livinglanguage.com/content/html5/games/images/cardmatch/header-image-a.png) no-repeat center; }
  #board .intro .header:after {
    width: 478px;
    height: 152px;
    right: 0;
    background: transparent url(http://livinglanguage.com/content/html5/games/images/cardmatch/header-image-b.png) no-repeat center; }
#board .main .titlebar-div .awards {
  display: block; }
#board #game {
  height: 525px;
  position: relative; }
  #board #game .control {
    height: 42px;
    text-align: center;
    background: #656565 url(../../images/bkgnd.png) repeat left top;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    #board #game .control p {
      margin: 0;
      color: #ffffff;
      font: 18px/42px "Helvetica", Arial, Sans-Serif; }
    #board #game .control .countdown #countdown {
      width: 26px;
      height: 26px;
      margin: 7px 0 0 4px;
      border: 2px solid #e4e4e4;
      -webkit-border-radius: 26px;
      -moz-border-radius: 26px;
      -ms-border-radius: 26px;
      -o-border-radius: 26px;
      border-radius: 26px;
      font: 18px/28px "Helvetica", Arial, Sans-Serif;
      background: #114b63;
      display: inline-block;
      position: relative; }
      #board #game .control .countdown #countdown .seconds {
        display: inline-block;
        position: relative;
        z-index: 4; }
      #board #game .control .countdown #countdown .before, #board #game .control .countdown #countdown .after {
        width: 13px;
        height: 26px;
        top: 0;
        display: block;
        position: absolute; }
      #board #game .control .countdown #countdown .before {
        left: 0;
        -webkit-border-top-left-radius: 26px;
        -moz-border-top-left-radius: 26px;
        -ms-border-top-left-radius: 26px;
        -o-border-top-left-radius: 26px;
        border-top-left-radius: 26px;
        -webkit-border-bottom-left-radius: 26px;
        -moz-border-bottom-left-radius: 26px;
        -ms-border-bottom-left-radius: 26px;
        -o-border-bottom-left-radius: 26px;
        border-bottom-left-radius: 26px;
        background: #3da7f4;
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        -ms-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center;
        z-index: 1; }
      #board #game .control .countdown #countdown .after {
        right: 0;
        -webkit-border-top-right-radius: 26px;
        -moz-border-top-right-radius: 26px;
        -ms-border-top-right-radius: 26px;
        -o-border-top-right-radius: 26px;
        border-top-right-radius: 26px;
        -webkit-border-bottom-right-radius: 26px;
        -moz-border-bottom-right-radius: 26px;
        -ms-border-bottom-right-radius: 26px;
        -o-border-bottom-right-radius: 26px;
        border-bottom-right-radius: 26px;
        background: #3da7f4;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        z-index: 2; }
    #board #game .control .countdown .pre {
      display: block; }
    #board #game .control .countdown .post {
      display: none; }
    #board #game .control .countdown.start #countdown .before {
      -webkit-animation: countdown-before 10s steps(1);
      -moz-animation: countdown-before 10s steps(1);
      -ms-animation: countdown-before 10s steps(1);
      -o-animation: countdown-before 10s steps(1);
      animation: countdown-before 10s steps(1); }
@-webkit-keyframes countdown-before {
  0% {
    left: 0; }
  50% {
    left: 13px;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    -o-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-right-radius: 26px;
    -moz-border-top-right-radius: 26px;
    -ms-border-top-right-radius: 26px;
    -o-border-top-right-radius: 26px;
    border-top-right-radius: 26px;
    -webkit-border-bottom-right-radius: 26px;
    -moz-border-bottom-right-radius: 26px;
    -ms-border-bottom-right-radius: 26px;
    -o-border-bottom-right-radius: 26px;
    border-bottom-right-radius: 26px;
    background: #114b63;
    z-index: 3; } }
@-moz-keyframes countdown-before {
  0% {
    left: 0; }
  50% {
    left: 13px;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    -o-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-right-radius: 26px;
    -moz-border-top-right-radius: 26px;
    -ms-border-top-right-radius: 26px;
    -o-border-top-right-radius: 26px;
    border-top-right-radius: 26px;
    -webkit-border-bottom-right-radius: 26px;
    -moz-border-bottom-right-radius: 26px;
    -ms-border-bottom-right-radius: 26px;
    -o-border-bottom-right-radius: 26px;
    border-bottom-right-radius: 26px;
    background: #114b63;
    z-index: 3; } }
@-ms-keyframes countdown-before {
  0% {
    left: 0; }
  50% {
    left: 13px;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    -o-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-right-radius: 26px;
    -moz-border-top-right-radius: 26px;
    -ms-border-top-right-radius: 26px;
    -o-border-top-right-radius: 26px;
    border-top-right-radius: 26px;
    -webkit-border-bottom-right-radius: 26px;
    -moz-border-bottom-right-radius: 26px;
    -ms-border-bottom-right-radius: 26px;
    -o-border-bottom-right-radius: 26px;
    border-bottom-right-radius: 26px;
    background: #114b63;
    z-index: 3; } }
@-o-keyframes countdown-before {
  0% {
    left: 0; }
  50% {
    left: 13px;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    -o-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-right-radius: 26px;
    -moz-border-top-right-radius: 26px;
    -ms-border-top-right-radius: 26px;
    -o-border-top-right-radius: 26px;
    border-top-right-radius: 26px;
    -webkit-border-bottom-right-radius: 26px;
    -moz-border-bottom-right-radius: 26px;
    -ms-border-bottom-right-radius: 26px;
    -o-border-bottom-right-radius: 26px;
    border-bottom-right-radius: 26px;
    background: #114b63;
    z-index: 3; } }
@keyframes countdown-before {
  0% {
    left: 0; }
  50% {
    left: 13px;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    -o-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-right-radius: 26px;
    -moz-border-top-right-radius: 26px;
    -ms-border-top-right-radius: 26px;
    -o-border-top-right-radius: 26px;
    border-top-right-radius: 26px;
    -webkit-border-bottom-right-radius: 26px;
    -moz-border-bottom-right-radius: 26px;
    -ms-border-bottom-right-radius: 26px;
    -o-border-bottom-right-radius: 26px;
    border-bottom-right-radius: 26px;
    background: #114b63;
    z-index: 3; } }
    #board #game .control .countdown.start #countdown .after {
      -webkit-animation: countdown-after 10s infinite linear;
      -moz-animation: countdown-after 10s infinite linear;
      -ms-animation: countdown-after 10s infinite linear;
      -o-animation: countdown-after 10s infinite linear;
      animation: countdown-after 10s infinite linear; }
@-webkit-keyframes countdown-after {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
@-moz-keyframes countdown-after {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
@-ms-keyframes countdown-after {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
@-o-keyframes countdown-after {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
@keyframes countdown-after {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
    #board #game .control .countdown.done .pre {
      display: none; }
    #board #game .control .countdown.done .post {
      display: block; }
  #board #game #cards {
    width: 588px;
    margin: 0 auto;
    padding: 35px 0 0; }
    #board #game #cards .card {
      width: 117px;
      height: 78px;
      margin: 0 0 20px 20px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      border: 2px solid #e4e4e4;
      -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
      -ms-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
      -o-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
      box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
      float: left;
      -webkit-transition: transform 0.6s ease-in-out;
      -moz-transition: transform 0.6s ease-in-out;
      -ms-transition: transform 0.6s ease-in-out;
      -o-transition: transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
      position: relative; }
      #board #game #cards .card:after {
        width: 121px;
        height: 121px;
        margin: -60.5px 0 0 -60.5px;
        left: 50%;
        top: 50%;
        background-size: 605px 605px;
        display: none;
        position: absolute;
        z-index: 100; }
      .no-ie #board #game #cards .card.flip {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg); }
      .ie #board #game #cards .card.flip .front {
        display: none; }
      .ie #board #game #cards .card.flip .back {
        display: block; }
      #board #game #cards .card.no-flip {
        cursor: default; }
        .no-ie #board #game #cards .card.no-flip {
          -webkit-transform: rotateY(0deg);
          -moz-transform: rotateY(0deg);
          -ms-transform: rotateY(0deg);
          -o-transform: rotateY(0deg);
          transform: rotateY(0deg); }
        .ie #board #game #cards .card.no-flip .front {
          display: block; }
        .ie #board #game #cards .card.no-flip .back {
          display: none; }
      #board #game #cards .card .flippable {
        width: inherit;
        height: inherit;
        display: table;
        overflow: hidden; }
      #board #game #cards .card .front, #board #game #cards .card .back {
        width: inherit;
        height: inherit;
        left: 0;
        top: 0;
        background: #ffffff;
        position: absolute; }
        .no-ie #board #game #cards .card .front, .no-ie #board #game #cards .card .back {
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          -ms-backface-visibility: hidden;
          -o-backface-visibility: hidden;
          backface-visibility: hidden; }
      #board #game #cards .card .front {
        z-index: 2; }
        .no-ie #board #game #cards .card .front {
          -webkit-transform: rotateY(0deg);
          -moz-transform: rotateY(0deg);
          -ms-transform: rotateY(0deg);
          -o-transform: rotateY(0deg);
          transform: rotateY(0deg); }
        .ie #board #game #cards .card .front {
          display: block; }
      #board #game #cards .card .front-wrapper {
        width: inherit;
        height: inherit;
        text-align: center;
        display: table-cell;
        vertical-align: middle; }
      #board #game #cards .card .back {
        background: #ffffff url(http://livinglanguage.com/content/html5/games/images/cardmatch/card.png) no-repeat -2px -2px;
        position: absolute;
        cursor: pointer; }
        .no-ie #board #game #cards .card .back {
          -webkit-transform: rotateY(180deg);
          -moz-transform: rotateY(180deg);
          -ms-transform: rotateY(180deg);
          -o-transform: rotateY(180deg);
          transform: rotateY(180deg); }
        .ie #board #game #cards .card .back {
          display: none; }
      #board #game #cards .card:hover .back {
        background-position: -2px -84px; }
      #board #game #cards .card p {
        width: inherit;
        margin: 0;
        font: bold 16px/18px "Helvetica", Arial, Sans-Serif;
        display: block; }
        #board #game #cards .card p.target {
          display: block; }
        #board #game #cards .card p.transliteration {
          display: none; }
      #board #game #cards .card.correct {
        border-color: #ff921d; }
        #board #game #cards .card.correct:after {
          display: block; }
      #board #game #cards .card.incorrect {
        border-color: #eb3737; }
    #board #game #cards.yes-transliteration .card p.target {
      display: none; }
    #board #game #cards.yes-transliteration .card p.transliteration {
      display: block; }
  #board #game #transliteration {
    left: 200px;
    bottom: 0;
    position: absolute;
    z-index: 1001; }
    #board #game #transliteration p {
      color: #000000; }
#board.level-essential .intro .header {
  background-position: 0px 0; }
#board.level-essential #game #cards .card .back {
  background-position: -2px -2px; }
#board.level-essential #game #cards .card:hover .back {
  background-position: -2px -84px; }
#board.level-intermediate .intro .header {
  background-position: -644px 0; }
#board.level-intermediate #game #cards .card .back {
  background-position: -123px -2px; }
#board.level-intermediate #game #cards .card:hover .back {
  background-position: -123px -84px; }
#board.level-advanced .intro .header {
  background-position: -1288px 0; }
#board.level-advanced #game #cards .card .back {
  background-position: -244px -2px; }
#board.level-advanced #game #cards .card:hover .back {
  background-position: -244px -84px; }

/* Mobile */