@media (max-width: 999px) {

nav .menu {display: none}

#mM {
	cursor: pointer;
	position: fixed;
	background: #ffcc00;
	z-index: 99;
	overflow: hidden;
	top: 70px;
	right: 20px;
	width: 48px;
	height: 36px;
}
#mM span {
	background: #fff;
	display: block;
	float: right;
	height: 4px;
	position: relative;
	right: 8px;
	text-align: center;
	top: 16px;
	width: 32px;
}
#mM span:before,
#mM span:after {
  background: #fff;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: -8px;
  width: 32px;
}
#mM span:after {
  top: 8px;
}







#mO {
    background: #212b31;
    left: 0;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#mOW {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10001;
}
#mOW ul ul {
	margin-left: 10%;
}
#mOW .menu {
	display: block;
	padding: 20px;
	position: static;
	margin: 30px auto 0;
	width: 100%;
	max-width: 600px;
	border: 0;
	float: none;
	background: none;
	list-style: none;
}
#mOW a {
	color: #fff;
	display: block;
	padding: 10px 0;
	font-size: 25px;
	font-weight: bold;
}
#mOW .nav-child a {
	font-size: 20px;
	font-weight: normal;
}


#mOW .active > a,
#mOW .menu a:focus,
#mOW .menu a:hover {
  color: #fc0;
}
#mOW .menu li {
  border: 0;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
}
#mOW #mOWc {
	color: #fff;
	cursor: pointer;
	font-size: 4em;
	line-height: 1;
	position: absolute;
	right: 12px;
	top: -3px;
}

#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.widac,
#mOW.widac {
  display: block;
}
#mO.aktywne,
#mOW.aktywne {
  opacity: 1;
}






#mOW nav ul li.active > a {
    color: #fc0 !important;
    border: 0;
}


#mOW ul {list-style:none}




}
/* end */


@media (min-width: 500px) {

#mM {
	top: 12px;
}



}
@media (min-width: 1000px) {


#mM {display: none}

header .menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
nav > ul > li > a {
	display: block;
	font: 800 15px/20px 'Cabin';
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	color: #fc0;
	padding: 10px 20px;
}
nav a:hover,
nav li:hover > a {
	background: #000;
	color: #fff;
}
nav .active > a {
	color: #000;
}
nav ul ul {
	position: absolute;
	background: #cc1118;
	width: 250px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0s .5s, opacity .5s linear;
	-o-transition: visibility 0s .5s, opacity .5s linear;
	transition: visibility 0s .5s, opacity .5s linear;
	padding: 10px 0;
}
nav ul ul a {
	padding: 10px 15px;
	color: #fff;
	display: block;
}
nav .nav-child ul {
	right: -250px;
	width: 250px;
	top: -10px;
	border-left: 1px solid #000;
}
nav li:hover > ul {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	transition: opacity .5s linear;
}




} 
@media (min-width: 1240px) {








}
/* koniec */