@charset "utf-8";
/* CSS Document */
.mobnav{display:none;}
@media only screen and (max-width: 767px){
.mobnav{
	position:fixed;
	right:0;
	bottom:0;
	/*width:30%;*/
	width:120px;
	background: rgba(255,255,255,.65);
	/*background:pink;*/
	border-radius:70px 70px 0 0;
	height:226px;
	padding:10px;
	z-index:9;
}
.navtop, .navbtm{height:85px;}
.navtop, .navbtm{
	background:#fff;
	padding:3px;	
	border:2px solid #000;
	border-radius:70px 70px 0 0;
	height:97px;
	display:block;
}
.navbtm{margin-top:10px;}
.navinner{
	background:#bb1ec2 url(../images/fingerprint.svg) center center no-repeat;
	background-size:50%;
	border-radius:70px 70px 0 0;
	height:88px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:26x;
	color:#fff;
	text-align:center;
	padding:35px 0 0 0;
    opacity: 0.8;
}
}