/* cmsms stylesheet: meghna modified: 21.8.2025 14:24:39 */
/* Meghna */
h4 {line-height:0.8;
}
#about {
  background-color: #e0e0e0;
  padding: 70px 0 0 0;
}
.platba {
 margin-top:50px;
 font-size: 11px; 
}
.reserve_line {
 display: none; 
}
.vycentrovat {
  margin-left: auto;
  margin-right: auto;
}
.max_vyska {
      max-height: 150px;
}
.max_sirka {
max-width: 290px;
}
#services .title {
    padding-bottom: 50px;
}
.gallery {
  background-color: #9FA6A4;
}
.counters-item {
  padding: 0px;
  background-color: rgba(255,255,255,0.4);
  height: 215px;
}
.og-expander-inner {
  color: #000;
}
.hover-mask span {
  width: 140px;
}
.frejmy {
  padding: 0;
}
.flags {
  width: 24px;
  margin: 10px;
  border: #e0e0e0 1px inset;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .carousel-caption img.flags {
    width: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .carousel-caption img.flags {
      width: 24px;
  }
div.gallery {
    display: none;
  }
.schovat{
    display: none;
  }
}

/* Formulář */
div.skupiny div {
  background-color: #9FA6A4; 
  color: #000000;
  margin-bottom: 15px;
}
div.skupiny input, div.skupiny textarea {
  background-color: transparent;
  border: 1px solid #4e595f;
  border-radius: 5px; 
  height: 38px;
  padding: 5px 10px;
  color: #ddd;
  display: block;
  width: 100%;
  font-size: 14px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
input#m36501fbrp_submit {
 background-color: #4e595f; 
 color: #000000;
}
input#m36501fbrp_submit:hover {
 background-color: #000066; 
 color: #ddd;
}
.error_message {
display: none
}
div.fb_invalid input {
  color: red;
}
/* Custom navigation arrows */

.nav-arrows span {
 border: 8px solid #fff;
}	

.nav-dots span{
 display: inline-block;
 background-color:: #fff;
}
.nav-dots {
 display: inline-block;
 background-color:: #fff;
}
/* Styl pro třídu "tlacitko-rezervace" */
        .tlacitko-rezervace {
            display: inline-block;
            padding: 10px 20px;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            color: white;
            background-color: #000066;
            border: 2px solid #0056b3;
            border-radius: 5px;
            transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Větší stín pro text */ 
            cursor: pointer;
            margin: 10px;
            transform: translateY(-2px);
            box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); /* Zvětšení stínu při najetí myší */
  }
        
        /* Styl pro stav "najetí myší" */
        .tlacitko-rezervace:hover {
            background-color: #D5D5D5;
        }
