*,
*:after,
*::before {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

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

/* Icomoon.com */

.gn-menu-main,
.gn-menu-main ul {
		margin: 0;
		padding: 0;
		background: white;
		color: #36569f;
		list-style: none;
		text-transform: none;
		font-weight: 300;
		font-family: 'Lato', Arial, sans-serif;
		line-height: 60px;
}

.gn-menu-main {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		font-size: 13px;
}

.gn-menu-main a {
		display: block;
		height: 100%;
		color: #36569f;
		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: #36569f;
		color: white;
}

.gn-menu-main > li {
		display: block;
		float: left;
		height: 100%;
		border-right: 1px solid #c6d0da;
		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: right;
		border-right: none;
		border-left: 1px solid #c6d0da;
}

.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: fixed;
		top: 60px;
		bottom: 0;
		left: 0;
		overflow: hidden;
		width: 60px;
		border-top: 1px solid #c6d0da;
		background: white;
		-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;
}

.gn-scroller {
		position: absolute;
		overflow-y: scroll;
		width: 370px;
		height: 100%;
}

.gn-menu {
		border-bottom: 1px solid #c6d0da;
		text-align: left;
		font-size: 18px;
}

.gn-menu li:not(:first-child),
.gn-menu li li {
		box-shadow: inset 0 1px #c6d0da
}

.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: 60px;
		outline: none;
		border: none;
		background: transparent;
		color: #36569f;
		font-weight: 300;
		font-family: 'Lato', Arial, sans-serif;
		cursor: pointer;
}

/* placeholder */

.gn-search::-webkit-input-placeholder {
		color: #36569f
}

.gn-search:-moz-placeholder {
		color: #36569f
}

.gn-search::-moz-placeholder {
		color: #36569f
}

.gn-search:-ms-input-placeholder {
		color: #36569f
}

/* 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: 'ecoicons';
		line-height: 1;
		speak: none;
		-webkit-font-smoothing: antialiased;
}


.gn-icon-mail:before { content: '\e800'; } /* '' */
.gn-icon-home:before { content: '\e801'; } /* '' */
.gn-icon-user:before { content: '\e803'; } /* '' */
.gn-icon-home-1:before { content: '\e804'; } /* '' */
.gn-icon-basket:before { content: '\e805'; } /* '' */
.gn-icon-pencil:before { content: '\e806'; } /* '' */
.gn-icon-info:before { content: '\e807'; } /* '' */
.gn-icon-cw:before { content: '\e808'; } /* '' */
.gn-icon-basket-1:before { content: '\e809'; } /* '' */
.gn-icon-key-1:before { content: '\e80a'; } /* '' */
.gn-icon-trash:before { content: '\e80b'; } /* '' */
.gn-icon-print:before { content: '\e80c'; } /* '' */
.gn-icon-money:before { content: '\e80d'; } /* '' */
.gn-icon-font:before { content: '\e80e'; } /* '' */
.gn-icon-off:before { content: '\e80f'; } /* '' */
.gn-icon-ok:before { content: '\e810'; } /* '' */
.gn-icon-ok-circled2:before { content: '\e811'; } /* '' */
.gn-icon-cancel:before { content: '\e812'; } /* '' */
.gn-icon-cancel-circled2:before { content: '\e813'; } /* '' */
.gn-icon-plus-circled:before { content: '\e814'; } /* '' */
.gn-icon-cancel-circled:before { content: '\e815'; } /* '' */
.gn-icon-minus-circled:before { content: '\e816'; } /* '' */
.gn-icon-ok-circled:before { content: '\e817'; } /* '' */
.gn-icon-plus:before { content: '\e818'; } /* '' */
.gn-icon-minus:before { content: '\e819'; } /* '' */
.gn-icon-info-circled:before { content: '\e81a'; } /* '' */
.gn-icon-warning:before { content: '\e81b'; } /* '' */
.gn-icon-off-1:before { content: '\e81c'; } /* '' */
.gn-icon-key-2:before { content: '\e81d'; } /* '' */
.gn-icon-arrows-cw:before { content: '\e81e'; } /* '' */
.gn-icon-trash-1:before { content: '\e83d'; } /* '' */
.gn-icon-mail-alt:before { content: '\f0e0'; } /* '' */
.gn-icon-euro:before { content: '\f153'; } /* '' */
.gn-icon-bitcoin:before { content: '\f15a'; } /* '' */
.gn-icon-calc:before { content: '\f1ec'; } /* '' */
.gn-icon-cc-visa:before { content: '\f1f0'; } /* '' */
.gn-icon-cc-mastercard:before { content: '\f1f1'; } /* '' */
.gn-icon-cc-paypal:before { content: '\f1f4'; } /* '' */
.gn-icon-copyright:before { content: '\f1f9'; } /* '' */
.gn-icon-at:before { content: '\f1fa'; } /* '' */
.gn-icon-chart-line:before { content: '\f201'; } /* '' */
.gn-icon-percent:before { content: '\f295'; } /* '' */
.gn-icon-volume-control-phone:before { content: '\f2a0'; } /* '' */
.gn-icon-window-close-o:before { content: '\f2d4'; } /* '' */

.gn-icon-key::before { 
		content: "\e802"
}

.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: -15px;
		vertical-align: -2px;
		width: 30px;
		height: 3px;
		background: #36569f;
		box-shadow: 0 3px white, 0 -6px #36569f, 0 -9px white, 0 -12px #36569f;
		content: '';
}

.no-touch .gn-icon-menu:hover::before,
.no-touch .gn-icon-menu.gn-selected:hover::before {
		background: white;
		box-shadow: 0 3px #36569f, 0 -6px white, 0 -9px #36569f, 0 -12px white;
}

.gn-icon-menu.gn-selected::before {
		background: #5993cd;
		box-shadow: 0 3px white, 0 -6px #5993cd, 0 -9px white, 0 -12px #5993cd;
}

/* 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: 340px
}

.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: 100%;
	}

	.gn-menu-wrapper.gn-open-all .gn-scroller {
			width: 130%
	}
}
