@charset "UTF-8";
html {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 768px) {
  .navbar .navbar-nav .nav-item:not(:last-child) a:after {
    content: "||";
    margin-left: 20px;
    color: #38a085;
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .navbar .navbar-nav .nav-item {
    font-size: 1.3rem;
  }
}
.bg-primary {
  background-color: #38a085 !important;
}

.text-primary {
  color: #38a085 !important;
}

.btn-outline-white {
  color: white;
  border-color: white;
}
.btn-outline-white:hover {
  color: #38a085;
  background-color: white;
  border-color: white;
}

.bg-curve {
  background: #38a085;
}
.bg-curve .curve1, .bg-curve .curve2 {
  height: 120px;
  z-index: 999;
  position: relative;
}
.bg-curve .curve1 {
  background: url("../imgs/curve.png");
  background-repeat: no-repeat;
  background-size: 120% auto;
  background-position: center bottom;
}
.bg-curve .curve2 {
  background: white url("../imgs/curve2.png") center bottom;
  background-repeat: no-repeat;
  background-size: 120% auto;
}
.bg-curve .content {
  background-color: transparent;
  z-index: 1002;
  position: relative;
}

.bg-header-wrapper {
  position: relative;
}
.bg-header-wrapper .bg-header {
  position: absolute;
  background-size: 70%;
  background: url("../imgs/bg1.png") no-repeat left top;
  height: 30vh;
  width: 100%;
  z-index: 1000;
  top: -70px;
}

.headline {
  font-size: 4.688rem !important;
  font-weight: 100;
  line-height: 1;
  color: #38a085;
}
@media screen and (max-width: 768px) {
  .headline {
    font-size: 3rem !important;
  }
}

.list-styled-custom li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px;
  font-size: 1.375rem;
  color: #5d5d5d;
}
.list-styled-custom li::marker {
  color: #38a085;
}

.font-size-22 {
  font-size: 22px !important;
}

.text-5d {
  color: #5d5d5d !important;
}

.font-size-50 {
  font-size: 50px !important;
}

.font-size-26 {
  font-size: 26px !important;
}

.cenik-entry {
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: background 0.2s ease;
  font-family: sans-serif;
}
.cenik-entry.open .cenik-body {
  display: block;
}
@media screen and (min-width: 768px) {
  .cenik-entry.open .cenik-body {
    padding-right: 310px;
  }
}
.cenik-entry.open .cenik-icon {
  transform: rotate(180deg);
}
.cenik-entry:hover {
  background: #f9f9f9;
}
.cenik-entry .cenik-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}
.cenik-entry .cenik-summary .cenik-icon {
  color: #38a085;
  margin-right: 12px;
  transition: transform 0.3s;
}
.cenik-entry .cenik-summary .cenik-title {
  padding: 16px 12px;
  flex: 1;
}
.cenik-entry .cenik-summary .cenik-length {
  width: 160px;
  text-align: center;
  background: #f4f4f4;
  padding: 16px 12px;
  border-radius: 4px;
}
.cenik-entry .cenik-summary .cenik-price {
  width: 130px;
  padding: 16px 16px;
  text-align: left;
  color: #38a085;
  font-weight: bold;
}
.cenik-entry .cenik-body {
  display: none;
  padding: 10px 20px;
  background: #fafafa;
  font-size: 14px;
  color: #444;
}
.cenik-entry .table-borderless .table-borderless > tbody > tr > td,
.cenik-entry .table-borderless .table-borderless > tbody > tr > th,
.cenik-entry .table-borderless .table-borderless > tfoot > tr > td,
.cenik-entry .table-borderless .table-borderless > tfoot > tr > th,
.cenik-entry .table-borderless .table-borderless > thead > tr > td,
.cenik-entry .table-borderless .table-borderless > thead > tr > th {
  border: none;
}

footer .float-right {
  position: absolute;
  right: 0;
  top: -50px;
}

.position-relative {
  position: relative;
}

.footer-bg {
  background: url("../imgs/footer.png") no-repeat bottom center;
  background-size: 60%;
  height: 400px;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .footer-bg {
    background-size: 40%;
  }
}
@media screen and (max-width: 568px) {
  .footer-bg {
    background-position: center 145%;
    height: 200px;
  }
  .footer-bg .text-center {
    margin-top: 30px;
  }
}

table {
  width: auto;
}

td {
  white-space: nowrap;
}

.color-5d {
  color: #5d5d5d !important;
}

.z-9999 {
  z-index: 9999;
  position: relative;
}

.tileGallery {
  /* last row overstretch fix */
}

.tileGallery * {
  box-sizing: border-box;
}

.tileGallery .thumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
  resize: both;
  overflow: hidden;
}

.tileGallery .thumbs:after {
  content: "";
  flex: 100 0 auto;
}

.tileGallery .thumb {
  cursor: pointer;
  position: relative;
  display: inline-block;
  flex: 1 0 auto;
  width: auto;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  z-index: 1;
  transition: all 0.5s ease;
}

.tileGallery .thumb:before {
  content: "";
  background-image: url("/imgs/eye.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0;
  display: block;
  transition: background-size 0.5s ease-in;
  width: 100%;
  height: 100%;
}

.tileGallery .thumb:hover:before {
  background-size: 72px;
}

.tileGallery .thumb-img > img,
.tileGallery .thumb-txt > div {
  min-width: 60px;
  max-width: 300px;
}

.tileGallery .thumb-img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.tileGallery .thumb-img img {
  display: block;
  height: 100%;
  opacity: 0;
}

.tileGallery .thumb-img > div {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 300ms;
}

.tileGallery .thumb-img > div > span {
  font-size: 0.8em;
}

.tileGallery .thumb-txt > div {
  display: block;
  width: auto;
  height: 100%;
}

/*** VERSION 2 ***/
.tileGallery-2 {
  max-width: 100%;
  overflow: hidden;
}

.tileGallery-2 .tileGallery-row {
  display: flex;
  box-sizing: border-box;
}

.tileGallery-2 .tileGallery-row > * {
  flex: 1 1 0px;
}

.tileGallery-2 .tileGallery-row .tileGallery-col-2 {
  display: flex;
  flex-direction: column;
}

.tileGallery-2 .tileGallery-row .tileGallery-col-2 img {
  max-width: 20vw;
}

.tileGallery-2 .tileGallery-row .tileGallery-col-1 .thumb {
  height: 100%;
  width: 100%;
}

.tileGallery-2 .tileGallery-row .tileGallery-col-1 .thumb img {
  max-width: 20vw;
}

.tileGallery-2 .tileGallery-row .tileGallery-col-3 {
  flex: 2 2 0px;
}

.tileGallery-2 .tileGallery-row .tileGallery-col-3 {
  display: flex;
  flex-direction: column;
}

.tileGallery-2 .tileGallery-row .tileGallery-col-3 .pair {
  display: flex;
}

.tileGallery-2 .tileGallery-row .tileGallery-col-3 .pair img {
  max-width: 20vw;
}

.tileGallery-2 .tileGallery-row .tileGallery-col-3 .single .thumb {
  width: 100%;
  display: block;
}

.tileGallery-2 .tileGallery-row .tileGallery-col-3 .single {
  height: 100% !important;
}

.tileGallery-2 .tileGallery-row .tileGallery-col-3 .single .thumb {
  height: 100%;
  width: auto;
}

.tileGallery-2 .tileGallery-row .tileGallery-col-3 .single .thumb img {
  max-width: 40vw;
  width: 100%;
}

.tileGallery-2 .tileGallery-row .thumb {
  overflow-y: hidden;
  cursor: pointer;
  position: relative;
  display: inline-block;
  flex: 1 0 auto;
  width: auto;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  z-index: 1;
  transition: all 0.5s ease;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.tileGallery-2 .tileGallery-row .thumb:before {
  content: "";
  background-image: url("/imgs/eye.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0;
  display: block;
  transition: background-size 0.5s ease-in;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.tileGallery-2 .tileGallery-row .thumb:hover:before {
  background-size: 72px;
}

.tileGallery-2 .tileGallery-row .thumb:hover {
  filter: grayscale(0);
}

.tileGallery-2 .tileGallery-row .thumb > img {
  display: block;
  opacity: 0;
  min-width: 60px;
  max-height: 256px;
}

.tileGallery-2.editable {
  zoom: 0.8;
}

footer a {
  color: #38a085;
}

@media screen and (max-width: 768px) {
  .howitworks-icons .d-flex {
    display: grid !important;
    grid-template-columns: repeat(6, auto);
    /* 3 sloupce */
    grid-template-areas: "a a b b c c" "d d d e e e";
    /* první buňka ve 2. řádku je prázdná → d+e budou uprostřed */
    gap: 1rem;
    justify-content: center;
    /* vycentruje celý grid */
    justify-items: center;
    /* obrázky v buňkách na střed */
  }

  .howitworks-icons img:nth-child(1) {
    grid-area: a;
  }

  .howitworks-icons img:nth-child(2) {
    grid-area: b;
  }

  .howitworks-icons img:nth-child(3) {
    grid-area: c;
  }

  .howitworks-icons img:nth-child(4) {
    grid-area: d;
  }

  .howitworks-icons img:nth-child(5) {
    grid-area: e;
  }

  .howitworks-icons img {
    height: 90px;
    margin-bottom: 5px;
  }

  .howitworks-icons img:last-child {
    margin-top: -16px;
  }
}
.createOrderScollButton {
  background-color: #38a085;
  border-radius: 50px;
  padding: 0.5rem;
  position: fixed;
  right: 20px;
  bottom: 20px;
  color: white;
  font-size: 0.8rem;
  text-align: center;
  align-items: center;
  line-height: 0.9rem;
  cursor: pointer;
  z-index: 99999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.createOrderScollButton a {
  color: white !important;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .img-smaller {
    max-width: 100px !important;
  }
}

/*# sourceMappingURL=main.css.map */
