@charset "UTF-8";
::selection {
  color: #fff;
  background-color: #37616C;
}

*:before,
*:after,
* {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

[data-accordion] [data-content] {
  overflow: hidden;
  max-height: 0;
}

button::-moz-focus-inner {
  border: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-family: "Poppins", Arial, sans-serif;
  padding: 0;
  line-height: 1.6;
  margin: 0;
  color: #333;
  padding-top: 100px;
}
@media (min-width:480px) {
  body {
    font-size: 15px;
  }
}
@media (min-width:750px) {
  body {
    font-size: 16px;
  }
}
@media (min-width:1025px) {
  body {
    padding-top: 130px;
  }
}

svg,
img {
  max-width: 100%;
}

a {
  color: inherit;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

p {
  margin: 0 0 1em 0;
}

sup {
  vertical-align: middle;
  position: relative;
  top: -0.5em;
  font-size: 0.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0 1em 0;
  line-height: 1.2;
  font-weight: bold;
  font-family: inherit;
}

h1 {
  font-size: 2em;
}
@media (min-width:750px) {
  h1 {
    font-size: 2.8em;
  }
}

figure {
  margin: 0;
}

button,
input,
select {
  border-radius: 0;
}

button {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  background-color: transparent;
  padding: 0;
  margin: 0;
  line-height: inherit;
  cursor: pointer;
  border: none;
}

.no-mobile-device a[href^="tel:"] {
  text-decoration: inherit;
  font-weight: inherit;
  cursor: text;
  color: inherit;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #cdcdcd;
  width: 100%;
  padding: 0;
  margin: 15px auto 45px;
}
@media (min-width:750px) {
  hr {
    margin: 35px auto 65px;
  }
}
hr.full {
  max-width: 1316px;
}
hr.full:last-of-type {
  display: none;
}

/* ANCHOR */
.anchor {
  display: block;
  position: relative;
  top: -60px;
}
@media (min-width:750px) {
  .anchor {
    top: -230px;
  }
}

ul {
  padding-left: 1.2em;
}

.ul--styled, .ul--styled-dark, .footer__blocks ul,
.ul--styled-dark-child ul,
.ul--styled-child ul {
  padding-left: 0;
  margin: 0 0 1em 0;
  list-style-type: none;
}
.ul--styled li, .ul--styled-dark li, .footer__blocks ul li,
.ul--styled-dark-child ul li,
.ul--styled-child ul li {
  padding-left: 1.3em;
  position: relative;
  margin: 0 0 0.2em 0;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}
.ul--styled li:before, .ul--styled-dark li:before, .footer__blocks ul li:before,
.ul--styled-dark-child ul li:before,
.ul--styled-child ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #96c11f;
  border-radius: 50%;
}

.ul--styled-dark, .footer__blocks ul,
.ul--styled-dark-child ul {
  position: relative;
}
.ul--styled-dark li:before, .footer__blocks ul li:before,
.ul--styled-dark-child ul li:before {
  background-color: #055626;
}

.text-center {
  text-align: center;
}

body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color 0.3s ease;
  cursor: pointer;
  outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--zoom svg path {
  fill: transparent;
}

/* Navigation arrows */
.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

p.fancybox-share__links {
  margin-right: -10px;
}

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all 0.2s;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.fancybox-slide--video .fancybox-content {
  height: auto;
  max-width: 140vh;
}
.fancybox-slide--video .fancybox-content:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.fancybox-slide--video .fancybox-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*!
 * Datepicker v0.6.4
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-2017 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2017-11-24T14:38:19.628Z
 */
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #055626;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 19px;
  top: -5px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #055626;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #055626;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}

.datepicker-panel > ul::after {
  clear: both;
}

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.datepicker-panel > ul > li:hover {
  background-color: #E0EEB7;
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: #eee;
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cee48e;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  background-color: #cee48e;
  color: #055626;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #eee;
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view=next] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view=years] > li,
.datepicker-panel > ul[data-view=months] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view=week] > li,
.datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.autocomplete-suggestion {
  position: relative;
  padding: 0.3em 0.6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333;
}

.autocomplete-suggestion b {
  font-weight: normal;
  color: #96c11f;
}

.autocomplete-suggestion.selected {
  background: #f0f0f0;
}

@keyframes arrow {
  0% {
    transform: none;
  }
  25% {
    transform: translateX(-10px);
  }
  75% {
    transform: translateX(10px);
  }
  100% {
    transform: none;
  }
}
@keyframes flash {
  0% {
    background-color: #96c11f !important;
  }
  100% {
    background-color: transparent !important;
  }
}
@keyframes hide {
  0%, 100% {
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 80%, 100% {
    transform: translateY(0) rotate(-135deg);
  }
  40% {
    transform: translateY(-35px) rotate(-135deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(5);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
.accordion {
  margin: 0 0 80px;
}
.accordion h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.3em !important;
}
.accordion__block {
  margin: 0 0 20px 0;
  text-align: left;
  border: 1px solid #cdcdcd;
  border-left: 3px solid #96c11f;
  background: #fff;
}
.accordion__control {
  /*background-color:$primary-dark-color;*/
  cursor: pointer;
  color: #333;
  padding: 20px 50px 20px 30px !important;
  font-size: 16px !important;
  position: relative;
  margin: 0 !important;
}
@media screen and (max-width: 749px) {
  .accordion__control {
    padding: 20px 50px 20px 20px !important;
  }
}
.accordion__control h3 {
  margin: 0 !important;
}
.accordion__control:before {
  display: block;
  content: " ";
  position: absolute;
  top: 23px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #96c11f;
  border-bottom: 3px solid #96c11f;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: transform 0.5s;
}
.accordion__block.open .accordion__control:before {
  -webkit-transform: translateY(5px) rotateX(-180deg) rotate(45deg);
  -moz-transform: translateY(5px) rotateX(-180deg) rotate(45deg);
  -ms-transform: translateY(5px) rotateX(-180deg) rotate(45deg);
  -o-transform: translateY(5px) rotateX(-180deg) rotate(45deg);
  transform: translateY(5px) rotateX(-180deg) rotate(45deg);
}
.accordion__content__inside {
  padding: 0 30px 25px;
}
@media screen and (max-width: 749px) {
  .accordion__content__inside {
    padding: 0 20px 25px;
  }
}
.accordion__content__inside p {
  padding: 0 !important;
  margin: 0 !important;
}
.accordion__content ul {
  padding-top: 0;
  padding-bottom: 0;
}
.accordion__content ul:first-child {
  margin-top: 0;
}
.accordion__content p:last-child {
  margin-bottom: 0;
}

.burger {
  position: absolute;
  top: 10px;
  right: 11px;
  display: block;
  width: 41px;
  height: 41px;
  z-index: 100;
  outline: none;
  cursor: pointer;
  color: #333;
}
.burger:after, .burger:before {
  background-color: currentColor;
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  position: absolute;
  left: 6px;
  transition: transform 0.3s, opacity 0.3s;
}
.burger:before {
  top: 9px;
}
.menu-active .burger:before {
  -webkit-transform: translateY(10px) rotate(45deg);
  -moz-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.burger__inside {
  top: 13px;
  left: 0;
  right: 0;
  font-size: 10px;
  transition: opacity 0.3s;
  position: absolute;
}
.menu-active .burger__inside {
  opacity: 0;
}
.burger:after {
  top: 30px;
}
.menu-active .burger:after {
  -webkit-transform: translateY(-11px) rotate(-45deg);
  -moz-transform: translateY(-11px) rotate(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  -o-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
}
@media screen and (min-width: 1025px) {
  .burger {
    display: none;
  }
}

.button {
  background-color: #96c11f;
  border: 2px solid #96c11f;
  padding: 0.8em 1.4em 0.7em 1.4em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  border-radius: 5px;
  letter-spacing: 0.05em;
  appearance: none;
  -webkit-appearance: none;
}
.button:hover {
  border-color: #749518;
  background-color: #749518;
}
.button--xlarge {
  font-size: 1.4em;
  padding: 0.65em 1.7em 0.63em 1.7em;
}
.button--block {
  display: block;
  width: 100%;
}
.button--grey {
  border-color: #b0bbc6;
  background-color: #b0bbc6;
}
.button--grey:hover {
  border-color: #92a2b1;
  background-color: #92a2b1;
}
.button--dark {
  border-color: #055626;
  background-color: #055626;
}
.button--dark:hover {
  border-color: #022611;
  background-color: #022611;
}
.button--sidebar {
  border-color: #2e5268;
  background-color: #2e5268;
}
.button--sidebar:hover {
  border-color: #1e3645;
  background-color: #1e3645;
}
.button--secondary {
  border-color: #F46F0B;
  background-color: #F46F0B;
}
.button--secondary:hover {
  border-color: #c35909;
  background-color: #c35909;
}
.button--tertiary {
  border-color: #05D0EE;
  background-color: #05D0EE;
}
.button--tertiary:hover {
  border-color: #04a4bc;
  background-color: #04a4bc;
}

.browser {
  padding: 40px 0;
  margin: 0 auto;
  max-width: 760px;
}
@media (min-width:1025px) {
  .browser {
    padding: 80px 0;
  }
}
.browser__form {
  text-align: center;
  background: #fff;
  box-shadow: 3px 3px 25px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
}
@media screen and (max-width: 500px) {
  .browser__form {
    text-align: left;
  }
}
.browser__form .form__item {
  margin: 0 10px 0 0;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .browser__form .form__item {
    display: block;
    margin: 0 0 20px 0;
  }
}
.browser__form .form__item .form__label {
  text-align: left;
  display: block;
}
.browser__form .form__buttons {
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .browser__form .form__buttons {
    margin: 20px 0 0;
  }
}
.browser .shadow-box {
  box-shadow: 3px 3px 25px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
  background: #fff;
  margin: 40px 0 0;
}
@media screen and (max-width: 749px) {
  .browser .shadow-box {
    padding: 10px;
  }
}
.browser .or {
  text-align: center;
  font-style: italic;
  padding: 70px 0;
  display: block;
  clear: both;
  font-size: 14px;
}
.browser table {
  margin: 10px auto 20px;
  background: #fff;
  border-collapse: collapse;
  border: 0;
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 749px) {
  .browser table {
    font-size: 12px;
  }
}
.browser th {
  border: none !important;
  text-align: left;
  font-size: 1.1em;
  padding: 10px;
}
@media screen and (max-width: 749px) {
  .browser th {
    padding: 10px 5px;
  }
}
.browser td {
  border: none !important;
  padding: 10px;
}
@media screen and (max-width: 749px) {
  .browser td {
    padding: 10px 5px;
  }
}
.browser tr:nth-child(odd) td {
  background-color: #e9eef1;
}
.browser h2 {
  color: #055626;
  font-size: 2em;
  padding: 0 0 1em 0;
  margin: 0;
  position: relative;
}
@media (min-width:480px) {
  .browser h2 {
    font-size: 2.1em;
  }
}
@media (min-width:750px) {
  .browser h2 {
    font-size: 2.3em;
    text-align: center;
  }
}

.card {
  background-color: #fff;
  margin: 0 auto;
  max-width: 400px;
  padding: 30px 20px 0;
  text-align: center;
  box-shadow: 3px 3px 25px 0 rgba(0, 0, 0, 0.1);
}
.headline--alt + .card {
  margin-top: 40px;
}
@media (min-width:750px) {
  .card {
    max-width: 760px;
    padding: 50px 50px 0;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
  .card--standalone {
    max-width: 760px !important;
    margin-bottom: 100px;
  }
  .card--large {
    align-content: flex-start;
    align-items: flex-start;
  }
}
.card h3 {
  color: #333;
  margin: 0 0 0.8em 0;
  font-weight: normal;
  line-height: 1.5;
}
.card h3 small {
  font-weight: normal;
  color: #a5a5a5;
  display: block;
  margin-top: 5px;
  margin-bottom: 25px;
}
.card__info {
  display: block;
  padding: 0 0 20px;
  /*
  li:not(:last-child){
      margin-bottom: 5px;

      .card--large & {
          margin-bottom: 10px;
      }
  } */
}
@media (min-width:750px) {
  .card__info {
    padding: 0 0 50px;
  }
}
.card__info p {
  line-height: 1.7;
}
.card--large .card__info:not(:first-child) {
  border-top: 1px solid #ececec;
  padding-top: 20px;
}
@media (min-width:750px) {
  .card--large .card__info {
    width: 50%;
    padding: 10px 50px;
  }
  .card--large .card__info:not(:first-child) {
    border-top: 0;
    border-left: 1px solid #ececec;
  }
}
@media (min-width:750px) {
  .card--single .card__info {
    width: 100%;
  }
}
.card__info ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
@media screen and (min-width: 480px) {
  .card__info ul {
    font-size: 18px;
  }
}
@media screen and (min-width: 1360px) {
  .card__info ul {
    font-size: 20px;
  }
}
@media (min-width:750px) {
  .card__info ul {
    margin: 0;
  }
}
.card__info ul li {
  display: inline-block;
  margin: 3px 15px;
  position: relative;
  padding-left: 40px;
  /*
  &.link {
      background: url('../img/graphics/icon-map.svg') no-repeat 0 0;
      background-size:contain;
      text-decoration: none;
      cursor:text;
  } */
}
.card__info ul li.tel:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url("../img/graphics/icon-phone2.svg") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.card__info ul li.mail:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url("../img/graphics/icon-mail.svg") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
}
.card__info ul a {
  display: inline-block;
  line-height: 1.2;
  padding: 4px 0;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 22px auto;
  text-decoration: none;
  color: inherit;
}
.card__note {
  color: #9d9d9d;
  font-size: 0.8em;
  padding-left: 35px;
  margin-top: 20px;
  margin-bottom: 0;
}
.card__button {
  display: block;
  padding: 0 0 50px;
}
.card__button p {
  margin: 0;
}

.calendar table {
  margin: 0 auto 60px !important;
  table-layout: fixed;
  line-height: 1.4;
  border-collapse: separate !important;
  border-spacing: 4px !important;
}
@media screen and (max-width: 749px) {
  .calendar table {
    border-spacing: 0px !important;
    margin: 0 auto 30px !important;
  }
}
.calendar table tr {
  /*        
  @media(max-width:749px) {
      display: block;
      width:100%;
  }     */
}
.calendar table th {
  border: none !important;
}
@media screen and (max-width: 749px) {
  .calendar table th {
    display: none;
  }
}
.calendar table td {
  border: 1px solid #ddd !important;
  position: relative;
  background-color: #fff !important;
  padding-top: 40px !important;
  vertical-align: top !important;
  height: 100px;
  width: 20%;
}
@media screen and (max-width: 749px) {
  .calendar table td {
    display: block;
    width: 100%;
    height: 80px;
    margin-bottom: -1px;
  }
}
.calendar__reserve {
  display: block;
  color: #96c11f;
  font-weight: bold;
}
.calendar__full {
  color: #aaa;
}
.calendar__num {
  position: absolute;
  font-size: 1.4em;
  top: 8px;
  left: 10px;
}
@media screen and (max-width: 749px) {
  .calendar__num {
    left: 20px;
  }
}
.calendar__months {
  font-size: 1.1em;
  text-align: center;
}
@media (min-width:750px) {
  .calendar__months {
    font-size: 1.4em;
  }
}
.calendar__prev, .calendar__next {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4em;
  text-decoration: none;
  padding: 0 10px;
}

.events {
  width: 100%;
  margin: 0;
  padding: 80px 20px;
  background: #f0f2f2;
}
@media screen and (max-width: 1024px) {
  .events {
    padding: 40px 20px;
  }
}
.events__block {
  background-color: #fff;
  padding: 10px 25px;
  max-width: 780px;
  margin: 0 auto 50px;
  box-shadow: 3px 3px 25px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width:750px) {
  .events__block {
    padding: 25px;
  }
}
.events__block h2 {
  padding: 0;
  font-size: 3.5em;
  margin: 20px 0 0 0;
  color: #055626;
}
@media (min-width:750px) {
  .events__block h2 {
    margin: 20px 0;
    padding: 0 30px;
  }
}
.events__block table {
  width: 100%;
  margin: 10px 0 !important;
}
@media (min-width:750px) {
  .events__block table {
    margin: 20px 0 !important;
  }
}
@media (min-width:1025px) {
  .events__block table {
    font-size: 1.1em;
  }
}
.events__block table p {
  padding: 0;
  margin: 0;
}
.events__block tr {
  width: 100% !important;
  display: block;
  padding: 0;
}
.events__block tr:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.events__block td {
  padding: 20px 30px;
}
@media (max-width:749px) {
  .events__block td {
    padding: 0px;
    border: none !important;
    width: 100% !important;
    display: block;
  }
  .events__block td:first-child {
    padding-top: 20px;
  }
  .events__block td:last-child {
    padding-bottom: 20px;
  }
}
.events__block td:first-child {
  width: 170px;
}
.events__block td a {
  color: #055626;
  font-weight: bold;
}

.editbutton {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 10000;
  display: none;
  background-color: rgba(50, 125, 218, 0.9);
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
}
@media (min-width:750px) {
  .editbutton {
    display: inline-block;
  }
}
.editbutton:hover {
  background-color: #327dda;
}

.dls {
  margin: 10px 0 30px 0;
}
@media (min-width:480px) {
  .dls {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px 60px -10px;
  }
}
.dls__item {
  display: block;
  margin-bottom: 20px;
}
@media (min-width:480px) {
  .dls__item {
    width: 50%;
  }
}
@media (min-width:750px) {
  .dls__item {
    width: 33.33%;
  }
}
@media (min-width:1025px) {
  .dls__item {
    width: 25%;
  }
}
.dls__title {
  font-size: 1em;
}
.dls__image {
  position: relative;
}
.dls__image img {
  display: block;
}
.dls__item--video .dls__image:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  opacity: 0.8;
  transition: opacity 0.3s;
  background-image: url(../gfx/icon_play.png);
}
.dls__item--video:hover .dls__image:after {
  opacity: 1;
}

.error404 {
  padding: 30px;
  background-color: #f1f1f1;
}
@media (min-width:1025px) and (min-height: 650px) {
  .error404 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    height: calc(100vh - 130px);
  }
}
.error404 h1 {
  font-size: 2em;
  margin: 0 0 0.5em 0;
}
.error404 p {
  margin-bottom: 0.5em;
}
.error404__buttons {
  margin-top: 2.5em;
}
.error404__inside {
  width: 700px;
  max-width: 100%;
  margin: 0px auto;
  text-align: center;
}
@media (min-width:1025px) and (min-height: 650px) {
  .error404__inside {
    margin: 0;
  }
}
@media (min-width:1025px) and (min-height: 650px) and (min-height: 800px) {
  .error404__inside {
    padding-bottom: 130px;
  }
}
.error404__text {
  max-width: 31em;
  margin: 0px auto;
}
.error404__code {
  position: relative;
  max-width: 400px;
  margin: 0px auto 1.2em auto;
}
@media (min-width:1200px) {
  .error404__code {
    max-width: 600px;
  }
}
.error404__code:before {
  content: "";
  position: absolute;
  top: -1%;
  right: -1%;
  bottom: -1%;
  left: -1%;
  background-image: url("../img/404.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.error404__img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.error404__img:before {
  content: "";
  display: block;
  padding-top: 43.5%;
}

.footer {
  background-color: #96c11f;
}
.footer__main {
  position: relative;
  overflow: hidden;
}
@media (min-width:750px) {
  .footer__main {
    padding: 60px 0 40px 0;
  }
}
@media (min-width:1200px) {
  .footer__main:before {
    content: "";
    position: absolute;
    top: 34%;
    left: 22%;
    width: 28%;
    padding-top: 28%;
    background-image: url("../img/graphics/circle.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.footer__in {
  max-width: 1316px;
  margin: 0px auto;
  position: relative;
  padding: 0;
}
@media (max-width:1399px) {
  .footer__in {
    padding: 0 25px;
  }
}
@media (min-width:480px) {
  .footer__copyright .footer__in {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
}
@media (min-width:750px) {
  .footer__main .footer__in {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
  }
}
.footer__left {
  width: 100%;
}
@media (min-width:750px) {
  .footer__left {
    width: calc(100% - 420px);
  }
}
@media (min-width:1200px) {
  .footer__left {
    padding-top: 60px;
  }
}
.footer__blocks {
  padding: 30px 0 10px 0;
  border-bottom: 2px solid #055626;
  margin: 0 0 30px 0;
}
@media (min-width:480px) {
  .footer__blocks {
    padding: 30px 15px 30px 15px;
  }
}
@media (min-width:1025px) {
  .footer__blocks {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width:1200px) {
  .footer__blocks {
    padding: 0 0 30px 0;
    margin: 0 0 40px 0;
  }
}
.footer__blocks a {
  color: inherit;
  text-decoration: none;
}
.footer__blocks a:hover {
  text-decoration: underline;
}
.footer__blocks ul {
  margin-bottom: 0;
}
@media (min-width:1025px) {
  .footer__blocks ul {
    width: 50%;
    display: inline-block;
  }
}
@media (min-width:1200px) {
  .footer__blocks ul {
    font-size: 0.9em;
    padding-right: 30px;
    width: auto;
  }
  .footer__blocks ul:last-child {
    padding-right: 0;
  }
}
@media (min-width:1400px) {
  .footer__blocks ul {
    font-size: 1em;
    padding-right: 100px;
  }
}
.footer__blocks ul li {
  margin-bottom: 0.6em;
  text-decoration: none;
}
.footer__blocks ul li a:hover {
  text-decoration: none;
  color: #fff;
}
.footer__blocks ul li.active a {
  color: #fff;
}
.footer__copyright {
  background-color: #055626;
  color: #36a161;
  padding: 10px 0;
  text-align: center;
}
@media (min-width:750px) {
  .footer__copyright {
    text-align: left;
    padding: 0;
  }
}
.footer__copyright p:last-child {
  margin: 0;
}
@media (min-width:480px) {
  .footer__copyright p {
    margin: 0;
  }
}
.footer__copyright a {
  color: inherit;
  text-decoration: none;
}
.footer__copyright a:hover {
  color: #48c279;
}
.footer__xpro {
  vertical-align: middle;
  position: relative;
  top: -0.08em;
  margin-left: 10px;
}

@media (min-width:1400px) {
  .fcontact {
    font-size: 1.2em;
  }
}
.fcontact ul {
  padding: 0;
  margin: 20px 0 40px 0;
  list-style-type: none;
}
@media (min-width:750px) {
  .fcontact ul {
    margin: 20px 0;
  }
}
.fcontact li {
  margin: 15px 0;
}
@media (min-width:750px) {
  .fcontact li {
    display: inline-block;
    margin: 0 20px 20px 0;
    vertical-align: middle;
  }
}
.fcontact li a {
  display: inline-block;
  padding-left: 35px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 22px auto;
  text-decoration: none;
  color: #055626;
}
.fcontact li a[href^="tel:"] {
  background-image: url("../img/graphics/icon-phone2.svg");
  font-size: 1.2em;
  font-weight: bold;
  color: #055626;
}
.fcontact li a[href^="mailto:"] {
  background-image: url("../img/graphics/icon-mail.svg");
}
.fcontact li a[href^="mailto:"]:hover {
  text-decoration: underline;
}
.fcontact li a[href^="https://www.facebook"] {
  background-size: 10px auto;
  background-position: 10px 50%;
  background-image: url("../img/graphics/icon-facebook.svg");
}
.fcontact li a[href^="https://www.facebook"]:hover {
  text-decoration: underline;
}
@media (min-width:750px) {
  .fcontact li a[href^="https://www.facebook"] {
    background-size: 12px auto;
  }
}
.fcontact__link {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (min-width:1200px) {
  .fcontact__link {
    text-align: center;
  }
}
.fcontact__link a {
  color: #055626;
}

.form {
  /*font-size: 14px;*/
  max-width: 760px !important;
  counter-reset: formCounter;
  margin-left: auto;
  margin-right: auto;
}
.form__fieldset {
  padding: 30px 35px;
  background-color: #fff;
  position: relative;
  border: none;
  margin: 0 -10px 20px -10px;
}
@media (min-width:750px) {
  .form__fieldset {
    margin: 0 0 30px 0;
    padding: 40px 70px;
  }
}
.form__fieldset--small {
  padding: 30px;
}
.form__fieldset__title {
  margin: 0 0 10px 0;
  position: relative;
}
@media (min-width:750px) {
  .form__fieldset__title {
    margin: 0 0 30px 0;
  }
  .form__fieldset--small .form__fieldset__title {
    margin-bottom: 20px;
  }
}
.form__fieldset__title h3 {
  color: #055626;
  font-size: 1.3em;
  position: relative;
  margin: 0;
  display: block;
}
@media (min-width:750px) {
  .form__fieldset__title h3 {
    font-size: 1.7em;
  }
}
.form__fieldset__title h3:before {
  content: counter(formCounter) ".";
  color: #96c11f;
  padding-right: 8px;
  counter-increment: formCounter;
}
@media (min-width:750px) {
  .form__fieldset__title h3:before {
    position: absolute;
    right: 100%;
    width: 80px;
    text-align: right;
  }
}
@media (min-width:750px) {
  .form__fieldset--small .form__fieldset__title h3 {
    font-size: 1.4em;
  }
}
.form__fieldset--small .form__fieldset__title h3:before {
  display: none;
}
.form__fieldset__title p {
  margin: 1em 0 0 0;
}
.form__fieldset__back {
  position: absolute;
  top: 38px;
  right: 22px;
  width: 34px;
  height: 34px;
  color: #abb6b9;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: block;
  text-indent: -1000px;
  overflow: hidden;
}
.form__fieldset__back:before {
  content: "";
  position: absolute;
  top: 13px;
  right: 11px;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form h4 {
  margin: 0 0 0.7em 0;
  padding: 0;
  color: #055626;
  font-size: 1.4em;
}
.form__item {
  position: relative;
  margin: 0 0 20px 0;
}
@media (min-width:750px) {
  .form__item--flex {
    display: flex;
  }
}
.form__label {
  color: #5e5e5e;
  margin-bottom: 15px;
  display: inline-block;
}
@media (min-width:750px) {
  .form__item--flex .form__label {
    width: 200px;
    padding-top: 15px;
    flex-shrink: 0;
  }
  .form__item--flex-wide .form__label {
    width: 70%;
  }
  .form__item--alt .form__label {
    margin-bottom: 0;
    position: absolute;
    top: 15px;
    left: 11px;
    transform: translate3d(0, 0, 0);
    transition: top 0.3s, font-size 0.3s;
  }
  .form__item--alt.form__item--focused .form__label {
    top: 7px;
    font-size: 0.7em;
  }
}
.form__input {
  font-family: inherit;
  font-size: inherit;
  display: block;
  color: inherit;
  width: 100%;
  padding: 15px 10px;
  background-color: transparent;
  transition: transform 0.3s;
  resize: none;
  position: relative;
  z-index: 10;
}
.form__input:not([type=file]) {
  border: 1px solid #cdcdcd;
  border-radius: 5px;
}
.form__input[type=text], .form__input[type=password], .form__input[type=email], .form__input[type=tel] {
  appearance: none;
  -webkit-appearance: none;
}
.form--small .form__input, .form__fieldset--small .form__input {
  padding: 8px;
}
.form__input--white {
  background-color: #fff;
}
.form__input--date {
  max-width: 170px;
  background-image: url("../img/graphics/icon-cal.svg");
  background-size: 20px 20px;
  background-position: 15px 47%;
  background-repeat: no-repeat;
  padding-left: 50px;
}
.form__input--num {
  max-width: 8em;
}
@media (min-width:750px) {
  .form__item--alt .form__input {
    padding-top: 23px;
    padding-bottom: 7px;
  }
  .form__item--textarea .form__input {
    min-height: 120px;
  }
}
.form__smallinput {
  margin-left: 20px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  font-family: inherit;
  font-size: inherit;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  padding: 10px 5px;
  background-color: transparent;
  width: 120px;
}
@media (min-width:750px) {
  .form__smallinput {
    width: 160px;
  }
}
.form__inputgroup {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.form__inputgroup li {
  padding-left: 0 !important;
}
.form__inputgroup li:before {
  display: none !important;
}
.form__inputgroup li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width:750px) {
  .form__inputgroup {
    padding: 15px 0 0 0;
  }
}
@media (min-width:750px) {
  .form__item--flex .form__input, .form__item--flex .form__inputgroup, .form__item--flex .form__select {
    width: calc(100% - 210px);
    margin-left: 10px;
  }
  .form__item--flex-wide .form__input, .form__item--flex-wide .form__inputgroup, .form__item--flex-wide .form__select {
    width: calc(30% - 10px);
  }
}
.form__select {
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  font-family: inherit;
  font-size: inherit;
  display: block;
  color: inherit;
  width: 100%;
  padding: 15px 10px;
  background-color: transparent;
  transition: transform 0.3s;
  resize: none;
  position: relative;
  z-index: 10;
}
.form__buttons {
  margin-top: 40px;
  text-align: center;
}
.form__buttons--small {
  margin-top: 25px;
}
.form__buttons--left {
  text-align: left;
}
.form__help__button {
  position: absolute;
  cursor: pointer;
  right: calc(100% + 7px);
  top: 1px;
}
@media (min-width:750px) {
  .form__help__button {
    right: calc(100% + 20px);
    top: 15px;
  }
}
.form__help__tooltip {
  top: 55px !important;
  left: -50px !important;
}
.form__info {
  color: #5e5e5e;
  margin: 20px 0 40px 0 !important;
}
.form__info td,
.form__info th {
  text-align: left;
  padding: 5px 20px 5px 0 !important;
  font-weight: normal;
}
@media (min-width:750px) {
  .form__info th {
    width: 218px;
  }
}
.form__note {
  margin: 20px 0;
  font-size: 0.9em;
  padding: 0 0 0 30px;
  position: relative;
}
.form__note--narrow {
  max-width: 25em;
}
.form__note--red {
  color: #d83318;
}
.form__note--blue {
  color: #5981aa;
}
.form__note--grey {
  color: #a9b4b7;
}
.form__note .icon {
  position: absolute;
  top: 0px;
  left: 0;
}
.form__line {
  border-top: 1px solid #cdcdcd;
  margin: 35px 0 20px 0;
}
.form__agreement {
  text-align: center;
  font-size: 1.1em;
  margin: 40px 0;
}
.form__req {
  font-size: 0.8em;
}

.fform {
  font-size: 15px;
  padding: 25px;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width:480px) {
  .fform {
    width: 360px;
    flex-shrink: 0;
  }
}
.fform h4 {
  margin: 0 0 0.7em 0;
  padding: 0;
  color: #055626;
  font-size: 1.4em;
}
.fform__item {
  position: relative;
  border-bottom: 1px solid #a8a8a8;
}
.fform__label {
  position: absolute;
  top: 15px;
  left: 0;
  color: #055626;
  transform: translate3d(0, 0, 0);
  transition: top 0.3s, font-size 0.3s;
}
.fform__item--focused .fform__label {
  top: 9px;
  font-size: 0.7em;
}
.fform__input {
  border: none;
  font-family: inherit;
  font-size: inherit;
  display: block;
  color: inherit;
  width: 100%;
  padding: 15px 0;
  background-color: transparent;
  transition: transform 0.3s;
  resize: none;
  position: relative;
  z-index: 10;
}
.fform__item--focused .fform__input {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
}
.fform__buttons {
  margin-top: 20px;
}

.icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  line-height: 20px;
  padding-left: 1px;
}
.icon--grey {
  background-color: #a9b4b7;
}
.icon--red {
  background-color: #d83318;
}
.icon--blue {
  background-color: #5981aa;
}

.gallery {
  margin: 50px auto;
  max-width: 930px !important;
}
.gallery:not(.gallery--spaced) {
  padding: 30px 10px 0 10px;
  background-color: #fff;
  box-shadow: 3px 3px 25px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width:480px) {
  .gallery__items {
    display: flex;
    flex-wrap: wrap;
  }
}
.gallery__item {
  margin: 0 0 30px 0;
  background-color: #fff;
  font-size: 0.9em;
}
.gallery--spaced .gallery__item {
  padding: 20px;
}
@media (min-width:480px) {
  .gallery__item {
    margin: 0 10px 30px 10px;
    width: calc(50% - 20px);
  }
  .gallery--spaced .gallery__item {
    padding: 30px;
  }
}
@media (min-width:750px) {
  .gallery__item {
    margin: 0 10px 30px 10px;
    width: calc(33.33% - 20px);
  }
}
.gallery__img {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
}
.gallery__img:after {
  content: "";
  display: block;
  padding-top: 75%;
}
.gallery__img .gallery--squares {
  background-size: cover;
  background-position: 50% 50%;
}
.gallery__img .gallery--squares:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.gallery h3 {
  color: #055626;
  margin: 1.5em 0 0.5em 0;
  font-size: 1em;
}

.greenline {
  max-width: 760px !important;
  background-color: #96c11f;
  color: #055626;
  padding: 30px 25px 20px 25px;
  text-align: center;
}
@media (min-width:480px) {
  .greenline {
    padding: 20px 50px;
  }
}
.greenline h3 {
  margin: 0 0 10px 0;
}
@media (min-width:480px) {
  .greenline h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 0 0 !important;
    font-size: 1.5em;
    padding-top: 1em !important;
  }
}
.greenline a {
  color: #fff !important;
  background-image: url("../img/graphics/icon-phone.svg");
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 28px;
  padding-left: 30px;
  background-size: 24px auto;
  font-weight: bold !important;
  display: inline-block;
}
@media (min-width:480px) {
  .greenline a {
    background-size: 32px auto;
    padding-left: 40px;
    font-size: 36px;
    vertical-align: middle;
    display: inline-block;
  }
}
.greenline p {
  display: inline;
  margin: 0;
  padding: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100;
  transform: translate3d(0, 0, 0);
}
.header:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  content: "";
  display: block;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width:1025px) {
  .header:after {
    display: none;
  }
}
@media (min-width:1025px) {
  .header {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  }
}
.header__top {
  background-color: #fff;
  position: relative;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
@media (min-width:1025px) {
  .header__top {
    top: 0;
  }
}
.header__top__in {
  padding: 0 25px;
  height: 60px;
  top: 0;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
@media (min-width:1025px) {
  .header__top__in {
    height: 80px;
  }
}
.header__nav {
  position: absolute;
  width: 100%;
  top: 100px;
  left: 0;
  background-color: #96c11f;
  transition: transform 0.3s;
  -webkit-transform: translateY(-110%);
  -moz-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%);
}
.menu-active .header__nav {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
@media (min-width:1025px) {
  .header__nav {
    position: relative;
    z-index: 50;
    top: 80px;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  }
}
.header--dark .header__nav {
  background-color: #055626;
  color: #fff;
}
.header__nav__in {
  max-width: 1366px;
  margin: 0 auto;
  padding: 5px 0;
}
@media (min-width:1025px) {
  .header__nav__in {
    padding: 0 25px;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
  }
}
.header__lang {
  text-align: center;
  margin: 10px 0 0 0;
}
@media (min-width:1025px) {
  .header__lang {
    margin: 0;
    position: absolute;
    top: 17px;
    right: 70px;
  }
}
@media (min-width:1200px) {
  .header__lang {
    right: 27px;
    top: 3px;
  }
}
@media (min-width:1400px) {
  .header__lang {
    right: 15px;
    top: 39px;
  }
}
.header__logo {
  overflow: hidden;
  text-indent: 1000px;
  display: block;
  background-image: url("../img/graphics/SAKO_Brno.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 13px;
  left: 15px;
  width: 120px;
  height: 35px;
  z-index: 15;
}
@media (min-width:1025px) {
  .header__logo {
    top: 22px;
    left: 25px;
    width: 140px;
    height: 38px;
  }
}

/*
.headline {


    text-align: center;
    margin-bottom: 50px;

    max-width: 600px;
    margin-left: auto;
    margin-right: auto;

    &--page {
        max-width: $narrower-width !important;
    }

    &--alt {
        margin-top: 50px;
        margin-bottom: 40px;

        @media(min-width:750px) {
            margin-top: 90px;
        }
    }


    &--wide {
        text-align: left;
        max-width: 900px !important;
    }

    &--xwide {
        text-align: left;
        max-width: 1100px !important;
    }

    &--flex {
        @media(min-width:750px) {
            display: flex;
        }
    }

    &--flex-rev {
        flex-direction: row-reverse;
    }



    h2 {
        color: $primary-dark-color;
        font-size: 2em;
        margin: 0 0 0.5em 0;

        @media(min-width:480px) {
            font-size: 2.1em;

        }
        @media(min-width:750px) {
            margin: 1.5em 0 0.8em 0;
            font-size: 2.3em;
            text-align: center;
        }
    }


    &--flex h2{
         @media(min-width:750px) {
            text-align: left;
             margin:0 0 0.5em 0;
        }
    }




    &__buttons {
        margin-top: 2em;
        margin-bottom: 2em;

    }


    &__image {

        display: none;

        @media(min-width:750px) {
            display: block;
            width: 200px;
            flex-shrink: 0;
        }
    }


    &__content {


        .headline--page & {
            text-align: left;
        }

        p {
            max-width: 80%;
            .headline--page & {
                max-width: none;
            }
        }

        h3{
            .headline--page & {
                margin:2em 0 0.5em 0;
            }
        }

        @media(min-width:750px) {
            .headline--flex & {
                padding-right: 40px;
            }

            .headline--flex-rev & {
                padding-left: 40px;
                padding-right: 0;
            }
        }


    }

    &__text {
        @include boxShadow();

        background-color: #fff;
        margin:10px 0 50px;
        padding:40px;
        text-align: left;

        @media(min-width:750px) {
            &--padded {
                padding: 40px;
            }
        }

        a {
            color: $primary-dark-color;
        }

          h3 {
            color: $primary-dark-color;
            font-size: 1.3em;
            margin: 0.2em 0 0.8em 0;
        }

        ul{
            @extend .ul--styled;
        }
    }

    .card {

        max-width: 650px;
        margin: 50px 0;
    }
}
*/
.hero {
  position: relative;
  background-color: #333;
}
@media (min-width:750px) {
  .hero {
    overflow: hidden;
    height: 430px;
  }
}
.hero__slide {
  position: relative;
}
.hero__image {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero__image--desktop {
  display: none;
}
@media (min-width:750px) {
  .hero__image--desktop {
    display: block;
  }
}
@media (min-width:750px) {
  .hero__image--mobile {
    display: none;
  }
}
.hero__inside {
  max-width: 1366px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  text-align: center;
  justify-content: center;
  align-content: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 10;
  padding: 170px 25px 25px 25px;
}
@media (min-width:750px) {
  .hero__inside {
    padding: 25px;
    height: 430px;
  }
}
.hero__title {
  max-width: 19.2em;
  line-height: 1.35;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media (min-width: 480px) {
  .hero__title {
    font-size: 5vw;
  }
}
@media (min-width: 760px) {
  .hero__title {
    font-size: 38px;
  }
}
@media (min-width:750px) {
  .hero__title {
    padding-bottom: 1em;
  }
}
.hero .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 5;
  text-align: center;
}
@media (min-width:750px) {
  .hero .slick-dots {
    bottom: 32px;
  }
}
.hero .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.hero .slick-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid #fff;
  font-size: 0;
  text-indent: -1000px;
  overflow: hidden;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.hero .slick-dots button:hover,
.hero .slick-dots li.slick-active button {
  background-color: #fff;
}
.hero .slick-arrow {
  position: absolute;
  z-index: 5;
  top: calc(50% - 40px);
  height: 80px;
  width: 80px;
  overflow: hidden;
  text-indent: -1000px;
}
.hero .slick-arrow:after {
  content: "";
  width: 40px;
  height: 40px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}
.hero .slick-prev {
  left: 20px;
}
@media (min-width:1400px) {
  .hero .slick-prev {
    left: calc(50% - 650px);
  }
}
.hero .slick-prev:after {
  top: 20px;
  left: 40px;
  transition: transform 0.3s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hero .slick-prev:hover:after {
  -webkit-transform: translateX(-15px) rotate(45deg);
  -moz-transform: translateX(-15px) rotate(45deg);
  -ms-transform: translateX(-15px) rotate(45deg);
  -o-transform: translateX(-15px) rotate(45deg);
  transform: translateX(-15px) rotate(45deg);
}
.hero .slick-next {
  right: 20px;
}
@media (min-width:1400px) {
  .hero .slick-next {
    right: calc(50% - 650px);
  }
}
.hero .slick-next:after {
  top: 20px;
  left: 0px;
  transition: transform 0.3s;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.hero .slick-next:hover:after {
  -webkit-transform: translateX(15px) rotate(225deg);
  -moz-transform: translateX(15px) rotate(225deg);
  -ms-transform: translateX(15px) rotate(225deg);
  -o-transform: translateX(15px) rotate(225deg);
  transform: translateX(15px) rotate(225deg);
}

.hpmenu {
  background-color: #DCE7ED;
  padding: 15px 10px;
}
@media (min-width:750px) {
  .hpmenu {
    padding: 15px 25px;
  }
}
@media (min-width:1200px) {
  .hpmenu {
    padding: 25px;
  }
}
.hpmenu__inside {
  margin: 0px auto;
  max-width: 290px;
}
@media (min-width:750px) {
  .hpmenu__inside {
    max-width: 1260px;
  }
}
.hpmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}
@media (min-width:750px) {
  .hpmenu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (min-width:1025px) {
  .hpmenu ul {
    flex-wrap: nowrap;
  }
}
.hpmenu li {
  display: block;
}
@media (min-width:750px) {
  .hpmenu li {
    width: 50%;
    display: flex;
  }
}
@media (min-width:1025px) {
  .hpmenu li {
    width: auto;
    max-width: 33%;
  }
}
@media (min-width:1200px) {
  .hpmenu li {
    max-width: 25%;
  }
}
.hpmenu__item {
  position: relative;
  display: inline-block;
  padding-left: 100px;
  color: #2e5268;
  height: 90px;
  max-width: 440px;
  transition: filter 0.3s, color 0.3s;
  filter: contrast(0.9) brightness(1.1) saturate(0.9);
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 1.3;
}
.hpmenu__item:hover {
  filter: none;
  color: #435E69;
}
@media (min-width:750px) {
  .hpmenu__item {
    height: 110px;
    padding-left: 120px;
    padding-right: 20px;
  }
}
@media (min-width:1025px) {
  .hpmenu__item {
    background-position: 0 50%;
    padding-left: 75px;
  }
}
@media (min-width:1200px) {
  .hpmenu__item {
    padding-left: 100px;
    background-size: 90px 110px;
  }
}
@media (min-width:1200px) {
  .hpmenu__item {
    font-size: 1.1em;
  }
}
.hpmenu__item--sso-firmy, .hpmenu__item--jak-tridit {
  padding-left: 120px;
}
@media (min-width:750px) {
  .hpmenu__item--sso-firmy, .hpmenu__item--jak-tridit {
    padding-left: 110px;
  }
}
@media (min-width:1200px) {
  .hpmenu__item--sso-firmy, .hpmenu__item--jak-tridit {
    padding-left: 150px;
  }
}
@media (min-width:750px) {
  .hpmenu__item--penize {
    padding-left: 110px;
  }
}
@media (min-width:1200px) {
  .hpmenu__item--penize {
    padding-left: 160px;
  }
}
.hpmenu__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  background-size: auto 80px;
  filter: contrast(0.9) brightness(1.1) saturate(0.9);
  transition: transform 0.3s, filter 0.3s;
}
@media (min-width:750px) {
  .hpmenu__img {
    background-position: 36px 50%;
  }
}
@media (min-width:1025px) {
  .hpmenu__img {
    background-position: 0 50%;
  }
}
@media (min-width:1200px) {
  .hpmenu__img {
    background-size: contain;
  }
}
.hpmenu__item--penize .hpmenu__img {
  background-position: 0 50%;
}
@media (max-width:749px) {
  .hpmenu__item--penize .hpmenu__img {
    background-size: auto 65px;
  }
}
.hpmenu__item--sso-firmy .hpmenu__img, .hpmenu__item--jak-tridit .hpmenu__img {
  background-position: 0 50%;
  background-size: auto 80px;
}
@media (min-width:1200px) {
  .hpmenu__item--sso-firmy .hpmenu__img, .hpmenu__item--jak-tridit .hpmenu__img {
    background-size: 143px 110px;
  }
}
.hpmenu__item--mapa .hpmenu__img {
  background-image: url("../img/graphics/hp-nav-mapa.png");
}
.hpmenu__item--jak-tridit .hpmenu__img {
  background-image: url("../img/graphics/hp-nav-jak-tridit.png");
}
.hpmenu__item--harmonogram .hpmenu__img {
  background-image: url("../img/graphics/hp-nav-harmonogram.png");
}
.hpmenu__item--exkurze .hpmenu__img {
  background-image: url("../img/graphics/hp-nav-exkurze.png");
}
.hpmenu__item--komunalni .hpmenu__img {
  background-image: url("../img/graphics/hp-nav-komunalni.png");
}
.hpmenu__item--sso-firmy .hpmenu__img {
  background-image: url("../img/graphics/hp-nav-sso-firmy.png");
}
.hpmenu__item--penize .hpmenu__img {
  background-image: url("../img/graphics/hp-nav-penize.png");
}
.hpmenu__item--evo .hpmenu__img {
  background-image: url("../img/graphics/hp-nav-evo.png");
}

.hpgrid__inside {
  max-width: 1366px;
  margin: 0 auto;
}
.hpgrid__items {
  /*margin: 10px;*/
}
@media (min-width:750px) {
  .hpgrid__items {
    padding: 80px 10px 70px;
    display: flex;
    flex-wrap: wrap;
  }
}
.hpgrid__item {
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: translate3d(0, 0, 0);
  margin: 0 0 10px 0;
  line-height: 1.1;
  font-size: 24px;
}
@media (min-width:750px) {
  .hpgrid__item {
    width: calc(50% - 30px);
    margin: 0 15px 30px 15px;
  }
}
.hpgrid__item:after {
  content: "";
  display: block;
  padding-top: 62.69%;
}
.hpgrid__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.3;
}
@media (min-width:750px) {
  .hpgrid__item:before {
    opacity: 0;
    transition: opacity 0.3s;
  }
}
@media (min-width:750px) {
  .hpgrid__item:hover:before {
    opacity: 0.2;
  }
}
@media (min-width:750px) {
  .hpgrid__item--half {
    width: calc(25% - 30px);
  }
}
@media (min-width: 857.1428571429px) {
  .hpgrid__item {
    font-size: 2.8vw;
  }
}
@media (min-width: 1357.1428571429px) {
  .hpgrid__item {
    font-size: 38px;
  }
}
.hpgrid__in {
  position: absolute;
  top: 1em;
  left: 1em;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
@media (min-width:750px) {
  .hpgrid__in {
    left: 1.3em;
    top: 2.5em;
  }
}
@media (min-width:750px) {
  .hpgrid__in--small {
    line-height: 1.3;
    font-size: 0.7em;
    top: 2em;
  }
}
.hpgrid__in:after {
  height: 2px;
  width: 59%;
  top: 49%;
  left: 110%;
  position: absolute;
  background-color: #fff;
  display: none;
}
@media (min-width:750px) {
  .hpgrid__in:after {
    display: block;
    content: "";
  }
}
.hpgrid__in--line2:after {
  width: 51%;
}
.hpgrid__in--line3:after {
  width: 38%;
}
.hpgrid__in--line4:after {
  left: 71%;
  bottom: 11%;
  width: 38%;
  top: auto;
}
.hpgrid__in--line5:after {
  left: 62%;
  bottom: 9%;
  width: 65%;
  top: auto;
}
.hpgrid__in--line6:after {
  left: 100%;
  width: 68%;
  top: 30%;
}
@media (min-width:750px) {
  .hpgrid__item--half .hpgrid__in {
    top: 1.4em;
    right: 0;
    left: 0;
    font-size: 0.8em;
    text-align: center;
  }
  .hpgrid__item--half .hpgrid__in:after {
    display: none;
  }
}

@media (min-width:750px) {
  .map__inside {
    display: flex;
  }
}
.map__element {
  min-height: 300px;
  position: relative;
}
@media (min-width:750px) {
  .map__element {
    min-height: 400px;
    width: calc(100% - 290px);
  }
}
@media (min-width:1025px) {
  .map__element {
    min-height: 500px;
    width: calc(100% - 340px);
    min-height: calc(100vh - 130px);
  }
}
@media (min-width:1200px) {
  .map__element {
    min-height: 600px;
    min-height: calc(100vh - 130px);
  }
}
.map__element iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.map__sidebar {
  font-size: 15px;
  padding: 30px;
  background-color: #f2f5f6;
}
@media (min-width:750px) {
  .map__sidebar {
    width: 290px;
  }
}
@media (min-width:1025px) {
  .map__sidebar {
    width: 340px;
  }
}
@media (min-width:1200px) {
  .map__sidebar {
    padding-top: 50px;
  }
}
.map__window {
  font-family: "Poppins", Arial, sans-serif;
  padding: 5px;
  font-size: 0.9em;
}
.map__window--sso {
  font-size: 1em;
}
.map__window h2 {
  margin: 0.2em 0 0.2em 0;
  font-size: 1.6em;
}
.map__window h3 {
  margin: 0.8em 0 0.3em 0;
  font-size: 1em;
}
.map__form {
  max-width: 270px;
}
.map__form ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style-type: none;
}
.map__form ul ul.sso_omezeni {
  margin: 5px 0 10px 30px;
  font-size: 12px;
}
.map__form ul ul.sso_omezeni a.active {
  color: #96c11f;
}
.map__form li {
  margin-bottom: 8px;
}
.map__form h1 {
  color: #2e5268;
  margin: 0 0 0.9em 0;
  font-size: 1.7em;
}
.map__form h2 {
  color: #2e5268;
  margin: 1em 0 0.7em 0;
  font-size: 1.2em;
}
.map__form__input {
  width: 100%;
  padding: 10px 30px 10px 10px;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #cdcdcd;
}
.map__form__input--select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyNTUgMjU1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNTUgMjU1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgaWQ9ImFycm93LWRyb3AtZG93biI+PHBvbHlnb24gcG9pbnRzPSIwLDYzLjc1IDEyNy41LDE5MS4yNSAyNTUsNjMuNzUgIi8+PC9nPjwvc3ZnPg==);
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-size: 10px auto;
}
.map__form__input--select::-ms-expand {
  display: none;
}
.map__form__button {
  margin-top: 30px;
}

.modal {
  display: none;
  width: 600px;
  max-width: 100%;
  max-width: calc(100% - 50px);
}
.modal__inside h2 {
  color: #055626;
  margin-top: 0.5em;
}
.modal__buttons {
  margin-top: 20px;
}

.menu {
  font-size: 14px;
  text-align: center;
}
@media (min-width:1025px) {
  .menu {
    text-align: left;
  }
}
.menu > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu > ul > li {
  position: relative;
}
@media (min-width:1025px) {
  .menu > ul > li {
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
  }
}
@media screen and (min-width:1025px) and (min-width: 1110px) {
  .menu > ul > li {
    margin-right: 18px;
  }
}
.menu > ul > li > a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  display: inline-block;
  z-index: 5;
  padding: 5px 0;
}
@media (min-width:1025px) {
  .menu > ul > li > a {
    padding: 0;
    display: block;
  }
}
.menu > ul > li > a:hover {
  color: #fff;
}
.header--dark .menu > ul > li > a:hover {
  color: #96c11f;
}
.menu > ul > li > a.menu__item--submenu {
  padding-right: 15px;
}
.menu > ul > li > a.menu__item--submenu:after {
  position: absolute;
  top: 10px;
  right: 0;
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width:1025px) {
  .menu > ul > li > a.menu__item--submenu:after {
    top: 5px;
  }
}
.menu > ul > li.active > a {
  color: #fff;
}
.header--dark .menu > ul > li.active > a {
  color: #96c11f;
}
.menu > ul > li > ul {
  margin: 5px 0 0 0;
  list-style-type: none;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  padding: 0;
}
@media (min-width:1025px) {
  .menu > ul > li > ul:after {
    position: absolute;
    top: -8px;
    left: 25px;
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (min-width:1025px) {
  .menu > ul > li > ul {
    position: absolute;
    text-align: left;
    top: 45px;
    left: -20px;
    min-width: 350px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  }
  .menu > ul > li > ul:before {
    content: "";
    display: block;
    top: -45px;
    left: 0;
    right: 0;
    position: absolute;
    height: 45px;
  }
}
.menu > ul > li > ul > li {
  line-height: 1.2;
  display: block;
  list-style-type: none;
}
.menu > ul > li > ul > li:not(:last-child) {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media (min-width:1025px) {
  .menu > ul > li > ul > li:not(:last-child) {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #d9d9d9;
  }
}
.menu > ul > li > ul > li > a {
  font-size: 0.9em;
  display: block;
  text-decoration: none;
  color: #2a2e31;
  padding: 0 5px;
  position: relative;
}
@media (min-width:1025px) {
  .menu > ul > li > ul > li > a {
    padding: 10px 25px 10px 5px;
  }
}
@media (min-width:1025px) {
  .menu > ul > li > ul > li > a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    height: 100%;
    width: 10px;
    background-image: url("../img/graphics/menu-arrow.svg");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    transition: transform 0.3s;
  }
}
.menu > ul > li > ul > li > a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.menu > ul > li > ul > li.active > a {
  color: #96c11f;
}
.menu > ul > li.opened > a {
  color: #fff;
}
.header--dark .menu > ul > li.opened > a {
  color: #96c11f;
}
.menu > ul > li.opened > ul {
  animation-name: fadeIn;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  height: auto;
  overflow: visible;
  padding: 15px 0;
}
@media (min-width:1025px) {
  .menu > ul > li.opened > ul {
    padding: 10px 15px;
  }
}

body.body_pro_podnikatele .menu {
  font-size: 14px;
}
@media (min-width:1025px) {
  body.body_pro_podnikatele .menu {
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  body.body_pro_podnikatele .menu {
    font-size: 11px;
  }
}
@media screen and (min-width: 1050px) {
  body.body_pro_podnikatele .menu {
    font-size: 12px;
  }
}
@media screen and (min-width: 1180px) {
  body.body_pro_podnikatele .menu {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  body.body_pro_podnikatele .menu {
    font-size: 14px;
  }
}

.news {
  width: 100%;
  padding: 40px 0;
  /*padding: 0 $base-padding;*/
  background: #f0f2f2;
}
@media (min-width:750px) {
  .news {
    padding: 50px 0;
  }
}
@media (min-width:1025px) {
  .news {
    padding: 100px 0 100px;
    /*padding: 0 2*$base-padding;*/
  }
}
.news .page__inside {
  padding: 0 0 20px;
}
.news__head {
  position: relative;
  color: #055626;
  margin: 0 0 20px 0;
}
@media (min-width:750px) {
  .news__head {
    margin: 0 0 50px 0;
  }
}
.news__head h2 {
  font-size: 2em;
  margin: 0;
  text-align: center;
  display: block;
  padding-right: 0.5em;
  position: relative;
  z-index: 10;
}
@media (min-width:750px) {
  .news__head h2 {
    font-size: 3em;
  }
}
.news__blocks {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media (min-width:1200px) {
  .news__blocks {
    /*padding: 0 10px;*/
  }
}
.news__block {
  text-decoration: none;
  margin: 0 15px 30px;
  display: block;
  background: #fff;
  text-align: center;
  width: 360px;
  padding-bottom: 15px;
}
@media (min-width:1025px) {
  .news__block {
    width: calc(25% - 20px);
    margin: 0 10px 30px;
    display: inline-block;
  }
}
@media (min-width:1200px) {
  .news__block {
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
.news__block h3 {
  color: #333333;
  margin: 0;
  padding: 25px 25px 10px;
  transition: color 0.3s;
  line-height: 1.3;
}
.news__image {
  margin: 0;
  overflow: hidden;
  position: relative;
}
@media (min-width:750px) {
  .news__image {
    margin: 0;
  }
}
.news__image__el {
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("../img/graphics/no-image.png");
  background-color: #eee;
  transition: transform 0.3s;
  /*
              .news__block:hover & {
                  @include transform(scale(1.1));
              }*/
}
.news__image__el:after {
  content: "";
  display: block;
  padding-top: 75%;
}
.news__date {
  color: #bac0c4;
  margin: 0 0 -25px;
  transition: color 0.3s;
  padding: 25px 25px 5px;
  /*
          .news__block:hover & {
              color: #889399;
          }*/
}
.news__buttons {
  margin-top: 5px;
  text-align: center;
}
@media (min-width:1200px) {
  .news__buttons {
    margin-top: 20px;
  }
}

.nav {
  padding: 40px 25px;
  /*background: #DCE7ED;*/
}
@media (min-width:1025px) {
  .nav {
    padding: 80px 25px 80px;
  }
}
.nav--withbg {
  background-image: url("../img/content/grey-bg-2.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.nav .page__inside {
  padding: 0 0 20px;
}
.nav__head {
  text-align: center;
  margin-bottom: 60px;
}
.nav__head h2 {
  font-size: 2.5em;
  margin: 0 0 0.4em 0;
}
.nav--darkheader .nav__head h2 {
  color: #055626;
}
.nav--lightheader .nav__head h2 {
  color: #96c11f;
}
.nav__head p {
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
}
.nav__blocks {
  max-width: 1366px;
  margin: 0px auto 0px auto;
}
@media (min-width:750px) {
  .nav__blocks {
    justify-content: center;
    display: flex;
  }
}
.nav__block {
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 20px 15px 30px;
  /*
  &:hover {

      background-color: #f8f8f8;
      border-color: #f8f8f8;

      .nav--withbg & {
          background-color: #fff;
          border-color: #fff;
      }
  } */
}
@media (min-width:750px) {
  .nav__block {
    margin: 0;
    padding: 0 15px;
    width: calc(33.33% - 10px);
  }
}
@media (min-width:1025px) {
  .nav__block {
    margin: 0;
    padding: 0 15px;
    width: calc(25% - 10px);
  }
}
.nav--withbg .nav__block {
  border: 1px solid #c9cbcb;
}
.nav__block h3 {
  font-size: 1.1em;
  margin: 0 0 0.5em 0;
  color: #333;
}
.nav__block--blue h3 {
  color: #004f9e;
}
.nav__block--yellow h3 {
  color: #f29100;
}
.nav__block--green h3 {
  color: #51ad32;
}
.nav__block--other h3 {
  color: #333;
}
.nav__block p {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.nav__image {
  background-size: cover;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 160px;
  margin: 0 auto 35px auto;
}
.nav__image:after {
  content: "";
  display: block;
  padding-top: 75%;
}
.nav__buttons {
  text-align: center;
  padding-top: 20px;
}
.nav__buttons .button {
  margin: 0 10px 10px 10px;
}

a.nav__block h3 {
  text-decoration: underline;
}

.page {
  padding: 1px 25px;
  overflow: hidden;
}
.submenu + .page, .submenu + .editbutton + .page {
  padding-top: 50px;
}
.page--grey {
  background-color: #f0f2f2;
}
.page--blue {
  background-color: #DCE7ED;
}
.page--card {
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .page--card {
    padding-bottom: 60px;
  }
}
.page--card .page__inside {
  padding-bottom: 10px !important;
}
.page .text-pad-bot {
  padding-bottom: 20px;
}
.page__inside {
  padding: 40px 0;
  margin: 0 auto;
  max-width: 760px;
}
@media (min-width:1025px) {
  .page__inside {
    padding: 80px 0 60px;
    margin: 0 auto;
  }
}
.page__inside .left_page {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  padding: 0 40px 0 0;
}
@media screen and (max-width: 600px) {
  .page__inside .left_page {
    padding: 0;
    width: 100%;
    displa: block;
  }
}
.page__inside .left_page h3 {
  padding-top: 0;
}
.page__inside .left_page ul {
  padding-bottom: 50px;
}
.page__inside .right_page {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 600px) {
  .page__inside .right_page {
    padding: 0;
    width: 100%;
    displa: block;
  }
}
.page__inside .right_page h3 {
  padding-top: 0;
}
.page__inside .right_page ul {
  padding-bottom: 50px;
}
.page__inside p {
  padding: 0 0 30px;
  margin: 0;
}
.page__inside > img {
  max-width: 100%;
  display: block;
  margin: 30px 0;
}
.page__inside p + p img {
  margin: 20px 0 10px;
}
.page__inside table {
  margin: 10px auto 40px;
  background: #fff;
  border-collapse: separate;
  border: 40px solid #fff;
  box-shadow: 3px 3px 25px 0 rgba(0, 0, 0, 0.1);
  min-width: 760px;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .page__inside table {
    border: 0px;
    width: 100%;
    min-width: auto;
  }
}
.page__inside th {
  border: none !important;
  text-align: left;
  font-size: 1.1em;
  padding: 10px;
}
@media screen and (max-width: 749px) {
  .page__inside th {
    width: 100% !important;
    display: block;
    padding: 5px 20px;
    text-align: left !important;
  }
  .page__inside th.empty {
    display: none;
  }
  .page__inside th:first-child {
    padding: 16px 20px 2px;
  }
  .page__inside th:last-child {
    padding: 2px 20px 20px;
  }
}
.page__inside td {
  border: none !important;
  padding: 10px;
}
@media screen and (max-width: 749px) {
  .page__inside td {
    width: 100% !important;
    display: block;
    padding: 5px 20px;
    text-align: left !important;
  }
  .page__inside td.empty {
    display: none;
  }
  .page__inside td:first-child {
    padding: 16px 20px 2px;
  }
  .page__inside td:last-child {
    padding: 2px 20px 20px;
  }
}
.page__inside tr:nth-child(even) td {
  background-color: #e9eef1;
}
@media (min-width:750px) {
  .page__inside tr th:first-child,
.page__inside tr td:first-child {
    padding-left: 20px;
  }
  .page__inside tr th:last-child,
.page__inside tr td:last-child {
    padding-left: 20px;
  }
}
.page__inside h2 {
  color: #055626;
  font-size: 24px;
  padding: 0 0 1em 0;
  margin: 0;
  position: relative;
  text-align: center;
  /*
  &:after {
      content: "";
      width: 30px;
      height: 3px;
      display: block;
      background: #96c11f;
      margin:30px auto 0;
  } */
}
@media (min-width:480px) {
  .page__inside h2 {
    font-size: 24px;
  }
}
@media (min-width:750px) {
  .page__inside h2 {
    font-size: 2.3em;
  }
}
.page__inside h2.anchors {
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .page__inside h2.anchors {
    padding-top: 0px;
  }
}
.page__inside h3 {
  font-size: 18px;
  padding: 0.7em 0 1em 0;
  margin: 0;
}
@media (min-width:480px) {
  .page__inside h3 {
    font-size: 18px;
  }
}
@media (min-width:750px) {
  .page__inside h3 {
    font-size: 24px;
  }
}
.page__inside ul {
  padding: 0 0 22px;
  margin: 0;
  list-style-type: none;
}
.page__inside ul li {
  position: relative;
  padding: 0 0 8px 25px;
  margin: 0;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}
.page__inside ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #96c11f;
  border-radius: 50%;
}
.page__inside ol {
  padding: 0 0 22px;
  margin: 0 0 0 15px;
}
.page__inside ol li {
  position: relative;
  padding: 0 0 8px 10px;
  margin: 0;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}
@media (max-width:749px) {
  .page__inside .page__table--break table,
.page__inside .page__table--break tbody,
.page__inside .page__table--break thead,
.page__inside .page__table--break td,
.page__inside .page__table--break th,
.page__inside .page__table--break tr {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }
  .page__inside .page__table--break th,
.page__inside .page__table--break td {
    padding: 2px 10px;
    border: none !important;
  }
  .page__inside .page__table--break th.empty,
.page__inside .page__table--break td.empty {
    display: none;
  }
  .page__inside .page__table--break tr[style] td.next-empty {
    padding-bottom: 15px;
  }
  .page__inside .page__table--break td:first-child {
    padding-top: 15px;
  }
  .page__inside .page__table--break td:last-child {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd !important;
  }
}
.page__table {
  max-width: 1316px !important;
  margin: -50px auto 100px;
  padding: 0;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .page__table {
    margin: -50px auto 60px;
  }
}
.page__table--narrow {
  max-width: 760px !important;
}
@media (min-width:750px) {
  .page__table {
    padding: 0 40px 0 40px;
  }
}
.page__table table {
  margin: 0 auto;
  background: #fff;
  border-collapse: collapse;
  border: 40px solid #fff;
  box-shadow: 3px 3px 25px 0 rgba(0, 0, 0, 0.1);
  min-width: 760px;
}
@media screen and (max-width: 900px) {
  .page__table table {
    border: 0px;
    width: 100%;
    min-width: auto;
  }
}
.page__table--narrow table {
  width: 100%;
}
.page__table th {
  border: none !important;
  text-align: left;
  font-size: 1.1em;
  padding: 10px;
}
@media screen and (max-width: 749px) {
  .page__table th {
    width: 100% !important;
    display: block;
    padding: 5px 20px;
    text-align: left !important;
  }
  .page__table th.empty {
    display: none;
  }
  .page__table th:first-child {
    padding: 16px 20px 2px;
  }
  .page__table th:last-child {
    padding: 2px 20px 20px;
  }
}
.page__table th p {
  padding: 0;
  margin: 0;
}
.page__table td {
  border: none !important;
  padding: 10px;
}
@media screen and (max-width: 749px) {
  .page__table td {
    width: 100% !important;
    display: block;
    padding: 5px 20px;
    text-align: left !important;
  }
  .page__table td.empty {
    display: none;
  }
  .page__table td:first-child {
    padding: 16px 20px 2px;
  }
  .page__table td:last-child {
    padding: 2px 20px 20px;
  }
}
.page__table td p {
  padding: 0;
  margin: 0;
}
.page__table tr:nth-child(even) td {
  background-color: #e9eef1;
}
@media (min-width:750px) {
  .page__table tr th:first-child,
.page__table tr td:first-child {
    padding-left: 20px;
  }
  .page__table tr th:last-child,
.page__table tr td:last-child {
    padding-left: 20px;
  }
}
@media (max-width:749px) {
  .page__table--data table,
.page__table--data tbody,
.page__table--data thead,
.page__table--data td,
.page__table--data th,
.page__table--data tr {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }
  .page__table--data table tr:first-child {
    display: none !important;
  }
  .page__table--data table tr {
    padding: 15px 0;
  }
  .page__table--data table tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .page__table--data table th,
.page__table--data table td {
    background-color: transparent !important;
    padding: 5px 20px;
    text-align: left !important;
    font-weight: bold;
  }
  .page__table--data table td:before {
    font-weight: normal;
    content: attr(data-title) ": ";
    display: block;
  }
}
.page__table h2 {
  color: #055626;
  font-size: 1.9em;
  margin: 0 0 0.8em 0;
}
.page__table h3 {
  color: #055626;
  font-size: 1.9em;
  margin: 0 0 0.8em 0;
}
@media (min-width:750px) {
  .page__cols {
    margin-top: 50px;
    margin-bottom: 30px;
    display: flex;
    width: 100%;
  }
}
@media (min-width:750px) {
  .page__col {
    width: 50%;
  }
}
.page__colortitle h2 {
  color: #96c11f;
  font-size: 2em;
  text-align: center;
}
@media (min-width:480px) {
  .page__colortitle h2 {
    font-size: 2.6em;
  }
}
@media (min-width:750px) {
  .page__colortitle h2 {
    font-size: 3.2em;
  }
}
.page__colortitle h2 small {
  font-size: 0.6em;
  margin-top: 0.4em;
  color: #055626;
  display: block;
}
.page__email {
  color: #96c11f;
  margin-top: -0.5em;
  margin-bottom: 2em;
}

.recycling__head {
  max-width: 710px;
  text-align: center;
  margin: 20px auto 20px auto;
  padding: 0 25px;
}
.recycling__head--withimage {
  margin-bottom: 5px;
}
.recycling__head h1 {
  margin: 0 0 0.8em 0;
}
.recycling__head h1 img {
  height: 60px;
  vertical-align: middle;
  display: block;
  margin: 0px auto 20px auto;
}
@media (min-width:750px) {
  .recycling__head h1 img {
    margin: 0 13px 0 0;
    display: inline-block;
  }
}
.recycling__head p {
  font-size: 1.08em;
}
.recycling__head a {
  color: inherit;
}

.recycling__breadcrumbs {
  padding: 0 25px;
  text-align: center;
  font-size: 1em;
  color: #bbb;
  margin: 70px 0 30px 0;
}
@media (min-width:750px) {
  .recycling__breadcrumbs {
    margin: 50px 0 30px 0;
  }
}
.recycling__breadcrumbs a {
  color: #565656;
}

/* HOME */
.recycling__home {
  padding: 0 25px;
  margin: 40px auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 1150px;
  justify-content: center;
}
.recycling__home__block {
  width: 100%;
  display: block;
  color: inherit;
  text-decoration: none;
  text-align: center;
  padding: 20px 10px;
  margin: 0 0 30px 0;
}
@media (min-width:480px) {
  .recycling__home__block {
    width: 50%;
    margin: 0;
  }
}
@media (min-width:1025px) {
  .recycling__home__block {
    width: 25%;
  }
}
@media (min-width:1200px) {
  .recycling__home__block {
    padding: 30px 20px;
  }
}
.recycling__home__block:hover {
  background-color: #f9f9f9;
  outline: 1px solid #eee;
}
.recycling__home--3 .recycling__home__block {
  width: 30%;
}
.recycling__home h2 {
  color: #333;
  text-transform: none;
  font-weight: bold;
  text-align: center;
  margin: 1.2em auto 0.6em auto;
  padding: 0;
  font-size: 1.2em;
}
.recycling__home img {
  height: 105px;
  display: block;
  margin: 0px auto;
}
.recycling__home--3 .recycling__home img {
  height: 140px;
}
.recycling__home p {
  color: #696868;
  font-size: 0.9em;
}

/* BLOCKS */
.recycling__section {
  max-width: 1100px;
  margin: 50px auto 80px auto;
}
@media (min-width:750px) {
  .recycling__section {
    display: flex;
    flex-wrap: wrap;
  }
}
.recycling__section__block {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 30px 35px;
  margin: 0 0 20px 0;
  text-align: center;
}
@media (min-width:480px) {
  .recycling__section__block {
    text-align: left;
    padding: 30px 35px 20px 190px;
  }
}
@media (min-width:750px) {
  .recycling__section__block {
    width: 50%;
  }
}
@media (min-width:1200px) {
  .recycling__section__block {
    width: 46%;
    min-height: 180px;
    margin: 0 2% 20px 2%;
  }
}
.recycling__section__block:hover {
  background-color: #f9f9f9;
  outline: 1px solid #eee;
}
.recycling__section__block h2 {
  color: #494a49;
  text-transform: none;
  font-weight: bold;
  margin: 5px auto 10px auto;
  padding: 0;
  font-size: 20px;
  text-decoration: underline;
}
.recycling__section__image {
  margin: 0 0 20px 0;
  height: auto;
  text-align: center;
}
@media (min-width:480px) {
  .recycling__section__image {
    margin: 0;
    position: absolute;
    top: 30px;
    right: calc(100% - 165px);
  }
}
.recycling__section__image img {
  max-height: 100px;
  max-width: 120px;
}
@media (min-width:480px) {
  .recycling__section__image img {
    max-height: 120px;
    max-width: 150px;
  }
}

.recycling__section__block--blue h2 {
  color: #004f9e;
}

.recycling__section__block--yellow h2 {
  color: #f29100;
}

.recycling__section__block--green h2 {
  color: #51ad32;
}

.recycling__section__block p {
  color: #696868;
  font-size: 0.9em;
}

.recycling__section__block--underground img {
  margin-top: 10px;
}

/* CONTAINER DETAIL */
.recycling__accepts {
  max-width: 990px;
  padding: 30px 0;
  margin: 0 auto;
}
@media (min-width:750px) {
  .recycling__accepts {
    padding: 80px 0;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
  }
}
.recycling__accepts__block {
  padding: 15px 20px;
}
@media (min-width:750px) {
  .recycling__accepts__block {
    width: calc(50% - 15px);
    padding: 20px 40px 20px;
  }
}
.recycling__accepts__block--yes {
  background-color: #ebf8f1;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.03);
}
.recycling__accepts__block--no {
  background-color: #feefec;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.03);
}
.recycling__accepts h2 {
  font-weight: bold;
  font-size: 1.5em;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: auto 25px;
  padding: 0px 0 0 45px;
  margin-bottom: 25px;
}
.recycling__accepts__block--yes h2 {
  color: #04ab47;
  background-image: url("../img/recycling/accepts-yes.svg");
}

.recycling__accepts__block--no h2 {
  background-image: url("../img/recycling/accepts-no.svg");
  color: #f4330c;
}

.recycling__accepts ul {
  margin: 0 0 20px;
  list-style-image: none;
  line-height: 1.8;
  padding-left: 28px;
}
/* INFO BOXES */
.recycling__info__wrapper {
  padding: 10px 25px;
  margin: 20px 0;
}
.recycling__info__wrapper--grey {
  background-color: #f8f8f8;
}
.recycling__info__wrapper--topmargin {
  margin-top: 40px;
}

.recycling__info {
  max-width: 640px;
  margin: 25px auto;
  padding: 1px 15px 1px 0;
  color: #666;
  font-size: 1em;
  line-height: 1.6;
}
@media (min-width:480px) {
  .recycling__info {
    display: flex;
    margin: 40px auto;
    align-items: center;
  }
}
.recycling__info--wide {
  max-width: 990px;
}
@media (min-width:480px) {
  .recycling__info--rev, .recycling__info:nth-child(even) {
    padding: 1px 0px 1px 15px;
    flex-direction: row-reverse;
  }
}
.recycling__info h2 {
  font-weight: bold;
  margin: 5px 0 15px 0;
  padding: 0;
  font-size: 1.5em;
  color: #333;
}
.recycling__info ul {
  margin: 15px 0 0 0;
}
.recycling__info a {
  color: inherit;
}
.recycling__info__image {
  width: 140px;
  text-align: center;
  flex-shrink: 0;
  margin: 0 0 30px 0;
}
@media (min-width:480px) {
  .recycling__info__image {
    margin: 0 35px 0 0;
  }
}
@media (min-width:750px) {
  .recycling__info__image--large {
    width: 193px;
  }
  .recycling__info__image--xlarge {
    width: 290px;
    padding-left: 20px;
  }
}
.recycling__info__image img {
  width: 100%;
}
.recycling__info__image--small img {
  width: 90%;
}
@media (min-width:480px) {
  .recycling__info:nth-child(even) .recycling__info__image {
    margin-right: 0;
    margin-left: 35px;
  }
}

/* APP LINKS */
.recycling__applink {
  margin: 15px 5px 0 0;
  display: inline-block;
}

.recycling__applink img {
  height: 40px;
}

/* EXCURSION */
.recycling__excursion {
  text-align: center;
  padding: 30px 25px;
}
@media (min-width:750px) {
  .recycling__excursion {
    font-size: 1.2em;
    margin-top: 60px;
  }
}

.recycling__excursion__button {
  display: inline-block;
  background-color: #055626;
  color: #fff;
  padding: 15px 30px 15px 30px;
  font-size: 1.1em;
  margin-bottom: 5px;
  text-decoration: none;
}

.recycling__excursion__button:hover {
  color: #fff;
  background-color: #022611;
}

/* DID YOU KNOW */
.recycling__dyk {
  max-width: 710px;
  padding: 0 25px;
  margin: 25px auto;
}
@media (min-width:480px) {
  .recycling__dyk {
    margin: 40px auto 60px auto;
  }
}
.recycling__dyk h2 {
  color: #727272;
  font-style: italic;
  font-size: 1.6em;
  padding: 0 0 0 30px;
  margin: 0 0 20px 0;
}
.recycling__dyk__inside {
  background-color: #f8f8f8;
  padding: 15px 30px;
  font-size: 0.9em;
  color: #606060;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.05);
}
.recycling__dyk__inside ul {
  padding-left: 1.5em;
}
@media (min-width:480px) {
  .recycling__dyk__inside ul {
    margin-bottom: 15px;
    padding-right: 20px;
    width: 50%;
    float: left;
  }
}
.recycling__dyk__inside li {
  margin-bottom: 7px;
}
.recycling__dyk__inside p {
  clear: both;
  color: #888;
}
.recycling__dyk__inside p a {
  color: inherit;
  text-decoration: none;
}
.recycling__dyk__inside p:last-child {
  margin-bottom: 0.5em;
}

/* FORM */
.recycle__form {
  margin: 0 auto;
  background-color: #f8f8f8;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
}
@media (min-width:1025px) {
  .recycle__form {
    padding: 30px;
  }
}

.recycle__form__item {
  padding: 0 8px;
  margin: 0 0 15px 0;
  clear: both;
}
.recycle__form__item--half {
  float: left;
  clear: none;
}

.recycle__form__item--textarea {
  width: 100%;
  max-width: 100%;
  padding: 0 8px;
}

.recycle__form__item label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
}

.recycle__form__item input,
.recycle__form__item textarea {
  width: 100%;
  border: 1px solid #ddd;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  padding: 8px;
}

.recycle__form__item textarea {
  height: 140px;
}

.recycle__form__buttons {
  margin: 8px;
  text-align: right;
}

.recycle__form__buttons input[type=submit],
.recycle__form__buttons input[type=reset],
.recycle__form__buttons button {
  font-family: inherit;
  font-size: inherit;
  appearance: none;
  background-color: #04ab47;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px 8px 15px;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

/* MAP */
.recycling__map {
  text-align: center;
  margin-bottom: 40px;
  padding: 10px 20px;
}
@media (min-width:1025px) {
  .recycling__map {
    padding: 30px 0;
  }
}
.recycling__map h2 {
  font-weight: bold;
  font-size: 1.8em;
  margin: 0.7em 0 0.7em 0;
}
.recycling__map img {
  margin-top: 20px;
}

/* UNDERGROUND WHERE */
.recycling__uwhere {
  margin: 20px 0 10px 0;
}

.recycling__uwhere h2 {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin: 0 0 15px 0;
}

.recycling__uwhere__items {
  text-align: center;
}

.recycling__uwhere__items a {
  display: inline-block;
  margin: 0 20px;
}

.page__inside + .recycling__accepts {
  padding-top: 0;
  margin-top: -40px;
}

.questions {
  padding: 20px 25px;
}
.questions__inside {
  max-width: 1366px;
  margin: 0 auto;
}
@media (min-width:750px) {
  .questions__inside {
    display: flex;
    justify-content: space-between;
  }
}
.questions__block {
  padding: 20px 0;
}
@media (min-width:750px) {
  .questions__block {
    padding: 80px 0;
    width: calc(50% - 40px);
  }
}
.questions__title h2 {
  font-size: 2em;
  margin: 0 0 1em 0;
}

.search__toggle {
  position: absolute;
  top: 21px;
  right: 71px;
  width: 20px;
  height: 21px;
  background-image: url("../img/graphics/icon-search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  text-indent: 1000px;
  z-index: 15;
}
@media (min-width:1025px) {
  .search__toggle {
    top: 30px;
    right: 25px;
  }
}
.search__form {
  width: 360px;
  max-width: calc(100% - 10px);
  background-color: #fff;
  position: absolute;
  top: 65px;
  z-index: 60;
  right: 5px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  display: none;
  padding: 10px;
}
.search-active .search__form {
  display: block;
}
@media (min-width:1025px) {
  .search__form {
    top: 75px;
    right: 10px;
  }
}
.search__form:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  right: 65px;
  display: block;
  background-color: inherit;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width:1025px) {
  .search__form:before {
    right: 15px;
  }
}
.search__form__in {
  position: relative;
}
.search__input {
  padding: 5px;
  border: 1px solid #ddd;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  display: block;
  width: 100%;
  font-size: 0.8em;
}
@media (min-width:750px) {
  .search__input {
    font-size: inherit;
    padding: 10px;
  }
}
.search__button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #96c11f;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 0.8em;
}
@media (min-width:750px) {
  .search__button {
    padding: 5px 20px;
    font-size: inherit;
  }
}

.sfast {
  display: none;
}
@media (min-width:1025px) {
  .sfast {
    display: block;
    position: absolute;
    top: 26px;
    right: 75px;
    z-index: 15;
  }
}
.sfast ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sfast li {
  display: inline-block;
  margin-left: 25px;
  vertical-align: middle;
}
.sfast a {
  color: inherit;
  display: inline-flex;
  align-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 0.8em;
  line-height: 1;
  padding: 0 0 0.2em 0;
}
@media (min-width:1200px) {
  .sfast a {
    font-size: 0.9em;
  }
}
.sfast a:hover {
  text-decoration: underline;
}
.sfast a.sfast__email, .sfast a.sfast__tel {
  font-weight: bold;
  color: #333;
  font-size: 1em;
  padding: 4px 0 4px 24px;
  background-position: 0 43%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
@media (min-width:750px) {
  .sfast a.sfast__email, .sfast a.sfast__tel {
    font-size: 1.15em;
  }
}
.sfast a.sfast__email:hover, .sfast a.sfast__tel:hover {
  text-decoration: none;
}
.sfast a.sfast__tel {
  background-image: url("../img/graphics/icon-phone.svg");
}
.sfast a.sfast__email {
  background-image: url("../img/graphics/icon-mail.svg");
  background-size: 20px 20px;
  padding-left: 28px;
}
.sfast a.sfast__email:hover {
  text-decoration: underline;
}

.switch {
  position: absolute;
  z-index: 10;
  font-weight: bold;
  top: -40px;
  left: 0;
  right: 0;
  font-size: 0.8em;
}
@media (min-width:1025px) {
  .switch {
    font-size: 1em;
    top: 0;
    left: 220px;
  }
}
@media (min-width:1200px) {
  .switch {
    font-size: 1.15em;
    left: 240px;
  }
}
.switch ul {
  margin: 0;
  padding: 0;
  display: flex;
}
@media (min-width:1025px) {
  .switch ul {
    display: block;
  }
}
.switch li {
  display: inline-block;
  width: 50%;
}
@media (min-width:1025px) {
  .switch li {
    width: auto;
    margin-right: 35px;
  }
}
.switch a {
  display: inline-block;
  line-height: 40px;
  text-align: center;
  height: 40px;
  text-decoration: none;
  position: relative;
  color: #fff;
  background-color: #96c11f;
  width: 100%;
}
@media (min-width:1025px) {
  .switch a {
    width: auto;
    color: #96c11f;
    line-height: 83px;
    height: 80px;
    background-color: transparent !important;
  }
  .switch a:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    bottom: -6px;
    left: calc(50% - 6px);
    background-color: currentColor;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.3s;
  }
  .switch li:not(.active) a:hover {
    color: #b1de35;
  }
}
.switch li.active a {
  text-decoration: underline;
  opacity: 1;
}
@media (min-width:1025px) {
  .switch li.active a {
    text-decoration: none;
  }
}
.switch li.active a:after {
  opacity: 1;
}
.switch li:nth-child(even) a {
  background-color: #055626;
}
@media (min-width:1025px) {
  .switch li:nth-child(even) a {
    color: #055626;
  }
  .switch li:nth-child(even):not(.active) a:hover {
    color: #08863b;
  }
}

.submenu {
  /*position:-webkit-sticky;
  position: sticky;
  top: $header-height + $top-height;
  */
  position: relative;
  color: #445e69;
  transition: transform 0.5s;
  background-color: #fff;
  z-index: 60;
  max-height: 67px;
  display: none;
  font-size: 0.9em;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.submenu--long {
  font-size: 0.7em;
}
@media (min-width:1025px) {
  .submenu {
    display: block;
  }
}
@media (min-width:1200px) {
  .submenu {
    font-size: 1em;
  }
  .submenu--long {
    font-size: 0.85em;
  }
}
.submenu ul {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
}
.submenu li {
  display: inline-block;
  margin: 0 9px;
}
.submenu--long li {
  margin: 0 9px;
}
.submenu a {
  text-decoration: none;
  padding: 20px 10px;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.submenu--long a {
  padding: 20px 4px;
}
.submenu a:hover,
.submenu li.active a {
  color: #96c11f;
  border-bottom-color: #96c11f;
}

.sso__important {
  font-weight: bold;
  color: #04ab47;
}
.sso table {
  width: 100%;
}
.sso td {
  transition: background-color 0.6s;
}
@media (max-width:479px) {
  .sso tr {
    display: block;
    margin-bottom: 20px;
  }
  .sso td {
    display: block;
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
  }
  .sso th {
    display: none;
  }
}
@media (max-width:479px) {
  .sso td:first-child {
    font-weight: bold;
  }
}
.sso__area td {
  background-color: transparent !important;
  padding-top: 1.5em !important;
  font-size: 1.5em;
  font-weight: bold;
}
@media (min-width:480px) {
  .sso__area td {
    padding-top: 1.4em !important;
    font-size: 1.3em;
  }
}
.sso__phone {
  white-space: nowrap;
}
.sso__map {
  height: 400px;
  margin-bottom: 40px;
}
@media (min-width:1200px) {
  .sso__map {
    margin-bottom: 60px;
    height: 600px;
  }
}
@media (min-width:1400px) {
  .sso__map {
    margin-bottom: 80px;
  }
}
.sso__iw {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  padding: 8px 6px;
  line-height: 1.8;
}
.sso__iw a {
  font-weight: bold;
  font-size: 16px;
}
.sso__flash td {
  transition: background-color 0.6s;
  background-color: #96c11f !important;
}
.sso__lst {
  background: none 0% 0% repeat scroll white;
  position: absolute;
  top: -10px;
  left: -10px;
  padding: 10px 20px;
  font-size: 13px;
  z-index: 95;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
  display: none;
  width: 400px;
}
@media (min-width:1200px) {
  .sso__lst {
    width: 500px;
  }
}

.title {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #111;
  padding: 40px 25px;
  position: relative;
}
.title--has-video {
  min-height: 350px;
}
@media (min-width:480px) {
  .title {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}
@media (max-width:1024px) {
  .title {
    padding: 40px 25px 40px;
  }
}
@media (min-width:1025px) {
  .title--has-video {
    min-height: calc(75vh - 130px);
  }
}
@media (min-width:1200px) {
  .title--homepage {
    min-height: 430px;
  }
}
.title__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  /*background-image: url('../img/content/uni.jpg');*/
  background-size: cover;
  /*        
  @media screen and (min-width: 1921px) {
      background-size: cover;
  }        
  @media screen and (max-width: 1279px) {
      background-size: cover;
  } */
}
.title__inside {
  position: relative;
  z-index: 20;
  text-align: center;
  color: #fff;
  margin: 43px 0 0;
}
.title__inside h1 {
  font-weight: bold;
  line-height: 1.12;
  display: inline-block;
  max-width: 17em;
  margin: 0 0 0.4em 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .title__inside h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .title__inside h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1360px) {
  .title__inside h1 {
    font-size: 60px;
  }
}
.title__inside p {
  max-width: 50em;
  margin: 0 auto 1em auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.title--homepage .title__inside {
  margin: 0;
}
.title--homepage .title__inside h1 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .title--homepage .title__inside h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .title--homepage .title__inside h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1360px) {
  .title--homepage .title__inside h1 {
    font-size: 60px;
  }
}
.title__breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.title__breadcrumbs p {
  max-width: 1366px;
  margin: 0 auto;
  text-align: left;
  padding: 10px 25px;
  color: #fff;
  font-size: 12px;
  color: #bbb;
}
.title__breadcrumbs p a {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
}
.title__breadcrumbs p a:hover {
  opacity: 1;
}
.title__video {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  bottom: 0;
  left: 0;
}
.title__video video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
  object-position: 50% 50%;
}

body.body_pro_brnaky .title__image {
  background: url("../img/content/bg-brnaci.jpg") no-repeat 0 0;
  background-size: cover;
}

body.body_pro_podnikatele .title__image {
  background: url("../img/content/bg-podnikatele.jpg") no-repeat 0 0;
  background-size: cover;
}

body.body_ostatni .title__image {
  background: url("../img/content/bg-ostatni.jpg") no-repeat 0 0;
  background-size: cover;
}

.table th {
  border-bottom: 2px solid #b1b1b1 !important;
}
.table--striped tr:nth-child(odd) td {
  background-color: #fff;
}
.table--striped tr:nth-child(even) td {
  background-color: #f9f9f9;
}

.tooltip__content {
  width: 400px;
  max-width: 80vw;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a9b4b7;
  color: #fff;
  font-size: 13px;
  z-index: 20;
  padding: 15px 20px;
  display: none;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.2);
}
.tooltip--active .tooltip__content {
  display: block;
  animation-name: fadeIn;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
.tooltip__content p:last-child {
  margin-bottom: 0;
}
.tooltip__content:before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  background-color: inherit;
  left: 12px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.timetable {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width:750px) {
  .timetable {
    margin-bottom: 80px;
  }
}
.timetable h3 {
  font-size: 1.8em;
  color: #055626;
}
.timetable table {
  width: 100%;
  display: block;
  padding: 10px 20px;
  text-align: center;
  background-color: #fff;
  box-shadow: 3px 3px 25px 0 rgba(0, 0, 0, 0.1);
  max-width: 500px;
  margin: 0px auto;
}
@media (min-width:750px) {
  .timetable table {
    padding: 20px 0;
  }
}
.timetable tbody {
  width: 100%;
  display: block;
}
.timetable tr {
  padding: 0 20px;
  display: block;
}
.timetable tr:not(:first-child) {
  border-top: 1px solid #cccccc;
}
@media (min-width:750px) {
  .timetable tr {
    display: inline-block;
  }
  .timetable tr:not(:first-child) {
    border-top: none;
    border-left: 1px solid #cccccc;
  }
}
.timetable th {
  color: #055626;
}
.timetable th,
.timetable td {
  padding: 0;
  display: block;
  border: none !important;
}
.timetable th:first-child,
.timetable td:first-child {
  padding-top: 10px;
}
.timetable th:last-child,
.timetable td:last-child {
  padding-bottom: 10px;
}

.video {
  background-color: #eaeded;
  color: #576a72;
  padding: 20px 25px;
  text-align: center;
}
@media (min-width:750px) {
  .video {
    padding: 70px 25px;
  }
}
.video__parts {
  max-width: 1366px;
  margin: 0px auto 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.video__part {
  width: 100%;
  margin: 20px 0;
}
@media (min-width:750px) {
  .video__part {
    width: 50%;
    margin: 0;
    padding: 0 30px;
  }
}
.video__element {
  position: relative;
  width: 100%;
  margin: 0px auto;
  max-width: 650px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-position: 50% 50%;
}
@media (min-width:1025px) {
  .video__element {
    margin: 30px auto 0 auto;
  }
}
.video__element:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video__element iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media (min-width:1025px) {
  .video__text {
    padding: 0 10px;
  }
}
.video h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
  margin: 0 0 0.4em 0;
  padding: 0;
  color: #1c3f4d;
}
.video__single {
  text-align: center;
  width: 100%;
}
@media (min-width:1200px) {
  .video__single {
    margin-bottom: -30px;
  }
}
.video__single h2 {
  margin-bottom: 0.4em !important;
}
.video p {
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
}

.video2 {
  background-color: #eaeded;
  color: #576a72;
  background-image: url("../img/content/grey-bg-1.jpg");
  padding: 20px 25px;
  background-size: cover;
  background-position: 50% 50%;
}
@media (min-width:750px) {
  .video2 {
    padding: 70px 25px;
  }
}
.video2__head {
  max-width: 1000px;
  margin: 0px auto 40px auto;
  width: 100%;
}
@media (min-width:750px) {
  .video2__head {
    margin: 0px auto 60px auto;
    display: flex;
  }
}
.video2__head__left {
  margin: 30px 0;
}
@media (min-width:750px) {
  .video2__head__left {
    margin: 0;
    width: 50%;
  }
}
@media (min-width:750px) {
  .video2__head__right {
    width: 50%;
  }
}
.video2__head h2 {
  margin: 0;
  font-size: 36px;
  color: #055626;
}
@media (min-width: 514.2857142857px) {
  .video2__head h2 {
    font-size: 7vw;
  }
}
@media (min-width: 714.2857142857px) {
  .video2__head h2 {
    font-size: 50px;
  }
}
.video2__head h2 small {
  font-size: inherit;
  color: #96c11f;
}
.video2__element {
  position: relative;
  width: 100%;
  margin: 0px auto 30px auto;
  background-color: #000;
  max-width: 650px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-position: 50% 50%;
}
@media (min-width:1025px) {
  .video2__element {
    margin: 30px auto 30px auto;
  }
}
.video2__element:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video2__element iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.video3 {
  background-color: #333;
  background-image: url("../img/content/video3bg.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 60px 25px;
}
@media (min-width:1025px) {
  .video3--undersubmenu {
    padding-top: 127px;
  }
}
.video3__inside {
  position: relative;
}
@media (min-width:750px) {
  .video3__inside {
    background-size: cover;
    background-position: 50% 50%;
    max-width: 600px;
    margin: 0px auto;
  }
  .video3__inside:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .video3__inside:after {
    background-image: url("../img/graphics/circle-dark.svg");
    background-size: contain;
    -webkit-mix-blend-mode: color-burn;
    mix-blend-mode: color-burn;
    opacity: 0.5;
  }
}
.video3__content {
  color: #fff;
  text-align: center;
  z-index: 10;
}
@media (min-width:750px) {
  .video3__content {
    position: absolute;
    bottom: 13%;
    left: 0;
    right: 0;
  }
}
.video3__content h2 {
  font-size: 2.5em;
  margin: 0 0 0.35em 0;
  color: #96c11f;
}
.video3__content p {
  max-width: 20em;
  margin: 0 auto 1em auto;
}
.video3__play {
  margin: 30px auto 0 auto;
  width: 80px;
  height: 80px;
  display: block;
  overflow: hidden;
  text-indent: -2200px;
  background-image: url("../img/graphics/button-play.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: filter 0.3s;
  z-index: 20;
}
@media (min-width:750px) {
  .video3__play {
    margin: 0;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
  }
}
.video3__play:hover {
  filter: brightness(0.8) saturate(1.5);
}

.checkbox {
  cursor: pointer;
}
.checkbox__input {
  display: none;
}
.checkbox__check {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: -0.1em;
  background-color: #fff;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
  border: 1px solid #cdcdcd;
}
.checkbox__check--round {
  border-radius: 50%;
}
.checkbox__check:before {
  content: "";
  top: 5px;
  left: 3px;
  position: absolute;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #96c11f;
  border-left: 2px solid #96c11f;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
.checkbox__input:checked ~ .checkbox__check:before {
  opacity: 1;
}

.checkbox_required .checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.01;
}

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