.tien {
  -webkit-box-shadow: 0px 0px 1.5625rem 1px rgba(82, 82, 82, 0.45);
  -moz-box-shadow: 0px 0px 1.5625rem 1px rgba(82, 82, 82, 0.45);
  box-shadow: 0px 0px 1.5625rem 1px rgba(82, 82, 82, 0.45);
}
.btn {
  border-radius: 10px;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00b1ae;
  --bs-btn-border-color: #00b1ae;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d0539e;
  --bs-btn-hover-border-color: #bc3486;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00b1ae;
  --bs-btn-active-border-color: #00b1ae;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #00b1ae;
  --bs-btn-disabled-border-color: #00b1ae;
  border: 1px #00b1ae solid;
}
.btn-outline-primary {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #00b1ae;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00b1ae;
  --bs-btn-hover-border-color: #00b1ae;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00b1ae;
  --bs-btn-active-border-color: #00b1ae;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #00b1ae;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00b1ae;
  --bs-gradient: none;
  --bs-btn-border-radius: 0;
}
.btn-outline-primary:hover {
  border: 1px #fff solid;
}
:root {
  --bs-border-radius: 0;
  --bs-breadcrumb-divider: ">";
}
@-webkit-keyframes rotating {
  /* Safari and Chrome */
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.hover-underline-animation a {
  display: inline-block;
  position: relative;
}
.hover-underline-animation a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #00b1ae;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
@-webkit-keyframes footerLine {
  0% {
    left: 40px;
  }
  50% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}
@keyframes footerLine {
  0% {
    left: 40px;
  }
  50% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}
::selection {
  color: #fff;
  background: #00b1ae;
}
a {
  color: #00b1ae;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #00b1ae;
  text-decoration: underline;
  transition: all 0.2s ease-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Paytone One", sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 1.875rem;
  color: #00b1ae;
}
h2 {
  font-size: 1.5625rem;
  color: #00b1ae;
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
.povinne {
  color: #00b1ae;
}
#mapa {
  width: 100%;
  height: 600px;
  margin-top: 40px;
}
.nopadding {
  padding: 0 !important;
}
.circle {
  display: flex;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #00b1ae;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-out;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000;
}
#top {
  display: flex;
  align-items: center;
  height: 1.875rem;
  font-size: 0.875rem;
  color: #d0539e;
  background-color: #fff;
}
#top a {
  color: #d0539e;
}
#top a:hover {
  text-decoration: underline;
}
#top .socialne a {
  padding-right: 5px;
}
#top .rychly-kontakt {
  text-align: right;
}
#top .rychly-kontakt a {
  padding-left: 5px;
}
#hlavicka {
  display: flex;
  align-items: center;
  color: #fff;
  border-bottom: 3px #d0539e solid;
  padding-top: 15px;
  padding-bottom: 15px;
}
#hlavicka #logo img {
  height: 80px;
}
#hlavicka #menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#hlavicka #menu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
#hlavicka #menu ul li {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3125rem;
  text-transform: uppercase;
  padding-left: 30px;
}
#hlavicka #menu ul li a {
  color: #000;
}
#hlavicka #menu ul li a:hover {
  color: #00b1ae;
  text-decoration: none;
}
#hlavicka #menu ul li.aktivne a {
  color: #00b1ae;
  border-bottom: 2px #00b1ae solid;
}
#hlavicka #menu ul li.fa {
  font-size: 2rem;
}
#hlavicka #menu ul li.fa:hover a {
  border: none;
}
.swiper {
  height: 550px;
  margin-bottom: 50px;
}
.swiper .swiper-slide {
  position: relative;
}
.swiper .swiper-slide .text {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 40%;
  height: 60%;
  padding: 30px;
  flex-direction: column;
  top: 12%;
  left: 10%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.swiper .swiper-slide .text h1 {
  font-size: 3rem;
  color: #d0539e;
}
.swiper .swiper-slide .text p {
  font-size: 1.1rem;
  margin-top: 1rem;
}
.swiper .swiper-slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 177, 174, 0.2);
}
.shape {
  width: 100%;
  fill: #fff;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  line-height: 0;
  z-index: 100;
}
.swiper-button-prev,
.swiper-button-next {
  color: #00b1ae;
}
.swiper-pagination-bullet-active {
  background-color: #00b1ae;
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 30px);
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 30px);
}
.podstranka {
  color: #000;
  min-height: 500px;
}
.cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 250px;
  color: #fff;
  margin-bottom: 50px;
  background-image: url('/images/cta.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.cta small {
  font-size: 1.375rem;
  padding: 5px;
  background-color: #00b1ae;
}
.cta span {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  background-color: #d0539e;
  padding: 10px 20px;
}
.cta .tlacidla {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-transform: uppercase;
  padding-right: 1.875rem;
}
.cta .tlacidla .btn-primary {
  --bs-btn-bg: #0A65FF;
  --bs-btn-border-color: #004fd6;
}
.breadcrumbs {
  color: #fff;
  margin-bottom: 20px;
  border-bottom: 3px #d0539e solid;
  background-color: #d0539e;
}
.breadcrumbs .breadcrumb {
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 0;
  color: #fff;
}
.breadcrumbs .breadcrumb a {
  color: #fff;
}
.breadcrumbs .breadcrumb a:hover {
  color: #000;
}
.breadcrumbs .breadcrumb .breadcrumb-item:before {
  color: #fff;
}
.breadcrumbs .breadcrumb .active {
  color: #fff;
}
.bublina {
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 177, 174, 0.5);
  padding: 20px 50px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.bublina h2 {
  color: #d0539e;
  font-weight: 100;
}
.bublina .table {
  --bs-table-bg: transparent;
  --bs-table-color: #000;
  --bs-table-border-color: #007e7c;
}
.bublina .table tr.dnes td,
.bublina .table tr.teraz td {
  color: #fff;
  background-color: rgba(208, 83, 158, 0.8);
}
.bublina .table-center > tbody > tr > td:last-child {
  text-align: center;
}
.bublina .table > tbody > tr:hover > * {
  --bs-table-color-state: #000;
  --bs-table-bg-state: rgba(0, 177, 174, 0.8);
}
.bublina .harmonogram > tbody > tr > td:first-child {
  font-weight: 700;
  width: 35%;
}
.prechod-vlna {
  padding-top: 80px;
}
.prechod-vlna svg {
  fill: #F9F6F1;
}
.vyhody {
  padding-top: 50px;
  padding-bottom: 50px;
}
.vyhody .vyhoda {
  display: flex;
  padding: 10px 0;
  transition: all 0.2s ease-out;
}
.vyhody .vyhoda .ikona {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.vyhody .vyhoda .ikona img {
  width: 50px;
}
.vyhody .vyhoda .popis h3 {
  font-size: 1.2rem;
}
.vyhody .vyhoda:hover {
  padding: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: rgba(0, 177, 174, 0.3);
  transition: all 0.2s ease-out;
}
.vyhody .vyhoda:hover .ikona .circle {
  border: 4px solid #d0539e;
  background-color: rgba(208, 83, 158, 0.4);
  transition: all 0.2s ease-out;
}
.vyhody .ilustrak {
  display: flex;
  align-items: center;
}
.galeria .album {
  padding-bottom: 1.25rem;
}
.galeria .album h2 {
  padding-top: 8px;
}
.galeria .fotka {
  padding-bottom: 1.25rem;
}
.timeline {
  background-color: #F9F6F1;
}
.timeline h2 {
  padding-bottom: 10px;
}
.timeline section {
  padding: 0 80px;
}
.timeline .timeline-with-icons {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
}
.timeline .timeline-with-icons .timeline-item {
  position: relative;
}
.timeline .timeline-with-icons .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .timeline-with-icons .timeline-icon {
  position: absolute;
  left: -48px;
  background-color: #00b1ae;
  color: #F9F6F1;
  border-radius: 50%;
  height: 31px;
  width: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prechod-oblaky {
  background-color: #F9F6F1;
}
.prechod-oblaky svg {
  fill: #fff;
}
.table-price-list > tbody > tr > td:last-child {
  text-align: center;
  width: 20%;
}
.mapa-iframe-full {
  width: 100%;
  height: 500px;
  padding-bottom: 2.5rem;
}
#paticka {
  color: #003131;
  line-height: 160%;
  margin-top: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #00b1ae;
  border-top: 2px #00b1ae solid;
}
#paticka .logo {
  height: 60px;
  margin-bottom: 0.625rem;
}
#paticka a {
  color: #000;
}
#paticka a:hover {
  color: #fff;
  text-decoration: underline;
}
#paticka i.fa-envelope,
#paticka i.fa-phone,
#paticka i.fa-facebook-official {
  width: 36px;
  height: 36px;
  color: #fff;
  background: #d0539e;
  padding: 0.625rem;
  margin-right: 5px;
}
#paticka strong.titulok {
  display: block;
  padding-bottom: 0.9375rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  border-bottom: 0;
}
#paticka .navigacia ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#paticka .siete img {
  margin-right: 1.25rem;
  height: 1.875rem;
}
#paticka .siete a {
  color: #003131;
  transition: all 0.2s ease-out;
}
#paticka .siete a:hover {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease-out;
}
#paticka .oh .table {
  width: 80%;
  --bs-table-bg: #00a7a4;
  --bs-table-color: #003131;
  --bs-table-border-color: #007e7c;
}
#paticka .oh .table tr.dnes td,
#paticka .oh .table tr.teraz td {
  color: #000;
  background-color: rgba(255, 255, 255, 0.4);
}
#paticka .oh .table-center > tbody > tr > td:last-child {
  text-align: center;
}
#paticka .oh .table > tbody > tr:hover > * {
  --bs-table-color-state: #000;
  --bs-table-bg-state: rgba(255, 255, 255, 0.3);
}
#paticka .oh .harmonogram > tbody > tr > td:first-child {
  font-weight: 700;
  width: 35%;
}
#copy {
  text-align: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.8125rem;
  color: #fff;
  background-color: #00a29f;
}
#copy a {
  color: #fff;
}
#mobilnemenu {
  display: none;
}
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0.9375rem;
}
.sidr .sidr-inner {
  padding: 0 0 0.9375rem;
}
.sidr .sidr-inner > p {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.sidr.right {
  left: auto;
  right: -300px;
}
#sidr {
  background: rgba(0, 177, 174, 0.8);
}
#sidr ul {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
}
#sidr ul li:first-child {
  border-top: 1px #fff solid;
}
#sidr ul li.aktivne {
  background-color: #007e7c;
}
#sidr ul li.aktivne a {
  color: #fff;
  font-weight: 700;
}
#sidr ul li {
  font-size: 1.1875rem;
  border-bottom: 1px #fff solid;
  text-transform: uppercase;
  background: rgba(0, 177, 174, 0.4);
}
#sidr ul li a {
  display: block;
  padding: 15px 20px;
  color: #fff;
}
#sidr a {
  text-decoration: none;
}
#sidr .siete {
  padding-top: 10px;
  text-align: center;
}
#sidr .siete .fa {
  font-size: 3.125rem;
  padding: 0.625rem;
}
#cookie-bar {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.8rem;
  color: #fff;
  background-color: rgba(61, 61, 61, 0.9);
}
#cookie-bar a {
  color: #fff;
  text-decoration: underline;
}
#cookie-bar .row {
  align-items: center;
}
#cookie-bar .tlacidla {
  text-align: right;
}
#cookie-bar .tlacidlo {
  font-size: 0.8rem;
}
#cookie-bar .biele {
  color: #fff;
  border-color: #fff;
  padding: 4px 8px;
}
#cookie-bar .biele:hover {
  color: #000;
  background-color: #fff;
}
.nastavenia-cookies .typ-cookie {
  border: 1px #d0539e solid;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 1199px) {
  .swiper {
    height: 450px;
  }
  .swiper .swiper-slide .text h1 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  #hlavicka #menu ul li {
    font-size: 1rem;
    padding-left: 20px;
  }
  .swiper {
    height: 380px;
  }
  .swiper .swiper-slide .text {
    width: 60%;
  }
  .swiper .swiper-slide .text h1 {
    margin-top: 10px;
    font-size: 2rem;
  }
  .swiper .swiper-slide .text p {
    margin-top: 0;
  }
  .bublina {
    margin-bottom: 40px;
  }
  .prechod-vlna {
    padding-top: 40px;
  }
  .vyhody .ilustrak {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vyhody .ilustrak img {
    height: 350px;
  }
  #paticka {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  #paticka a {
    font-size: 0.9rem;
  }
  #paticka .oh .table {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #hlavicka {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #hlavicka #menu {
    display: none;
  }
  #hlavicka #mobilnemenu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #hlavicka #mobilnemenu #bocnemenu i {
    font-size: 2rem;
  }
  .swiper {
    height: 280px;
  }
  .swiper .swiper-slide .text {
    width: 70%;
    top: 15%;
    left: 15%;
  }
  .swiper .swiper-slide .text h1 {
    margin-top: 10px;
    font-size: 1.5rem;
  }
  .swiper .swiper-slide .text p {
    font-size: 0.9rem;
  }
  #paticka {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  #paticka .oh {
    padding-top: 30px;
  }
  #paticka .navigacia {
    text-align: center;
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .swiper {
    height: 193px;
    margin-bottom: 40px;
  }
  .swiper .swiper-slide .text {
    width: 90%;
    height: 75%;
    top: 6%;
    left: 5%;
  }
  .swiper .swiper-slide .text h1 {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .swiper .swiper-slide .text p {
    font-size: 0.8rem;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .bublina {
    padding: 20px 30px;
  }
  .bublina .harmonogram > tbody > tr > td:first-child {
    width: 40%;
  }
  .prechod-vlna {
    padding-top: 10px;
  }
  .timeline section {
    padding: 0 20px;
  }
  .vyhody {
    padding-bottom: 30px;
  }
  .vyhody .vyhoda {
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
  .vyhody .vyhoda .ikona {
    padding: 10px;
  }
  .vyhody .vyhoda .ikona img {
    width: 40px;
  }
  .vyhody .vyhoda .popis {
    text-align: center;
    padding: 0 10px;
  }
  .vyhody .ilustrak {
    padding-top: 10px;
  }
  .vyhody .ilustrak img {
    height: 250px;
  }
  .circle {
    width: 80px;
    height: 80px;
    padding: 10px;
  }
  .cta {
    height: 180px;
    margin-bottom: 20px;
  }
  #cookie-bar .tlacidla {
    padding-top: 10px;
  }
  .table-price-list > tbody > tr > td:last-child {
    text-align: center;
    width: 30%;
  }
}
/*# sourceMappingURL=style.css.map */