section,
aside,
nav {
  display: block;
}
#header {
  z-index: 20;
}
.pack-wrap {
  color: #fff;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.pack-wrap .i-tbg,
.pack-wrap .i-tbg-o {
  background: linear-gradient(to bottom, #0088a7 0%, #00b6d6 100%);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pack-wrap .i-tbg-o {
  background: url(/global_images/what-to-pack/textured_paper-02.png);
}
.pack-wrap > .inner {
  position: fixed;
  top: 175px;
  left: 0;
  right: 0;
  padding-top: 15px;
  z-index: 150;
}
.pack-wrap *,
.pack-wrap *:before,
.pack-wrap *:after {
  box-sizing: border-box;
}
.pack-wrap h1,
.pack-wrap .h1 {
  font-family: "Campton-Bold";
  font-size: 3.6em;
  position: relative;
  padding-bottom: 6px;
  display: inline-block;
  z-index: 160;
}
.pack-wrap h1:before,
.pack-wrap .h1:before {
  content: '';
  background: url(/global_images/what-to-pack/h1-icon.png);
  width: 58px;
  height: 58px;
  position: absolute;
  top: -65px;
  left: 50%;
  margin-left: -29px;
}
.pack-wrap h2 {
  font-family: "ProximaNova-Bold";
  font-size: 2.4em;
  color: #ffffff;
}
.pack-wrap h3 {
  font-family: "Campton-Bold";
}
.pack-wrap .next-item {
  font-family: "Campton-Bold";
  font-size: 1.95em;
  line-height: 1.2em;
  position: relative;
  padding-bottom: 20px;
  display: none;
}
.pack-wrap .next-item:before,
.pack-wrap .next-item:after {
  content: '';
  width: 16px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1px;
  transform-origin: 10% 50%;
  -webkit-transform-origin: 10% 50%;
}
.pack-wrap .next-item:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.pack-wrap .next-item:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#content .pack-wrap h2,
#content .pack-wrap h3 {
  color: #ffffff;
}
#content .pack-wrap h3 {
  margin: 0;
}
#content .pack-wrap a {
  text-decoration: none;
  color: #ffffff;
}
#content .pack-wrap a:active,
#content .pack-wrap a:focus,
#content .pack-wrap a:hover {
  text-decoration: underline;
}
#content .pack-wrap ul {
  margin-left: 5px;
}
.intro {
  text-align: center;
  margin: 0 auto;
  max-width: 820px;
  position: relative;
  padding-bottom: 86px;
  padding-top: 73px;
}
.intro p {
  font-size: 2em;
  line-height: 1.2em;
}
.intro .intro-text {
  position: relative;
}
.scroll {
  width: 58px;
  height: 58px;
  border: 4px solid #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -29px;
  cursor: pointer;
}
.scroll:before,
.scroll:after {
  content: '';
  width: 16px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 58%;
  left: 50%;
  margin-left: -1px;
  transform-origin: 10% 50%;
  -webkit-animation: scroll 4s infinite;
}
.scroll:before {
  transform: rotate(-135deg);
}
.scroll:after {
  transform: rotate(-45deg);
}
.no-csstransforms .scroll {
  background: url(/global_images/what-to-pack/scroll-fallback.png) 50% 50% no-repeat;
  border: 0;
}
.no-csstransforms .scroll:before,
.no-csstransforms .scroll:after {
  display: none;
}
.side-wrap {
  font-size: 1.4em;
  border: 4px solid #fff;
  position: absolute;
  top: 362px;
  right: 38px;
  width: 310px;
  padding: 20px;
}
.side-wrap ul {
  padding-left: 14px;
}
.side-wrap li {
  list-style-type: disc;
  margin-bottom: 9px;
}
@media (max-width: 1100px) {
  .side-wrap {
    display: none;
  }
}
@media (max-height: 800px) {
  .side-wrap {
    margin-top: -180px;
  }
}
.hints {
  right: 38px;
  transition: right .28s .34s;
}
.wtp-nav {
  right: -350px;
  top: 250px;
  transition: right .28s;
}
.wtp-nav ul {
  padding-left: 0;
}
.wtp-nav li {
  list-style-type: none;
}
.wtp-nav a,
.wtp-nav a:visited {
  color: #fff;
  font-family: "ProximaNova-Bold";
  position: relative;
  display: block;
  line-height: 1.2em;
}
.wtp-nav a:after,
.wtp-nav a:visited:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  width: 18px;
  height: 18px;
  transition: .14s;
  border: 0px solid #fff;
}
.no-borderradius .wtp-nav a:after,
.no-borderradius .wtp-nav a:visited:after {
  background: transparent url(/global_images/what-to-pack/nav-fallback.png) 50% 100% no-repeat;
}
.wtp-nav .active a:after,
.wtp-nav .active a:visited:after {
  border-width: 9px;
  border-color: #fff;
}
.no-borderradius .wtp-nav .active a:after,
.no-borderradius .wtp-nav .active a:visited:after {
  background-position: 50% 0;
  border: 0;
}
.wtp-nav a:hover {
  text-decoration: none;
}
.wtp-nav a:hover:after {
  background-color: rgba(255, 255, 255, 0.8);
}
.no-borderradius .wtp-nav a:hover:after {
  background-color: transparent;
  background-position: 50% 100%;
}
.alt-panel .hints {
  right: -350px;
  transition: right .28s;
}
.alt-panel .wtp-nav {
  right: 38px;
  transition: right .28s .34s;
}
.bag-wrap {
  position: fixed;
  top: 547px;
  left: 50%;
  margin-left: -348px;
  width: 697px;
  height: 770px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.bag-wrap.bag-back {
  background-image: url(/global_images/what-to-pack/bag-back.png);
  z-index: 40;
}
.bag-wrap.bag-closed {
  background-image: url(/global_images/what-to-pack/bag-closed.png);
  z-index: 60;
}
.bag-wrap.bag-front {
  background-image: url(/global_images/what-to-pack/bag-front.png);
  background-position: 50% 1px;
  z-index: 80;
  opacity: 0;
}
.bag-wrap.bag-zip {
  background-image: url(/global_images/what-to-pack/new-zip-sprite-compressed.png);
  z-index: 90;
  height: 455px;
}
.section {
  text-align: center;
  position: relative;
  height: 1968px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}
.section .texture-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 300px;
}
.section .texture-bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 300px;
  background: url(/global_images/what-to-pack/textured_paper-02.png);
}
.section.section .h1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
}
.section.section .h1 span {
  display: inline-block;
  padding-bottom: 8px;
}
.section:not(.section-9) .h1 {
  margin-top: 0 !important;
}
.section.section-1 .texture-bg {
  background: #00773c;
  background: linear-gradient(to bottom, #00773c 0%, #0ec377 100%);
}
.section.section-2 .texture-bg {
  background: #f06583;
  background: linear-gradient(to bottom, #f06583 0%, #fd7f99 100%);
}
.section.section-3 .texture-bg {
  background: #dc5c14;
  background: linear-gradient(to bottom, #dc5c14 0%, #f27f31 100%);
}
.section.section-4 .texture-bg {
  background: #fea600;
  background: linear-gradient(to bottom, #fea600 0%, #ffc300 100%);
}
.section.section-5 .texture-bg {
  background: #8377bb;
  background: linear-gradient(to bottom, #8377bb 0%, #aeabda 100%);
}
.section.section-6 .texture-bg {
  background: #f16786;
  background: linear-gradient(to bottom, #f16786 0%, #ff8198 100%);
}
.section.section-7 .texture-bg {
  background: #007e40;
  background: linear-gradient(to bottom, #007e40 0%, #27c97d 100%);
}
.section.section-8 .texture-bg {
  background: #db5811;
  background: linear-gradient(to bottom, #db5811 0%, #f38031 100%);
}
.section.section-9 .texture-bg {
  background: #766db2;
  background: linear-gradient(to bottom, #766db2 0%, #aba4d8 100%);
}
.spacer {
  background: #0088a7;
  background: linear-gradient(to bottom, #0088a7 0%, #00b6d6 100%);
  height: 2000px;
}
.parallax-img {
  position: fixed;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  top: 0;
  display: none;
}
.active .parallax-img {
  display: block;
}
.parallax-img.bag-img {
  z-index: 60;
}
.parallax-img.front-img {
  z-index: 120;
}
@media (max-width: 1024px) {
  .parallax-img.front-img {
    display: none;
  }
}
.parallax-img.back-img {
  z-index: 100;
}
@media (max-width: 1024px) {
  .parallax-img.back-img {
    display: none;
  }
}
.section-1 .front-img {
  margin: 191px 0 0 -390px;
}
.section-1 .back-img {
  margin: 50px 0 0 390px;
}
.section-2 .bag-img {
  margin-top: 70px;
}
.section-3 .bag-img {
  margin-top: 40px;
}
.section-4 .back-img {
  margin: 0 0 0 -310px;
}
.section-5 .bag-img {
  margin-top: 80px;
}
.section-5 .back-img {
  margin: 0 0 0 -340px;
}
.section-6 .bag-img {
  margin-top: 130px;
}
.section-6 .back-img {
  margin: 0 0 0 -360px;
}
.section-8 .bag-img {
  margin-left: 100px;
}
.section-8 .front-img {
  margin-left: -350px;
}
.section-8 .back-img {
  margin: 0 0 0 360px;
}
.section-9 .bag-img {
  margin-left: -80px;
}
.section-9 .front-img {
  margin-left: -350px;
}
.section-9 .back-img {
  margin: 0 0 0 380px;
}
.bag-img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#footer {
  position: relative;
  z-index: 100;
}
.mobile-image {
  display: none;
  margin: 30px auto;
  max-width: 100%;
}

/* no touch */
  .pack-wrap.notouch .bag-img,
  .pack-wrap.notouch .front-img,
  .pack-wrap.notouch .back-img,
  .pack-wrap.notouch .bag-wrap,
  .pack-wrap.notouch .intro:before,
  .pack-wrap.notouch .spacer,
  .pack-wrap.notouch .i-tbg-o,
  .pack-wrap.notouch .i-tbg
   {
    display: none;
  }
#pack-wrap.notouch {
  background: linear-gradient(to bottom, #0088a7 0%, #00b6d6 100%);
}

#inner.notouch {
  margin-top: 80px;
}

  .notouch .section,
  .notouch .section.spacer {
    height: auto;
    padding-top: 115px;
    padding-bottom: 0;
  }
  .pack-wrap.notouch {
    font-size: 1.2em;
  }
  .pack-wrap.notouch .intro-text {
    opacity: 1 !important;
    top: 0 !important;
    padding: 0 30px 50px 30px
  }
  .pack-wrap.notouch .scroll {
    opacity: 1 !important;
    bottom: 0 !important;
  }
  .pack-wrap.notouch h1,
  .pack-wrap.notouch .section .h1 {
    position: relative;
    top: 0;
    margin-top: 0 !important;
    opacity: 1 !important;
  }
  .pack-wrap.notouch h2 {
    font-size: 2.02em;
  }
  .pack-wrap.notouch .next-item {
    display: block;
  }
  .notouch .side-wrap.hints {
    opacity: 1 !important;
    display: block;
    position: static;
    width: auto;
    margin: 20px;
    background: #00aacb;
    background: rgba(0, 170, 203, 0.5);
    border: 4px solid #fff;
    border: 4px solid rgba(255, 255, 255, 0.5);
  }
  .notouch .mobile-image {
    max-height: 350px;
    display: block;
    z-index: 5;
    position: relative;
  }
  .pack-wrap.notouch > .inner {
    position: static;
  }
  .notouch .section .texture-bg {
    z-index: 1;
    height: 700px;
  }
  .notouch .section .texture-bg-overlay {
    z-index: 2;
    height: 700px;
  }

  .notouch .container {
    z-index: 3;
  }

@media (max-width: 480px) {
  .pack-wrap {
    font-size: 0.8em;
  }
}
@keyframes scroll {
  0% {
    margin-top: 0;
  }
  2.5% {
    margin-top: 3px;
  }
  5% {
    margin-top: 0;
  }
  7.5% {
    margin-top: 3px;
  }
  10% {
    margin-top: 0;
  }
  12.5% {
    margin-top: 3px;
  }
  15% {
    margin-top: 0;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes scroll {
  0% {
    margin-top: 0;
  }
  2.5% {
    margin-top: 3px;
  }
  5% {
    margin-top: 0;
  }
  7.5% {
    margin-top: 3px;
  }
  10% {
    margin-top: 0;
  }
  12.5% {
    margin-top: 3px;
  }
  15% {
    margin-top: 0;
  }
  100% {
    margin-top: 0;
  }
}
.no-csstransforms .section-1 .bag-img {
  margin-left: -91px;
}
.no-csstransforms .section-1 .front-img {
  margin-left: -580px;
}
.no-csstransforms .section-1 .back-img {
  margin-left: 289px;
}
.no-csstransforms .section-2 .bag-img {
  margin-left: -210px;
}
.no-csstransforms .section-2 .front-img {
  margin-left: -806px;
}
.no-csstransforms .section-2 .back-img {
  margin-left: -574px;
}
.no-csstransforms .section-3 .bag-img {
  margin-left: -169px;
}
.no-csstransforms .section-3 .front-img {
  margin-top: -378px;
}
.no-csstransforms .section-3 .back-img {
  margin-top: -381px;
}
.no-csstransforms .section-4 .bag-img {
  margin-left: -120px;
}
.no-csstransforms .section-5 .bag-img {
  margin-left: -213px;
}
.no-csstransforms .section-6 .bag-img {
  margin-left: -207px;
}
.no-csstransforms .section-7 .bag-img {
  margin-left: -108px;
}
.no-csstransforms .section-8 .bag-img {
  margin-left: -47px;
}
.no-csstransforms .section-9 .bag-img {
  margin-left: -33px;
}
