* {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }

body {
	font-family: 'Catamaran', Arial, sans-serif;
	background-color: black;
}

h1 {
	text-transform: uppercase;
	font-size: 20px;
}

h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-style: italic;
	border-bottom: 1px solid black;
	margin-top: 30px;
}

.xlhead {
	font-size: 175%;
	text-align: center;
}

p {
	margin: 5px 0px 10px 0px;
}

a, a:visited {
	color: #800000;
}


iframe {
	display: block;
	width: 100%;
	border: 1px solid grey;
}

input, select {
	background-color: white;
	padding: 0px 5px;
	font-family: 'Catamaran', Arial;
}

input[type="submit"] {
	background-color: #800000;
	color: white;
}

input[type="submit"]:hover {
	color: #fab500;
}

select option {
	font-family: 'Catamaran', Arial;
}

.clear {
	clear: both;
}

.pclocation {
	height: 300px;
}

.pcbulletlist, .pcnumberedlist {
	margin-left: 30px;
}


.outer {
	background-image: url("../images/pattern_diagonal.jpg");	
}

.middle {
	background-image: linear-gradient(rgba(20, 0, 0, 0.95), rgba(117, 117, 117, 0.95));
	padding: 10px 0px;
}
.maincontainer {
	overflow: auto;
}

.maincontainer, .topnav {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

.maincontainer:before {
	clear: both;
}
.navcontainer {
	background-color: #3c0808;
	border-bottom: 3px double #800000;
}

.logo {
	text-align: center;
	float: left;
}

.logo img {
	width: 400px;
}

.footer {
	background-color: black;
	border-top: 3px double #800000;
	min-height: 50px;
}

.locations {
	text-align:center;
}

.locbox {
	width: 30%;
	display: inline-block;
	margin: 0px 10px;
}

.locbox .locboxc {
	border: 1px solid silver;
	position: relative;
	background-color: black;
}

.locbox .locboxc:hover .loclink {
	opacity: .9;
    filter: alpha(opacity=90);
}

.locboxc img {
	width: 100%;
	opacity: 0.5;
    filter: alpha(opacity=50);
}

.covidbox {
	width: 45%;
	display: inline-block;
	margin: 0px 10px;
}

.loctitle {
	position: absolute;
	top: 5%;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 175%;
	font-weight: bold;
	color: white;
	background-color: #800000;
	opacity: .75;
    filter: alpha(opacity=75);
}

.loclink {
	position: absolute;
	bottom: 15%;
	width: 50%;
	background-color: #800000;
	color: white;
	left: 20%;
	font-size: 135%;
	font-weight: normal;
	padding: 5%;
	opacity: .75;
    filter: alpha(opacity=75);
}
	
/*
.topnav ul li {
	display: inline-block;
	padding: 0px 10px;
	text-transform: uppercase;
	color: silver;
	font-size: .9em;
}

.topnav li a {
	color: silver;
	text-decoration: none;
}
.topnav li a:hover {
	color: #fab500;
}
*/

.homecomingsoon {
	width: 100%;
}
.homecomingsoon .csmoviebox {
	width: 25%;
	float: left;
	min-height: 200px;
}

.homeamen {
	text-align: center;
}

.homeamen .amenimages {
	float: none;
	display: inline-block;
}

.csmovie {
	margin: 5px;
	border: 1px solid silver;
}

.csmovie img {
	width: 100%;
	height: auto;
}

form input, form select {
	border: 1px solid #800000;
	border-radius: .15em;
}

form td {
	padding: 5px;
}

.maincontent {
	background-color: rgba(255,255,255,.8);
	min-height: 600px;
	border-radius: .1em;
	padding: 10px 20px;
	overflow: hidden;
}

.required {
	color: #800000;
	font-weight: bold;
}

.colinner {
	padding: 10px;
}

.twocol {
	width: 45%;
	float: left;
}

.threecol {
	width: 33%;
	float: left;
}

.ticketprice {
	font-weight: bold;
	color: #800000;
}

.mfooter {
	display: none;
}

.contentimage {
	padding: 10px;
	float: right;
}
.contentimage img {
	max-width: 350px;
	box-shadow: 3px 3px 4px #202020;
}

.topbanner img {
	width: 100%;
	height: auto;
}

.navblock {
	clear: both;
}

.appstore {
	padding-top: 40px;
	padding-left: 5px;
}

.app2 {
	padding-top: 5px;
}

.appstore img {
	max-width: 100px;
}

.cslogo {
	padding-top: 40px;
	float: right;
	padding-left: 5px;
}

.cslogo img {
	max-height: 62px;
	border: 1px solid silver;
	border-radius: .2em;
}

.legendcontainer {
	border: 1px solid silver;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	background-color: white;
	overflow: hidden;
}

.legendcontainer .pcbutton {
	float: left;
	padding: 2px 20px;
	margin-right: 20px;
}

.legendcontainer .fa-ticket {
	font-size: 20px;
}

.selectshowdate {
	float: left;
	margin-right: 20px;
}

#moviedate {
	border: 1px solid silver;
	border-radius: .3em 0em 0em .3em;
}

.showlegend {
	font-size: 80%;
	float:right;
}

.showlegend span {
	margin-top: 0px;
}

.showlegend span:hover {
	cursor: default;
}

.hmovielist {
	float:left;
	width: 70%;
}

.hmovielistcontainer {
	border: 1px solid silver;
	margin: 10px 10px 10px 0px;
	background-color: white;
}
.hmlitem {
	clear: both;
	border-bottom: 1px solid silver;
	overflow: hidden;
	padding: 5px;
}
.hmlposter {
	display:inline-block;
	width: auto;
}

.hmlposter img {
	width: 100%;
	max-width: 135px;
	height: auto;
	padding: 5px;
}
.csposters {
	width: 45%;
	float: left;
	padding: 5px;
}

.csposters img {
	width: 100%;
}

.cslist {
	padding: 5px 5px 5px 0px;
	line-height: 100%;
}

.accicons {
	padding: 5px;
}

.accicons i {
	padding: 5px;
}

.accicons .fas {
	font-size: 20px;
	color: #595959;
}

.bannercol {
	float: left;
	width: 30%;
	margin-top: 10px;
}

.bannercontainer {
	margin: 10px 0px 10px 10px;
}

.comingsooncontainer {
	width: 100%;
	border: 1px solid silver;
	overflow: auto;
	background-color: white;
}

.sidetitle {
	background-color: #800000;
	color: white;
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	padding: 3px;
	font-family: Century Gothic, 'Catalan', Arial, sans-serif;
}

.sidebannercontainer {
	margin-top: 20px;
	width:100%;
	border: 1px solid silver;
	overflow: auto;
	background-color: white;
}

.sidebannercontainer:hover {
	cursor: pointer;
}

.sidebannercontainer img {
	width: 100%;
	height: auto;
}

.sidelocation {
	overflow: hidden;
	margin-top: 20px;
}

.sidelocation p {
	margin: 0px;
	text-align: center;
	line-height: 125%;
}

.sidelocation iframe {
	height: 150px;
	border: none;
}

.paymentcontainer {
	text-align: center;
}

.paymentcontainer .fab {
	padding: 5px;
	font-size: 40px;
	color: #595959;
}

.hmovietimes {
	margin-top: 10px;
	overflow: auto;
}

.hml3d {
	float: right;
}

.hml3d img {
	max-width: 125px;
}

.hmltitle {
	line-height: 28px;
	font-size: 24px;
	font-weight; bold;
}

.hmltb {
	color: #800000;
	display: inline-block;
}


.hmlkdz, .hmlart {
	color: white;
	background-color; #800000;
	display: inline-block;
	padding: 0px 5px;
}

.hmlcast {
	font-style: italic;
}

.hmlinfo {
	margin-bottom: 10px;
	display: inline-block;
	width: 75%;
	vertical-align: top;
}

.hmlinfo span {
	margin-right: 20px;
}

.hmlinfo .hmldetails {
	margin-right: 0px;
	background-color: #595959;
	color: white;
	border-radius: .3em;
	padding: 0px 10px;
}

.hmldetails:hover {
	cursor: pointer;
}

.hml3dmobile {
	display: none;
}

.showtime {
	float: left;
	padding: 5px;
	background-color: #339933;
	border-radius: .5em;
	color: white;
	margin: 10px 5px 0px 5px;
}

.showtime:hover {
	cursor: pointer;
	background-color: #206020;
}

.showtime.matinee {
	background-color: orange;
}
.showtime.matinee:hover {
	background-color: #ca8f00;
}

.showtime.pastshow {
	background-color: silver;
	text-decoration: line-through;
}

.showtime.pastshow:hover {
	cursor: default;
}

.cslist .fa-ticket {
	color: #800000;
	font-size: 110%;
}
	
.cslist .fa-ticket:hover {
	cursor: pointer;
}


.amenimages {
	float:left;
	padding: 10px;
}

.amenimages img {
	height: 50px;
}

	
	
.pcbutton {
	border-radius: .3em;
	background-color: #800000;
	padding: 10px 10px;
	text-transform: uppercase;
	box-shadow: 3px 3px 4px #202020;
}

.pcbutton p {
	padding: 0px;
	text-align: center;
	margin: 0px;
}

.pcbutton a {
	color: white;
	text-decoration: none;
}
.pcbutton:hover {
	background-color: #404040;
}

.faq {
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 5px;
}

.movieblock {
	overflow: auto;
}

.fivecol {
	width: 20%;
	float: left;
	min-width: 190px;
}

.movielisting {
	border: 1px solid silver;
	margin: 10px;
}

.mvldate, .mvltitle {
	text-align: center;
	background-color: #800000;
	color: white;
}

.mvldate {
	font-size: 125%;
}

.mvltitle {
	margin: 0px;
	min-height: 85px;
	clear: both;
	padding: 0px 5px;
}

.mvltitle:hover {
	background-color: #660000;
	cursor: pointer;
}

.mvlposter {
	position: relative;
}

.mvlposter img {
	width: 100%;
}

.mvlposter:hover .mvldesc {
	display: block;
}

.mvltix {
	background-color: #fab500;
	color: black;
	text-align: center;
	font-weight: bold;
}

.mvltix.noshows:hover {
	background-color: #fab500;
	cursor: default;
}

.mvltix:hover {
	cursor: pointer;
	background-color: #ca8f00;
}

.mvltix .fa-ticket {
	font-size: 20px;
}

.mvltix div {
	padding: 5px;
	line-height: 30px;
}

.mvltix.full {
	width: 100%;
}

.mvltix.half {
	width: 50%;
	float: left;
}

.mvltix.third {
	width: 33%;
	float: left;
}

.mvldesc {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.55);
	width: 100%;
	height: 100%;
	display: none;
}

.mvldesccont {
	text-align: center;
	line-height: 17px;
	font-size: 14px;
	margin: 10px;
}

.printtimes {
	float: right;
}

.printtimes a {
	text-decoration: none;
}

/******************************** Gift Cards ********************************/

#gccards, #gcinfo {
	max-width: 600px;
	width: 100%;
}

#gccards input, #gcinfo input, #gcinfo select {
	width: 100%;
}

#gcinfo > div {
	padding: 5px;
	float:left;
	width: 45%;
}

#gccards > div {
	width: 23%;
	padding: 5px;
	float:left;
}

#gsseccode > div {
	padding: 5px;
}

.gccardlabel {
	text-align: left;
}
/****************************** End Gift Cards ******************************/


/******************************** Navigation ********************************/
#primary_nav_wrap_mobile {
	position: absolute;
	left: 30px;
	width: 100%;
	top: 10px;
}

#primary_nav_wrap_mobile .submenu {
	display: none;
}

#primary_nav_wrap_mobile .fa-navicon {
	color: silver;
	font-size: 75px !important;
	line-height: 150px;
}

#primary_nav_wrap_mobile .fa-plus-square-o {
	font-size: 60px !important;
}


#primary_nav_wrap ul, #primary_nav_wrap_mobile ul ul
{
	list-style:none;
	position:relative;
	margin:0;
	padding:0;
	text-align: center;
	z-index: 20000;
}

#primary_nav_wrap ul ul {
	text-align: left;
}

#primary_nav_wrap_mobile ul ul
{
	display: none;
	position: absolute;
	top: 150px;
}

#primary_nav_wrap ul a, #primary_nav_wrap_mobile ul ul a
{
	display:block;
	color:silver;
	text-decoration:none;
	font-size:1em;
	line-height:30px;
	padding:10px 15px;
}

#primary_nav_wrap_mobile ul ul a
{
	font-size: 60px;
}

#primary_nav_wrap ul li, #primary_nav_wrap_mobile ul ul li
{
	position:relative;
	/* float:left; */
	margin:0;
	padding:0;
	display: inline-block;
}

#primary_nav_wrap_mobile ul ul li
{
	display: block;
	text-align: left;
}

#primary_nav_wrap_mobile ul ul li
{
	float:none;
	background-color: #800000;
	padding: 20px;
	border-bottom: 1px solid #fab500;
}

#primary_nav_wrap ul li.current-menu-item, #primary_nav_wrap_mobile ul ul li.current-menu-item
{
	background:#ddd
}

#primary_nav_wrap ul li:hover, #primary_nav_wrap_mobile ul ul li:hover
{
	background:#800000;
}

#primary_nav_wrap ul li:hover a, #primary_nav_wrap_mobile ul ul li:hover a
{
	color:#fab500;
}

#primary_nav_wrap ul ul, #primary_nav_wrap_mobile ul ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#800000;
	padding:0
}

#primary_nav_wrap ul ul li, #primary_nav_wrap_mobile ul ul ul li
{
	float:none;
	width:200px
}

#primary_nav_wrap ul ul li:hover, #primary_nav_wrap_mobile ul ul ul li:hover
{
	background:#660000;
}

#primary_nav_wrap ul ul a, #primary_nav_wrap_mobile ul ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul, #primary_nav_wrap_mobile ul ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul, #primary_nav_wrap_mobile ul ul li:hover > ul
{
	display:block
}

#primary_nav_wrap_mobile {
	display: none;
}

/******************************** End Navigation ********************************/




/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
	body {
		font-size: 36px;
	}
	
	h1 {
		font-size: 48px;
	}
	
	h2 {
		font-size: 36px;
	}

	input {
		height: 70px;
	}	
	.fas {
		font-size: 36px !important;
	}
	
	.logo {
		text-align: center;
		width: 100%;
		float: none;
	}
	
	.logo img {
		width: 600px;
	}
	
	.appstore {
		float: none;
	}
	
	.appstore img {
		max-width: 250px;
	}
	
	.app1 {
		float: left;
		padding-top: 0px;
		padding-left: 10px;
	}
	.app2 {
		float: right;
		padding-top: 0px;
		padding-right: 10px;
	}
	.navcontainer {
		height: 225px;
	}
	
	#primary_nav_wrap{
		display: none;
	}
	#primary_nav_wrap_mobile {
		display: block;
	}

	
	.homecomingsoon .csmoviebox {
		width: 75%;
		margin-left: 12.5%;
	}
	
	.twocol {
		float: none;
		width: 100%;
	}
	
	.fivecol {
		width: 50%;
	}

	.mfooter {
		display: block;
	}
	
	.contentimage {
		padding: 10px;
		float: none;
	}
	
	.contentimage img {
		width: 100%;
		max-width: 100%;	
	}
	
	.amenimages {
		float:none;
		padding: 50px;
		text-align: center;
	}

	.amenimages img {
		width: 50%;
		height: auto;
	}

	.mvltix div {
		line-height: 70px;
	}
	
	.mvltitle {
		min-height: 190px;
	}
	.mvldesccont {
		line-height: 42px;
		font-size: 38px;
	}
	
	.hmovielist {
		width: 100%;
	}
	
	.hmovielistcontainer {
		margin-right: 0px;
	}
	
	.hmltitle {
		font-size: 150%;
		font-weight: bold;
		line-height: 150%;
	}

	.bannercol {
		width: 100%;
		float: none;
	}
	
	.sidetitle {
		font-size: 250%;
	}
		
	.hmlcast {
		line-height: 125%;
		font-style: normal;
	}
	
	.hmlposter img {
		max-width: 235px;
	}
	
	.hmlinfo {
		width: 70%;
	}
	
	.hmldetails {
		display: none;
	}
	
	.hml3dmobile {
		display: block;
	}
	
	.hml3d {
		display: none;
	}
	
	.showtime {
		padding: 5px 20px;
	}
	
	.showword {
		display: none;
	}
	
	.selectshowdate {
		float: none;
		text-align: center;
		line-height: 300%;
	}
	
	.cslist p {
		line-height: 150%;
		font-size: 150%;
	}
	
	.cslist .fa-ticket {
		font-size: 125% !important;
	}
	
	.csposters {
		padding: 2%;
	}
	
	.paymentcontainer .fas {
		font-size: 350% !important;
	}
	
	.sidelocation iframe {
		height: 300px;
	}
	
	.pctable {
		width: 100%;
		font-size: 150%;
	}
	
	.locbox {
		width: 75%;
		margin: 0 12.5% 5%;
	}
	
	.covidbox {
		width: 75%;
		margin: 0 12.5% 5%;
	}
	
	.csmoviebox {
		margin-bottom: 5%;
	}
	
	.homeamen .amenimages img {
		max-width: 50%;
	}
	
	.pcbulletlist, .pcnumberedlist {
		margin-left: 75px;
	}
	
	.printtimes {
		display: none;
	}

	
	/******************************** Gift Cards ********************************/
	
	#gccards, #gcinfo {
		width: 100%;
		max-width: 100%;
	}
	
	#gccards input, #gcinfo input {
		width: 100%;
	}
	
	#gcinfo > div {
		width: 100%;
	}
	
	#gccards > div {
		width: 100%;
	}

	/****************************** End Gift Cards ******************************/
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */

}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}