@import url("reset.css");
@import url("support.css");
@import url("forms.css");
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('roboto/RobotoCondensed-Regular-webfont.eot');
    src: url('roboto/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('roboto/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('roboto/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: "osprey-simple";
	src: url("osprey-simple-v6/osprey-simple-v6.eot");
	src: url("osprey-simple-v6/osprey-simple-v6.eot?#iefix") format("embedded-opentype"),
		 url("osprey-simple-v6/osprey-simple-v6.woff") format("woff"),
		 url("osprey-simple-v6/osprey-simple-v6.ttf") format("truetype"),
		 url("osprey-simple-v6/osprey-simple-v6.svg#osprey-simple-v6") format("svg");
	font-weight: normal;
	font-style: normal;
}
	.icon:before {
		font-family: "osprey-simple" !important;
		content: attr(data-icon);
		display: inline-block;
		margin: 0 10px 0 0;
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		speak: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		vertical-align: -3px;
	}
@font-face {
	font-family: 'pixons';
	src:url('pixons/pixons.eot');
	src:url('pixons/pixons.eot?#iefix') format('embedded-opentype'),
		url('pixons/pixons.woff') format('woff'),
		url('pixons/pixons.ttf') format('truetype'),
		url('pixons/pixons.svg#pixons') format('svg');
	font-weight: normal;
	font-style: normal;
}

html{ height: 100%; }
body{ position: relative; min-height: 100%; margin: 0; padding: 0; background-color: #dbdbdb; color: #4e5b63; font-family: 'roboto_condensedregular', arial; font-size: 14px; }
p{ margin: 0 0 15px; line-height: 18px; }
p#notfoundmessage{ padding: 100px; background-image: url(../images/common/404.jpg); background-repeat: no-repeat; text-align: center; }
ol li{ margin: 0 0 5px; }
*+br{ display: none; visibility: hidden; }
a,input{ transition: all 0.3s; }
h1{ margin: 0 0 30px; color: #242424; font-size: 36px; font-weight: normal; text-transform: uppercase; }
	h1.small{ margin: 0 0 20px; font-size: 22px; line-height: 28px; }
h2{ margin: 20px 0 10px; padding: 0 0 5px; color: #242424; border-bottom: solid 1px #242424; font-size: 20px; font-weight: normal; text-transform: uppercase; }
h3{ margin: 20px 0 10px; font-size: 16px; font-weight: normal; text-transform: uppercase; }

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

ul.bulletslist{ margin-left: 40px; list-style: disc; }
	ul.bulletslist li{ margin: 0 0 5px; }
	
a.show:after{ 
	font-family: "osprey-simple" !important;
	display: inline-block;
	margin: 0 0 0 10px;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e014";
	vertical-align: 1px;
}
	a.show.closed:after{ content: "\e014"; }
	a.show.open:after{ content: "\e019"; }

#statusmessage{ position: absolute; z-index: 10000; display: block; width: 100%; }
	#statusmessage p{ display: block; width: 30%; margin: 0 auto; padding: 10px 20px; background-color: #ed1c24; background-image: url(../images/common/closebox.png); background-position: right top; background-repeat: no-repeat; color: #ffffff; cursor: pointer; text-align: center; }
		#statusmessage p span{ display: none; visibility: hidden; }
		
#parent{ position: relative; display: block; width: 100%; min-height: 100%; margin: 0 auto; padding: 0 0 60px; }
	#parent > div{ display: block; margin: 0 auto; }
	
#header{ position: relative; z-index: 1001; height: 75px; padding: 0; background-color: #242424; }
	#header #logo{ float: left; padding: 5px 20px 9px 10%; }
		#header #logo img{ height: 20px; }
	#header div.socialnav{ float: left; margin-right: 10%; padding: 7px 30px; }
		#header div.socialnav a{ display: inline-block; margin-left: 10px; color: #6f7b82; font-family: 'pixons'; font-size: 20px; text-decoration: none; }
			#header div.socialnav a:hover{ color: #ffffff; }

#mainnav{ clear: both; float: none; display: block; height: 41px; padding: 0 10%; background-color: #6f7b82; border-top: solid 1px #333333; }
	#mainnav>li{ position: relative; float: left; margin: 0; }
		#mainnav>li>a{ display: block; padding: 12px 30px; color: #cccccc; font-size: 16px; text-decoration: none; }
			#mainnav>li>a:hover{ background-color: #999999; color: #ffffff; }
			#mainnav>li.selected>a,#mainnav>li>a.selected{ background-color: #242424; color: #ffffff; }
			#mainnav>li.flag{ float: right; }
				#mainnav>li.flag>a{ float: right; background-color: transparent; border: solid 1px transparent; }
					#mainnav>li.flag>a:hover{  background-color: transparent; border: solid 1px transparent; opacity: 0.5; }
			
			#mainnav>li>ul{ position: absolute; left: 0; top: 26px; display: block; width: 250px; max-height: 0px; overflow: hidden; transition: all 0.75s; }
				#mainnav>li:hover>ul{ max-height: 1000px; }
				#mainnav>li>ul>li{ display: block; }
					#mainnav>li>ul>li>a{ display: block; padding: 5px 10px; background-color: #ffffff; color: #000000; border: solid 1px #000000; text-decoration: none; }
						#mainnav>li>ul>li>a:hover{ background-color: #000000; color: #ffffff; }
						#mainnav>li>ul>li>a.selected{ background-color: #000000; color: #ffffff; }
				
#intro{ margin: 30px 10%; text-align: center; }

#videopane{ display: block; padding: 30px 10%; background-color: #000000; text-align: center; }
	#videopane div.video{ display: inline-block; max-width: 100%; }
		#videopane div.video iframe{ display: block; max-width: 100%; }

#maincontent{ margin: 30px 10%; overflow: hidden; }
	#maincontent>ul{ margin-left: 40px; list-style: disc; }
		#maincontent>ul li{  margin: 0 0 5px; line-height: 18px; }
	#maincontent>.lcol{ float: left; width: 60%; }
	#maincontent>.rcol{ float: right; width: 35%; }
		#maincontent>.rcol .images{ display: block; }
			#maincontent>.rcol .images img{ display: block; max-width: 100%; margin: 0 0 10px; }
			
.screenshots{ display: block; margin: 30px 0; overflow: hidden; }
	.screenshots .screenshotimage{ float: left; width: 32%; height: 240px; margin: 0 1% 0 0; background-size: cover; }

.fbcomments{ display: block; margin: 30px 0; padding: 10px; background-color: #eeeeee; }
	.fbcomments .fb_iframe_widget{ display: block !important; }
		.fbcomments .fb_iframe_widget span{ display: block !important; width: 100% !important; }
			.fbcomments .fb_iframe_widget iframe{ display: block !important; width: 100% !important; }
			
#filmlist{ display: block; margin: 0 !important; padding: 0; list-style: none; }
	#filmlist li{ display: block; padding: 20px 0; border-bottom: solid 1px #cccccc; overflow: hidden; }
		#filmlist li div.poster{ float: left; width: 25%; height: 200px; background-position: center top; background-repeat: no-repeat; background-size: contain; }
		#filmlist li div.details{ float: right; width: 70%; }
			#filmlist li div.details h4{ margin: 0 0 20px; color: #242424; font-size: 18px; font-weight: normal; }
			#filmlist li div.details div.description{  }
			#filmlist li div.details p.link{  }
				#filmlist li div.details p.link a{ display: inline-block; padding: 10px 30px; background-color: #4e5b63; color: #ffffff; border-radius: 2px; box-shadow: 0 0 1px rgba(0,0,0,0.4); text-decoration: none; text-transform: uppercase; }
					#filmlist li div.details p.link a:hover{ background-color: #044871; }

ul.newslist{ display: block; margin: 0; padding: 0; list-style: none; }
	ul.newslist li{ display: block; margin: 0; border-bottom: solid 1px #cccccc; }
		ul.newslist li:last-child{ border-bottom: none; }
		ul.newslist li a{ display: block; padding: 10px; color: #242424; text-decoration: none; }
			ul.newslist li a span{ display: block; }
				ul.newslist li a span.title{ display: block; margin: 0 0 5px; color: #242424; font-size: 14px; }
					ul.newslist li a span.title b{ display: inline-block; margin: 0 15px 0 0; font-weight: normal; }
				ul.newslist li a span.summary{ display: block; color: #666666; font-size: 12px; line-height: 16px; }
			ul.newslist li a:hover{ background-color: #eeeeee; }
			ul.newslist li a.selected{ background-color: #eeeeee; }
			
article.summary{ display: block; margin: 0 0 20px; color: #242424; font-size: 16px; line-height: 22px; }
article.article{ display: block; padding: 0 0 50px; }
					
#footercntr{ position: absolute; left: 0; bottom: 0; display: block; width: 100% !important; margin: 30px auto 0 !important; padding: 10px 10%; background-color: #eeeeee; }
	#footer{ display: block; width: 100%; margin: 0 auto; padding: 0px; overflow: hidden; }
		#footer p{ margin: 0; padding: 0px; font-size: 10px; color: #666666; }
			#footer p.copyright{ float: left; }
			#footer p.credit{ float: right; }
			#footer p a{ color: #666666; }
				#footer p a:hover{  }
				#footer p a img{ vertical-align: -6px; }
	
/* MOBILENAV */
	a#mobilenavlink{ position: absolute; right: 25px; bottom: 20px; display: none; width: 38px; padding: 5px; }
		a#mobilenavlink:after{ content: ""; }
		a#mobilenavlink>span{ display: block; height: 6px; margin: 0 0 3px; background-color: #6f7b82; border-radius: 2px; }
	#mobilenav{ display: block; width: 100%; margin: 35px 0 0; padding: 0; background-color: #6f7b82; }
		#mobilenav li{ display: block; margin: 0; border-bottom: solid 1px #999999; }
			#mobilenav li a{ display: block; margin: 0; padding: 10px 30px; color: #ffffff; font-size: 16px; text-align: center; text-decoration: none; text-transform: uppercase; }
				#mobilenav li a:hover{ background-color: #000000; color: #ffffff; }
				#mobilenav li.selected>a,#mobilenav li a.selected{ background-color: #000000; color: #ffffff; }
			#mobilenav>li>ul{ display: block; margin: 1px 0 1px 30px; }
		#mobilenav li.flag>a{ border: none; text-align: center; }
			#mobilenav li.flag>a>img{ display: inline-block; }
			
/* TINYMCE ASSIGNED CLASSES */
.alignleft{ float: left; margin: 0 20px 10px 0; text-align: left; }
.alignright{ float: right; margin: 0 0 10px 20px; text-align: right; }
.aligncenter{ display: block; margin: 0 auto 10px; text-align: center; }
.alignfull{ display: block; margin: 0 auto 10px; text-align: justify; }
	
/* IMGPOOL CLASSES */
	img.imgpoolinline{ display: inline-block; margin: 10px; vertical-align: middle; }
	img.imgpoolleft{ float: left; margin: 0 20px 10px 0; }
	img.imgpoolright{ float: right; margin: 0 0 10px 20px; }
	img.imgpoolblock{ display: block; margin: 0 auto 10px; }
	img.bordered{ border: solid 1px; }			
	
/* DOCPOOL CLASSES */
	a.docbutton{ display: inline-block; padding: 5px 10px; background-color: #000000; color: #ffffff; border: solid 1px #000000; border-radius: 2px; text-decoration: none; }
		a.docbutton:hover{ background-color: #ffffff; color: #000000; }
	a.docbigbutton{ display: inline-block; padding: 5px 10px; background-color: #000000; color: #ffffff; border: solid 1px #000000; border-radius: 2px; text-decoration: none; }
		a.docbigbutton span{ display: block; }
			a.docbigbutton span.title{ text-transform: uppercase; }
			a.docbigbutton span.description{ font-size: 11px; }
		a.docbigbutton:hover{ background-color: #ffffff; color: #000000; }

/* SLIDER STYLES */
	#slider{ display: block; width: 100%; height: 500px; background-color: #000000; overflow: hidden; }
	#slider{ 
		background: #4e5b63; /* Old browsers */
		background: -moz-linear-gradient(top, #4e5b63 0%, #6f7b82 50%, #6f7b82 60%, #4e5b63 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #4e5b63 0%,#6f7b82 50%,#6f7b82 60%,#4e5b63 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #4e5b63 0%,#6f7b82 50%,#6f7b82 60%,#4e5b63 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5b63', endColorstr='#4e5b63',GradientType=0 ); /* IE6-9 */
	}
		#slider div.slide{ position: relative; display: block; width: 100%; height: 500px; padding: 30px 10%; background-position: center top; background-repeat: no-repeat; background-size: cover; overflow: hidden; }
			#slider div.slide div.image{ float: left; width: 40%; height: 440px; background-position: center; background-repeat: no-repeat; background-size: contain; text-align: center; }
				#slider div.slide div.image a{ display: inline-block; max-width: 100%; max-height: 440px; box-shadow: 0 0 70px rgba(0,0,0,0.5); }
					#slider div.slide div.image a:hover{ box-shadow: 0 0 30px rgba(255,255,255,0.5); }
					#slider div.slide div.image a img{ display: inline-block; max-width: 100%; max-height: 440px; }
		#slider a.navarrow{ position: absolute; top: 45%; z-index: 1000; display: block; padding: 15px; background-color: #242424; color: #ffffff; font-family: arial; font-size: 24px; font-weight: bold; opacity: 0.4; text-decoration: none; }
			#slider a.navarrow:hover{ opacity: 1; }
			#slider a.cycle-prev{ left: 0px; padding-left: 20px; border-radius: 0 3px 3px 0; }
			#slider a.cycle-next{ right: 0px; padding-right: 20px; border-radius: 3px 0 0 3px; }
		#slider div.content{ position: absolute; left: 42%; top: 30px; z-index: 1000; display: block; width: 45%; padding: 0px; }
			#slider div.content span{ display: block; color: #ffffff; }
				#slider div.content span.title{ margin: 0 0 10px; font-size: 48px; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); }
				#slider div.content span.year{ margin: 0 0 30px; font-size: 24px; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); }
				#slider div.content div.description{ color: #ffffff; font-size: 16px; line-height: 22px; }
					#slider div.content div.description p{ color: #ffffff; font-size: 16px; line-height: 22px; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); }
						#slider div.content div.description p a.watchfilm{ display: inline-block; padding: 10px 30px; background-color: #4e5b63; color: #ffffff; border-radius: 2px; box-shadow: 0 0 1px rgba(0,0,0,0.4); text-decoration: none; text-transform: uppercase; }
							#slider div.content div.description p a.watchfilm:hover{ box-shadow: 0 0 10px rgba(255,255,255,0.8); }
		#slider #filmpager{ position: absolute; left: 10%; bottom: 20px; z-index: 1000; display: block; width: 100%; padding-left: 32%; text-align: left; }
			#slider #filmpager span{ display: inline-block; width: 50px; height: 70px; margin: 0 3px; background-color: #000000; color: #000000; background-size: cover; border: solid 1px #000000; cursor: pointer; font-family: arial; opacity: 0.5; overflow: hidden; transition: all 0.3s; }
				#slider #filmpager span:hover{ border: solid 1px #ffffff; opacity: 1; }
				#slider #filmpager span.cycle-pager-active{ border: solid 1px #ffffff; opacity: 1; }
				
