@charset "UTF-8";

#hamMenu ul,#hamMenu ul li,#hamMenu ul li a,#hamMenu #head-mobile{
	border:0;
	list-style:none;
	line-height:2;
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#hamMenuWrapper{
	z-index: 150000;
}

#hamMenu > ul > li{
	float:left;
	background:#899081!important;
}

#hamMenu > ul > li > a{
	padding:12px 17px;
	font-size:20px;
	letter-spacing:1px;
	text-decoration:none;
	color:#fff;
	font-weight:400;
}

#hamMenu ul,#hamMenu ul li,#hamMenu ul li a,#hamMenu #head-mobile{
	border:0;
	list-style:none;
	line-height:2;
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
}

#hamMenu > ul > li{
	float:left;
	background:#737C70!important;
}

#hamMenu > ul > li > a{
	padding:12px 17px;
	font-size:28px;
	letter-spacing:1px;
	text-decoration:none;
	color:#fff;
	font-weight:400;
}

#hamMenu > ul > li:hover > a,#hamMenu ul li.active a{
	color:#fff;
}

#hamMenu > ul > li:hover,#hamMenu ul li.active:hover,#hamMenu ul li.active,#hamMenu ul li.has-sub.active:hover{
	background:#899081!important;
	-webkit-transition:background .3s ease;
	-ms-transition:background .3s ease;
	transition:background .3s ease;
}

#hamMenu > ul > li.has-sub > a{
	padding-right:30px;
}

#hamMenu > ul > li.has-sub > a:after{ 
	position:absolute;
	top:0px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#fff;
	content:''
}

#hamMenu > ul > li.has-sub > a:before{ 
	position:absolute;
	top:19px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#fff;
	content:'';
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease
}

#hamMenu > ul > li.has-sub:hover > a:before{top:23px;height:0}


#hamMenu li:hover > ul{
	left:auto
}

#hamMenu li:hover > ul > li{
	height:35px;

}

#hamMenu ul ul ul{
	margin-left:100%;top:0
}

#hamMenu ul ul li a{
	border-bottom:1px solid rgba(255,255,255,0.15);
	padding:11px 15px;
	width:170px;
	font-size:20px;
	text-decoration:none;
	color:#fff;
	font-weight:400;
}

#hamMenu ul ul li:last-child > a,#hamMenu ul ul li.last-item > a{
	border-bottom:0;
}

#hamMenu ul ul li:hover > a,#hamMenu ul ul li a:hover{
	color:#fff;
}

#hamMenu ul ul li.has-sub > a:after{
	position:absolute;
	top:16px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#fff;
	content:''
}

#hamMenu ul ul li.has-sub > a:before{
	position:absolute;
	top:13px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#fff;
	content:'';
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease;
}

#hamMenu ul ul > li.has-sub:hover > a:before{
	top:17px;
	height:0;
}

#hamMenu ul ul li.has-sub:hover,#hamMenu ul li.has-sub ul li.has-sub ul li:hover{
	background:#aaa;
}

#hamMenu ul ul ul li.active a{
	border-left:1px solid #aaa;
}

#hamMenu > ul > li.has-sub > ul > li.active > a,#hamMenu > ul ul > li.has-sub > ul > li.active> a{
	border-top:1px solid #fff;
}

#hamMenu{width:100%}

#hamMenu ul{width:100%;display:none}

#hamMenu ul li{width:100%;border-bottom:1px solid #aaa;}

#hamMenu ul ul li,#hamMenu li:hover > ul > li{height:auto}

#hamMenu ul li a,#hamMenu ul ul li a{width:100%;border-bottom:0}

#hamMenu > ul > li{float:none}

#hamMenu ul ul li a{padding-left:25px}

#hamMenu ul ul li{background:#899081!important;}

#hamMenu ul ul li:hover{background:#aaa!important}

#hamMenu ul ul ul li a{padding-left:35px}

#hamMenu ul ul li a{color:#fff;background:none}

#hamMenu ul ul li:hover > a,#hamMenu ul ul li.active > a{color:#fff}

#hamMenu ul ul,#hamMenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}

#hamMenu > ul > li.has-sub > a:after,#hamMenu > ul > li.has-sub > a:before,#hamMenu ul ul > li.has-sub > a:after,#hamMenu ul ul > li.has-sub > a:before{display:none}

#hamMenu #head-mobile{display:block;padding:23px;color:#fff;font-size:12px;font-weight:700}

.button{
	width:55px;
	height:40px;
	position:absolute;
	right:40px;
	top:-60px;
	cursor:pointer;
	z-index: 12399994;
}

.button:after{
	position:absolute;
	right:5px;
	top:10px;
	display:block;
	height:9px;
	width:45px;
	border-top:4px solid #fff;
	border-bottom:4px solid #fff;
	content:''
}

.button:before{
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	position:absolute;
	right:5px;
	top:36px;
	display:block;
	height:4px;
	width:45px;
	background:#fff;
	content:''
}

.button.menu-opened:after{
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	top:25px;
	border:0;
	height:4px;
	width:38px;
	background:#fff;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg)
}

.button.menu-opened:before{
	top:25px;
	background:#fff;
	width:38px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg)
}

#hamMenu .submenu-button{
	position:absolute;
	z-index:99;
	right:0;
	top:0;
	display:block;
	border-left:1px solid #fff;
	height:64px;
	width:124px;
	cursor:pointer;
}

#hamMenu .submenu-button.submenu-opened{
	background:#899081;
}

#hamMenu ul ul .submenu-button{
	height:78px;
	width:124px;
}

#hamMenu .submenu-button:after{
	position:absolute;
	top:32px;
	right:50px;
	width:28px;
	height:4px;
	display:block;
	background:#ffffff;
	content:'';
}

#hamMenu ul ul .submenu-button:after{top:35px;right:13px}

#hamMenu .submenu-button.submenu-opened:after{
	background:#fff;
}

#hamMenu .submenu-button:before{
	position:absolute;
	top:20px;
	right:62px;
	display:block;
	width:4px;
	height:28px;
	background:#fff;
	content:''
}

#hamMenu ul ul .submenu-button:before{
	top:32px;
	right:16px;
}

#hamMenu .submenu-button.submenu-opened:before{
	display:none;
}

#hamMenu ul ul ul li.active a{
	border-left:none;
}

#hamMenu > ul > li.has-sub > ul > li.active > a,#hamMenu > ul ul > li.has-sub > ul > li.active > a{
	border-top:none;
}







