/* ........................... individuální nastavení pro mobilní zobrazení ................. */

@media only screen and (max-width: 760px) {

  #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');
	}
	
	.r-box h4, #hor h4 {
		background-color: #502613;
		color: white;
	}
	
	.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;




	
}


/* --- konec mobilni verze -- */

}
