@charset "ISO-8859-1";

#menu-new {
	display: flex;
	position: relative;
	width: 100%;
	background-color: #002742;
	list-style-type: none;
	padding: 0;
	padding-right: 0;
	padding-left: 0;
}

#menu-new li {
	color: white;
}

#hamburger-menu-icon:link {
	text-decoration: none;
}

#hamburger-menu-icon:visited {
	text-decoration: none;
}

#hamburger-menu-icon:hover {
	text-decoration: none;
}

#hamburger-menu-icon:active {
	text-decoration: none;
}
	
#menu-new li a, #menu-new li a:link, #menu-new li a:hover,
#menu-new li a:visited, #menu-new li a:active {
	color: white !important;
	text-decoration: none !important;
}

@media only screen and (min-width: 1041px) {
	.no-pc {
		display: none;
	}
	
	#menu-new {
		margin: auto auto 40px auto;
		align-items: center;
/* 			flex-direction: column; */
/* 			left: 5px; */
		height: 100px;
	}
	
	#menu-new li:first-child {
	    width: 50%;
		max-width: 600px;
/* 			margin-left: 20px; */
	}
	
	#menu-new li:first-child a img {
/* 		    width: 200%; */
		max-width: 500px;
		padding-left: 72px;
		max-height: 72px;
	}
	
	#menu-new li:not(:first-child) {
		margin-left: 60px;
	}
	
	#menu-new li#registration span{
		display:inline-block;
		box-sizing: border-box;
		border: 5px solid #1998f2;
		padding: 4px;
	}
	
	#menu-new li#registration a img {
		width: 20%;
		margin-right:4px;
	}
	
}

@media only screen and (max-width: 1040px) {
/* 		nav .container img {} */

/* 		nav { */
/* 			align-items: baseline; */
/* 		} */

	#menu-new {
		margin: auto;
		align-items: stretch;
		flex-direction: column;
/* 			left: 5px; */
	}
	
	#hamburger-menu-icon {
		display: block;
/* 			position: absolute; */
/* 			right: 0; */
/* 			top: 0; */
		color: white;
		font-size: xxx-large;
/* 			top: 22.5px; */
/* 			right: 15px; */
		margin-right: 15px;
		line-height: 1;
	}
	
	#menu-new.open-menu {
		position: relative;
/* 			top: 24px; */
	}
	
	#menu-new li:first-child {
		height: 80px;
		display: flex;
		align-items: center;
	}
	
	#menu-new li:first-child a img {
		display: none;
	}
	
/* 		#menu-new li:not(:first-child) { */
/* 			display: none; */
/* 			height: 25px; */
/* 		} */

	#menu-new li.voci {
		display: none;
		height: 40px;
		padding: 2px 0 2px 5px;
	}

	#menu-new li#registration a img {
		display:none;
	}
	
	#menu-new li#registration span{
		display:inline-block;
		box-sizing: border-box;
		border:none;
		padding:0px;
	}
	
	#menu-new li a img {
		width: 100%;
	}
	
	#menu-new.open-menu li {
		float: none;
		display: flex;
	}
	
	#menu-new.open-menu li a {
		display: block;
		text-align: left;
	}
	
	#menu-new li {
		padding: 0 0 0 5px;
		margin-left: 5px;
	}
	
	.menu-icon {
		display: block !important;
		position: absolute;
/* 			right: 0px; */
	}
	
	.menu-icon a i {
		margin-top: 27.5px;
		font-size: 25px;
	}
	
	/*
	#menu-new li:not(:first-child) {
		float: none;
		display: inline;
	}
	*/
}