#mNav {display: none}
#mM {
	cursor: pointer;
	height: 32px;
	margin: 9px !important;
	overflow: hidden;
	padding: 14px 4px;
	text-align: center;
	width: 40px;
	position: fixed;
	top: 0px;
	right: 2%;
	z-index: 13;
	background: #07BEFB;
	box-shadow: 0 0 5px #000;
}
#mM i {
  background: #fff;
  display: block;
  float: right;
  height: 4px;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  width: 32px;
}
#mM i:before,
#mM i:after {
  background: #fff;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: -10px;
  width: 32px;
}
#mM i:after {
  top: 10px;
}
#mM:active > i,
#mM:active > i:before,
#mM:active > i:after,
#mM:focus > i,
#mM:focus > i:before,
#mM:focus > i:after,
#mM:hover > i,
#mM:hover > i:before,
#mM:hover > i:after {
  background: #ffc34d;
}














#mO {
/*   background: rgba(66,66,66,0.9);
  background: rgba(67, 103, 179, 0.9); */
  left: 0;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#mOW {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}
#mOW .mNav {
    display: block;
    padding: 0;
    position: static;
    margin: 70px auto 0;
    max-width: 600px;
    border: 0;
    float: none;
}
#mOW .mNav a {
	display: block;
	font-size: 23px;
	line-height: 3;
	height: auto;
	padding: 0;
	border: 0;
	color: #fff;
	text-shadow: none;
}
#mOW .mNav a:active,
#mOW .mNav a:focus,
#mOW .mNav a:hover {
  color: #ffc34d;
}
nav ul {
	text-align: center;
	display: flex;
	flex-direction: column;
}
nav li {
}
nav li:first-child {
}
#mOW #mOWc {
	color: #fff;
	cursor: pointer;
	font-size: 4em;
	line-height: 1;
	position: absolute;
	right: 18px;
	top: -17px;
}
#mOW #mOWc:active,
#mOW #mOWc:focus,
#mOW #mOWc:hover {
  color: #ffc34d;
}
#mO,
#mOW {
  display: none;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#mO.pokaz,
#mOW.pokaz {
	display: block;
	padding: 0 5%;
}
#mO.aktywne,
#mOW.aktywne {
	opacity: 1;
    background: #0076a0;
}





#mM.off-canvas {
  display: block;
}

#static-aside-menu-toggler {
  cursor: pointer;
}

#mOW nav ul li.active a {
    color: #ffc34d !important;
    border: 0;
}


