/* General Demo Style */


font-family: 'Asap', sans-serif;


html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}



body {
    font-family: 'Asap', sans-serif;
    -webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
}

.container {
	width: 97%;
	height: 95%;
	background-color:#FFF;	
	position: absolute;
	top:2.5%;
	left:1.5%;
	clear:both;
}

.container1 {
	width: 97%;
	height: 95%;	
	position: absolute;
	top:2.5%;
	left:1.5%;
	clear:both;	
}

.container2 {
	width: 97%;
	height: 95%;
	position: absolute;
	top:2.5%;
	left:1.5%;
	clear:both;
	background-image:url(../img/profilo.jpg);

}



.container_proj1 {
	width:auto;
	height:5100px;
	background-color:#FFF;	
}

.container_proj2 {
	width:auto;
	height:4530px;
	background-color:#FFF;	
}

.container_proj3 {
	width:auto;
	height:4400px;
	background-color:#FFF;	
}


.container_proj4 {
	width:auto;
	height:4500px;
	background-color:#FFF;	
}

.container_proj5 {
	width:auto;
	height:8450px;
	background-color:#FFF;	
}

.container_proj6 {
	width:auto;
	height:4600px;
	background-color:#FFF;	
}

.container_proj7 {
	width:auto;
	height:6100px;
	background-color:#FFF;	
}


.container_proj8 {
	width:auto;
	height:3600px;
	background-color:#FFF;	
}


.container_proj9 {
	width:auto;
	height:3700px;
	background-color:#FFF;	
}

.container_proj10 {
	width:auto;
	height:5550px;
	background-color:#FFF;	
}


.container_proj11 {
	width:auto;
	height:4500px;
	background-color:#FFF;	
}

.container_proj12 {
	width:auto;
	height:9150px;
	background-color:#FFF;	
}



.container.demo-1 {
	height: 95%;
	width:97%;
	position: absolute;
	top:2.5%;
	left:1.5%;
	
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.container > header,
.content-wrapper {
	padding: 30px;
	width: 80%;
	max-width: 960px;
	margin: 0 auto;
}

.content-wrapper p{
	padding-top: 30px;
	line-height: 26px;
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	float: left;
}

.container > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}

