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