/************************************************************************************
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: #ffffff;
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: #323232;
}

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

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

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

#credits {
border-top: 1px solid #323232;
	width: 100%;
	margin: 0 auto;
	background: #000000;
	position: fixed;
	bottom: 0;
	display: none;
	z-index: 1;
}

.close_it {
	position: absolute;
	top: 10px;
	right: 10px;
}

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


.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: 60px;
}

.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;
}


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

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



/************************************************************************************
NAVIGATION
*************************************************************************************/
#menu {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	height: 60px;
	position: relative;
	font-family: 'Lato',Arial,Helvetica,sans-serif; 
	font-size: 1em;
	text-transform: uppercase;
	-moz-box-shadow: 0px 0px 10px #000000;
-webkit-box-shadow: 0px 0px 10px #000000;
box-shadow: 0px 0px 10px #000000;
}

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

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


#menu_icon {
display: none;
float: left;
margin: 10px 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: #ffd9ac;
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: #ffd9ac;
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: #ffd9ac;
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: #ffd9ac !important;
}

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

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




/************************************************************************************
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: bold;
font-family: 'Lato',Arial,Helvetica,sans-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.2em !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: 'Lato',Arial,Helvetica,sans-serif; 
padding: 15px 24px;
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.2em;
background: #c4161f;
-webkit-appearance: none !important;
margin: 0 6px 6px 0;
}

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

.btn_main_small {
cursor: pointer;
display: inline-block;
font-family: 'Lato',Arial,Helvetica,sans-serif; 
padding: 8px 10px;
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;
}

.red {
	color: #ed1c24 !important;
}

.white {
	color: #ffffff !important;
}

ul,ol {
	margin: 0;
	padding: 10px 0 0 35px;
}

li {
	margin: 0;
	padding: 0 0 8px 0;
}


/************************************************************************************
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;
}

.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%;
	width: 48%;
	vertical-align: top;
}

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

.image_brdr {
margin: 0 0 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;
}

.image_brdr_bottom {
	border-bottom: 1px solid #ffffff;
}

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

#home_title {
	width: 48.6%;
	margin: 0 auto;
}

.btn_home_trailer {
	cursor: pointer;
display: inline-block;
padding: 15px 30px;
position: relative;
color: #ffffff;
vertical-align: middle;
font-weight: normal !important;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius: 15px 15px 15px 15px;
-khtml-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
font-size: 1.5em;
background: #ba0708;
-moz-box-shadow: 0px 1px 10px #000000;
-webkit-box-shadow: 0px 1px 10px #000000;
box-shadow: 0px 1px 10px #000000;
margin: 100px auto;
-webkit-appearance: none !important;
}

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


.home_play {
	margin: 0px 9px 0 0;
	display: inline-block;
	vertical-align: top;
}


#home_trailer {
	float: right;
	position: absolute;
	bottom: 20px;
	right: 2%;
	margin: 0;
}

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

#home_banner {
	border-top: 1px solid #323232;
	border-bottom: 1px solid #323232;
	width: 100%;
	margin: 0 auto;
	background: #e80608;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5em;
	font-family: 'Lato',Arial,Helvetica,sans-serif; 
}

#home_banner a {
	color: #ffd9ac;
}

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

#pureflix_banner {
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
}

.banner_mobile {
	display: none;
}


.home_timer {
	margin: 0 auto 8px auto;
	text-align: center;
	background: #000000;
	-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
border-radius:5px 5px 5px 5px;
}

.home_timer ul {
	margin: 0;
	padding: 15px;
	list-style-type:none;
}

.home_timer ul li {
	display: inline-block;
	margin: 0;
	padding: 0 12px;
	text-align: center;
	line-height: 1;
	font-size: 0.90em;
	color: #ffffff;
}

.home_timer ul li span {
	display: block;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}


/************************************************************************************
SWEEPSTAKES PAGE
*************************************************************************************/
.prius {
	background: url(../_images/prius.jpg) no-repeat center top;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
height: 1px;
padding-bottom: 41%;
position: relative;
}

.btn_facebook {
	margin: 0 5px 5px 0;
cursor: pointer;
display: inline-block;
padding: 10px 25px 12px 25px;
position: relative;
font-size: 1.1em;
text-shadow:0px 1px 0px #528ecc;
color: #ffffff;
vertical-align: middle;
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
border-radius:5px 5px 5px 5px;
text-transform: uppercase;
background: #3b5998;
font-family: 'Lato',Arial,Helvetica,sans-serif; 
font-weight: normal !important;
}

.btn_facebook:hover {
background: #1f3563;
color: #ffffff;
font-weight: normal !important;
}

.btn_twitter {
	margin: 0 5px 5px 0;
cursor: pointer;
display: inline-block;
padding: 10px 25px 12px 25px;
position: relative;
font-size: 1.1em;
text-shadow:0px 1px 0px #528ecc;
color: #ffffff;
vertical-align: middle;
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
border-radius:5px 5px 5px 5px;
text-transform: uppercase;
background: #5ea9dd;
font-family: 'Lato',Arial,Helvetica,sans-serif; 
font-weight: normal !important;
}

.btn_twitter:hover {
background: #4a87b1;
color: #ffffff;
font-weight: normal !important;
}




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

#about_title {
	width: 48.6%;
	margin: 0 auto;
	display: block;
}

.column_about {
	float: left;
	width: 50%;
}




/************************************************************************************
CASt PAGE
*************************************************************************************/
.bg_cast {
	background: #000000;
}


.column_cast  {
	display: inline-block;
	width: 24.99%;
	float: left;
	margin: 0;
	position: relative;
	height: auto;
}

.column_cast_pad {
	position: relative;
	padding: 25px;
	height: auto;
}




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

#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_big {
width: 100%; /*900px*/
height: 800px;
margin: 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, #map_big 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: 'Lato',Arial,Helvetica,sans-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: 'Lato',Arial,Helvetica,sans-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;
background: #ffffff;
}

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


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

.theaterlist tbody td {
padding: 9px;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.90em !important;
line-height: 1.1;
border: 1px solid #eeeeee;
border-collapse: collapse;
word-break: normal;
text-align: center;
color: #2F2F2F;
}


.btn_tickets {
	display:inline-block;
cursor: pointer;
padding: 8px 12px;
margin: 0 3px 3px 0;
position: relative;
color: #ffffff;
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;
background: #b81314;
font-size: 0.90em;
-webkit-appearance: none !important;
}

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


.btn_pray {
	display:inline-block;
cursor: pointer;
padding: 8px 12px;
margin: 5px 0 0 0;
position: relative;
color: #ffffff;
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;
background: #ff8a00;
font-size: 0.80em;
-webkit-appearance: none !important;
}

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

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

#group_container {
	width: 50%;
	margin: 0 auto;
	padding-top: 100px;
}




/************************************************************************************
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_full {
width: 100%;
display: inline-block;
margin: 10px 1%;
text-align: center;
font-size: 1em;
position: relative;
}

.video_thumbs img, .video_thumbs_full 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;
}

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


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

.quote_it {
	font-family: 'Lato',Arial,Helvetica,sans-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;
}

#signup_form {
	margin: 0 auto;
}

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

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


/************************************************************************************
TEACHERS PAGE
*************************************************************************************/
.teacher {
	background: url(../_images/teacher.jpg) no-repeat center top;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
height: 1px;
padding-bottom: 31.73%;
position: relative;
}