/* navigaatio */
div.navi-mobile {height: 50px; width: 50px; position: fixed; top: 20px; right:14px; background-color: #e95c00; border-radius: 4px; visibility:hidden; z-index: 99999!important;}
/*div.clr { clear:both; margin: 3px 0; display:block;}*/
.overlay {
    height: auto/*100%*/;
    padding: 5% 0;
	width: 0;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    /*background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);*/
	background-color: rgb(67,72,78);
    background-color: rgba(67,72,78, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 5%;
    width: 90%;
	padding-left: 5%;
    /*text-align: center;*/
    margin-top: 30px;
	z-index: 6;
	font-size: 1.3em;
	line-height: 1.4em;
	text-align: center;
}

.overlay a {
	position: relative;
    text-decoration: none;
	font-size: 1.2em;
    color: #fff;
    display: block;
    transition: 0.3s;
	
}

.overlay a:hover, .overlay a:focus {
    color: #eee;
	
}
a.navi-mobile:link, a.navi-mobile:visited {}
a.navi-mobile:hover {text-decoration: underline;}

/*
.overlay a.malli {
    text-decoration: none;
    font-size: 1.1em;
    color: #fff;
	display:inline-block;
    padding: 5px 5px 0 0;
    transition: 0.3s;
}

.overlay a.color {
    text-decoration: none;
   	display:inline-block;
    padding: 0;
	margin: 5px;
    transition: 0.3s;
}
*/
.overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 60px;
}
/*
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
	
div.navi-mobile { top: 70px; }	
}
*/