@media screen and (max-width:1279px) {  
	#obsah1-top-text { font-size:16px; } 
	h1			{ font-size:14px; line-height:18px }
	.thumbs a        {  width:calc(33% - 15px); }
}

@media screen and (max-width:1023px) {  
  #left      { display: none; width:100% }
  #menu-mobile { display: block;}
  #obsah1-top { background-position:top left; }
  #logo-mobile { display:block; }
   
  #obsah      { width:85%; height:auto; margin-top:30px; }
 
  #obsah1,
  #obsah2     { height:auto; border:0; }  
  
  #foto-uvod img { height:auto; width:90%; margin-top:20px }
}



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


}

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

  #popis-left,  
  #popis-right  { width:100%; }
  #popis-right  { margin-top:20px }
  .thumbs a        {  width:calc(50% - 15px); }
 
        
}

@media screen and (max-width:450px) {  
  .thumbs a        {  width:calc(100% - 15px); }
    
}

/* Výška okna menší než 670px */
@media screen and (max-height:670px) {

}




      