<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  font-weight: 300;
}
b,strong{font-weight:700;}
h2{color:#313131;}
.movielist .rating
{
  background-color: #797979;
  border: 1px solid #aaa;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.07em;
  line-height: 1.2em;
  margin-left: 4px;
  margin-top: 0px;
  min-width: 1.5em;
  outline: 1px solid #797979 !important;
  padding: 3px 4px 0; 
  text-align: center;
}
.moviedetail .rating {
  background-color: #CCCCCC;
  border: 1px solid #222222;
  color: #222222;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.07em;
  line-height: 1.3em;
  margin-left: 8px;
  margin-top: -5px;
  min-width: 1.5em;
  outline: 2px solid #CCCCCC !important;
  padding: 0 4px;
  text-align: center;
  float:right;
  position:relative;
}
.moviedetail .snippet img {
    max-width: 225px;
    margin: 0 15px 15px 0;
    float: left;
    border: 1px solid #444;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
#movie_icons{float:right;}
#movie_icons .rating {
  margin-left: 4px;
  margin-right: 5px;
}
#movie_icons .icon {margin-top:-6px;}
.movielist .griditem .details {padding-top:0px;}
.movielist .griditem .details .iteminfo{clear:both;}
#alertMessage img.largeimage {display:inline-block !important;}
.page-title{float:none;}

footer a,footer a:hover{color:#fff;}
footer ul {list-style:none;padding-left:0px;}
footer ul li {margin-top:2px;}
footer h4 {margin-bottom:15px;}
footer .logo {margin-top:0px;}
footer #footer-address{margin-top:4px;}
th{text-align: center;}
#primary-content .section-header{color:#444;}
#primary-content img {border:none;}
#primary-content .container{border:4px solid #ccc;}
#primary-content div {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0.08em;
    line-height: 1.4em;
}
#primary-content div table tr{line-height:1.42857143;}
#primary-content ul {
    padding-left:40px;
	margin-top:15px;
}
#primary-content li {
	list-style-type:disc;}


.showtimes .listitem {
  padding: 0 0 0 12px;
  border: 1px solid #444;
  border-width: 1px 1px 1px 0;
  margin-bottom: 4px;
  font-size: 16px;
  background-image: url("/img/date_md.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.showtimes .listitem .itemheader {
  background-color: #313131;
  color: #FFFFFF;
  float: left;
  padding: 20px 10px 20px 0;
}
.showtimes .listitem .itemheader .day,
.showtimes .listitem .itemheader .date {
  text-align: center;
  width: 100%;
  display: block;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "adelle-condensed",serif;
  font-weight: lighter;
}
.showtimes .listitem .itemheader .day {
  font-size: 30px;
  font-weight: bold;
}
.showtimes.detail .iteminfo {
    float: left;
    padding: 10px 20px;
    margin-top: 5px;
 	min-height:80px;
}

.showtimes .iteminfo a {
    background-color: transparent;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.04em;
    color: #1d1d1d;
    border: 1px solid #ead882;
    padding: 6px;
    margin: 0 4px 4px;
    transition: all .3s;
}
.showtimes .iteminfo a.past {
  color: #777;
  text-decoration:none !important;
}
.showtimes .iteminfo a.next {
  color: #fefbb3;
}
.showtimes .iteminfo a.nolink {
  color: #fff;
}
.showtimes .iteminfo a:hover {
  background-color: #ad2730;
  color: #fff;
  border-color: #ad2730;
}
.showtimes .iteminfo a.past:hover {
  background-color: transparent;
  border-color: #222;
  background-image: none;
  text-decoration: none;
  color: #777;
  cursor: default;
  border: 1px solid #ddd;
  padding: 7px 10px;
}
.showtimes .iteminfo a.nolink:hover {
  background-color: transparent;
  border-color: #222;
  background-image: none;
  text-decoration: none;
  color: #fff;
  cursor: default;
  border: 1px solid #222;
  padding: 7px 10px;

}

div.imgHold{position:relative;
width:100%;
}
.imgHold p {
   position: absolute; 
   top: 85%; 
   left: 0; 
   width: 100%; 
   font-size:1.2em;
}
.imgHold p span{
   color: white; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.8);
   padding: 10px; 
}

ul.mrList{list-style:none;}
ul.mrList li{float:left; position:relative;margin-left:20px;margin-bottom:20px;max-width:200px; max-height:296px;}
div.subpagejt p{font-size:15px;}
.jumbotron{padding:15px !important;background-color:#ddd;}

section p strong {
    color: #313131;
}

.form-control{padding:10px;text-transform:none;}

@media (min-width: 768px){
.section-header{font-size:70px;}

}
@media (max-width:768px){
.navbar-brand img.logo{max-width: 180px;margin-top:0;}
}

/* --------------------------------------------------
 generic formatting
-------------------------------------------------- */
.w10 {width:10%;}
.w15 {width:15%;}
.w20 {width:20%;}
.w33 {width:33%;}
.w34 {width:34%;}
.w50 {width:50%;}
.w67 {width:67%;}
.w80 {width:80%;}
.w100{width:100%;}
.mb05 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb50 {margin-bottom:50px;}
.ml05 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
.ml50 {margin-left:50px;}
.mr05 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}
.mr50 {margin-right:50px;}
.mt05 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt50 {margin-top:50px;}
.mt75 {margin-top:75px;}
.mt125 {margin-top:125px;}
.mt150 {margin-top:150px;}
.tcenter{text-align:center;}
.tright{text-align:right;}
.tleft{text-align:left;}

.size08{font-size:0.8em;}
.size09{font-size:0.9em;}
.size10{font-size:1.0em;}
.size11{font-size:1.1em;}
.size12{font-size:1.2em;}
.size13{font-size:1.3em;}
.size14{font-size:1.4em;}
.size15{font-size:1.5em;}
.size20{font-size:2.0em;}
.size25{font-size:2.5em;}
.size30{font-size:3.0em;}
.size40{font-size:4.0em;}

.lh08{line-height:0.8em;}
.lh09{line-height:0.9em;}
.lh10{line-height:1.0em;}
.lh11{line-height:1.1em;}
.lh12{line-height:1.2em;}
.lh13{line-height:1.3em;}
.lh14{line-height:1.4em;}
.lh20{line-height:2.0em;}

.bg-black{background-color:#000;}
.bg-blue{background-color:#00F;}
.bg-orange{background-color:#ff6600;}
.bg-red{border:4px solid #a90000;}
.bg-dk-red{background-color:#600000;}
.bg-green{background-color:#00ff00;}

.c-whiter{color:#fff;}
.c-black{color:#000;}
.c-grey{color:#666;}
.c-red{color:#F00;}
.c-purple{color:#5b2f5e;}
label.error{color:red;}
.clientmessage{
	background-color:#eee;
	padding:8px;
	font-size:1.2em;
	font-weight:bold;
	margin-top:25px;
	margin-bottom:20px;
}
.msginfo{
	color:#b20000;
	border:1px solid #b20000;
}
.msgerror{
	color:red;
	border:1px solid red;
}
</pre></body></html>