@charset "utf-8";
/* CSS Document */
/*---------------	GENERAL	  -----------------------*/
body {
	background:url(../img/bkg-body.jpg) repeat top left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	font-style:normal;
	color:#FFF;
}
hr {
	background:url(../img/bkg-hr.jpg) no-repeat top left;
	border:0;
	width:880px;
	height:2px;
	margin:15px 0;
}
#container {
	width:956px;
	margin:0 auto;
	position:relative;
}
/*---------------	HEADER	-----------------------*/
#header {
	color:#fff;
	font-family:'MyriadProRegular';
	font-size:1.167em;
	width:880px;
	float:left;
	padding:0px 38px;
	text-transform:uppercase;
	background:url(../img/header-logo.png) no-repeat top left;
	position:relative;
	z-index:2;
	height:236px;
}
#header .header-menu {
	height:40px;
	position:relative;
	top:155px;
	left:0;
}
#header .header-menu ul {
	float:left;
	width:365px;
	line-height:40px;
	margin-right:150px;
}
#header .header-menu ul.last {
	margin-right:0px;
}
#header .header-menu ul li {
	float:left;
	cursor:pointer;
}
#header .header-menu ul li.on, #header .header-menu ul li.active {
	background:url(../img/bkg-header-link.png) no-repeat bottom right;
}
#header .header-menu ul.first li {
	margin:0 29px;
}
#header .header-menu ul.last li {
	margin:0 20px;
}
#header .header-menu ul li.last {
	margin-right:0;
}
#header .header-menu ul li.first {
	margin-left:0;
}
#header .header-menu a {
	color:#fff;
	display:block;
}
#header .header-menu a.on, #header .header-menu a.active {
	color:#c03304;
}
/* ------------------  CONTENT     --------------------------*/
#content {
	color:#fff;
	float:left;
	width:880px;
	height:auto;
	padding:63px 38px 0px 38px;
	background:url(../img/bkg-content.jpg) no-repeat top left;
	position:relative;
	top:-47px;
	min-height:337px;
	z-index:1;
}
#content.home {
	background:url(../img/bkg-content-home.jpg) no-repeat top left;
	min-height:394px;
	padding:28px 38px 0px 38px;
	top:0;
	z-index:3;
}
#content .h1 {
	width:880px;
	overflow:hidden;
	display:block;
}
#content .title {
	color:#fff;
	font-family: 'HelveticaNarrowOblique';
	font-size:2.167em;
	float:left;
	width:695px;
}
#content .subtitle {
	color:#959595;
	font-family: 'HelveticaNarrowOblique';
	font-size:1.667em;
	float:right;
	line-height:26px;
}
#content .subtitle img {
	margin-left:7px;
}
#content .subtitle a {
	color:#959595;
}
#content .home-chisiamo {
	position:relative;
	padding-top:10px;
	height:135px;
	margin-bottom:12px;
}
#content .home-chisiamo .img {
	float:left;
	width:135px;
	height:135px;
	margin-right:22px;
}
#content .home-chisiamo .title {
	float:left;
	font-family: 'HelveticaNarrowRegular';
	color:#dc8033;
	width:720px;
	margin-bottom:12px;
	font-size:1.833em;
}
#content .home-chisiamo .text {
	float:left;
	color:#a8a8a8;
	line-height:16px;
	width:720px;
	font-size:1em;
}
#content .home-form {
	position:relative;
	height:200px;
}
#content .home-form input {
	background:url(../img/btn-input-home-form.png) no-repeat top left;
	height:35px;
	width:265px;
	border:0;
	float:left;
	color:#555555;
	font-family:Arial;
	font-size:1em;
	line-height:35px;
	margin-bottom:10px;
	padding:0px 10px;
}
#content .home-form textarea {
	background:url(../img/btn-textarea-home-form.png) no-repeat top left;
	height:150px;
	width:305px;
	border:0;
	float:left;
	color:#555555;
	font-family:Arial;
	font-size:1em;
	resize:none;
	overflow:hidden;
	margin-right:30px;
	padding:10px;
}
#content .home-form .submit {
	background:url(../img/btn-send-home-form.png) no-repeat top left;
	height:30px;
	cursor:pointer;
	width:75px;
	border:0;
	float:right;
	text-transform:uppercase;
	color:#fff;
	font-size:0;
	font-family: 'HelveticaNarrowRegular';
}
#content .home-form .home-form-box1 {
	width:285px;
	float:left;
	margin-right:20px;
}
#content .home-form .home-form-box2 {
	width:220px;
	color:#a8a8a8;
	line-height:20px;
	float:left;
}
#content .home-form .home-form-box2 a {
	color:#FFF;
	text-decoration:underline;
}
#content .home-form .home-form-box2 div {
	width:220px;
	float:left;
}
#content .home-form .home-form-box2 div.center {
	margin:15px 0px;
}
#content .home-form .home-form-box2 div img {
	float:left;
	margin:7px 10px 0px 0px;
}
#content .categorie-prodotti-list {
	position:relative;
	padding:20px 0px 0px;
	height:400px;
}
#content .categorie-prodotti-list li {
	width:135px;
	height:180px;
	margin:0px 42px 10px;
	float:left;
	position:relative;
}
#content .categorie-prodotti-list li .img {
	width:135px;
	height:135px;
	float:left;
	margin-bottom:8px;
}
#content .categorie-prodotti-list li.first {
	margin-left:0;
}
#content .categorie-prodotti-list li.last {
	margin-right:0;
}
#content .categorie-prodotti-list li .text {
	float:left;
}
#content .categorie-prodotti-list li .text a {
	font-family: 'HelveticaNarrowRegular';
	color:#dc8033;
	font-size:1.33em;
}
#content .map-contatti {
	position:relative;
	height:410px;
	margin:20px 0;
	border:1px dashed #4C4C4C;
	padding:4px;
}
#content .img-sezione {
	position:relative;
	height:200px;
	margin:20px 0 0 0;
}
#content .content-azienda {
	position:relative;
	margin:20px 0;
}
#content .content-norme {
	position:relative;
}
#content .content-norme .text {
	float:left;
	color:#a8a8a8;
	line-height:16px;
	height:350px;
	overflow-y:auto;
	font-size:1em;
	margin:20px 0;
	width:880px;
}
#content .cont-corsi {
	position:relative;
	padding-top:10px;
	float:left;
	margin-bottom:12px;
}
#content .cont-corsi .corso .title {
	font-family: 'HelveticaNarrowRegular';
	color:#dc8033;
	margin-bottom:12px;
	font-size:1.833em;
	line-height:22px;
	width:880px;
}
#content .cont-corsi .corso .title a {
	color:#dc8033;
}
#content .cont-corsi .corso .text {
	color:#a8a8a8;
	line-height:16px;
	font-size:1em;
	padding-bottom:20px;
}
#content .cont-corsi .corso .text strong {
	font-weight:bold;
}
#content .cont-corsi .corso {
	float:left;
	color:#a8a8a8;
	line-height:16px;
	width:880px;
	font-size:1em;
	border-bottom:1px dashed #808080;
	margin-bottom:20px;
}
#content .cont-corsi .corso.last {
	border-bottom:0px;
}
#content .cont-corsi .corso.first {
}
#content .cont-news {
	position:relative;
	padding-top:10px;
	float:left;
	margin-bottom:12px;
}
#content .cont-news .item-news {
	position:relative;
	float:left;
	margin:0 0 20px 0;
}
#content .cont-news .item-news .img {
	float:left;
	width:115px;
	height:115px;
	padding:10px;
	text-align:center;
	background:url(../img/bkg_img_news.png) top left no-repeat;
	margin-right:22px;
}
#content .cont-news .item-news .title {
	float:left;
	font-family: 'HelveticaNarrowRegular';
	color:#dc8033;
	width:720px;
	margin-bottom:12px;
	font-size:1.833em;
}
#content .cont-news .item-news .text {
	float:left;
	color:#a8a8a8;
	line-height:16px;
	width:720px;
	font-size:1em;
}
#content .cont-news .item-news .data {
	float:left;
	color:#fff;
	line-height:16px;
	width:720px;
	font-size:1.2em;
}
/* ------------------  CONTENT     --------------------------*/
#footer {
	color:#4d4d4d;
	font-size:0.917em;
	width:880px;
	float:left;
	padding:0px 38px;
	position:relative;
	z-index:2;
	height:70px;
}
#footer .credits-sx {
	float:left
}
#footer .credits-dx {
	float:right
}
#footer a {
	color:#4d4d4d;
}
#footer a:hover {
	color:#af0069;
}
/* ------------------  SLIDE     --------------------------*/
/* HOME */
#home-slide {
	position: relative;
	top: -47px;
	float:left;
	padding:0 38px;
	z-index: 1;
	height:350px;
}
#home-slide .home-slide-container {
	width:880px;
	height:395px;
}
#home-slide .home-slide-container div {
	width:880px;
	height:395px;
	display:block;
}
.pagination li a {
	background-image: url(../img/pagination-off.jpg);
	background-position: 0 0;
	display: block;
	float: left;
	height: 0;
	overflow: hidden;
	padding-top: 15px;
	width: 13px;
}
.pagination {
	width:470px;
	background:url(../img/bkg-pagination.png) no-repeat top left;
	height:27px;
	top:355px;
	position:absolute;
	left:0;
	padding-top:15px;
	padding-left:380px;
}
.pagination li.current a {
	background-image: url(../img/pagination-on.jpg);
	background-position: 0 0;
	display: block;
	float: left;
	height: 0;
	overflow: hidden;
	padding-top: 15px;
	width: 13px;
}
.pagination li {
	margin-right:8px;
	float:left;
}
#slide_prodotto {
	position:relative;
	float:left;
	width:880px;
	height:464px;
}
#slide_prodotto .slide_prodotto_container {
	width:880px;
	height:276px;
	/*background:url(../img/bkg-prodotti-categorie.png) no-repeat top left;*/
}
.bkg_prodotto_container {
	width:880px;
	position:absolute;
	left:38px;
	height:276px;
	background:url(../img/bkg-prodotti-categorie.png) no-repeat top left;
}
#slide_prodotto .slide_prodotto_container .item {
	width:880px;
	height:276px;
	display:block;
}
#slide_prodotto .slide_prodotto_container .img {
	width:265px;
	float:left;
	padding-top:5px;
	text-align:center;
}
#slide_prodotto .slide_prodotto_container .pdf {
	left: 820px;
	position: absolute;
	top: 20px;
}
#slide_prodotto .slide_prodotto_container .info {
	left: 650px;
	position: absolute;
	top: 23px;
}
#slide_prodotto .slide_prodotto_container .title {
	width:615px;
	height:50px;
	float:left;
	font-family:'MyriadProRegular';
	color:#ef4112;
	padding-top:20px;
}
#slide_prodotto .slide_prodotto_container .title span {
	color:#b0300d;
	font-size:0.692em;
	width:615px;
	display:block;
}
#slide_prodotto .slide_prodotto_container .text {
	color: #5B5B5B;
	float: left;
	height: 180px;
	line-height: 18px;
	overflow: hidden;
	padding-top: 10px;
	width: 600px;
}
#slide_prodotto .slide_prodotto_container .text p {
	float: left;
	width: 300px;
}
.jcarousel-item a {
	display:block;
	font-family:'MyriadProRegular';
	color:#b0300d;
	height:115px;
}

#content .home-form input[type=checkbox] {
		height: auto;
		width: auto;
		margin-top: 0px;
		margin-right: 20px;
}

#content .home-form .home-form-box2 {line-height: 17px}

.informativa {
	color: #aeaeae;
	font-size: 10px;
}

.informativa p {
	margin-top: 7px;
	margin-left: 36px;
	color: #aeaeae
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.informativa {
	 font-size: 8px;
	}
	#content .title {
		font-size: 1.4em
	}
	#container {min-height: 1200px}
	#footer {top: 33px}
}
