/*****************************************Movie Showcase************************************************/
.sfMovieShowcase .sfMovieShowcaseContent .sfInfo h2.sfTitle {
  line-height: 30px;
  font-size: 24px;
}

.sfMovieShowcase .sfMovieShowcaseContent .sfInfo a:hover {
  text-decoration: none;
}

.sfMovieShowcase .sfMovieShowcaseContent .sfInfo a h2.sfTitle:hover {
  color: #d5b170;
}

.sfMovieShowcase .sfMovieShowcaseContent .sfInfo h2 span.sfSuperscript {
  position: relative;
  top: -13px;
  font-size: 16px;
}

.sfMovieShowcase .sfMovieShowcaseContent .sfInfo h5 {
  margin-bottom: 5px;
}

.sfMovieShowcase .sfMovieShowcaseContent .sfInfo .sfShowtime {
  border-top: 1px solid #3c362c;
  border-bottom: 1px solid #3c362c;
  padding: 20px 0px;
}

.sfMovieShowcase .sfMovieShowcaseContent .sfInfo .sfTrailor {
  background: url(../image/trailor-title.png) no-repeat left center;
  padding-left: 45px;
}

ul.sfTrailorGrid li {
  position: relative;
  display: block;
  background: url(../image/no-image-small.png) no-repeat center center #0f0f0f;
  float: left;
  overflow: hidden;
  margin-right: 10px;
  width: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.5);
}

ul.sfTrailorGrid li img {
  width: 63px;
  height: 93px;
}

ul.sfTrailorGrid li span {
  background: url(../image/sprite-img.png) no-repeat -80px 0px;
  display: inline-block;
  width: 36px;
  height: 36px;
  position: absolute;
  z-index: 3;
  top: 26px;
  left: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
}

ul.sfTrailorGrid li span:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}

/*Popup Video */
.popupboxvideo {
  background-color: #fff;
  min-height: 100px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 17px 40px rgba(0, 0, 0, 0.35);
  box-shadow: 0 17px 40px rgba(0, 0, 0, 0.35);
  display: none;
  left: 50%;
  padding: 15px;
  position: fixed;
  top: 50%;
  width: 395px;
  z-index: 9999;
}

#fadevideo {
  display: none;
  background: #2e2335;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 300;
}

.video-overlay {
  display: none;
}

.video-overlay.is-visible {
  display: block;
  position: fixed;
  height: 100%;
  /* width: calc(100% - 100px); */
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  bottom: auto;
  right: 0;
  left: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  z-index: 9999;
  padding: 0;
  overflow: auto;
}

#main-video.is-visible {
  box-shadow: none;
  transform: translateY(-50%);
  height: auto;
  /* padding: 0 0 30px 0; */
  margin: 0 auto;
  position: relative;
  top: 50%;
}

.overflow-hidden {
  overflow: hidden;
}

#main-video {
  overflow: auto;
  background: none;
}

.sfPageSliderCloseBtn {
  cursor: pointer;
  background: url(../image/cancel.png) no-repeat 50% 50%;
  width: 20px;
  height: 18px;
  position: absolute;
  right: 30px;
  top: 30px;
}

.video-frame {
  text-align: center;
}

.sfMovieShowcase {
  background: transparent;
  border-radius: 20px;
}

.sfMovieShowcase .now-showing-movies .item {
  position: relative;
}

.movie-content {
  position: absolute;
  bottom: 15%;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
  max-width: 640px;
}
.movie-content h3,
.movie-content .movie-title {
  font-size: 42px;
  line-height: 60px;
  margin: 0;
}
.movie-content h3,
.movie-content .movie-title,
.movie-content .movie-genre,
.movie-content .movie-desc,
.movie-content .banner-actions {
  transform: translateY(15px);
  opacity: 0;
}
.movie-content .movie-genre p {
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  border-radius: 5px;
  letter-spacing: 1px;
  margin: 0;
}
.movie-content .movie-desc {
  color: #eeeeee;
  line-height: 1.8rem;
  max-height: 4rem;
  overflow: hidden;
  display: block;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  margin: 1rem 0;
}
.movie-content .screen-info {
  display: none;
}
.movie-content .screen-name {
  display: none;
  margin-top: 15px;
}
.movie-content .movie-link {
  bottom: 30px;
  left: 30px;
  position: absolute;
}
.movie-content .movie-link a {
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 14px;
  color: #ffffff;
  display: flex;
  padding: 14px 18px;
  font-size: 20px;
  text-transform: uppercase;
}
.movie-content .movie-link a i {
  align-items: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  font-size: 30px;
  height: 56px;
  justify-content: center;
  line-height: 1;
  margin-right: 8px;
  width: 56px;
}
.movie-content .movie-link a:hover i {
  background: red;
  color: #ffffff;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.36s ease-in-out;
  -o-transition: 0.36s ease-in-out;
  transition: 0.36s ease-in-out;
}
.movie-content .watch-trailer {
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  margin-bottom: 1rem;
  transform: scale(2.5);
  opacity: 0;
}
.movie-content .watch-trailer:hover {
  transform: scale(1.1);
}
.movie-content .watch-trailer i {
  font-size: 50px;
  color: white;
}

.movie-poster img {
  transform: scale(1);
}

.active-slide .movie-content h3,
.active-slide .movie-content .movie-genre,
.active-slide .movie-content .movie-desc,
.active-slide .movie-content .banner-actions {
  animation: fadeup 0.5s forwards;
}
.active-slide .movie-content .movie-genre {
  animation-delay: 0.2s;
}
.active-slide .movie-content .movie-desc {
  animation-delay: 0.5s;
}
.active-slide .movie-content .banner-actions {
  animation-delay: 0.8s;
}
.active-slide .movie-content .watch-trailer {
  animation: scaleUp 0.5s ease-in-out forwards;
  animation-delay: 1s;
}
.active-slide .movie-poster img {
  animation: scaleIn 8s alternate infinite;
  animation-delay: 0.1s;
}

.sfMovieShowcaseContent {
  overflow: hidden;
}

.direction-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  width: inherit;
}

.bx-wrapper {
  overflow: hidden;
}
.bx-wrapper .bx-controls-direction a {
  transition: all 0.3s;
  transform-origin: center center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
}
.bx-wrapper .bx-controls-direction a img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  border-radius: 50%;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  right: -50px;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  left: -50px;
}
.bx-wrapper .bx-controls-direction a:hover {
  transform: scale(1.25);
}
.bx-wrapper:hover .bx-controls-direction a {
  opacity: 1;
}
.bx-wrapper:hover .bx-controls-direction a.bx-next {
  right: 30px;
}
.bx-wrapper:hover .bx-controls-direction a.bx-prev {
  left: 30px;
}

@keyframes fadeup {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scaleUp {
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.bx-wrapper .bx-pager {
  background: none;
  border: none;
  left: 0;
  bottom: 30px;
}

@media screen and (max-width: 768px) {
  .movie-content {
    bottom: 10%;
    display: flex;
    align-items: center;
    margin: 0 -16px;
  }
  .movie-content > * {
    margin: 0 16px;
  }
  .movie-content .watch-trailer {
    margin-bottom: 0;
  }
  .movie-content .movie-desc {
    display: none;
  }
  .active-slide .movie-content .banner-actions {
    animation-delay: 0.3s;
  }
  .active-slide .movie-content .watch-trailer {
    animation-delay: 0.1s;
  }
  .bx-wrapper .bx-pager {
    bottom: 10px;
  }
  .movie-content h3,
.movie-content .movie-genre {
    display: none;
  }
}

/*# sourceMappingURL=CineShowBigBanner.css.map */
