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


.no-space{
	padding:0px;
	margin:0px;
}

.logo-loader{
	width:200px;
}


#story{
	width:80%;
	margin:auto
}


.bg-blue{
	background-color:#1A3563
}

.bg-white{
	background-color:#FFF
}

.bg-blue-light{
	background-color:#5E7192 !important;
	border-bottom: 10px solid #C00;
}

.separetor{
	padding:50px;
}



/* AZIENDA */

@media (max-width: 479px) {
.story-cont{
	text-align:center !important;
}
}


/* LAVORO */

.head-lavoro{
	padding:100px 0px 0px 0px;
}


#lavoro{
	padding:60px 0px;
}

.lavoro-img-container img{
	margin-bottom:20px;
}

.project-item a{
	cursor:pointer !important;
}


