/* CSS Document */

.container{
	margin:auto;
	max-width:1080px;
	width:100%;
	margin-top:100px;
	text-align:center;
}

.wraplogo{
	position:absolute;
	top:calc(50% - 50px);
	left:calc(50% - 275px);
	max-width:550px;
	text-transform: lowercase;	
}

.wraplogo .logo{
	max-width:35%;
	min-width:140px;
	margin-right:130px;
	float:left;
}

.wraplogo .text{
	position:relative;
	top:40px;
}

.line{
	height:2px;
	width:400px;
	background-color:#e3e3e3;
	position:absolute;
    left: 11%;
    top: 35px;
	-ms-transform: rotate(-65deg); /* IE 9 */
    -webkit-transform: rotate(-65deg); /* Chrome, Safari, Opera */
    transform: rotate(-65deg);
}

.wraplogo .text .icons{
	height:24px;
	line-height:24px;
	margin-top:15px;
}

.wraplogo .text .links{
	margin-top:12px;
}

.arrowdown{
	height:20px;
	position:relative;
	top:7px;
}

.icons .fa{
	margin-right:10px;
	font-size:1.1em;
	opacity:1;
}

.icons .fa:hover{
	opacity:0.7;
}

/* PROJECTS */

.projects{
}
.projects .wrapproject{
	position:relative;
}
.projects .wrapproject:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: rgba(0,0,0,.07);
    width: 101%;
    -webkit-transform: skewY(-10deg);
    -moz-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.projects .project{
	max-width:66%;
	position:relative;
	margin:0px auto 100px;
	padding:100px 0;
}

.projects .project .left1{
	position:relative;
	max-width:50%;
	margin-right:8%;
}
.projects .project .left2{
	position:relative;
	max-width:42%;
	text-align:left;
}

.projects .project .big{
	-webkit-box-shadow: 0px 10px 88px -2px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 10px 88px -2px rgba(0,0,0,0.55);
	box-shadow: 0px 10px 88px -2px rgba(0,0,0,0.55);
	z-index:1;
	position:relative;
	max-width:100%;
	border-radius:7px ;
}

.projects .project .small{
	position:absolute;
	right:0;
	top:15px;
	z-index:2;
	/*max-height:500px;*/
	max-width:40%;
}

.horizontalline{
	height:2px;
	background:#e3e3e3;
	-ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
    transform: rotate(-5deg);
	width:120%;
	left:-10%;
	margin-bottom:100px;
}

/* footer */

.footer{
	padding:100px 0 20px;
	text-align:center;
	font-size:0.9em;
	width:100%;
}

@media all and (max-width:1100px){
	
	.wraplogo{

	}
	
	.wraplogo .text{
		top:15px;
	}
	
	.projects .project{
		max-width:720px;
		margin:auto;
	}
	
	.projects .project .left1{
		float:none !important;
		max-width:100%;
		margin-right:0;
	}
	
	.projects .project .left2{
		float:none !important;
		max-width:90%;
		margin: 45px auto 0;
	}
	
	.projects .project{
		margin-bottom:0px;
		margin-top:50px;
		padding-bottom:50px;
	}
	
	.projects .project .left1 .big{
		max-width:90%;
		left:5%;
	}
	
	.projects .project .left1 .small{
		max-width:30%;
		right:10%;
	}

}

@media all and (max-width:800px){
	.wraplogo{
		max-width:100%;
		margin:auto;
		position:relative;
		margin-left:25px;
		left:auto;
	}
	
	.projects .project .big{
		-webkit-box-shadow: 0px 10px 44px -2px rgba(0,0,0,0.55);
		-moz-box-shadow: 0px 10px 44px -2px rgba(0,0,0,0.55);
		box-shadow: 0px 10px 44px -2px rgba(0,0,0,0.55);
	}
	
	
	.wraplogo .logo{
		margin-right:0;
		float:none;
	}
	
	.line{
		left:13%;
		top:85px;
		display:none;
	}
	
	.wraplogo .text{
		float:none !important;
	}
	
	
	
}
