body#home{
	padding-bottom: 30px;
	background-color: #1c2b2d;
	color: #fff;
}
body#home #home-logo{
    background: #fff;
	border: 5px solid #fff;
    border-radius: 10%;
    width: 270px;
    height: 270px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}
body#home #home-logo.immagine-attiva{
	margin-top: -340px;
    z-index: 99999; /* 9999999999; */
    position: relative;
    margin-bottom: 20px;
}
body#ordina:not(.list) #copyright{
	display: none;
}
body#ordina:not(.list) #page-wrapper{
	padding-bottom: 40px;
}
#scelta-menu{
	padding-top: 20px;
	position: relative;
}
#scelta-menu .lead{
	color: #fff;
}
#scelta-menu .btn.btn-lg{
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 10px 0;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 20px;
}
@media( max-width: 767px ){
	
	body#home #home-logo.immagine-attiva{
		margin-top: -80px;
	    width: 150px;
		height: 150px;
		margin-bottom: 0;
	}
}
@media( min-width: 768px ){
	#immagine-attivita{
		max-height: 500px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#immagine-attivita img{
		visibility: hidden;
	}
}
@media( min-width: 768px ) and ( min-height: 700px ){
	#immagine-attivita{
		max-height: calc(100vh - 360px);
	}
}