.contvoci {
	position: absolute;
	left: 25%;
	top: 50%;
	width: 300px;
	font-size: 1.5em;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	color: #000;
	line-height: 1.8em;
	/*text-transform: uppercase;*/
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
	user-select: none;
	
	margin-left: -30px;
	opacity: 0;
	pointer-events: none;
}
.contvoci ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	
}
.contvoci li {
	cursor: pointer;
	transition: opacity 0.3s;
	cursor: pointer;
	padding-left: 30px;
}
.contvoci li:hover {
	  opacity: 0.5;
}
.activewhite {
	color: #45a453;
	font-size: 1.1em;;
	border-left: 2px solid #45a453;
	/*text-decoration: line-through;*/
	font-weight: 600;
}
.indirizzomenu {
	position: absolute;
	left: 25%;
	bottom: 6%;
	width: 300px;
	height: auto;
	font-family: 'Titillium Web', sans-serif;
	text-align: left;
	color: #5f5f5f;
	font-size: 0.8em;
	font-weight: 600;
	line-height: 1.4em;
	pointer-events: none;
	opacity: 0;
}

@media only screen and (max-height: 1000px) {
	.contvoci {
		position: absolute;
		left: 25%;
		top: 40%;
		width: 300px;
		font-size: 1.5em;
		font-family: 'Titillium Web', sans-serif;
		font-weight: 400;
		color: #000;
		line-height: 1.8em;
		/*text-transform: uppercase;*/
		-ms-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		
		-moz-user-select: none;
	    -khtml-user-select: none;
	    -webkit-user-select: none;
	    -ms-user-select: none;
		user-select: none;
		
		margin-left: -30px;
		opacity: 0;
		pointer-events: none;
	}
	
}
@media only screen and (max-width: 1200px) {
	.contvoci {
		position: absolute;
		left: 12%;
		top: 4%;
		width: 300px;
		font-size: 1.5em;
		font-family: 'Titillium Web', sans-serif;
		font-weight: 400;
		color: #000;
		line-height: 1.7em;
		/*text-transform: uppercase;*/
		-ms-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
		
		-moz-user-select: none;
	    -khtml-user-select: none;
	    -webkit-user-select: none;
	    -ms-user-select: none;
		user-select: none;
		
		margin-left: -30px;
		opacity: 0;
		pointer-events: none;
	}
	.activewhite {
		color: #45a453;
		font-size: 1.1em;
		border-left: 2px solid #45a453;
		/*text-decoration: line-through;*/
		font-weight: 600;
	}
	.indirizzomenu {
		position: absolute;
		left: 12%;
		bottom: 4%;
		width: 300px;
		height: auto;
		font-family: 'Titillium Web', sans-serif;
		text-align: left;
		color: #5f5f5f;
		font-size: 1em;
		font-weight: 600;
		line-height: 1.2em;
		pointer-events: none;
		opacity: 0;
	}
}
