/* RENEW THEATERS CSS */

body {
  font-family: arboria, sans-serif;
  margin: 0;
  padding: 0;
  padding-top: 72px;
  padding-bottom: 0px;
  cursor: default;
  background: var(--site-accent);
  margin-right: 0px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-touch-callout: none;
  touch-action: pan-y;
}
#full {
  margin: 0 auto;
  display: block;
  z-index: 99;
  position: relative;
}
a {
  text-decoration: none;
  cursor: pointer !important;
  color: #1d4dae;
  -webkit-transition: color 0.2s; /* Safari */
  transition: color 0.2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent !important;
}
strong,
b {
  font-weight: 500 !important;
}
a:hover {
  color: #edb849;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
iframe {
  border: none !important;
}
#content {
  width: 100%;
  display: flow-root;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ebebeb;
  color: #252525;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  overflow: visible;
  clear: both;
  height: auto;
}
#content.index {
  padding-bottom: 60px;
}
#content.bottom {
  padding-bottom: 60px !important;
}
#content-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
#content-inner.list {
  margin-top: -24px;
}
#content-inner.film-title {
}
#content.tag-bar {
  padding-top: 16px;
  padding-bottom: 18px;
  color: #ffffff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}
#content.tag-bar a {
  color: #ffffff;
}
#content p {
  max-width: 680px;
  display: block;
  color: #252525;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  padding: 0;
  padding-bottom: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 400;
  -webkit-touch-callout: default !important;
  -webkit-user-select: default !important;
  -khtml-user-select: default !important;
  -moz-user-select: default !important;
  -ms-user-select: default !important;
  user-select: default !important;
  text-align: left;
}
#content p:last-of-type {
  padding-bottom: 0px;
}
ul.list {
  list-style-type: disc;
  font-size: 18px !important;
  line-height: 28px;
  margin: 0;
  padding: 0;
  margin-left: 20px;
  margin-bottom: 0px;
  max-width: 680px;
}
ul.list li {
  margin: 0;
  padding: 0;
}
#content p b {
  font-size: 26px;
  margin-bottom: 4px;
  font-weight: 500;
  display: block;
}
#content b span.price {
  color: #8e8e8e;
  margin-left: 10px;
}
#content .header {
  margin: 0;
  padding: 0;
  font-size: 24px;
}
#notice {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background: #edb849;
}
#notice span {
  margin: 0 auto;
  display: block;
  max-width: 1100px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  padding: 40px;
  padding-bottom: 20px;
  padding-top: 16px;
  color: #ffffff;
}
#notice span a {
  color: #ffffff !important;
}
#notice.confirm {
  background: #42a826 !important;
}
#notice.alert {
  background: #bc1c13 !important;
}
#notice.mobile {
  display: none;
}
#notice.eoy {
  background-size: 20px !important;
  position: fixed;
  top: 72px;
  left: 0;
  z-index: 10;
}
#notice.gifts {
  background: url(icon-gifts.png) no-repeat top 18px left 40px #bc1c13 !important;
  background-size: 20px !important;
  padding-left: 30px;
  position: fixed;
  top: 72px;
  left: 0;
  z-index: 10;
}
.dark {
  background: #d7d7d7 !important;
  z-index: 3 !important;
  overflow: visible !important;
}
.white {
  background: #ffffff !important;
  z-index: 1 !important;
}
.black {
  background: #000000 !important;
  z-index: 3 !important;
  overflow: hidden !important;
}
.gold {
  background: #edb849 !important;
  color: #ffffff !important;
  z-index: 3 !important;
}
.hide-playing {
  display: none !important;
}
.hide-special {
  display: none !important;
}
.hide-coming {
  display: none !important;
}
.hide-outdoor {
  display: none !important;
}
.hide-df {
  display: none !important;
}
.color {
  background: var(--site-bg) !important;
}
.full {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
}
#content.blog {
  display: none;
}
.image {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.image img {
  width: 100%;
}
.important {
  color: #bc1c13 !important;
}
.wide {
  max-width: 1200px !important;
}
.foot {
  background: #252525 !important;
}
.copyright {
  background: #1b1b1b !important;
  padding-top: 20px !important;
  padding-bottom: 24px !important;
  text-align: center !important;
  color: #ffffff !important;
}
.blank {
  display: none;
}
#admin {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 60px;
  width: 60px;
  background: none;
  display: block;
  z-index: 99999;
}

/* NAVIGATION */
#bar-fix {
  width: 100%;
  z-index: 99;
  display: block;
  position: fixed;
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
  top: 0;
  left: 0;
  background: var(--site-bg);
  height: 72px;
}
#bar {
  max-width: 1100px;
  display: block;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 22px;
  padding-bottom: 50px;
  position: relative;
  background: var(--site-bg);
}
#bar li.logo {
  margin-top: -1px !important;
  float: left !important;
  margin-left: 0 !important;
  list-style: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  color: #ffffff;
  letter-spacing: 0px;
  text-transform: none;
  display: inline;
  padding: 0;
}
#bar li.logo img {
  height: 30px;
  display: inline-block;
}
#bar li.logo span {
  vertical-align: top;
  margin: 0;
  padding: 0;
  padding-left: 24px;
  padding-top: 3px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}
#bar li.logo a {
  color: #ffffff;
}
#bar li.button {
  list-style: none;
  margin-top: 2px;
  position: relative;
  display: block;
  float: right;
  font-size: 18px;
}
#bar li.button a {
  color: #ffffff;
  margin-left: 60px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0x;
  margin-bottom: 0px;
  text-transform: none;
  display: inline-block;
  background: none;
  padding-top: 0px;
  padding-bottom: 26px;
}
#bar li.button:hover a {
  color: #edb849;
}
#bar li.button a:hover {
  color: #edb849;
}
#bar li.button a.search {
  height: 16px;
  width: 16px;
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-bottom: 26px;
  padding-right: 80px;
  margin-right: -80px;
  vertical-align: middle;
  background: url(icon-search.png) no-repeat top left;
  background-size: 16px 16px;
}
#bar li.button a.search:hover {
  background: url(icon-search-hover.png) no-repeat top left;
  background-size: 16px 16px;
}
#bar li.button.search:hover a.search {
  background: url(icon-search-hover.png) no-repeat top left;
  background-size: 16px 16px;
}
#bar li.button img {
  height: 16px;
  width: 16px;
  margin-top: 2px;
  padding-bottom: 4px;
  vertical-align: middle;
}
#bar li.button ul {
  position: absolute;
  left: 28px;
  top: -3000px;
  z-index: -1;
  padding: 30px;
  padding-top: 10px;
  margin-top: 20px;
  padding-bottom: 10px !important;
  background: var(--site-bg);
  display: inline-block;
  white-space: nowrap;
  box-shadow: 0 0 40px -40px #252525;
  border-radius: 0px;
}
#bar li.button:hover ul {
  top: 2px;
}
#bar li.sub {
  padding: 0;
  margin: 0;
  margin-left: -30px;
  padding-left: 30px;
  margin-right: -30px;
  padding-right: 30px;
  list-style: none;
}
#bar li.sub span {
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  padding-bottom: 10px !important;
  display: block;
  overflow: hidden;
}
#bar li.line {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 3px dotted var(--site-accent);
}
#bar li.line:first-of-type {
  margin-top: 16px;
}
#bar li.sub a {
  color: #ffffff !important;
  font-size: 16px;
  margin-bottom: 12px;
  padding: 0;
  margin-left: 0 !important;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0px;
  float: none;
  display: block;
  text-transform: none;
}
#bar li.sub a:hover {
  color: #edb849 !important;
}
#bar li.button input {
  outline: none;
  border: 0;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 18px;
  padding-left: 24px;
  margin-top: 12px;
  margin-left: -30px;
  margin-bottom: -24px;
  font-family: arboria, sans-serif;
  color: #252525;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0px;
  background: #ffffff;
  width: 260px;
  z-index: 99;
  position: relative;
  border-radius: 0px;
}
#bar li.button ul.search-box {
  left: -160px !important;
  border-radius: 0px 0px 3px 3px;
  overflow: hidden;
  width: 200px;
  display: block;
  white-space: normal;
  background: #ebebeb;
  box-shadow: 0px 0px 40px -35px #252525;
  padding-bottom: 5px !important;
}
#bar li.sub a.search-event {
  font-weight: 500 !important;
  border-top: 3px dotted #e2e2e2;
  display: block;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  margin: 0;
  margin-top: 15px;
  padding-top: 14px;
  padding-bottom: 1px;
  padding-right: 24px;
  padding-left: 24px;
  margin-left: -30px !important;
  margin-right: -30px !important;
  color: #8e8e8e !important;
}
#bar li.sub a.search-event:hover {
  color: #252525 !important;
}
#bar li.sub a.search-event:first-of-type {
  border-top: 0px solid #e2e2e2;
  margin-top: 25px;
}
#bar li.sub a.search-event:last-child {
  padding-bottom: 12px;
}
#bar li.sub a.main2,
#bar li.sub a.event2 {
  background: url(search-film.png) right center no-repeat;
  background-size: 18px 18px;
  background-position-y: 16px;
  background-position-x: 224px;
}
#bar li.sub a.page2 {
  background: url(search-page.png) right center no-repeat;
  background-size: 18px 18px;
  background-position-y: 16px;
  background-position-x: 224px;
}
#bar li.sub a.page:after {
  content: " ››";
}
span#search-text {
  padding-top: 4px !important;
}
#bar li.sub button {
  background: var(--site-bg);
  position: inline-block;
  vertical-align: middle;
  border: 0;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
}
#bar li.sub button img {
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 0;
}
#bar li.mobile-menu {
  display: none;
}
#bar a#icon-x {
  display: none;
}
#bar a#icon-search-hide {
  display: none;
}
ul#mobile-menu-full {
  display: none;
  margin-top: 50px;
  padding: 0;
  overflow: scroll;
  height: 72vh;
  padding-top: 14px;
  padding-bottom: 24px;
  margin-bottom: 0px;
  border-top: 3px solid var(--site-accent);
  margin-left: -34px;
  margin-right: -34px;
  padding-left: 34px;
  padding-right: 34px;
  border-bottom: 0px solid var(--site-accent);
  z-index: 99;
  width: 100%;
}
ul#mobile-menu-full a.member {
  background: #edb849;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 22px;
  padding-left: 0;
  padding-right: 0;
  margin-left: -34px;
  font-size: 20px;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background 0.2s; /* Safari */
  transition: background 0.2s;
  margin-bottom: 0px;
  border-radius: px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
ul#mobile-menu-full li.line {
  border-top: 3px dotted var(--site-accent);
}
ul#mobile-menu-full li.line:first-of-type {
  border-top: 0px dotted var(--site-accent);
  margin-top: 0px;
}
ul#mobile-menu-full li.sub:last-of-type {
  border-bottom: 3px solid var(--site-accent);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
ul#mobile-menu-full::-webkit-scrollbar {
  display: none;
}
ul#mobile-menu-full li.sub a {
  font-size: 20px;
}
ul#mobile-menu-search {
  display: none;
  margin-top: 0px;
  padding: 0;
}
ul#mobile-menu-search input {
  outline: none;
  border: 0;
  padding-right: 30px;
  padding-top: 16px;
  padding-bottom: 17px;
  padding-left: 30px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: arboria, sans-serif;
  color: #252525;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0px;
  background: #ffffff;
  width: 100%;
  position: block;
  vertical-align: middle;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0px;
}
ul#mobile-menu-search li.mobile {
  padding-top: 14px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 16px;
  margin-left: -20px;
  margin-right: -20px;
  border-top: 3px dotted #e2e2e2;
  list-style: none;
  color: #252525;
  font-weight: 500;
  font-size: 20px;
}
ul#mobile-menu-search li.mobile a {
  color: #8e8e8e;
}
ul#mobile-menu-search li.mobile:first-child {
  border-top: 0px;
}
ul#mobile-menu-search li.line:last-child {
  padding-bottom: 17px;
  margin-bottom: -16px;
}
#bar li.mobile-menu a {
  padding-bottom: 24px;
  margin-left: 26px;
}
#bar li.mobile-menu a img {
  padding-bottom: 0px !important;
  height: 20px;
  width: 20px;
  margin-top: 0px;
}
.mobile-drop {
  font-family: arboria, sans-serif;
  color: #ffffff;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  max-width: 680px;
  display: block;
  border: none;
  text-align: left;
  outline: none;
  font-size: 32px;
  font-weight: 500;
  margin: 0;
  margin-top: 12px;
  padding-bottom: 18px;
  border-bottom: 3px dotted var(--site-accent);
}
.select {
  color: #edb849;
}
.mobile-drop:after {
  content: "";
  color: #ffffff;
  font-weight: 500;
  font-size: 28px;
  margin-left: 10px;
  vertical-align: bottom;
}
.select:after {
  content: "";
}
.mobile-drop-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 10px;
}
.mobile-social {
  position: relative;
  margin-top: 30px;
}
.mobile-social a {
  margin-right: 24px !important;
}
.mobile-social img {
  height: 30px;
  display: inline-block;
}
#filmsearch-mobile {
  margin-top: -16px;
  margin-bottom: 0px;
  background: #ebebeb;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
#social {
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-align: right;
}
#social a {
  margin-left: 14px !important;
}
#social img {
  height: 24px;
  display: inline-block;
}
.collapsible {
  font-family: arboria, sans-serif;
  color: #252525;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  max-width: 680px;
  display: block;
  border: none;
  text-align: left;
  outline: none;
  font-size: 26px;
  font-weight: 500;
  margin: 0;
  margin-top: 20px;
}
.active,
a.collapsible:hover {
  color: #252525;
}
.collapsible:before {
  content: "\25B8"; /* ▸ */
  color: #edb849;
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
  width: 24px;
  display: inline-block;
  vertical-align: baseline;
}
.active:before {
  content: "\25BE"; /* ▾ */
}
.collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-top: 4px;
}
.collapsible-content p {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* STICKY SIDE BAR */
#sidebar {
  width: 320px;
  display: block;
  z-index: 99;
  float: right;
  position: -webkit-sticky;
  position: sticky;
  top: 122px;
  margin-top: 8px;
  border-radius: 0px;
  overflow: hidden;
  color: #ffffff;
  outline: 0px solid #edb849;
  outline-offset: -20px;
}
#sidebar.front {
  margin-top: 0px;
}
#sidebar span.day-select {
  font-weight: 600;
  font-size: 22px;
  line-height: 0px;
  margin: 0;
  margin-left: 0px;
  padding: 0;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}
#sidebar.bottom {
  padding-bottom: 22px !important;
}
#sidebar.space {
  background: none;
  outline: 0;
}
#sidebar .header {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 0px;
}
#sidebar a.side-button {
  background: #edb849;
  color: #ffffff;
  padding: 20px;
  padding-top: 19px;
  padding-bottom: 21px;
  font-size: 22px;
  display: block;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: background 0.2s; /* Safari */
  transition: background 0.2s;
  margin-top: 0px;
  z-index: 11;
  position: relative;
  border-radius: 0px 0px 3px 3px;
}
#sidebar a.side-button:hover {
  filter: brightness(110%);
}
#sidebar a.side-button.previews {
  background: #d7d7d7;
  height: 240px;
  overflow: hidden;
}
#sidebar a.side-button.previews:hover {
  filter: none;
}
#sidebar a.side-button.previews img {
  width: 240px;
  border-radius: 3px;
  box-shadow: 0px 0px 40px -30px #252525;
  margin-top: 20px;
  transition: margin-top 0.2s;
  margin-bottom: -150px;
}
#sidebar a.side-button.previews img:hover {
  margin-top: -20px !important;
}
#sidebar a.side-button.previews .previews-title {
  width: 100%;
  color: #8e8e8e;
  font-size: 22px;
}
#sidebar a.side-button.previews .previews-title .dot {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
#sidebar a.side-button span {
  font-size: 28px;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: 500;
  color: #ffffff;
  border-bottom: 3px dotted #ffffff;
  padding-bottom: 12px;
  margin-left: -10px;
  margin-right: -10px;
  display: block;
}
#sidebar a.side-button p {
  text-transform: none;
  font-weight: 500;
  margin: 0;
  margin-top: 10px !important;
  display: block;
}
#sidebar.space a.side-button {
  border-radius: 0px;
}
#sidebar a.bottom {
  border-radius: 3px;
  margin-top: 24px;
}
#sidebar a.top {
  border-radius: 3px;
  margin-bottom: 24px;
}
#sidebar a.side-button-image {
  z-index: 11;
  position: relative;
  display: block;
  border-radius: 3px;
  margin-top: 50px;
}
#sidebar a.side-button-image img {
  border-radius: 3px;
}
#sidebar a.green {
  background: #42a826;
}
#sidebar a.green:hover {
  filter: brightness(110%);
}
#sidebar a.red {
  background: #bc1c13;
}
#sidebar a.red span {
  border-bottom: 3px dotted #a71a12;
}
#sidebar a.green:hover {
  filter: brightness(110%);
}
#sidebar .holiday-block {
  background: #bc1c13;
  background: repeating-linear-gradient(
    45deg,
    #bc1c13,
    #bc1c13 20px,
    #a91911 20px,
    #a91911 40px
  );
  color: #ffffff;
  padding: 30px;
  padding-left: 32px;
  font-size: 20px;
  display: block;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background 0.2s; /* Safari */
  transition: background 0.2s;
  z-index: 11;
  position: relative;
  border-radius: 3px;
  margin-top: 24px;
}
#sidebar .title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding-top: 0px;
}
#sidebar p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
  margin: 0;
  margin-top: 20px;
  letter-spacing: -0.2px;
  color: #ffffff;
  padding-left: 4px;
  padding-right: 4px;
}
#sidebar p.bottom {
  margin-bottom: 21px !important;
}
#sidebar p.fine-type {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  font-weight: 500;
}
#sidebar p a {
  color: #edb849;
}
#sidebar .admission {
  font-weight: 500 !important;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -2px;
}
#sidebar .divider {
  border-top: 3px dotted #edb849;
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
#sidebar .tags {
  display: block;
  overflow: hidden;
  margin-top: -10px;
}
#sidebar a.side-tag {
  background: #edb849;
  color: #ffffff;
  padding: 14px;
  padding-top: 12px;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: background 0.2s; /* Safari */
  transition: background 0.2s;
  margin-top: 10px;
  border-radius: 0px;
  z-index: 11;
  position: relative;
}
#sidebar a.side-tag:hover {
  filter: brightness(110%);
}
#sidebar a.more {
  display: block;
  font-size: 16px;
  color: #8e8e8e;
  letter-spacing: 0;
  margin-left: 40px;
  margin-bottom: 30px;
  font-weight: 400;
}
#sidebar a.more:hover {
  color: #edb849;
}
#sidebar.clear {
  background: none !important;
  z-index: 3 !important;
  padding: 0 !important;
  width: 460px !important;
  overflow: hidden;
  margin-top: 0 !important;
}
#sidebar .panel {
  background: #252525;
  background-size: 100%;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  line-height: 36px;
  font-weight: normal;
  letter-spacing: -0.5px;
  padding: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
}
#sidebar .panel span {
  margin: 0 auto;
  display: block;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
}
#sidebar .panel span.header {
  border-bottom: 3px dotted #edb849;
  padding-bottom: 22px;
  margin-bottom: 18px;
  padding-top: 10px;
  margin-top: -6px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  display: block;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  margin-left: -20px;
  margin-right: -20px;
}
#sidebar .panel img {
  margin: 0 auto;
  width: 40px;
  margin-bottom: 40px;
  display: block;
}
#sidebar .panel a.more {
  margin: 0 auto;
  display: block;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
}
#sidebar .panel a.more:hover {
  color: #edb849;
}
#sidebar img {
  width: 100%;
}
#sidebar button {
  font-family: arboria, sans-serif;
  padding: 20px;
  padding-top: 12px;
  padding-bottom: 13px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  border-radius: 3px;
  border: none;
  text-decoration: none;
  margin-bottom: 10px;
  cursor: hand;
  background: #d7d7d7;
}
#sidebar .tags-list {
  z-index: 1;
  position: relative;
  margin-top: 0px;
}
#sidebar .tag-title {
  font-family: arboria, sans-serif;
  padding: 20px;
  padding-left: 24px;
  padding-right: 0;
  color: #ffffff;
  background: #252525;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  border-radius: 3px;
  border: none;
  text-decoration: none;
  cursor: hand;
  z-index: 2;
  position: relative;
  text-align: left;
  margin-top: 0px;
  width: 296px;
}
#sidebar .tag-reset {
  font-family: arboria, sans-serif;
  padding: 20px;
  padding-top: 21px;
  padding-bottom: 21px;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  border-radius: 3px;
  border: none;
  text-decoration: none;
  cursor: hand;
  background: #bc1c13;
  margin-top: 0px;
  margin-bottom: 24px;
}
#sidebar button.tag {
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 0px;
  border-radius: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 3px dotted #c8c8c8;
  background: #d7d7d7;
  text-align: left;
  padding-left: 24px;
  text-transform: none;
  color: #8e8e8e;
  letter-spacing: 0px;
}
#sidebar button.tag:hover {
  color: #252525;
}
#sidebar button:first-of-type {
  border-top: 0px dotted #c8c8c8;
}
#sidebar .collapsible {
  font-family: arboria, sans-serif;
  cursor: pointer;
  display: block;
  border: none;
}
#sidebar .active {
  border-radius: 3px 3px 0 0;
}
#sidebar .collapsible:hover {
  cursor: hand !important;
}
#sidebar .collapsible:after {
  content: "+";
  float: right;
  color: #8e8e8e;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  cursor: hand !important;
  background: #ebebeb;
  width: 21px;
  height: 22px;
  padding-left: 1px;
  margin-right: 20px;
  border-radius: 22px;
  text-align: center;
  margin-top: 3px;
}
#sidebar .active:after {
  content: "×";
}
#sidebar .collapsible:before {
  display: none;
}
#sidebar .active:before {
  display: none;
}
#sidebar .collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 0 0 3px 3px;
  margin-bottom: 24px;
}
#sidebar .collapsible-content:last-of-type {
  margin-bottom: 0px;
}
#content.index #sidebar {
  margin-top: 90px;
}
#content.front #sidebar {
  margin-top: 15px;
}
#content-inner.list #sidebar {
  margin-top: 0px !important;
}

/* SPOTLIGHT BANNERS & VIDEO */
#splash {
  width: 100%;
  max-height: 360px;
  min-height: 360px;
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  background: #252525;
}
#splash video {
  object-fit: cover;
  opacity: 70%;
}
#splash img {
  width: 100%;
  opacity: 70%;
}
#caption {
  color: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.2s; /* Safari */
  transition: color 0.2s;
  width: 100%;
}
#caption .logo img {
  width: auto;
  height: 260px;
  opacity: 100%;
}
#caption .title {
  font-weight: 500;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: -1px;
  max-width: 860px;
  text-align: center;
  margin: 0 auto;
}
#caption .info {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 2px;
  border: 0px dotted #ffffff;
  display: inline-block;
  margin-top: 20px;
}
#caption .info span {
  font-size: 16px;
  margin-top: -15px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 8px;
}
#caption .click {
  border-radius: 3px !important;
  border: 3px solid #ffffff !important;
}
#caption .copy {
  max-width: 600px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 auto;
  padding: 0;
  padding-top: 20px;
  color: #ffffff;
  text-align: center;
  display: block;
  letter-spacing: 0px;
}
a:hover #caption {
  color: #edb849 !important;
}
#box-update-info {
  width: 234px;
  height: 314px;
  border: 3px solid #ffffff;
  display: inline-block;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  padding: 40px;
  padding-top: 50px;
  float: left;
  vertical-align: top;
  text-align: center;
}
#box-update-info span {
  font-size: 28px;
  letter-spacing: 2px;
  padding-left: 2px;
  padding-top: 60px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  background: url(icon-cal.png) center no-repeat;
  background-size: 80px 80px;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.anchor {
  display: block;
  height: 72px;
  margin-top: -72px;
  visibility: hidden;
}

/* MAIN & LISTING PAGES */
#box-header {
  display: block;
  position: relative;
  font-size: 54px;
  line-height: 54px;
  font-weight: 500;
  letter-spacing: -1.5px;
  margin-bottom: 36px;
  vertical-align: bottom;
  margin-top: -8px;
}
a #box-header {
  color: #252525;
}
#box-header.list {
  margin-bottom: 12px !important;
}
#box-header.filter {
  margin-top: 24px !important;
}
#box-header.pad {
  margin-top: 60px !important;
}
#box-header.line {
  margin-top: 36px !important;
}
#box-header.more {
  max-width: 728px;
  display: block;
}
#box-header.more:after {
  content: "»";
  background: #ffffff;
  color: #8e8e8e;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  font-size: 28px;
  line-height: 25px;
  float: right;
  display: inline;
  text-align: center;
  letter-spacing: -1.75px;
  margin-top: 0px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#box-header span.day-select {
  font-weight: 600;
  font-size: 22px;
  line-height: 0px;
  margin: 0;
  margin-left: 20px;
  padding: 0;
  display: inline-block;
  position: absolute;
  right: 372px;
  top: -50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  bottom: -1px;
}
#box-header span.info {
  font-weight: 500;
  font-size: 22px;
  line-height: 0px;
  margin: 0;
  margin-left: 10px;
  padding: 0;
  display: inline-block;
  letter-spacing: -0.2px;
  text-align: right;
}
#box-header a {
  color: #252525;
}
#box-info {
  max-width: 680px;
  display: block;
  color: #252525;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  padding: 0;
  margin-bottom: 0px;
  margin-top: 24px;
  font-weight: 400;
  padding: 20px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 0px;
  overflow: hidden;
  background: #d7d7d7;
}
#box-info.head {
  color: #ffffff;
  font-weight: 500;
  text-align: left;
  font-size: 28px;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  letter-spacing: -0.5px;
  padding-top: 16px;
  padding-bottom: 20px;
}
#box-info.series {
  padding-bottom: 16px;
}
#box-info.series:after {
  content: "»";
  background: #ffffff;
  color: #8e8e8e;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  font-size: 28px;
  line-height: 23px;
  float: right;
  display: inline;
  text-align: center;
  letter-spacing: -1.75px;
  margin-top: 0px;
}
#box-info.button {
  color: #ffffff;
  background: #42a826;
  font-weight: 500;
  text-align: left;
  font-size: 28px;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  letter-spacing: -0.5px;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: 0.2s;
}
#box-info.button:after {
  content: "»";
  background: #ffffff;
  color: #8e8e8e;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  font-size: 28px;
  line-height: 23px;
  float: right;
  display: inline;
  text-align: center;
  letter-spacing: -1.75px;
  margin-top: 0px;
}
#box-info.button:hover {
  background: #3b9722;
}
#box-info.dark {
  background: #d7d7d7;
}
#box-info.red {
  background: #bc1c13 !important;
  color: #ffffff !important;
}
#box-info.ocap {
  background: url(icon-opac.png) left center no-repeat #252525 !important;
  background-size: 28px !important;
  background-position-x: 24px !important;
  padding-left: 70px !important;
  color: #ffffff;
  max-width: 633px !important;
}
#box-info .collapsible {
  font-family: arboria, sans-serif;
  color: #252525;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  max-width: 680px;
  display: block;
  border: none;
  text-align: left;
  outline: none;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin: 0;
}
#box-info .active,
a.collapsible:hover {
  color: #252525;
}
#box-info .collapsible:after {
  content: "+";
  float: right;
  color: #8e8e8e;
  font-weight: bold;
  font-size: 31px;
  line-height: 23px;
  cursor: hand !important;
  background: #cacaca;
  width: 31px;
  height: 32px;
  padding-left: 1px;
  border-radius: 32px;
  text-align: center;
}
#box-info .active:after {
  content: "×";
}
#box-info .collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding-block: 8px;
}
#box-info .collapsible-content p {
  margin-top: 18px !important;
  border-top: 3px dotted #cacaca;
  padding-top: 16px !important;
  margin-bottom: 10px !important;
}
#box-info .collapsible-content p:first-of-type {
  margin-top: 10px !important;
  border-top: 3px solid #cacaca;
}
#box-info.open .collapsible:after {
  display: none;
}
#box-info.open .collapsible-content {
  max-height: 100%;
}
#box-times {
  width: 680px;
  height: 154px;
  display: inline-block;
  position: relative;
  background: #ffffff;
  padding: 24px;
  margin-top: 24px;
  margin-right: 50px;
  vertical-align: top;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0px 0px 40px -40px #222222;
}
#box-times.expand {
  height: 210px !important;
}
#box-times.expand #load {
  max-height: 178px !important;
}
#box-times.expand img {
  margin-left: -124px !important;
  height: 258px !important;
}
#box-times img {
  position: relative;
  margin-left: -24px;
  margin-top: -24px;
  height: 202px;
  display: inline-block;
  z-index: 1;
}
#box-times img.headshot {
  position: absolute;
  bottom: 23px;
  left: 260px;
  height: 100px;
  outline: 3px solid #ffffff;
  outline-offset: -3px;
  border-radius: 100px;
  z-index: 2;
}
#box-times .header {
  font-weight: 500;
  color: #252525;
  display: inline-block;
  position: relative;
  width: 319px;
  vertical-align: top;
  margin-top: -4px;
  margin-left: 20px;
}
#box-times a.title {
  font-weight: 500;
  line-height: 28px;
  font-size: 28px;
  letter-spacing: -0.5px;
  display: block;
  position: relative;
  border-bottom: 3px solid #f2f2f2;
  padding-bottom: 14px;
  padding-right: 0px;
}
#box-times a.title {
  color: #252525;
}
#box-times a.title:hover {
  color: #edb849;
}
#box-times a.title span {
  font-size: 16px;
  line-height: 20px;
  margin-top: 5px;
  display: block;
  letter-spacing: 0px;
}
#box-times .subheader {
  font-weight: 500;
  font-size: 16px;
  display: block;
  position: relative;
  margin-top: -1px;
  color: #8e8e8e;
}
#box-times .tag-bar {
  font-weight: 500;
  color: #ffffff;
  background: #edb849;
  padding: 6px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 9px;
  z-index: 0;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 0px;
  display: block;
  width: 335px;
  position: relative;
  margin-bottom: 14px;
  margin-top: -20px;
  margin-left: -24px;
  margin-right: -24px;
  text-transform: none;
  text-align: left;
  border-radius: 0px !important;
}
#box-times span.tag-format {
  background-image: linear-gradient(
    to right,
    #45a0bf,
    #a2498b,
    #e8c95f
  ) !important;
  font-weight: bold;
  color: #ffffff;
  padding: 6px;
  padding-bottom: 8px;
  padding-left: 13px;
  padding-right: 12px;
  z-index: 1;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  position: relative;
  text-transform: uppercase;
  text-align: left;
  border-radius: 0px !important;
  position: absolute;
  right: 0;
  top: 0;
}
#box-times .tag {
  font-weight: bold;
  color: #ffffff;
  background: #edb849;
  padding: 6px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 9px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 99;
  line-height: 19px;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0px;
  max-width: 288px;
}
#box-times #showtimes .tag {
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: 5px;
  display: inline-block;
}
#box-times a .tag {
  color: #ffffff !important;
  -webkit-transition: background 0.2s; /* Safari */
  transition: background 0.2s;
}
#box-times a .tag:hover {
  filter: brightness(110%);
}
#box-times .Sold {
  bottom: 50px;
}
#box-times .Starts,
#box-times .Coming {
  background: #42a826 !important;
}
#box-times .Ends {
  background: #bc1c13 !important;
}
#box-times .details {
  display: inline-block;
  width: 260px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0px;
  color: #8e8e8e;
  vertical-align: top;
  position: relative;
  border-bottom: 3px dotted #f2f2f2;
  padding-top: 4px;
  padding-bottom: 6px;
  width: 100%;
  text-align: right;
}
#box-times .details span {
  display: inline-block;
  padding-left: 12px;
}
#box-times .details span.left {
  float: left;
  padding-left: 0px;
}
#box-times .series {
  position: absolute;
  bottom: 24px;
  right: 394px;
  z-index: 99;
  padding: 6px;
  padding-top: 4px;
  color: #ffffff;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  width: auto;
  text-align: center;
}
#box-times .year {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 394px;
  z-index: 99;
  padding: 6px;
  padding-top: 4px;
  background: #252525;
  color: #ffffff;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  width: 34px;
  text-align: center;
}
#box-times .format,
#box-times .free {
  position: absolute;
  bottom: 24px;
  left: 80px;
  z-index: 99;
  padding: 6px;
  padding-top: 4px;
  background: #252525;
  color: #ffffff;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  text-transform: none;
}
#box-times .more {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 99;
  background: #ebebeb;
  color: #8e8e8e;
  border-radius: 24px;
  font-size: 20px;
  padding-top: 2px;
  padding-bottom: 4px;
  display: block;
  font-weight: 500;
  text-align: center;
  border: 3px solid #ffffff;
  cursor: pointer;
  width: 100px; /* expand based on content */
  text-align: center;
  font-size: 14px;

  /* transition for smooth expand */
  transition: width 0.2s ease-in;
  white-space: nowrap;
  overflow: hidden;
}

/* on hover: expand width and change text */
#box-times .more:hover {
}

#box-times .extra {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  position: absolute;
  bottom: 24px;
  left: 384px;
  font-weight: 500;
  color: #8e8e8e;
  display: block;
  max-width: 300px;
}
#box-times .fade-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  pointer-events: none; /* so it doesn’t block clicks */
  background: linear-gradient(to top, white, transparent);
}

/* Tooltip container */
a.tooltip {
  position: relative;
  cursor: hand;
  z-index: 1;
  position: absolute;
  right: 20px;
  bottom: 16px;
}
/* Tooltip text */
a.tooltip .tooltiptext {
  display: none;
  background-color: #252525;
  background: #252525 no-repeat right bottom;
  background-size: 24px 24px;
  padding: 24px;
  border-radius: 0px;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  color: #ffffff;
  width: 288px;
  height: 140px;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  border: 0px solid #ffffff;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 98;
  bottom: -16px;
  left: -708px;
  margin-left: 0px; /* Use half of the width (120/2 = 60), to center the tooltip */
  opacity: 0.85;
}
a.tooltip img {
  width: 20px !important;
  height: 20px !important;
  display: block;
}
a.tooltip .slot {
  display: inline;
  font-weight: bold;
  color: #f2f2f2;
  margin-right: 10px;
}
a.tooltip .more {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  font-size: 17px;
  line-height: 21px;
  border-top: 0px dotted #000000;
  padding-top: 0px;
  padding-right: 0px;
}
a.tooltip .more span {
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  margin-right: 4px;
}
/* Show the tooltip text when you mouse over the tooltip container */
a.tooltip:hover .tooltiptext {
  display: block;
}
a.tooltip:focus .tooltiptext {
  display: block;
}
a.tooltip:active .tooltiptext {
  display: block;
}
#showtimes {
  width: 319px;
  border-left: 0px dotted #dfdfdf !important;
  padding: 0px;
  margin-top: 12px;
  position: relative;
  display: inline-block;
}
#showtimes .day {
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
  color: #8e8e8e;
  display: inline-block;
  letter-spacing: 0px;
  text-transform: uppercase;
}
#showtimes a.time {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0px;
  font-weight: 500;
}
a.soldout {
  color: #bc1c13;
}
#showtimes iframe.shows {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  left: 24px;
  top: 20px;
  width: 300px;
  height: 154px;
}
#showtimes .info {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  position: relative;
  font-weight: 500;
  color: #8e8e8e;
  display: block;
  margin-top: 10px;
  width: 92%;
}
#box-times .shows {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0px;
  background: none;
  width: 300px;
  height: 140px;
  color: #42a826;
  font-weight: 500;
  font-size: 16px;
}
#load {
  font-size: 13px !important;
  display: block;
  overflow: hidden;
  margin-top: -11px;
  max-height: 100px;
  margin-bottom: 20px;
}
#load span {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #8e8e8e;
  display: inline-block;
  letter-spacing: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
}
#load #noshow {
  color: #8e8e8e;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 5px;
}
#load h4.date {
  text-align: left;
  overflow: hidden;
  text-transform: none;
  letter-spacing: 0px;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  min-width: 60px;
  max-width: 120px;
  padding-right: 0px;
  padding-bottom: 0px;
  color: #8e8e8e;
  text-transform: uppercase;
}
#load .date-container {
  margin: 0;
  padding: 0;
  line-height: 20px;
  vertical-align: middle;
  border-top: 3px dotted #ebebeb;
  padding-bottom: 0px;
  padding-top: 6px;
  margin-top: -3px;
  margin-bottom: 10px;
  font-size: 16px;
}
#load .date-container a {
  display: inline-block !important;
}
#load .screen-attribute,
#load .show-future {
  display: none;
}
#load .sold-out-session {
  color: #bc1c13 !important;
}
#day-select {
  display: block;
  font-size: 26px;
  font-family: arboria, sans-serif;
  font-weight: 700;
  color: #252525;
  padding: 0;
  width: 100%;
  min-width: 320px;
  box-sizing: border-box;
  margin: 0;
  border: 0px;
  box-shadow: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #d7d7d7;
  background-image: url("icon-cal.png");
  background-repeat: no-repeat, repeat;
  background-position:
    right 15px bottom 15px,
    0 0;
  background-size:
    16px 16px,
    100%;
  position: relative;
  z-index: 100;
  outline: none !important;
  margin-top: 0px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px;
  padding-left: 5px;
  padding-bottom: 14px;
  border-radius: 3px;
  border: 3px solid #d7d7d7;
}
#day-select::-ms-expand {
  display: none;
  outline: none !important;
}
#day-select:hover {
  background: #ffffff;
  border: 3px solid #ffffff;
  background-image: url("icon-down.png");
  outline: none !important;
  background-repeat: no-repeat, repeat;
  background-position:
    right 15px bottom 15px,
    0 0;
  background-size:
    16px 16px,
    100%;
}
#day-select:focus {
  box-shadow: 0 !important;
  box-shadow: 0 !important;
  color: #252525 !important;
  outline: none !important;
}
#day-select option {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-weight: 500;
}
#vimeo-border {
  border-radius: 0px;
  overflow: hidden;
  display: block;
  width: 1200px;
  height: 675px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
}
iframe#vimeo {
  width: 1200px;
  height: 675px;
  background: none;
  cursor: pointer;
}
.flat2k {
  height: 490px !important;
}
.scope {
  height: 390px !important;
}
.scope2k {
  height: 380px !important;
}
#notice-policy {
  background: #bc1c13;
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding: 20px;
  width: 688px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-top: 24px;
}
#notice-policy span {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px;
  display: block;
  background: url(icon-policy.png) no-repeat top 4px left 0px #bc1c13;
  background-size: 20px;
  padding-left: 30px;
  font-weight: 500;
}
#notice-policy span.medical {
  background: url(icon-vac.png) no-repeat top 4px left 0px #bc1c13;
  background-size: 20px;
  padding-left: 30px;
  font-weight: 500;
}
#notice-policy span.xmas {
  background: url(icon-xmas.png) no-repeat top 4px left 0px #bc1c13;
  background-size: 20px;
  padding-left: 30px;
  font-weight: 500;
}
#notice-policy.add {
  margin-top: 10px;
}
#notice-policy a,
#notice-policy a:hover {
  color: #ffffff;
}
#membership {
  outline: 0px solid #edb849;
  outline-offset: -20px;
  color: #252525 !important;
  padding: 60px;
  padding-top: 62px;
  padding-bottom: 52px;
  font-weight: 500;
  background: url(member-card.png) top right no-repeat rgba(255, 255, 255, 0.6);
  background-size: 1000px;
  background-position: 400px;
  border-radius: 0px;
}
#membership .title {
  font-size: 38px;
  letter-spacing: -1px;
}
#membership p {
  color: #252525 !important;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 20px;
  max-width: 500px;
}
@keyframes move-it {
  0% {
    background-position: initial;
  }
  100% {
    background-position: 100px 0px;
  }
}
#content.memberfront {
  background: repeating-linear-gradient(
    45deg,
    #edb849,
    #edb849 5%,
    #e1af45 5%,
    #e1af45 10%
  );
  background-size: 100px 100px;
  animation: move-it 4s linear infinite;
}

/* WEEKLY VIEW */
#toggleViewBtn {
  background: #d7d7d7;
  color: #222222;
  border: 0;
  padding: 12px;
  border-radius: 3px;
  float: right;
  margin-right: 52px;
  margin-top: 10px;
  font-family: arboria, sans-serif;
  font-weight: 500;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  overflow: hidden;
  transition:
    width 0.5s ease,
    background 0.5s ease;
  white-space: nowrap;
  letter-spacing: 0;
}
#toggleViewBtn .label {
  opacity: 0;
  width: 0px;
  overflow: hidden;
  transition:
    opacity 0.5s ease,
    width 0.5s ease;
}
#toggleViewBtn:hover {
}
#toggleViewBtn:hover .label {
  opacity: 1;
  width: 160px;
  padding-left: 0px;
}
#box-day {
  width: 660px;
  display: block;
  position: relative;
  background: #ffffff;
  padding: 34px;
  padding-top: 0;
  margin-top: 24px;
  margin-right: 50px;
  vertical-align: top;
  border-radius: 3px;
  overflow: hidden;
}
#box-day .week-day {
  font-weight: 500;
  line-height: 28px;
  font-size: 28px;
  letter-spacing: -0.5px;
  display: block;
  position: relative;
  border-bottom: 0px solid #f2f2f2;
  padding: 34px;
  padding-top: 24px;
  padding-bottom: 24px;
  background: #222222;
  margin-left: -34px;
  margin-right: -34px;
  margin-bottom: 20px;
  color: #ffffff;
}
#box-day ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0;
}
#box-day ul:last-of-type {
  margin-bottom: 0px;
}
#box-day li {
  border-bottom: 3px dotted #f2f2f2;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  letter-spacing: -0.5px;
}
#box-day li:last-of-type {
  border-bottom: 0px dotted #f2f2f2;
  padding-bottom: 0px;
}
#box-day li strong {
  margin-right: 8px;
}
#box-day li strong a {
  color: #222222;
}
#box-day li a {
  font-weight: 500;
}
#box-day li a.week-time {
  margin-right: 8px;
}

/* VIRTUAL */
#box-virtual {
  width: 140px;
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
  vertical-align: top;
  margin: 0 auto;
  margin-right: 48px;
}
#box-virtual:last-child {
  margin-right: 0px;
}
#box-virtual img {
  width: 140px;
  margin: 0 auto;
  transition: all 0.5s ease;
}
#box-virtual img:hover {
  box-shadow: 0px 0px 40px -20px #252525;
}
#box-virtual .tag {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0px;
}
#box-virtual .title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: -0.2px;
}
#box-virtual .Premieres,
#box-virtual .Mon,
#box-virtual .Tue,
#box-virtual .Wed,
#box-virtual .Thu,
#box-virtual .Fri,
#box-virtual .Sat,
#box-virtual .Sun {
  background: #edb849 !important;
  display: inline-block !important;
  padding: 4px !important;
  padding-left: 5px !important;
  padding-top: 3px !important;
  color: #ffffff;
  margin-top: 10px;
}
#box-virtual .Starts,
#box-virtual .Coming,
#box-virtual .yes {
  background: #42a826 !important;
  display: inline-block !important;
  padding: 4px !important;
  padding-left: 5px !important;
  padding-top: 3px !important;
  color: #ffffff !important;
  margin-top: 10px;
}
#box-virtual .Ends,
#box-virtual .Sold {
  background: #bc1c13 !important;
  display: inline-block !important;
  padding: 4px !important;
  padding-left: 5px !important;
  padding-top: 3px !important;
  color: #ffffff;
  margin-top: 10px;
}
#content.black #box-virtual .title {
  color: #ffffff !important;
}
#box-virtual-info {
  width: 240px;
  background: #ebebeb;
  display: inline-block;
  z-index: 99;
  position: -webkit-sticky;
  position: sticky;
  top: 122px;
  margin-top: 32px;
  border-radius: 0px;
  overflow: hidden;
  font-weight: 500;
  color: #8e8e8e;
  padding: 40px;
  float: right;
}
#box-virtual-info a {
  background: #edb849;
  width: 100% !important;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -40px;
  display: block;
  padding: 40px;
  padding-top: 18px;
  padding-bottom: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
  color: #ffffff;
}
.gray #box-virtual-info {
  background: #ffffff;
}

/* STATIC PAGES */
#box-admission {
  max-width: 728px;
  display: block;
  overflow: hidden;
  padding-top: 24px;
  padding-bottom: 30px;
  border-bottom: 3px dotted #f0f0f0;
  position: relative;
}
#box-admission:last-child {
  border-bottom: 0px solid #f0f0f0;
  padding-bottom: 10px;
}
#box-admission .ticket {
  font-weight: 500;
  color: #252525;
  font-size: 30px;
  display: block;
  float: left;
  letter-spacing: -1px;
  overflow: hidden;
}
#box-admission .ticket span {
  font-size: 20px;
  color: #8e8e8e;
  margin-left: 16px;
  letter-spacing: -0.2px;
}
#box-admission .contact {
  min-width: 400px;
}
#box-admission .price {
  font-weight: normal;
  color: #252525;
  font-size: 30px;
  margin-left: 20px;
  display: block;
  float: right;
  letter-spacing: -1px;
}
#box-admission .more {
  font-weight: 500;
  font-size: 20px;
  color: #8e8e8e;
  display: block;
  float: left;
  overflow: hidden;
}
#box-admission.top {
  margin-top: 44px !important;
  border-top: 3px solid #f0f0f0;
}
#box-admission.bottom {
  border-bottom: 0px solid #f0f0f0;
  padding-bottom: 5px;
}
p.box-admission-info {
  padding-top: 30px !important;
}
#box-admission img {
  float: left;
  display: block;
  margin-top: 10px;
  height: 100px;
  filter: grayscale1(100%);
  margin-right: 24px;
}
#box-admission .award-year {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  background: #252525;
  color: #ffffff;
  height: 100px;
  width: 100px;
  margin-right: 10px;
  border-radius: 3px;
  font-size: 32px;
  font-weight: 500;
  text-align: center !important;
  letter-spacing: -2px;
}
a.preview-archive {
  display: inline-block;
  width: 157px;
  text-align: center;
  margin-left: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #252525;
}
a.preview-archive img {
  width: 146px;
  border: 2px solid #f2f2f2;
  margin-bottom: 8px;
  padding: 6px;
  -webkit-transition: border 0.2s; /* Safari */
  transition: border 0.2s;
  border-radius: 3px;
}
a.preview-archive img:hover {
  box-shadow: 0px 0px 30px -20px #252525;
}
a.preview-archive-label {
  display: inline-block;
  width: 130px;
  text-align: center;
  margin-bottom: 10px;
  background: #ebebeb;
  color: #252525;
  vertical-align: top;
  height: 113px;
  padding-top: 87px;
  font-weight: bold;
  letter-spacing: 1px;
}
span.social {
  margin-left: 50px;
  display: block;
  margin-bottom: 10px;
}
.twitter-tweet {
  width: 430px !important;
  display: inline !important;
  vertical-align: top !important;
  margin-top: 0px !important;
  margin-right: 33px !important;
}
.instagram-media {
  width: 430px !important;
  border: 1px solid #e2e8ec !important;
  display: inline !important;
  vertical-align: top !important;
  margin-top: 0px !important;
  margin-right: 33px !important;
}
a.button {
  background: #42a826;
  color: #ffffff;
  padding: 20px;
  padding-top: 19px;
  padding-bottom: 21px;
  width: 250px;
  margin-right: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 22px;
  display: inline-block;
  overflow: hidden;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 500;
  text-align: center;
  border-radius: 0px;
  -webkit-transition: background 0.2s; /* Safari */
  transition: background 0.2s;
  border-radius: 0px;
}
a.button:hover {
  filter: brightness(110%);
}
#medium-widget {
  margin-bottom: -15px;
  font-weight: 500 !important;
}
#medium-widget img {
  border-radius: 0px;
}
#medium-widget a {
  letter-spacing: -0.1px !important;
  font-size: 19px;
  color: #252525 !important;
}
#medium-widget-mobile {
  display: none;
}

/* FILM PAGE */
.title-header {
  height: 100vh;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
}
.title-header2 {
  height: 100vh;
  background-size: cover;
  opacity: 0.4;
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  z-index: 0;
  background-position: center;
}
.title-header .frosted {
  background: rgba(255, 255, 255, 0.15); /* transparent white "glass" */
  backdrop-filter: blur(4px); /* blur the background behind it */
  -webkit-backdrop-filter: blur(
    4px
  ); /* Safari support */ /* space inside panel */
  color: #fff; /* text color for contrast */
  width: 100%;
  height: 100%;
}
.title-header:afterno {
  animation: grain 8s steps(10) infinite;
  background: url(noise.png);
  content: "";
  height: 300%;
  left: -50%;
  opacity: 0.5;
  position: absolute;
  top: -100%;
  width: 300%;
  z-index: 0;
}
@keyframes grain {
  0%,
  100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -10%);
  }
  20% {
    transform: translate(-15%, 5%);
  }
  30% {
    transform: translate(7%, -15%);
  }
  40% {
    transform: translate(-5%, 15%);
  }
  50% {
    transform: translate(-15%, 10%);
  }
  60% {
    transform: translate(15%, 0%);
  }
  70% {
    transform: translate(0%, 15%);
  }
  80% {
    transform: translate(3%, 15%);
  }
  90% {
    transform: translate(-10%, 10%);
  }
}
#film-trailer {
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}
#film-trailer #plyr,
.video-container {
  width: 772px !important;
  height: 434px !important;
  display: inline-block;
  position: relative;
  background: none;
  overflow: hidden;
  vertical-align: top;
  z-index: 1;
  border-radius: 3px !important;
}
#videoContainer {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9; /* lock to 16:9 */
  background: black; /* keeps background solid while loading */
}
#videoContainer video,
#videoContainer img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#film-trailer #plyr video {
  width: 100%;
  border-radius: 3px;
  display: block;
  aspect-ratio: 16 / 9;
  background: black;
}
#film-trailer img.poster {
  width: 290px;
  height: 434px;
  position: relative;
  display: inline-block;
  z-index: 1;
  vertical-align: top;
  margin-right: 26px;
}
.mobile-poster,
.mobile-tix {
  display: none;
}
#film-details {
  display: inline-block;
  width: 700px;
  overflow: hidden;
  vertical-align: top;
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
#film-details #info {
  padding-right: 60px;
}
#film-details .subheader {
  color: #8e8e8e;
  font-weight: 500;
  font-size: 19px;
  padding: 0;
  z-index: 1;
  position: relative;
  margin-bottom: 2px;
}
#film-details h1.film-title {
  color: #252525;
  font-weight: 500;
  font-size: 54px;
  line-height: 50px;
  margin: 0;
  margin-top: -6px;
  margin-bottom: 6px;
  padding: 0;
  z-index: 1;
  position: relative;
  letter-spacing: -1px;
}
#film-details h1.film-title span {
  display: block;
  font-size: 26px;
  line-height: 32px;
  margin-top: 8px;
  letter-spacing: -0.5px;
}
#film-details .film-specs {
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
  margin-top: 20px;
  display: inline-block;
}
.tix {
  display: none;
}
#film-details .film-specs span {
  color: #8e8e8e;
  background: #ebebeb;
  padding-bottom: 6px;
  padding-top: 5px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
#film-details .film-specs span.rating {
  padding-right: 11px;
}
#film-details .film-specs span.access {
  background: #252525;
  color: #ffffff;
  padding-right: 11px;
}
#film-details .film-specs span.format,
#film-details .film-specs span.series {
  color: #ffffff;
}
#film-details .film-specs span.cc::after {
  content: "CC";
}
#film-details .film-specs span.cc:hover::after {
  content: "Closed Captions";
}
#film-details .film-specs span.ad::after {
  content: "AD";
}
#film-details .film-specs span.ad:hover::after {
  content: "Audio Descriptions";
}
#film-details .film-specs span:last-of-type {
  margin-right: 0px;
}
#film-details p {
  font-size: 18px;
  line-height: 28px;
  color: #252525;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  letter-spacing: 0px;
  display: block;
  overflow: hidden;
  z-index: 1;
  position: relative;
  padding-top: 0px;
  font-weight: 400 !important;
}
#film-details b {
  font-weight: 500 !important;
}
#film-details p i {
  display: block;
}
#film-details .event {
  padding-top: 10px;
}
#film-details .event span {
  overflow: hidden;
  display: block;
}
#film-details .section {
  margin-top: 60px !important;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 3px solid #f2f2f2;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #8e8e8e;
}
#film-details .synopsis {
  padding-bottom: 0px;
  margin-bottom: 28px;
}
#film-details .synopsis img.mark {
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 30px;
}
#film-details .synopsis img.df {
  width: 150px;
  height: 150px;
  float: left;
  margin-right: -20px;
  opacity: 0.8;
}
#film-details .synopsis img.headshot {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  float: left;
  margin-right: 30px;
}
#film-details .synopsis img.sponsor {
  width: 150px;
  float: left;
  margin-right: 30px;
}
#film-details a.register {
  display: inline;
}
#film-details .awards {
  padding: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 30px;
  background: #d7ac46;
  color: #ffffff;
}
#film-details .awards strong {
  font-weight: 500;
}
#film-details .note {
  background: url(icon-note.png) left center no-repeat;
  background-size: 28px;
  padding-top: 0px;
  padding-left: 40px;
  overflow: visible;
}
#film-details .warning {
  background: url(icon-warning.png) left no-repeat;
  background-size: 28px;
  padding-top: 0px;
  padding-left: 40px;
  overflow: visible;
}
#film-details .cred-pad {
  margin-bottom: 30px;
}
#film-details p.credits {
  padding-top: 0;
  margin-top: 0;
  display: block;
  vertical-align: top;
  margin-bottom: 10px;
  padding-bottom: 11px;
  border-bottom: 3px dotted #f2f2f2;
  font-size: 18px;
}
#film-details p.credits:last-child {
  padding-bottom: 0px;
  border-bottom: 0px dotted #f2f2f2;
}
#film-details p.credits strong {
  width: 140px;
  float: left;
}
#film-details p.credits span {
  display: block;
  overflow: hidden;
  letter-spacing: 0px;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
#film-details p .filmtag {
  font-size: 18px;
  display: inline;
  padding: 0;
  margin: 0;
  color: #252525;
  font-weight: 400;
}
#film-details p .filmtag::after {
  content: ", ";
}
#film-details p .filmtag:last-of-type::after {
  content: "";
}
.date-container {
  margin: 0;
  padding: 0;
  line-height: 20px;
  vertical-align: middle;
  border-top: 3px dotted #e2e2e2;
  padding-bottom: 19px;
  padding-top: 14px;
  margin-top: -3px;
  font-size: 19px;
}
.date-container:first-child {
  border-top: 0px dotted #e2e2e2;
}
h4.date {
  text-align: left;
  overflow: hidden;
  text-transform: none;
  letter-spacing: 0px;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  padding-bottom: 0px;
  padding-right: 0;
  color: #8e8e8e;
  text-transform: uppercase;
  min-width: 72px;
  max-width: 150px;
}
#times.event h4.date {
  width: auto !important;
  text-align: left !important;
}
ul.session-times {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
ul.session-times li {
  display: inline;
  letter-spacing: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-weight: 500;
  min-width: 50px;
  width: auto;
  vertical-align: top;
  position: relative;
}
ul.session-times li a:hover {
  color: #e3b619;
}
.screen-attribute {
  display: none;
}
#box-times .attribute-0000000007,
#box-times .attribute-0000000009 {
  display: inline !important;
  position: relative !important;
  color: #ffffff !important;
  background: #252525 !important;
  font-size: 10px !important;
  letter-spacing: 0px !important;
  font-weight: bold;
  border-radius: 3px !important;
  padding-bottom: 3px !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
  padding-top: 2px !important;
  cursor: hand;
  top: -1px;
}
.attribute-35mm {
  display: inline !important;
  position: relative !important;
  color: #ffffff !important;
  font-size: 12px !important;
  letter-spacing: 0px !important;
  font-weight: bold;
  border-radius: 3px !important;
  padding-bottom: 3px !important;
  padding-left: 5px !important;
  padding-right: 4px !important;
  padding-top: 1px !important;
  text-transform: none !important;
  cursor: hand;
  top: -2px;
}
.tickets-list ul.session-times li {
  min-width: 50px !important;
  width: auto;
  margin-top: -30px !important;
}

/* FILM PAGE TICKETS OVERRIDE */
#film-tickets {
  display: inline-block;
  width: 396px;
  vertical-align: top;
  margin-left: 0px;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 112px;
  border-radius: 0px;
  padding: 0px;
  float: right;
}
#film-tickets .list-head {
  background: #252525;
  border-top: 0px solid #ffffff;
  margin-top: 10px;
  padding: 20px;
  padding-top: 18px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  display: block;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: none;
}
#film-tickets .timeslot {
  margin-top: 10px;
  padding-bottom: 0px;
  padding-top: 0px;
  border-top: 0px dotted #e2e2e2;
  display: block;
  text-align: right;
  padding-left: 20px;
  background: #1d4dae;
  border-radius: 3px;
  overflow: hidden !important;
}
#film-tickets .noline {
  border-top: 0px dotted #e2e2e2;
  margin-top: 0px;
}
#film-tickets .day {
  font-size: 19px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-top: 18px;
  float: left;
}
#film-tickets a.time {
  padding-bottom: 20px;
  padding-top: 18px;
  font-size: 19px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0px;
  margin-left: 0px;
  color: #ffffff;
  border-left: 0px solid #ebebeb;
  -webkit-transition: background 0.2s; /* Safari */
  transition: background 0.2s;
  background: #173e8b;
  min-width: 48px;
  max-width: 100px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  border-left: 1px solid #112e68;
}
#film-tickets a.time:first-of-type {
  border-left: 0px solid #112e68;
}
#film-tickets a.time:hover {
  background: #112e68;
}
#film-tickets .tickets-list {
  display: block;
  margin-top: 0px;
}
#film-tickets .date-container {
  margin-top: 10px;
  padding-bottom: 0px;
  padding-top: 0px;
  border-top: 0px dotted #e2e2e2;
  display: block;
  text-align: right;
  padding-left: 20px;
  background: #1d4dae;
  border-radius: 3px;
  overflow: hidden !important;
  height: 55px;
}
#film-tickets .date-container:first-child {
  border-top: 0px dotted #e2e2e2;
}
#film-tickets h4.date {
  font-size: 19px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  float: left;
  padding: 0;
  margin: 0;
  margin-top: 16px;
}
#film-tickets ul.session-times {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  list-style: none;
}
#film-tickets ul.session-times li {
  padding-bottom: 20px;
  padding-top: 46px;
  font-size: 19px;
  font-weight: 500;
  list-style: none;
  display: inline-block;
  letter-spacing: 0px;
  margin-left: 0px;
  color: #ffffff;
  border-left: 0px solid #ebebeb;
  -webkit-transition: background 0.2s; /* Safari */
  transition: background 0.2s;
  background: #173e8b;
  min-width: 48px;
  max-width: 100px;
  padding-left: 14px;
  padding-right: 14px;
  text-align: center;
  border-left: 1px solid #112e68;
  margin-left: -5px;
}
#film-tickets ul.session-times li:first-of-type {
  border-left: 0px solid #112e68;
}
#film-tickets ul.session-times li a {
  padding-bottom: 20px;
  padding-top: 48px;
  color: #ffffff;
}
#film-tickets ul.session-times li:has(> a.soldout) {
  background: #bc1c13 !important;
  color: #ffffff !important;
  max-width: 150px !important;
}
#film-tickets ul.session-times li:hover {
  background: #112e68;
  cursor: pointer;
}
#film-tickets .screen-attribute {
  display: none;
}
#film-tickets .attribute-0000000007,
#film-tickets .attribute-0000000009 {
  display: inline !important;
  position: relative !important;
  color: #173e8b !important;
  background: #ffffff !important;
  font-size: 10px !important;
  font-weight: 900;
  border-radius: 3px !important;
  padding-bottom: 3px !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
  padding-top: 1px !important;
  cursor: hand;
  top: -3px;
}
#film-tickets .attribute-35mm {
  display: inline !important;
  position: relative !important;
  color: #ffffff !important;
  font-size: 12px !important;
  letter-spacing: 0px !important;
  font-weight: bold;
  border-radius: 3px !important;
  padding-bottom: 3px !important;
  padding-left: 5px !important;
  padding-right: 4px !important;
  padding-top: 1px !important;
  text-transform: none !important;
  cursor: hand;
  top: -2px;
}
#film-tickets .tickets-list ul.session-times li {
  min-width: 50px !important;
  width: auto;
  margin-top: -30px !important;
}
#film-tickets .extra {
  color: #8e8e8e !important;
  background: #ebebeb !important;
  border-top: 0px solid #ffffff !important;
  margin-top: 10px !important;
  padding: 20px !important;
  padding-top: 19px !important;
  font-size: 18px !important;
  line-height: 19px !important;
  font-weight: 500 !important;
  text-align: center !important;
  display: block !important;
  border-radius: 3px !important;
}
#film-tickets .price {
  color: #8e8e8e;
  font-weight: 500;
  text-align: left;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  border-bottom: 3px dotted #e2e2e2 !important;
}
#film-tickets .price:last-of-type {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px dotted #e2e2e2 !important;
}
#film-tickets .price span {
  float: right;
}
#film-tickets .price-info {
  text-align: center;
}
#film-tickets .notice {
  text-align: center !important;
  background: #bc1c13 !important;
  color: #ffffff !important;
}
#film-tickets .ocap {
  color: #ffffff !important;
  background: #252525 !important;
}
.ocap-icon {
  display: inline !important;
  position: relative !important;
  color: #252525 !important;
  background: #ffffff !important;
  font-size: 10px !important;
  font-weight: 900;
  border-radius: 3px !important;
  padding-bottom: 3px !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
  padding-top: 1px !important;
  cursor: hand;
  top: -2px;
  margin-right: 5px;
}
#film-tickets .button {
  background: #1d4dae !important;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  padding-bottom: 22px;
}

/* RELATED FILMS */
#more-header {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 3px solid #ffffff;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 400;
  color: #ffffff;
}
#more-header strong {
  font-weight: 500;
}
#more {
  display: inline-block;
  overflow: hidden;
  margin-right: 40px;
  width: 242px;
  vertical-align: top;
}
#more:last-of-type {
  margin-right: 0px;
}
#more a {
  font-size: 16px;
  vertical-align: top;
  font-weight: 500;
}
#more a img {
  width: 242px;
  border-radius: 3px;
}
#more .title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
#more .date {
  margin-top: 2px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

/* FOOTER */
#box-footer {
  max-width: 1100px;
  padding-bottom: 0px;
  display: block;
  margin: 0 auto;
  position: relative;
  vertical-align: text-top;
  overflow: hidden;
  clear: both;
}
#box-footer .buttons {
  float: right;
  vertical-align: top;
}
#box-footer a.foot-button {
  background: #edb849;
  color: #ffffff;
  padding: 20px;
  padding-top: 19px;
  padding-bottom: 21px;
  font-size: 22px;
  display: block;
  overflow: hidden;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: background 0.2s; /* Safari */
  transition: background 0.2s;
  margin-bottom: 20px;
  width: 280px;
  border-radius: 0px;
}
#box-footer a.foot-button:hover {
  color: #ffffff;
  filter: brightness(110%);
}
#box-footer .hide-footer {
  display: inline-block;
  vertical-align: top;
  max-width: 440px;
}
#box-footer a {
  color: #ffffff;
  font-weight: 500;
}
#box-footer a:hover {
  color: #edb849;
}
#box-footer a.previews {
  float: left !important;
  display: inline-block !important;
  text-align: center;
  width: auto !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  background: #edb849;
  border-radius: 3px;
  overflow: hidden;
}
#box-footer a.previews img {
  display: block;
  height: 186px;
  border-radius: 0px;
  border: 2px solid #ffffff;
  -webkit-transition: opacity 0.2s; /* Safari */
  transition: opacity 0.2s;
}
#box-footer a.previews:hover img {
  opacity: 0.7;
}
#box-footer a.mercer {
  float: left !important;
  display: inline-block !important;
  text-align: center;
  width: auto !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  overflow: hidden;
}
#box-footer a.mercer img {
  display: block;
  height: 186px;
  border-radius: 0px;
}
#box-footer .mercer-info {
  font-size: 14px;
  line-height: 16px;
  width: 166px;
  border: 0;
  padding-right: 30px;
  border-right: 3px dotted #1b1b1b;
}
#box-footer span {
  padding-left: 30px;
  margin-top: -4px;
  float: left;
  color: #ffffff;
  display: block;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1px;
  font-weight: 500;
  border-left: 0px solid #edb849;
}
#box-footer span b {
  font-weight: 700 !important;
}
#box-footer span a {
  display: inline;
  letter-spacing: 0.1px;
  font-weight: 500;
}
#box-footer #social {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

/* TAGS - COLOR CODES */
.Starts,
.Coming {
  background: #42a826 !important;
}
.Ends,
.Members,
.free {
  background: #bc1c13 !important;
}
.hsn {
  background: #edb849 !important;
}
.awards,
.winner,
.Oscar,
.Academy {
  background: #d7ac46 !important;
}
.retrograde {
  background: #62c3c9 !important;
}
.arts,
.ntlive,
.opera,
.operaphilly,
.theater {
  background: #bc28c9 !important;
}
.international {
  background: #565664 !important;
}
.family {
  background: #f9aad4 !important;
}
.women {
  background: #531c66 !important;
}
.film101 {
  background: #c92020 !important;
}
.outdoor {
  background: #252335 !important;
}
.pennypack {
  background: #8ebf29 !important;
}
.filmfest,
.format,
.film,
.attribute-35mm {
  background-image: linear-gradient(
    to right,
    #45a0bf,
    #a2498b,
    #e8c95f
  ) !important;
}
.restoration {
  background: #8e8e8e !important;
}
.Sold {
  background: #bc1c13 !important;
}
.red {
  color: #bc1c13 !important;
}
.valentines,
.holiday {
  background: #bc1c13 !important;
}
.galentines {
  background: #e414d8 !important;
}
.blackhistory,
.sightsound,
.favorite,
.profpicks,
.noirvember {
  background: #1b1b1b !important;
}
.deepfocus,
.Discussion {
  background: #2054c9 !important;
}
.civics {
  background: linear-gradient(
    90deg,
    rgba(172, 60, 48, 1) 0%,
    rgba(96, 117, 224, 1) 100%
  ) !important;
}
.horror,
.halloween,
.spooky {
  background: #dd8900 !important;
}
.fashion,
.score {
  background: #e1d17d !important;
}
.pride {
  background: linear-gradient(
    132deg,
    rgb(221, 2, 3) 0%,
    rgb(251, 137, 2) 20%,
    rgb(248, 235, 5) 40%,
    rgb(0, 127, 38) 60%,
    rgb(5, 75, 249) 80%,
    rgb(114, 6, 130) 100%
  ) !important;
}
.afterdark {
  background: #6cc6b2 !important;
}
.science {
  background: #00eeb6 !important;
}
.animation {
  background: #f2623f !important;
}
.global {
  background: #a7a47c !important;
}
.sciphi {
  background: #5b749a !important;
}
.terror {
  background: #1ed801 !important;
}
.wilder,
.screwballs {
  background: #d04f3c !important;
}
.cult {
  background: #ba0303 !important;
}
.reelrebels {
  background: #b82121 !important;
}

/* VIDEO */
.black-back {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #252525;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  border-radius: 0px;
}
.black-back span {
  position: absolute;
  right: 60px;
  top: 60px;
  color: #ffffff;
  display: block;
  cursor: pointer;
  font-weight: 500;
  font-size: 26px;
}
.video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
video {
  width: 100%;
}
.front-trailer {
  display: block !important;
  margin-bottom: 00px !important;
}

/* FORMS */
form.rental {
  display: block;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -20px;
  font-family: arboria, sans-serif;
  color: #252525;
}
form.rental strong {
  width: 110px;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  padding-top: 10px;
  padding-left: 12px;
  padding-bottom: 10px;
  margin-top: 2px;
  margin-right: -4px;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 500 !important;
  background: #e2e2e2;
  border-radius: 0px 0 0 0px;
}
form.rental,
textarea,
select {
  padding: 8px;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 14px;
  margin-left: -1px;
  border: 3px solid #e2e2e2;
  resize: none;
  width: 500px;
  border-radius: 0 0px 0px 0;
}
form.rental select {
  -webkit-appearance: none;
  border-radius: 0;
  background: url(drop.png) right center no-repeat;
  background-position-x: 466px;
  background-position-y: 8px;
  margin-left: 4px;
}
.state {
  width: 130px !important;
  margin-right: 10px;
  text-transform: uppercase;
}
.zip {
  width: 235px !important;
  margin-left: -2px;
}
.comment {
  height: 149px;
}
input.rental-button {
  background: #42a826;
  color: #ffffff;
  padding: 20px !important;
  margin-bottom: 0px !important;
  margin-top: 0px;
  width: 300px !important;
  margin-right: 12px;
  font-size: 16px !important;
  display: inline-block;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  border-radius: 0px !important;
  border: 0 !important;
  -webkit-transition: background 0.2s; /* Safari */
  transition: background 0.2s;
  font-family: arboria, sans-serif;
  -webkit-transition: background 0.2s; /* Safari */
  transition: background 0.2s;
}
input.rental-button:hover {
  filter: brightness(110%);
}
textarea:focus,
input:focus {
  outline: 0;
}
#mc_embed_signup {
  background: #fff;
  clear: left;
  font-size: 19px;
  width: 500px;
  padding: 0;
  margin-bottom: -40px;
}
#mc_embed_signup form {
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 30px !important;
  font-family: arboria, sans-serif !important;
}
#mc_embed_signup h2,
.indicates-required {
  display: none;
}
#mc_embed_signup input {
  border-radius: 0 !important;
  font-size: 19px;
  margin-top: 10px !important;
  font-family: arboria, sans-serif !important;
  border: 0px solid #ebebeb !important;
  background: #ebebeb;
  padding-right: 10px !important;
  padding-bottom: 10px !important;
}
#mc_embed_signup input.button {
  background: #42a826 !important;
  color: #ffffff !important;
  padding: 20px !important;
  padding-left: 22px !important;
  padding-bottom: 22px !important;
  width: 250px !important;
  margin-right: 12px !important;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  font-size: 20px !important;
  display: inline-block !important;
  overflow: hidden !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-weight: bold !important;
  text-align: center !important;
  border-radius: 0px !important;
  -webkit-transition: background 0.2s !important; /* Safari */
  transition: background 0.2s !important;
  border-radius: 3px !important;
  height: auto !important;
}
#mc_embed_signup input.button:hover {
  filter: brightness(110%);
}
#mc_embed_signup .input-group {
  display: none;
}
form.mailer {
  margin-top: 40px;
  float: right;
}
form.mailer input,
textarea {
  background: #ffffff;
  border: 0;
  font-size: 18px;
  padding: 8px;
  padding-top: 6px;
  font-family: arboria, sans-serif;
  margin-bottom: 12px;
  border-radius: 3px;
  width: 400px;
}
form.mailer input.submit {
  background: #42a826;
  color: #ffffff;
  padding: 14px;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  display: inline-block;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
  border-radius: 0px;
  -webkit-transition: background 0.2s; /* Safari */
  transition: background 0.2s;
  border-radius: 3px;
}

/* VIDEO CONTROLS */
.controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #fff;
  transition:
    opacity 0.4s ease-in-out,
    transform 0.4s ease-in-out;
  padding: 12px 26px 12px 26px !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  opacity: 1;
  z-index: 2;
}
.controls.hidden {
  opacity: 0;
  pointer-events: none;
}
.controls button {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 6px;
}
.controls .time-display {
  font-size: 14px;
  margin: 0 10px;
  white-space: nowrap;
  font-weight: 500;
}
input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #f23ca6 0%, #ebebeb 0%);
  border-radius: 4px;
  outline: none;
  margin: 0 10px;
  flex-grow: 1;
  transition: background 0.3s ease;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}
input[type="range"]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.center-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 3;
}
.center-play svg,
.center-play img {
  width: 80px !important;
  color: white;
}
.center-play.hidden {
  display: none;
}
/* shows the poster on top of the video when we add .show-poster */
#videoContainer {
  position: relative;
}
#videoContainer.show-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--poster) center / cover no-repeat;
  pointer-events: none; /* doesn't block clicks */
  z-index: 1; /* above the video, below your controls (z:2) and button (z:3) */
}

/* EXTRAS */
#progress-bar {
  background: #e2e2e2;
  border-radius: 3px !important;
  overflow: hidden;
  width: 728px;
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
}
#progress-bar .raised {
  background: #42a826;
  height: 60px;
  position: relative;
  display: inline-block;
}
#progress-bar .raised span {
  padding-top: 10px;
  display: inline-block;
  float: right;
  padding-right: 14px;
}
#progress-bar span.total {
  padding-top: 10px;
  display: inline-block;
  float: right;
  padding-right: 14px;
}
#bar li.button ul,
#bar li.button ul.search-box,
#film-details span.snipe,
#box-times .tag,
#film-trailer #plyr,
#film-trailer img.poster,
#sidebar,
#box-footer a.foot-button,
#box-times,
#film-tickets,
a.button,
a.preview-archive-label,
a.preview-archive,
#box-info,
#notice-policy,
#membership,
#box-virtual img,
#box-virtual .tag,
#box-virtual-info,
#box-admission img,
#mc_embed_signup input,
input#mc-embedded-subscribe {
  border-radius: 3px !important;
}

/* TABLET */
@media screen and (max-width: 1200px) {
  #content-inner {
    max-width: 728px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #content.index {
    padding-bottom: 40px;
  }
  #bar li.logo span {
    display: none;
  }
  #sidebar {
    display: none;
  }
  #box-header span {
    right: 0;
  }
  #social {
    display: none;
  }
  #box-times {
    margin-right: 0px;
  }
  #film-details {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: auto;
    border-right: 0px solid #ebebeb;
    margin-right: 0;
    padding-right: 0;
  }
  #film-details p {
    max-width: 100%;
  }
  #film-details #info {
    padding-right: 0px !important;
  }
  #film-tickets {
    display: block;
    width: 648px;
    margin-left: 0px;
    padding-left: 0px;
    position: relative;
    top: inherit;
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: -40px;
    background: #ebebeb;
    padding-left: 40px;
    margin-left: 0px;
    padding-right: 40px;
    margin-right: 0px;
    border-radius: 0px;
  }
  #film-tickets .list-head {
    border-bottom: 3px solid #e2e2e2;
    font-size: 22px;
    margin-top: -5px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
    padding-left: 40px;
  }
  #film-tickets .timeslot {
    border-top: 3px dotted #e2e2e2;
    padding-left: 34px;
  }
  .date-container {
    border-top: 3px dotted #e2e2e2;
  }
  #film-trailer #plyr,
  .video-container {
    width: 728px;
    height: auto;
  }
  #film-trailer img.poster {
    display: none;
  }
  .mobile-poster {
    display: block;
    background: #e2e2e2;
    padding: 40px;
    padding-bottom: 65px;
    padding-top: 65px;
    text-align: center;
    margin-left: -34px !important;
    margin-right: -34px !important;
    margin-bottom: 00px !important;
    margin-top: 24px !important;
    z-index: 99;
    background-size: cover;
    background-position: center;
  }
  .mobile-poster::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.5; /* controls only the overlay */
    z-index: 0;
  }
  .mobile-poster .frosted {
    background: rgba(255, 255, 255, 0.15); /* transparent white "glass" */
    backdrop-filter: blur(4px); /* blur the background behind it */
    -webkit-backdrop-filter: blur(4px); /* Safari support */
    color: #fff;
    position: absolute;
    top: 0;
    left: 0; /* text color for contrast */
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .mobile-poster img {
    width: 264px;
    margin: 0 auto;
    border-radius: 3px;
    border: 0px solid #252525;
    z-index: 2;
    position: relative;
  }
  .blog {
    background: #ffffff !important;
  }
  .no {
    background: #ebebeb !important;
  }
  #box-footer {
    max-width: 728px;
  }
  .search {
    display: none !important;
  }
  #related {
    margin-left: -30px;
  }
  a.related {
    width: 80%;
  }
  a.related img {
    float: left;
    margin-right: 20px;
  }
  a.related .blog {
    float: left;
    margin-right: 20px;
  }
  #day-phone {
    display: block !important;
  }
  .flickity-prev-next-button {
    display: none;
  }
  .flickity-page-dots {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  html,
  body {
    max-width: 800px;
    overflow-x: hidden;
  }
  body {
    padding-top: 72px;
    padding-bottom: 0px !important;
  }
  #bar-fix {
    padding-bottom: 0px;
    border-top: 3px solid var(--site-accent);
    border-radius: 0px !important;
    width: 100%;
    height: 40px;
  }
  #bar {
    padding-left: 34px;
    padding-right: 34px;
  }
  #bar li.logo span {
    display: none;
  }
  #bar li.button {
    display: none;
  }
  #bar li.mobile-menu {
    display: block !important;
  }
  #bar li.line {
    padding-top: 14px;
    margin-top: 19px;
  }
  #content {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #content-inner.film-title {
    margin-bottom: 0px;
  }
  #content-inner {
    max-width: 1200px;
    padding-left: 34px;
    padding-right: 34px;
  }
  #content.tag-bar {
    font-size: 19px;
    line-height: 20px;
    font-weight: 500;
  }
  .black {
    padding: 0 !important;
  }
  .black #content-inner {
    padding: 0 !important;
  }
  #content p {
    padding-left: 0px;
    padding-right: 0px;
  }
  #splash {
    width: 180%;
    margin-left: -40%;
    min-height: 200px;
    padding-top: 0px;
  }
  #splash video {
    width: 100%;
  }
  #caption .title {
    font-size: 42px;
    line-height: 42px;
    width: 45% !important;
    margin: 0 auto;
  }
  #caption .info {
    font-size: 18px;
    width: 300px;
    margin: 0 auto;
    margin-top: 10px;
  }
  #caption p {
    display: none;
  }
  #caption .logo img {
    height: 140px;
  }
  #notice.mobile {
    display: block !important;
  }
  #notice span {
    font-size: 20px;
    line-height: 24px;
  }
  #sidebar.filter {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 24px;
    position: relative;
    top: auto;
  }
  #sidebar .tag-title {
    width: auto;
  }
  #content-inner.list #sidebar {
    margin-top: 34px !important;
  }
  #sidebar .tag-reset {
  }
  #sidebar .collapsible-content {
    margin-bottom: 24px;
  }
  #social {
    display: none;
  }
  #box-header {
    font-size: 42px;
    line-height: 42px;
    margin-top: 0px;
  }
  #box-header.list {
    margin-bottom: 0px !important;
  }
  #box-header.pad {
    margin-top: 40px !important;
  }
  #box-header span.info {
    margin-top: 10px;
    line-height: 20px;
    margin-left: 0;
  }
  #box-header span.day-select {
    display: block;
    position: relative;
    right: auto;
    bottom: auto;
    top: auto;
    margin-left: 0px;
    margin-top: -25px;
  }
  #box-times {
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
    background: #ffffff;
    padding: 0px;
    margin-top: 34px;
    margin-right: 0px;
    vertical-align: baseline;
    box-shadow: 0px 0px 0px #dfdfdf;
    overflow: hidden;
  }
  #box-times.expand {
    height: auto !important;
  }
  #box-times.expand img {
    margin-left: 0px !important;
    height: auto !important;
  }
  #box-times img {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
  }
  #box-times img.headshot {
    top: 20px;
    right: 20px;
    left: auto;
    height: 80px;
    width: 80px;
    border-radius: 60px;
  }
  #box-times .header {
    width: auto;
    margin-top: 16px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }
  #box-times .subheader {
    font-size: 16px;
    margin-top: 0px;
  }
  #box-times a.title {
    padding-right: 0px;
  }
  #box-times .tag-bar {
    width: 104% !important;
    margin-top: -16px;
    padding-top: 8px;
    padding-bottom: 10px;
  }
  #box-times span.tag-format {
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 10px;
  }
  #box-times .tag {
    left: 20px;
    top: 114px;
    bottom: auto;
  }
  #box-times #showtimes .tag {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    margin-top: 5px;
    display: inline-block;
  }
  .Sold {
    top: 76px !important;
    bottom: auto !important;
  }
  #box-times .year {
    top: 24px;
    bottom: auto;
  }
  #box-times .format,
  #box-times .free {
    top: 24px;
    bottom: auto;
  }
  #box-times .more {
    bottom: 10px;
    right: 10px;
  }
  #box-times a. {
    margin-bottom: 4px;
    margin-top: 4px;
  }
  #box-times .details {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 0px;
    color: #8e8e8e;
    margin-top: 28px;
    margin-left: 20px;
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
  #box-times .extra {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    position: relative;
    padding-top: 4px;
    bottom: 16px;
    left: 20px;
    font-weight: 500;
    color: #8e8e8e;
    display: block;
  }
  #toggleViewBtn {
    margin-right: 0px;
    margin-top: 0px;
  }
  #toggleViewBtn .label {
    display: none;
  }
  #box-day {
    width: auto;
    margin-right: 0px;
    margin-top: 34px;
  }
  #box-day .week-day {
    line-height: 24px;
    font-size: 24px;
  }
  a.tooltip {
    display: block;
  }
  a.tooltip .tooltiptext {
    display: none;
  }
  #load {
    margin-bottom: -10px;
    max-height: 105px;
  }
  #notice-policy {
    width: auto;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  #notice-policy.add {
    margin-top: 0px;
  }
  #box-virtual {
    width: 160px;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
    vertical-align: top;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: -30px;
  }
  #box-virtual img {
    width: 140px;
    margin: 0 auto;
    transition: all 0.5s ease;
  }
  #box-virtual img:hover {
    box-shadow: 0px 0px 40px -20px #252525;
    transform: scale(1.12);
  }
  #box-virtual .tag {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0px;
  }
  #box-virtual .title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: -0.2px;
  }
  #box-virtual .Starts,
  #box-virtual .Coming {
    background: #42a826 !important;
    display: inline-block !important;
    padding: 4px !important;
    padding-left: 5px !important;
    padding-top: 3px !important;
    color: #ffffff;
    margin-top: 10px;
  }
  #box-virtual .Premieres,
  #box-virtual .Mon,
  #box-virtual .Tue,
  #box-virtual .Wed,
  #box-virtual .Thu,
  #box-virtual .Fri,
  #box-virtual .Sat,
  #box-virtual .Sun {
    background: #edb849 !important;
    display: inline-block !important;
    padding: 4px !important;
    padding-left: 5px !important;
    padding-top: 3px !important;
    color: #ffffff;
    margin-top: 10px;
  }
  #box-virtual .Ends {
    background: #bc1c13 !important;
    display: inline-block !important;
    padding: 4px !important;
    padding-left: 5px !important;
    padding-top: 3px !important;
    color: #ffffff;
    margin-top: 10px;
  }
  #box-virtual-info {
    display: none;
  }
  #box-update-info {
    display: none;
  }
  #showtimes {
    width: 100%;
    height: auto;
    border-left: 0px dotted #ebebeb !important;
    border-top: 0px dotted #ebebeb !important;
    padding: 20px;
    padding-bottom: 20;
    padding-top: 0px;
    margin-left: 0px;
    margin-right: 20px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    right: auto;
    top: auto;
  }
  #showtimes iframe.shows {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 20px;
  }
  #showtimes .info {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    margin-top: 10px;
  }
  #showtimes .day {
    display: inline;
    margin-right: 8px;
  }
  #showtimes a.time {
    display: inline-block;
    width: 140px;
  }
  ul.session-times li {
    padding-left: 8px;
  }
  .title-header {
    display: none;
  }
  #membership {
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 40px;
    padding-top: 42px;
    padding-bottom: 32px;
  }
  #membership p {
    width: 100%;
    margin-top: -10px;
  }
  #membership a.button {
    width: 80%;
    font-size: 18px;
    margin-top: 10px;
  }
  #box-info {
    margin-top: 34px;
  }
  #box-info img {
    display: none;
  }
  #box-info .collapsible:after {
    line-height: 24px;
  }
  #film-trailer {
    position: relative;
    width: 100%;
    margin: 0;
  }
  #film-trailer #plyr,
  .video-container {
    width: 100% !important;
    height: inherit !important;
    border-radius: 0px !important;
    margin-bottom: 0px;
  }
  #film-trailer img.poster {
    display: none;
  }
  #film-details {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: inherit;
    border-right: 0px solid #ebebeb;
  }
  #film-details .synopsis img.mark {
    width: 172px;
    height: 172px;
    margin-right: 0px;
  }
  #film-details .synopsis img.df {
    width: 172px;
    height: 172px;
  }
  #film-details .synopsis img.headshot {
    width: 172px;
    height: 172px;
    border-radius: 172px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  #film-details .section {
    margin-top: 20px !important;
  }
  #film-details .credits {
    display: block;
    max-width: 100%;
  }
  #film-details p.credits strong {
    width: 140px;
    float: left;
  }
  #film-details .event span {
    display: inline-block;
  }
  #film-details .director {
    padding-right: 0px;
    margin-top: 0px;
    display: block;
  }
  #film-details h1.film-title {
    font-size: 42px;
    line-height: 42px;
    margin-top: 0px;
  }
  #film-details #info {
    padding-right: 0px;
  }
  #film-details span.snipe {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px !important;
    margin-top: 5px;
  }
  #tags {
    margin-bottom: 30px;
    display: block;
  }
  #film-tickets {
    display: block;
    width: 100%;
    position: relative;
    top: inherit;
    margin-top: 0px;
    margin-bottom: -20px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #ffffff;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
    scroll-margin-top: 76px;
    z-index: 98;
    outline: 60px solid #ffffff;
  }
  #film-tickets .list-head {
    border: 0;
    background: #252525;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    margin-top: -30px;
    -webkit-animation: list-head2 1s step-end infinite;
    animation: list-head2 1s step-end infinite;
  }
  #film-tickets .list-head::before {
    content: "" !important;
    color: #d7d7d7;
    float: left;
    margin-left: 34px;
    margin-top: -1px;
  }
  #film-tickets .list-head::after {
    content: "" !important;
    color: #d7d7d7;
    float: right;
    margin-right: 34px;
    margin-top: -1px;
  }
  #film-tickets.main h4.date {
    font-size: 16px;
  }
  #film-tickets.main ul.session-times li {
    font-size: 16px;
  }
  #film-tickets .attribute-0000000007,
  #film-tickets .attribute-0000000009 {
    display: inline !important;
    position: relative !important;
    color: #173e8b !important;
    background: #ffffff !important;
    font-size: 8px !important;
    font-weight: 900;
    border-radius: 3px !important;
    padding-bottom: 2px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
    padding-top: 0px !important;
    cursor: hand;
    top: -2px;
  }
  #more {
    display: block;
    margin-right: 0px;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  #more:last-of-type {
    margin-bottom: 0px;
  }
  #more a {
    font-size: 18px;
    vertical-align: top;
    font-weight: 500;
  }
  #more a img {
    width: 100%;
    height: auto;
  }
  .tix {
    background: #edb849;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 0 !important;
    font-weight: bold;
    display: block;
    margin: 0;
    font-size: 18px;
    letter-spacing: 1px;
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 2;
    overflow: hidden;
    width: 128px;
    border-radius: 3px;
  }
  .tix .tix-inner {
    padding-top: 11px;
    padding-bottom: 13px;
    margin-left: 16px;
    padding-left: 1px;
    width: 100px;
    border-left: 3px dotted #d5a642;
    border-right: 3px dotted #d5a642;
    text-align: center;
    margin: 0 auto;
  }
  .tix .tix-inner span {
    float: right;
  }
  .blog {
    background: #ffffff !important;
  }
  .no {
    background: #ebebeb !important;
  }
  #box-admission .ticket {
    font-size: 24px;
    max-width: 70%;
    vertical-align: top;
  }
  #box-admission .ticket span {
    display: none;
  }
  #box-admission .price {
    font-size: 24px;
    vertical-align: top;
  }
  #box-footer {
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 12px;
    padding-bottom: 0px;
  }
  #box-footer .buttons {
    float: left;
    margin-bottom: -10px;
    margin-top: 19px;
    width: 100%;
  }
  #box-footer a.foot-button {
    padding: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 22px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
  }
  #box-footer a.previews {
    margin-bottom: 0px;
  }
  #box-footer a.previews img {
    height: 176px;
  }
  #box-footer span {
    width: auto;
    float: right;
    margin-left: 0px;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 24px;
    margin-top: -4px;
  }
  #box-footer span a {
    font-size: 15px !important;
    letter-spacing: -0.1px !important;
  }
  #box-footer a.mercer,
  #box-footer a.mercer img {
    display: none !important;
  }
  #box-footer .mercer-info {
    font-size: 14px;
    line-height: 16px;
    width: 115px !important;
    padding-right: 20px;
    float: left;
    margin-left: -30px !important;
  }
  form.mailer {
    margin-top: 20px;
    margin-bottom: 40px;
    float: left !important;
    z-index: 99 !important;
    position: relative !important;
    margin-left: 0px !important;
    display: block;
  }
  form.mailer input,
  textarea {
    width: 100%;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape) {
  #content-inner {
    max-width: 400px;
  }
  #splash {
    width: 100%;
    margin-left: 0%;
  }
  #splash video {
    margin-top: 0px;
  }
}

@media screen and (max-width: 500px) {
  #content.spotlight {
    max-height: 242px;
  }
}

@media screen and (max-width: 400px) {
  #content.spotlight {
    max-height: 222px;
  }
}
