@charset "UTF-8";
/* CSS Document */

/*

font-family:'FrutigerLTW01-55Roman';
font-family:'Frutiger LT W01 65 Bold';
font-family:'Prelo W01 Book';
font-family:'Prelo W01 Bold';
font-family:'Didot W01 Roman';
font-family:'Didot W01 Italic';

*/

/*////////////// DEFAULTS //////////////////*/




/*////////////////////////////////////*/	

/*////////////// PAGES //////////////////*/

		
		.section-wrapper{
			position:absolute;
			width:100%;
			height:auto;
			min-height:100%;
			background-size:cover;
			background-position: center center;
			-webkit-transform: translate3d(0,0,0);
		}
			#profile .section-wrapper{
				-webkit-transform: translate3d(0,0,0);
			}
			

/*////////////////////////////////////*/




	

/*////////////// HOME //////////////////*/


	#home-gallery{
		position: absolute;
		width:100%;
		height:100%;
	}
		.img-wrapper{
			position: absolute;
			width:100%;
			height:100%;
			top:0;
			left:0;
			background-position: center center;
			background-size:cover;
		}
		
