/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display:block;}
audio,canvas,video {display:inline-block;}
audio:not([controls]) {display:none;height:0;}
[hidden] {display:none;}
html {font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body {margin:0;}
a:focus {outline:thin dotted;}
a:active,a:hover {outline:0;}
h1 {
	font-size:1.5em;
	margin:0.67em 0;
	text-shadow:
       1px 1px 0 #5f81d3,
      -1px -1px 0 #5f81d3,  
       1px -1px 0 #5f81d3,
      -1px 1px 0 #5f81d3,
       1px 1px 0 #5f81d3;
}
abbr[title] {border-bottom:1px dotted;}
b,strong {font-weight:bold;}
dfn {font-style:italic;}
hr {-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
mark {background:#ff0;color:#000;}
code,kbd,pre,samp {font-family:monospace,serif;font-size:1em;}
pre {white-space:pre-wrap;}
q {quotes: "\201C" "\201D" "\2018" "\2019";}
small {font-size:80%;}
sub,sup {font-size:100%;line-height:0;position:relative;vertical-align:baseline;}
sup {top:-0.5em;}
sub {bottom:-0.25em;}
img {border:0;}
svg:not(:root) {overflow:hidden;}
figure {margin:0;}
fieldset {border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend {border:0; padding:0;}
button,input,select,textarea {font-family:inherit;font-size:100%;margin:0;}
button,input {line-height:normal;}
button,select {text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled] {cursor:default;}
input[type="checkbox"],input[type="radio"] {box-sizing:border-box;padding: 0;}
input[type="search"] {-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner,input::-moz-focus-inner {border:0;padding:0;}
textarea {overflow:auto;vertical-align:top;}
table {border-collapse:collapse;border-spacing:0;}

/* clearfix */
.clearfix:before, .clearfix:after {content:"";display:table;}
.clearfix:after {clear:both;}
.clearfix {zoom:1; /* For IE 6/7 (trigger hasLayout) */}


body {
	background: #000007 url('../images/bg_page.jpg') no-repeat center top fixed;
	font-family: 'Comfortaa', cursive, serif;
	color: #FFF;
	font-size: 130%;
	line-height: 1.4em;
}

@media screen and (max-width: 500px) {
	body {
		font-size: medium;
	}
}

a {
	font-size: 100%;
	color: #5f81d3;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

.wrapper {
	margin: 0 auto;
	max-width: 1072px;
}

#banner {
	margin: 0 3%;
	position: relative;
	z-index: 50;
}

#banner h1 {
	margin-top: 0;
}

#banner img {
	width: 100%;
}

#nav {
	/*
	left: 50%;
	width: 560px;
	margin-left: -175px;
	position: absolute;
	top: 0;
	z-index: 100;
	*/
	font-size: 100%;
	text-align: center;
	font-weight: bold;
}

#nav ul {
	margin: 0;
	padding: 1% 0;
    text-align: center;
}

#nav ul:after{
    content: '';
    display: inline-block;
    width: 100%;
}

#nav li {
    display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 15%;
}

#nav li a {
	color: #5f81d3;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover, #nav li a:active, #nav li a:focus, #nav li a.active {
	color: #FFFFFF;
	text-decoration: underline;
}

@media screen and (max-width: 800px) {
	#nav {
		width: 100%;
	}
	#nav li a {
		font-size: 80%;
	}
}

@media screen and (max-width: 600px) {
	#banner {
		padding-top: 30px;
	}
}

#content {
	text-align: center;
}

@media screen and (max-width: 410px) {
	body {
		font-size: 100%;
	}
	#nav {
		left: 0;
		margin-left: 0;
		width: 100%;
		font-size: 100%;
	}
	#nav li {
		width: 5%;
		width: 100%;
	}
	#content {
		padding-top: 2%;
	}
}

@media screen and (min-width: 410px) {
	#content {
		background-color: transparent;
	}
}

#footer {
	clear: both;
	padding-top: 5%;
	text-align: center;
}

#footer img {
	display: block;
	margin: 0 auto;
	width: 90%;
}

.col2 {
	float: left;
	padding-right: 3%;
	width: 47%;
}

@media screen and (max-width: 650px) {
	.col2 {
		float: none;
		padding: 0 0 1em;
		width: 100%;
	}
}

.video-container {
	border: 6px solid #FFF;
	margin-bottom: 1.5em;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sessions {
	margin: 0 auto;
	padding: 0;
	max-width: 381px;
}

@media screen and (min-width: 650px) {
	.sessions {margin-top: 8%;}
}

.sessions li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0.4em;
	position: relative;
}

.sessions a {
	display: block;
	position: relative;
	width: 100%;
}

.sessions img {
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s 0s;
	-moz-transition: all 0.5s 0s;
	-o-transition: all 0.5s 0s;
	-ms-transition: all 0.5s 0s;
	transition: all 0.5s 0s;
	width: 100%;
	z-index: 1;
}

.sessions a img.s-on {opacity:0;position:absolute;}

@media screen and (min-width: 500px) {
	.sessions a:hover img.s-on, .sessions a:active img.s-on, .sessions a:focus img.s-on {opacity:1;}
	.sessions a:hover img.s-off, .sessions a:active img.s-off, .sessions a:focus img.s-off {opacity:0;}
}


ul.movie_thumbs {
	clear: both;
	padding: 1em 0 0;
	text-align: justify;
}

ul.movie_thumbs:after{
    content: '';
    display: inline-block;
    width: 100%;
}

.movie_thumbs li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	width: 24%;
}

@media screen and (max-width: 650px) {
	.movie_thumbs li {
		width: 49%;
	}
}

.movie_thumbs li img {
	display: block;
	width: 100%;
}

.movie_thumbs li a {
	color: #000;
	display: block;
	position: relative;
	text-align: center;
}

.overlay {
	/*
	background: rgba(55,80,133,.4);
	border: 6px solid #000;
	*/
	display: none;
	height: 100%;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 40px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
}

.overlay_inner {
	display: inline-block;
	height: 100%;
	padding: 22% 10% 0;
	vertical-align: bottom;
	color: #fff;
}

.overlay_inner:hover {
	color: #5f81d3;
}

.overlay.on {
	display: block;
}

.filmyear {
	font-size: 80%;
}

#film-images {
	margin: 0;
	padding: 0;
}

#film-images li {
	list-style-type: none;
}

#film-images img {
	/*
	border: 6px solid #FFF;
	width: 100%;
	*/
}

.session-index {
	margin: 0;
	padding: 0;
}

.session-index li {
	list-style-type: none;	
	margin: 0;
	padding: 0;
}

.session-index li a {
	font-weight: bold;
}

.filmyear {
	margin-bottom: 2em;
}

.synopsis {
	font-size: 110%;
	line-height: 1.5em;
	margin-top: 0;
	text-align: left;
}