/* -- start setup -- */
/*
font-family: 'Open Sans', sans-serif;
*/

* {
  font-family:
    "Open Sans",
    serif,
    Arial,
    Verdana,
    Trebuchet MS,
    Helvetica,
    sans-serif;
  font-size: 17px;
  color: #010100;
}

.br1 {
  border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
  vertical-align: super;
  font-size: 9px;
}

.i {
  font-style: italic;
}

sup {
  font-size: 0.7em;
}

/* -- float -- */
.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clear {
  clear: both;
}

.textLeft {
  text-align: left !important;
}

.pb90 {
  padding: 0 0 90px 0;
}

.ml20 {
  margin-left: 20px !important;
}

.relative {
  position: relative;
}

@media (min-width: 768px) {
  .mb50 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1180px;
  }
}

.hiddenElement {
  visibility: hidden;
}

/* -- all pages -- */
hr {
  display: none;
}

.imgCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 480px) {
  .content {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .content {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 992px) {
  .content {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

@media only screen and (min-width: 1200px) {
  .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

body {
  background-color: White;
}

.top {
  background-color: White;
  min-height: 110px;
  padding-top: 15px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1.5);
  border-bottom: 1px solid grey;
}

.topLogo img {
  max-width: 250px;
}

.topMenu {
  margin-bottom: 0;
}

.topMenu li {
  list-style-type: none;
}

.topMenu li a {
  color: #000000;
  line-height: 50px;
  font-size: 15px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .topMenu li a {
    line-height: 20px;
    font-size: 12px;
    margin-left: 3px;
    margin-right: 3px;
    text-align: center;
  }
}

@media only screen and (min-width: 992px) {
  .topMenu li a {
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .topMenu li a {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.topMenu li a:hover {
  color: #f49627;
  text-decoration: none;
}

.headerImage {
  background-image: url(../pcs/pcs_layout/top-foto.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
}

@media only screen and (min-width: 992px) {
  .headerImage {
    min-height: 1027px;
    background: url(../pcs/pcs_layout/top-foto.jpg) no-repeat center center
      fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

h1 {
  font-size: 16px;
}

@media only screen and (min-width: 480px) {
  h1 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 24px;
}

@media only screen and (min-width: 480px) {
  h2 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) {
  h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
  }
}

/*
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.itemGallery {
  display: block;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.itemGallery img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}
  */

/*
.top {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}*/

/* MASONRY GRID */
.grid {
  column-count: 3;
  column-count: 4;
  column-gap: 20px;
}

/* položka galerie */
.itemGallery {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  break-inside: avoid;
}

/* obrázek */
.itemGallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* hover efekt (doporučuju 👍) */
.itemGallery:hover img {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .grid {
    column-count: 2;
  }
}

@media (max-width: 575px) {
  .grid {
    column-count: 1;
  }
}

.itemGallery {
  height: auto !important;
}

.itemGallery {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  break-inside: avoid;
  background: none;
  /* důležité */
}

.itemGallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.btn {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 12px;
  background: #111;
  color: #fff;
  text-decoration: none;
}

.muted {
  opacity: 0.7;
}

.main {
  position: relative;
  margin-top: -100px;
  background-color: White;
  padding: 50px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

.imgShadow {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.text {
  line-height: 30px;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.dispoziceBox {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.dispoziceTitle,
.dispoziceTitle sup {
  color: #f49627;
  font-size: 48px;
  font-weight: bold;
}

.dispoziceTitle,
.dispoziceTitle sup {
  font-size: 30px;
}

@media only screen and (min-width: 480px) {
  .dispoziceTitle,
  .dispoziceTitle sup {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) {
  .dispoziceTitle,
  .dispoziceTitle sup {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .dispoziceTitle,
  .dispoziceTitle sup {
    font-size: 45px;
  }
}

@media only screen and (min-width: 1200px) {
  .dispoziceTitle,
  .dispoziceTitle sup {
    font-size: 48px;
  }
}

.dispoziceTitle sup {
  font-size: 16px;
}

@media only screen and (min-width: 480px) {
  .dispoziceTitle sup {
    font-size: 19px;
  }
}

@media only screen and (min-width: 768px) {
  .dispoziceTitle sup {
    font-size: 22px;
  }
}

@media only screen and (min-width: 992px) {
  .dispoziceTitle sup {
    font-size: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .dispoziceTitle sup {
    font-size: 28px;
  }
}

.dispoziceText {
  font-size: 14px;
}

@media only screen and (min-width: 480px) {
  .dispoziceText {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .dispoziceText {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .dispoziceText {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .dispoziceText {
    font-size: 20px;
  }
}

.grey {
  background-color: #f1f1f1;
}

.nymburk {
  background: url(../pcs/pcs_layout/nbk-bcg.png) no-repeat bottom center;
  background-repeat: no-repeat;
  padding-bottom: 200px;
}

.maxw780 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.tableCenikBox {
  /*margin-top: 50px;*/
  border-top: 4px solid #f49627;
  padding: 40px 40px 15px 40px;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: -40px;
}

.pagechalupa-strmilov .tableCenikBox {
  border-top: 4px solid #18569c;
}

.pagewellnes-strmilov .tableCenikBox {
  border-top: 4px solid #674230;
}

.tableCenik {
}

.tableCenik th,
.tableCenik td {
  color: #565756;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
}

.tableCenik th.firstLine,
.tableCenik td.firstLine {
  border: none !important;
}

.tableCenik td {
  color: #f49627;
  font-size: 16px;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .tableCenik th,
  .tableCenik td {
    font-size: 18px;
    padding: 20px 0 20px 0;
  }

  .tableCenik td {
    font-size: 20px;
  }
}

.menuOpen {
  background-image: url(../pcs/pcs_layout/menu-open.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.menuClose {
  background-image: url(../pcs/pcs_layout/menu-close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media only screen and (max-width: 768px) {
  .menuSwitcher {
    cursor: pointer;
  }

  .topNavigMobileFixed {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    background-color: White;
    width: 100%;
    padding-right: 15px;
  }

  .openMenu {
    background-color: #ffffff;
    position: absolute;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    height: 100vh;
    z-index: 99999;
    display: none;
  }

  .mobileMenu {
    margin-top: 50px;
    padding-left: 0;
  }

  .mobileMenuShift {
    margin-top: 120px;
  }

  .mobileMenu li {
    list-style-type: none;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .mobileMenu li a {
    display: block;
    text-align: center;
    color: Black;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
  }
}

@media only screen and (min-width: 768px) {
  /* schovat */
  .openMenu,
  .mobileMenu {
    display: none !important;
  }
}

.popUp {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  min-height: 370px;
  position: fixed;
  top: 10%;
  left: 0%;
  background-color: White;
  background-image: url(../pcs/pcs_layout/pop-up-background.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: fixed;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
  padding-top: 40px;
}

@media only screen and (min-width: 992px) {
  .popUp {
    width: 622px;
    min-height: 421px;
    background-size: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -211px 0 0 -311px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    padding-top: 55px;
  }
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 15px;
  height: 15px;
  background-image: url(../pcs/pcs_layout/pop-up-close.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
