/* Initial Positions for theme elements */
.donkey-daniel-theme #donkey-daniel .characters.init-state {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.donkey-daniel-theme .characters {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.donkey-daniel-theme #donkey-daniel .characters.init-state {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.donkey-daniel-theme #donkey-daniel .characters.init-state #daniel {
  left: -2000px;
}
.donkey-daniel-theme #donkey-daniel .characters.init-state #gameboxGraphic {
  bottom: -2000px;
}
.donkey-daniel-theme #donkey-daniel .characters.init-state #donkey {
  right: -2000px;
}
.donkey-daniel-theme #gameboxGraphic,
.donkey-daniel-theme #daniel,
.donkey-daniel-theme #donkey {
  -webkit-transition-property: top, bottom, left, right, opacity, scale;
  -moz-transition-property: top, bottom, left, right, opacity, scale;
  -ms-transition-property: top, bottom, left, right, opacity, scale;
  -o-transition-property: top, bottom, left, right, opacity, scale;
  transition-property: top, bottom, left, right, opacity, scale;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Headband override */
body.donkey-daniel-theme {
  background: #a7edf2;
}
#headband-container #parents-message-bar,
body.donkey-daniel-theme div#headband-container,
body.donkey-daniel-theme div#headband-container #parents-message-bar .parents-message .more-toggle {
  background-color: #8cd4d9;
}
body.donkey-daniel-theme div#headband-container .headband-nav {
  background-color: #96dee3;
}
body.donkey-daniel-theme div#headband-container a,
body.donkey-daniel-theme div#headband-container .headband-nav .nav-item a,
body.donkey-daniel-theme div#headband-container #parents-message-bar .parents-message,
body.donkey-daniel-theme div#headband-container #headband-user-block {
  color: #fff;
}
body.donkey-daniel-theme div#headband-container #parents-message-bar .for-parents-badge:after {
  border-left-color: #ffffff;
}
body.donkey-daniel-theme #headband-container .headband-nav .nav-item.settings button[data-action=settings-trigger] {
  background-position: 2px 50% !important;
}
/* Loaded Theme Styles */
.donkey-daniel-theme .scroll-panel.theme-section #theme-stage {
  background: #a7edf2;
}
.donkey-daniel-theme #donkey-daniel {
  position: absolute;
  width: 100%;
  left: 0;
  margin-left: 0;
  bottom: 0;
  top: 0;
}
.donkey-daniel-theme .static-block,
.donkey-daniel-theme .characters {
  width: 100%;
  height: 100%;
  background-size: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.donkey-daniel-theme .character-stage {
  position: absolute;
}
.donkey-daniel-theme #trolly {
  bottom: -15px;
  width: 790px;
  z-index: 1;
  position: relative;
}
.donkey-daniel-theme #trolly.trolly-roll {
  margin-left:-200%;
  transition: margin 3000ms;
}
.donkey-daniel-theme #trolly.trolly-stop {
  margin-left: 25%;
}
.donkey-daniel-theme #hills {
  bottom: -130px;
  width: 113%;
  z-index: 2;
  right: -7%;
}
.donkey-daniel-theme #daniel {
  bottom: 27px;
  left: 260px;
  width: 389px;
  z-index: 4;
}
.donkey-daniel-theme #donkey{
  bottom: 28px;
  right: 240px;
  width: 368px;
  z-index: 5;
}
.donkey-daniel-theme #gameboxGraphic {
  bottom: -100px;
  position: relative;
  margin: 0 auto;
  max-width: 440px;
  border: solid #fff 20px;
  line-height: 0;
  z-index: 3;
}

.donkey-daniel-theme .character-stage .character {
  width: 100%;
}

/* Media Queries */

@media only screen and (min-width: 1601px) {
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -390px;
  }
  .donkey-daniel-theme #hills {
    width: 109%;
    right: -5%;
  }
  .donkey-daniel-theme #trolly {
    bottom: -305px;
    width: 840px;
  }
  .donkey-daniel-theme #trolly.trolly-stop {
    margin-left: 23%;
  }
}
@media only screen and (max-width: 1600px) {
  .donkey-daniel-theme #daniel {
    left: 130px;
  }
  .donkey-daniel-theme #donkey {
    right: 110px;
  }
  .donkey-daniel-theme #hills {
    bottom: -89px;
    width: 110%;
    right: -5%;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -390px;
  }
  .donkey-daniel-theme #trolly {
    bottom: -309px;
    width: 840px;
  }
  .donkey-daniel-theme #trolly.trolly-stop {
    margin-left: 23%;
  }
}
@media only screen and (max-width: 1380px) {
  .donkey-daniel-theme #hills {
    bottom: -5px;
    width: 110%;
    right: -5%;
  }
  .donkey-daniel-theme #donkey {
    right: 30px;
    bottom: 92px;
    width: 338px;
  }
  .donkey-daniel-theme #daniel {
    left: 20px;
    bottom: 87px;
    width: 365px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -393px;
    max-width: 390px;
    border: solid #fff 15px;
  }
  .donkey-daniel-theme #trolly {
    bottom: -301px;
    width: 820px;
  }
  .donkey-daniel-theme #trolly.trolly-stop {
    margin-left: 13%;
  }
}
@media only screen and (max-width: 1025px) {
  .donkey-daniel-theme #daniel {
    width: 310px;
  }
  .donkey-daniel-theme #donkey {
    right: 10px;
    width: 298px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -360px;
  }
  .donkey-daniel-theme #hills {
    width: 220%;
    right: -60%;
  }
  .donkey-daniel-theme #trolly.trolly-stop {
    margin-left: 10%;
  }
  .donkey-daniel-theme #trolly {
    bottom: -291px;
    width: 720px;
  }
}
@media only screen and (max-width: 775px) {
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -30px;
  }
  .donkey-daniel-theme #daniel {
    bottom: 399px;
    width: 230px;
  }
  .donkey-daniel-theme #donkey {
    bottom: 407px;
    right: 10px;
    width: 218px;
  }
  .donkey-daniel-theme #hills {
    width: 354%;
    right: -130%;
  }
  .donkey-daniel-theme #trolly {
    bottom: -245px;
    width: 570px;
  }
  .donkey-daniel-theme #trolly.trolly-stop {
    margin-left: 6%;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -150px;
    max-width: 360px;
  }
}
@media only screen and (max-width: 601px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .donkey-daniel-theme #trolly {
    display:none;
  }
  .donkey-daniel-theme #daniel {
    bottom: 119px;
    width: 230px;
  }
  .donkey-daniel-theme #donkey {
    bottom: 141px;
    width: 201px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -30px;
    max-width: 270px;
    left: 71px;
  }
  .donkey-daniel-theme #hills {
    width: 164%;
    right: -36%;
  }
}
@media only screen and (max-width: 500px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .donkey-daniel-theme #daniel {
    bottom: 155px;
    width: 210px;
  }
  .donkey-daniel-theme #donkey {
    bottom: 189px;
    width: 181px;
    right: 20px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    border: solid #fff 10px;
  }
  .donkey-daniel-theme #hills {
    width: 154%;
    right: -28%;
  }
}
@media only screen and (max-width: 480px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .donkey-daniel-theme #daniel {
    bottom: 224px;
    width: 190px;
  }
  .donkey-daniel-theme #donkey {
    width: 160px;
    right: 20px;
    bottom: 258px;
  }
  .donkey-daniel-theme #hills {
    bottom: 65px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -30px;
    max-width: 230px;
    left: 61px;
  }
}

@media only screen and (min-width: 1601px) and (max-height: 1200px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 841px;
  }
  .donkey-daniel-theme #hills {
    bottom: -198px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -370px;
  }
}
@media only screen and (max-width: 1600px) and (max-height: 1200px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 841px;
  }
  .donkey-daniel-theme #hills {
    bottom: -119px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -360px;
  }
  .donkey-daniel-theme #trolly {
    bottom: -280px;
  }
}
@media only screen and (max-width: 1380px) and (max-height: 1200px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 841px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -356px;
  }
  .donkey-daniel-theme #hills {
    bottom: -69px;
    width: 130%;
    right: -15%;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 1200px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 841px;
  }
  .donkey-daniel-theme #hills {
    bottom: -5px;
    width: 202%;
    right: -51%;
  }
  .donkey-daniel-theme #daniel {
    width: 280px;
  }
  .donkey-daniel-theme #donkey {
    width: 258px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -337px;
  }
  .donkey-daniel-theme #trolly {
    bottom: -263px;
  }
}
@media only screen and (max-width: 775px) and (max-height: 1200px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 841px;
  }
  .donkey-daniel-theme #daniel {
    width: 230px;
    bottom: 379px;
  }
  .donkey-daniel-theme #donkey {
    width: 212px;
    bottom: 410px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -140px;
    max-width: 320px;
  }
  .donkey-daniel-theme #trolly {
    width: 505px;
    margin-left: 13%;
  }
  .donkey-daniel-theme #hills {
    bottom: -8px;
    width: 340%;
    right: -121%;
  }
}
@media only screen and (max-width: 601px) and (max-height: 1200px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .donkey-daniel-theme #daniel {
    bottom: 113px;
  }
  .donkey-daniel-theme #donkey {
    bottom: 144px;
  }
  .donkey-daniel-theme #hills {
    bottom: -8px;
    width: 210%;
    right: -57%;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -26px;
    max-width: 290px;
    left: 62px;
    border: solid #fff 10px;
  }
}
@media only screen and (max-width: 500px) and (max-height: 1200px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    max-width: 265px;
    left: 66px;
  }
  .donkey-daniel-theme #daniel {
    bottom: 149px;
  }
  .donkey-daniel-theme #donkey {
    bottom: 180px;
    width: 200px;
  }
}
@media only screen and (max-width: 480px) and (max-height: 1200px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    max-width: 253px;
    left: 54px;
  }
  .donkey-daniel-theme #daniel {
    bottom: 232px;
    width: 182px;
  }
  .donkey-daniel-theme #donkey {
    bottom: 257px;
    width: 160px;
  }
  .donkey-daniel-theme #hills {
    width: 260%;
    right: -75%;
  }
}

@media only screen and (min-width: 1601px) and (max-height: 1010px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 794px;
  }
  .donkey-daniel-theme #trolly {
    bottom: -115px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -167px;
  }
}
@media only screen and (max-width: 1600px) and (max-height: 1010px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 794px;
  }
  .donkey-daniel-theme #trolly {
    bottom: -91px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -138px;
  }
}
@media only screen and (max-width: 1380px) and (max-height: 1010px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 794px;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 1010px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 794px;
  }
}
@media only screen and (max-width: 775px) and (max-height: 1010px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 794px;
  }
  .donkey-daniel-theme #daniel {
    bottom: 309px;
  }
  .donkey-daniel-theme #donkey {
    bottom: 336px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -28px;
    left: 39px;
  }
  .donkey-daniel-theme #trolly {
    bottom: -138px;
  }
  .donkey-daniel-theme #hills {
    width: 290%;
    right: -94%;
  }
}
@media only screen and (max-width: 601px) and (max-height: 1010px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .donkey-daniel-theme #daniel {
    bottom: 114px;
  }
  .donkey-daniel-theme #donkey {
    bottom: 145px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    left: 58px;
  }
  .donkey-daniel-theme #hills {
    width: 140%;
    right: -20%;
    bottom: 54px;
  }
}
@media only screen and (max-width: 500px) and (max-height: 1010px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .donkey-daniel-theme #daniel {
    bottom: 151px;
  }
  .donkey-daniel-theme #donkey {
    bottom: 176px;
  }
  .donkey-daniel-theme #hills {
    width: 160%;
    right: -29%;
  }
}
@media only screen and (max-width: 480px) and (max-height: 1010px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .donkey-daniel-theme #daniel {
    bottom: 231px;
    width: 172px;
  }
  .donkey-daniel-theme #donkey {
    bottom: 256px;
    width: 150px;
    right: 30px;
  }
  .donkey-daniel-theme #hills {
    width: 170%;
    right: -32%;
  }
}

@media only screen and (min-width: 1900px) and (max-height: 888px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 690px;
  }
  .donkey-daniel-theme #hills {
    bottom: -210px;
    width: 100%;
    right: 0%;
  }
  .donkey-daniel-theme #trolly.trolly-stop {
    margin-left: 32%;
    bottom: -35px;
    width: 790px;
  }
}
@media only screen and (max-width: 1899px) and (max-height: 888px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 690px;
  }
  .donkey-daniel-theme #donkey {
    right: 220px;
  }
  .donkey-daniel-theme #trolly {
    bottom: -11px;
    margin-left: 27%;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -60px;
  }
}
@media only screen and (max-width: 1600px) and (max-height: 888px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 690px;
  }
  .donkey-daniel-theme #donkey {
    right: 140px;
  }
}
@media only screen and (max-width: 1380px) and (max-height: 888px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 690px;
  }
  .donkey-daniel-theme #daniel {
    left: 70px;
    bottom: 87px;
    width: 315px;
  }
  .donkey-daniel-theme #donkey {
    right: 30px;
    bottom: 88px;
    width: 298px;
  }
  .donkey-daniel-theme #trolly.trolly-stop {
    margin-left: 17%;
    bottom: -44px;
    width: 720px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -90px;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 888px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 690px;
  }
  .donkey-daniel-theme #hills {
    bottom: -35px;
    width: 160%;
    right: -31%;
  }
  .donkey-daniel-theme #daniel {
    left: 30px;
    width: 265px;
  }
  .donkey-daniel-theme #donkey {
    right: 10px;
    width: 258px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    max-width: 340px;
    bottom: -130px;
  }
  .donkey-daniel-theme #trolly.trolly-stop {
    margin-left: 9%;
    bottom: -65px;
    width: 680px;
  }
}
@media only screen and (max-width: 775px) and (max-height: 888px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 690px;
  }
  .donkey-daniel-theme #daniel {
    left: 40px;
    width: 215px;
    bottom: 269px;
  }
  .donkey-daniel-theme #donkey {
    right: 20px;
    width: 188px;
    bottom: 298px;
  }
  .donkey-daniel-theme #hills {
    bottom: -11px;
    width: 240%;
    right: -71%;
  }
  .donkey-daniel-theme #trolly.trolly-stop {
    margin-left: 6%;
    bottom: -15px;
    width: 580px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    border: solid #fff 10px;
    left: 11px;
    max-width: 280px;
    bottom: -50px;
  }
}
@media only screen and (max-width: 601px) and (max-height: 888px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .donkey-daniel-theme #daniel {
    bottom: 121px;
  }
  .donkey-daniel-theme #donkey {
    bottom: 150px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    left: 63px;
    max-width: 280px;
    bottom: -31px;
  }
}
@media only screen and (max-width: 500px) and (max-height: 888px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .donkey-daniel-theme #hills {
    bottom: -61px;
    width: 210%;
    right: -56%;
  }
  .donkey-daniel-theme #daniel {
    bottom: 157px;
  }
  .donkey-daniel-theme #donkey {
    bottom: 186px;
  }
}
@media only screen and (max-width: 480px) and (max-height: 888px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .donkey-daniel-theme #daniel {
    bottom: 228px;
    left: 25px;
    width: 185px;
  }
  .donkey-daniel-theme #donkey {
    bottom: 253px;
    right: 20px;
    width: 168px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    max-width: 171px;
    bottom: -21px;
  }
  .donkey-daniel-theme #hills {
    bottom: 67px;
  }
}
@media only screen and (max-width: 375px) and (max-height: 888px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
}

@media only screen and (min-width: 1900px) and (max-height: 715px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 530px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -27px;
    max-width: 320px;
    border: solid #fff 13px;
  }
  .donkey-daniel-theme #daniel {
    bottom: -43px;
    left: 410px;
  }
  .donkey-daniel-theme #donkey {
    bottom: -32px;
    right: 390px;
  }
  .donkey-daniel-theme #trolly.trolly-stop {
    margin-left: 36%;
    bottom: 35px;
    width: 650px;
  }
}
@media only screen and (max-width: 1899px) and (max-height: 715px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 530px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -27px;
    max-width: 320px;
    border: solid #fff 13px;
  }
  .donkey-daniel-theme #daniel {
    bottom: -43px;
    left: 260px;
  }
  .donkey-daniel-theme #donkey {
    bottom: -32px;
    right: 230px;
  }
  .donkey-daniel-theme #trolly.trolly-stop {
    margin-left: 32%;
    bottom: 35px;
    width: 650px;
  }
}
@media only screen and (max-width: 1600px) and (max-height: 715px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 530px;
  }
  .donkey-daniel-theme #daniel {
    left: 170px;
  }
  .donkey-daniel-theme #donkey {
    right: 197px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -35px;
  }
  .donkey-daniel-theme #trolly.trolly-stop {
    margin-left: 29%;
  }
}
@media only screen and (max-width: 1380px) and (max-height: 715px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 530px;
  }
  .donkey-daniel-theme #daniel {
    left: 147px;
    bottom: 37px;
    width: 275px;
  }
  .donkey-daniel-theme #donkey {
    right: 117px;
    bottom: 50px;
    width: 268px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -45px;
  }
  .donkey-daniel-theme #trolly.trolly-stop {
    bottom: 35px;
    width: 620px;
    margin-left: 24%;
  }
  .donkey-daniel-theme #hills {
    bottom: -51px;
    width: 110%;
    right: -5%;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 715px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 530px;
  }
  .donkey-daniel-theme #daniel {
    left: 47px;
    bottom: 37px;
    width: 255px;
  }
  .donkey-daniel-theme #donkey {
    right: 47px;
    bottom: 44px;
    width: 248px;
  }
  .donkey-daniel-theme #trolly.trolly-stop {
    bottom: -25px;
    margin-left: 16%;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -84px;
    max-width: 300px;
    border: solid #fff 10px;
  }
}
@media only screen and (max-width: 775px) and (max-height: 715px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 530px;
  }
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .donkey-daniel-theme #daniel {
    left: 137px;
    bottom: 236px;
    width: 145px;
  }
  .donkey-daniel-theme #donkey {
    bottom: 256px;
    width: 128px;
    right: 25px;
  }
  .donkey-daniel-theme #hills {
    bottom: -10px;
    width: 180%;
    right: -39%;
  }
  .donkey-daniel-theme #trolly.trolly-stop {
    bottom: 1px;
    margin-left: 19%;
    width: 510px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -24px;
    max-width: 240px;
    left: 61px;
  }
}
@media only screen and (max-width: 601px) and (max-height: 715px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .donkey-daniel-theme #trolly {
    display:block;
  }
  .donkey-daniel-theme #trolly.trolly-stop {
    bottom: -120px;
    margin-left: 7%;
    width: 460px;
  }
  .donkey-daniel-theme #daniel {
    left: 27px;
    bottom: 206px;
  }
  .donkey-daniel-theme #donkey {
    bottom: 204px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -153px;
    left: 1px;
  }
  .donkey-daniel-theme #hills {
    bottom: 66px;
  }
}
@media only screen and (max-width: 500px) and (max-height: 715px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
}
@media only screen and (max-width: 480px) and (max-height: 715px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .donkey-daniel-theme #daniel {
    bottom: 242px;
  }
  .donkey-daniel-theme #donkey {
    bottom: 263px;
  }
  .donkey-daniel-theme #hills {
    width: 220%;
    right: -61%;
    bottom: 66px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -83px;
    left: 59px;
    max-width: 180px;
  }
  .donkey-daniel-theme #trolly.trolly-stop {
    bottom: -140px;
    margin-left: 7%;
    width: 340px;
  }
}
@media only screen and (max-width: 375px) and (max-height: 715px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .donkey-daniel-theme #hills {
    width: 240%;
    right: -70%;
  }
  .donkey-daniel-theme #trolly {
    display: none;
  }
  .donkey-daniel-theme #daniel {
    left: 24px;
  }
  .donkey-daniel-theme #donkey {
    right: 8px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    border: solid #fff 7px;
    bottom: -103px;
    left: 49px;
  }
}
@media only screen and (max-width: 320px) and (max-height: 715px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .donkey-daniel-theme #daniel {
    width: 135px;
    bottom: 246px;
  }
  .donkey-daniel-theme #donkey {
    width: 118px;
    bottom: 265px;
  }
}

/* Odd one-off sized smaller mobile devices */

@media only screen and (max-width: 823px) and (min-width: 776px) and (max-height: 411px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 329px;
  }
  .donkey-daniel-theme #daniel {
    bottom: 47px;
    width: 170px;
    left: 137px;
  }
  .donkey-daniel-theme #donkey {
    right: 127px;
    bottom: 52px;
    width: 156px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -20px;
    max-width: 220px;
  }
  .donkey-daniel-theme #trolly.trolly-stop {
    bottom: 67px;
    margin-left: 24%;
    width: 450px;
  }
}

@media only screen and (max-width: 775px) and (min-width: 732px) and (max-height: 411px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 388px;
  }
  .home .theme-section .phat-button {
    bottom: 40%;
  }
  .brand img {
    width: 80%;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -9px;
    max-width: 180px;
    left: 0px;
  }
  .donkey-daniel-theme #daniel {
    bottom: 210px;
    width: 125px;
  }
  .donkey-daniel-theme #donkey {
    bottom: 227px;
    width: 108px;
    right: 149px;
  }
  .donkey-daniel-theme #hills {
    width: 140%;
    right: -20%;
  }
  .donkey-daniel-theme #trolly.trolly-stop {
    bottom: 1px;
    margin-left: 32%;
    width: 290px;
  }
}

@media only screen and (max-width: 812px) and (max-height: 375px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 328px;
  }
}

@media only screen and (max-width: 667px) and (max-height: 375px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 450px;
  }
  .home .theme-section .phat-button {
    bottom: 37%;
  }
}

@media only screen and (max-width: 568px) and (max-height: 320px) {
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 374px;
  }
  .home .theme-section .phat-button.right {
    right: 34px;
  }
  .home .theme-section .phat-button {
    bottom: 27%;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -14px;
    border: solid #fff 7px;
    max-width: 200px;
    left: 67px;
  }
  .donkey-daniel-theme #hills {
    bottom: -14px;
    width: 150%;
    right: -26%;
  }
  .donkey-daniel-theme #daniel {
    left: 142px;
    bottom: 147px;
    width: 135px;
  }
  .donkey-daniel-theme #donkey {
    bottom: 164px;
    width: 118px;
  }
  .donkey-daniel-theme #trolly.trolly-stop {
    bottom: 20px;
    margin-left: 17%;
    width: 400px;
  }
}

@media only screen and (max-width: 692px) and (min-width: 672px) and (max-height: 280px) {
  .brand img {
    width: 70%;
  }
  .home .theme-section .phat-button {
    bottom: 40%;
  }
  .donkey-daniel-theme .scroll-panel.theme-section {
    min-height: 400px;
  }
  .donkey-daniel-theme #daniel {
    left: 137px;
    bottom: 209px;
    width: 135px;
  }
  .donkey-daniel-theme #donkey {
    bottom: 229px;
    width: 118px;
    right: 127px;
  }
  .donkey-daniel-theme #gameboxGraphic {
    bottom: -11px;
    max-width: 195px;
    left: 18px;
    border: solid #fff 7px;
  }
  .donkey-daniel-theme #hills {
    width: 160%;
    right: -30%;
  }
  .donkey-daniel-theme #trolly {
    display:none;
  }
}