/* ........................... individuální nastavení pro mobilní zobrazení ................. */

@media only screen and (max-width: 760px) {

  #rsmenu {
    background: #411101; /* pozadi responzivního menu */
	color: white;  
	}
	
	
#rsmenu #menu-button {
   color: #ffffff;
	}	
	


#rsmenu #menu-button::before {
border-top: 2px solid #ffffff;       /* zmena barvy sandwich */
}

  #rsmenu #menu-button::after {

    border-top: 2px solid #ffffff;     /* zmena barvy sandwich */
    border-bottom: 2px solid #ffffff;

  }
	
	
   
  #rsmenu ul li {
    border-bottom: 1px solid silver; /* oddelovaci cara */
  }

  #rsmenu ul li.rsm-top {
  	background: #34845d;; /* pozadi horního menu menu */
  }

  #rsmenu ul li.rsm-nor {
    
  }
  
#obalpravy {

	padding-top: 0px;





}

	h1 {
		color: white;
		background-color: #a11012;
		background-image: url('images/rs-logo.png');
		min-height: auto;
		padding-top: 8px;
		padding-bottom: 8px;
		border-bottom: 1px solid white;
		
	}
	
	.r-box h4, #hor h4 {
		background-color: #ca5b1f;
		color: white;
		height: 1.3rem; 
		padding: 0.5rem !important;
		margin: 0;
		/* line-height: 2.3 rem; */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.r-box .r-obsah {
		padding-bottom: 0px;
	}
	
	.r-box {
		background-color: white;
		margin-top: 1em;
	}
	
	.cleaner2 {
		color: white;
		background: #a11012; /* pozadi paticky */
	}

	#port-middle h3 {
		background-color: #286096;
		color: white;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;

	}
	
	#port-middle h3 a {
		color: white;
	}

	#port-middle h4 {
		background-color: #ca5b1f;
		color: white;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	#port-middle h4 a {
		color: white;
	}

#port-middle {
	border: none;
	padding-top: 1em;
}

#port-right {
	border: 5px solid #ca5b1f;	
	padding: 0;
}

.r-box .patka {
	display: none;
}

.r-box .patka {
	padding-bottom: 0;
}

.r-box .vitem .vsubj {
		background-color: #eeeeee !important;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 5px;
		border: 1px solid #aaaaaa;
}

.cinn-right {
	background-image: none;
	padding-bottom: 10px;
}

/*
h1 {
	background-image: none;
	padding-right: 0.7em;
}
*/

.pgktuv .l-box {		/* levy sloupec povolime na uvodni strance */
	display: block;
}

#hornimenu {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	width: 100%;
}

#hornimenu a#z2 {
max-width: 49%;
}

#hornimenu a#z1 {
max-width: 49%;
}

#podmenitko {
	display: none;
}

.ubytform {

	width: 100%;
}


textarea { resize:horizontal; max-width:400px; min-width:200px; }
	


#obimg3 {
	display: none;
}

#podbody {
    padding-top: 0;
}  

.r-box .email_form {
	display: none;
}

#titulni {
	display: none;
}

h4.upout {
	display: none;
}

.breadcrump {
	display: none;
}

.rr-box {
	display: none;
}

#port-middle .vitem1 {
   clear: left;
}

    
/* --- konec mobilni verze -- */

}    