﻿.menugora{
	width: 100%;
	margin:0px auto 0px auto;
	font-family: 'Open Sans', sans-serif;
}
.menu-gora-1-poziom {
	flex: 1 1;
	height: 100%;
	display: flex;
	padding: 0px 0px;
	margin: 0px;
	align-items: center;
}
.menu-gora-1-poziom > ul{
	margin:0px;
	padding:0px;
	height: 100%;
}
.menu-gora-1-poziom >li >a, .menu-gora-1-poziom >li >span{
	text-align: center;
}
.menu-gora-1-poziom li {
	flex: 1 1 auto;
  height: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
 	cursor:pointer;
	display: flex;
	align-items: center;
	position: relative;
}
.menu-gora-1-poziom li:after {
	position: relative;
	top: -4px;
	right: -1px;
	flex: 0 0 1px;
	content: ".";
}
.menu-gora-1-poziom li:last-child:after {
	display: none;
}
.menu-gora-1-poziom li a{
	flex: 1 1;
	padding: 0px 8px;
	margin:0px;
	display: block;
	color:#000;
	text-decoration-color: transparent;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
	transition: 0.2s;
}

.menu-gora-1-poziom li span{
	color:#000;
	padding: 0px 0px;
}


li.menu-rozwijka:after{
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	color: #9f0108;
	right: 4px;
	position: absolute;
	top: 12px;
}

/*Efekt hover background*/

.menu-gora-1-poziom > li:hover > a, .menu-gora-1-poziom > li:hover > span {
	/*background: #707070;*/
	opacity: 0.6;
}

/*Aktywna zakładka menu*/

.menu-gora-1-poziom > li > a.aktywna::after {
	content: "";
	position: absolute;
	left: 25%;
	width: 50%;
	height: 7px;
	display: block;
	margin: 12px auto 0px;
	background-image: url(../grafika/menu_podkreslnik.png);
	background-position: center;
	background-repeat: repeat-x;
}
.menu-gora-1-poziom > li > a.aktywnam::after {
	content: "";
	position: absolute;
	left: 25%;
	width: 50%;
	height: 7px;
	display: block;
	margin: 4px auto 0px;
	background-image: url(../grafika/menu_podkreslnik.png);
	background-position: center;
	background-repeat: repeat-x;
}
.rozwijka-zawartosc{
	display:none;
}
