/**
 * Variables
 */
/**
 * Functions
 */
/**
 * Mixins
 */
body.game {
  background: #fcddec url(../static/common/pink_site_bg.jpg) repeat-x center top;
}
@media (max-width: 960px) {
  body.game {
    background: #fcddec url(../static/common/pink_site_bg_short.jpg) repeat-x center top;
  }
}
@media (max-width: 400px) {
  body.game .pink-logo {
    max-width: 100px;
    text-align: left;
    margin-left: -20px;
  }
}
.content {
  max-width: 1000px;
  width: 90%;
  margin: 235px auto 0;
  position: relative;
}
@media (max-width: 850px) {
  .content {
    margin-top: 270px;
  }
}
@media (max-width: 640px) {
  .content {
    margin-top: 70px;
  }
}
.controls {
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 999;
}
.controls li {
  margin-left: 10px;
  display: none;
}
.controls li.close {
  display: inline-block;
}
.controls a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border-radius: 100%;
  transition: transform 100ms linear;
}
.controls a:hover {
  transform: scale(1.1);
}
.controls a:before, .controls a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100%;
}
.controls a:after {
  opacity: 0;
  transition: opacity 200ms ease-out;
}
.controls .muted a:after, .controls .muted button:after {
  opacity: 1;
}
.controls .captions a {
  position: relative;
  display: inline-block;
  width: 78px;
  height: 79px;
}
.controls .captions a:before {
  background: url(../static/game/button_captions.png) no-repeat left top;
  background-size: 100% auto;
}
.controls .captions a:after {
  background: url(../static/game/button_captions.png) no-repeat left bottom;
  background-size: 100% auto;
}
.controls .audio a {
  position: relative;
  display: inline-block;
  width: 78px;
  height: 79px;
}
.controls .audio a:before {
  background: url(../static/game/button_volume.png) no-repeat left top;
  background-size: 100% auto;
}
.controls .audio a:after {
  background: url(../static/game/button_volume.png) no-repeat left bottom;
  background-size: 100% auto;
}
.controls .close a {
  position: relative;
  display: inline-block;
  width: 78px;
  height: 79px;
}
.controls .close a:before {
  background: url(../static/game/button_x.png) no-repeat left top;
  background-size: 100% auto;
}
.controls .close a:after {
  background: url(../static/game/button_x.png) no-repeat left bottom;
  background-size: 100% auto;
}
@media (max-width: 640px) {
  .controls .audio a, .controls .close a, .controls .captions a {
    top: 40px;
    width: 39px;
    height: 39px;
  }
}
nav.main-nav {
  display: none;
}
.sparkle {
  background: url(../static/common/sparkle.png) center center;
  width: 98px;
  height: 93px;
  position: absolute;
  z-index: 14;
}
.sparkle.one {
  top: -45px;
  left: -45px;
  animation: sparkle2 4s infinite;
}
.sparkle.three {
  top: -45px;
  right: -45px;
  animation: sparkle3 4s infinite;
}
@media (max-width: 768px) {
  .sparkle.three {
    display: none;
  }
}
main {
  padding-top: 1px;
  margin-bottom: 150px;
}
@media (max-width: 640px) {
  main {
    position: relative !important;
    background-size: cover;
    background-position: center top;
    padding-bottom: 1px;
    height: calc(100% - 40px);
    min-height: 0 !important;
    opacity: 0;
    transition: opacity 0.5s;
  }
}
@media (max-width: 1024px) {
  #site.game {
    height: 860px;
  }
}
@media (max-width: 960px) {
  #site.game {
    height: 780px;
  }
}
@media (max-width: 768px) {
  #site.game {
    height: 740px;
  }
}
@media (max-width: 640px) {
  #site.game {
    height: 615px;
  }
}
@media (max-width: 400px) {
  #site.game {
    height: 500px;
  }
}
/**
 * Game
 */
#game {
  text-align: center;
  font-size: 0;
}
#game #game-container {
  position: relative;
  border: 10px solid #e7209f;
  outline: 10px solid #eb6cca;
  background-color: #fff;
  z-index: 1000;
  width: 100%;
  height: 100%;
  min-height: 510px;
}
@media (max-width: 850px) {
  #game #game-container {
    min-height: 400px;
  }
}
@media (max-width: 815px) and (max-height: 420px) {
  #game #game-container {
    min-height: 335px;
    width: 90%;
  }
}
@media (max-width: 640px) {
  #game #game-container {
    min-height: 290px;
  }
}
@media (max-width: 450px) {
  #game #game-container {
    min-height: 215px;
  }
}
