/* app/assets/stylesheets/photos/gallery/gallery.css */
.carousel-style-gallery {
  padding-bottom: 40px;
  width: 100%;
  background-color: var(--neutral-700);
  background-image: -webkit-radial-gradient(#333, #000);
  background-image: -o-radial-gradient(#333, #000);
  background-image: radial-gradient(#333, #000);
  color: var(--neutral-000);
  margin-bottom: 30px;
}
.carousel-style-gallery .heading-style-1 {
  margin: 15px 0;
  color: inherit;
}
.carousel-style-gallery:-webkit-full-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel-style-gallery:-moz-full-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel-style-gallery:fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel-style-gallery .splide__track {
  position: relative;
  overflow: hidden;
  height: 650px;
}
.carousel-style-gallery .schema {
  height: 100%;
}
.carousel-style-gallery:-webkit-full-screen .splide__track {
  height: 100%;
}
.carousel-style-gallery:-moz-full-screen .splide__track {
  height: 100%;
}
.carousel-style-gallery:-ms-fullscreen .splide__track {
  height: 100%;
}
.carousel-style-gallery:fullscreen .splide__track {
  height: 100%;
}
.carousel-style-gallery .carousel-items {
  position: relative;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.thumbnails-active .carousel-items {
  opacity: 0;
}
.thumbnails-active .ad {
  display: none;
}
.carousel-style-gallery .carousel-items > li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
}
.carousel-style-gallery .carousel-items > li > .row {
  height: 100%;
}
.carousel-style-gallery .carousel-items > li > .row > .content {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.carousel-style-gallery .carousel-image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.carousel-style-gallery__attribution {
  font-style: italic;
  font-size: inherit;
}
.carousel-style-gallery .carousel-item-detail {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.9) 100%);
}
.carousel-style-gallery .carousel-item-detail > .row > div {
  position: absolute;
  bottom: 0;
  padding: 25px 25px 25px 5px;
  width: 460px;
  font-size: 18px;
  font-family: "Times New Roman", serif;
  line-height: 22px;
}
.carousel-style-gallery .carousel-item-detail .heading-size-xs {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-family:
    proxima-nova,
    Helvetica,
    Arial,
    sans-serif;
}
.carousel-style-gallery .carousel-item-detail p {
  font-style: italic;
  font-size: inherit;
  line-height: inherit;
}
.carousel-style-gallery .toolbar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--neutral-500);
  color: var(--neutral-000);
  height: 40px;
  line-height: 40px;
  z-index: 2;
}
.carousel-style-gallery .current-slide-indicator {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  font-family:
    "Times New Roman",
    Times,
    Baskerville,
    Georgia,
    serif;
}
.carousel-style-gallery .toolbar menu > .toolbar__fullscreen {
  margin-left: auto;
}
.carousel-style-gallery .toolbar menu > .toolbar__play {
  margin-right: auto;
}
.carousel-style-gallery .toolbar menu {
  display: flex;
  justify-content: space-between;
}
.carousel-style-gallery .toolbar menu > li > button {
  margin: 0 10px;
  cursor: pointer;
}
.carousel-style-gallery .toolbar menu > li > button .icon,
.carousel-style-gallery .toolbar menu > li > .icon {
  background-size: 100%;
  width: 13px;
  height: 13px;
}
.carousel-style-gallery .toolbar menu > li .share-panel-container .icon {
  background-size: 22px 22px;
}
.carousel-style-gallery .toolbar menu .current-slide {
  display: block;
  padding: 5px;
  color: var(--neutral-000);
  text-align: center;
  font-style: italic;
  font-family:
    "Times New Roman",
    Times,
    Baskerville,
    Georgia,
    serif;
}
.carousel-style-gallery .fd-carousel__arrow {
  position: absolute;
  top: 50%;
  margin: -15px 20px 0;
  width: 37px;
  height: 37px;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.carousel-style-gallery .fd-carousel__arrow--right {
  right: 0;
  left: auto;
}
.carousel-style-gallery.end .icon.right-arrow-white,
.carousel-style-gallery.thumbnails-active .photo-gallery-arrow {
  opacity: 0;
  cursor: default;
}
.carousel-style-gallery.end h1 {
  visibility: hidden;
}
.carousel-style-gallery .thumbnails {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 83px;
  left: 0;
  overflow: auto;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.thumbnails-active .thumbnails {
  top: 0;
  opacity: 1;
}
.carousel-style-gallery .thumbnails .grid > li {
  display: inline-block;
  overflow: hidden;
  margin: 3px;
  width: 130px;
  height: 110px;
  border: 2px solid transparent;
  cursor: pointer;
}
.carousel-style-gallery .thumbnails .grid > li.active {
  border-color: var(--orange-500);
}
.carousel-style-gallery .gallery__thumbnail {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.carousel-style-gallery .gallery__thumbnail > img {
  position: absolute;
  top: 0;
  opacity: 0;
}
#gallery-interstitial {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.endcard {
  color: var(--neutral-000);
  text-align: center;
}
.endcard > .row {
  position: absolute;
  top: 80%;
  left: 50%;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.endcard > .row > div {
  height: 100%;
  vertical-align: middle;
}
.endcard ul {
  margin: 25px 0;
}
.endcard ul .media {
  float: none;
  vertical-align: top;
}
.endcard ul .media > div {
  margin-top: 5px;
  text-align: left;
}
.endcard .share-btn {
  display: inline-block;
  padding: 15px;
  margin-left: 15px;
  line-height: 21px;
}
.endcard .title {
  font-size: 14px;
}
.carousel-style-gallery .carousel-items > li > .row > .sidebar > .ad-multi-logo {
  position: absolute;
  top: 20px;
  right: 0;
  width: 300px;
  text-align: center;
}
@media (min-width: 1025px) {
  .carousel-style-gallery .carousel-items > li > .row > .sidebar {
    z-index: 1;
    position: relative;
    height: 100%;
  }
  .carousel-style-gallery .carousel-items > li > .row > .sidebar > .ad-box {
    position: absolute;
    top: 50%;
    left: 35%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .carousel-style-gallery .fd-carousel__arrow {
    display: none;
  }
  .carousel-style-gallery .carousel-items > li > .row > .sidebar + .content {
    margin-right: 0;
  }
  .carousel-style-gallery .splide__track {
    height: 480px;
  }
  .carousel-style-gallery .carousel-item-detail > .row > div {
    width: 100%;
  }
  .carousel-style-gallery .carousel-image {
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .carousel-style-gallery .toolbar menu > .toolbar__play {
    margin-right: unset;
  }
  .carousel-style-gallery .current-slide-indicator {
    margin: auto;
  }
}
.is-mobile .carousel-style-gallery .carousel-items > li > .row {
  padding: 0;
}
.is-mobile .carousel-style-gallery .carousel-image {
  height: 100%;
  max-height: unset;
  max-width: unset;
}
.is-mobile .carousel-style-gallery .carousel-image.landscape {
  height: unset;
  max-width: 100%;
}

/* app/assets/stylesheets/person/overview/theme.css */
.pop-content {
  background: var(--orange-600) url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/person/overview/person-overview-header-bg.daggfkfu.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}
.pop-content .cta {
  font-size: 14px;
  float: right;
  margin-top: 12px;
}
.pop-content--inner {
  background-image: -webkit-linear-gradient(transparent 33%, var(--dark-overlay-60));
  background-image: -o-linear-gradient(transparent 33%, var(--dark-overlay-60));
  background-image: linear-gradient(transparent 33%, var(--dark-overlay-60));
  color: #ccc;
  padding-bottom: 20px;
}
.pop-content--lower {
  background: #ebebeb;
  padding: 20px 10px;
}
.pop-biography {
  background-color: rgba(51, 51, 51, 0.4);
  color: var(--neutral-000);
  padding: 20px 10px;
  line-height: 20px;
}
.pop-biography--headline {
  color: var(--neutral-000);
  padding-bottom: 10px;
  text-align: center;
}
.pop-biography--more-link {
  width: 100%;
  text-align: right;
}
.pop-featured-video__summary-wrapper {
  font-size: 14px;
  width: 81%;
  padding: 14px 0;
  color: #ccc;
  min-height: 96px !important;
}
.pop-featured-video__video-title {
  font-size: 13px;
  font-weight: 900;
  font-family:
    proxima-nova,
    Helvetica,
    Arial,
    sans-serif;
  color: #ccc;
  line-height: 16px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.pop--data-provided-by {
  color: var(--neutral-200);
  margin: 1em 0;
}
.theme__pop .content-wall .content-item {
  box-shadow: none;
}
.theme__pop .content-wall .content-item-container {
  margin-bottom: 40px;
}
.theme__pop .content-wall .content-item-container:before {
  display: none;
}
.theme__pop .content-wall .content-item-container:after {
  right: 10px;
  bottom: -21px;
  left: 10px;
  height: 21px;
  background-position: center bottom;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200\)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22800px%22%0A%09%20height%3D%2230px%22%20viewBox%3D%220%200%20800%2030%22%20style%3D%22enable-background%3Anew%200%200%20800%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bopacity%3A0.15%3B%7D%0A%09.st1%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22shadow%22%20class%3D%22st0%22%20d%3D%22M0%2C0v30h380c0-11%2C9-20%2C20-20c11%2C0%2C20%2C9%2C20%2C20h380V0H0z%22%2F%3E%0A%3Cpath%20id%3D%22ticket%22%20class%3D%22st1%22%20d%3D%22M0%2C0v29h380c0-11%2C9-20%2C20-20c11%2C0%2C20%2C9%2C20%2C20h380V0H0z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  background-repeat: no-repeat;
  width: auto;
  background-color: transparent;
  border-radius: 0;
}
.theme__pop .content-wall .content-item-headline {
  padding-bottom: 6px;
}
.pop-recommendations {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .pop-content--lower {
    padding: 20px 0;
  }
  .pop-content .cta {
    float: left;
    padding-left: 10px;
  }
  .heading-style-stub {
    border: none;
    padding: 0 10px;
    margin: 0;
  }
  .heading-size-xl {
    font-size: 35px;
    line-height: 32px;
  }
}

/* app/assets/stylesheets/person/overview/header.css */
.pop-header {
  position: relative;
  height: 105px;
  text-transform: uppercase;
}
.pop-header--row {
  height: 100%;
}
.pop-header--headline {
  margin: 20px 0 2px;
}
.pop-header--headline-link,
.no-touch .pop-header--headline-link:hover {
  color: var(--neutral-000);
}
.pop-header--title-page-name {
  font-weight: normal;
  color: var(--orange-400);
}
.pop-header--nav-list {
  position: absolute;
  bottom: 15px;
}
.pop-header--nav-list-item {
  margin-right: 20px;
}
.pop-header--nav-link {
  font-weight: bold;
  font-size: 14px;
  color: #8b8b8b;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.no-touch .pop-header--nav-link:hover,
.pop-header--nav-link__active {
  color: var(--neutral-000);
}
.is-mobile .pop-header {
  height: inherit;
}
.is-mobile .pop-header--headline {
  margin: 10px 0;
}
.is-mobile .pop-header--nav-list {
  position: unset;
  bottom: unset;
  margin-bottom: 10px;
}
.is-mobile .pop-header--nav-list-item {
  margin-right: 20px;
  display: inline-block;
  padding: 9px 7px;
}
.is-mobile .pop-content--inner > .ad {
  padding: 20px 0 10px;
}

/* app/assets/stylesheets/person/overview/headshot.css */
.pop-headshot,
.pop-headshot--detail {
  max-width: 100%;
}
.pop-headshot {
  display: flex;
  background-color: var(--neutral-400);
}
.pop-headshot--detail {
  flex: 1;
  font-family:
    "Times New Roman",
    Times,
    Baskerville,
    Georgia,
    serif;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  font-style: italic;
}
.pop-headshot--photo {
  flex: 1;
  width: 130px;
}
.pop-headshot--birthdate {
  color: #ccc;
  display: block;
  padding: 70px 10px 8px;
}
.pop-headshot--birthplace {
  color: var(--neutral-300);
  display: block;
  padding: 15px 10px 8px;
}
@media screen and (max-width: 1024px) {
  .is-desktop .pop-headshot {
    display: block;
  }
  .is-desktop .pop-headshot--photo {
    width: unset;
  }
  .is-desktop .pop-headshot--birthdate {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1124px) {
  .is-desktop .pop-headshot--birthdate {
    padding-top: 25px;
  }
}

/* swug-virtual-bundle-specifier://images.fandango.com/fandango-www/screenplay/assets/v2/stylesheets/bundles/person/overview/photos/desktop.1s812onq.css */
/*# sourceMappingURL=desktop.css.map */
