@font-face {
  font-family: 'swis721_btroman';
  src: url("../fonts/swz721n-webfont.eot");
  src: url("../fonts/swz721n-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/swz721n-webfont.woff") format("woff"), url("../fonts/swz721n-webfont.ttf") format("truetype"), url("../fonts/swz721n-webfont.svg#swis721_btroman") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'swis721_ex_btbold';
  src: url("../fonts/swz721be-webfont.eot");
  src: url("../fonts/swz721be-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/swz721be-webfont.woff") format("woff"), url("../fonts/swz721be-webfont.ttf") format("truetype"), url("../fonts/swz721be-webfont.svg#swis721_ex_btbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'swis721_cn_btbold';
  src: url("../fonts/swz721bc-webfont.eot");
  src: url("../fonts/swz721bc-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/swz721bc-webfont.woff") format("woff"), url("../fonts/swz721bc-webfont.ttf") format("truetype"), url("../fonts/swz721bc-webfont.svg#swis721_cn_btbold") format("svg");
  font-weight: normal;
  font-style: normal; }

html, input {
  -webkit-font-smoothing: antialiased; }

body {
  color: #fff;
  font-family: 'swis721_btroman';
  font-size: 14px; }

a {
  display: block;
  cursor: pointer;
  color: #fff;
  text-decoration: none; }

a:hover {
  color: #fdd44f; }

.row {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  overflow-y: hidden; }

.center {
  text-align: center; }

ul {
  margin: 0;
  padding: 0; }

ul li {
  list-style-type: none;
  display: inline-block; }
  ul li a {
    width: 100%;
    height: 100%; }

ul#menu li {
  position: relative; }

ul#menu li:hover {
  background: url(../images/ui/menu_highlight.png) no-repeat center bottom;
  background-size: contain; }

ul#menu li a, ul#menu li ul.sub-menu li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  line-height: 21px; }

ul#menu li ul.sub-menu {
  display: none;
  position: absolute;
  top: 15px;
  left: 0;
  width: 130px;
  padding: 15px 0; }
  ul#menu li ul.sub-menu li {
    background: rgba(0, 0, 0, 0.7);
    width: 100%; }
  ul#menu li ul.sub-menu li a {
    padding: 10px;
    text-transform: none; }

ul#menu li:hover a:hover {
  color: #fdd44f; }

.mobile {
  display: none; }

.desktop {
  display: block; }

.comics-manual, .comics-autoplay, .comics-start {
  display: block;
  width: 180px;
  height: 200px;
  background: url(../images/ui/buttons.png) no-repeat;
  margin: 0 auto; }

.comics-start {
  width: 200px; }

a.comics-start {
  background-position: 0px 0; }

a.comics-start:hover, a.comics-start.tapped {
  background-position: -202px 0; }

a.comics-autoplay {
  background-position: -415px 0; }

a.comics-autoplay:hover, a.comics-autoplay.tapped {
  background-position: -617px 0; }

a.comics-manual {
  background-position: -820px 0; }

a.comics-manual:hover, a.comics-manual.tapped {
  background-position: -1022px 0; }

html, body {
  background: url("../images/ui/background_stripes.png") black no-repeat right bottom fixed;
  background-size: cover;
  overflow-y: hidden; }

header {
  padding: 30px 0 10px;
  overflow: auto;
  user-select: none; }
  header > div {
    width: 50%;
    float: left; }

.social {
  text-align: right; }
  .social ul li {
    width: 30px;
    height: 28px;
    background: url(../images/ui/social-media.png) no-repeat;
    margin-right: 15px; }
  .social ul .facebook {
    background-position: 0 0; }
  .social ul .twitter {
    background-position: -48px 0; }
  .social ul .instagram {
    background-position: -96px 0;
    margin-right: 10px; }

nav.absolute {
  position: absolute;
  top: 20px;
  right: 0;
  width: auto; }
  nav.absolute .social, nav.absolute .logo {
    display: inline-block;
    float: right;
    height: 100%; }
  nav.absolute .logo {
    padding: 10px 0; }
  nav.absolute .social ul {
    padding: 6px; }
    nav.absolute .social ul li {
      margin: 0 0 0 10px; }

nav {
  z-index: 4;
  position: relative;
  height: 40px;
  margin-bottom: 30px;
  background: rgba(0, 0, 0, 0.7);
  float: right;
  user-select: none;
  width: 100%;
  -webkit-transition: margin-right 1s ease;
  -moz-transition: margin-right 1s ease;
  -o-transition: margin-right 1s ease;
  transition: margin-right 1s ease; }
  nav .social, nav .logo {
    display: none; }
  nav .nav-toggle {
    float: left;
    font-size: 12px;
    padding: 10px;
    height: 20px;
    cursor: pointer;
    z-index: 2; }
  nav .nav-toggle.open {
    background: url(../images/ui/menu_open.png) black no-repeat 20px center; }
  nav .nav-toggle.close {
    background: url(../images/ui/menu_close.png) black no-repeat center center; }
  nav .left.nav-toggle a {
    margin-left: 40px;
    margin-top: 2px; }
  nav .mobile.nav-toggle {
    float: left;
    width: 60px;
    height: 40px;
    padding: 0;
    display: none; }
  nav ul {
    z-index: 1;
    padding: 10px;
    height: 20px;
    float: right;
    width: auto; }
    nav ul li {
      margin-left: 16px; }
      nav ul li a span {
        display: inline-block;
        height: 18px;
        width: 32px;
        float: left; }
    nav ul a.home span {
      background: url(../images/ui/icon_home.png) no-repeat center center;
      width: 44px;
      margin-top: -2px; }
    nav ul a.chapters span {
      background: url(../images/ui/icon_chapters.png) no-repeat center center;
      width: 48px;
      margin-top: -2px; }
    nav ul a.download span {
      background: url(../images/ui/icon_download.png) no-repeat center center; }
    nav ul a.sound span.on {
      background: url(../images/ui/icon_soundon.png) no-repeat center center;
      width: 44px; }
    nav ul a.sound span.off {
      background: url(../images/ui/icon_soundoff.png) no-repeat center center;
      width: 44px; }
    nav ul a.play span.on {
      background: url(../images/ui/icon_play.png) no-repeat center -4px; }
    nav ul a.play span.off {
      background: url(../images/ui/icon_pause.png) no-repeat center center; }
  nav a {
    text-transform: uppercase; }

#wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/ui/background_stripes.png") black no-repeat right bottom;
  background-size: cover;
  z-index: 3; }

#header {
  position: fixed;
  z-index: 98;
  left: 0;
  right: 0; }

.chapter-page {
  position: absolute;
  top: 50%;
  margin-top: -350px;
  height: 700px; }

section {
  z-index: 1;
  position: relative; }

.comics {
  width: 70%;
  float: left; }
  .comics > div {
    position: absolute; }
  .comics .logo {
    left: 0;
    margin-top: 3%;
    z-index: 2;
    width: 60%; }
    .comics .logo img {
      width: 100%; }
  .comics .cover {
    right: 20px;
    top: 0;
    z-index: 1; }

.directions {
  width: 29%;
  text-align: center;
  margin-left: 1%;
  float: right; }
  .directions p {
    margin: 0; }
  .directions p:first-child {
    text-align: left; }
  .directions > div {
    visibility: hidden; }
  .directions .directions-text, .directions .mobile, .directions .desktop {
    margin-top: 20px; }
  .directions .directions-chapters {
    margin-bottom: 20px; }

.chapters-popup {
  display: none;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("../images/ui/background_stripes.png") black no-repeat right bottom;
  background-size: cover;
  z-index: 99;
  top: 130px; }
  .chapters-popup ul {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 990px; }
    .chapters-popup ul a.close-popup {
      text-align: right;
      margin-bottom: 15px;
      font-family: 'swis721_ex_btbold';
      font-size: 10px;
      text-transform: uppercase; }
      .chapters-popup ul a.close-popup span {
        color: red; }
    .chapters-popup ul li {
      width: 16%;
      margin-right: 0.8%;
      float: left;
      text-align: center;
      cursor: pointer; }
    .chapters-popup ul li:last-child {
      margin-right: 0; }

section.chapter-page .timeline {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 2.44%;
  overflow: hidden;
  border: 0; }

.timeline .bwbg, .timeline .colorbg {
  background: url() no-repeat center center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: contain;
  padding-top: 2.44%; }

.timeline .colorbg {
  clip: rect(0px, 0px, 200px, 0px); }

.timeline .dragbar {
  width: 3px;
  height: 50px;
  position: absolute;
  bottom: 0;
  background: #f00;
  left: 0;
  z-index: 10;
  cursor: col-resize; }

#ch1 .colorbg {
  background-image: url(../assets/images/ch1/timeline-color.jpg); }

#ch1 .bwbg {
  background-image: url(../assets/images/ch1/timeline-gray.jpg); }

#ch2 .colorbg {
  background-image: url(../assets/images/ch2/timeline-color.jpg); }

#ch2 .bwbg {
  background-image: url(../assets/images/ch2/timeline-gray.jpg); }

#ch3 .colorbg {
  background-image: url(../assets/images/ch3/timeline-color.jpg); }

#ch3 .bwbg {
  background-image: url(../assets/images/ch3/timeline-gray.jpg); }

#ch4 .colorbg {
  background-image: url(../assets/images/ch4/timeline-color.jpg); }

#ch4 .bwbg {
  background-image: url(../assets/images/ch4/timeline-gray.jpg); }

#ch5 .colorbg {
  background-image: url(../assets/images/ch5/timeline-color.jpg); }

#ch5 .bwbg {
  background-image: url(../assets/images/ch5/timeline-gray.jpg); }

#ch6 .colorbg {
  background-image: url(../assets/images/ch6/timeline-color.jpg); }

#ch6 .bwbg {
  background-image: url(../assets/images/ch6/timeline-gray.jpg); }

.chapter-page {
  left: 75%;
  position: absolute; }

.detectView, .detectExp {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/ui/background_stripes.png") black no-repeat right bottom;
  background-size: cover;
  width: 100% !important;
  padding: 0;
  text-align: center; }
  .detectView h1, .detectView h2, .detectExp h1, .detectExp h2 {
    font-family: 'swis721_cn_btbold';
    text-transform: uppercase; }

.detectView {
  z-index: 206; }
  .detectView h1 {
    text-shadow: 0 1px 2px #ffb607;
    margin-bottom: 60px;
    margin-top: 35%;
    font-size: 34px;
    text-shadow: 0 1px 2px #ffb607; }

.detectExp {
  overflow: hidden;
  z-index: 5; }
  .detectExp .choice-panel {
    position: relative; }
  .detectExp .exp-pick {
    left: 50%;
    position: relative;
    margin-left: -350px;
    width: 700px; }
  .detectExp .exp-pick > div {
    width: 200px;
    float: left; }
    .detectExp .exp-pick > div img {
      height: 45px; }
  .detectExp .preload-bar {
    width: 800px;
    left: 50%;
    margin-left: -400px;
    position: absolute;
    top: 45%;
    display: none; }
  .detectExp .preload-bar img {
    position: absolute;
    left: 0;
    /* to 700px */ }
  .detectExp .preload-bar .bar {
    height: 7px;
    background: #fff;
    width: 100%;
    margin-top: 45px; }
  .detectExp .preload-bar .loaded {
    height: 7px;
    background: #bc2125;
    width: 0; }
  .detectExp .preload-bar p {
    font-family: swis721_cn_btbold;
    font-size: 28px;
    margin-top: 15px;
    text-transform: uppercase; }
  .detectExp p {
    height: 60px; }
  .detectExp span.or {
    float: left;
    width: 300px;
    margin-top: 100px;
    font-size: 66px;
    font-family: 'swis721_cn_btbold';
    text-transform: uppercase;
    text-shadow: 0 0 0px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 2px #ffb607, 0 0 2px #ffb607, 0 0 2px #ffb607, 0 0 2px #ffb607, 0 0 2px #ffb607; }
  .detectExp h2 {
    font-size: 45px;
    text-shadow: 0 1px 2px #ffb607;
    margin-top: 10%;
    margin-bottom: 95px;
    margin-left: -18px; }

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 204;
  text-align: center; }
  footer p {
    text-shadow: 1px 1px 0 #666; }
  footer a {
    display: inline-block; }

body.download nav .nav-toggle.open {
  background-position: 0 center; }

body.download nav .left.nav-toggle a {
  margin-left: 20px; }

body.download .cover-image {
  width: 100%;
  margin: 0 auto; }

body.download .download-btn {
  width: 287px;
  margin: 0 auto; }

@media only screen and (max-device-width: 568px) and (orientation: portrait) {
  body.download .logo img {
    width: 120px;
    margin-top: 10px; } }
@media only screen and (max-width: 1280px) {
  .row {
    width: auto;
    padding: 0 10px; }

  .chapters-popup ul {
    padding: 0 10px; } }
@media only screen and (max-width: 767px) {
  .row {
    width: auto; }

  header {
    padding: 20px 0; }

  nav ul#menu li {
    margin-left: 1px; }

  section {
    margin-bottom: 0;
    z-index: 1; }

  .directions p {
    margin: 0; }
  .directions p:first-child {
    width: 100%;
    text-align: center; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  html, body {
    background: black no-repeat right bottom;
    background-image: none; } }
