html {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px; 
}

body {
	font-size: 1em; 

font-family: Tahoma, Geneva, sans-serif;
/*font-family: Georgia, serif;*/
color: #000;
background-color: #fff;
margin: 0px; padding: 0px; 


    background: url(/images/pozadi5.jpg) left top / auto repeat fixed;
}

table {
	border-collapse: collapse;
}

td,
th 
{
	font-size: 1rem; 
    padding: 3px 5px;
}


a {
	color: #d0121a; 
	transition: all 0.25s;
}

a:hover,
a:active
{
	color: #A70E15; 
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 80%;
  width: 400px;
}

.modal-header {
  padding: 0px;
  margin: 0px 0px 15px 0px;
}

.modal-header h2 {
  padding: 0px;
  margin: 0px;
  font-size: 12pt;
}

.modal-body {
}

/* The Close Button */
.rs-modal-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -8px;
}

.rs-modal-close:hover,
.rs-modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



.rezervace-form table td {
	background: #F0F0F0;
	padding: 5px 10px;
	border-bottom: 2px solid #fff;
}


.rs-rs-modal-buttons {
	font-size: 13pt;
}

.rs-modal-odeslat {
	background: #31A327;
	color: #fff;
	width: 150px;
	border-color: #37B52D;
}
.rs-modal-odeslat:hover {
	background: #37B52D;
	color: #fff;
}


.rs-modal-storno {
	background: #C82626;
	color: #fff;
	width: 150px;
	border-color: #C82626;
}
.rs-modal-storno:hover {
	background: #C82626;
	color: #fff;
}


.rs-modal-tr-email {

} 





.opacity
	{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	}

.opacity:hover
	{
	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	}



.div-rezervace-komplet {
	border: 0px solid green;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
}

.div-rezervace-pr {
	border: 1px solid #eee;
	text-align: center;
	overflow: hidden;
}

.div-rezervace-pr-nadpis {
	padding: 15px;
	text-align: center;	
}

.div-rezervace-pr-nadpis p {
	margin: 0px;	
	padding-bottom: 10px;
	font-size: 6vw;	
}

.div-rezervace-pr-tlacitka {
	margin-bottom: 0px;
}

.rs-grid-row::after {
  content: "";
  clear: both;
  display: table;
}
.rs-grid-col-50 {
	width: 50%;
	float: left;
}



@media(min-width:992px) {
	.div-rezervace-pr {
		/*float: left;*/
		/*height: 1120px;*/
		width: 520px;
		
		margin: 0 auto;
	}

	.div-rezervace-pr-nadpis {
		overflow: hidden;
		height: 125px;
	}
	
	.div-rezervace-pr-nadpis p {
		font-size: 16pt;	
	}
}



.modal-title {
	text-align: center;
	color: #DA1C90;
}

.modal-title-rezervace {
	font-size: 24px;
}

.modal-footer {
	text-align: center !important;
}

.modal-footer button {
	margin-bottom: 5px !important;
}

.modal-div-storno
{
	margin-bottom: 3px;
	padding: 3px 20px;
	background-color: #f3f3f3;
}

.modal-div-objednatpoukaz
{
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 15px 20px;
	background-color: #f3f3f3;
}

.modal-div-storno span, 
.modal-div-objednatpoukaz span 
{
	display: inline-block;
	width: 120px;
}

#modr-objednatpoukaz-title {
	margin-top: 8px; 
	font-size: 1.6em;
	font-weight: bold;
}

.picker:, 
.picker__holder, 
.picker__frame, 
.picker__wrap, 
.picker__box, 
.picker__list 
{
		-ms-overflow-style: -ms-autohiding-scrollbar !important;
		-ms-overflow-style: none !important;
		overflow: -moz-scrollbars-none !important; 
}
    
.picker::-webkit-scrollbar, 
.picker__holder::-webkit-scrollbar, 
.picker__frame::-webkit-scrollbar, 
.picker__wrap::-webkit-scrollbar, 
.picker__box::-webkit-scrollbar, 
.picker__list::-webkit-scrollbar 
{
		display: none !important;
		width: 0 !important;
}



.fa-ul li
{
	padding-left: 0px !important; 
	margin-left: 10px !important; 
	list-style-type: none;
}

.fa-ul li span.fa-li
{
	margin-top: -5px !important; 
	margin-right: 10px !important; 
}

.rs-fa-blue
{
color: #bbb;
}

/* ---------------- */

.rs-order-form{
	display:block;
	width: 100%;
}

.rs-order-form .frame{
	display:block;
	width: 100%;
	border-radius: 4px;
	padding: 4px 4px 2px 4px;
	border: 1px solid #ddd;
}

.rs-order-form-div{
	display:block;
	width: 100%;
	background-color: #fff;
	padding-top: 15px;
	text-align: center;
}

.rs-order-form .frame .row{
	display:block;
	width: 100%;
	background-color: #F8F8F8;
	margin-bottom: 2px;
	margin-left: 0px;
}

.rs-order-form .frame .row div{
	padding: 8px 10px;
}
@media only screen and (max-width: 767px) {
	.rs-order-form .frame .row div{
		padding: 5px 10px;
	}
}


.rs-order-form .frame .row:nth-child(even) {background: #F8F8F8}
.rs-order-form .frame .row:nth-child(odd) {background: #F2F2F2}

@media only screen and (min-width: 768px) {
	.rs-order-form .frame .row:hover {background: #E8F2FD !important}
}

.rs-order-form textarea
{
	max-width: 99%;
	background-color: #ffffff;
	margin: 0;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.rs-order-form input[type="text"],
.rs-order-form input[type="tel"]
{
	width: 99%;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border-radius: 3px;
}


.rs-order-form-div-vysledek p {
	display: block;
	color: #428BCA;
	font-size: 16pt;
	border-radius: 4px;
	background: #E8F2FD;
	padding: 5px 10px 5px 10px;
	margin-bottom: 2px;
}

.rs-order-form-div-vysledek div {
	display:block;
	width: 100%;
	border-radius: 4px;
	padding: 14px;
	color: #ffffff;
	background-color: #428BCA;
	font-size: 28pt;
}

.rs-order-form-div-vysledek div span {
	display:block;
	font-size: 16pt;
}

.rs-order-form p.adresa {
	display: block;
	color: #428BCA;
	font-size: 14pt;
	padding: 15px 24px 5px 24px;
}


.js__datepicker, .js__timepicker  {
    cursor: text;
}
.picker--time .picker__frame {
    min-width: 156px;
    max-width: 180px;
    font-size: 15pt;
}

/* ---------------- */
.rs-contact-form{
	display:block;
	width: 100%;
}

.rs-contact-form .frame{
	display:block;
	width: 100%;
	border-radius: 4px;
	padding: 4px 4px 2px 4px;
	border: 1px solid #ddd;
}

.rs-contact-form-div{
	display:block;
	width: 100%;
	background-color: #fff;
	padding-top: 15px;
	text-align: center;
}

.rs-contact-form p{
	display:block;
	background-color: #F8F8F8;
	padding: 5px 10px 5px 10px;
	margin-bottom: 2px;
}

.rs-contact-form p strong{
	display: inline-block;
	width: 30%;
}


.rs-contact-form p:nth-child(even) {background: #F8F8F8}
.rs-contact-form p:nth-child(odd) {background: #F2F2F2}

.rs-contact-form p:hover {background: #E8F2FD}

.rs-contact-form input[type="text"],
.rs-contact-form input[type="tel"]
{
	width: 67%;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 5px 0px;
}

.rs-contact-form textarea
{
	max-width: 99%;
	background-color: #ffffff;
	margin: 0;
	border: 1px solid #ccc;
	border-radius: 3px;
}





.formular-error {
	background-color: #9C1A1C;
	color: #fff;
	text-align: left;
	font-size: 12pt;  
	padding: 10px 10px 10px 20px !important;
	margin-top: 15px;  
	margin-bottom: 20px;  
	-webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; -khtml-border-radius-topleft: 3px; -khtml-border-radius-topright: 3px; -khtml-border-radius-bottomleft: 3px; -khtml-border-radius-bottomright: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;	
}

.formular-error img {
	float: right;
	margin-top: -15px;
	margin-left: 10px;
}

.formular-error a {
	color: #fff; 
}

.formular-error-2 {
	background-color: #F8D6D7;
	text-align: left;
	font-size: 11pt;  
	padding: 10px 10px 10px 20px !important;
	margin-top: -19px;  
	margin-bottom: 20px;  
	-webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; -khtml-border-radius-topleft: 3px; -khtml-border-radius-topright: 3px; -khtml-border-radius-bottomleft: 3px; -khtml-border-radius-bottomright: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;	
}

.formular-error-2 ul {
	padding: 10px 15px !important;
}

.formular-error-ok {
	background-color: #B8E4A9;
	color: #2C5B1C;
	text-align: left;
	font-size: 14pt;
	padding: 10px 10px 10px 20px !important;
	margin-top: 15px;  
	margin-bottom: 40px;  
	-webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; -khtml-border-radius-topleft: 3px; -khtml-border-radius-topright: 3px; -khtml-border-radius-bottomleft: 3px; -khtml-border-radius-bottomright: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;	
}

.formular-error-ok img {
	float: right;
	margin-top: -15px;
	margin-left: 10px;
}





.div-rezervace iframe {
	width: 100%; 
	min-height: 700px; 
	background-color: transparent;
	border: 0px solid red;
	overflow: hidden;
}

.rezervace-btn-prev,
.rezervace-btn-next
 {
 	display: inline-block;
	margin: 5px 5px; 
}
.rezervace-btn-storno
 {
 	display: inline-block;
	margin: 5px 30px; 
}

#div_id_rezervace_pruh {
	padding: 5px 12px 2px 12px; 
	background-color: #eee;
	font-size: 15px;
	margin-left: -10px !important; 
	margin-right: -10px !important; 
}

.rezervace_pruh_div {
	display: inline-block;
	padding-left: 3px;
	margin-bottom: 3px;
}

#div_id_rezervace_pruh select {
	font-size: 17px; 
	font-family: Tahoma, Geneva, sans-serif; 
	color: #333;
	padding: 4px;
}

#div_id_rezervace_pruh input[type="text"], 
#div_id_rezervace_pruh input[type="tel"] 
{
	color: #333;
	padding: 4px; 
	font-size: 17px; 
	font-family: Tahoma, Geneva, sans-serif; 
}

#div_id_rezervace_pruh button {
	display: inline-block !important; 
	font-weight: bold;
	border: 1px solid #fff !important;
	padding: 8px 28px !important;
	margin-top: -2px !important; 
}

#div_id_doba {
	margin-bottom: 3px;
}

.highlight-ok {
	background-color: #D91082 !important; 
	color: #fff !important; 
}

.highlight-ok #id-date-pick,
.highlight-ok #id-time-pick
 {
	color: #D91082 !important; 
	font-weight: bold;
}

.highlight-ko {
	background-color: #354A4F !important; 
	color: #fff !important; 
}

.highlight-ko #div_id_doba
 {
	background-color: #D91082 !important; 
	font-weight: bold;
}

.sticky {
	position: fixed;
	z-index: 500;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
}

.tooltip {
	min-width: 85px !important;
}


.div-table-rezervace {
	position: relative; 
	overflow-x:auto;  
	overflow-y:visible;
	/*min-height: 966px;*/
	}

.table-rezervace
	{
	background-color: #fff; 
	font-size: 24px; 
	font-family: Tahoma, Geneva, sans-serif;
	}

.table-rezervace-sloupec{
	display: inline-block;
	width: 50px;
	vertical-align: top;
}

.table-rezervace-sloupec a
	{
	border-right: 1px solid #C1FFC1; 
	border-bottom: 1px solid #C1FFC1; 
	}

.rezervace-datum
	{
	font-size: 14px; 
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid #DDDDDD; 
	border-bottom: 1px solid #DDDDDD;
	height: 46px; 
	overflow: hidden;
	width: 50px;
	}

.rezervace-datum-sticky
	{
	border: 0;
	xtext-shadow: 0px 0px 5px #000 !important;
	color: #fff !important; 
	xbackground-color: #D91082  !important; 
	background-color: rgba(0, 0, 0, 0.7)  !important; 
 
	}

.rezervace-datum span
	{
	font-size: 22px; 
	display: block;
	margin-bottom: 1px;
	}



.rezervace-cas
	{
	width: 70px; 
	}

.rezervace-cas div
	{
	font-size: 30px; 
	padding-left: 9px; 
	white-space:nowrap;
	border-right: 1px solid #DDDDDD; 
	border-bottom: 1px solid #DDDDDD; 
	height: 77px;
	overflow: hidden; 
	}

.rezervace-cas p
	{                                                                        	
	display: inline-block; 
	font-size: 12px; 
	vertical-align: top; 
	margin-top: 7px;
	padding: 0 0 0 2px;
 	}

.rezervace-top-datumcas{
	height: 49px !important;
}

.rezervace-bottom-datumcas{
	height: 36px !important;
	border: 0 !important;
}

.rezervace-termin-hodina{
	border-bottom-width: 3px !important;
}

.rezervace-termin
	{
	display: block; 
	width: 100%; 
	height: 18px; 
	text-decoration: none; 
	font-size: 10px;
	cursor: pointer; cursor: hand; 
	}
	
.rezervace-termin,
.rezervace-termin:link,
.rezervace-termin:hover,
.rezervace-termin:active,
.rezervace-termin:visited
	{
	text-decoration: none; 
	}

.rezervace-termin-ok-klik
	{
	background-color: #EF5ABF !important; 
	}


.rezervace-termin-ok2
	{
	background-color: #EB2EAD !important; 
	}

.rezervace-termin-ok3
	{
	background-color: #92748D !important; 
	}

.rezervace-termin-obsazen
	{
	background-color: #BF0000; 
	cursor: not-allowed; 
	}

.rezervace-termin-disabled
	{
	background-color: #00DD00; 
	cursor: not-allowed; 
	}

.rezervace-termin-disabled2
	{
	background-color: #f0f0f0; 
	border-right-color: #ddd !important; 
	border-bottom-color: #ddd !important; 
	cursor: not-allowed; 
	}

.rezervace-termin-zavreno
	{
	background-color: #E3F3F7; 
	cursor: not-allowed; 
	}

.rezervace-termin-ok
	{
	background-color: #00FF00; 
	cursor: pointer; cursor: hand; 
	}

.rezervace-termin-ok:hover
	{
	background-color: #EEDC00; 
	border-right-color: #B7A900 !important; 
	border-bottom-color: #B7A900 !important; 
	}

.rezervace-termin-ok:active
	{
	background-color: #DBCB00; 
	}






.rs-na-sirku .item {
	width: 100vw;
	height: 100vh;
}

.rs-na-vysku .item {
	width: 100vw;
	height: 50vh;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 1000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(20, 20, 20, 0.6) url(/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius: 9px;
  border: 2px solid #fff;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch, .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: .6;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch,.cd-top:hover {
  background-color: #312213;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 60px;
	border-radius: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 60px;
  }
}





.div-mimoradne {
	text-align: center; 
	width: 100%; 
	padding: 10px 10px; 
	color: #fff; 
	background-color: #ff3f00; 
	font-size: 18pt;
	text-shadow: 1px 1px 0px #000 !important;  
}

.div-mimoradne-in {
	display: flex;
	text-align: center; 
	margin: 0 auto; 
	width: 1010px; 
	padding: 15px 30px; 
	max-width: 100%; 
	border: 2px solid #fff; 
	border-radius: 8px; 
}

.div-mimoradne a {
	  color: #FF0;
	  text-decoration: underline;
}
.div-mimoradne a:hover {
	  color: #FF0;
	  text-decoration: underline;
}


.mimoradne-text {
	flex: 8;
}

.mimoradne-ico {
	background: url("/images/icon-alert.png") no-repeat center center;
	background-size: contain;
	flex: 1;
    	display: block;
    	margin: -10px 15px -10px -10px ;
}

.mimoradne-blink {
	background-color: #ff1f00; 
}
.mimoradne-blink .mimoradne-ico {
	background: none !important; 
}



.div-mimoradne-2 {
	text-align: center; 
	width: 100%; 
	padding: 10px 10px; 
	color: #fff; 
	background-color: #00B000; 
	font-size: 18pt;
	text-shadow: 1px 1px 0px #000 !important;  
}

.div-mimoradne-2-in {
	display: flex;
	text-align: center; 
	margin: 0 auto; 
	width: 1010px; 
	padding: 15px 30px; 
	max-width: 100%; 
	border: 2px solid #fff; 
	border-radius: 8px; 
}

.div-mimoradne-2 a {
	  color: #FF0;
	  text-decoration: underline;
}
.div-mimoradne-2 a:hover {
	  color: #FF0;
	  text-decoration: underline;
}


.mimoradne-2-text {
	flex: 8;
}





.rezervace-sticky-container {
  position:relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px; 
}
.rezervace-sticky-line {
    display: block;
    margin: auto 0;
    background-color: #fff;
    padding-bottom: 10px;
    
}
.rezervace-sticky-box {
    width: 100%;
    height: auto;
    float: right;
}
/*
---------------------------------------------------------------
*/
@media(max-width:767px) {

	.rs-navbar-top, .rs-navbar-top2 {
	    	background-color: #fff;
		height: auto;
	}
	.div-mimoradne {
		padding: 25px 10px; 
		font-size: 12pt;  
	}
	
	.mimoradne-text {
		flex: 4;
	}
	
	.mimoradne-ico {
		flex: 1;
	}
	

}
/*
---------------------------------------------------------------
*/

@media(max-width:991px) and (min-width:768px) {

}




@media(max-width:991px) {

	/*
	.div-table-rezervace {
		min-height: 2341px;
	}
	*/
	
	.table-rezervace-sloupec{
		width: 9.5vw;
	}
	
	.rezervace-cas div
		{
		font-size: 30px; 
		padding-left: 9px; 
		height: 145px; 
		}
	
	.rezervace-cas p
		{                                                                        	
		display: block; 
		font-size: 0.5em; 
		margin-top: -5px;
		padding: 0 0 0 0px;
 		}

	.rezervace-datum
		{
		font-size: 3vw;
		height: 12.2vw; 
		width: 9.5vw;
		}

	.rezervace-datum span
		{
		font-size: 5vw;
		}

	.rezervace-cas div
		{
		font-size: 7vw; 
		padding-left: 0px; 
		}

	.rezervace-top-datumcas{
		font-size: 3vw;
		height: 12.7vw !important; 
	}

	.rezervace-bottom-datumcas{
		height: 12vw !important; 
	}

	.rezervace-termin
		{
		height: 35px; 
		}
	
	/*
	.sticky .rezervace_pruh_div_schov {
		display: none;
	}
	*/
}

/*
---------------------------------------------------------------
*/

@media(min-width:992px) {

	.rs-navbar-top {
		height: 388px;
	}
	
	.rs-navbar-top2 {
		height: 180px;
		background-position: center 25%;
	}
	
	
	.rs-nav-home a {
		margin-right: 1px;
	}
	
	.rs-navbar-nav .dropdown, .rs-navbar-nav .dropup {
	  text-align: center;
	  margin-right: 1px;
	}
	
	ul.nav li.dropdown:hover > ul.dropdown-menu, ul.nav li.dropup:hover > ul.dropdown-menu {
	display: block;
	}



}


/*
---------------------------------------------------------------
*/



@media (min-width: 768px) {

	/* CENTER NAVBAR */ 
  .navbar.navbar-default .navbar-nav {
    width: 100%;
    text-align: center;
  }
  .navbar.navbar-default .navbar-nav > li {
    display: inline-block;
    float: none
  }
}

/*
---------------------------------------------------------------
*/

@media print {
	.noprint {display: none; }
}

/*
---------------------------------------------------------------
*/

.text-center {
	text-align: center;
}

.rs-text-pred-po {
	text-align: left;
	padding: 0 20px;
}

.rs-main {
	width: 1480px;
	max-width: 95%;
	margin: 0 auto;
}


.rs-header-top {
    color: #ffe600;
    background: #FFEB55 url("/images/header_pozadi1.jpg") center top / cover no-repeat ;
}

.rs-header-top img.logo  {
	display: block;
	margin: 0 auto;
	padding: 40px 10px;
	width: 450px;
	max-width: 90%;
}

.rs-btn {
	display: inline-block;
    text-align: center;
    vertical-align: middle;
	
	background-color: #d0121a; 
	color: #fbe329;
	text-decoration: none;
	padding: 10px 25px;
	margin: 10px 15px;
	
	transition: all 0.25s;
	
}

.rs-btn:hover,
.rs-btn:active
{
	background-color: #A70E15; 
	color: #fbe329;
}

.page-title {
    position: relative;
    color: #000000;
    font-size: 1.8823529412rem;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0.8em;
    padding-bottom: 0.6em;
    
    text-align: center;
}

.page-title:after {
    content: "";
    position: absolute;
    bottom: -2.5px;
    display: block;
    width: 40px;
    height: 1px;
    border-bottom: solid 5px #595050;
    left: calc(50% - 25px);
    right: 0;
}



.div-rezervace-menu {
	margin: 0 auto 30px auto;
	text-align: center;
}

.div-rezervace-menu a {
	vertical-align: top;
	display: inline-block;

	/*min-height: 100px;*/
	min-height: 306px;

	width: 400px;
	max-width: calc(100% - 70px);
	padding: 13px 30px;
	margin: 15px;
	
	font-size: 11pt;
	color: #000; 
	text-decoration: none;

	transition: all 0.25s;


	background: rgb(255,240,46);
	background: linear-gradient(180deg, rgba(255,240,46,1) 0%, rgba(241,224,0,1) 100%);

}

.div-rezervace-menu a span {
	display: block;
	font-size: 16pt;
	color: #BF0000;
	/*padding-bottom: 10px; */ 
}


.div-rezervace-menu a:hover {
	text-decoration: none;
	box-shadow: 0px 0px 20px 5px rgba(37, 43, 51, 0.15);
	
}

.div-rezervace-menu a img {
	display: block;
	width: 100%;
	margin: 5px 0;
	background-color: #EBDA03;
	aspect-ratio: 2;
}



@media only screen and (max-width: 991px) {
	.rs-text-pred-po {
		text-align: left;
		padding: 0 0;
	}
	
	.div-rezervace-menu a {
		margin: 8px 5px;
		min-height: 0;
	}
}


