/* MS úprava - http://msdn.microsoft.com/en-gb/library/ie/hh869615%28v=vs.85%29.aspx */
@-ms-viewport{
	width:device-width;
} 

.headerfoto {
 height: 161px;
  
   background-image: url(slider/dalsi_03.jpg);
    background-repeat: no-repeat;
   background-position: 0px 0;
    position: relative;
	
	margin: 143px 0px 0px;
	
background-position: 0px center;

}
/* -------------------- max.rozlišení pod 1300 px ---------------- */

@media only screen and (max-width: 1299px) {
	
.headerfoto {
   
}

}
/* -------------------- max.rozlišení pod 1100 px ---------------- */

@media only screen and (max-width: 1100px) {

.headerfoto {
  background-size: auto;
background-position: center;
}
}

/* -------------------- max.rozlišení pod 1023 px ---------------- */

@media only screen and (max-width: 923px) {
.headerfoto {
    height: 100px;
   
   
   
	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");*/
   background-position: 0px center;
	
}
	}

/* -------------------- 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) {

.headerfoto {
   
    background-position: -40px center;
  
}

}
