<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Common Elements */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0px;
    background-color: #222;
    height: 100%;
    font-family: 'Barlow Semi Condensed', sans-serif;
    padding: 0px;
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a:link {
    color: #00008B;
    text-decoration: none;
}

a:hover {
    color: #609DD2 !important;
    text-decoration: none;
}

a:active {
    color: #1E52ED;
    text-decoration: none;
}

a:visited {
    color: #00008B;
    text-decoration: none;
}
* {
    box-sizing: border-box;
}


.youtubeEmbed {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 300px;
}

.youtubeEmbed iframe,
.youtubeEmbed object,
.youtubeEmbed embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* Bootstrap */
.row.no-pad {
    margin-right: 0;
    margin-left: 0;
}

.row.no-pad&gt;[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}


/* Top Navigation */
#topNav {
    color: #FFF;
    font-weight: bold;
    background-color: #000;
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    text-align: center;
    user-select: none;
}

.topNavCell {
    padding: 15px 20px;
    display: inline-block;
    margin: 0px auto;
}

.topNav_off a:link {
    color: #FFF;
    text-decoration: none;
}

.topNav_off a:hover {
    color: #609DD2;
    text-decoration: none;
}

.topNav_off a:active {
    color: #609DD2;
    text-decoration: none;
}

.topNav_off a:visited {
    color: #FFF;
    text-decoration: none;
}

.topNav_off {
    background-color: #000;
    color: #FFF;
}

.topNav_on a:link {
    color: #FFF;
    text-decoration: none;
}

.topNav_on a:hover {
    color: #609DD2;
    text-decoration: none;
}

.topNav_on a:active {
    color: #609DD2;
    text-decoration: none;
}

.topNav_on a:visited {
    color: #FFF;
    text-decoration: none;
}


/* Logo Bar */
#logoBar {
    max-width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}

/* Blue Headerbar */
.headerBar {
    clear: both;
    position: relative;
    padding: 10px 20px 5px 10px;
    background-color: #193A9D;
}

.headerBar h2 {
    color: #FFF;
    margin-top: 0;
}

.headerBar .title {
    color: #FFF;
    font-size: 2.25rem;
    padding-bottom: 1.5rem;
}




/* Main content area for all templates */
#mainContentC {
    padding: 5px;
    background-color: #FFFFFF;
    min-height: 620px;
    min-width: 320px;
}

@media only screen and (min-width: 480px) {
    #mainContentC {
	padding: 20px 10% 30px 10%;
	background-color: #FFFFFF;
	min-height: 620px;
    }
    
    #mainContentC {
	padding: 20px 5% 30px;
    }
    
    #bottomNav a {
	padding-bottom: 20px;
    }
}


.mainContentMargins {
    margin: 10px 15px 20px 10px;
}

/* Content Area */
#pageContainer {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    box-sizing: border-box;
}


/* Footer: Coming Soon */
#footerComingSoon {
    padding: 20px 8% 30px 8%;
    color: #000;
}

#footerComingSoon .comingSoonItem {
    text-align: center;
    margin-bottom: 60px;
}

#footerComingSoon .comingSoonItem img {
    width: 300px;
}



/* Footer: Contact info */
#footerContactInfo {
    padding: 10px 8% 20px 8%;
}

#footerContactInfo h4,
#footerContactInfo h4 a {
    color: #609DD2;
}
#footerContactInfo h4 a:hover {
    color: #FFF !important;
}


/* Footer: Bottom Navigation */
#bottomNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 10%;
    width: 320px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #000000;
}

@media only screen and (min-width: 350px) {
    #bottomNav {
	width: 100%;
    }
}

#bottomNav a {
    padding-left: 10px;
    padding-right: 10px;
}

#bottomNav a:link {
    color: #FFFFFF;
    text-decoration: none;
}

#bottomNav a:hover {
    color: #609DD2;
    text-decoration: underline;
}

#bottomNav a:active {
    color: #609DD2;
    text-decoration: none;
}

#bottomNav a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#bottomCopyright {
    color: #FFFFFF;
    background-color: #000000;
    text-align: center;
    padding-bottom: 20px;
    width: 320px;
}

@media only screen and (min-width: 350px) {
    #bottomCopyright {
	width: 100%;
    }
}

/***********  RIGHT SIDEBARS **********/

/* Right Sidebar: Common */
.rsb_socialMediaText {
    float: none;
}

.rightSidebarItem {
    width: 270px;
    margin: 0px;
    padding: 1rem;
}

.rightContentLinks a:link {
    color: #FFFFFF;
    text-decoration: none;
}

.rightContentLinks a:hover {
    color: #C9D5F7 !important;
    text-decoration: none;
}

.rightContentLinks a:active {
    color: #C9D5F7;
    text-decoration: none;
    ;
}

.rightContentLinks a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

/* Right sidebar - social media buttons */
#rsb_socialMedia {
    display: flex;
    margin: 20px auto;
    font-weight: bold;
    color: #00008B;
    padding-right: 10px;
    justify-content: center;
}

.rsb_socialMediaText {
    color: #609DD2;
    margin-top: 10px;
    flex: 1;
    text-align: right;
}

.rsb_socialMediaIcon {
    border: 0;
    margin-left: 20px;
    flex: 1;
}

#rsb_menu {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

#rsb_menu img {
    flex: 1;
    width: 250px;
}

#rsb_menu .content { 
    flex: 1;
    margin-left: 10px;
    font-size: 1.1rem;
}

#rsb_menu .newDealLink {
    margin-top: 10px;
    text-align: right;
    font-size: 1.25rem;
    font-weight: bold;
}

@media only screen and (max-width: 480px) {

    #cardsC_bottom {
	break-before: always;
    }
}


/* Right sidebar - Menu */
#rsb_menu {
    background-color: #000000;
    margin-top: 20px;
    color: #FFFFFF;
}


/************************************* PAGE SPECIFIC BELOW HERE **********************************/



/* PAGE: Homepage/Showtimes */
#showtimesC .headerBar .datePickerContainer {
    max-width: 100%;
    display: flex;
/*    justify-content: space-between;*/
    flex-wrap: no-wrap;
    flex-shrink: 0;
    color: #FFF;
    user-select: none;
}

#showtimesC .headerBar .datePickerContainer .btnBack,
#showtimesC .headerBar .datePickerContainer .btnFwd {
    border: none;
    cursor: pointer;
    background-color: #193A9D;
    font-size: 30px;
    display: none;
}

#showtimesC .headerBar .datePickerContainer .btnBack:hover,
#showtimesC .headerBar .datePickerContainer .btnFwd:hover {
    color: #FFFF00;
}

#showtimesC .headerBar .datePickerContainer .btnDate {
    font-size: 18px;
    width: 33%;
    padding: 7px;
    text-align: center;
    cursor: pointer;
    display: none;
}

#showtimesC .headerBar .datePickerContainer .btnDate.selected {
    background-color: green;
}

#showtimesC .headerBar .datePicker {
    color: #FFF;
    text-align: center;
    font-size: 1.75rem;
}


/*   movie listings */
#movieListingC {
    margin-top: 15px;
    margin-bottom: 30px;
}

#movieListingC .videoContainer {
    display: table;
    margin: 40px auto 20px;
    opacity: 0;
}

.movieListing {
    display: flex;
    flex-flow: wrap;
    background-color: #FFFFFF;
}

.movieListing:hover {
    background-color: #C9D5F7;
}

.movieInfoContainer {
    flex: 1;
    padding: 10px;
}

.movieListing_titleContainer {
    margin-bottom: 15px;
}

.movieListing_title {
    font-size: 2rem;
    font-weight: bold;
    padding-left: 10px;
}

.movieListing_ratingTime {
    font-size: 1rem;
    padding-left: 1rem;
}

.movieListing_showdate {
    font-size: 1.3rem;
}

.movieListing_poster {
    display: table-cell;
}

.movieListing_poster img {
    width: 70px;
}

.movieListing_subInfoContainer {
    vertical-align: top;
    display: table-cell;
    padding-left: 10px;
}

.movieListing_notes {
    font-size: 1.25rem;
    font-style: italic;
    padding-left: 20px;
    margin-bottom: 5px;
}

.movieListing_showtimes {
    padding-left: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}

.movieListing_showtimes button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: none;
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.movieListing_showtimes button a {
    color: #FFF;
}

.movieListing_showtimes button .lowSeats {
    display: inline-block;
    margin-left: 10px;
    color: orange;
}

.movieListing_showtimes .soldOutC {
    display: flex;
    align-items: center;
}
.movieListing_showtimes .soldOutC:hover {
    color: #fff !important;
}
.movieListing_showtimes .soldOutC .soldOutText {
    display: inline-block; 
    padding: 3px; 
    border: 1px solid red; 
    color: red;
    margin-left: 6px;
}

.movieListing_line {
    width: 100%;
    height: 1px;
    background-color: #333;
    margin-top: 9px;
    margin-bottom: 2px;
}

.movieTimeItem {
    display: inherit;
    background: #000;
    color: #FFF;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px;
    margin-bottom: 20px;
    user-select: none;
}

.movieTimeItem:hover {
    color: #FFFF00 !important;
}

.movieTimeItem.onSale:active {
    background-color: red !important;
    color: white !important;
}
.movieTimeNoSale {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px;
    margin-bottom: 20px;
    user-select: none;
}

.movieTimeExpired {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px;
    margin-bottom: 20px;
    user-select: none;
    text-decoration: line-through;
    font-size: 1rem;
}


/* Ticket Prices */
#footerTicketPriceCards {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    align-content: space-between;
    justify-content: space-between 
}

#footerTicketPriceCards .ticketC {
    flex: 1;
    min-width: 300px;
    margin-right: 20px;
}
#footerTicketPriceCards .cardsC { 
    margin-left: auto;
}


@media only screen and (min-width: 410px) {
    .movieListing_poster img {
	width: 150px;
    }
}

@media only screen and (min-width: 510px) {
    .youtubeEmbed{
	width: 450px !important;
    }

}

@media only screen and (max-width: 767px) {
    #rsb_menu {
	flex-direction: column;
    }

    .rightSidebarItem {
	width: 100%;
    }

    #bottomNav a {
	padding-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    #topNav {
	position: fixed;
	z-index: 9;
	width: 100%;
	padding: 0 8%;
    }

    .topNavCell {
	padding: 15px 0;
	margin: 0;
    }

    .movieListing {
	display: flex;
	flex-flow: wrap;
	padding: 2rem 20px 3rem;

    }

    .youtubeEmbed {
	width: 500px !important;
    }

    .movieInfoContainer {
	width: 50%;
    }

    #footerComingSoon .comingSoonFooterItems {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	cursor: pointer;
	flex-wrap: wrap;
	max-width: 850px;
    }


    #footerComingSoon .comingSoonFooterItems .comingSoonItem .imageOuter {
	position: relative;
	width: 200px;
	height: 300px;
    }

    #footerComingSoon .comingSoonFooterItems .comingSoonItem .imageInner {
	position: absolute;
	bottom: 0;
    }

    #footerComingSoon .comingSoonFooterItems .comingSoonItem img {
	max-width: 100%;
    }

    #footerComingSoon .comingSoonFooterItems .title {
	width: 200px;
	font-weight: bold;
	font-size: 1.2em;
    }
    #footerComingSoon .comingSoonFooterItems .subTitle1 {
	width: 200px;
	font-size: 1em;
    }
    #footerComingSoon .comingSoonFooterItems .subTitle2 {
	width: 200px;
	font-size: 1em;
    }
    #footerComingSoon .comingSoonFooterItems .date {
	width: 200px;
	margin-top: 5px;
	font-size: 1em;
	font-weight: bold;
    }



    #footerContactInfo {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
    }

    .hide-inline {
	display: none;
    }
}

@media only screen and (min-width: 1024px) {
    #showtimesC .headerBar .datePickerContainer {
	justify-content: flex-start;
    }

    #showtimesC .headerBar .datePickerContainer .btnDate {
	width: 14.25%;
    }
}

/* CONFIRMATION CHECKBOXES */
#confirmContentC {
    margin-top: 2rem;
    display: none;
}

#confirmContentC .movieTitle {
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
}
#confirmContentC .movieTime {
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
}
#btnConfirm_agree.disable {
    opacity: .5;
}
#confirmContentC .confirmCheckbox {
    transform: scale(2);
}
#confirmContentC:before {
    padding-top: 5rem;
}

/* PAGE: Gift Cards */
#giftCardC {
    width: 280px;
    padding: 20px 5px;
    margin: 5px auto;
    min-height: 300px;
}
@media only screen and (min-width: 380px) {
    #giftCardC {    
	width: 330px;
    }
}

#giftCardButton {
    border-radius: 10px;
    background-color: #ffff00;
    color: #000;
    font-size: .8rem;
    font-weight: bold;
    padding: 10px;
    border-color: #ffff99;
}


/* PAGE: Food menu */
.menuLayout {
    padding-top: 10px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    justfify-content: space-between;
}
.menuLayout .menuColumn {
    flex: 1;
    min-width: 300px;
}
.menuLayout .category {
    font-weight: bold;
}

.menuLayout .itemOuter {
    margin-left: 10px;
    margin-bottom: 10px;
}

.menuLayout .itemC {
    display: flex;
}

.menuLayout .item {
    flex: 1;
}

.menuLayout .price {
    flex: 1;
    font-style: italic;
}


.menuColumn0 {
    flex: 33.3%;
    padding: 0px 20px 0px 80px;
    border-right: 1px solid #000000;

}

.menuColumn1 {
    flex: 33.3%;
    min-width: 200px;
    padding: 0px 1rem 0px 80px;
    margin-right: 2rem;
}

.menuRSB {
    flex: 33.3%;
}
.menuLayout span {
    font-size: 20px !important;
}
@media only screen and (max-width: 767px) {
    .menuColumn0 {
	border-right: 0px;
	break-after: always;
    }
}

/* PAGE: About */
#aboutPhotos {
    padding: 10px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 1.5rem;
    text-align: center;
}
#aboutPhotos iframe {
    width: 100%; 
    height: 290px;
    max-width: 480px;
    min-width: 320px; 
    margin: 0px auto;
    pointer-events: none;
}


/* PAGE: COMING SOON */
#comingSoonC {
    margin-top: 1rem;
}

#comingSoonC .movieC {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 5rem;
}

#comingSoonC .infoC {
    flex: 1;
}

#comingSoonC .title {
    font-size: 2rem;
    font-weight: bold;
}

#comingSoonC .dateStr {
    font-size: 1.2rem;
    font-style: italic;
    padding: 0px 20px 5px 15px;
}

#comingSoonC .notes {
    font-size: 1rem;
    padding: 5px 20px 5px 5px;
}

#comingSoonC .videoC {
    display: table;
    margin: 0px auto;
    margin-top: 2rem;
}

#comingSoonC .imgC {
    display: table;
    margin: 0px auto;
    margin-top: 2rem;
}
#comingSoonC .imgC img {
    width: 300px;
}

@media screen and (max-width: 885px) {
    #comingSoonC .infoC {
	flex-basis: 100%;
    }

    #comingSoonC .movieC {
	margin-bottom: 3rem;
    }
}

@media screen and (min-width: 520px) {

    #comingSoonC .youtubeEmbed {
	width: 500px !important;
    }

    #giftCardButton {
	font-size: 1rem;
    }
}


@media screen and (max-width: 585px) {
    #comingSoonC .youtubeEmbed {
	width: 300px;
    }

    #comingSoonC .imgC img {
	width: 300px;
    }
}


</pre></body></html>