body.blocca {
	overflow: hidden;
}

#oscura {
	position: fixed;
	left: 0;
	top: 0;
	/*opacity: 0;*/
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	height: 100%;
	width: 100%;
	pointer-events: none;
	/*background-color: rgba(0,0,0,0);*/
	z-/: 9990;
	visibility: hidden;
}

#oscura.active {
	opacity: 1;
	background-color: rgba(0,0,0,0.5);
	pointer-events: auto;
	visibility: visible;
}

#copri-all {
	position: fixed;
	left: 0;
	top: 0;
	/*opacity: 0;*/
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	height: 100%;
	width: 100%;
	pointer-events: none;
	/*background-color: rgba(0,0,0,0);*/
	z-/: 9990;
	visibility: hidden;
}

#copri-all.active {
	opacity: 1;
	background-color: rgba(255,255,255,0.8);
	pointer-events: auto;
	visibility: visible;
}

.full-loaded .menuResponsive {
	visibility: visible;
	z-/: 9999999;
}

.menuResponsive {
	position: fixed;
	left: -100%;
	left: -100vw;
	top: 0;
	width: 100%;
	max-width: 75%;/*340px;*/
	background-color: black;
	color: white;
	font-size: 20px;
	padding: 10px;
	pointer-events: none;
	height: 100%;
	overflow-y: scroll;
	-webkit-transition: left 0.5s linear 0s ;
	-moz-transition: left 0.5s linear 0s ;
	-o-transition: left 0.5s linear 0s ;
	transition: left 0.5s linear 0s ;
	z-/: 9999;
	visibility: hidden;
}

.menuResponsive.menu-right {
	right: -100vw;
	left: auto;
	-webkit-transition: right 0.5s linear 0s ;
	-moz-transition: right 0.5s linear 0s ;
	-o-transition: right 0.5s linear 0s ;
	transition: right 0.5s linear 0s ;
}

.menuResponsive.active {
	pointer-events: auto;
	left: 0;
	visibility: visible;
}

.menuResponsive.menu-right.active {
	pointer-events: auto;
	right: 0;
	left: auto;
}

.menuResponsive a {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	outline: none;
}

.menuResponsive .titoloMenu {
	margin-bottom: 20px;
}

.bloccoInterno {
	text-align: left;
	border-top: 1px solid #666;
}

.blocco .bloccoInterno:first-child{

}

.bloccoInterno a {
	color: white;
	display: block;
	font-weight: bold;
	margin-left: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.bloccoInterno a:first-letter {
	text-transform: capitalize;
}

.bloccoInterno a:hover {
	text-decoration: none;
}

.bloccoInterno a.diretto {
	font-weight: normal;
}


.bloccoInterno a.diretto:after {
	content: " ";
}

.bloccoInterno a:after {
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	top: -webkit-calc(50% - 10px);
	top: -moz-calc(50% - 10px);
	top: calc(50% - 10px);
	right: 20px;
	width: 5px;
	height: 5px;
	transform-origin: 8px 16px 0;
	transition: all 0.3s linear 0s
}

.bloccoInterno a.activea,
.bloccoInterno a.activeCurrent {
	color: #ff4209;
}

.bloccoInterno a.activea:after {
	transform: rotate(90deg);
}

.blocco{
	display: none;
}

.titoloMenu + .blocco0 + .blocco{
	display: block;
}

.bloccoInterno .bloccoInterno a{
	padding-left: 10px;
	padding-right: 30px;
}

.bloccoInterno .bloccoInterno .bloccoInterno a{
	padding-left: 20px;
}

.bloccoInterno .bloccoInterno .bloccoInterno .bloccoInterno a{
	padding-left: 30px;
}

.level-2 {
	background-color: rgba(255, 255, 255, 0.1);
}

.level-3 {
	background-color: rgba(255, 255, 255, 0.2);
}

.blocco.activeCurrent {
	display: block;
}

.menuResponsive {
	background-color: #000;
}
.bloccoInterno {
    border-top: 1px solid #fff;
}
.bloccoInterno a.activea,
.bloccoInterno a.activeCurrent {
    color: #FFF;
}

@media only screen and (max-width: 530px) {
	.menuResponsive	{
		font-size: 16px;
		line-height: 20px;
	}

	.banner .banner-slider .title
	{
		font-size: 11px;
	}
}
