body{
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	color: #666;
	overflow-x: hidden;
}

p{
	font-size: 16px;
	color: #bfbfbf;
}

h3{
	font-size: 40px;
}

a{
	color: #cc0000;
}

p b{
	color: #666;
}

.clear{
	clear: both;
}
/*------------- INDEX.HTML -------------*/

.menu{
	top:0;
	position: fixed;
	z-index: 10002;
	background-color: #fff;
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
}

.logo{
	width: 220px;
	height: 80px;
	z-index: 10000;s
}
.logo img{
	width: 100%;
	height: 100%;
}

.navigation-menu{
	position: absolute;
	right:0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

@media(max-width: 991px){
	.navigation-menu{
		font-size: 14px;
	}
}

.active-red{
	color: #cc0000!important;
}

.navigation-menu a{
	padding: 10px;
	color: #666;
	-webkit-transition: all 0.2s 0s linear;
	-moz-transition: all 0.2s 0s linear;
	-o-transition: all 0.2s 0s linear;
	transition: all 0.2s 0s linear;
}

.navigation-menu a:hover{
	text-decoration: none;
	color: #cc0000;
	-webkit-transition: all 0.2s 0s linear;
	-moz-transition: all 0.2s 0s linear;
	-o-transition: all 0.2s 0s linear;
	transition: all 0.2s 0s linear;
}

.navigation-menu2{
	width: 50px;
	height: 50px;
	position: absolute;
	margin-top: -25px;
	top: 50%;
	right: 5px;
	cursor: pointer;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}

.menu-navigation{
	background-color: #cc0000;
	height: 3px;
	left: 50%;
	margin-left: -14px;
	position: absolute;
	width: 30px;
}

.menu-navigation.level1{
	margin-top: -2px;
	top: 34%;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}

.menu-navigation.level2{
	margin-top: -2px;
	top: 50%;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}

.menu-navigation.level3{
	margin-top: -2px;
	top: 66%;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}

.menu-navigation.level1.rotate{
	margin-top: -2px;
	top: 50%;
	transform: rotate(45deg);
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	-o-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}

.menu-navigation.level2.rotate{

	margin-top: -2px;
	top: 50%;
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	-o-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}

.menu-navigation.level3.rotate{
	display: none;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}

.navigation-menu3{
	/*background-color: #fff;
	position: absolute;
	top: -350px;
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;*/
	display: none;
}

/*.navigation-menu3.open{
	background-color: #fff;
	position: absolute;
	top: 81px;
	width: 100%;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}*/

.navigation-menu3 ul{
	text-decoration: none;
}

.navigation-menu3 li{
	display: block;
	padding: 20px 0;
}

.navigation-menu3 a{
	color: #666;
}

.navigation-menu3 a:hover{
	text-decoration: none;
	color: #cc0000;
}

.slider{
	margin-top: 81px;
	height: 600px;
	padding: 0;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}

.slider.open{
	margin-top: 396.25px;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}

.title-slider{
	position: absolute;
	z-index: 10000;
	width: 100%;
	text-align: center;
	left: 50%;
	top: 50%;
	color: #fff!important;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	z-index: 11;
}

.title-slider h2{
	margin:0;
	font-size: 80px;
	color: #fff;
}

@media(max-width: 479px){
	.title-slider h2{
		font-size: 40px;
	}
	.subtitle{
		font-size: 16px;
	}
}

.subtitle{
	width: 65%;
	color: #fff;
	font-size: 20px;
	margin: auto;
}

.title-slider a{
	color: #fff;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #fff;
	padding: 10px 25px;
	-webkit-transition: all 0.2s 0s linear;
	-moz-transition: all 0.2s 0s linear;
	-o-transition: all 0.2s 0s linear;
	transition: all 0.2s 0s linear;
}

.title-slider a:hover{
	color: #cc0000;
	border: 1px solid #cc0000;
	-webkit-transition: all 0.2s 0s linear;
	-moz-transition: all 0.2s 0s linear;
	-o-transition: all 0.2s 0s linear;
	transition: all 0.2s 0s linear;
}

.title-slider a:hover{
	text-decoration: none;
}

.trama{
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVQoU2NkIAKkpaXVMxJSB1I0a9asRrwKYYpAhuFUiKwIp0J0RVgVYlOEoRCXIhSF+BTBFRJSBFZIjCKQQgBnJyW8HMIh6wAAAABJRU5ErkJggg==') repeat scroll 0 0;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	z-index: 10;
}

.trama-background{
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVQoU2NkIAKkpaXVMxJSB1I0a9asRrwKYYpAhuFUiKwIp0J0RVgVYlOEoRCXIhSF+BTBFRJSBFZIjCKQQgBnJyW8HMIh6wAAAABJRU5ErkJggg==') repeat scroll 0 0;
	height: 300px;
	position: absolute;
	left:0;
	top:81px;
	width: 100%;
	z-index: 10;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}

.trama-background.open{
	margin-top: 315px;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}

.section1{
	padding: 60px 0;
	text-align: center;
}

.section1 h3{
	font-size: 40px;
	margin-bottom: 20px;
}

.section10{
	padding:0;
}

.subtitle2{
	text-align: center;
	font-size: 20px;
	color: #bfbfbf;
	width: 80%;
	margin: auto;
}

.section2{
	padding:0;
}

.box-container{
	text-align: center;
	border: 1px solid #d8d8d8;
	padding: 10px;
	font-size: 20px;
}

.box-container span{
	font-size: 40px;
/*	padding: 40px 0;*/
	color: #cc0000;
}

.title-box-container{
	color: #cc0000;
	margin-bottom: 10px;
}

.box-container a{
	color: #cc0000;
	padding: 10px 0;
}

/*
.box-container a:hover{
	color: #333;
}
*/

.box-container:hover a{
	text-decoration: none;
}

.section3{
	padding: 80px 0 50px 0;
	text-align: center;
}

.section3 h3{
	font-size: 40px;
}

.lavori-container{
	margin-bottom: 40px;
}

.portfolio{
	border: 1px solid #d8d8d8;
	margin-bottom: 20px;
}

.portfolio-img img{
	width: 100%;
	height: 100%;
}

.portfolio-desc{
	padding: 10px 0;
}

.portfolio-desc{
	text-align: center;
}

.portfolio-desc h4{
	font-size: 20px;
}

.portfolio-desc a{
	padding: 15px 25px;
	border: 1px solid #d8d8d8;
	color: #666;
	background-color: #ffffff;
	position: absolute;
	margin-left: -52px;
	margin-top: -20px;
	-webkit-transition: all 0.2s 0s linear;
	-moz-transition: all 0.2s 0s linear;
	-o-transition: all 0.2s 0s linear;
	transition: all 0.2s 0s linear;
	text-decoration: none;
}

.portfolio-desc a:hover{
	text-decoration: none;
	border: 1px solid #cc0000;
	color: #cc0000;
	-webkit-transition: all 0.2s 0s linear;
	-moz-transition: all 0.2s 0s linear;
	-o-transition: all 0.2s 0s linear;
	transition: all 0.2s 0s linear;
}

/*
.section5{
	background: url(img/index/parallax.jpeg) no-repeat center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	position: relative;
	margin: 20px 0 100px 0;
	height: 300px;
	padding-top: 130px;
}
*/

.section5{
	background: url(img/index/img-bg-fixed-2500x1800.jpg) no-repeat 50% 50%;
	background-attachment: fixed;
	text-align: center;
	padding: 150px 0;
	color: #fff;
	position: relative;
}

.trama-parallasse{
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVQoU2NkIAKkpaXVMxJSB1I0a9asRrwKYYpAhuFUiKwIp0J0RVgVYlOEoRCXIhSF+BTBFRJSBFZIjCKQQgBnJyW8HMIh6wAAAABJRU5ErkJggg==') repeat scroll 0 0;
	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 1000;
}

.slider-quote{
	position: relative;
	width: 100%;
	color: #fff;
	text-align: center;
	z-index: 1001;
	font-size: 20px;
}

.slider-quote-name{
	position: relative;
	width: 100%;
	color: #fff;
	text-align: center;
	z-index: 100000;
	margin-top: 30px;
}

.prev-slide{
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left:50px;
	cursor: pointer;
	/*obbligato a metterlo*/
	width: 60px;
	height: 60px;
	z-index: 1;
}

.prev-slide img{
	width:100%;
	height:100%;
}

.next-slide {
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right:50px;
	cursor: pointer;
	width: 60px;
	height: 60px;
	z-index: 1;
}

.next-slide img{
	width:100%;
	height:100%;
}

@media (min-width: 1200px) and (max-width: 1350px){
	.prev-slide{
		top:100%;
	}
	.next-slide{
		top:100%;
	}
}

@media (min-width: 992px) and (max-width: 1150px){
	.prev-slide{
		top:100%;
	}
	.next-slide{
		top:100%;
	}
}

@media (min-width: 768px) and (max-width: 890px){
	.prev-slide{
		top:100%;
	}
	.next-slide{
		top:100%;
	}
}

@media (max-width:767px){
	.prev-slide{
	position: absolute;
	top:100%;
	left:20px;
	cursor: pointer;
	}
	.next-slide {
	position: absolute;
	top:100%;
	right:20px;
	cursor: pointer;
	}
}

.description-container h3{
	font-size: 40px;
}

.icon1{
	width: 80px;
	height: 80px;
	background-color: #cc0000;
	border-radius: 50%;
}

.icon1 img{
	width: 100%;
	height: 100%;
}

.text-icon1{
	height: 80px;
}

.text-icon1 p{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	margin-left: 10px;
}

.newsletter{
	margin-top: 100px;
	text-align:center;
	padding: 60px 0;
	background-color: #f5f5f5;
	width: 100%;
}

.title-newsletter{
	font-size: 25px;
}

.form-subscribe{
	width: 360px;
	margin: auto;
}

.e-mail{
	width: 100%;
	margin-bottom: 15px;
	padding: 5px;
}

.btn{
	width: 100%;
	color: #fff;
	background-color: #cc0000;
	border-radius: 0;
	padding: 8px 12px;
	-webkit-transition: all 0.2s 0s linear;
	-moz-transition: all 0.2s 0s linear;
	-o-transition: all 0.2s 0s linear;
	transition: all 0.2s 0s linear;
}

.btn:hover{
	color: #cc0000;
	background-color: #fff;
	border: 1px solid #cc0000;
	-webkit-transition: all 0.2s 0s linear;
	-moz-transition: all 0.2s 0s linear;
	-o-transition: all 0.2s 0s linear;
	transition: all 0.2s 0s linear;
}

.footer{
	background-color: #191919;
	width: 100%;
	padding: 25px 0;
}

.footer a{
	text-decoration: none;
	color: #bfbfbf;
}

.footer a:hover{
	color: #cc0000;
	cursor: pointer;
}

.item-footer{
	padding: 25px 0;
}

.logo-footer{
	width: 240px;
	height: 100px;
}

.logo-footer img{
	width: 100%;
	height: 100%;
}

.privacy{
	width: 100%;
	background-color: black;
	text-align: center;
	padding: 20px 0;
}

.privacy-text{
	color: #4c4c4c;
}

.privacy-text a{
	color: #4c4c4c;
}

.privacy-text a:hover{
	text-decoration: none;
	color: #cc0000;
}

.search-logo{
	width: 16px;
	height: 16px;
}

.search-logo img{
	width: 100%;
	height: 100%;
}

.inline-block{
	display: inline-block;
}

@media(min-width: 400px){
	.float-right{
		float: right;
	}
}

.offerte-link:hover{
	text-decoration: none;
	color: #cc0000;
}

/*------------- IMPRESA.HTML ------------*/

.section7-impresa{
	margin-top: 81px;
	height: 300px;
	background:url("img/impresa/impresa-cover-1920x400.jpg") no-repeat center center;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}

/*
.section7.open{
	margin-top: 396.25px;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}
*/

.section7-impresa h3{
	color:#fff;
	position: absolute;
	top: 50%;
	-webikt-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1000;
}

.section8{
	width: 100%;
	height: 150px;
	background-color: #e5e5e5;
}

.section8 h3{
	margin-top: 52px;
}

.filosofia-aziendale{
	padding: 50px 15px;
}

@media(max-width: 991px){
	.filosofia-aziendale{
/*		padding: 50px 15px;*/
	}
}

.filosofia-aziendale-cover1{
	background: url(img/come-lavoriamo/progettazione-1000x300.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 285px;
}

.filosofia-aziendale-cover2{
	background: url(img/come-lavoriamo/direzione-1000x300.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 285px;
}

.filosofia-aziendale-cover3{
	background: url(img/come-lavoriamo/realizzaione-costruzione-1000x300.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 285px;
}

.filosofia-aziendale-cover4{
	background: url(img/come-lavoriamo/assistenza-1000x300.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 285px;
}

.section9{
	margin-top: 50px;
	margin-bottom: 50px;
}

.subtitle-storia{
	font-size: 30px;
}

.timeline-carousel{
	text-align: center;
	padding: 100px 0;
}

.timeline-carousel h3{
	color: #CC0000;
}

.container-text-2{
	margin-top: 35px;
}

@media(min-width: 992px){
	.nostra-storia{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	}
}

/*
.p-storia{
	padding: 10px 20px;
	border-left: 5px solid #cc0000;
}
*/

.chart-wrap{
	position: relative;
/*	height: 500px;*/
	width: 100%;
}

#piechart{

	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
    left: 0;

/*
	width: 900px;
	height: 500px;
*/

}

/*
@media(max-width: 700px){
	#piechart{
		width: 650px;
		height: 350px;
	}
}
*/

#myChart{
	margin-top: 30px;
	margin-bottom: 50px;
}

.statistics{
	position: relative;
	text-align: left;
}

.statistics-name{
	margin-bottom: 12px;
	display: block;
}

.statistics-perc{
	position: absolute;
	top:0;
	right: 10%;
	display: block;
}

.progress{
	background-color: #eee;
	height: 3px;
	margin-bottom: 20px;
}

.colored{
	background-color: #cc0000;
}

.section11{
	margin-top: 50px;
	margin-bottom: 100px;
}

.section11 img{
	border-radius: 50%;
	margin-bottom: 50px;
	width: 100%;
	height: 100%;
}

.general-data{
	font-size: 20px;
}

.employment2{
	color: #bfbfbf;
	margin-bottom: 10px;
}

.employment{
	font-size: 20px;
	color: #cc0000;
}

.referenze{
	height: 250px;
	padding: 0;
	text-align: center;
}

.ms-slide{
	background-color: #f5f5f5;
}

/*
.ms-slide img{
	width: 100%;
	height: 100%;
}
*/

.referenze-container{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.referenze-p{
/*	width: 80%;*/
	margin: auto;
	margin-bottom: 10px;
}

.orizontal-line{
	height: 2px;
	width: 100px;
	background-color: #cc0000;
	margin: 20px 0;
}

.section18{
	margin-top: 50px;
	margin-bottom: 50px;
}

.certificazioni-container{
	margin-top: 50px;
	margin-bottom: 50px;
}

.titolo-certificazione{
	font-size: 15px;
	text-align: center;
	margin-bottom: 20px;
}

@media(max-width: 768px){
	.titolo-certificazione{
		width: 50%;
		margin: auto;
		margin-bottom: 20px;
	}
}

.logo-download{
	height: 60px;
	width: 60px;
	margin: auto;
}

.logo-download img{
	height: 100%;
	width: 100%;
}

/*-------------- COME-LAVORIAMO.html -------------*/

.section7-come-lavoriamo{
	margin-top: 81px;
	height: 300px;
	background:url("img/come-lavoriamo/come-lavoriamo-cover-1920x300.jpg") no-repeat center center;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}

/*
.section7.open{
	margin-top: 396.25px;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}
*/

.section7-come-lavoriamo h3{
	color:#fff;
	position: absolute;
	top: 50%;
	-webikt-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1000;
}
.section12{
	width: 100%;
	background-color: #cc0000;
	padding: 50px 0;
}

.number{
	font-size: 120px;
	color: #fff;
}

.title-description{
	font-size: 25px;
	margin-bottom: 10px;
	color: #fff;
	text-transform: uppercase;
}

.icon-item{
	position: absolute;
	bottom:0;
	right: 30px;
	opacity: 0.5;
}

.section4{
	margin-bottom: 50px;
}

.portfolio-offerte{
	margin-top: 50px;
	margin-bottom: 50px;
	border: 1px solid #d8d8d8;
}

.offerta-desc{
	padding: 10px;
	border-top: 1px solid #d8d8d8;
}

.offerta-desc h4{
	font-size: 25px;
}

.rosso{
	color: #cc0000;
}

/*------------- REALIZAZIONI.html -------------*/

.section7-realizzazioni{
	margin-top: 81px;
	height: 300px;
	background:url("img/realizzazioni/realizzazioni-cover-1920x300.jpg") no-repeat center center;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}

/*
.section7.open{
	margin-top: 396.25px;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}
*/

.section7-realizzazioni h3{
	color:#fff;
	position: absolute;
	top: 50%;
	-webikt-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1000;
}

.section15{
	margin-top: 100px;
	margin-bottom: 50px;
}

.portfolio-filter{
	padding: 0;
}

.portfolio-filter li{
	display: inline-block;
	border: 1px solid #eee;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 16px;
	margin-bottom: 10px;
}

/*
.portfolio-filter li:hover{
	border: 1px solid #cc0000;
	color: #cc0000;
	background-color: #fff;
}
*/

.active2{
	background-color: #cc0000;
	color: #fff;
}

.section16{
	margin-bottom: 50px;
}

.item{
	padding: 5px;
}

.item-link{
	position: relative;
	display: block;
	-webkit-transition: all 0.2s 0s linear;
	-moz-transition: all 0.2s 0s linear;
	-o-transition: all 0.2s 0s linear;
	transition: all 0.2s 0s linear;
}

.black-opacity{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34,34,34,.5);
	opacity: 0;
	-webkit-transition: all 0.3s 0s ease;
	-moz-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

.title-rel{
	background-color: black;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 25px;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	color: #fff;
	z-index: -100;
}

.item img{
	width: 100%;
	height: 100%;
}

.item-link:hover .black-opacity{
	opacity: 1;
	-webkit-transition: all 0.2s 0s linear;
	-moz-transition: all 0.2s 0s linear;
	-o-transition: all 0.2s 0s linear;
	transition: all 0.2s 0s linear;
}

.item-link:hover .title-rel{
	-webkit-transition: all 0.3s 0s ease;
	-moz-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity:1;
	overflow: hidden!important;
	z-index: 100;
}

.section17{
	width: 100%;
/*	background-color: #f5f5f5;*/
	padding: 50px 0;
}

.section17 img{
	width: 100%;
	height: 100%;
}

/*------------- CONTATTI.html -------------*/

.section7-contatti{
	margin-top: 81px;
	height: 300px;
	background:url("img/contatti/contatti-cover-1920x300.jpg") no-repeat center center;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}

/*
.section7.open{
	margin-top: 396.25px;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}
*/

.section7-contatti h3{
	color:#fff;
	position: absolute;
	top: 50%;
	-webikt-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1000;
}

.section13{
	text-align: center;
	font-size: 25px;
	margin-top: 50px;
}

.section13 p{
	margin: 20px 0 50px 0;
}

.section13 a{
	background-color: #666;
	color: #fff;
	padding: 10px 15px;
	font-size: 18px;
}

.section13 a:hover{
	cursor: default;
	text-decoration: none;
}

.section14{
	margin-top: 100px;
	margin-bottom: 100px;
}

.form-control{
	border-radius: 0;
	border-color: #666;
	height: 50px;
}

.btn-invia{
	padding: 15px 50px;
	background-color: #cc0000;
	color: #fff;
	-webkit-transition: all 0.2s 0s linear;
	-moz-transition: all 0.2s 0s linear;
	-o-transition: all 0.2s 0s linear;
	transition: all 0.2s 0s linear;
}

/*
@media(min-width: 768px){
	.btn-invia{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
}
*/

.btn-invia:hover{
	text-decoration: none;
	color: #cc0000;
	border: 1px solid #cc0000;
	background-color: #fff;
	-webkit-transition: all 0.2s 0s linear;
	-moz-transition: all 0.2s 0s linear;
	-o-transition: all 0.2s 0s linear;
	transition: all 0.2s 0s linear;
}

/*
.custom-checkbox-icon div{
	position: relative;
	top: 7px;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: transparent;
	border: 1px solid #bbb;
}

.custom-checkbox-icon input{
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.privacy-checkbox,.informativa{
	color: #333;
}

.privacy-checkbox:hover,.informativa:hover{
	text-decoration: none;
	color: #666;
	cursor: pointer;
}
*/

#map{
	width: 100%;
	height: 398px;
	position: relative;
	overflow: hidden;
}

.form-control{
	font-size: 16px;
	box-shadow: none!important;
}

.highcharts-credits { display: none }

.btn { width: auto }

.custom-checkbox{
	font-size:14px;
	color:#888;
	font-weight:400;
	margin-bottom:15px
}

.custom-checkbox a{
	color:inherit;
	display:inline-block;
	margin-bottom:3px
}
.custom-checkbox a:hover{color:#aaa}

.custom-checkbox *,.custom-checkbox *:after,.custom-checkbox *:before{
	-webkit-box-sizing:content-box !important;
	-moz-box-sizing:content-box !important;
	box-sizing:content-box !important
}.custom-checkbox .custom-checkbox-icon{
	margin-bottom:0;
	position:relative;
	top:4px;
	margin-right:5px
}
.custom-checkbox .custom-checkbox-icon input{
	position:absolute;
	z-index:-1;
	opacity:0}

.custom-checkbox .custom-checkbox-icon input:checked ~ div{
	background:#cc0000;
	border-color:#cc0000;}

.custom-checkbox .custom-checkbox-icon input:checked ~ div:after{display:block}

.custom-checkbox .custom-checkbox-icon div{
	position:relative;
	cursor:pointer;
	width:16px;
	height:16px;
	background:transparent;
	border:1px solid #aaa}

.custom-checkbox .custom-checkbox-icon div:hover{background:#ccc}

.custom-checkbox .custom-checkbox-icon div:after{
	position:absolute;
	display:none;
	content:'';
	top:2px;
	left:6px;
	width:3px;
	height:8px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	border:solid #fff;
	border-width:0 2px 2px 0}

/* COMMONS */
.mar-b-15 { margin-bottom: 15px }
.mar-b-20 { margin-bottom: 20px }
.mar-t-2 { margin-top: 2px }
.mar-t-30 { margin-top: 30px }
.mar-t-50 { margin-top: 50px }
.mar-t-100 { margin-top: 100px }

.pad-t-120 { padding-top: 120px }
.pad-b-80 { padding-bottom: 80px }

.pad-10-0 { padding: 10px 0 }
.pad-20-0 { padding: 20px 0 }

.pos-rel { position: relative }

.bck-color-1 { background-color: #cc0000 }

.color-1 { color: #cc0000 }
.color-fff { color: #fff }

.pie-chart {
	min-width: 310px;
	height: 400px;
	max-width: 600px;
	margin: 0 auto;
}

.no-padding { padding:0 }
