@charset "utf-8";
/* CSS Document */

body {
    font: 100% Arial, Helvetica, sans-serif;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    background-image: url(images/bkBK.jpg);
    background-color: #000000;
    background-repeat: repeat-y;
    background-position: center top;
    overflow-x: hidden; /* Hide horizontal scrollbar */
    background-size: 100% auto;
    background-attachment: fixed!important;
}



    ::-webkit-scrollbar {
  width: 24px;
  background-color: rgba(27,6,5,1.00);
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 26px rgba(0, 0, 0, 0.30);
  border-radius: 0px;
  background-image: url("images/scrollbarBK.png");
  background-repeat: repeat-y;
  border-left: 0px solid rgba(72,11,3,1.00);
}
::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center;
background-color: rgba(67,18,7,1.00);
        max-height: 50px!important;
}
 


/* GEMINI ------------------------- */
.navbarmo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(39,18,18,0.78);
  padding: 10px 20px;
}
.monly {display: none;}
.logo {
  font-size: 20px;
  font-weight: bold;
}

.nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li {
    font-size: 2rem;
    margin-bottom: 20px;
    margin-top: 20px;
}

.nav-links a {
  text-decoration: none;
  color: rgba(99,150,241,1.00)!important;
}

sup {padding-top: 8px; font-size: 1.2rem;}

/* Responsive Styles NA on this site */
@media (max-width: 768px) {
.monly {display: flex;}

  .navbarmo {
    flex-direction: column; /* Stack elements vertically on small screens */

  }
    input  {display: none;}
  .logo {
    margin-bottom: 10px;
  }

  /* Show the menu links when the menu is toggled */
  #menu-toggle:checked ~ .nav-links {
    display: flex;
    flex-direction: column;
  }

  /* Style the menu icon */
  .menu-icon {
    display: block;
    position: absolute;
    top: 30px;
    right: 10px;
    cursor: pointer;
    z-index: 99999;
  }
/* Hide the menu links by default on smaller screens */
.nav-links {
  display: none;
}
.topnav {
  display: none;
}
}

/* END GEMINI ---------------------- */

.tilt {transform: rotate(3deg); margin-left: 5%;}
.fixedkopia img {width: 260px; height: auto; position: static; bottom: 0px; margin-top: 100px;

}

.dash {border: dashed green 1px;}

.oneColFixCtrHdr #container {
	max-width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #headheader {
	position: relative; top: 1px;
    margin: 0 auto; margin-bottom: 3px;
    display: block;
	background-color: rgba(70,12,5,0.60);
	font-size: 150%;
	text-transform: uppercase;
	height: 40px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 100%;
    overflow: visible!important;
    border-top: 5px solid rgba(109,22,12,1.00);    
    border-bottom: 1px solid rgba(100,32,17,1.00);
    z-index: 50000;
}
.oneColFixCtrHdr #header {
	position: relative;
	left: -5px;
    margin: 0 auto;
	background-image: url(images/Coast-Cinemas.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 260px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	z-index: 50;
	width: 100%;
}
.oneColFixCtrHdr #header2 {
	position: relative;
	left: -86px;
	background-image: url(images/Coast-Cinemas-header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 255px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	z-index: 50;
	width: 918px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
    padding: 0px;
    padding-top: 30px;
    background-image: url(images/bksplitcurtain.png);
    background-position: 50% 0%;
    background-size: 70px auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#footer {
	margin-bottom: 100px;
	z-index: 25;
	width: 100%;
	font-size: 14px;
	text-transform: uppercase;
	background-image: url("images/footer2BK.png");
	background-repeat: no-repeat;
	background-position: center top;
	height: 450px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 0px 0px 20px 20px;
	border: 2px solid #800000;
	position: relative;
	left: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFF99;
}
a:active {
	text-decoration: none;
	color: #FFFF99;
}


body,td,th {
	color: #FFFFFF;
}
.oneColFixCtrHdr #container .week {
	font-size: 36px;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent .film {
    position: relative;
    left: -35px;
    background-image: url(images/bkSpec.png);
    background-repeat: repeat-y!important;
    margin-top: 30px;
    margin-bottom: 100px;
    width: 800px;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 50px;
    border-top: 1px solid #333;
    border-right: 2px solid #000;
    border-bottom: 0px;
    border-left: 1px solid #1E1E1E;
    min-height: 570px!important;
    background-size: 100% auto;
    -webkit-box-shadow: 8px 30px 28px 0px rgba(0,0,0,0.21);
    box-shadow: 8px 30px 28px 0px rgba(0,0,0,0.21);
}
.oneColFixCtrHdr #container #mainContent .film2 {/* SPECIAL */
    position: relative;
    left: -35px;
    margin-left: 0%;
    background-image: url(images/bkSpec2.png);
    background-repeat: repeat-y!important;
    margin-top: 30px;
    margin-bottom: 100px;
    width: 800px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 50px;
    border-top: 1px solid #333;
    border-right: 2px solid #000;
    border-bottom: 0px;
    border-left: 1px solid #1E1E1E;
    min-height: 570px!important;
    background-size: 100% auto;
    -webkit-box-shadow: 8px 30px 28px 0px rgba(0,0,0,0.21);
    box-shadow: 8px 30px 28px 0px rgba(0,0,0,0.21);
}
.oneColFixCtrHdr #container #mainContent .film2 div {float: right;}

.oneColFixCtrHdr #container #mainContent .film3 {/* DOUBLE FEATURE */
    position: relative;
    left: -35px;
    margin-left: 0%;
    background-image: url(images/bkSpec3.png);
    background-repeat: repeat-y!important;
    margin-top: 30px;
    margin-bottom: 100px;
    width: 800px;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 50px;
    border-top: 1px solid #333;
    border-right: 2px solid #000;
    border-bottom: 0px;
    border-left: 1px solid #1E1E1E;
    min-height: 570px!important;
    background-size: 100% auto;
    -webkit-box-shadow: 8px 30px 28px 0px rgba(0,0,0,0.21);
    box-shadow: 8px 30px 28px 0px rgba(0,0,0,0.21);
}

/* Responsive Styles NA on this site */
@media only screen and (min-width: 801px) {
    .film {}
}


.oneColFixCtrHdr #container #mainContent .film img {
	margin-top: 0px;
}
    .weekdate {/*NOW SHOWING and COMING UP verbiage*/
    color: #F3D99B;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 1.8rem;
        letter-spacing:  2px;
    position: relative;
    top: -10px;
    width: 40%;
    margin: 0 auto!important;
        padding-bottom: 4px;
        margin-bottom: -10px!important;
}

.date {
    position: relative;
    top: 10px;
    width: 250px;
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.8rem;
    color: #B39C74;
    margin-right: 60px;
    margin-left: 60px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
.star {
	position: relative;
}

.indie {
    width: 230px;
    position: relative;
    bottom: -21.2rem;
    right: 1.2rem;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-stretch: expanded!important;
    font-variant: small-caps;
    color: rgba(163,187,56,0.80);
    font-size: 1.5rem;
    line-height: 1.2rem;
    padding: 12px;
    padding-bottom: 28px;
    background-color: rgba(122,140,89,0.20);
    transform: rotate(-0deg);
    border: 0px #000 solid;
    border-radius: 1px;
    
    border-top: #333 solid 1px;
}

.fb-like {
	position: relative;
	left: 0%;
	background-color: #333333;
	padding: 10px;
	border: 1px solid #FFF;
	background-image: url(images/fbBK.png);
	background-repeat: repeat-x;
	background-position: right top;
	margin-top: 0px;
	height: 60px;
}
.siteInfo {
    margin-top: 100px;
	font-size: .8rem;
    color: rgba(255,255,255,0.46);
	margin-bottom: 10px;
}

.headable {
	background-color: #333;
}
.star {
	margin-top: 10px;
}
.admissions {
	font-size: 30px;
	line-height: 36px;
}
.buttons {
  font-weight: 100 !important;
  font-size: 1.4rem !important;
  letter-spacing: .3rem;
font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}
a .buttons {
    color: rgba(254,254,252,0.99);
    font-size: 100%;
	padding-bottom: 19px;
	padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    min-width: 300px!important;
	background-image: url(images/btnBK.png);
	display: inline;
position: relative; top: 6px;
	-moz-border-radius: 0px 0px 22px 22px;
	-webkit-border-radius: 0px 0px 22px 22px;
    border-radius: 0px 0px 22px 22px;
	border: 6px solid #590505;
    border-top: 0px solid #590505;
    border-bottom: 6px solid rgba(89,5,5,0.70);
    scale: .5;
z-index: 999999;
}
a .buttons:hover {
    color: #FCEAB9!important;
    border-top: 1px rgba(153,153,153,0.51) solid;
    background-image: url(images/btnBK.png);
    text-decoration: none!important;
    transition-duration: .25s;
    background-position: 0% -30%;
    border-bottom: 4px solid #6E0505;
}
.company {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #F00;
	padding-top: 20px;
	padding-bottom: 20px;
}
.reviews {
	margin-bottom: 50px!important;
	z-index: 25;
	width: 803px;
	font-size: 14px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: center top;
	height: 55px;
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.mff {
    position: relative;
	margin-bottom: 50px!important;
	z-index: 250;
	width: 803px;
	height: 250px;
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 30px; }
.about {
	margin-bottom: 10px;
	z-index: 25;
	width: 100%;
	font-size: 14px;
	text-transform: uppercase;
	height: 91px;
    	background-image: url(../images/aboutBK.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
		border-radius: 0px;
	border: 2px solid #782A15;
}
.advertise {
	margin-bottom: 10px;
	z-index: 25;
	width: 100%;
	font-size: 14px;
	text-transform: uppercase;
	background-image: url(images/Advertise.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
		border-radius: 0px;
	border: 2px solid #800000;
}
.masks {
	margin-top: 50px;
	margin-bottom: 0px;
    margin: 0 auto;
	width: 70%;
    font-size: 2.0rem;
    color: beige;
    padding-top: 20px;
	min-height: 70px;
	border-radius: 0px;
	background-color: rgba(9,12,30,0.97);
	border: 0px solid #800000;
}
.closedcaption {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	min-height: 140px;
	border-radius: 0px;
	background-color: rgba(0,0,0,0.37);
	border: 2px solid #800000;
}
.giftcard {
	margin-top: 100px;
	margin-bottom: 10px;
	width: 100%;
	min-height: 196px;
	background-image: url(images/Coast-Cinemas-Gift-Card.png);
	background-position: 50% -20%;
	background-repeat: no-repeat;
	border-radius: 20px 20px 0px 0px;
	background-color: rgba(0,0,0,0.47);
	border: 2px solid #800000;
}
.closedcap {
	margin-top: 100px;
	margin-bottom: 10px;
	width: 100%;
	min-height: 196px;
	background-position: 50% -20%;
	background-repeat: no-repeat;
	border-radius: 20px 20px 0px 0px;
	background-color: rgba(0,0,0,0.47);
	border: 2px solid #800000;
}
.ticketbox {
    margin-top: 0px;
    margin-bottom: 10px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 100px;
    background-image: url("images/tktwindow.png");
    background-position: 50% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 20px 20px 0px 0px;
    background-color: rgba(0,0,0,0.90);
    border: 0px solid #FFFFFF;
}
.ticketbox iframe {cursor: -webkit-grab; cursor: grab;}

/* Responsive Styles NA on this site */
@media only screen and (max-width: 600px) {
    .ticketbox {max-width: 600px; padding: 0px;}
}


.dotdot td{
    border-bottom: 1px dotted rgba(255,255,255,0.38);
}
.reviews {margin: 0 auto;}

.box {
    margin-bottom: 10px!important;
    z-index: 25;
    width: 100%;
    text-transform: uppercase!important;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    border-radius: 5px 5px 40px 40px / 0px 0px 140px 140px;
    border: 12px solid #800000;
    border-top: 23px solid #000;
    background-color: rgba(0,0,0,0.90);
    background-size: 70% auto;
    margin: auto 0;
}
.app {
    margin-bottom: 10px!important;
    z-index: 25;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    background-image: url("../images/apps-ad.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 160px;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    border-radius: 0px;
	border-radius: 20px 20px 0px 0px;
    border: 2px solid #800000;
    background-color: rgba(0,0,0,0.30);
    background-size: 70% auto;
	margin: auto 0;
}
.calendar{
    position: relative;
    display: block;
    left: 9px;
    z-index: 25;
    width: 80%;
    font-size: 14px;
    text-transform: uppercase;
    height: 250px;
    margin-top: -50px!important;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
    border-radius: 4px;
    border-bottom: 0px solid rgba(35,8,3,0.79);
    background-color: rgba(0,0,0,0.00);
    background-size: 70% auto;
	margin: 0 auto;
        margin-bottom: 160px!important;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.comingbanner {
    margin-left: 1rem;
    color: #F3D99B;
    border-radius: 100px 100px 8px 8px;
    padding-top: 10px;
    padding-bottom: 7px;
    letter-spacing: 3px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-weight: 100;
    background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0.00) 0%,rgba(181,55,22,0.60) 33.68%,rgba(181,55,22,1.00) 50.26%,rgba(181,55,22,0.54) 64.77%,rgba(181,55,22,0.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0.00) 0%,rgba(181,55,22,0.60) 33.68%,rgba(181,55,22,1.00) 50.26%,rgba(181,55,22,0.54) 64.77%,rgba(181,55,22,0.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(255,255,255,0.00) 0%,rgba(181,55,22,0.60) 33.68%,rgba(181,55,22,1.00) 50.26%,rgba(181,55,22,0.54) 64.77%,rgba(181,55,22,0.00) 100%);
    background-image: linear-gradient(90deg,rgba(255,255,255,0.00) 0%,rgba(181,55,22,0.60) 33.68%,rgba(181,55,22,1.00) 50.26%,rgba(181,55,22,0.54) 64.77%,rgba(181,55,22,0.00) 100%);
    border-top: 2px rgba(132,36,13,1.00) solid;
    border-bottom: 2px rgba(36,9,3,0.50) solid;
}
.here {border-radius: 8px 8px 100px 100px!important;
}
.announcement {
    background-color: #222;
    border: rgba(255,255,255,0.17) 1px solid;
    margin-top: 60px;
    margin-bottom: 60px;
    width: 100%;
    transform: rotate(-3deg);
    -webkit-box-shadow: 0 0 30px 20px rgba(255,255,255,0.16);
    box-shadow: 0 0 30px 20px rgba(255,255,255,0.16);
}

a img { border: none; }
.oneColFixCtrHdr #container .floatNotice {
	position: fixed;
	height: 300px;
	width: 600px;
	top: 400px;
	background-image: url(images/noticeBL.png);
	background-repeat: no-repeat;
	font-size: 36px;
	color: #CC6600;
	text-align: center;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	border-radius: 32px;

	border: 2px solid #800000;
	padding-top: 100px;
	left: auto;
	z-index: 500;
}

.footer {
	margin-top: 100px;
}
.footer a img {
	margin-bottom: 30px;
}

.coming {
    position: static;
    width: 800px!important;
    height: 340px;
    padding-top: 0px;
    margin-bottom: 150px;
margin-left: 0px;
margin-top: 40px;}
.coming a img {
    max-width: 50%;
    position: absolute;
    right: 24%;
    left: 24%;
    margin: 0 auto;
    margin-top: 170px;
}
.imgup {position: relative; top: -58px!important;}
.csposter {
    opacity: 0.99;
    -webkit-box-shadow: 0px -20px 6px 0px rgba(0,0,0,0.21);
    box-shadow: 0px -20px 6px 0px rgba(0,0,0,0.21);
}
hr {margin: 50px;}


/* Flaired edges, by Tomas Theunissen */

hr.style-seven {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
hr {
    margin: 50px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(252,229,171,0.57) 50%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(252,229,171,0.57) 50%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(252,229,171,0.57) 50%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(90deg,rgba(0,0,0,0.00) 0%,rgba(252,229,171,0.57) 50%,rgba(0,0,0,0.00) 100%);
}


/* Responsive Styles NA on this site */
@media only screen and (max-width: 800px) {
    .film {height: 580px!important; padding-top: 22px;}
    
}
/* Responsive Styles NA on this site */
@media only screen and (max-width: 600px) {
  .oneColFixCtrHdr {
    width: 100%;
  }
  .movieTickets {
    display: none;
  }


  #phonefit {
    width: 100% !important;
    top: 0px;
    position: fixed;
    z-index: 200;
  }
    
  #mainContent .film {
    position: relative;
    top: 300px;
  }

  #header {
    background-size: 130% auto;
  }
  #oddimg {
    display: none !important;
  }
  #basement {
    margin-top: 400px !important;
    background-color: rgba(0, 0, 0, 0.84);
    margin-right: -0px;
  }
    
 .no {display: none!important;}

  .thisTitle img {
    margin-top: -100px;
    display: none;
  }
  .phonefilm {
    border: dashed 5px lightblue;
  }
}

.poplinksub {
    padding: 13px;
    margin: 0px auto!important;
    cursor: pointer;
}
.poplinksub img{width: 220px}










details > summary::marker {
content: ""; /* Removes the default marker */
}