/* NAV menu - responsive */
.navmf {/*position: fixed;*/ z-index:2; background-color: rgba(0,100,160,0.9); top:0; left:0; right:0; }
.navmf:after {content: ""; display: block; border-top: 1px solid white; border-bottom: 2px solid #000050; box-shadow: 0 2px 5px #0F0F0F;}
.navmd { position: relative; min-height:77px;  }
.navm { top: 0; width: 100%; left: 0; z-index:2; letter-spacing:1px; font-weight:400; background-color: rgb(0,100,160); }
.navm > ul { margin: 0; padding: 0; display:flex; }
.navm a, .navm a:link, .navm a:visited, .navm a:hover { font-size:1.1em; color:#e8ebea; text-decoration: none; }
.navm .fa:before { position: relative; opacity: 0.5; top: 0.05em; }
.navm { text-align: center; }
.navm .fa:before {padding-right: 0.3em;}

.navma_cover {padding: 1.8em 1em; text-align: right; float:right; }
.navma_cover a {border-radius: 6px; box-shadow: 0 0 3px gray; z-index: 1; background: #f0f0f0; font-size: large; padding: 0.5em 1em;}


	/* #navma {display: none;} anchor - button na zobrazenie menu */
	.navm > ul { flex-flow:row wrap; margin-top:5px; margin-bottom: 5px; }
	.navm ul li { display:block; } .navm ul li.menu_caption { display:none; }
	.navm ul li:hover > ul { display: block; }
	.navm ul { display: inline-table; list-style: none outside none; padding: 0 20px; position: relative; }
	.navm ul:after { clear: both; content: ""; display: block; }
	.navm ul li { float: left; }
	.navm ul li a { color: #4E4E4E; border: 1px solid transparent; display: block; padding: 20px; text-decoration: none;}
	.navm ul li a:hover { color: #f5f5f5; background:rgba(70,71,72,0.3); border: 1px solid #cccccc; border-radius: 15px; }
	.navm ul ul { display: none; z-index:4; background-color: rgba(245,245,245,0.8); padding: 3px; position: absolute; border: 1px solid rgba(255,255,255,0.8); border-radius: 15px; box-shadow: 2px 2px 2px #3A3A3A; }
	/* triangel */ .navm ul ul::before { border-color: transparent transparent rgba(245,245,245,0.8); border-style: solid; border-width: 0 10px 8px; content: ""; display: block; height: 0; width: 0; margin-left: 2em; margin-top: -10px; }
	.navm ul ul li {  float: none; position: relative; }
	.navm ul ul a { padding: 15px 40px; border:0; }
	.navm ul ul a, .navm ul ul a:link, .navm ul ul a:visited {color: #005080;}
	.navm ul ul a:hover { color:#f5f5f5; background-color:rgba(0,100,160,0.9); border:0; }
	.navm ul ul ul { z-index:5; left: 100%; position: absolute; top: 0; }

/* smm = simple menu module */
.smm    {position: relative;}
.smm ul {list-style-type: none;}
.smm li {display: inline-block;}
.smm a  {line-height: 2.5em; padding: 0 0.5em; text-decoration: none; transition: color 0.3s ;}
.smm a:hover {text-decoration: none;}