.scrollmagic-pin-spacer {
  background-color: #d1edfb;
}

#m8-animation {
  width: 100%;
  height: 650px;
  position: relative;
  background-color: #d1edfb;
  overflow: hidden;
  display: none;
}

@media (min-width: 768px) {
  #m8-animation {
    display: block;
  }
}

#m8-animation .bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 315px;
  background: #ffffff url('../img/bg-top.jpg?1446231139') no-repeat scroll center top;
}

#m8-animation #m8-animation-container {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  height: 100%;
  position: absolute;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  top: -20px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 0) {
  #m8-animation #m8-animation-container {
    -moz-transform: translateX(-50%) scale(0.34);
    -ms-transform: translateX(-50%) scale(0.34);
    -webkit-transform: translateX(-50%) scale(0.34);
    -o-transform: translateX(-50%) scale(0.34);
    transform: translateX(-50%) scale(0.34);
  }
}

@media (min-width: 480px) {
  #m8-animation #m8-animation-container {
    -moz-transform: translateX(-50%) scale(0.64);
    -ms-transform: translateX(-50%) scale(0.64);
    -webkit-transform: translateX(-50%) scale(0.64);
    -o-transform: translateX(-50%) scale(0.64);
    transform: translateX(-50%) scale(0.64);
  }
}

@media (min-width: 620px) {
  #m8-animation #m8-animation-container {
    -moz-transform: translateX(-50%) scale(0.64);
    -ms-transform: translateX(-50%) scale(0.64);
    -webkit-transform: translateX(-50%) scale(0.64);
    -o-transform: translateX(-50%) scale(0.64);
    transform: translateX(-50%) scale(0.64);
  }
}

@media (min-width: 768px) {
  #m8-animation #m8-animation-container {
    -moz-transform: translateX(-50%) scale(0.815);
    -ms-transform: translateX(-50%) scale(0.815);
    -webkit-transform: translateX(-50%) scale(0.815);
    -o-transform: translateX(-50%) scale(0.815);
    transform: translateX(-50%) scale(0.815);
  }
}

@media (min-width: 960px) {
  #m8-animation #m8-animation-container {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

#m8-animation #m8-blueprint {
  width: 119px;
  height: 153px;
  position: absolute;
  left: 50px;
  bottom: 235px;
  background: transparent url('../img/blueprint.png?1446231139') no-repeat scroll center top;
}

#m8-animation #m8-tower {
  width: 48px;
  height: 116px;
  position: absolute;
  left: 30px;
  bottom: 255px;
  background: transparent url('../img/tower.png?1446231139') no-repeat scroll center top;
}

#m8-animation #m8-rocket {
  width: 85px;
  height: 116px;
  position: absolute;
  left: 72px;
  bottom: 257px;
}

#m8-animation #m8-rocket .rocket-body {
  width: 85px;
  height: 116px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent url('../img/rocket.png?1446231139') no-repeat scroll center top;
  z-index: 1;
}

#m8-animation #m8-rocket .rocket-flame {
  width: 32px;
  height: 73px;
  position: absolute;
  left: 26px;
  bottom: -55px;
  opacity: 0;
  visibility: hidden;
  background: transparent url('../img/rocket_flame_sprite.png?1446231139') no-repeat scroll 0 0;
}

#m8-animation #smoke {
  width: 276px;
  height: 81px;
  position: absolute;
  left: 3px;
  bottom: 190px;
  background: transparent url('../img/smoke.png?1446231139') no-repeat scroll 0 0;
  display: none;
  z-index: 2;
}

#m8-animation .author-title {
  -webkit-box-shadow: 4px 6px 0 0 #84aebd;
  box-shadow: 4px 6px 0 0 #84aebd;
  font-family: 'Open Sans Extrabold', 'Open Sans', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
  background-color: #375f82;
  padding: 0 0.6666em;
  margin: 0;
  position: absolute;
  bottom: 199px;
  left: 24px;
  z-index: 10;
}

#m8-animation #laptop {
  position: absolute;
  left: 250px;
  bottom: 245px;
  width: 237px;
  height: 151px;
  z-index: 1;
}

#m8-animation #laptop .laptop-closed {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 19px;
  background: transparent url('../img/laptop_closed.png?1446231139') no-repeat scroll center bottom;
  opacity: 0;
}

#m8-animation #laptop .laptop-quarter-open {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 63px;
  background: transparent url('../img/laptop_quarter_open.png?1446231139') no-repeat scroll center top;
  opacity: 0;
}

#m8-animation #laptop .laptop-half {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 97px;
  background: transparent url('../img/laptop_half.png?1446231139') no-repeat scroll center top;
  opacity: 0;
}

#m8-animation #laptop .laptop-threequarter-open {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: transparent url('../img/laptop_threequarter_open.png?1446231139') no-repeat scroll center top;
  opacity: 0;
}

#m8-animation #laptop .laptop-open {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 237px;
  height: 151px;
  background: transparent url('../img/laptop_sprite.png?1446231139') no-repeat scroll 0 -604px;
}

#m8-animation #laptop .laptop-open .laptop-screen {
  position: absolute;
  top: 10px;
  left: 32px;
  width: 174px;
  height: 100px;
  background: transparent url('../img/laptop_screen_bg.png?1446231139') no-repeat scroll center top;
  overflow: hidden;
  opacity: 1;
}

#m8-animation #laptop .laptop-open.opened {
  background-position: 0 -604px;
}

#m8-animation #laptop .laptop-open.opened .laptop-screen {
  opacity: 1;
}

#m8-animation .rocket-nojs {
  position: absolute;
  width: 98px;
  height: 125px;
}

#m8-animation .rocket-nojs .rocket-body {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent url('../img/rocket_3d.png?1446231139') no-repeat scroll 0 0;
  z-index: 1;
}

#m8-animation .rocket-nojs .rocket-flame {
  width: 32px;
  height: 75px;
  position: absolute;
  left: 34px;
  bottom: -51px;
  background: transparent url('../img/rocket_flame_3d_sprite.png?1446231139') no-repeat scroll 0 0;
}

#m8-animation .rocket-3d {
  width: 98px;
  height: 125px;
  position: absolute;
}

#m8-animation .rocket-3d .rocket-body {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent url('../img/rocket_3d.png?1446231139') no-repeat scroll 0 0;
  z-index: 1;
}

#m8-animation .rocket-3d .rocket-flame {
  width: 32px;
  height: 75px;
  position: absolute;
  left: 34px;
  bottom: -51px;
  background: transparent url('../img/rocket_flame_3d_sprite.png?1446231139') no-repeat scroll 0 0;
}

#m8-animation #laptop .rocket-3d {
  -moz-transform: rotate(145deg) scale(0.92);
  -ms-transform: rotate(145deg) scale(0.92);
  -webkit-transform: rotate(145deg) scale(0.92);
  -o-transform: rotate(145deg) scale(0.92);
  transform: rotate(145deg) scale(0.92);
  display: none;
  left: -51px;
  top: -173px;
}

#m8-animation #laptop .rocket-nojs {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 55px;
  top: -15px;
}

#m8-animation #tv {
  position: absolute;
  left: 403px;
  bottom: 285px;
  width: 239px;
  height: 196px;
  background: transparent url('../img/tv.png?1446231139') no-repeat scroll 0 0;
  z-index: 0;
}

#m8-animation #tv .tv-screen {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 218px;
  height: 135px;
  overflow: hidden;
}

#m8-animation #tv .tv-screen .rocket-3d {
  -moz-transform: rotate(130deg) scale(0.92);
  -ms-transform: rotate(130deg) scale(0.92);
  -webkit-transform: rotate(130deg) scale(0.92);
  -o-transform: rotate(130deg) scale(0.92);
  transform: rotate(130deg) scale(0.92);
  top: 0;
  left: 0;
  visibility: hidden;
}

#m8-animation #tv .rocket-nojs {
  -moz-transform: rotate(90deg) scale(1.25);
  -ms-transform: rotate(90deg) scale(1.25);
  -webkit-transform: rotate(90deg) scale(1.25);
  -o-transform: rotate(90deg) scale(1.25);
  transform: rotate(90deg) scale(1.25);
  left: 80px;
  top: 2px;
}

#m8-animation #ipad {
  position: absolute;
  left: 572px;
  bottom: 260px;
  width: 87px;
  height: 111px;
  background: transparent url('../img/ipad.png?1446231139') no-repeat scroll 0 0;
  z-index: 1;
}

#m8-animation #ipad .ipad-screen {
  position: absolute;
  top: 9px;
  left: 14px;
  width: 61px;
  height: 82px;
  overflow: hidden;
}

#m8-animation #ipad .ipad-screen .rocket-3d {
  -moz-transform: rotate(120deg) scale(1);
  -ms-transform: rotate(120deg) scale(1);
  -webkit-transform: rotate(120deg) scale(1);
  -o-transform: rotate(120deg) scale(1);
  transform: rotate(120deg) scale(1);
  top: -5px;
  left: 27px;
  visibility: hidden;
}

#m8-animation #ipad .rocket-nojs {
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  left: -19px;
  top: -30px;
}

#m8-animation #iphone {
  position: absolute;
  left: 637px;
  bottom: 257px;
  width: 39px;
  height: 76px;
  background: transparent url('../img/iphone.png?1446231139') no-repeat scroll 0 0;
  z-index: 1;
}

#m8-animation #iphone .iphone-screen {
  position: absolute;
  top: 6px;
  left: 5px;
  width: 31px;
  height: 56px;
  overflow: hidden;
}

#m8-animation #iphone .iphone-screen .rocket-3d {
  -moz-transform: scale(0.32);
  -ms-transform: scale(0.32);
  -webkit-transform: scale(0.32);
  -o-transform: scale(0.32);
  transform: scale(0.32);
  top: -42px;
  left: -33px;
}

#m8-animation #mobile {
  position: absolute;
  left: 219px;
  bottom: 263px;
  width: 42px;
  height: 81px;
  background: transparent url('../img/mobile.png?1446231139') no-repeat scroll 0 0;
  z-index: 1;
}

#m8-animation #mobile .mobile-screen {
  position: absolute;
  top: 6px;
  left: 5px;
  width: 35px;
  height: 60px;
  overflow: hidden;
}

#m8-animation #mobile .mobile-screen .rocket-3d {
  -moz-transform: scale(0.32);
  -ms-transform: scale(0.32);
  -webkit-transform: scale(0.32);
  -o-transform: scale(0.32);
  transform: scale(0.32);
  top: -40px;
  left: -32px;
}

#m8-animation .deploy-title {
  -webkit-box-shadow: 4px 6px 0 0 #84aebd;
  box-shadow: 4px 6px 0 0 #84aebd;
  font-family: 'Open Sans Extrabold', 'Open Sans', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
  background-color: #375f82;
  padding: 0 0.6666em;
  margin: 0;
  position: absolute;
  bottom: 199px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

#m8-animation #manage-health {
  position: absolute;
  left: 683px;
  bottom: 390px;
  width: 113px;
  height: 72px;
  background: transparent url('../img/manage_health.png?1446231139') no-repeat scroll 0 0;
  z-index: 1;
}

#m8-animation #manage-graph {
  position: absolute;
  left: 808px;
  bottom: 363px;
  width: 110px;
  height: 85px;
  background: transparent url('../img/manage_graph.png?1446231139') no-repeat scroll 0 0;
  z-index: 2;
}

#m8-animation #manage-phone {
  position: absolute;
  left: 885px;
  bottom: 238px;
  width: 42px;
  height: 83px;
  background: transparent url('../img/manage_phone.png?1446231139') no-repeat scroll 0 0;
  z-index: 1;
}

#m8-animation #manage-levels {
  position: absolute;
  left: 825px;
  bottom: 235px;
  width: 67px;
  height: 69px;
  background: transparent url('../img/manage_levels.png?1446231139') no-repeat scroll 0 0;
  z-index: 3;
}

#m8-animation #manage-tablet {
  position: absolute;
  left: 680px;
  bottom: 257px;
  width: 171px;
  height: 121px;
  background: transparent url('../img/manage_tablet.png?1446231139') no-repeat scroll 0 0;
  z-index: 1;
}

#m8-animation .manage-title {
  -webkit-box-shadow: 4px 6px 0 0 #84aebd;
  box-shadow: 4px 6px 0 0 #84aebd;
  font-family: 'Open Sans Extrabold', 'Open Sans', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
  background-color: #375f82;
  padding: 0 0.6666em;
  margin: 0;
  position: absolute;
  bottom: 199px;
  left: 800px;
  z-index: 10;
}

#m8-animation .animation-title {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 36px;
  font-family: "Open Sans Extrabold", "Open Sans", Arial, sans-serif;
  font-weight: 800;
  width: 480px;
  position: absolute;
  left: 50%;
  margin-left: -239px;
  bottom: 45px;
  color: inherit;
  text-decoration: none;
}

@media (min-width: 0) and (max-width: 479px) {
  #m8-animation .animation-title {
    font-size: 22px;
    line-height: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    margin-left: 0;
    bottom: 125px;
  }
}

#m8-animation .animation-title a {
  color: inherit;
  text-decoration: none;
}

#m8-animation .animation-title .title-text {
  display: inline-block;
}

#m8-animation .animation-title .title-text .top,
#m8-animation .animation-title .title-text .bottom {
  display: block;
}

#m8-animation .animation-title .title-arrow {
  height: 72px;
  width: 58px;
  margin: 0 auto;
  display: block;
  background: transparent url('../img/title_arrow.png?1446231139') no-repeat scroll center bottom;
}

#animation-scroll-down-arrow {
  width: 58px;
  height: 58px;
  position: absolute;
  bottom: 1em;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: transparent url('../img/scroll-down-arrow.png?1446231139') no-repeat scroll center 50%;
  -o-background-size: auto;
  background-size: auto;
  display: none;
  cursor: pointer;
}
