@-webkit-keyframes fast-popup {
  0% {
    -webkit-transform: rotate(-2deg) scale(0.9, 0.9);
    opacity: 0; }

  10% {
    -webkit-transform: rotate(-2deg) scale(0.9, 0.9);
    opacity: 0.8; }

  40% {
    -webkit-transform: rotate(1deg) scale(1.1, 1.1);
    opacity: 1; }

  100% {
    -webkit-transform: rotate(0deg) scale(1, 1); } }

@-webkit-keyframes popup {
  0% {
    -webkit-transform: rotate(-5deg) scale(0.8, 0.8);
    opacity: 0.4; }

  40% {
    -webkit-transform: rotate(2deg) scale(1.1, 1.1);
    opacity: 1; }

  100% {
    -webkit-transform: rotate(0deg) scale(1, 1); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes lightup {
  0% {
    background-color: #da1524; }

  50% {
    background-color: #ab111d; }

  100% {
    background-color: #da1524; } }

@-webkit-keyframes popout {
  0% {
    -webkit-transform: rotate(0deg) scale(1, 1);
    opacity: 1; }

  100% {
    -webkit-transform: rotate(5deg) scale(0.8, 0.8);
    opacity: 0; } }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0deg); }

  25% {
    -webkit-transform: rotate(-5deg); }

  50% {
    -webkit-transform: rotate(3deg); }

  75% {
    -webkit-transform: rotate(-2deg); }

  100% {
    -webkit-transform: rotate(0deg); } }

.snowball .arrow-next {
  position: absolute;
  top: 46%;
  height: 8%;
  margin: 10px; }
.snowball .arrow-prev {
  position: absolute;
  top: 46%;
  right: 0;
  height: 8%;
  margin: 10px; }
.snowball .level-name img {
  position: absolute;
  width: 40%;
  left: 30%;
  top: 10%;
  -webkit-animation: fast-popup 0.3s ease-out 0.2s 1 normal backwards; }
.snowball .opponent-lock {
  opacity: 0.8;
  cursor: pointer;
  z-index: 50; }
  .snowball .opponent-lock img {
    position: absolute;
    width: 50%;
    left: 25%;
    bottom: 18%;
    height: auto;
    -webkit-animation: fade 0.3s ease-out 0s 1 normal; }
.snowball .level-start-btn {
  position: absolute;
  width: 30%;
  bottom: 0;
  margin: 10px 10px 20px 10px;
  left: 35%; }
.snowball .level-lock {
  position: absolute;
  width: 30%;
  left: 35%;
  top: 40%;
  z-index: 100; }
.snowball .damageTop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }
.snowball .damageBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto; }
.snowball .arrow-next:active, .snowball .arrow-prev:active, .snowball .level-start-btn:active {
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  cursor: pointer; }
.snowball .playAgain:active, .snowball .exit:active {
  -webkit-transform: translate(3px, 3px); }
.snowball .playAgain:hover, .snowball .exit:hover {
  cursor: pointer; }
.snowball .playAgain {
  position: absolute;
  width: 15%;
  bottom: 5%;
  left: 20%;
  -webkit-animation: fast-popup 0.3s ease-out 0.4s 1 normal backwards; }
.snowball .exit {
  position: absolute;
  width: 15%;
  bottom: 5%;
  right: 20%;
  -webkit-animation: fast-popup 0.3s ease-out 0.6s 1 normal backwards; }
.snowball .tutorial-label {
  position: absolute;
  top: 20%;
  left: 15%;
  width: 70%;
  text-align: center; }
  .snowball .tutorial-label img {
    width: 100%;
    height: auto;
    -webkit-animation: fast-popup 0.3s ease-out 0.4s 1 normal backwards; }
.snowball .opponent-end {
  position: absolute;
  width: 60%;
  left: 14%;
  bottom: 24%; }
.snowball .opponent-end-name {
  position: absolute;
  width: 50%;
  left: 25%;
  top: 26%;
  -webkit-animation: fast-popup 0.3s ease-out 0.2s 1 normal backwards; }
.snowball .opponent-loose-end {
  position: absolute;
  width: 40%;
  left: 20%;
  bottom: 18%; }
.snowball .deer-loose-end, .snowball .bear-loose-end {
  width: 32% !important;
  left: 34%; }
.snowball .opponent-loose-end-name {
  position: absolute;
  width: 40%;
  left: 30%;
  top: 23%;
  -webkit-animation: fast-popup 0.3s ease-out 0.2s 1 normal backwards; }
.snowball .playerHitTimes {
  display: none;
  position: absolute;
  font-family: 'HelveticaNeueforTarget-Rm', Arial, sans-serif;
  color: white;
  text-align: right;
  right: 6%;
  top: 54%; }
  .snowball .playerHitTimes h2 {
    color: #fff;
    padding: 0;
    margin: -8px -3px 0 0;
    font-size: 3em;
    text-shadow: 0px 2px 0 #aaa; }
  .snowball .playerHitTimes span {
    font-size: 0.75em;
    display: block;
    text-transform: uppercase;
    text-shadow: 0px 1px 0 #aaa;
    line-height: 1; }
.snowball .opponentHitTimes {
  position: absolute;
  font-family: 'HelveticaNeueforTarget-Rm', Arial, sans-serif;
  color: white;
  text-align: right;
  right: 6%;
  top: 37%; }
  .snowball .opponentHitTimes h2 {
    padding: 0;
    margin: -8px -3px 0 0;
    font-size: 3em;
    text-shadow: 0px 2px 0 #aaa;
    color: #fff; }
  .snowball .opponentHitTimes span {
    font-size: 0.75em;
    display: block;
    text-transform: uppercase;
    text-shadow: 0px 1px 0 #aaa;
    line-height: 1; }
.snowball .nice {
  position: absolute;
  width: 56%;
  left: 22%;
  top: 8%;
  -webkit-animation: fast-popup 0.3s ease-out 0.1s 1 normal backwards; }
.snowball .uhoh {
  position: absolute;
  width: 50%;
  left: 25%;
  top: 8%;
  -webkit-animation: fast-popup 0.3s ease-out 0.1s 1 normal backwards; }

.icefishing .youGotBite, .icefishing .reelItNow, .icefishing .gotAway, .icefishing .niceCatch, .icefishing .snaggedJunk {
  width: 60%;
  position: absolute;
  top: 8%;
  left: 22%;
  -webkit-animation: popup 0.3s ease-out 0s 1; }
.icefishing .popout {
  -webkit-animation: popout 0.3s ease-out 0s 1 normal forwards; }
.icefishing .pullBackNow {
  width: 40%;
  left: 30%;
  position: absolute;
  bottom: 8%;
  -webkit-animation: shake 0.4s ease 0s infinite; }
.icefishing .finger {
  position: absolute;
  content: '';
  background-color: #730615;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  margin: 8px 0 0 8px;
  -webkit-animation: fast-popup 0.3s ease-out 0s 1 normal backwards; }
  .icefishing .finger:before {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    background-color: #da1524;
    top: 0;
    left: 0;
    margin: -8px 0 -8px;
    -webkit-animation: lightup 0.4s infinite; }
  .icefishing .finger:active:before {
    margin: -2px 0 0 -2px; }
.icefishing .left {
  bottom: 6%;
  left: 12%; }
.icefishing .right {
  bottom: 6%;
  right: 14%; }
.icefishing .playAgain:active, .icefishing .fishTankBtn:active, .icefishing .exit:active {
  -webkit-transform: translate(3px, 3px); }
.icefishing .playAgain:hover, .icefishing .fishTankBtn:hover, .icefishing .exit:hover {
  cursor: pointer; }
.icefishing .playAgain {
  position: absolute;
  width: 20%;
  bottom: 3%;
  left: 5%;
  -webkit-animation: fast-popup 0.3s ease-out 0.1s 1 normal backwards; }
.icefishing .fishTankBtn {
  position: absolute;
  z-index: 1000;
  width: 30%;
  bottom: 4%;
  right: 8%;
  -webkit-animation: fast-popup 0.3s ease-out 0.2s 1 normal backwards; }
.icefishing .exit {
  position: absolute;
  width: 25%;
  bottom: 3%;
  right: 5%;
  -webkit-animation: fast-popup 0.3s ease-out 0.3s 1 normal backwards; }
.icefishing .tutorialBlackOverlay {
  position: absolute;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%; }
.icefishing .tutorialText {
  position: absolute;
  z-index: 999;
  width: 70%;
  left: 15%;
  top: 20%;
  pointer-events: none;
  -webkit-animation: fast-popup 0.3s ease-out 0.1s 1 normal backwards; }
.icefishing .finaleText {
  position: absolute;
  z-index: 999;
  width: 70%;
  left: 15%;
  top: 20%;
  -webkit-animation: fast-popup 0.3s ease-out 0.1s 1 normal backwards; }
.icefishing .fishTankName img {
  position: absolute;
  top: 12%;
  left: 20%;
  width: 60%; }
.icefishing .goCatchHim {
  position: absolute;
  width: 35%;
  left: 32.5%;
  top: 55%;
  cursor: pointer; }
.icefishing .seasnailLocked {
  cursor: pointer;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 46%; }
.icefishing .mantarayLocked {
  cursor: pointer;
  position: absolute;
  width: 70%;
  left: 15%;
  top: 42.5%; }
.icefishing .fishTankButtons {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 20px;
  left: 50%;
  margin-left: -106px; }
  @media screen and (min-width: 260px) {
    .icefishing .fishTankButtons {
      margin-left: -138px; } }
  @media screen and (min-width: 340px) {
    .icefishing .fishTankButtons {
      margin-left: -152px; } }
  .icefishing .fishTankButtons li {
    margin: 1px;
    border-radius: 20px;
    background-color: #808080;
    float: left; }
    @media screen and (min-width: 260px) {
      .icefishing .fishTankButtons li {
        margin: 5px; } }
    @media screen and (min-width: 340px) {
      .icefishing .fishTankButtons li {
        margin: 8px; } }
    .icefishing .fishTankButtons li:active {
      background-color: #d56c67; }
  .icefishing .fishTankButtons .locked.current {
    background-color: #d56c67 !important; }
  .icefishing .fishTankButtons .unlocked.current:before {
    background-color: #d56c67 !important; }
  .icefishing .fishTankButtons .unlocked {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 20px;
    background-color: rgba(95, 101, 96, 0.4);
    top: 5px; }
    .icefishing .fishTankButtons .unlocked:before {
      position: absolute;
      content: '';
      width: 28px;
      height: 28px;
      border-radius: 20px;
      background-color: #ffffff;
      top: -3px; }
    .icefishing .fishTankButtons .unlocked:hover {
      cursor: pointer; }
      .icefishing .fishTankButtons .unlocked:hover:before {
        background-color: #d56c67; }
  .icefishing .fishTankButtons .locked {
    margin-top: 15px;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background-color: #5f6560; }
    .icefishing .fishTankButtons .locked:hover {
      background-color: #d56c67;
      cursor: pointer; }
.icefishing .arrowNext {
  position: absolute;
  top: 46%;
  height: 8%;
  margin: 10px;
  cursor: pointer; }
.icefishing .arrowPrev {
  position: absolute;
  top: 46%;
  right: 0;
  height: 8%;
  margin: 10px;
  cursor: pointer; }
.icefishing .back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  margin: 15px;
  width: 55px;
  height: auto;
  cursor: pointer; }
.icefishing .arrowNext:active, .icefishing .arrowPrev:active, .icefishing .back:active {
  transform: translateY(5px);
  -webkit-transform: translateY(5px); }

.icefishing .tmp-title {
  position: absolute;
  top: 20%;
  left: 50%;
  font-weight: bold;
  margin-left: -65px;
  background-color: #eee;
  padding: 20px; }
.icefishing .tmp-splash-btn {
  position: absolute;
  bottom: 20%;
  left: 50%;
  background-color: #808080;
  color: #fff;
  padding: 10px 16px 10px 16px;
  margin-left: -20px; }
  .icefishing .tmp-splash-btn:hover {
    background-color: #808080;
    cursor: pointer; }
.icefishing .tmp-intro {
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: #000;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -75px;
  -webkit-animation: tmp-snowball-spin 1s linear 0s infinite; }

.cocoa .background {
  position: absolute;
  width: 100%;
  height: 100%; }
.cocoa .instruction {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center; }
  .cocoa .instruction .tutOrder, .cocoa .instruction .tutMarshmallow, .cocoa .instruction .tutCream, .cocoa .instruction .tutServe, .cocoa .instruction .tutCancel {
    position: relative;
    top: 25%;
    max-height: 30%;
    -webkit-animation: fast-popup 0.3s ease-out 0.1s 1 normal backwards; }
  .cocoa .instruction .tutOrder {
    top: 40%; }
  .cocoa .instruction .tutMarshmallow {
    left: -25%; }
  .cocoa .instruction .tutCream {
    left: 25%; }
  .cocoa .instruction .tutServe {
    left: -25%; }
  .cocoa .instruction .tutCancel {
    left: 25%;
    max-width: 30%; }
.cocoa .points {
  position: absolute;
  color: #E4131D;
  bottom: 0;
  font-family: 'HelveticaNeueforTarget-Bd', Arial, sans-serif;
  font-size: 48px;
  font-weight: bold;
  margin: 10px;
  width: 100%;
  text-align: center;
  text-shadow: 0px 2px 0 #85080E;
  -webkit-animation: fast-popup 0.3s ease-out 0s 1 normal backwards; }
.cocoa .playAgain {
  position: absolute;
  width: 10%;
  bottom: 7%;
  left: 5%;
  -webkit-animation: fast-popup 0.3s ease-out 0.4s 1 normal backwards; }
.cocoa .exit {
  position: absolute;
  width: 10%;
  bottom: 7%;
  right: 5%;
  -webkit-animation: fast-popup 0.3s ease-out 0.6s 1 normal backwards; }
.cocoa .cupGameOver {
  position: absolute;
  background-size: auto 100%;
  background-position: 51% 50%;
  background-repeat: no-repeat;
  width: 100%;
  top: 33%;
  font-size: 55px;
  line-height: 160px;
  text-align: center;
  pointer-events: none;
  font-family: 'HelveticaNeueforTarget-Bd', Arial, sans-serif;
  color: #dc2d3c;
  text-shadow: 0px 3px 0px #9b072e, 0px 7px 0px #bbb; }
.cocoa .nice {
  position: absolute;
  left: 35%;
  width: 30%;
  top: 7%;
  -webkit-animation: fast-popup 0.3s ease-out 0s 1 normal backwards; }
.cocoa .nicetry {
  position: absolute;
  left: 40%;
  width: 20%;
  top: 3%;
  -webkit-animation: fast-popup 0.3s ease-out 0s 1 normal backwards; }

.sled .arrow-next {
  position: absolute;
  top: 46%;
  right: 0;
  height: 8%;
  margin: 10px; }
.sled .arrow-prev {
  position: absolute;
  top: 46%;
  height: 8%;
  margin: 10px; }
.sled .level-name .name {
  position: absolute;
  width: 70%;
  left: 15%;
  top: 8%;
  -webkit-animation: fast-popup 0.3s ease-out 0.2s 1 normal backwards; }
.sled .level-name .lock {
  position: absolute;
  width: 60%;
  left: 20%;
  top: 40%;
  cursor: pointer; }
.sled .level-start-btn {
  position: absolute;
  width: 20%;
  bottom: 0;
  margin: 0px 0px 20px 0px;
  left: 40%; }
.sled .arrow-next:active, .sled .arrow-prev:active, .sled .level-start-btn:active {
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  cursor: pointer; }
.sled .points {
  position: absolute;
  color: #E4131D;
  top: 0;
  right: 0;
  font-family: 'HelveticaNeueforTarget-Bd', Arial, sans-serif;
  font-size: 55px;
  font-weight: bold;
  margin: 15px;
  text-align: right;
  text-shadow: 0px 2px 0 #85080E;
  line-height: 1.2;
  -webkit-animation: fast-popup 0.3s ease-out 0s 1 normal backwards; }
  .sled .points img {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: auto;
    margin: 10px;
    -webkit-animation: fast-popup 0.3s ease-out 0s 1 normal backwards; }
.sled .tutorial-label {
  position: absolute;
  width: 100%;
  margin: 0;
  top: 0; }
  .sled .tutorial-label img {
    width: 100%;
    height: auto;
    -webkit-animation: fast-popup 0.3s ease-out 0.1s 1 normal backwards; }
.sled .tutorial-label-bull {
  position: absolute;
  width: 40%;
  left: 30%;
  bottom: 20%;
  margin: 0; }
  .sled .tutorial-label-bull img {
    width: 100%;
    height: auto;
    -webkit-animation: fast-popup 0.3s ease-out 0.3s 1 normal backwards; }
.sled .background-red {
  position: absolute;
  width: 100%;
  margin: 0; }
.sled .nice {
  position: absolute;
  width: 70%;
  left: 15%;
  top: 8%;
  -webkit-animation: fast-popup 0.3s ease-out 0.2s 1 normal backwards; }
.sled .nicetry {
  position: absolute;
  width: 60%;
  left: 22%;
  top: 3%;
  -webkit-animation: fast-popup 0.3s ease-out 0.2s 1 normal backwards; }
.sled .bullseye {
  position: absolute;
  width: 50%;
  left: 5%;
  top: 34%;
  -webkit-animation: fast-popup 0.3s ease-out 0.4s 1 normal backwards; }
.sled .infotext {
  position: absolute;
  right: 24px;
  top: 32%;
  color: #FDFCFC;
  font-family: 'HelveticaNeueforTarget-Bd', Arial, sans-serif;
  font-size: 60px;
  text-align: right;
  text-shadow: 0px 3px 0 #AEAFAF, 0px 5px 0 #C9103A;
  line-height: 1.2; }
  .sled .infotext span {
    display: block;
    font-size: 20px;
    text-transform: uppercase; }
  .sled .infotext span::first-letter {
    font-size: 30px; }
  .sled .infotext img {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: auto; }
.sled .restart-btn {
  position: absolute;
  width: 25%;
  bottom: 5%;
  left: 10%;
  -webkit-animation: fast-popup 0.3s ease-out 0.6s 1 normal backwards; }
.sled .exit-btn {
  position: absolute;
  width: 25%;
  bottom: 5%;
  right: 10%;
  -webkit-animation: fast-popup 0.3s ease-out 0.8s 1 normal backwards; }
.sled .restart-btn:active, .sled .exit-btn:active {
  -webkit-transform: translate(3px, 3px); }
.sled .restart-btn:hover, .sled .exit-btn:hover {
  cursor: pointer; }

.roar {
  background-size: cover; }
  .roar .introHeader {
    position: absolute;
    width: 60%;
    left: 20%;
    bottom: 20%; }
  .roar .start {
    position: absolute;
    width: 30%;
    left: 35%;
    bottom: 4%;
    cursor: pointer; }
  .roar .record-pick-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .roar .record-pick-screen:after {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 17%;
      bottom: 0;
      background-color: #ffffff; }
  .roar .record {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    background-color: #becacd;
    width: 180px;
    height: 180px;
    border-radius: 180px;
    box-shadow: 0px 8px 2px rgba(0, 0, 0, 0.1);
    margin: -90px 0 0 -90px;
    -webkit-transition: all 0.2s ease-out; }
    .roar .record:hover {
      cursor: pointer; }
    .roar .record:after {
      content: '';
      position: absolute;
      background-color: #fff;
      width: 180px;
      height: 180px;
      border-radius: 180px;
      margin: 0; }
  .roar .recordSmall {
    -webkit-transform: scale(0.5, 0.5); }
    .roar .recordSmall:after {
      margin: -5px 0 0 0px; }
    .roar .recordSmall:active {
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); }
      .roar .recordSmall:active:after {
        margin: -2px 0 0 0px; }
  .roar .restartRecording {
    position: absolute;
    z-index: 98;
    left: 0;
    bottom: 0;
    width: 16%;
    margin: 10px 10px 15px 40px;
    cursor: pointer;
    -webkit-animation: fast-popup 0.3s ease-out 0.4s 1 normal backwards; }
  .roar .playRecording {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16%;
    z-index: 105;
    margin: -8% 0 0 -8%;
    pointer-events: none;
    -webkit-animation: fast-popup 0.3s ease-out 0.2s 1 normal backwards; }
  .roar .holdDown {
    top: 13%; }
  .roar .nice {
    top: 10%;
    -webkit-animation: fast-popup 0.3s ease-out 0s 1 normal backwards; }
  .roar .candyring {
    width: 60%;
    border-radius: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30% 0 0 -30%;
    z-index: 102;
    pointer-events: none;
    box-shadow: 0px 8px 2px rgba(0, 0, 0, 0.1); }
  .roar .roars {
    position: absolute;
    z-index: 98;
    left: 0;
    bottom: 0;
    width: 25%;
    margin: 10px 10px 15px 40px;
    cursor: pointer; }
  .roar .record-menu {
    position: absolute;
    z-index: 98;
    left: 0;
    bottom: 0;
    width: 25%;
    margin: 10px 10px 15px 40px;
    cursor: pointer; }
  .roar .next {
    position: absolute;
    z-index: 99;
    right: 0;
    bottom: 0;
    width: 25%;
    margin: 10px 40px 15px 10px;
    cursor: pointer; }
  .roar .back {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 25%;
    margin: 10px 10px 15px 40px;
    cursor: pointer; }
  .roar .tmp-alternative {
    position: absolute;
    z-index: 1000;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 7%;
    left: 6%;
    letter-spacing: 0.05em;
    color: #a30a28;
    font-size: 0.8em; }
    .roar .tmp-alternative:hover, .roar .tmp-alternative:active {
      text-decoration: underline;
      cursor: pointer; }
  .roar .pick-roar {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .roar .pick-roar li {
      position: absolute;
      width: 90px;
      height: 90px;
      border-radius: 90px;
      display: block;
      background-color: #becacd;
      box-shadow: 0px 8px 2px rgba(0, 0, 0, 0.1); }
      .roar .pick-roar li:hover {
        cursor: pointer; }
        .roar .pick-roar li:hover:before {
          background-color: #ddd; }
      .roar .pick-roar li:before {
        position: absolute;
        content: '';
        background-color: #fff;
        width: 90px;
        height: 90px;
        border-radius: 90px;
        margin: -10px 0 0 0; }
      .roar .pick-roar li img {
        position: absolute;
        width: 45px;
        top: 45px;
        left: 45px;
        margin: -32.5px 0 0 -22.5px; }
    .roar .pick-roar li:nth-child(1) {
      top: 35%;
      left: 50%;
      margin: 10px 0 0 -45px; }
    .roar .pick-roar li:nth-child(2) {
      top: 57%;
      left: 25%;
      margin: 10px 0 0 -45px; }
    .roar .pick-roar li:nth-child(3) {
      top: 57%;
      left: 75%;
      margin: 10px 0 0 -45px; }
  .roar .tapChooseRoar {
    position: absolute;
    left: 30%;
    width: 40%;
    top: 8%; }
  .roar .holdDown {
    position: absolute;
    left: 25%;
    width: 50%;
    top: 10%; }
  .roar .nice {
    position: absolute;
    left: 20%;
    width: 60%;
    top: 10%; }
  .roar .candyring-select {
    width: 120px;
    border-radius: 120px;
    position: absolute;
    margin: -11px 0 0 -60px;
    pointer-events: none;
    box-shadow: 0px 8px 2px rgba(0, 0, 0, 0.1); }
  .roar .candyring-a {
    top: 34.5%;
    left: 50%; }
  .roar .candyring-b {
    top: 56.5%;
    left: 25%; }
  .roar .candyring-c {
    top: 56.5%;
    left: 75%; }
  .roar .effects {
    position: absolute;
    top: 4%;
    left: 30%;
    width: 40%; }
  .roar .lab-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .roar .lab-screen:after {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 17%;
      bottom: 0;
      background-color: #ffffff; }
    .roar .lab-screen:before {
      position: relative;
      content: '';
      display: block;
      width: 100%;
      height: 57%;
      top: 0;
      background-color: #ffffff; }
  .roar .slider-bg {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 100; }
    .roar .slider-bg img {
      position: absolute;
      width: 80%;
      left: 10%;
      height: auto; }
  .roar .slider-left {
    position: absolute;
    top: 15%;
    left: 10%;
    width: 100%;
    height: 40%;
    z-index: 100;
    pointer-events: none; }
    .roar .slider-left img {
      position: absolute;
      width: 30%;
      left: 0;
      top: 0;
      height: auto; }
  .roar .slider-right {
    position: absolute;
    bottom: 30%;
    right: 10%;
    width: 100%;
    height: 40%;
    z-index: 100;
    pointer-events: none; }
    .roar .slider-right img {
      position: absolute;
      width: 30%;
      right: 0;
      bottom: 65%;
      height: auto; }
  .roar .sliderbar {
    position: absolute;
    z-index: 100;
    top: 48%;
    left: 10%;
    width: 80%; }
  .roar .slider {
    position: absolute;
    z-index: 101;
    top: 45%;
    left: 10%;
    width: 30%;
    height: auto;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .roar .lock-fx {
    position: absolute;
    z-index: 112;
    top: 0;
    display: none;
    height: 57%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8); }
    .roar .lock-fx img {
      position: absolute;
      top: 20%;
      left: 10%;
      width: 80%;
      -webkit-animation: fast-popup 0.3s ease-out 0.2s 1 normal backwards; }
  .roar ul.buttons {
    position: absolute;
    top: 60%;
    left: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    margin-top: 15px; }
    .roar ul.buttons li {
      position: relative;
      width: 25%;
      height: 20%;
      float: left;
      margin: 0;
      text-align: center; }
      .roar ul.buttons li button {
        position: relative;
        background-color: #fff;
        border: 0;
        width: 80px;
        height: 80px;
        border-radius: 80px;
        outline: none;
        cursor: pointer;
        background-size: 400% 200%;
        background-repeat: no-repeat; }
        .roar ul.buttons li button:after {
          position: absolute;
          z-index: -1;
          content: '';
          width: 100%;
          height: 100%;
          border-radius: 80px;
          background-color: #becacd;
          margin: -30px 0 0 -40px;
          box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.2); }
        .roar ul.buttons li button.selected {
          background-color: #b50e25; }
    .roar ul.buttons li:nth-of-type(3) button {
      background-position: 0% 0%; }
    .roar ul.buttons li:nth-of-type(3) button.selected {
      background-position: 0% 100%; }
    .roar ul.buttons li:nth-of-type(4) button {
      background-position: 100% 0%; }
    .roar ul.buttons li:nth-of-type(4) button.selected {
      background-position: 100% 100%; }
    .roar ul.buttons li:nth-of-type(2) button {
      background-position: 66% 0%; }
    .roar ul.buttons li:nth-of-type(2) button.selected {
      background-position: 66% 100%; }
    .roar ul.buttons li:nth-of-type(1) button {
      background-position: 33% 0%; }
    .roar ul.buttons li:nth-of-type(1) button.selected {
      background-position: 33% 100%; }
  .roar .roarBtn, .roar .roarBtnBg {
    position: absolute;
    width: 90px;
    height: auto;
    left: 50%;
    margin: -45px 0 0 -45px; }
  .roar .roarBtn {
    z-index: 102;
    bottom: 54px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.1s ease;
    border-radius: 100px; }
    .roar .roarBtn:active {
      -webkit-transform: translateY(8px);
      border: 3px solid #ffffff; }
  .roar .roarBtnBg {
    bottom: 40px; }
  .roar .tutorialHold {
    position: absolute;
    width: 70%;
    left: 15%;
    top: 20%;
    z-index: 102;
    -webkit-animation: fast-popup 0.3s ease-out 0.2s 1 normal backwards; }
  .roar .tutorialNotLong {
    position: absolute;
    width: 70%;
    left: 15%;
    bottom: 32%;
    z-index: 101;
    -webkit-animation: fast-popup 0.3s ease-out 0.4s 1 normal backwards; }
  .roar .playAgain {
    position: absolute;
    width: 20%;
    bottom: 5%;
    left: 20%;
    -webkit-animation: fast-popup 0.3s ease-out 0.4s 1 normal backwards; }
  .roar .exit {
    position: absolute;
    width: 20%;
    bottom: 5%;
    right: 20%;
    -webkit-animation: fast-popup 0.3s ease-out 0.6s 1 normal backwards; }
  .roar .roarScore {
    position: absolute;
    top: 33%;
    right: 7%;
    width: 40%; }
  .roar .dinoGameOver {
    position: absolute;
    width: 70%;
    left: 5%;
    bottom: 22%; }
  .roar .score {
    font-family: 'HelveticaNeueforTarget-Bd', Arial, sans-serif;
    color: #ffffff;
    position: absolute;
    top: 36%;
    right: 7%;
    width: 45%;
    font-size: 3.8em;
    text-align: right;
    line-height: 1.3; }
