<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Custom queries */
.centerV {
  position: relative;
  top: 50%;
  transform: translatey(-50%);
}
#sidebar {
  margin-left: 12px;
}
.btn {
  border-radius: 0;
  height: auto;
  padding: 15px;
  font-size: 18px;
  line-height: 1em;
}
.btn.btn-clean {
  font-size: 20px;
  height: auto;
  padding: 15px 10px;
}
.btn.btn-cancel {
  border-width: 0px;
  padding: 20px 0;
  text-align: left;
}
.btn.btn-cancel:hover {
  background-color: transparent;
  color: #fff;
}
.btn {
  transition: background-color 0.3s;
  text-shadow: none;
}
.btn-primary,
.btn-location:focus {
  background-color: #880000;
  background-image: none;
  color: #fff;
  border: 2px solid #550000;
}
.btn-primary a,
.btn-location:focus a {
  color: inherit;
}
.btn-primary:hover,
.btn-location:focus:hover,
.btn-primary:focus,
.btn-location:focus:focus {
  background-color: #ad2730;
  border-color: #831e24;
  color: #fff;
}
.btn-secondary {
  background-color: #ffcb08;
  border: 0 solid #d4a700;
  background-image: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 200;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #ad2730;
  color: #fff;
}
.btn-tertiary {
  background-color: #31597a;
  border: 0 solid #223e56;
  background-image: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 200;
}
.btn-tertiary:hover,
.btn-tertiary:focus {
  background-color: #ad2730;
  color: #fff;
}
.btn-clean {
  background-color: transparent;
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
  border: 4px solid rgba(255, 255, 255, 0.2);
  width: 60%;
}
.btn-clean:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}
.btn-text-group {
  margin-top: 12px;
}
.btn-text-group a,
.btn-text-group span {
  color: #ad2730;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.btn-sidebar {
  font-size: 18px;
  text-transform: uppercase;
  transition: all .3s;
  padding: 14px 18px 17px 15px;
  margin-top: 0;
  font-weight: 300;
  box-shadow: none;
  border-width: 0;
  font-family: "factoria",serif;
  color: #ebe4d2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.btn-signup {
  font-size: 24px;
  padding: 10px 18px 17px 15px;
  margin-top: 3px;
}
.btn-signup .glyphicon {
  font-size: 26px;
  margin-right: 3px;
  top: 7px;
}
.btn-signup:hover {
  background-color: #d23540;
  border-color: #ad2730;
}
footer {
  min-height: 400px;
  clear: both;
  border-top: 7px solid #781016;
  border-bottom: 50px solid #781016;
  background-image: linear-gradient(transparent, #902028);
  background-color: #ad2730;
}
footer .logo {
  margin: 30px auto 0;
  padding: 0;
}
footer #footer-address {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #b36369;
  letter-spacing: .01em;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
}
footer .icons {
  width: 100%;
}
footer .icons a {
  margin: 0 2px;
}
.sb_section {
  background-color: transparent;
  color: #1e1e1e;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sb_section h3 {
  color: #1e1e1e;
}
.sb_section p {
  color: #1e1e1e;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  margin-top: 10px;
  letter-spacing: normal !important;
}
@media (min-width: 1200px) {
  .sb_section p {
    text-align: justify !important;
  }
}
#giftcard_section .btn {
  margin-top: 15px;
}
body {
  padding: 0;
}
h3,
.h3 {
  font-size: 22px;
}
section {
  padding: 30px 15px !important;
}
section p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: justify;
}
section p strong {
  color: #ffcb08;
}
section h3 {
  color: #ffcb08;
}
section.reverse {
  background-color: #111;
  color: #fff;
}
section.reverse h2,
section.reverse h3,
section.reverse h4,
section.reverse p {
  color: #fff;
}
section.map {
  background: url(../img/map.jpg) repeat center top #ffcb08;
  padding-top: 0;
  padding-bottom: 350px;
}
section.map h2 {
  padding: 150px 0 25px;
}
.section-header {
  font-size: 35px;
  font-weight: 100;
  margin-bottom: 30px;
}
.page-title {
  float: right;
  font-size: 20px;
  margin: 14px 5px 0 0;
}
.form-control {
  border-radius: 0;
  margin-bottom: 0;
  padding: 15px;
  height: 50px;
  font-weight: 200;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
.input-group {
  margin-bottom: 10px;
}
.icons .icon {
  width: 29%;
  margin: 0 2%;
}
.location {
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.location.first {
  border-width: 0 !important;
  padding-top: 0;
}
.location img {
  border: 1px solid #ccc;
  margin-bottom: 25px;
}
.location a {
  color: #ad2730;
  font-weight: 500;
}
.location p {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 15px;
}
.location h4 {
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 0;
}
#contact-info {
  display: none;
  padding: 4% 0 2%;
}
#contact-info .logo {
  margin: 0 auto;
  position: static;
  width: 33%;
}
#contact-info .icons a {
  opacity: .8;
}
#contact-info .icons a:hover {
  opacity: 1;
}
#contact-info p {
  text-align: left;
  font-size: 1.1em;
  line-height: 1em;
  border-right: 1px solid #777;
  min-height: 43px;
}
#contact-info p strong {
  font-size: 1.3em;
}
#contact-info .glyphicon {
  font-size: 40px;
}
.theatre-info .icon {
  margin-right: -10px;
  opacity: 0.4;
  transition: all .3s;
}
.theatre-info .icon:hover {
  opacity: 0.9;
}
.theatre-info .icon:first-child {
  opacity: 0.7;
  margin-left: 5px;
}
.theatre-info .icon:first-child:hover {
  opacity: 0.9;
}
#cinema-info {
  padding-bottom: 21px !important;
  padding-top: 0 !important;
}
#cinema-info ul {
  padding: 0;
  margin-bottom: 10px;
}
#cinema-info li {
  list-style-type: none;
  border-left: 1px solid #ddd;
}
@media (max-width: 767px) {
  #cinema-info li {
    border-width: 0;
    width: 100%;
  }
}
#cinema-info li:first-child {
  border-width: 0;
}
#cinema-info li:first-child a {
  padding-left: 0 !important;
}
#cinema-info li,
#cinema-info p {
  font-size: 14px;
  text-align: left;
  letter-spacing: .02em;
}
#cinema-info p {
  margin-bottom: 0;
  text-align: left;
}
#coming-soon .section-header {
  color: #7ACCC7;
}
#coming-soon .title {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffcb08;
}
#location_popup {
  background-color: #fafafa;
  border: 4px solid #ccc;
  position: absolute;
  top: -40px;
  right: 1%;
  width: 500px;
  opacity: 0;
  z-index: -1;
  transition: all .6s;
  box-shadow: 2px 4px 1px rgba(0, 0, 0, 0.6);
  padding: 15px !important;
}
#location_popup.active {
  z-index: 1000;
  opacity: 1;
}
#location_popup h3 {
  text-align: center;
  margin: 30px 0 5px;
  color: #333;
  text-transform: uppercase;
  font-weight: 200;
}
#location_popup .btn-primary {
  padding: 15px 20px;
  font-size: 16px;
  border-color: #ccc;
  background-color: #fff;
  color: #888;
  width: 99%;
  margin: 1%;
}
#location_popup .btn-primary:hover {
  background-color: #ad2730;
  border-color: #831e24;
  color: #fff;
}
#location_popup p {
  margin-bottom: 0;
}
#location_popup .btns_2col .btn-primary {
  width: 48.5%;
}
#close_location {
  color: #bbb;
  cursor: pointer;
  float: right;
  font-size: 24px;
  font-weight: 100;
  margin: 30px 30px 10px;
  opacity: 0.6;
  top: 0;
}
#close_location:hover {
  text-decoration: none;
  opacity: 1;
}
/* Custom queries */
@media (min-width: 767px) and (max-width: 1200px) {
  #cinema-info .nav-tabs li &gt; a {
    font-size: 23px;
    padding: 0 5px;
  }
}
body.subpage_view #primary-nav {
  background-color: #c47920;
  margin-bottom: 0;
}
#primary-content {
  padding-top: 10px !important;
  padding-bottom: 80px;
}
#primary-content .section-header {
  color: #ffcb08;
}
#primary-content .container {
  padding: 30px;
  background-color: #fff;
  border: 4px solid #ffcb08;
}
#primary-content ul {
  padding: 0;
}
#primary-content li {
  list-style-type: none;
}
#primary-content li,
#primary-content p {
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 1.4em;
}
#primary-content p {
  margin-bottom: 20px;
  text-align: justify;
}
#primary-content img {
  border: 1px solid #dedede;
}
#primary-content .well h3 {
  margin-top: 0;
}
/* Custom query */
@media (min-width: 767px) and (max-width: 1200px) {
  
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  
}
/* Medium devices (tablets/desktops, 992px and up) */
@media (min-width: 992px) {
  
}
/* Mobile devices (tablets, 768px and under) */
@media (max-width: 768px) {
  #primary-content {
    padding-bottom: 70px;
  }
  #primary-content .btn {
    width: 100%;
  }
}
#primary-nav {
  border-radius: 0;
  margin-bottom: 0;
  background-color: #9a1b24;
  background-image: linear-gradient(#780000, transparent 25%, #780000 75%);
  padding: 5px 0;
}
#primary-nav li a {
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 962px) {
  #primary-nav li a {
    font-size: 12px;
    padding: 13px 6px;
  }
}
.navbar-nav {
  float: left;
  width: 100%;
}
.navbar-nav li {
  padding: 4px 0;
}
.navbar-nav li a {
  padding: 13px 20px;
  font-size: 16px;
}
.navbar-brand {
  padding: 0;
  width: 204px;
  transition: width .3s;
  margin-left: 15px !important;
}
@media (min-width: 768px) {
  .navbar-brand {
    width: 300px;
    margin-left: 0px !important;
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
    width: 350px;
  }
}
.navbar-brand img.logo {
  margin-top: 15px;
  max-width: 204px;
}
@media (min-width: 768px) {
  .navbar-brand img.logo {
    margin-top: 10px;
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  #primary-nav .btn-location {
    font-size: 12px;
    padding: 10px;
    border-width: 2px;
    margin-top: -45px;
  }
}
@media (min-width: 768px) {
  .navbar {
    padding: 10px 0;
    min-height: 100px;
  }
  .navbar-nav {
    float: right;
    width: auto;
    margin-top:15px;
  }
  .navbar-brand {
    display: block;
  }
}
#primary-nav li a {
  color: #fff;
  text-shadow: none;
  text-transform: uppercase;
}
#primary-nav li a:hover {
  background-color: transparent;
  color: #ead882;
}
@media (max-width: 767px) {
  #primary-nav .navbar-collapse {
    background-color: #111;
    margin-top: 15px;
    border-bottom: 1px solid #222;
  }
}
@media (max-width: 992px) {
  #primary-nav .navbar-collapse {
    position: relative;
  }
  #primary-nav .navbar-collapse .btn-signup {
    padding: 2px 10px 12px;
    font-size: 14px;
  }
  #primary-nav .navbar-collapse .btn-signup span {
    font-size: 18px;
  }
}
.navbar-nav li a.btn {
  color: #fff;
  min-width: 170px;
}
.navbar-nav li a.btn:hover {
  background-color: #ad2730;
}
.navbar-nav li.active a.signup-btn {
  background-color: #ad2730 !important;
  box-shadow: none !important;
}
.navbar-nav li.active a.signup-btn:hover {
  background-color: #831e24 !important;
}
.navbar-nav li a.signup-btn {
  background-color: #ffcb08;
}
.navbar-nav li a.signup-btn:hover {
  background-color: #ad2730;
}
.navbar-inverse {
  background-image: none;
  background-color: #fff;
  border: 0px solid;
  transition: all .3s;
}
.navbar-inverse .navbar-nav li.active a,
.navbar-inverse .navbar-nav li:focus a {
  background-image: none;
  background-color: #f8a849;
  box-shadow: none;
  color: #fff;
}
.navbar-inverse .navbar-nav li:hover a,
.navbar-inverse .navbar-nav li.active:hover a {
  background-color: rgba(248, 168, 73, 0.5);
}
.navbar-inverse .navbar-nav li a {
  color: #fff;
  text-shadow: none;
}
.navbar-inverse.active {
  background-color: #c47920;
}
.navbar-brand .text-logo {
  color: #ad2730;
}
.navbar-toggle {
  border: 2px solid #e7e2d6;
}
.navbar-toggle .icon-bar {
  background-color: #e7e2d6;
}
#secondary-nav {
  padding: 5px 0;
  background-color: #777;
  margin-bottom: 30px;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.9);
}
@media (max-width: 768px) {
  #secondary-nav {
    min-height: 50px;
  }
}
#secondary-nav h2 {
  color: #fff;
  font-weight: 100;
}
#secondary-nav h2 strong {
  font-weight: normal;
}
.circuit #secondary-nav {
  min-height: 60px;
}
.theatre-info {
  float: left;
  margin-left: 5px;
}
.theatre-info h2 {
  margin: 0;
  font-size: 14px;
}
.theatre-info h2 a {
  color: inherit;
}
.theatre-info h2 strong {
  font-size: 22px;
}
.theatre-info .changelocation {
  float: right;
  font-size: 14px;
  color: #aaa;
  margin-left: 15px;
  text-decoration: underline;
}
.theatre-info .changelocation:hover {
  color: #fff;
}
@media (min-width: 400px) {
  .theatre-info .changelocation {
    float: left;
    margin-right: 3px;
  }
}
.circuit .theatre-info {
  display: none;
}
@media (min-width: 400px) {
  .theatre-info {
    float: right;
    margin-left: 0;
  }
}
.jumbotron {
  position: relative;
  padding: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.jumbotron .logo {
  display: block;
  margin: 32px auto 0;
  max-width: 160px;
}
.jumbotron .btn-primary {
  text-align: center;
  box-shadow: none;
  font-size: 20px;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0 5px;
  padding: 20px;
}
.jumbotron .slides {
  background-color: #000;
}
.jumbotron .slides &gt; li {
  opacity: .2;
  transition: opacity .3s;
}
.jumbotron .slides &gt; li.active {
  opacity: 1;
}
.jumbotron {
  border-radius: 0 !important;
  padding: 0 !important;
  background-color: #111;
  background-position: center top;
  background-size: 100% auto;
}
.jumbotron .btn-primary {
  background-color: transparent;
  border: 2px solid #aaa;
  color: #aaa;
}
.jumbotron .carousel-caption {
  position: absolute;
  left: 0;
  top: 20px;
  background-color: #111;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 10px;
  right: auto;
  bottom: auto;
}
.jumbotron .carousel-caption h2 {
  margin: 0 0 4px;
  color: #fff;
  font-weight: 300;
}
#ticket-info {
  margin: 0;
}
#ticket-info h3 {
  margin: 3px 0 7px;
  color: #ad2730;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #ticket-info h3 {
    text-align: right;
    margin-bottom: 0;
  }
}
#ticket-info h3 .icon {
  margin-right: 8px;
  margin-top: -2px;
}
#ticket-info #dropMenuDate {
  border: 2px solid #ccc8bd;
  height: 48px;
  padding-top: 11px;
  color: #666;
}
#ticket-info .btn-group {
  width: 100%;
}
#movie_icons {
  padding: 8px;
}
#movie_icons .icon {
  width: 22px;
  display: inline;
}
.movielist .listitem {
  border: 0px solid;
  background-color: transparent;
  box-shadow: none;
  padding: 10px;
  margin-bottom: 20px;
}
.movielist .listitem .more-info {
  background-image: url("../img/moreinfo_bg_left.png");
  background-position: left -1px;
  background-repeat: no-repeat;
  clear: left;
  float: left;
  font-size: 24px;
  margin-left: -7px;
  margin-top: -35px;
  padding: 10px 10px 0 3px;
  text-align: left;
}
.movielist .listitem .more-info a {
  margin: 0;
}
.movielist .listitem .more-info span {
  color: #ffcb08;
  transition: color 0.3s;
}
.movielist .listitem .more-info:hover span {
  color: #ffd63b;
}
.movielist .snippet {
  color: #777;
  font-weight: 100;
  margin-bottom: 30px;
  text-align: justify;
  font-size: 14px;
  line-height: 24px;
}
.movielist .snippet img {
  max-width: 140px;
  margin: 0 15px 0 -4px;
  float: left;
}
@media (min-width: 768px) {
  .movielist .griditem {
    min-height: 525px;
  }
}
.movielist .griditem .showtimes .btn {
  color: #413e30;
  background-color: #c6c6c6;
  border: 1px solid #818181;
  display: block;
  margin: 0 12px 0;
  padding: 10px 15px;
  width: auto !important;
  text-align: center;
  font-weight: 300;
}
.movielist .griditem .showtimes .btn:hover {
  background-color: #d8d8d8;
  border-color: #ad2730;
}
@media (max-width: 768px) {
  
}
.movielist .griditem .details {
  position: relative;
  transition: opacity .3s;
  height: 100%;
  padding: 10px 0 5px;
}
.movielist .griditem .details h3 {
  border-bottom: 1px dashed #ccc;
  font-size: 18px;
  padding-bottom: 10px;
  height: auto;
}
.movielist .griditem .details p {
  text-align: center !important;
}
.movielist .griditem .details p strong {
  display: block;
  overflow: hidden;
}
.movielist .griditem .details p br {
  display: none;
}
.movielist .griditem .details .iteminfo {
  background-color: transparent;
  max-height: none;
  min-height: 104px;
  padding: 8px;
  text-align: left;
  border-width: 0;
}
.movielist .griditem .details .iteminfo a {
  background-color: transparent;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.04em;
  color: #1d1d1d;
  border: 1px solid #c6c6c6;
  padding: 6px;
  margin: 0 4px 4px;
  transition: all .3s;
}
.movielist .griditem .details .iteminfo a:hover {
  background-color: #ad2730;
  color: #fff;
  border-color: #ad2730;
}
.movielist .griditem .details .btn-moreinfo {
  text-align: center;
  text-transform: uppercase;
  color: #aaa;
  text-decoration: underline;
  font-weight: 300;
}
.movielist .griditem .details .btn-default {
  background-color: #ad2730;
  background-image: none;
  border: 2px solid #831e24;
  bottom: 7%;
  color: #fff;
  left: 7%;
  margin-top: 4px;
  padding: 5px 0;
  text-align: center;
  width: 86%;
}
.movielist .griditem .details:hover {
  opacity: 1;
}
.movielist .griditem .more-info {
  background-image: url("../img/moreinfo_bg.png");
  background-position: right -1px;
  background-repeat: no-repeat;
  font-size: 24px;
  padding: 5px 0 0 10px;
  position: absolute;
  right: 0;
  top: -31px;
}
.movielist .griditem .more-info a {
  margin: 0;
}
.movielist .griditem .more-info span {
  color: #ffcb08;
  transition: color 0.3s;
}
.movielist .griditem .more-info:hover span {
  color: #ffd63b;
}
.movielist.detailspopup .griditem:hover {
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
  border: 6px solid #eee;
  padding: 0;
}
.movielist.detailspopup .details {
  overflow: hidden;
  transition: opacity .3s;
  height: 100%;
  padding: 10px 0;
}
.movielist.detailspopup .details h3 {
  border-bottom: 1px dashed #ccc;
  font-size: 18px;
  padding-bottom: 10px;
  height: auto;
}
.movielist.detailspopup .details .iteminfo {
  background-color: transparent;
  border: 0px solid #ead882;
  max-height: none;
  min-height: 0;
  padding: 5px;
  text-align: center;
}
.movielist.detailspopup .details .iteminfo a {
  font-size: 13px;
  font-weight: 300;
  color: #1d1d1d;
}
.movielist.detailspopup .details .btn-default {
  background-color: #ad2730;
  background-image: none;
  border: 2px solid #831e24;
  bottom: 7%;
  color: #fff;
  left: 7%;
  margin-top: 4px;
  padding: 5px 0;
  text-align: center;
  width: 86%;
}
.movielist.detailspopup .details:hover {
  opacity: 1;
}
.movielist .listitem {
  border: 1px solid #ccc;
  box-shadow: 5px 7px 0 #ccc;
  background-color: #fff;
}
.movielist .griditem {
  padding: 6px;
  margin-bottom: 10px;
  background-color: #fff;
}
.movielist .griditem img {
  border: 0px solid #fff;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
}
.movielist .griditem:hover img {
  opacity: .8;
}
.movielist .griditem .iteminfo {
  background-color: #fafafa;
  border: 1px solid #ddd;
  max-height: 90px;
  min-height: 90px;
  padding: 5px;
  text-align: center;
}
.movielist .griditem h3 {
  color: #ea792d;
  font-size: 14px;
  font-weight: 300;
  margin: 4px 0;
  text-align: center;
  text-transform: uppercase;
  height: 32px;
}
.movielist .griditem a {
  color: #333;
  letter-spacing: 0;
  text-align: left;
  display: inline-block;
  margin-right: 0px;
}
.movielist .griditem img {
  opacity: 1;
  width: 100%;
  max-width: none;
  transition: all .3s;
}
.movielist .details p strong {
  font-size: 16px;
  color: #aaa;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: .04em;
}
@media (max-width: 768px) {
  
}
#promo-section &gt; .container {
  padding: 0 18px;
}
#promo-section img {
  width: 100%;
}
#directions {
  padding: 5px 15px 10px !important;
}
#directions .section-header {
  margin-bottom: 0;
}
#directions label {
  color: #aaa;
  float: left;
  font-size: 50px;
  font-weight: 100;
  letter-spacing: -0.07em;
  margin-right: 2%;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 960px) {
  #directions label {
    font-size: 63px;
    text-align: left;
    width: auto;
  }
}
#directions input {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  #directions input {
    width: 49%;
    margin-right: 1%;
  }
}
@media (min-width: 960px) {
  #directions input {
    width: 34%;
    margin-right: 1%;
  }
}
#directions button {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  #directions button {
    width: 50%;
  }
}
@media (min-width: 960px) {
  #directions button {
    width: 15%;
  }
}
#directions input,
#directions button {
  margin-top: 5px;
}
@media (min-width: 960px) {
  #directions input,
  #directions button {
    margin-top: 19px;
  }
}
#directions p.address {
  margin: -8px 0 10px;
  text-align: center;
  letter-spacing: .02em;
}
#directions .well {
  background-image: url('../img/map.jpg');
  background-position: center -56px;
  border-radius: 0;
  margin-bottom: 0;
}
.tiled-features {
  position: relative;
  padding: 0 18px;
}
.tiled-features h2 {
  margin: 15px 0;
  text-transform: uppercase;
  color: #cacaca;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 100;
  font-size: 60px;
  letter-spacing: -0.05em;
}
.tiled-features .feature {
  width: 100%;
  border: 4px solid #fff;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .tiled-features .feature {
    width: 19%;
    float: left;
    margin: 0 .5%;
  }
}
.tiled-features .feature img.main {
  transition: opacity .3s;
}
.tiled-features .feature .img-container {
  background-color: #000;
  position: relative;
  text-align: center;
}
.tiled-features .feature .img-container .btn {
  width: 37%;
  margin-right: 3%;
  float: right;
  background-color: transparent;
  background-image: none;
  border: 0 solid;
  padding: 0;
}
@media (max-width: 360px) {
  .tiled-features .feature .img-container .btn {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .tiled-features .feature .img-container .btn {
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    bottom: 0;
    box-shadow: 0 0 150px rgba(0, 0, 0, 0.6) inset;
    color: #cccccc;
    font-size: 17px;
    height: 100%;
    left: 0;
    line-height: 1.2em;
    padding: 86% 0 0;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease 0s;
    width: 100%;
  }
}
.tiled-features .feature .img-container .btn span {
  background-image: url("../img/feature-btn_bg_xs.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin: 15px auto 0;
  padding: 20px 0 20px 9px;
  text-align: center;
  width: 100%;
  opacity: .7;
  transition: opacity .3s;
}
@media (min-width: 768px) {
  .tiled-features .feature .img-container .btn span {
    background-image: url("../img/feature-btn_bg.png");
    background-position: center bottom;
    margin: 0 auto 10px;
    padding: 12px 0 30px;
    width: 80%;
  }
}
.tiled-features .feature .img-container.active {
  background-color: #000;
  border: 1px solid #777;
}
.tiled-features .feature .img-container.active .btn span {
  background-image: linear-gradient(to bottom, #878787 0px, #ababab 100%);
  display: none;
  opacity: 0.1;
}
.tiled-features .feature .img-container:hover img.main {
  opacity: 0.7;
}
.tiled-features .feature img.main {
  display: none;
}
@media (min-width: 768px) {
  .tiled-features .feature img.main {
    display: block;
    width: 100%;
  }
}
.tiled-features .feature:hover .btn span {
  opacity: 1;
}
.theatretitle {
  float: left;
  width: 60%;
  color: #fff;
  padding: 10px 15px 20px;
  text-align: left;
}
@media (max-width: 360px) {
  .theatretitle {
    width: 47%;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .theatretitle {
    background: url("../img/bg_logo.png") no-repeat scroll center top;
    background-color: #000;
    height: 100%;
    margin: 0;
    opacity: 0.8;
    padding: 20px 0;
    position: absolute;
    top: 0;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.03em;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .theatretitle {
    padding-top: 45px;
  }
}
.theatretitle span {
  font-weight: 200;
  font-size: 15px;
  letter-spacing: .03em;
  display: block;
  line-height: 17px;
}
/* Small devices (tablets, 768px and up) */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .section-header {
    font-size: 80px;
  }
  #contact-info {
    display: block;
  }
  #contact-info .contact-item p {
    font-size: 12px;
    min-height: 30px;
  }
  #contact-info .address {
    width: 250px;
  }
  #contact-info .phone {
    width: 139px;
    padding-left: 6px;
  }
  #contact-info .social {
    width: 100px;
    padding-left: 6px;
  }
  #contact-info .logo {
    margin-top: -40%;
    margin-left: -8%;
    max-width: none;
    position: absolute;
    width: 108%;
  }
  #contact-info .glyphicon {
    font-size: 24px;
  }
  #cinema-info {
    padding-bottom: 130px;
  }
  #cinema-info .container {
    width: 725px;
  }
}
/* Medium devices (tablets/desktop, 992px and up) */
/* Medium devices (tablets/desktops, 992px and up) */
@media (min-width: 992px) {
  #contact-info .contact-item p {
    font-size: 14px;
    min-height: 40px;
  }
  #contact-info .address {
    width: 308px;
  }
  #contact-info .phone {
    width: 173px;
    padding-left: 6px;
  }
  #contact-info .social {
    width: 135px;
    padding-left: 10px;
  }
  #contact-info .logo {
    margin-top: -40%;
    margin-left: -8%;
    max-width: none;
    position: absolute;
    width: 108%;
  }
  #contact-info .glyphicon {
    font-size: 40px;
  }
  .form-control {
    text-align: left;
  }
  .location img {
    float: right;
    max-width: 135px;
    margin-bottom: 0;
  }
  .jumbotron .logo {
    display: block;
    margin: 32px auto 0;
    max-width: 375px;
  }
}
/* Large devices (desktops, 1200px and up) */
/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
  #contact-info .container {
    width: 995px;
    padding: 0 15px;
  }
  #contact-info .contact-item p {
    font-size: 14px;
    min-height: 42px;
  }
  #contact-info .address {
    width: 308px;
  }
  #contact-info .phone {
    width: 173px;
    padding-left: 6px;
  }
  #contact-info .social {
    width: 148px;
    padding-left: 10px;
  }
  #contact-info .logo {
    margin-top: -40%;
    margin-left: -8%;
    max-width: none;
    position: absolute;
    width: 108%;
  }
  #contact-info .glyphicon {
    font-size: 40px;
  }
}
/* Small to Medium devices (tablets, 768px to 992px) */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
  #primary-nav .btn-location img {
    display: none;
  }
}
/* Mobile devices (tablets, 768px and under) */
/* Mobile devices (tablets, 768px and under) */
@media (max-width: 768px) {
  #primary-nav.navbar-inverse .navbar-collapse {
    background-color: #fff;
    color: #ffcb08;
    padding: 0;
  }
  #primary-nav.navbar-inverse .navbar-collapse .navbar-nav {
    margin: 1px 0;
  }
  #primary-nav.navbar-inverse .navbar-collapse li {
    padding: 0;
  }
  #primary-nav.navbar-inverse .navbar-collapse li a {
    color: inherit;
  }
  #primary-nav.navbar-inverse .navbar-collapse li.active a {
    color: #fff;
  }
  #primary-nav .btn-location {
    width: 100%;
  }
  section {
    padding-top: 0;
    padding-bottom: 0;
  }
  section#directions {
    padding-top: 20px;
  }
  section#directions .section-header {
    margin-bottom: 10px;
  }
  section#directions p {
    line-height: 1em;
  }
  .section-header {
    font-size: 30px;
    margin-bottom: 12px;
  }
  #vertical-nav {
    display: none;
  }
  #cinema-info {
    padding-bottom: 70px;
  }
  #cinema-info .btn {
    width: 100%;
  }
  .jumbotron .carousel-caption h2 {
    font-weight: 200;
    margin: 0;
    font-size: 12px;
    letter-spacing: .1em;
  }
  #location_popup {
    width: 100%;
    right: 0;
    top: 0;
    height: auto;
  }
  #location_popup p {
    margin: 0;
  }
  #location_popup .container {
    padding: 0;
  }
  #location_popup h1 {
    display: none;
  }
  #location_popup .btn-primary {
    width: 100%;
    border-width: 0 0 1px;
    margin: 0;
  }
  #close_location {
    display: none;
  }
  #mobile_location {
    width: 100%;
  }
  #promo-section img {
    margin-top: 10px;
  }
  #promo-section img.first-item {
    margin-top: 0;
  }
  footer .logo-box {
    padding: 10px 0;
  }
  footer #footer-address {
    margin-top: 20px;
  }
}
* {
  font-family: "factoria",serif;
  font-weight: 100;
}
body {
  background-color: #fff;
  background-image: url("../img/stone.jpg");
  color: #333;
}
body.box_theme {
  padding: 100px 0;
}
body.box_theme &gt; .container {
  padding: 0;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.3);
}
#myCarousel {
  width: 66%;
}
h1,
h2,
h3,h4 {
  font-family:"velino-poster",serif;
}
h2 {
  color: #ffcb08;
}
.section-header {
  color: #434343;
  text-transform: uppercase;
}
p,
li,
a,
.label,
.sub h4,
h5,
h6 {
  font-weight: 200;
}
.sub,
.label {
  color: #888;
}
.reverse {
  color: #fff;
}
.reverse .sub {
  color: #ddd;
}
.reverse.primary {
  background-color: #ad2730;
}
.reverse.secondary {
  background-color: #ffcb08;
}
.nav-tabs {
  border-bottom: 0px solid;
}
.nav-tabs li &gt; a {
  font-size: 20px;
  text-transform: uppercase;
  color: #aaa;
  margin-top: 0;
}
.nav-tabs li &gt; a:hover {
  color: #555 !important;
}
@media (max-width: 767px) {
  .nav-tabs li &gt; a {
    padding: 0;
  }
}
.nav-tabs li.active a,
.nav-tabs li:focus a {
  color: #ffcb08;
  font-weight: 800;
}
.nav-tabs li.active &gt; a:hover {
  color: #ffcb08 !important;
}
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li:hover &gt; a,
.nav-tabs &gt; li:focus &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li:hover &gt; a:hover,
.nav-tabs &gt; li:focus &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus,
.nav-tabs &gt; li:hover &gt; a:focus,
.nav-tabs &gt; li:focus &gt; a:focus {
  background-color: transparent;
  border-color: transparent;
  color: #ffcb08;
}
#contact-info {
  background-color: transparent;
  background-image: url("../img/gears_bg.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  margin-top: -2px;
}
#contact-info p {
  color: #fff;
}
#contact-info p strong {
  color: inherit;
}
#todays-shows-wrapper {
  padding: 0 17px 0;
}
@media (min-width: 768px) {
  #todays-shows-wrapper {
    padding-top: 0;
  }
}
#todays-shows-wrapper #todays-shows {
  border: 0px solid #171717;
  border-width: 10px 0;
}
#cinema-info .section-header {
  color: #ffcb08;
}
#cinema-info .griditem {
  box-shadow: 3px 4px 1px rgba(0, 0, 0, 0.3);
  transition: all .3s;
}
#cinema-info .griditem:hover {
  box-shadow: 3px 4px 2px rgba(0, 0, 0, 0.5);
}
section h3 {
  color: #ad2730;
  font-weight: 300;
  text-transform: uppercase;
}
.well h3 {
  margin-top: 0;
  color: #aaa;
}
footer #footer-info {
  background-color: transparent;
}
footer .icons a:hover {
  opacity: .8;
}
.flexslider {
  border-width: 0;
  box-shadow: none;
  background-color: transparent;
  margin: 0;
}
.flexslider .slides li {
  position: relative;
  right: -35px;
}
.flexslider .slides img {
  margin: 0 auto;
}
.flexslider .flex-control-paging {
  display: none;
}
</pre></body></html>