/************************************************************************************
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%;
	position: relative;
	display: table;
	table-layout: fixed;
}

body {
margin: 0;
padding: 0;
background: #ffffff;
font-size: 15px; 
line-height: 1.3;
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;
}

#footer_pad {
padding: 35px 0;
text-align: center;
color: #8b8b8b;
font-size: 0.80em;
line-height: 1.4;
}

#footer_pad a {
	color: #f3d173;
}

#footer_pad a:hover {
	color: #ffffff;
}

#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: 1024px;
	margin: 0 auto;
	position: relative;
}

#videoplayer {
position: relative;
width: 75.78%;
max-width: 100%;
-moz-box-shadow: 0px 0px 10px #000000;
-webkit-box-shadow: 0px 0px 10px #000000;
box-shadow: 0px 0px 10px #000000;
border: 6px solid #ffffff;
background: #000000;
margin: 0 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%;
}


.whitebox {
width: 100%;
text-align: left;
margin: 0 auto 35px auto;
position: relative;
-moz-box-shadow: 0px 2px 15px #2c2c2c;
-webkit-box-shadow: 0px 2px 15px #2c2c2c;
box-shadow: 0px 2px 15px #2c2c2c;
-moz-border-radius: 0  0 15px 15px;
-webkit-border-radius:0  0 15px 15px;
border-radius:0  0 15px 15px;
color: #2a2a2a;
z-index: 1;
}

.whitebox_transparency {
width: 100%;
height: 100%;
position: absolute;
background: #ffffff;
filter:alpha(opacity=80);   
-moz-opacity: 0.80;   
opacity: 0.80;
-khtml-opacity: 0.80; 
-moz-border-radius: 0  0 15px 15px;
-webkit-border-radius:0  0 15px 15px;
border-radius:0  0 15px 15px;
}

.whitebox_content {
	position: relative;
	z-index: 3;
}

.whitebox_pad {
padding: 30px;
position: relative;
z-index: 3;
line-height: 1;
}

hr {
clear: both;
width: 100%;
margin: 35px auto;
border: 0;
height: 1px;
border-top: 1px solid #9a9a9a;
}

.clear_it {
	clear: both;
}

.title {
	max-width: 100%;
	margin: 15px auto;
}

#header_image {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
height: 0;
position: relative;
padding-bottom: 29.29%;
margin: 0 auto;
border-bottom: 1px solid #9A9A9A;
}


hr {
width: 100%;
margin: 30px auto;
border: 0;
height: 1px;
border-top: 1px solid #d4d4d4;
}

.divider_white {
	width: 100%;
	height: 5px;
	background: #ffffff;
	margin: 0 auto;
}

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

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

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

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

/************************************************************************************
NAVIGATION
*************************************************************************************/
#menu {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	height: 55px;
	position: relative;
	font-family: 'Raleway',Arial,Helvetica,sans-serif; 
	font-size: 0.87em;
	text-transform: uppercase;
}

#menu_transparency {
width: 100%;
height: 100%;
position: absolute;
background: #e3bf61;
filter:alpha(opacity=70);   
-moz-opacity: 0.70;   
opacity: 0.70;
-khtml-opacity: 0.70; 
z-index: 2;
}

#menu_content {
	z-index: 3;
	position: relative;
}

#menu_icon {
display: none;
float: left;
margin: 18px 20px 0 1%;
}

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

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


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

#menu ul li a {
color: #7e2100;
-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: #571700;
font-weight: 700;
}

#menu li ul {
list-style: none;
position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
left: 0; 
top: 55px;
background: #eacf8a;
margin: 0; 
padding: 0;
display: none;
float: left;
z-index: 3;
}

#menu li ul li {
width: 160px !important;
margin: 0;
padding: 0;
border-bottom: 1px solid #e5c77c;
text-align: left;
line-height: 1;
font-size: 0.90em;
background: none !important;
}


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

#menu li ul li a:hover {
color: #571700;
background: #e5c77c;
font-weight: 700;
text-decoration: none;
}

#menu li ul li:last-child {
border: none !important;
}

.menu_arrow {
width: 10px;
height: 5px;
background: url(../_images/menu_arrow_down.png) no-repeat;
display: inline-block;
vertical-align: top;
margin: 24px 0 0 3px;
}

.link_on {
color: #7e2100 !important;
}

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

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



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

#home_share {
	margin: 15px auto;
	display: block;
}

#home_share h5 {
	display: inline-block;
	color: #000000;
	vertical-align: top;
}

.home_group_tickets {
	display: inline-block;
	background: #e6431d;
	color: #ffffff;
	font-size: 1.4em;
	margin: 0 auto;
	-moz-border-radius: 0px 0px 15px 15px;
-webkit-border-radius: 0px 0px 15px 15px;
-khtml-border-radius: 0px 0px 15px 15px;
border-radius: 0px 0px 15px 15px;
-moz-box-shadow: 0px 1px 3px #2c2c2c;
-webkit-box-shadow: 0px 1px 3px #2c2c2c;
box-shadow: 0px 1px 3px #2c2c2c;
}

.home_group_tickets a {
	color: #ffffff;
	font-weight: 400;
}

.home_group_tickets a:hover {
	color: #ffa38e;
	font-weight: 400;
}


.home_group_pad {
	padding: 12px 25px;
}

#home_quotes {
	height: 125px;
	margin: 0 auto;
	width: 80%;
	text-align: center !important;
	position: relative;
	display: block;
}

#home_quotes p {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
	line-height: 1.2;
	font-size: 1.5em;
	font-family: 'Raleway',Arial,Helvetica,sans-serif; 
	color: #000000;
	text-align: center !important;
}

#home_quotes p span{
	font-size: 0.85em;
	font-weight:bold;
	color: #880d0e;
}



/************************************************************************************
ABOUT-STORY PAGE
*************************************************************************************/
.header_story {
	background: url(../_images/_headers/thestory.jpg) no-repeat center top;
}


/************************************************************************************
ABOUT- PIPERS PAGE
*************************************************************************************/
.header_pipers {
	background: url(../_images/_headers/thepipers.jpg) no-repeat center top;
}


/************************************************************************************
ABOUT- GIVING FILMS
*************************************************************************************/
.header_givingfilms {
	background: url(../_images/_headers/givingfilms.jpg) no-repeat center top;
}


/************************************************************************************
THEATERS/GROUP TICKETS
*************************************************************************************/
.header_theaters {
	background: url(../_images/_headers/theaters.jpg) no-repeat center top;
}

.header_grouptickets {
	background: url(../_images/_headers/grouptickets.jpg) no-repeat center top;
}


#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: 23px;
font-weight: normal !important;
font-size: 1.2em;
font-family: Arial,Helvetica,sans-serif; 
vertical-align: middle;
margin: 0;
border: 1px solid #be2d00;
}

.btn_zip {
	border: 1px solid #be2d00;
cursor: pointer;
display: inline-block;
padding: 23px;
position: relative;
color: #ffffff;
vertical-align: middle;
font-weight: normal !important;
font-size: 1.2em;
font-family: 'Raleway',Arial,Helvetica,sans-serif; 
background: #be2d00;
vertical-align: middle;
margin: 0;
}

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

.theater_distance {
	font-weight: bold;
	color: #ce3000;
}
	

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


.theaterlist {
width: 100%;
margin: 5px auto;
border-collapse:collapse;
background: #f6eddb;
}

.theaterlist th {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
border: 1px solid #d3c8b4;
padding: 9px;
color: #ffffff;
text-align: left;
background: #000000;
}


.theaterlist tbody tr:nth-of-type(odd) { 
background-color: #ece2ce; 
}

.theaterlist tbody td {
padding: 9px;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.90em;
line-height: 1;
border: 1px solid #d3c8b4;
border-collapse: collapse;
word-break: normal;
}


.btn_tickets {
cursor: pointer;
display: inline-block;
padding: 12px 20px;
margin: 0 3px 5px 0;
position: relative;
color: #ffffff;
vertical-align: middle;
font-weight: normal !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.95em;
background: #be2d00;
}

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


/************************************************************************************
PHOTOS & VIDEOS
*************************************************************************************/
.video_thumbs {
width: 31%;
display: inline-block;
margin: 0 1% 40px 1%;
color: #ffffff;
text-align: center;
font-size: 0.85em;
font-weight: normal;
position: relative;
vertical-align: top;
}

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

.videos_play {
position: absolute;
top: 35%;
left: 45%;
margin: 0 auto;
background: url(../_images/icon_play_btn.png) no-repeat center top;
width: 46px;
height: 43px;
z-index: 2000;
display: block;
}

.photo_thumbs {
display:inline-block;
margin: 0 12px 12px 0;
border: 2px solid #ffffff;
}


/************************************************************************************
ENDORSEMENTS PAGE
*************************************************************************************/

.endorsements p {
	font-size: 1.2em;
	line-height: 1.3 !important;
	margin: 0 !important;
	padding: 5px 0 5px 0 !important;
}

.endorsements span {
	color: #5b2712;
	font-size: 1em;
	line-height: 1.1 !important;
	font-weight: bold;
}



/************************************************************************************
PARTNERS PAGE
*************************************************************************************/
.column_partners {
	float: left;
	width: 65%;
}




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

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


h1, h2, h3, h4, h5, h6 {
font-weight: 700;
font-family: 'Raleway',Arial,Helvetica,sans-serif; 
line-height: 1.1;
margin: 0;
padding: 0;
text-transform: uppercase;
letter-spacing: -1px;
}

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

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

.red {
	color: #5b1212 !important;
}

.smaller {
font-size: 0.80em;
}

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

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

ul {
	margin: 0;
	padding: 0 0 0 40px;
}

li {
	margin: 0 0 8px 0;
}

/************************************************************************************
COLUMNS,PADS,SPACERS,IMAGES,BUTTONS
*************************************************************************************/
.column_half {
	width: 44.5%;
	margin: 10px 2%;
	float: left;
}

.column_third {
	width: 29%;
	margin: 10px 2%;
	float: left;
}

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

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

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

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

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

.column_third {
	width: 30%;
	float: left;
	text-align: center;
	margin: 20px 1%;
}

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

.padit10 {
	padding: 10px;
}


.image_float {
	margin: 10px 15px 6px 0;
	float: left;
}



.image_brdr_float {
	padding: 5px;
	border: 1px solid #B3AEAE;
	margin: 10px 15px 6px 0;
	float: left;
}

.image_brdr_float_right {
	padding: 5px;
	border: 1px solid #B3AEAE;
	margin: 10px 0 6px 15px;
	float: right;
}

.image_brdr {
border: 4px solid #ffffff;
position: relative;
margin-bottom: 8px;
-moz-box-shadow: 0px 2px 7px #2c2c2c;
-webkit-box-shadow: 0px 2px 7px #2c2c2c;
box-shadow: 0px 2px 7px #2c2c2c;
}

.btn_main {
cursor: pointer;
display: inline-block;
padding: 20px 35px;
position: relative;
color: #ffffff;
vertical-align: middle;
font-weight: 700 !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.3em;
background: #690a02;
}

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

.btn_main_small {
cursor: pointer;
display: inline-block;
padding: 10px 25px;
position: relative;
color: #ffffff;
vertical-align: middle;
font-weight: 700 !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: #690a02;
}

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




/************************************************************************************
SIGN UP
*************************************************************************************/
#signup_container {
	width: 50%;
	margin: 10px auto;
}

#signup_form label {
margin: 15px 0 0 0;
display: block;
}

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

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

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

#signup_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;
}

#footer_signup {
	width: 480px;
	margin: 5px auto 15px auto;
	display: block;
}

#footer_signup input[type=text] {
width: 50%;
display: inline-block;
background: #ffffff;
padding: 10px;
color: #000000;
font-size: 1em;
margin: 0;
position:relative;
border: 1px solid #c5c5c5;
vertical-align: top;
}

.btn_signup {
cursor: pointer;
display: inline-block;
margin: 0;
padding: 11px;
position: relative;
color: #ffffff;
vertical-align: top;
font-weight: 700 !important;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
-khtml-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
font-size: 1em;
background: #690a02;
}

.btn_signup:hover {
background: #a40d00;
color: #ffffff;
font-weight: 700 !important;
}



/************************************************************************************
PAGINATION
*************************************************************************************/
.pagination {
margin: 0 auto;
padding: 0;
list-style: none;
}

.pagination li{
display: inline-block;
margin-right: 2px;
border: 1px solid #bababa;
padding: 0;
font-size: 0.70em;
}

.pagination .active{
border: none;
display: inline-block;
padding: 3px 6px;
font-weight: bold;
}

.pagination a {
display: block;
padding: 3px 6px;
font-weight: bold;
}

.pagination a:hover{
text-decoration: none;
}
