* {
	margin: 0px;
	padding: 0px;
}
header {
	background-color: rgba(0,215,255,.3);
	overflow: hidden;
	text-align: center;
	z-index: 999;
	position: relative;
}
/*::-webkit-scrollbar {
 width: 0px;
 background: transparent; /* make scrollbar transparent */
/*}*/
#rg-gallery {
/*display: none!important;*/
}
.gallery_content .gallery_single {
	position: fixed;
	height: calc(100% - 100px);
	max-width: 100%;
	display: block;
	margin-top: 10px;
	left: 50%;
	transform: translateX(-50%)
}
body {
	font-family: 'Oswald', sans-serif;
	overflow: hidden;
	color: #ffffff;
	font-weight: normal;
	/*letter-spacing: 1px;*/
	background: #000000;
}
a, a:hover, a:active, a:focus {
	border: none;
	outline: none;
	text-decoration: none;
	color: #ffffff;
}
.padding0 {
	padding: 0 !important;
}
.margin0 {
	margin: 0;
}
.overflowHidden {
	overflow: hidden;
}
.displayInline {
	font-size: 0;
}
.displayInline li {
	display: inline-block;
}
.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;
}
/*fade in  up btn*/
 @keyframes fadeInUpBtn {
    0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 50% {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 100%{
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.fadeInUpBtn {
	-webkit-animation-name: fadeInUpBtn;
	animation-name: fadeInUpBtn;
}

@-webkit-keyframes zoomInBtn {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
    50% {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
@keyframes zoomInBtn {
    0% {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 100% {
 opacity: 1;
}
}
.zoomInBtn {
	-webkit-animation-name: zoomInBtn;
	animation-name: zoomInBtn;
}


/*--------------------------------Modal Styling------------------------*/
.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 {
	cursor: pointer;
	padding: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 1;
	z-index: 99;
	background-color: rgba(0,215,255,1);
}
.background_dark {
	width: 100%;
	height: 100%;
	background: #000;
	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%;
}
#trailer #trailerVid {
	position: relative;
	width: 100%;
	height: 100%;
}
#videoPlayerDefault video {
	height: calc(100vh - 50px);
	width: 100%;
}
#trailerVidDefault {
	width: 100%;
}
#trailerVidDefault video {
	height: calc(100vh - 200px);
	width: 100%;
}
/*--------------------------------Modal Styling closed------------------------*/


/*-------------------------------loader styling--------------------------------------*/ 
.bodybackgroundimage {
	/*background: url(../images/loader.gif) no-repeat #000 center center;
    */
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	top: 0;
}
/*-------------------------------loader styling closed--------------------------------------*/

/*------------------------------------Background Styling----------------------------------------*/
.background_video {
	position: fixed;
	z-index: -1;
	height: 100%;
	width: 100%;
	background: url(../images/bg.jpg) #000000 no-repeat;
	background-size: cover;
	background-position: right top;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
#bgVideo {
	/*display: none;*/
	position: fixed;
	width: auto;
	min-width: 100%;
	height: 100%;
	/*background: transparent url(../images/bg.jpg) no-repeat;*/
	background: #000000;
	background-size: cover;
	overflow: hidden;
}
.background_video video {
	position: fixed;
	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%);
}
/*------------------------------------Background Styling closed----------------------------------------*/

/*----------------navigation social icon styling-------------------*/
.social-icons-desktop {
	width: 170px;
	position: absolute;
	padding: 0 !important;
	left: 112px;
	top: 54px;
	transition: top 0.2s;
}
.social-icons-desktop a {
	padding: 0 0 !important;
}
.social-icons-desktop .fb:hover {
	background: url(../images/fb.png) no-repeat #2d4a88 center;
	background-size: auto 40%;
}
.social-icons-desktop .twitter:hover {
	background: url(../images/tw.png) no-repeat #3f9ae0 center;
	background-size: auto 30%;
}
.social-icons-desktop .insta:hover {
	background: url(../images/insta.png) no-repeat #c53729 center;
	background-size: auto 33%;
}
.social-icons-desktop .gplus:hover {
	background: url(../images/googleplus.png) no-repeat #c53729 center;
	background-size: auto 33%;
}
.social-icons-desktop .insta:focus {
	background-color: #c53729;
}
.social-icons-desktop .twitter:focus {
	background-color: #3f9ae0;
}
.social-icons-desktop .fb:focus {
	background-color: #2d4a88;
}
.social-icons-desktop a {
	height: 48px !important;
	width: 53px;
}
.social-icons {
	margin: 0px !important;
	padding-bottom: 10px;
}
.social-icons li {
	display: inline-block !important;
	margin: -2px;
}
.social-icons a {
	color: #fff;
	padding: 20px 30px;
	display: block;
	opacity: 1;
}
.social-icons span {
	display: block;
}
.social-icons a:hover {
	padding: 20px 30px;
}
.fb {
	background: url(../images/fb.png) no-repeat #3b5998 center;
	background-size: auto 40%;
}
.twitter {
	background: url(../images/tw.png) no-repeat #55acee center;
	background-size: auto 30%;
}
.insta {
	background: url(../images/insta.png) no-repeat #c53729 center;
	background-size: auto 33%;
}
.gplus {
	background: url(../images/gplus.png) no-repeat #dc4e41 center;
	background-size: auto 33%;
}
/*----------------navigation social icon styling closed-------------------*/
/*------------Navigation for desktop styling-----------*/
nav {
	display: block;
	text-align: center;
}
nav .nav-tabs {
	border: 0 !important;
}
nav .nav {
	display: block;
}
nav a {
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 11px 40px;
	display: block;
	text-decoration: none;
	transition: 0.5s ease;
}
nav a:hover, nav a:focus {
	background-color: rgba(0,215,255,.5);/*text-decoration: none;
	color: #fff;*/
}
.nav > ul > li a:hover {
	background: rgba(0,215,255,.5);
	text-decoration: none;/*color: #ffa0c0; border-bottom: 3px solid rgba(255,209,5,0.5);*/
}
.nav > ul > li.active {
	background: rgba(0,215,255,1)
}
.nav > ul > li.active a {
/*color: #ffa0c0;border-bottom: 3px solid rgba(255,209,5,1);*/
}
.tab-content .active {
	background: transparent;
}
.shareWrap {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.shareWrap:hover .social-icons-desktop {
	top: 0;
}
.shareWrap li {
	color: #fff;
}
.get-tickets-nav a {
    font-family: 'Oswald', sans-serif;
    background:rgba(0,0,0,.7) !important;
    color: #fff;
    font-weight: normal;
    /*box-shadow: 0 0 0 2px #00d7ff inset;*/
    
}
/*------------Navigation for desktop styling closed-----------*/

/*------------Navigation for small devices styling-----------*/
#nav-icon1 {
	width: 50px;
	height: 50px;
	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;
	background: rgba(0,215,255,.9);
	left: 10px;
	top: 10px;
	z-index: 999;
	display: none;
}
#nav-icon1 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 30px;
	background: #fff;
	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;
}
#nav-icon1 span:nth-child(1) {
	top: 18px;
}
#nav-icon1 span:nth-child(2) {
	top: 24px;
}
#nav-icon1 span:nth-child(3) {
	top: 30px;
}
#nav-icon1.open span:nth-child(1) {
	top: 23px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}
#nav-icon1.open span:nth-child(3) {
	top: 23px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
nav.activatedMenus {
	left: 0px;
	transition: 0.4s ease;
}
/*------------Navigation for small devices styling closed-----------*/ 

/*----------------------------------Home tab styling----------------------------------*/
.home-page-content {
	/* position: fixed;
    left: 0;
    right: 0;
    bottom: 60px;
    width: 50%;
    margin: 0 auto;*/
	height: calc(100vh - 100px);
	position: relative;/*z-index: -1;*/
}
.main-heading {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	display: block;
    text-align: center;
}
.character-names {
	position: absolute;
	top: 3%;
	left: 0;
	right: 0;
}
.cast-names-portrait {
	display: none;
}
.site-title {
	position: fixed;
	top: 50%;
	left: 9%;
	right: 0;
	transform: translateY(-50%);
    text-align: center;
}
.sub-heading {
	text-align: center;
	font-size: 24px;
	margin: 0;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 1px;
}
.movie-title-portrait {
	display: none;
}
.tagline {
	margin: 7% auto 2%;
}
/*.main-heading>img:first-child {
	width: 50%;
}*/
.site-button {
	background-color: #e53d74;
	display: block;
	max-width: 300px;
	position: relative;
	margin: 25px auto;
	overflow: hidden;
}
.save-text {
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	padding: 10px 0px;
	display: block;
	text-decoration: none;
}
.calender {
	display: table;
	width: 100%;
	margin: 0px;
}
.calender li {
	list-style-type: none;
	display: table-cell;
	padding: 13px 0;
}
.calender li:nth-child(1) {
	background-color: #ffffff;
}
.calender li:nth-child(2) {
	background-color: #eb3b49;
}
.calender li:nth-child(3) {
	background-color: #0072c6;
}
.hover-content {
	position: absolute;
	top: 100%;
	padding: 0px !important;
	width: 100%;
	height: 100%;
	background-color: #0072c6;
	transition: top .3s;
}
.save-text:hover {
	color: #ffffff;
	text-decoration: none;
}
.site-button:hover .hover-content {
	top: 0%;
}
.custom-col {
	width: 39%;
}
.get-tickets-btn img,.get-tickets-btn-mobile img{
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    -ms-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.number-one{
	max-width: 400px;
	margin-top: 15px;
	display: inline-block;
	/*margin-left: 40px;*/
}
/*----------------------------------Home tab styling closed----------------------------------*/


/*-------------------synopsis tab styling----------------------*/
#synopsis {
	height: 100vh;
	background: rgba(0,0,0,0.3);
}
.synopsis_content {
	background: rgba(0,215,255,.4);
	height: auto;
	/*box-shadow: 0 0 15px #000000;*/
	padding: 30px 40px 60px;
	margin-top: 3%;
	font-size: 18px;
}
.movie-title-mobile {
	display: none;
}
.movie-title {
	font-size: 50px;
	text-shadow: 1px 1px #000000;
	padding: 0 20px;
	font-weight: normal;
}
.movie-date {
	font-size: 25px;
	padding: 0 20px;
	text-shadow: 1px 1px #000000;
}
.movie-story {
	line-height: 170%;
	padding: 0 20px;
	max-height: 550px;
}
.movie-details, .movie-story {
	margin-top: 35px;
	/*font-size: 17px;
	height: 400px;
    overflow: auto;*/
	text-shadow: 1px 1px #000000;
}/*
.movie-story::-webkit-scrollbar {
 width: 8px;
 background-color: #ffffff;
}
 .movie-story::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #e53d74;
}
 .movie-story::-webkit-scrollbar-thumb {
 background-color: #ffffff;
}*/
.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;
}
/*-------------------synopsis tab styling closed----------------------*/


/*-------------------preorder tab styling----------------------*/
#preorder {
	height: 100vh;
	background: rgba(0,0,0,0.3);
}
.preorder_content {
	background: rgba(0,215,255,.4);
	height: auto;
	/*box-shadow: 0 0 15px #000000;*/
	padding: 30px 40px 60px;
	margin-top: 3%;
	font-size: 18px;
}
.movie-title-mobile {
	display: none;
}
.movie-title {
	font-size: 50px;
	text-shadow: 1px 1px #000000;
	padding: 0 20px;
	font-weight: normal;
}
.movie-date {
	font-size: 25px;
	padding: 0 20px;
	text-shadow: 1px 1px #000000;
}
.movie-preorder {
	line-height: 170%;
	padding: 0 20px;
	max-height: 550px;
}
.movie-details, .movie-preorder {
	margin-top: 35px;
	/*font-size: 17px;
	height: 400px;
    overflow: auto;*/
	text-shadow: 1px 1px #000000;
}/*
.movie-preorder::-webkit-scrollbar {
 width: 8px;
 background-color: #ffffff;
}
 .movie-preorder::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #e53d74;
}
 .movie-preorder::-webkit-scrollbar-thumb {
 background-color: #ffffff;
}*/
.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;
}
/*-------------------preorder tab styling closed----------------------*/



/*-----------------------------Footer styling-------------------------------*/
footer {
	background: rgba(0,0,0,.95);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
	padding: 5px;
}
footer .footer-links {
	display: inline-block;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}
footer li {
	list-style: none;
	display: inline-block;
	padding: 0 5px;
}
footer a {
	color: #b2b2b2;
	text-decoration: none;
	transition: all .5s;
	text-transform: uppercase;
}
footer .copyright {
	margin-top: 3px;
	text-transform: uppercase;
	color: #b2b2b2;
}
#billing {
	height: auto;
	position: fixed;
	bottom: -120%;
	/*bottom: 0%;*/
	width: 100%;
	background-color: #000000;
	z-index: 9999;
	transition: bottom .5s;
	color: #b2b2b2;
}
#billing .billing-close span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#billing .billing-close span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#billing .billing-close 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;
}
#billing .billing-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
#billing .billing-container {
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 30px 24px;
}
#billing .billing-container img {
	max-width: 100%;
}
#billing .footer_links {
	height: 30px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #b2b2b2;
}
#billing .copyright {
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #b2b2b2;
	text-transform: uppercase;
}
.footer_links.uppercase {
	text-transform: uppercase;
}
#billing a {
	color: #b2b2b2;
}
.footer_links a {
	white-space: nowrap;
}
#showBilling {
	cursor: pointer;
	text-transform: uppercase;
	color: #b2b2b2;
}
#showBilling:hover, #billing a:hover {
	color: #FFFFFF;
}
/*-----------------------------Footer styling closed-------------------------------*/

/*--------------------------------------Gallery Styling--------------------------------------------*/

.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: #000;
	position: relative;
	/*  height: calc(100vh - 45px);*/
	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 {
	/*  overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;*/
	position: relative;
	/*width: 100%;
    height: 100%;
    margin-top: 44px;*/
	-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 {
	-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 {
	flex-shrink: 0;
	max-height: calc(100% - 50px);
	max-width: 100%;
	position: relative;
}
.rg-image-wrapper {
	padding: 0 40px;
}
.navbar {
	margin-bottom: 0px;
}
.rg-image-center {
	margin: 9% auto;
}
/*.rg-image img {
  
    max-width: 100%;
    max-height: 100%;
    position: relative;
}
.rg-image-center img {
    max-width: 100%;
    width: auto;
}*/



.rg-image-nav a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 28px;
	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: 25px;
	left: auto;
	background: transparent url(../images/right_arrow.png) no-repeat center center;
}
.rg-image-nav a.rg-image-nav-prev {
	left: 25px;
	background: transparent url(../images/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;
	font-family: 'Oswald', sans-serif;
	line-height: 16px;
	padding: 0 15px;
	text-transform: uppercase;
}
.rg-view {
	height: 30px;
	position: absolute;
	right: 50px;
	top: 50px;
	z-index: 11;
}
.rg-view a {
	display: none;
	float: right;
	width: 30px;
	height: 30px;
	margin-right: 3px;
}
/*.rg-thumbs{
	position:fixed;
	bottom:0px;
}*/
.rg-view .rg-view-full {
	background: #000000 url(../images/expand.png) no-repeat center center;
	position: absolute;
	left: 0
}
.rg-view .rg-view-thumbs {
	background: #000000 url(../images/shrink.png) no-repeat center center;
	position: absolute;
	left: 0
}
.rg-view .rg-view-selected {
	visibility: hidden;
	display: none !important;
}
/* Elastislide Style */
.es-carousel-wrapper {
	/*  width: 100%;
    position: absolute;
    bottom: 0px;
   /* padding: 0px 27px;position: relative;*//*margin-bottom: 5px;*/
	
    /*text-align: center;*/
	position: relative;
	bottom: 0px;
	right: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.es-carousel {
	overflow: hidden;
	display: none;
}
.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: none;
	border: none;
	max-height: 100%;
	max-width: 100%;
	margin: 0px !important;
}
.es-nav div {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: flex;
	height: 100%;
	/* margin-top: -13px;
   text-indent: -9000px;*/
	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 Styling closed--------------------------------------------*/
/*--------------------------------------Video Gallery Styling --------------------------------------------*/
#trailer {
	background: #000;
	position: relative;
	height: calc(100vh - 45px);
	/*overflow-x: hidden;*/
	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: relative;
	width: 100%;
	height: 100%;
}
#trailer .trailer-toggle {
	width: 20px;
	height: 25px;
	position: relative;
	margin: 20px auto 0;
	cursor: pointer
}
#trailer .trailer-toggle.open span {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff
}
#trailer .trailer-toggle.closed span {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	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: 10px;
	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: 10px;
	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;
}
.for1280 {
	height: calc(100vh - 200px) !important;
}
/*--------------------------------------Video Gallery Styling closed--------------------------------------------*/

/*-------------------partners tab styling----------------------*/
#partners {
	background: rgba(0,0,0,.7);
	height: calc(100vh - 43px);
}
.partners_container {
	padding: 30px 0px 60px;
	margin-top: 3%;
	text-align: center;
}
.partners_container h2 {
	font-size: 50px;
	text-shadow: 1px 1px #000000;
	margin: 0 0 3%;
}
.col-partner-box {
	display: inline-block;
	/*width: 22%;*/
	width: 23%;
	margin: 0 1% 1%;
}
.partner-box {
	border-radius: 15px;
	border: 5px solid rgba(0,215,255,1);
	margin: 10px 0;
	cursor: pointer;
	background: #FFFFFF;
	overflow: hidden;
}
.partner-box img {
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.partner-box:hover img {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
.partner-overlay-container {
	text-align: center;
	border-radius: 15px;
	border: 5px solid rgba(0,215,255,1);
	background: #FFFFFF;
	padding: 15px 5% 15px;
	margin-top: 10%;
	position: relative;
}
.partner-overlay-container .partner-overlay-box {
	display: inline-block;
	border: none;
}
.partner-overlay-container p {
	color: #000000;
	text-align: justify;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 1px;
}
.partner-overlay-container p em {
	display: block;
	font-size: 10px;
}
.partner-overlay-container p a {
	/*color: #FFFFFF !important;*/
	color: #337ab7 !important;
	 
}
.partner-overlay-container p a:hover {
	opacity: 0.7;
}
.partner-overlay-container .overlay-visit-btn {
	background: rgba(0,215,255,1);
	display: inline-block;
	margin: 3% auto 5px;
	padding: 0.7% 3% 0.5%;
	font-size: 18px;
	border-radius: 9px;
	outline: none !important;
	border: 2px solid rgba(0,215,255,1);
	color: #FFFFFF;
}
.partner-overlay-container .overlay-visit-btn:hover {
	background: rgba(0,0,0,0);
	color: rgba(0,215,255,1);
}
.partner-overlay-container .overlay-visit-btn:focus {
	background: rgba(0,215,255,1);
	color: #FFFFFF;
}
.partner-close {
	position: absolute;
	right: 10px;
	top: 7px;
	z-index: 1;
	padding: 5px;
	cursor: pointer;
	background: rgba(0,215,255,1);
}
/*-------------------partners tab styling clopsed----------------------*/


/* ===== 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 ===== */


/*-------------Media Query---------------*/


@media only screen and (orientation: landscape) {
#trailer #trailerVid {
	height: 100%;
}
#videoPlayer .htmlPlayer {
	height: calc(100vh - 100px);
	}
}

@media only screen and (max-width: 1600px) {
.character-names img, .site-title img {
/*width: 70%;*/
}
.main-heading img {
}
.tagline {
	width: 50%;
	margin: 3% auto 1.9%;
}
.sub-heading img {
/*width: 35%;*/
}
.synopsis_content {
	margin-top: 2%;
	padding: 0 10px 25px;
}
.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%;
	max-height: 490px;
}
.movie-preorder {
	line-height: 150%;
	max-height: 490px;
}
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1366px) {
.home-page-content {
	height: calc(100vh - 100px);
}
.character-names img, .site-title img {
/*width: 60%;*/
}
.main-heading {
	bottom: 0;
}
.main-heading>img:first-child {
	width: 25%;
}
.tagline {
	width: 40%;
	margin: 3% auto 1%;
}
.sub-heading img {
	width: 25%;
}
.custom-col {
	width: 40%;
}
.synopsis_content {
	margin-top: 1%;
	padding: 0 10px 20px;
}
.preorder_content {
	margin-top: 1%;
	padding: 0 10px 20px;
}
.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;
}
.movie-story {
	max-height: 400px;
}
.movie-preorder {
	max-height: 400px;
}
.partners_container {
	margin-top: 1%;
	padding: 0 10px 9%;
}
.partners_container h2 {
	font-size: 36px;
}
.col-partner-box {
	width: 20%;
	margin: 0 3% 1%;
}
.partner-box {  margin: 3px 0; }
.partner-overlay-container {
	margin-top: 5%;
}
}

@media only screen and (max-width: 1280px) {
.background_video {
}
.home-page-content {
	height: calc(100vh - 100px);
}
.character-names img, .site-title img {
/*width: 50%;*/
}
.main-heading>img:first-child {
}
.tagline {
	width: 40%;
	margin: 3% auto 1%;
}
.sub-heading img {
	width: 20%;
}
#gallery .rg-image img {
}
.synopsis_content {
	padding: 15px 10px;
}
.preorder_content {
	padding: 15px 10px;
}
.movie-title {
	margin: 0;
}
.movie-story {
	max-height: 360px;
}
.movie-preorder {
	max-height: 360px;
}
.partners_container h2 {
	margin: 0 0 1%;
}
.number-one{
	max-width: 350px;
}
}

@media only screen and (max-width: 1152px) {
.nav a{
	padding: 11px 38px;		
}
.character-names img, .site-title img {
	width: 83%;
}
.sub-heading img {
	width: 25%;
}
.partners_container {
	margin-top: 3%;
}
.partner-overlay-container {
	margin-top: 10%;
}
}

@media screen and (device-width:1138px) and (device-height: 712px) and (orientation: landscape) {
#trailer-buttons {
	bottom: 130px;
	height: 165px;
}
.background_video video {
	display: none;
}
.get-tickets-btn{
	display:none !important;
}
.get-tickets-btn-mobile{
	display:inline-block !important;
}
}

@media only screen and (max-width: 1024px) {
.background_video video {
	display: none;
}
.home-page-content {
	height: calc(100vh - 140px);
}
.es-carousel ul li {
	width: 165px !important;
	height: auto;
}
#nav-icon1 {
	display: block;
	z-index: 999 !important;
}
nav {
	position: fixed;
	background: #000;
	width: 250px;
	height: 100%;
	left: -250px;
	z-index: 99;
	top: 0;
	transition: 0.4s ease;
}
nav.nav-main.toggle-nav {
	left: 0px;
	z-index: 10;
}
nav a {
	padding: 12px 20px;
	transition: padding 0.5s ease;
}
.nav a:hover {
	background-color: rgba(255,255,255,0);
	padding: 12px 15px 12px 25px;
}
.nav .active {
	background-color: #00d7ff;
}
nav ul {
	margin-top: 73px !important;
}
nav li {
	display: block !important;
}
.social-icons-desktop, .shareWrap:hover .social-icons-desktop {
	top: 0;
	left: 48px;
	position: relative;
	padding-bottom: 10px !important;
}
.shareWrap:hover, nav a:hover {
	background: #000;
}
.active {
	background: #e53d74;
}
.shareWrap {
	display: block;
}
.shareWrap ul {
	margin-top: 0px !important;
}
.shareWrap>ul>li:first-child {
	display: none !important;
}
.responsive_nav {
	display: block;
}
header {
	background: transparent;
	overflow: visible;
}
#trailer #trailerNav .trailer-link {
	height: 80px;
	margin: 0 5px
}
#trailerNav .trailer-link {
	flex: 0 0 136px;
	width: 136px;
}
#trailer-buttons {
	height: 84px;
}
/*#trailer {
    height: calc(100vh - 50px);
    overflow: hidden !important;
}*/

.sub-heading {
	/*display:block;*/
	font-size: 18px;
}
.site-button {
	width: 200px;
}
.movie-details {
	width: 300px;
	margin-left: 14px;
}
.synopsis_content {
	margin-top: 10%;
}
.preorder_content {
	margin-top: 10%;
}
.character-names {
	top: 2%;
}
.footer {
	z-index: 99 !important;
}
.character-names img, .site-title img {
	width: 75%;
}
.site-title {
/*top: 45%;*/
}
.sub-heading img {
	width: 100%;
}
.main-heading>img:first-child {
	width: 50%;
}
.tagline {
	width: 50%;
	margin: 3% auto 2%;
}
.get-tickets-nav a{
	color:#00f2f7;

}
.get-tickets-btn img {
	width: 50%;
}
.number-one{
	max-width: 300px;
	margin-left: 13%;
}
}

@media screen and (device-width : 1138px) and (device-height: 712px) and (orientation: landscape) {
.main-heading>img:first-child {
	/*margin-left: 0;*/
	display: block !important;
}
.site-title {
	display: block !important;/*top: 42%;*/
}
.sub-heading {
	display: none;
}
.main-heading {
	bottom: 19%;
}
.character-names img {
	width: 100%;
}
#billing .copyright {
	font-size: 10px !important;
}
 nav a {
    font-size: 13px;
    
    padding: 11px 30px;
    
   }
	

}

@media only screen and (max-width : 1024px) and (orientation: landscape) {
.main-heading>img:first-child {
	/*margin-left: 0;*/
	display: block !important;
}
.main-heading {
/*bottom: 22%;*/
}
.site-title {
	display: block !important;/*top: 42%;*/
}
.sub-heading {
	display: none;
}
    .get-tickets-btn-mobile{display:inline-block!important;
    }
    .get-tickets-btn{
        display:none !important;
    }
    .get-tickets-btn-mobile img{
        max-width:50%;
    }
}

@media only screen and (min-width : 1025px) {
.es-carousel ul li {
	width: 275px !important;
	height: auto;
}
}

@media only screen and (min-width : 812px) and (max-width : 846px) and (orientation: landscape) {
body {
	overflow: auto;
}
.synopsis_content {
	margin-bottom: 12%;
	padding: 10px 3px;
}
.preorder_content {
	margin-bottom: 12%;
	padding: 10px 3px;
}
.background_video video {
	display: none;
}
.background_video {
/*background: url(../images/portrait_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center 12%;
	overflow: hidden;*/
}
.home-page-content {
	height: calc(100vh - 50px);
}
.character-names, .sub-heading {
/*display: none !important;*/
}
.character-names img, .site-title img {
/*width: 95%;*/
}
.movie-title-desktop {
	display: block;
}
.movie-title-mobile {
	display: none;
}
.site-title {
	display: block !important;
}
.main-heading {
	bottom: 9%;
}
.main-heading>img:first-child {
	width: 30%;
}
.custom-col {
	width: 50%;
}
.movie-story {
	max-height: 100%;
}
.movie-preorder {
	max-height: 100%;
}
.footer {
	background: rgba(0,0,0,0.9);
}
nav {
	height: 120%;
}
#synopsis {
	height: auto;
}
#preorder {
	height: auto;
}
    .get-tickets-btn-mobile img{
        max-width:50%;
    }
}

@media only screen and (max-width : 800px) {
.background_video {
	background: url(../images/bg_portrait.jpg) #000000 no-repeat;
	background-size: cover;
	background-position: center top;
}
.home-page-content {
	height: calc(100vh - 150px);
}
.movie-title-desktop, .movie-title-landscape {
	display: none;
}
.movie-title-mobile, .movie-title-portrait {
	display: block;
}
   
.site-title {
	/*top: 58%;*/
	left: 0;
}
.character-names img, .site-title img {
/*width: 90%;*/
}
.site-title img {
	max-width: 15%;
}
.main-heading {
	position: fixed;
	bottom: 6%;
}
.main-heading>img:first-child {
}
.tagline {
	width: 70%;
	margin: 4% auto 3%;
}
.sub-heading {
	display: block;
}
.sub-heading img {
	max-width: 50%;
	margin-top: 2%;
}
#gallery .rg-image img {
}
#home .col-lg-12 {
	padding: 0;
}
.col-partner-box {
	/*width: 22%;*/
	width: 23%;
}
.get-tickets-btn img {
    width: auto;
}
.tout-wrapper{
	text-align: center;
}
.number-one{
	margin: 15px auto 0;
}
}

@media only screen and (max-width : 711px), screen and (min-width : 713px) and (max-width : 767px), screen and (device-height: 393px) and (orientation: landscape) {
body {
	overflow: auto;
}
.background_video video {
	display: none;
}
.background_video {
/*background: url(../images/portrait_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center 12%;
	overflow: hidden;*/
}
/*#nav-icon1 {
    position: fixed;
}*/
.synopsis_content {
	margin-top: 80px;
	padding: 10px 3px;
	margin-bottom: 12%;
}
.preorder_content {
	margin-top: 80px;
	padding: 10px 3px;
	margin-bottom: 12%;
}
.table {
	text-align: center;
}
.movie-title {
	font-size: 40px;
}
.movie-date {
	font-size: 20px;
}
.movie-details, .movie-story {
	margin-top: 25px;
	font-size: 15px;
}
.movie-details, .movie-preorder {
	margin-top: 25px;
	font-size: 15px;
}
.movie-story {
	line-height: 150%;
	max-height: 100%;
}
.movie-preorder {
	line-height: 150%;
	max-height: 100%;
}
.movie-details {
	width: auto;
}
.site-button {
	margin: 20px auto;
}
.sub-heading {
	font-size: 15px;
}
.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;
}
nav.activatedMenus {
	overflow-y: scroll;
}
#billing .billing-close {
	top: 5px;
	right: 5px;
}
.footer {
	background: rgba(0,0,0,0.9);
}
nav {
	height: 120%;
	padding-bottom: 12%;
}
#gallery .rg-image img {
}
#nav-icon1 {
	width: 33px;
	height: 33px;
	top: 6px;
}
#nav-icon1 span {
	width: 20px;
}
#nav-icon1 span:nth-child(1) {
	top: 11px;
}
#nav-icon1 span:nth-child(2) {
	top: 16px;
}
#nav-icon1 span:nth-child(3) {
	top: 21px;
}
#nav-icon1.open span:nth-child(1), #nav-icon1.open span:nth-child(3) {
	top: 16px;
}
}

@media only screen and (max-width : 767px) and (orientation: landscape), screen and (device-height: 393px) and (orientation: landscape) {
.main-heading>img:first-child {
/*margin-left: 12%;*/
}
.main-heading {
	bottom: 15%;
}
.background_video {
	background: url(../images/bg.jpg) #000000 no-repeat;
	background-size: 115% auto;
	background-position: right top;
}
#trailer .trailer-wrap {
	margin-top: 60px;
}
#trailer .trailer-toggle {
	height: 10px;
}
#trailer {
	height: 100vh;
}
.home-page-content {
	height: calc(100vh - 50px);
}
.character-names, .sub-heading {
/*display: none !important;*/
}
.character-names img {
	width: 87%;
}
.site-title img {
	max-width: 100%;
}
.custom-col {
	width: 50%;
}
.movie-title-desktop {
	display: block;
}
.movie-title-mobile {
	display: none;
}
.site-title {
	display: block !important;/*top: 42%;*/
}
.main-heading>img:first-child {
	width: 30%
}
.tagline {
	width: 45%;
	margin: 0.5% auto 0.5%;
}
.sub-heading img {
	width: 30%;
	display: none;
}
.background_video {
}
#synopsis {
	height: auto;
}
#preorder {
	height: auto;
}
#partners {
	height: auto;
	min-height: 100vh;
}
.get-tickets-btn-mobile img{
	max-width:50%;
}
.number-one{
	max-width: 200px;
	margin-top: 10px;
}
}

@media only screen and (max-width : 667px) and (orientation: landscape) {
.main-heading {
	bottom: 19%;
}
}

@media screen and (device-width : 740px) and (device-height: 360px) and (orientation: landscape) {
.home-page-content {
	height: calc(100vh - 110px);
}
#billing .copyright {
	font-size: 11px !important;
}
    .main-heading {
    bottom: 18%;
}
}

@media screen and (device-width : 640px) and (device-height: 360px) and (orientation: landscape) {
.home-page-content {
	height: calc(100vh - 110px);
}
   
}

@media screen and (max-width : 767px) and (orientation: portrait) {
     .get-tickets-btn{
        display:block !important;
    }
    .get-tickets-btn img{
        max-width:40%;
    }
}
@media screen and (max-width : 800px) and (orientation: portrait) {
.cast-names, .site-title, .main-heading>img:first-child {
	display: none;
}
.cast-names-portrait {
	display: block;
}
.character-names {
	top: 8.5%;
}
.character-names img {
	width: 75%;
}

#trailer-overlay #videoPlayer {
    height: 100%;
}
#videoPlayer .htmlPlayer {
	height: calc(100vh - 100px);
	width: 100%;
}
}

@media screen and (max-width : 450px) and (orientation: portrait) {
.background_video {
	background: url(../images/bg_portrait.jpg) #000000 no-repeat;
	background-size: cover;
	background-position: center top;
}
.home-page-content {
	height: calc(100vh - 150px);
}
.site-title {
/*top: 60%;*/
}
.date-mobile {
	margin-top: 1%;
}
.character-names img {
	width: 90%;
}
.main-heading {
	bottom: 9%;
}
.main-heading>img:first-child {
	width: 70%;
}
.tagline {
	width: 90%;
	margin: 6% auto 2%;
}
.sub-heading {
	text-align: center;
	font-size: 24px;
	margin: 0;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 1px;
	display: block
}
.sub-heading img {
	max-width: 45% !important;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}
.synopsis_content {
	margin-bottom: 24%;
}
.preorder_content {
	margin-bottom: 24%;
}
#trailer-overlay #videoPlayer {
    height: 100%;
}
#videoPlayer .htmlPlayer {
	height: calc(100vh - 100px);
	width: 100%;
}
.footer-links>li, #showBilling, .copyright, #billing a {
	font-size: 9px !important;
	letter-spacing: 0;
}
#gallery .rg-image img {
}
#trailer-buttons {
	bottom: 12%;
	height: 100px;
}
#synopsis {
	min-height: 100%;
	height: auto;
}
#preorder {
	min-height: 100%;
	height: auto;
}
.col-partner-box {
	width: 43%;
	margin: 0 3% 1%;
}
.partner-overlay-container {
	padding: 40px 5% 15px;
}
.number-one{
	max-width: 250px;
}
}

@media screen and (max-width : 375px) and (orientation: portrait) {
#trailer-buttons {
	bottom: 15%;
}
}

@media screen and (max-width : 360px) and (orientation: portrait) {
.footer-links>li, #showBilling, .copyright {
	font-size: 9px !important;
}
}

@media screen and (device-width : 360px) and (device-height: 740px) and (orientation: portrait) {
#trailer-buttons {
	bottom: 11%;
}
}

@media screen and (device-width : 375px) and (device-height: 812px) and (orientation: portrait) {
#trailer-buttons {
	bottom: 130px;
	height: 84px;
}
}

@media screen and (max-width : 320px) and (orientation: portrait) {
.character-names img {
/*width: 55%;*/
}
.main-heading {
	bottom: 9.5%;
}
.footer-links>li, #showBilling, .copyright {
	font-size: 8px !important;
}
}
