@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: 11%;
	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;
	text-align: center;
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
	display: block;
	position: relative;
}

/*
body {
	padding-top: 4.4rem;
}
*/


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: absolute;
	top: 22%;
	width: 40px;
	height: 40px;
	overflow: hidden;
	z-index: 902;
	cursor: pointer;
	text-decoration: none;
	line-height: 40px;
	background: #ffffff;
	right: 20px;
	color: #172545 !important;
	border: 1px solid #8a8e96;
}

.nav-button:hover,
.nav-close:hover,
.nav-button:focus,
.nav-close:focus{color: #c7360a !important;}

.nav-button:before,
.nav-close:before {
	display: block;
	text-align: center;
}

.nav-button {
	display: block;
	font-size: 22px;
}

.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: #ffffff;
}

.nav ul ul ul {
	background: #382f29;
}

.nav ul ul ul ul {
	background: #40362f;
}

.nav ul ul ul ul ul {
	background: #493e36;
}


.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 #e6e5e3;
	cursor: pointer;
}
.nav .nav-submenu li a:hover img{box-shadow: 0px 0px 0px 3px #e60c0c;}
.nav li:hover > a,
.nav li.nav-active > a {
	color: #7787f5;
	/* background: #ffffff; */
}





.nav ul li ul li a:hover
 {
	color: #d5601c;
	background: #f3f3f3;
}


.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: #333333;
	font-weight: 700;
	font-size: 13px;
	text-decoration: none;
}

.nav .nav-submenu > a:after {
	position: absolute;
	display: block;
	right: 10px;
	top: 1px;
	/* content: "\E005"; */
}

@media only screen and (max-width: 460px){
.nav-button,
.nav-close{
    position: absolute;
    left: inherit;
    right: 20px !important;
    top: 13px;
}

.nav .nav-submenu li a img{
    margin-right: 16px;
}
}

@media only screen and (max-width: 768px){
.nav ul{

left: 0;
	margin-left: 0px;
	
}

}
@media only screen and (min-width: 960px) {

.nav {
	padding: 0 !important;
	display: block;
	position: relative;
	bottom: 0;
	top: 0px;
	bottom: auto;
	overflow: visible;
	left: inherit;
	margin: 121px auto -4px;
}


.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
	/* border-radius: 8px; */
	padding: 20px 32px 15px 32px;
	color: #131e38;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	text-align: center;
	font-weight: 500;
}

.nav li {
	position: relative;
	white-space: normal;
}

.nav > ul > li {
	display: inline-block;
}

.nav ul {
	display: block;
}

.nav ul li  span{font-size:10px;color:#999;margin-top:-3px;font-family:open sans;font-weight:400;}

.nav ul li:hover span
{
 
color: #000;
}

.nav ul ul {
	display: none;
	position: absolute;
	top: 94%;
	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: 180px;
	max-width: 220px;
}

.nav .nav-submenu li a
 {
	color: #333333;
	background: #ffffff;
	line-height: 16px;
	font-size: 13px;
	font-weight: 400;
	padding: 11px 10px 10px 10px;
}

.nav .nav-submenu li a img{
    display: block;
    margin-bottom: 3px;
    transition: all 0.3s;
    max-width: 100%;
}

.nav .nav-submenu > ul {
	margin: 0;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.nav > ul > .nav-submenu > a:after {
	/* content: "\E005"; */
}

.nav .nav-submenu > a:after {
	/* content: "\E006"; */
}
.nav .nav-submenu .room_img{
    width: 900px;
}
.nav .nav-submenu .room_img li{
    display: inline-block;
}

.nav .nav-submenu .room_img2{
    width: 500px;
}

.nav .nav-submenu .room_img2 li{
    display: inline-block;
}






}


@media only screen and (max-width: 959px) {

.nav{background: rgba(38, 32, 28, 0.55);}

.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: #f7f7f7;
}

.nav ul ul {
	background: #f7f7f7;
}

.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 #c7c7c7;
	cursor: pointer;
	line-height: 15px;
	text-align: left;
}

.nav li:hover > a,
.nav li.nav-active > a {
	color: #e8f827;
	background: #333333;
}

.nav .nav-submenu > ul {
	margin-left: 10px;
}


.nav .nav-submenu li a
 {
	font-size: 12px;
	line-height: 28px;
}
.nav ul li span{font-size:10px;color:#999;margin-top:-3px;font-family:open sans;font-weight:400;}

.nav .nav-submenu > a {
	padding-right: 30px !important;
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
	/* border-radius: 6px; */
	padding: 10px 15px 10px;
	color: #333333;
	text-decoration: none;
}

.nav .nav-submenu > a:after {
	position: absolute;
	display: block;
	right: 10px;
	top: 1px;
	
	content: "\E005";
}



}
