<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* MS úprava - http://msdn.microsoft.com/en-gb/library/ie/hh869615%28v=vs.85%29.aspx */
@-ms-viewport{
	width:device-width;
} 

.headerfoto {
   height: 156px;
    background-size: 100%;
    background-image: url(slider/header.jpg);
    background-repeat: no-repeat;
   background-position: 0px 0;
    position: relative;
	margin-top: 140px;
}

/* -------------------- 3D PANO---------------- */

#obrazek {
    display: none;
    
  }

/* -------------------- min-rozlišení nad 923 px ---------------- */
@media only screen and (min-width: 923.9px) {
	
    #obrazek {
        position: absolute;
        display:block;
        width: 100vw;
        margin: 0px;
          
        border: solid 1px gray;
        height: auto;
        z-index: 50;
        padding: 4px 5px;
        background-color: white;
        top: 141px;
        box-sizing: border-box;
        border-width: 1px 0px;
      }
    
      .flexslider .slides {
        
        height: 430px;
      }
      .flex-direction-nav {
       display: none;
      }
      .prohlidka-fullscreen__content {
        text-align: center;
      }
    }

    /* -------------------- min-rozlišení nad 1345 ---------------- */
@media only screen and (min-width: 1299.9px) {
	
    #obrazek {
        position: absolute;
        display:block;
        width: 96vw;
        margin: 0px 2vw;
          
        border: solid 1px gray;
        height: auto;
        z-index: 50;
        padding: 4px 5px;
        background-color: white;
        top: 141px;
        border-width: 1px 1px;
        
      }
    
    }


/* -------------------- min-rozlišení nad 1300 ---------------- */
@media only screen and (min-width: 1340.9px) {
	
    #obrazek {
        position: absolute;
        display:block;
        width: 90vw;
        margin: 0px 5vw;
          
        border: solid 1px gray;
        height: auto;
        z-index: 50;
        padding: 4px 5px;
        background-color: white;
        top: 141px;
        border-width: 1px 1px;
        
      }
    
    }

/* -------------------- max.rozlišení pod 1300 px ---------------- */

@media only screen and (max-width: 1299px) {
	
.headerfoto {
    background-image: url(slider/header1.jpg);
	background-position: center;
}

}




/* -------------------- max.rozlišení pod 1100 px ---------------- */

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


}

/* -------------------- max.rozlišení pod 1023 px ---------------- */

@media only screen and (max-width: 923px) {
.headerfoto {
    height: 200px;
   
    background-image: url("slider/header2.jpg");
   
	margin-top: 51px;
	 background-size: cover;
	
}

/* -------------------- max.rozlišení pod 720 px ---------------- */

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

	
	}

/* -------------------- max.rozlišení pod 480 px ---------------- */
/* treba iPhone7Plus má 414, iPhone6 a 7 375 */

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

.headerfoto {
    background-image: url("images/ndmob.gif"), url("slider/header3.jpg");
}
	}

/* -------------------- max.rozlišení pod 360 px --------------------------------------------------------------- */
/* treba LG G3 a Samsungy mají 360, iPhone5 320 */

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



/* end */
	
}

/* -------------------- max.rozlišení pod 320 px ---------------- */
/* treba iPhone5 má 320 */

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


}
</pre></body></html>