section {
	width:100%;
	margin:0px;
	padding-bottom:10px;
	padding-top:0px;
}

section.slide {
    background-color:#cccccc;
	padding-bottom:0px;
}

.imgslider {
	height:150px;
	overflow:hidden;
	width:100%;
}

.imgslider div {
	float:left;
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

section.first {
    background-color:#ffffff;
	border-bottom: 20px solid #cccccc;
	border-top: 20px solid #666666;
}

section.first-border {
	border-top: 20px solid #666666;
}


section.second {
    background-color:#ffffff;
	border-bottom: 20px solid #cccccc;
}

section.third {
    background-color:#ffffff;
	border-bottom: 20px solid #666666;
}

section.four {
    background-color:#cccccc;
	border-bottom: 20px solid #999999;
	padding-top:40px;
}

section.five {
    background-color:#cccccc;
	border-bottom: 20px solid #999999;
	padding-top:5px;
	padding-bottom:40px;
}

.realizzazioni {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:0px 0px 0px 0px !important;
	margin:0px 0px 0px 0px!important;
}

.realizzazioni img {
	padding:0px  0px 0px 0px!important;
	margin:0px 0px 0px 0px !important;
	width:100%;
}


footer {
	background-color:#cccccc;
}

.logofoot {
	background-color:#FFF;
}


@media screen and (min-width: 480px) {

}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1100px) {
	
.col-xs-4 {
	padding-left:0px;
	padding-right:0px;
}

.imgslider {
	height:455px;
}

	.container {
		width: 1000px !important;
		margin: 0px auto;
	}
}
