/************************************************************************************
GLOBAL SETTINGS
*************************************************************************************/
* {
margin: 0;
padding: 0;
border: 0;
outline: none;
}


/* set image max width to 100% */
img {
max-width: 100%;
	height: auto;
	border: 0;
}

html, body {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}

body {
margin: 0;
padding: 0;
background: #000000;
font-size: 15px; 
line-height: 1.2;
font-family: Arial,Helvetica,sans-serif; 
color: #202020;
text-align: center;

}

#wrapper {
width: 100%;
height: 100%;
position: relative;
display: table-row;
margin: 0 auto;
}



#footer {
width: 100%;
position: relative;
height: 1px;
display: table-row;
background: #000000;
margin: 0 auto;
z-index: 15;
}

#footer_line {
width: 100%;
margin: 0 auto;
height: 1px;
background: #9fa682;
}

#footer_pad {
padding: 20px 0;
text-align: center;
color: #5e5e5e;
line-height: 1;
position: relative;
}

#footer_pad a {
	color: #9c9c9c;
	font-weight: normal !important;
}

#footer_pad a:hover{
	color: #ffffff;
	font-weight: normal !important;
}


#bg_content {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
height: 100%;
position: relative;
}

.container {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}


.clear_it {
	clear: both;
}

a.shrink_it img {
	position: relative;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

a.shrink_it img:hover {
	-webkit-transform:scale(.95);
	transform:scale(.95);
}

a.scale_it img {
	position: relative;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

a.scale_it img:hover {
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
}


.black_box {
width: 100%;
text-align: left;
margin: 0 auto 15px auto;
position: relative;
-moz-box-shadow: 0px 2px 15px #000000;
-webkit-box-shadow: 0px 2px 15px #000000;
box-shadow: 0px 2px 15px #000000;
z-index: 1;
}

.black_box_opacity {
width: 100%;
height: 100%;
position: absolute;
background: #000000;
filter:alpha(opacity=80);   
-moz-opacity: 0.80;   
opacity: 0.80;
-khtml-opacity: 0.80; 
}

.black_box_pad, .white_box_pad {
	position: relative;
	z-index: 3;
	padding: 30px;
}

.white_box {
	width: 100%;
	margin: 0 auto 15 auto;
	position: relative;
	-moz-box-shadow: 0px 2px 15px #000000;
-webkit-box-shadow: 0px 2px 15px #000000;
box-shadow: 0px 2px 15px #000000;
background: #ffffff;
}

.border_right {
	border-right: 1px solid #ffffff;
}

.bg_gray1 {
	background: #1c1c1c !important;
}

.bg_gray2 {
	background: #1a1a1a !important;
}


.bg_gray3 {
	background: #202020 !important;
}


.bg_gray4 {
	background: #2a2a2a !important;
}

.bg_gray5 {
	background: #313131 !important;
}


.video-player {
	position: relative;
	width: 55%;
	max-width: 100%;
	-moz-box-shadow: 0 1px 5px #000000;
	-webkit-box-shadow: 0 1px 5px #000000;
	box-shadow: 0 1px 5px #000000;
	border: 5px solid #ffffff;
	background: #000000;
	margin: 15px auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/************************************************************************************
NAVIGATION
*************************************************************************************/
#menu {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	height: 60px;
	position: relative;
	font-family: 'Libre Baskerville', Times,'Times New Roman',serif;
	font-size: 0.90em;
	text-transform: uppercase;
	border-bottom: 1px solid #9fa682;
background: #5f673f;
}



#menu_icon {
display: none;
float: left;
margin: 15px 5px 0 1%;
}

#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
display: inline-block;
position: relative;
font-size: 0.85em;
}

#menu ul li {
margin: 0;
padding: 0;
float: left;
text-align: left;
line-height: 60px;
color: #e4ffbd;
position: relative;
}


#menu ul li span,#menu ul li a {
margin: 0;
padding: 0 12px;
font-weight: 500;
text-decoration: none;
display: block;
}

#menu ul li a {
color: #ffffff;
-webkit-transition: color .4s ease;
-moz-transition: color .4s ease;
-ms-transition: color .4s ease;
-o-transition: color .4s ease;
transition: color .4s ease;
}

#menu ul li a:hover {
color: #e4ffbd;
font-weight: 500;
}

#menu ul li ul {
list-style: none;
position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
left: 0; 
top: 60px;
background: #e80608;
filter:alpha(opacity=90);   
-moz-opacity: 0.90;   
opacity: 0.90;
-khtml-opacity: 0.90; 
margin: 0; 
padding: 0;
display: none;
float: left;
z-index: 3;
font-size: 0.90em;
}

#menu li ul li {
width: 190px !important;
margin: 0;
padding: 0;
border-top: 1px solid #c20608;
text-align: left;
line-height: 1;
background: none !important;
}


#menu li ul li a {
color: #ffffff;
display: block;
font-weight: 500;
text-decoration: none;
padding: 13px;
}

#menu li ul li a:hover {
color: #e4ffbd;
background: transparent;
font-weight: 500;
text-decoration: none;
}


.menu_arrow {
width: 13px;
height: 8px;
background: url(../_images/menu_arrow_down.png) no-repeat;
display: inline-block;
margin: 0 0 0 5px;
padding: 0;
}

.link_on {
color: #e4ffbd !important;
}

#menu_social {
	position: relative;
	margin: 10px 0 0 15px;
	display: inline-block;
	vertical-align: top;
}

#menu_social img {
	margin-right: 4px;
}


.btn_transparent_big {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 5px 0 0;
  padding: 20px 40px;
  background: #fff; /* fallback color for old browsers */
  background: rgba(255, 255, 255, 0);
  color: #ffffff;
font-family: 'Libre Baskerville', Times,'Times New Roman',serif;
  font-size: 1.65em;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease-out;
  border: 1px solid #ffffff;
  -moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-khtml-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
}

.btn_transparent_big:hover {
	background: rgba(255, 255, 255, 0.5);
	color: #ffffff;
}



/************************************************************************************
TEXT STYLING
*************************************************************************************/
a {
text-decoration: none;
color: #ff2e39;
font-weight: bold;
cursor: pointer;
}

a:hover {
text-decoration: none;
color: #c4161f;
font-weight: bold;
}


h1, h2, h3, h4, h5, h6 {
font-weight: normal;
font-family: 'Libre Baskerville', Times,'Times New Roman',serif;
line-height: 1;
margin: 0;
padding: 0;
}

h1 {font-size: 3.5em;} /* 60px */
h2 {font-size: 3em} /* 48px */
h3 {font-size: 2.5em;} /* 36px */ 
h4 {font-size: 2em; } /* 24px */
h5 {font-size: 1.5em; } /* 21px */
h6 {font-size: 1.25em;} /* 18px */

p { line-height: 1.4; margin: 5px 0 14px 0;} 

.smaller {
	font-size: 0.85em !important;
}

.bigger {
	font-size: 1.45em !important;
}

.biggest {
	font-size: 1.80em !important;
}

.center_it {
	text-align: center !important;
}

.left_it {
	text-align: left !important;
}

.right_it {
	text-align: right !important;
}

.btn_main {
cursor: pointer;
display: inline-block;
font-family: 'Libre Baskerville', Times,'Times New Roman',serif;
padding: 15px 30px;
position: relative;
color: #ffffff;
vertical-align: middle;
font-weight: bold !important;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
font-size: 1.5em;
background: #c4161f;
-webkit-appearance: none !important;
}

.btn_main:hover {
background: #ff2e39;
color: #ffffff;
font-weight: bold !important;
}

.btn_main_small {
cursor: pointer;
display: inline-block;
font-family: 'Libre Baskerville', Times,'Times New Roman',serif;
padding: 10px 15px;
position: relative;
color: #ffffff;
vertical-align: middle;
font-weight: bold !important;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
font-size: 0.90em;
background: #c4161f;
}

.btn_main_small:hover {
background: #ff2e39;
color: #ffffff;
font-weight: bold !important;
}


.white {
	color: #ffffff !important;
}

.green {
	color: #b0b793 !important;
}

.gold {
	color: #d4b46f !important;
}



/************************************************************************************
FLOATS/PADS/SPACERS/IMAGES
*************************************************************************************/
.padit12 {
	padding: 12px;
	position: relative;
}

.padit20 {
	padding: 20px;
	position: relative;
}

.padit30 {
	padding: 30px;
	position: relative;
}


.spacer5 {
	margin: 0 !important;
	padding: 0 0 5px 0 !important;
	line-height: 0 !important;
}

.spacer10 {
	margin: 0 !important;
	padding: 0 0 10px 0 !important;
	line-height: 0 !important;
}

.spacer20 {
	margin: 0 !important;
	padding: 0 0 20px 0 !important;
	line-height: 0 !important;
}

.spacer30 {
	margin: 0 !important;
	padding: 0 0 30px 0 !important;
	line-height: 0 !important;
}

.spacer50 {
	margin: 0 !important;
	padding: 0 0 50px 0 !important;
	line-height: 0 !important;
}


.column_half {
	float: left;
	margin: 0;
	width: 50%;
	vertical-align: top;
}

.column_half_spacer {
	float: left;
	margin: 0 1.5%;
	width: 47%;
	vertical-align: top;
}

.column_third_spacer {
	display: inline-block;
	width: 31%;
	margin: 0 1%;
	vertical-align: top;
}

.image_brdr {
border: 2px solid #ffffff;
-moz-box-shadow: 0px 2px 7px #2c2c2c;
-webkit-box-shadow: 0px 2px 7px #2c2c2c;
box-shadow: 0px 2px 7px #2c2c2c;
}

.image_float {
float: left;
	margin: 0 25px 0 0;
	vertical-align: middle;
}



/************************************************************************************
HOME PAGE
*************************************************************************************/
.bg_main {
	background: url(../_images/bg_main.jpg) no-repeat center top fixed;
	min-height: 800px;
}

#home_content {
	float: right;
	width: 40%;
	margin: 15px 1% 0 0;
	position: relative;
}



/************************************************************************************
SYNOPSIS PAGE
*************************************************************************************/
.bg_synopsis {
	background: url(../_images/bg_synopsis.jpg) no-repeat center top fixed;
}

#synopsis_content {
	width: 45%;
	float: right;
	position: relative;
	padding: 0 5% 0 0;
	margin: 20px auto;
}


/************************************************************************************
GET INVOLVED PAGE
*************************************************************************************/


.involved_column {
	width: 75%;
	float: left;
	vertical-align: middle;
}



/************************************************************************************
CASt PAGE
*************************************************************************************/
.bg_cast {
	background: url(../_images/bg_cast.jpg) no-repeat center top fixed;
}


.column_cast  {
	vertical-align: top;
	background: #161616;
	color: #ffffff;
	border: 1px solid #ffffff;
	display: inline-block;
	width: 22%;
	margin: 10px 1% 15px 1%;
	position: relative;
	-moz-box-shadow: 0px 0px 15px #000000;
-webkit-box-shadow: 0px 0px 15px #000000;
box-shadow: 0px 0px 15px #000000;
}

.column_cast img {
	max-width: 100%;
	border-bottom: 1px solid #ffffff;
}


.cast_pad {
	padding: 10px 35px 35px 35px;
	position: relative;
	height: auto;
}



/************************************************************************************
ENDORSEMENTS PAGE
*************************************************************************************/
.bg_endorsements {
	background: url(../_images/bg_endorsements.jpg) no-repeat center top fixed;
}



/************************************************************************************
THEATERS PAGE
*************************************************************************************/

#map {
width: 100%; /*900px*/
height: 300px;
margin: 4px auto 12px auto;
color: #000000;
border: 3px solid #ffffff;
position: relative;
-moz-box-shadow: 0px 2px 7px #2c2c2c;
-webkit-box-shadow: 0px 2px 7px #2c2c2c;
box-shadow: 0px 2px 7px #2c2c2c;
}

#map img {
    max-width: none;
}

#zip_finder_box {
	margin: 10px auto;
	text-align: center;
	color: #ffffff;
	display: block;
	position: relative;
}

#zip_finder_box input[type=text],#home_zip_finder_box input[type=text] {
	position: relative;
display: inline-block;
padding: 15px;
font-weight: normal !important;
-moz-border-radius: 5px 0px 0px 5px;
-webkit-border-radius: 5px 0px 0px 5px;
-khtml-border-radius: 5px 0px 0px 5px;
border-radius: 5px 0px 0px 5px;
font-size: 1.2em;
font-family: Arial,Helvetica,sans-serif; 
vertical-align: middle;
margin: 0;
}

.btn_zip {
cursor: pointer;
display: inline-block;
padding: 17px;
position: relative;
color: #ffffff;
vertical-align: middle;
font-weight: normal !important;
-moz-border-radius: 0px 5px 5px 0px;
-webkit-border-radius: 0px 5px 5px 0px;
-khtml-border-radius: 0px 5px 5px 0px;
border-radius: 0px 5px 5px 0px;
font-size: 0.95em;
font-family: 'Libre Baskerville', Times,'Times New Roman',serif;
background: #b81314;
margin: 0;
-webkit-appearance: none !important;
}

.btn_zip:hover {
background: #8e0909;
color: #ffffff;
font-weight: normal !important;
}


.btn_email {
cursor: pointer;
display: inline-block;
padding: 17px;
position: relative;
color: #ffffff;
vertical-align: middle;
font-weight: normal !important;
-moz-border-radius: 0px 5px 5px 0px;
-webkit-border-radius: 0px 5px 5px 0px;
-khtml-border-radius: 0px 5px 5px 0px;
border-radius: 0px 5px 5px 0px;
font-size: 0.95em;
font-family: 'Libre Baskerville', Times,'Times New Roman',serif;
background: #700405;
margin: 0;
-webkit-appearance: none !important;
}

.btn_email:hover {
background: #510303;
color: #ffffff;
font-weight: normal !important;
}


.theater_distance {
	color: #000000;
}
	

.state_select {
font-size: 1em;
margin: 0 0 8px 0;
}


.theaterlist {
width: 100%;
margin: 5px auto;
border-collapse:collapse;
	position: relative;
}

.theaterlist th {
font-size: 1em;
font-weight: bold;
padding: 9px;
color:#ffffff;
text-align: center;
}


.theaterlist tbody td {
padding: 9px;
font-size: 0.88em;
line-height: 1.1;
word-break: normal;
text-align: center;
	border: 1px solid #c1c1c1;
	border-collapse: collapse;
	color: #bababa;
	position: relative;
}


.btn_tickets {
	display:inline-block;
cursor: pointer;
padding: 8px 15px;
margin: 0 5px 3px 0;
position: relative;
color: #ffffff;
font-weight: normal !important;
background: #b00007;
font-size: 0.90em;
-webkit-appearance: none !important;
}

.btn_tickets:hover {
background: #88060b;
color: #ffffff;
font-weight: normal !important;
}




/************************************************************************************
VIDEOS/PHOTOS PAGE
*************************************************************************************/
.bg_video {
	background: url(../_images/bg_video.jpg) no-repeat center top fixed;
}

.video_thumbs {
width: 30%;
display: inline-block;
margin: 10px 1%;
text-align: center;
font-size: 1em;
position: relative;
}



.video_thumbs img {
display:inline-block;
margin: 0 8px 6px 0;
border: 2px solid #ffffff;
position: relative;
-moz-box-shadow: 0px 2px 7px #2c2c2c;
-webkit-box-shadow: 0px 2px 7px #2c2c2c;
box-shadow: 0px 2px 7px #2c2c2c;
}


.photo_thumbs {
display:inline-block;
margin: 0 8px 8px 0;
border: 2px solid #ffffff;
position: relative;
-moz-box-shadow: 0px 2px 7px #2c2c2c;
-webkit-box-shadow: 0px 2px 7px #2c2c2c;
box-shadow: 0px 2px 7px #2c2c2c;

}



/************************************************************************************
DOWNLOADS PAGE
*************************************************************************************/
.bg_downloads {
	background: url(../_images/bg_downloads.jpg) no-repeat center top fixed;
}




/************************************************************************************
ENDORSEMENTS PAGE
*************************************************************************************/
.bg_endorsements {
	background: url(../_images/bg_endorsements.jpg) no-repeat center top fixed;
}

.quote_it {
	font-family: 'Libre Baskerville', Times,'Times New Roman',serif;
	font-size: 1.3em;
	line-height: 1.2;
}


/************************************************************************************
RESOURCES PAGE
*************************************************************************************/
.bg_resources {
	background: url(../_images/bg_resources.jpg) no-repeat center top fixed;
}

.resource_image {
	float: left;
	margin: 0 1% 10px 0;
	vertical-align: top;
}

.resource_column {
	float: left;
	vertical-align: top;
	width: 60%;
}


/************************************************************************************
PARTNER PAGE
*************************************************************************************/
.bg_partners {
	background: url(../_images/bg_partners.jpg) no-repeat center top fixed;
}

.partner_logo {
	display: inline-block;
	margin: 10px 10px 0 10px;
}



/************************************************************************************
SIGN UP
*************************************************************************************/
.bg_signup {
	background: url(../_images/bg_signup.jpg) no-repeat center top fixed;
}

.column_signup {
	width: 40%;
	float: left;
}

#the_form {
	margin: 0 auto;
}

#the_form label {
margin: 15px 0 0 0;
display: block;
text-align: left !important;
}

#the_form label.required {
font-weight: bold;
}

#the_form label em {
color: #c83333;
font-style: none;
margin: 0 0 7px 0;
}

#the_form select {
display: block;
font-size: 1em;
margin: 0 0 5px 0;
}

#the_form input[type=text] {
width: 90%;
display: block;
background: #ffffff;
padding: 9px 15px;
color: #000000;
font-size: 1em;
margin: 5px 0 5px 0;
position:relative;
border: 1px solid #c5c5c5;
}

.error {
margin: 0 0 5px 0;
color: #C40A11;
font-weight: bold;
}

.thepot {
display: none;
}


