


.gn-menu-main{margin: 0 0px 0 0 0;
		padding: 0;
		
		color: #fff;
		list-style: none;
		text-transform: none;
		font-weight:600;
		line-height: 60px;
		text-transform:uppercase;
		 font-family:mohave-webfont; 
		
		}


.gn-menu-main ul {
		
		padding: 0;
		color: #fff;
		list-style: none;
		text-transform: none;
		font-weight: 300;
		line-height: 40px;
		background:#;
		z-index:99999999999;
		font-size:14px;
}

.gn-menu-main {
		position:relative;
		top: 7px;
		left: 0;
		width: 40px;
		height: 40px;
		font-size: 13px;	
		float:left;
}

.gn-menu-main a {
		display: block;
		height: auto;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
}

.no-touch .gn-menu-main a:hover,
.no-touch .gn-menu li.gn-search-item:hover,
.no-touch .gn-menu li.gn-search-item:hover a {
		background: #5f6f81;
		color: white;
}

.gn-menu-main > li {
		display: block;
		float: left;
		height:auto;
		text-align: center;
}

/* icon-only trigger (menu item) */

.gn-menu-main li.gn-trigger {
		position: relative;
		width: 60px;
		-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-right: none;
		
}

.gn-menu-main > li > a {
		padding: 0 30px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: bold;
}

.gn-menu-main:after {
		display: table;
		clear: both;
		content: "";
}

.gn-menu-wrapper {
		position:relative;
		top: 24px;
		bottom: 0;
		left: -7px;
		overflow: hidden;
		width: 50px;
		z-index:9999999;
		
		background:#303b3f ;
		-webkit-transform: translateX(-60px);
		-moz-transform: translateX(-60px);
		transform: translateX(-60px);
		-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;
		box-shadow:1px 2px 3px #000 ;
		height:auto;
}

.gn-scroller {
		position:relative;
		width: 100%; padding:10px 10px;
		height:auto;
		text-transform:uppercase;
}

.gn-menu {
		
		text-align: left;
		font-size: 18px;
}

.gn-menu li:not(:first-child),
.gn-menu li li {
		box-shadow: inset 0 1px #454c4f
}

.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: #fff
}

input.gn-search {
		position: relative;
		z-index: 10;
		padding-left: 60px;
		outline: none;
		border: none;
		background: transparent;
		color: #fff;
		font-weight: 300;
		
		cursor: pointer;
}

/* placeholder */

.gn-search::-webkit-input-placeholder {
		color: #fff
}

.gn-search:-moz-placeholder {
		color: #fff
}

.gn-search::-moz-placeholder {
		color: #fff
}

.gn-search:-ms-input-placeholder {
		color: #fff
}

/* hide placeholder when active in Chrome */

.gn-search:focus::-webkit-input-placeholder,
.no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
		color: transparent
}

input.gn-search:focus {
		cursor: text
}

.no-touch .gn-menu li.gn-search-item:hover input.gn-search {
		color: white
}

/* placeholder */

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
		color: white
}

.gn-menu-main a.gn-icon-search {
		position: absolute;
		top: 0;
		left: 0;
		height: 60px;
}

.gn-icon::before {
		display: inline-block;
		width: 60px;
		text-align: center;
		text-transform: none;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		 font-family:'mohave-webfont'; 
		line-height: 1;
		speak: none;
		-webkit-font-smoothing: antialiased;
		word-spacing:0.2;
}

.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;
}

.gn-icon-menu::before {
		margin-left: -23px;
		vertical-align: -2px;
		width: 30px;
		height: 3px;
		background: #fff;
		box-shadow: 0 3px #454c4f, 0 -6px #fff, 0 -9px #454c4f, 0 -12px #fff;
		content: '';
		
}

.no-touch .gn-icon-menu:hover::before,
.no-touch .gn-icon-menu.gn-selected:hover::before {
		background: white;
		box-shadow: 0 3px #454c4f, 0 -6px #fff, 0 -9px #454c4f, 0 -12px #fff;
}

.gn-icon-menu.gn-selected::before {
		background: #fff;
		box-shadow: 0 3px #454c4f, 0 -6px #fff, 0 -9px #454c4f, 0 -12px #fff;
}
/* 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:200px
}

.gn-menu-wrapper.gn-open-all .gn-submenu li {
		height: 60px
}

@media screen and (max-width: 422px) { 
	.gn-menu-wrapper.gn-open-all {
			-webkit-transform: translateX(0px);
			-moz-transform: translateX(0px);
			transform: translateX(0px);
			width: ;
	}

	.gn-menu-wrapper.gn-open-all .gn-scroller {
			width: auto
	}
}




/*

  ********************************* INNER PAGE CSS   **********************************/



.gn-menu-main1{margin: 0 0px 0 0 0;
		padding: 0;
		
		color: #fff;
		list-style: none;
		text-transform: none;
		font-weight:600;
		line-height: 60px;
		text-transform:uppercase;
		 font-family:mohave-webfont; 
		
		}


.gn-menu-main1 ul {
		
		padding: 0;
		color: #fff;
		list-style: none;
		text-transform: none;
		font-weight: 300;
		line-height: 40px;
		background:#;
		z-index:99999999999;
		font-size:14px;
}

.gn-menu-main1 {
		position:relative;
		top: 7px;
		left: 0;
		width: 40px;
		height: 40px;
		font-size: 13px;	
		float:left;
}

.gn-menu-main1 a {
		display: block;
		height: auto;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
}

.no-touch .gn-menu-main2 a:hover,
.no-touch .gn-menu li.gn-search-item:hover,
.no-touch .gn-menu li.gn-search-item:hover a {
		background: #5f6f81;
		color: white;
}

.gn-menu-main1 > li {
		display: block;
		float: left;
		height:auto;
		text-align: center;
}

/* icon-only trigger (menu item) */

.gn-menu-main1 li.gn-trigger {
		position: relative;
		width: 60px;
		-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-right: none;
		
}

.gn-menu-main1 > li > a {
		padding: 0 30px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: bold;
}

.gn-menu-main1:after {
		display: table;
		clear: both;
		content: "";
}

.gn-menu-wrapper1 {
		position:relative;
		top: 24px;
		bottom: 0;
		left: -7px;
		overflow: hidden;
		width: 200px;
		z-index:99;
		
		background:#303b3f ;
		
		box-shadow:1px 2px 3px #000 ;
		height:auto;
}

.gn-scroller {
		position:relative;
		width: 100%; padding:10px 10px;
		height:auto;
		text-transform:uppercase;
}

.gn-menu {
		
		text-align: left;
		font-size: 18px;
}

.gn-menu li:not(:first-child),
.gn-menu li li {
		box-shadow: inset 0 1px #454c4f
}

.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: #fff
}

input.gn-search {
		position: relative;
		z-index: 10;
		padding-left: 60px;
		outline: none;
		border: none;
		background: transparent;
		color: #fff;
		font-weight: 300;
		
		cursor: pointer;
}

/* placeholder */

.gn-search::-webkit-input-placeholder {
		color: #fff
}

.gn-search:-moz-placeholder {
		color: #fff
}

.gn-search::-moz-placeholder {
		color: #fff
}

.gn-search:-ms-input-placeholder {
		color: #fff
}

/* hide placeholder when active in Chrome */

.gn-search:focus::-webkit-input-placeholder,
.no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
		color: transparent
}

input.gn-search:focus {
		cursor: text
}

.no-touch .gn-menu li.gn-search-item:hover input.gn-search {
		color: white
}

/* placeholder */

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
		color: white
}

.gn-menu-main1 a.gn-icon-search {
		position: absolute;
		top: 0;
		left: 0;
		height: 60px;
}

.gn-icon::before {
		display: inline-block;
		width: 60px;
		text-align: center;
		text-transform: none;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		 font-family:'mohave-webfont'; 
		line-height: 1;
		speak: none;
		-webkit-font-smoothing: antialiased;
		word-spacing:0.2;
}

.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;
}

.gn-icon-menu::before {
		margin-left: -23px;
		vertical-align: -2px;
		width: 30px;
		height: 3px;
		background: #fff;
		box-shadow: 0 3px #454c4f, 0 -6px #fff, 0 -9px #454c4f, 0 -12px #fff;
		content: '';
		
}

.no-touch .gn-icon-menu:hover::before,
.no-touch .gn-icon-menu.gn-selected:hover::before {
		background: white;
		box-shadow: 0 3px #454c4f, 0 -6px #fff, 0 -9px #454c4f, 0 -12px #fff;
}

.gn-icon-menu.gn-selected::before {
		background: #fff;
		box-shadow: 0 3px #454c4f, 0 -6px #fff, 0 -9px #454c4f, 0 -12px #fff;
}
/* styles for opening menu */

.gn-menu-wrapper1.gn-open-all,
.gn-menu-wrapper1.gn-open-part {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		transform: translateX(0px);
}

.gn-menu-wrapper1.gn-open-all {
		width:200px
}

.gn-menu-wrapper1.gn-open-all .gn-submenu li {
		height: 60px
}

@media screen and (max-width: 422px) { 
	.gn-menu-wrapper1.gn-open-all {
			-webkit-transform: translateX(0px);
			-moz-transform: translateX(0px);
			transform: translateX(0px);
			width: ;
	}

	.gn-menu-wrapper1.gn-open-all .gn-scroller {
			width: auto
	}
}



















