
/*************************************************
* Menu PC
*************************************************/


.menumain {
    background-image: url("../../img/web/menu-none.png");
    background-size: 100%;
    height: 50px;
}


.menumain ul{
	height: 45px;
	margin: 0;
	padding: 0 30px;
}

.menumain .menu-item {
	display: inline-block;
    margin-top: -7px;
	text-align:	center;
	margin: 0;
	padding: 0;
}

.menumain .menu-item a {
	font-size: 19px;
	text-decoration: none;
	line-height: 45px;
    vertical-align: top;
	height: 45px;
	padding: 0;
}

.menumain .menu-item a:hover {
	font-weight: bold;
	text-shadow: 0px 0px 10px white;
}

.menuitm1 {
	width: 113px;
}

.menuitm2 {
	width: 120px;
}

.menuitm3 {
	width: 116px;
}

.menuitm4 {
	width: 138px;
}

.menuitm5 {
	width: 112px;
}

.menuitm6{
	width: 108px;
}

.menuitm7{
	width: 100px;
}
/*************************************************
* Menu tablet a mobil
*************************************************/

.menuoverlay {
	display: none;
	position: fixed; 
	width: 100%; 
	height: 100%;
	z-index: 98;
}
.menutabletwrp{
    display: none;
	position: relative;
	width: 100%;
	max-width: 681px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 5px;
	z-index: 99;
}

.menutablet {
	position: relative;
	width: 100%;
	height: 59px;
	padding-left: 0;
	padding-right: 0;
}

.closemenu {
	background: url("../../img/web/menutablet.png") no-repeat;
	background-size: 100% 100%;
}

.openmenu {
	background: url("../../img/web/menutablettop.png") no-repeat;	
	background-size: 100% 100%;
}

.closemenu .menucont{
    display: none;
}

.menucont{
	width: 100%;
	padding-top: 22px;
	background-color: #feda62;
	position: relative;
	top: 26px;
	padding-bottom: 7px;
}

.menutablet .menu {
	padding: 0;
	margin: 0;
}

.menutablet .menu-item {
    background: #ffe9a0;
    padding: 8px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
	list-style-type: none;
}

.menutablet .menu-item:hover {

    cursor: pointer;

}
.menutablet .menu-item:hover a {

}

.tlacmenu {
    position: absolute;
	display:block;
    top: 7px;
    right: 14px;
    cursor: pointer;
	padding: 13px;
}  

.menutablettxt {
	font-size: 23px;
	position: absolute;
	display:block;
    top: 3px;
    left: 14px;
	padding: 13px;
}

.sub-menu {
	display: none;
	clear: both;
	padding: 0;
	margin: 0;
	/*margin-top: -5px;*/
	margin-bottom: 5px;
}
.sub-menu li a {
padding: 6px 0px 6px 22px;
font-size: 16px;
display: inline-block;
}

.sub-menu li{
padding: 2px 0px 2px 0px;
}
.menu-item-sub{
	background: #ffe9a0;
	padding: 8px;
	margin-left: 10px;
	margin-right: 10px;
	list-style-type: none;
}

.sub-menu li a::before{
	content: "» ";
	color: #cba940;
	font-size: 18px;
}

.menusub{
	padding: 0;
}
.menusecond li{
    list-style-type: none;
    display:inline-block;
    text-shadow: none;
    font-size: 14px;
    line-height: 23px;
    text-decoration: none;
    vertical-align: middle;
}
.menusecond li::after {
    content: "|";
    margin-left: 10px;
    margin-right: 10px;
}
.menusecond li:last-child:after {
    content: "";
}
.menusecond{
	background-image: url("../../img/web/submenurepeat.png");
	background-repeat: repeat-x;
	min-height: 40px;
	background-size: 100% 100%;
	overflow: auto;
	text-align:center;
}

.menusecond a{
	font-size: 14px;
}

.menusecondshow{
	margin-bottom: -23px;
}
.menusecondhead{

	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: -11px;
	height: 11px;
	margin-bottom: -15px;
}


.menumain.topmenuitm1 {
    background-image: url("../../img/web/menu-opionyru2.png");
}
.menumain.topmenuitm2 {
    background-image: url("../../img/web/menu-codelame.png");
}
.menumain.topmenuitm3 {
    background-image: url("../../img/web/menu-rodice.png");
}
.menumain.topmenuitm4 {
    background-image: url("../../img/web/menu-podporte.png");
}
.menumain.topmenuitm5 {
    background-image: url("../../img/web/menu-media.png");
}
.menumain.topmenuitm6 {
    background-image: url("../../img/web/menu-inspirace.png");
}
.menumain.topmenuitm7 {
    background-image: url("../../img/web/menu-kontakty.png");
}





@media screen and (max-width: 930px) {
	.menusecondhead{
		display: none;
	}
	.menusecondshow{
		display: none;
	}

	.menumain {
		display: none;
	}
	.menusecond{
		display: none;
	}
	.menutabletwrp {
		display: block;
	}  
}

/*************************************************
* Menu 3. nastenka
*************************************************/

.menuNastenka {
	padding: 0px;
}

.menuNastenka ul {
    padding: 0;
    margin:0;
}

.menuNastenka li{
	color: #0070af;
	font-size: 17px;
	min-height: 40px;
	line-height: 40px;	
	list-style-type: none;
	margin-bottom: 8px;
	vertical-align: middle;
}

.menuNastenka a {
	font-size: 16px;
	color: #0070af;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	padding-left: 15px;
	display:block;
}

.menuNastenka a:hover {
	border: 1px solid #e41e13;
	color: #e41e13;
}

/*************************************************
* Menu 3. úrovně
*************************************************/

.menu3 {
	padding: 24px 15px 16px 15px;
}

.menu3 ul {
    padding: 0;
    margin:0;
}

.menu3 li {
	background: url("../../img/web/figure_blue.png") no-repeat left top;
	color: #0070af;
	font-size: 17px;
	margin-bottom: 8px;
	line-height: 17px;
	padding-left:15px;
	list-style-type: none;
}

.menu3 a {
	font-size: 16px;
	color: #0070af;
}

.menu3 li:hover {
	background: url("../../img/web/figures.png") no-repeat left top;
}

.menu3 li:hover a {
	color: #e41e13;
}

