/* ------------------ barvicky pro potreby testu responzivity - pouze pro model - jinde smazat!!!!   ----------- 
#topBanner {border:1px solid red;}
#ContainerC {border:1px solid green;}
#topNavigC {border:1px solid blue;}
#contentC {border:1px solid greenyellow;}     */
/* --------------------------- responzivni cast -----------------------------  */


ul li img,.AddPcitures img {width:auto;}


@media only screen and (max-width : 980px) {
    #prepni {display:block;}
	
}


@media only screen and (max-width: 780px) {
    img {width:100%;}
	#cookiesAlert {
		height: 45px;
	}
	#odskokCookies{
		height:55px;
	}
}


@media only screen and (max-width: 736px) {


}


@media only screen and (max-width: 680px) {
	#leftC{	
		width: 203px; 	
	}
	#contentC {width:100%;}

}

/* --------------- tady schovam navigaci a poresim jeji vzhled po ukazani ----------------*/

@media only screen and (max-width: 600px) {
    #topNavigC.hidenav {display:none;}
    #hidenavig  {
		background:#3c4143 url(/images/resp_navi_bg.png) no-repeat 50% 50%;
		display:block;
		width:36px;
		height:28px;
		margin:0 0 0 20px;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
        cursor:pointer;
        position:relative;
        float:left;
	}
        
    #topNavigC li {display:block; float:none;background:#fff;margin:0 0 2px 0;padding:0 0 0 15px;}
    
    #topNavigC li a {display: block;color:#676767;
        text-transform:uppercase; 
        text-align:left;
        text-decoration:none;
        padding:3px 4px 5px 4px;
    }

    #topNavig a:hover,
    #topNavig a:active, 
    #topNavig a:focus,
    #topNavig li.actual a { text-decoration: none;color:#9f1b32;background:none;}
   #topNavigC ul li ul {display:none;} 
}


@media only screen and (max-width: 480px){


}


@media only screen and (max-width: 414px){
	#slideShow{display:none;}
	#cookiesAlert {
		height: 65px;
	}
	#odskokCookies{
		height:75px;
	}
}

@media only screen and (max-width: 375px){
	
	
}


@media only screen and (max-width: 320px) {
 
	
}




