header ul.nav li.nav-item.item-101 {
	//display: none!important;
}

header ul.nav {
	margin-right: 30px;
	float: right;
	margin-top: 15px;
}

header ul.nav > li {
	line-height: 56px;
	font-weight: light;
	font-size: 22px;
}

header ul.nav li.nav-item {
	display: inline-block;
	margin-left: 24px;
}

header ul.nav > li.parent  ul li.nav-item {
	margin-left: -40px;
}

header ul.nav > li.parent {
	position: relative;
}

header li.parent > .li-parent-toggle {
	display: none;
}

header li.parent > ul {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	background-color: #0faae0;
	font-size: .8em;
}

header li.parent:hover > ul {
	visibility: visible;
	opacity: 1;
}

header li.parent li {
	white-space: nowrap;
	padding: 0 20px;
}

.mobile-menu-icon {
	display: none;
	line-height: 56px;
	font-size: 40px;
	float: right;
	cursor: pointer;
	color: #fff;
	margin: 20px 32px 0 0;
}

/*.menu-fade-back {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
}*/

.mobile-menu-close {
	display: none;
	text-align: right;
}

.mobile-menu-extra {
	display: none;
}

@media screen and (max-width: 1170px) {

	header ul.nav li.nav-item {
		display: block;
	}

	header ul.nav {
		position: absolute;
		right: 0;
		margin-right: 0;
		margin-top: 0;
	}

	header ul.nav > li {
		font-size: 18px;
	}

	.mobile-menu-close {
		display: block;
		margin-top: 20px;
		padding-right: 15px;
	}

	.mobile-menu-close:before {
		font-family: 'Font Awesome 6 Free';
		font-weight: 900;
		content: "\f00d";
		font-size: 40px;
		color: #fff;
	}

	.mobile-menu-extra {
		display: block;
		margin-right: 20px;
		margin-left: 20px;
	}

	.mobile-menu-icon {
		display: unset;
	}
	
	/*body.show-menu {
		overflow: hidden;
	}*/
	
	/*header.show-menu {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
	}*/
	
	/*header {
		position: absolute !important;
	}*/

	/*.header-banner {
		padding: 56px 0 30px;
	}*/

	/*header nav.show .menu-fade-back {
		display: unset;
	}*/

	/*header nav {
		min-height: 56px;
	}*/
	
	header ul.nav {
		display: none;
		/*position: absolute;*/
		background-color: #20264e;
		/*left: 100%;*/
		transition: 1s;
	}

	header nav.show ul.nav {
		display: unset;
	}
	
	header ul.nav li {
		display: block;
		white-space: nowrap;
		margin-right: 20px;
		margin-left: 20px;
	}

	header ul.nav > li {
		border-bottom: 1px solid #fff;
	}

	header ul.nav > li.mobile-menu-close,
	header ul.nav > li.mobile-menu-extra {
		border-bottom: none;
	}


	header ul.nav > li.parent {
		position: unset;
	}

	header li.parent > .li-parent-toggle {
		display: unset;
		float: right;
		margin-right: -20px;
	}

	header li.parent > .li-parent-toggle:before {
		font-family: 'Font Awesome 6 Free';
		content: "\f107";
		color: #fff;
		font-weight: 900;
		margin-right: 20px;
	}

	header li.parent.show-li > .li-parent-toggle:before {
		font-family: 'Font Awesome 6 Free';
		content: "\f107";
		color: #fff;
		font-weight: 900;
		margin-right: 20px;
	}
	
	header li.parent > ul {
		position: unset;
		background-color: #20264e;
		visibility: visible;
	}
	
	header li.parent > ul > li {
		max-height: 0px;
		overflow: hidden;
		transition: 1s;
	}

	header li.parent.show-li > ul > li {
		max-height: 56px;
	}

	.autofit-grid {
		display: none;
	}
}

@media screen and (max-width: 720px) {
	header ul.nav {
		width: 100%;
	}
}