html {
  position: relative;
  min-height: 100%;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0 0 100px; /* bottom = footer height */
	background-color: #333;
	background-image: url(images/background-fade.jpg);
	background-size: 100% !important;
	background-repeat: no-repeat;
    margin-bottom: 150px;
}

#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 150px;
    width: 100%;
}

@media (min-width: 768px) {
	.container {
		width: 900px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 900px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 900px;
	}
}

#top-link {
	display: none;
	position: fixed;
	right: 5%;
	bottom: 0;
	font-family: 'Anton', sans-serif;
	font-weight: 400;
	line-height: 1.1;
	color: #000000;
	text-decoration: none;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 10px;
	border: 1px solid rgba(153,153,153,1);
	border-radius: 4px 4px 0 0;
	opacity: .8;
}

#top-link:hover {
	text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #000, 0 0 7px #FF0, 0 0 8px #FF0, 0 0 10px #FF0, 0 0 15px #FF0;
}

#header {
	position: relative;
	width: 950px;
	height: 155px;
	margin: auto;
	padding: 0;
	border: 0;
}

#top-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 950px;
	height: 147px;
	overflow: hidden;
}

#top-nav li {
	float: left;
}

#top-nav  a {
	display: block;
	padding-top: 147px;
	background-image: url(images/nav-bar.jpg);
	text-decoration: none;
}

.movies {
	width: 138px;
}

.movies:hover, .movies.current_page_item {
	background-position: 0 -147px;
}

.coming-soon {
	width: 124px;
	background-position: -146px 0;
}

.coming-soon:hover, .coming-soon.current_page_item {
	background-position: -146px -147px;
}

.about {
	width: 148px;
	background-position: -270px 0;
}

.about:hover, .about.current_page_item {
	background-position: -270px -147px;
}

.est {
	width: 120px;
	background-position: -418px 0;
}

.staff {
	width: 150px;
	background-position: -538px 0;
}

.staff:hover, .staff.current_page_item {
	background-position: -538px -147px;
}

.contact {
	width: 132px;
	background-position: -688px 0;
}

.contact:hover, .contact.current_page_item {
	background-position: -688px -147px;
}

.clients {
	width: 130px;
	background-position: -820px 0;
}

.clients:hover, .clients.current_page_item {
	background-position: -820px -147px;
}

#page-content {
	background: url(images/page-content-top.png) left top no-repeat, url(images/page-content-bottom.png) left bottom no-repeat, url(images/page-content-background.jpg) left top repeat-y;
	position: relative;
	width: 850px;
	min-height: 500px;
	margin: auto;
	margin-top: 10px;
	padding: 60px;
	border-radius: 10px;
	border: 0;
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eeeeee;
}

#hype-wrapper {
	width: 100%;
	height: 800px;
	background-color: #000;
}

#staff-bios {
	width: 50%:;
}

footer {
	background-color: transparent !important;
	text-align: center;
}

.hr2 {
	display: block;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 10px;
	color: rgba(102,102,102,1);
	border: 0;
	box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.5);
}

.hr1 {
	display: block;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	height: 1px;
	background: #333;
	background-image: -webkit-linear-gradient(left,#ccc,#333,#ccc);
	background-image: -moz-linear-gradient(left,#ccc,#333,#ccc);
	background-image: -ms-linear-gradient(left,#ccc,#333,#ccc);
	background-image: -o-linear-gradient(left,#ccc,#333,#ccc);
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-family: 'Anton', sans-serif;
	font-weight: 400;
	line-height: 1.1;
	color: #000000;
}

h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #ffffff;
}

h4,
.h4 {
	font-size: 20px;
	margin-left: 12px;
}

h6,
.h6 {
	color: #FFF;
}

.lead {
	margin: 12px;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.4;
}

.posters-container {
	display: inline;
	position: relative;
	width: 900px;
	text-align: center;
}

.posters {
	display: inline;
	vertical-align: top;
}

img.poster-glow:hover {
	box-shadow: 0 0 5px 5px #3399FF;
}

.image-right {
	margin: 20px 0 20px 20px;
	border: solid rgba(102,102,102,1) 1px;
	box-shadow: 0 6px 16px rgba(0,0,0,0.5);
	float: right !important;
}

.featurette-heading {
	display: block;
	width: 347px;
	min-height: 114px;
	padding: 40px 15px;
	border-radius: 20px;
	margin-bottom: 30px;
	border-bottom: solid 1px #CCC;
	background: url(images/marquee-top.png) 0 0 no-repeat, url(images/marquee-bottom.png) left bottom no-repeat, url(images/marquee-middle.png) left top repeat-y;
	text-align: center;
	text-shadow: 0 0 7px #FF0, 0 0 10px #FF0, 0 0 15px #FF0;
	box-shadow: 0 6px 16px rgba(0,0,0,0.5);
}

.photo-gallery {
	display: block;
	width: 700px;
	min-height: 140px;
	margin: 30px auto;
	padding: 30px 15px 20px;
	border-radius: 20px;
	border-bottom: solid 1px #CCC;
	background: url(images/marquee-top.png) left top repeat-x, url(images/marquee-bottom.png) left bottom repeat-x, url(images/photo-gallery-middle.png) left top repeat-y;
	text-align: center;
	text-shadow: 0 0 7px #FF0, 0 0 10px #FF0, 0 0 15px #FF0;
	box-shadow: 0 6px 16px rgba(0,0,0,0.5);
}

.box-shadow {
	box-shadow: 0 6px 16px rgba(0,0,0,0.5);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn {
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 0;
	color: rgba(0,0,0,1);
	font-family: 'Anton', sans-serif;
	font-weight: 400;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: baseline;
	cursor: pointer;
	background-color: rgba(153,153,153,.7);
	border: 1px solid transparent;
}

.btn-danger:active,
.btn-danger.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	top: 1px;
}

.btn:hover,
.btn:focus {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #000, 0 0 7px #FF0, 0 0 8px #FF0, 0 0 10px #FF0, 0 0 15px #FF0;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-danger {
	color: #000;
	background-color: transparent;
	border-color: transparent;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
	text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #000, 0 0 7px #FF0, 0 0 8px #FF0, 0 0 10px #FF0, 0 0 15px #FF0;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger .badge {
	color: #000;
	background-color: transparent;
}

.btn-danger {
	display: inline-block;
	position: relative;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0,0,0,0);
}

.btn-danger:before {
	opacity: 0;
/* W3C */
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
	-webkit-animation-name: hover;
	animation-name: hover;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.btn-danger:hover:before, .btn-danger:focus:before, .btn-danger:active:before {
	opacity: .4;
	-webkit-animation-name: hover;
	animation-name: hover;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px;
	font-family: Anton, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.428571429;
	list-style: none;
	background-image: url(images/page-content-background.jpg);
	background-position: -75px;
	border: 2px solid #666;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	background-clip: padding-box;
}

dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none !important;
	color: #fff;
	background-color: transparent;
	border-color: transparent;
	text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #000, 0 0 7px #FF0, 0 0 8px #FF0, 0 0 10px #FF0, 0 0 15px #FF0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border-top: 1px solid #dddddd;
}

.well-sm {
	display: block;
	width: 347px;
	min-height: 75px;
	padding: 30px 15px 20px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 20px;
	background: url(images/marquee-top.png) left top no-repeat, url(images/marquee-bottom.png) left bottom no-repeat, url(images/marquee-middle.png) left top repeat-y;
	text-align: center;
	text-shadow: 0 0 7px #FF0, 0 0 10px #FF0, 0 0 15px #FF0;
	box-shadow: 0 6px 16px rgba(0,0,0,0.5);
}

.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	display:block;
	padding:20px;
	margin: 0 auto;
}
.copyright > a {
	text-decoration:none;
	color:#FFF;
}

#drive-in {

	margin: 0;

	background-color: rgba(0,0,0,1);

	background-image: none !important;

	color: rgba(255,255,255,1);

	text-align:center;

}

