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

.icon-desktop:before,
.icon-menu-close:before,
.icon-menu:before,
.icon-mobile:before,
.icon-submenu-down:before,
.icon-submenu-right:before,
.icon-world:before,
header h1:before,
.nav-button:before,
.nav-close:before,
.nav .nav-submenu > a:after,
.nav > ul > .nav-submenu > a:after {
	font-family: "icon-font";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	vertical-align: top;
}

.icon-desktop:before {
	content: "\E001";
}

.icon-menu-close:before {
	content: "\E002";
}

.icon-menu:before {
	content: "\E003";
}

.icon-mobile:before {
	content: "\E004";
}

.icon-submenu-down:before {
	content: "\E005";
}

.icon-submenu-right:before {
	content: "\E006";
}

.icon-world:before {
	content: "\E007";
}

.nav-lock-scroll {
	overflow: hidden;
}

.nav, .resolve-nav {
	display: none;
	z-index: 900;
	overflow-x: hidden;
	overflow-y: auto;
}


.nav ul, .resolve-nav ul {
	display: block;
	position: relative;
	zoom: 1;
	list-style-type: none;
	margin: 0;
	padding: 0;
}



.nav a,
/*.nav a:hover,*/
/*.nav a:active,*/
.nav a:visited {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	color: #000864;	
	text-transform: uppercase;
}

.nav a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: black;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

.nav-button,
.nav-close {
	float: right;
	overflow: hidden;
	z-index: 902;
	cursor: pointer;
	text-decoration: none;
	color: #000000;
    padding: 30px 0px 30px 20px;
}

.nav-button:before,
.nav-close:before {
	display: block;
	text-align: center;
}

.nav-button {
	display: block;
	font-size: 1.7rem;
}

.nav-button:before {
	content: "\E003";
}

.nav-close {
	display: none;
	right: 4rem;
	font-size: 1.9rem;
}

.nav-close:before {
	content: "\E002";
}

.nav ul {
/*	border-radius: 0 0 6px 6px;
	background: #26201C;*/
}

.nav ul ul {
	background: #fff;
}

.nav ul ul ul {
	background: #382f29;
}

.nav ul ul ul ul {
	background: #40362f;
}

.nav ul ul ul ul ul {
	background: #493e36;
}

.nav li {
	/*border-top: 1px solid #59544F;*/
	cursor: pointer;
}

.nav > ul > li > a {
	padding: 16px 0
}

.nav li:hover > a,
.nav li.nav-active > a {
	color: #005aee;
    /*background: #005aee;*/
}

.nav .nav-submenu > ul {
	margin-left: 10px;
}

.nav .nav-submenu > a {
	padding-right: 30px !important;
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
	text-decoration: none;
}

.nav .nav-submenu > a:after {
	position: absolute;
	display: block;
	right: 10px;
	top: 37px;
	content: "\E005";
}

@media only screen and (min-width: 1025px) {
.nav > ul > li.mobile-loginb {
	display: none;
}
.nav, .resolve-nav {
	display: block;
	position: relative;
	bottom: auto;
	overflow: visible;
	float: left;
}
.resolve-nav {
	float: right;
}

.nav li {
	position: relative;
	white-space: nowrap;
}

.nav > ul > li {
	display: inline-block;
    padding: 0 5px;
}

.nav ul {
	display: block;
}

.nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 901;
}

.nav ul ul ul {
	top: 5px;
	left: 95%;
	z-index: 902;
}

.nav ul ul ul ul {
	z-index: 903;
}

.nav ul ul ul ul ul {
	z-index: 904;
}

.nav ul ul li.nav-left > ul {
	left: auto;
	right: 95%;
}

.nav-no-js .nav li:hover > ul {
	display: block;
}

.nav-button {
	display: none;
}

.nav {
	/*padding: 20px 0px !important;*/
}

.nav > ul > li {
	border-top: none;
}

.nav li > ul > li a {
	margin: 10px 15px
}

.nav ul ul ul {
	border-radius: 0 6px 6px 6px;
}

.nav ul ul ul li:first-child {
	border-top: none;
}

.nav .nav-left > ul {
	border-radius: 6px 0 6px 6px;
}

.nav .nav-submenu li {
	min-width: 110px;
}

.nav .nav-submenu > ul {
	margin: 0;
}

.nav > ul > .nav-submenu > a:after {
	content: "\E005";
}

.nav .nav-submenu > a:after {
	content: "\E006";
}

}

@media only screen and (min-width: 1200px) {
	.nav {
		/*padding: 20px 10px !important;*/
	}
	.nav > ul > li {
	    padding: 0 15px;
	}
}

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

	.nav-no-js .nav-button:hover + .nav,
	.nav-no-js .nav:hover,
	.nav-no-js .nav-button:hover + .nav + .nav-close,
	.nav-no-js .nav:hover + .nav-close {
		display: block;
	}

	.nav, .resolve-nav {
	    position: absolute;
	    top: 76px;
	    width: 100%;
	    background: #fff;
	    padding: 10px 0;
	}
	.resolve-nav {
		top: 59px;
	}
	.nav ul > li > a {
		padding: 10px 20px
	}
	.nav .nav-submenu > a:after {
		top: 10px;
	}


}

