@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');
}
.nav {
	display: none;
	z-index: 900;
	overflow-x: hidden;
	overflow-y: auto;
}

.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;
}
.icon-desktop:before,
.icon-menu-close:before,
.icon-menu:before,
.icon-mobile:before,
.icon-submenu-down:before,
.icon-submenu-right:before,
.icon-world: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";
}

header {
	z-index: 901;
	background: #1d484b;
	background: #fdebf3;
	background: transparent;
	position:absolute;
	border-radius:3px;
	right:10px;
	top:10px;
}

header a {
	width:45px;
	height:32px;
	display:block;
	z-index: 902;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:18px;
	background:url(../../images/menu2.png) no-repeat center center;
}
header a:hover {
	color: #000;
	text-decoration: none;
}

xheader a:before {
	content: "\E003";
	position:absolute;
	left:15px;
}
.nav-button a {
	color:#000;
	font-size:24px;
	color:#666;
	padding:5px;
}
/*.xnav-button,
.xnav-close {
	width: 100%;
	z-index: 902;
	cursor: pointer;
	text-decoration: none;
	line-height:40px;
	background: #26201C;
	color: #A69A94;
	padding:0 20px;
	font-weight:bold;
}

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

.xnav-button {
	display: block;
	right: 1rem;
	font-size:18px;
	color:#eee;
}

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

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

.xnav-close:before {
	content: "\E002";
}*/

.nav {
	padding-top:0;
	line-height: 40px;
	position:fixed;
	top:60px;
	width:100%;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
}

.nav ul {
	border-radius: 0;
	background:#367981;
	background:#fff;
}

.nav ul ul {
	background:#26575c;
	background:#fff;
}

.nav ul ul ul {
	background:#555;
	background:#eee;
}

.nav ul ul ul ul {
	background:#666;
}

.nav ul ul ul ul ul {
	background: #777;
}

.nav li {
	border-top:1px #ddd solid;
	cursor: pointer;
}
.xnav li:first-child {
	border-top: none;
}
.nav ul li:last-child {
	border-bottom:1px #ddd solid;
}
.nav ul li ul li:last-child {
	border-bottom:0;
}
.xnav ul li ul li:first-child {
	border-top:0;
}

.nav li:hover > a,
.nav li.nav-active > a {
	color: #990000;
	background: #f6f6f6;
}

.nav .nav-submenu > ul {
	xmargin-left: 30px;
}

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

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
	border-radius: 0px;
	padding: 0 15px 1px;
	color:#990000;
	text-decoration: none;
}

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

