@font-face {
	font-family: "icon-font";
	src: url('/font/icon-font.eot');
	src: url('/font/icon-font.eot?#iefix') format('eot'), 
	url('/font/icon-font.woff') format('woff'), 
	url('/font/icon-font.ttf') format('truetype'), 
	url('/font/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 {
	/* padding-top: 4.4rem; */
	line-height: 3.6rem;
	color: #A69A94;
	display: none;
	position: fixed;
	top: 101px;
	bottom: 0;
	left: 0;
	/* width: 100%; */
	right: 0;
	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;
}

/*
body {
	padding-top: 4.4rem;
}
*/
header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 901;
	padding-left: 10px;
	line-height: 4.4rem;
	background: #26201C;
	color: #A69A94;
}

header h1 {
	margin: 0;
	font-size: 1.7rem;
	line-height: 4.4rem;
}

header h1:before {
	content: "\E004";
	margin-right: 8px;
}

.nav-button,
.nav-close {
	position: relative;
	top: 21px;
	width: 3.8rem;
	height: 4rem;
	overflow: hidden;
	z-index: 902;
	cursor: pointer;
	text-decoration: none;
	line-height: 4.1rem;
	/* background: #26201C; */
	color: #A69A94;
}

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

.nav-button {
	display: block;
	left: 35%;
	font-size: 2.2rem;
}

.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: #0a2149;
}

.nav ul ul ul {
	background: #0a2149;
}

.nav ul ul ul ul {
	background: #0a2149;
}

.nav ul ul ul ul ul {
	background: #0a2149;
}


.nav li a {

	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}    

.nav li {
	border-top: 1px solid #0a2149;
	cursor: pointer;

}

.nav li:hover > a,
.nav li.nav-active > a {
	color: #eff5ff;
	background: #0a2149;

}





.nav ul li ul li a:hover
 {
	color: #ffffff;
	background: #041532;
}


.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 {
	/* border-radius: 6px; */
	padding: 0 28px 1px;
	color: #041532;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
}

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




@media only screen and (min-width: 960px) {

.nav {
	padding: 0 !important;
	display: block;
	position: relative;
	bottom: 0;
	top: 31px;
	left: 50px;
	float: left;
	bottom: auto;
	overflow: visible;
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
	/* border-radius: 6px; */
	padding: 0 20px 1px;
	color: #0a2149;
	font-weight: 700;
	font-size: 15px;
	line-height: 61px;
	text-decoration: none;
}

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

.nav > ul > li {
	display: inline-block;
}

.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;
}




header h1:before {
	content: "\E001";
}

.nav-button {
	display: none;
}





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

/*.nav li > ul {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}*/

/*.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 li a
 {
	color: #0a2149;
	background: #ffffff;
	line-height:48px;
	font-size:14px;
	padding-right:40px;
	padding-left:40px;

}

.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 (max-width: 959px) {

.nav{background:#26201C;}

.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 ul {
	/*border-radius: 0 0 6px 6px;*/
	background: #26201C;
}

.nav ul ul {
	background: #2f2722;
}

.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 li:hover > a,
.nav li.nav-active > a {
	color: #eff5ff;
	background: #0a2149;
}

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


.nav .nav-submenu li a
 {
	font-size:14px;
	line-height:40px;
	color : #fff;

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

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

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



}



