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

* {
	margin: 0;
	padding: 0;	
}

html, body {
	height: 100%;
}

a:link {color: #4F9D99;
	text-decoration:none;
}

a:visited {color: #666;}

body {
	/*background: #F2F2F2;*/
	/*background: url(../images/wavegrid.png);*/
	background: #FFF;
	color: #363636;
	font-family: 'Roboto', sans-serif;
	font-size: .8em;
	text-align: centre;

}

p {
	padding: 0 10px;
}


h1 {
	color: #4F9D99;
	font-size: 4em;
	font-family: 'Roboto', Arial, sans-serif; font-weight: 100;
	padding: 20px;
}	


h2 {
	color: #4F9D99;
	font-size: 3em;
	font-family: 'Roboto', Arial, sans-serif; font-weight: 100;
	padding: 30px 0px 10px 10px ;
	

}

h3 {
	color: #000;
	font-size: 3em;
	font-family: 'Roboto', Arial, sans-serif; font-weight: 100;
	padding: 0 20px;
	
}		


/*
 * LAYOUT
 */

#wrap {
	/*background:#FFF;*/
	width: 1200px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -90px;
}

#header {
	/*background: #FFF;*/
	height: 500px;
	text-align: center;
	padding-top: 100px;
}


.portfolio {
	clear: both;
	width: 750px;
	margin: 0 auto -110px;
	text-align: left;
}



.box-pic { 
	float: left;
	width: 230px;
	height: 230px;
	display: inline-table;
	margin: 10px;
	position: relative;
}

	
.boxtesto { 
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20%;
  	background: rgb(75, 150, 150);
 	background: rgba(75, 150, 150, 0.7);
}	



span.testo { 
	padding: 10px;
	color: #FFF;
	font-size: 1em;
	font-family: 'Roboto', Arial, sans-serif; font-weight: 100;
}






#content {
	text-align:center;
	

}

#footer, #push  {
	clear: both;
	height: 90px;
}


#footer  {
	background: #4F9D99;
	height: 90px;
	text-align: center;
	
	width: 100%;
	position:fixed;
	left:0px;
	bottom:0px;
	
}

#footer p {
	color: #FFF;
	font-size: 1.3em;
	font-family: 'Roboto', Arial, sans-serif; font-weight: 100;
	padding: 20px;

}



/*
 * FINE LAYOUT
 *