.menuComplete {	
	width: 900px;
	height: 120px;
	z-index: 500; 
	float: right; 
	position: relative;
	background-color: #333;

}
.menuBlock {z-index: 500; width: auto; height: auto; position: relative; float: left;}
.subMenuBlock {
	z-index: 500; 
	display: none; 
	position: absolute; 
	left: 0px; 
	top: 38px;
	width: 190px; 
	border-top: 0; 
	margin: 0;
	padding: 0;
	text-align: center;
	} 
.subMenuBlock .menuBlock {position: relative; width: 100%; height: auto; float: left;}

/* 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; 
	font-size: 12pt;
	text-align: center;
	padding: 5px 10px;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	color: #fff;
	transition: 0.25s;
	padding: 30px 25px;
	height: 120px;
	font-weight: bold;
	overflow: hidden;
	}

div.menuItem img , a.menuItem img {width: 60px; margin-bottom: 5px;}
	
div.menuItem:hover, a.menuItem:hover, a.menuItemHover {
	background: -moz-linear-gradient(top, #eb2227 0%, #931618 100%);
background: -webkit-linear-gradient(top, #eb2227 0%,#931618 100%);
background: linear-gradient(to bottom, #eb2227 0%,#931618 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb2227', endColorstr='#931618',GradientType=0 ); color: white;
	}
 a.menuItemActive {
	background: -moz-linear-gradient(top, #eb2227 0%, #931618 100%);
background: -webkit-linear-gradient(top, #eb2227 0%,#931618 100%);
background: linear-gradient(to bottom, #eb2227 0%,#931618 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb2227', endColorstr='#931618',GradientType=0 ); color: white;

 }
.subMenuBlock div.menuItem, .subMenuBlock a.menuItem {
	width: 190px;
	display: block; margin: 0; 
	background: none;
	background-color: #eee;
	font-size: 10pt;
	color: black;
	border-bottom: 1px solid #fff; 
	margin: 0;
	padding: 7px 15px;
	text-align: left;
	float: left;
	border-left: 3px solid #aaa;
}
.subMenuBlock div.menuItem:hover, .subMenuBlock a.menuItem:hover {background-color: rgba(255,255,255,0.9); color: #222; border-left: 3px solid #eb2227; padding-left: 15px;}

.fastLinksContainer {width: 100%; float: left; margin-bottom: 10px; margin-top: 0;}
a.fastLinks {float: left;
	z-index: 150; 
	font-size: 12pt;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	color: #eb2227;
	border: 1px solid #ddd;
	background-color: #fff; margin-right: 5px; margin-bottom: 5px;
	width: 208px;
	transition: 0.2s;
	}

a.fastLinks:hover {
	border: 1px solid #eb2227;		
}

a.fastLinks img {width: 100%; height: auto; margin: 0;}
a.fastLinks div {font-size: 12pt; color: #eb2227; text-align: center; padding:10px 0;}

@media only screen and (max-width: 1276px) {
	.menuComplete {margin-left: 50px; width: 600px; height: auto;}
	.menuBlock {z-index: 500; width: 160px; margin-right: -20px; height: auto; position: relative; float: left;}
	div.menuItem, a.menuItem {font-size: 10pt;}
	a.fastLinks { width: calc(25% - 10px); margin: 5px 5px; }
}

@media only screen and (max-width: 1023px) {
.menuComplete {	width: 100%; float: left;  display: none; margin-left: 0px; position: relative;}
.menuBlock {width: 100%; margin: 0px;}
div.menuItem, a.menuItem {background: #888; border-bottom: 1px solid white; font-size: 3vw;	}
div.menuItem:hover, a.menuItem:hover, a.menuItemHover, a.menuItemActive {background: #eb2227; color: #fff;}
a.fastLinks { width: calc(25% - 10px); font-size: 2vw; }
a.fastLinks div{font-size: 2.5vw; }
.subMenuBlock {opacity: 0;}
}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 
a.fastLinks { width: calc(33% - 10px); margin: 5px 5px; }
a.fastLinks div{font-size: 2.5vw; }
}


@media only screen 
and (min-device-width : 300px) 
and (max-device-width : 700px) 
and (orientation : portrait) { 
div.menuItem, a.menuItem {font-size: 5vw; padding: 4%;	}
a.fastLinks { width: 100%; }
a.fastLinks div { width: 100%; font-size: 6vw; }
 }