#header {
 
  background-position: center -5px !important;
  
}
/* ........................... individuální nastavení pro mobilní zobrazení ................. */

@media only screen and (min-width: 760.9px) {
	#mobnav {
		
		display: none !important;
	  }
}

@media only screen and (max-width: 1024px) {
	#skladacka {

  width: 30vw;
  height: auto;
  left: auto;
  right: 10vw;
  min-width: 200px;
}
}
@media only screen and (max-width: 760px) {

  #obal
  {
  width: 100% !important;
  text-align: left;
  font-size: 100% !important;
 }
 #podbody {
 
  background-size: auto 392px !important;
}


  #rsmenu {
    background: #202020; /* pozadi responzivního menu */
  }
     
  #rsmenu ul li {
    border-bottom: 1px solid silver; /* oddelovaci cara */
  }

  #rsmenu ul li.rsm-top {
  	background: #555555; /* pozadi horního menu menu */
  }

  #rsmenu ul li.rsm-nor {
    
  }

	h1 {
		color: white;
		background-color: #502613;
		background-image: url('images/rs-logo.png');
		background-color: #09528b;
    padding: 5px;
	}
	
	.r-box h4, #hor h4 {
		background-color: #0053ab;
    color: white;
    margin-top: 20px;
    padding: 8px;
	}
	
	.r-box {
		background-color: white;
	}
	
	.cleaner2 {
		color: white;
		background: #502613; /* pozadi paticky */
	}

	#port-middle h3 {
		background-color: #21120d;
		color: white;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;

	}
	
	#port-middle h3 a {
		color: white;
	}

	#port-middle h4 {
		background-color: #21120d;
		color: white;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	#port-middle h4 a {
		color: white;
	}
	#zavreno {
	
	margin-right: 10px;
	margin-left: 10px;




	
}
}
@media only screen and (max-width: 360px) {
#header {
  
  background-size: 80% auto;
  background-position: center 2vw !important;
}
}


/* --- konec mobilni verze -- */


