html { height: 100%; }
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  background: #000;
  font-weight: 400;
  font-size: 100%;
  color: #333;
  height: 100%;
}
.js body {
  overflow: hidden;
}
.container,
.bb-custom-wrapper,
.bb-bookblock {
  width: 100%;
  height: 100%;
}
.container {
  position: relative;
  left: 0px;
  -webkit-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
.bb-custom-wrapper nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 1000;
  text-align: center;
}
.bb-custom-wrapper nav a {
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}
.bb-custom-wrapper nav a:hover {
  color: #ddd;
}
.no-js .bb-custom-wrapper nav span,
.no-js .menu-button {
  display: none;
}
.js .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 50px;
  overflow: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
.scroller {
  padding: 10px 10px 0;
}
.scroller img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.js .content:after {
  content: '';
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 100%;
  pointer-events: none;
  z-index: 100;
}
@font-face {
  font-family: "winjs-symbols";
  src: url("../../fonts/glyphs/winjs-symbols.eot");
  src: url("../../fonts/glyphs/winjs-symbols.eot#iefix") format("embedded-opentype"), url("../../fonts/glyphs/winjs-symbols.ttf") format("truetype");
}
.glyph {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  overflow: hidden;
}
.glyph:before {
  display: block;
  width: 1em;
  height: 1em;
  font-family: "winjs-symbols";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyph-arrow-left::before {
  content: "";
}
.glyph-arrow-right::before {
  content: "";
}
