/* -- Home -- */


#home #showing-date {
	visibility: hidden;
}

#home-showing {
	height: 300px;
}

#home-showing .pad {
	max-width: 1296px;
	margin: 0 0 0 52px;
	text-align: center;
}

#home-showing .form-select {
	width: 200px;
	margin: auto;
	text-align: left;
}

#home-showing .form-select .menu {
	width: 198px;
}
 
#home-showing .carousel {
	display: none;
	height: 270px;
	width: 1296px;
	padding: 25px 0 0;
	text-align: left;
}

#home-showing .noscreen {
	display: block;
	text-align: center;
	padding-top: 50px;	
}

#home-showing #day-offset-0 {
	display: block;
}

#home-showing .carousel-prev,
#home-showing .carousel-next {
	display: block;
	position: absolute;
	z-index: 10;
	width: 40px;
	height: 40px;
	background: url(../images/common/carousel-arrows-2x.png) no-repeat;
	background-size: 67px 84px;
	margin-top: -22px;
}

#home-showing .carousel-prev {
	margin-left: -52px;
}

#home-showing .carousel-prev:hover {
	/* background-position: 0 -40px;	*/
}

#home-showing .carousel-next {
	margin-right: -52px;
	background-position: right 0;	
}

#home-showing .carousel-next:hover {
	/* background-position: right -40px;	*/
}

#home-showing ul {
	height: 270px;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#home-showing ul li {
	float: left;
	margin: 0 4px;
	padding: 0;
	width: 412px;
	height: 270px;
	overflow: hidden;
}

#home-showing ul li img {
	display: block;
	width: 100%;
	height: auto;
}

#home-showing ul li .title {
	display: block;
	float: left;
	width: 40%;
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
}


#home-showing ul li .showtimes {
	display: block;
	float: right;
	width: 50%;
	padding: 10px 0;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}

.showtimes {
	color: #999;
}

.showtimes .sold-out, .buy .sold-out {
	text-decoration: line-through;
}

#home-showing ul li .showtimes a {
	display: inline-block;
	margin-left: 6px;
	color: #FF0000;
}

#home-showing .basic {
	text-align: center;
}

#home-showing .basic ul {
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

#home-showing .basic li {
	position: relative;
	margin: 0 13px;
	text-align: left;
}

#home-showing .basic li:first-child {
	margin-left: 0 !important;
}

#home-showing .basic li:last-child {
	margin-right: 0 !important;
}

#home-upcoming {
	text-align: center;
	min-height: 600px;
}

#home-upcoming ul {
	max-width: 1296px;
	margin: 0 auto;
	list-style: none;
	padding: 0;
	width: 100%;
	overflow: hidden;
	text-align: left;
}

#home-upcoming ul li {
	position: relative;
	float: left;
	width: 633px;
	padding-bottom: 62px;
	margin-bottom: 30px;
	transition: width .2s;
	border-bottom: 1px solid #A4A4BD;
}

#home-upcoming ul li:nth-child(even) {
	float: right;
}

#home-upcoming ul li img {
	display: block;
	width: 100%;
	height: auto;
}

#home-upcoming ul li .title {
	display: block;
	position: absolute;
	width: 70%;
	height: 62px;
	bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 62px;
	font-size: 12px;
	letter-spacing: 1px;
}

#home-upcoming ul li .label {
	display: block;
	position: absolute;
	width: 30%;
	height: 62px;
	bottom: 0;
	right: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 62px;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: right;
	color: #A4A4BC;
}





/* -- Films -- */

#films {
	padding-bottom: 50px;
}

#films-showing-date {
	text-align: center;
	padding-bottom: 10px;
}

#films-showing-date select {
	display: none;
}

#films-showing-date .form-select {
	width: 201px;
	margin: auto;
	text-align: left;
}

#films-showing-date .form-select .menu {
	width: 199px;
}

#films #all-films {
	margin-top: 40px;
	padding-top: 16px;
}

.films-list {
	width: 1230px;
	padding-top: 10px;
	padding-left: 85px;
}

.films-list .film {
	width: 100%;
	overflow: hidden;
	padding-bottom: 34px;
}

.films-list .film:last-child {
	padding-bottom: 17px;
}

.films-list .film select,
.films-list .film .form-select {
	display: block;
	width: 201px;
	float: right;
	margin: 0 0 0 10px;
}

.films-list .film .form-select .menu {
	width: 199px;
}

.films-list .film .image img {
	display: block;
	float: left;
	margin-right: 30px;
}

.films-list .film .text {
	float: left;
	width: 464px;
}

.films-list .film h4.title {
	float: left;
	margin: -2px 0 0;
	padding: 0;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
}

.films-list .film h4.narrow {
	width: 50%;
}

.films-list .film .showtimes {
	clear: both;
	padding: 20px 0;
	color: #999;
}

.films-list .film .showtimes a,
.films-list .film .showtimes span {
	display: inline-block;
	margin-right: 6px;
	cursor: default;
}

.films-list .film .showtimes a {
	color: #FF0000;
	cursor: pointer;
}

.films-list .film .details {
	clear: both;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 1px;
}

.films-list .film .details .specs {
	text-transform: initial;
}

.films-list .film .date {
	clear: both;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 1px;
	padding-top: 18px;
}

.films-list .film .summary {
	clear: both;
	padding: 18px 20px 18px 0;
}

#film .mobile-title {
	display: none;
}

#film-back {
	height: 14px;
	margin-top: -15px;
	margin-bottom: 28px;
}

#film-back a {
	display: block;
	float: left;
	padding-left: 28px;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: url(../images/common/back-arrow-2x.png) 2px 1px no-repeat;
	background-size: 9px 13px;
}

#film .pad {
	max-width: 1296px;
	margin: 0 0 0 52px;
}

#film .media {
	float: left;
	padding-bottom: 30px;
}

#film .media .image img {
	display: block;
	margin-bottom: 40px;
}

#film .media .trailer .trigger {
	display: none;
}

#film h4 .mobile-title {
	display: none;
}

#film .text {
	width: 536px;
	float: right;
}

#film h4.title {
	margin: 2px 0 25px;
	padding: 0;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
}

#film .purchase {
	border-top: 1px solid #A4A4BC;
	border-bottom: 1px solid #A4A4BC;
	padding: 25px 0;
	margin-bottom: 20px;
}

#film .purchase strong:first-child {
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 25px;
}

#film select {
	display: block;
	float: none;
}

#film .form-select {
	width: 201px;
}

#film .form-select .menu {
	width: 199px;
}

#film .showtimes {
	padding: 20px 0 0;
	color: #999;
	max-width: 390px;
}

#film .showtimes a,
#film .showtimes span {
	display: inline-block;
	margin-right: 6px;
	cursor: default;
}

#film .showtimes a {
	color: #FF0000;
	cursor: pointer;
}

#film .details {
	max-width: 390px;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 1px;
}

#film .details .specs {
	text-transform: initial;
}

#film .summary {
	max-width: 390px;
	padding-bottom: 5px;
}

#film .summary a {
	border-bottom: 1px solid #A4A4BC;
}

#film .summary a:hover {
	border-color: #0000AF;
}

#film-recommended {
	clear: both;
}

#film-recommended h5 {
	margin-bottom: 0;
}

#film-recommended ul {
	list-style: none;
	width: 100%;
	margin: 0 0 40px;
	padding: 0 ;
	overflow: hidden;
	border-bottom: 1px solid #A4A4BC;
}

#film-recommended ul li {
	float: left;
	width: 404px;
	padding: 0;
	margin: 0;
	margin-right: 41px;
}

#film-recommended ul li:last-child {
	margin-right: 0;
}

#film-recommended ul li .label {
	display: block;
	text-transform: lowercase;
	letter-spacing: 1px;
	padding: 14px 5px 10px;
	color: #A4A4BC;;
}

#film-recommended ul li img {
	display: block;
}

#film-recommended ul li .title {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 14px 5px;
}







/* --  EVENTS -- */

#event-list .event {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #A4A4BC;
}

#event-list .event:last-child {
	border-bottom: 0;
}

#event-list .event .pad {
	position: relative;
	width: 960px;
	margin-left: 220px;
	overflow: hidden;
}

#event-list .event .image {
	float: left;
	margin-right: 25px;
}

#event-list .event .text {
	float: left;
	width: 460px;
	height: 460px;
	position: relative;
}

#event-list .event .text p:first-child {
	margin-top: 0;
}

#event-list .event h4.title {
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 21px;
	line-height: 23px;
	letter-spacing: 4px;
	margin: 5px 0 12px;
}

#event-list .event .date {
	text-align: center;
	font-size: 16px;
	letter-spacing: 3px;
	margin: 0 0 50px;
}

#event-list .event .related {
	padding: 30px 0;
	font-size: 12px;
	line-height: 17px;
}

#event-list .event .avail {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	padding-bottom: 25px;
}

#event-list .event .login-form p {
	margin: 10px 0;
}


#event-list .event .login-form .input {
	width: 200px;
}


#event-list .event .login-form .submit {
	text-transform: uppercase;
}

#event-list .event .buy {
	position: absolute;
	bottom: 0;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #FFF3E1;
	padding-top: 5px;
}

#event-list .event .buy .price {
	display: block;
	padding-bottom: 12px;
}




/* -- SERIES -- */


#series-films ul {
	list-style: none;
	width: 990px;
	margin: 0 0 40px 217px;
	padding: 0;
	overflow: hidden;
}

#series-films ul li {
	float: left;
	width: 300px;
	height: 395px;
	padding: 0 30px 0 0;
	margin: 0 0 20px 0;
	overflow: hidden;
} 

#series-films.centered ul {
	text-align: center;
}

#series-films.centered ul li {
	float: none;
	display: inline-block;
	text-align: left;
}


#series-films ul li img {
	display: block;
	margin-bottom: 14px;
}

#series-films ul li h4.title {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 5px;
}

#series-films .form-select {
	width: 201px;
}

#series-films .form-select .menu {
	width: 199px;
	max-height: 150px;
}

#series-films .showtimes {
	padding: 14px 0;
	color: #999;
}

#series-films .showtimes a,
#series-films .showtimes span {
	display: inline-block;
	margin-right: 6px;
	cursor: default;
}

#series-films .showtimes a {
	color: #FF0000;
	cursor: pointer;
}

#series-films .details {
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 1px;
}

#series-films .date {
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 1px;
	padding-top: 18px;
}

#series-films .summary {
	padding: 14px 0;
}

#series-title h4 {
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 3px;
	margin: 0;
}

#series-title .date {
	text-align: center;
	font-size: 12px;
	letter-spacing: 3px;
	margin: 0 0 34px;
}

#series-title img {
	margin: 0 auto !important;
	display: block !important;
}

#series .pad {
	text-align: left;
}

#series .static img {
	display: initial;
	width: initial;
	max-width: initial;
	height: initial;
	margin: initial;
}



/* -- CALENDAR -- */

#calendar-filters {
	float: left;
	width: 292px;
}

#calendar-filters #filter-types {
	width: 100%;
	overflow: hidden;
	line-height: 14px;
	font-size: 12px;
}

#calendar-filters #filter-types a {
	display: inline-block;
	height: 15px;
	padding-left: 32px;
	margin-right: 38px;
	background: url(../images/common/checkbox-unselected-2x.png) no-repeat;
	background-size: 15px 15px;
}

#calendar-filters #filter-types a.selected {
	background-image: url(../images/common/checkbox-selected-2x.png);
}

#calendar-filters #filter-title {
	padding: 28px 0;
}

#calendar-filters #filter-title select {
	display: none;
}

#calendar-filters #filter-title .form-select {
	width: 292px;
}

#calendar-filters #filter-title .form-select .menu {
	width: 290px;
}

#filter-date {
	border: 1px solid #A4A4BC;
	padding: 2px;
}

#calendar-nav {
	padding: 37px 45px 40px;
	overflow: hidden;
	border: 1px solid #0F0681;
}

#calendar-nav-header {
	height: 30px;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 1px;
}

a#calendar-nav-prev,
a#calendar-nav-next {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin-left: 6px;
	overflow: hidden;
	background: url(../images/common/calendar-arrow-prev.png) 0 3px  no-repeat;
}

a#calendar-nav-prev span,
a#calendar-nav-next span {
	display: none;
}

a#calendar-nav-next {
	float: right;
	margin-left: 0;
	margin-right: 6px;
	background: url(../images/common/calendar-arrow-next.png) right 3px no-repeat;
}

a#calendar-nav-current {
	display: block;
	text-align: center;
}


#calendar-days {
	width: 110%;
	overflow: hidden;
}

#calendar-days span {
	display: block;
	float: left;
	width: 22px;
	margin-right: 7px;
	text-align: center;
	font-size: 12px;
}

#calendar-nav ul {
	display: block;
	width: 110%;
	padding: 0;
	margin: 0;
	list-style: none;
	padding-top: 7px;
	-webkit-font-smoothing: antialiased;
}

#calendar-nav ul li {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	padding: 0;
	margin: 10px 7px 0 0;
	list-style: none;
}

#calendar-nav ul li a {
	display: block;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
}

#calendar-nav ul li.past a {
	color: #999;
}

#calendar-nav ul li.current a {
	background: #0000B1;
	color: #FFF;
}

#calendar-list {
	float: right;
	width: 850px;
	padding-left: 225px;
	padding-bottom: 50px;
}

#calendar-list .day {
	position: relative;
	width: 100%;
	text-transform: uppercase;
}

#calendar-list .day .date {
	position: absolute;
	left: -225px;
	top: -8px;
	width: 196px;
	text-align: right;
	font-size: 11px;
	letter-spacing: 1px;
	color: #A4A4BC;
}

#calendar-list .day .group {
	border-top: 1px solid #A4A4BC;
	padding-top: 10px;
	margin-top: 10px;
}

#calendar-list .day .group .label {
	display: block;
	position: absolute;
	left: -225px;
	width: 196px;
	padding-top: 12px;
	text-align: right;
	font-size: 11px;
	letter-spacing: 1px;
	color: #A4A4BC;
}

#calendar-list .day .group .item {
	padding: 10px 0; 
	letter-spacing: 1px;
}

#calendar-list .day .group .showtimes {
	display: block;
	padding-top: 0;
	width: 100%;
	overflow: hidden;
}

#calendar-list .day .group .showtimes a {
	display: block;
	float: left;
	margin-right: 6px;
	color: #FF0000;
	font-size: 11px;
}

#calendar-list .day .group .showtimes a.title {
	font-size: 12px;
	margin-right: 10px;
	color: #0000B1;
}


#calendar-list .day .group .showtimes .sold-out {
	margin-right: 6px;
	font-size: 11px;
}


/* -- THE PEOPLE -- */

#the-people {
	margin-left: 0;
}

#the-people ol {
	width: 125%;
	padding: 0;
}

#the-people ol li {
	width: 200px;
	height: 425px;
	margin-right: 12px;
}
/*
#the-people ol li:nth-child(9) {
	margin-left: 212px;
	margin-left: 320px;
}
*/
#the-people ol li img {
	width: 200px;
	height: 283px;
}



/* -- CONTACT -- */


#contact-page {
	max-width: 680px;
	margin: auto;
	padding-top: 40px;
}

#contact-page .contact {
	float: left;
	width: 33%;
	padding: 50px 0 60px;
	font-size: 12px;
}

#contact-page .contact a {
	color: #FF0000;
}

#contact-mail {
	background: url(../images/pages/contact-mail.png) center top no-repeat;
	background-size: 36px 30px;
}

#contact-general {
	background: url(../images/pages/contact-general.png) center top no-repeat;
	background-size: 36px 30px;
}

#contact-tickets {
	background: url(../images/pages/contact-tickets.png) center top no-repeat;
	background-size: 36px 38px;
}

#contact-publicity {
	background: url(../images/pages/contact-publicity.png) center top no-repeat;
	background-size: 36px 30px;
}

#contact-bookings {
	background: url(../images/pages/contact-bookings.png) center top no-repeat;
	background-size: 36px 30px;
}

#contact-jobs {
	background: url(../images/pages/contact-jobs.png) center top no-repeat;
	background-size: 36px 30px;
}



/* -- EDITION -- */

#edition .label {
	display: block;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #999;
	padding: 15px 0;
	cursor: default;
}

#edition .feature img {
	display: block;
}

#edition .feature .text {
	text-align: center;
}

#edition .feature .text .date {
	display: block;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
}

#edition .feature .text .title {
	display: block;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#edition .feature .text .byline {
	display: block;
	letter-spacing: 1px;
	padding-bottom: 15px;
}

#edition-main-top {
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #FFA99B;
}

#edition-list .feature {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
	border-bottom: 1px solid #FFA99B;
}

#edition-list .feature:last-child {
	border-bottom: 0;
}

#edition-main-top .feature img,
#edition-list .feature img {
	float: left;
}

#edition-main-top .feature .text,
#edition-list .feature .text {
	float: right;
	width: 466px;
	padding-top: 130px;
}

#edition-main-mid {
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px solid #FFA99B;
}

#edition-main-mid .feature {
	float: right;
	width: 633px;
}

#edition-main-mid .feature:first-child {
	float: left;
}

#edition-main-mid .feature .text {
	padding: 20px 0;
}

#edition-main-btm {
	width: 100%;
	overflow: hidden;
}

#edition-main-btm .feature,
#edition-featured li {
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 30px;
}

#edition-main-btm .feature:first-child,
#edition-featured li:first-child {
	margin-left: 0;
}

#edition-main-btm .feature .text {
	padding: 20px 0 5px;
}

#edition-main-btm .feature .text .title,
#edition-featured li .title {
	display: block;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}

#edition-main-btm .feature .text .byline,
#edition-featured li .byline {
	display: block;
	font-size: 12px;
}

#edition-tag {
	padding: 25px 10px 10px;
	text-align: center;
	color: #FF0000;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 18px;
	cursor: default;
}

#edition-detail {
	width: 800px;
	margin-left: 249px;
	padding-bottom: 20px;
}

#edition-detail  h4.title {
	display: block;
	margin: 43px 0 5px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FF0000;
	font-weight: normal;
}

#edition-detail .byline {
	display: block;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FF0000;
}

#edition-detail .date {
	display: block;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #FF0000;
}

#edition-detail .image {
	padding: 32px 0 10px;
}

#edition-detail .image img {
	display: block;
}

#edition-featured h5 {
	margin-bottom: 0;
}

#edition-featured ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

#edition-featured li {
	text-align: center;
	padding-bottom: 20px;
}

#edition-featured li .label {
	text-transform: lowercase;
}

#edition-featured li img {
	display: block;
	margin-bottom: 20px;
}



/* -- MEMBERSHIP -- */

.membership {
	width: 260px;
	margin: auto;
	padding-top: 5px;
	line-height: 20px;
	letter-spacing: 1px;
}

.membership h4 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}

.membership .cost {
	padding: 15px 0;
}

.membership .icon {
	display: block;
	width: 260px;
	height: 41px;
	margin: 15px 0;
	background: url(../images/common/membership-icon.png) center center no-repeat;
}



/* -- COMMISSARY -- */

#commissary {
	text-align: center;
	padding-bottom: 50px;
}

#commissary .pad {
	max-width: 566px;
	margin: auto;
}

#commissary-top {
	height: 124px;
	margin: 45px auto 55px;
}

#commissary-now-open {
	display: inline-block;
	width: 137px;
	height: 124px;
	margin: 0 30px 0 0;
	background: url(../images/pages/commissary-now-open-2x.png) no-repeat;
	background-size: 100% 100%;
}

#commissary-now-open span {
	display: none;
}

#commissary-reservations {
	display: inline-block;
	width: 137px;
	height: 124px;
	margin: 0 0 0 30px;
	background: url(../images/pages/commissary-reservations-2x.png) no-repeat;
	background-size: 100% 100%;
}

#commissary-reservations .link a {
	display: block;
	height: 84px;
}

#commissary-reservations .link a span {
	display: none;
}

#commissary-reservations .phone {
	height: 40px;
}

#commissary-reservations .phone span {
	display: none;
}

#commissary-carousel {
	text-align: center;
}

#commissary-carousel .carousel {
	width: 565px;
	height: 377px;
	overflow: hidden;
	margin: auto;
}

#commissary-carousel div {
	width: 565px;
	height: 377px;
	margin: auto;
}

#commissary-carousel div img {
	display: block;
}

#commissary-carousel .carousel-prev {
	display: block;
	margin-left: -132px;
	width: 40px;
	height: 12px;
	background: url(../images/common/arrow-prev-2x.png) no-repeat;
	background-size: 100% 100%;
}

#commissary-carousel .carousel-next {
	display: block;
	margin-right: -132px;
	width: 40px;
	height: 12px;
	background: url(../images/common/arrow-next-2x.png) no-repeat;
	background-size: 100% 100%;
}

#commissary #intro {
	padding: 25px 0 0;
	letter-spacing: 1px;
}

#commissary h3#hours-header {
	height: 40px;
	background: url(../images/pages/commissary-hours-2x.png) center no-repeat;
	background-size: 105px 40px;
}

#commissary h3#hours-header span {
	display: none;
}

#commissary h3#menus-header {
	height: 40px;
	background: url(../images/pages/commissary-menus-2x.png) center no-repeat;
	background-size: 105px 40px;
}

#commissary h3#menus-header span {
	display: none;
}
/*
#commissary #hours {
	width: 565px;
	padding-bottom: 20px;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
	letter-spacing: 0;
}

#commissary #hours h4 {
	height: 18px;
	margin: 0 0 10px;
}

#commissary #hours h4 span {
	display: none;
}

#commissary #hours #hours-dinner h4 {
	background: url(../images/pages/commissary-dinner-2x.png) center no-repeat;
	background-size: 147px 18px;
}

#commissary #hours #hours-bars h4 {
	background: url(../images/pages/commissary-bars-2x.png) center no-repeat;
	background-size: 147px 18px;
}

#commissary #hours .group {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}

*/

#commissary #hours {
	width: 565px;
	padding-bottom: 30px;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
	letter-spacing: 0;
}

#commissary #hours h4 {
	height: 18px;
	margin: 0 0 10px;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #EC1C24;
	text-transform: uppercase;
}

#commissary #hours .group {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	padding-bottom: 30px;
}

#commissary-nav {
	padding: 20px 0 40px;
}

#commissary-nav a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	margin: 0 28px;
}

#commissary-nav a.coming-soon {
	min-width: 102px;
	padding-bottom: 46px;
	background: url(../images/pages/commissary-coming-soon-2x.png) center bottom no-repeat;
	background-size: 102px 34px;
	cursor: default;
}

#commissary-nav a.june-11 {
	min-width: 102px;
	padding-bottom: 46px;
	background: url(../images/pages/commissary-open-june-11-2x.png) center bottom no-repeat;
	background-size: 102px 34px;
	cursor: default;
}

#commissary-nav a.june-13 {
	min-width: 102px;
	padding-bottom: 46px;
	background: url(../images/pages/commissary-open-june-13-2x.png) center bottom no-repeat;
	background-size: 102px 34px;
	cursor: default;
}

#commissary-nav a span {
	display: inline-block;
}

#commissary-nav a.selected span {
	border-bottom: 1px solid #001689;
}

#commissary-menu {
	border: 1px solid #0F0681;
}

#commissary-menu .menu {
	display: none;
}

#commissary-menu img {
	display: block;
	width: 100%;
	height: auto;
}

#commissary-menu #menu-dinner {
	display: block;
}





/* -- CHECKOUT -- */


#checkout .not-applicable {
	display: none;
}

#checkout .cols {
	max-width: 960px;
	margin-left: 220px;
}

#checkout #breadcrumb {
	margin-top: 20px;
	padding: 14px 0 10px;
	border-top: 1px solid #A4A4BA;
	border-bottom: 1px solid #A4A4BA;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
}

#checkout #breadcrumb span {
	display: inline-block;
	padding: 0 0 4px;
	margin: 0 30px;
	font-size: 12px;
	transition: margin .2s;
	color: #0000AF;
}

#checkout #breadcrumb span span {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#checkout #breadcrumb span.selected {
	border-bottom: 1px solid #A4A4BC;
	padding-bottom: 3px;
}

#checkout #breadcrumb span.disabled {
	color: #999;
	cursor: default;
}

#checkout #breadcrumb span.after {
	display: none !important;
}

#checkout #breadcrumb span input {
	display: inline;
	border: 0;
	outline: 0;
	background: none;
	font-size: 12px;
	letter-spacing: 1px;
	color: #0000AF;
	font-family: 'fugueregular', arial, sans-serif;
}

#checkout #breadcrumb span input.disabled {
	color: #999;
	cursor: default;
}

#checkout .page-main {
	float: left;
	width: 640px;
	min-height: 500px;
	padding-bottom: 30px;
}

#checkout .page-side {
	float: right;
	width: 290px;
	padding-bottom: 30px;
}

#checkout h4 {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 20px 0;
	padding: 0;
}

#checkout #member-login {
	height: 14px;
	padding: 24px 0;
	border-bottom: 1px solid #0000B1;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
    display: none;
}

#checkout #time-remaining {
	height: 14px;
	padding: 24px 0;
	border-bottom: 1px solid #0000B1;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	color: #FF0000;
	text-transform: uppercase;
}

#checkout #time-remaining em {
	font-style: normal;
	display: inline-block;
	padding-left: 5px;
}

#checkout #cart-list div.total {
	border-top: 1px solid #0000B1;
	border-bottom: 1px solid #0000B1;
}

#checkout .tab-content {
	padding: 24px 0;
	border-bottom: 1px solid #A4A4BA;
}

#checkout #tab-standard ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#checkout #tab-standard ul li {
	float: left;
	width: 50%;
	margin: 0;
	padding: 10px 0;
}


#checkout #tab-standard ul li label {
	float: left;
	width: 48%;
	padding-left: 2%;
	padding-top: 8px;
	text-transform: none;
	font-size: 12px;
	letter-spacing: 1px;
}

#checkout #tab-standard .ticket-description {
	display: inline-block;
	padding-right: 8px;
}

#checkout #tab-standard .price:before {
	content: "$";
}

#checkout #tab-standard ul li span.sub-total {
	display: none;
}

#checkout #tab-standard ul li button.icon {
	border: 0;
	background: none;
	outline: none;
	color: #0000B1;
	font-size: 12px;
	width: 12px;
}

#checkout #tab-standard ul li input.quantity {
	border: 1px solid #A4A4BC;
	width: 70px;
	text-align: center;
	background: #FFF3E1;
	color: #0000B1;
	font-size: 12px;
	padding: 4px 0;
	margin: 0 7px 0 12px;
}


#checkout #tab-voucher input {
	width: 50%;
	height: 20px;
	margin: 0 10px 0 0;
	padding: 2px 6px;
	font-size: 11px;
	line-height: 20px;
	border: 1px solid #A4A4BC;
	background: #FFF3E1;
	color: #0000AF;
	font-family: 'fugueregular', arial, sans-serif;
	letter-spacing: 1px;
}

#checkout button,
#checout input {
	color: #0000AF;
}

#checkout .buttons button,
#checkout .page-action {
	display: block;
	float: right;
	outline: none;
	border: 1px solid #A4A4BC;
	padding: 1px;
	margin: 20px 0 5px;
	background: #FFF3E1;
	font-family: 'fugueregular', arial, sans-serif;
	color: #0000AF;
}

#checkout .buttons button span,
#checkout .page-action span {
	display: inline-block;
	border: 1px solid #0000B1;
	outline: none;
	padding: 0 10px;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 12px 20px;
}

#checkout .button span {
	text-transform: none;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 12px 20px 12px 25px;
}

#checkout .three-buttons {
	text-align: center;
	padding-top: 18px;
}

#checkout .three-buttons .button {
	margin: auto;
	display: initial;
	float: none;
}

#checkout .three-buttons .button:first-child {
	display: block;
	float: right;
}

#checkout .three-buttons .button:first-child span:after {
	content: " >";
}

#checkout .three-buttons .button:last-child {
	display: block;
	float: left;
}

#checkout .three-buttons .button span {
	width: 155px;
	padding: 12px 12px;
	text-align: center;
}

#checkout #cart-list div {
	width: 100%;
	padding: 14px 0;
	overflow: hidden;
	text-transform: uppercase;
}

#checkout #cart-list div .right {
	text-align: right;
}

#checkout #cart-list div.title {
	border-top: 1px solid #0000B1;
}

#checkout #cart-list div.date {
	border-top: 1px solid #A4A4BA;
}

#checkout #cart-list div.qty {
	border-top: 1px solid #A4A4BA;
}

#checkout #cart-list div.total {
	border-top: 2px solid #0000B1;
	border-bottom: 2px solid #0000B1;
}

#checkout #cart {
	border-top: 1px solid #0000B1;
}

#checkout #cart h2 {
	display: none;
}
#checkout #cart-shop-summary h2 {
	display: none;
}

#checkout #cart ul {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

#checkout #cart ul li {
	list-style: none;
	padding: 14px 0;
	margin: 0;
	overflow: hidden;
	text-transform: uppercase;
	border-bottom: 1px solid #A4A4BA;
}

#checkout #cart ul li.cart-session {
	padding-bottom: 0;
}

#checkout #cart ul li span {
	display: block;
	float: right;
	text-align: right;
}

#checkout #cart ul li span.name {
	float: left;
	text-align: left;
}

#checkout #cart .cart-session-information {
	min-height: 16px;
	padding-bottom: 14px;
}

#checkout #cart .cart-session-information .icon-clear {
	float: left;
	border: 0;
	background: none;
	outline: 0;
	height: auto !important;
}

#checkout #cart .cart-session-information .icon-clear:after {
	content: 'X';
}

#checkout #cart .cart-session-information .price {
	display: none;
}

#checkout #cart .cart-session-information .name {
	float: right;
	max-width: 260px;
}

#checkout #cart .promotion-none,
#checkout #cart .ticket-fees-none {
	display: none;
}

#checkout #cart .cart-ticket .quantity {
	display: block;
	float: right;
}

#checkout #cart .cart-ticket button,
#checkout #cart .cart-ticket .price {
	display: none;
}

#checkout #cart .cart-ticket .item-detail {
	float: left;
}

#checkout #cart li.cart-ticket {
	border: 0;
	padding-top: 10px;
	border-top: 1px solid #A4A4BA;
}

#checkout #cart .points-cost,
#checkout #cart .cart-ticket .item-fee,
#checkout #cart .cart-ticket .discount {
	display: none;
}

#checkout #cart .cart-ticket .cost {
	float: right;
}


#checkout #cart ul li.total {
	margin-top: -1px;
	border-top: 2px solid #0000B1;
	border-bottom: 2px solid #0000B1;
}

#checkout #cart ul li.disclaimer {
	display: none;
}

#checkout label {
	text-transform: none;
	letter-spacing: 1px;
	padding-bottom: 10px;
}

#checkout .input,
#checkout .textarea,
#checkout input[type="email"],
#checkout input[type="text"],
#checkout input[type="password"],
#checkout textarea {
	width: 75%;
}

#checkout #payment {
	border-top: 1px solid #0000B1;
	margin-top: 30px;
	padding-top: 10px;
}

#checkout #payment h4 {
	margin-bottom: 30px;
}

#checkout .disclaimer {
	padding: 20px;
	letter-spacing: 1px;
	border-top: 1px solid #A4A4BA;
	border-bottom: 1px solid #A4A4BA;
	margin-top: 20px;
}

#checkout .disclaimer a {
	color: #FF0000;
}

#checkout #cart-summary h2 {
	display: none;
}

#checkout #cart-summary {
	border-top: 1px solid #0000B1;
}

#checkout #cart-summary h2 {
	display: none;
}

#checkout #cart-summary ul {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

#checkout #cart-summary ul li {
	list-style: none;
	padding: 14px 0;
	margin: 0;
	overflow: hidden;
	text-transform: uppercase;
	border-bottom: 1px solid #A4A4BA;
}

#checkout #cart-summary ul li.cart-session {
	padding-bottom: 0;
}

#checkout #cart-summary ul li span {
	display: block;
	float: right;
	text-align: right;
}

#checkout #cart-summary ul li span.name {
	float: left;
	text-align: left;
}

#checkout #cart-summary .cart-session-information {
	min-height: 16px;
	padding-bottom: 14px;
}

#checkout #cart-summary .cart-session-information .icon-clear {
	float: left;
	border: 0;
	background: none;
	outline: 0;
	height: auto !important;
}

#checkout #cart-summary .icon-clear,
#checkout #cart-summary .change-seats-link {
	display: none;
}

#checkout #cart-summary dl {
	padding: 0 0 14px;
	margin: 0;
	border-bottom: 1px solid #A4A4BA;
}

#checkout #cart-summary dl dd {
	padding: 0;
	margin: 0;
	text-align: right;
}

#checkout #cart-summary dl dd span {
	float: none;
}

#checkout #cart-summary table {
	width: 100%;
	padding: 14px 0;
	border-spacing: 0;
    border-collapse: separate;
}

#checkout #cart-summary table thead {
	display: none;
}

#checkout #cart-summary table td {
	padding: 0;
	margin: 0;
}


#checkout #cart-summary .cart-ticket .cost {
	display: none;
}

#checkout #cart-summary .cart-ticket .price:before {
	content: "$";
}

#checkout #cart-summary .cart-ticket .quantity:before {
	content: "x";
	text-transform: lowercase;
}

#checkout #cart-summary .total {
	margin-top: -1px;
	border-top: 2px solid #0000B1;
	border-bottom: 2px solid #0000B1;
	padding-top: 14px;
}

#checkout #cart-summary .total dt {
	display: block;
	position: absolute;
	margin-top: 0;
	text-transform: uppercase;
}

#checkout .buttons {
	min-height: 58px;
}

#checkout #confirmation {
	width: 640px;
	margin-top: 50px;
	margin-left: 380px;
	margin-bottom: 50px;
	border-top: 1px solid #0000B1;
}

#checkout #confirmation h4 {
	text-align: center;
	margin: 25px;
}

#checkout #confirm-ref {
	padding: 25px 0;
	width: 100%;
	overflow: hidden;
	text-transform: uppercase;
	border-top: 1px solid #0000B1;
}

#checkout #confirm-ref .row {
	width: 100%;
	overflow: hidden;
	padding: 5px 0;
}

#checkout #confirm-ref .row .label {
	display: block;
	float: left;
	width: 190px;
}

#checkout #print-ticket {
	padding: 50px 0 0;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#timeoutpage h2 {
	font-size: 20px;
}

#timeoutpage h2 em {
	display: inline-block;
	padding: 0 14px;
	background: #FFF3E1;
	font-style: normal;
	letter-spacing: 1px;
	font-size: 20px !important;
}

#timeoutpage p {
	font-size: 13px !important;
}

#checkout #paymentForm .form-select {
	width: 160px;
}

#checkout #paymentForm .form-select .menu {
	width: 158px;
}

#checkout #paymentForm .form-line {
	padding-bottom: 20px;
}

#checkout #paymentForm .date-field  .form-select {
	display: inline-block;
	width: 80px;
	margin-right: 5px;
}

#checkout #paymentForm .date-field  .form-select .menu {
	width: 78px;
}

#checkout #paymentForm #card-cvc {
	width: 67px;
}

#checkout #paymentForm .button-list-multi .page-action {
	margin: 20px;
}

#checkout #select-seats-container {
	min-height: 620px;
}


#checkout #paymentForm h3 {
	background: none;
	text-align: left;
}

#checkout #paymentForm h3:before {
	content: "Total: ";
}

button.page-action-disabled {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

#checkout .field-validation-error {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #FF0000;
	border-radius: 50%;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	line-height: 20px;
	margin-left: 6px;
}

#checkout .field-validation-error:before {
	content: "←";
}

.Seating-PopupMessage {
	color: #FFF;
	padding-top: 55px !important;
	background: #FF0000 url(../images/common/error-icon.png) center 20px no-repeat;
	background-size: 60px 60px;
}

#sorry_label {
	display: block;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 30px 0 30px;
	padding-top: 20px;
	color: #0000B1;
}

h2#lblError {
	background: none;
	margin-bottom: 70px;
	height: auto;
}

#terms {
	text-align: center;
}

#terms h2,
#terms h3 {
	background: none;
}

#terms h2 em {
	font-style: normal;
}

#terms div {
	margin: auto;
	text-align: left;
	max-width: 630px;
	padding-bottom: 50px;
}

#terms ul {
	margin: 0;
	padding: 0;
}

/* VISTA MODAL STYLES */
#modal-error-container {
	background: #0000AF !important;
	color: #fff !important;
}
.simplemodal-wrap {
	background: #0000AF !important;
}
