/*____GOOGLE FONTS_____________________________________________________________________________________________________________________________*/
@import url(http://fonts.googleapis.com/css?family=Ubuntu|Arvo);
/*____RESET_____________________________________________________________________________________________________________________________*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*____HUVUDSTRUKTUR_____________________________________________________________________________________________________________________________*/

html {
	background-attachment: fixed;
	background-image: url("bilder/cover2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	color: #fff;
	}
body {
	margin: 0 auto;
	max-width: 960px;
	}
main {
	display: block;
	padding: 20px 0 0 0;
	width: 100%;
	}
main > section {
	display: inline-block;
	width: 740px;
	margin: 0 20px 0 0;
	float: left;
	vertical-align: top;
	}
main:after {
	content: '';
	clear: both;
	display: block;
	}
footer {
	background-color: rgba( 0,0,0, .5);
	clear: both;
	height: 300px;
	padding-top: 50px;
	width: 100%;
	}
footer ul {
	width: 100%;
	}
footer li {
	display: inline-block;
	float: left;
	width: 25%;
	text-align: center;
	}
footer li a {
	display: inline-block;
	width: 100%;
	line-height: 30px;
	}
a,
a:visited,
a:link {
	color: #fff;
	text-decoration: none;}
a::after {
	content: " >>";
	color: red;
	}
a:hover {
	text-decoration: underline;}

/*____TEXTER_____________________________________________________________________________________________________________________________*/

h1 { font: 40px 'arvo'; }
h2 { font: 20px 'arvo'; }
h3 { font: bold 18px 'Ubuntu'; }
h4 { font: 18px 'Ubuntu'; }
h5 { font: 12px 'Ubuntu'; }
p,
html { font: 14px 'Ubuntu'; }

/*____ID_____________________________________________________________________________________________________________________________*/

/* Logotypen */
#logo {
	display: inline-block;
	position: relative;
	float: left;
	width: 60%;
	margin: 20px 0 20px 0;
	text-align: center;
	}
#logo img{
	height: auto;
	width: 100%;
	}
/* Huvud navigationen */	
#mainNav {
	border-radius: 100px;
	border: 5px solid  rgba( 22, 95, 135, 1);
	display: inline-block;
	float: right;
	height: 200px;
	margin: 20px;
	overflow: hidden;
	text-align: center;
	width: 200px;
	}
#mainNav ul li a{
	background-color: rgba( 0,0,0, .2);
	display: inline-block;
	line-height: 44px;
	height: 44px;
	margin-bottom: 8px;
	text-decoration: none;
	text-transform: capitalize;
	width:100%;
	}
#mainNav ul li a:hover,
#mainNav .active{
	background-color: rgba( 22, 95, 135, 1);
	}
#mainNav a:after{
	content: "";
	}
	
/* Bildspelet */
#slideshow  {
	background-color: rgba( 0,0,0, .3);
}
#slideshow #slideshowWindow {
	overflow: hidden ;
	white-space: nowrap;
	position: relative;
	width: 100%;
}
#slideshow #slideshowWindow .slide {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#slideshow #slideshowWindow .slide > *{
	width: 56%;
	float: right;
	margin: 0 10px 0 0;
	white-space: normal;
	}
#slideshow #slideshowWindow .slide p {
	padding: 10px 0 0 0;
}
#slideshow #slideshowWindow .slide img {
	width: 40%;
	float: left;
}
#slideshow #slideshowWindow .slide ul {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#slideshow #slideshowWindow .slide ul li{
	margin: 5px 0 0 0;
}
#slideshow #slideNav{
	background-color: #000;
	display: inline-block;
	width: 100%;
}
#slideshow #slideNav .nav{
	cursor: pointer;
	padding: 10px;
}
#slideshow #slideNav #rightNav{
	float: right;
}
#slideshow #slideNav #leftNav{
	float: left;
}

/* Lista med föreställningar */
#currentShows {
	background-color: rgba( 0,0,0, .3);
	display: inline-block;
	width: 200px;
	float: right;
	}
#currentShows h2{
	border-bottom: 1px solid #666;
	margin-bottom: 5px;
	text-align: center;
	}
#currentShows article h4{
	margin: 5px 0;
	border-bottom: 1px solid red;
	}
#currentShows article{
	margin: 0 0 10px 15px;
	}
#currentShows section{
	padding-bottom: 20px;
	}
#currentShows ul{
	font-size: 12px;
	margin: 5px 0;
	}	
#currentShows ul li{
	line-height: 130%;	
	}
	
/* Listan med filmer */
#movies article{
	background-color: rgba( 0,0,0, .3);
	padding: 10px 15px 20px 15px;
	margin-bottom: 20px;
	}
#movies .movieTrailer  {	
	position: relative;
	min-height: 315px;
	}
#movies .movieTrailer iframe {	
	float: right;
	width: 70%;
	}
#movies .movieTrailer a {
	background-color: red;
	bottom: 20px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	width: 210px;
	}	
#movies  .movieTrailer img {
	width: 30%;
	height: auto;
	}		
#movies .movieInfo h2 {
	margin-top: 10px;
	}
#movies .movieInfo p{
	margin: 10px 0;
	}	
#movies .movieInfo  li{
	padding: 2px 0;
	}
	
/* Kontaktformulär */
#kontakt {
	background-color: rgba( 0,0,0, .3);
	text-align: center;
	}
#kontakt form{
	display: inline-block;
	text-align: center;
	width: 300px;
	}	
#kontakt form *{
	display: inline-block;
	margin: 5px;
	padding: 5px;
	width: 80%;
	}
#kontakt form input[type=button]{
	margin-top: 15px;
	cursor: pointer;
	}	
#kontakt p{
	margin: 10px;
	}	
	
/* Bokningsformuläret */	
#boka {
	background-color: rgba( 0,0,0, .3);
	text-align: center;
	}	
#boka div {
	color: #000;
	background-color: #fff;
	display: inline-block;
	margin: 20px;
	padding: 10px;
	}
#boka p{
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
#boka input[type="checkbox"] {
	display: none;
	}
#boka input[type="checkbox"] + label  {
	border: 2px solid #000;
	border-radius: 0 0 7px 7px;
	background-color: white;
	display: inline-block;
	height: 14px;
	margin: 5px;
	width: 14px;
	cursor: pointer;
	}
#boka input[type="checkbox"] + label:hover  {
	background-color: #000;
	}
#boka input[type="checkbox"]:checked + label  {
	background-color: red;
	}		
#boka select {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
	width: 200px;
	}	
#boka input[type="submit"] {
	font-weight: bold;
	margin-top: 20px;
	padding: 5px;
	text-transform: uppercase;
	width: 200px;
	cursor: pointer;
	}
/* Media queries */

@media screen and ( max-width:960px ){
	main > section {
		width: 100%;
		margin: 0;
		}
	#currentShows {
		width: 70%;
		margin: 50px 15% 0 15%;
		float: none;
		}
	#currentShows > section{
		padding: 0 20px 0 20px;
		}
}

@media screen and (max-width:768px){
	#slideshow #slideshowWindow .slide p,
	#movies .movieTrailer img	{
		display: none;
		}
	#movies .movieTrailer iframe{
		width: 100%;
		}
	#logo {
		display: inline-block;
		float: none;
		text-align: center;
		width: 100%;
		}
	#logo img{
		width: 95%;
		}
	main > section {
		margin: 20px 0 0 0 ;
		}
	#mainNav {
		border-radius: 0;
		border: none;
		display: block;
		float: none;
		clear: both;
		height: 0;
		margin: 0;
		overflow: visible;
		text-align: center;
		width: 100%;
		}
	#mainNav  li{
		display: inline;
	}
	#mainNav ul li a{
		background-color: rgba( 0,0,0, .2);
		display: inline-block;
		line-height: 44px;
		height: 44px;
		margin-bottom: 0;
		text-decoration: none;
		text-transform: capitalize;
		width:25%;
		float: left;
		}
	}	
@media screen and (max-width:540px){
	#slideshow #slideshowWindow .slide > *,
	#slideshow #slideshowWindow .slide img,
	#slideshow #slideshowWindow .slide h1,
	#slideshow #slideshowWindow .slide h2{
		width: 100%;
		float: none;
		text-align: center;
		}
	#slideshow #slideshowWindow .slide .info{
		display: none;
		}
	#slideshow #slideshowWindow .slide ul {
		position: relative;
		}
	#slideshow #slideshowWindow .slide ul li a{
		display: block;
		line-height: 2em;
		}
	#currentShows {
		width: 100%;
		margin: 30px 0 0 0;
		}
	}
