@charset "utf-8";
@font-face {
    font-family: 'nexa_boldregular';
    src: url('../ff/nexa_bold-webfont.eot');
    src: url('../ff/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../ff/nexa_bold-webfont.woff') format('woff'),
         url('../ff/nexa_bold-webfont.ttf') format('truetype'),
         url('../ff/nexa_bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_lightregular';
    src: url("../ff/nexa_light-webfont.eot");
    src: url('../ff/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../ff/nexa_light-webfont.woff') format('woff'),
         url('../ff/nexa_light-webfont.ttf') format('truetype'),
         url('../ff/nexa_light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* CSS Document */
#menu{
	width: 100%;
	height: 80px;
	background-image: -webkit-linear-gradient(270deg,rgba(243,243,243,1.00) 0%,rgba(206,218,232,1.00) 50.26%,rgba(207,213,221,1.00) 50.77%,rgba(179,184,191,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(243,243,243,1.00) 0%,rgba(206,218,232,1.00) 50.26%,rgba(207,213,221,1.00) 50.77%,rgba(179,184,191,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(243,243,243,1.00) 0%,rgba(206,218,232,1.00) 50.26%,rgba(207,213,221,1.00) 50.77%,rgba(179,184,191,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(243,243,243,1.00) 0%,rgba(206,218,232,1.00) 50.26%,rgba(207,213,221,1.00) 50.77%,rgba(179,184,191,1.00) 100%);
	-webkit-box-shadow: 2px 2px 6px #9B9B9B;
	box-shadow: 2px 2px 6px #9B9B9B;
	position:relative;
	z-index: 2;
	}


#navbar{
	width:960px;
	margin:0 auto;
}

#miobtn{
	display:none;
	top:0;
	position:fixed;
	z-index: 3;
}
	
#navbar li.dropdown {
	float: left;
	list-style: none;
	/*font-family: comfortaa;	*/
	font-family: 'nexa_boldregular';
	border-bottom: 1px solid #d4d4d4;
	font-size: 16.5px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	text-shadow: 1px 1px #FFFFFF;
	
	display: inline;
	opacity: 0.75;
	/*	padding:1px 0;
	border-bottom:1px solid #d4d4d4;
	width:100%;
	float:left;
	list-style-type:none;
	font-family: 'nexa_boldregular';
	font-size:16px;
	text-transform:uppercase;
	float:left;
	line-height:16px;*/
}
#navbar li a, .dropbtn{
	color: #3D3D3D;
	border: 1px outset #FFFFFF;
	height: 79px;
	line-height: 15px;
	width: 160px;
	display: block;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;	/*font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	padding-top: 34px;
	letter-spacing: -0.5px;
	}
#navbar li a.menuattivo{
	color: #4E4E4E;
	border: 1px outset #FFFFFF;
	text-decoration: none;
	background-image: -webkit-linear-gradient(270deg,rgba(191,191,191,0.25) 0%,rgba(90,89,89,0.35) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(191,191,191,0.25) 0%,rgba(90,89,89,0.35) 100%);
	background-image: -o-linear-gradient(270deg,rgba(191,191,191,0.25) 0%,rgba(90,89,89,0.35) 100%);
	background-image: linear-gradient(180deg,rgba(191,191,191,0.25) 0%,rgba(90,89,89,0.35) 100%);
	}

a.dropbtn{
	text-decoration: none;
	list-style: none;
	}	
.dropdown-content{
	display: none;
	position: absolute;
	list-style: none;
	margin-top: 10px;
	/*font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;*/
}	
.dropdown-content a {
	display: block;
	text-align: left;
	width: 200px;
	color: #FFFFFF;
	border: none;
	/*font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;    background-color:#FF3F00;*/
}




#navbar li a:hover ,.dropdown:hover .dropbtn {
	color: #4E4E4E;
	border: 1px outset #FFFFFF;
	text-decoration: none;
	background-image: -webkit-linear-gradient(270deg,rgba(164,163,163,0.25) 0%,rgba(191,191,191,0.25) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(164,163,163,0.25) 0%,rgba(191,191,191,0.25) 100%);
	background-image: -o-linear-gradient(270deg,rgba(164,163,163,0.25) 0%,rgba(191,191,191,0.25) 100%);
	background-image: linear-gradient(180deg,rgba(164,163,163,0.25) 0%,rgba(191,191,191,0.25) 100%);
}
#navbar .dropdown-content a:hover {
	
    background-color:grey;
	text-decoration:none;
	text-shadow: 0px 0px;
}

.dropdown:hover .dropdown-content {
    display: block;
	background-color:#FF3F00;
	background-color:grey;
	text-decoration:none;
	text-shadow: 0px 0px;
}
#menu-dx{
	width: 100%;
	text-align: left;
	height: 45px;
	display: block;
	margin-left: 20px;
	font-size: 15px;
	/*font-weight: 700;*/
	margin-top: -1px;
	color: #000000;
	text-decoration: none;
	font-family: "Century Gothic";
	font-style: normal;
	border-bottom: 0.5px solid #D5D5D5;
	border-top: 0.5px solid #D5D5D5;
	vertical-align: middle;
	padding-top: 11px;
	/*background-color: #FFFFFF;*/
	padding-left: 10px;
	text-transform: uppercase;
	} 
#menu-dx.attivo{
	background-color: #FFBE00;
	color: #FFFFFF;	
	} 
#menu-dx:hover{
	background-color: #FFBE00;
	color: #FFFFFF;	
}

#menu-sc{
	list-style: none;	
	transition: left;
	position: fixed;
	border: hidden;
	}
#menu-sc.li {
		background-color: #FFFFFF;
		color: black	!important;
		text-decoration: none !Important;
	margin-left:-220px;
	
	} 	
#menu-sc.li .attivo{
		background-color: #FFBE00;
		color: #FFFFFF !Important;
		text-decoration: none !Important;
	} 	

#mybars{
	border: medium solid #FFFFFF;
	border-radius: 6px;
	color: white;
	background-color : #FFBE00;
	padding: 5px;
	margin-top: 40px;
}

#closebtn{
	margin-top:-70px;
	z-index:13;
}
.modal-content{
	
	border: hidden;
	-webkit-animation-name: animateleft;
	-webkit-animation-duration: 0.4s;
	animation-name: animateleft;
	animation-duration: 0.4s;

}
@media screen and (max-width: 960px) {
	#menu{
	height: 0px;
	z-index: 2;
	}
	#navbar	{
	display: none;			
	}
	#miobtn{
	font-size: 50px;
	display:inline;
	position:fixed;
	z-index:3;
		top:0;
		margin-top: -38px
	}	
	#menu-sc{
		margin-top: 65px
	/*	display:inline;*/
	}
		   
}
@media screen and (min-width: 961px){
		#miobtn{
	font-size: 60px;
	/*display:none;*/
	position:fixed;
	z-index:3;
		top:0;
	}	
	
}
