@font-face {
  font-family: 'Rocky';
  src: url('fonts/Rocky.eot');
  src: url('fonts/Rocky.eot?#iefix') format('embedded-opentype'), url('fonts/Rocky.ttf') format('truetype'), url('fonts/Rocky.woff') format('woff'), url('fonts/Rocky.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  user-select: none;
  touch-action: manipulation;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding-left: 0;
}
p {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.8);
  margin: 10px 0;
  line-height: 21px;
}
h1,
h2 {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
}
h6 {
  text-transform: uppercase;
  cursor: pointer;
}
figcaption {
  margin: 5px 0;
  color: #ffffff;
}
h6,
figure figcaption,
.movie-title,
#legend .label,
.timestamp {
  font-family: Helvetica, sans-serif;
  font-weight: 100;
  font-size: 9px;
  letter-spacing: 0.43em;
  margin-left: 15px;
}
#legend .label,
.timestamp {
  height: 20px;
  line-height: 20px;
}
.timestamp {
  margin-left: 15px;
}
* {
  /* apply a natural box layout model to all elements */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
}
body {
  font-family: "Helvetica Neue";
  color: white;
  background-color: #1e1e1e;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  min-width: 500px;
}
body figcaption,
body #title,
body .movie,
body #legend,
body #description {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
body.loading figcaption,
body.loading #title,
body.loading .movie,
body.loading #legend,
body.loading #description {
  opacity: 0;
}
.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 50px 0;
}
.line#top {
  margin: 25px 0;
}
#main-content {
  margin: 0 2%;
}
figure {
  float: left;
  width: 16%;
  margin: 0.4%;
  overflow: hidden;
}
figure .movie-frame {
  background-color: black;
  padding-bottom: 55.55%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 101%;
  background-image: url("https://s3.amazonaws.com/cdn.fathom.info/rocky/css/rock-spinner.gif");
  cursor: ew-resize;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
figure:first-child {
  margin: 0.4% 0.4% 0.4% 0;
}
figure:last-child {
  margin: 0.4% 0 0.4% 0.4%;
}
figure img {
  width: 100%;
}
figure img#frame-1 {
  width: 3200%;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #b9c221;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #d6de23;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
#title {
  margin: 1.5em 0;
  width: 96%;
  position: absolute;
  z-index: 1000;
  height: 30px;
  line-height: 30px;
}
#header {
  margin-top: -0.18%;
  padding: 4% 0;
  background: transparent url("https://s3.amazonaws.com/cdn.fathom.info/rocky/css/rocky-morph-logo.png") no-repeat center top;
  background-size: 25%;
  overflow: visible;
  z-index: 1000;
}
#follow {
  font-family: 'Rocky';
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.35);
  height: 30px;
  position: absolute;
  top: 0;
  left: 75px;
}
#liker {
  position: absolute;
  top: 0;
  left: 112px;
  width: 100px;
  overflow: visible;
}
#liker:hover .fb-pretty {
  color: #d6de23;
}
#liker:hover .fb-like {
  opacity: 1;
  pointer-events: auto;
}
#liker:hover .fb-like ._51m- .hCent {
  cursor: crosshair;
}
.fb-pretty {
  font-family: 'Rocky';
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.35);
  height: 30px;
  z-index: 300;
  pointer-events: none;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.fb-like {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
  z-index: 200;
  pointer-events: none;
}
#homeLink {
  font-family: 'Rocky';
  -webkit-font-smoothing: antialiased;
  float: right;
  right: 42px;
  margin-top: -31px;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.35);
}
#homeLink:hover {
  color: #b9c221;
}
#follow:hover {
  color: #d6de23;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
#facebook:hover {
  color: #d6de23;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
a h6 {
  margin-left: 0;
}
#description {
  width: 70%;
  max-width: 725px;
  position: relative;
  margin: 90px auto 0 auto;
  padding-top: 30px;
  clear: both;
  -o-user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  user-select: text;
  padding-bottom: 50px;
}
#description hr {
  margin: 20px 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
#visualization {
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}
#frames {
  clear: both;
  touch-action: manipulation;
}
.movie {
  clear: both;
  width: 98%;
  height: 5%;
  padding-top: 40px;
}
.movie:hover .handle .label {
  opacity: 1;
}
.handle {
  position: absolute;
  top: -40px;
  left: 0px;
}
.handle.movable {
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  transition: left 0.5s;
}
.handle .label {
  font-family: Helvetica, sans-serif;
  font-weight: 100;
  font-size: 9px;
  line-height: 2em;
  letter-spacing: 0.43em;
  text-transform: uppercase;
  margin-top: 0.75em;
  opacity: 0;
  height: 2.5em;
  width: 10em;
  margin-left: -5em;
  text-align: center;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  border: 1px solid white;
  padding: 0.25em 0em 0.25em 0.25em;
}
.handle .label.active {
  opacity: 1;
  cursor: ew-resize;
}
.handle .pointer {
  width: 1em;
  font-family: 'Rocky';
  -webkit-font-smoothing: antialiased;
  margin-left: -0.85em;
  margin-top: 0.5em;
  text-align: center;
  font-size: 6px;
  cursor: ew-resize;
}
.movie-title {
  height: 20px;
  line-height: 20px;
  width: 88px;
  text-transform: uppercase;
  text-align: left;
  color: white;
  float: left;
}
.timestamp {
  float: left;
  width: 5%;
}
.timeline {
  height: 20px;
  float: left;
  width: 90%;
  position: relative;
}
.timeline .clip {
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
  border: 0;
  cursor: ew-resize;
  -webkit-transition: width 0.25s ease-in-out;
  -moz-transition: width 0.25s ease-in-out;
  -ms-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.dialogue {
  background-color: #464646;
}
.training {
  background-color: #52728f;
}
.montage {
  background-color: #f1ed5d;
}
.prefight {
  background-color: #af441e;
}
.fight {
  background-color: #a91e19;
}
.credits {
  background-color: #000000;
}
#legend {
  padding: 10px 0;
  clear: both;
  margin-top: 3em;
  margin-right: auto;
  margin-left: auto;
  width: 95%;
  max-width: 810px;
  padding-top: 5px;
}
#legend div {
  float: left;
  text-transform: uppercase;
  cursor: pointer;
}
#legend .inactive {
  opacity: 0.4;
}
#legend .key {
  width: 15px;
  height: 20px;
  margin: 0 5px 0 0;
}
#legend .label {
  margin: 0 3px 0 2px;
}
#legend .button {
  height: 20px;
  margin: 5px 20px 5px 0;
}
#legend .button .all {
  -webkit-font-smoothing: antialiased;
  font-family: 'Rocky';
  color: white;
  font-size: 12px;
  line-height: 21px;
  padding-left: 5px;
  width: 17px;
}
#legend .button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
#legend .button:hover .inactive.credits {
  opacity: 1;
}
#lightbox-outer {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
#lightbox-outer.active {
  display: block;
}
#lightbox-inner {
  position: relative;
  width: 85%;
  height: 85%;
  margin: 115px auto;
  background: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
}
#lightbox-inner #follow,
#lightbox-inner #liker {
  position: relative;
  display: inline-block;
  width: 10vw;
  height: 10vw;
  line-height: 10vw;
  top: 40px;
  text-align: left;
  vertical-align: top;
}
#lightbox-inner #follow {
  left: 15%;
}
#lightbox-inner #follow,
#lightbox-inner .fb-pretty {
  font-size: 50px;
}
#lightbox-inner #liker {
  margin-left: 10px;
}
#lightbox-inner #description {
  height: auto;
  margin-top: 40px;
}
#lightbox-inner #description h1,
#lightbox-inner #description h2,
#lightbox-inner #description p {
  font-size: 30px;
  line-height: 40px;
}
#lightbox-inner #footer {
  padding-bottom: 75px;
}
#lightbox-inner .line {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
#lb-dismiss {
  font-family: 'Rocky';
  font-size: 40px;
  color: rgba(255, 255, 255, 0.35);
  position: absolute;
  z-index: 2001;
  top: 115px;
  right: 7.5%;
  width: 10vw;
  height: 10vw;
  line-height: 10vw;
  text-align: center;
  background-color: none;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
#lb-dismiss:hover,
#lb-dismiss:active {
  color: #b9c221;
}
#f-creds {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.5;
  font-size: 14px;
}
#f-creds-logo {
  width: 200px;
  height: 65px;
  background: url('fathom-logo-outlines-gray.png') no-repeat;
  background-size: 100%;
  margin: 22px auto 0;
}
#footer {
  text-align: center;
  padding: 40px 0;
  background-color: #000000;
  font-size: 10px;
  letter-spacing: 0.2em;
  font-weight: 200;
}
#footer a {
  color: #cccccc;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-device-width: 736px) {
  h6,
  figure figcaption,
  .movie-title,
  #legend .label,
  .timestamp {
    font-family: Helvetica, sans-serif;
    font-weight: 100;
    font-size: 20px;
    letter-spacing: 0.13em;
    margin-left: 15px;
  }
  #about h6 {
    letter-spacing: 0.43em;
  }
  figcaption {
    display: none;
  }
  figure {
    width: 32%;
    margin-left: 0.4%;
    margin-right: 0.4%;
  }
  figure:first-child,
  figure:last-child {
    margin-left: 0.4%;
    margin-right: 0.4%;
  }
  #frames {
    margin-left: 1.6%;
    margin-right: 0;
  }
  #frames br {
    clear: both;
  }
  .movie:hover .handle .label {
    opacity: 0;
  }
  .movie:hover .handle .label.active {
    opacity: 1;
  }
  .timeline {
    height: 57px;
  }
  #header {
    top: 0;
    margin-top: -0.18%;
    margin-bottom: 20px;
    background-size: 52%;
    height: 115px;
  }
  #title {
    margin: 55px 1.6% 1.5em;
  }
  #homeLink {
    clear: both;
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 28px;
    width: 80px;
    height: 135px;
    line-height: 135px;
    text-align: center;
  }
  .pointer {
    width: 1em;
  }
  .movie-title {
    font-size: 26px;
    margin-top: 14px;
    text-align: center;
  }
  .movie-title .r {
    display: none;
  }
  .timestamp {
    font-size: 26px;
    margin-top: 14px;
  }
  .handle .label {
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.2em;
    margin-top: -0.5em;
    width: 8.8em;
    margin-left: -4.4em;
    background: #464646;
    border: none;
    padding: 0.05em 0em 0.15em 0.15em;
    height: 2.2em;
  }
  .handle .pointer {
    font-size: 9px;
    margin-top: 0.25em;
  }
  #legend {
    touch-action: none;
    position: fixed;
    bottom: 0;
    width: 945px;
    max-width: 100%;
    padding: 0px 0 20px;
    margin-top: 0;
  }
  #legend div {
    float: none;
    touch-action: none;
  }
  #legend .button {
    position: relative;
    float: left;
    width: 135px;
    height: 155px;
    margin: 5px 0px;
  }
  #legend .button .all {
    width: 100%;
    text-align: center;
    font-size: 26px;
    padding-top: 23px;
  }
  #legend .label {
    position: absolute;
    bottom: 95px;
    width: 100%;
    text-align: center;
    vertical-align: bottom;
    margin: 0;
    line-height: 30px;
    height: 55px;
    padding: 0 10px;
  }
  #legend .key {
    width: 52px;
    height: 52px;
    margin: 75px auto 25px;
  }
  #f-creds {
    display: none;
  }
  #footer {
    font-size: 20px;
  }
}
