/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 0;

}
.uvod .swiper-container,  #kalendar .swiper-container{
  margin: 0 auto;
  position: relative;
  overflow: visible;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev:focus ,
.swiper-button-next:focus
{
  outline: none;
}



.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
/*  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
 */ left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
 /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
 */ right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
/*  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
*/}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
/*  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
*/}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  opacity: 0.6;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    opacity: 0.6;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}






.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;

  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}


/*
styly pro jednotlive prvky
 */

/*
uvodni slide
 */

/* sipky uvod slide */

.kalendar .swiper-button-prev {
    position: absolute;
    left: 0px;
    right: auto;
    top: 40px;
    margin-top: 0px;
    width: 40px;
    height: 40px;
    z-index: 8;
    background-color: rgba(242, 79, 17, 1);
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}




.kalendar .swiper-button-prev::before {
  content: "";
  left: 16px;
  top: 12px;


    text-decoration: none;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 0 0 0;
    position: absolute;

    z-index: 8;
   /* overflow: hidden; */
    background: none;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    text-indent: -9999px;
        border-bottom: solid 2px rgba(255,255,255, 1);
    border-left: solid 2px rgba(255,255,255, 1);
     -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.kalendar .swiper-button-next {

 position: absolute;
right: 0px;
left: auto;
    top: 40px;
    margin-top: 0px;

  width: 40px;
  height: 40px;
  z-index: 8;
  background-color:rgba(242, 79, 17, 1);
  border-radius: 50%    ;
   -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}




.kalendar .swiper-button-next::before {
  content: "";
  right: 16px;
  top: 12px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;

    text-decoration: none;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 0 0 0;
    position: absolute;

    z-index: 1;
   /* overflow: hidden; */
    background: none;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    text-indent: -9999px;
        border-top: solid 2px rgba(255,255,255, 1);
    border-right: solid 2px rgba(255,255,255, 1);
}




















.kalendar .swiper-button-next:hover, .kalendar .swiper-button-prev:hover{
     transform: scale(1.1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;


}
.kalendar .swiper-button-next:hover::before,  .kalendar .swiper-button-prev:hover::before{

 -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}

.uvod {
/*  position: absolute;*/
  width: 100%;
  height: 600px;
  margin-top: 0px;
/*  margin-bottom: 5%;   */
 overflow: hidden;
 z-index: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 70px;


}






.uvod  .swiper-container {
  width: 100%;
  right: 0px;
  top: 0px;
  position: absolute;

}


.uvod .swiper-container{
max-height: 600px;
overflow: hidden;

}

.uvod .swiper-slide{

text-align: right;
overflow: hidden;
max-height: 600px;
  height: 600px;
  width: 100%;
  position: relative;



}



    .swiper-container {
      width: 100%;
      height: 100%;
      position: relative;
    }
    .swiper-slide {
       background-position: center;
      background-size: cover;
}




 .uvod .swiper-container .bunka{

    width: 100%;
   /*	 border: solid 1px rgba(255,255,255,1.00);   */
    margin-top: 50px;
    text-align: left;
    height: 500px;
    position: relative;
    padding: 0%;
	 padding-top: 5%;
	 z-index: 1;


}

.uvod .swiper-container .obr{
 right: 0px;
 position: absolute;
    width: 60%;
    height: 100%;
    top: 0px;
     background-position: center;
      background-size: cover;

}
.uvod .swiper-container .obr a.odkazobrazek{
 right: 0px;
 position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;


}





.uvod .swiper-button-prev,
.uvod .swiper-button-next {

    width: 44px;
    height: 44px;
    border: solid 1px rgba(0, 0, 0, 1);
    border-radius: 50%;
     -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}
.uvod .swiper-button-prev:hover,
.uvod .swiper-button-next:hover {
    border: solid 1px rgba(0, 0, 0, 1);
     -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	transform: scale(1.1)

}
.uvod .swiper-button-prev {
  left: 0%;

  top: auto;
  margin-left: 20px;
}
.uvod .swiper-button-next {
  left: 1%;

  right: auto;
  margin-left: 64px;
  top: auto;
}
.uvod .swiper-button-prev:after {
position: absolute;
        content: "";
        left: 0px;
        width: 44px;
        height: 44px;
        background: url(arrow.svg) no-repeat center;
        background-size: 15px;


}

.uvod .swiper-button-next:after {
position: absolute;
        content: "";
        left: 0px;
        transform: rotate(180deg);
        width: 44px;
        height: 44px;
        background: url(arrow.svg) no-repeat center;
        background-size: 15px;


}










.uvod .swiper-container .bunka h2{

color: rgba(0, 0, 0, 1);
    font-size: 50px;
font-weight: 800;
	line-height: normal;
	text-transform: uppercase;


position: relative;

margin-top: 0px;
margin-bottom: 10px;



width: auto;

}





.uvod .swiper-container .bunka p{

position: relative;

color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 500;

    margin-bottom: 39px;
    font-family: 'Open Sans', sans-serif;



}



.uvod .swiper-container .bunka a.vice {
background: rgba(6, 158, 87, 1); 
   color: rgba(255, 255, 255, 1);
        font-size: 19px;
        font-weight: 600;
        height: 44px;
        display: inline-block;
        line-height: 44px;
        padding-left: 30px;
        padding-right: 30px;

    left: 0px;
 -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
        z-index: 10;

}


.uvod .swiper-container a.vice:hover {


 -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
   color: rgba(255, 255, 255, 1);
background: rgba(6, 158, 87, 1); 

}

.uvod .uvnitr.sipky {

  bottom: 18%;





}
@media all and (max-width: 1500px) {



}

@media all and (max-width: 1200px) {
.uvod .uvnitr.sipky {

  bottom: 20%;




}
.uvod {
/*  position: absolute;*/
  width: 100%;
  height: 500px;
  margin-top: 0px;
/*  margin-top: 0px;
  margin-bottom: 5%;*/
/*  overflow: hidden;  */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 70px;


}


.uvod .swiper-container{
  width: 100%;
  right: 0px;
  top: 0px;
  position: absolute;

}

.uvod .swiper-container{
max-height: 400px;
/*overflow: hidden;  */

}

.uvod .swiper-container .swipe-slide {

text-align: right;
/*overflow: hidden; */
max-height: 400px;
  height: 400px;
  width: 100%;
  position: relative;


}


.uvod .swiper-slide {
    text-align: right;
    /* overflow: hidden; */
    max-height:400px;
    height: 400px;
    width: 100%;
    position: relative;
}

.uvod .swiper-container .bunka{


}
.uvod .swiper-container .bunka a.dolu{

    left: 0px;

}


.uvod div.pattern div.leftline{

    height: 34.5%;

}
.uvod .swiper-container .bunka h2 {
    font-size: 33px;
    white-space: normal;
}
.uvod .swiper-container .bunka p {
  font-size: 16px;
  width: 100%;
}



.uvod .swiper-button-next,
.swiper-container-rtl .swiper-button-prev  {



}





}


@media all and (max-width: 900px) {

.uvod {
/*  position: absolute;*/
  width: 100%;
  height: 300px;
  margin-top: 0px;
/*  margin-top: 0px;
  margin-bottom: 5%;*/
/*  overflow: hidden;  */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 0px;


}
.uvod .swiper-container .obr, .uvod .swiper-container .bunka {
  width: 50%;
}


}

@media all and (max-width: 600px) {




.uvod .swiper-container{
  width: 100%;
  height: 500px;
  max-height: 500px;

}


.uvod .swiper-container .swipe-slide {

text-align: right;
/*overflow: hidden; */
max-height: 500px;
  height: 500px;
  width: 100%;
  position: relative;


}


.uvod .swiper-slide {
    text-align: right;
    /* overflow: hidden; */
    max-height:500px;
    height: 500px;
    width: 100%;
    position: relative;
}

.uvod .swiper-container .bunka {
  width: 100%;
  height: 250px;
  position: relative;
    padding: 2%
}
.uvod .swiper-container .obr {
  width: 100%;
  height: 250px;
  position: relative;

}

.uvod .swiper-button-next {
  left: auto;
  right: 5%;
  bottom: 280px;
  top: auto;
}
.uvod .swiper-button-prev {
  left: auto;
  right: 6%;
  bottom: 280px;
  margin-right: 44px;
  margin-left: auto;
  top: auto;
}



}




.uvod .swiper-pagination {

}


/* Common Styles */
.uvod .swiper-pagination-fraction,
.uvod .swiper-pagination-custom,
.uvod .swiper-container-horizontal > .swiper-pagination-bullets {
bottom: 20%;
    /* text-align: right; */
    /* left: 7.5%; */
    /* left: 7.5%; */
    left: 10%;
    text-align: center;
    width: 90%;
    max-width: 1420px;
    left: auto;
    right: auto;
    position: relative;
    display: inline-block;
}


.uvod .swiper-pagination-bullet {
 width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  background: none;
  opacity: 1;
  position: relative;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;

      background: rgba(255, 255, 255, 1);
  text-indent: -9999px;
    -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;

}

.uvod .swiper-pagination-bullet-active {
   width: 15px;
  height: 15px;
  display: inline-block;
      background: rgba(242, 79, 17, 1);
  cursor: pointer;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;

}

/*
clanky
 */

.clan{
/*  position: absolute;*/
  width: 100%;
  min-height: 600px;
  margin-top: 0px;
/*  margin-bottom: 5%;   */
 overflow: hidden;
 z-index: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 70px;


}
.clan.vyska400{
/*  position: absolute;*/
  width: 100%;
  min-height: 420px;
  height: auto;
  margin-top: 0px;
/*  margin-bottom: 5%;   */
 overflow: hidden;
 z-index: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 70px;


}

.clan  .swiper-container {
  width: 100%;
  right: 0px;
  top: 0px;
  position: absolute;

}



.clan .swiper-slide{

text-align: center;
overflow: hidden;
/*max-height: 600px;
  height: 600px;*/
  width: 100%;
  position: relative;



}

/* .clan .swiper-container .bunka{

    width: 45%;
    top: 0px;
    text-align: left;
    height: 100%;
    position: relative;
    padding: 5%

}*/
 .clan  .bunka.prc10_right{

    padding: 5%;
    padding-top: 5% ;
    padding-right: 10%;
  padding-left: 0px;
    padding-bottom: 0px  
}
 .clan  .bunka{

    padding: 5%;
   
    padding-bottom: 0px


/*    padding-left: 0px; */
}
 .clan  .sipky{
 left: 3.5%;
    width: 40%;
    top: -21px;
    text-align: left;
    height: 100%;
    position: absolute;


}
.clan .obrlevy30{
 left: 0px;
 position: absolute;
    width: 30%;
    height: 100%;
    top: 0px;
     background-position: center;
      background-size: cover;

}

.clan  .obrpravy30{
 right: 0px;
 position: absolute;
    width: 30%;
    height: 100%;
    top: 0px;
     background-position: center;
      background-size: cover;

}
.clan  .obrlevy40{
 left: 0px;
 position: absolute;
    width: 40%;
    height: 100%;
    top: 0px;
     background-position: center;
      background-size: cover;

}

.clan  .obrpravy40{
 right: 0px;
 position: absolute;
    width: 40%;
    height: 100%;
    top: 0px;
     background-position: center;
      background-size: cover;

}
.clan  .obrlevy50{
 left: 0px;
 position: absolute;
    width: 50%;
    height: 100%;
    top: 0px;
     background-position: center;
      background-size: cover;

}
.clan  .obrpravy50{
 right: 0px;
 position: absolute;
    width: 50%;
    height: 100%;
    top: 0px;
     background-position: center;
      background-size: cover;

}
.clan .uvnitr{


}
/*.clan .obrpravy50:after,
.clan .obrlevy50:after

{
 right: 10%;

	content: "";
	border: solid rgba(255,255,255,1.00);

 position: absolute;
    width: 80%;
    height: 80%;

    top: 10%;


}*/

.clan  .obrlevy60{
 left: 0px;
 position: absolute;
    width: 55%;
    height: 100%;
    max-width: 1000px;
    top: 0px;
     background-position: center;
      background-size: cover;

}

.clan  .obrpravy60{
 right: 0px;
 position: absolute;
    width: 55%;
    height: 100%;
    top: 0px;
     background-position: center;
      background-size: cover;

}
.clan  .obrlevy70{
 left: 0px;
 position: absolute;
 z-index: 1;
    width: 63%;
    height: 100%;

    top: 0px;
     background-position: center;
      background-size: cover;

}

.clan .obrpravy70{
 right: 0px;
 position: absolute;
    width: 63%;
    height: 100%;

    top: 0px;
     background-position: center;
      background-size: cover;

}

@media all and (min-width: 1600px) {


     .clan .obrpravy70, .clan .obrlevy70{

    width: 58%;


}
}
 .clan  .obrlevy30 h2,
 .clan  .obrpravy30 h2,
 .clan  .obrlevy40 h2,
 .clan  .obrlevy40 h2,
 .clan  .obrpravy40 h2,
 .clan  .obrpravy50 h2,
 .clan  .obrlevy60 h2,
 .clan  .obrpravy60 h2,
  .clan  .obrlevy70 h2,
 .clan  .obrpravy70 h2,
  .clan  .obrlevy50 h2
 {

color: rgba(255, 255, 255, 1);
    font-size: 40px;
font-weight: 400;


position: absolute;

bottom: 10%;
	 left: 10%;
width: 70%;
text-align: left;
/*  font-family: 'Playfair Display', serif;*/
}

 .clan  .bunka ul
 {

color: rgba(127, 132, 134, 1);
    font-size: 16px;
}
 .clan .bunka ul li
 {
   display: inline-block;
}
 .clan .bunka ul li a
 {

color: rgba(127, 132, 134, 1);
    font-size: 16px;
}

 .hlavni
 {
   width: 100%;
   height: 85vh;
   position: relative;

}
 .hlavni:after
 {
   width: 100%;
   height: 100%;
   position: absolute;
   z-index: 0;
   left: 0px;
   bottom: 0px;
   content: "";
   background-color: rgba(0, 0, 0, .2);

}
 .hlavni .uvnitr
 {
   height: 82vh;

}
 .hlavni  .nazev
 {

    font-size: 50px;
    position: absolute;
    width: 40%;
    bottom: 5%;
    left: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    z-index: 1

}


 .hlavni .dolu {

    width: 44px;
    height: 44px;
    border: solid 1px rgba(255, 255, 255, 1);
    border-radius: 50%;
     -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
transform: rotate(-90deg);
    position: absolute;
    left: 50%;
    margin-left: -22px;
    z-index: 2;
    bottom: 5%

}
.hlavni .dolu:after {
position: absolute;
        content: "";
        left: 0px;
        width: 44px;
        height: 44px;
        background: url(arrow.svg) no-repeat center;
        background-size: 15px;
	filter: invert(100%);

}




 .hlavni  .textik
 {

    font-size: 20px;
    position: absolute;
    width: 40%;
    bottom: 7%;
    right: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    z-index: 1

}
 ul.odrazky li
 {

color: rgba(0, 0, 0, 1);
position: relative;
    font-size: 16px;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: solid 1px rgba(0, 0, 0, .1)
}
 ul.odrazky li.adres,
 ul.odrazky li.tel,
  ul.odrazky li.email

  {
    padding-left: 40px;
}
 ul.odrazky li.adres::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 18px;
        width: 20px;
        height: 30px;
        background: url(placeholder.svg) no-repeat left;
        background-size: 20px;
}
 ul.odrazky  li.tel::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 10px;
        width: 20px;
        height: 30px;
        background: url(002-phone-call.svg) no-repeat left;
        background-size: 20px;
}

 ul.odrazky li.email::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 10px;
        width: 20px;
        height: 30px;
        background: url(004-mail.svg) no-repeat left;
        background-size: 20px;
}

 ul.odrazky li   a.mapaodkaz {

        font-size: 12px;
        font-weight: 600;
        line-height: 25px;
        color: rgba(112, 112, 112, 1);
        top: 15px;
        text-align: center;
        width: 100px;
        position: absolute;
        right: 0px;
        background-color: rgba(247, 247, 247, 1);
        border: solid 1px rgba(223, 223, 223, 1);
        border-radius: 14px;
        text-decoration: none
}

 ul.odrazky li strong
 {
   width: 50%;
   display: inline-block;
   vertical-align: top;
}
ul.odrazky li i
 {
   width: 49%;
   font-style: normal;
   display: inline-block;
   vertical-align: top;
}

@media all and (max-width: 600px) {





 .hlavni  .nazev
 {

    font-size: 50px;
    position: relative;
    width: 90%;
    bottom: auto;
    padding-top: 50%;
    left: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
    line-height: 60px;
    color: rgba(255, 255, 255, 1);
    z-index: 1

}


 .hlavni .dolu {

    width: 44px;
    height: 44px;
    border: solid 1px rgba(255, 255, 255, 1);
    border-radius: 50%;
     -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
transform: rotate(-90deg);
    position: absolute;
    left: 0%;
    margin-left: 20px;
    z-index: 2;
    bottom: 20px;

}





 .hlavni  .textik
 {

    font-size: 20px;
    position: relative;

    bottom: auto;
    right: auto;
    width: 90%;
    color: rgba(255, 255, 255, 1);
    z-index: 1

}





	.clan .obrpravy50:after,
.clan .obrlevy50:after

{
 right: 5%;

	content: "";
	border: solid rgba(255,255,255,1.00);

 position: absolute;
    width: 90%;
    height: 90%;

    top: 5%;


}

 .clan  .obrlevy30,
 .clan  .obrpravy30,
 .clan  .obrlevy40,
 .clan  .obrpravy40,
 .clan  .obrlevy60,
  .clan  .obrlevy50,
 .clan  .obrpravy50,
 .clan  .obrpravy60,
  .clan  .obrlevy70,
 .clan  .obrpravy70
{
 right: 0px;
 position: relative;
    width: 100%;
    height: 400px;
    display: inline-block;
    margin-bottom: 0px;
     background-position: center;
      background-size: cover;

}
 .clan  .obrlevy30 h2,
 .clan  .obrpravy30 h2,
 .clan  .obrlevy40 h2,
 .clan  .obrpravy40 h2,
  .clan  .obrlevy50 h2,
 .clan  .obrpravy50 h2,
 .clan  .obrlevy60 h2,
 .clan  .obrpravy60 h2,
  .clan  .obrlevy70 h2,
 .clan  .obrpravy70 h2
 {

color: rgba(255, 255, 255, 1);
font-size: 20px;
    left: 15%;
    font-weight: 600;
    position: absolute;
    bottom: 15%;
    width: 100%;
text-align: left;
/*  font-family: 'Playfair Display', serif;*/
}


.clan{
/*  position: absolute;*/
  width: 100%;
  height: auto;
  margin-top: 0px;
/*  margin-bottom: 5%;   */
 overflow: hidden;
 z-index: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 70px;


}


.clan  .swiper-container {
  width: 100%;
  right: 0px;
  top: 0px;
  position: relative;

}



.clan .swiper-slide{

text-align: center;
overflow: visible;
max-height: none;
  height: auto;
  width: 100%;
  position: relative;



}
}



.clan .swiper-button-prev,
.clan .swiper-button-next,
.clan2 .swiper-button-prev,
.clan2 .swiper-button-next

 {

    width: 44px;
    height: 44px;
    border: solid 1px rgba(217, 217, 217, 1);
    border-radius: 50%;
     -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}
.clan .swiper-button-prev:hover,
.clan .swiper-button-next:hover,
.clan2 .swiper-button-prev:hover,
.clan2 .swiper-button-next:hover
{
    border: solid 1px rgba(0, 0, 0, 1);
     -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}
.clan .swiper-button-prev {
  left: 0%;
  bottom: 10%;
  top: auto;
}
.clan .swiper-button-next {
  left: 1%;
  bottom: 10%;
  right: auto;
  margin-left: 54px;
  top: auto;
}
.clan .swiper-button-prev:after,
.clan2 .swiper-button-prev:after
 {
position: absolute;
        content: "";
        left: 0px;
        width: 44px;
        height: 44px;
        background: url(arrow.svg) no-repeat center;
        background-size: 15px;

}

.clan .swiper-button-next:after,
.clan2 .swiper-button-next:after
 {
position: absolute;
        content: "";
        left: 0px;
        transform: rotate(180deg);
        width: 44px;
        height: 44px;
        background: url(arrow.svg) no-repeat center;
        background-size: 15px;

}
.clan2 {
  width: 100%;
  position: relative;
  margin-bottom: 50px;

}
.clan2 ul.hodnoceni{
  margin-bottom: 20px;

}

.clan2 ul.hodnoceni li{
  display: inline-block;
  vertical-align: top;
  height: 23px;
  width: 23px;
  list-style: none;
  background: url(star1.png);
  background-size: 23px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: .1;
}
.clan2 ul.hodnoceni li.hvezda{
  display: inline-block;
  vertical-align: top;
  height: 23px;
  width: 23px;
  list-style: none;
  background: url(star1.png);
  background-size: 23px;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  opacity: 1;
}

.clan2 .swiper-container{
  width: 80%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  position: relative;
  text-align: center;

}

.clan2 h3{
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 30px;
}
.clan2 .sipky{
  position: absolute;
  top: 10px;
  right: 0px;
  width: 100px;

}

.clan2 .swiper-button-prev {
  left: 0%;

  top: auto;
}
.clan2 .swiper-button-next {
  left: 1%;

  right: auto;
  margin-left: 54px;
  top: auto;
}

@media all and (max-width: 600px) {

.clan .sipky {
        left: auto;
        right: 0px;
        width: 100%;
        top: 0px;
        text-align: left;
        height: 100%;
        position: relative;
}
.clan2 .sipky{
  position: relative;
  top: 0px;
  height: 44px;
  margin-top: 30px;
  right: 0px;
  width: 100px;
  left: 50%;
  margin-left: -50px;

}

.clan .swiper-button-prev {
  left: auto;
  right: 1%;
  bottom: 0%;
  top: auto;
  margin-right: 44px;
}
.clan .swiper-button-next {
  left: auto;
  bottom: 0%;
  right: 0%;
  margin-left: 0px;
  top: auto;
}
.clan .bunka {
  padding: 10px;
	padding-bottom: 10%
}
}





.clan  .bunka h2{

color: rgba(0, 0, 0, 1);
    font-size: 44px;
font-weight: 700;


position: relative;

margin-top: 0px;
margin-bottom: 20px;



width: auto;
/*  font-family: 'Playfair Display', serif;*/
}


.clan  .bunka h2.grey{
    color: rgba(138, 138, 138, 1);

}





.clan  .bunka p{

position: relative;

color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;

    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;



}

.clan .bunka p strong{

    font-weight: 800;

}

.clan .bunka p strong.blue{

color: rgba(6, 158, 87, 1); 

}








.clan  .bunka  a.vice {
background: rgba(6, 158, 87, 1); 
   color: rgba(255, 255, 255, 1);
        font-size: 19px;
        font-weight: 600;
        height: 44px;
        display: inline-block;
        line-height: 44px;
        padding-left: 30px;
        padding-right: 30px;
        position: relative;

    left: 0px;
 -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
        z-index: 10;

}


.clan  .bunka a.vice:hover {


 -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
   color: rgba(255, 255, 255, 1);
background: rgba(6, 158, 87, 1); 

}


.clan  .bunka a.vice.dole {
  position: absolute;
    font-size: 19px;
    left: auto;
    font-weight: 600;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);

    right: 0px;
    bottom: 0px;
 -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
        z-index: 10;


}




@media all and (max-width: 1500px) {



}

@media all and (max-width: 1200px) {



.uvod .swiper-container{
  width: 100%;
  right: 0px;
  top: 0px;
  position: absolute;

}

.uvod .swiper-container{
max-height: 500px;
/*overflow: hidden;  */

}

.uvod .swiper-container .swipe-slide {

text-align: right;
/*overflow: hidden; */
max-height: 500px;
  height: 500px;
  width: 100%;
  position: relative;


}


.uvod .swiper-slide {
    text-align: right;
    /* overflow: hidden; */
    max-height:500px;
    height: 500px;
    width: 100%;
    position: relative;
}

.uvod .swiper-container .bunka{
  padding-top: 5%;
	height: 400px;


}

.uvod .swiper-container .bunka a.dolu{

    left: 0px;

}


.uvod div.pattern div.leftline{

    height: 34.5%;

}



.uvod .swiper-button-next,
.swiper-container-rtl .swiper-button-prev  {



}
.uvod .swiper-container .bunka h2 {
    font-size: 30px;
    white-space: normal;

}
.uvod .swiper-container .bunka p {
  font-size: 16px;
  width: 100%;

}



}

@media all and (max-width: 900px) {

.uvod {
/*  position: absolute;*/
  width: 100%;
  height: 500px;
  margin-top: 0px;
/*  margin-top: 0px;
  margin-bottom: 5%;*/
/*  overflow: hidden;  */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 50px;


}
.uvod .swiper-container .obr, .uvod .swiper-container .bunka {
  width: 50%;
}


}

@media all and (max-width: 700px) {

.uvod {
/*  position: absolute;*/
  width: 100%;
  height: 500px;
/*  margin-top: 0px;
  margin-bottom: 5%;*/
/*  overflow: hidden;  */
  margin-left: auto;
  margin-right: auto;
  position: relative;

margin-bottom: 40px;
}


.uvod .swiper-container{
  width: 100%;
  height: 500px;
  max-height: 500px;

}


.uvod .swiper-container .swipe-slide {

text-align: right;
/*overflow: hidden; */
max-height: 500px;
  height: 500px;
  width: 100%;
  position: relative;


}


.uvod .swiper-slide {
    text-align: right;
    /* overflow: hidden; */
    max-height:500px;
    height: 500px;
    width: 100%;
    position: relative;
}

.uvod .swiper-container .bunka {
        width: 100%;
        left: 0px;
        /* top: 0px; */
        height: 250px;
        position: relative;
        padding: 2%;
        padding-top: 0px;
}
.uvod .swiper-container .obr {
  width: 100%;
  height: 250px;
  position: relative;

}

.uvod .swiper-button-next {
  left: auto;
  right: 5%;
  bottom: 280px;
  top: auto;
}
.uvod .swiper-button-prev {
  left: auto;
  right: 6%;
  bottom: 280px;
  margin-right: 44px;
  margin-left: auto;
  top: auto;
}
.uvod .uvnitr.sipky {
        left: auto;
        right: 10px;
	    bottom: -9.4%;
}
	
.uvod .swiper-container .bunka a.vice {

    background-color: rgba(255, 255, 255, 0);
    color: rgba(0,0,0,1.00);
	border: solid 1px rgba(0,0,0,1.00)
 
}

.uvod .swiper-container .bunka h2 {
    font-size: 30px;
    white-space: normal;
	color: rgba(0,0,0,1.00)

}
.uvod .swiper-container .bunka p {
  font-size: 16px;
  width: 100%;	
	color: rgba(0,0,0,1.00)
}
	
	
.uvod .swiper-button-prev:after,  
.uvod .swiper-button-next:after{

	filter: invert(0%);

}

.uvod .swiper-button-prev,  
.uvod .swiper-button-next{

	border-color: rgba(0,0,0,1.00)

}
 



}




.uvod .swiper-pagination {

}


/* Common Styles */
.uvod .swiper-pagination-fraction,
.uvod .swiper-pagination-custom,
.uvod .swiper-container-horizontal > .swiper-pagination-bullets {
bottom: 20%;
    /* text-align: right; */
    /* left: 7.5%; */
    /* left: 7.5%; */
    left: 10%;
    text-align: center;
    width: 90%;
    max-width: 1420px;
    left: auto;
    right: auto;
    position: relative;
    display: inline-block;
}


.uvod .swiper-pagination-bullet {
 width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  background: none;
  opacity: 1;
  position: relative;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;

      background: rgba(255, 255, 255, 1);
  text-indent: -9999px;
    -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;

}

.uvod .swiper-pagination-bullet-active {
   width: 15px;
  height: 15px;
  display: inline-block;
      background: rgba(242, 79, 17, 1);
  cursor: pointer;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;

}







/*
aktuality
 */

 div.top-100 {
  margin-top: -310px;
  position: relative;
  z-index: 11;
}



 .aktuality, .produkty{
   width: 120%;
   position: relative;
   margin-bottom: 10px;
	 margin-left: 0%


}

 .aktuality h3.nadpis, .produkty h3.nadpis{
   margin-left: 0px;
   font-family: 'Barlow', sans-serif;
   font-size: 35px;
   font-weight: 700;

   text-align: left;
/*   position: absolute;   */
   color: rgba(0, 0, 0, 1);

    margin-bottom: 50px;
    text-align: center;
    position: relative;
    padding-top: 50px;
}
 .aktuality h3.nadpis::after,  .produkty h3.nadpis::after {
    border-top: solid 1px rgba(0, 0, 0, .2);
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    width: 30%;
    margin-left: -15%;
}
 .aktuality h3.nadpis span, .produkty h3 span{
   margin-left: 0px;
   font-size: 22px;
   font-weight: 300;
   position: relative;


}


 .aktuality .swiper-container{
   margin-right: 0px;
   overflow: hidden;

   width: 100%;
height: 300px;
}


/*
fotogalerie
 */
 .galerie, .galerie_car{
   position: relative;
   clear: both;
   padding-bottom: 30px;
   padding-top: 30px;

}
 .galerie .swiper-container{
   margin-right: 0px;
   overflow: hidden;

   width: 100%;
height: 500px;
}

 .galerie_car .swiper-container{
   margin-right: 0px;
   overflow: hidden;

   width: 90%;
   margin-left: 5%;
height: 250px;
}

 .galerie_car .swiper-slide{
   width: 30%;
   position: relative;
   background-color:rgba(212, 212, 212, .5);
   height: 250px;
   -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    overflow: hidden;

}
 .galerie .swiper-slide img{
   width: 100%;
   height: auto;
      -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

 .galerie .swiper-slide:hover img{
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    filter: grayscale(150%);
      -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
 .galerie_car .swiper-slide:hover img{
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    filter: grayscale(100%);
      -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
 .galerie_car .swiper-slide a,
  .galerie .swiper-slide a
 {
   width: 100%;
   height: 100%;
   display: block;
   position: absolute;
   z-index: 1;
   left: 0px;
   top: 0px;
}




 .produkty .swiper-container {
   margin-right: 0px;
  overflow-y: visible;    

   width: 100%;
height: auto;
}






  .produkty .swiper-slide{
   width: 33%;
   position: relative;
   height: 530px;
   -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    overflow: hidden;


}
  .produkty.novinky .swiper-slide{
   width: 33%;
   position: relative;
   height: 360px;
   background-color: rgba(255, 255, 255, 1);
   -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    overflow: hidden;


}
  .produkty .swiper-slide a.odkaz{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}
  .produkty .swiper-slide:hover{
   width: 33%;
   position: relative;


   -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    overflow: hidden;


}

  .produkty.novinky .swiper-slide:hover{
    background-color: rgba(200, 200, 200, .1);
   -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    overflow: hidden;
}

 .produkt{


   -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: inline-block;
    text-align: left;

     vertical-align: top;
     overflow: hidden;
}








 .produkty .swiper-slide .nahled, .produkty .nahled{
 height: 100%;
   width: 100%;

   left: 0px;

   top: 0px;

   position: absolute;
     -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
   overflow: hidden;
  background-size: cover;background-repeat: no-repeat;background-position: 50% 50%;
  opacity: 1;

}




 .produkty .swiper-slide .nahled {
/*   max-width: 100%; */
   width: auto;
	 position: relative;
   height: 360px;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
 .produkty .swiper-slide:hover .nahled {
filter: brightness(0.7);
transform: scale(1);
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
 .produkty.novinky .swiper-slide:hover .nahled {
filter: brightness(0.7);
transform: scale(1);
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

 .produkty.novinky .swiper-slide .nahled {
/*   max-width: 100%; */
   width: 90%;
   margin-left: 5%;
	 position: relative;
   height: 140px;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}


 .produkty .swiper-slide h3, .produkt h3{
   margin-top: 10px;
   height: 30px;
	margin-left: 0px;
   width: 100%;
color: rgba(0,0,0, 1);
    font-size: 20px;
font-weight: bold;
text-align: left;
position: relative;
   -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}




 .produkt h3 a{
color: rgba(255,255,255, 1);
   -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	text-decoration: none;
}
 .produkty .swiper-slide p.popis, .produkt p.popis{
width: 90%;
	 height: 80px;
    margin-left: 0%;
	 position: relative;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: normal;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}


.produkty.novinky .swiper-slide h3,
.produkty.novinky .swiper-slide:hover h3
{
   margin-top: 0px;
	margin-left: 5%;
   width: 90%;
color: rgba(0,0,0, 1);
    font-size: 18px;
font-weight: bold;
text-align: left;
position: relative;
height: 70px;
}
.produkty.novinky .swiper-slide h3 a{
color: rgba(0,0,0, 1);

}
.produkty.novinky .swiper-slide p.datum{
color: rgba(235,91,37, 1);
text-align: left;
margin-bottom: 0px;
margin-left: 5%;
margin-top: 5%;

}
  .produkty.novinky .swiper-slide p.popis,
  .produkty.novinky .swiper-slide:hover p.popis

  {
width: 90%;
	 height: 80px;
    margin-left: 5%;
    margin-top: 15px;
    height: 72px;
    overflow: hidden;
	 position: relative;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: normal;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}




.pruh-sedy .uvnitr a.hashtag{

   text-align: center;
    font-family: 'Barlow', sans-serif;

color: rgba(129, 129, 129, 1);
padding: 4px 10px 4px 10px;
    font-size: 13px;
font-weight: 600;
display: inline-block;
border: solid 1px rgba(200, 200, 200, 1);
text-transform: uppercase;
margin-bottom: 3px;
border-radius: 25px
}


 @media all and (max-width: 1500px) {



}

@media all and (max-width: 1400px) {






}


@media all and (max-width: 1180px) {


}


@media all and (max-width: 750px) {

}






.produkty .swiper-button-prev,
.produkty .swiper-button-next {

    width: 44px;
    height: 44px;
    border: solid 1px rgba(217, 217, 217, 1);
    border-radius: 50%;
     -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}
.produkty .swiper-button-prev:hover,
.produkty .swiper-button-next:hover {
    border: solid 1px rgba(0, 0, 0, 1);
     -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}
.produkty .swiper-button-prev {
  right: 18%;
  margin-right: 44px;
  top: -20%;
  left: auto;

}
.produkty .swiper-button-next {
  right: 17%;
  top: -20%;
}

 @media all and (max-width: 600px) {
.produkty .swiper-button-prev {
  right: 1%;
  margin-right: 44px;
  top: -50px;
  left: auto;

}
.produkty .swiper-button-next {
  right: 0%;
  top: -50px;
}

}
.produkty .swiper-button-prev:after {
position: absolute;
        content: "";
        left: 0px;
        width: 44px;
        height: 44px;
        background: url(arrow.svg) no-repeat center;
        background-size: 15px;

}

.produkty .swiper-button-next:after {
position: absolute;
        content: "";
        left: 0px;
        transform: rotate(180deg);
        width: 44px;
        height: 44px;
        background: url(arrow.svg) no-repeat center;
        background-size: 15px;

}



@media all and (max-width: 1024px) {

.uvod .swiper-pagination-fraction, .uvod .swiper-pagination-custom, .uvod .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 15%;
  text-align: right;
}


}

@media (max-width: 650px) {
.aktuality .swiper-container {

}

}

@media (max-width: 500px) {
.aktuality .swiper-container {

}

.aktuality .swiper-button-prev {
right: auto;
    left: 0px;
    top: 25px;
}
.aktuality .swiper-button-next {

left: auto;
    right: 0px;
    top: 25px;
}


.aktuality::after {
  display: none;
}

.aktuality h3.nadpis {

}
.uvod .swiper-pagination-fraction, .uvod .swiper-pagination-custom, .uvod .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 15%;
}

}
/*
posouvaci loga
 */
 .pruh-sedy{
  background-color: rgba(233, 232, 240, 1);
  height: auto;
  padding-bottom: 2%;
  width: 100%;

  position: relative;
  clear: both;
 margin-bottom: 5%;


}
 .pruh-sedy.bez{
  background-color: rgba(233, 232, 240, 1);
  height: auto;
  padding-bottom: 5%;
  width: 100%;

  position: relative;
  clear: both;
 margin-bottom: 0%;


}

.pruh-sedy2 {
    background-color: rgba(239, 239, 239, 1);
    height: auto;
    padding-bottom: 2%;
    padding-top: 2%;
    width: 100%;
    position: relative;
    clear: both;
    /* margin-bottom: 5%; */
}
 .logopruh{

  height: auto;
  width: 100%;
  margin-left: 0px;
  padding-top: 40px;
  position: relative;
  clear: both;
 padding-bottom: 40px;
 background-color:rgba(223,223,223,1.00) ;
 text-align: left;


}
 .logopruh .swiper-container{


  width: 120%;

	 padding: 2%


}

 .logopruh p{

   margin-bottom: 20px;
   font-size: 14px;
   margin-left: 0px;

}
 .logopruh .odst30{
   float: left;
   width: 30%;
}
 .logopruh .odst70{
   float: right;
   width: 70%;

}


@media all and (max-width: 900px) {

 .logopruh .odst30{
   float: none;
   width: 100%;
}
 .logopruh .odst70{
   float: none;
   width: 100%;

}

}
@media all and (max-width: 600px) {
 .produkty {
   width: 100%;
	 margin-left: 0px

}

}
@media all and (max-width: 450px) {
 .logopruh p{

   margin-bottom: 20px;
   font-size: 14px;
   margin-left: 0px;

}
}


 .logopruh .swiper-slide{
   text-align: left;
   margin-left: 0px;

}

 .logopruh .swiper-slide img{
   max-height: 40px;
   display: inline-block;

      -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

 .logopruh .swiper-slide:hover img{
   max-height: 40px;
   display: inline-block;
   transform: scale(0.9);
      -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}



.referencepruh {
  width: 90%;
  margin-left: auto;
  margin-right: auto;

  position: relative;
}





.referencepruh .swiper-slide p{

   font-style: italic;
   font-size: 14px;
   line-height: 20px;
   font-weight: 300;
color: rgba(99, 100, 102, 1);
margin-bottom: 20px;
text-transform: none;
}

.referencepruh .swiper-slide h4{

    color: #4C4D4F;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
}
.referencepruh .swiper-slide h4 strong{

    font-weight: 800;

}

.referencepruh .swiper-container{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  position: relative;
}

 .referencepruh .swiper-button-prev::before {
  content: "";
  left: 0px;
  top: 10px;

    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 0 0 0;
    position: absolute;

    z-index: 10;
   /* overflow: hidden; */
    background: none;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    text-indent: -9999px;
          border-bottom: solid 2px rgba(242,242,242, 1);
    border-left: solid 2px rgba(242,242,242, 1);
     -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}


.referencepruh .swiper-button-next,  .referencepruh .swiper-button-prev{
   top: 55%;
   width: 60px;
   height: 60px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}

@media all and (max-width: 580px) {
 .referencepruh .swiper-button-prev{
   top: 55%;
   left: -8px;
   width: 60px;
   height: 60px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.referencepruh .swiper-button-next{
   top: 55%;
   right: -8px;
   width: 60px;
   height: 60px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
}
.referencepruh .swiper-button-next:hover{
   width: 60px;
   height: 60px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    right: 0px;

}

.referencepruh .swiper-button-prev:hover{
   width: 60px;
   height: 60px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    left: 0px;

}

.referencepruh .swiper-button-next::before {
  content: "";
  right: 0px;
  top: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;

    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 0 0 0;
    position: absolute;

    z-index: 10;
   /* overflow: hidden; */
    background: none;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    text-indent: -9999px;
        border-top: solid 2px rgba(242,242,242, 1);
    border-right: solid 2px rgba(242,242,242, 1);
}



.uvod .cisla
 {
   position: absolute;
   color: rgba(255, 255, 255, 1);
   width: 40px;
   font-weight: 300;
   text-align: center;

  bottom: 5%;
  height: 40px;
  line-height: 40px;
   left: 5%;
   margin-left: 30px;
}
.uvod .cisla span
 {

   color: rgba(255, 255, 255, 1);


}



.uvod .sipka_dolu
 {
   position: absolute;
   left: 50%;
   margin-left: -41px;
  bottom: 8%;
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  z-index: 1;
   -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0.8;

}
.uvod .sipka_dolu:after
 {
   content: "";
   position: absolute;
   left: 50%;
   margin-left: -10px;
   top: 15px;
   width: 20px;
   height: 20px;
   -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    text-indent: -9999px;
        border-top: solid 2px rgba(255,255,255, 1);
    border-right: solid 2px rgba(255,255,255, 1);
       -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}

.uvod .sipka_dolu:hover
 {
   position: absolute;
   left: 50%;
  bottom: 8%;
  color: rgba(255, 255, 255, 1);
  z-index: 1;
   -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;

}
.uvod .sipka_dolu:hover:after
 {
   content: "";
   position: absolute;
   left: 50%;
   margin-left: -10px;
   top: 20px;
   width: 20px;
   height: 20px;
     -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    text-indent: -9999px;
        border-top: solid 2px rgba(255,255,255, 1);
    border-right: solid 2px rgba(255,255,255, 1);
       -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}


 @media all and (max-width: 1024px) {
.uvod .sipka_dolu
 {
   display: none;

}
	 

}