@charset "utf-8";
#olderbrowser {
  display: none;
}
/*== FONTS ==*/
@font-face {
  font-family: "MorrisSansMedium";
  font-style: normal;
  src: url('../fonts/MorrisSansMedium_normal_normal.woff2') format('woff2'), url('../fonts/MorrisSansMedium_normal_normal.woff') format('woff');
}
@font-face {
  font-family: "MorrisSansHeavy";
  font-style: normal;
  src: url('../fonts/MorrisSansHeavy_normal_normal.woff2') format('woff2'), url('../fonts/MorrisSansHeavy_normal_normal.woff') format('woff');
}
/*== FONTS ENDS ==*/
* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
html, body {
  width: 100%;
  height: 100%;
}
body {
  overflow: hidden;
  letter-spacing: 0.8px;
  background: #000000;
  font-family: MorrisSansMedium;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
}
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%;
}
#onetrust-consent-sdk {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.visibilityHidden {
  visibility: hidden;
  opacity: 0;
}
/*== 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, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 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, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/* FadeInLeft */
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/* FadeInRight */
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/*== Basic Animations Ends ==*/
/*== 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;
}
#olderbrowser img {
  max-width: 15%;
}
/*== IE Block Code Ends ==*/
/*=== DC NAV ===*/
.bcd950163a184bc970b744d99fd36739 {
  position: fixed !important;
}
#mainContentShell {
  margin-top: 0 !important;
}
/*=== DC NAV 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;
}
#trailer-close {
  width: 35px;
  height: 35px;
  padding: 0;
}
#trailer-close span {
  display: block;
  position: absolute;
  height: 2px;
  width: 70%;
  background: #fff;
  opacity: 1;
  left: 5px;
  top: 16px;
  -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;
  transform: translateY(-15%);
}
.loader-progress img {
  max-width: 380px;
  margin-bottom: 7px;
}
.progress-container {
  background: rgba(255, 255, 255, 1);
}
.progress-text {
  font-size: 20px;
  margin: 7px 0;
}
.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: 0px;
  box-shadow: 0 0 12px rgba(0, 0, 0, .5);
}
.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-color: #edb452;
}
.nav-li.active a {
  color: #000000 !important;
  background-color: transparent !important;
}
.nav-container a {
  font-size: 15px;
  padding: 12px 21px;
  /*	padding-left: 13px;*/
  display: block;
  text-decoration: none !important;
  outline: none !important;
  transition: 0.5s ease;
  color: #FFFFFF;
  letter-spacing: 1px;
}
.nav-container a:hover {
  color: #e3d541;
}
.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*/
.positionFixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.social-text {
  font-size: 14px;
  color: #dc0026;
  margin-bottom: 10px;
}
.social_container {
  width: auto;
  left: auto;
  right: 20px;
  top: 50px;
  z-index: 1;
  text-align: center;
}
.social_container li {
  display: inline-block;
  margin: 0 7px;
}
.social_container li a {
  display: block;
}
.social_container li a img, .social_container li a img:focus {
  transform: translateY(0);
  transition: transform 0.3s linear;
}
.social_container li a img {
  height: 20px;
}
.social-container {
  vertical-align: top;
}
.social-container a {
  display: inline-block;
  padding: 8.5px 0 !important;
  margin: 0;
  min-width: 45px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-color: transparent !important;
}
.social-container a:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.social-container a:hover {
  background: #b76d00;
}
.social-container a:visited {
	background: #555351;
}
.social-container a img {
  height: 20px;
}
/*Social Follow Links in Home*/
.socialFollow {
  text-align: left;
}
.socialFollow > div {
  display: inline-block;
  margin: 8px 6px;
}
.socialFollowLink {
  display: block;
}
.socialFollowLink img {
  max-height: 20px;
}
/* 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 #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15), 0 0px 5px rgba(0, 0, 0, 0.15);
  left: 10px;
  top: 15px;
  z-index: 999;
  border-radius: 5px;
  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);
}
nav.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: rgba(255, 255, 255, 1);
  font-size: 9px !important;
  line-height: 12px;
  float: left;
}
#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;
}
.copyright p br {
  display: none;
}
.share-btn-mobile {
  display: none !important;
}
#containerCredits {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px 15px 10px;
  background: #000000;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.1);
  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: 28%;*/
  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 10px;
}
.footer-centered .footer-links {
  text-align: center;
}
.copyright {
  text-align: center;
}
.footer-centered .footer-links li {
  display: inline-block;
  margin: 0 5px 5px;
}
.footer-centered .footer-links a {
  float: none;
  display: block;
  margin: 0;
}
.footer-links li:nth-child(4){
/*	display:none;*/
}
.footer-centered #btnCredits, #btnCreditsCenter {
  margin: 5px 5px;
  float: none;
  text-align: center;
  cursor: pointer;
}
.footer-centered .copyright {
  text-align: center;
  font-size: 12px;
  margin: 2px 0 7px;
}
.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: 15px;
  top: 0px;
  bottom: 0px;
  margin: auto 0;
  height: 29px;
  opacity: 0.4;
}
/*== Footer Ends ==*/
/*== Site Background ==*/
.siteBackground {
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-image: url(../images/bg.jpg);
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  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%);
  transition: opacity 1s ease;
}
/*== Site Background Ends ==*/
/*== Home Tab ==*/
#homeDesktop, #homeMobile {
  position: fixed;
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  /*	top: 37px;*/
  height: calc(100% - 116px);
}
#homeDesktop img, #homeMobile img {
  filter: blur(0);
  -webkit-filter: blur(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.home-centered {
  width: 900px;
  left: 50%;
  transform: translateX(-50%);
}
.home-left-aligned {
  left: 2%;
  right: 40%;
}
.home-right-aligned {
  right: 12%;
}
#homeDesktop > div, #homeMobile > div {
  position: absolute;
  width: 100%;
}
.home-content-top {
  top: 5%;
}
.home-content-bottom {
  bottom: 3%;
}
.home-content-middle {
  top: 52%;
  transform: translateY(-50%);
}
#homeMobile {
  display: none;
}
#home .movie-title {
  transition: opacity 1s ease;
}
/*Save to Calender*/
.cta-wrapper {
  margin: 20px auto 40px;
}
.cta-btn {
  /* box-shadow: inset 20 0 -30px #f66104;  */
  background: #f39409;
  /* background: -webkit-linear-gradient(#e8b364, #d0ab51, #9b7339); */
  /* background: linear-gradient(#cb8262, #d0ab51, #9b7339); */
  /* border: 2px solid #f1bb3d; */
  border-radius: 7px;
  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: #000000;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 11px;
}
.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: #000000;
  letter-spacing: 2px;
  font-weight: normal;
}
.cta-btn-link:hover {
  color: #7d2a22;
}
.cta-btn-link:focus {
  color: #000000;
}
.buy-now-btn {
  right: 1%;
  bottom: 5%;
  position: absolute;
  max-width: 200px;
  background: #000;
  border: 2px solid #f39409;
  border-radius: 7px;
  width: 100%;
  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;
  line-height: 19px;
}
.buy-now-btn .cta-btn-link:hover {
  color: #f39409;
}
.buy-now-btn .cta-btn-link:focus {
  color: #FFFFFF;
}
.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: normal;
}
.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;
}
.updates-btn {
  border: 2px solid #FFFFFF;
}
h1, #homeDesktop p {
  margin: 0;
}
#homeDesktop .movie-title {
  padding: 0 8px;
  max-width: 90% !important;
  max-height: 48vh;
  /*  margin-top: 5px;*/
}
.mobileLandscape-show {
  display: none !important;
}
.hashtag {
  font-size: 22px;
}
.introTrailer-cta {
  display: none;
}
/* New Home */
#home > div {
  overflow-x: hidden;
  overflow-y: auto;
}
#home .dark-background {
  background: #000000;
}
/*
#home > div{
	height:auto!important;
	top: auto !important;
}
#home > div.dark-background{
	top:0 !important;
}
*/
.portraitView {
  display: none !important;
}
.home-bannerImg {
  width: 100%;
  /*	border-bottom: 2px solid #312e29;*/
}
.home-mainContainer {
  max-width: 1199px;
  width: 92%;
  margin-top: 1.5%;
}
.homeent-wrapper {
  padding-bottom: 2%;
  margin: 0 auto;
}
.home-mainContainer .movie-preorder > div {
  /*  background-color: #12151c;*/
  text-align: center;
}
/*
.home-mainContainer .movie-preorder a {
  display: inline-block;
  margin: 5px 8px;
  max-width: 30%;
}
*/
.home-mainContainer .blu-ray a {
  max-width: 20%;
}
.movie-preorder img {
  max-width: 100%;
  -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;
}
.homeent-btn-wrapper .preorder_content {
  margin: 10px auto;
  max-width: 850px;
  width: 100%;
  font-family: "Helvetica Now Text W05", sans-serif;
  border-radius: 15px;
  font-size: 18px;
  background: #915f09;
  border: 2px solid #000;
  margin-top: 0px;
}
.homeent-wrapper .movie-preorder {
  margin: 20px auto;
}
.movie-preorder img:hover {
  -moz-transform: scale(0.98);
  transform: scale(0.98);
}
.home-mainContainer .digital h3 {
  margin-top: 0;
}
.home-mainContainer .blu-ray h3 {
  margin-top: 4%;
}
.home-mainContainer .movie-preorder h3 {
  font-weight: normal;
}
.homeent-btn-wrapper {
  position: relative;
  z-index: 5;
}
/* ==Home Tab Ends== */
/* ==Synopsis Tab== */
#synopsis {
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none; /*IE and Edge */
  scrollbar-width: none;
}
#synopsis .dark-background {
  background: rgba(0, 0, 0, 0.85);
}
#synopsis::-webkit-scrollbar {
  width: 0 !important
}
.synopsis_content {
  height: auto;
  padding: 30px;
  margin: 10px auto 12%;
  font-size: 18px;
  width: 100%;
  max-width: 900px;
  text-align: justify;
}
/* .movie-title {
	max-width: 70%;
	max-height: 40vh;
} */
.movie-title-img {
  width: 450px;
  /*display: none !important;*/
  margin: 0 auto 20px;
}
.movie-tagline {
  max-width: 28%;
  max-height: 4vh;
}
.movie-date {
  max-width: 58%;
  max-height: 34vh;
  margin: 5px auto;
  display: none;
}
.movie-story {
  line-height: 170%;
  padding: 0 20px;
}
.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: normal;
}
.synopsis-value {
  float: right;
  width: 57%;
}
.synopsis-label, .synopsis-value {
  font-size: 16px !important;
}
/* ==Synopsis Tab Ends== */
/* ==preorder Tab== */
#preorder {
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  overflow-y: auto;
  height: 100vh;
  /*	padding-bottom: 8%;*/
}
#preorder .dark-background {
  background: rgba(0, 0, 0, 0.9);
}
#preorder .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#preorder::-webkit-scrollbar {
  width: 0 !important
}
.preorder_content {
  height: auto;
  padding: 10px 30px;
  margin: 10px auto;
  font-size: 18px;
  width: 100%;
  max-width: 912px;
  background: #000;
  /*border: 2px solid #ffb600;*/
  border-radius: 15px;
}
.preorder_content a {
  margin: 0 5px;
}
.movie-title {
  font-size: 30px;
  text-shadow: 1px 1px #000000;
  padding: 0 20px;
  font-weight: normal;
}
.preorder_content .digital h3, .blu-ray {
  margin-top: 0;
  display: none;
}
.preorder_content .digital h3 span, .preorder_content .blu-ray h3 span {
  font-family: Arial, Helvetica, sans-serif;
}
.blu-ray {
  margin-top: 35px;
}
.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;
  font-weight: 400;
  text-align: center;
  /*margin-bottom: 30px;*/
  font-size: 17px;
  overflow: auto;
  text-shadow: 1px 1px #000000;
}
.movie-details, .movie-preorder {
  margin-top: 20px;
  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;
}
.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;
  margin: 5px 0;
}
.movie-preorder img:hover {
  -moz-transform: scale(0.98);
  transform: scale(0.98);
}
.movie-preorder .disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
/* ==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 {
  background: #000000;
  position: relative;
  overflow: hidden;
}
.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, #characters .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, #characters .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 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%);
}
#characters .rg-image-nav a {
  position: fixed;
}
#characters .rg-image .character-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 1em 5em;
}
#characters .rg-image .character-container img {
  max-height: calc(100vh - 120px);
}
#characters .rg-image .character-bio {
  padding-left: 2em;
  max-width: 700px;
}
#characters .rg-image .character-bio p {
  padding: 1.5em;
  font-size: 1.2em;
  line-height: 1.5;
  border: 1px solid #f39409;
  background: #02403f;
  border-radius: 5px;
}
#characters .rg-image .character-bio p strong {
  font-size: 1.25em;
  color: #e93702;
}
/* ==Gallery Tab Ends== */
/* ==Ticket Tab== */
#tickets {
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}
/* ==Ticket Tab Ends== */
/* ==Trailer Tab== */
#trailer {
  background: #000000;
  position: relative;
  height: calc(100vh - 45px);
  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 {
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  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 {
  content: "";
  position: absolute;
  width: 20%;
  height: 1px;
  left: 0;
  margin: 0 auto;
  border-bottom: 4px solid #FFFFFF;
  transform: translate(70%, 200%) matrix(1, 0, 0, 1, 0, 0);
}
.shop_content h3:after {
  content: "";
  position: absolute;
  width: 20%;
  height: 1px;
  right: 0;
  margin: 0 auto;
  border-bottom: 4px solid #FFFFFF;
  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.00);
}
.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: normal;
  margin-bottom: 20px;
}
.product-desc a {
  background: #feea07;
  border: 1px solid #FFFFFF;
  padding: 10px 30px;
  color: #000000;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}
.shop-image-Modal {
  background: rgba(0, 0, 0, 0.7)
}
/* ==Shop Tab Ends== */
/* ==Partners Tab== */
#partners {
  background: rgba(0, 0, 0, .7);
  height: 100vh;
  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%;
}
.section-box {
  border-radius: 15px;
  margin: 10px 0;
  cursor: pointer;
  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;
  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;
  border-radius: 9px;
  outline: none !important;
}
.section-close {
  position: absolute;
  right: 10px;
  top: 7px;
  z-index: 1;
  padding: 5px;
  cursor: pointer;
}
/* ==Partners Tab Ends== */
/* ==Games Tab== */
#games {
  background: rgba(0, 0, 0, .7);
  height: 100vh;
  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: 1680px) {
  #homeDesktop {
    max-width: 45%;
  }
  .home-right-aligned {
    right: 7%;
  }
  .home-left-aligned {
    right: 45%;
  }
}
@media only screen and (max-width: 1600px) {
  /* #homeDesktop {
	width: 800px;
} */
  .synopsis_content {
    padding: 10px;
  }
  .movie-details, .movie-story {
    font-size: 16px;
  }
  .movie-story {
    line-height: 150%;
  }
  #games .section-container {
    margin-top: 0;
  }
  #games .section-box {
    width: 80%;
  }
}
@media only screen and (max-width: 1440px) {
  .cta-btn {
    max-width: 250px;
    font-size: 8px;
  }
  .buy-now-btn {
    max-width: 200px;
    font-size: 16px;
    line-height: 17px;
  }
  .cta-wrapper {
    margin: 10px auto 7px;
  }
}
@media only screen and (max-width: 1400px) {}
@media only screen and (max-width: 1366px) {
.homeent-wrapper {
    max-width: 750px;
  }
  .preorder_content {
    margin-top: 4%;
    padding: 10px 10px 15px;
  }
  .siteBackground {
    /* background-image: url(../images/bg.jpg); */
    background-size: cover;
    background-position: center top;
  }
  /* #homeDesktop {
	width: 70%;
} */
  .synopsis_content {
    margin-top: 1%;
    padding: 10px 10px 15px;
  }
  .movie-details, .movie-story {
    margin-top: 25px;
    font-size: 14px;
    padding: 0 10px;
  }
  .section-container {
    padding: 0 10px 9%;
    margin-top: 1%;
  }
  .cta-wrapper {
    margin: 15px auto 10px;
  }
  /*
.home-content-top {
	top: 2%;
}
*/
}
@media only screen and (max-width: 1280px) {
  #homeDesktop {
    /*    width: 44%;*/
  }
  .synopsis_content {
    padding: 15px 10px;
  }
  .section-container {
    padding-bottom: 10%;
  }
  .cta-btn {
    max-width: 230px;
    height: 3.6rem;
    font-size: 10px;
  }
  .cal_container div a {
    padding: 7% 0;
  }
  .buy-now-btn {
    max-width: 150px;
    height: 3.4rem;
    font-size: 14px;
    line-height: 16px;
  }
  .cta-btn span {
    display: none;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1279px) and (device-aspect-ratio:5/4) and (orientation: landscape) {}
@media screen and (device-width:1138px) and (device-height: 712px) and (orientation: landscape), screen and (device-width:1366px) and (device-height:1024px) and (orientation: landscape), screen and (device-width:1180px) and (device-height:820px) and (orientation: landscape), screen and (device-width:1600px) and (device-height:1200px) and (orientation: landscape), screen and (device-width:1024px) and (device-height:698px) and (orientation: landscape) {
  .mp4Player {
    height: calc(100% - 180px);
  }
  #trailerVidDefault video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
  }
  .social-container a:hover{
    background-color: #555351;
  }
  .social-container a:visited{
    background-color: #555351;

  }
  .social-container a:active{
    background-color: #b76d00;
  }
  #homeDesktop {
    height: calc(100% - 100px);
  }
}
@media screen and (device-width:1138px) and (device-height: 712px) and (orientation: landscape), screen and (max-width: 1200px) {
  #navIcon {
    display: block;
  }
  .nav-container {
    position: fixed;
    background-color: #1f2024;
    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: #f39409 !important;
    border-width: 0;
    padding: 12px 0 !important;
    margin: 0 1px;
  }
  .social-icons li {
    margin: 0;
  }
  .shareWrap:hover, nav a:hover, .social-container a:hover {
    background: transparent;
  }
  .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, .buy-now-btn .cta-btn-link:hover {
    color: #FFFFFF;
  }
  .synopsis_content {
    width: 80%;
  }
  .siteBackground > #mobileBg {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
    background-image: url(../images/bg_portrait.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #mobileBgFade {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    z-index: 1;
  }
  .nav-container a {
    padding: 12px 20px;
    font-size: 14px !important;
      line-height: normal;
  }
  .social-container a {
    min-width: 45px;
    padding: 9.5px 0 !important;
  }
#preorder {
    padding-bottom: 8%;
  }
  #preorder .container {
    align-items: flex-start;
    height: auto;
  }
  .preorder_content {
    width: 80%;
    margin-top: 5%;
  }
  .homeent-wrapper {
    max-width: 95%;
  }

}
@media only screen and (max-width: 1200px) {
  .mp4Player {
    height: calc(100% - 90px);
  }
  #homeDesktop {
    height: calc(100% - 120px);
  }
  .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;
  }
  #games .section-container {
    margin-top: 10%;
  }
  #games .section-box {
    width: 100%;
  }
  #games .section-container h2 {
    font-size: 36px;
  }
  /*.siteBackground {
	background-image: url(../images/bg_landscape.jpg);
}*/
  .siteBackground video {
    display: none;
  }
  .home-content-top {
    top: 15%;
  }
  .loader-progress img {
    width: 55%;
  }
  .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;
  }
  #characters .rg-image .character-container img {
    max-height: calc(100vh - 140px);
    max-width: 40%;
  }
}
/* 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(100vh - 50px);
  }
  .home-left-aligned {
    left: 2%;
  }
  .synopsis_content, .section-container {
    margin-bottom: 12%;
    padding: 10px 3px;
  }
  #games .section-container {
    margin-top: 7%;
  }
  .custom-col {
    width: 50%;
  }
  .movie-story {
    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%;
  }
}
@media only screen and (max-width: 800px) {
  #home .col-lg-12 {
    padding: 0;
  }
  .movie-story {
    height: auto;
    max-height: none;
  }
  #home .movie-title {
    max-width: 100%;
  }
  .footer {
    padding: 3px 25px 0;
  }
  .main-footer {
    text-align: center;
  }
  .footer-links a, #btnCredits, #btnCreditsCenter, #btnShare, .footer-centered #btnCredits, .footer-centered .copyright {
    font-size: 11px;
    margin: 0 10px;
    padding: 0 0 5px;
    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(50%, 200%) matrix(1, 0, 0, 1, 0, 0);
  }
  .shop_content h3:after {
    transform: translate(-50%, 200%) matrix(1, 0, 0, 1, 0, 0);
  }
  #gallery .rg-image img, #characters .rg-image img {
    max-width: 100%;
  }
  #characters .rg-image .character-container {
    align-items: center;
    flex-direction: column;
    margin: auto;
  }
  #characters .rg-image .character-bio {
    margin: 1em auto 3em;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  body {
    overflow: auto;
  }
  .social_container {
    right: 10px;
    top: 40px;
  }
  .centered .row > div {
    float: left;
    width: 50%;
  }
  .footer-centered .footer-links li {
    margin: 0 5px;
  }
  .footer-centered .copyright {
    margin: 0 3px;
    padding: 0;
  }
  .copyright p {
    font-size: 9px !important;
    margin: 0 5px 2px;
    line-height: 10px;
  }
  #closeCredits {
    top: 2px;
    right: 2px;
  }
  .synopsis_content, .section-container, #games .section-container {
    margin-bottom: 12%;
    padding: 10px 5px;
  }
  .movie-title-img {
    width: 200px;
  }
  .table {
    text-align: center;
  }
  .synopsis_content .movie-title {
    font-size: 40px;
  }
  .synopsis_content .movie-date {
    font-size: 20px;
  }
  .movie-details, .movie-story {
    margin-top: 25px;
    font-size: 15px !important;
  }
  .synopsis-label, .synopsis-value {
    font-size: 13px !important;
  }
  .movie-story {
    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;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .cta-wrapper {
    /*margin: 15px auto 10px;*/
  }
  .footer-centered .legal-logos img:nth-child(2) {
    position: absolute;
    right: 15px;
    height: 25px;
    top: 0;
    bottom: 0;
    margin: -30px auto 0;
  }
}
@media only screen and (max-width: 711px), screen and (min-width: 713px) and (max-width: 767px) {
  #navIcon {
    width: 29px;
    height: 33px;
    top: 10px;
  }
  #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), screen and (max-height:414px) and (max-width:1023px) and (orientation: landscape), {
  .infoText {
    font-size: 12px;
  }
  .siteBackground {
    /* background-image: url(../images/bg.jpg); */
    background-size: cover;
    /*	background-position: center 65% !important;*/
  }
  /* .siteBackground video {
	min-width: 80%;
}
.siteBackground > #mobileBg {
	width: 80%;
} */
  #homeDesktop {
    /*	width: 320px;
	max-width: 60%;*/
    height: calc(100% - 120px);
  }
  #homeDesktop .movie-title {
    max-height: 70vh;
    max-width: 88%;
  }
  .hashtag {
    font-size: 18px;
  }
  .home-content-top {
    top: 8%;
  }
  .home-content-top img {
    width: 180px;
  }
  .home-content-bottom {
    bottom: 0;
  }
  .mobileLandscape-hide {
    display: none !important;
  }
  .mobileLandscape-show {
    display: block !important;
  }
  .socialFollow {
    text-align: right;
  }
  .socialFollow > div:last-child {
    margin-right: 0 !important;
  }
  .mp4Player {
    height: calc(100vh - 50px);
  }
  #trailerVidDefault video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
  }
  .home-left-aligned {
    left: 2%;
  }
  #trailer .trailer-toggle {
    margin: 10px auto 0;
  }
  #trailer-buttons {
    bottom: 46px;
  }
  .custom-col {
    width: 50%;
  }
  .footer {
    padding: 0 25px;
  }
  .footer-links a, #btnCredits, #btnCreditsCenter, #btnShare, .footer-centered #btnCredits, .footer-centered .copyright {
    font-size: 8px !important;
    margin: 0 5px;
    padding: 5px 0;
  }
  .footer-centered {
    padding: 0 7px;
  }
  .footer-centered .legal-logos img {
    bottom: auto;
    top: -20px;
    height: 18px;
  }
  .footer-centered .footer-links li {
    margin: 0 7px;
  }
  .footer-centered .copyright {
    margin: 0 3px;
    padding: 2px 0 3px;
  }
  .copyright p {
    font-size: 7px !important;
    margin: 0 5px 2px;
    line-height: 10px;
  }
  .loader-progress img {
    max-width: 25%;
  }
  .product-box {
    margin-bottom: 15%;
  }
  .shop_content h3 {
    font-size: 18px;
  }
  .shop-image-Modal img {
    max-width: 50%;
  }
  .cta-btn {
    max-width: 230px;
  }
  .cta-btn, .cta-btn-link {
    margin-bottom: -7px;
    height: 2.8rem;
    font-size: 9px;
  }
  .cta-btn:last-child {
    margin-bottom: 5px;
  }
  .cta-wrapper {
    margin: 15px auto;
  }
  .cal_container div a {
    padding: 4% 0;
  }
  .cal_container div img {
    height: 20px;
  }
  .buy-now-btn {
    max-width: 120px;
    height: 3rem;
    margin-bottom: 5px;
  }
}
@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;
  }
  .movie-title {
    max-height: 35vh;
  }
}
@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);
  }
  .home-left-aligned {
    left: 2%;
  }
}
@media screen and (max-width: 900px) and (orientation: portrait), screen and (device-width:1024px) and (device-height:1366px) and (orientation: portrait) {
  .siteBackground {
    background-image: url(../images/bg_portrait.jpg);
    background-position: center top !important;
    background-size: cover !important;
  }
  #homeDesktop {
    display: none;
  }
  .movie-tagline {
    max-width: 50%;
    max-height: 9vh;
  }
  .home-content-bottom {
    bottom: 4vh;
  }
  #homeMobile {
    display: block;
    height: calc(100% - 150px);
    max-width: 100%;
  }
  .buy-now-btn {
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 15px;
  }
  #trailer #trailerVid {
    height: 50%;
  }
  #trailer-overlay #videoPlayer {
    height: 40%;
  }
  .home-content-bottom > img {
    max-width: 60%;
    margin-bottom: 0px;
  }
  .home-content-top {
    top: 10%;
  }
  .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: 8% 0;
  }
  .footer-centered .footer-links, .footer-centered .copyright {
    float: none;
    text-align: center;
  }
  #containerCredits .footer-links a {
    padding: 5px 0;
  }
  #gallery .rg-image img {
    max-width: none;
    height: 60%;
  }
  #characters .rg-image img {
    max-width: none;
    height: 60%;
  }
  .preorder_content {
    max-width: 80%;
  }
  .homeent-wrapper {
    max-width: 90%;
  }
}
@media screen and (device-width:712px) and (device-height: 1138px) and (orientation: portrait) {
  #homeMobile {
    height: calc(100% - 150px);
  }
  .footer-links a, .footer-btns a, .footer-centered #btnCredits, #btnCreditsCenter, .footer-centered .copyright {
    font-size: 10px;
  }
  .cta-btn {
    /*    height: 4.0rem;*/
    max-width: 250px;
  }
  .buy-now-btn {
    max-width: 200px;
    height: 4.0rem;
  }
  .cal_container div {
    width: 50% !important;
  }
}
@media screen and (max-width:1200px) 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, #btnCreditsCenter {
    color: rgba(255, 255, 255, 1) !important;
  }
}
@media only screen and (max-width: 1200px) and (hover: hover) {
  .footer-links a, #btnCreditsCenter {
    color: rgba(255, 255, 255, 1) !important;
  }
}
@media screen and (max-width: 450px) and (orientation: portrait) {
  .siteBackground {
    background-size: cover !important;
    background-position: center top !important;
  }
  .home-mainContainer {
    margin-top: 5%;
  }
  .movie-preorder img {
    max-width: 45%;
  }
  .preorder_content {
    margin-top: 50px;
  }
  .mp4Player {
    height: calc(100vh - 150px);
  }
  #homeMobile {
    height: calc(100% - 200px);
    max-width: 100%;
  }
  .home-content-bottom {
    bottom: 3vh;
  }
  .movie-tagline {
    max-width: 62%;
    max-height: 3vh;
  }
  .home-content-bottom > img {
    max-width: 95%;
    margin-bottom: 0px;
    max-height: 24vh;
  }
  .home-content-top {
    top: 16%;
  }
  .socialFollow img {
    max-width: 100%;
  }
  .synopsis_content, .section-container, #games .section-container {
    margin-bottom: 30%;
  }
  #games .section-container .col-xs-6 {
    width: 100%;
  }
  #videoPlayer .htmlPlayer {
    height: calc(100vh - 100px);
    width: 100%;
  }
  .footer {
    padding: 0 1px;
  }
  .footer-links a, #btnCredits, #btnCreditsCenter, #btnShare, .footer-centered #btnCredits{
    font-size: 8px !important;
    margin: 0 5px;
  }
  .footer-centered .copyright {
    font-size: 7px !important;
    margin: 0px;
  }
  #containerCredits {
    padding: 30px 5px 15px;
  }
  .share-btn {
    display: none !important;
  }
  .share-btn-mobile {
    display: inline-block !important;
  }
  .copyright p {
    font-size: 7px !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(0%, 100%) matrix(1, 0, 0, 1, 0, 0);
  }
  .shop_content h3:after {
    width: 10%;
    transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);
  }
  .shop-image-Modal img {
    max-width: 75%;
  }
  .cta-btn {
    margin-bottom: 10px;
    height: 3rem;
    font-size: 8px;
    line-height: 12px;
    max-width: 230px;
    margin-top: 7px;
  }
  .cal_container div a {
    padding: 2% 0;
  }
  .buy-now-btn {
    max-width: 140px;
    margin-bottom: 10px;
    height: 3.5rem;
    font-size: 16px;
  }
  #trailer-close, #shop-close {
    padding: 0px 10px 2px;
  }
  .movie-story p {
    margin-bottom: 5%;
  }
  .cta-wrapper {
    margin: 0px;
  }
  .introTrailer-cta {
    display: block;
    position: fixed;
    bottom: 2%;
    left: 0;
    width: 100%;
  }
  .introTrailer-cta .movie-title {
    max-width: 55%;
  }
  #characters .rg-image .character-container {
    padding: 1em 2em;
  }
  #characters .rg-image .character-bio {
    margin: 0 auto 60px;
  }
  #characters .rg-image .character-container img {
    max-height: 45vh;
    max-width: 70%;
  }
  #characters .rg-image .character-bio p {
    font-size: 0.7em;
    margin: 1em auto 0;
  }
.portraitView {
    display: block !important;
  }
  .landscapeView {
    display: none !important;
  }
  .preorder_content .movie-title-img img {
    max-width: 90%;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (orientation: portrait), screen and (device-width: 375px) and (device-height: 667px) and (orientation: portrait) {
  .siteBackground {
    background-position: center top !important;
  }
  .home-content-bottom {
    bottom: 1vh;
  }
  #homeDesktop .movie-title {
    max-height: 15vh;
  }
  .footer-centered .legal-logos img:nth-child(2) {
    height: 19px;
    margin-top: -25px;
  }
  .synopsis_content h2 img {
    max-width: 100%;
  }
  .preorder_content .digital h3 {
    font-size: 14px;
  }
  .movie-preorder img {
    max-width: 44%;
  }
}
@media screen and (device-width: 412px) and (device-height: 732px) and (orientation: portrait) {
  .cta-btn {
    height: 35px;
    max-width: 200px;
  }
  .buy-now-btn {
    height: 35px;
    max-width: 200px;
  }
}
@media screen and (device-width: 375px) and (device-height: 812px) and (orientation: portrait), screen and (device-width: 414px) and (device-height: 896px) and (orientation: portrait) {
  #gallery .rg-image img {
    max-width: none;
    height: 52%;
  }
  #characters .rg-image img {
    max-width: none;
    height: 52%;
  }
  .movie-tt {
    max-height: 55vh;
  }
}
@media screen and (device-width: 375px) and (device-height: 667px) and (orientation: portrait) {}
@media screen and (max-width: 320px) and (orientation: portrait) {
  .footer-links > li, #btnCredits, #btnCreditsCenter, .copyright {
    font-size: 8px !important;
  }
}
@media only screen and (max-width: 390px) and (orientation: portrait) {  
  #navIcon {
     width: 32px;
     height: 32px;
     top: 5px;
    }
 }
