/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ddd;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Main body
   ========================================================================== */
body, html {
	height: 100%;
  /* Frontpage shouldn't justify, as large amounts of central text. */
  text-align: center;
	/*background-color: rgb(44,36,123);*/
  /*TODO: Remove debugging red. */
}

.main {
	overflow-x: hidden;
}

.bcg {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}




/* ==========================================================================
   Styles for slides/most page elements
   ========================================================================== */
/*frontpage css*/

h1, h2, h3, h4 {
  font-weight:300;
}
strong {
  font-weight:500;
}

.shadowed {
  -webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
  filter: url(shadow.svg#drop-shadow);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12,Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

.poster {
  width: 220px;
  float: left;
  padding: 10px;
}
.desc {
  width: 300px;
  float: left;
  padding: 10px;
}
.poster img {
  border-radius: 10px;
}
a.square_button.more, 
a.square_button.tickets
{
  margin-left: auto;
  margin-right: auto;
  float: left;
  position: relative;
  margin-top:0;
  margin-left:10px;
  margin-right:10px;
  left:0px;
  top:0px;
}

.tagline {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}

#header-spacer {
  height: 10em;
  width: 100%;
}

#banner {
  box-sizing: border-box;
  width: 100%;
  background-color: #333;
  padding: 5px;

}

#overview {
  padding-top: 2rem;
}

#overview .main-logo {
  display: block;
  /*Width of the logo image*/
  width: 272px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-noreflow-container.main-logo-ratio {
  padding-top: 17%;
}

/* overview slide */
#overview h2 {
  font-weight: 300;
  font-family: "museo-slab", Helvetica, sans-serif;
  text-transform: uppercase;
}
#overview h2 strong {
  font-weight: 700;
}

img.today {
    border: aqua;
    border-width: 2px;
    border-style: solid;
}

/* mobil friendly test*/
.slide {
  background:transparent center no-repeat;
  background-size:cover;
  margin-bottom: 1.5rem;
}

.slideBG {
  height:100%;
}

/* transparent header fadein */
.header_container {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.header_container #header{
  position: static;
  
}


/* about slide */
div#feature-box {
  background: rgba(44,36,123,0.5);
  border-radius: 20px;
}

#feature-box h2 {
  line-height: 30px;
}

.slide .button, #contact .button {
  display: inline-block;
  padding: 0.6rem 1rem 0.4rem 1rem;
  margin-bottom: 1rem;

  text-align:center;
  text-transform:uppercase;
  color:white;

  background: rgb(44,36,123) !important;

  -moz-box-shadow: inset 0 1px 1px #5c5c5c, 0 1px 3px black;
  -o-box-shadow: inset 0 1px 1px #5c5c5c, 0 1px 3px black;
  -webkit-box-shadow: inset 0 1px 1px #5c5c5c, 0 1px 3px black;
  box-shadow: inset 0 1px 1px #5c5c5c, 0 1px 3px black;

  -moz-border-radius:3px;
  -o-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  
  -webkit-transition:all .25s ease-in-out;  
  -moz-transition:all .25s ease-in-out;  
  -o-transition:all .25s ease-in-out;  
  transition:all .25s ease-in-out; 
}

.slide .button:hover, #contact .button:hover { 
  -moz-box-shadow:inset 0 0 0 2px #B1FFFF, inset 0 3px 10px black, 0 0 15px #292DE2;
  -o-box-shadow:inset 0 0 0 2px #B1FFFF, inset 0 3px 10px black, 0 0 15px #292DE2;
  -webkit-box-shadow:inset 0 0 0 2px #B1FFFF, inset 0 3px 10px black, 0 0 15px #292DE2;
  box-shadow:inset 0 0 0 2px #B1FFFF, inset 0 3px 10px black, 0 0 15px #292DE2;
  
  text-shadow: 1px 1px 5px #292DE2;

  color:#B1FFFF;
}

.film_buttons {
  background: transparent;
}

.film_buttons > .button {
  padding: 0.2rem;
}

.contact-item {
  margin-top: 1rem;
}

.contact-item.left {
  text-align: right;
}

.contact-item.right {
  text-align: left;
}

.contact-item.center {
  text-align: center;
}

@media all and (max-width: 767px) {
  .contact-item.left, .contact-item.right {
    text-align: center;
  }
}

.contact-item > img {
  display: inline-block;
  vertical-align: middle;
  /*TODO: Resize the actual images. This shouldn't be permanent.*/
  width: 56px;
}

.contact-item > .contact-details {
  display: inline-block;
  vertical-align: middle;
}

.contact-item > .contact-details > p {
  margin: 0;
}

/* passes page */
.ticket-pass-box
{
  background: center bottom transparent no-repeat;
  width: 460px;
  height: 250px;
  margin-bottom: -30px;
  display: block;
}

body {
  font-family:sans-serif;
}

p {
  margin:1em 0;
}

.header, .content {
  background:#fff;
  padding:1em;

  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

.content-full {
  height:100%;
}

#done {
  height:100%;
}

/* ==========================================================================
   Tables - Price
   ========================================================================== */

#prices {
  width: 100%;
  box-sizing: border-box;
}

#prices tr {
  border-bottom: solid 1px #ddd;
}

#prices tr:last-child {
  border-bottom: none;
}

#prices td {
  vertical-align: middle;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

#prices td:first-child {
  width: 50%;
}

#prices td:last-child {
  border-left: 1px solid #ddd;
  font-weight: 400;
  font-size: 24px;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

