@charset "UTF-8";
/* CSS Document */









body {
  -webkit-font-smoothing: antialiased;
}
a:hover {
  text-decoration: none;
}
p {
  color: #ffffff;
}
#main, .section, section-container {
  width: 100%;
  letter-spacing: 1px;
}
.section {
  margin-bottom: 3px;
}
.section-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
/* Header Logo */

.section.header-logo {
  background-color: #0c2863;
  margin-bottom: 0 !important;
}
.header-logo .section-container {
  padding-top: 25px;
  overflow: hidden;
}
.header-logo .section-container img {
  width: 100%;
  height: auto;
  max-width: 957px;
  display: block;
  margin: 0 auto;
}
/* Header Secondary */

.section.header-secondary {
  background-color: #d7161b;
}
.header-secondary .section-container h2 {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.header-secondary .section-container h2 div:first-child {
  float: left;
}
.header-secondary .section-container h2 div:nth-child(2) {
  float: right;
}
/* Navigation */

.section.navigation {
  background-color: #173d8c;
  display: inline-block;
  margin-bottom: -2px;
}
.section.navigation .section-container {
  padding: 0;
}
.navigation .site-links {
  float: left;
  margin-top: 5px;
  padding: 0;
}
.navigation .vogue-link {
  padding: 0;
  font-size: 22px !important;
}
.navigation .vogue-link .vogue-addy {
  display: inline-block;
  font-size: 9px;
  font-family: Helvetica;
  margin-left: 5px;
}
.navigation .vogue-link a {
  background-color: #0c2863;
  float: right;
}
.navigation a {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  padding: 5px 10px;
  display: inline-block;
}
.navigation a:hover {
  background-color: #0c2863;
  text-decoration: none;
}
/* Site sections */

section.site-section:last-child {
  margin-bottom: 0 !important;
}
.section-title {
  margin-bottom: 0;
}
.section-title .section-container {
  background-color: #262626;
  padding: 15px;
}
.section-title .section-container:nth-child(2) {
  background-color: #4f4f4f;
}
.section-title h3 {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  border-left: 7px solid #d7161b;
  padding-left: 10px;
  margin: 0;
  text-transform: uppercase;
}
.section-title h3 span a {
  font-size: 55%;
  color: #ffffff;
  text-decoration: underline;
	margin-left: 15px;
}
.film-detail {
  min-height: 320px;
}
/* Site section - featured films */



.film-imganddetails {
  margin: 0 auto;
  background-color: #373737;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  min-height: 368px;/* display: -webkit-flex;

display: flex; */

}
.film-img, .film-copy {
  padding: 15px;/* -webkit-flex: 1;

flex: 1; */

}
.film-img.homepage-feature {
  /*visibility: hidden;*/
}
.film-img img {
  width: 100%;
  height: auto;
  border: 10px solid #4f4f4f;
}
.film-copy {
  display: table;
  vertical-align: middle;
  height: 360px;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.film-copy h3 {
  border: none;
  padding-left: 0;
  margin-bottom: 5px;
}
.film-copy p {
  color: #ffffff;
  font-size: 1em;
}
ol.carousel-indicators {
  position: static;
  margin: 0 auto;
}
.film-copy p a {
  color: #d7161b;
}
.film-copy p .meta-nav {
  display: none;
}
.dateandtime {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.film-copy .excerpt {
  margin: 5px 0;
}
.film-copy.homepage-feature {
  margin-top: 3%;
}
.film-imganddetails a.link-all {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
/* Site Section - Tickets */

#buytickets {
  display: block !important;
}
#tickets a {
  padding: 15px;
  background-color: #0c2863;
  display: block;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
}
#tickets a:hover {
  background-color: #173d8c;
}
#tickets a .ticket-container {
  border: 2px dotted #ffffff;
  padding: 20px;
}
#tickets a span {
  display: block;
}
#tickets a span:first-child {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 11px;
}
#tickets a span:nth-child(2) {
  font-size: 16px;
}
#tickets a span:nth-child(3) {
  font-size: 24px;
  font-weight: bold;
  margin: 5px 0;
}
/* Site section - schedule */

.schedule-container {
  margin: 0 auto;
  width: 95%;
}
.date-tabs .date-set {
  padding: 0;
}
.date-tabs .tab {
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  padding: 0 1px;
  cursor: pointer;
  opacity: .3;
}
.date-tabs .tab.active {
  opacity: 1;
}
.date-tabs .tab.active p:last-child {
  padding-bottom: 5px;
}
.date-tabs .tab p:first-child {
  background-color: #900f13;
  margin: 0;
}
.date-tabs .tab p:last-child {
  background-color: #d7161b;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  padding: 3px;
}
.films-container {
  background-color: #900f13;
  padding: 15px 0;
  border-top: 5px solid #d7161b;
}
.films-container a {
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 10px;
}
.films-container a:hover {
  background-color: #d7161b;
}
.films-container img {
  width: 100%;
  height: auto;
  display: block;
}
.films-container .spotlight {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-size: 20px;
}
.film-detail p.title {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  margin: 5px 0 0 0;
}
.film-detail p.time {
  font-size: 12px;
}
.films-container {
  display: none;
}
.films-container.active {
  display: block !important;
}
/* Footer */

.section.footer {
  background-color: #0c2863;
}
/* Univseral CSS */

.cta-button {
  background-color: #d7161b;
  padding: 5px 20px;
  color: #ffffff;
  display: inline-block !important;
  margin: 0;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  white-space: nowrap;
}
.cta-button.red {
  background-color: #d7161b;
  margin-top: 15px;
}
.cta-button.blue {
  background-color: #0c2863;
  font-size: 9px;
}
.cta-button:hover {
  color: inherit;
}
/* Modal */

.modal-header {
  background-color: #ff0000;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  border-bottom: 5px solid #0c2863;
  text-align: center;
}
button.close {
  color: #fff;
  opacity: 1;
  font-family: Helvetica;
  font-weight: normal;
  font-size: 15px;
  border: 1px solid #fff;
  text-shadow: none;
  padding: 2px;
}

/* Mobile */



@media only screen and (max-width: 500px) {
.header-logo .section-container img {
  bottom: 0;
}
.header-logo .section-container {
  padding-top: 0;
}
.header-secondary .section-container h2 div {
  float: none !important;
  text-align: center;
}
/* .section-title .section-container:first-child {

	cursor: pointer;

}

.section-title .section-container:nth-child(2) {

	display: none;

} */



.navigation .site-links {
  text-align: center;
}
.navigation .vogue-link a {
  float: none;
  display: block;
  text-align: center;
}
.film-imganddetails {
  background-image: none !important;
}
.film-img.homepage-feature {
  visibility: visible !important;
}
div.excerpt {
  display: none;
}
.film-copy {
  min-height: 200px;
  margin-top: 0 !important;
  height: auto !important;
}
}

@media only screen and (max-width: 768px) {
}
.buyticket-iframe {
  width: 100%;
  min-height: 800px;
  border: none;
  background-color: #ccc;
  padding: 20px;
}

#content-container * {
color: #fff;
}
.film-copy strong {
	color: #fff;
}
.disabled { background-color: #777 !important; color: #333 !important; cursor: default !important;}