/**
 * by Dixyt.com
 * This file is protected as far as css can be protected! :S
 * Please do not copy the hole thing as you will end up with the same website!!!
 *
 */
* {
	margin:0;
	padding:0;
}

html,body {
	height:100%;
	width:100%;
	overflow:hidden;
	font-family:'Oswald',sans-serif;
	letter-spacing:.06em;
}

.contents {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#fff;
	overflow:hidden;
	-webkit-overflow-scrolling:touch;
}

a {
	color:#000;
}

.header {
	position:fixed;
	top:0;
	left:0;
	z-index:500;
	width:100%;
	height:100px;
	background-color:transparent;
}

.name {
	position:absolute;
	font-family:'Droid+Sans',sans-serif;
	z-index:1000;
	width:300px;
	height:auto;
	top:62px;
	left:10%;
	margin:7px 0 0;
	/*padding:15px 0 15px 30px;*/
	padding:15px 0 15px 0px;
	z-index:40;
	/* border-left:#000 solid 1px; */
	background:transparent;
	font-weight: 300;
	letter-spacing: 0.09em;
}

.name span {font-weight:700;}

.contactinfo {
	left:10%;
	font-size:.9em;
	line-height:1.3em;
	font-weight:300;
	padding:6px 0 0 38px;
	cursor:pointer;
	height:35px;
}

#accueil .contactinfo {
	position:fixed;
	background:url(../images/silouhette_b.png) no-repeat left top transparent;
	z-index:1000;
	bottom:13%;
}
/*hack safari*/
html:lang(en)>body #accueil .contactinfo{

}

#contact .contactinfo {
	position:absolute;
	height:auto;
	bottom:110%;
}

.contactinfo p {
	margin:0 0 5px;
}

.social {
	position:absolute;
	right:10%;
	top:27px;
	z-index:10000;
	width:auto;
	min-width:100px;
	padding:8px;
}

.social a {
	display:inline-block;
	width:32px;
	height:32px;
	background-repeat:no-repeat;
	opacity:.2;
	background-image:url(../images/social.png);
}

.social a.facebook {
	background-position:0 0;
}

.social a.behance {
	background-position:-32px 0;
}

.social a.linkedin {
	background-position:-64px 0;
}

.social:hover a {
	opacity:.6;
}

.social a:hover {
	opacity:1;
}

.slides {
	margin:0;
	overflow:hidden;
}

.slides > li {
	height:100%;
	width:100%;
	overflow:hidden;
}

.projet,.pageholder {
	display:block;
	background-color:#fff;
	margin:0 auto;
	height:100%;
	width:100%;
	overflow:hidden;
	position:relative;
}

.footer {
	position:absolute;
	bottom:0;
	height:25%;
	width:100%;
}

.title {
	overflow:hidden;
	font-size:8em;
	line-height:1em;
	position:absolute;
	left:-8%;
	bottom:-.05em;
	z-index:650;
	font-weight:700;
	opacity:.6;
}

.minibar {
	position:absolute;
	top:22%;
	left:0;
	height:50%!important;
	width:10px;
	background-color:#f0f;
}

/*! Slider mods */
.flexsliderin,.centerline {
	width:70%!important;
	height:50%!important;
	top:22%;
	right:0;
	position:absolute;
	zoom:1;
	margin:0;
	padding:0;
}

.btn {
	cursor:pointer;
}

.diy {
	position:absolute;
	width:114px;
	height:114px;
	top:-50px;
	right:10%;
	background:url(../images/diy.png) center center no-repeat transparent;
	z-index:1000;
}

.press_release {
	position:absolute;
	height:35px!important;
	z-index:45;
	padding:6px 0 0 35px;
	top:30%;
	left:30%;
	background:url(../images/pdf_b.png) no-repeat left top transparent;
	cursor:pointer;
}

.press_release:after {
	content:'Press Release';
}

.centerline {
	height:auto!important;
	min-height:350px;
	width:80%!important;
}

.upperslide {
	width:70%;
	background-color:#409ee6;
	height:0;
	bottom:0;
	right:0;
	position:absolute;
	margin:0;
	padding:0;
	z-index:600;
	overflow-y:auto;
}

.close {
	position:absolute;
	top:30px;
	left:30px;
	width:40px;
	height:40px;
	z-index:1000;
	cursor:pointer;
	background-image:url(../images/close.png);
	background-repeat:no-repeat;
}

.legende {
	position:absolute;
	width:450px;
	right:10%;
	top:30%;
	text-align:right;
	font-size:.8em;
	opacity:.8;
}

.legende p {
	margin:0 0 3px;
}

.legende h3 {
	font-size:1.7em;
	opacity:.9;
}

.legende i {
	font-size:.8em;
	opacity:.6;
	padding:0 4px 0 0;
}

.description {
	position:absolute;
	left:75px;
	top:100px;
	width:80%;
	z-index:650;
	color:#fff;
	font-size:.95em;
	font-weight:300;
}

#accueil .description {
	height:60%x!important;
	width:70%;
}

.upperslide .description h2 {
	font-weight:300;
	font-size:1.35em;
	margin:0 0 15px;
}

.upperslide .description .c1,.upperslide .description .c2 {
	float:left;
	width:40%;
	margin:0 20px 0 0;
}

#accueil .upperslide .description .c1 {
	width:85%;
	margin:0 20px 0 0;
	line-height:1.2em;
}

.upperslide .description p {
	margin:0 0 7px 15px;
	padding:3px 0;
	z-index:10000;
}

.upperslide p:hover {
	background:transparent;
	background:rgba(255,255,255,0.2);
}

.upperslide p a {
	color:#fff;
	text-decoration:none;
	display:block;
	width:100%;
	min-height:24px;
	margin:0;
	padding:0 0 0 35px;
	border:none;
	z-index:inherit;
}

.upperslide p a.pdf {
	background:url(../images/pdf_box.png) no-repeat left center transparent;
}

.upperslide p a.link {
	background:url(../images/link_box.png) no-repeat left center transparent;
	font-style:italic;
	text-transform:lowercase;
}

.upperslide p a:hover {
	text-decoration:underline;
}

.sliderinside {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	zoom:1;
}

.sliderinside > li {
	height:100%;
	max-height:100%;
	overflow:hidden;
	margin:0 -15px 0 0;
	padding:0 15px 0 0;
}

.sliderinside > li img {
	display:inline-block;
	height:100%;
	width:auto;
	min-height:100%;
	-ms-interpolation-mode:bicubic;
}

.navy-controls {
	position:absolute;
	width:65px;
	height:56px;
	top:325px;
	left:-17%;
}

.caption {
	display:block;
	position:relative;
	bottom:0;
	min-width:200px;
	height:25px;
	text-align:right;
	padding:5px 2px;
	margin:0;
	font-size:.8em;
}

.caption span {
	display:none;
	position:absolute;
	opacity:.4;
	background-color:#000;
	width:100%!important;
	height:100%!important;
	top:0;
	left:0;
}

/*firefox only hack*/
@-moz-document url-prefix() {
	.sliderinsideliimgmax-width:100%;
}

/*! mh-menu  */
ul.mh-menu {
	height:100%;
	width:100%;
	margin:0;
	position:relative;
	list-style:none;
	left:0;
	top:0;
	z-index:2;
}

.mh-menu > li {
	width:25%;
	min-width:250px;
	height:16%;
	min-height:55px;
	border-right:1px solid #ddd;
	list-style:none;
}

.mh-menu li a {
	display:block;
	width:100%;
	min-width:200px;
	text-align:right;
	right:0;
	position:relative;
	z-index:10;
	height:100%;
	color:#333;
	text-decoration:none;
	padding:7px 0;
}

.mh-menu li img {
	position:absolute;
	height:100%;
	z-index:1;
	left:0;
	top:0;
	opacity:0;
	-webkit-transition:left .4s ease-in-out,opacity .6s ease-in-out;
	-moz-transition:left .4s ease-in-out,opacity .6s ease-in-out;
	-o-transition:left .4s ease-in-out,opacity .6s ease-in-out;
	-ms-transition:left .4s ease-in-out,opacity .6s ease-in-out;
	transition:left .4s ease-in-out,opacity .6s ease-in-out;
}

.mh-menu li:hover img {
	left:25%;
	margin:0;
	opacity:1;
}

.mh-menu img.perma {
	position:absolute;
	height:100%;
	z-index:1;
	left:25%;
	top:0;
}

.mh-menu:hover > img.perma {
	display:none;
}

.mh-menu li a span:nth-child(1) {
}

.mh-menu li a span:nth-child(2) {
}

.mh-menu li a span {
	display:inline-block;
	padding:0 25px 0 0;
	background:transparent;
}

.mh-menu li a span:first-child {
	position:absolute;
	bottom:15px;
	right:0;
	font-weight:300;
	font-size:1.2em;
	line-height:.4em;
	z-index:25;
}

.mh-menu li a span:nth-child(2) {
	right:0;
	z-index:20;
	font-weight:700;
	font-size:3em;
	line-height:1.1em;
	color:#e9e9e9;
	-webkit-transition:color .2s linear;
	-moz-transition:color .2s linear;
	-o-transition:color .2s linear;
	-ms-transition:color .2s linear;
	transition:color .2s linear;
}

.mh-menu li:hover span:nth-child(1) {
/*color:#000;*/
	visibility:hidden;
}

.mh-menu li:hover span:nth-child(2) {
	color:#fff;
}

/*! Google maps */
#map-canvas {
	width:100%!important;
	height:100%!important;
}

/*! Media querys */
@media all and (max-width: 1024px) {
	.centerline {
		right:auto;
		left:40px;
		height:100%;
	}

	.flexsliderin {
		width:100%!important;
	/*text-align: right;*/
	}

	.upperslide {
		width:100%!important;
	}

	.sliderinside > li {
		margin:0;
		padding:0;
	}

	.navy-controls {
		left:5%;
		top:auto;
		bottom:-70px;
	}

	.title {
		left:9px;
		font-size:7em;
		opacity:.5;
	}

	.mh-menu li:hover img,.mh-menu img.perma {
		left:250px;
		margin:0;
	}

	.meny-arrow {
		left:5%;
	}
	.name {
		left:5%;
	}

	.description {
		left:10px;
		width:100%;
		font-size:.9em;
		overflow-y:auto;
	}

	.description .c1,.description .c1 {
		width:45%;
		min-width:150px;
	}

	.press_release {
		width:100px;
		left:5%;
		margin:0;
		top:30%!important;
	}

	#accueil .contactinfo {
		bottom:8%;
		left:5%;
	}
}

@media all and (max-width: 800px) {
	.sliderinside li {
		margin:0;
		padding:0;
	}

	.title {
		left:9px;
		font-size:7em;
		opacity:.5;
	}

	.press_release {
		width:100px;
		left:90%;
		margin:0 0 0 -115px;
		top:0!important;
	}

	.title {
		left:9px;
		font-size:5em;
		opacity:.5;
	}

	.legende {
		width:95%;
		min-width:500px;
		right:10%;
		top:40px!important;
	}
}

@media all and (max-height: 800px) {
	.legende {
		width:95%;
		min-width:500px;
		right:10%;
		top:40px!important;
	}
}