body { background: #000000 !important; color: #cccccc !important;}
.film-poster { text-align: center; }
.film-title { font-weight: bold; font-size: 14px; }
.film-info { font-size:10px; }

.videocontent {
	max-width: 100%;
	text-align: center;
}
video {
	width: 100%    !important;
	height: auto   !important;
}
.main-content {
	padding-top: 25px;
}
.footer {
	padding-top: 100px;
	padding-bottom: 50px;
	color: #555555;
}
.film-carousel {
	position:relative;
	padding-right: 50px;
	padding-left: 50px;
}

.owl-prev, .owl-next {
        position:absolute;
     }
.owl-prev {
        left:0;
        top: 10%;
		height: 40%;
}
.owl-next {
        right:0;
        top: 10%;
		height: 40%;
}

.prev-slide {
	font-size: 40px;
	transform: scale(.6, 3);
}
.next-slide {
	font-size: 40px;
	transform: scale(.6, 3);
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 20px;
      height: 20px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.navbar .dropdown-menu {
  background-color: #000000;
}
.dropdown .dropdown-menu{animation-name: submenufade; animation-duration: 0.5s;}
@keyframes submenufade {
    from {opacity:.5}
    to {opacity:1;}
}

.dropdown-menu, .dropdown-menu-right {
    color: #fff !important;
    background-color: #333333 !important;
}
.dropdown-menu a {
    color: #fff !important;
    background-color: #333333;
}
.dropdown-menu a:hover {
    color: #000000 !important;
    background-color: #cccccc;
}

.jumbotron {
  position: relative;
  width: 100%;
  height: 400px;
  background-size: cover;
}

.StripeElement {
    background-color: white;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

/*
.modal-header, .modal-body, .modal-footer {
  background-color: #333333;
  color: white;
}
*/

.streamsearch {
    position: relative;
}
.streamsearch input[type=text] {
    border: none;
    width: 100%;
    padding-right: 123px;
}
.streamsearch .input-group-prepend {
    position: absolute;
    right: 0px;
    top:  50%;
    transform: translateY(-50%);
    z-index:9;
}

.navbar-brand img {
  height: 40px;
  /* put value of image height as your need */
  float: left;
  margin-right: 7px;
}
.nav-item{
    text-align: right;
}

/* legal agreement scrolling section */
.scroller {
  height: 300px;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}

.scroller section {
  scroll-snap-align: start;
}

/* --- calendar css --- */

div#calendar {
    margin: 0px auto;
    padding: 0px;
    width: 602px;
}
 
div#calendar div.box {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background-color: #3FA7D6;
}
 
div#calendar div.header {
    line-height: 40px;
    vertical-align: middle;
    position: absolute;
    left: 11px;
    top: 0px;
    width: 582px;
    height: 40px;
    text-align: center;
}
 
div#calendar div.header a.prev, div#calendar div.header a.next {
    position: absolute;
    top: 0px;
    height: 17px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: #FFF;
}
 
div#calendar div.header span.title {
    color: #FFF;
    font-size: 18px;
}
 
div#calendar div.header a.prev {
    left: 0px;
}
 
div#calendar div.header a.next {
    right: 0px;
}
 
/*******************************Calendar Content Cells*********************************/
div#calendar div.box-content {
    border: 1px solid #3FA7D6;
    border-top: none;
}
 
div#calendar ul.label {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-left: 5px;
}
 
div#calendar ul.label li {
    margin: 0px;
    padding: 0px;
    margin-right: 5px;
    float: left;
    list-style-type: none;
    width: 80px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    color: #000;
    font-size: 15px;
    background-color: transparent;
}
 
div#calendar ul.dates {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
}
 
/** overall width = width+padding-right**/
div#calendar ul.dates li {
    margin: 0px;
    padding: 0px;
    margin-right: 5px;
    margin-top: 5px;
    line-height: 80px;
    vertical-align: middle;
    float: left;
    list-style-type: none;
    width: 80px;
    height: 80px;
    font-size: 10px;
    background-color: #FFF;
    color: #000;
    text-align: center;
    position: relative;
}
 
:focus {
    outline: none;
}
 
div.clear {
    clear: both;
}
 
li div, .calFormDiv {
    display: flex;
}
 
li div form, .calForm {
    display: inline;
    align-self: center;
    margin: 0;
    position: absolute;
    bottom: 2px;
}
 
div.open, .cellopen {
    background: #59CD90;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
 
div.booked, .cellbooked {
    background: #D36135;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    line-height: inherit;
}
 
.submitCal {
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    background-color:#ffffff;
    border-radius:3px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#666666;
    font-size:10px;
    font-weight:bold;
    padding:1px 12px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
    height: 60px;
}
 
.submitCal:hover {
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    background-color:#f6f6f6;
}
.submitCal:active {
    position:relative;
    top:1px;
}

