<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%);
}
body {
  padding: 0;
}
footer {
  min-height: 400px;
}
footer #footer-address {
  margin-top: 20px;
}
footer #footer-address p {
  margin-bottom: 0;
  font-size: 12px;
  color: #444;
  letter-spacing: .01em;
  text-shadow: none;
}
#primary-nav {
  border-radius: 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 h3 {
  color: #d0381e;
}
section.reverse {
  background-color: #111;
  color: #fff;
}
section.reverse h2,
section.reverse h3,
section.reverse h4,
section.reverse p {
  color: #fff;
  text-shadow: 0 0 0 #9c86d8;
}
section.map {
  background: url(../img/map.jpg) repeat center top #d0381e;
  padding-top: 0;
  padding-bottom: 350px;
}
section.map h2 {
  padding: 150px 0 25px;
}
.section-header {
  font-size: 35px;
  font-weight: 100;
  margin-bottom: 30px;
}
.navbar-nav {
  float: left;
  width: 100%;
}
.navbar-nav li {
  padding: 4px 0;
}
.navbar-nav li a {
  padding: 15px 20px;
  font-size: 16px;
}
.navbar-brand {
  padding: 0;
}
.navbar-brand img.logo {
  position: relative;
  top: 50%;
  transform: translatey(-50%);
  width: 270px;
}
.page-title {
  float: right;
  font-size: 20px;
  margin: 14px 5px 0 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;
}
.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;
}
.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: #43a7a2;
  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;
}
#directions .section-header {
  margin-bottom: 0;
}
#directions p.address {
  margin: -8px 0 10px;
  text-align: center;
  letter-spacing: .02em;
}
footer {
  clear: both;
}
footer .logo {
  margin: 0 auto 30px;
  padding: 0;
}
.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: #d0381e;
  transition: color 0.3s;
}
.movielist .listitem .more-info:hover span {
  color: #e3563e;
}
.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;
}
.movielist .griditem .details {
  position: relative;
  transition: opacity .3s;
  height: 100%;
  padding: 10px 0;
}
.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;
  border: 0 solid #ddd;
  max-height: none;
  min-height: 0;
  padding: 5px;
  text-align: center;
}
.movielist .griditem .details .iteminfo a {
  font-size: 28px;
  font-weight: 100;
  color: #d0381e;
}
.movielist .griditem .details .btn-default {
  background-color: #43a7a2;
  background-image: none;
  border: 2px solid #34837f;
  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: #d0381e;
  transition: color 0.3s;
}
.movielist .griditem .more-info:hover span {
  color: #e3563e;
}
.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: 0 solid #ddd;
  max-height: none;
  min-height: 0;
  padding: 5px;
  text-align: center;
}
.movielist.detailspopup .details .iteminfo a {
  font-size: 18px;
  font-weight: 200;
  color: #d0381e;
}
.movielist.detailspopup .details .btn-default {
  background-color: #43a7a2;
  background-image: none;
  border: 2px solid #34837f;
  bottom: 7%;
  color: #fff;
  left: 7%;
  margin-top: 4px;
  padding: 5px 0;
  text-align: center;
  width: 86%;
}
.movielist.detailspopup .details:hover {
  opacity: 1;
}
#cinema-info {
  padding-bottom: 80px;
  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: #d0381e;
}
#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: #43a7a2;
  border-color: #34837f;
  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: 1000px) {
  .navbar-nav,
  .navbar-header {
    float: left !important;
    width: auto;
    left: 50% !important;
    position: relative !important;
    transform: translatex(-50%) !important;
  }
  .navbar-nav {
    clear: both;
  }
  #primary-nav .btn-location {
    font-size: 12px;
    padding: 10px;
    border-width: 2px;
    margin-top: -45px;
  }
}
@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: #d93240;
}
#primary-content .container {
  padding: 30px;
  background-color: #000;
  border: 4px solid #222;
}
#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%;
  }
}
/* Small devices (tablets, 768px and up) */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navbar {
    padding: 10px 0;
  }
  .navbar-nav {
    float: right;
    width: auto;
	margin-left:20px;
  }
  .navbar-brand {
    display: block;
  }
  .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;
  }
  .movielist .griditem .details .iteminfo a {
    font-size: 18px;
    font-weight: 200;

  }
}
/* 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: #d0381e;
    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 .logo {
    padding: 0;
    max-width: 175px;
    margin-bottom: 30px;
  }
  footer .logo.secondary {
    width: 50%;
    margin: 0 auto !important;
  }
  footer #footer-address {
    margin-top: 20px;
  }
}
* {
  font-family: "azo-sans-web", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
body {
  background-color: #000;
  color: #eee;
}
body &gt; div {
  background-image: url(../img/bgrepeat.jpg);
}
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);
}
footer {
  background-image: linear-gradient(#151313, #0e0d0d);
  background-color: #0f5959;
  border-top: 10px solid #0f5959;
  outline: 10px solid #8fd4d9;
  outline-width: 10px 0 0;
}
#primary-nav {
  background-color: #222;
  background-image: linear-gradient(#0c0b0b, #191716);
  border-bottom: 2px solid #0f5959;
  padding: 5px 0;
}
#primary-nav li a {
  color: #aaa;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 14px;
}
#primary-nav li a:hover {
  background-color: transparent;
  color: #17a697;
}
@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 {
    position: absolute;
    right: 0;
    padding: 5px 10px 10px;
    font-size: 16px;
  }
  #primary-nav .navbar-collapse .btn-signup span {
    font-size: 20px;
  }
}
.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;
}
#myCarousel {
  width: 66%;
}
h1,
h2,
h3 {
  font-weight: 500;
}
h2 {
  color: #d93240;
}
.section-header {
  color: #434343;
  text-transform: uppercase;
}
p,
li,
a,
.label,
.sub h4,
h5,
h6 {
  font-weight: 200;
}
.sub,
.label {
  color: #888;
}
.btn {
  transition: background-color 0.3s;
  text-shadow: none;
}
.btn-primary,
.btn-location:focus {
  background-color: #0f5959;
  background-image: none;
  color: #fff;
  border: 4px solid #34837f;
}
.btn-primary a,
.btn-location:focus a {
  color: inherit;
}
.btn-primary:hover,
.btn-location:focus:hover {
  background-color: #43a7a2;
  border-color: #34837f;
  color: #fff;
}
.btn-secondary {
  background-color: #df8c29;
  border: 1px solid #cf7f1f;
  background-image: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 200;
}
.btn-secondary:hover {
  background-color: #eb9a37;
  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;
}
.reverse {
  color: #fff;
}
.reverse .sub {
  color: #ddd;
}
.reverse.primary {
  background-color: #43a7a2;
}
.reverse.secondary {
  background-color: #d0381e;
}
.navbar-nav li a.btn {
  color: #fff;
  min-width: 170px;
}
.navbar-nav li a.btn:hover {
  background-color: #43a7a2;
}
.navbar-nav li.active a.signup-btn {
  background-color: #d0381e !important;
  box-shadow: none !important;
}
.navbar-nav li.active a.signup-btn:hover {
  background-color: #43a7a2 !important;
}
.navbar-nav li a.signup-btn {
  background-color: #d0381e;
}
.navbar-nav li a.signup-btn:hover {
  background-color: #43a7a2;
}
.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: #43a7a2;
}
.navbar-toggle {
  border: 0px solid;
}
.navbar-toggle .icon-bar {
  background-color: #ccc;
}
.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: #d0381e;
  font-weight: 800;
}
.nav-tabs li.active &gt; a:hover {
  color: #d0381e !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: #d0381e;
}
.btn-signup {
  font-size: 16px;
  color: #111;
  text-transform: uppercase;
  transition: all .3s;
  padding: 0px 11px 5px;
  font-weight: 200;
  box-shadow: none;
  margin-top:10px;
}
.btn-signup .glyphicon {
  font-size: 20px;
  margin-right: 3px;
  top: 4px;
}
.btn-signup:hover {
  background-color: #5ebfba;
  color: #222;
  border-color: #43a7a2;
}
#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;
}
.movielist .listitem {
  border: 1px solid #222;
  box-shadow: 5px 7px 0 #111;
  background-color: #000;
}
.movielist .griditem {
  margin-bottom: 10px;
}
.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: 8px;
}
.movielist .griditem img {
  opacity: 1;
  width: 100%;
  max-width: none;
  transition: all .3s;
}
.movielist .details {
  background-color: #171717;
}
.movielist .details p strong {
  font-size: 16px;
  color: #aaa;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: .04em;
}
#directions {
  background-image: url('../img/map.jpg');
  background-position: center -56px;
}
#directions button {
  background-color: #111;
  border-color: #000;
  border-width: 4px;
}
#directions button:hover {
  background-color: #d0381e;
  border-color: #a32c18;
}
#todays-shows-wrapper {
  padding: 0 17px;
}
#todays-shows-wrapper #todays-shows {
  border: 0px solid #171717;
  border-width: 10px 0;
}
#cinema-info .section-header {
  color: #d0381e;
}
#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);
}
#promo-section {
  padding-top: 40px !important;
  padding-bottom: 46px !important;
}
.nl_signup .btn {
  margin-top: 10px;
}
section h3 {
  color: #43a7a2;
  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>