/**
 * Variables
 */
/**
 * Functions
 */
/**
 * Mixins
 */
body.games {
  background: url(../static/common/pink_site_bg.jpg) repeat-x center top, url(../static/common/pink_site_bg_tile.jpg) repeat center 1467px;
}
body.games.more {
  background-color: #b2d459;
}
@media (min-width: 641px) {
  #site {
    height: auto !important;
  }
}
#site.games main {
  overflow: hidden;
}
#games .content {
  position: relative;
}
#games .hero-pink {
  width: 205px;
  height: 455px;
  z-index: 4;
  top: 230px;
  left: 91%;
  transform-origin: center center;
  position: absolute;
  cursor: pointer;
  transform: translate(-50%);
}
#games .hero-pink:after {
  content: "";
  z-index: 8;
  width: 205px;
  height: 40px;
  border-radius: 100%;
  top: 380px;
  position: absolute;
  transform-origin: center center;
  opacity: 0.7;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1000px) {
  #games .hero-pink {
    left: 79%;
    transform: scale(0.8);
  }
}
@media (max-width: 1000px) {
  #games .hero-pink {
    left: 78%;
    transform: scale(0.8);
  }
}
@media (max-width: 885px) {
  #games .hero-pink {
    display: none;
  }
}
#games .hero-pink .head {
  z-index: 10;
  display: block;
  opacity: 1;
}
#games .hero-pink .head .crown {
  background-image: url(../static/animations/pink/crown.png);
  background-size: 100%;
  z-index: 11;
  position: absolute;
  left: 74px;
  width: 55px;
  height: 30px;
  top: 5px;
}
#games .hero-pink .head .pony-left {
  background-image: url(../static/animations/pink/pony_left.png);
  background-size: 100%;
  z-index: 9;
  width: 39px;
  height: 25px;
  position: absolute;
  top: 43px;
  left: 34px;
  transform-origin: right center;
}
#games .hero-pink .head .pony-right {
  background-image: url(../static/animations/pink/pony_right.png);
  background-size: 100%;
  z-index: 9;
  width: 39px;
  height: 25px;
  position: absolute;
  top: 39px;
  left: 127px;
  transform-origin: left center;
}
#games .hero-pink .head .head-base {
  background-image: url(../static/animations/pink/head_base.png);
  background-size: 100%;
  width: 77px;
  height: 80px;
  position: absolute;
  top: 28px;
  left: 63px;
  z-index: 9;
}
#games .hero-pink .head .eye {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: url(../static/animations/eye.png);
  position: absolute;
  z-index: 10;
  transform-origin: center center;
  animation: blink 7s infinite;
}
#games .hero-pink .head .eye.left {
  left: 86px;
  top: 62px;
}
#games .hero-pink .head .eye.right {
  left: 116px;
  top: 62px;
}
#games .hero-pink .head .eyebrow {
  position: absolute;
}
#games .hero-pink .head .eyebrow.right {
  z-index: 10;
  top: 52px;
  left: 114px;
  width: 13px;
}
#games .hero-pink .head .eyebrow.right img {
  transform: scaleX(-1);
  width: 100%;
  height: auto;
  display: block;
}
#games .hero-pink .head .eyebrow.left {
  z-index: 10;
  top: 53px;
  left: 78px;
  width: 13px;
}
#games .hero-pink .head .eyebrow.left img {
  width: 100%;
  height: auto;
  display: block;
}
#games .hero-pink .head .nose {
  background-image: url(../static/animations/pink/nose.png);
  background-size: 100%;
  z-index: 10;
  position: absolute;
  left: 97px;
  width: 11px;
  height: 7px;
  top: 71px;
}
#games .hero-pink .head .smile {
  background-image: url(../static/animations/pink/smile_thin.png);
  background-size: 100%;
  z-index: 10;
  width: 34px;
  height: 14px;
  position: absolute;
  left: 85px;
  top: 81px;
}
#games .hero-pink .head .smile .open {
  opacity: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #9e1e40;
  position: absolute;
  left: 12px;
  top: 3px;
}
#games .hero-pink .head-turn {
  background-image: url(../static/animations/pink/head_turn.png);
  background-size: 100%;
  z-index: 10;
  transform-origin: center bottom;
  opacity: 0;
  width: 136px;
  height: 123px;
  left: 20%;
  top: 3px;
  position: absolute;
}
#games .hero-pink .body .neck {
  background-image: url(../static/animations/pink/neck.png);
  background-size: 100%;
  z-index: -1;
  position: absolute;
  width: 27px;
  height: 19px;
  left: 89px;
  top: 103px;
}
#games .hero-pink .body .wings {
  background-image: url(../static/animations/pink/wings.png);
  background-size: 100%;
  z-index: 8;
  position: absolute;
  top: 92px;
  left: 37px;
  width: 130px;
  height: 105px;
}
#games .hero-pink .body .torso {
  background-image: url(../static/animations/pink/torso.png);
  background-size: 100%;
  position: absolute;
  width: 67px;
  height: 120px;
  top: 114px;
  left: 70px;
  z-index: 10;
}
#games .hero-pink .body .left {
  z-index: 9;
  transform-origin: 83px 133px;
  position: absolute;
  transform: rotate(-15deg);
}
#games .hero-pink .body .left .arm {
  width: 28px;
  height: 102px;
  top: 117px;
  left: 71px;
  position: absolute;
  transform: rotate(34deg);
  transform-origin: center top;
}
#games .hero-pink .body .left .arm img {
  width: 100%;
  height: auto;
  display: block;
}
#games .hero-pink .body .left .arm-lower {
  position: absolute;
  width: 12px;
  top: 166px;
  left: 46px;
  transform: rotate(34deg);
  transform-origin: center top;
}
#games .hero-pink .body .left .arm-lower img {
  width: 100%;
  height: auto;
  display: block;
}
#games .hero-pink .body .left .hand-open-back {
  position: absolute;
  width: 17px;
  top: 44px;
  left: -3px;
  transform: rotate(-34deg);
}
#games .hero-pink .body .left .hand-open-back img {
  width: 100%;
  height: auto;
  display: block;
}
#games .hero-pink .body .left .hand-open-front {
  opacity: 0;
  position: absolute;
  width: 26px;
  top: 52px;
  left: -11px;
  transform: rotate(-34deg);
}
#games .hero-pink .body .left .hand-open-front img {
  width: 100%;
  height: auto;
  display: block;
}
#games .hero-pink .body .left .hand-back-fist {
  display: none;
  position: absolute;
  width: 17px;
  top: 44px;
  left: -3px;
  transform: rotate(-34deg);
}
#games .hero-pink .body .left .hand-back-fist img {
  width: 100%;
  height: auto;
  display: block;
}
#games .hero-pink .body .right {
  z-index: 9;
  transform-origin: 123px 133px;
  position: absolute;
  transform: rotate(15deg);
}
#games .hero-pink .body .right img {
  transform: scaleX(-1);
}
#games .hero-pink .body .right .arm {
  z-index: 9;
  width: 28px;
  height: 102px;
  top: 117px;
  left: 106px;
  position: absolute;
  transform: rotate(-34deg);
  transform-origin: center top;
}
#games .hero-pink .body .right .arm img {
  width: 100%;
  height: auto;
  display: block;
}
#games .hero-pink .body .right .arm-lower {
  position: absolute;
  z-index: 10;
  width: 12px;
  top: 166px;
  left: 147px;
  transform: rotate(-34deg);
  transform-origin: center top;
}
#games .hero-pink .body .right .arm-lower img {
  width: 100%;
  height: auto;
  display: block;
}
#games .hero-pink .body .right .hand-open-back {
  position: absolute;
  width: 17px;
  top: 44px;
  left: -3px;
  transform: rotate(34deg);
}
#games .hero-pink .body .right .hand-open-back img {
  width: 100%;
  height: auto;
  display: block;
}
#games .hero-pink .body .right .hand-open-front {
  opacity: 0;
  width: 26px;
  top: 52px;
  left: -11px;
  transform: rotate(23deg);
}
#games .hero-pink .body .right .hand-open-front img {
  width: 100%;
  height: auto;
  display: block;
}
#games .hero-pink .body .right .hand-back-fist {
  display: none;
  position: absolute;
  width: 17px;
  top: 204px;
  left: 179px;
}
#games .hero-pink .body .right .hand-back-fist img {
  width: 100%;
  height: auto;
  display: block;
}
#games .hero-pink .legs .skirt {
  background-image: url(../static/animations/pink/skirt.png);
  background-size: 100%;
  position: absolute;
  width: 186px;
  height: 151px;
  top: 170px;
  left: 9px;
  z-index: 10;
}
#games .hero-pink .legs .left.leg-lower {
  position: absolute;
  width: 15px;
  left: 70px;
  top: 285px;
  z-index: 9;
  transform-origin: center 5px;
}
#games .hero-pink .legs .left.leg-lower img {
  width: 100%;
  height: auto;
  display: block;
  transform: scaleX(-1) rotate(-5deg);
}
#games .hero-pink .legs .left .foot {
  position: absolute;
  top: 104px;
  left: -1px;
  width: 13px;
  height: 10px;
  z-index: 10;
}
#games .hero-pink .legs .left .foot img {
  width: 100%;
  height: auto;
  display: block;
  transform: scaleX(-1);
}
#games .hero-pink .legs .right.leg-lower {
  position: absolute;
  width: 15px;
  left: 123px;
  top: 285px;
  z-index: 9;
  transform-origin: center 5px;
}
#games .hero-pink .legs .right.leg-lower img {
  width: 100%;
  height: auto;
  display: block;
  transform: rotate(-5deg);
}
#games .hero-pink .legs .right .foot {
  position: absolute;
  top: 104px;
  left: 3px;
  width: 13px;
  height: 10px;
  z-index: 10;
}
#games .hero-pink .legs .right .foot img {
  width: 100%;
  height: auto;
  display: block;
}
#games .games-list {
  max-width: 750px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
#games .games-list.odd .game:nth-child(odd) {
  margin-right: auto;
}
@media (min-width: 581px) {
  #games .games-list.odd .game:nth-child(odd) {
    margin-right: 0;
  }
}
#games .games-list.odd .game:nth-child(even) {
  display: block;
}
@media (min-width: 581px) {
  #games .games-list.odd .game:nth-child(even) {
    margin-right: 30px;
    display: inline-block;
  }
}
#games .games-list.odd .game:first-child {
  display: block;
  margin: 0 auto 30px;
}
#games .games-list:after {
  content: "";
  clear: both;
  display: table;
}
@media (max-width: 1450px) {
  #games .games-list {
    padding-top: 220px;
    padding-bottom: 240px;
  }
}
@media (max-width: 1000px) {
  #games .games-list {
    padding-top: 265px;
    padding-bottom: 240px;
    float: none;
  }
}
@media (min-width: 851px) and (max-width: 999px) {
  #games .games-list {
    padding-top: 225px;
    padding-bottom: 240px;
  }
}
@media (max-width: 640px) {
  #games .games-list {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1451px) {
  #games .games-list {
    padding-top: 160px;
    padding-bottom: 240px;
  }
}
#games .games-list .game {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
  max-width: 47.5%;
  margin-bottom: 30px;
  margin-right: 30px;
}
@media (max-width: 1450px) {
  #games .games-list .game {
    max-width: 305px;
  }
}
@media (max-width: 1000px) {
  #games .games-list .game {
    max-width: 245px;
  }
}
@media (max-width: 580px) {
  #games .games-list .game {
    display: block;
    margin: 0 auto 30px auto;
  }
}
.no-touchevents #games .games-list .game:hover {
  animation: floatHover 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#games .games-list .game a {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
}
#games .games-list .game .thumbnail {
  width: 100%;
  height: auto;
  box-shadow: 3px 3px 10px 10px rgba(0, 0, 0, 0.4);
  border: 10px solid #e7209f;
  outline: 10px solid #eb6cca;
}
@media (max-width: 1000px) {
  #games .games-list .game .thumbnail {
    box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.4);
    border: 5px solid #e7209f;
    outline: 5px solid #eb6cca;
  }
}
#games .games-list .game .sparkle {
  background: url(../static/common/sparkle.png) center center;
  width: 98px;
  height: 93px;
  position: absolute;
  z-index: 4;
}
#games .games-list .game .sparkle.one {
  top: -45px;
  left: -45px;
  animation: sparkle2 4s infinite;
}
#games .games-list .game .sparkle.two {
  bottom: -45px;
  right: -45px;
  animation: sparkle 4s infinite;
}
#games .games-list .game .sparkle.three {
  top: -45px;
  right: -45px;
  animation: sparkle3 4s infinite;
}
@media (min-width: 580px) {
  #games .games-list .game:nth-child(even) {
    margin-right: 0;
  }
}
#games .games-list .game:nth-child(even) .sparkle.one {
  animation: sparkle3 4s infinite;
}
#games .games-list .game:nth-child(even) .sparkle.two {
  animation: sparkle2 4s infinite;
}
#games .games-list .game:nth-child(even) .sparkle.three {
  animation: sparkle 4s infinite;
}
