:root {
  --main-theme-color: var(--primary);
  --color-theme-main: var(--primary);
  --color-theme-main-dark: #292a2b;
  --color-theme-main-light: #292a2b;
  --color-theme-main-inverse: #292a2b;
  --swiper-theme-color: var(--main-theme-color) !important;
  --btn-primary-hover: #88d900 !important;
  --bg-primary-light: #f4f5e5;
  --dark-l: #333;
  --primary-d: #2b0022;
  --cc-btn-primary-text: #151519 !important;
  --cc-toggle-bg-on: var(--primary) !important;
  --cc-toggle-knob-bg: #151519 !important;
  --cc-toggle-knob-icon-color: #151519 !important;
  --im-link-color: var(--primary) !important;
  --im-link-hover-color: #88d900 !important;
  --im-btn-bg: var(--primary) !important;
  --im-btn-color: #212529 !important;
  --im-btn-hover-bg: #88d900 !important;
  --im-btn-active-box-shadow: 0 0 0 .2rem #8dde0680 !important;
  --im-overlay-bg: linear-gradient(14deg, #8dde0680, rgba(206, 220, 233, .118)) !important;
}

/* Cookie Consent */
#c-bns button:first-child,
#s-bns button:first-child {
  background-color: var(--main-theme-color) !important;
}

#c-bns button:first-child:hover,
#s-bns button:first-child:hover {
  background-color: var(--btn-primary-hover) !important;
}

/* Sticky footer */

/* Firefox only custom scrollbar */
html {
  scrollbar-color: #888 #f1f1f1;
}

code[class*="language-"],
pre[class*="language-"] {
  scrollbar-width: thin;
}

/* Webkit only custom scrollbar */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

::selection {
  background: #444444;
  color: #fff;
}

body.afe {
  padding-top: 3rem;
}

@media (min-width: 768px) {
  body.afe {
    padding-top: 6rem;
  }
}

.text-color-theme {
  color: var(--main-theme-color);
}

.bg-cover {
  background-color: var(--main-theme-color);
}

.bg-silver {
  background-color: var(--main-theme-color);
}

.bg-cta {
  background-color: var(--main-theme-color);
  border-color: var(--main-theme-color);
}

.bg-cta-inverse {
  background-color: #fff;
  border-color: #fff;
}

.bg-pattern {
  background-image: url("/img/bg-pattern.svg");
  background-size: contain;
  background-position: center right;
}

.bg-primary-light {
  background-color: var(--bg-primary-light);
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5)
}

.bg-white-75 {
  background-color: rgba(255, 255, 255, 0.75)
}

.bg-secondary-30 {
  background-color: rgba(3, 225, 247, 0.3)
}

.bg-secondary-50 {
  background-color: rgba(3, 225, 247, 0.5)
}

.bg-vip-zone {
  background-image: url("/img/vip-zone.jpg?v=2");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-black {
  background-color: #000 !important;
}

.text-black {
  color: #000;
}

svg {
  max-width: 100%;
  height: auto;
}

.fill-primary svg path {
  fill: #fff;
}

header svg path {
  fill: #fff;
}

.header-fullscreen #topmenu .nav-item.active>a {
  color: var(--primary);
}

.header-fullscreen #topmenu .nav-item:hover>a {
  color: var(--primary);
}

.header-fullscreen #site-header .dropdown .dropdown-item.active {
  color: #e30613 !important;
  background-color: transparent;
}

.header-fullscreen #site-header .dropdown .dropdown-item:hover {
  color: #6c757d !important;
  background-color: transparent;
}

.header-fullscreen #topmenu .nav-item-sub::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(.5rem + 18px);
  position: absolute;
}

.header-fullscreen #topmenu .nav-item-sub:hover::before {
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid var(--primary);
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.header-fullscreen #topmenu a {
  position: relative;
  font-size: 1.15rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1440px) {
  .header-fullscreen #topmenu a {
    font-size: 1.25rem;
  }
}

.header-fullscreen #topmenu a:hover,
.header-fullscreen #topmenu .nav-item.active a {
  background-color: #4c4c4c;
  border-radius: .25rem;
}

.header-fullscreen #topmenu a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -.75rem;
  width: 100%;
  height: .25rem;
  border-radius: .25rem;
  background-color: var(--primary);
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.15s ease;
}

.header-fullscreen #topmenu a:hover::after,
.header-fullscreen #topmenu .nav-item.active a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-fullscreen #topmenu .navbar-nav-secondary a {
  color: #515151;
  text-transform: none;
  font-size: 1.25rem;
}

.header-fullscreen #topmenu .navbar-nav-secondary a:hover {
  border-bottom: 2px solid transparent;
}

.header-fullscreen #topmenu .navbar-nav-secondary a:hover svg path {
  fill: #ab1315;
}

.header-fullscreen>.navbar {
  background-color: #fff;
}

#site-header {
  height: 3rem;
}

#site-header .navbar-brand img {
  height: 2rem;
}

.navbar-primary {
  height: 3rem;
}

.navbar-secondary {
  height: 2rem;
}

.navbar-secondary .nav-item .nav-link:focus,
.navbar-secondary .nav-item .nav-link:hover {
  text-decoration: underline;
  color: #161717 !important;
}

.navbar-cta {
  color: var(--primary)
}

.navbar-cta a:not(.btn) {
  color: inherit;
  transition: transform 0.2s ease-in-out;
}

.navbar-cta a:not(.btn):hover {
  transform: scale(1.25);
}

.navbar-cta a:not(.btn):hover svg path {
  fill: #fff;
}

.lang.cz .navbar-cta a[title="cz"],
.lang.tc8 .navbar-cta a[title="cz"],
.lang.en .navbar-cta a[title="en"] {
  color: #e30613;
}

.navbar-cta svg {
  width: 1.5rem;
  height: 1.5rem;
}

.navbar-cta .dropdown svg {
  width: 40px;
  height: 40px;
}

#site-header .btn {
  font-size: 0.75rem;
}

#site-header .dropdown-toggle::after {
  display: none;
}

#site-header .dropdown-lang {
  margin-right: 0;
}

#site-header .dropdown-menu {
  min-width: 18rem;
  font-size: 1.25rem;
  background-color: #000;
  border-color: var(--dark) !important;
}

#site-header .dropdown-menu .dropdown-item:hover,
#site-header .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  transform: scale(1.1);
}

.header-fullscreen .dropdown-lang {
  margin-right: .5rem;
}

.header-fullscreen .dropdown-lang img {
  width: 1.3rem;
}

@media (min-width: 768px) {
  .header-fullscreen .dropdown-lang img {
    width: 1.875rem;
  }
}

@media (max-width: 767.97px) {
  .header-fullscreen .dropdown-lang .dropdown-toggle {
    padding: .25rem .5rem;
  }
}

.header-fullscreen .dropdown-lang .dropdown-menu {
  min-width: 11rem !important;
}

.header-fullscreen .dropdown-lang .dropdown-menu .dropdown-item {
  color: var(--primary) !important;
  font-weight: bold;
  font-size: initial;
}

@media (min-width: 768px) {
  #site-header {
    height: 6rem;
  }

  #site-header .navbar-brand img {
    height: 3rem;
  }

  #site-header .btn {
    font-size: inherit;
  }

  .navbar-primary {
    height: 6rem;
  }
}

@media (min-width: 1440px) {
  #site-header .navbar-brand img {
    height: 3.75rem;
  }
}

#logo img {
  transition: transform .1s ease-in, scale .2s ease-out;
}

#logo img:hover {
  transform: rotate(1deg);
  scale: 1.15;
}

#site-header {
  transition: top 0.15s ease;
}

.site-header--hide {
  top: -6rem !important;
}

.site-header--hide .lvl2 {
  display: none !important;
  cursor: default;
}

.site-header-visible {
  top: -2rem;
}

.head-main .head-call-us .divider {
  border-left-width: 2px !important;
  height: 1.75em;
}

.head-main .head-call-us .btn:focus {
  box-shadow: none !important;
}

/*.section-divider:before{
content:"<--SectionDivider-->";
display:block;
text-align:center;
padding:4px;
}   */

.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}

a[href^="tel"],
a[href^="mailto"] {
  color: inherit;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

#head {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 30%;
}

@media (min-width: 576px) {
  #head {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 50%;
  }
}

.navbar-nav .nav-item {
  position: relative;
}

.lvl2 {
  position: absolute !important;
  z-index: 200;
  margin-top: calc(.5rem + 18px);
  padding: 0;
  background: var(--primary);
  box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 4px 0px,
    rgba(0, 0, 0, 0.08) 0px 8px 16px 0px;
  display: none;
  list-style: none;
  width: 40rem;
}

li:hover .lvl2 {
  display: flex;
}

.lvl2 li {
  position: relative;
}

.lvl2 li.is-hovered a {
  color: #6c757d !important;
}

.lvl2 li.is-hovered svg {
  fill: #6c757d;
}

.lvl2 li a {
  text-shadow: none;
  font-size: 95% !important;
  padding: 0.5rem 0;
  border-bottom: 0 !important;
  border-color: transparent !important;
  color: #fff !important;
}

.lvl2 li a:hover,
.lvl2 li:hover>a {
  border-bottom: 0 !important;
  border-color: transparent !important;
}

.lvl2 svg {
  width: 48px;
  height: 48px;
  margin-right: 1rem;
}

#tm15 .lvl2 {
  width: 16rem;
}

#tm15 .lvl2 li {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

#tm15 .lvl2 li:after {
  display: none;
}

#tm15 .lvl2>.col,
#tm15 .lvl2>[class*=col-] {
  flex: 0 0 100%;
  max-width: 100%;
}

.hc-offcanvas-nav.hc-nav-1 .navbar-nav .nav-item {
  display: block !important;
}

.hc-offcanvas-nav .nav-item-link {
  color: #151519 !important;
}

.hc-offcanvas-nav .nav-close-button span:before,
.hc-offcanvas-nav .nav-close-button span:after {
  border-top: 2px solid #151519;
  border-left: 2px solid #151519;
}

.hc-offcanvas-nav.hc-nav-1 .lvl2 {
  position: relative !important;
  box-shadow: none;
  left: 0;
  transform: translate(0);
  min-width: auto;
}

.hc-offcanvas-nav.hc-nav-1 .lvl2 li {
  text-align: left;
}

.hc-offcanvas-nav.hc-nav-1 .lvl2 li a:hover,
.hc-offcanvas-nav.hc-nav-1 .lvl2 li:hover>a {
  color: #151519 !important;
}

.hc-offcanvas-nav .nav-item-link svg,
.hc-offcanvas-nav .nav-item-link .lvl2-link-popis {
  display: none !important;
}

.hc-offcanvas-nav .nav-back a,
.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a {
  padding: 14px 22px !important;
  border-bottom: 1px solid transparent;
  font-size: 1.20rem;
  font-weight: normal !important;
}

.hc-offcanvas-nav a.nav-next {
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.hc-offcanvas-nav .nav-content>h2,
.hc-offcanvas-nav .nav-content>h3,
.hc-offcanvas-nav .nav-content>h4,
.hc-offcanvas-nav .nav-content>h5,
.hc-offcanvas-nav .nav-content>h6 {
  color: #151519;
  font-size: 1.25rem;
  margin-bottom: 0;
  padding: 14px 22px;
}

.hc-offcanvas-nav li:not(.custom-content) a {
  font-weight: bold !important;
  color: #151519;
}

.hc-offcanvas-nav ul.bottom-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.hc-offcanvas-nav ul.bottom-nav .nav-item {
  padding: 0;
}

.hc-offcanvas-nav ul.bottom-nav li {
  flex: auto;
}

.hc-offcanvas-nav ul.bottom-nav li a {
  padding: 0 !important;
  text-align: center;
  height: 100%;
  border-bottom: none;
}

.hc-offcanvas-nav ul.bottom-nav li svg {
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
}

.hc-offcanvas-nav ul.bottom-nav li.github svg {
  width: 17px;
  height: 17px;
}

.hc-offcanvas-nav ul.bottom-nav li.ko-fi svg {
  width: 21px;
  height: 21px;
}

.hc-offcanvas-nav ul.bottom-nav li.email svg {
  width: 19px;
  height: 19px;
}

.main-nav-toggle-wrapper {
  position: relative;
}

.main-nav-toggle-wrapper svg {
  width: 1.5rem;
  height: 1.5rem;
}

.main-nav-toggle-wrapper svg path {
  fill: var(--primary);
}

.main-nav-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  width: 1em;
  height: 1em;
}

.arrow-link span:before,
.arrow-link i:before {
  transition: transform 0.3s ease-out;
  margin-right: 0;
}

.arrow-link:hover span:before,
.arrow-link:hover i:before {
  transform: translateX(0.25rem);
}

.arrow-link:hover .text-secondary:before,
.arrow-link:hover .text-secondary:before {
  color: #3e3eef;
}

.transform {
  transition: transform 0.2s ease-in;
}

.transform>g>rect {
  transition: fill 0.2s ease-in;
}

.header-fullscreen #topmenu .nav-item:hover .transform {
  transform: rotate(180deg);
}

.divider hr {
  visibility: visible;
  height: 1px;
  border: 0;
  background-color: #f3f3f3;
  width: 100%;
  position: relative;
}

.hero-transparent .btn-light,
.btn-light-30 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0);
}

.hero-transparent .btn-light:hover,
.hero-transparent .btn-light:focus,
.hero-transparent .btn-light:active,
.btn-light-30:hover,
.btn-light-30:focus,
.btn-light-30:active {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0) !important;
}

@media (max-width: 767.97px) {
  #hero-transparent>.container {
    background-color: #000;
  }

  #hero-transparent::after {
    display: none;
  }
}

@media (min-width: 768px) {
  #hero-transparent .container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #hero-transparent .ratio.ratio-12x5 {
    --bs-aspect-ratio: 56.25%;
  }
}

@media (min-width: 1440px) {
  #hero-transparent .ratio.ratio-12x5 {
    --bs-aspect-ratio: calc(5 / 12 * 100%);
  }
}

.intro-video {
  position: static;
  height: auto;
  min-height: auto;
}

@media (min-width: 768px) {
  .intro-video video {
    min-width: fit-content;
  }
}

.intro-icon {
  right: 0;
  bottom: 1.5rem;
  left: 0;
  z-index: 1;
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  opacity: 0;
}

.intro-icon:hover,
.intro-icon:active,
.intro-icon:focus {
  transform: translateY(8px);
}

.introbg-claim {
  top: 90%;
  left: 50%;
  transform: translate(-50%, -90%);
  z-index: 1;
}

.introbg-claim-wrapper {
  opacity: 0;
}

.logged .introbg-claim-wrapper,
#tinymce .introbg-claim-wrapper {
  opacity: 1;
}

.hero {
  overflow: hidden;
}

.hero .container .col-11 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .hero .container .col-11 {
    padding-top: 10rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .hero .container .col-11 {
    padding-top: 14rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 576px) {
  .hero-countup h2 {
    font-size: 1rem;
  }
}

#logged #site-header {
  top: 45px;
}

.gallery-item {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .gallery-item {
    margin-bottom: 30px;
  }
}

#dropdownMenuButton:focus {
  outline: none !important;
  box-shadow: none;
}

#usp svg {
  width: 2rem;
  height: 2rem;
}

@media (min-width: 992px) {
  #usp svg {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.mapa>div {
  display: flex;
}

.tc14.id6 .container.article>h1 {
  display: none;
}

.sluzby:not(.par1.id6.sluzby) .article,
.tc14:not(.par10.id6.tc14) .article {
  max-width: 1140px;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 1px solid #dee2e6;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.sluzby .article h1,
.tc14 .article h1 {
  text-align: center;
}

.par10.id6.sluzby h1,
.par10.id6.tc14 h1 {
  display: none;
}

.par10.id6.sluzby .article,
.par10.id6.tc14 .article {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

footer .list-unstyled a:hover {
  text-decoration: underline !important;
}

footer svg {
  width: 3rem;
  height: 3rem;
  fill: #fff;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-3x2 {
  --bs-aspect-ratio: calc(2 / 3 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-2x1 {
  --bs-aspect-ratio: 50%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.ratio-12x5 {
  --bs-aspect-ratio: calc(5 / 12 * 100%);
}

.ratio-32x9 {
  --bs-aspect-ratio: 28.125%;
}

.introSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0 !important;
  margin: 0 .35rem;
}

@media (max-width: 767.97px) {
  .introSwiper .ratio-32x9 {
    --bs-aspect-ratio: 56.25% !important;
  }
}

@media (max-width: 1199.97px) {
  .introSwiper .ratio-32x9 {
    --bs-aspect-ratio: calc(2 / 3 * 100%) !important;
  }
}

.nav-overlay::after {
  display: block;
  content: "";
  height: 100%;
  width: 2.75rem;
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(0 0 0 / 0%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.7539390756302521) 40%, rgba(255, 255, 255, 1) 100%);
}

.nav-overlay .nav-link:last-child {
  z-index: 1;
}

.nav-overlay .nav.nav-tabs .nav-link::before {
  left: 0;
  right: 0;
  bottom: -1px !important;
}

.nav-overlay .nav-link {
  color: #6c757d;
}

.nav-overlay .nav-link.active {
  color: inherit;
}

.nav-overlay .nav-link.active::before {
  content: "";
  position: absolute;
  left: .75rem;
  right: .75rem;
  bottom: .25rem;
  border-top: 2px solid #292a2b;
}

.nav-overlay .nav-overflow {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 1px;
}

.nav-overflow::-webkit-scrollbar {
  display: none;
}

.nav-overflow .nav-link {
  white-space: nowrap;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.bg-primary .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #f8c300;
  background-color: #292a2b;
}

#showFotoSwiperNext {
  right: -2.25rem;
}

#showFotoSwiperPrev {
  left: -2.25rem;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  color: #fff;
  text-align: left;
  background-color: #121212;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.accordion-button:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) {
  font-size: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--primary);
  background-color: #1d2d02;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a0ff00'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a0ff00'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--btn-primary-hover);
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(29, 45, 2, .25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #211e1e;
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: #fff;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.quote:before {
  content: "„";
}

.quote:after {
  content: "“";
}

.text-shadow-blur {
  text-shadow: rgb(55 55 55 / 75%) 1px 0 10px;
}

.box-shadow-blur {
  box-shadow: rgb(55 55 55 / 75%) 1px 0 10px;
}

.large {
  font-size: 99%;
  font-weight: 400;
  line-height: 1.55;
}

@media (min-width: 992px) {
  .large {
    font-size: 112.5%;
  }
}

#gotop a i::before {
  margin: 0;
}

.opacity-90 {
  opacity: .9;
}

#site-header .bg-dark {
  background: rgba(2, 2, 7, 0.85) !important;
  /*rgba(9,10,28, 0.85) !important;*/
  background: rgba(9, 10, 10, 0.85) !important;
  box-shadow: 0 0.5px 3px #004f9047;
  backdrop-filter: blur(.15rem);
}

.hp .page-wrapper,
.tc11,
.tc12,
.sluzby {
  background-color: #020207;
  /*var(--dark);*/
}

.line-custom {
  position: relative;
}

.line-custom::after {
  content: "";
  border-bottom: 4px solid var(--secondary);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.75rem;
  transform: rotate(-0.25deg);
}

#FormLead .bg-white {
  background-color: #1e1c1c !important;
}

#FormLead .text-muted {
  color: var(--light) !important;
}

#FormLead .form-body label,
#FormLead .form-header {
  color: var(--primary);
}

#FormLead .form-control.form-input,
#FormLead textarea.form-control {
  background-color: var(--dark-l);
  color: #fff;
}

#FormLead .form-control.form-input::placeholder,
#FormLead textarea.form-control::placeholder {
  color: #bbb;
  opacity: 1;
}

#FormLead .form-label.form-text {
  background-color: var(--dark-l);
}

#FormLead .form-select {
  background-color: var(--dark-l);
  color: white;
}

#FormLead .form-control:focus {
  background-color: var(--dark-l);
  color: white;
}

#FormLead .form-input:focus,
#FormLead .form-input.focus {
  border: 2px solid var(--primary) !important;
}

#FormLead .form-input:not(:placeholder-shown):invalid+.form-label {
  color: var(--primary) !important;
}

#FormLead .form-input:focus+.form-label {
  color: var(--primary) !important;
}

#FormLead .form-input:not(:placeholder-shown):focus:invalid+.form-label {
  color: var(--primary) !important;
}

#FormLead .form-input:not(:placeholder-shown):focus+.form-textarea,
#FormLead .form-input:placeholder-shown:focus+.form-textarea,
#FormLead .form-input:focus+.form-textselect,
#FormLead .form-input:focus:valid+.form-textselect {
  color: var(--primary) !important;
}

#FormLead .form-label:focus {
  border: 2px solid var(--primary) !important;
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #333333);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color)) !important;
}

.footer-payments {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 20px;
  padding: 10px;
}

.payment-card {
  background-color: #f4f4f4;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 40px;
  /* Ensure the height fits the images */
  width: 90px;
  /* Ensure the minimum width */
  min-width: 90px;
}

.payment-card img {
  max-height: 100%;
  max-width: 100%;
  margin: 0;
}

.payment-card:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Wrap after two cards */
.footer-payments>.payment-card:nth-child(2n) {
  margin-right: 0;
}

/*Switch Field  - Leady filter*/

/*https://codepen.io/JiveDig/pen/jbdJXR*/

.switch-field {
  display: flex;
  margin-bottom: 0 !important;
  overflow: hidden;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  background-color: #333333 !important;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin: 0;
  margin-right: -1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  /*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
  transition: all 0.1s ease-in-out;
  font-weight: bold;
}

.switch-field label:hover {
  cursor: pointer;
  background-color: #474747 !important;
}

.switch-field input:checked+label {
  background-color: var(--primary) !important;
  color: #fff !important;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type,
.switch-field label.last-of-type {
  border-radius: 0 4px 4px 0;
}

.was-validated .switch-field input:invalid+label {
  color: var(--danger) !important;
}

.tc12 #FormLead #FormLeadSubject {
  display: none;
}

.checkmark {
  border-radius: .25rem;
}

.admiolabel input:checked~.checkmark {
  background-color: var(--primary) !important;
}

/*Custom CC*/
#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc,
.cc_div .c-bn,
.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl,
.cc_div .b-tg .c-tg:after {
  border-radius: .25rem !important;
}

.btn-grow {
  transition: transform 0.1s ease;
  will-change: transform;
}

.page-parallax-bg {
  position: relative;
  overflow: hidden;
}

.page-parallax-bg-inner {
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.page-parallax-bg-inner .ratio>div {
  background-image: url(/media/intro-video-poster.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  left: -10%;
  width: 125%;
}

.swiper-pagination-bullet {
  transition: .3s opacity, .3s width, .3s background;
}

.swiper-pagination-bullet-active {
  width: 1.15rem !important;
  border-radius: 50rem;
}

.g-max-720 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.g-max-920 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.g-max-1020 {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

p#gotop a {
  color: #151519;
}

.mapa-card {
  filter: grayscale(1);
  transition: 0.3s ease-out;
}

.mapa-card:hover {
  filter: grayscale(0);
}

.custom-list-alt {
  list-style: none;
  padding-left: 0;
}

.custom-list-alt li {
  position: relative;
  padding-left: 1.8rem;
  margin-left: 0.5rem;
}

.custom-list-alt li::before {
  content: "";
  position: absolute;
  left: 0.4em;
  top: 0.42em;
  width: 1rem;
  height: 1rem;
  background-image: url('/ico/favicon.svg');
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

b,
strong {
  font-weight: bold;
}

section[data-gsap] {
  overflow: hidden;
}

.hp .page-wrapper,
.category-sluzby {
  background-color: var(--dark);
}

.sluzby:not(.par1.id6.sluzby) .article,
.tc8:not(.par1.id6.tc8) .article,
.hp.IsArticle .middle>.container {
  border: 1px solid #3b3b3d !important;
  background: #262627 !important;
  color: #fff;
}

.tc8:not(.par1.id6.tc8) .article .bg-light,
.hp.IsArticle .middle>.container .article .bg-light {
  background-color: var(--dark) !important;
}

.hp.IsArticle .middle>.container {
  max-width: 1140px;
  padding: 3rem !important;
  margin: auto;
  margin-top: 3rem;
  margin-bottom: 3rem !important;
  border: 1px solid #dee2e6;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  background: #fff;
}

.hp.IsArticle .middle>.container h1 {
  text-align: center;
}

.hp.IsArticle .middle>.container .datem {
  display: none !important;
}

.btn>span,
.badge>span {
  display: inline-block;
  transform: translateY(.05em);
}

.border-grey {
  border-color: #333;
}

.z-index-1 {
  z-index: 1;
}

.border-white-40 {
  border-color: rgba(255, 255, 255, .4) !important;
}

.border-2 {
  border-width: .125rem !important;
}

.border-4 {
  border-width: .25rem !important;
}

.img-grow {
  position: relative;
}

.mapa-card {
  filter: grayscale(1);
  transition: 0.3s ease-out;
}

.mapa-card:hover {
  filter: grayscale(0);
}

.sepbar-section {
  background-color: #000;
}

.sepbar-section>div {
  background-image: url("/img/sepbar.webp");
  background-repeat: no-repeat;
  background-position: top 2.35rem center;
  background-size: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {
  .logo {
    border-width: 2px;
    /* Thicker border for Retina screens */
    border-color: rgba(255, 255, 255, 0.8);
    /* Semi-transparent white */
  }
}

eml.text-primary:hover {
  color: #70b300 !important;
}

.brands-custom.brands-partners.brands-hp img {
  width: 14rem;
  max-height: 160px;
}

.brands-custom.brands-partners img {
  width: 12rem;
}

.tickets-wave div {
  display: flex;
  align-items: center;
}

.tickets-wave div:first-child {
  justify-content: center;
}

.tickets-wave div:last-child {
  justify-content: flex-end;
}

.tickets-wave .col-12 {
  border: .125rem solid #fff;
}

.tickets-wave.active .col-12 {
  border: .125rem solid var(--primary) !important;
}

@media (min-width: 768px) {
  .tickets-wave.active .col-12 {
    border-right: none !important;
  }

  .tickets-wave.active .col {
    border-top: .125rem solid var(--primary);
    border-bottom: .125rem solid var(--primary);
  }

  .tickets-wave.active .col-auto {
    border-top: .125rem solid var(--primary);
    border-bottom: .125rem solid var(--primary);
    border-right: .125rem solid var(--primary);
  }
}

.schedule {
  position: relative;
}

.schedule::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 1rem;
  width: 3px;
  height: 100%;
  background-color: var(--primary);
}

.schedule .schedule-time {
  position: relative;
  font-weight: bold;
}

.schedule .separator {
  border-left: 3px solid var(--primary);
  height: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}

.schedule .separator.separator-top {
  border-top-right-radius: .15rem;
  border-top-left-radius: .15rem;
}

.schedule .separator.separator-bottom {
  border-bottom-right-radius: .15rem;
  border-bottom-left-radius: .15rem;
}

.schedule .schedule-time::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2rem;
  width: 1.25rem;
  height: 3px;
  background-color: var(--primary);
}

@media (max-width: 767.97px) {

  .schedule .schedule-col-left,
  .schedule .schedule-col-right {
    padding-left: 3rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .schedule::before {
    display: none;
  }

  .schedule .schedule-time::before {
    display: none;
  }

  .schedule .schedule-col-left .schedule-time {
    text-align: right;
  }

  .schedule .schedule-col-left .schedule-time::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -3rem;
    width: 2rem;
    height: 3px;
    background-color: var(--primary);
  }

  .schedule .schedule-col-right .schedule-time::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -3rem;
    width: 2rem;
    height: 3px;
    background-color: var(--primary);
  }
}

.meetgreet .card .item-overlay {
  position: absolute;
  z-index: 3;
  background: rgba(0, 0, 0, 0.8);
  color: #f1f1f1;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  transition: all .4s;
  overflow: hidden;
  opacity: 0;
}

.meetgreet .card:hover .item-overlay,
.meetgreet .card .item-overlay-active {
  opacity: 1;
}

.meetgreet .card .item-overlay .item-overlay-wrapper {
  width: 100%;
}

.meetgreet .card .item-overlay .item-overlay-wrapper p {
  margin-bottom: 0;
}

.IsMobile .meetgreet .btn-show-more {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.meetgreet .btn-show-more {
  display: none;
}

@media (max-width: 575.97px) {
  .btn-lg {
    font-size: 1rem;
  }
}

.hp:not(.IsArticle) .middle {
  background-color: #000;
}

@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important;
  }
}

.hp.IsArticle #hero-transparent {
  display: none;
}

footer {
  border-top-color: #060606;
  width: 100%;
  background-image: url("/img/footer-bg.png");
  background-repeat: no-repeat;
  background-position: center top 3.375rem;
}

@media (min-width: 768px) {
  footer {
    background-position: center top 5.375rem;
  }
}

#FormLeadSuccess {
  background-color: var(--primary) !important;
}

.greyscale img {
  filter: brightness(.75) grayscale(1);
}

/*.popup.takeover .close {
  display: none;
}*/