
html {
  scroll-behavior: smooth;
}


body {
  color: #2F2F2F;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
}

img {
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: underline;
  transition: 0.4s;
}

.woocommerce ul.products.columns-4 li.product a {
letter-spacing: 1px;
color: #2F2F2F;
    font-weight: 100;
}

.woocommerce ul.products.columns-4 li.product a.button-dark {
    text-decoration: none;
    font-weight: 700;
}





ul.products.columns-4 {
    display: flex;
    gap: 30px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

p {
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #2F2F2F;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 1px;
}

.soc {
    padding: 30px 0px 0;
    margin: 0 30px;
    border-top: 1px solid #3f3f3f;
}

table, tr, td, th {
    border: 0!important;
        border-collapse: collapse;
}

.page-template {
    padding: 0!important;
}



#menu-item-161 a,
#menu-item-164 a,
#menu-item-496 a,
#menu-item-626 a {
    background: #fff;
    padding: 10px 15px;
    border-radius: 7px;
    color: #000!important;
}

.top-header #menu-item-161 a:hover {
    transform: scale(1.1);
}

.page-template header {
   background: rgba(0,0,0,0.5)!important;
}


button {
  cursor: pointer;
}

#iconmenu div {
  width: 35px;
  height: 2px;
  background-color: #fff;
  margin: 8px 0;
}

.navigation {
    display: flex;
    align-items: center;
    gap: 20px;
}

.flexi {
  display: flex;
  flex-direction: column;
}

.soci {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.flexi {
    display: flex;
    flex-direction: column-reverse;
    padding: 9px 0;
    justify-content: space-between!important;
}

@keyframes slidein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  right: 0;
  top: 0;
  animation: slidein 1s;
  width: 100%;
  height: 100%;
  transition: all 1s;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #262626;
  margin: auto;
  padding: 1vh 40px;
  height: 98vh;
  width: 24%;
  position: absolute;
  right: 0
}

.close {
  color: #ffffff;
  float: right;
  font-weight: 100;
  font-size: 58px;
}

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

button {
  background: none;
  border: 0;
}

.menu {
  display: block;
}

ul.menu {
    list-style: none;
    margin-top: 100px;
    padding: 0 30px;
}

ul.menu li {
    padding: 12px 0;
}

ul.menu li a {
    font-size: 18px;
}

ul.menu li a:hover {
  color: #a3a3a3;
}
.container {
  margin: auto;
  padding: 0 20px;
}

.space {
  padding: 6vh 0;
}

.saunia {
    margin: 0 30px;
    padding: 17px 0px;
}

.saunia a {
   font-size: 18px;
   font-weight: 100;
   color: #949494!important
}

.saunia a:hover {
   color: #fff!important

}

.loading {
    background: #000 url(../images/loading.svg) no-repeat 47px!important;
    background-size: 20%!important;
    padding-right: 33px!important;
}

.saunia a::after {
  content: url(../images/tab.svg);
position: relative;
top: -8px;
left: 6px;

}

.copy {
    text-align: center;
    color: #fff;
    padding: 30px 0 0;
    border-top: 1px solid #7E4457;
    max-width: 1400px;
    margin: 50px auto 0px;
}

.copy a {color: #fff!important;
}

.travelmap {
  width: 45%;
}

.flexcenter {
  justify-content: center;
}

.space-small {
  padding: 3vh 0;
}

.small {
  padding: 20px 0!important;
  text-align: center;
  font-size: 16px!important
}

.bg-grey {
  background: #2F2F2F;
}

.bg-lightgrey {
  background: #F0F0F0;
}


h1 {
  font-size: 56px;
  line-height: 1.1;
  text-shadow: 1px 1px 30px rgba(0,0,0,0.5);
  font-weight: normal;
}

.content-width {
  max-width: 1100px;
  margin: 0 auto 30px;
}

.cover {
  background: url('../images/bg-vary.jpg') no-repeat center;
  min-height: 100vh;
  height: 100%;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-template-termalni-bazen .cover {
  background: url('../images/bg-termal.jpg') no-repeat center;
  min-height: 100vh;
  height: 100%;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-template-saunovy-svet .cover {
  background: url('../images/bg-svet.jpg') no-repeat center;
  min-height: 100vh;
  height: 100%;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-template-saunove-ceremonialy .cover {
  background: url('../images/bg-ceremonialy.jpg') no-repeat center;
  min-height: 100vh;
  height: 100%;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-template-vernostni-program .cover {
  background: url('../images/bg-program.jpg') no-repeat center;
  min-height: 100vh;
  height: 100%;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



.page-template-relaxacni-bazen .cover {
  background: url('../images/bg-relax.jpg') no-repeat center;
  min-height: 100vh;
  height: 100%;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.page-template-saunove-ceremonialy section#ceremonials {
    background: url(../images/peeling.jpg) no-repeat top center;
    padding: 3% 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}


header {
  padding: 24px 0;
  border-bottom: 1px solid #fff;
  position: fixed;
  top: 0;
}


.button-light {
    padding: 24px 32px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #fff;
    display: table;
    border-radius: 10px;
    letter-spacing: 3px;
    width: 245px;
    margin-top: 32px;
}


.button-light:hover {
    background: #fff;
    color: #000;
    border: 2px solid #fff;
}

.woocommerce .button-dark {
  margin-top: 0;
}

.button-dark {
    padding: 24px 32px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #000;
    font-family: 'Roboto';
    display: table;
    cursor: pointer;
    font-weight: 500;
    border-radius: 10px;
    letter-spacing: 3px;
    width: 245px;
    margin-top: 32px;
}


.arrow-down-cover {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.arrow-down-cover {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}



.button-small {
    padding: 17px 21px;
    color: #000;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    background: #323232;
    font-family: 'Roboto';
    cursor: pointer;
    float: right;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1.5px;
}

.button-small:hover {
    background: #000;

}

h2.title-section {
    text-align: center;
}

#banners h2 {
  margin: 0 0 30px;
  font-size: 40px;
}


.page-template .woofc-menu-item,
.none,
#none {
  display: none!important;
}

ul#menu-sekundarni-menu {
    display: flex;
    list-style: none;
    width: 100%;
    margin: 0;
    gap: 6px;
    padding: 0;
}

li#wpmenucartli {
    margin-left: 20px;
}

.top-header ul#menu-sekundarni-menu a {
    line-height: 26px;
    text-align: center;
    margin-right: 16px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.105em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.woofc-item-qty-inner .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    padding: 6px 10px;
    height: auto;
    width: 50px;
    border: 0;
}

.secondary {

  text-align: left;
  padding: 24px 0;
  font-weight: 400;
  letter-spacing: 1px;

}

.secondary:hover {
text-decoration: none;

}

table#create_tables th {
    font-size: 15px;
}


.button-dark:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000;
}

.log-title {
  font-size: 24px;
}

.woocommerce form .form-row {
    margin: 16px 0 15px;
    display: flex;
    flex-direction: column;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    margin-bottom: 10px;
}


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

.logo {
  content: url('../images/saunia-logo.svg');
  height: 16px;
}


.fb {
  content: url('../images/fb.svg');
  height: 30px;
  margin: 0 8px 0 0px!important;
}

.ig {
  content: url('../images/ig.svg');
  height: 30px;
}

h1 {
  margin: auto;
  font-weight: 900;
  display: flex;
  color:#fff;
  font-size: 72px;
  max-width: 600px;
  flex-direction:column;
}

h2 {
  font-weight: 900;
  font-size: 56px;
  margin: 16px 0;
}


.title {
  margin: auto;
  font-weight: 900;
  display: flex;
  color: #000;
  font-size: 56px;
  max-width: 500px;
  flex-direction:column;
}


.black {
  color: #000;
}

.white {
  color: #fff;
}

a.secondary.white {
  color: #fff!important;
}

.col-50 {
  width: 50%;
}

header {
  padding: 24px 0;
  border-bottom: 1px solid #fff;
  margin: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0,0,0,0.50)
}

section.content-left.flexcenter.reverse.light-bg.road {
    max-width: 1500px;
    margin: 50px auto;
}

@keyframes slidein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


h1 span.title-left {
  text-align: left;
  width: 100%;
}

h1 span.title-right {
  text-align: right;
  width: 100%;
}

.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-header a {
  line-height: 26px;
  text-align: center;
  margin-right: 16px;
  letter-spacing: 0.105em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.varyo {
  width: 300px;
  margin-bottom: 30px
}

.cover-content {
  padding-top: 30vh;
}

.cover-content img {
  margin-bottom: 10px;
}

.arrow-down-cover {
  content: url('../images/arrow-down.svg');
  margin-top: 2%;
}

.parameters {
  background: rgba(0,0,0,0.55);
  position: absolute;
  bottom: 0;
  width: 94%;
  color: #fff;
  padding: 2% 3%;
}

.parameters img {
  margin-bottom: 8px!important;
}

.parameters .container {
  display: flex;
  justify-content: center;
}

.parameters .container div {
  border-right: 1px solid #fff;
  padding: 0px 48px;
  width: 22%;
}

section.bg-grey.center.program {
    padding-bottom: 60px;
}

.parameters .container div:last-child {
  border-right: 0;
}

.parameters .container div h2 {
  font-size: 32px;
  padding: 0;
  margin: 0 0 10px;;
}

.parameters .container div p {
  font-size: 16px;
  padding: 0;
  margin: 0;
  line-height: 1.3;
  color: #fff;
}

section#banners {
    padding: 60px 40px;
}



.container1.non {

      height: auto;

    width: 100%;
}

.container1 {
  height: 800px;
  overflow: hidden;
  width: 100%;

}



.openbut {
  transition: all 0.5s;

}

.non .openbut {
  width: 100%;
  padding: 10px 0 30px;
  transition: all 0.3s;

}

.non .openbut::after {
  display: none;
  transition: all 0.3s;

}

.openbut {
    width: 100%;
    padding: 160px 0 50px;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    flex-direction: column;
    display: flex;
    right: 0;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    letter-spacing: 0.105em;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: #FFFFFF;
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.409572) 49.9%, rgba(0, 0, 0, 0) 84.02%);
}

.openbut::after {
  content: url(../images/arrow-down.svg);
  display: block;
  transform: scale(0.7);
  margin-top: 8px;
}

.map {
  border:0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 50%;
}

.road {
  margin-top: 50px;
}
.road h2 {
  font-size: 40px;
}

.road .nums li {
  align-items: flex-start;
  font-size: 16px;
}

.road .nums li span.num {
    border: 1px solid #000;
    padding: 17px 17px;
    border-radius: 70px;
    align-items: center;
    font-size: 15px;
    margin-right: 16px;
    text-align: center;
    display: inline-flex;
    width: 7px;
    height: 6px;
}



.bg-grey a.button-light {
margin-top: 0}

.places {
  width: 100%;
  display: flex;
  transition: all 0.3s;
  flex-wrap: wrap;
}

 .place-item {
  width: 33.3333%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  text-align: center;
  color: #fff;
  flex-direction: column;
  font-size: 48px;
  text-shadow: 1px 1px 40px rgb(0,0,0,0.8);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 1s;
}

 .place-item:hover img.place-img {
   filter: blur(2px);
   transition: all 0.3s;
   opacity: 0.9;
 }

 .places h2 a {
     font-weight: 900;
     font-size: 46px;
     color: #fff;
     text-decoration: none;
 }

.place-item p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
    padding: 0 80px;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.8);

  }

.flags {
  display: flex;
  padding: 16px 4px;
}

.cz {
  content: url(../images/flags/czech.svg);
}

.de {
  content: url(../images/flags/germany.svg);
}

.en {
  content: url(../images/flags/english.svg);
}

.img-s {
    position: absolute;
    background: #000;
    background-size: cover;
    width: 100%;
    height: 50vh;
    z-index: -1;
  }

.img-s img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}


 .place-item:hover .img-s img {
    filter: blur(2px);
    opacity: 0.7;
  }

  .place-item a {
    text-shadow: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    padding: 16px 0;

  }

 .place-item:hover {

 }


 .spreed {

   position: relative;

}

.spreed .tabulka {
    position: absolute;
    top: 0;
    display: none!important;
    z-index: 99;
    background: #fff;
    border-radius: 15px;
}

.spreed .tabulka td {
    min-height: 25px;
    min-width: 86px;
    border-top: 0px!important;

    padding: 30px 30px 29px;
    border-left: 0!important;
}

.spreed .tabulka td:hover {
    background: #fff;
    border-radius: 30px;
}

.tabulka div {
    padding: 8px 0;
}


.space-table {
  padding: 20px;
}

.gswpts_tables_container table .expanded_style {
  white-space:normal!important;
  word-break: normal!important
}

.gswpts_tables_container table th.expanded_style {
    white-space: nowrap!important;
    font-size: 15px;
}
.gswpts_tables_container table td div {
    padding: 0 16px;
}


img.place-img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 50vh;
    z-index: -1;
}

.page-template-pobocky .parameters .container div {
  border-right: 0;
}


.page-template-search h1 {
    font-size: 64px;
    max-width: 320px;
}

.page-template-pobocky .parameters .container div {
    padding: 0px 18px;
    width: 22%;
}


.pobocky a {
  color: #fff;
 border: 1px solid #fff;
  padding: 20px 40px;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.slick-slide img {
    border-radius: 20px;
}



.pobocky a:hover {
  color: #000;
  background: rgba(255,255,255,1);
}


.cr {
  padding: 40px 0;
  max-width: 900px;
  margin:auto;
}

.sk {
  padding: 40px 0;
  max-width: 500px;
  margin:auto;
}

header.navbar-default.navbar-fixed-top .cover-content {
  margin-top: 0!important
  transition: all 1s;
}


.places .place-item p,
.places .place-item a.button-light {
  display: none;
}

.places .place-item:hover p,
.places .place-item:hover a {
  display: block;
 animation: slidein 1.2s;
}



.pricelist  {
  padding: 30px 40px;
  background: #F5F5F5;
  border-radius: 15px;
  margin: 20px auto;
}

.pricelist div {
  justify-content: space-between;
  display: flex;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
}

.pricelist div:last-child {
  border-bottom: 0;
}

.price {
  text-transform: capitalize;
}

#package .container {
   display: flex;
   justify-content: space-between;
   margin-bottom: 100px;
}

h2.space-small.white {
  margin: 0;
}

.item-pack {
  width: 32%;
  gap: 24px;
  background: #F5F5F5;
  border-radius: 16px;
}

.item-pack .cat-desc {
  padding: 32px 24px;
  text-align: center;
}

.item-pack .cat-desc h3 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.item-pack .cat-pack .button-dark {
  width: 100px;
  margin: 0;
}

.cat-pack {
  display: flex;
  justify-content: space-between;
  padding: 0px 40px 32px;
  align-items: center;
}

.cat-image img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    object-fit: cover;
    height: 280px;
}


.sauna-dots {
  margin: 0;
  padding: 0;
}

.sauna-dots li {
  list-style: none
}

ul.sauna-dots li {
  padding: 5px 0;
line-height: 1.5;
font-size: 18px;
font-weight: 400;
padding-left: 30px;
background: url(../images/arrow.svg) no-repeat 0px 12px;
}


ul.sauna-dots li a:hover {
    text-decoration: none;
}

.container.bg-lightgrey.space {
    border-radius: 15px;
    margin-bottom: 60px;
}

.sauna-check {
  margin: 0;
  padding: 0;
}

.sauna-check li {
  list-style: none
}

ul.sauna-check li {
    padding: 5px 0;
    line-height: 2;
    font-size: 20px;
    padding-left: 40px;
    background: url(../images/check.svg) no-repeat left;
    background-size: 30px;
}

ul.sauna-check li a:hover {
    text-decoration: none;
}


.cat-pack span {
    font-size: 24px;
    letter-spacing: 2px;
}

.gswpts_tables_content {
    overflow: auto;
}



.dark-bg {
  background: #2F2F2F;
  color: #fff;
}

.parking  {
  padding: 20px 50px;
}

.parking p {
  padding: 16px 0;
}

.light-bg {
  background: #fff;
  color: #2F2F2F;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg p {
  color: #fff;
}

.light-bg h1,
.light-bg h2,
.light-bg h3,
.light-bg h4,
.light-bg p {
  color: #000;
}

.content-left {
  display: flex;
}

.content-left.reverse {
  display: flex;
  flex-direction: row-reverse;
}


.cover-image {
  width: 50%;
  object-fit: cover;
}

.simpleParallax {
  width: 50%;
  object-fit: cover;
}

img.parallax,
img.parallax_1 {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


.cover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%
}


.content-column {
    width: 50%;
    display: flex;
    align-items: center;
}

.content-left.reverse .content-column {
      justify-content: flex-end;
}

.content-column div {
    display: flex;
    flex-direction: column;
    padding: 80px;
    text-align: left;
    width: 60%;
}

.road .content-column div {
    display: flex;
    flex-direction: column;
    padding: 40px 80px;
    text-align: left;
    width: 100%;
}

.flexcenter .content-column {
    width: 50%;
}

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    justify-content: center;
    list-style: none;
}

.image-gallery > li {
  cursor: pointer;
  position: relative;
  height: 500px;
  width: 40%;
  margin: 0.2%;
  width: 16.2%;
}


.image-gallery li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/*

.image-gallery > li:nth-child(1) {
  width: 25%;
}

.image-gallery > li:nth-child(2) {
  width: 50%;
}

.image-gallery > li:nth-child(3) {
  width: 24%;
}

.image-gallery > li:nth-child(4) {
  width: 30%;
}

.image-gallery > li:nth-child(5) {
  width: 40%;
}

.image-gallery > li:nth-child(6) {
  width: 29%;
}

*/

#gallery img {
width: 33.333%;
height: 400px;
object-fit: cover;


}

#cenik p {
  font-size: 28px;
  padding: 10px 10px;
}


#contacts .container .contact-boxes {
  display: flex;
  justify-content: center;
  text-align: center;
}

#contacts h2 {
  margin-bottom: 50px;
}


#contacts .container .contact-boxes div:last-child {
  border-right: 0;
}

#contacts .container h3 {
  font-size: 32px;
  padding: 0;
  margin: 0 0 10px;;
}

#contacts .container .contact-boxes p {
  font-size: 20px;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}


#contacts .container .contact-boxes div {
  border-right: 1px solid #D9D9D9;
  padding: 0px 48px;
  width: 22%;
}

.app {
  display: flex;
  gap: 16px;
  padding: 32px 0;
}


.nums {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0.4;
}

.nums li {
  padding: 14px 0;
  font-size: 18px;
  display: flex;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 1.4;
  align-items: center;
}

.nums li span.num {
  border: 1px solid #000;
  padding: 17px 20px;
  border-radius: 70px;
  align-items: center;
  margin-right: 16px;
  text-align: center;
  display: inline-flex;
  width: 10px;
  height: 18px;
}


.sbhl {
  font-size: 20px;
  max-width: 700px;
  color: #fff;
  font-weight: 400;
  margin: 10px auto 0;
}


section#ceremonials {
  background: url(../images/bg-ceremonials.jpg) no-repeat top center;
  background-size: cover;
  padding: 3% 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.ceremonials-content {
  display: flex;
  padding: 0 0 3% 0;
}

.gswpts_tables_container .gswpts_tables_content .bottom_options,
a.table_customizer_link {
  display: none;
}

.gswpts_tables_container {
    background: #fff;
    margin: auto;
    border-radius: 10px;
    padding: 5px 0;
}

.gswpts_tables_container h3 {
    display: none;
}
.dataTables_wrapper {
  margin-bottom: 0;
}

.gswpts_tables_container .gswpts_tables_content .filtering_input {
  margin: 0;
}

tr th,
tr td:first-child {
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
}

td,
th {
    border: 0.51px solid #D9D9D9 !important;
    padding: 28px;
    margin: 0;
    border-spacing: 0px;
    border-collapse: separate;
    font-family: 'Roboto';
    font-weight: 400;
    color: #2F2F2F;
    text-align: center;
    letter-spacing: 0.7px;
}

th {
    border-top: 0 !important;
}

tr:last-child td {
    border-bottom: 0 !important;
}


tr:hover {
    background: #EFEFEF;
}

td:first-child {
  text-align: center;

}

table.dataTable {
    border-top: none;
    border-spacing: 0px;
    border-collapse: separate;
    border-bottom-width: 0;
}


footer {
  background: #672138;
  padding: 70px;
  font-weight: 300;
}

footer p {
  line-height: 1.4;
  font-weight: 300;
  color: #fff;
}

footer .container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

footer .container .column:nth-child(1) img {
 max-width: 300px
}


footer .container .column:nth-child(1) {
 width: 38%;
}

footer .container .column:nth-child(2) {
 width: 24%;
}


footer .container .column:nth-child(3) {
 width: 24%;
}

footer .container .column:nth-child(4) {
 width: 10%;
}

footer .container .column:nth-child(4) {
 display: flex;
gap: 10px;
justify-content: flex-start;
align-items: flex-end;
}


footer .container .column a {
 display: block;
 color: #fff;
 padding-bottom: 4px;
}

footer .container .column a:hover {
 text-decoration: none;
}



#topbar { width: 100%; height: 40px; background-color: #000; }
#topbar.hide { height: 10px; }


.sf-input-radio {
    display: none;
}

.city {
  background: #000;
  padding: 20px 0;
}

li.sf-field-category ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 4px;
    gap: 8px;
    background: #000;
    border-radius: 30px;
}

ul.post-categories {
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.post-categories a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
}

.search-filter-results .place-item h2 {
  margin: 16px 0 0;
}

.place-item:hover .post-categories {
  display: none;}
label.sf-label-radio {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

 .sf-label-radio {
  background: #000;
  color: #fff;
  border-radius: 40px;
  padding: 16px!important;
  text-align: center;
  cursor: pointer;
}


.sf-label-radio:hover {
  background: rgba(255,255,255,0.17);
}


.sf-option-active .sf-label-radio {
  background: #fff;
  color: #000;
  border-radius: 40px;
  padding: 16px!important;
  text-align: center;
}




@media only screen and (max-width: 1500px) {

  .cat-pack {
      padding: 0px 37px 32px;
  }

  header {
    padding: 16px 0;
  }

  .cat-pack span {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .cat-pack a.button-dark {
    padding: 14px 22px;
  }

  .item-pack .cat-desc h3 {
  font-size: 21px;
  }

  h1 {
    padding: 0 6px;
  }
}

@media only screen and (min-width: 756px) {
  .pricelist div .cenl {
    width: 90%;
}

.nav-mov {
  display: none;
}

li#menu-item-763 {
    display: none;
}

span.pricel {
    width: 25%;
    font-weight: 400;
    text-transform: capitalize;
    padding-right: 40px;
    text-align: center;
}


}

.bolder {
  font-weight: 900!important;
      text-transform: uppercase!important;
}

@media only screen and (max-width: 756px) {


  .pricelist div .cenl {
    width: 40%;
    font-size: 13px;
}

.travelmap {
    width: 95%;
    margin: 0 auto 50px;
}

li#menu-item-763 {
    display: block;
}


.nav-mov {
    display: flex;
    margin: 0 0 16px;
    padding: 8px;
}

.soc {
    margin: 0 8px;
}

.saunia {
    margin: 0 8px;
    padding: 17px 0px;
}

span.pricel {
    width: 30%;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}


  h1 {
    font-size: 48px;
    display: block;
    line-height: 1.3;
  }

  h2 {
    font-weight: 900;
    font-size: 32px;

}

section#banners {
    padding: 20px 0px;
}

#banners h2 {
    margin: 0 0 17px;
    font-size: 26px;
}

.title {
    font-size: 38px;
  }

  #contacts h2 {
    margin-bottom: 10px;
}

#contacts .container h3 {
    font-size: 24px;
    padding: 0;
    margin: 0 0 10px;
}

.road h2 {
    font-size: 30px;
}

.road .content-column .nums li p {
    padding: 0 0px
}

ul.menu {
    list-style: none;
    margin-top: 60px;
    padding: 0 8px;
}

ul#menu-sekundarni-menu-1,
ul#menu-log-out {
    margin: 0;
    padding: 10px;
    border-top: 1px solid #575757;
}

ul.menu li a {
    font-size: 17px;
}

.flags {
    display: flex;
    padding: 16px 9px;
}

ul#menu-sekundarni-menu-1 a,
ul#menu-log-out a {
    font-size: 17px;
    line-height: 2.4rem;
}

.navigation #menu-sekundarni-menu,
.navigation ul#menu-log-out {
  display: none;
}


.woocommerce-MyAccount-content h2 {
    font-size: 20px;
    margin-top: 39px;
}

.woocommerce .woocommerce-customer-details address {
    padding: 0px!important;
    line-height: 1.3;
    border: 0;
}

.page-id-127 h2.title-section {
    text-align: left;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content h2 {
    font-size: 22px!important;
    margin-top: 39px!important;
}

.menu-eshop-container {
    height: auto;
    padding: 30px;
    overflow: scroll;
}

.menu-eshop-en-container,
.menu-eshop-de-container {
    height: auto;
    padding: 30px;
    overflow: scroll;
}


.road .content-column div {
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
    text-align: left;
    width: auto;
}

section#ceremonials th {
  font-size: 12px;
}

.tabulka div {
    padding: 6px 0 3px;
}
.spreed .tabulka td {
    min-width: 92px;
  }

section.content-left.reverse.light-bg.road {
    margin-top: 0;
}

.tabulka td {
    font-size: 16px;
}

.cover,
section#ceremonials,
.page-template-termalni-bazen .cover,
.page-template-saunovy-svet .cover,
.page-template-saunove-ceremonialy .cover,
.page-template-vernostni-program .cover,
.page-template-saunove-ceremonialy section#ceremonials {
  background-attachment: scroll;
}

.road h2 {
  text-align: center;
}


.road .content-column ul {
    text-align: left;
    padding: 0 0px;
}

.sbhl {
  padding: 0 20px 40px
}

.pad {
  padding: 4vh 20px!important;
}
.parking {
    padding: 20px 30px;
}

.container.bg-lightgrey.space {
    border-radius: 15px;
    margin-bottom: 60px;
    padding: 50px 10px;
}

.container.bg-lightgrey.space li {
    font-size: 15px;
}

.places h2 a {
  font-weight: 900;
  font-size: 32px;

}

.ec-v-form-text, .ec-v-form-input, .ec-v-form-submit {
  padding: 0!important;
}

.place-item p {
  color: #fff;
  padding: 0 20px;
  font-weight: 300;
  font-size: 13px;
}

.content-column p {
    padding: 0 30px;
}

.modal-content {
    width: 70%;
}


.map {
  width: 100%;
}


.sauna-dots {
  margin: 13px auto;
  text-align: left;
  padding: 0px;
  width: 80%;
}

li.sf-field-category ul,
.searchandfilter ul {
  gap: 8px;
  padding: 10px;
}

label.sf-label-radio {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid rgba(255,255,255,0.2);
}

p {
  font-size: 16px;
}

#contacts .container .contact-boxes div {
    border-right: 0;
    border-bottom: 1px solid #D9D9D9;
}

#contacts .container .contact-boxes div:last-child {
    border-right: 0;
    border-bottom: 0
}

a.button-light{
      margin-bottom: 32px;
}

.content-left.reverse {
  flex-direction: column-reverse;
}


section#ceremonials td, section#ceremonials th {
  padding: 16px;

}
  .logo {
    content: url('../images/logo-mobile.svg');
  }

  .parameters {
    position: static;
  }

  #package .container {
     display: flex;
     justify-content: space-between;
     margin-bottom: 40px;
     flex-direction: column;
  }


.page-template-pobocky .parameters .container div {
  border-bottom: 0;
}



.page-template-pobocky .space {
    padding: 8vh 0;
}
  .item-pack {
    width: 100%;
    margin-bottom: 20px;
}

.sk {
    padding: 40px 0;
    max-width: 300px;
  }

.ceremonials-content,
.content-column {
  flex-direction: column;
  text-align: center;
}

.col-50 {
    width: 100%;
}

.cat-pack {
  flex-direction: column;
  gap: 16px;
}

.parameters .container {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.parameters .container div p {
    font-size: 16px;
  }

.parameters .container div h2 {
   margin: 0 0 4px;
}

.parameters .container div {
    border-right: 0;
    border-bottom: 1px solid #fff;
    width: 60%;
    margin: auto;
    padding: 20px;
}

.parameters .container div:last-child {
    border-right: 0;
    border-bottom: 0;
}


.image-gallery > li {
    height: 200px;
    width: 48.8%!important;
}

.varyo {
  margin: 20px auto;
}

.m-none {
  display: none;
}

.logo {
    height: 46px;
}

footer .container .column:nth-child(4) {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 40px auto;
    width: 60%;

}

.cover-content {
    padding-top: 22vh;
}

.cover-content h1 {
    padding-left: 20px;
    padding-right: 20px;
}


footer .container {
  flex-direction: column;
  gap: 0;
  text-align: center;
}

footer {
    background: #2F2F2F;
    padding: 60px 30px;
    font-weight: 300;

}

footer .container .column:nth-child(1),
footer .container .column:nth-child(2),
footer .container .column:nth-child(3),
footer .container .column:nth-child(2) {
    width: 100%;
}

footer .container .column:nth-child(2) a,
footer .container .column:nth-child(3) a {
  padding: 5px 0;
}

footer .container .column:nth-child(1) img {
    max-width: 100%;
}


footer .container .column:nth-child(2) {
    margin-top: 40px;
}

  .parameters .container,
  .places,
  #contacts .container .contact-boxes {
    flex-direction: column;
  }
  .place-item,
  #contacts .container .contact-boxes div {
    width: 100%;
  }

  #contacts .container .contact-boxes div {
    width: 100%;
    padding: 30px 0;
  }

  .content-left {
    display: flex;
    flex-direction: column-reverse;
}

.content-column div {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 100%;
      padding: 40px 0;
}

.arrow-down-cover {
    margin-bottom: 80px;
}

.space {
    padding: 4vh 0;
}

#banners .space {
    padding: 4vh 20px;
}


.content-column,
.cover-image {
  width: 100%;

}
.center-m {
  margin: auto;

}

.simpleParallax {
    width: 100%;
    object-fit: cover;
}


}

@media only screen and (max-width: 1200px) {

  .content-left.reverse.flexcenter {
      display: flex;
      flex-direction: column-reverse;
  }

  .flexcenter .content-column {
    width: 100%;
}

.travelmap {
    width: 80%;
    margin: 0 auto 80px;
}

.road h2 {
    font-size: 40px;
    text-align: center;
}


}



@media only screen and (min-width: 1200px) {

  .container {
    max-width: 1100px
  }

  h1 {
    font-size: 64px;
    max-width: 580px;
  }

  ul.menu li a {
      font-size: 18px;
  }

  .place-item h2 a {
      font-size: 36px;
    }

  .place-item p {
        font-size: 14px;
        line-height: 1.6;
      }

}


@media only screen and (min-width: 1600px) {

  .container {
    max-width: 1400px
  }

  .place-item a {
    text-shadow: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 15px;
    padding: 24px

  }

  .page-template-search h1 {
      font-size: 88px;
      max-width: 400px;
  }


.spreed .tabulka {
  display: none!important;
}

  .parameters .container div p {
    font-size: 20px;
  }

  ul.menu li {
    padding: 10px 0;
}

  ul.menu li a {
    font-size: 20px;
}


  .parameters .container div h2 {
    font-size: 40px;
  }

  .parameters {
    background: rgba(0,0,0,0.55);
    position: absolute;
    bottom: 0;
    width: 94%;
    color: #fff;
    padding: 2% 3%;
  }

  .image-gallery > li {
    cursor: pointer;
    position: relative;
    height: 400px;
  }

  .logo {
    content: url('../images/logo.svg');
    height: 20px;
  }

  .cover-content {
    padding-top: 27vh;
  }

  h1 {
      font-size: 88px;
      max-width: 850px;
    }

    .cover-content img {
    margin-bottom: 26px!important;
}

}

@media only screen and (min-width: 768px) and (max-width: 810px) {

.logo {
  content: url('../images/logo-mobile.svg');
  height: 44px;
}

}

@media only screen and (min-width: 768px) and (max-width: 1200px) {

  .cat-pack {
    flex-direction: column;
    gap: 16px;
  }

  .image-gallery > li {
    cursor: pointer;
    position: relative;
    height: 250px;
    width: 16.1%;
}

.road .content-column ul {
    text-align: left;
    padding: 0 20px;
}

.page-template-pobocky .parameters .container div {

    padding: 0px 8px;
    width: 22%;
}


.page-template-pobocky .parameters .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 23px;
}

.content-column div {
    display: flex;
    flex-direction: column;
    padding: 60px;
    text-align: left;
    width: 80%;
}

.road .content-column div {
    display: flex;
    flex-direction: column;
    padding: 60px;
    text-align: left;
    width: 100%;
}


}

@media only screen and (min-width: 1920px) {

  .container {
    max-width: 1600px
  }

  .image-gallery > li {
    cursor: pointer;
    position: relative;
    height: 500px;
  }

  .travelmap {
    width: 50%;
  }
  .flexcenter .content-column {
    width: 50%;
}

  header {
    padding: 24px 0;
  }


  h1 {
    font-size: 88px;
    max-width: 700px;
  }



  ul.menu li a {
   font-size: 24px
  }

  .modal-content {
    padding: 10px 80px;
    overflow: hidden;
    height: 97.5%;
  }

  .gswpts_tables_container table td div {
    padding: 0 26px;
}

.spreed .tabulka td {
    min-height: 25px;
    min-width: 86px;
    padding: 30px 35px 29px;
}



}

@media only screen and (min-width: 2560px) {

  .container {
    max-width: 2000px
  }

  h1 {
    font-size: 100px;
    max-width: 900px;
  }

  .pobocky a {
      color: #fff;
      border: 2px solid #fff;
      padding: 29px 40px;
      display: block;
      font-size: 21px;
      text-decoration: none;
      border-radius: 5px;
      text-transform: uppercase;
      letter-spacing: 1px;
  }


  .modal-content {
    width: 18%;
  }


  .page-template-search h1 {
        font-size: 140px;
        max-width: 700px;
    }

  .arrow-down-cover {
    transform: scale(2);
  }

  .image-gallery > li {
    cursor: pointer;
    position: relative;
    height: 600px;
  }



  .place-item h2 a{
    font-size: 64px;
  }

  .place-item p {
        font-size: 20px;
        line-height: 1.6;
      }

  .parameters .container div h2 {
    font-size: 72px;
    font-weight: 700;
  }

  .parameters .container div p {
    font-size: 24px;
  }

  .cover-content {
    padding-top: 14%;
}

.cover-content img {
    transform: scale(1.5);
        margin-bottom: 40px;

}


}





.minimize-overview
{
    padding-bottom: 24px;
}
.hide-minimize-content
{
    overflow: hidden;
    height: 81px;
}
.show-minimize-content
{
    overflow: auto;
    overflow-y: hidden;
    height: auto;
}
.minimize-overview-text {
    font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 27px;
    text-align: left;
    padding-left: 14px;
}
.minimize-overview-gradient
{
    position: relative;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.hide-minimize-gradient
{
    height: 0px;
    margin-top: 0px;
}
.show-minimize-gradient
{
    height: 27px;
    margin-top: -27px;
}

.more-about-minimize-link
{
    text-align: left;
    padding-bottom: 33px;
}
.more-about-minimize-text {
    font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #008BAA;
    text-align: left;
    padding-left: 14px;
    display: inline-block;
}
.more-about-minimize-text:hover
{
    cursor: pointer;
    text-decoration: underline;
}
.more-about-minimize-arrow
{
    display: inline-block;
}
