body {
	margin-top: 1px;
	font-family: tahoma, verdana, Helvetica, sans-serif;
	font-size: 13px;
	background: #EEFCCF;
}
.logo {
	text-align: center;
	padding-top: 15px
}
#container {
	position: relative;
	margin: 0px auto;
	max-width: 1170px;
	background: #FFFFFF repeat-y 200px 0;
	box-shadow: 0px 0px 13px rgba(44, 50, 50, 0.82);
}
#info-home ul {
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 20px;
	padding-top: 10px;
}
#info-home {
	text-align: justify;
	line-height: 1.5em;
	padding-right: 10px;
	font-family: tahoma, verdana, Helvetica, sans-serif;
	color: #333333;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 100%;
	margin-top: 10px;
}
#info-home H1 {
	border-bottom: 1px solid #a91e21;
	padding-bottom: 0px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	color: #336699;
	font-size: 140%;
	font-weight: lighter;
}
#info-home H2 {
	border-bottom: gray 1px solid;
	text-align: left;
	font-family: tahoma, verdana, Helvetica, sans-serif;
	margin-bottom: 5px;
	color: #336699;
	font-size: 130%;
	font-weight: lighter;
	padding-top: 10px;
}
#info-home H3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	color: #336699;
	font-size: 120%;
	font-weight: lighter;
	padding-top: 10px;
}
H4 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: #a91e21 1px solid;
	margin-bottom: 5px;
	color: #336699;
	font-size: 110%;
	font-weight: lighter;
	padding-top: 10px;
}
H5 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	color: #3300FF;
	font-size: 100%;
	font-weight: lighter;
	padding-top: 10px;
}
#box-conct {
	margin-top: 35px;
	margin-bottom: 20px;
	border: 1px solid #333333;
	background: #EEFCFF;
	-webkit-box-shadow: 0px 0px 13px rgba(44, 50, 50, 0.82);
	-moz-box-shadow: 0px 0px 13px rgba(44, 50, 50, 0.82);
	box-shadow: 0px 0px 13px rgba(44, 50, 50, 0.82);
	padding: 20px;
}
#box-conct H3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3399ff;
	font-size: medium;
	top: 10px;
}
#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgba(100, 23, 23, 0.9);
	width: 43px;
	height: 47px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 3px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top:hover {
	background: rgba(100, 28, 28, 0.7);
}
#return-to-top:hover i {
	color: #000;
	top: 5px;
}
#cookieChoiceInfo {
	font-size: 16px;
	padding: 10px;
	opacity: .8;
}
#cookieChoiceDismiss {
	background-color: #FF9900;
	color: #666666;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	padding: 3px 10px;
	border-radius: 3px;
}
#cookieChoiceDismiss:hover {
	background-color: #FFCC00;
}
#socialBox { 
	float: left; 
	padding-top: 4px; 
}
#socialBox li { 
	float: left; 
	list-style-type: none; 
	height: 23px; 
	background: url('../images/separatore.png') no-repeat 100% 0; 
	padding: 0 10px; 
}
#socialBox .first_menuitem { 
	background: none;
	float: none; 
	font-weight: bold; 
}
#footer {
	background: #FFFFFF;
	margin-top: 10px;
	text-align: center;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	font-family: verdana, Arial, sans-serif;
	font-size: x-small;
}
