@charset "utf-8";
/* CSS Document */
/*== FONTS ENDS ==*/
#olderbrowser {
  display: none;
  width: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  font-size: 20px;
  z-index: 1100;
  color: red;
  height: 100%;
  background: #000000;
  bottom: 0;
}
.ie-quote {
  margin-top: 15%;
}
.ie-quote p {
  padding-top: 35px;
}
/*== IE Block Code Ends ==*/
* {
  margin: 0px;
  padding: 0px;
}
html, body {
  width: 100%;
  height: 100%;
  -ms-overflow-style: none; /*IE and Edge */
  scrollbar-width: none;
}
/*
html{
	overflow:hidden;
overflow-y: scroll;
}
*/
body {
  font-family: 'ITCAvantGardeGothicMedium';
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
  background: #000;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none; /*IE and Edge */
  scrollbar-width: none;
  font-stretch: Normal;
  font-style: Normal;
}
body::-webkit-scrollbar {
  width: 0 !important
}
video {
  cursor: pointer;
}
.bodyScrollPause {
  overflow-y: hidden;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0);
}
a, a:hover, a:active, a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}
h1 {
  margin: 0;
}
.device {
  display: none
}
.outer {
  display: table;
  position: fixed;
  height: 100%;
  width: 100%;
}
.middle {
  display: table-cell;
  vertical-align: middle;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
/*=== Scroll Indicator Animation Ends ===*/
.scrollIndicator {
  display: block;
  width: 100%;
  align-self: flex-end;
}
.scrollIndicator .mouse_scroll {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  /* border: 1px solid #ffffff; */
  -webkit-animation: bounce 2s infinite 1.3s;
  animation: bounce 2s infinite 1.3s;
  cursor: pointer;
}
.m_scroll_arrow1, .m_scroll_arrow2, .m_scroll_arrow3 {
  display: block;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #f11ca6;
  border-bottom: 2px solid #f11ca6;
  margin: 0 auto;
}
.m_scroll_arrow1 {
  margin-top: 5px;
  width: 8px;
  height: 8px;
}
.m_scroll_arrow2 {
  margin-top: -2px;
  width: 10px;
  height: 10px;
}
.m_scroll_arrow3 {
  margin-top: -4px;
  width: 12px;
  height: 12px;
}
.m_scroll_arrow1, .m_scroll_arrow2, .m_scroll_arrow3 {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;
}
.m_scroll_arrow1 {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  animation-delay: alternate;
}
.m_scroll_arrow2 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-direction: alternate;
  animation-delay: 1.2s;
  animation-direction: alternate;
}
.m_scroll_arrow3 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -webkit-animation-direction: alternate;
  animation-delay: 1.3s;
  animation-direction: alternate;
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/*=== Scroll Indicator Animation Ends ===*/
.fixedBody {
  overflow: hidden !important;
}
.wrapper {
  display: none;
}
#mobile_rotate {
  display: none;
}
.device {
  display: none;
}
.siteBg {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-image: url(../images/bg.jpg);
  background-color: #0db3ff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  /*  background: #000;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.opeq__overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.50);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.siteBg video {
  position: relative;
  min-width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.header, .footer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*  background: #000000;*/
  text-align: center;
  z-index: 9;
}
.blackBg {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 0;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  height: 60px;
}
.nav-li a:not([href]):not([tabindex]), .nav-li a:not([href]):not([tabindex]):focus, .nav-li a:not([href]):not([tabindex]):hover {
  color: #010101;
}
.share-container {
  display: inline-block;
  /* background: #d84f09; */
  /* padding: 5px 10px; */
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-radius: 8px;
  position: fixed;
  left: 50px;
  top: 5px !important;
}
.rightalignShare {
  right: 50px;
  left: auto;
}
.share-container #btnShare {
  color: #FFFFFF;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s;
}
.share-container #btnShare:hover {
  opacity: 0.8;
}
.share-container span:first-child {
  margin-right: 2px;
}
.share-container span img {
  height: 25px;
  margin: 5px;
  padding: 4px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
#closeShare {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
#closeShare:hover {
  opacity: 0.6;
}
#closeShare span {
  display: block;
  position: absolute;
  height: 2px;
  width: 70%;
  background: #FFFFFF;
  opacity: 1;
  left: 4px;
  top: 13px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: .25s ease-in-out;
}
#closeShare span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#closeShare span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.billing-container {
  margin: 1% 0 1.5%;
}
#containerShare {
  position: absolute;
  left: 3px;
  width: 160px;
  height: auto;
  padding: 10px;
  background: #261509;
  color: #ffffff;
  text-align: left;
  display: none;
  z-index: 9999;
  border: 1px solid #ffd88a;
  border-radius: 12px;
  top: 36px;
}
.rightalignShareWrapper {
  right: 3px;
  left: auto !important;
}
#containerShare a {
  display: block;
  margin-bottom: 10px;
}
#containerShare a img {
  height: 25px;
}
#containerShare a:last-child {
  margin-bottom: 0;
}
#containerShare p {
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
}
.hashtag {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.social-container {
  width: 100%;
  transition: top 0.3s;
  display: flex;
  text-align: center;
  justify-content: center;
}
.social-container a {
  display: inline-block;
  width: 33.33%;
  /*  float: left;*/
  background: #000000;
  padding: 6px 0 6px !important;
  margin: 0;
  min-width: 40px;
}
.social-container img {
  width: auto;
  height: 20px;
  filter: brightness(0) invert(1);
}
.followContainer {
  display: inline-block;
  position: relative;
}
.fb {
  background: rgb(24, 119, 242) !important;
}
.twitter {
  background: rgb(0, 0, 0) !important;
}
.insta {
  background: #f09433 !important;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1) !important;
}
.tiktok {
  background: rgb(0, 0, 0) !important;
}
#navIcon {
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  /* background: #000000;
  border: 1px solid #ffffff; */
  border-radius: 4px;
  margin-right: 5px;
  margin-left: 0px;
  top: 10px;
  z-index: 999;
  /* box-shadow: 0 0 12px rgb(0 0 0 / 15%), 0 0px 12px rgb(0 0 0 / 15%), inset 0 0 12px 4px rgb(0 0 0 / 30%); */
  position: fixed;
  left: 10px;
}
.rightalignNav {
  left: auto !important;
  right: 10px !important;
}
#navIcon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 24px;
  background: #ffffff;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  margin: 0 auto;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.open span {
  background: #ff2b8e !important;
}
#navIcon span:nth-child(1) {
  top: 11px;
}
#navIcon span:nth-child(2) {
  top: 18px;
}
#navIcon span:nth-child(3) {
  top: 25px;
}
#navIcon.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#navIcon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#navIcon.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
nav.activatedMenus {
  left: 0;
  transition: 0.4s ease;
}
nav.activatedMenusRight {
  right: 0;
  transition: 0.4s ease;
}
.nav-container {
  border-bottom: none;
}
.nav-container {
  position: fixed;
  background: #0e3650;
  width: 280px;
  height: 100%;
  left: -280px;
  z-index: 99;
  top: 0;
  overflow-y: auto;
  transition: 0.4s ease;
}
.navactiveMenuRight {
  right: -280px;
  left: auto;
}
.nav-container.nav-main.toggle-nav {
  left: 0;
  z-index: 10;
}
.nav-container .nav-ul {
  width: 100%;
  margin: auto;
  padding-top: 120px;
}
.nav-container .nav-li {
  margin: 0;
  display: block;
}
.nav-container a {
  padding: 12px 20px;
  color: #ffffff !important;
  transition: padding 0.5s ease;
  text-decoration: none !important;
  outline: none !important;
}
.nav-container a:hover {
  background-color: #ff2b8e;
  color: #000000;
}
/* .hashtag a:hover {
  background-color: rgba(0, 0, 0, 0);
}  */
.nav-li a.active-nav, .nav-li a.active {
  color: #000000 !important;
  background: #ff2b8e;
}
.footer {
  top: auto;
  bottom: 0;
  background: #000000;
  font-size: 9px;
  padding: 5px 0;
  color: rgb(224, 226, 230);
  z-index: 2000;
  text-transform: uppercase;
}
.bugs img {
  max-width: 90%;
  margin: 15px auto;
}
.footer-links a {
  display: inline-block;
  color: rgb(224, 226, 230);
  margin: 0 5px;
}
.footer-links a:hover, #btnCredits:hover, #btnCreditsIntro:hover {
  color: #ffffff;
}
#containerCredits, #containerCreditsIntro {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 0 5px;
  background: #000;
  text-align: center;
  display: none;
  z-index: 5;
}
#btnCredits, #btnCreditsIntro {
  cursor: pointer !important;
}
#btnCredits::after, #btnCreditsIntro::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.075em;
  content: "";
  border-top: 0;
  border-right: 0.4em solid transparent;
  border-bottom: 0.6em solid;
  border-left: 0.4em solid transparent;
}
#closeCredits, #closeCreditsIntro {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 25px;
  height: 25px;
  border: 1px solid #ffffff;
  cursor: pointer;
  opacity: 0.7;
}
#closeCredits:hover, #closeCreditsIntro:hover {
  opacity: 1;
}
#closeCredits:before, #closeCredits:after, #closeCreditsIntro:before, #closeCreditsIntro:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 40%;
  background: #ffffff;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
  -ms-transform: translate(-50%, -50%) rotate(30deg);
  transform: translate(-50%, -50%) rotate(30deg);
}
#closeCredits:after, #closeCreditsIntro:after {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  -ms-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
}
.line-break, .copyright br {
  display: none;
}
.section-wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
#home {
  position: relative;
}
.home_wrapper {
  max-width: 900px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  /*	align-items: center;*/
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  left: 2%;
  transform: translateX(-25vw);
}
/*.home_wrapper > div {
  width: 100%;
}*/
.home_wrapper h1 {
  position: absolute;
  width: 100%;
  top: 33%;
  transform: translateY(-50%);
  text-align: center;
}
.home_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  align-items: center;
}
.home_flex h1 {
  margin-left: auto;
}
.home-content {
  justify-content: center;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-left: -17%;
}
.movie-top {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 4%;
  max-width: 70%;
  max-height: 4vh;
}
.movie-tt {
  max-height: 42vh;
  max-width: 100%;
  margin: 0 auto;
}
.movie-date {
  max-width: 50%;
  margin-bottom: 15px;
  max-height: 12vh;
}
.social-container-bottom {
  margin-bottom: 20px;
  margin-top: 5px;
}
.social-container-bottom a {
  display: inline-block;
  margin: 0 7px;
}
.social-container-bottom img {
  height: 25px;
  width: auto;
  /*
  -webkit-filter: invert(100%); 
  filter: invert(100%);
*/
}
.video-tout {
  width: 32vh;
  max-width: 250px;
  position: absolute;
  right: 2%;
  bottom: 3%;
  /*  transform: translateX(-21%) translateY(0%);*/
  cursor: pointer;
  padding: 1px 0;
}
.video-tout img {
  border: 2px solid #92c63a;
  box-shadow: 0px 0px 10px rgb(148 199 58);
  border-radius: 8px;
}
.video-tout:hover img {
  transition: 300ms;
  -webkit-transition: 300ms;
  transform: scale(1.02);
  transition-timing-function: ease;
  ;
}
.ytbvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*
.ytbvideo img {
  transition: all 0.2s ease-in-out;
}
.ytbvideo:hover img {
  transform: scale(1.02);
  ;
}
*/
.cta-wrapper {
  text-align: center;
}
.cta-btn {
  box-shadow: inset 0 0 15px #64005b;
  background-color: #e60070;
  border: 1px solid #ffffff;
  width: 100%;
  max-width: 180px;
  height: 2.6rem;
  display: inline-flex;
  overflow: hidden;
  margin: 0 7px 3vh;
  color: #ffffff;
  vertical-align: middle;
  border-radius: 30px;
  cursor: pointer;
  /*	background-image: linear-gradient(to top, red, yellow);*/
}
.cta-btn-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit !important;
  padding-top: 4px;
}
.cal_container {
  margin-top: 0;
  display: flex;
  position: relative;
  height: 100%;
}
.save-btn-wrapper {
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
.cta-save-btn {
  height: 100%;
  position: relative;
  z-index: 1;
  font-weight: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 4px;
}
.cal_container {
  margin-top: 0;
  display: flex;
  position: relative;
  height: 100%;
  text-align: center;
}
.cal_container div {
  position: relative;
  width: 10px;
  min-width: 33.3333%;
  padding: 2.5% 0;
}
.cal_container div img {
  max-width: 30px;
  margin: 0 auto;
}
.cal_container div:nth-child(1) {
  background-color: #e6e6e6;
}
.cal_container div:nth-child(2) {
  background-color: #eb3b49;
}
.cal_container div:nth-child(3) {
  background-color: #0072c6;
}
.section-container {
  padding: 3vh 15px;
  position: relative;
  z-index: 8;
  max-width: 57vw;
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.getTickets {
  position: fixed;
  right: 10px;
  top: 40px;
  opacity: 0;
  transition: all .8s;
  max-width: 175px;
  height: 2.5rem;
}
.home_wrapper .section-container {
  align-items: flex-end;
}
.section-container h2 {
  font-size: 38px;
  font-weight: 900;
  text-align: center;
  color: #e7016c;
  margin-bottom: 30px;
  /*text-shadow: 2px 2px 0px #063458;*/
}
.oin-btn-heading h4 {
  text-align: center;
  color: #FFFFFF;
  padding: 5px 0;
  /*    display: none;*/
}
.blu-ray-heading h4 {
  padding: 20px 0 0;
  margin-bottom: 0;
}
.oin-btn-wrapper {
  text-align: center;
}
.section-container h2 img {
  max-width: 320px;
}
.section-container p {
  color: #FFFFFF;
  text-align: justify;
}
#videos .section-container {
  padding-top: 5%;
  padding-bottom: 5%;
}
.video-holder {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #000;
  /* border: #cdcdcd solid 1px; */
  overflow: hidden;
  margin-bottom: 10vh;
}
.video-holder-two {
  margin-bottom: 0;
}
.video-holder video, .video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border: 2px solid #3e0229;
}
.video-thumb p, .coloringsheets-thumb p {
  font-size: 18px;
  margin: 3% auto 10%;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#about, #girlsempowerment, #ownitnow {
  background: #141414;
}
#videos {
  background: #000000;
}
#about .section-container {
  padding-bottom: 5%;
}
.cast_crew_wrapper {
  width: 100%;
  color: #f1e6de;
  font-size: 15px;
}
.left-content, .right-content {
  float: left;
  width: 50%;
}
.left-content {
  color: #d84f09;
  font-weight: 700;
}
.right-content {
  float: right;
  text-transform: none;
}
#modalTrailer {
  padding: 0 !important;
}
#modalTrailer .close {
  padding: 8px 0px 10px;
  color: #f11ca6;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  outline: none !important;
  text-shadow: none;
  opacity: 1;
}
#modalTrailer .close:hover {
  opacity: 1;
}
#modalTrailer .modal-dialog {
  max-width: none;
  margin: 0;
  border-radius: 0;
  border: 0;
  background: rgba(0, 0, 0, 1);
  width: 100%;
  height: 100%;
}
#modalTrailer .modal-content, #modalTrailer .modal-header {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
}
#modalTrailer .video-player {
  padding: 0;
  height: calc(100vh - 100px);
}
.embed-responsive {
  height: 100% !important;
}
#modalTrailer video {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
  display: block;
}
#modalLoader .loader-container {
  position: fixed;
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.loader-container > div {
  position: relative;
}
#modalLoader img {
  max-width: 85%;
  min-width: 200px;
}
.ytbvideo {
  margin-bottom: 10vh;
}
.ytbvideo img {
  display: block;
  background: #FFFFFF;
  margin: 0 auto;
}
.video_thumb {
  border: 2px solid #3e0229;
}
#loaderText {
  color: #FFFFFF;
  position: absolute;
  bottom: 13px;
  transform: translateX(-50%);
  left: 50%;
  font-size: 12px;
}
.lds-default {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  margin-top: 15px;
}
.lds-default div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 29px;
  left: 53px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 50px;
  left: 41px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
#gallery .section-container > div {
  padding-bottom: 20px;
  width: 80%;
}
.gallery-img img {
  max-width: 100%;
}
#galleryThumb {
  padding-bottom: 0 !important;
}
#galleryThumb .slick-slide {
  padding: 5px;
  cursor: pointer;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-initialized .slick-slide > div {
  display: flex;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.slick-slider .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.slick-slider .prev-arrow {
  left: -30px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.slick-slider .next-arrow {
  right: -30px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.quiz-tout-wrapper {
  position: absolute;
  right: 20px;
  bottom: 1%;
  max-width: 25vw;
  width: 360px;
}
.quiz-tout-wrapper img {
  border: 2px solid #fe590b;
  border-radius: 0.5em;
  transition: all 0.4s;
}
.quiz-tout-wrapper img:hover {
  transform: scale(0.95);
}
.introTrailer-cta {
  display: none;
}
.touts_wrapper {
  position: absolute;
  right: 15px;
  top: 15px;
}
/*.selfie_tout {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 250px;
  width: 300px;
  max-width: 20vw;
}*/
.touts_wrapper a {
  margin: 0 0.5rem;
}
.touts_wrapper img {
  max-width: 100%;
  border: 2px solid #f11ca6;
  border-radius: 0.6em;
  transition: all 0.4s;
  max-height: 18vh;
}
.touts_wrapper img:hover {
  transform: scale(0.95);
}
#girlsempowerment {
  text-align: center;
}
#girlsempowerment .section-container {
  padding: 3% 15px;
}
.girlsempowerment_wrapper h2 {
  margin-bottom: 15px;
}
.girlsempowerment_wrapper p {
  padding: 2em 0;
  margin-bottom: 0;
}
.movie-preorder {
  max-width: 80%;
  border-radius: 15px;
  background: #ff00a0;
  border: 2px solid #ffffff;
  padding: 15px;
  margin: 0.5em auto 1em;
}
.movie-preorder .dvd_heading {
  font-size: 1.5em;
  color: #c2bb9e;
  padding-bottom: 1em;
}
.preorder_content h3 {
  font-size: 1em;
  text-align: center;
  color: #FFFFFF;
}
.blu-ray {
  display: none;
}
.preorder_content a img {
  margin: 5px 0;
}
.movie-preorder .disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
#ownitnow .section-container h2 {
  margin-bottom: 10px;
}
#ownitnow .section-container h2 img {
  max-width: 400px
}
.watchparty_wrapper {
  text-align: center;
}
.watch-party-date {
  max-width: 55%;
}
.watch-party-content {
  display: flex;
  justify-content: center;
  text-align: center;
}
.watchparty-column h3 {
  color: #ffe1e7;
  font-size: 1.2em;
  min-height: 70px;
}
.ontwitter_text {
  color: #000000;
  font-weight: bold;
  background: #ffe1e7;
  padding: 0.4em 2em;
  border: 1px solid #ffffff !important;
  border-radius: 30px;
  display: inline-block;
}
.ontwitter_text:hover {
  color: #000;
}
.ontwitter_text img {
  max-height: 30px;
  filter: grayscale(100%);
}
.watchparty-column {
  flex-basis: 50%;
  padding: 0 15px;
}
/*@media screen and (max-width: 1680px) {
  .selfie_tout {
    max-width: 14vw;
  }
}
@media screen and (max-width: 1600px) {
  .selfie_tout {
    max-width: 14vw;
  }
}*/
@media screen and (max-width: 1600px) {
  .home_wrapper {
    max-width: 40%;
    left: 2%;
  }
}
@media screen and (max-width: 1600px) {
  .section-container {
    padding: 5vh 15px;
  }
  .siteBg {
    /*    background-size: auto 78%;*/
  }
  .gallery-img img {
    max-width: 60%;
  }
  .movie-date {
    max-width: 55%;
  }
}
@media screen and (max-width: 1600px) and (max-height: 800px) {
  .section-container {
    padding: 8vh 15px;
  }
}
@media screen and (max-width: 1366px) {
  .siteBg {
    /*    background-size: auto 73%;*/
  }
  /*
  .home-content {
    width: 70%;
  }
*/
  .home-content > h1 {
    /*    max-width: 65%;*/
  }
  .cta-btn {
    /* max-width: 140px;*/
    font-size: 14px;
    height: 2.5rem;
  }
  .getTickets {
    max-width: 148px;
    height: 2.2rem;
  }
  .movie-preorder {
    max-width: 100%;
  }
  .watchparty-column h3 {
    font-size: 1em;
    min-height: 50px;
  }
  .ontwitter_text {
    font-size: 0.8em;
    padding: 0.4em 1em;
  }
  .ontwitter_text img {
    max-height: 20px;
  }
  .watch-party-date {
    max-width: 65%;
  }
.nav-container .nav-ul {
    padding-top: 120px;
    padding-bottom: 120px;
}
}
@media screen and (max-device-width: 1600px) and (max-device-height: 800px) {
  .movie-top {
    max-height: 3.3vh;
  }
  .movie-date {
    margin-bottom: 8px;
  }
  .social-container-bottom {
    margin-bottom: 15px;
  }
  .cta-btn {
    margin: 0 7px 2vh;
    max-width: 150px;
    height: 2.3rem;
  }
}
@media screen and (device-width: 1280px) and (device-height: 1024px) and (orientation: landscape), screen and (device-width: 1400px) and (device-height: 1050px) and (orientation: landscape), screen and (device-width: 1280px) and (device-height: 960px) and (orientation: landscape), screen and (device-width: 1152px) and (device-height: 864px) and (orientation: landscape), screen and (device-width: 1194px) and (device-height: 834px) and (orientation: landscape), screen and (device-width: 1194px) and (device-height: 760px) and (orientation: landscape) {
  .siteBg {
    background-size: auto 73%;
  }
  .movie-tt {
    /* max-width: 80%;*/
  }
  .home_wrapper {
    max-width: 45%;
    left: 3%;
    transform: translateX(-62%);
  }
  /*     .selfie_tout {
        top: 15px;
        bottom: inherit;
        left: 40%;
}*/
  .movie-date {
    max-width: 50%;
  }
}
/*@media screen and (device-width: 1280px) and (device-height: 720px) and (orientation: landscape) {}*/
@media screen and (device-width: 1280px) {
  .movie-date {
    max-width: 55%;
  }
}
@media screen and (max-width: 1200px), screen and (device-width: 1138px) and (device-height: 712px) and (orientation: landscape) {
  html, body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
  }
  #modalTrailer .video-player {
    height: calc(100vh - 180px);
  }
  .movie-tt {
    /* max-width: 80%;*/
  }
}
@media screen and (max-width: 1024px) {
  .siteBg {
    background-size: auto 73%;
  }
  .section-container {
    max-width: 74vw;
  }
  .slick-slider .prev-arrow {
    left: -10px;
  }
  .slick-slider .next-arrow {
    right: -10px;
  }
  .gallery-img img {
    max-width: 80%;
  }
  .home_wrapper {
    left: 4%;
  }
}
@media screen and (max-width: 850px) and (orientation:portrait) {
  .siteBg {
    background-image: url("../images/bg_portrait.jpg");
    background-size: cover;
    background-position: center top;
  }
  .home_wrapper {
    max-width: 100%;
    left: auto;
    transform: none;
  }
  .home-content {
    width: 100%;
    margin-left: inherit;
  }
  .device {
    display: block;
  }
  .desktop {
    display: none;
  }
  .section-container {
    max-width: 98vw;
    min-height: inherit;
  }
  .movie-top {
    max-width: 94%;
    top: 10%;
    max-height: none;
  }
  .movie-tt {
    max-height: 72vh;
    max-width: 85%;
    margin-bottom: 10px;
  }
  #gallery .section-container {
    /* padding-bottom: 10vh; */
    min-height: calc(100vh - 37px) !important;
  }
  .left-content {
    width: 60%;
    padding-right: 5px;
    text-align: left;
  }
  .right-content {
    width: 40%;
    text-align: left;
  }
  .quiz-tout-wrapper {
    max-width: 65%;
    position: relative;
    right: auto;
    left: auto;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  .quiz-tout-wrapper img:hover {
    transform: scale(0.95);
  }
  .cta-wrapper {
    /*        margin-bottom: 5%;*/
  }
  #girlsempowerment .section-container {
    padding: 3% 15px;
    min-height: 100vh !important;
  }
  .touts_wrapper {
    position: absolute;
    left: 50%;
    /*    right: 0px;*/
    bottom: auto;
    width: 55vw;
    /* top: 90px; */
    margin: 0 auto;
    /*    display: flex;
    justify-content: center;
    align-items: center;*/
    top: 7vh;
    text-align: center;
    transform: translateX(-50%);
  }
  .touts_wrapper img {
    max-height: 10vh;
    border: 1px solid #f11ca6;
  }
  .touts_wrapper img:hover {
    transform: scale(1);
  }
  .cta-btn {
    margin-bottom: 1vh;
  }
  .movie-date {
    max-height: 9vh;
  }
  .preorder_content img {
    max-width: 48%;
  }
}
@media screen and (max-width: 800px) {
  .nav-container {
    width: 100%;
    left: -100%;
  }
  .navactiveMenuRight {
    right: -100%;
    left: auto !important;
  }
  #modalTrailer .modal-content {
    height: calc(100vh - 100px);
    display: flex;
    justify-content: center;
  }
  #modalTrailer .video-player {
    height: 0 !important;
    /*top: 50%;
       transform: translateY(-50%);*/
    padding-top: 56.25%;
    flex: none;
  }
  .youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .video-tout {
    width: 26vw;
    max-width: 200px;
    bottom: 2%;
  }
  .ytbvideo:hover img {
    transform: scale(1.0);
    ;
  }
}
@media screen and (max-width: 767px) {
  #closeCredits, #closeCreditsIntro {
    top: 5px;
    right: 5px;
  }
}
@media only screen and (max-device-width: 767px) and (orientation: landscape), screen and (max-device-height: 450px) and (min-device-width: 740px) and (orientation: landscape), screen and (device-width: 414px) and (device-height: 896px) and (orientation: landscape), screen and (max-device-width: 450px) and (max-device-height: 1023px) and (orientation: landscape), screen and (max-height:450px) and (orientation: landscape), screen and (device-width: 780px) and (device-height: 360px) and (orientation: landscape) {
  body {
    overflow: hidden !important;
    background: #000000;
  }
  #mobile_rotate {
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url(../images/rotate_device.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8999;
    display: block;
  }
}
@media screen and (max-width: 450px), screen and (max-height: 310px) and (orientation:landscape) {
  .share-container {
    top: 5px !important;
  }
  #navIcon {
    margin-right: 0;
  }
  .blackBg {
    width: 25%;
    height: inherit;
    padding: inherit;
  }
  .social-container-bottom img {
    height: 20px;
    width: auto;
  }
  .home-content > h1 {
    /*    max-width: 80%;*/
  }
  .cta-btn {
    max-width: 145px;
    font-size: 12px;
    height: 2.5rem;
    margin: 0 4px 2vh;
  }
  .getTickets {
    height: 1.4rem;
    max-width: 120px;
  }
  .section-container {
    min-height: 100vh;
    padding: 15vh 15px !important;
  }
  .section-container h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .section-container p {
    font-size: 14px;
  }
  .cast_crew_wrapper {
    width: 100%;
  }
  #gallery .section-container {
    min-height: calc(100vh - 80px);
    padding: 0 15px;
  }
  #videos .section-container {
    min-height: calc(100vh - 50px);
    padding: 0 15px;
  }
  #gallery .section-container > div {
    padding-bottom: 10px;
    width: 100%;
  }
  #galleryThumb {
    width: 80% !important;
  }
  /*    .section-container{
        min-height: 100vh;
    }*/
  #galleryThumb .slick-slide {
    padding: 0 2px;
  }
  .footer-links a {
    font-size: 8px;
    margin: 0 3px;
  }
  .copyright {
    line-height: 9px;
    font-size: 7px;
    margin-top: 2px;
  }
  .copyright br {
    display: block;
  }
  .getTickets {
    z-index: 12;
  }
  #mobile_rotate {
    display: none;
  }
  .introTrailer-cta {
    display: block;
    margin-top: 5%;
  }
  .introTrailer-cta img {
    max-width: 60%;
  }
  .touts_wrapper {
    top: 1vh;
  }
  .touts_wrapper img {
    max-height: 15vw;
  }
  .movie-top {
    top: 7%;
  }
  .header {
    width: inherit;
  }
  #ownitnow .section-container {
    width: 100vw;
    padding: 10vh 0 !important;
  }
  .movie-preorder {
    max-width: 90%;
  }
  .preorder_content a img {
    max-height: inherit;
  }
  .watch-party-content {
    flex-direction: column;
    margin-top: 0 !important;
  }
  .watch-party-date {
    max-width: 100%;
  }
  .watchparty-column {
    flex-basis: 100%;
  }
  .watchparty-column h3 {
    font-size: 1.1em;
    margin-top: 1em;
    min-height: inherit;
  }
}
#tickets {
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}
#ticketingsectionoverlay {
  /* position: fixed;
  height: 100vh;
  width: 100%; 
  z-index: 9;  
  top: 0;
  background: rgba(0, 0, 0, 1); */
}
#gettickets {
  /* height: calc(100vh - 54px);
  width: calc(100% - 54px); */
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 1);
  z-index: 9;
  margin: 0px;
  /* border: 2px solid #df9a4d; */
}
/* to the body element */
.noscroll {
  overflow: hidden !important;
  height: 100% !important;
}
@media screen and (max-height: 310px) and (orientation:landscape) {
  body {
    overflow-y: scroll !important;
  }
}
@media (max-width: 450px) and (orientation:portrait) {
  .siteBg {
    background-image: url("../images/bg_portrait.jpg");
    background-color: #2eafe2;
    background-size: 100% auto;
    background-position: center bottom;
  }
  .movie-date {
    max-width: 50%;
  }
  .movie-top {
    max-width: 95%;
  }
  .movie-tt {
    max-width: 90%;
  }
  .home_wrapper h1 {
    top: 44%;
  }
  #ownitnow .section-container h2 img {
    max-width: 280px;
  }
}
@media (min-device-width: 1025px) {
  .noscroll {
    padding-right: 15px;
  }
}
.ticketoverlay {
  position: fixed;
  /* overflow-y: scroll; */
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  /* display: none; */
}
[aria-hidden="true"] {
  transition: opacity 1s, z-index 0s 1s;
  width: 100vw;
  z-index: -1;
  opacity: 0;
}
[aria-hidden="false"] {
  transition: opacity 1s;
  width: 100%;
  z-index: 2999;
  opacity: 1;
}
.ticketingoverlayCloseNew {
  transition: opacity 1s, z-index 0s 1s;
  width: 100vw;
  z-index: -1;
  opacity: 0;
}
.ticketingoverlayOpenNew {
  transition: opacity 1s;
  width: 100%;
  z-index: 8;
  opacity: 1;
  /* display: block; */
}
.ticketoverlay {
  background: rgba(40, 40, 40, .75);
}
button {
  padding: 1.5em 4em;
  cursor: pointer;
}
pre {
  background: #fafafa;
  padding: 15px;
  border: 1px #ccd dashed;
}
pre + p {
  margin: 5vh 0;
}
.ticketingoverlayclose {
  position: absolute;
  top: 50px;
  right: 50px;
  padding: 10px;
}
.close-ticketoverlay {
  position: absolute;
  bottom: -10px;
  right: calc(50% - 25px);
  padding: 0px;
  border-radius: 50%;
  background: #000;
  border: 0px solid #fff;
  z-index: 99;
}
.close-ticketoverlay img {
  width: 50px;
}
.close-ticketoverlay:focus {
  border: 0px solid #fff;
}
.youtubewrapper {
  width: 60%;
  display: none;
  text-align: center;
  color: #d84f09;
  margin: 0 auto;
  border: #d84f09 solid 1px;
  padding: 2%;
  border-radius: 12px;
}
.youtube_msg {
  font-size: 1.2em;
  margin-bottom: 2em;
  text-transform: uppercase;
}
.youtube_cta {
  background: #d84f09;
  color: #ffffff;
  display: inline-block;
  padding: 0.7em 1.2em;
  border-radius: 1em;
  border: none;
}
.youtube_cta:focus {
  border: none;
  outline: none;
}
/*#videoholder1{
	
	display:none;
}*/