@charset "UTF-8";
/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.1.3
* Docs at http://davidtheclark.github.io/scut
*/
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, 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, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

*, *:before, *:after {
  box-sizing: border-box; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  -webkit-font-smoothing: antialiased; }

img {
  border: 0;
  vertical-align: middle; }

p {
  margin: 1em 0; }
  p:first-of-type {
    margin-top: 0; }
  p:last-of-type {
    margin-bottom: 0; }

a {
  text-decoration: none; }

.hide {
  display: none; }

.show {
  display: block; }

.show-ib {
  display: block; }

input[type=number] {
  -moz-appearance: textfield; }

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }
  input:focus, textarea:focus {
    outline: none; }

* {
  -webkit-tap-highlight-color: transparent; }

@media screen and (min-width: 701px) {
  [data-hover-zoom] {
    -webkit-transition: 1s transform;
    -moz-transition: 1s transform;
    transition: 1s transform; }
    [data-hover-zoom]:hover {
      -webkit-transform: scale(1.06, 1.06) rotate(0.001deg);
      -moz-transform: scale(1.06, 1.06) rotate(0.001deg);
      -ms-transform: scale(1.06, 1.06) rotate(0.001deg);
      -o-transform: scale(1.06, 1.06) rotate(0.001deg);
      transform: scale(1.06, 1.06) rotate(0.001deg); }
      .ua-ie9 [data-hover-zoom]:hover {
        -webkit-transform: scale(1, 1) rotate(0deg);
        -moz-transform: scale(1, 1) rotate(0deg);
        -ms-transform: scale(1, 1) rotate(0deg);
        -o-transform: scale(1, 1) rotate(0deg);
        transform: scale(1, 1) rotate(0deg); } }

[data-lightbox] {
  cursor: pointer; }

#guide {
  position: absolute;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.maintain-aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000; }
  .maintain-aspect-ratio iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

[data-vimeo-poster-video], [data-youtube-poster-video] {
  position: relative;
  background-color: #000; }
  [data-vimeo-poster-video].hide-overlay:after, [data-youtube-poster-video].hide-overlay:after {
    opacity: 0; }
  [data-vimeo-poster-video]:after, [data-youtube-poster-video]:after {
    cursor: pointer;
    content: ' ';
    pointer-events: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 89.6px;
    height: 55.3px;
    background-image: url("/img/global/play-icon.png");
    background-size: 89.6px 55.3px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: auto;
    margin-bottom: auto;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
      [data-vimeo-poster-video]:after, [data-youtube-poster-video]:after {
        background-image: url("/img/global/play-icon@2x.png");
        background-size: 89.6px 55.3px; } }
    @media screen and (min-width: 701px) {
      [data-vimeo-poster-video]:after, [data-youtube-poster-video]:after {
        width: 128px;
        height: 79px;
        background-image: url("/img/global/play-icon.png");
        background-size: 128px 79px;
        background-repeat: no-repeat; } }
  @media screen and (min-width: 701px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 701px) and (min-resolution: 144dppx) {
    [data-vimeo-poster-video]:after, [data-youtube-poster-video]:after {
      background-image: url("/img/global/play-icon@2x.png");
      background-size: 128px 79px; } }
  [data-vimeo-poster-video] img, [data-youtube-poster-video] img {
    width: 100%;
    cursor: pointer; }

.img-scale {
  max-width: 100%; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -50px;
  padding: 0;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: #000;
    opacity: 1; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.2;
    cursor: default; }
    @media screen and (min-width: 701px) {
      .slick-prev.slick-disabled:hover,
      .slick-next.slick-disabled:hover {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px); } }

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -8px;
  width: 40px;
  height: 40px;
  background-image: url("/img/global/scroll-arrow-left.png");
  background-size: 40px 40px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
    .slick-prev {
      background-image: url("/img/global/scroll-arrow-left@2x.png");
      background-size: 40px 40px; } }
  .white-arrows .slick-prev {
    width: 40px;
    height: 40px;
    background-image: url("/img/global/scroll-arrow-left-white.png");
    background-size: 40px 40px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
      .white-arrows .slick-prev {
        background-image: url("/img/global/scroll-arrow-left-white@2x.png");
        background-size: 40px 40px; } }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -8px; }
  @media screen and (min-width: 701px) {
    .slick-prev:hover {
      -webkit-transform: translateX(-10px);
      -moz-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      -o-transform: translateX(-10px);
      transform: translateX(-10px); } }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -8px;
  width: 40px;
  height: 40px;
  background-image: url("/img/global/scroll-arrow-right.png");
  background-size: 40px 40px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
    .slick-next {
      background-image: url("/img/global/scroll-arrow-right@2x.png");
      background-size: 40px 40px; } }
  .white-arrows .slick-next {
    width: 40px;
    height: 40px;
    background-image: url("/img/global/scroll-arrow-right-white.png");
    background-size: 40px 40px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
      .white-arrows .slick-next {
        background-image: url("/img/global/scroll-arrow-right-white@2x.png");
        background-size: 40px 40px; } }
  @media screen and (min-width: 701px) {
    .slick-next:hover {
      -webkit-transform: translateX(10px);
      -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
      -o-transform: translateX(10px);
      transform: translateX(10px); } }
  [dir="rtl"] .slick-next {
    left: 8px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.2;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.eyeinthesky {
  background-color: #000; }
  .eyeinthesky #skin-wrap #skinned-header.lockout {
    margin-right: auto;
    margin-left: auto; }
    .eyeinthesky #skin-wrap #skinned-header.lockout .release-date {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 16%;
      color: #fff;
      font-family: 'Libre Baskerville', serif;
      font-weight: 400;
      font-size: 1.25em;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      color: #DCDCDF;
      font-variant: small-caps;
      top: 6px;
      line-height: 1.35em; }
      @media screen and (min-width: 701px) {
        .eyeinthesky #skin-wrap #skinned-header.lockout .release-date {
          padding-left: 32%;
          line-height: 1.5em;
          font-size: 1.4375em;
          top: auto;
          bottom: 26.5%;
          margin-bottom: -42px; } }
      @media screen and (min-width: 1025px) {
        .eyeinthesky #skin-wrap #skinned-header.lockout .release-date {
          font-size: 1.5625em; } }
      .eyeinthesky #skin-wrap #skinned-header.lockout .release-date h5 {
        font-family: 'Libre Baskerville', serif;
        font-weight: 400; }
        @media screen and (min-width: 701px) {
          .eyeinthesky #skin-wrap #skinned-header.lockout .release-date h5 {
            margin-bottom: 4px; } }
        @media screen and (min-width: 1025px) {
          .eyeinthesky #skin-wrap #skinned-header.lockout .release-date h5 {
            margin-bottom: 8px; } }
  .eyeinthesky .content-wrap h3, .eyeinthesky .content-wrap h2, .eyeinthesky .content-wrap h1 {
    font-family: 'museo-slab', sans-serif;
    font-weight: 500;
    font-size: 3em;
    margin-bottom: 30px; }
    .ua-desktop-macintosh.ua-firefox .eyeinthesky .content-wrap h3, .ua-desktop-macintosh.ua-firefox .eyeinthesky .content-wrap h2, .ua-desktop-macintosh.ua-firefox .eyeinthesky .content-wrap h1 {
      font-weight: 300; }
  .eyeinthesky .content-wrap .caption h3 {
    font-size: 1.25em;
    line-height: 1.25em;
    font-weight: 700;
    letter-spacing: 1.3em; }
  .eyeinthesky .content-wrap nav h2 {
    font-family: 'museo-slab', sans-serif;
    font-weight: 500;
    font-size: 1.6875em;
    margin-bottom: 30px;
    line-height: 1.2em; }
    .ua-desktop-macintosh.ua-firefox .eyeinthesky .content-wrap nav h2 {
      font-weight: 300; }
    @media screen and (min-width: 701px) {
      .eyeinthesky .content-wrap nav h2 {
        font-size: 2.125em; } }
  .eyeinthesky .content-wrap .cast {
    padding-bottom: 20px !important; }
    @media screen and (min-width: 701px) {
      .eyeinthesky .content-wrap .cast {
        padding-bottom: 50px !important; } }
    .eyeinthesky .content-wrap .cast ul {
      text-align: center; }
      .eyeinthesky .content-wrap .cast ul li {
        display: inline-block;
        width: 145px;
        vertical-align: top;
        margin: 0 3px 30px; }
        @media screen and (min-width: 701px) {
          .eyeinthesky .content-wrap .cast ul li {
            margin-bottom: 20px; } }
        .eyeinthesky .content-wrap .cast ul li.break {
          display: none; }
          @media screen and (min-width: 701px) {
            .eyeinthesky .content-wrap .cast ul li.break {
              display: block;
              width: 0;
              height: 0;
              margin-bottom: 0; } }
        .eyeinthesky .content-wrap .cast ul li a {
          color: #2b2c31;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          .eyeinthesky .content-wrap .cast ul li a:hover {
            color: #777; }
          .eyeinthesky .content-wrap .cast ul li a .image {
            overflow: hidden;
            display: table;
            margin: 0 auto 15px; }
            .eyeinthesky .content-wrap .cast ul li a .image img {
              width: 100%; }
          .eyeinthesky .content-wrap .cast ul li a .name {
            letter-spacing: 0.1em;
            font-family: 'proxima-nova', sans-serif;
            font-weight: 700;
            font-size: 1.125em;
            line-height: 1.25em;
            margin-bottom: 8px; }
            .ua-desktop-macintosh.ua-firefox .eyeinthesky .content-wrap .cast ul li a .name {
              font-weight: 600; }
          .eyeinthesky .content-wrap .cast ul li a .character {
            font-size: 0.9375em;
            letter-spacing: 0.02em;
            font-family: 'Libre Baskerville', serif;
            font-style: italic; }
  .ua-safari .eyeinthesky .content-wrap #photos li {
    margin-right: 1px; }
  .eyeinthesky .content-wrap #story {
    border-bottom: 1px solid #d7d6d4; }
  .eyeinthesky .content-wrap #background {
    border-bottom: 1px solid #d7d6d4; }
  @media screen and (min-width: 701px) {
    .eyeinthesky .content-wrap .learn-more {
      padding-bottom: 18px !important; } }
  @media screen and (min-width: 701px) {
    .eyeinthesky .content-wrap .learn-more h1 {
      margin-bottom: 50px; } }
  .eyeinthesky .content-wrap .learn-more #read-the-bio {
    padding: 18px;
    background-color: #e1e0df;
    max-width: 730px;
    margin: 0 auto; }
    @media screen and (min-width: 701px) {
      .eyeinthesky .content-wrap .learn-more #read-the-bio {
        padding: 25px; } }
    .eyeinthesky .content-wrap .learn-more #read-the-bio .inner {
      display: table;
      width: 100%;
      margin: 0 auto; }
      .eyeinthesky .content-wrap .learn-more #read-the-bio .inner .thumb {
        display: table-cell;
        vertical-align: top; }
        .eyeinthesky .content-wrap .learn-more #read-the-bio .inner .thumb img {
          width: 100px; }
          @media screen and (min-width: 701px) {
            .eyeinthesky .content-wrap .learn-more #read-the-bio .inner .thumb img {
              width: 117px; } }
      .eyeinthesky .content-wrap .learn-more #read-the-bio .inner .text {
        display: table-cell;
        vertical-align: top;
        padding: 6px 0px 13px 15px; }
        @media screen and (min-width: 701px) {
          .eyeinthesky .content-wrap .learn-more #read-the-bio .inner .text {
            padding: 13px 15px; } }
        .eyeinthesky .content-wrap .learn-more #read-the-bio .inner .text h3 {
          font-family: 'proxima-nova', sans-serif;
          font-weight: 700;
          font-size: 1.25em;
          margin-bottom: 10px;
          text-transform: uppercase;
          line-height: 1.15em;
          letter-spacing: 0.1em; }
          .ua-desktop-macintosh.ua-firefox .eyeinthesky .content-wrap .learn-more #read-the-bio .inner .text h3 {
            font-weight: 600; }
          @media screen and (min-width: 701px) {
            .eyeinthesky .content-wrap .learn-more #read-the-bio .inner .text h3 {
              font-size: 1.4375em;
              line-height: 1.25em; } }
        .eyeinthesky .content-wrap .learn-more #read-the-bio .inner .text h4 {
          font-size: 1em;
          font-family: 'proxima-nova', sans-serif;
          font-weight: 600;
          color: #777;
          margin-bottom: 20px;
          line-height: 1.3em;
          letter-spacing: 0.035em; }
          .ua-desktop-macintosh.ua-firefox .eyeinthesky .content-wrap .learn-more #read-the-bio .inner .text h4 {
            font-weight: 400; }
          @media screen and (min-width: 701px) {
            .eyeinthesky .content-wrap .learn-more #read-the-bio .inner .text h4 {
              width: 80%;
              margin: 0 auto 25px;
              font-size: 1.125em; } }
  .eyeinthesky .content-wrap .learn-more ul {
    padding: 60px 4% 20px;
    text-align: center; }
    .eyeinthesky .content-wrap .learn-more ul li {
      vertical-align: top;
      margin-bottom: 52px; }
      .eyeinthesky .content-wrap .learn-more ul li:last-child {
        margin-bottom: 0; }
      @media screen and (min-width: 701px) {
        .eyeinthesky .content-wrap .learn-more ul li {
          display: inline-block;
          width: 250px; } }
      @media screen and (min-width: 870px) {
        .eyeinthesky .content-wrap .learn-more ul li {
          width: 250px;
          margin-bottom: 52px; } }
      .eyeinthesky .content-wrap .learn-more ul li .text {
        padding: 17px 4% 18px;
        line-height: 1.3em; }
        @media screen and (min-width: 870px) {
          .eyeinthesky .content-wrap .learn-more ul li .text {
            padding: 18px 0 20px; } }
        .eyeinthesky .content-wrap .learn-more ul li .text .title {
          font-family: 'proxima-nova', sans-serif;
          font-weight: 700;
          font-size: 1.125em;
          letter-spacing: 0.05em;
          margin-bottom: 4px; }
          .ua-desktop-macintosh.ua-firefox .eyeinthesky .content-wrap .learn-more ul li .text .title {
            font-weight: 600; }
        .eyeinthesky .content-wrap .learn-more ul li .text .subtitle {
          font-size: 1.125em;
          letter-spacing: 0.035em; }
  .eyeinthesky .content-wrap .thumb-slider.cast {
    text-align: center; }
    .eyeinthesky .content-wrap .thumb-slider.cast .slick-track {
      margin: 0 auto; }
    .eyeinthesky .content-wrap .thumb-slider.cast li {
      float: none;
      vertical-align: top;
      display: inline-block; }

/*# sourceMappingURL=film-eyeinthesky.css.map */
