/*=== FONTS ===*/
@font-face {
  font-family: "Helvetica Now Text W05";
  src: url("../fonts/5eec4451-e90c-42e7-b4d8-9b8654a65568.woff2") format("woff2"), url("../fonts/f7cf763b-e79b-4c28-af92-803e0c3f16d4.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Now Text W05";
  src: url("../fonts/2a13627f-dba8-48e1-935c-a404f5293139.woff2") format("woff2"), url("../fonts/ce7a1fe7-2605-427a-b064-a01ebce69295.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Now Text W05";
  src: url("../fonts/b8e8411f-89f5-4f84-b181-ee48f01fa1d7.woff2") format("woff2"), url("../fonts/59a010db-166d-44f3-9d49-ffe943ce2bc0.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/*=== FONTS ENDS ===*/
* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
html, body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Helvetica Now Text W05";
  overflow: hidden;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0px;
  background: #020100;
}
a, a:hover, a:active, a:focus {
  border: none;
  outline: none;
  text-decoration: none;
  color: #ffffff;
}
:focus {
  outline: none !important;
}
ul {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0);
}
.centered {
  text-align: center;
}
.centered .row > div {
  float: none;
  display: inline-block;
  width: 24.7%;
}
#mainContentShell {
  margin: 0 !important;
}
.bcd950163a184bc970b744d99fd36739 {
  position: fixed !important;
}
/* ==Basic Animations== */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* ZoomIn */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
/* FadeInDown */
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/* FadeInUp */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/* ==Basic Animations Ends== */
a.disabled {
  pointer-events: none;
  cursor: default;
}
/* ==IE Block Code== */
#olderbrowser {
  display: none;
  width: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  font-size: 20px;
  z-index: 1100;
  color: #FFFFFF;
  height: 100%;
  background: #000000;
  bottom: 0;
}
.ie-quote {
  margin-top: 15%;
}
.ie-quote p {
  padding-top: 35px;
}
/* ==IE Block Code Ends== */
/* ==Modal Style== */
.outer {
  display: table;
  position: fixed;
  height: 100%;
  width: 100%;
}
.middle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}
#trailer-close, #shop-close {
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 1;
  z-index: 99;
  border: 2px solid #f1bb3d;
}
#shop-close img {
  max-width: 100%;
}
#trailer-close {
  width: 35px;
  height: 35px;
  padding: 0;
}
#trailer-close span {
  display: block;
  position: absolute;
  height: 2px;
  width: 70%;
  background: #FFFFFF;
  opacity: 1;
  left: 5px;
  top: 15px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: .25s ease-in-out;
}
#trailer-close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#trailer-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.background_dark {
  width: 100%;
  height: 100%;
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#trailer-overlay {
  background: #000000;
}
#trailer-overlay #videoPlayer {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 99%;
  width: 100%;
}
#videoPlayer .htmlPlayer {
  height: calc(100vh - 90px);
  width: 100%;
}
.htmlPlayerInner {
  width: 100%;
  height: 100%;
}
#videoPlayerDefault video {
  height: calc(100vh - 50px);
  width: 100%;
}
#trailerVidDefault {
  width: 100%;
}
#trailerVidDefault video {
  height: calc(100vh - 250px);
  width: 100%;
  outline: none;
}
video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}
/* ==Modal Style Ends== */
/* ==Loader== */
#loader-overlay {
  background: #000000;
}
.loader-progress {
  width: 100%;
  text-align: center;
}
.loader-progress img {
  width: 22%;
}
.progress-container {
  background: rgba(255, 255, 255, 0.9);
}
.progress-text {
  font-size: 24px;
}
.progres-bar {
  width: 12%;
  height: 5px;
}
/* ==Loader Ends== */
/* == MP4Player ==*/
.mp4Player {
  height: calc(100vh - 50px);
  width: 100%;
  outline: none;
}
/* == MP4Player End==*/
/* ==Navigation== */
.header {
  text-align: center;
  position: relative;
  padding-top: 36px;
}
.nav-container {
  position: relative;
  z-index: 999;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.header:focus {
  outline: none !important;
}
.nav-ul {
  display: block;
  text-align: center;
  border: 0 !important;
}
.nav-li {
  display: inline-block;
}
.nav-li.active {
  background: rgba(218, 165, 32, 0.85);
}
.nav-container a {
  font-size: 14px !important;
  padding: 12px 20px;
  display: block;
  text-decoration: none !important;
  outline: none !important;
  transition: 0.5s ease;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-weight: 700;
}
.hashtag > a:hover, .social-follow > a:hover {
  background: none;
  cursor: default;
}
.press-release {
  position: relative;
}
.press-release a {
  cursor: pointer;
}
.sub-menu {
  display: none;
  min-width: 130px;
  left: 0;
  position: absolute;
  background: #efefef;
  margin-top: 0 !important;
}
.sub-menu li {
  display: block;
  position: relative;
  border-bottom: 3px solid #000000;
}
.sub-menu li a {
  display: block;
  padding: 10px;
  color: #000000;
}
.press-release:hover .sub-menu {
  display: block;
}
.shareWrap li {
  display: inline-block;
}
/* Social Icons*/
.social-container {
  vertical-align: top;
}
.social-container a {
  display: inline-block;
  padding: 10px 0 12px !important;
  margin: 0;
  min-width: 45px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.social-container a:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.social-container a:hover {
  background: rgba(218, 165, 32, 1)
}
.social-container a img {
  height: 20px;
}
/*Social Follow Links in Home*/
.socialFollow {
  text-align: left; /*	margin-left:1%;*/
}
.socialFollow > div {
  display: inline-block;
  margin: 8px 6px;
}
.socialFollowLink {
  display: block;
}
.socialFollowLink img {
  max-height: 20px;
}
nav.activatedMenus {
  left: 0px;
  transition: 0.4s ease;
}
/* Mobile Icon */
#navIcon {
  width: 40px;
  height: 40px;
  position: fixed;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border: 1px solid #ffdd71;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15), 0 0px 5px rgba(0, 0, 0, 0.15);
  left: 10px;
  top: 50px;
  z-index: 999;
  display: none;
}
#navIcon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 25px;
  background: #FFFFFF;
  border-radius: 9px;
  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: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#navIcon span:nth-child(1) {
  top: 12px;
}
#navIcon span:nth-child(2) {
  top: 19px;
}
#navIcon span:nth-child(3) {
  top: 26px;
}
#navIcon.open span:nth-child(1) {
  top: 19px;
  -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: 19px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* Hamburger on Desktop Setting */
#navIcon {
  display: block;
  top: 40px;
  left: 15px;
}
#navHomeCustom.nav-container {
  position: fixed;
  background: #080300;
  width: 250px;
  height: 100%;
  left: -250px;
  z-index: 99;
  top: 0;
  overflow-y: auto;
  transition: 0.4s ease;
}
#navHomeCustom.nav-container.nav-main.toggle-nav {
  left: 0px;
  z-index: 10;
}
#navHomeCustom.nav-container a {
  padding: 12px 20px;
  transition: padding 0.5s ease;
}
#navHomeCustom.nav-container a:hover {
  background: rgba(255, 255, 255, 0);
}
#navHomeCustom.nav-container ul {
  margin-top: 90px;
  margin-bottom: 10px;
}
.director_name {
  top: 20px;
}
#navHomeCustom.nav-container li {
  display: block;
}
#navHomeCustom .social-container {
  top: 0;
  position: relative;
}
#navHomeCustom .social-container a {
  border: none !important;
  background: rgba(218, 165, 32, 1) !important;
  border-width: 0;
  padding: 12px 0 !important;
  margin: 0 1px;
}
#navHomeCustom .social-icons li {
  margin: 0;
}
#navHomeCustom.activatedMenus {
  left: 0px;
  transition: 0.4s ease;
}
/*==Navigation Ends==*/
/*==Footer==*/
.footer, .footer-centered {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px 25px 0;
  margin: 0;
  z-index: 11;
  font-weight: 400;
}
.footer-links {
  text-align: left;
}
.footer-links a, .footer-centered #btnCredits, #btnCreditsCenter {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 12px;
  float: left;
}
#btnCreditsCenter {
  display: block;
}
#containerCredits .footer-links a {
  float: none;
  margin: 0 7px;
}
#btnCredits, #btnShare, #btnCreditsCenter {
  margin-left: 20px;
  margin-right: 0;
  float: right;
  text-align: right;
}
.copyright p {
  font-size: 9px;
  line-height: 9px;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.7);
  margin: 12px 0 5px;
}
.footer-centered .copyright p {
  margin: 0;
}
.share-btn-mobile {
  display: none !important;
}
#containerCredits {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px 15px 10px;
  background: #000000;
  text-align: center;
  display: none;
  z-index: 11;
}
#containerCredits .footer-links, #containerCredits .copyright {
  float: none;
  text-align: center;
  font-weight: 400;
}
#closeCredits, #closeShare {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#closeCredits span, #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;
}
#closeCredits span:nth-child(1), #closeShare span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#closeCredits span:nth-child(2), #closeShare span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.billing-container {
  margin: 1% 0 1.5%;
}
.billing-container img {
  max-width: 70%;
  min-width: 300px;
}
#containerShare {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 200px;
  height: 160px;
  padding: 20px 25px 10px;
  background: #000000;
  color: #FFFFFF;
  text-align: left;
  display: none;
}
#containerShare a {
  display: block;
  margin-bottom: 10px;
}
#containerShare p {
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 11px;
  color: #FFFFFF;
}
.footer-centered {
  padding: 0;
}
.footer-centered .footer-links {
  text-align: center; /*	float: right;*/
}
.copyright {
  /*	float: left;*/
  text-align: center;
}
.footer-centered .footer-links li {
  display: inline-block;
  margin: 0 7px;
}
.footer-centered .footer-links a {
  float: none;
  display: block;
  margin: 0;
}
.footer-centered #btnCredits, #btnCreditsCenter {
  margin: 0;
  float: none;
  text-align: center;
  cursor: pointer;
}
.footer-centered .copyright {
  text-align: center;
  font-size: 10px;
  margin: 2px 0 3px;
}
.footer-centered .legal-logos img:nth-child(1) {
  position: absolute;
  left: 5px;
  bottom: 8px;
}
.footer-centered .legal-logos img:nth-child(2) {
  position: absolute;
  right: 5px;
  bottom: 8px;
}
/* ==Footer Ends== */
/* ==Site Background== */
.siteBackground {
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-image: url(../images/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #020100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.siteBackground video {
  position: fixed;
  min-width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover;
  top: 50%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}
/* ==Site Background Ends== */
/* ==Home Tab== */
.director_name {
  margin-top: 0px;
  position: absolute;
  max-width: 39%;
  margin-right: 0px;
  top: 60px;
  right: 2%;
}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 800px) and (max-aspect-ratio: 31/35) {}
#homeDesktop, #homeMobile {
  position: fixed;
  text-align: center;
  /*max-width: 1000px;
	width: 100%;*/
  width: 75%;
  margin: 0 auto;
  height: calc(100% - 100px);
}
.home-centered {
  width: 900px;
  left: 50%;
  transform: translateX(-50%);
}
.home-left-aligned {
  left: 10%;
}
.home-right-aligned {
  right: 2%;
}
#homeDesktop > div, #homeMobile > div {
  position: absolute;
  width: 100%;
}
.home-content-top {
  top: 10px;
}
.home-content-bottom {
  bottom: 2%;
}
.home-content-middle {
  top: 50%;
  transform: translateY(-50%);
}
#homeMobile {
  display: none;
}
#homeDesktop .home-content-middle img {
  max-width: 100%;
}
.hashtag_text, .copyright_text {
  position: absolute;
  bottom: 50px;
  left: 10px;
  max-width: 5%;
}
.copyright_text {
  right: 10px;
  left: auto;
  max-width: 9%;
}
.bottom-tt, .bottom-date .date-left {
  float: left;
}
.bottom-date, .bottom-date .date-right {
  float: right;
}
.bottom-tt, .bottom-date {
  width: 30%;
}
.bottom-date .date-left {
  width: 58.895%;
}
.bottom-date .date-right {
  width: 41.105%;
}
.bottom-date .date-right a {
  display: block;
  transform: scale(1);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
/*Save to Calender*/
.cta-wrapper {
  /*	margin: 20px auto 40px;*/
}
.cta-btn {
  box-shadow: inset 0 0 15px #1a0e1d;
  background: #383152;
  border: 1px solid #dfc9a2;
  border-radius: 0;
  width: 100%;
  max-width: 280px;
  text-transform: uppercase;
  height: 4.3rem;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  margin: 0 5px;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 18px;
}
.cta-btn:last-child {
  margin-bottom: 0;
}
.cta-btn-link {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none !important;
  color: #dfc9a2;
  letter-spacing: 1px;
  font-weight: 700;
}
.cta-btn-link:hover {
  background: #403573;
}
.cta-btn-link:focus {
  color: #000000;
}
.cal_container {
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
}
.save-btn-wrapper {
  height: 100%;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.cta-save-btn {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-weight: 700;
}
.cal_container {
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.cal_container div {
  position: relative;
  width: 10px;
  min-width: 33.33%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.cal_container div:nth-of-type(2) {
  min-width: 33.34%;
}
.cal_container div a {
  display: block;
  padding: 9% 0;
}
.cal_container div img {
  height: 25px;
  vertical-align: middle;
  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;
}
h1, #homeDesktop p {
  margin: 0;
}
.introTrailer-cta {
  display: none;
}
/* ==Home Tab Ends== */
.updates-btn {
  border: 2px solid #FFFFFF;
}
.save-btn-wrapper:hover {
  -webkit-transform: translateY(-100%) !important;
  -ms-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
}
.homeent-wrapper {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.homeent-heading {
  margin: 0;
  text-align: center;
}
.homeent-heading p {
  font-size: 3rem;
  color: #FFFFFF;
  margin: 0;
  text-align: center;
}
.buynow_desktop {
  filter: blur(0);
  -webkit-filter: blur(0);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.buynow_mobile {
  display: none;
}
.packaged {
  margin-top: 5%;
}
/*
.homeent-btn-wrapper .movie-preorder {
	margin-top: 0px;
}
*/
.homeent-btn-wrapper {
  position: relative;
  /*margin-top: 100px;*/
  margin-top: 15px;
}
.homeent-btn-wrapper .preorder_content {
  border: 2px solid #FFFFFF;
  margin: 10px 0;
  max-width: 1050px;
  width: 100%;
  font-family: "Helvetica Now Text W05", sans-serif;
}
.homeent-btn-wrapper .preorder_content br {
  display: none;
}
.homeent-btn-wrapper .digital h3 {
  margin-top: 0px;
}
/*
#preorder .blu-ray {
  text-align: center;
}
*/
.movie-preorder img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.movie-preorder img:hover {
  -moz-transform: scale(0.98);
  transform: scale(0.98);
}
.movie-preorder .disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
  display: none;
}
hr.new4 {
  margin: 50px auto;
  border: 1px solid #FFFFFF;
  /*	padding: 0 15px;*/
  max-width: 1080px;
}
.homeent-heading p {
  margin-bottom: 18px;
}
/* ==Home Tab Ends== */
/* ==Synopsis Tab== */
#synopsis {
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  overflow-y: auto; /*height: 100vh;
	padding-bottom: 8%;*/
}
#synopsis .dark-background {
  background: rgba(0, 0, 0, 0.8);
}
#synopsis::-webkit-scrollbar {
  width: 0 !important
}
.synopsis_content {
  height: auto;
  padding: 15px 30px;
  margin: 10px auto 0;
  font-size: 18px;
  width: 100%; /*max-width: 900px;*/
}
.movie-title {
  font-size: 50px;
  text-shadow: 1px 1px #000000;
  padding: 0 20px;
  font-weight: 700;
  display: none;
}
#synopsis .movie-title-img {
  display: none !important;
}
.tt-shop {
  max-width: 80%;
}
.movie-date {
  font-size: 25px;
  padding: 0 20px;
  text-shadow: 1px 1px #000000;
}
.movie-story {
  line-height: 170%;
  padding: 0 20px;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 40px;
}
.movie-details, .movie-story {
  margin-top: 35px;
  font-size: 17px;
  overflow: auto;
  text-shadow: 1px 1px #000000;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-top: none;
}
.movie-story p {
  margin-bottom: 2%;
}
.movie-story p:last-child {
  margin-bottom: 10px !important;
}
.synopsis-text {
  margin-bottom: 3.5%;
}
.synopsis-label {
  float: left;
  width: 43%;
  /*text-transform: uppercase;*/
  font-weight: 400;
}
.synopsis-value {
  float: right;
  width: 57%;
}
.synopsis-label, .synopsis-value {
  font-size: 16px !important;
}
/* ==Synopsis Tab Ends== */
/* ==preorder Tab== */
#buynow {
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  overflow-y: auto;
  height: 100vh;
  padding-bottom: 8%;
}
#buynow .dark-background {
  background: rgba(0, 0, 0, 0.8);
}
#buynow::-webkit-scrollbar {
  width: 0 !important
}
.preorder_content {
  height: auto;
  padding: 10px 30px;
  margin: 10px auto;
  font-size: 18px;
  width: 100%;
  max-width: 912px;
  border: 2px solid #DAA520;
  border-radius: 15px;
  font-family: "Helvetica Now Text W05", sans-serif;
}
.preorder_content a {
  margin: 0 5px;
}
.movie-title {
  font-size: 50px;
  text-shadow: 1px 1px #000000;
  padding: 0 20px;
  font-weight: normal;
}
.movie-title-img {
  /*	width: 300px;*/
  max-width: 58%;
  margin: 15px auto 10px;
}
#buynow .movie-title-img {
  /*	display: none !important;*/
}
.tt-shop {
  max-width: 80%;
}
.movie-date {
  font-size: 25px;
  padding: 0 20px;
  text-shadow: 1px 1px #000000;
}
.movie-preorder {
  line-height: 170%;
  padding: 0 20px;
  font-weight: 400;
  /* text-align: justify; */
  margin-bottom: 30px;
  font-size: 17px;
  overflow: auto;
  text-shadow: 1px 1px #000000;
}
.movie-details, .movie-preorder {
  margin-top: 35px;
  font-size: 17px;
  overflow: auto;
  text-shadow: 1px 1px #000000;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-top: none;
}
.movie-preorder p {
  margin-bottom: 2%;
}
.movie-preorder p:last-child {
  margin-bottom: 10px !important;
}
.preorder-text {
  margin-bottom: 3.5%;
}
.preorder-label {
  float: left;
  width: 43%;
  /*text-transform: uppercase;*/
  font-weight: 400;
}
.preorder-value {
  float: right;
  width: 57%;
}
.preorder-label, .preorder-value {
  font-size: 16px !important;
}
/* ==preorder Tab Ends== */
/* ==Gallery Tab== */
.dark-background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  right: 0;
  background: rgba(0, 0, 0, 1);
  z-index: -1;
}
#gallery, #characterart {
  background: #000000;
  position: relative;
  overflow: hidden; /*z-index: 100;*/
}
.gallery_thumbnails {
  position: relative;
}
.gallery_thumbnails ul {
  display: block;
  white-space: nowrap;
  overflow-x: hidden;
}
.gallery_thumbnails li {
  display: inline-block;
}
.gallery_thumbnails li img {
  height: 150px;
  margin: 4px;
}
.gallery_thumbnails .left-arrow {
  position: absolute;
  padding: 4% 20px;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .7);
}
.gallery_thumbnails .right-arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 4% 20px;
  background: rgba(0, 0, 0, .7);
}
.rg-image-wrapper {
  position: relative;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
#gallery .rg-image, #characterart .rg-image {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
#gallery .rg-image img, #characterart .rg-image img {
  flex-shrink: 0;
  max-height: calc(100% - 50px);
  max-width: 85%;
  position: relative;
  object-fit: contain;
}
.rg-image-wrapper {
  padding: 0 40px;
}
.navbar {
  margin-bottom: 0px;
}
.rg-image-center {
  margin: 9% auto;
}
.rg-image-nav a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 35px;
  height: 100%;
  text-indent: -9000px;
  cursor: pointer;
  z-index: 10;
  outline: none;
  -moz-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next {
  right: 15px;
  left: auto;
  background: transparent url(../images/icons/right_arrow.png) no-repeat center center;
}
.rg-image-nav a.rg-image-nav-prev {
  left: 15px;
  background: transparent url(../images/icons/left_arrow.png) no-repeat center center;
}
.rg-caption {
  text-align: center;
  margin-top: 15px;
  position: relative;
}
.rg-caption p {
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 16px;
  padding: 0 15px;
  text-transform: uppercase;
}
.rg-view {
  height: 30px;
  position: absolute;
  right: 50px;
  top: 50px;
  display: none;
}
.rg-view a {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  margin-right: 3px;
}
.rg-view .rg-view-full {
  background: #000000;
  position: absolute;
  left: 0
}
.rg-view .rg-view-thumbs {
  background: #000000;
  position: absolute;
  left: 0
}
.rg-view .rg-view-selected {
  visibility: hidden;
  display: none !important;
}
/* Elastislide Style */
.es-carousel-wrapper {
  position: relative;
  bottom: 0px;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.es-carousel {
  overflow: hidden;
}
.es-carousel ul {
  position: relative;
  display: inline-block;
}
.es-carousel ul {}
.es-carousel ul li {
  height: 100%;
  float: left;
  display: block;
}
.es-carousel ul li a {
  display: block;
  border: solid 3px transparent;
  -webkit-touch-callout: none;
  /* option */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a {
  border: solid 3px #ffffff;
}
.es-carousel ul li a img {
  display: block;
  border: none;
  max-height: 100%;
  max-width: 100%;
  margin: 0px !important;
}
.es-nav div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  justify-content: center;
  cursor: pointer;
  opacity: 0.8;
  width: 48px;
  align-items: center;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(0, 0, 0, .7) 50%, transparent);
}
.es-nav div.es-nav-next {
  right: 0px;
  left: auto;
  background-image: linear-gradient(to left, rgba(0, 0, 0, .8), rgba(0, 0, 0, .7) 50%, transparent);
}
.es-nav div:hover {
  opacity: 1.0;
}
.es-nav .es-nav-prev img, .es-nav .es-nav-next img {
  width: 14px;
  vertical-align: middle;
}
.gallery_content .gallery_single {
  position: fixed;
  height: calc(100% - 100px);
  max-width: 100%;
  display: block;
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%)
}
/* ==Gallery Tab Ends== */
/* ==Ticket Tab== */
#tickets {
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}
#ticketsNew {
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}
/* ==Ticket Tab Ends== */
/* ==Trailer Tab== */
#trailer {
  background: #000000;
  position: relative;
  overflow: hidden;
}
#trailer .trailer-wrap {
  position: relative;
  transition: height .5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#trailer #trailerVid {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
#trailer .trailer-toggle {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 15px auto 5px;
  cursor: pointer
}
#trailer .trailer-toggle.open span, #trailer .trailer-toggle.closed span {
  width: 0;
  height: 0;
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#trailer .trailer-toggle.open span {
  border-top: 10px solid #fff
}
#trailer .trailer-toggle.closed span {
  border-bottom: 10px solid #fff
}
#trailer #trailerNav .trailer-link {
  margin: 0 10px;
  cursor: pointer;
  border: 1px solid #000;
  width: 320px;
}
#trailer #trailerNav .trailer-link.active {
  border: 1px solid #fff
}
#trailer #trailerNav .trailer-link img {
  height: 100%
}
#trailer #trailerNav.hide {
  bottom: -40%
}
#trailer #trailerNav {
  bottom: auto;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
#trailerNav.carousel {
  align-items: flex-start !important;
  justify-content: flex-start !important;
}
#trailerNav {
  transition: .3s linear;
  width: 100vw;
}
#trailer #trailerNav .trailer-link.active {
  border: 1px solid #fff;
}
#trailer #trailerNav .trailer-link {
  margin: 0 10px;
  cursor: pointer;
  border: 1px solid #000;
  height: 180px;
}
#trailerNav .trailer-link {
  flex: 0 0 316px;
  width: 316px;
  overflow: hidden;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#trailerNav .trailer-link .trailer-title {
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: opacity .2s linear;
  opacity: 0;
  background-color: rgba(9, 9, 9, .7);
  height: 100%;
}
#trailer-buttons {
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 180px;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#trailer-buttons .back {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(0, 0, 0, .7) 50%, transparent);
}
#trailer-buttons .back, #trailer-buttons .forward {
  transition: opacity .2s linear;
  cursor: pointer;
  height: 100%;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
}
#trailer-buttons .forward {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .8), rgba(0, 0, 0, .7) 50%, transparent);
}
#trailer-buttons .back img, #trailer-buttons .forward img {
  width: 14px;
}
/* ==Trailer Tab Ends== */
/* ==Shop Tab== */
#shop {
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
}
.shop_content {
  height: auto;
  padding: 30px 40px 60px;
  margin-top: 2%;
  font-size: 18px;
}
.shop_content .movie-title {
  text-align: center;
}
.shop_content h3:before, .shop_content h3:after {
  content: "";
  position: absolute;
  width: 20%;
  height: 1px;
  margin: 0 auto;
  border-bottom: 4px solid #FFFFFF;
}
.shop_content h3:before {
  left: 0;
  transform: translate(70%, 200%) matrix(1, 0, 0, 1, 0, 0);
}
.shop_content h3:after {
  right: 0;
  transform: translate(-70%, 200%) matrix(1, 0, 0, 1, 0, 0);
}
.product-box {
  margin-top: 3%;
  margin-bottom: 5%;
}
.product-box img {
  /*	cursor: pointer;*/
  border: 2px solid rgba(0, 0, 0, 0) !important;
  border-radius: 8px;
}
.product-box img:hover {
  border: 2px solid #a32a36;
}
.product-desc h4 {
  font-size: 16px;
  color: #8a6735;
  border-bottom: 1px solid #8a6735;
  padding-bottom: 5px;
  margin-top: 0;
  text-transform: uppercase;
}
.product-desc p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
.product-desc a {
  background: #ba8c1b;
  border: 1px solid #FFFFFF;
  padding: 7px 30px;
  color: #ffffff;
  border-radius: 8px;
  font-weight: 700;
  transition: background 0.2s, color 0.2s;
}
.product-desc a:hover {
  background: #8a6408 !important;
  color: #FFFFFF;
}
.shop-image-Modal {
  background: rgba(0, 0, 0, 0.7)
}
/* ==Shop Tab Ends== */
/* ==Partners Tab== */
.modal-backdrop.show {
  opacity: 0.7;
}
#partners {
  background: rgba(0, 0, 0, .7);
  overflow-y: auto;
}
.section-container {
  padding: 30px 40px 95px;
  margin-top: 2%;
}
.section-container h2 {
  font-size: 50px;
  text-shadow: 1px 1px #000000;
  margin: 0 0 2%;
  text-align: center;
}
.section-box {
  border-radius: 15px;
  border: 5px solid rgba(255, 160, 192, 1);
  margin: 10px 0;
  cursor: pointer;
  background: rgb(255, 255, 255);
  overflow: hidden;
}
.section-box img, .game-caption {
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.section-box:hover img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.section-overlay-container {
  text-align: center;
  border-radius: 15px;
  background: #FFFFFF;
  padding: 5px 5% 15px;
  margin-top: 10%;
  position: relative;
}
.section-overlay-container .section-overlay-box {
  display: inline-block;
  border: none;
}
.section-overlay-container p {
  text-align: justify;
}
.section-overlay-container .overlay-visit-btn {
  display: inline-block;
  margin: 3% auto 5px;
  padding: 1.1% 4% 1%;
  font-size: 18px;
  font-weight: 700;
  border-radius: 9px;
  outline: none !important;
}
.section-close {
  position: absolute;
  right: 10px;
  top: 7px;
  z-index: 1;
  padding: 5px;
  cursor: pointer;
  background: rgba(255, 160, 192, 1);
}
.section-close img {
  display: block;
}
.section-overlay-container .overlay-visit-btn:hover {
  /* color: #000 !important; */
  background: rgba(163, 123, 23, 0.85) !important;
  border: 2px solid rgba(163, 123, 23, 0.85) !important;
}
#partners .section-container .row > div {
  float: none;
  display: inline-block;
}
.section-container .row {
  text-align: center;
}
/* ==Partners Tab Ends== */
/* ==Games Tab== */
#games {
  background: rgba(0, 0, 0, .7);
  overflow-y: auto;
}
#games .section-box {
  border-radius: 0px;
  border: 5px solid rgba(255, 255, 255, 1.00);
  position: relative;
}
#games .section-box:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.game-caption {
  width: 100%;
  background: rgba(0, 0, 0, .7);
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 10px 5px;
  position: absolute;
  bottom: 0;
}
#games .section-box:hover .game-caption {
  padding: 15px 5px;
}
/*== Games Tab Ends ==*/
@media only screen and (min-width: 1025px) {
  .es-carousel ul li {
    width: 275px !important;
    height: auto;
  }
}
@media only screen and (max-width: 1600px) {
  #homeDesktop {
    width: 550px;
  }
  .synopsis_content, .synopsis_content {
    margin-top: 2%;
    padding: 0 10px 25px;
  }
  .preorder_content, .preorder_content {
    margin-top: 2%;
    padding: 0 10px 25px;
  }
  .movie-details, .movie-story {
    font-size: 16px;
  }
  .movie-details, .movie-preorder {
    font-size: 16px;
  }
  .movie-story {
    line-height: 150%;
  }
  .movie-preorder {
    line-height: 150%;
  }
  #games .section-container {
    margin-top: 0;
  }
  #games .section-box {
    width: 80%;
  }
  .home-content-top img {
    width: 350px;
  }
  .nav-container a {
    padding: 10px 20px;
  }
  .social-container a {
    padding: 8px 0 10px !important;
  }
}
@media only screen and (max-width: 1440px) {
  .cta-btn {
    max-width: 250px;
    font-size: 16px;
  }
  .cta-wrapper {
    /*margin: 20px auto 8px;*/
  }
}
@media only screen and (max-width: 1400px) {}
@media only screen and (max-width: 1366px) {
  .siteBackground {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center top;
  }
  #homeDesktop {
    width: 500px;
  }
  .synopsis_content {
    margin-top: 1%;
    padding: 10px 10px 15px;
  }
  .preorder_content {
    margin-top: 1%;
    padding: 10px 10px 15px;
  }
  .movie-title {
    font-size: 36px;
    padding: 0 10px;
  }
  .movie-date {
    font-size: 15px;
    padding: 0 10px;
    margin: 10px 0 5px
  }
  .movie-details, .movie-story {
    margin-top: 25px;
    font-size: 14px;
    padding: 0 10px;
  }
  .movie-details, .movie-preorder {
    margin-top: 25px;
    font-size: 14px;
    padding: 0 10px;
  }
  .section-container {
    padding: 0 10px 9%;
    margin-top: 1%;
  }
  .cta-wrapper {
    /*margin: 25px auto 14px;*/
  }
  .home-content-top {
    top: 7%;
  }
  .home-content-top img {
    width: 300px;
  }
  .home-content-bottom {
    bottom: 0;
  }
  .homeent-wrapper {
    max-width: 900px !important;
  }
  hr.new4 {
    max-width: 900px;
    width: 95%;
  }
  .nav-container a {
    padding: 10px 16px;
  }
}
@media only screen and (max-width: 1280px) {
  #homeDesktop {
    width: 400px;
  }
  .home-content-top {
    top: 4%;
  }
  .home-content-bottom img {
    max-width: 90%;
  }
  .nav-container a {
    padding: 8px 10px;
  }
  .social-container a {
    padding: 7px 0 8px !important;
  }
  .synopsis_content {
    padding: 15px 10px;
  }
  .preorder_content {
    padding: 15px 10px;
  }
  .movie-title {
    margin: 0;
  }
  .section-container {
    padding-bottom: 10%;
  }
  .cta-btn {
    max-width: 220px;
    height: 3.6rem;
    font-size: 14px;
  }
  .cta-btn span {
    display: none;
  }
  .nav-container a {
    font-size: 12px !important;
  }
}
@media screen and (device-width:1138px) and (device-height: 712px) and (orientation: landscape) {
  .mp4Player {
    height: calc(100% - 180px);
  }
  #trailerVidDefault video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
  }
  #homeDesktop {
    height: calc(100% - 50px);
  }
}
@media screen and (device-width:1138px) and (device-height: 712px) and (orientation: landscape), screen and (max-width: 1024px) {
  #navIcon {
    display: block;
  }
  .nav-container {
    position: fixed;
    background: #080300;
    width: 250px;
    height: 100%;
    left: -250px;
    z-index: 99;
    top: 0;
    overflow-y: auto;
    transition: 0.4s ease;
  }
  .nav-container.nav-main.toggle-nav {
    left: 0px;
    z-index: 10;
  }
  .nav-container a {
    padding: 12px 20px;
    transition: padding 0.5s ease;
  }
  .nav-container a:hover {
    background: rgba(255, 255, 255, 0);
  }
  .nav-container ul {
    margin-top: 100px;
    margin-bottom: 10px;
  }
  .nav-container li {
    display: block;
  }
  .social-container {
    top: 0;
    position: relative;
  }
  .social-container a {
    border: none !important;
    background: rgba(218, 165, 32, 1) !important;
    border-width: 0;
    padding: 12px 0 !important;
    margin: 0 1px;
  }
  .social-icons li {
    margin: 0;
  }
  .shareWrap:hover, nav a:hover {
    background: #000000;
  }
  .shareWrap {
    display: block;
  }
  .shareWrap ul {
    margin-top: 0px;
  }
  .shareWrap > ul > li:first-child {
    display: none !important;
  }
  .shareWrap .hashtag {
    margin: 0;
  }
  .header {
    background: transparent;
    overflow: visible;
  }
  .sub-menu-toggle {
    display: none !important;
  }
  .sub-menu {
    position: relative;
  }
  .cta-btn-link:hover {
    color: #000000;
  }
  .synopsis_content {
    width: 80%;
  }
  .preorder_content {
    width: 80%;
  }
  .section-overlay-container .overlay-visit-btn:hover {
    /* color: #000 !important; */
    background: rgba(163, 123, 23, 0.85) !important;
    border: 2px solid rgba(163, 123, 23, 0.85) !important;
  }
  .shop_content h3:before {
    transform: translate(60%, 200%) matrix(1, 0, 0, 1, 0, 0);
  }
  .shop_content h3:after {
    transform: translate(-60%, 200%) matrix(1, 0, 0, 1, 0, 0);
  }
}
@media only screen and (max-width: 1024px) {
  .mp4Player {
    height: calc(100% - 90px);
  }
  #homeDesktop {
    height: calc(100% - 50px);
  }
  .es-carousel ul li {
    width: 165px !important;
    height: auto;
  }
  #trailer #trailerNav .trailer-link {
    height: 80px;
    margin: 0 5px
  }
  #trailerNav .trailer-link {
    flex: 0 0 136px;
    width: 136px;
  }
  #trailer-buttons {
    height: 80px;
  }
  .movie-details {
    width: 300px;
    margin-left: 14px;
  }
  .synopsis_content, .section-container {
    margin-top: 60px;
  }
  .preorder_content, .section-container {
    margin-top: 60px;
  }
  #games .section-container {
    margin-top: 10%;
  }
  #games .section-box {
    width: 100%;
  }
  #games .section-container h2 {
    font-size: 36px;
  }
  .siteBackground video {
    display: none;
  }
  .home-content-top {
    top: 13%;
  }
  .loader-progress img {
    width: 25%;
  }
  .product-desc h4 {
    margin-top: 15px;
  }
  .product-box img {
    border: none;
  }
  .product-box img:hover {
    border: none;
  }
  .product-desc a {
    padding: 5px 10px;
  }
  .cal_container div {
    width: 50% !important;
  }
  .cal_container div img {
    vertical-align: middle;
  }
  .cal_container div a {
    padding: 8% 0;
  }
  .cta-btn {
    height: 4.0rem;
    max-width: 250px;
  }
  .cta-btn-link:hover {
    color: #000000;
  }
  .homeent-heading p {
    font-size: 2.6rem;
  }
}
/* IE 1024px Resolution */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (max-width:1024px) {}
/* IE Edge 12+ */
@supports (-ms-ime-align: auto) and (max-width:1024px) {}
@media only screen and (min-width: 812px) and (max-width: 846px) and (orientation: landscape) {
  body {
    overflow: auto;
  }
  #homeDesktop {
    height: calc(100% - 85px); /*width: 300px;*/
  }
  .home-left-aligned {
    left: 2%;
  }
  .synopsis_content, .section-container {
    /*margin-bottom: 12%;*/
    padding: 10px 3px;
  }
  .preorder_content, .section-container {
    /*margin-bottom: 12%;*/
    padding: 10px 3px;
  }
  #games .section-container {
    margin-top: 7%;
  }
  .custom-col {
    width: 50%;
  }
  .movie-story {
    max-height: none;
  }
  .movie-preorder {
    max-height: none;
  }
  nav {
    height: 120%;
  }
  .footer-centered .legal-logos img {
    bottom: auto;
    top: -20px;
    height: 18px;
  }
  .shop_content h3:before {
    transform: translate(50%, 200%) matrix(1, 0, 0, 1, 0, 0);
  }
  .shop_content h3:after {
    transform: translate(-50%, 200%) matrix(1, 0, 0, 1, 0, 0);
  }
  .cta-btn {
    max-width: 45%;
  }
}
.homeent-wrapper .movie-preorder h3 {
  font-size: 22px;
}
@media only screen and (max-width: 800px) {
  #home .col-lg-12 {
    padding: 0;
  }
  .footer {
    padding: 3px 25px 0;
  }
  .main-footer {
    text-align: center;
  }
  .footer-links a, #btnCredits, #btnShare, #ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    padding: 0 0 5px !important;
    float: none;
  }
  .footer-links {
    text-align: center;
  }
  .copyright p {
    text-align: center;
    margin-top: 5px;
  }
  .footer-centered {
    padding: 5px 0;
  }
  .footer-centered .legal-logos {
    display: none;
  }
  .footer-centered .legal-logos img {
    bottom: auto;
    top: -35px;
    height: 25px;
  }
  .billing-container {
    width: 97%;
    margin: 0 auto;
  }
  .shop_content h3:before {
    transform: translate(30%, 275%) matrix(1, 0, 0, 1, 0, 0);
  }
  .shop_content h3:after {
    transform: translate(-30%, 275%) matrix(1, 0, 0, 1, 0, 0);
  }
  #gallery .rg-image img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body {
    overflow: auto;
  }
  .header {
    padding-top: 35px;
  }
  /*#ot-sdk-btn {
	font-size: 7px !important;
}*/
  .centered .row > div {
    float: left;
    width: 50%;
  }
  .footer-centered .copyright {
    margin: 0;
    padding: 0;
  }
  .copyright p {
    font-size: 9px !important;
    margin: 0 5px 2px;
    line-height: 10px;
  }
  .preorder_content {
    text-align: center;
  }
  #closeCredits {
    top: 2px;
    right: 2px;
  }
  .synopsis_content, .section-container, #games .section-container {
    margin-bottom: 12%;
    padding: 10px 5px;
  }
  .preorder_content, .section-container {
    margin-bottom: 12%;
    padding: 10px 5px;
  }
  .synopsis_content {
    margin: 10px auto;
  }
  .preorder_content {
    margin: 10px auto;
  }
  .movie-title-img {
    max-width: 75%; /*	width: 200px;*/
  }
  .table {
    text-align: center;
  }
  .movie-title {
    font-size: 40px;
  }
  .movie-date {
    font-size: 20px;
  }
  .movie-details, .movie-story {
    margin-top: 25px;
    font-size: 15px !important;
  }
  .movie-details, .movie-preorder {
    margin-top: 25px;
    font-size: 15px !important;
  }
  .synopsis-label, .synopsis-value {
    font-size: 13px !important;
  }
  .preorder-label, .preorder-value {
    font-size: 13px !important;
  }
  .movie-story {
    line-height: 150%;
    max-height: none;
  }
  .movie-preorder {
    line-height: 150%;
    max-height: none;
  }
  .movie-details {
    width: auto;
  }
  .site-button {
    margin: 20px auto;
  }
  .rg-view .rg-view-full, .rg-view .rg-view-thumbs {
    background-size: 20px 20px;
  }
  .rg-image-nav a.rg-image-nav-next {
    background-size: 44px 44px;
  }
  .rg-image-nav a.rg-image-nav-prev {
    background-size: 44px 44px;
  }
  #containerCredits .credit-close {
    top: 5px;
    right: 5px;
  }
  nav {
    height: 120%;
    padding-bottom: 12%;
  }
  .cta-btn {
    max-width: 200px;
  }
  .cta-wrapper {
    /*margin: 15px auto 10px;*/
  }
  .movie-preorder h3 {
    font-size: 18px;
  }
  .homeent-btn-wrapper {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 711px), screen and (min-width: 713px) and (max-width: 767px) {
  #navIcon {
    width: 36px;
    height: 36px;
    top: 43px;
  }
  #navIcon span {
    width: 20px;
  }
  #navIcon span:nth-child(1) {
    top: 10px;
  }
  #navIcon span:nth-child(2) {
    top: 16px;
  }
  #navIcon span:nth-child(3) {
    top: 22px;
  }
  #navIcon.open span:nth-child(1), #navIcon.open span:nth-child(3) {
    top: 17px;
  }
}
@media screen and (max-height:414px) and (orientation: landscape), screen and (device-width : 414px) and (device-height : 896px) and (orientation: landscape), screen and (device-width : 414px) and (device-height : 736px) and (orientation: landscape), screen and (device-width : 375px) and (device-height : 667px) and (orientation: landscape) {
  .infoText {
    font-size: 12px;
  }
  .siteBackground {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center 70% !important;
  }
  #homeDesktop {
    width: 320px;
    height: calc(100% - 50px);
  }
  .home-content-bottom > img {
    max-width: 85%;
  }
  .home-content-top {
    top: 5%;
  }
  .home-content-top img {
    width: 180px;
  }
  .home-content-bottom {
    bottom: 35px;
  }
  .mp4Player {
    height: calc(100vh - 50px);
  }
  #trailerVidDefault video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
  }
  .home-left-aligned {
    left: 2%;
  }
  #trailer {
    height: 100% !important;
  }
  #trailer .trailer-toggle {
    margin: 10px auto 0;
  }
  #trailer-buttons {
    bottom: 46px;
  }
  .custom-col {
    width: 50%;
  }
  .footer {
    padding: 0 25px;
  }
  .footer-links a, #btnCredits, #btnShare {
    font-size: 10px; /*margin: 0 5px;
	padding: 5px 0;*/
  }
  .footer-centered {
    padding: 0 7px;
  }
  .footer-centered .legal-logos img {
    bottom: auto;
    top: -20px;
    height: 18px;
  }
  .footer-links a, #ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    font-size: 9px !important;
    line-height: 10px !important;
  }
  .footer-centered .copyright {
    margin: 0;
    padding: 0 0 3px;
  }
  .copyright p {
    font-size: 9px !important;
    line-height: 10px;
  }
  .loader-progress img {
    width: 30%;
  }
  .product-box {
    margin-bottom: 15%;
  }
  .shop_content h3 {
    font-size: 18px;
  }
  .shop-image-Modal img {
    max-width: 50%;
  }
  .section-overlay-container {
    margin-bottom: 5%;
  }
  .cta-btn {
    max-width: 230px;
  }
  .cta-btn, .cta-btn-link {
    margin-bottom: 10px;
    height: 3.0rem;
    font-size: 14px;
    letter-spacing: 0;
  }
  .cta-btn:last-child {
    margin-bottom: 5px;
  }
  .cta-wrapper {
    margin: 15px auto;
  }
  .cal_container div a {
    padding: 2% 0;
  }
}
@media screen and (device-width: 740px) and (device-height: 360px) and (orientation: landscape), screen and (device-width: 732px) and (device-height: 412px) and (orientation: landscape) {
  .footer .copyright p {
    font-size: 8px !important;
  }
  #containerCredits .copyright {
    font-size: 11px !important;
  }
}
@media screen and (device-width: 640px) and (device-height: 360px) and (orientation: landscape) {
  .cal_container div img {
    height: 23px;
  }
  .cal_container div a {
    padding: 4% 0;
  }
}
@media screen and (device-width: 740px) and (device-height: 360px) and (orientation: landscape) {
  .siteBackground {
    height: calc(100% - 37px);
    background-position: center 47% !important;
  }
}
@media screen and (device-width: 846px) and (device-height: 412px) and (orientation: landscape) {
  .siteBackground {
    background-position: center 65% !important;
  }
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
  #homeDesktop {
    height: calc(100% - 90px);
    width: 240px;
  }
  .home-left-aligned {
    left: 2%;
  }
}
@media screen and (max-width: 800px) and (orientation: portrait) {
  .siteBackground {
    background-image: url(../images/bg_portrait.jpg); /*	background-position: center  !important;*/
  }
  #homeDesktop {
    display: none;
  }
  #homeMobile {
    display: block;
    height: calc(100% - 55px);
    width: 60%;
  }
  #trailer #trailerVid {
    height: 50%;
  }
  .bottom-date {
    width: 80%;
    float: none;
    margin: 0 auto;
  }
  .bottom-tt {
    margin: 0 auto 5%;
    width: 100%;
    float: none;
  }
  #trailer-overlay #videoPlayer {
    height: 40%;
  }
  .home-content-bottom {
    bottom: 1%;
  }
  .home-content-bottom > img {
    max-width: 73%;
  }
  .home-content-top {
    top: 12%;
  }
  .rg-image-nav a.rg-image-nav-prev {
    left: 0;
  }
  .rg-image-nav a.rg-image-nav-next {
    right: 0;
  }
  .cal_container div a {
    padding: 4% 0;
  }
  .footer-centered .footer-links, .footer-centered .copyright {
    float: none;
    text-align: center;
  }
  #containerCredits .footer-links a {
    padding: 5px 0;
  }
  .loader-progress img {
    width: 50%;
  }
  .director_name {
    /*
	margin-top: 30px;
	margin-left: -2%;
	max-width: 56%;
*/
    max-width: 68%;
    top: 5%;
  }
  .preorder_content {
    max-width: 80%;
  }
  .homeent-btn-wrapper .preorder_content img {
    max-width: 23%;
  }
}
@media screen and (device-width:712px) and (device-height: 1138px) and (orientation: portrait) {
  #homeMobile {
    height: calc(100% - 50px);
  }
  .footer-links a, .footer-btns a, .footer-centered #btnCredits, #btnCreditsCenter, .footer-centered .copyright {
    font-size: 10px;
  }
  .director_name {
    /*	margin-top: 35px;*/
  }
  .cta-btn {
    height: 4.0rem;
    max-width: 250px;
  }
  .cal_container div {
    width: 50% !important;
  }
}
@media screen and (max-width:1024px) and (orientation: landscape), screen and (max-width:800px) and (orientation: portrait), screen and (device-width:712px) and (device-height: 1138px) and (orientation: portrait), screen and (device-width:1138px) and (device-height: 712px) and (orientation: landscape) {
  .footer-links a {
    color: rgba(255, 255, 255, 1) !important;
  }
  .product-desc a:hover {
    background: #ba8c1b !important;
    color: #FFFFFF;
  }
}
@media only screen and (max-width: 1024px) and (hover: hover) {
  .footer-links a {
    color: rgba(255, 255, 255, 1) !important;
  }
}
@media screen and (max-width: 450px) and (orientation: portrait) {
  .siteBackground {
    background-image: url(../images/bg_portrait.jpg); /* background-size: auto 100% !important;
	background-position: center top !important; */
  }
  .homeent-wrapper .movie-preorder h3 {
    font-size: 18px;
  }
  /*#synopsis {
	padding-bottom: 100px;
}*/
  .mp4Player {
    height: calc(100vh - 150px);
  }
  #trailerNav .trailer-link .trailer-title {
    font-size: 14px;
  }
  #homeMobile {
    height: calc(100% - 60px);
    width: 360px;
  }
  .home-content-top {
    top: 0%;
  }
  .home-content-top img {
    width: 200px;
  }
  .home-content-bottom {
    bottom: 3%;
  }
  .socialFollow img {
    max-width: 100%;
  }
  #games .section-container .col-xs-6 {
    width: 100%;
  }
  #videoPlayer .htmlPlayer {
    height: calc(100vh - 100px);
    width: 100%;
  }
  .footer {
    padding: 0 1px;
  }
  .footer, .footer-centered {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0 3px;
    margin: 0;
    z-index: 11;
    font-weight: 400;
  }
  .footer-links {
    font-size: 0;
  }
  .footer-links a, #btnCredits, #btnShare {
    font-size: 9px !important;
  }
  #containerCredits {
    padding: 30px 5px 15px;
  }
  #containerCredits .footer-links {
    margin: 20px 0 0;
  }
  .share-btn {
    display: none !important;
  }
  .share-btn-mobile {
    display: inline-block !important;
  }
  .copyright p {
    font-size: 9px !important;
    line-height: 11px;
    margin: 0;
  }
  .copyright p br {
    display: block;
  }
  .shop_content {
    padding-left: 0;
    padding-right: 0;
  }
  .product-box {
    margin-bottom: 15%;
  }
  .shop_content h3 {
    font-size: 18px;
  }
  .shop_content h3:before {
    width: 10%;
    transform: translate(-30%, 190%) matrix(1, 0, 0, 1, 0, 0);
  }
  .shop_content h3:after {
    width: 10%;
    transform: translate(30%, 190%) matrix(1, 0, 0, 1, 0, 0);
  }
  .shop-image-Modal img {
    max-width: 75%;
  }
  .cta-btn {
    margin-bottom: 10px;
    height: 3.5rem;
    font-size: 16px;
    max-width: 230px;
  }
  #trailer-close, #shop-close {
    padding: 0px 10px 2px;
  }
  .movie-story p {
    margin-bottom: 5%;
  }
  .movie-preorder p {
    margin-bottom: 5%;
  }
  .loader-progress img {
    width: 70%;
  }
  .cta-wrapper {
    margin: 0px;
  }
  .introTrailer-cta {
    display: block;
    position: fixed;
    bottom: 4%;
    left: 0;
    width: 100%;
  }
  .introTrailer-cta > div {
    width: 50%;
  }
  .introTrailer-cta .movie-title {
    display: block;
    margin: 0 auto 20px;
    max-width: 300px;
  }
  .homeent-btn-wrapper .preorder_content img, .movie-preorder img {
    max-width: 45%;
  }
  .homeent-heading p {
    font-size: 2.0rem;
  }
  .buynow_desktop {
    display: none;
    ;
  }
  .buynow_mobile {
    display: block;
    filter: blur(0);
    -webkit-filter: blur(0);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
  .homeent-btn-wrapper {
    margin-top: 0px;
  }
}
@media screen and (device-width : 375px) and (device-height : 812px) and (orientation: portrait) {
  #homeMobile {
    width: 320px;
  }
  .movie-preorder h3 {
    font-size: 14px;
  }
}
@media screen and (device-width: 412px) and (device-height: 732px) and (orientation: portrait) {
  .cta-btn {
    height: 35px;
    max-width: 200px;
  }
}
@media screen and (max-width: 320px) and (orientation: portrait) {
  #homeMobile {
    width: 270px;
  }
  .footer-links > li, #btnCredits, #btnCreditsCenter, .copyright {
    font-size: 8px !important;
  }
  .homeent-wrapper .movie-preorder h3 {
    font-size: 16px;
  }
}
.syca_ticketingSynopsisURLPara {
  text-align: center;
}
.syca_ticketingSynopsisURL {
  text-decoration: underline;
  color: #ffffff;
  cursor: pointer;
}
.syca_ticketingpreorderURLPara {
  text-align: center;
}
.syca_ticketingpreorderURL {
  text-decoration: underline;
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 1366px) and (min-width: 1360px) {
  .synopsis_content {
    padding-bottom: 75px;
  }
  /*
.preorder_content {
	padding-bottom: 75px;
}
*/
}