
   #katalog_zbozi {
        display: none;
        width: 100%;
        height: 40px;
        background: #363636 url(menu.png) no-repeat 10px 10px;
        color: #fff;
        text-align: left;
        line-height: 40px;
        text-transform: uppercase;
        padding-left: 50px;
        font-weight: bold;
        font-size: 1em;
   } 

   #navcontainer_right {
    z-index: 9999;
   }

    
   
    .menu_click {
        width: 30px;
        height: 30px;
        background: url(sipka.png) no-repeat;
        position: absolute;
        right: 10px;
        top:10px;
    }

    .menu_sel {
    	background: url(sipka_zpet.png) no-repeat;
    }
    

    .menu_close {
    	padding: 0 15px;
		display: block;
		line-height: 48px;
		background: #b41a1f url(close.png) no-repeat 230px 15px;
		cursor: pointer;
    }

   		.menu_temp {
			display: none;
			position: absolute;
			left: 0;
			top: 59px;
			width: 260px;
			background: #333333;
			z-index: 130000;
		}

		#hlavnislider {
			width: 639px;
			height: 332px;
			position: relative;
		}

		#carousel_cont {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 300px;
			height: 300px;
			opacity: 1;
		}		

		#carousel_cont_hover {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 300px;
			height: 300px;
			opacity: 0;
		}

		#slidrovac {
			display: none;
		}

		#bg_transparent {
			display: none;
			width: 100%; height: 100%;
			position: fixed;
			background: black;
			opacity: 0.7;
			z-index: 8998;
		}	
    
   .menu_back {
      position: absolute;
      right: 10px;
      top: 15px;
      background: red;
      line-height: 20px;
      cursor: pointer;
      z-index: 120000;
    }
		


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

#katalog_zbozi {
display: block;
}

.sidr ul ul {
display: none;
}


#navcontainer {
display: none;
}		

}

