h1 {
  font-family: 'PT Sans Narrow', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
h2 {
  font-family: 'PT Serif', Georgia, 'Times New Roman', Times, serif;
  font-size: 12px;
  font-style: italic;
  color: #b3b3b3;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 0;
}
h3 {
  font-family: 'PT Sans Narrow', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #b3b3b3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
a {
  color: inherit;
  text-decoration: none;
  transition: .5s;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}
hr {
  margin-top: 6px;
  margin-bottom: 0;
  border: none;
}
.navbar {
  width: 100%;
  height: 106px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: block;
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to bottom, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
  border: none;
  z-index: 10;
  pointer-events: none;
}
.navbar-content-container {
  padding: 18px 10px 0 10px;
  margin: 0;
}
.navbar-toggle-left {
  float: left;
  list-style: none;
  -webkit-padding-start: 0;
  pointer-events: auto;
}
.navbar-toggle-icon {
  width: 8px;
  height: 8px;
  margin: auto 4px 3px 4px;
}
.navbar-toggle-text {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200;
  letter-spacing: 2px;
}
.navbar-toggle-text.red {
  color: #b06666;
}
.navbar-toggle-text.orange {
  color: #b08d66;
}
.navbar-toggle-text.yellow {
  color: #a9b066;
}
.navbar-toggle-text.gray {
  color: #b3b3b3;
}
.navbar-toggle-right {
  float: right;
  text-align: right;
  list-style: none;
  pointer-events: auto;
}
.navbar-toggle-right > li {
  margin-bottom: 12px;
}
.navbar-logo {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.navbar-logo > img {
  width: 184px;
  height: 54px;
  display: block;
  margin: 18px auto;
}
.toggle-active {
  opacity: .2;
}
.infopanel {
  z-index: 3000;
  width: 200px;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0px;
  background: white;
  border-right: 1px solid #f1f1f1;
}
.infopanel > .navbar-toggle-right {
  margin: 18px;
}
.infopanel-content-container {
  margin: auto 20px;
  width: 160px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: table;
}
.infopanel-text {
  display: table-cell;
  vertical-align: middle;
  font-weight: 200;
  color: #0d0d0d;
  line-height: 20px;
  font-size: 14px;
}
.infopanel-text > b {
  font-weight: 800;
}
.infopanel-text > i {
  font-style: italic;
  letter-spacing: -1px;
}
.infopanel-text > a {
  color: #900605;
  font-weight: 800;
}
.maincontent {
  overflow-x: scroll;
  width: 3280px;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}
.background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
.background-top {
  height: 50%;
  width: 100%;
  background: url("../img/background-top.jpg") #f1f1f1 bottom center fixed;
  background-size: cover;
  margin: 0px;
}
.background-bottom {
  height: 50%;
  width: 100%;
  background: url("../img/background-bottom.jpg") #f1f1f1 bottom center fixed;
  background-size: cover;
  margin: 0px;
}
.month-width-column {
  position: relative;
  width: 40px !important;
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
  top: 0;
  z-index: 1;
}
.column-scroll-container {
  height: 50%;
  width: 40px;
  z-index: 1;
  margin: 0;
  position: relative;
  overflow-y: hidden;
  display: table;
}
.column-scroll-content {
  position: absolute;
  right: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: visible;
  max-height: 100%;
  z-index: 1;
}
.column-scroll-content.top {
  padding-top: 80px;
  padding-bottom: 66px;
  bottom: 0;
}
.column-scroll-content.bottom {
  padding-top: 70px;
  padding-bottom: 60px;
  top: 0;
}
::-webkit-scrollbar {
  display: none;
}
::-moz-scrollbars-none-scrollbar {
  display: none;
}
.media-thumbnail {
  margin: 2px 4px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
}
.media-thumbnail.border-film {
  border: 2px solid #b06666;
}
.media-thumbnail.border-television {
  border: 2px solid #b08d66;
}
.media-thumbnail.border-videogame {
  border: 2px solid #a9b066;
}
.timeline {
  position: absolute;
  top: 50%;
  height: 160px;
  width: 40px;
  margin: 0;
  margin-top: -80px;
  padding: 0;
  z-index: 10;
  pointer-events: none;
}
.timeline-date-container {
  position: relative;
  height: 40px;
  width: auto;
  pointer-events: none;
}
.timeline-date-container > .date {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  color: #808080;
  margin-top: 21px;
  z-index: 0;
  pointer-events: none;
}
.timeline-date-container > .date.top {
  padding-left: 5px;
}
.timeline-date-container > .date.bottom {
  text-align: right;
  direction: rtl;
}
.timeline-event-container {
  position: relative;
  height: 24px;
  width: auto;
  top: -5px;
  pointer-events: auto;
}
.timeline-event-container.top {
  background: #34607c;
}
.timeline-event-container.bottom {
  background: #8caa88;
}
.timeline-event-container > a > img {
  width: 24px;
  height: 24px;
  display: block;
  margin: auto;
}
.bottom-gradient {
  height: 106px;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11;
  background: linear-gradient(to top, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
  pointer-events: none;
}
.bottom-gradient > p {
  text-align: center;
  padding-top: 80px;
}
.bottom-gradient > p > a {
  pointer-events: auto;
  font-family: 'PT Serif', Georgia, 'Times New Roman', Times, serif;
  font-size: 12px;
  font-style: italic;
  color: #b3b3b3;
}
.modal-backdrop {
  z-index: 1999;
  background-color: #fff;
}
.modal-backdrop.in {
  opacity: .8;
}
.modal {
  z-index: 2000;
}
.modal-dialog {
  width: 280px !important;
  margin-top: 10% !important;
}
.modal-content {
  border-radius: 4px;
  padding: 18px;
  padding-bottom: 4px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 1px solid #b3b3b3;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-content > ul {
  margin-top: 4px;
}
.modal-content > img {
  margin: 0;
  margin-left: 105px;
}
.modal-content > hr {
  width: 62px;
  margin: 16px auto;
  border-top: 1px solid #900605;
}
.modal-content > p {
  text-align: right;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 32px;
}
.modal-content > p > .title {
  text-align: left;
  float: left;
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 1px;
}
.modal-content > p.mediainfo-links {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #900605;
  font-weight: 200;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  margin-top: 6px;
}
.popover {
  max-width: none;
}
.popover-content {
  padding: 5px 8px 0px 8px;
}
.popover-content > a {
  color: #0d0d0d;
}
.popover-content > a > h1 {
  margin-right: 20px;
  white-space: nowrap;
}
.popover-content > a > h1 > .episode {
  font-size: 18px;
  color: #b3b3b3;
}
.popover-content > a > h1 > .popover-arrow {
  font-size: 18px;
  color: #900605;
  position: absolute;
  top: 15px;
  right: 10px;
}
.popover-content > a > h2 {
  margin-top: 0;
  text-align: left;
  white-space: nowrap;
  display: block;
}
.timeline-label {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1998;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #0d0d0d;
  opacity: .2;
  letter-spacing: 4px;
  text-align: center;
  line-height: 24px;
  margin-top: -24px;
  margin-left: -90px;
  pointer-events: none;
}
.nav-arrow {
  color: #0d0d0d;
  font-family: 'PT Serif', Georgia, 'Times New Roman', Times, serif;
  font-size: 48px;
  opacity: .2;
  position: fixed;
  top: 50%;
  margin-top: -40px;
  z-index: 1998;
}
.nav-arrow.left {
  left: 10px;
}
.nav-arrow.right {
  right: 10px;
}
.credits {
  max-width: 440px;
  margin: 30px auto;
  padding: 0 20px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #0d0d0d;
  line-height: 24px;
  font-size: 14px;
}
.credits > a {
  color: #900605;
  font-weight: 600;
}
h1.creditshead {
  margin-top: 40px;
}
hr.credits {
  width: 62px;
  margin: 16px auto;
  border-top: 1px solid #900605;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
