	.menu_container {
		position: absolute;
		left: 3%;
		top: 3vh;
		width: 94%;
		height: 8vh;
		min-height: 123px;
	}
	.menu_open {
		display: none;
	}
	.blackover_menu {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .5);
		display: block;
	}
	.logo {
		position: absolute;
		left: 0%;
		top: 0%;
		width: 123px;
		height: 100%;
		background-size: contain;
		background-position: left center;
		background-repeat: no-repeat;
		cursor: pointer;
		border-radius: 50%;
	}

	.menucont {
		position: absolute;
		left: 130px;
		top: 50%;
		width: auto;
		height: auto;
		max-height: 40px;
		-ms-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		padding-left: 20px;
	}
	.menucont ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	.menucont li {
		font-family: 'Poppins', sans-serif;
		color: #fff;
		font-size: 1em;
		font-weight: 600;
		float: left;
		display: block;
		text-align: center;
		padding-left: 1em;
		padding-right: 1em;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		text-decoration: none;
		border-radius: 10px;
		cursor: pointer;
		color: #fff;
		text-transform: uppercase;
		
		transition: all .3s ease-out;
		
		border: 3px solid rgba(255, 255, 255, 0);
	}
	/*.menucont li:hover {
		/*opacity: 0.6;*!/
	}*/
	li.current {
		background: rgba(0, 0, 0, .6);
		border: 2px solid #fff;
	}
	
	li a:link {
	    color: #fff;
	    text-decoration: none;
		transition: all .3s ease-out;
	}
	li a:visited {
	    color: #fff;
	}
	li a:hover {
		color: #f7cf2f;
	}
	li a:active {
	    color: #fff;
	}
	
	
	
	
	
	*{
		/*cursor: none;*/
	}
	.ricercaicona {
		position: absolute;
		right: 0;
		top: 50%;
		width: 40px;
		height: 40px;
		-ms-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		background-image: url('../images/lens.svg');
		background-position: center center;
		background-repeat: no-repeat;
		cursor: pointer;
		/*transition: opacity 0.5s ease-out 0s;*/
	}
	.ricercatext {
		position: absolute;
		right: 0;
		top: 50%;
		width: auto;
		height: 40px;
		margin-right: 50px;
		-ms-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		cursor: pointer;
		font-family: 'Poppins', sans-serif;
		font-size: 1em;
		font-weight: 600;
		color: #fff;
		line-height: 40px;
		/*transition: opacity 0.5s ease-out 0s;*/
	}
	#search-all input[type=text] {
		position: absolute;
		right: 50px;
		top: 50%;
		width: 0px;
		height: 40px;
		box-sizing: border-box;
		border-radius: 20px;
		border: none;
		text-align: center;
		font-family: 'Poppins', sans-serif;
		font-size: 1em;
		font-weight: 600;
		color: #484848;
		-ms-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		opacity: 0;
	}
	#search-all input[type=text]:focus {
		border: none;
		outline: none;
	}
	
	@media only screen and (min-width: 1950px) {
		.menu_container {
			position: absolute;
			left: 3%;
			top: 3vh;
			width: 94%;
			/*height: 97vh;*/
			min-height: 123px;
		}
	}
	@media only screen and (max-width: 1400px) {
		.menucont li {

			font-size: 0.8em;
			border-radius: 10px;
			padding-left: 0.8em;
			padding-right: 0.8em;
			padding-top: 0.4em;
			padding-bottom: 0.4em;
		}
		li.current {
			background: rgba(0, 0, 0, .6);
			border: 2px solid #fff;
		}
	}
	@media only screen and (max-width: 1000px) {
		.menu_container {
			position: absolute;
			left: 3%;
			top: 2em;
			width: 94%;
			/*height: 97vh;*/
			min-height: 123px;
		}
		.logo {
			width: 70px;
			height: 70px;
			background-position: left center;
		}
		.menu_open {
			position: absolute;
			right: 0%;
			top: 0%;
			width: 70px;
			height: 70px;
			background-size: 60% 60%;
			background-position: right center;
			background-repeat: no-repeat;
			cursor: pointer;
			background-image: url(../images/menuopen.svg);
			display: block;
		}
		.ricercaicona {
			display: none;
		}
		.ricercatext {
			display: none;
		}
		/*.menucont {
			display: none;
		}*/
		.menucont {
			position: absolute;
			left: 0px;
			top: -500%;
			width: 100%;
			height: auto;
			-ms-transform: translate(0%, 0%);
			transform: translate(0%, 0%);
		
			padding-left: 0em;
			background-color: #fff;
			border-radius: 20px;
			
			-webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.65);
			-moz-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.65);
			box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.65);
		}
		.menucont ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
			padding-left: 1em;
			padding-right: 1em;
			padding-top: 0.5em;
			padding-bottom: 1em;
		}
		
		.menucont li {
			font-family: 'Poppins', sans-serif;
			font-size: 1.1em;
			font-weight: 600;
			float: left;
			width: 99%;
			display: block;
			text-align: center;
			padding-left: 0em;
			padding-right: 0em;
			padding-top: 0.7em;
			padding-bottom: 0.7em;
			text-decoration: none;
			border-radius: 10px;
			cursor: pointer;
			color: #000000;
			text-transform: uppercase;
			margin-top: 0.5em;
			
			border: 3px solid rgba(255, 255, 255, 0);
			background: rgba(0, 0, 0, .05);
		}
		li.current {
			background: rgba(247, 206, 45, 1);
			border: 3px solid #fff;
			color: #000!important;
		}
		
		li a:link {
		    color: #000;
		    text-decoration: none;
			transition: all .3s ease-out;
		}
		li a:visited {
		    color: #2b2b2b;
		}
		li a:hover {
			color: #2b2b2b;
		}
		li a:active {
		    color: #2b2b2b;
		}
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	