/* app/assets/fd-pkgs/@fd-assets/carousel/stylesheets/shared/movieCarousel.css */
.movie-carousel {
  padding: 0;
}
.movie-carousel .fd-carousel-placeholder {
  padding-bottom: 65px;
}
.movie-carousel .fd-carousel-placeholder__item {
  background:
    linear-gradient(
      110deg,
      #eff1f3 0%,
      #eff1f3 34%,
      #fff 55%,
      #f9fbfd 59%,
      #eff1f3 66%);
  border-radius: 4px;
  flex-shrink: 0;
  height: 210px;
  width: 140px;
}
.movie-carousel .fd-carousel__slide {
  width: 140px;
}
.movie-carousel .fd-carousel__img-wrap {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
}
.movie-carousel .splide__spinner {
  display: none;
}
.movie-carousel .fd-carousel__img {
  border-radius: 8px;
  height: 210px;
  width: 100%;
}
.movie-carousel .fd-carousel__arrow--left {
  left: -16px;
}
.movie-carousel .fd-carousel__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.movie-carousel .fd-carousel__arrow--right {
  right: -16px;
}
.icon.icon-gift-box-white.movie-carousel__offer-icon {
  position: absolute;
  height: 1.6rem;
  width: 1.6rem;
  top: 0;
  right: 0;
  background-color: #9c4eb0;
  background-position: 50% 40%;
  background-size: 60%;
  border-bottom-left-radius: 4px;
}
.fd-carousel__link:hover .icon.icon-gift-box-white.movie-carousel__offer-icon,
.fd-carousel__link:focus .icon.icon-gift-box-white.movie-carousel__offer-icon {
  opacity: 0.65;
}
.movie-carousel--mobile {
  padding-bottom: 16px;
}
.movie-carousel--mobile .fd-carousel__arrow {
  display: none;
}
.movie-carousel--mobile .fd-carousel__img,
.movie-carousel--mobile .fd-carousel-placeholder__item {
  height: 141px;
}
.movie-carousel--mobile .fd-carousel__img-wrap {
  min-height: 132px;
}
.movie-carousel--mobile .fd-carousel__title {
  font-size: 14px;
  font-weight: normal;
}
.movie-carousel--mobile .fd-carousel-placeholder {
  padding-bottom: 49px;
}
.movie-carousel--mobile .fd-carousel__img,
.movie-carousel--mobile .fd-carousel__img-wrap,
.movie-carousel--mobile .fd-carousel-placeholder__item,
.movie-carousel--mobile .fd-carousel__slide {
  width: 94px;
}
.fd-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 150ms ease, visibility 150ms ease;
  background:
    linear-gradient(
      270deg,
      #121212 0%,
      rgba(18, 18, 18, 0) 100%);
  z-index: 1;
}
.fd-carousel__arow {
  z-index: 2;
}
.is-visible {
  opacity: 1;
  visibility: visible;
}
.movie-carousel--mobile .fd-gradient {
  display: none;
}
.fd-gradient--right {
  right: 0;
  background:
    linear-gradient(
      90deg,
      rgba(23, 28, 32, 0) 0%,
      rgba(23, 28, 32, .7) 60%,
      rgba(23, 28, 32, .95) 100%);
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.fd-gradient--left {
  left: 0;
  background:
    linear-gradient(
      270deg,
      rgba(23, 28, 32, 0) 0%,
      rgba(23, 28, 32, .7) 60%,
      rgba(23, 28, 32, .95) 100%);
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.splide {
  position: relative;
}
.fd-carousel__buy-tickets {
  display: none;
  text-align: center;
}
.ab-test-6254.fd-carousel__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.ab-test-6254 .fd-carousel__buy-tickets {
  display: block;
  margin: 8px auto 0 0;
}
.is-mobile .ab-test-6254 .fd-carousel__buy-tickets {
  margin: 8px 0 0;
  padding: 6px 0;
}
.fd-carousel .fd-carousel__label {
  display: inline-block;
  margin-top: 4px;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
}

/* app/assets/stylesheets/home/desktop/movieTicketsHeader.css */
.movie-tickets-header {
  padding-top: 0;
  padding-bottom: 0;
}
.movie-tickets-header--container {
  padding: 40px 20px 20px;
}
.movie-tickets-header--heading {
  margin: 0;
  color: var(--blue-600);
}
.movie-tickets-header--see-all {
  margin: 0 0 0 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

/* app/assets/stylesheets/home/desktop/spotlight.css */
.spotlight-item {
  padding: 0;
  max-height: 315px;
  overflow: hidden;
  position: relative;
  background-color: var(--neutral-700);
}
.spotlight-item.large-item {
  max-height: 630px;
}
.spotlight-item.large-item-right,
.spotlight-showtime.large-item-right {
  float: right;
}
.spotlight-item img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
.spotlight-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.spotlight-caption {
  padding: 20px 10px 10px 10px;
  position: absolute;
  bottom: 0;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
  color: var(--neutral-000);
  background: var(--dark-overlay-60);
  display: block;
}
.spotlight-caption.icon-caption {
  padding-left: 50px;
}
.spotlight-content .spotlight-caption:hover,
.spotlight-caption h3 {
  color: var(--neutral-000);
}
.spotlight-caption p {
  text-transform: none;
}
.spotlight-caption .icon {
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  top: 20px;
  left: 15px;
}
.spotlight-item:hover .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.spotlight-content > div {
  padding: 0;
}
.spotlight-showtime {
  min-height: 630px;
  background: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/home/spotlight-content-bg.73u7jg6k.jpg") no-repeat;
  background-size: cover;
  color: var(--neutral-000);
  padding: 0;
  overflow: hidden;
}
.spotlight-showtime .tablet-width-25,
.spotlight-showtime .tablet-width-75 {
  padding: 0;
}
.spotlight-showtime-title {
  margin: 30px 15px 15px;
  color: var(--neutral-000);
}
.spotlight-showtime-title:before {
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjVweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMjUgMTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1IDE5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8Zz4NCgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjE4LjIsMy4zIDQuNSw3IDYuOCwxNS45IDIwLjUsMTIuMSAJIi8+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTIyLjcsNC4zTDIxLjUsMEwwLDUuOWwxLjEsNC4zYzEuMi0wLjMsMi41LDAuNCwyLjgsMS42YzAuMywxLjItMC40LDIuNS0xLjYsMi44TDMuNSwxOUwyNSwxMy4xbC0xLjItNC40DQoJCWMtMS4yLDAuMy0yLjUtMC40LTIuOC0xLjZDMjAuNyw1LjksMjEuNCw0LjYsMjIuNyw0LjN6IE0yMS4zLDEyLjZMNi40LDE2LjZMMy43LDYuNmwxNC45LTQuMUwyMS4zLDEyLjZ6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center center;
  display: inline-block;
  height: 38px;
  width: 38px;
  content: "";
  border: 1px solid white;
  border-radius: 19px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
.spotlight-showtime-info {
  margin: 0 30px;
}
.spotlight-showtime-poster {
  max-height: 220px;
  padding-left: 30px;
}
.spotlight-showtime-movie-title {
  color: var(--neutral-000);
}
.spotlight-showtime .heading-style-2 {
  text-transform: none;
}
.spotlight-showtime-synopsis {
  max-height: 90px;
  overflow: hidden;
}
.spotlight-showtime-mb {
  margin-bottom: 25px;
}
.collection-card-1 {
  margin-top: -25%;
}
@media (min-width: 1295px) {
  .spotlight-item.width-33 {
    width: 315px;
  }
}
@media (max-width: 1295px) {
  .collection-card-1 {
    margin: auto;
  }
  .spotlight-showtime.large-item-right {
    float: left;
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
  }
  .spotlight-showtime .tablet-width-25 {
    width: 25%;
    float: left;
  }
  .spotlight-showtime .tablet-width-75 {
    width: 75%;
    float: left;
  }
  .spotlight-content .width-75 {
    width: 100%;
  }
  .spotlight-content .width-75 > .spotlight-item.width-66 {
    width: 50%;
    max-height: none;
  }
  .spotlight-content .width-75 > .spotlight-item.width-33 {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .spotlight-content .width-75 > .spotlight-item.width-66 {
    width: 100%;
  }
  .spotlight-content .width-75 > .spotlight-item.width-33 {
    width: 50%;
  }
  .spotlight-showtime-poster {
    padding: 0 0 30px 15px;
  }
  .spotlight-showtime-info {
    margin: 0 15px;
  }
  .spotlight-caption {
    padding-top: 10px;
  }
  .spotlight-caption h3 {
    font-size: 28px;
    line-height: 25px;
  }
  .spotlight-caption p {
    font-size: 16px;
  }
  .spotlight-caption .icon {
    width: 20px;
    height: 20px;
    background-size: 100%;
    top: 10px;
    left: 10px;
  }
  .spotlight-caption.icon-caption {
    padding-left: 40px;
  }
}

/* app/assets/stylesheets/home/desktop/home.css */
.home__row {
  height: 20px;
  display: block;
  background-color: var(--neutral-000);
}
.home__movie-content,
.home__ads .ad {
  background-color: var(--neutral-000);
}
.home__spotlight-content {
  margin-top: 20px;
}
.nosferatu-hero-carousel {
  height: 350px;
}
@media (min-width: 768px) {
  .home-movie-carousel--ad-wrapper {
    padding-top: 5px;
  }
}
.home-movie-carousel--carousel-wrapper .movie-carousel {
  margin: 0 20px;
}

/* app/assets/stylesheets/home/desktop/theatersModule.css */
.theaters-module {
  padding: 0 20px;
}
.theaters-module__placeholder-lists {
  padding-bottom: 56px;
  background-color: var(--neutral-000);
}
.theaters-module__title {
  color: var(--blue-600);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 4px;
}
.theaters-module__see-more-block {
  text-transform: uppercase;
  margin: 16px 0;
}
.theaters-module__theater-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.theaters-module__theater-item {
  height: 120px;
}
.theaters-module__theater-item--placeholder {
  animation: loading 3s infinite linear;
  background:
    linear-gradient(
      135deg,
      #eff1f3 0%,
      #eff1f3 34%,
      var(--neutral-000) 55%,
      #f9fbfd 59%,
      #eff1f3 66%);
  background-size: 100%;
  border-radius: 4px;
}
.theaters-module__theater-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  color: var(--neutral-300);
  line-height: 20px;
}
.theaters-module .theaters-module__theater-link:hover,
.theaters-module .theaters-module__theater-link:focus {
  outline: 2px solid #4691e3;
  outline-offset: 2px;
  text-decoration: none;
  color: var(--neutral-300);
}
.theaters-module__theater-link--selected {
  background-color: #4691e3;
  color: var(--neutral-000);
}
.theaters-module__theater-link--selected .theaters-module__theater-name,
.theaters-module .theaters-module__theater-link--selected:hover,
.theaters-module .theaters-module__theater-link--selected:focus {
  color: var(--neutral-000);
}
.theaters-module__theater-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.theaters-module__theater-name {
  color: var(--neutral-700);
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.theaters-module__theater-distance {
  margin-left: auto;
  font-weight: normal;
}
.theaters-module__theater-fave-icon {
  margin-right: 5px;
}
.theaters-module__theater-address,
.theaters-module__theater-city-state {
  font-weight: normal;
}
.theaters-module__no-theaters-fig {
  background-color: var(--neutral-300);
  text-align: center;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 4px;
}
.theaters-module__no-theaters-title,
.theaters-module__no-theaters-msg {
  text-align: center;
  margin-top: 16px;
  color: var(--blue-600);
}
.theaters-module__no-theaters-title {
  font-weight: bold;
}
.theaters-module__theater-city-state-snack-icon-container {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.snack-icon {
  width: 24px;
  height: 24px;
}

/* app/assets/fd-pkgs/@fd-assets/core-styles/stylesheets/grid/tablet-grid.css */
.tablet-width-5,
.tablet-width-10,
.tablet-width-15,
.tablet-width-20,
.tablet-width-25,
.tablet-width-30,
.tablet-width-35,
.tablet-width-40,
.tablet-width-45,
.tablet-width-50,
.tablet-width-55,
.tablet-width-60,
.tablet-width-65,
.tablet-width-70,
.tablet-width-75,
.tablet-width-80,
.tablet-width-85,
.tablet-width-90,
.tablet-width-95,
.tablet-width-100,
.tablet-width-33,
.tablet-width-66 {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 1024px) {
  .tablet-width-5,
  .tablet-width-10,
  .tablet-width-15,
  .tablet-width-20,
  .tablet-width-25,
  .tablet-width-30,
  .tablet-width-35,
  .tablet-width-40,
  .tablet-width-45,
  .tablet-width-50,
  .tablet-width-55,
  .tablet-width-60,
  .tablet-width-65,
  .tablet-width-70,
  .tablet-width-75,
  .tablet-width-80,
  .tablet-width-85,
  .tablet-width-90,
  .tablet-width-95,
  .tablet-width-33,
  .tablet-width-66 {
    float: left;
  }
  .tablet-width-5 {
    width: 5%;
  }
  .tablet-width-10 {
    width: 10%;
  }
  .tablet-width-15 {
    width: 15%;
  }
  .tablet-width-20 {
    width: 20%;
  }
  .tablet-width-25 {
    width: 25%;
  }
  .tablet-width-30 {
    width: 30%;
  }
  .tablet-width-35 {
    width: 35%;
  }
  .tablet-width-40 {
    width: 40%;
  }
  .tablet-width-45 {
    width: 45%;
  }
  .tablet-width-50 {
    width: 50%;
  }
  .tablet-width-55 {
    width: 55%;
  }
  .tablet-width-60 {
    width: 60%;
  }
  .tablet-width-65 {
    width: 65%;
  }
  .tablet-width-70 {
    width: 70%;
  }
  .tablet-width-75 {
    width: 75%;
  }
  .tablet-width-80 {
    width: 80%;
  }
  .tablet-width-85 {
    width: 85%;
  }
  .tablet-width-90 {
    width: 90%;
  }
  .tablet-width-95 {
    width: 95%;
  }
  .tablet-width-33 {
    width: 33.33333%;
  }
  .tablet-width-66 {
    width: 66.66667%;
  }
  .tablet-width-100 {
    clear: both;
    width: 100%;
  }
}

/* app/assets/fd-pkgs/@fd-assets/core-styles/stylesheets/grid/mobile-grid.css */
.mobile-width-5,
.mobile-width-10,
.mobile-width-15,
.mobile-width-20,
.mobile-width-25,
.mobile-width-30,
.mobile-width-35,
.mobile-width-40,
.mobile-width-45,
.mobile-width-50,
.mobile-width-55,
.mobile-width-60,
.mobile-width-65,
.mobile-width-70,
.mobile-width-75,
.mobile-width-80,
.mobile-width-85,
.mobile-width-90,
.mobile-width-95,
.mobile-width-100,
.mobile-width-33,
.mobile-width-66 {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .mobile-width-5,
  .mobile-width-10,
  .mobile-width-15,
  .mobile-width-20,
  .mobile-width-25,
  .mobile-width-30,
  .mobile-width-35,
  .mobile-width-40,
  .mobile-width-45,
  .mobile-width-50,
  .mobile-width-55,
  .mobile-width-60,
  .mobile-width-65,
  .mobile-width-70,
  .mobile-width-75,
  .mobile-width-80,
  .mobile-width-85,
  .mobile-width-90,
  .mobile-width-95,
  .mobile-width-33,
  .mobile-width-66 {
    float: left;
  }
  .mobile-width-5 {
    width: 5%;
  }
  .mobile-width-10 {
    width: 10%;
  }
  .mobile-width-15 {
    width: 15%;
  }
  .mobile-width-20 {
    width: 20%;
  }
  .mobile-width-25 {
    width: 25%;
  }
  .mobile-width-30 {
    width: 30%;
  }
  .mobile-width-35 {
    width: 35%;
  }
  .mobile-width-40 {
    width: 40%;
  }
  .mobile-width-45 {
    width: 45%;
  }
  .mobile-width-50 {
    width: 50%;
  }
  .mobile-width-55 {
    width: 55%;
  }
  .mobile-width-60 {
    width: 60%;
  }
  .mobile-width-65 {
    width: 65%;
  }
  .mobile-width-70 {
    width: 70%;
  }
  .mobile-width-75 {
    width: 75%;
  }
  .mobile-width-80 {
    width: 80%;
  }
  .mobile-width-85 {
    width: 85%;
  }
  .mobile-width-90 {
    width: 90%;
  }
  .mobile-width-95 {
    width: 95%;
  }
  .mobile-width-33 {
    width: 33.33333%;
  }
  .mobile-width-66 {
    width: 66.66667%;
  }
  .mobile-width-100 {
    clear: both;
    width: 100%;
  }
}

/* app/assets/stylesheets/desktop/shared/marketingSpotlight.css */
.marketing-spotlight__link {
  padding: 0;
}
.marketing-spotlight__img {
  display: block;
  width: 100%;
}

/* app/assets/stylesheets/shared/location.css */
.location {
  display: flex;
  align-items: center;
}
.location__text {
  color: var(--neutral-300);
  font-size: 14px;
  line-height: 16px;
  margin-right: 8px;
  font-weight: bold;
  text-transform: uppercase;
}
.location__btn {
  display: flex;
  align-items: center;
  color: #4691e3;
  font-weight: bold;
}
.location__icon {
  width: 11px;
  height: 16px;
  background-size: 100%;
  margin-right: 4px;
}
.location__value {
  text-transform: capitalize;
  line-height: 1;
}
.location__permission {
  background-color: var(--neutral-600);
  height: 30px;
  margin-left: 10px;
  outline: #4691e3 solid 2px;
}

/* app/assets/stylesheets/shared/modules/promoCodeTout.css */
.promo-code-tout__container {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo-code-tout__link {
  width: 375px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
}
.promo-code-tout__cta {
  width: auto;
  height: 92px;
}
.promo-code-tout__banner {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.promo-code-tout--animate .promo-code-tout__cta {
  animation: 1s ease bounceUp;
}
.promo-code-tout--animate .promo-code-tout__banner {
  animation: 1s ease 1.25s forwards fadeIn;
}
@media (min-width: 768px) {
  .promo-code-tout__container {
    padding-bottom: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounceUp {
  0% {
    transform: translateY(0%);
  }
  20% {
    transform: translateY(-15%);
  }
  30% {
    transform: translateY(0%);
  }
  35% {
    transform: translateY(-7%);
  }
  37% {
    transform: translateY(0%);
  }
  39% {
    transform: translateY(-3%);
  }
  40% {
    transform: translateY(0%);
  }
}

/* app/assets/fd-pkgs/fd-location/stylesheets/fdLocation.dropdown.css */
.location-dropdown {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  width: 383px;
}
.location-dropdown__current-location {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.location-dropdown__icon {
  margin-right: 10px;
}
.location-dropdown__text {
  color: #3478c1;
}
.location-dropdown__close-btn {
  display: none;
}

/* swug-virtual-bundle-specifier://images.fandango.com/fandango-www/screenplay/assets/v2/stylesheets/bundles/home/desktop.7ccniijf.css */
/*# sourceMappingURL=desktop.css.map */
