*,
*: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");
}

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

/* Icomoon.com */

.gn-menu-main,
.gn-menu-main ul {
		margin: 0;
		padding: 0;
		background: white;
		color: #da4f49;
		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: #da4f49;
		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: #da4f49;
		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: #da4f49;
		font-weight: 300;
		font-family: 'Lato', Arial, sans-serif;
		cursor: pointer;
}

/* placeholder */

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

.gn-search:-moz-placeholder {
		color: #da4f49
}

.gn-search::-moz-placeholder {
		color: #da4f49
}

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

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

.gn-icon-home::before {
	content: "\e600";
}
.gn-icon-office::before {
	content: "\e601";
}
.gn-icon-newspaper::before {
	content: "\e602";
}
.gn-icon-pencil::before {
	content: "\e603";
}
.gn-icon-droplet::before {
	content: "\e604";
}
.gn-icon-paint-format::before {
	content: "\e605";
}
.gn-icon-image::before {
	content: "\e606";
}
.gn-icon-library::before {
	content: "\e607";
}
.gn-icon-profile::before {
	content: "\e608";
}
.gn-icon-copy::before {
	content: "\e609";
}
.gn-icon-paste::before {
	content: "\e60a";
}
.gn-icon-paste2::before {
	content: "\e60b";
}
.gn-icon-tag::before {
	content: "\e60c";
}
.gn-icon-tags::before {
	content: "\e60d";
}
.gn-icon-barcode::before {
	content: "\e60e";
}
.gn-icon-qrcode::before {
	content: "\e60f";
}
.gn-icon-ticket::before {
	content: "\e610";
}
.gn-icon-cart::before {
	content: "\e611";
}
.gn-icon-credit::before {
	content: "\e612";
}
.gn-icon-calculate::before {
	content: "\e613";
}
.gn-icon-address-book::before {
	content: "\e614";
}
.gn-icon-notebook::before {
	content: "\e615";
}
.gn-icon-pushpin::before {
	content: "\e616";
}
.gn-icon-location::before {
	content: "\e617";
}
.gn-icon-compass::before {
	content: "\e618";
}
.gn-icon-calendar::before {
	content: "\e619";
}
.gn-icon-calendar2::before {
	content: "\e61a";
}
.gn-icon-print::before {
	content: "\e61b";
}
.gn-icon-cabinet::before {
	content: "\e61c";
}
.gn-icon-drawer::before {
	content: "\e61d";
}
.gn-icon-drawer2::before {
	content: "\e61e";
}
.gn-icon-disk::before {
	content: "\e61f";
}
.gn-icon-user::before {
	content: "\e620";
}
.gn-icon-users::before {
	content: "\e621";
}
.gn-icon-spinner::before {
	content: "\e622";
}
.gn-icon-spinner2::before {
	content: "\e623";
}
.gn-icon-key::before {
	content: "\e624";
}
.gn-icon-settings::before {
	content: "\e625";
}
.gn-icon-cogs::before {
	content: "\e626";
}
.gn-icon-cog::before {
	content: "\e627";
}
.gn-icon-wand::before {
	content: "\e628";
}
.gn-icon-stats::before {
	content: "\e629";
}
.gn-icon-bars::before {
	content: "\e62a";
}
.gn-icon-gift::before {
	content: "\e62b";
}
.gn-icon-fire::before {
	content: "\e62c";
}
.gn-icon-lab::before {
	content: "\e62d";
}
.gn-icon-remove::before {
	content: "\e62e";
}
.gn-icon-briefcase::before {
	content: "\e62f";
}
.gn-icon-truck::before {
	content: "\e630";
}
.gn-icon-signup::before {
	content: "\e631";
}
.gn-icon-tree::before {
	content: "\e632";
}
.gn-icon-earth::before {
	content: "\e633";
}
.gn-icon-close::before {
	content: "\e634";
}
.gn-icon-checkmark::before {
	content: "\e635";
}
.gn-icon-minus::before {
	content: "\e636";
}
.gn-icon-plus::before {
	content: "\e637";
}
.gn-icon-arrow-up::before {
	content: "\e638";
}
.gn-icon-arrow-right::before {
	content: "\e639";
}
.gn-icon-arrow-down::before {
	content: "\e63a";
}
.gn-icon-arrow-left::before {
	content: "\e63b";
}
.gn-icon-radio-checked::before {
	content: "\e63c";
}
.gn-icon-facebook::before {
	content: "\e63d";
}
.gn-icon-twitter::before {
	content: "\e63e";
}
.gn-icon-apple::before {
	content: "\e63f";
}
.gn-icon-android::before {
	content: "\e640";
}
.gn-icon-windows8::before {
	content: "\e641";
}
.gn-icon-libreoffice::before {
	content: "\e642";
}
.gn-icon-file-pdf::before {
	content: "\e643";
}
.gn-icon-file-openoffice::before {
	content: "\e644";
}
.gn-icon-file-word::before {
	content: "\e645";
}
.gn-icon-file-excel::before {
	content: "\e646";
}
.gn-icon-file-powerpoint::before {
	content: "\e647";
}
.gn-icon-chrome::before {
	content: "\e648";
}
.gn-icon-firefox::before {
	content: "\e649";
}
.gn-icon-IE::before {
	content: "\e64a";
}
.gn-icon-opera::before {
	content: "\e64b";
}
.gn-icon-safari::before {
	content: "\e64c";
}
.gn-icon-IcoMoon::before {
	content: "\e64d";
}
.gn-icon-note::before {
	content: "\e64e";
}
.gn-icon-params::before {
	content: "\e64f";
}
.gn-icon-data::before {
	content: "\e650";
}
.gn-icon-lab2::before {
	content: "\e651";
}
.gn-icon-food::before {
	content: "\e652";
}
.gn-icon-shop::before {
	content: "\e653";
}
.gn-icon-wallet::before {
	content: "\e654";
}
.gn-icon-truck2::before {
	content: "\e655";
}
.gn-icon-mouse::before {
	content: "\e656";
}
.gn-icon-directions::before {
	content: "\e657";
}
.gn-icon-user-add::before {
	content: "\e658";
}


/* 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: #da4f49;
		box-shadow: 0 3px white, 0 -6px #da4f49, 0 -9px white, 0 -12px #da4f49;
		content: '';
}

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

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

/* 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%
	}
}
