

body {
	margin: 0;
	font-family:'FuturaLT',sans-serif;
	color:#fff;
	-webkit-font-smoothing:antialiased;
	/*background: url(../img/bg1.jpg) no-repeat fixed;*/

/*	background: url(http://gilleslambert.be/koken/storage/cache/images/000/048/1-3-4,xlarge.jpg?1386663725) no-repeat fixed;*/
	
	background-size: cover;

}

#noise {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .02;
	background: url(../img/noise.gif);
}

/*#div-1 {
	position: absolute;	
	margin:0px;
	height: 100%;
	background: url(../img/bg1.jpg) no-repeat fixed;
	background-size: cover;
	z-index: -1000;
}
*/


#div-2 {
	position: relative;
	top:0px;
	/*left:20%;*/	
	margin:0px;
	height: 100%;
	width: 100%;
/*	background-color: rgba(255,0,0,.6);*/
}




a {text-decoration: none; color: #fff;}


a.circle {
	text-decoration: none;
	color: #fff;
	position: absolute;
	top:45%;
	left:90%;
}


.circle { 

	width: 50px;
	height: 50px;
	display: inline-block;
/*	background-color: red;*/
	padding: 10px;
	text-align: center;
	border-radius: 100%;
	opacity:;
}

span.arrow {
	position: relative;
	width: 46px;
	height: 49px;
	display: inline-block;
	font-size: 55px;
	margin: 0px 0px 0px 0px;
	line-height: 40px;
	font-family: "Cicle";
/*	background: rgba(255,255,255,.1);*/
	padding: 1px 0px 0px 4px;
	opacity: .6;
	border-radius: 100%;
	-webkit-transition: all .2s ease-in-out;
}

span.border {
	position: absolute;
	top:7px;
	left:7px;
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 100%;
	border: solid 3px #fff;
	-webkit-transition: all .4s ease-in-out;
}



span.border:hover {
	opacity: 0;	
	-webkit-transform: scale(0.9);
}

a.circle:hover > span.arrow { 
	opacity: 1;
}


ul.topBar {
	position: relative;
	list-style: none;
	margin:0;
	padding-top: 35px;
	z-index: 100;
}

.topBar li {
	/*background-color: red;*/
	margin-right: 30px;
	float:right;
	padding: 5px 0px;
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	/*border-radius: 3px;*/
}

/*li:hover {border: 2px solid #fff;}*/

.hoverLinked {text-decoration: none!important;}
.topBar li:hover {/*border-bottom: 1px solid #fff;*/ opacity: .4; text-decoration:line-through;}


.topBar li a {
	font-size: 12px;
	text-transform: uppercase;
	color:#fff; 
	font-weight: 400;
	letter-spacing: 4px;
}

#intro-container {
	position: absolute;
	top:40%;
	left:50%;
		-webkit-transform: translateX(-50%) translateY(-40%);
		-moz-transform: translateX(-50%) translateY(-40%);
		-ms-transform: translateX(-50%) translateY(-40%);
		-o-transform: translateX(-50%) translateY(-40%);
		transform: translateX(-50%) translateY(-40%);

	text-transform: uppercase;
	width: 960px;
	height: 150px;
	/*background-color: red;*/
	text-align: center;
}

span.cross {
	display:inline-block; 
	width: 40px; 
	height:40px; 
	background: url(../img/cross-red.png) no-repeat center center;
	background-size: 30px;}

h1 {font-size: 32px; letter-spacing: 30px; margin-bottom: 10px;


	width: 100%;
	height: 50px;
	background: url(../img/title.png) no-repeat center center;
}


h2 {font-size: 16px; letter-spacing: 15px; font-weight: 600;}
h3 {font-size: 10px; letter-spacing: 5px;}
h4 {
	font-size: 13px; 
	margin-bottom: 0px; 
	text-transform: uppercase; 
	letter-spacing: 5px;
	/*-webkit-transition: all .8s ease;*/	
}


.con {
	/*background: red;*/
	text-align: center;
	margin-top: 12px;
}


.hide-text {text-indent: -9999px;}

p {font-family: Didot; font-style: italic; letter-spacing: 2px; font-size:12px; margin-top:0px;}


a.vertical {
	position: fixed;
	text-transform: uppercase;
	color: rgba(255,255,255,.7);
	font-size: 10px;
	letter-spacing: 3px;
	word-spacing: 2px;
/*	background-color: red;*/
}

a.vertical.vl {
	position: absolute;
	top: 50%;
	left: -230px;
	width: 580px;
/*	background: red;*/
	transform: rotateX(270deg);
	-webkit-transform: rotate(270deg);
}


a.vertical.vr {
	position: absolute;
	top: 55%;
	right: -100px;
	transform: rotateX(90deg);
	-webkit-transform: rotate(90deg);
}




a.vertical:hover {color:rgba(255,255,255,1);}




.rap {
	letter-spacing: -20px;
	word-spacing: 0px;
}

.red {color:red; margin: 0;}


/* DIV-2 */


#content {
	position: relative;
	z-index: 200;
}

#work {position: relative;}

#more-projects { 
	width: 130px;
	height:40px;
	position: absolute; 
	right:20px; 
	z-index: 1000; 
	background: url(../img/arrow-right.png) no-repeat;
	background-position: 80px; 
	padding-top: 15px;
	text-align: right;
	text-indent: 100%;
	color:#fff;
    white-space: nowrap;
    overflow: hidden;
    opacity: .6
}

#more-projects:hover { 
	background-position: 40px; 
	text-indent: 0;
	opacity: 1;
}



section.preview {
	position: relative;
	float: left;
	width: 48%;
	height: 50%;
	padding-left: 2%;
	/*-webkit-transition: all .8s ease-in-out;*/
	background-color: red;
	cursor: pointer;
}

section.legend {
	position: absolute; 
	bottom: 20px;
	opacity: 0;
	z-index: 200;
	-webkit-transition: 2.2s;
}

.fade {
	position:absolute;
	top:0;
	left: 0; 
	width:100%; 
	height: 100%;  
	z-index: 0;
/*	background: url(../img/red.png) repeat;*/
	background: rgba(0,0,0,0);  
	-webkit-transition: all .3s ease-in-out;
}

section.preview:hover > .fade {
	background: rgba(0,0,0,.7);   
}

section.preview:hover > .legend {
	opacity: 1;
}




/* BACKGROUND PROJECTS */

.p-one {

	background: url(../img/fake1.jpg) no-repeat;
	background-size: cover;
	background-position: 0px -300px; 
}

.p-two {

	background: url(../img/fake2.jpg) no-repeat;
	background-size: cover;
	background-position: 0px -200px; 
}

.p-three {

	background: url(../img/fake3.jpg) no-repeat;
	background-size: cover;
	background-position: 0px -300px; 
}

.p-four {

	background: url(../img/fake4.jpg) no-repeat;
	background-size: cover;
}




span.triangle {
	display: block;
	width: 16px;
	height:10px;
	background: blue url(../img/triangle.png);	
}

span.triangle:hover {
	animation: wave 1s inifite ;
	-webkit-animation: wave 1s inifite ;


}

@-webkit-keyframes wave {
	0% {background-position: 0px ;}
	100% {background-position: -32px ;}
}



ul.social {
	list-style: none;
	position: absolute;
	
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);

	margin: 0 auto;
	padding: 0;
	display: inline-block;
	bottom: 20px;
}

ul.social li {
	list-style: none;
	display: inline;

}

ul.social li a {
	display: block;
	width: 15px;
	height: 15px;
	float: left;
	margin-right: 15px;
	padding: 10px;
}

#Layer_3 {
	margin-top: -2px;
}

ul.social li a:hover > .svgIcon {opacity: .5;}

.svgIcon {opacity: .8; -webkit-transition: all .3s; }
/*.svgIcon:hover {opacity: 1;  }*/


@font-face {
		font-family: 'FuturaLT';
		src: url('../fonts/futuraLT/futuraltbook.eot');
		src: url('../fonts/futuraLT/futuraltbook.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/futuraLT/futuraltbook.woff') format('woff'),
				 url('../fonts/futuraLT/futuraltbook.ttf') format('truetype'),
				 url('../fonts/futuraLT/futuraltbook.svg#futuraltbook') format('svg');
		font-weight: 400;
		font-style: normal;
}

@font-face {
		font-family: 'FuturaLT';
		src: url('../fonts/futuraLT/futuraltmedium.eot');
		src: url('../fonts/futuraLT/futuraltmedium.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/futuraLT/futuraltmedium.woff') format('woff'),
				 url('../fonts/futuraLT/futuraltmedium.ttf') format('truetype'),
				 url('../fonts/futuraLT/futuraltmedium.svg#futuraltmedium') format('svg');
		font-weight: 600;
		font-style: normal;
}


