/**
 * 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: 27px;
  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 {
/*  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 {
/*  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: 0px;
    margin-top: 50px;
    width: 40px;
    height: 40px;
    z-index: 8;
    background-color: 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;
}



.kalendar .swiper-button-prev::after,
.kalendar .swiper-button-next::after

 {
  position: absolute;
  content: "";
  left: -4px;
  top: -4px;
      width: 48px;
    height: 48px;
        background-color: rgba(255, 255, 255, .3);
    border-radius: 50%
}

.pruh2 .kalendar .swiper-button-prev::after,
.pruh2 .kalendar .swiper-button-next::after

 {
  position: absolute;
  content: "";
  left: -4px;
  top: -4px;
      width: 48px;
    height: 48px;
        background-color: rgba(0,51, 102, .2);
    border-radius: 50%
}


.kalendar .swiper-button-prev::before {
  content: "";
  left: 16px;
  top: 16px;


    text-decoration: none;
    display: block;
    width: 7px;
    height: 7px;
    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(0,0,0, 1);
    border-left: solid 2px 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;
}

.kalendar .swiper-button-next {

 position: absolute;
right: 0px;
left: auto;
    top: 0px;
    margin-top: 50px;

  width: 40px;
  height: 40px;
  z-index: 8;
  background-color: 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;
}




.kalendar .swiper-button-next::before {
  content: "";
  right: 16px;
  top: 16px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;

    text-decoration: none;
    display: block;
    width: 7px;
    height: 7px;
    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(0,0,0, 1);
    border-right: solid 2px rgba(0,0,0, 1);
}



.pruh2 .kalendar .swiper-button-prev {
    position: absolute;
    left: 0px;
    right: auto;
    top: 0px;
    margin-top: 70px;
    width: 40px;
    height: 40px;
    z-index: 8;

background-color: rgba(0, 51, 102, 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;
}
.pruh2 .kalendar .swiper-button-prev::before {
  content: "";
  left: 16px;
  top: 16px;


    text-decoration: none;
    display: block;
    width: 7px;
    height: 7px;
    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;
}

.pruh2 .kalendar .swiper-button-next {

 position: absolute;
right: 0px;
left: auto;
    top: 0px;
    margin-top: 70px;

  width: 40px;
  height: 40px;
  z-index: 8;

background-color: rgba(0, 51, 102, 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;
}




.pruh2 .kalendar .swiper-button-next::before {
  content: "";
  right: 16px;
  top: 16px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;

    text-decoration: none;
    display: block;
    width: 7px;
    height: 7px;
    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;
      width: 7px;
    height: 7px;
}

.uvod {
/*  position: absolute;*/
  width: 100%;
    height: 100vh;
  min-height: 100vh;
  margin-top: 0px;
/*  margin-bottom: 5%;   */
 overflow: hidden;
 z-index: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 0px;
      background-color: rgba(204, 204, 204, .1);

}






.uvod  .swiper-container {
  height: 100vh;
  min-height: 100vh;
  right: 0px;
  top: 0px;
  position: absolute;

}


.uvod .swiper-container{
max-height: 100%;
  height: 100vh;
  min-height: 100vh;
overflow: hidden;

}

.uvod .swiper-slide{

text-align: right;
overflow: hidden;

  height: 100%;
  width: 100%;     height: 100vh;
  min-height: 100vh;

  position: relative;
   background-color:#ffffff;


}



    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      background-position: center;
      background-size: cover;
}


.uvod div.pattern{

    width: 100%;
    height: 100%;
    right: 0px;
    bottom:0px;
    text-align: center;
/*  background: url(../../css/bg.png) no-repeat right top;
    background-size: cover;
*/



    position: absolute;
  /*  border-top: solid 1px rgba(255, 255, 255, 1);  */

}



.uvod div.obrazek{
  content: "";
  position: absolute;

    width: 65%;
    height: 100%;
    right: 0px;
    bottom:0px;



}

 .uvod .swiper-container .bunka{
 left: 2%;
/* margin-left: -25%;  */
    width: 45%;
    min-width: 650px;
    z-index: 1;


  /*  padding-top: 3%;  */
    top: 20%;
    text-align: left;
    height: 40%;
    position: absolute;


}

 /*
 hlavní 1
  */
.uvod .swiper-slide img{
    min-width: 100%;
    height: 100%;


}






.uvod .swiper-container .bunka a.dolu    {
    display: inline-block;

    font-size: 16px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  background-color: rgba(0, 158, 224, 1);
  text-transform: uppercase;

    /*  border-radius: 20px;  */
    font-weight: 500;
    color: rgba(0, 158, 224, 1);
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
      height: 45px;
      line-height: 45px;

    position: relative;
    text-decoration: none;

    white-space: nowrap;

    z-index: 1;
}


.uvod .swiper-container .bunka a.dolu:hover {
   background-color: rgba(251, 220, 0, 1);
   color:   rgba(0, 51, 102, 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 .swiper-container .bunka h2{
    font-family: 'Rubik', serif;
color: rgba(0, 158, 224, 1);
    font-size: 55px;
    line-height: 55px;
font-weight: 600;

position: relative;

margin-top: 0px;
margin-bottom: 20px;
margin-left: 5%;
width: auto;
text-transform: uppercase;


}
.uvod .swiper-container .bunka h2 strong{

color: rgba(255, 255, 255, 1);
font-weight: 700;
position: relative;
white-space: nowrap;
margin-top: 0px;

width: auto;
}

.uvod .swiper-container .bunka span{

color: rgba(255, 255, 255, 1);

}

/*.uvod .swiper-container .bunka::after{
  content: "";
  position: absolute;
  top: -20px;
  left: 0px;
  z-index: 1;
  height: 20px;
  width: 100%;
  background: rgba(179, 164, 145, .9);

}*/


.uvod .swiper-container .bunka p
{

position: relative;

color: rgba(204, 204, 204, 1);
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;

    display: inline-block;
    line-height: 32px;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;



}




.uvod  a.vice  {
  position: relative;

  font-family: 'Roboto Slab', serif;
  color:  rgba(241, 138, 0, 1);
    display: inline-block;
    line-height: 50px;
    padding-left: 30px;
     padding-right: 30px;
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
    float: right;
 -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
 {
   float: none;
  position: relative;

  font-family: 'Rubik', serif;

  color: rgba(255, 255, 255, 1);
    display: inline-block;
    line-height: 40px;
    padding-left: 20px;
     padding-right: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0px;
    top: 20px;
   left: 0px;
        margin-left: 40px;

 -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
 {


  color: rgba(0, 158, 224, 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;
        z-index: 10;



}
.uvod .swiper-container a.vice::after
 {
   background:  rgba(0, 158, 224, 1);
 content: "";
 position: absolute;
 z-index: -3;
left: 0px;
top: 0px;
height: 100%;
width: 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;




}
.uvod .swiper-container a.vice:hover::after
 {
   background:  rgba(0, 158, 224, 1);
 content: "";
 position: absolute;
left: 0px;
top: 0px;
height: 100%;
width: 0%;
 -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
 {
   position: absolute;
   width: 30px;
   height: 40px;
    bottom: 15%;
    top: auto;
   left: 5%;

}
.uvod .swiper-button-next
 {
   position: absolute;
   width: 30px;
   height: 40px;
   bottom: 15%;
   top: auto;
   left: 5%;
   margin-left: 70px;

}
.uvod .cisla
 {
   position: absolute;
   color: rgba(204, 204, 204, 1);
   width: 40px;
   font-weight: 600;
   text-align: center;

  bottom: 16%;
  height: 40px;
  line-height: 40px;
   left: 5%;
   margin-left: 30px;
}
.uvod .cisla span
 {

   color: rgba(0, 158, 224, 1);


}

.uvod .sipka_dolu
 {
   position: absolute;
   right: 6%;
  bottom: 17%;
  color: rgba(204, 204, 204, 1);
  font-size: 15px;
  font-weight: 600;
  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;


}
.uvod .sipka_dolu:after
 {
   content: "";
   position: absolute;
top: -8px;
   right: -30px;
   width: 20px;
   height: 20px;
      border-right: solid 3px rgba(204, 204, 204, 1);
          border-bottom: solid 3px rgba(204, 204, 204, 1);
      -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
       -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
 {

  color: rgba(0, 158, 224, 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;
   top: 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;
          border-right: solid 3px rgba(0, 158, 224, 1);
          border-bottom: solid 3px rgba(0, 158, 224, 1);

}



.uvod .swiper-button-prev::before, .logopruh .swiper-button-prev::before
 {

        content: "";
        position: absolute;
        right: 10px;
        top: 0px;
        width: 20px;
        height: 20px;
        border-left: solid 3px rgba(0, 158, 224, 1);
          border-top: solid 3px rgba(0, 158, 224, 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: rotate(-45deg)
}


.uvod .swiper-button-next::before, .logopruh .swiper-button-next::before
 {
 content: "";
        position: absolute;
        left: 10px;
        top: 0px;
        width: 20px;
        height: 20px;

      border-right: solid 3px rgba(0, 158, 224, 1);
          border-top: solid 3px rgba(0, 158, 224, 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: rotate(45deg)
}


.uvod .swiper-button-prev:hover::before, .logopruh .swiper-button-prev:hover::before
 {
 content: "";
        position: absolute;
        right: 20px;
            -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-next:hover::before, .logopruh .swiper-button-next:hover::before
 {
 content: "";
        position: absolute;
        left: 20px;

            -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: 1500px) {



}

@media all and (max-width: 1024px) {

.uvod {
/*  position: absolute;*/
  width: 100%;

  margin-top: -101px;
/*  margin-top: 0px;
  margin-bottom: 5%;*/
/*  overflow: hidden;  */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 0px;
  height: 100vh;
        min-height: 100vh;


}



.uvod .swiper-button-prev {

}
.uvod .swiper-button-next {


}
.uvod .cisla {

}


.uvod .swiper-container{
  width: 100%;
  right: 0px;
  top: 0px;
  position: absolute;

    height: 60vh;
        min-height: 60vh;
}

.uvod .swiper-container{

/*overflow: hidden;  */

}

.uvod .swiper-container .swipe-slide {

text-align: right;
/*overflow: hidden; */

  width: 100%;
  position: relative;
    height: 60vh;
        min-height: 60vh;


}


.uvod .swiper-slide {
    text-align: right;
    /* overflow: hidden; */

    width: 100%;
    position: relative;
      height: 60vh;
        min-height: 60vh;
}

.uvod .swiper-container .bunka{
width: 100%;
height: 200px;
min-width: auto;


    left: 0px;

}
.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-button-prev,
.uvod .swiper-button-next {

    width: 40px;
    height: 40px;

}
.uvod .swiper-button-next.swiper-button-white:hover {


}


}

 @media all and (max-width: 1024px) {
.uvod  {
  min-height: 60vh;
  height: 60vh
}
.uvod .swiper-container .bunka h2 {
    font-size: 26px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    white-space: normal;
    text-align: left;
    width: 100%;
    margin-left: 40px;
}
.uvod .swiper-container .bunka p {
  font-size: 14px;
  line-height: 20px;
  margin-left: 0px;
  text-align: left;
   width: 100%;
    margin-left: 40px;
    padding-left: 0px;


}
}
@media all and (max-width: 700px) {


.uvod {
/*  position: absolute;*/
  width: 100%;

/*  margin-top: 0px;
  margin-bottom: 5%;*/
/*  overflow: hidden;  */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 0px;
  height: 450px;
        min-height: 450px;


}
.uvod .swiper-container, .uvod .swiper-slide{

  height: 450px;
        min-height: 450px;


}
 .buttons {
        bottom: 95px;
        width: 0px;
        margin-left: 50%;
        position: absolute;
        left: -55px;
}

.uvod .cisla {
        position: absolute;
        margin-left: -21px;
        left: 50%;
        bottom: 95px;
}

.uvod .sipka_dolu {

        bottom: 8%;
}
.uvod .sipka_dolu:hover {

        bottom: 7%;
}
.uvod {

  display: none;
}
.uvod .swiper-container a.vice {
display: inline-block;
        margin-left: auto;
        margin-right: auto;
}
.uvod .swiper-container .bunka {

    text-align: center;
    top: 100px;

}

.uvod .swiper-container .bunka h2 {
    font-size: 26px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    white-space: normal;
    text-align: left;
    width: 100%;
    margin-left: 0px;
}
.uvod .swiper-container .bunka p {
  font-size: 14px;
  line-height: 20px;
  margin-left: 0px;
  text-align: left;
   width: 100%;
    margin-left: 0px;
    padding-left: 0px;


}
.uvod .swiper-container .bunka p:after{
  display: none;

}
}






/* Common Styles */
.uvod .swiper-pagination-fraction,
.uvod .swiper-pagination-custom,
.uvod .swiper-container-horizontal > .swiper-pagination-bullets {
bottom: 10%;
    /* text-align: right; */
    /* left: 7.5%; */
    /* left: 7.5%; */
    right: 10%;
    text-align: right;
    width: 90%;
    max-width: 1420px;
    left: auto;
    right: auto;
    position: relative;
    display: inline-block;
}


.uvod .swiper-pagination-bullet {
 width: 10px;
  height: 10px;
  display: inline-block;

  cursor: pointer;
  background: none;
  opacity: 1;
  position: relative;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
  border-radius: 50%;

      background: rgba(255, 255, 255, .4);
          border: solid 1.5px 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: 10px;
  height: 10px;
  display: inline-block;
        background: rgba(255, 255, 255, 1);
        border: solid 1.5px rgba(255, 255, 255, 1);
  cursor: pointer;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
  border-radius: 50%;
  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;
}


 .odstavec30{
   width: 30%;
   display: inline-block;
   vertical-align: top;
}
 .odstavec70{
   width: 70%;
   display: inline-block;
   vertical-align: top;
}

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

 .odstavec30{
   width: 100%;
   display: inline-block;
   vertical-align: top;
}
 .odstavec70{
   width: 100%;
   display: inline-block;
   vertical-align: top;
}
}


 .aktuality, .produkty{
   width: 100%;
   margin-left: 5%;
   position: relative;
   margin-bottom: 10px;


}

 .aktuality h3.nadpis, .produkty h3.nadpis{
   margin-left: 0px;
   font-family: 'Work Sans', 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;

   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: hidden;

   width: 100%;
height: 440px;
}





 .aktuality .swiper-slide{
   width: 30%;
   position: relative;
   background-color:rgba(255, 255, 255, 1);
   height: 305px;
   -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{
   width: 33%;
   position: relative;
   background-color:rgba(255, 255, 255, 0);
   height: 440px;
   -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%;
     background-color:rgba(255, 255, 255, 1);
   position: relative;
   z-index:10;
   -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{
   width: 24%;
   position: relative;
   background-color:rgba(255, 255, 255, 1);
   height: 400px;
   -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: center;
         margin: 0.5%;
     margin-bottom: 2%;
     vertical-align: top;
     overflow: hidden;
}





.produkty .swiper-slide h3, .produkt h3{
   margin-top: 240px;
   width: 90%;
   margin-left: 5%;
   text-align: left;
    font-family: 'Rubik', sans-serif;

color: #55565A;
    font-size: 18px;
font-weight: 600;
text-transform: uppercase;


margin-bottom: 0px;
height: 46px;
margin-bottom: 12px;
overflow: hidden;
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;
}

 .produkty .swiper-slide h3 a, .produkt h3 a{
   margin-top: 0px;
   width: 100%;
   text-align: center;
   display: block;
    font-family: 'Rubik', sans-serif;

color: rgba(0,0,0, 1);
    font-size: 18px;
font-weight: 500;
text-transform: none;
   -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 h3 a, .produkt:hover h3 a{

   -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 .nahled, .produkty .nahled{
 height: 200px;
   width: 90%;

   left: 5%;

   top: 20px;
   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:hover .nahled, .aktualita:hover .nahled{

   width: 120%;
   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: 0.8;


}*/


 .produkty .swiper-slide .nahled img{
/*   max-width: 100%; */
   width: auto;
   height: 200px
}



 .produkty .swiper-slide p.popis, .produkt p.popis{
width: 90%;
    margin-left: 5%;
    text-align: left;
    font-family: 'Rubik', sans-serif;
    color: rgba(112, 112, 112, 1);
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    position: relative;
    line-height: 24px;
    margin-bottom: 0px;
    padding-top: 10px;
    -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;
    height: 30px;
    border-top: solid 1px rgba(0, 0, 0, .1);


}
ul.popisky li{
  width: 90%;
    margin-left: 5%;
    text-align: left;
    font-family: 'Rubik', sans-serif;
    color: rgba(112, 112, 112, 1);
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    position: relative;
    line-height: 40px;
    height: 40px;
    border-top: solid 1px rgba(204, 204, 204, .2);
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 30px;
}
ul.popisky li:nth-of-type(1)::after {
        content: "";
        position: absolute;
        background: url(../../css/technologie.svg) no-repeat;
        width: 20px;
        height: 20px;
        background-size: 20px;
        left: 0px;
        top: 10px;
        -webkit-filter: grayscale(100%);
        opacity: .6;
}
ul.popisky li:nth-of-type(2)::after {
        content: "";
        position: absolute;
        background: url(../../css/kalendar.svg) no-repeat;
        width: 20px;
        height: 20px;
        background-size: 20px;
        left: 0px;
        top: 10px;
        -webkit-filter: grayscale(100%);
        opacity: .6;
}
ul.popisky li:nth-of-type(3)::after {
        content: "";
        position: absolute;
        background: url(../../css/lokalita.svg) no-repeat;
        width: 20px;
        height: 20px;
        background-size: 15px;
        left: 2px;
        top: 10px;
        -webkit-filter: grayscale(100%);
        opacity: .8;
}
ul.popisky li:nth-of-type(4)::after {
        content: "";
        position: absolute;
        background: url(../../css/zakaznik.svg) no-repeat;
        width: 20px;
        height: 20px;
        background-size: 20px;
        left: 0px;
        top: 10px;
        -webkit-filter: grayscale(100%);
        opacity: .6;
}









.pruh-sedy .uvnitr a.hashtag{

   text-align: center;
    font-family: 'Rubik', 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) {

}



.aktuality .swiper-button-prev, .produkty .swiper-button-prev, .galerie .swiper-button-prev, .galerie_car .swiper-button-prev{
 position: absolute;

  width: 40px;
  height: 40px;
  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.2;

}
 .produkty .swiper-button-prev{
 position: absolute;
right: 30px;
        left: auto;
        top: -40px;    -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{
 position: absolute;
right: 40px;
        left: auto;
        top: -40px;
           -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.aktuality .swiper-button-next, .produkty .swiper-button-next, .galerie .swiper-button-next, .galerie_car .swiper-button-next{

 position: absolute;

  width: 40px;
  height: 40px;
  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.2;
}
 .produkty .swiper-button-next {

 position: absolute;
right: 0%;
        left: auto;
        top: -40px;
                   -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-next:hover {

 position: absolute;
right: -10px;
        left: auto;
        top: -40px;
                   -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}

.aktuality .swiper-button-prev::before,
.produkty .swiper-button-prev::before,
 .galerie .swiper-button-prev::before,
  .galerie_car .swiper-button-prev::before
 {
  content: "";
  left: 16px;
  top: 16px;


    text-decoration: none;
    display: block;
    width: 20px;
    height: 20px;
    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 3px rgba(0,0,0, 1);
    border-left: solid 3px 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;
}


.aktuality .swiper-button-next::before,
.produkty .swiper-button-next::before,
.galerie .swiper-button-next::before,
.galerie_car .swiper-button-next::before

 {
  content: "";
  left: 16px;
  top: 16px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;

    text-decoration: none;
    display: block;
    width: 20px;
    height: 20px;
    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 3px rgba(0,0,0, 1);
    border-right: solid 3px rgba(0,0,0, 1);
}


.aktuality .swiper-button-next:hover, .aktuality .swiper-button-prev:hover, .produkty .swiper-button-prev:hover, .produkty .swiper-button-next:hover,
 .galerie .swiper-button-next:hover,
 .galerie .swiper-button-prev:hover,
  .galerie_car .swiper-button-next:hover,
 .galerie_car .swiper-button-prev:hover
{
  opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;


}
.aktuality .swiper-button-next:hover::before, .aktuality .swiper-button-prev:hover::before, .produkty .swiper-button-prev:hover::before, .produkty .swiper-button-next:hover::before,
 .galerie .swiper-button-next:hover::before,
 .galerie .swiper-button-prev:hover::before,
  .galerie_car .swiper-button-next:hover::before ,
 .galerie_car .swiper-button-prev:hover::before

{
    border-color: #000;
 -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
      width: 20px;
    height: 20px;
}





@media all and (max-width: 1180px) {
.aktuality .swiper-button-prev {

left: -50px;
    top: 65%;


}

.aktuality .swiper-button-next {

right: -50px;
    top: 65%;

}

}

@media all and (max-width: 1024px) {

.uvod .swiper-pagination-fraction, .uvod .swiper-pagination-custom, .uvod .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 15%;
}


}

@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: 90%;
  margin-left: 5%;
  padding-top: 40px;
  position: relative;
  clear: both;
 padding-bottom: 40px;

 text-align: left;


}

 .logopruh .swiper-button-prev {
   left: -4%;
}
 .logopruh .swiper-button-next {
   right: -4%;
}


 .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: 1024px) {

 .logopruh .odst30{
   float: none;
   width: 100%;
}
 .logopruh .odst70{
   float: none;
   width: 100%;

}
.aktuality, .produkty {
    width: 100%;
    margin-left: 0%;
    position: relative;
    margin-bottom: 10px;
}
}
@media all and (max-width: 450px) {
 .logopruh p{

   margin-bottom: 20px;
   font-size: 14px;
   margin-left: 0px;

}
}


 .logopruh .swiper-slide{
   text-align: center;
   margin-left: 0px;

}

 .logopruh .swiper-slide img{

   max-width: 60%;
   max-height: 30px;
   display: inline-block;
   vertical-align: text-bottom;
   filter: grayscale(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;
}

 .logopruh .swiper-slide:hover img{
   display: inline-block;
   filter: grayscale(0);
      -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: 16px;
       color: rgba(51, 51, 51, 1);
margin-bottom: 20px;
text-transform: none;
font-weight: 300;
}

.referencepruh .swiper-slide h4{

 color: rgba(51, 51, 51, 1);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}
.referencepruh .swiper-slide h4 strong{

    font-weight: 600;

}

.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);
}


/*
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: 700;


position: absolute;

bottom: 10%;
	 left: 10%;
width: 70%;
text-align: left;
   text-shadow: 0px 0px 10px rgba(0,0,0,0.3);

}

 .clan  .bunka ul
 {


    font-size: 16px;
}
 .clan .bunka ul li
 {

 margin-left: 5%;
 padding-bottom: 15px;
      color: #55565A;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

 .clan .bunka ul.odrazky li
 {

 margin-left: 0px;
 padding-bottom: 15px;
}
 .clan .bunka ul li a
 {
   color: rgba(0, 0, 0, 1);


    font-size: 16px;
}

 .hlavni
 {
   width: 100%;
   height: 85vh;
   position: relative;

}
 .hlavni:after {
width: 100%;
height: 100%;
position: absolute;
z-index: 0;
left: 0;
bottom: 0;
content: "";
background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0) 100%
);
}

 .hlavni .uvnitr
 {
   height: 82vh;

}


 .hlavni  .detref
 {

    position: absolute;
    width: 40%;
    bottom: 5%;
        z-index: 3;


}

 .hlavni  .nazev
 {

    font-size: 50px;

    position: relative;

    font-weight: 700;
    line-height: 50px;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
      margin-bottom: 20px;

    z-index: 1

}

 .hlavni  .textik
 {

    font-size: 20px;
    position: relative;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;

    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: relative;
    z-index: 2;
    display: block;
    margin-top: 30px;


}
.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 .detref p.spotreba {
 min-height: 10px;
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
        background: rgba(6, 158, 87, 1);
        float: left;
        width: 170px;
        height: 110px;
        margin-top: 20px;
        color: white;
        position: relative;
        z-index: 2;

}
.hlavni .detref p.spotreba:after {
   content: "";
transform: rotate(-45deg);
width: 40px;
height: 40px;
  background: rgba(6, 158, 87, 1);
  position: absolute;
  right: -20px;
  top: 36px;
}




.hlavni .detref p.plocha {
        min-height: 10px;
        margin-top: 20px;
        padding: 20px;
        padding-left: 40px;
        float: left;
        width: 200px;
        margin-left: 0px;
        position: relative;
        background-color: white;
}
.hlavni .detref p.plocha:after {
  content: "";
  background: url(plocha.png);
  width: 70px;
  height: 70px;
  background-size: 70px;
  position: absolute;
  left: -80px;
  top: 8px;
}
.hlavni .detref p.spotreba strong, .hlavni .detref p.plocha strong{
  font-size: 30px;
}
.hlavni .detref p.spotreba strong sup, .hlavni .detref p.plocha strong sup{
  font-size: 18px;
}
.ostatni .bunka30.reference h3 a {

        font-size: 24px;
        font-weight: 700;
}



 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;
      
        top: 10px;
        text-align: center;
        width: 100px;
        position: absolute;
        right: 0px;
        background-color: rgba(0, 158, 224, 1);
	 color: rgba(255,255,255,1.00);
   
        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: 1024px) {

   .hlavni  .detref
 {

    position: absolute;
    width: 100%;
    bottom: 5%;
        z-index: 3;


}



}



@media all and (max-width: 600px) {

.hlavni .detref {

        text-align: center;
        left: 0px;
        width: 90%;
        padding-left: 5%
}
.hlavni .detref h2.nazev{
  font-size: 34px;
  line-height: 34px;

}
.hlavni .detref p.spotreba {
        min-height: 10px;
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
        background: rgba(6, 158, 87, 1);
        float: none;
        display: inline-block;
        width: 70%;
        height: auto;
        margin-top: 20px;
        color: white;
        position: relative;
        text-align: center;
}
.hlavni .detref  p.spotreba:after {
   content: "";
transform: rotate(-45deg);
width: 20px;
height: 20px;
  background: rgba(6, 158, 87, 1);
  position: absolute;
  right: 50%;
  margin-right: -10px;
  top: auto;
  bottom: -8px;
  z-index: 0;
}
.hlavni .detref p.plocha {
        min-height: 10px;
        margin-top: 30px;
        float: none;
        margin-left: auto;
        display: inline-block;
        position: relative;
}

.hlavni .detref a.dolu {
  display: inline-block;
}












 .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: 30px;
                line-height: 34px;
                left: 5%;
                font-weight: 700;
    position: absolute;
    bottom: 15%;
    width: 90%;
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{



position: relative;

margin-top: 0px;
margin-bottom: 20px;



width: auto;
/*  font-family: 'Playfair Display', serif;*/
}

.clan  .bunka h3{


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;


    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(1, 179, 225, 1);

}






 
	
.clan  .bunka a.vice 
 {
position: relative;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  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;


}
.clan  .bunka a.vice:after
 {
   content: "";
   position: absolute;
top: -8px;
   right: -30px;
   width: 20px;
   height: 20px;
      border-right: solid 3px rgba(0, 0, 0, 1);
          border-bottom: solid 3px rgba(0, 0, 0, 1);
      -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
       -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  .bunka a.vice:hover
 {

  color: rgba(0, 158, 224, 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;

}
.clan  .bunka a.vice:hover:after
 {
   content: "";
   position: absolute;
   top: 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;
          border-right: solid 3px rgba(0, 158, 224, 1);
          border-bottom: solid 3px rgba(0, 158, 224, 1);

}



.clan  .bunka a.vice.dole {
  position: absolute;
    font-size: 19px;
    left: auto;
    font-weight: 600;
    text-decoration: none;
    color: rgba(0, 0, 0, 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;
        border-bottom: solid 1px rgba(0, 0, 0, 1);

}

.uvnitr .texty	h3
{

	margin-bottom: 20px;
}
.uvnitr .texty	ul.ikony2
{
 position: relative;
	margin-bottom: 60px;
}

.uvnitr .texty	ul.ikony2 li
{
	list-style: none;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 32%;
	font-size: 18px;
	font-weight: 500;
	margin-right: 1.5%;
	margin-top: 1.5%;
	background-color:  rgba(255, 255, 255, 1);
	padding: 1.5%;
	padding-left: 130px;
	    -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;

	min-height: 110px
}
.uvnitr .texty	ul.ikony2 li:hover
{
transform: scale(1.1);
	    -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;

	min-height: 110px
}
 .uvnitr .texty	ul.ikony2 li:nth-child(3n)
{
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 0%;
}


@media all and (max-width: 1024px) {


.uvnitr .texty	ul.ikony2 li
{
	list-style: none;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	margin-right: 0%;
	margin-top: 1.5%;
	background-color:  rgba(255, 255, 255, 1);
	padding: 10px;
	padding-left: 130px;
	    -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;

	min-height: 110px
}
.uvnitr .texty	ul.ikony2 li:hover
{
transform: scale(1.1);
	    -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;

	min-height: 110px
}
 .uvnitr .texty	ul.ikony2 li:nth-child(3n)
{
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-right: 0%;
}

}


 .uvnitr .texty	ul.ikony2 li:after
{

	position: absolute;
	font-size: 80px;
	font-weight: 700;
	color: rgba(0, 0, 0, .05);
	left: 5px;
	top: 7px;
	
}
 .uvnitr .texty	ul.ikony2 li:nth-child(1):after
{
	content: "01";

	
}
 .uvnitr .texty	ul.ikony2 li:nth-child(2):after
{
	content: "02";

	
}
 .uvnitr .texty	ul.ikony2 li:nth-child(3):after
{
	content: "03";

	
}
 .uvnitr .texty	ul.ikony2 li:nth-child(4):after
{
	content: "04";

	
}
 .uvnitr .texty	ul.ikony2 li:nth-child(5):after
{
	content: "05";

	
}
 .uvnitr .texty	ul.ikony2 li:nth-child(6):after
{
	content: "06";

	
}