@charset "utf-8";

@font-face{
	font-family: DinLight;
	src: url('../fonts/DINPro-Light.ttf')
}
@font-face{
	font-family: DinMedium;
	src: url('../fonts/DINPro-Medium.ttf')
}
@font-face{
	font-family: DinMediumAlt;
	src: url('../fonts/DINMediumAlternate.ttf')
}
@font-face{
	font-family: FranklinGothicHeavy;
	src: url('../fonts/Franklin-Gothic-Heavy.ttf')
}

.fullscreen {
	width:100%;
	height:100%;
}

.lightgreycolor {
 	color:#7F7F7F;
}
.lightgreycolor {
 	color:#333;
}


html, body, form, .header, #footer, ul, li  { 
	margin:0px;
	padding:0px;
}
#bgcontainer  { 
position:fixed;
top:0;
left:0;
	padding:0px;
	width:100%;
	height:100%;
	background-image::url(../img/backgroundtexture1.jpg);
	background-size:cover;
	background-position:center;
	transition: background 1s linear;
	z-index:-1;
}
body {
	background: #fff;
	font-family: FrutigerLight,'Source Sans Pro', Tahoma, Verdana, sans-serif;
	font-size: 15px;
	line-height: 1.6em;
	text-align:left;
}
#container  { 
	overflow-x:hidden;
}
.header{
left: 0;
position: absolute;
top: 0;
	
}


a {
	text-decoration:none; 
	color:#595858;
}
a:hover {
	cursor:pointer;
	text-decoration:none; 
	color:#595858;
}

p, ul, ol, li, html, body, font {
  color: #000;
  font-family: FrutigerLight,'Source Sans Pro', Tahoma, Verdana, sans-serif;
	font-size: 15px;
line-height: 1.6em;

}
h4, .h4{
  
}
.h1, h1, h2, .h2 {
  
}
h3, h5,.h3, .h5 {
 
}
.h1, h1 {
    font-size: 36px;
}
h2, .h2 {
  	font-size: 30px;
	font-weight: 600;
}
.h3, h3 {
    font-size: 28px;
}
.h4, h4 {
	font-size: 16px;
}
.h6, h6 {
   
}

#screen {
	opacity:1;
}


.logowrapper {
	width:100%;
	height:90px;
}
.logo {
	background-image:url(../img/logo.png);
	position:relative;
	width:321px;
	height:54px;
	background-repeat: no-repeat;
	left:88px;
	top:36px;
}


#navbar{
	height:85px;
	position:absolute;
	top:100px;
	left:88px;
}
#navbar ul.nav ,.menuviews ul {
	list-style-type:none;
	width:100%;
	padding: 5px 0;
}
.menuviews li {
	float:left;
	padding-left:10px;
	padding-right:10px;
	text-transform:none;
	margin-bottom:10px;
}
#navbar ul {
	height:30px;
	width: 550px;
}
#navbar li.navitem {
	height: 30px;
	text-align:left;
	padding: 0px 40px 0px 0px;
	vertical-align:top;
	white-space:nowrap;
	text-transform:uppercase;
	font-family: DinLight, Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#7F7F7F;
	display:inline;
	float:left;
}
#navbar li.navitem:hover {
	cursor:pointer;
	color:#000;
}
.navoff {
	color:#7F7F7F;
	font-family: DinLight, Tahoma, Geneva, sans-serif;
}
.navon {
	color:#333 !important;
	font-family: DinMedium, Tahoma, Geneva, sans-serif !important;
}

#navbar li.subview {
	font-size:13px;
	margin-left: 5px;
}
#navbar ul.submenu, #navbar ul.subsubmenu {
	margin-top:0px;
	width: 550px;
	display:none;
}
#navigation_sub_sub, #navigation_sub { display:none; position:relative;left: 80px;}
#navigation_sub {margin-top: 3px;}


.menu {
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	top:58px;	
	color:#fff;
}
.menu-hidden{top:-99999em !important}
.menutop {
	margin-left:auto;
	margin-right:auto;
	height:30px;
	position:relative;
}
.menucontent {
	position:relative;	
	padding:5px 25px 5px 0px;
	display:inline-block;
}

.menuname {
	height:20px;
	color:#353535;
	font-size:13px;
	padding:3px;
	text-align:left;
	text-transform:none;
}




.visible{display:block;}
.hidden{display:none;}

#mainimagewrapper{display:block;margin-left:0px;z-index:-5;position:absolute;overflow:hidden;height:300px; background-image: url(images/loading.png);background-repeat:no-repeat; background-position:center;}
#images{width:4425px;height:860px;position:relative;left:-1475px;}
#imagearr{display:none;}
#mainimage{float:left;overflow:hidden;width:960px;}
.LargeImageBorder{position:absolute;z-index:0;top:0;width:1475px;height:860px;background-color:transparent;}
#mainimage img, #prev img, #next img{width:960px;position:relative;}
#prev, #next{float:left;width:1475px;height:860px;overflow:hidden;}
#backstretch{left:0px;overflow:hidden;z-index:-999999;margin:0px;padding:0px;}

.dllink {
	color:#1B1B1B !important;
	font-family: DinMedium, Tahoma, Geneva, sans-serif !important;
	font-size: 15px;
line-height: 1.6em;

}

.contentarea {}
.head {
	font-family: DinMedium, Tahoma, Geneva, sans-serif;
	font-size:20px;
	color:#000;
	width:100%;
}
.det {width:inherit;margin-top:10px;}
.txt {width: 570px;margin-top:20px;}
.materials {width:48%;position: relative;margin-top:5px;float: left;}
.also {width:48%;position: relative;margin-top:5px;float: right;}
.tip {
	width:inherit;
	margin-top:10px;
	font-family: DinMedium, Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}
#strip .tip {
	font-family: DinLight, Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#1B1B1B;
	opacity:0;
}
#thumbs .tip {
	width:500px;
	margin-left: 4px;
}
#thumbs {
	width: 50%;	
	position: absolute;
	top:431px;
	left:82px; 
}
.thumb {
	width:20%;
	margin:0 4px;
	cursor:pointer;
	float:left;
	display:inline;
	font-family: DinMedium, Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height: 1.3em;
	color:#fff;
	background-color:#fff;
	padding: 5px 5px 15px;
	text-align: center;
}
.thumb:hover, .thumbon {
	color:#666;
}
.thumb img {
	top:5px;
	left:5px;
	width: 100%;
	max-width:154px;
}
.thumb .lab {
	position:absolute;
	bottom: 37px;
	width:inherit;
	text-align:center;
}

.filmpic {
	position:relative;
	width:240px;
	height:160px;
	margin:10px;
	cursor:pointer;
	font-family: DinMedium, Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#fff;
	float:left;
}
.filmpic:hover {
	color:#666;
}
.filmpic img {
	position:absolute;
	top:0px;
	left:0px;
}
.filmpic .lab {
	position:absolute;
	top:52px;
	width:inherit;
	text-align:center;
}

#strip {
	position:absolute;
	top:0px;
	left: 88px;
	display:none;
	background-color: white;
	padding: 10px;

}
#tooltip {
	position:fixed;
	font-family: DinLight, Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	background-color:rgba(255,255,255,0.7);
	padding: 3px 10px 5px;
	width:auto;
	display:none;
	pointer-events: none;
}

#popup {
	position:absolute;
	top:0px;
	width:640px;
	height:440px;
	background-color:#fff;
	margin:auto;
	padding:12px;
	display:none;
}
#popupwrapper {
	position:absolute;
	top:70px;
	width:100%;
	height:100%;
}
#popup_tit {
	position:absolute;
	top:300px;
	width:100%;
	font-family: DinMedium, Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-align:left;
	left: 20px;
}
#fancybox-title, .fancybox-title-over {
	font-family: DinMedium, Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}
#mainpicholder {
	position:absolute;
	top:30px;
	left:12px;
	background-image:clear;
}
#closebut {
	position:absolute;
	top:5px;
	right:5px;
	width:30px;
	height:30px;
	font-family: FranklinGothicHeavy, Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#000;
	cursor:pointer;
}
#fancybox-close {right: -30px;}
	#fancybox-left {left: -30px;}
	#fancybox-right {right: -30px;}


.copyright {
	font-size:10px;
}



.button-grey:hover {
	color: #eee;
    background-color:#888;
    border-color: #888;
}
.button-grey {
	color: #fff;
    background-color:#666;
    border-color: #666;
	width: 110px ;
	height: 40px;
	padding:0;
	border-width: 0px;
	border-radius: 0px;
	font-size: 15px;
	line-height: 38px;
	cursor: pointer;
	font-family: FrutigerLight, Tahoma, Verdana, sans-serif;
	font-weight: 300;
}
.btn-blue {
	color: #fff;
    background-color:#009999;
    border-color: #009999;
	width: 470px ;
	height: 74px;
	padding:0;
	border-width: 0px;
	border-radius: 0px;
	font-size: 28px;
	line-height: 72px;
	cursor: pointer;
	 font-family: FrutigerLight,'Source Sans Pro', Tahoma, Verdana, sans-serif;
  font-weight: 400;
	border-radius:4px;
	margin-top:40px;
}
.btn-blue:hover {
	color: #fff;
    background-color:#0099cc;
    border-color: #0099cc;
}



img {
	border:0px;	
}

td {
  height:50px;
  padding:0 10px;	
  valign:top;
  align:left;
  color:#434343;
}

ul, li {list-style-type:none;}

hr {
  border: 0;
  width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin-top:30px;
	margin-bottom:30px;
}

#activity {
	position: absolute;
	top:40%; 
	width:100%;
	text-align:center;
	height:24px;
	display:none;
}

#cont, #cont_range {
	display:none;
	width:50%;
	position:absolute;
	top:200px;	
	left:88px;
	margin-bottom:10px;
}

#thumbs, #white, #strip {
	display:none;	
}


#trigger {
    display: none;
    float: left;
    width: 25px;
    height: 40px;
    margin-top: 10px;
	margin-left: 22px;
    box-shadow: none;
    border: 0;
    outline: 0;
    color: #fff;
    line-height: 50px;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.nav-mobile, .caret-right  {
	display:none;
}

#fader, #cover {
	width:100%;
	height:100%;
	text-align:center;
	position: fixed;
	top: 0;
	background:rgba(255,255,255,0.7);
	display:none;
}

#cont_range_det {position: relative;}


#mobilenavbar {position: absolute;}
#fancybox-left, #fancybox-right {
    width: 30px;
}

@media only screen and (max-width: 1200px) {
    /* For mobile phones and smaller browsers */
	#cont { width:45%;}
	#cont_range { width:60%;}
	.txt {width: 100%;}
	#strip {right: 0;}
	
}

@media only screen and (max-width: 900px) {
    /* For mobile phones and smaller browsers */
	.logo, #cont_range, #cont {left: 22px;}
	.logo {width: 90%; background-size: contain;}

	#cont, #cont_range {
    	top: 100px;
		width:70%;
	}
	
	#thumbs {left: 21px;}
	#navigation_sub_sub, #navigation_sub {left: 0px;}
	#navbar {
		display: none;
	}
	#trigger {
		display: block;
	}
	.bars {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 4px 0;
	}
	
		.sf-menu > li, .submenu > li, .subsubmenu > li {
    float: none;
}
.sf-menu ul ul, .submenu ul ul, .subsubmenu ul ul {
    top: 100%;
    left: 0px;
	font-size:12px;
}
#mobilenavbar li.navitem {
	height: 30px;
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
	text-transform:uppercase;
	font-family: DinLight, Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#7F7F7F;
	 float: none;
	display: block;
}
#mobilenavbar li.navitem:hover {
	cursor:pointer;
	color:#000;
}
li.subview {
	margin-left:20px;
	font-size:12px;
}
li.subsubview {
	margin-left:40px;
	font-size:12px;
}

.materials, .also {
		width:100%;
	}
  #strip {height:auto;overflow:hidden;top: 550px; width: 100%;margin:auto;right: unset;padding: 0px 22px;left:0;}
  
  .filmpic {width: 100%; max-width:240px;margin: 10px auto;display: block;float: none;}
	.filmpic img {width: 100%;}
	

#thumbs .tip {
	width:90%;
	margin-left: 0;
	line-height:15px;
}
 #thumbs {width:90%;}
 .txt {margin-top: 10px;}
   .thumb {margin:0;padding: 5px 1%; width:23%; overflow:hidden}
  
   #popup {left: 40%;}
}


