﻿@charset "utf-8";/* CSS Document */* {	margin:0;	padding:0;	border:0;}* html body { /*IE6 hack*/	padding: 50px 0 80px 0; /*Set value to (HeightOfTpFrameDiv 0 HeightOfBottomFrameDiv 0)*/}* html #maincontent { /*IE6 hack*/	height: 100%;	width: 100%;}body,html {	background:#fff;	color:#000;	margin: 0;	padding: 0;	border: 0;	overflow: hidden;	height: 100%;	max-height: 100%;	font-family:Arial, Helvetica, sans-serif;	font-size:12px; width:100%;}a { color:#000; text-decoration:none;}a:visited { color:#000;}a:hover { color:#000; text-decoration:underline;}#framecontentTop, #framecontentBottom {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 129px; /*Height of top frame div*/	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/	 color:#000; }#framecontentBottom {	top: auto;	bottom: 0;	height: 79px; /*Height of bottom frame div*/	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/ z-index:9999999;	background:#fff; border-top:1px solid #000;}#maincontent {	position: absolute;	top: 130px; /*Set top value to HeightOfTopFrameDiv*/	left: 0;	right: 0;	bottom: 80px; /*Set bottom value to HeightOfBottomFrameDiv*/	overflow: auto; width:100%;}#framecontentTop:hover {  opacity:1;}#framecontentBottom:hover { background:#fff; opacity:1;}.content-padding {	padding:15px;}/* HEADLINES */h1 {	text-shadow: #333 0px 0px 1px;	letter-spacing:-1px;	font-weight:normal;	font-size:25px;}h2 { font-size:11px; float:left; margin-right:10px;}#modal a {	background: #CCC;	color: #333;	font-weight: bold;	padding: 5px 10px;	border: none;}#modal a:hover {	background: #fff;}#thumb {	width:260px;	height:120px;	margin:10px 18px;	border:1px solid #fff;	overflow:hidden;	position:relative;	float:left;}#modalcontainer {	position:absolute;	left:0;	top:0;	width:320px;	height:100%;	overflow:scroll !important;}#menu {	list-style:none;	position:relative;	float:left;	width:100%;	height:25px;}#menu li {	position:relative;	list-style:none;	float:left;}#menu li a {	display:block;	height:auto;	padding:6px 15px;	display:block;	text-decoration:none;	color:#000;	text-shadow: #666 0px 0px 1px;}#menu li a:hover {	background:#000;	color:#fff;}#menu .active {	border-top:4px solid #000;	padding:2px 15px 5px 15px;	font-weight:bold;}#submenu {	list-style:none;	position:absolute;	bottom:0;	left:0;	float:left;	width:100%;	height:25px;}#submenu li {	position:relative;	list-style:none;	float:left;}#submenu li a {	display:block;	height:auto;	padding:6px 15px;	display:block;	text-decoration:none;}#submenu li a:hover {}#submenu .active {	padding:6px 15px 2px 15px;	font-weight:bold;}#submenu li a {	color:#000;	text-shadow: #666 0px 0px 1px;}#submenu li a:hover {	background:#000;	color:#fff;}#submenu .active {	border-bottom:4px solid #000;}#studio {	list-style:none;	position:absolute;	bottom:0;	right:0;	float:right;	width:250px;	height:25px;}#studio li {	position:relative;	list-style:none;	float:right;}#studio li a {	display:block;	height:auto;	padding:6px 15px;	display:block;	text-decoration:none;}#studio li a:hover {}#studio .active {	padding:6px 15px 2px 15px;	font-weight:bold;}#studio li a {	color:#000;	text-shadow: #666 0px 0px 1px;}#studio li a:hover {	background:#000;	color:#fff;}#studio .active {	border-bottom:4px solid #000;}/* GALLERIES */#overlay {	background:#fff;	color:#000;}#galleries {	background:#000;	color:#fff;}#galleries a{	color:#fff;}#thumb {	width:260px;	height:120px;	margin:10px 18px;	overflow:hidden;	position:relative;	float:left;}/* MAKE ME SCROLLABLE */#makeMeScrollable {	width:auto; max-width:100%; height:100%;	position: absolute;}/* Replace the last selector for the type of element you have inyour scroller. If you have div's use #makeMeScrollable div.scrollableArea div,if you have links use #makeMeScrollable div.scrollableArea a and so on. */#makeMeScrollable div.scrollableArea img {	position: relative;	float: left;	margin: 0;	padding: 0;	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-o-user-select: none;	user-select: none;	height:100% !important;	margin:0 2px; display:block;}#makeMeScrollable div.scrollableArea img:first-child { margin-left:0;}/* Invisible left hotspot */div.scrollingHotSpotLeft{	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */	min-width: 75px;	width: 10%;	height: 100%;	/* There is a big background image and it's used to solve some problems I experienced    in Internet Explorer 6. */	background-image: url(../images/big_transparent.gif);	background-repeat: repeat;	background-position: center center;	position: absolute;	z-index: 200;	left: 0;	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */	cursor: url(../images/cursors/cursor_arrow_left.png), url(../images/cursors/cursor_arrow_left.cur),w-resize;}div.scrollingHotSpotLeft{	min-width: 75px;	width: 10%;	height: 100%;	background-image: url(../images/big_transparent.gif);	background-repeat: repeat;	background-position: center center;	position: absolute;	z-index: 200;	left: 0;	cursor: url(../images/cursors/cursor_arrow_left.png), url(../images/cursors/cursor_arrow_left.cur),w-resize;}div.scrollingHotSpotLeftVisible{	background-image: url(../images/arrow_left.gif);					background-color: #fff;	background-repeat: no-repeat;	opacity: 0.35; /* Standard CSS3 opacity setting */	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */}div.scrollingHotSpotRight{	min-width: 75px;	width: 10%;	height: 100%;	background-image: url(../images/big_transparent.gif);	background-repeat: repeat;	background-position: center center;	position: absolute;	z-index: 200;	right: 0;	cursor: url(../images/cursors/cursor_arrow_right.png), url(../images/cursors/cursor_arrow_right.cur),e-resize;}div.scrollingHotSpotRightVisible{	background-image: url(../images/arrow_right.gif);	background-color: #fff;	background-repeat: no-repeat;	opacity: 0.35;	filter: alpha(opacity = 35);	-moz-opacity: 0.35;	zoom: 1;}div.scrollWrapper{	position: relative;	overflow: hidden;	width: 100%;	height: 100%;}div.scrollableArea{	position: relative;	width: auto;	height: 100%;}/* MODAL */#modal {	display: none;}#modal a {	background: #CCC;	color: #333;	font-weight: bold;	padding: 5px 10px;	border: none;}#modal a:hover {	background: #fff;}#modalcontainer {	position:absolute;	left:0;	top:0;	width:330px;	height:100%; margin-bottom:100px;	overflow:scroll !important;}#modal_close { position:absolute; left:-30px; top:0px; height:30px; width:30px;  z-index:99999;}#overlay {	position:absolute;	right:0px;	top:0;	width:50%; padding:6px 10px;	font-size:12px; height:18px;  opacity:0.5;}#galleries {	position:absolute;	right:0px;	top:0;	width:auto; padding:6px 10px;	font-size:12px; text-transform:uppercase;}#galleries a { text-decoration:none; display:block;}.non-immediate-parent-container{ height: 100%; } #loading {position:absolute; left:0px; top:0px; width:100%; height:100%; background:#fff; opacity:0.85; cursor:pointer; z-index:9999999;}#loading_text { position:absolute; left:10px; top:10px; padding:6px 10px; background:#000; color:#fff;}#lightbox { position:relative; float:left; width:295px; height:auto !important; margin:7px; }#lightbox img { width:295px; height:auto !Important; display:block; overflow:hidden;}#blogs { width:248px; height:198px; margin:2px; display:block; background:none; position:relative; float:left;}#client { position:relative; float:left; display:block; width:248px; height:auto; margin:2px; overflow:hidden; background:none;}#editorial { position:relative; float:left; display:block; width:248px; height:auto; margin:2px; overflow:hidden; background:none;}#video { position:relative; float:left; display:block; width:496px; height:auto; margin:2px; overflow:hidden; background:none;}#categorie {background:#000; color:#fff; padding:6px 13px; position:relative; float:left; margin:2px 2px 0 2px; }#container { margin:0 auto 150px auto !important;  }#blogheader { width:628px; height:300px; overflow:hidden; border:1px solid #000; overflow:hidden; position:relative; float:left; clear:both; margin:10px 0;}#blogthumb { width:308px; height:180px; overflow:hidden; position:relative; float:left; border:1px solid #000; margin:10px 10px 0 0; }#download { margin:0 auto; position:relative; float:left; width:200px; height:200px;}#bloggallery { width:670px;}#more { padding:6px 10px; background:#000; color:#fff; position:absolute; right:10px; bottom:10px; font-size:11px;}#more a { color:#fff;}.logo { margin:35px auto 0 auto; text-align:center; width:500px; position:relative; font-size:22px;  z-index:9999999;}.logo a { text-decoration:none !important;}.logo a:hover { opacity:0.6 !Important;}.shadow { box-shadow:0px 0px 3px #999; -moz-box-shadow:0px 0px 3px #999; -webkit-box-shadow:0px 0px 3px #999;}/* Start: Recommended Isotope styles *//**** Isotope Filtering ****/.isotope-item {  z-index: 2;}.isotope-hidden.isotope-item {  pointer-events: none;  z-index: 1;}/**** Isotope CSS3 transitions ****//* no transition on .isotope container */.isotope .isotope-item {  /* change duration value to whatever you like */  -webkit-transition-duration: 0.8s;     -moz-transition-duration: 0.8s;          transition-duration: 0.8s;}.isotope .isotope-item {  -webkit-transition-property: -webkit-transform, opacity;     -moz-transition-property:    -moz-transform, opacity;          transition-property:         transform, opacity;}	.boxgrid{ 				width: 248px; 				height: auto; 				margin:0; 				float:left; 				background:#161613; 				overflow: hidden; 				position: relative; 			}			/*				.boxgrid img{ 					position: absolute; 					top: 0; 					left: 0; 					border: 0; 				}				.boxgrid p{ 					padding: 0 10px; 					color:#afafaf; 					font-weight:bold; 					font:10pt "Lucida Grande", Arial, sans-serif; 				}				*/							.boxcaption{ 				float: left; 				position: absolute; 				background: #fff; 				height: 60px; 				width: 100%; color:#000; opacity: 0.75;								 			} .boxgrid a:visited { opacity:0.85;} 				.captionfull .boxcaption { 					bottom: -120px; 					left: 0; 				} 				.caption .boxcaption { 					top: 220; 					left: 0; 				}				.content-padding2 { padding:6px 10px;}				h3 { margin-bottom:5px;}				/* Base theme */.formlyWrapper-Base	{	color:#888;	background:none;	border:1px solid #666;	padding:10px;	box-shadow:0px 0px 3px #888;    -moz-box-shadow:0px 0px 3px #888;    -webkit-box-shadow:0px 0px 3px #888;    -moz-border-radius:4px;    -webkit-border-radius:4px;    border-radius:4px;    -khtml-border-radius:4px;    text-shadow:0px 1px 0px #fff;	}.formlyWrapper-Base input[type="text"], .formlyWrapper-Base input[type="password"], .formlyWrapper-Base select, .formlyWrapper-Base textarea	{	color:#444;	border:1px solid #666;	padding:5px 10px;	box-shadow:0px 1px 0px #fff;    -moz-box-shadow:0px 1px 0px #fff;    -webkit-box-shadow:0px 1px 0px #fff;    -moz-border-radius:4px;    -webkit-border-radius:4px;    border-radius:4px;    -khtml-border-radius:4px;    margin:5px 10px;	}.formlyWrapper-Base input[type="submit"], .formlyWrapper-Base input[type="reset"], .formlyWrapper-Base input[type="button"]	{	border:1px solid #bbb;    -moz-border-radius:3px;    -webkit-border-radius:3px;    border-radius:3px;    -khtml-border-radius:3px;    background: -moz-linear-gradient(100% 100% 90deg, #d5d5d5, #eee);    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#d5d5d5));    background: -webkit-linear-gradient(#eee, #d5d5d5);    background: -o-linear-gradient(#eee, #d5d5d5);    color:#232d3d;    font-size:12px;    font-weight:bold;    padding:4px 10px;    margin:15px 0px 10px 10px;    text-shadow:0px 1px 0px #fff;    cursor:pointer;    box-shadow:0px 1px 2px #ccc;    -moz-box-shadow:0px 1px 2px #ccc;    -webkit-box-shadow:0px 1px 2px #ccc;    float:right;    }.formlyWrapper-Base input[type="submit"]:hover, .formlyWrapper-Base input[type="submit"]:active	{ color:#ddd; }.formlyWrapper-Base input[type="reset"]:hover, .formlyWrapper-Base input[type="reset"]:active, .formlyWrapper-Base input[type="button"]:hover, .formlyWrapper-Base input[type="button"]:active	{ color:#ddd; }.formlyWrapper-Base input[type="submit"]:active, .formlyWrapper-Base input[type="reset"]:active, .formlyWrapper-Base input[type="button"]:active	{	box-shadow:inset 0px 1px 2px #ccc;    -moz-box-shadow:inset 0px 1px 2px #ccc;    -webkit-box-shadow:inset 0px 1px 2px #ccc;	}.formlyWrapper-Base h1, .formlyWrapper-Base h2	{ padding:0; margin:3px 0; }.formlyWrapper-Base h1	{	font-size:16px;	color:#555;	}.formlyWrapper-Base h2	{	font-size:13px;	color:#666;	}.formlyWrapper-Base hr	{	color:#ddd;	border:1px solid #ddd;	border-bottom-color:#f9f9f9;	}/* Light theme */.formlyWrapper-Light	{	color:#333;	background:#none;		}.formlyWrapper-Light input[type="text"], .formlyWrapper-Light input[type="password"], .formlyWrapper-Light select, .formlyWrapper-Light textarea	{	background:#fff;	color:#333;	border:1px solid #666;	padding:2px 5px;	width:220px;    margin:2px 0px;	font-size:11px;	}.formlyWrapper-Light input[type="submit"], .formlyWrapper-Light input[type="reset"], .formlyWrapper-Light input[type="button"]	{	border:1px solid #666;    background:#fff;    color:#333;    font-size:11px;    font-weight:bold;    padding:2px 10px;    margin:15px 10px 10px 0px;    cursor:pointer;	width:148px;    }.formlyWrapper-Light input[type="submit"]:hover, .formlyWrapper-Light input[type="submit"]:active	{ color:#000; border-color:#333; background:#71a41a; }.formlyWrapper-Light input[type="reset"]:hover, .formlyWrapper-Light input[type="reset"]:active, .formlyWrapper-Light input[type="button"]:hover, .formlyWrapper-Light input[type="button"]:active	{ color:#000; border-color:#333; background-color:#71a41a; }.formlyWrapper-Light input[type="submit"]:active, .formlyWrapper-Light input[type="reset"]:active, .formlyWrapper-Light input[type="button"]:active	{	box-shadow:inset 0px 1px 2px #ccc;    -moz-box-shadow:inset 0px 1px 2px #ccc;    -webkit-box-shadow:inset 0px 1px 2px #ccc;	}.formlyWrapper-Light h1, .formlyWrapper-Light h2	{ padding:0; margin:3px 0; }.formlyWrapper-Light h1	{	font-size:16px;	color:#d53c35;	}.formlyWrapper-Light h2	{	font-size:13px;	color:#666;	}.formlyWrapper-Light hr	{	color:#eee;	border:1px solid #eee;	}				/* Standards for all themes */	.formlyPrefix	{	position:absolute;	float:left;	z-index:9999;	display:none;	}.formlyInvalid, .formlyRequired	{	padding:2px 10px;	font-weight:bold;	font-size:12px;	display:none;	margin:5px 0; width:127px;	}.formlyInvalid	{	background:#333;	color:#fff;	border:1px solid #ddd;	box-shadow:inset 0px 1px 0px #f4a49f;	text-shadow:0px -1px 0px #e63125;	}.formlyRequired	{	background:#C00;	color:#fff;	border:1px solid #ddd; font-size:10px; font-weight:normal; 	}		#makeMeScrollable {	width:auto; max-width:100%; height:99.5%;	position: absolute;}		#startoverlay {position: fixed; left:0; top:0; height:100%; width:100%; background:url(../images/michaelgueth_overlay_start.png) center repeat;}		/*	Supersized - Fullscreen Slideshow jQuery Plugin	Version : 3.2.7	Site	: www.buildinternet.com/project/supersized		Author	: Sam Dunn	Company : One Mighty Roar (www.onemightyroar.com)	License : MIT License / GPL License	*/* { margin:0; padding:0; }body { background:#ddd; height:100%; background: url(../basics/lineswhite_rapport.png); }	img { border:none; }		#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}		#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/				#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }		#supersized a { width:100%; height:100%; display:block; cursor:default; }			#supersized li.prevslide { z-index:-20; }			#supersized li.activeslide { z-index:-10; }			#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }				#supersized li.image-loading img{ visibility:hidden; }			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }			/*	Supersized - Fullscreen Slideshow jQuery Plugin	Version : 3.2.7	Site	: www.buildinternet.com/project/supersized		Theme 	: Shutter 1.2	Author	: Sam Dunn	Company : One Mighty Roar (www.onemightyroar.com)	License : MIT License / GPL License	*/	/* Controls Bar	----------------------------*/	#controls-wrapper { margin:0 auto; height:42px; width:100%; bottom:0px; left:0; z-index:4; background:url(../img/nav-bg.png) repeat-x; position:fixed; }		#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }			#slidecounter { float:left; color:#999; font:14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 0 -1px 0; margin:0px 10px 0 15px; line-height:42px; }					#slidecaption{ position:absolute; right:0; top:130px; width:260px; height:60px; background:#505356; z-index:10000; color:#ccc; padding:20px;}						#navigation { float:right; margin:0px 20px 0 0; }				#play-button{ float:left; margin-top:1px;border-right:1px solid #333; background:url('../img/bg-hover.png') repeat-x 0 44px; }					#play-button:hover{ background-position:0 1px; cursor:pointer; }								#prevslide, #nextslide{ position:absolute; height:43px; width:43px; top:50%; margin-top:-21px; opacity:0.6; }					#prevslide{ left:10px; background:url('../img/back.png'); }					#nextslide{ right:10px; background:url('../img/forward.png'); }						#prevslide:active, #nextslide:active{ margin-top:-19px; }						#prevslide:hover, #nextslide:hover{ cursor:pointer; }								ul#slide-list{ padding:15px 0; float:left; position:absolute; left:50%; }					ul#slide-list li{ list-style:none; width:12px; height:12px; float:left; margin:0 5px 0 0; }						ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ background-position:0 0px; }						ul#slide-list li a{ display:block; width:12px; height:12px; background:url('../img/nav-dot.png') no-repeat 0 -24px; }							ul#slide-list li a:hover{ background-position:0 -12px; cursor:pointer; }								#tray-button{ float:right; margin-top:1px; border-left:1px solid #333; background:url('../img/bg-hover.png') repeat-x 0 44px; }					#tray-button:hover{ background-position:0 1px; cursor:pointer; }				/* Progress Bar	----------------------------*/						#progress-back{ z-index:5; position:fixed; bottom:42px; left:0; height:8px; width:100%; background:url('../img/progress-back.png') repeat-x; }		#progress-bar{ position:relative; height:8px; width:100%; background:url('../img/progress-bar.png') repeat-x; }			/* Thumbnail Navigation	----------------------------*/		#nextthumb,#prevthumb { z-index:2; display:none; position:fixed; bottom:61px; height:75px; width:100px; overflow:hidden; background:#ddd; border:1px solid #fff; -webkit-box-shadow:0 0 5px #000; }		#nextthumb { right:12px; }		#prevthumb { left:12px; }			#nextthumb img, #prevthumb img { width:150px; height:auto;  }			#nextthumb:active, #prevthumb:active { bottom:59px; }			#nextthumb:hover, #prevthumb:hover { cursor:pointer; }			/* Thumbnail Tray	----------------------------*/				#thumb-tray{ position:fixed; z-index:3; bottom:0; left:0; background:url(../img/bg-black.png); height:150px; width:100%; overflow:hidden; text-align:center; -moz-box-shadow: 0px 0px 4px #000; -webkit-box-shadow: 0px 0px 4px #000; box-shadow: 0px 0px 4px #000; }				#thumb-back, #thumb-forward{ position:absolute; z-index:5; bottom:42px; height:108px; width:40px; }			#thumb-back{ left:0; background: url('../img/thumb-back.png') no-repeat center center;}			#thumb-forward{ right:0; background:url('../img/thumb-forward.png') no-repeat center center;}				#thumb-back:hover, #thumb-forward:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }					#thumb-back:hover{ border-right:1px solid rgba(256,256,256, 0.2); }					#thumb-forward:hover{ border-left:1px solid rgba(256,256,256, 0.2); }						ul#thumb-list{ display:inline-block; list-style:none; position:relative; left:0px; padding:0 0px; }			ul#thumb-list li{ background:#111; list-style:none; display:inline; width:150px; height:108px; overflow:hidden; float:left; margin:0; }				ul#thumb-list li img { width:200px; height:auto; opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); -webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; -ms-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }				ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }				ul#thumb-list li:hover{ cursor:pointer; }				