<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cssmenu &gt; ul li.has-sub .rozwin{
	display:none ;
}
#cssmenu {
  margin:0 auto;
  max-width: 1200px;
	text-align:center;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto;
	z-index: 50;
}
#cssmenu ul {
  list-style: none;
  padding: 10px;
  margin-top: 0;
  line-height: 1;
}
#cssmenu &gt; ul {
  position: relative;
  display: block;
  width: 100%;
  z-index: 5000;
}
#cssmenu:after,
#cssmenu &gt; ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right &gt; ul &gt; li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: left;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu &gt; ul &gt; li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
	vertical-align:middle;
}

#cssmenu &gt; ul &gt; #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  text-decoration: none;
}
#cssmenu &gt; ul &gt; li &gt; a {
	color: #000;  text-decoration:none; font-size:10pt; font-weight:400;text-transform:uppercase;padding:0px 35px;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
	letter-spacing:1px;
	line-height:60px;

}

#cssmenu &gt; ul &gt; li &gt; img{vertical-align:top; padding:0 0 0 0;z-index:0;}
#cssmenu &gt; ul &gt; li &gt; a.img_link:hover{background:none;}
#cssmenu &gt; ul &gt; li &gt; a.img_link span{display:none;}

#cssmenu &gt; ul &gt; li.last{margin:0;}

#cssmenu &gt; ul &gt; li:hover &gt; a {
  color:#fff;-webkit-transition: all 0.3s ease-in-out;	-moz-transition: all 0.3s ease-in-out;	-o-transition: all 0.3s ease-in-out;	-transition: all 0.3s ease-in-out;  text-decoration: none;background:#2cb8c4;}

#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 25px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 45px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu &gt; ul &gt; li:hover &gt; ul {
width: 170px;
  left: 0px;
  top: 45px;
  opacity: 1;
}
#cssmenu.align-right &gt; ul &gt; li:hover &gt; ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover &gt; ul {
  left: 0px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover &gt; ul {
  left: auto;
  right:170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
text-align:center;
font-size:9pt;
font-weight:400;
text-transform:uppercase;
padding: 10px 10px;
color:#fff;
line-height: 15px;
border-bottom:1px solid #747474;
background:#2fc6d3;
-webkit-transition: all .35s ease;
-moz-transition: all .35s ease;
-ms-transition: all .35s ease;
-o-transition: all .35s ease;
transition: all .35s ease;
}

#cssmenu ul ul li:hover &gt; a {
color:#fff;background:#747474;
}

#cssmenu ul ul li a.active{color:#fff;background:#747474;}

#cssmenu ul ul li:last-child &gt; a,
#cssmenu ul ul li.last &gt; a {
  border-bottom: 0;
}
#cssmenu &gt; ul &gt; li &gt; ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  left: 90px;
}
#cssmenu.align-right &gt; ul &gt; li &gt; ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #f4f4f4;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #2b729e;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu li a.active{
color:#fff;
}
@media all and (max-width: 1084px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  	#cssmenu &gt; ul.open li ul{
		    display: none;
	}
	
	#cssmenu &gt; ul.open li.kreska{display:none;}
	
	#cssmenu &gt; ul.open li  {
		
	}
	#cssmenu &gt; ul.open li a {
		 color: #fff;
	}
	#cssmenu &gt; ul.open li.has-sub .rozwin{
		   color: #fff;
			width: 30px;
			height: 30px;
			display: block;
			position: absolute;
			top: 15px;
			right: 5px;
			z-index: 9999999;
	}
	#cssmenu &gt; ul.open li.has-sub .rozwin:hover{
		cursor:pointer;
	}
	#cssmenu img{position:absolute; top:5px; left:60px;}
  #cssmenu {
	text-align:left;
	float: none;
    width: auto;
	padding: 0%;
	background-image: none;
  }
  #cssmenu.align-center ul {
    text-align: left;
  }
  #cssmenu.align-right &gt; ul &gt; li {
    float: none;
  }
  #cssmenu ul {
    width: auto;
	background: #2fc6d3;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu &gt; ul {
    height: auto;
    display: block;
  }
  #cssmenu &gt; ul &gt; li {
    float: none;
  }
	
	
  #cssmenu li,
  #cssmenu &gt; ul &gt; li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul &gt; li:hover &gt; ul,
  #cssmenu ul ul &gt; li:hover &gt; ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul &gt; li:hover &gt; ul,
  #cssmenu.align-right ul ul &gt; li:hover &gt; ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
		width:auto;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
	#cssmenu &gt; ul &gt; li a.img_link{display:none;height:0px;padding:0;margin:0;}
  #cssmenu ul li a {
font-size:9pt;
font-weight:700;
text-transform:uppercase;
padding:5px 10px;
border-bottom: 1px solid #fff;
  }
#cssmenu ul li a:hover{
	 background:#27a8b3;
	 color:#fff;
	 }
  #cssmenu ul ul li a {
    background: #676767;
    width: auto;
    padding: 5px 30px;
	color: #fff;
	line-height:30px;
font-size:9pt;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #747474;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu ul ul li:hover &gt; a {
    background: none;
    color: #fff;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu &gt; ul &gt; #menu-button {
    display: block;
    cursor: pointer;
		padding:0 0 20px 0;
  }
  #cssmenu #menu-button &gt; a {
    padding: 14px 20px;
		border:none;
  }
	#cssmenu #menu-button &gt; a:hover {
    background:none;
  }
  #cssmenu ul.open li,
  #cssmenu &gt; ul.open &gt; li {
    display: block;
  }
  #cssmenu &gt; ul.open &gt; li#menu-button &gt; a {
    color: #fff;
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 10px;
    width: 30px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    left: 12px;
    top: 16px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
      right: 20px;
    top: 25px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #f4f4f4;
  }
}</pre></body></html>