.menuComplete {	
	width: auto;
	z-index: 50; 
	float: left; 
	position: relative;
	transition: 0.3s;
}

div.topper .menuComplete {margin-top: 0px;}

.menuComplete span {display: none;}
.menuBlock {z-index: 500; width: auto; height: auto; position: relative; float: left; width: auto; padding: 0;  margin: 0; }
.menuBlock:last-child {border: 0;}
.subMenuBlock {
	z-index: 500; 
	display: none; 
	position: absolute; 
	width: 300px; 
	margin: 0;
	padding: 0;
	text-align: left;
	top: 60px;
	background-color: rgba(0,0,0,0.8);
	} 

div.topper .subMenuBlock {
	top: 100px;
	} 

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

.menu-arrow-down {width: 15px; height: 15px; margin-left: 5px; float: right;}

/* HLAVNI TLACITKA */ 
div.menuItem, a.menuItem {
	cursor: pointer;
	float: left;
	z-index: 150; 
	text-align: left;
	padding: 10px 15px;
	width: 100%;
	display: flex;	align-items: center; justify-content: center; 
	height: 60px;
	font-weight: 500;
	font-size: 12pt;
	position: relative;
	transition: 0.3s;
	color: #ffffff;
	-webkit-backface-visibility: hidden; -webkit-transform:translate3d(0,0,0);
	}

div.topper div.menuItem, div.topper a.menuItem{height: 100px; color: #dddddd;}

div.menuItem:hover, a.menuItem:hover, a.menuItemHover {
	 text-decoration: none;
	 color: #000;
	 background: #fff;
	}

div.swapped {
	color: #eee;
}	

 a.menuItemActive, div.menuItemActive {
	color: #0a8a15;
	background: #fff;
}

a.menuItemActive img, div.menuItemActive img, div.menuItem:hover img, a.menuItem:hover img, a.menuItemHover img {
	filter: invert(100%);
}


div.menuBlock3 {display: none !important; }

.subMenuBlock div.menuItem, .subMenuBlock a.menuItem {
	width: 100%;
	display: block; margin: 0; 
	background: none;
	font-size: 12pt;
	font-weight: 400;
	margin: 0;
	text-align: left;
	float: left;
	line-height: 30px;
	-webkit-backface-visibility: hidden; -webkit-transform:translate3d(0,0,0);
	color: #dddddd;
	padding: 5px 15px;
	height: auto;
}

div.topper .subMenuBlock div.menuItem, div.topper .subMenuBlock a.menuItem{height: auto;}
div.topper .subMenuBlock {background-color: rgba(0,0,0,0.8);}


.subMenuBlock .mebuBlock:first-child a.menuItem {border: 0;}

.subMenuBlock div.menuItem:hover, .subMenuBlock a.menuItem:hover {background-color: rgba(0,0,0,1); color: #fff;}

@media only screen and (max-width: 1276px) {
	div.menuItem, a.menuItem {font-size: 14px; letter-spacing: 0;}
}

@media only screen and (max-width: 1050px) {
	div.menuItem, a.menuItem {font-size: 12pt; }
}

@media only screen and (max-width: 1024px) {
	div.menuBlock1 {padding: 0;}
	.menuBlock {padding: 0 10px; float: left; width: 100%; height: auto; margin: 0;}
	.menuComplete {	
		width: 40%;
		height: 100%;
		left: -100%;
		top: 0;
		transition: 0.3s;
		position: fixed;
		margin: 0; display: block; 
		background-color: rgba(0,0,0,0.9);
		-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: calc(0% - 15px);}
	div.menuItem, a.menuItem {
		height: auto;
		float: left;
		text-align: left;
		width: 100%;
		padding: 10px 35px;
		display: block;
		color: #ffffff;
		border-bottom: 1px solid #333;
		border-top: 0;
		border-right: none;
		}
		div.menuItem:hover, a.menuItem:hover, a.menuItemHover {
			text-decoration: none;
			border: 0;
		   }

		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: left;
			background: none;
			} 
			/* 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: left; width: 100%; font-size: 10pt !important; padding-left: 45px;}

			a.menuItemActive {color: #19ab26 !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) { 
	.menuComplete {	width: 80%;	}

 }