.menuComplete {	
	width: auto;
	z-index: 506; 
	float: right; 
	position: relative;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 52px;
	margin-right: 0px;

}

.menuComplete span {display: none;}
.menuBlock {z-index: 500; width: auto; height: auto; position: relative; float: left; height: 100%;  margin: 0; margin-left: 14px;}
.menuBlock:last-child {border: 0;}
.subMenuBlock {
	z-index: 500; 
	display: none; 
	position: absolute; 
	left: 0px; 
	top: 28px;
	width: 300px; 
	margin: 0;
	padding: 0;
	text-align: center;
	} 

.subMenuBlock .menuBlock {position: relative; width: 100%; height: auto; float: left; padding: 0;  border: 0; margin: 0;}

/* HLAVNI TLACITKA */ 
.subMenuBlock .menuBlock div.menuItem, .subMenuBlock .menuBlock a:link, .subMenuBlock .menuBlock a:visited {
	float: left;
}

/* HLAVNI TLACITKA */ 
div.menuItem, a.menuItem {
	float: left;
	z-index: 150; 
	letter-spacing: 1px !important;
	text-align: center;
	padding: 0px;
	width: 100%;
	font-weight: 600;
	transition: 0.1s;
	color: #31859c;
	font-size: 10pt;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	background:  none;
	-webkit-backface-visibility: hidden; -webkit-transform:translate3d(0,0,0);
	}

div.menuItem:hover, a.menuItem:hover, a.menuItemHover {
	 text-decoration: none;
	 color: #000000;
	 border-bottom: 1px solid #31859c;
	 padding-bottom: 5px;
	 margin-top: -5px;
	}
 a.menuItemActive, div.menuItemActive {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #31859c;
	font-weight: 600;
 }
.subMenuBlock div.menuItem, .subMenuBlock a.menuItem {
	width: 100%;
	display: block; margin: 0; 
	background: none;
	background-color: rgba(255,255,255,0.95);
	font-size: 10pt;
	font-weight: 400;
	color: #000;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0px 15px;
	text-align: left;
	float: left;
	transition: 0.2s;
	line-height: 30px;
	-webkit-backface-visibility: hidden; -webkit-transform:translate3d(0,0,0);
}
.subMenuBlock .mebuBlock:first-child a.menuItem {border: 0;}

.subMenuBlock div.menuItem:hover, .subMenuBlock a.menuItem:hover {background-color: #666666; color: #ffffff; padding-left: 25px; 		border-bottom: 1px solid #ddd;}

@media only screen and (max-width: 1276px) {

}

@media only screen and (max-width: 1023px) {
	div.menuBlock1 {padding: 0;}
	.menuBlock {padding: 0 10px; float: left; width: 100%; height: auto; margin: 0;}
	.menuComplete {	
		width: 50%;
		height: 100%;
		transition: 0.5s;
		left: -100%;
		position: fixed;
		margin: 0; display: block; 
		background-color: rgba(0,0,0,0.8);
		padding-top: 25px;
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);

	
	}
	div.slideRight {left: 0;}
	div.menuItem, a.menuItem {
		height: auto;
		float: left;
		text-align: center;
		width: 100%;
		padding: 7px;
		color: #ffffff;
		font-size: 2vw !important;
		border-bottom: 1px solid #333;
		border-right: none;
		}
		div.menuItem:hover, a.menuItem:hover, a.menuItemHover {
			text-decoration: none;

		   }

		div.menuBlock {border-right: none;}
		.subMenuBlock {
			z-index: 500; 
			display: none; 
			position: relative; 
			left: 0px; 
			top: 0;
			width: 100%; 
			margin: 0;
			padding: 0;
			text-align: center;
			} 
			/* HLAVNI TLACITKA */ 
			.subMenuBlock .menuBlock div.menuItem, .subMenuBlock .menuBlock a:link, .subMenuBlock .menuBlock a:visited {	border-right: none;	border-bottom: 1px solid #333;	float: left; text-align: center; width: 100%; font-size: 10pt !important;}
}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 

}


@media only screen 
and (min-device-width : 300px) 
and (max-device-width : 700px) 
and (orientation : portrait) { 
	div.menuItem, a.menuItem {font-size: 4vw !important;  }
	.menuComplete {	width: 75%;	}

 }