.navt{
	position:sticky;
	top:0;
	z-index:95;
	padding-left:67px;
	font-size:0;
	-moz-user-select: none;
	-webkit-user-select: none;
	background:#800000;
	text-align:center;
}

.icohome{
	position:absolute;
	left:9px;
	top:9px;
	cursor:pointer;
	color:white;
	font-size:14px;
	padding:9px 10px;
	background:#800000;
	border:2px solid white;
	border-radius:50%;
}

.icohome:hover{background:#b30000;}
.icohome:active{top:7px;}

.icobars{
	display:none;
	float:left;
	cursor:pointer;
	color:white;
	line-height:25px;
	font-size:1.2rem;
	padding:0 9px;
}

.m{
	display:inline-block;
	padding:0 9px;
	font-family:'montserrat alternates';
	font-size:1.2rem;
	letter-spacing:2px;
	cursor:pointer;
	line-height:27px;
	color:white;
	border-left:2px solid #800000;
	position:relative;
}

.m:hover{border-left:2px solid white;}
.m:active{left:3px;}

.mslide:after{
	content: "\25BC";
	margin-left:5px;
	font-size:9px;
	line-height:21px;
}

.btnmenu{display:none;}
.btnmenu:hover{background:#eee; color:black;}

.btnmoto{
	position:absolute;
	right:20px; bottom:-10px;
	font-size:20px;
	color:white;
	padding:3px 7px;
	background: linear-gradient(#b30000, #800000);
	border-radius:50%;
	filter:drop-shadow(3px 3px 3px rgba(0,0,0,0.3));
	cursor:pointer;
}

.btnmoto:hover{
	background: linear-gradient(#e60000, #900000);
}

.btnmoto:active{
	bottom:-8px;
}

.mms{
	display:none;
	position:fixed;
	z-index:95;
	top:27px;
	border-top:2px solid #eee;
}

.mm{
	display:block;
	white-space:nowrap;
	font-family:'montserrat alternates';
	font-size:1.1rem;
	letter-spacing:2px;
	letter-spacing:1px;
	line-height:40px;
	padding:0 30px 0 9px;
	background:#800000;
	color:white;
	min-width:140px;
	border-bottom:2px solid #eee;
}

.mm:hover{
	background:#eee;
	color:black;
}

/*
.mm:nth-child(odd){
	background:#eee;
	color:#333;
}*/

.mmlast{border-radius:0 0 9px 9px;}

.size{display:none;}
