@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-lock-scroll {
	overflow: hidden;
}
.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";
}

header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 901;
	/* padding-left: 10px; */
	color: #052533;;
	background-color: white;
	height: 50px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	opacity:0.89;
}


.title{
	font-size: 15px;
	margin: 0;
}
.page-name{
	margin:0;
	font-size: 12px;
}
/* header h1:before {
	content: "\E004";
	margin-right: 8px;
} */

.nav-button,
.nav-close {
	/* position: fixed;
	top: 0;
	width: 2.4rem;
	height: 3.4rem;
	overflow: hidden;
	z-index: 902;
	cursor: pointer;
	text-decoration: none;
	line-height: 3.4rem;
	color: #052533;
	background-color: white */
}
.nav-button:hover {
	/* color: #052533 !important; */
}
.nav-back {
	position: absolute;
	top: 0;
	left:5px;
	width: 2.4rem;
	height: 3.4rem;
	overflow: hidden;
	z-index: 902;
	cursor: pointer;
	text-decoration: none;
	line-height: 3.4rem;
	color: #052533;
	background-color: transparent;
	/* display: block; */
	text-align: center;
   
}

.nav-img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.nav-back img{
	border-radius: 50%;
    padding: 4px 8px;
    box-sizing: content-box;
	background: transparent;
}
.nav-back:hover img, .nav-back:active img{
	background: #e2e2e2;
	opacity: 0.7;
}
.nav-share {
	position: absolute;
    top: -4px;
    width: 2.4rem;
    height: 3.4rem;
    overflow: hidden;
    z-index: 902;
    cursor: pointer;
    text-decoration: none;
    line-height: 3.4rem;
    color: #052533;
    background-color: transparent;
    /* display: block; */
    text-align: center;
    right: 44px;
}
.nav-burg {
	position: absolute;
	top: 0;
	width: 2.4rem;
	height: 3.4rem;
	overflow: hidden;
	z-index: 902;
	cursor: pointer;
	text-decoration: none;
	line-height: 2.9rem;
	color: #052533;
	background-color: transparent;
	/* display: block; */
	text-align: center;
	right: 10px;
}
.nav-pre {
	position: fixed;
	top: 0;
	width: 2.4rem;
	height: 3.4rem;
	overflow: hidden;
	z-index: 902;
	cursor: pointer;
	text-decoration: none;
	line-height: 3.4rem;
	color: #052533;
	background-color: white;
	display: block;
	text-align: center;
}
.nav-pre:hover {
	color: #052533 !important;
}
.nav-pre:before {
	
	font-family: FontAwesome !important;
	content: "\f104";
}


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

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

.nav-menu {	
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 900;
	overflow-x: hidden;
	overflow-y: auto;
	padding-top: 58px;
	line-height: 3.0rem;
	background: #052533;
	color: #A69A94;
	/* max-width: 360px; */
	width: 100%;
}

.nav-menu ul {
	display: block;
	position: relative;
	zoom: 1;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-radius: 0 0 6px 6px;
	background: #052533;
	font-size: 20px;
}

.nav-menu ul ul {
	background: #052533;
}

.nav-menu ul ul ul {
	background: #052533;
}

.nav-menu ul ul ul ul {
	background: #052533;
}

.nav-menu ul ul ul ul ul {
	background: #052533;
}

.nav-menu li {
	border-top: 1px solid rgb(187 187 187 / 26%);
	cursor: pointer;
    margin: 0 10px;
}
.nav-menu li:first-child {
	border-top: none;
	cursor: pointer;
	margin: 15px 10px 0 10px;
	
}
.nav-menu .nav-submenu li:first-child {
	margin: 0 10px 0 10px;
	
}

.nav-menu li:last-child {
	cursor: pointer;
	border-bottom: 1px solid rgb(187 187 187 / 26%);
	
}
.nav-menu li li:last-child {
	cursor: pointer;
	border-bottom: none;
	
}
.nav-menu li li {
	border: none;
	cursor: pointer;
}

.nav-menu li:hover > a,
.nav-menu li.nav-active > a {
	/* color: #923600;
	background: #2E2722; */
}

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

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

.nav-menu a,
.nav-menu a:hover,
.nav-menu a:active,
.nav-menu a:visited {
	
	display: block;
	position: relative;
	border-radius: 6px;
	padding: 0 5px 1px;
	color: white;
	text-decoration: none !important;
}
.nav-menu .nav-submenu .arrow {    
	border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    float: right;
    transition: transform 0.5s ease-in-out;
    margin: 10px 15px 0 0;
    position: absolute;
    right: 0px;
	top: 10px; 
}

.nav-menu .nav-submenu.nav-active .arrow {    
	border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(45deg);
    float: right;
    transition: transform 0.5s ease-in-out;
    margin: 10px 15px 0 0;
    position: absolute;
    right: 0px;
	top: 10px; 
}

/* .nav-menu .nav-submenu > a:after {
	position: absolute;
	display: block;
	right: 10px;
	top: 1px;
	
	font-family: FontAwesome !important;
	content: "\f105";
}

.nav-menu .nav-submenu.nav-active > a:after {
	content: '\f107';
} */
a:hover {
    text-decoration: none;
}
@media only screen and (min-width: 5000px) {

	/* body {
		padding: 5px !important;
	} */

	header {
		position: relative;
	}


	.nav-button {
		/* display: none; */
	}


	.nav-menu {
		padding: 0 !important;
		display: block;
		position: relative;
		bottom: auto;
		overflow: visible;
	}
	.nav-menu li {
		position: relative;
		white-space: nowrap;
	}
	
	.nav-menu ul {
		display: block;
	}
	
	.nav-menu ul ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 901;
	}
	.nav-menu > ul > li {
		display: inline-block;
		border-top: none;
	}
	.nav-menu li > ul {
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	}

	.nav-menu ul ul li.nav-left > ul {
		left: auto;
		right: 95%;
	}
	
	.nav-menu ul ul ul {
		top: 5px;
		left: 95%;
		z-index: 902;
		border-radius: 0 6px 6px 6px;
	}

	.nav-menu ul ul ul ul {
		z-index: 903;
	}
	
	.nav-menu ul ul ul ul ul {
		z-index: 904;
	}
	.nav-menu ul ul ul li:first-child {
		border-top: none;
	}

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

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

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

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

	.nav-menu .nav-submenu > a:after {
		content: "\E006";
	}
	.nav-no-js .nav-menu li:hover > ul {
		display: block;
	}

}
/* 
@media only screen and (max-width: 959px) {

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