#imenu {
	margin-top: 11px;
	margin-left: 7px;
	margin-bottom: 25px;



}

div#nav {
}
#menit  {
	display: none;

}

/* --- pozicováni jetmenu - megamenu --- */
div#imenu-top {
	margin-left: 297px !important;
	margin-right: 6px!important;
	position: relative;
	top: 79px;
	margin-right: 1px;


}

div#nav-top {
	display: none;

}



/* --- oprávka jetmenu - megamenu --- */

.jetmenu{
background: transparent;
}


.jetmenu > li > a{
	padding: 21px 18px 19px;
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	color: #000000;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	line-height: 28px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #8bcff2;






}

.jetmenu > li.mit_TU > a{
	
	padding-left: 21px;
	
	
}

.jetmenu > li.mit_ZI > a{
	


	
	
}

.pgktuv .jetmenu > li.mit_MU > a{
background: #22a1d8;
	color: #FFFFFF;
border-top-color: #FFFFFF;

	
	
}


.jetmenu > li.mit_MU > a{
	
	
	
}

.jetmenu > li > .megamenu{
	top: 88px;
	background-color: #edf9ff;
	color: #333333;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
	opacity: 0.95;
	filter: alpha(opacity=95);
	



	
}

.jetmenu > li:hover > a
{
	background:#5fc5f1;
	color: #FFFFFF;
	border-top-color: #c7ebfe;


	
}


/* SUBMENU INDICATORS
**********************************************************/
.jetmenu .indicator{
	position: relative;
	left: 5px;
	top: 0;
	font-size: 24px;
	float: right;
}
.jetmenu ul li .indicator{
	font-size: 12px;
	top: 1px;
	left: 10px;
}

/* dva sloupce v megamenu
**********************************************************/
.megamenu .row .col2:first-of-type{
	width: 65.95%;
	 
}

.megamenu .row .col2:first-of-type ul{
	
	    display: -webkit-flex; /* Safari */
   
    display: flex;
    flex-flow:row wrap;
}
.megamenu .row .col2:first-of-type ul li{
	
	    width: 49.0%;
		 display: block;
}
.megamenu .row .col2:first-of-type ul li.title{
	
	display: block;
	width: 98% !important;
	
}
