/* MS úprava - http://msdn.microsoft.com/en-gb/library/ie/hh869615%28v=vs.85%29.aspx */
@-ms-viewport{
	width:device-width;
} 

.headerfoto {
   height: 157px;
    background-size: 100%;
    background-image: url(slider/header.jpg);
    background-repeat: no-repeat;
   background-position: 0px 0;
    position: relative;
	margin-top: 140px;
}
/* -------------------- 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) {


}
