/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'latobold';
  src: url("../fonts/lato-bold-webfont.eot");
  src: url("../fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-bold-webfont.woff2") format("woff2"), url("../fonts/lato-bold-webfont.woff") format("woff"), url("../fonts/lato-bold-webfont.ttf") format("truetype"), url("../fonts/lato-bold-webfont.svg#latobold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'latoregular';
  src: url("../fonts/lato-regular-webfont.eot");
  src: url("../fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.ttf") format("truetype"), url("../fonts/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'latolight';
  src: url("../fonts/lato-light-webfont.eot");
  src: url("../fonts/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-light-webfont.woff2") format("woff2"), url("../fonts/lato-light-webfont.woff") format("woff"), url("../fonts/lato-light-webfont.ttf") format("truetype"), url("../fonts/lato-light-webfont.svg#latolight") format("svg");
  font-weight: normal;
  font-style: normal; }
.hide {
  display: none; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.center {
  margin-left: auto;
  margin-right: auto; }

.absolute-center, .content, .view-author .author-gallery li .image-frame img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.full, .panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

* {
  box-sizing: border-box; }

body {
  font-family: "latoregular";
  font-size: 12px;
  color: #231F20;
  min-width: 1024px;
  min-height: 720px; }

.panel {
  overflow: hidden;
  min-width: 1024px;
  min-height: 720px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0ms 1000ms, opacity 1000ms 0ms;
  -moz-transition: visibility 0ms 1000ms, opacity 1000ms 0ms;
  -o-transition: visibility 0ms 1000ms, opacity 1000ms 0ms;
  transition: visibility 0ms 1000ms, opacity 1000ms 0ms; }
  .panel.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0ms 0ms, opacity 1000ms 0ms;
    -moz-transition: visibility 0ms 0ms, opacity 1000ms 0ms;
    -o-transition: visibility 0ms 0ms, opacity 1000ms 0ms;
    transition: visibility 0ms 0ms, opacity 1000ms 0ms; }

.content {
  width: 900px; }

.author-books {
  margin-bottom: 15px; }
  .author-books:after {
    content: "";
    display: table;
    clear: both; }
  .author-books li {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 23px;
    color: white;
    text-align: center;
    font-size: 9px;
    opacity: 1;
    -webkit-transition: opacity 200ms, color 200ms;
    -moz-transition: opacity 200ms, color 200ms;
    -o-transition: opacity 200ms, color 200ms;
    transition: opacity 200ms, color 200ms; }
    .author-books li.inactive {
      color: transparent;
      opacity: 0.4; }

.timeline .years {
  margin-left: -20px;
  margin-right: -20px;
  z-index: 1;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .timeline .years .year-marker {
    display: block;
    position: relative;
    width: 40px;
    height: 25px;
    padding-top: 10px;
    text-align: center;
    white-space: nowrap; }
    .timeline .years .year-marker:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      width: 8px;
      height: 8px;
      top: 0;
      border: 2px solid #fff;
      border-radius: 100%;
      background-color: #231f20; }
.timeline .ac-dc {
  margin-top: -26px;
  border-top: 3px solid #999999;
  background-color: #f2f2f2;
  color: #999999; }
  .timeline .ac-dc:after {
    content: "";
    display: table;
    clear: both; }
  .timeline .ac-dc .period {
    float: left;
    height: 56px;
    padding-top: 30px;
    text-align: center; }
  .timeline .ac-dc .period--ac {
    width: calc( 93.75% - 1px); }
  .timeline .ac-dc .period--dc {
    width: calc( 6.25% + 1px);
    border-left: 2px solid white; }
.timeline .authors-container {
  margin: -50px;
  margin-bottom: 0;
  padding: 50px;
  padding-bottom: 0;
  overflow: hidden; }
.timeline .authors {
  position: relative;
  height: 355px; }
  .timeline .authors.author-open .author {
    opacity: 0.1; }
.timeline .author {
  position: absolute;
  top: 0;
  opacity: 0.4;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }
  .timeline .author .stem {
    position: absolute;
    top: 0;
    left: -1px;
    height: 355px;
    border-left: 2px solid;
    box-shadow: 2px 0 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms; }
  .timeline .author .picture {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -moz-transform: translate(-50%, -50%) scale(0.5);
    -o-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    padding: 4px;
    background-color: inherit;
    border-radius: 100%;
    box-shadow: 2px 0 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms; }
    .timeline .author .picture .crop {
      display: block;
      position: relative;
      overflow: hidden;
      width: 66px;
      height: 66px;
      border-radius: 100%; }
    .timeline .author .picture img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
  .timeline .author .description {
    position: absolute;
    overflow: hidden;
    top: -38px;
    left: 50px;
    width: 165px;
    max-height: 300px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0ms 375ms, opacity 375ms 0ms;
    -moz-transition: visibility 0ms 375ms, opacity 375ms 0ms;
    -o-transition: visibility 0ms 375ms, opacity 375ms 0ms;
    transition: visibility 0ms 375ms, opacity 375ms 0ms; }
    .timeline .author .description h3 {
      font-family: "latobold";
      font-size: 18px;
      margin-bottom: 0.4em; }
    .timeline .author .description p {
      display: block;
      color: #999;
      margin-bottom: 1.3em;
      line-height: 1.3; }
    .timeline .author .description .read-more {
      display: inline-block;
      padding: 10px 15px;
      border-radius: 5px;
      font-size: 14px;
      text-decoration: none;
      color: white; }
  .timeline .author.mirror-description .description {
    left: auto;
    right: 50px;
    text-align: right; }
    .timeline .author.mirror-description .description .author-books li {
      display: inline-block;
      float: none;
      margin-right: 0;
      margin-left: 2px; }
  .timeline .author.open {
    opacity: 1 !important;
    z-index: 1;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important; }
    .timeline .author.open .stem {
      opacity: 1; }
    .timeline .author.open .picture {
      -webkit-transform: translate(-50%, -50%) scale(1);
      -moz-transform: translate(-50%, -50%) scale(1);
      -o-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
    .timeline .author.open .description {
      opacity: 1;
      visibility: visible;
      -webkit-transition: visibility 0ms 125ms, opacity 375ms 125ms;
      -moz-transition: visibility 0ms 125ms, opacity 375ms 125ms;
      -o-transition: visibility 0ms 125ms, opacity 375ms 125ms;
      transition: visibility 0ms 125ms, opacity 375ms 125ms; }
.timeline .books-highlight {
  margin-top: 40px;
  line-height: 1.3; }
  .timeline .books-highlight:after {
    content: "";
    display: table;
    clear: both; }
  .timeline .books-highlight .left {
    margin-right: 10px; }
  .timeline .books-highlight .column--title {
    width: 120px;
    font-family: "latobold"; }
    .timeline .books-highlight .column--title h4 {
      font-size: 16px;
      margin-bottom: 0.4em; }
    .timeline .books-highlight .column--title .books-group {
      font-size: 14px;
      -webkit-transition: color 250ms;
      -moz-transition: color 250ms;
      -o-transition: color 250ms;
      transition: color 250ms; }
      .timeline .books-highlight .column--title .books-group.inactive {
        color: transparent !important; }
  .timeline .books-highlight .column--label {
    position: relative;
    height: 70px;
    padding: 20px 0 0 12px;
    color: #999; }
    .timeline .books-highlight .column--label:before {
      content: "";
      position: absolute;
      width: 8px;
      height: 70px;
      top: 0;
      left: -5px;
      border: 1px solid #999;
      border-left: none; }
  .timeline .books-highlight .author-books.column--old-testament {
    width: 315px; }
  .timeline .books-highlight .author-books.column--new-testament {
    width: 218px;
    margin-left: 35px; }
  .timeline .books-highlight .author-books li {
    margin: 0 2px 2px 0;
    background-color: rgba(0, 0, 0, 0.2); }

.view-author {
  font-size: 14px; }
  .view-author .close-view {
    position: absolute;
    top: 35px;
    right: 35px;
    width: 16px;
    height: 16px;
    background-image: url("../img/close-view.png");
    background-repeat: no-repeat;
    z-index: 1; }
  .view-author .author-slides-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .view-author .author-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; }
    .view-author .author-slide.active {
      display: block; }
  .view-author .content > .column {
    width: 435px; }
    .view-author .content > .column.left {
      overflow: hidden; }
  .view-author .author-gallery {
    position: relative;
    white-space: nowrap;
    font-size: 0;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms; }
    .view-author .author-gallery.dragging {
      -webkit-transition: all 0ms;
      -moz-transition: all 0ms;
      -o-transition: all 0ms;
      transition: all 0ms; }
    .view-author .author-gallery li {
      display: inline-block;
      width: 435px;
      white-space: normal;
      font-size: 12px; }
      .view-author .author-gallery li .image-frame {
        display: block;
        position: relative;
        margin-bottom: 20px;
        height: 500px; }
        .view-author .author-gallery li .image-frame img {
          display: block;
          max-width: 99%;
          max-height: 99%; }
      .view-author .author-gallery li p {
        margin-left: 50px;
        margin-right: 50px;
        text-align: center; }
  .view-author .author-gallery-marker {
    margin: 15px auto;
    width: 100px;
    text-align: center;
    font-size: 0; }
    .view-author .author-gallery-marker li {
      display: inline-block;
      width: 6px;
      height: 6px;
      margin: 3px;
      border-radius: 100%;
      background-color: rgba(35, 31, 32, 0.3); }
      .view-author .author-gallery-marker li.current {
        background-color: #231F20; }
  .view-author h2 {
    font-family: "latolight";
    font-size: 45px;
    margin-bottom: 0.25em; }
  .view-author .author-period {
    display: block;
    margin-bottom: 1.5em;
    font-size: 17px; }
  .view-author .description {
    line-height: 1.5; }
  .view-author p {
    margin-bottom: 1.3em; }
  .view-author h3 {
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 1.25em; }
  .view-author .author-books li {
    border: none;
    background-color: #231F20;
    color: inherit;
    line-height: 22px; }
