/* line 6, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .featured-content-container {
  position: relative;
  padding: 53px 0 15px;
  overflow: hidden;
}
/* line 13, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .top-header {
  position: relative;
  margin-left: 0;
}
/* line 16, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .top-header .see-all {
  color: white;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  right: -40px;
}
/* line 23, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .top-header .see-all span {
  margin-left: 10px;
  margin-top: 3px;
  background: #1ACADC;
  color: #FFF;
}
/* line 33, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .module-title {
  margin-bottom: 12px;
}
/* line 38, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .module-subtitle {
  color: #D5E4E5;
  margin-bottom: 40px;
}
/* line 43, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .poster-container {
  position: relative;
  /*max-width: 298px;*/
  width:298px;
  margin-right: 23px;
  margin-left: 0;
  display:inline-block;
  vertical-align: top;
}

.m9-movie-carousel .posters-scroll-view .poster-container {
  float:none;
}
/* line 47, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .poster {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out;
  transition: opacity 1.5s ease-out;
  -webkit-backface-visibility: hidden;
  margin-bottom: 30px;
}
/* line 1342, ../../../../packages/common/css/_base/_mixins.scss */
.no-opacity .m9-movie-carousel .poster {
  visibility: visible;
}
/* line 52, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .poster .poster-img {
  position: relative;
  padding: 8px;
  z-index: 3;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}

.m9-movie-carousel .poster.disabled {
  opacity: 0;
}
/* line 58, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .poster .poster-img img {
  position: relative;
  width: 100%;
  z-index: 5;
 /*max-height: 454px;*/
}
/* line 65, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .poster .poster-img .poster-img-bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: white;
  left: 0;
}
/* line 74, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .poster .poster-img:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: 0;
  left: 0;
  background: white;
  content: "";
}
/* line 85, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .poster .poster-img:after {
  position: absolute;
  width: 82%;
  height: 32%;
  left: 9%;
  border-radius: 50%;
  z-index: -1;
  bottom: 0%;
  content: "";
  box-shadow: 0 5px 43px rgba(0, 0, 0, 0.7);
}
/* line 98, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .poster.disabled {
  opacity: 0;
}
/* line 1342, ../../../../packages/common/css/_base/_mixins.scss */
.no-opacity .m9-movie-carousel .poster.disabled {
  visibility: hidden;
}
/* line 102, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .poster.transitioning {
  position: absolute;
  width: 100%;
  opacity: 0;
}
/* line 1342, ../../../../packages/common/css/_base/_mixins.scss */
.no-opacity .m9-movie-carousel .poster.transitioning {
  visibility: hidden;
}
/* line 108, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .poster .poster-content {
  height: 120px;
  padding-top: 28px;
  padding-bottom: 30px;
}
/* line 115, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .poster .poster-content .lt1 {
  color: white;
  -webkit-font-smoothing: antialiased;
  white-space:normal;
}
/* line 119, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .poster .poster-content .lt1 a i.fonticon-10-chevron-sm {
  color: #FFF;
  cursor: pointer;
}
/* line 124, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .poster .poster-content .category {
  opacity: 0.5;
  text-transform: uppercase;
  font-style: italic;
  font-family: "Gustan Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1342, ../../../../packages/common/css/_base/_mixins.scss */
.no-opacity .m9-movie-carousel .poster .poster-content .category {
  visibility: visible;
}
/* line 130, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .poster .poster-content p {
  color: white;
  margin: 0;
  padding: 0;
}
.m9-movie-carousel .poster .poster-content p.lt1 {
  font-size: 20px;
}
.m9-movie-carousel .poster .poster-content p.lt2 span,
.m9-movie-carousel .poster .poster-content .lt2 a i.fonticon-10-chevron-sm {
  font-size: 15px;
}
/* line 155, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .secondary-cta-wrap {
  position: relative;
  overflow: hidden;
}
/* line 159, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .secondary-cta-wrap.top {
  position: absolute;
  /*left: -2.54545%;*/
  top: 5px;
  z-index: 5;
}

.m9-movie-carousel .secondary-cta-wrap.left {
  left: -2.54545%;
}

.m9-movie-carousel .secondary-cta-wrap.right {
  right: 0;
}
/* line 165, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .secondary-cta-wrap.bottom {
  width: 100%;
  margin-top: 25px;
  padding-top: 25px;
  text-align: center;
}

.m9-movie-carousel .secondary-cta-wrap.bottom-2 {
  width: 100%;
  text-align: center;
}

.m9-movie-carousel .secondary-cta-wrap.bottom-2 .secondary-cta{
  margin-top: 25px;
}
/* line 175, ../../../../packages/modules/m7-featured-content/css/m7-featured-content.scss */
.m9-movie-carousel .secondary-cta-wrap.bottom:after {
  position: absolute;
  width: 82%;
  height: 32%;
  left: 9%;
  border-radius: 50%;
  z-index: 1;
  top: -30%;
  content: "";
  box-shadow: 0 5px 43px rgba(0, 0, 0, 0.5);
}

.m9-movie-carousel .collapse-movies {
  display:none;
}

.m9-movie-carousel .button-container a {
  pointer-events: auto;
  z-index: 1030;
  margin-right: 20px;
  float: right;
  width: 2.5em;
  height: 2em;
  line-height: 1.6em;
  border: none;
  border-radius: .125em;
  color: #ffffff;
  display: none;
  padding: 0;
  background-color: #231f20;
  background-color: rgba(142, 28, 89, 0.9);
  border: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  margin-top: 20px;
}

.m9-movie-carousel a:hover .btn-round.colored.active,
.m9-movie-carousel a:hover .btn-round.colored.solid,
.m9-movie-carousel a:hover .btn-round.colored.solid-trans {
  background: #8e1c59;
  border-color: #8e1c59;
}

.m9-movie-carousel .fonticon-10-plus:before,
.m9-movie-carousel .fonticon-10-plus--after:after {
  content: "\e605";
}

.m9-movie-carousel .pagination-paddles {
    top:0;
    margin-top:34%;
}

.m9-movie-carousel .pagination-paddles .nav-paddle.pagination-next, .m9-movie-carousel .pagination-paddles .pagination-paddle.pagination-next {
right: 40px;
}

.m9-movie-carousel .dolby-dot-nav {
    margin:0;
    position:initial;
}

.m9-movie-carousel .posters.dolby-carousel-active {
    width:100%;
}

.m9-movie-carousel #posters-wrapper {
  overflow: hidden;
  width:107%;
  position: relative;
  display:block;
  float:left;
  z-index:1;
  left:-6px;
}

.m9-movie-carousel .posters-scroll-view#posters-wrapper {
  /*height:590px;*/
  width:963px;
}

.m9-movie-carousel .posters-scroller-div {
  z-index: 1;
  width: auto;
  height:100%;
  padding: 0;
  left:6px;
}

.m9-movie-carousel .posters-scroll-view .posters-scroller-div {
  position: absolute;
}

.m9-movie-carousel .posters {
  /*width:1880px;*/
  padding:0;
  margin:0;
  text-align:left;
  height:100%;
  white-space:nowrap;
  float:left;
}

.m9-movie-carousel .paddles-container {
  height: 100%;
  width: 1000px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  cursor: pointer;
}

.m9-movie-carousel .left-paddle {
  background: url('/img/m9-movie-carousel/left-arrow-lg.png') no-repeat;
  background-size: 17px 28px;
  background-position: 50% 50%;
  /* background-color: #1a1a1a; */
  float: left;
  margin-left: -40px;
  opacity:1;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  height: 100%;
  width: 68px;
  position:relative;
  z-index: 6;
}

.m9-movie-carousel .right-paddle {
  background: url('/img/m9-movie-carousel/right-arrow-lg.png') no-repeat;
  background-size: 17px 28px;
  background-position: 50% 50%;
  /* background-color: #1a1a1a; */
  float: right;
  margin-right: -40px;
  opacity:1;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  height: 100%;
  width: 68px;
  position:relative;
  z-index: 6;
}

.m9-movie-carousel .left-paddle:hover,
.m9-movie-carousel .right-paddle:hover {
  opacity: 1;
}

.m9-movie-carousel .featured-content-container {
  -webkit-user-select: none;
}

.m9-movie-carousel button#posterFilter:focus {outline:0;}

.m9-movie-carousel .hero-fade-image {
  background-size: 100%;
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.m9-movie-carousel.syndication * {
    font-family: Verdana, Arial, sans-serif;
}

/*For WEBNET-151*/
.poster-container .lt1 {
    margin-bottom: 8px !important;
  }

.m9-movie-carousel .poster .poster-date {
    margin-bottom: 15px;
    color: white;
    -webkit-font-smoothing: antialiased;
    opacity: .8;
    text-align: center;
}