/* ==========================================================================
   MOVIE
   ========================================================================== */
/* @NOTE (Move to `all.css.scss`) caching issue
   ========================================================================== */
/* line 8, app/assets/stylesheets/movie.css.scss */
.bs-container-fluid.bs-container-fluid--padding-5 {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 13, app/assets/stylesheets/movie.css.scss */
.bs-container-fluid--padding-5 .bs-row {
  margin-left: -5px;
  margin-right: -5px;
}

/* line 18, app/assets/stylesheets/movie.css.scss */
.bs-container-fluid--padding-5 [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 23, app/assets/stylesheets/movie.css.scss */
.page-movie .main-wrap {
  background: #191919 url(/assets/bg-promo-section-dark-065ade6271e7ce3296948a5802f5f108d8adf3ff316f587cc3fa98e6c6eccaf4.png) repeat 0 0;
}

/* Header
   ========================================================================== */
/* line 31, app/assets/stylesheets/movie.css.scss */
.movie-header-logo-wrap {
  margin: 0 auto;
  max-width: 390px;
  width: 100%;
}

/* line 37, app/assets/stylesheets/movie.css.scss */
#header.movie-section--header {
  background: #000;
  padding: 20px 20px 27px;
  position: relative;
}

/* line 43, app/assets/stylesheets/movie.css.scss */
.movie-section--header:after {
  background: url(/assets/bg-main-4c81177b027896949399c5dde42760f188354f460b2575bc8f2a64962452c481.png) no-repeat 50% 0;
  bottom: 0;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* line 53, app/assets/stylesheets/movie.css.scss */
.release-date-wrap {
  position: absolute;
  right: 40px;
  top: 80px;
}

/* line 59, app/assets/stylesheets/movie.css.scss */
.copy--release-date {
  color: #f9cd4b;
  font-family: 'league_gothicregular', Arial, Helvetica, sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

/* line 69, app/assets/stylesheets/movie.css.scss */
.button--get-tickets {
  background: #4b4b4b;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-family: 'league_gothicregular', Arial, Helvetica, sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 5px;
  padding: 12px 40px;
  text-transform: uppercase;
}

/* Navigation
   ========================================================================== */
/* line 87, app/assets/stylesheets/movie.css.scss */
.movie-nav-wrap--mobile {
  display: none;
}

/* line 91, app/assets/stylesheets/movie.css.scss */
.nav--movie {
  margin-top: 20px;
}

/* line 95, app/assets/stylesheets/movie.css.scss */
.nav--movie ul {
  font-family: 'league_gothicregular', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 21px;
  list-style: none;
  text-align: center;
}

/* line 103, app/assets/stylesheets/movie.css.scss */
.nav--movie li {
  cursor: pointer;
  display: inline-block;
  padding: 0 30px;
  text-transform: uppercase;
}

/* line 110, app/assets/stylesheets/movie.css.scss */
.nav--movie a {
  color: #676769;
}

/* General
   ========================================================================== */
/* line 117, app/assets/stylesheets/movie.css.scss */
.page-movie h1 {
  color: #fff;
  font-family: 'league_gothicregular', Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

/* ==========================================================================
   MOVIE - HOME
   ========================================================================== */
/* line 132, app/assets/stylesheets/movie.css.scss */
.page-movie--home #main {
  padding-bottom: 0;
}

/* line 136, app/assets/stylesheets/movie.css.scss */
.callouts--movie {
  margin-top: 10px;
  margin-bottom: 35px;
}

/* line 141, app/assets/stylesheets/movie.css.scss */
.movie-link--videos {
  margin-top: 10px;
}

/* line 145, app/assets/stylesheets/movie.css.scss */
[class^="movie-link--"] a {
  position: relative;
}

/* line 149, app/assets/stylesheets/movie.css.scss */
[class^="movie-link--"] a h2 {
  background: #333;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: 'league_gothicregular', Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  height: 40px;
  left: 0;
  letter-spacing: 1px;
  line-height: 40px;
  padding: 0 10px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}

/* line 166, app/assets/stylesheets/movie.css.scss */
[class^="movie-link--"] a h2:after {
  border-color: #000000 transparent transparent transparent;
  border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
  border-style: solid;
  border-width: 40px 40px 0 0;
  content: '';
  height: 0;
  position: absolute;
  right: -40px;
  top: 0;
  width: 0;
}

/* line 179, app/assets/stylesheets/movie.css.scss */
.rating-wrapper--movie {
  background: #565656;
  border-bottom: 2px solid #b2b2b2;
  border-top: 2px solid #b2b2b2;
  position: relative;
  text-align: center;
}

/* line 187, app/assets/stylesheets/movie.css.scss */
.rating-wrapper--movie:before,
.rating-wrapper--movie:after {
  background: #565656;
  border-bottom: 2px solid #b2b2b2;
  border-top: 2px solid #b2b2b2;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: -2px;
  width: 2000px;
}

/* line 200, app/assets/stylesheets/movie.css.scss */
.rating-wrapper--movie:before {
  right: 100%;
}

/* line 204, app/assets/stylesheets/movie.css.scss */
.rating-wrapper--movie:after {
  left: 100%;
}

/* line 208, app/assets/stylesheets/movie.css.scss */
.rating-wrapper--movie a {
  display: inline-block;
  line-height: 100px;
  padding: 0 5px;
}

/* line 214, app/assets/stylesheets/movie.css.scss */
.rating-wrapper--movie .link--film-ratings {
  position: relative;
}

/* line 218, app/assets/stylesheets/movie.css.scss */
.rating-wrapper--movie .link--film-ratings:after {
  background: #b3b3b3;
  content: '';
  display: block;
  height: 46px;
  margin-top: -23px;
  position: absolute;
  left: 100%;
  top: 50%;
  width: 2px;
  z-index: 1;
}

/* line 231, app/assets/stylesheets/movie.css.scss */
#main .rating-wrapper--movie img {
  display: inline-block;
  vertical-align: middle;
}

/* ==========================================================================
   MOVIE - STORY
   ========================================================================== */
/* line 241, app/assets/stylesheets/movie.css.scss */
.section-hero-wrap {
  text-align: center;
}

/* line 245, app/assets/stylesheets/movie.css.scss */
.section-hero-wrap img {
  margin: 0 auto;
}

/* line 249, app/assets/stylesheets/movie.css.scss */
.section-content--copy {
  margin: 0 auto;
  max-width: 650px;
  width: 100%;
}

/* line 255, app/assets/stylesheets/movie.css.scss */
.page-movie--story .section-content {
  margin-top: 40px;
}

/* line 259, app/assets/stylesheets/movie.css.scss */
.section-content--copy p {
  color: #6a6868;
  font-size: 14px;
}

/* line 264, app/assets/stylesheets/movie.css.scss */
.section-content--copy p + p {
  margin-top: 20px;
}

/* ==========================================================================
   MOVIE - CHARACTERS
   ========================================================================== */
/* line 273, app/assets/stylesheets/movie.css.scss */
.page-movie--characters .main-wrap {
  background: #000 url(/assets/bg-nav-h-c1b3faaa30d50e0a54703674929bb210311f387090ff5fc78a39ad632b957266.png) repeat 0 0;
  padding-bottom: 7px;
  position: relative;
}

/* line 279, app/assets/stylesheets/movie.css.scss */
.page-movie--characters .main-wrap:after {
  background: url(/assets/bg-main-4c81177b027896949399c5dde42760f188354f460b2575bc8f2a64962452c481.png) no-repeat 50% 0;
  bottom: 0;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* line 289, app/assets/stylesheets/movie.css.scss */
.page-movie--characters #main {
  padding-bottom: 0;
}

/* line 293, app/assets/stylesheets/movie.css.scss */
.page-title--characters,
#main header h2.page-title--characters {
  color: #e2e2e2;
}

/* line 298, app/assets/stylesheets/movie.css.scss */
.characters-nav {
  margin-left: -5px;
  margin-right: -5px;
}

/* line 303, app/assets/stylesheets/movie.css.scss */
.characters-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 309, app/assets/stylesheets/movie.css.scss */
.characters-nav li {
  display: block;
  float: left;
  padding: 0 5px;
  text-align: center;
  transition: opacity 1s;
  opacity: 1;
  width: 11.111111111111%;
}

/* line 319, app/assets/stylesheets/movie.css.scss */
.characters-nav li:hover,
.characters-nav li:active,
.characters-nav li:focus,
.characters-nav li.current {
  opacity: 0.5;
}

/* line 326, app/assets/stylesheets/movie.css.scss */
.characters-main {
  margin-top: 75px;
}

/* line 330, app/assets/stylesheets/movie.css.scss */
.page-movie h1.character-name {
  color: #008dd3;
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 0;
  text-align: left;
  text-transform: capitalize;
}

/* line 339, app/assets/stylesheets/movie.css.scss */
.character-name--alt {
  border-bottom: 1px dotted #4b4b4b;
  color: #62686c;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
  padding-bottom: 25px;
  text-transform: none;
}

/* line 349, app/assets/stylesheets/movie.css.scss */
.character-description {
  color: #62686c;
  margin-top: 25px;
}

/* line 354, app/assets/stylesheets/movie.css.scss */
.character-actor {
  color: #4b4b4b;
  font-family: 'league_gothicregular', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  margin-top: 20px;
}

/* line 361, app/assets/stylesheets/movie.css.scss */
.character-actor dt {
  text-transform: uppercase;
}

/* line 365, app/assets/stylesheets/movie.css.scss */
.character-actor dt:after {
  content: ': ';
}

/* line 369, app/assets/stylesheets/movie.css.scss */
.character-actor dd {
  text-transform: capitalize;
}

/* ==========================================================================
   MOVIE - VIDEO
   ========================================================================== */
/* line 378, app/assets/stylesheets/movie.css.scss */
.video-main {
  margin-top: 30px;
}

/* line 382, app/assets/stylesheets/movie.css.scss */
.video-item-wrap {
  background: #fff;
  margin-bottom: 40px;
  position: relative;
}

/* line 388, app/assets/stylesheets/movie.css.scss */
.video-item-wrap:after {
  background: url(/assets/bg-main-4c81177b027896949399c5dde42760f188354f460b2575bc8f2a64962452c481.png) no-repeat 50% 0;
  background-size: 100% 100%;
  bottom: 0;
  content: '';
  height: 7px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s;
  width: 100%;
}

/* line 401, app/assets/stylesheets/movie.css.scss */
.video-item-wrap:hover:after {
  opacity: 1;
}

/* line 405, app/assets/stylesheets/movie.css.scss */
.video-item-wrap a:hover,
.video-item-wrap a:active,
.video-item-wrap a:focus {
  text-decoration: none;
}

/* line 411, app/assets/stylesheets/movie.css.scss */
.video-item-wrap h3 {
  color: #999;
  font-weight: 400;
}

/* line 416, app/assets/stylesheets/movie.css.scss */
.video-item-wrap dl {
  color: #999;
}

/* line 420, app/assets/stylesheets/movie.css.scss */
.video-item-wrap h2 {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

/* line 426, app/assets/stylesheets/movie.css.scss */
.video-meta-wrap {
  padding: 14px;
}

/* ==========================================================================
   MOVIE - SELFIE
   ========================================================================== */
/* line 435, app/assets/stylesheets/movie.css.scss */
.page-movie--selfie .movie-section--promo {
  background: #000 url(/assets/bg-nav-h-c1b3faaa30d50e0a54703674929bb210311f387090ff5fc78a39ad632b957266.png) repeat 0 0;
  padding-bottom: 7px;
  position: relative;
}

/* line 441, app/assets/stylesheets/movie.css.scss */
.page-movie--selfie .movie-section--promo:after {
  background: url(/assets/bg-main-4c81177b027896949399c5dde42760f188354f460b2575bc8f2a64962452c481.png) no-repeat 50% 0;
  background-size: 100% 100%;
  bottom: 0;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* line 452, app/assets/stylesheets/movie.css.scss */
.page-movie--selfie .section-hero-wrap {
  margin-top: 45px;
}

/* line 456, app/assets/stylesheets/movie.css.scss */
.btn--selfie-submit {
  background: url(/assets/selfie-submit-button-b0e8cfe0d6e732551c8e3b70da7abd565daf03cfc475e2aad28f2c56de22f916.png) no-repeat 0 0;
  background-size: 100% 100%;
  color: #fff;
  font-family: 'league_gothicregular', Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 400;
  display: block;
  line-height: 1;
  margin: 30px auto 0;
  max-width: 360px;
  padding: 50px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

/* line 473, app/assets/stylesheets/movie.css.scss */
.selfie-disclaimer-wrap {
  color: #fff;
  margin: 30px auto 0;
  max-width: 640px;
  text-align: left;
  width: 100%;
}

/* line 481, app/assets/stylesheets/movie.css.scss */
.selfie-disclaimer-wrap * + * {
  margin-top: 15px;
}

/* line 485, app/assets/stylesheets/movie.css.scss */
.selfie-disclaimer a,
.selfie-disclaimer a:link,
.selfie-disclaimer a:visited,
.selfie-disclaimer a:hover,
.selfie-disclaimer a:active {
  color: #fff;
  text-decoration: underline;
}

/* line 494, app/assets/stylesheets/movie.css.scss */
.selfie-stats {
  color: #666;
  font-family: 'league_gothicregular', Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 30px auto 15px;
  text-align: center;
}

/* line 503, app/assets/stylesheets/movie.css.scss */
.selfie-confirmation {
  color: #fff;
  font-family: 'league_gothicregular', Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 15px auto;
  text-align: center;
}

/* line 514, app/assets/stylesheets/movie.css.scss */
.selfie-recent-submissions [class^="col-"] {
  margin-bottom: 30px;
}

/* line 518, app/assets/stylesheets/movie.css.scss */
.selfie-recent-submissions h2 {
  color: #fff;
  font-family: 'league_gothicregular', Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
}

/* line 526, app/assets/stylesheets/movie.css.scss */
.selfie-top-submissions h2 {
  color: #fff;
  font-family: 'league_gothicregular', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

/* line 534, app/assets/stylesheets/movie.css.scss */
.list--selfie-top-submissions {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 540, app/assets/stylesheets/movie.css.scss */
.list--selfie-top-submissions li {
  background: #080808;
  border: 1px solid #6f6f6f;
}

/* line 545, app/assets/stylesheets/movie.css.scss */
.list--selfie-top-submissions li + li {
  margin-top: 10px;
}

/* line 549, app/assets/stylesheets/movie.css.scss */
.selfie-image img {
  height: auto;
  max-width: none;
  width: 100%;
}

/* line 555, app/assets/stylesheets/movie.css.scss */
.selfie-meta {
  padding: 10px;
}

/* line 559, app/assets/stylesheets/movie.css.scss */
.selfie-info h4 {
  color: #cccccc;
  font-family: 'league_gothicregular', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

/* ==========================================================================
   MOVIE - MEDIA QUERIES
   ========================================================================== */
@media (max-width: 850px) {
  /* line 574, app/assets/stylesheets/movie.css.scss */
  .movie-section--header {
    text-align: center;
  }
  /* line 578, app/assets/stylesheets/movie.css.scss */
  .release-date-wrap {
    right: auto;
    margin: 0 auto;
    position: relative;
    top: auto;
  }
  /* line 585, app/assets/stylesheets/movie.css.scss */
  .page-movie h1 {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  /* line 592, app/assets/stylesheets/movie.css.scss */
  .page-movie .mobile-nav,
.page-movie .mobile-nav .opener {
    border-right: none;
  }
  /* line 597, app/assets/stylesheets/movie.css.scss */
  .mobile-nav.movie-nav-wrap--mobile {
    display: block;
    float: none;
  }
  /* line 602, app/assets/stylesheets/movie.css.scss */
  .movie-nav-wrap {
    display: none;
  }
  /* line 606, app/assets/stylesheets/movie.css.scss */
  .movie-nav-wrap--mobile .nav--movie {
    margin-top: 0;
  }
  /* line 610, app/assets/stylesheets/movie.css.scss */
  .movie-nav-wrap--mobile .nav--movie li {
    display: block;
    text-align: left;
    padding: 0;
  }
  /* line 616, app/assets/stylesheets/movie.css.scss */
  .button.button--browse-all-art {
    margin-left: 15px;
  }
  /* ==========================================================================
     MOVIE - HOME
     ========================================================================== */
  /* line 624, app/assets/stylesheets/movie.css.scss */
  .movie-link--submit-your-selfie {
    margin-top: 10px;
  }
  /* line 628, app/assets/stylesheets/movie.css.scss */
  .mobile-bg.page-movie #main {
    background: transparent;
  }
  /* line 632, app/assets/stylesheets/movie.css.scss */
  .rating-wrapper--movie a:first-child {
    width: 100%;
  }
  /* ==========================================================================
     MOVIE - CHARACTERS
     ========================================================================== */
  /* line 640, app/assets/stylesheets/movie.css.scss */
  .characters-nav li {
    display: block;
    float: left;
    margin-bottom: 10px;
    padding: 0 5px;
    text-align: center;
    transition: opacity 1s;
    opacity: 1;
    width: 25%;
  }
  /* line 651, app/assets/stylesheets/movie.css.scss */
  .character-meta-wrap {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  /* ==========================================================================
     MOVIE - VIDEO
     ========================================================================== */
  /* line 660, app/assets/stylesheets/movie.css.scss */
  .video-item-wrap:after {
    content: none;
  }
  /* line 664, app/assets/stylesheets/movie.css.scss */
  .video-image-wrap {
    float: left;
    margin-right: 15px;
    width: 147px;
  }
}
