/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #2e2729;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	background-image:url(../img/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color: #B4AFB3;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

nav {
	max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

 /* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.video-container {
    position: relative;
    overflow: hidden;
    min-height: 350px;
	max-width:871px;
	width:auto;
	height: 494px;
	margin-left:auto;
	margin-right:auto;
	background-color:#2e2729;
	-webkit-box-shadow: 14px 20px 74px -17px rgba(0,0,0,0.5);
	-moz-box-shadow: 14px 20px 74px -17px rgba(0,0,0,0.5);
	box-shadow: 14px 20px 74px -17px rgba(0,0,0,0.5);
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 5px;
	box-sizing:border-box;
}

.title {
	position: relative;
    padding-top: 12px;
	max-width:728px;
	width:100%;
	margin-left: auto;
    margin-right: auto;
	padding-bottom: 3%;
	display: table;
}

.date {
	margin-left: auto;
    margin-right: auto;
    position: relative;
    display: table;	
	padding-bottom: 30px;
}

.title img {
	width:100%;
	height:auto;
}
a {
	text-decoration: none !important;
	/*border-bottom:none;*/
}
a:hover {
	text-decoration: underline !important;
	/*border-bottom:1px solid #2e2729;*/
}
footer {
	font-family: 'Montserrat', sans-serif;
	width:100%;
	text-align:center;
	color: black;
    font-size: 13px;
    letter-spacing: 2px;
    position: relative;
    margin-left:auto;
	margin-right:auto;
	padding-top: 85px;
	margin-bottom: 85px;
}

.whiteText {
	color:#cfecd1;	
}

.lightBlueText ,
.lightBlueText a {
	color:#2e2729;
	font-weight: 500;
}

.navLinks{
	margin-left: auto;
    margin-right: auto;
	color:#cfecd1;
	width: 100%;
    text-align: center;
	font-size: xx-large;
	padding-bottom: 25px;
}

.navLinks span {
	padding-left: 6%;
    padding-right: 6%;
	display:inline-block;
}

.videoLink {
	text-decoration:underline;
	
}

#billing-end-copy p {
	color: black;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	text-transform:uppercase;
	font-size: 9px;
}

.disclaimer {
	font-size: 13pt;
}

.footerLinks {
	font-size: 8pt;
}

.copyright {
	font-size: 6pt;
    margin: 5px;
}

.socialIcons a {
	display: inline-block;
}
.socialIcons a img {
	max-width:40px;
	}
.getUpdatesIcon {
	max-width:none !important;
	padding-left: 9px;
}
.billingBlock {
	width: 100%;
    position: fixed;
    bottom: 0px;
    padding: 40px;
	background:#a3a3a2;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display: none;
	z-index: 101;
	font-family: 'Montserrat', sans-serif;
}

.billingBlock span{
	color:black;
	float:right;
	position: absolute;
    top: 10px;
    right: 11px;
	cursor:pointer;
}

.billingBlock img{
	width:100%;
	height:auto;
	max-width:1032px;
	display: block;
    margin-right: auto;
    margin-left: auto;
}

.filmRating {
	margin-top:750px;
	margin-bottom:15px;	
	padding-bottom: 3px;
}
#flags {
	margin-bottom:15px;
	padding-bottom: 200px;
}

.rolloverAnim1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;	
}

.rolloverAnim1:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #536c86;
    border-radius: 3px;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
 .rolloverAnim1:hover:before, .rolloverAnim1:focus:before, .rolloverAnim1:active:before {
  left: 0;
  right: 0;
}
.rolloverAnim2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;	
}

.rolloverAnim2:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #d74b23;
    border-radius: 3px;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
 .rolloverAnim2:hover:before, .rolloverAnim2:focus:before, .rolloverAnim2:active:before {
  left: 0;
  right: 0;
}

.rolloverAnim3 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;	
}

.rolloverAnim3:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #cfecd1;
    border-radius: 3px;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
 .rolloverAnim3:hover:before, .rolloverAnim3:focus:before, .rolloverAnim3:active:before {
  left: 20px;
  right: 20px;
}

.hidden {
	visibility:hidden;
}
.linkActive {
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;	
}

.linkActive2 {
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;	
}

.linkActive3 {
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;	
}

.linkActive:before{
	content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #536c86;
    border-radius: 3px;
    height: 4px;
	left: 0;
    right: 0;
}
.linkActive2:before{
	content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #d74b23;
    border-radius: 3px;
    height: 4px;
	left: 0;
    right: 0;
}
.linkActive3:before{
	content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #cfecd1;
    border-radius: 3px;
    height: 4px;
	left: 20px;
  	right: 20px;
}

#navLinks {
	font-family: Montserrat, sans-serif;
	text-align:center;
	color:#cfecd1;
    padding-bottom: 34px;
}

#navLinks div{
	display: inline-block;
	text-shadow: 0px 0px 7px rgba(58, 210, 180, 1);
	padding-left: 15px;
    padding-right: 15px;
	font-size: 24pt;
}

#videoSelector {
	font-family: Montserrat, sans-serif;
	text-align:center;
	color:#FFF;
	padding-top: 20px;
    padding-bottom: 20px;
}

#videoSelector div{
	display: inline-block;
	height: 28px;
}

#videoSelector #seperator {
	padding-left: 20px;
    padding-right: 20px;	
	color: #536c86;
}

.socialIcons a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
 
 .socialIcons a:hover, .socialIcons a:focus, .socialIcons a:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.socialIcons {
    float: right;
    display: block;
    vertical-align:top;
    margin-top: -6px;
 }
 
#cta-wrapper {
	width:100%;
	max-width: 868px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
	display:table;
}

#date-messaging {
    display: inline-block;
	padding-top: 20px;
	vertical-align:top;
	margin-left:88px;
	max-width: 452px;
    width: 100%;
	text-align:center;
}

#date-messaging-2 {
    display: block;
    padding-top: 35px;
    vertical-align:top;
    margin-left:auto;
    margin-right: auto;
    max-width: 438px;
    width: 100%;
    text-align:center;
}

#getTickets {
	color: #2e2729;
    font-weight: 400;
    font-size: 46px;
    margin-top: -7px;
    display: inherit;
}

#inTheatresText {
	font-size:35px;
	width:100%;
	height:auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 19px;
    margin-top: 18px;
}

#date-messaging img {
	margin-left: auto;
    margin-right: auto;
    display: table;
}

#get-updates-txt {
	float: left;
    display: inline-block;
    vertical-align: top;
	padding-top: 5px;
	font-family: 'Montserrat', sans-serif;
	cursor:pointer;
	padding-left: 10px;
}
#get-updates-txt a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

/*#get-updates-txt a:hover, #get-updates-txt a:focus, #get-updates-txt a:active {
 -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}*/

#video-bottom-border {
	height: 1px;
    background-color: #433d40;
    position: absolute;
    bottom: 4px;
    width: 98.8%;
    margin-left: 5px;
}

#orderMovieButtons {
	font-size:20pt;
	color:#2e2729;
	text-align: center;
	margin-top: 5px;
}

#orderMovieButtons a{
	color:#2e2729;
    background-color: rgba(0, 0, 0, 0.24);
    padding: 8px 26px 8px 26px;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.16);
}

#packshot {
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 20px;
}

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 67px;
    max-width: 775px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float:left;
    margin: 1% 0 1% 1.5%;
    background-color: black;
    border-radius: 5px;
    max-width: 185px;
    max-height: 67px;
    height: 100%;
    white-space: nowrap;
    text-align: center;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.col img{
    vertical-align: middle;
    max-width: 98%;
    max-height: 67px;
    margin-left: -4px;
}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.span_4_of_4 {
    width: 100%;
}
.span_3_of_4 {
    width: 74.62%;
}
.span_2_of_4 {
    width: 49.25%;
}
.span_1_of_4 {
    width: 23.87%;
}

/* mozilla exclusive styling */
	@-moz-document url-prefix() {
		.title {
			display: inherit !important;
		}
	}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

@media only screen and (max-width: 820px)  {
		.title {
			width:80%;
		}
	}
@media only screen and (max-width: 870px)  {
		.video-container {
			min-height: 150px;
			height: 446px;
			width: 90%;
		}
		#cta-wrapper {
			width:90%;	
		}
		#date-messaging {
			margin-left: 5.3%;	
		}
		footer {
			width:90%;
		}
		body {
			background-size: cover;
		}
		#orderMovieButtons {
			font-size:18px;	
		}
	}
	@media only screen and (max-width:840px) {
		.socialIcons {
			margin-left: auto;
			margin-right: auto;
			display: table;
			float:none;
			margin-top:-3px;
		}

		#orderMovieButtons {
			margin-top:12px;	
		}
		
		#date-messaging {
			margin-left: auto;
			margin-right: auto;
			display:block;
			padding-top: 20px;
		}
		
		#get-updates-txt {
			margin-left: auto;
			margin-right: auto;
			display:table;
			float:none;
			padding-top: 8px;
            padding-left: 0px;
		}
        #inTheatresText {
            margin-top: 16px;
        }
	}
	@media only screen and (max-width: 720px)  {
		.video-container {
			height: 364px;
		}
		body {
			/*background-size: 315%;*/
		}
	}

	@media only screen and (max-width: 650px)  {

		footer {
			padding-top: 25px;	
		}
		#orderDivider {
			display:none;	
		}
		#orderMovieButtons a {
			display: inline;
			padding-top:11px;
            margin-top: 15px;
            font-size: 18px;
		}
	}

    /*  GO FULL WIDTH BELOW 480 PIXELS */
    @media only screen and (max-width: 480px) {
        .section {
            width: 87%;
        }
        
        .col {  margin: 1% 0 1% 0%; }
        
        .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {     width: 44%;
        margin-left: 8px !important; }

        #date-messaging-2 {
            margin-top: 40px;
        }
            
    }
	@media only screen and (max-width: 460px)  {
		
		body {
			background-size: 467%;
			background-position-x: 48.6%;
		}
		.filmRating {
			margin-top:430px;
				
		}
		#date1 {
			
		}
		
		#date2 {
			max-width:241px;
			width:90%;
		}
        #inTheatresText {
            max-width: 290px;
        }
	}
	@media only screen and (max-width: 416px)  {
	
		.video-container {
			height: 195px !important;
		}
		body {
			background-size: 507%;
			background-position-y: 0px
		}
		#getTickets {
			font-size:39px;	
		}
	}
	@media only screen and (max-width: 325px)  {
		.video-container {
			height: 165px !important;
		}
		body {
			background-size:507%;	
		}
		.filmRating {
    	margin-top: 395px;
			
		}

	}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*improves font rendering*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {     -webkit-font-smoothing: subpixel-antialiased; } 


.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}