section.prodotti {
	background: #f3f3f3;
}

section.prodotti article {
	display: block;
	float: left;
	background: #fff;
	width: 412px;
	margin: 20px 6px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
	padding: 45px 30px 54px 30px;
	text-align: center;
}
section.prodotti article h2 {
	font-size: 24px;
	margin: 20px 0;
}
section.prodotti article p {
	font-size: 14px;
	margin: 5px 0;
	color: #444444;
}
section.prodotti article a {
	text-align: center;
	font-size: 16px;
	background: #333333;
	color: #eeeeee;
	font-weight: 500;
	text-decoration: none;
	padding: 10px 10px;
	border-radius: 10px;
}
section.prodotti article a:hover {
	background: #c94242;
	color: #eeeeee !important;
}

section.testo {
	background: url(/image/home/bg-home-testo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
section.testo h1 {
	font-size: 34px;
	font-weight: 400;
	padding-top: 50px;
	padding-bottom: 100px;
	text-align: center;
	text-transform: uppercase;
	color: #c94242;
}


section.servizi {
	background: url(/image/home/bg-home-servizi.png);
	background-repeat: repeat-y;
	background-position: center;
}
section.servizi article {
	display: block;
	float: left;
	color: #ffffff;
	width: 425px;
	padding: 30px;
}
section.servizi article i {
	float: left;
}
section.servizi article h3 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	float: left;
	margin-left: 10px;
}
section.servizi article h2 {
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 600;
	float: left;
	margin-left: 10px;
}
section.servizi article p {
	margin: 20px 0;
	font-size: 16px;
}
section.servizi article a {
	text-align: center;
	font-size: 16px;
	background: #eeeeee;
	color: #333333;
	font-weight: 500;
	text-decoration: none;
	padding: 10px 10px;
	border-radius: 10px;
}
section.servizi article a:hover {
	background: #c94242;
	color: #eeeeee !important;
}

section.descr-home article {
	margin: 50px 0;
}
section.descr-home article h1 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
	padding: 0 10px;
}
section.descr-home article h1 span {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	padding: 0 10px;
}
section.descr-home article h2 {
	font-size: 24px;
	font-weight: 500;
	padding: 0 10px;
}
section.descr-home article p {
	font-size: 16px;
	padding: 0 10px;
}

section.screen-shot {
	height: 320px;
	background: url(/image/slider/bg-slider.jpg);	
	background-size: cover;
}
.img-software h1 {
	color: #ffffff;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	line-height: 60px;
}

section.descr-home article a {
	text-align: center;
	font-size: 16px;
	background: #333333;
	color: #eeeeee;
	font-weight: 500;
	text-decoration: none;
	padding: 10px 10px;
	border-radius: 10px;
}
section.descr-home article a:hover {
	background: #c94242;
	color: #eeeeee !important;
}

.minislide {
	height: 120px !important;
}

section.privacy article a, section.privacy article a:hover {
	padding: 0 !important;
	margin: 0 !important;;
	border: none !important;;
	border-radius: none !important;
	text-decoration: none !important;
	color: #333333 !important;
	background: #ffffff !important;
}
.normalLink {
	padding: 0 !important;
	margin: 0 !important;;
	border: none !important;
	border-radius: none !important;
	text-decoration: none !important;
	color: #333333 !important;
	background: none !important;
}
.normalLink:hover {
	color: #c94242 !important;
}
section.descr-home article a:hover .normalLink {
	color: #c94242 !important;
}

.normalLink-priv {
	padding: 0 !important;
	margin: 0 !important;;
	border: none !important;
	border-radius: none !important;
	text-decoration: none !important;
	color: #c94242 !important;
	background: none !important;
}
.normalLink-priv:hover {
	color: #c94242 !important;
}
