body {
  background-image: url("../img/hg.jpg");
  background-size: 200% 200%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif; }

@keyframes slide-in {
  from {
    left: -100%; }
  to {
    left: 0; } }
@keyframes slide-out {
  from {
    left: 0; }
  to {
    left: -100%; } }
@keyframes slide-down {
  from {
    top: -100%; }
  to {
    top: 0; } }
@keyframes slide-up {
  from {
    top: 0; }
  to {
    top: -100%; } }
.overlay {
  width: 100vh;
  height: 100vh; }
  .overlay .loading {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px; }

.smaller-button, .bigger-button {
  cursor: pointer;
  position: relative;
  bottom: 4px; }

.grabable {
  cursor: -webkit-grab !important;
  cursor: grab !important; }

.grabable:active {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important; }

.outline-container {
  background-color: white;
  color: #4b4b4b;
  max-width: 100%;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: -100%;
  padding-left: 1em;
  animation-name: slide-out;
  animation-duration: 0.6s;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(100, 100, 100, 0.33);
  -moz-box-shadow: 0px 0px 10px 3px rgba(100, 100, 100, 0.33);
  box-shadow: 0px 0px 10px 3px rgba(100, 100, 100, 0.33); }
  .outline-container h3 {
    padding-left: 1em;
    padding-bottom: 1em;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(75, 75, 75, 0.25); }
    .outline-container h3 .close-outline {
      padding-right: 1em;
      cursor: pointer; }
  .outline-container.in {
    animation-name: slide-in;
    animation-duration: 0.6s;
    left: 0; }
  .outline-container #outline {
    display: block;
    overflow-x: hidden;
    padding: 0 1em; }
    .outline-container #outline .separator {
      height: 1px;
      background-color: rgba(75, 75, 75, 0.25);
      margin-left: -1000px;
      margin-right: -10000px; }
    .outline-container #outline ul {
      padding-left: 15px;
      font-size: 0.9rem;
      list-style-type: none;
      padding-top: 4px; }
      .outline-container #outline ul li {
        list-style-type: none;
        padding-bottom: 0; }
        .outline-container #outline ul li a {
          color: #4b4b4b;
          font-size: 18px;
          line-height: 32px;
          text-decoration: none; }
    .outline-container #outline > ul {
      padding-left: 0; }

nav {
  background-color: rgba(255, 255, 255, 0.45);
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(100, 100, 100, 0.33);
  -moz-box-shadow: 0px 0px 10px 3px rgba(100, 100, 100, 0.33);
  box-shadow: 0px 0px 10px 3px rgba(100, 100, 100, 0.33);
  top: 0;
  width: 100%;
  height: 30px;
  z-index: 100;
  text-align: center; }
  nav a {
    font-size: 18px;
    color: #4b4b4b;
    cursor: pointer; }

@media only screen and (max-width: 1025px) {
  .content {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden; }

  nav {
    left: 0;
    animation-name: slide-up;
    animation-duration: 1s;
    top: -100%; }
    nav .zoom-container {
      display: none; }
    nav a {
      line-height: 30px;
      text-decoration: none; }
    nav.in {
      top: 0;
      animation-name: slide-down;
      animation-duration: 1s; }

  .pf {
    transform-origin: left center;
    left: 0; }

  .slider-container {
    display: none; } }
@media only screen and (min-width: 1025px) {
  body {
    overflow: hidden;
    min-height: 100vh; }

  nav {
    width: 640px;
    height: 58px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
    margin: 0 1em 1em;
    text-align: center; }
    nav a {
      position: relative;
      top: 1em;
      padding-left: 1em;
      font-size: 18px;
      color: #4b4b4b;
      cursor: pointer; }
    nav .zoom-container {
      top: 18px;
      position: relative;
      font-size: 20px;
      color: #4b4b4b;
      width: 186px; }
      nav .zoom-container #zoom-slider {
        margin: 1px 10px 0;
        width: 100px; }

  a.download {
    text-decoration: none; }

  .booklet {
    background-color: rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(100, 100, 100, 0.33);
    -moz-box-shadow: 0px 0px 10px 3px rgba(100, 100, 100, 0.33);
    box-shadow: 0px 0px 10px 3px rgba(100, 100, 100, 0.33); }
    .booklet .b-arrow {
      width: 60px;
      background-color: rgba(255, 255, 255, 0.45); }
      .booklet .b-arrow div {
        height: 70px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-size: contain; }
    .booklet .b-arrow-prev {
      left: -60px; }
      .booklet .b-arrow-prev div {
        background-image: url(../img/back.png); }
    .booklet .b-arrow-next {
      right: -60px; }
      .booklet .b-arrow-next div {
        background-image: url(../img/forward.png); }

  .pf {
    -webkit-transform-origin: top left;
    transform-origin: top left; }

  .b-p1:before,
  .b-p2:before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
    -webkit-box-shadow: inset -5px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset -5px 0px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset -5px 0px 8px 0px rgba(0, 0, 0, 0.1); }

  .b-p1:after,
  .b-p2:before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
    -webkit-box-shadow: inset 5px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 5px 0px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 5px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(100, 100, 100, 0.2); }

  .slider-container {
    position: fixed;
    width: 90%;
    left: 5%;
    height: 175px;
    bottom: 0;
    z-index: 100; }
    .slider-container .slider-bar-outer {
      overflow-x: hidden;
      width: 100%;
      height: 145px; }
      .slider-container .slider-bar-outer #slider-overlay {
        width: 100000px; }
        .slider-container .slider-bar-outer #slider-overlay a {
          margin-top: 10px;
          float: left;
          text-decoration: none; }
          .slider-container .slider-bar-outer #slider-overlay a img {
            max-height: 100px; }
          .slider-container .slider-bar-outer #slider-overlay a.first, .slider-container .slider-bar-outer #slider-overlay a.double {
            margin-right: 1em; }
          .slider-container .slider-bar-outer #slider-overlay a .shadow-box {
            height: 100px;
            -webkit-box-shadow: 0px 0px 10px 3px rgba(100, 100, 100, 0.33);
            -moz-box-shadow: 0px 0px 10px 3px rgba(100, 100, 100, 0.33);
            box-shadow: 0px 0px 10px 3px rgba(100, 100, 100, 0.33); }
            .slider-container .slider-bar-outer #slider-overlay a .shadow-box:first-child {
              margin-left: 10px; }
            .slider-container .slider-bar-outer #slider-overlay a .shadow-box:last-child {
              margin-right: 10px; }
          .slider-container .slider-bar-outer #slider-overlay a.active .shadow-box {
            height: 100px;
            -webkit-box-shadow: 0px 0px 10px 3px rgba(200, 200, 200, 0.33);
            -moz-box-shadow: 0px 0px 10px 3px rgba(200, 200, 200, 0.33);
            box-shadow: 0px 0px 10px 3px rgba(200, 200, 200, 0.33); }
          .slider-container .slider-bar-outer #slider-overlay a.active .page-numbers {
            color: white; }
          .slider-container .slider-bar-outer #slider-overlay a .page-numbers {
            position: relative;
            margin-top: 5px;
            bottom: 0;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            font-size: 15px;
            color: #4b4b4b; }

  .ui-widget-content {
    background-color: rgba(255, 255, 255, 0.45);
    border: none; }

  .ui-state-default, .ui-widget-content .ui-state-default {
    color: #555;
    background: #4b4b4b;
    width: 33px;
    top: -3px; } }

/*# sourceMappingURL=styles.css.map */
