#header-pagine {
	background: none;	
}

#contenitore_slide {
	position: absolute;
	top: 0px;	
	left: 0px;
	bottom: 0px;
	right: 0px;
    width: 100%;
    height: 100%;
}

#slide_vetrina {
	position: absolute;
    margin-bottom: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.shotfoto {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-repeat: no-repeat;	
}

#header-menu {
	position: absolute;
	top: 0px;
	background-color: rgba(0,0,0,0.5);
	height: 100px !important;
	z-index: 99;
}

#header-logo {
	height: 150px !important;	
	top: 70px !important;
}

#header-bottom {
	z-index: 99;	
}

.riga_comuni {
	position:relative; 
	margin-bottom: 15px; 
	height: 230px;
	overflow: hidden;
}

.cella_comune {
	position:relative; 
	margin-right: 15px;
	height: 220px;
	overflow:hidden;
	text-align:center;
	border: 1px dotted #999999;
	cursor: pointer;
	padding: 5px;
	box-sizing: border-box;
}

.nondisponibile {
	display:inline-block;
	line-height:0.8em;
	margin-top: -3px;
}

@media screen and (max-width: 1000px) {
	#header-pagine {
		width: 100%;
		height: 0;
		padding-bottom: 36%;
		display: block;
	}
}

@media screen and (max-width: 800px) {
	#header-pagine {
		padding-bottom: 55%;
	}
}
@media screen and (max-width: 640px) {
	#header-pagine {
		padding-bottom: 63%;
	}
}
