@charset "utf-8";
/* CSS Document */

html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
html.mm-opened .mm-fixed-top,
html.mm-opened .mm-fixed-bottom,
.mm-panel{
	-webkit-transition:none 0.4s ease;
	-moz-transition:none 0.4s ease;
	-ms-transition:none 0.4s ease;
	-o-transition:none 0.4s ease;
	transition:none 0.4s ease;}
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
html.mm-opened .mm-fixed-top,
html.mm-opened .mm-fixed-bottom,
.mm-panel{
	-webkit-transition-property:top, right, bottom, left, border, -webkit-transform;
	-moz-transition-property:top, right, bottom, left, border, -moz-transform;
	-ms-transition-property:top, right, bottom, left, border, -ms-transform;
	-o-transition-property:top, right, bottom, left, border, -o-transform;
	transition-property:top, right, bottom, left, border, transform;}
html.mm-opened .mm-page,
html.mm-opened #mm-blocker{
	left:0%;
	top:0;
	margin:0;}
.mm-menu .mm-hidden{
	display:none;}
.mm-fixed-top,
.mm-fixed-bottom{
	position:fixed;
	left:0;}
.mm-fixed-top{
	top:0;}
.mm-fixed-bottom{
	bottom:0;}
html.mm-opened,
html.mm-opened body{
	width:100%;
	height:100%;}
html.mm-opened body{
	overflow:hidden;
	position:relative;}
html.mm-opened .mm-page{
	height:100%;
	overflow:hidden;
	position:absolute;}
html.mm-background .mm-page{
	background:inherit;}
#mm-blocker{
	background:#fff;
	opacity:0;
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	z-index:9999;}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker{
	display:block;}
.mm-menu.mm-current{
	display:block;}
.mm-menu{
	background:inherit;
	display:none;
	overflow:hidden;
	height:100%;
	padding:0;
	position:absolute !important;
	left:0;
	top:0;
	width:80%;
	z-index:0;}
.mm-menu > .mm-panel{
	background:inherit;
	-webkit-overflow-scrolling:touch;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:auto;
	width:100%;
	height:100%;
	padding:20px;
	position:absolute;
	top:0;
	left:100%;
	z-index:0;}
.mm-menu > .mm-panel.mm-opened{
	left:0%;}
.mm-menu > .mm-panel.mm-subopened{
	left:-40%;}
.mm-menu > .mm-panel.mm-highest{
	z-index:1;}
.mm-menu > .mm-panel.mm-hidden{
	display:block;
	visibility:hidden;}
.mm-menu > .mm-list{
	padding:20px 0 40px 0;}
.mm-panel > .mm-list{
	margin-left:-20px;
	margin-right:-20px;}
.mm-panel > .mm-list:first-child{
	padding-top:0;}
.mm-list,
.mm-list > li{
	list-style:none;
	display:block;
	padding:0;
	margin:0;}
.mm-list a,
.mm-list a:hover{
	text-decoration:none;}
.mm-list > li{
	position:relative;}
.mm-list a{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	color:inherit;
	font-size:1.2em;
	line-height:1.4;
	display:block;
	padding:6px 10px 6px 20px;
	margin:0;}
.sub-menu a{
	font-size:0.9em;
	font-weight:500;
	padding-left:1.9em;}
.sub-menu .sub-menu a{
	font-size:0.8em;
	padding-left:2.8em;}
.nonsemantic .sub-menu .sub-menu a{
	font-size:0.9em;
	padding-left:1.9em;}
.nonsemantic .sub-menu a{
	font-size:0.9em;
	padding-left:1.9em;}
.sub-menu{
	display:none;}
.nonsemantic .sub-menu{
	display:block;}
.mm-opened > .sub-menu{
	display:block;}
.mm-list .mm-subopen{
	width:100%;
	height:100%;
	padding:0;
	position:absolute;
	right:0;
	top:0;
	z-index:2;}
.mm-opened .mm-subopen{
	height:40px;}
.nonsemantic .mm-subopen{
	display:none;}
.mm-list .mm-subopen:after{
	content:'';
	border-top:8px solid #6a6c6f;
	border-right:6px solid transparent;
	border-left:6px solid transparent;
	display:block;
	width:0;
	height:0;
	right:12px;
	position:absolute;
	top:14px;}
.mm-subclose{
	border-bottom:2px solid #6a6c6f;
	padding-left:40px !important;}
.mm-subclose::after{
	border-right:9px solid #6a6c6f;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	content:'';
	width:0;
	height:0;
	display:block;
	position:absolute;
	left:20px;
	top:13px;}
.mm-ismenu{
	background:rgb('44, 49, 50');}
.mm-menu .mm-list > li > .mm-subclose{
	color:#ccc;}
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-fixed-bottom{
  left:80%;}
.nonsemantic > a{
	display:none !important;}

@media all and (max-width:175px){
	.mm-menu{
		width:140px;}
	html.mm-opened.mm-opening .mm-page,
	html.mm-opened.mm-opening #mm-blocker,
	html.mm-opened.mm-opening .mm-fixed-top,
	html.mm-opened.mm-opening .mm-fixed-bottom{
		left:140px;}
}
@media all and (min-width:550px){
	.mm-menu{
		width:440px;}
	html.mm-opened.mm-opening .mm-page,
	html.mm-opened.mm-opening #mm-blocker,
	html.mm-opened.mm-opening .mm-fixed-top,
	html.mm-opened.mm-opening .mm-fixed-bottom{
		left:440px;}
}
html.mm-nooverflowscrolling.mm-opened{
	height:auto;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:scroll;}
html.mm-nooverflowscrolling.mm-opened body{
	overflow:auto;}
html.mm-nooverflowscrolling.mm-opened .mm-page{
	min-height:1000px;
	position:fixed;}
html.mm-nooverflowscrolling.mm-opened .mm-menu{
	height:auto;
	min-height:1000px;
	overflow:auto;
	overflow-x:hidden;
	position:relative;
	left:auto;
	top:auto;}
html.mm-nooverflowscrolling.mm-opened > .mm-panel{
	position:relative;
	height:auto;
	display:none;
	left:0;}
html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current{
	display:block;}