@charset "UTF-8";
/* Body */
body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color: #1D555A;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #1D555A;
}
.header {
	width: 100%;
	height: 8%;
	background-color: #5D5E5D;
}
.intetazione1 {
	width: 100%;
	margin-top: 35px;
	margin-bottom: 35px;
}
.intestazione1-2 {
	margin-bottom: 35px;
	width: 100%;
}
.gallery1 {
	margin-left: auto;
	margin-right: auto;
	background-color: #1D555A;
}
.thumbnail1 {
	width: 80%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #1D555A;
}
.tumgal1 {
	margin-bottom: 0px;
	width: 100%;
	background-color: #1D555A;
}.gallery2 {
	margin-left: auto;
	margin-right: auto;
	background-color: #1D555A;
}
.thumbnail2 {
	width: 80%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #1D555A;
}
.tumgal2 {
	margin-bottom: 0px;
	margin-top: 25px;
	width: 100%;
	background-color: #1D555A;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #1D555A;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #1D555A;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer {
	width: 80%;
	background-color: #1D555A;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0PX;
	text-align: center;
}
.hero_header {
	width: 80%;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12pt;
}
.copyright {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #1D555A;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-size: 12pt;
}
