*,
*:after,
*::before {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}




.gn-menu-main,
.gn-menu-main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: none;
	font-weight: 300;
	font-family: 'afs';
	line-height: 50px;
	text-align: right;
}

.gn-menu-main {
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 100;
	position: fixed;
}

.gn-menu-main a {
		display: block;
		height: 100%;
		color: var(--dark);
		text-decoration: none;
		cursor: pointer;
}



 .gn-menu > li:hover {
		background: var(--custom-blue);
}

.gn-menu > li:hover >a  {
	color: #fbfbfb;
}

.gn-menu-main > li {
		display: block;
		float: right;
		height: 100%;
		/*border-left: 1px solid #e3e3e3;*/
}

/* icon-only trigger (menu item) */

.gn-menu-main li.gn-trigger {
		position: relative;
		width: 50px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
}

.gn-menu-main > li:last-child {
		float: left;
		border-left: none;
		/*border-right: 1px solid #e3e3e3;*/
}

.gn-menu-main > li > a {
		padding: 0 5px 0 20px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: bold;
		color: black;
}

.gn-menu-main:after {
		display: table;
		clear: both;
		content: "";
}

.gn-menu-wrapper {
		position: fixed;
		top: 50px;
		bottom: 0;
		right: 0;
		overflow: hidden;
		width: 50px;
		border-top: 1px solid #e3e3e3;
	/*	-webkit-transform: translateX(50px);
		-moz-transform: translateX(50px);
		transform: translateX(50px);*/
		-webkit-transition: -webkit-transform 0.3s, width 0.3s;
		-moz-transition: -moz-transform 0.3s, width 0.3s;
		transition: transform 0.3s, width 0.3s;
		z-index:20000;
}

@media (max-width: 768px) {
	.gn-menu-wrapper {
		-webkit-transform: translateX(50px);
		-moz-transform: translateX(50px);
		transform: translateX(50px);
	}
}

.gn-scroller {
		position: absolute;
		overflow-y: hidden;
		width: 204px;
		height: 100%;
}

.gn-menu {
		text-align: right;
		font-size: 1.1rem;
}

.gn-menu li:not(:first-child),
.gn-menu li li {

}

.gn-submenu li {
		overflow: hidden;
		height: 0;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
}

.gn-submenu li a {
		color: #c1c9d1
}

input.gn-search {
		position: relative;
		z-index: 10;
		padding-left: 50px;
		outline: none;
		border: none;
		background: transparent;
		color: #5f6f81;
		font-weight: 300;
		font-family: 'afs';
		cursor: pointer;
}




.mainli{
border-bottom: solid 2px #cccccc;
}





.gn-icon::before {
		display: inline-block;
		width: 50px;
		text-align: center;
		text-transform: none;
		line-height: 1;
		speak: none;
		-webkit-font-smoothing: antialiased;
}

.gn-icon-help::before {
		content: "\e000"
}

.gn-icon-earth::before {
		content: "\e004"
}

.gn-icon-cog::before {
		content: "\e006"
}

.gn-icon-search::before {
		content: "\e005"
}

.gn-icon-download::before {
		content: "\e007"
}

.gn-icon-photoshop::before {
		content: "\e001"
}

.gn-icon-illustrator::before {
		content: "\e002"
}

.gn-icon-archive::before {
		content: "\e00d"
}

.gn-icon-article::before {
		content: "\e003"
}

.gn-icon-pictures::before {
		content: "\e008"
}

.gn-icon-videos::before {
		content: "\e009"
}

/* if an icon anchor has a span, hide the span */

.gn-icon span {
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
}







/* styles for opening menu */

.gn-menu-wrapper.gn-open-all,
.gn-menu-wrapper.gn-open-part {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		transform: translateX(0px);
}

.gn-menu-wrapper.gn-open-all {
		width: 204px
}

.gn-menu-wrapper.gn-open-all .gn-submenu li {
		height: 50px
}

@media screen and (max-width: 422px) { 
	.gn-menu-wrapper.gn-open-all {
			-webkit-transform: translateX(0px);
			-moz-transform: translateX(0px);
			transform: translateX(0px);
			width: 100%;
	}

	.gn-menu-wrapper.gn-open-all .gn-scroller {
			width: 130%
	}
}
