* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
    	font-family: arial, helvetica, san-serif;
}

@-ms-viewport{
  width: device-width;
}
@media (max-width: 240px) {
   /* really tiny screens */

}
@media only screen and (max-width: 39px){
	/* Used this section for elements to hide on small screens */
	#desktop {
		display: none;
	}
}
@media (min-width: 241px) and (max-width: 319px) {
img.schedule {
	width: 100%;
}
img.title_art {
  	display: block;
 	margin-left: auto;
 	margin-right: auto;
	width: calc(100%);
	max-width: calc(100%);
	height: auto;
}
div.title_art {
	width: 100%;
	margin: auto;
}
table.coming_soon{
	border-collapse: collapse;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
table.header {
	width: 100%;
}
table.main {
	text-align: center;
	width: 100%;
}
td.coming_trailer {
	height: 34px;
	width: 25px;
	vertical-align: middle;
}
td.coming_detail {
	heigh: 34px;
	width: calc(100% - 35px);
	vertical-align: middle;
}
td.coming_header {
	text-align: center;
	padding-top: 15px;
}
table.times {
	border: 1px solid black;
	cell-spacing: 0px;
	border-collapse: collapse;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
td.times {
	font-size: 1vw;
	border-bottom: 1px solid black;
	padding: 2px 2px 2px 2px
}
td.dates {
	font-size: 1vw;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 2px 2px 2px 2px
}
.month {
	border-top: 1px solid black;
}
div.holiday {
	-moz-border-radius: 6px 6px 6px 6px;
    	-webkit-border-radius: 6px 6px 6px 6px;
    	border-radius: 6px 6px 6px 6px;
	border-width: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	padding: 10px;
	width: 95%;
	position: relative;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background: #a6040e;
}
.button-nav {
   	-webkit-border-radius: 6px;
 	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #000099;
	font-size: 6pt;
	font-weight: bold;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 3px;
	padding-right: 3px;
	color: #fff;
	border: 1px solid #000099;
	box-shadow: 3px 3px 3px #4b4b4b;
    	-webkit-transition-duration: 0.4s; /* Safari */
   	transition-duration: 0.4s;
}
.button-nav:hover {
    background-color: white;
    color: #000099;
}
.width-button{
	width: 95%;
	--widthA: 100%;
	height: calc(var(--widthA) * .95);
	text-align: center;
	display: inline-block;
}
div.movie {
	-moz-border-radius: 6px 6px 6px 6px;
    	-webkit-border-radius: 6px 6px 6px 6px;
    	border-radius: 6px 6px 6px 6px;
	border: 2px solid black;
	padding: 0px;
	width: 100%;
	min-height: 275px;
	position: relative;
	margin-top: 5px;
}
div.coming {
	-moz-border-radius: 6px 6px 6px 6px;
    	-webkit-border-radius: 6px 6px 6px 6px;
    	border-radius: 6px 6px 6px 6px;
	border: 2px solid black;
	padding: 0px;
	width: 100%;
	min-height: 225px;
	position: relative;
	margin-top: 5px;
}
div.kids {
	-moz-border-radius: 6px 6px 6px 6px;
    	-webkit-border-radius: 6px 6px 6px 6px;
    	border-radius: 6px 6px 6px 6px;
	border: 2px solid #FF9900;
	padding: 0px;
	width: 100%;
	min-height: 275px;
	position: relative;
	margin-top: 5px;
}
div.events {
	-moz-border-radius: 6px 6px 6px 6px;
    	-webkit-border-radius: 6px 6px 6px 6px;
    	border-radius: 6px 6px 6px 6px;
	border: 2px solid black;
	padding: 0px;
	width: 100%;
	position: relative;
	margin-top: 5px;
	min-height: 200px;
}
div.event_heading {
	-moz-border-radius: 3px 3px 3px 3px;
    	-webkit-border-radius: 3px 3px 3px 3px;
    	border-radius: 3px 3px 3px 3px;
	width: 99%;
	height: 15px;
	position: absolute;
	top: 2px;
	left: 2px;
	font-size: 10pt;
	color: black;
	font-weight: bold;
	text-align: center;
	background-color: #219921;
}
div.event_details {
	position: relative;
	font-size: 8pt;
	color: black;
	top: 18px;
	left: 2px;
}
div.status {
	-moz-border-radius: 3px 3px 3px 3px;
    	-webkit-border-radius: 3px 3px 3px 3px;
    	border-radius: 3px 3px 3px 3px;
	width: 99%;
	height: 18px;
	position: absolute;
	top: 2px;
	left: 2px;
	font-size: 12px;
	line-height: 12px;
	padding-top: 3px;
	color: white;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
div.note {
	width: 99%;
	height: 15px;
	position: absolute;
	top: 17px;
	left: 2px;
	font-size: 8pt;
	color: red;
	font-weight: bold;
	text-align: center;
	background-color: #ffff00;
}
div.container {
	width: 80px;
	position: relative;
	top: 20px;
	left: 0px;
}

div.times-container {
	width: 100%;
	position: absolute;
	bottom: 5px;
	text-align: center;
}
div.image {
	padding: 3px;
	width: 86px;
	position: absolute;
	top: 32;
	left: 0;
}
div.poster {
	z-index: 0;
}
div.play {
	z-index: 1;
}
div.access {
	width: 86px;
	position: absolute;
	top: 130px;
	left: 3px;
	text-align: center;
}
div.ticket {
	width: 86px;
	position: absolute;
	top: 15px;
	left: 180px;
	text-align: center;
	z-index: 1;
}
div.info {
	padding: 5 px;
	width: calc(100% - 90px);
	position: relative;
	top: 20px;
	left: 95px;
	border: none;
	line-height: 10px;
}

div.main {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
table.buttons {
	border: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
}
td.buttons {
	width: 14%;
	padding: 0px;
	border: 0px 0px 0px 0px;
}
img.button {
	max-width: 100%;
	max-height: 100%;
}
img.poster {
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 80px;
    height: 119px;
    z-index: -1;
}
img.play {
    width: 80px;
    height: 119px;
    }
img.access {
	heigh: 25px;
	width: 25px;
}
img.social {
	heigh: 25px;
	width: 25px;
}

a.button-tickets {
	display: inline-block;
   	-webkit-border-radius: 6px;
 	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 5px 10px;
	background: yellow;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 1px solid black;
}
div.button {
	display: inline-block;
	padding: 10px 15px;
	position: static;
}
a.button-egift {
	display:inline-block;
   	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 10px;
	background: #9e0324;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #9e0324;
}
.button-egift:hover {
    background-color: white;
    color: #9e0324;
}
a.button-call {
   	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
	border-radius: 10px;
	background: green;
	font-size: 8pt;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
	color: #fff;
	border: 1px solid green;
	box-shadow: 3px 3px 3px #4b4b4b;
    	-webkit-transition-duration: 0.4s; /* Safari */
   	transition-duration: 0.4s;
}
.button-call:hover {
    background-color: white;
    color: green;
}
a.button-mail {
   	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #FF8C00;
	font-size: 8pt;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #FF8C00;
	box-shadow: 3px 3px 3px #4b4b4b;
    	-webkit-transition-duration: 0.4s; /* Safari */
   	transition-duration: 0.4s;
}
img.button-lam {
   	border-radius: 10px;
	width: 180px;
	height: 50px;
	padding: 0px;
	box-shadow: 3px 3px 3px #4b4b4b;
	cursor: pointer;
}

.button-mail:hover {
    background-color: white;
    color: #FF8C00;
}
a.button-map {
   	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
	border-radius: 10px;
	background: yellow;
	font-size: 8pt;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
	color: #000;
	border: 1px solid yellow;
	box-shadow: 3px 3px 3px #4b4b4b;
    	-webkit-transition-duration: 0.4s; /* Safari */
   	transition-duration: 0.4s;
}
.button-map:hover {
    background-color: white;
    color: yelow;
}
input.button-submit {
   	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
	border-radius: 10px;
	background: blue;
	font-size: 8pt;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
	color: #fff;
	border: 1px solid blue;
	box-shadow: 3px 3px 3px #4b4b4b;
    	-webkit-transition-duration: 0.4s; /* Safari */
   	transition-duration: 0.4s;
}
.button-submit:hover {
    background-color: white;
    color: blue;
}
.title {
	font-size: 15px;
	font-weight: bold;
	color: darkgreen;
	line-height: 20px;
}
.textbold {
	font-size: 7pt;
	font-weight: bold;
	color: black;
}
.rating {
	font-size: 7pt;
	color: black;
}
.rating_r {
	font-size: 7pt;
	color: red;
}
.cast {
	font-size: 7pt;
	font-weight: normal;
	color: black;
}
.kids {
	font-size: 7pt;
	font-weight: bold;
	color: #C80000;
}
img.kids_banner {
	border-radius: 6px;
	width: 90%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
}


@media (min-width: 320px) and (max-width: 649px) {
   /* Basically up to, but not including an iPad */

body {
	width: 100%;
}

img.schedule {
	width: 100%;
}
img.title_art {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
	width: calc(100%);
	max-width: calc(100%);
	height: auto;
}
div.title_art {
	width: 100%;
	margin: auto;
}
table.coming_soon{
	border-collapse: collapse;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
table.header {
	width: 100%;
}
table.main {
	text-align: center;
	width: 100%;
}
td.coming_trailer {
	height: 34px;
	width: 25px;
	vertical-align: middle;
}
td.coming_detail {
	heigh: 34px;
	width: calc(100% - 35px);
	vertical-align: middle;
}
td.coming_header {
	text-align: center;
	padding-top: 15px;
}
table.times {
	border-radius: 10px;
	border: 1px solid black;
	cell-spacing: 0px;
	border-collapse: collapse;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
td.times {
	font-size: 8pt;
	border-bottom: 1px solid black;
	padding: 2px 5px 2px 5px
}
td.dates {
	font-size: 8pt;
	width: 125px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 2px 5px 2px 5px
}
.month {
	border-top: 1px solid black;
}
div.holiday {
	-moz-border-radius: 6px 6px 6px 6px;
    	-webkit-border-radius: 6px 6px 6px 6px;
    	border-radius: 6px 6px 6px 6px;
	border-width: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	padding: 10px;
	width: 100%;
	position: relative;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	background: #a6040e;
}
.button-nav {
   	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #000099;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	border: 1px solid #000099;
	box-shadow: 3px 3px 3px #4b4b4b;
    	-webkit-transition-duration: 0.4s; /* Safari */
   	transition-duration: 0.4s;
   	white-space: normal;
}
.button-nav:hover {
    background-color: white;
    color: #000099;
}
.width-button{
	width: 95%;
	--widthA: 100%;
	height: calc(var(--widthA) * .95);
	text-align: center;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.movie {
	-moz-border-radius: 6px 6px 6px 6px;
    	-webkit-border-radius: 6px 6px 6px 6px;
    	border-radius: 6px 6px 6px 6px;
	border: 2px solid black;
	padding: 0px;
	width: 100%;
	height: auto;
	min-height: 325px;
	position: relative;
	margin-top: 5px;
	margin-left: auto;
	margin-right:auto;
}
div.coming {
	-moz-border-radius: 6px 6px 6px 6px;
    	-webkit-border-radius: 6px 6px 6px 6px;
    	border-radius: 6px 6px 6px 6px;
	border: 2px solid black;
	padding: 0px;
	width: 100%;
	min-height: 275px;
	position: relative;
	margin-top: 5px;
	margin-left: auto;
	margin-right:auto;
}
div.kids {
	-moz-border-radius: 6px 6px 6px 6px;
    	-webkit-border-radius: 6px 6px 6px 6px;
    	border-radius: 6px 6px 6px 6px;
	border: 2px solid #FF9900;
	padding: 0px;
	width: 100%;
	height: 250px;
	position: relative;
	margin-top: 5px;
}
div.events {
	-moz-border-radius: 6px 6px 6px 6px;
    	-webkit-border-radius: 6px 6px 6px 6px;
    	border-radius: 6px 6px 6px 6px;
	border: 2px solid black;
	padding: 0px;
	width: 100%;
	position: relative;
	margin-top: 5px;
	min-height: 200px;
}
div.event_heading {
	-moz-border-radius: 3px 3px 3px 3px;
    	-webkit-border-radius: 3px 3px 3px 3px;
    	border-radius: 3px 3px 3px 3px;
	width: 99%;
	height: 15px;
	position: absolute;
	top: 2px;
	left: 2px;
	font-size: 10pt;
	color: black;
	font-weight: bold;
	text-align: center;
	backgroud-color: #219921;
}
div.event_details {
	position: relative;
	font-size: 8pt;
	color: black;
	top: 18px;
	left: 2px;
}
div.status {
	-moz-border-radius: 3px 3px 3px 3px;
    	-webkit-border-radius: 3px 3px 3px 3px;
    	border-radius: 3px 3px 3px 3px;
	width: calc(100% - 4px);
	height: 20px;
	position: absolute;
	top: 2px;
	left: 2px;
	font-size: 14px;
	padding-top: 3px;
	color: white;
	font-weight: bold;
	text-align: center;
	margin: auto;
}
div.note {
	width: calc(100% - 4px);
	height: 20px;
	position: absolute;
	top: 22px;
	left: 2px;
	font-size: 9pt;
	color: red;
	font-weight: bold;
	text-align: center;
	background-color: #ffff00;
}
div.container {
	width: 100px;
	position: relative;
	top: 0px;
	left: 0px;
}

div.times-container {
	width: 100%;
	position: absolute;
	bottom: 5px;
	text-align: center;
}
div.image {
	padding: 3px;
	width: 100px;
	position: absolute;
	top: 32px;
	left: 0;
}
div.poster {
	z-index: 0;
}
div.play {
	z-index: 1;
}
div.access {
	width: 100px;
	position: absolute;
	top: 190px;
	left: 3px;
	text-align: center;
}
div.ticket {
	width: 100px;
	position: absolute;
	top: 40px;
	left: 200px;
	text-align: center;
	z-index: 1;
}
div.info {
	padding: 5px;
	width: calc(100% - 115px);
	left: 105px;
	position: relative;
	top: 32px;
	line-height: 10px;
}
div.times-table {
	-moz-border-radius: 3px 3px 3px 3px;
    	-webkit-border-radius: 3px 3px 3px 3px;
    	border-radius: 3px 3px 3px 3px;
	padding: 0px;
	border-top: 1px solid  #808b96;
	border-left: 1px solid  #808b96;
	border-right: 1px solid  #808b96;
	position: relative;
	display: inline-block;
	top: 20px;
	left: 110px;
	background-color: #fff;
	margin-right: auto;
}
div.cell-current {
	background-color: #FFFF99;
	padding: 2px 0px 2px 2px;
	font-size: 9pt;
	font-weight: bold;
	color: black;
	text-align: left;
	border-bottom: 1px solid #808b96;
}
div.cell-currentEarly {
	background-color: #FFFF99;
	padding: 2px 0px 2px 2px;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid green;
}
div.cell-early {
	background-color: #FFFFFF;
	padding: 2px 0px 2px 2px;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	text-align: left;
	border-bottom: 1px solid green;
}
div.cell-times {
	padding: 2px 0px 2px 2px;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	text-align: left;
	border-bottom: 1px solid #808b96;
	background-color: white;
}
div.main {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
table.buttons {
	border: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
}
td.buttons {
	width: 14%;
	padding: 0px;
	border: 0px 0px 0px 0px;
}
img.button {
	max-width: 100%;
	max-height: 100%;
}
img.poster {
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 100px;
    height: 148px;
    z-index: -1;
}
img.play {
    width: 100px;
    height: 148px;
    }
img.access {
	heigh: 30px;
	width: 30px;
}
img.social {
	heigh: 30px;
	width: 30px;
}
div.button {
	padding: 10px 15px;
	position: static;
}
a.button-tickets {
   	-webkit-border-radius: 6px;
 	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 6px 10px;
	background: yellow;

	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 1px solid black;
	z-index: 1;
	/*box-shadow: 3px 3px 3px #4b4b4b;*/
}
a.button-egift {
   	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 15px;
	background: #9e0324;

	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #9e0324;
	box-shadow: 3px 3px 3px #4b4b4b;
    	-webkit-transition-duration: 0.4s; /* Safari */
   	transition-duration: 0.4s;
   	margin: 10px 10px 10px 10px;
}
.button-egift:hover {
    background-color: white;
    color: #9e0324;
}
a.button-call {
   	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 15px;
	background: green;

	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid green;
	box-shadow: 3px 3px 3px #4b4b4b;
    	-webkit-transition-duration: 0.4s; /* Safari */
   	transition-duration: 0.4s;
   	margin: 10px 10px 10px 10px;
}
.button-call:hover {
    background-color: white;
    color: green;
}
a.button-mail {
   	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 15px;
	background: #FF8C00;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #FF8C00;
	box-shadow: 3px 3px 3px #4b4b4b;
    	-webkit-transition-duration: 0.4s; /* Safari */
   	transition-duration: 0.4s;
   	margin: 10px 10px 10px 10px;
}
.button-mail:hover {
    background-color: white;
    color: #FF8C00;
}
img.button-lam {
   	border-radius: 10px;
	width: 180px;
	height: 50px;
	padding: 0px;
	box-shadow: 3px 3px 3px #4b4b4b;
	cursor: pointer;
}
a.button-map {
   	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 15px;
	background: yellow;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 1px solid yellow;
	box-shadow: 3px 3px 3px #4b4b4b;
    	-webkit-transition-duration: 0.4s; /* Safari */
   	transition-duration: 0.4s;
   	margin: 10px 10px 10px 10px;
}
.button-map:hover {
    background-color: white;
    color: yelow;
}
input.button-submit {
   	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
	border-radius: 10px;
	background: blue;
	font-size: 9pt;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
	color: #fff;
	border: 1px solid blue;
	box-shadow: 3px 3px 3px #4b4b4b;
    	-webkit-transition-duration: 0.4s; /* Safari */
   	transition-duration: 0.4s;
}
.button-submit:hover {
    background-color: white;
    color: blue;
}
.title {
	font-size: 15px;
	font-weight: bold;
	color: darkgreen;
	line-height: 20px;
}
.textbold {
	font-size: 9pt;
	font-weight: bold;
	color: black;
}
.rating {
	font-size: 9pt;
	color: black;
}
.rating_r {

	font-size: 9pt;
	color: red;
}
.cast {
	font-size: 9pt;
	font-weight: normal;
	color: black;
}
.kids {
	font-size: 9pt;
	font-weight: bold;
	color: #C80000;
}
img.kids_banner {
	border-radius: 6px;
	width: 323px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
}


@media (min-width: 650px) {
body {
}
table.coming_soon{
	border-collapse: collapse;
	width: 100%;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}
table.times {
	-moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	cell-spacing: 0px;
	border-collapse: collapse;
}
table.header {
	width: 100%;
	max-width: 768px;
}
img.title_art {
  	display: block;
  	margin: auto;
	width: 100%;
	max-width: 768px;
	height: auto;
}
div.title_art {
	width: 100%;
	margin: auto;
	text-align: center;
}
table.main {
	text-align: center;
	width: 100%;
	max-width: 768px;
}
td.coming_trailer {
	height: 34px;
	width: 25px;
	vertical-align: middle;
}
td.coming_detail {
	heigh: 34px;
	width: 733px;
	vertical-align: middle;
}
td.times {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	border-bottom: 1px solid black;
	padding: 5px 5px 5px 5px
}
td.dates {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 5px 5px 5px 5px
}
td.coming_header {
	text-align: center;
	padding-top: 15px;
}
.month {
	border-top: 1px solid black;
}
div.holiday {
	-moz-border-radius: 6px 6px 6px 6px;
    	-webkit-border-radius: 6px 6px 6px 6px;
    	border-radius: 6px 6px 6px 6px;
	border-width: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	padding: 10px;
	width: 100%;
	max-width: 768px;
	position: relative;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	background: #a6040e;
}
.button-nav {
   	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #000099;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #000099;
	box-shadow: 3px 3px 3px #4b4b4b;
    	-webkit-transition-duration: 0.4s; /* Safari */
   	transition-duration: 0.4s;
   	white-space: normal;
}
.button-nav:hover {
    background-color: white;
    color: #000099;
}
.width-button{
	text-align: center;
	width: 100px;
	display: inline-block;
}
   /* iPad and bigger */


div.movie {
	-moz-border-radius: 6px 6px 6px 6px;
    	-webkit-border-radius: 6px 6px 6px 6px;
    	border-radius: 6px 6px 6px 6px;
	border-width: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	padding: 0px;
	width: 100%;
	max-width: 768px;
	height: auto;
	min-height: 360px;
	position: relative;
	margin-top: 5px;
	margin-left: auto;
	margin-right:auto;
}
div.coming {
	-moz-border-radius: 6px 6px 6px 6px;
    	-webkit-border-radius: 6px 6px 6px 6px;
    	border-radius: 6px 6px 6px 6px;
	border-width: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	padding: 0px;
	width: 100%;
	max-width: 768px;
	height: auto;
	min-height: 325px;
	position: relative;
	margin-top: 5px;
	margin-left: auto;
	margin-right:auto;
}
div.kids {
	-moz-border-radius: 6px 6px 6px 6px;
    	-webkit-border-radius: 6px 6px 6px 6px;
    	border-radius: 6px 6px 6px 6px;
	border: 2px solid #FF9900;
	padding: 0px;
	width: 100%;
	max-width: 768px;
	height: 360px;
	position: relative;
	margin-top: 5px;
}
div.events {
	-moz-border-radius: 6px 6px 6px 6px;
    	-webkit-border-radius: 6px 6px 6px 6px;
    	border-radius: 6px 6px 6px 6px;
	border: 2px solid black;
	padding: 0px;
	width: 100%;
	position: relative;
	margin-top: 5px;
	min-height: 200px;
}
div.event_heading {
	-moz-border-radius: 3px 3px 3px 3px;
    	-webkit-border-radius: 3px 3px 3px 3px;
    	border-radius: 3px 3px 3px 3px;
	width: 99%;
	height: 15px;
	position: absolute;
	top: 2px;
	left: 2px;
	backgroud-color: #219921;
	font-size: 12pt;
	color: black;
	font-weight: bold;
	text-align: center;
}
div.event_details {
	position: relative;
	font-family: arial;
	font-size: 10pt;
	color: black;
	top: 18px;
	left: 2px;
}
div.status {
	-moz-border-radius: 3px 3px 3px 3px;
    	-webkit-border-radius: 3px 3px 3px 3px;
    	border-radius: 3px 3px 3px 3px;
	width: calc(100% - 4px);
	max-width: 764px;
	height: 25px;
	position: absolute;
	top: 2px;
	left: 2px;
	font-size: 17px;
	color: white;
	padding-top: 4px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
div.note {
	width: 764px;
	height: 20px;
	position: absolute;
	top: 22px;
	left: 2px;
	font-size: 11pt;
	color: red;
	font-weight: bold;
	text-align: center;
	background-color: #ffff00;
}
div.container {
	width: 150px;
	position: relative;
	top: 30px;
	left: 5px;
}
div.times-container {
	width: 500px;
	position: absolute;
	bottom: 10px;
	left: 180px;

}
div.image {
	padding: 5px;
	width: 155px;
	position: absolute;
	top: 37;
	left: 0;
}
div.poster {
	z-index: 0;
}
div.play {
	z-index: 1;
}
div.access {
	width: 155px;
	position: absolute;
	top: 240px;
	left: 5px;
	text-align: center;
}
div.ticket {
	width: 155px;
	position: absolute;
	top: 290px;
	left: 5px;
	text-align: center;
}
div.info {
	padding: 0px;
	width: calc(100% - 175px);
	max-width: 593px;
	position: relative;
	top: 35px;
	left: 170px;
	clear: both;
}
div.times-table {
	-moz-border-radius: 3px 3px 3px 3px;
    	-webkit-border-radius: 3px 3px 3px 3px;
    	border-radius: 3px 3px 3px 3px;
	padding: 0px;
	border-top: 1px solid  #808b96;
	border-left: 1px solid  #808b96;
	border-right: 1px solid  #808b96;
	display: inline-block;
	top: 200px;
	position: absolute;
	left: 170px;
	background-color: #fff;
}
div.cell-current {
	background-color: #FFFF99;
	padding: 2px;
	font-size: 11pt;
	font-weight: bold;
	color: black;
	text-align: left;
	border-bottom: 1px solid #808b96;
}
div.cell-currentEarly {
	background-color: #FFFF99;
	padding: 2px;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid green;
}
div.cell-early {
	background-color: #FFFFFF;
	padding: 2px;
	font-size: 10pt;
	font-weight: normal;
	color: black;
	text-align: left;
	border-bottom: 1px solid green;
}
div.cell-times {
	padding: 2px;
	font-size: 10pt;
	font-weight: normal;
	color: black;
	text-align: left;
	border-bottom: 1px solid #808b96;
	background-color: white;
}
div.main {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 768px;
}
table.buttons {
	border: 0px 0px 0px 0px;
	width: 763px;
}
td.buttons {
	width: 109;
	border: 0px 0px 0px 0px;
}
img.poster {
    border: 1px solid #ddd;
    border-radius: 6px;
    height: 222px;
    width: 150px;
}
img.play {
	height: 222px;
	width: 150px;
}
img.access {
	heigh: 30px;
	width: 30px;
}
img.social {
	heigh: 30px;
	width: 30px;
}
div.button {
	padding: 10px 15px;
	position: static;
}
a.button-tickets {
   	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 15px;
	background: yellow;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 1px solid black;
	/*box-shadow: 3px 3px 3px #4b4b4b;*/
}
a.button-egift {
   	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 10px;
	background: #9e0324;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #9e0324;
	box-shadow: 3px 3px 3px #4b4b4b;
    	-webkit-transition-duration: 0.4s; /* Safari */
   	transition-duration: 0.4s;
   	margin: 10px 10px 10px 10px;
}
.button-egift:hover {
    background-color: white;
    color: #9e0324;
}
a.button-call {
   	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 10px;
	background: green;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid green;
	box-shadow: 3px 3px 3px #4b4b4b;
    	-webkit-transition-duration: 0.4s; /* Safari */
   	transition-duration: 0.4s;
   	margin: 10px 10px 10px 10px;
}
.button-call:hover {
    background-color: white;
    color: green;
}
a.button-mail {
   	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 10px;
	background: #FF8C00;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #FF8C00;
	box-shadow: 3px 3px 3px #4b4b4b;
    	-webkit-transition-duration: 0.4s; /* Safari */
   	transition-duration: 0.4s;
   	margin: 10px 10px 10px 10px;
}
.button-mail:hover {
    background-color: white;
    color: #FF8C00;
}
img.button-lam {
   	border-radius: 10px;
	width: 180px;
	height: 50px;
	padding: 0px;
	box-shadow: 3px 3px 3px #4b4b4b;
	cursor: pointer;
}
a.button-map {
   	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 10px;
	background: yellow;
	font-size: 10pt;
	font-weight: ;
	text-decoration: none;
	color: #000;
	border: 1px solid yellow;
	box-shadow: 3px 3px 3px #4b4b4b;
    	-webkit-transition-duration: 0.4s; /* Safari */
   	transition-duration: 0.4s;
   	margin: 10px 10px 10px 10px;
}
.button-map:hover {
    background-color: white;
    color: yelow;
}
input.button-submit {
   	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
	border-radius: 10px;
	background: blue;
	font-size: 10pt;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
	color: #fff;
	border: 1px solid blue;
	box-shadow: 3px 3px 3px #4b4b4b;
    	-webkit-transition-duration: 0.4s; /* Safari */
   	transition-duration: 0.4s;
}
.button-submit:hover {
    background-color: white;
    color: blue;
}
.title {
	font-size: 14pt;
	font-weight: bold;
	color: darkgreen;
}
.textbold {
	font-size: 11pt;
	font-weight: bold;
	color: black;
}
.rating {
	font-size: 11pt;
	color: black;
}
.rating_r {
	font-size:11pt;
	color: red;
}
.cast {
	font-size: 11pt;
	font-weight: normal;
	color: black;
}
.kids {
	font-size: 11pt;
	font-weight: bold;
	color: #C80000;
}
img.kids_banner {
	border-radius: 6px;
	width: 323px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
}

/* END MEDIA SPECIFIC FORMATTING */


td.current {
	background-color: lightyellow;
	font-weight: bold;
	border: 1px solid red;
}
td.early {
	background-color: lightgreen;
	border: 1px solid green;
}
a {
	text-decoration: none;
}
.eve_time {

}
.mat_times {
	color: red;
}
.present3d {
	font-size: 10pt;
	font-weight: bold;
	color: green;
}
.present2d {
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

#times-row {
	display: table-row;
}
#times-cell {
	display: table-cell;
}
#statusNew {
	background-color: #0000FF;
	font-color: black;
}
#statusStarting {
	background-color: #219921;
}
#statusEnd {
	background-color: #DA5959;
}
#statusSensory {
	background-color: #8f00ff;
}
#statusCurrent {
	background-color: #81BEF7;
}
#statusKids {
	background-color: #FF9900;
}
div.tickets {
	width: 86px;
	position: relative;
	top: 235;
	left: 3;
	text-align: center;
}

.clear {
clear:both;
}

.heading {
	font-weight: bold;
}
