/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
.grid {
  display: flex;
  flex-wrap: wrap;
}
.grid.\-top {
  align-items: flex-start;
}
.grid.\-middle {
  align-items: center;
}
.grid.\-bottom {
  align-items: flex-end;
}
.grid.\-stretch {
  align-items: stretch;
}
.grid.\-baseline {
  align-items: baseline;
}
.grid.\-left {
  justify-content: flex-start;
}
.grid.\-center {
  justify-content: center;
}
.grid.\-right {
  justify-content: flex-end;
}
.grid.\-between {
  justify-content: space-between;
}
.grid.\-around {
  justify-content: space-around;
}
.cell {
  box-sizing: border-box;
  flex-shrink: 0;
}
.cell.\-fill {
  width: 0;
  min-width: 0;
  flex-grow: 1;
}
.cell.\-1of12 {
  width: calc(8.33333333%);
}
.cell.\-2of12 {
  width: calc(16.66666667%);
}
.cell.\-3of12 {
  width: calc(25%);
}
.cell.\-4of12 {
  width: calc(33.33333333%);
}
.cell.\-5of12 {
  width: calc(41.66666667%);
}
.cell.\-menuof12 {
  width: calc(50%);
}
.cell.\-6of12 {
  width: calc(50%);
}
.cell.\-7of12 {
  width: calc(58.33333333%);
}
.cell.\-8of12 {
  width: calc(66.66666667%);
}
.cell.\-9of12 {
  width: calc(75%);
}
.cell.\-10of12 {
  width: calc(83.33333333%);
}
.cell.\-11of12 {
  width: calc(91.66666667%);
}
.cell.\-12of12 {
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .cell.\-6of12.lstanice,
  .cell.\-6of12.rstanice {
    width: 100%;
  }
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
  font-size: 106.25%;
  line-height: 1.15;
  color: #171915;
}

* {
  box-sizing: border-box;
}
img {
  background-position: center center;
}
a {
  color: #006900;
  text-decoration: underline;
  cursor: pointer;
  -o-transition: color 0.2s ease-out, background 0.2s ease-in;
  -ms-transition: color 0.2s ease-out, background 0.2s ease-in;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-in;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-in;
  transition: color 0.2s ease-out, background 0.2s ease-in;
}
a:hover {
  color: #171915;
  text-decoration: none;
}
.container {
  width: 100%;
  max-width: 70.58824em;
  margin-left: auto;
  margin-right: auto;
}
h2,
h3,
h4 {
  margin: 0;
}
blockquote {
  position: relative;
  margin-left: 7.23529em;
  margin-top: 3.17647em;
  margin-bottom: 3.17647em;
  font-style: italic;
  font-size: 123.52941%;
}
blockquote:before {
  position: absolute;
  top: 42%;
  bottom: 42%;
  left: -3.09524em;
  content: " ";
  width: 2.41176em;
  height: 2.05882em;
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2285.04%22%20height%3D%2285.04%22%20viewBox%3D%220%200%2085.04%2085.04%22%3E%3Cg%20fill%3D%22%2387BC2C%22%3E%3Cpath%20d%3D%22M1.926%2066.006c14.956-5.383%2021.241-13.166%2020.041-26.027H11.201V8.568H38.72V35.49c0%2024.231-10.467%2035.899-33.208%2040.983L1.926%2066.006zM45.312%2066.006c14.956-5.383%2021.241-13.166%2020.04-26.027H54.587V8.568h27.518V35.49c0%2024.231-10.467%2035.899-33.207%2040.983l-3.586-10.467z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 2.41176em 2.05882em;
}
@media only screen and (max-width: 40em) {
  blockquote {
    margin-left: 1em;
  }
  blockquote:before {
    left: -1.8em;
    width: 1.5em;
    height: 1.5em;
    background-size: 100% auto;
  }
}
.alignleft {
  display: block;
  float: left;
  margin-top: 0em;
  margin-right: 3.05882em;
  margin-bottom: 2em;
  margin-left: 0;
}
.alignright {
  display: block;
  float: right;
  margin-top: 0em;
  margin-right: 0;
  margin-bottom: 2em;
  margin-left: 3.05882em;
}
.aligncenter {
  display: block;
  margin-top: 2em;
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto;
}
.wp-caption-text {
  font-size: 88.23529%;
  margin-top: -0.5em;
  color: #8b8c8c;
}
.gallery {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: auto !important;
  margin-right: auto !important;
  width: fit-content;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 150px !important;
}
.gallery .wp-caption-text.gallery-caption {
  line-height: 1.2;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery img {
  padding: 1.5px;
  background-color: #fff;
}
.gallery img:hover {
  background: #f3f3f3;
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 98%;
  height: auto;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 70.58824%;
  margin: 0 0 0.70588em;
}
.gallery dl,
.gallery dt {
  margin: 0;
}
.gallery br + br {
  display: none;
}
.size-thumbnail {
  border: 0 !important;
}
table {
  border-collapse: collapse;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 4.23529em;
  margin-bottom: 4.23529em;
  border: 1px solid #aeb8c6;
}
tr {
  border-bottom: 1px solid #aeb8c6;
}
td {
  padding-top: 1.14286em;
  padding-bottom: 1.14286em;
  padding-left: 1.2em;
  padding-right: 1.2em;
  font-size: 82.352974%;
}
thead tr,
tr th,
thead tr:nth-child(odd) {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 40em) {
  .container {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.tax-oblast .breadcrumb-list .item-custom-post-type- {
  display: none;
}
.content h1 {
  line-height: 1.2em;
}
@media only screen and (min-width: 521px) and (max-width: 768px) {
  body {
    padding-left: 0.2em;
    padding-right: 0.2em;
  }
}
.color--default, .color--default > a {
  color: #909191;
}
.color--oranzova, .color--oranzova > a {
  color: #bd3f00;
}
.color--modra, .color--modra > a {
  color: #0a65d8;
}
.color--fialova, .color--fialova > a {
  color: #7e49e2;
}

.color--zluta, .color--zluta > a {
  color: #756327;
}
.color--zelena, .color--zelena > a {
  color: #55722e;
}
.color--hneda, .color--hneda > a {
  color: #9e560d;
}
.color--smodra, .color--smodra > a {
  color: #0c709b;
}
.color--zseda, .color--zseda > a {
  color: #397283;
}
.color--cervena, .color--cervena > a {
  color: #c61e2e;
}
.color--tmodra, .color--tmodra > a {
  color: #405fb2;
}
.color--szelena, .color--szelena > a {
  color: #1d7551;
}
.color--cerna, .color--cerna > a {
  color: #909191;
}
.bg--default {
  background-color: #909191;
}
.bg--oranzova {
  background-color: #bd3f00;
}
.bg--modra {
  background-color: #0a65d8;
}
.bg--fialova {
  background-color: #7e49e2;
}
.bg--zluta {
  background-color: #756327;
}
.bg--zelena {
  background-color: #55722e;
}
.bg--hneda {
  background-color: #9e560d;
}
.bg--smodra {
  background-color: #0c709b;
}
.bg--zseda {
  background-color: #397283;
}
.bg--cervena {
  background-color: #c61e2e;
}
.bg--tmodra {
  background-color: #405fb2;
}
.bg--szelena {
  background-color: #1d7551;
}
.bg--cerna {
  background-color: #909191;
}
.bglight--default,
.gridd--default .gridder-expanded-content {
  background-color: #363944;
}
.bglight--oranzova,
.gridd--oranzova .gridder-expanded-content {
  background-color: #fff3ed;
}
.bglight--modra,
.gridd--modra .gridder-expanded-content {
  background-color: #eef5ff;
}
.bglight--fialova,
.gridd--fialova .gridder-expanded-content {
  background-color: #fcf4ff;
}
.bglight--zluta,
.gridd--zluta .gridder-expanded-content {
  background-color: #fffcf5;
}
.bglight--zelena,
.gridd--zelena .gridder-expanded-content {
  background-color: #f5fef9;
}
.bglight--hneda,
.gridd--hneda .gridder-expanded-content {
  background-color: #fffaf6;
}
.bglight--smodra,
.gridd--smodra .gridder-expanded-content {
  background-color: #f5fafe;
}
.bglight--zseda,
.gridd--zseda .gridder-expanded-content {
  background-color: #f5f5f5;
}
.bglight--cervena,
.gridd--cervena .gridder-expanded-content {
  background-color: #ffeeee;
}
.bglight--tmodra,
.gridd--tmodra .gridder-expanded-content {
  background-color: #eef1ff;
}
.bglight--szelena,
.gridd--szelena .gridder-expanded-content {
  background-color: #eefff9;
}
.bglight--cerna,
.gridd--cerna .gridder-expanded-content {
  background-color: #363944;
}

.barva-default table tr:nth-child(odd) {
  background-color: #363944;
}
.barva-default table thead tr,
.barva-default table tr th,
.barva-default table thead tr:nth-child(odd) {
  background-color: #909191;
}
.barva-oranzova table thead tr,
.barva-oranzova table tr th,
.barva-oranzova table thead tr:nth-child(odd) {
  background-color: #bd3f00;
}
.barva-oranzova table tr:nth-child(odd) {
  background-color: #fff3ed;
}
.barva-modra table thead tr,
.barva-modra table tr th,
.barva-modra table thead tr:nth-child(odd) {
  background-color: #0a65d8;
}
.barva-modra table tr:nth-child(odd) {
  background-color: #eef5ff;
}
.barva-fialova table tr:nth-child(odd) {
  background-color: #fcf4ff;
}
.barva-fialova table thead tr,
.barva-fialova table tr th,
.barva-fialova table thead tr:nth-child(odd) {
  background-color: #7e49e2;
}
.barva-zluta table thead tr,
.barva-zluta table tr th,
.barva-zluta table thead tr:nth-child(odd) {
  background-color: #756327;
}
.barva-zluta table tr:nth-child(odd) {
  background-color: #fffcf5;
}
.barva-zelena table thead tr,
.barva-zelena table tr th,
.barva-zelena table thead tr:nth-child(odd) {
  background-color: #55722e;
}
.barva-zelena table tr:nth-child(odd) {
  background-color: #f5fef9;
}
.barva-hneda table thead tr,
.barva-hneda table tr th,
.barva-hneda table thead tr:nth-child(odd) {
  background-color: #9e560d;
}
.barva-hneda table tr:nth-child(odd) {
  background-color: #fffaf6;
}
.barva-smodra table thead tr,
.barva-smodra table tr th,
.barva-smodra table thead tr:nth-child(odd) {
  background-color: #0c709b;
}
.barva-smodra table tr:nth-child(odd) {
  background-color: #f5fafe;
}
.barva-zseda table thead tr,
.barva-zseda table tr th,
.barva-zseda table thead tr:nth-child(odd) {
  background-color: #397283;
}
.barva-zseda table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.barva-cervena table thead tr,
.barva-cervena table tr th,
.barva-cervena table thead tr:nth-child(odd) {
  background-color: #c61e2e;
}
.barva-cervena table tr:nth-child(odd) {
  background-color: #ffeeee;
}
.barva-tmodra table thead tr,
.barva-tmodra table tr th,
.barva-tmodra table thead tr:nth-child(odd) {
  background-color: #405fb2;
}
.barva-tmodra table tr:nth-child(odd) {
  background-color: #eef1ff;
}
.barva-szelena table thead tr,
.barva-szelena table tr th,
.barva-szelena table thead tr:nth-child(odd) {
  background-color: #1d7551;
}
.barva-szelena table tr:nth-child(odd) {
  background-color: #eefff9;
}
.barva-cerna table thead tr,
.barva-cerna table tr th,
.barva-cerna table thead tr:nth-child(odd) {
  background-color: #909191;
}
.barva-cerna table tr:nth-child(odd) {
  background-color: #363944;
}
.header {
  margin-top: 0.94118em;
  border-bottom: 5px solid #3e3c3c;
}
@media only screen and (max-width: 45.17647em) {
  .header {
    padding-bottom: 1em;
  }
}
.footer {
  /*margin-top: 1.88235em;*/
}
.home .footer {
  margin-top: 0;
}
.footer-image {
  background-image: url(../img/sky-small.png);
  background-repeat: repeat-x;
  background-position: top;
  position: relative;
  padding-top: 3.52941em;
  margin-bottom: 5.76471em;
}
.footer-image__prekryv {
  height: 6.47059em;
  width: 100%;
  background-color: #fff;
  margin-top: -6.35059em;
}
.footer-bottom {
  color: #006400;
}
@media only screen and (min-width: 30em) {
  .footer-bottom {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer-bottom-left {
  box-sizing: border-box;
  flex-shrink: 0;
  border-left: 1px solid #abb9c6;
  padding-left: 1.11765em;
  padding-right: 1.11765em;
  margin-bottom: 1em;
}
.footer-bottom-left-title {
  font-size: 123.52941%;
  font-weight: 900;
}
.footer-bottom-left-subtitle {
  font-weight: 300;
}
.definition-list-image i {
  display: block;
}
.definition-list-image i svg {
  width: 32px;
  height: 32px;
}
.menu-social-link-i svg {
  width: 40px;
  height: 40px;
}
.definition-list-image i svg path,
.menu-social-link-i svg path {
  fill: currentColor;
  color: #abda37;
}
.definition-list {
  width: 100%;
}
.definition-list-image {
  float: left;
  width: 2.94118em;
  overflow: hidden;
  clear: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.definition-list-text {
  display: block;
  margin-left: 3.5em;
  line-height: 1.88235em;
  padding-top: 1px;
}
.definition-list-text a {
  text-decoration: none;
  font-weight: bold;
  line-height: 2em;
  display: block;
}
.footer-bottom-middle,
.footer-bottom-right {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  border-left: 1px solid #abb9c6;
  padding-left: 1.11765em;
  padding-right: 1.11765em;
  margin-bottom: 1em;
}
.footer-bottom-middle-text {
  font-size: 88.23529%;
}
.footer-bottom-middle-menu {
  margin-top: 0.5em;
  margin-bottom: 0.76923em;
  width: 100%;
  clear: both;
  overflow: hidden;
}
.footer-bottom-middle-menu-list {
  font-size: 76.47059%;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.footer-bottom-middle-menu-list .menu-item {
  float: left;
  margin-right: 1.23077em;
}
.footer-bottom-middle-menu-list .menu-item a {
  font-weight: 900;
}
.footer-bottom-middle-change {
  font-size: 76.47059%;
}
.footer-bottom-right-link {
  font-weight: 900;
  display: block;
  margin-left: 5px;
}
.footer-bottom-right-logo {
  margin-top: 0.5em;
}
.footer-bottom-right-logo svg {
  width: 100%;
  max-width: 180px;
  height: auto;
}
.footer-bottom-right-link img {
  width: 8em;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 48rem) {
  .footer-bottom-left,
  .footer-bottom-middle,
  .footer-bottom-right {
    width: calc(33.33333333%);
  }
}
form {
  position: relative;
}
.inp--label {
  font-size: 94.11765%;
  line-height: 3em;
}
.inp--date {
  line-height: 1.5;
  font-size: 94.11765%;
  border-radius: 0.725em;
  padding-left: 1em;
}
.int--text {
  line-height: 1.5;
  font-size: 94.11765%;
  border-radius: 0.725em;
  padding-left: 1em;
}
.inp--search {
  width: 100%;
  height: 1.92857em;
  border: 0;
  border-radius: 0.96429em;
  padding-left: 1.07143em;
  padding-right: 2.5em;
  font-size: 82.35294%;
  line-height: 1.92857em;
  background-color: #006400;
  color: #fff;
}
.inp--search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.inp--search::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.inp--search:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.inp--search:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
@media only screen and (max-width: 956px) {
  .inp--search {
    font-size: 100%;
  }
}
button {
  cursor: pointer;
}
.btn {
  cursor: pointer;
}
.btn--search {
  position: absolute;
  right: 0.6em;
  top: 0.01em;
  border: 0;
  background-color: transparent;
  width: 1.76471em;
  height: 1.70588em;
}
.btn--search i {
  background-size: 100% 100%;
  width: 100%;
  color: #171915;
  height: 100%;
  display: block;
}
.btn--search .icon-icon_FIND {
  width: 20px !important;
  height: 20px !important;
}
.btn--search .icon-icon_FIND svg {
  width: 20px !important;
  height: 20px !important;
}
.btn--search .icon-icon_FIND path {
  fill: #171915;
}
.btn--filter {
  border: 0;
  color: #fff;
  font-weight: bold;
  background-color: transparent;
}
.btn--news {
  position: absolute;
  bottom: 2em;
  left: 2.11765em;
  display: block;
  width: 8.13333em;
  height: 2em;
  border-radius: 1em;
  line-height: 2em;
  text-align: center;
  font-size: 88.23529%;
  color: white;
  text-decoration: none;
}
.btn--news:hover {
  color: #fff;
}
.btn--newshp {
  bottom: 2em;
  left: 2.11765em;
  display: block;
  width: 8.13333em;
  height: 2em;
  border-radius: 1em;
  line-height: 2em;
  text-align: center;
  font-size: 88.23529%;
  color: white;
  text-decoration: none;
}
.btn--newshp:hover {
  color: #fff;
}
.btn--default {
  background-color: #909191;
}
.btn--default:hover {
  background-color: #363944;
}
.btn--oranzova {
  background-color: #bd3f00;
}
.btn--oranzova:hover {
  background-color: #fff3ed;
  color: #bd3f00;
}
.btn--modra {
  background-color: #0a65d8;
}
.btn--modra:hover {
  background-color: #eef5ff;
  color: #0a65d8;
}
.btn--fialova {
  background-color: #7e49e2;
}
.btn--fialova:hover {
  background-color: #fcf4ff;
  color: #7e49e2;
}
.btn--zluta {
  background-color: #756327;
}
.btn--zluta:hover {
  background-color: #fffcf5;
  color: #756327;
}
.btn--zelena {
  background-color: #55722e;
}
.btn--zelena:hover {
  background-color: #f5fef9;
  color: #55722e;
}
.btn--hneda {
  background-color: #9e560d;
}
.btn--hneda:hover {
  background-color: #fffaf6;
  color: #9e560d;
}
.btn--smodra {
  background-color: #0c709b;
}
.btn--smodra:hover {
  background-color: #f5fafe;
  color: #0c709b;
}
.btn--zseda {
  background-color: #397283;
}
.btn--zseda:hover {
  background-color: #f5f5f5;
  color: #397283;
}
.btn--cervena {
  background-color: #c61e2e;
}
.btn--cervena:hover {
  background-color: #ffeeee;
  color: #c61e2e;
}
.btn--tmodra {
  background-color: #405fb2;
}
.btn--tmodra:hover {
  background-color: #eef1ff;
  color: #405fb2;
}
.btn--szelena {
  background-color: #1d7551;
}
.btn--szelena:hover {
  background-color: #eefff9;
  color: #1d7551;
}
.btn--cerna {
  background-color: #909191;
}
.btn--cerna:hover {
  background-color: #363944;
}
.btn--hp {
  margin-top: 1.42857em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}
.logo {
  margin-bottom: 0.70588em;
}
.logo-link__image {
  float: left;
}
.logo-link__title {
  position: relative;
  float: left;
  margin-left: 2.15em;
  margin-top: 1em;
  width: 7.5em;
  font-size: 100%;
  font-weight: 900;
  line-height: 1.1em;
}
.logo-link__title:before {
  position: absolute;
  left: -1.2em;
  content: "";
  height: 4.25em;
  border-left: 1px solid #171915;
}
.logo-link__title--en:before {
  height: 2.4em;
}
@media only screen and (max-width: 520px) {
  .logo-link__image {
    width: 100px;
    height: auto;
  }
  .logo-link__title {
    position: relative;
    float: left;
    margin-left: 1.3em;
    margin-top: 1em;
    width: 5.55em;
    font-size: 100.64706%;
    font-weight: 900;
    line-height: 1.1em;
  }
  .logo-link__title:before {
    position: absolute;
    left: -0.7em;
    content: "";
    height: 3.15em;
    border-left: 1px solid #171915;
  }
  .logo-link__title--en:before {
    height: 2.4em;
  }
}
#nav {
  margin-top: 1.70588em;
  margin-bottom: 1em;
  height: 2.94118em;
}
#nav > a {
  display: none;
}
#nav li {
  position: relative;
  list-style: none;
}
#nav li a {
  color: #006400;
  text-decoration: none;
  display: block;
}
#nav li a:active {
  background-color: transparent;
}
#nav span:after {
  width: 0;
  height: 0;
  border-bottom: none;
  content: "";
  vertical-align: middle;
  display: inline-block;
  position: relative;
  right: -0.313em;
}
/* first level */
#nav > .menu-menu-container > ul > li {
  height: 100%;
  line-height: 3.94118em;
  float: left;
}
#nav > .menu-menu-container > ul > li > a {
  height: 100%;
  text-align: center;
}
#nav > .menu-menu-container > ul > li > a:hover {
  color: #171915;
}
/* second level */
#nav .menu-item {
  display: inline-block;
  float: left;
  margin-right: 1.58824em;
  font-weight: 900;
}
#menu-menu > .menu-item {
  position: relative;
}
#menu-menu > .menu-item:before {
  position: absolute;
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #006400;
  left: -0.91412em;
  top: 1.85176em;
  color: #006400;
}
#menu-menu > .menu-item:first-child:before {
  width: 0;
  height: 0;
}
#nav li ul {
  background-color: #3e3c3c;
  display: none;
  position: absolute;
  top: 100%;
  z-index: 99999999999999999999999;
}
#nav li:hover ul {
  display: block;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
  width: auto;
}
#nav li:not(:first-child):hover ul {
  left: -1px;
}
#nav .menu-item .sub-menu .menu-item a {
  min-width: 15.70588em;
  padding-left: 1em;
  height: auto;
  min-height: 1.82353em;
  line-height: 1.82353em;
  text-align: left;
  font-weight: 300;
}
#nav li ul a {
  background: #3e3c3c;
  color: #fff;
  min-height: 1.82353em;
  line-height: 1.82353em;
  padding-left: 1em;
  border-top: 1px solid #636565;
  border-bottom: 1px solid #3e3c3c;
  display: block;
}
#nav li ul li a:hover,
#nav li ul:not(:hover) li.active a {
  background-color: #006400;
  color: #fff;
}
/*
@media only screen and (min-width: 40em) and (max-width: 50em) {
  #nav {
    width: auto;
  }
}
*/
@media only screen and (max-width: 956px) {
  #nav {
    position: absolute;
    top: auto;
    left: auto;
    order: -1;
    width: calc(95.3%);
    margin-top: 0;
    margin-bottom: 0.5em;
  }
  .menu-menu-container {
    clear: both;
  }
  #nav .menu-item {
    margin-right: 0;
  }
  #nav > a {
    width: 3.125em;
    /* 50 */
    height: 3.125em;
    /* 50 */
    right: 0.5em;
    text-align: left;
    text-indent: -9999px;
    background-color: #006400;
    position: relative;
    float: right;
  }
  #nav > a:before,
  #nav > a:after {
    position: absolute;
    border: 2px solid #fff;
    top: 35%;
    left: 25%;
    right: 25%;
    content: "";
  }
  #nav > a:after {
    top: 60%;
  }
  #nav:not(:target) > a:first-of-type,
  #nav:target > a:last-of-type {
    display: block;
  }
  /* first level */
  #nav > .menu-menu-container > ul {
    height: auto;
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 0;
    margin-top: 0;
    background-color: #3e3c3c;
    z-index: 999999999;
  }
  #nav:target > .menu-menu-container > ul {
    display: block;
  }
  #nav > .menu-menu-container > ul > li {
    width: 100%;
    float: none;
    list-style: none;
  }
  #nav > .menu-menu-container > ul > li > a {
    height: auto;
    color: #fff;
    text-align: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  #nav > .menu-menu-container > ul > li:not(:last-child) > a {
    border-right: none;
  }
  /* second level */
  #nav li .sub-menu {
    width: 100%;
  }
  #nav li .sub-menu li {
    width: 100%;
    margin-right: 0;
  }
  #nav li .sub-menu li a {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  #nav li:hover ul {
    overflow: hidden;
    clear: both;
  }
  #nav li ul {
    position: static;
    padding: 1.25em;
    /* 20 */
    padding-top: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 520px) {
  #nav {
    margin-top: -0.94118em;
  }
  #nav > a {
    border-radius: 15px;
    right: -0.2em;
  }
  #nav > .menu-menu-container > ul > li {
    line-height: 2.9em;
  }
}
@media only screen and (min-width: 521px) and (max-width: 768px) {
  #nav {
    margin-top: -0.94118em;
    width: 99%;
  }
  #nav > a {
    border-radius: 15px;
    right: 0.5em;
  }
  #nav > .menu-menu-container > ul > li {
    line-height: 2.9em;
  }
}
@media only screen and (max-width: 956px) {
  #nav > a {
    border-radius: 15px;
  }
}
.menu-other-social-link {
  display: inline-block;
}
.menu-other-social {
  margin-top: 1.64706em;
}
.menu-other-social-link-i.icon-social_INSTAGRAM,
.menu-other-social-link-i.icon-social_FACEBOOK,
.menu-other-social-link-i.icon-social_TWITTER {
  width: 32px;
  height: 32px;
  display: block;
  background-size: 100% 100%;
}
.menu-other-search {
  max-width: 14.82857em;
  position: relative;
  display: inline-block;
}
.menu-other-language {
  display: inline-block;
  margin-left: 1em;
}
.menu-other-language__link {
  font-weight: 900;
  text-decoration: none;
}
@media only screen and (max-width: 956px) {
  .menu-other-social {
    margin-top: 0.5em;
  }
  .menu-other-social-link-i.icon-social_INSTAGRAM,
  .menu-other-social-link-i.icon-social_FACEBOOK,
  .menu-other-social-link-i.icon-social_TWITTER {
    width: 50px;
    height: 50px;
    display: block;
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 520px) {
  .menu-other-language {
    margin-left: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .menu-other {
    margin-left: 2em;
  }
}
.sr-only {
  position: absolute;
  left: -9999999px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: " ";
}
.carousel-control .icon-next:before {
  content: " ";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.slider .cover {
  width: 100%;
  min-height: 32em;
  position: relative;
}
.slider .item {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider .carousel-caption {
  margin-bottom: 10px;
  left: 15%;
  right: 15%;
}
.slider h1 {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 0.15em 0;
  font-size: 352.94118%;
  font-weight: 900;
  text-align: left;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.slider p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.47059em;
  text-align: center;
  font-weight: 500;
  font-size: 141.17647%;
  line-height: 1.64706em;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.15s;
  background-color: rgba(0, 0, 0, 0.5);
}
.slider .carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.5);
  border-width: 2px;
  border-color: transparent;
}
.slider .carousel-indicators li.active {
  background-color: transparent;
  border-width: 2px;
  border-color: white;
}
.slider .carousel-control {
  width: 7%;
}
.slider .carousel-control .icon-next,
.slider .carousel-control .glyphicon-chevron-right,
.slider .carousel-control .icon-left {
  right: 20%;
}
.slider .carousel-control .icon-left,
.slider .carousel-control .icon-right {
  width: 2.94118em;
  height: 2.94118em;
  background-size: 100% 100%;
}
.slider .carousel-control .icon-prev,
.slider .carousel-control .glyphicon-chevron-left {
  left: 20%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .slider .carousel-caption {
    left: 10%;
    right: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .slider .carousel-caption {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    left: 10%;
    right: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .slider .carousel-control .icon-next,
  .slider .carousel-control .glyphicon-chevron-right {
    right: 65%;
  }
  .slider .carousel-control .icon-prev,
  .slider .carousel-control .glyphicon-chevron-left {
    left: 65%;
  }
  .slider {
    padding-left: 0;
    padding-right: 0;
  }
}
.carousel-caption--sub {
  margin-bottom: 10px;
  left: 15%;
  right: 15%;
  bottom: 15%;
}
.slider-icons {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.slider-icons__ico {
  margin-left: 0;
}
.slider--sub .cover {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .slider-icons__ico {
    width: 80px;
    height: auto;
  }
  .slider h1.slider-title {
    font-size: 430%;
  }
}
@media only screen and (max-width: 520px) {
  .slider .carousel-caption {
    left: 8%;
    right: 8%;
  }
  .slider h1.slider-title {
    font-size: 280%;
  }
  .slider-icons img {
    width: 75px;
    height: 75px;
  }
}
.news {
  margin-bottom: 0.70588em;
}
.news__title {
  margin-top: 0;
  margin-bottom: 0.68519em;
  font-size: 317.64706%;
  font-weight: 900;
  color: #006400;
}
.news__title a {
  text-decoration: none;
}
.news--hp {
  background: url("../img/podklad_news.jpg") top center;
  background-repeat: repeat-y;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3em;
}
.news--hp .read-more {
  display: none;
}
.news-block {
  background-size: cover;
  background-position: center center;
  min-height: 24em;
  margin-left: 1px;
  margin-right: 1px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .news--hp .container {
    display: flex;
    flex-wrap: wrap;
  }
  .news--hp .news-block {
    box-sizing: border-box;
    flex-shrink: 0;
    width: calc((100% * 4 / 12) - 2px);
  }
  .news--hp .news-block--first {
    box-sizing: border-box;
    flex-shrink: 0;
    width: calc(100% - 2px);
    margin-bottom: 2px;
    min-height: 24em;
  }
}
.news-block-alpha {
  height: 100%;
  color: #fff;
  position: relative;
}
.news-block-alpha__ico {
  position: absolute;
  top: 12px;
  right: 14px;
  display: block;
}
.news-block-alpha-bg {
  padding: 2.11765em;
  background-color: rgba(21, 21, 21, 0.6);
}
.news-block-alpha-title {
  margin-top: 0;
  margin-bottom: 0.51429em;
}
.news-block-alpha-title__link {
  font-size: 150.82956%;
  color: #fff;
  font-weight: 900;
  line-height: 1.08571em;
  text-decoration: none;
}
.news-block-alpha-title__link:hover {
  color: #fff;
}
.news-block-alpha__date {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1em;
}
.news-block-alpha__text {
  line-height: 1.3em;
}
.news-box {
  margin-bottom: 0.70588em;
}
.news-box-left {
  position: relative;
  clear: both;
  overflow: hidden;
}
.news-box-left-link {
  display: block;
  position: relative;
  width: 197px;
  height: 164px;
  margin-left: auto;
  margin-right: auto;
}
.news-box-left-link--mobil {
  width: 100%;
  height: auto;
}
.news-box-left-link__img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.news-box-left-link__img--mobil {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.news-box-left-link__ico {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}
.news-box-right {
  padding-left: 1.05882em;
}
.news-box-right-title {
  margin-top: 0.88235em;
  margin-bottom: 0;
  font-size: 100%;
}
.news-box-right-title a {
  font-size: 123.52941%;
  color: #171915;
  font-weight: 900;
  text-decoration: none;
}
.news-box-right-title a:hover {
  text-decoration: underline;
}
.news-box-right-subtitle {
  font-style: italic;
}
.news-box-right-date {
  font-weight: 900;
  margin-top: 0.88235em;
  margin-bottom: 0.94118em;
  text-transform: lowercase;
}
@media only screen and (max-width: 520px) {
  .news-block-alpha-title__link {
    font-size: 170.88235%;
  }
  .news-box-left.cell.\-2of12,
  .news-box-right.cell.\-8of12 {
    width: 100%;
  }
  .news-box-right.cell.\-8of12 {
    padding-left: 0;
  }
}
.maps {
  background-color: #cef4ff;
  padding-top: 2.29412em;
  padding-bottom: 2.29412em;
  overflow: hidden;
  clear: both;
  position: relative;
}
.maps-left {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 650px) {
  .maps-left {
    min-width: 650px;
    width: 70%;
    float: left;
  }
}
@media only screen and (max-width: 649px) {
  .maps-left {
    width: 320px;
    height: 350px;
    float: none;
  }
}
.maps-left-map {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 650px) {
  .maps-left-map {
    width: 604px;
    height: 640px;
  }
}
@media only screen and (max-width: 649px) {
  .maps-left-map {
    width: 320px;
    height: 350px;
  }
}
.maps-right {
  float: left;
  padding-left: 3em;
}
@media only screen and (max-width: 649px) {
  .maps-right {
    float: none;
  }
}
.maps-right__title {
  font-size: 111.76471%;
  font-weight: normal;
  margin-top: 3em;
  margin-bottom: 0;
}

.tooltip_templates {
  display: none;
}
.maps-right-list-item--bad a {
  background-color: #e51248;
  border: 1px solid transparent;
}
.maps-right-list-item--bad:before {
  position: absolute;
  content: '';
  display: block;
  width: 39px;
  height: 35px;
  background-image: url('../img/st-bad.png');
  background-repeat: no-repeat;
  left: -45px;
  top: -6px;
}
.maps-left-map {
  position: relative;
}
.maps-left-map__img {
  position: absolute;
}
@media only screen and (min-width: 650px) {
  .maps-left-map__img {
    width: 604px;
    height: 640px;
  }
}
@media only screen and (max-width: 649px) {
  .maps-left-map__img {
    width: 320px;
    height: 339.0728px;
  }
}
.maps-left-map-button {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
}
.maps-left-map-button:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background-color: rgb(143, 182, 36);
  border-radius: 10px;
  display: block;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  left: 10px;
  top: 10px;
}
@media only screen and (max-width: 649px) {
  .maps-left-map-button:before {
    width: 15px;
    height: 15px;
  }
}
.maps-left-map-button:hover {
  transform-origin: center center;
}
.maps-left-map-button:hover:before {
  background-color: rgb(143, 182, 36);
  width: 22px;
  height: 22px;
  left: 9px;
  top: 9px;
  transform-origin: center center;
}
@media only screen and (max-width: 649px) {
  .maps-left-map-button:hover:before {
    width: 17px;
    height: 17px;
  }
}

.maps-left-map-button__bad--cervena:before {
  background-color: rgb(255,0,0);
  top: 10px;
  left: 10px;
  box-shadow: 0 0 0 rgba(255,0,0, 0.4);
  -webkit-animation: puls 1s infinite;
  -moz-animation: puls 1s infinite;
  animation: puls 1s infinite;

}

.maps-left-map-button__bad--orange:before {
  background-color: rgb(238, 154, 0);
  top: 10px;
  left: 10px;
  box-shadow: 0 0 0 rgba(238,154,0, 0.4);
  -webkit-animation: puls 1s infinite;
  -moz-animation: puls 1s infinite;
   animation: puls 1s infinite;
}

.maps-left-map-button__bad--cervena:hover:before {
  background-color: rgb(255,0,0);
}
.maps-left-map-button__bad--orange:hover:before {
  background-color: rgb(238,154,0);
}

@media only screen and (min-width: 650px) {
  .maps-left-map-button__ceskobratrska {
    top: 237px;
    left: 378px;
  }
}
@media only screen and (max-width: 649px) {
  .maps-left-map-button__ceskobratrska {
    top: 125.5629px;
    left: 200.2649px;
  }
}
@media only screen and (min-width: 650px) {
  .maps-left-map-button__fifejdy {
    top: 221px;
    left: 299px;
  }
}
@media only screen and (max-width: 649px) {
  .maps-left-map-button__fifejdy {
    top: 151.5232px;
    left: 175.3642px;
  }
}
@media only screen and (min-width: 650px) {
  .maps-left-map-button__marhory {
    top: 283px;
    left: 300px;
  }
}
@media only screen and (max-width: 649px) {
  .maps-left-map-button__marhory {
    top: 162.1192px;
    left: 140.3974px;
  }
}
@media only screen and (min-width: 650px) {
  .maps-left-map-button__poruba {
    top: 382px;
    left: 200px;
  }
}
@media only screen and (max-width: 649px) {
  .maps-left-map-button__poruba {
    top: 156.2914px;
    left: 87.9470px;
  }
}
@media only screen and (min-width: 650px) {
  .maps-left-map-button__porubaDD {
    top: 303px;
    left: 175px;
  }
}
@media only screen and (max-width: 649px) {
  .maps-left-map-button__porubaDD {
    top: 135.0993px;
    left: 65.1656px;
  }
}
@media only screen and (min-width: 650px) {
  .maps-left-map-button__privoz {
    top: 171px;
    left: 353px;
  }
}
@media only screen and (max-width: 649px) {
  .maps-left-map-button__privoz {
    top: 95.8940px;
    left: 158.9404px;
  }
}
@media only screen and (min-width: 650px) {
  .maps-left-map-button__radvanice {
    top: 386px;
    left: 505px;
  }
}
@media only screen and (max-width: 649px) {
  .maps-left-map-button__radvanice {
    top: 185.4305px;
    left: 277.6159px;
  }
}
@media only screen and (min-width: 650px) {
  .maps-left-map-button__radvaniceozo {
    top: 333px;
    left: 498px;
  }
}
@media only screen and (max-width: 649px) {
  .maps-left-map-button__radvaniceozo {
    top: 135.0993px;
    left: 254.3046px;
  }
}
@media only screen and (min-width: 650px) {
  .maps-left-map-button__zabreh {
    top: 380px;
    left: 250px;
  }
}
@media only screen and (max-width: 649px) {
  .maps-left-map-button__zabreh {
    top: 222.5166px;
    left: 98.0132px;
  }
}
@media only screen and (min-width: 650px) {
  .maps-left-map-button__hrabova {
    top: 489px;
    left: 360px;
  }
}
@media only screen and (max-width: 649px) {
  .maps-left-map-button__hrabova {
    top: 259.0728px;
    left: 190.7285px;
  }
}
@media only screen and (min-width: 650px) {
  .maps-left-map-button__kuncicky {
    top: 350px;
    left: 442px;
  }
}
@media only screen and (max-width: 649px) {
  .maps-left-map-button__kuncicky {
    top: 208.2119px;
    left: 220.3974px;
  }
}
@media only screen and (min-width: 649px) {
  .maps-left-map-button__hrusov {
    top: 140.2119px;
    left: 404.3974px;
  }
}
@media only screen and (max-width: 649px) {
  .maps-left-map-button__hrusov {
    top: 75.2119px;
    left: 216.3974px;
  }
}
.js-maps-active a {
  background-color: #fff;
  border: 1px solid #397283;
  color: #397283;
}
.js-circle-active:before {
  background-color: #cef4ff !important;
  width: 22px;
  height: 22px;
  left: 9px;
  top: 9px;
  transform-origin: center center;
}
@media only screen and (max-width: 649px) {
  .js-circle-active:before {
    width: 17px;
    height: 17px;
  }
}

.maps-left-map-button__bad.js-circle-active:before {
  background-color: #e51248 !important;
  top: 10px;
  left: 10px;
}

.theme {
  padding-top: 2.29412em;
  padding-bottom: 2.29412em;
}
.theme-title {
  margin-bottom: 0.37037em;
  font-weight: 900;
  font-size: 317.64706%;
}
.theme-title__link {
  text-decoration: none;
}
.theme-box {
  /*max-width: 13.52941em;*/
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
  min-height: 24.05882em;
  padding-bottom: 2em;
}
@media only screen and (max-width: 40em) {
  .theme-box {
    /*max-width: 13.52941em;*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    box-sizing: border-box;
    flex-shrink: 0;
  }
}
.theme-box-link-hp {
  width: 100%;
  text-align: center;
}
.theme-box-link-hp .btn--hp {
  margin: 0 auto 0 auto;
}
.theme-box-link-hp .btn--newshp {
  margin-left: auto;
  margin-right: auto;
}
.theme-box-link__img {
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.theme-box-title {
  width: 85%;
  min-height: 3.25em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.16667em;
  margin-bottom:0;
  font-size: 141.17647%;
  font-weight: 900;
}
@media only screen and (min-width: 1200px) {
  .theme-box {
    box-sizing: border-box;
    flex-shrink: 0;
    width: calc(25%);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .theme-box {
    box-sizing: border-box;
    flex-shrink: 0;
    width: calc(33.33333333%);
  }
}
@media only screen and (min-width: 540px) and (max-width: 768px) {
  .theme-box {
    box-sizing: border-box;
    flex-shrink: 0;
    width: calc(50%);
  }
}
.theme-box-link {
  text-decoration: none;
  display: block;
  /*overflow: hidden;*/
  /*
    &:hover .theme-box-link2 {

    }
*/
}
.theme-box-link:hover img {
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.theme-box-link:hover h3,
.theme-box-link:hover .theme-box-description {
  color: grey;
}
span.btn.btn--news {
  display: block;
}
.cat-description {
  padding-top: 1.52em;
  padding-bottom: 2.44em;
  font-size: 147.05882%;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
}
.cat-description .social-site-page {
  top: -50px;
  right: 0;
}
.subcategory {
  overflow: hidden;
  clear: both;
}
.subcategory__title {
  margin-bottom: 1.09259em;
  font-size: 317.64706%;
  font-weight: 900;
}
.subcategory-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.subcategory-list-item {
  float: left;
  display: block;
  width: 100%;
  min-height: 20em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}
.subcategory-list-item-link {
  color: #171915;
  text-decoration: none;
  position: relative;
}
@media only screen and (min-width: 640px) and (max-width: 820px) {
  .subcategory-list-item-link img {
    width: 100%;
    height: auto;
  }
}
.subcategory-list-item-link__title {
  margin-top: 1.16667em;
  font-size: 141.17647%;
  font-weight: 900;
  line-height: 1.12;
}
.subcategory-list-item-link__img {
  border-radius: 113px;
}
@media only screen and (min-width: 40em) {
  .subcategory-list {
    display: flex;
    flex-wrap: wrap;
  }
  .subcategory-list-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: calc(33.33333333%);
  }
}
.info {
  margin-top: 2em;
  /*padding-top: 2.58824em;
  padding-bottom: 2.58824em;*/
}
.info-box {
  overflow: hidden;
  clear: both;
  position: relative;
  padding-top: 1.76471em;
  padding-right: 1.76471em;
  padding-bottom: 1.76471em;
  padding-left: 1.76471em;
}
.info-box table,
.info-box table * {
  border: 0;
}
.info__title {
  /*padding-top: 0.81481em;*/
  margin-bottom: 0.5em;
  font-size: 317.64706%;
  font-weight: 900;
  color: #fff;
  line-height: 1.1em;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .info__title {
    padding-left: 0.5em;
  }
}
@media only screen and (max-width: 500px) {
  .info__title {
    font-size: 275%;
  }
}
.info-box__title {
  color: #fff;
}
.info-color--light .info-box__title {
  color: #171915;
}
.info-box .post-edit-link {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  font-style: italic;
  font-size: 0.8rem;
}
.bg--fialova,
.bglight--fialova {
  padding-top: 2.58824em;
  padding-bottom: 2.58824em;
}
.bglight--fialova .info-box__title {
  color: #171915;
}
@media only screen and (min-width: 768px) {
  .info-color .container {
    display: flex;
    flex-wrap: wrap;
  }
  .info-box {
    width: calc(33.33333333%);
    box-sizing: border-box;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .info-box__text img {
    max-width: 100%;
    height: auto;
  }
}
.staticpage {
  padding-top: 6.47059em;
  padding-bottom: 6.47059em;
  background-size: cover;
  background-repeat: no-repeat;
}
.staticpage-box {
  color: #fff;
  background-color: #363944;
  width: 100%;
  max-width: 1200px;
  padding-top: 2.05882em;
  padding-right: 3.23529em;
  padding-bottom: 3.23529em;
  padding-left: 2.23529em;
}
.staticpage-box__title {
  font-size: 329.41176%;
  font-weight: 900;
}
.video-out {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}
.bx-viewport {
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  background: transparent;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../../../img/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #171915;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #006400;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../../../img/controls.png") no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url("../../../img/controls.png") no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../../../img/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../../../img/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
.banners {
  background-color: #dedede;
  padding-top: 4em;
  padding-bottom: 2em;
}
.thematic {
  /*margin-top: 1.88235em; */
}
.thematic .cell {
  padding: 1px;
}
.thematic__title {
  margin-top: .83333em;
  margin-bottom: .72222em;
  font-size: 317.64706%;
  font-weight: 900;
}

.thematic__title a {
  text-decoration: none;
}

.thematic__title a:hover {
  text-decoration: underline;
}

.thematic-block {
  background-size: cover;
  width: 100%;
  height: 20.23529em;
  position: relative;
}
.thematic-block-alpha {
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  color: #fff;
  background-color: rgba(21, 21, 21, 0.6);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+33 */
}
.thematic-block-alpha-title {
  font-size: 125%;
  margin-top: 0.5em;
  margin-bottom: 0.74286em;
  min-height: 3.42857em;
}
.thematic-block-alpha-text {
  margin-bottom: 3.82353em;
  margin-top: 3.82353em;
  min-height: 7.35294em;
}
.thematic-block-alpha-text .read-more {
  display: none;
}
.thematic-block-alpha-date {
  font-weight: 900;
  font-size: 80%;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .thematic .cell.\-3of12 {
    width: 100%;
  }
}
.content {
  margin-top: 3em;
  padding-bottom: 4em;
}

.content.theme-category {
  padding-bottom: 0;
}

.content p {
  line-height: 1.47059em;
}
@media only screen and (max-width: 60em) {
  .content {
    padding: 1em;
    margin-top: 0;
  }
}
.content__subtitle {
  font-size: 247.05882%;
  font-weight: 900;
}
.content__perex {
  font-size: 123.52941%;
  font-weight: 700;
  margin-top: 1.04762em;
  position: relative;
}
.content__perex .social-site-page {
  top: -50px;
  right: 0;
}
.content-info {
  margin-top: 1.64706em;
  margin-bottom: 1em;
  position: relative;
}
.content-info .social-site-page {
  top: -30px;
  right: 0;
}
.content-info__date {
  font-size: 123.52941%;
  font-weight: 300;
}
.content-info__author {
  font-size: 123.52941%;
  font-weight: 300;
}
.content-category {
  display: table;
}
.content-category-out {
  display: table-cell;
}
.content-category__text {
  display: inline-block;
  vertical-align: middle;
  height: 3.33em;
  font-size: 80.58824%;
  line-height: 3.33em;
}
.content-category__img {
  display: inline-block;
  vertical-align: middle;
}
.content-text {
  line-height: 1.47059em;
}
.odsazeni {
  height: 20em;
}
.read-more {
  font-size: 1em;
  color: #171915;
  font-weight: 500;
}
.gridder {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 0;
  /*  width: 100%;
  max-width: 70.58824em;
  margin-left: auto;
  margin-right: auto;*/
}
.gridder-list,
.gridder-show {
  font-size: 17px;
}
.gridder-list {
  display: inline-block;
  vertical-align: top;
}
.gridder .gridder-list {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}
.gridder-show {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.gridder-content {
  display: none;
}
.gridder-list {
  width: 100%;
  padding: 1px;
}
.gridder-list:nth-child(n) {
  margin-bottom: 1%;
  margin-right: 1%;
}
.gridder-list:nth-of-type(6n) {
  margin-right: 0;
  margin-bottom: 0;
}
/*# sourceMappingURL=jquery.gridder.min.css.map */
.gridder-list-box {
  color: #fff;
  background-size: cover;
  cursor: pointer;
}
.gridder-list-box-top {
  font-size: 152.94118%;
  font-weight: 900;
}
.gridder-list-box-bottom {
  margin-top: 9.94118em;
  line-height: 1.3;
}
.gridder-content-top {
  background-color: #2c2929;
}
.gridder-content-top-left {
  width: 100%;
}
.gridder-content-top-left img {
  width: 100%;
  height: auto;
}
.gridder-content-top-right {
  width: 100%;
  color: white;
  padding-top: 1.47059em;
  padding-right: 1.17647em;
  padding-bottom: 1.47059em;
  padding-left: 1.17647em;
}
.gridder-content-top-right-define {
  margin-top: 0;
  margin-bottom: 0;
}
.gridder-content-top-right-define__tag {
  font-weight: 900;
  display: block;
}
.gridder-content-top-right-define__list {
  display: block;
  margin-left: 0;
  padding-left: 0;
}
.gridder-content-top-right-define__list--place {
  margin-bottom: 1.64706em;
}
.gridder-content-top-right-define__tag--bottom {
  margin-top: 3em;
}
.gridder-content-top-right-define__list--link a {
  color: #fff;
}
.gridder-content-text {
  padding-top: 1.17647em;
  padding-bottom: 1.17647em;
  padding-right: 1.17647em;
  padding-left: 1.17647em;
}
.gridder-content-text__title {
  margin-top: 0.925em;
  margin-bottom: 0.175em;
  font-size: 235.29412%;
  font-weight: 900;
}
.gridder-content-text__date {
  margin-bottom: 1.19048em;
  color: #989897;
  font-size: 123.52941%;
  font-weight: 300;
}
.gridder-content-text__social {
  float: right;
  width: 6.66667em;
  min-height: 4em;
  margin-top: 2.66667em;
  font-size: 88.23529%;
  text-align: right;
}
.gridder-content-text__social a {
  width: 2.13333em;
  height: 2.13333em;
  background-size: 100%;
  display: inline-block;
}
.gridder-content-text__social a svg {
  width: 32px;
  height: 32px;
}
.gridder-content-text__social a path {
  fill: #8d8886;
}
.gridder-content-text-category {
  line-height: 2.35294em;
  display: table;
}
.gridder-content-text-category__ico {
  display: table-cell;
  vertical-align: middle;
}
.gridder-content-text-category__text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.52941em;
}
.gridder-list-box--calendar {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.gridder-content-top--calendar {
  background-color: #fff;
}
.gridder-list-box-top--calendar {
  font-size: 70.58824%;
  padding-bottom: 0.8em;
  /*  background-color: rgba(0, 0, 0, 0.5em);*/
}
.gridder-list-box-bottom--calendar {
  width: 100%;
  padding-top: 1.50588em;
  padding-right: 1.52941em;
  padding-bottom: 0.88235em;
  padding-left: 1.52941em;
}
.gridder-list-box__alfa {
  background-color: rgba(21, 21, 21, 0.6);
  padding: 1.529em;
}
.gridder-list-box-bottom__title {
  margin-bottom: 2.23529em;
  font-weight: 900;
  min-height: 40px;
}
.gridder-list-box-bottom__state {
  font-size: 70.58824%;
}
.gridder-content-top-left--calendar {
  background-color: #2c2929;
  position: relative;
}
.gridder-content-top-right--calendar {
  background-color: #2c2929;
}
.gridder-content-top-left__date--calendar {
  position: absolute;
  top: 1em;
  left: 1.52941em;
  width: 6.47059em;
  height: 6.76471em;
  background-size: 100%;
}
.gridder-content-text--calendar {
  background-color: #f2f2f2;
  padding: 0.5em;
}
.gridder-content-top-right--calendar {
  padding-top: 1.23529em;
}
.gridder-content-top-right-define__list--calendar {
  margin-bottom: 0.70588em;
  margin-left: 0;
}
.gridder-content-top-right-define__tag--time {
  margin-top: 2.23529em;
}
.gridder-content-top-right-define__tag--ticket {
  margin-top: 0.94118em;
}
.gridder-content-top-right-define__list--calendar a {
  color: #fff;
  font-weight: 300;
}
.gridder-content-text__title--calendar {
  font-size: 176.47059%;
  margin-bottom: 1em;
}
.gridder-expanded-content {
  padding-top: 3.29412em;
  padding-bottom: 3.29412em;
  background-color: #f2f2f2;
}
.gridder-content-top-left__date-day {
  font-size: 258.82353%;
  font-weight: 900;
  text-align: center;
  line-height: 1.49091em;
  margin-top: 0.27273em;
}
.gridder-content-top-left__date-month {
  font-size: 100%;
  text-align: center;
  line-height: 1.76471em;
}
@media only screen and (min-width: 768px) {
  .gridder {
    /*    display: flex;
    flex-wrap: wrap; */
    overflow: hidden;
    clear: both;
  }
  .gridder-list {
    width: calc(25%);
    box-sizing: border-box;
    flex-shrink: 0;
    height: 100%;
  }
  .gridder-list-box {
    position: relative;
    height: 20.23529em;
    background-size: cover;
  }
  .gridder-list-box-bottom {
    position: absolute;
    bottom: 0;
    margin-top: 0;
    padding-bottom: 1.17647em;
  }
  .gridder-list:nth-child(n) {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.gridd {
  clear: both;
  overflow: hidden;
  /*margin-bottom: 1.88235em;*/
}
.gridd .gridder-navigation .gridder-close {
  position: absolute;
  right: 15px;
  top: 25px;
  display: block;
}
.gridd .gridder-navigation .gridder-close i {
  display: block;
  width: 29px;
  height: 29px;
  background-size: 100%;
}
.gridd .gridder-navigation .gridder-nav {
  width: 29px;
  height: 29px;
  top: 75px;
  position: absolute;
  left: 15px;
  display: inline-block;
}
.gridd .gridder-navigation .gridder-nav i {
  width: 29px;
  height: 29px;
  background-size: 100%;
  display: block;
  background-repeat: no-repeat;
}
.gridd .gridder-navigation .gridder-nav.next {
  left: 50px;
}
.gridd__title {
  margin-top: 0.83333em;
  margin-bottom: 0.72222em;
  font-size: 317.64706%;
  font-weight: 900;
}

.gridd__title a {
  text-decoration: none;
}

.gridd_title a:hover {
  text-decoration: underline;
}

.gridder.hasSelectedItem .gridder-list {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.gridder.hasSelectedItem .gridder-list.selectedItem {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 100;
}
@media only screen and (max-width: 768em) {
  .gridder-content-top-left {
    width: 100%;
  }
  .gridder-expanded-content {
    padding-top: 0.5em;
  }
  .gridd .gridder-navigation .gridder-close {
    top: 15px;
  }
}
.carousel-control {
  display: none;
}
.gridder-expanded-content .carousel-control.left,
.gridder-expanded-content .carousel-control.right {
  background-image: none;
}
.gridder-list-box--project .gridder-list-box-top {
  min-height: 58px;
}
.titlebox {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 65px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 768px) {
  .gridder-content-top-left.cell.\-9of12 {
    width: 100%;
  }
  .gridder-content-top-right.cell.\-3of12 {
    width: 100%;
  }
  .gridder-content-text__social {
    margin-top: 0;
  }
  .gridder-content-text__text img {
    max-width: 100%;
    height: auto;
  }
  .gridder-content-top-right-define__list--link a {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
  }
}
.filter-top {
  background-color: #3e3c3c;
  color: #fff;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.filter-top form {
  display: inline-block;
}
.filter-bottom {
  background-color: #e2e2e2;
  min-height: 3.00588em;
}
.filter-bottom-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  /*  margin-left: auto;
  margin-right: auto; */
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  /*text-align: center;*/
}
.filter-bottom-list-item {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.3em;
  text-align: center;
}
.filter-bottom-list-item:last-child {
  margin-right: 0;
}
.filter-bottom-list-item__link {
  display: block;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 1.0625em;
  background-color: #3e3c3c;
  color: #fff;
  font-weight: 900;
  line-height: 2.125em;
  font-size: 94.11765%;
  text-decoration: none;
}
.filter-bottom-list-item__link:hover {
  background-color: #006900;
  color: #fff;
}
.filter-bottom-list-item__link--active {
  background-color: #006400;
}
.page_nav {
  margin-top: 3em;
  margin-bottom: 5em;
}
.page-numbers {
  padding-left: 0.55em;
  padding-right: 0.55em;
  font-size: 117.64706%;
  font-weight: 900;
  color: #006400;
  text-decoration: none;
}
.page-numbers:hover,
.page-numbers:active,
.page-numbers.current {
  color: #8b8c8c;
}
.prev.page-numbers,
.next.page-numbers {
  width: 19px;
  height: 19px;
  vertical-align: middle;
}
.prev.page-numbers {
  padding-left: 0;
}
.prev.page-numbers span,
.next.page-numbers span {
  display: inline-block;
  padding-top: 2px;
  width: 19px;
  height: 19px;
  background-size: 100%;
}
.breadcrumbs {
  background-color: #726f6f;
  color: #fff;
}
.breadcrumb-list {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.breadcrumb-list li {
  list-style: none;
  display: inline-block;
  font-size: 94.11765%;
  line-height: 1.5625em;
  margin-top: 0.5625em;
  margin-bottom: 0.5625em;
  font-weight: 300;
  position: relative;
  padding-left: 1.40625em;
  padding-right: 1em;
  vertical-align: middle;
}
.breadcrumb-list li:before {
  position: absolute;
  content: ">>";
  left: 0em;
  top: 0;
  font-size: 60%;
}
.breadcrumb-list li:first-child {
  padding-left: 0;
}
.breadcrumb-list li:first-child:before {
  content: " ";
}
.breadcrumb-list li a {
  color: #fff;
  display: block;
  position: relative;
}
.breadcrumb-list li a:hover {
  color: #fff;
}
.bread-home {
  display: inline-block;
  width: 28px;
  height: 25px;
  fill: #abda37;
  background-size: 100%;
}
.bread-home path {
  fill: #abda37;
}
.bread-home svg {
  width: 28px;
  height: 25px;
  display: block;
  background-size: 100%;
}
.art_yt {
  position: relative;
  height: 0;
  padding: 0 0 60% 0;
}
.art_yt iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.crisis {
  background-color: #e41949;
}
.crisis .col-md-12 {
  color: white;
  line-height: 3.10526em;
  font-size: 111.76471%;
}
.crisis svg {
  vertical-align: middle;
  margin-right: 0.36842em;
}
.circle-box {
  width: 300px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.circle-box > div {
  position: relative;
  width: 120px;
  height: 120px;
}
.circle-box span {
  display: block;
  position: absolute;
  top: 0;
  left: 90px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-weight: bold;
  font-size: 21px;
}
.circle-box canvas {
  position: absolute;
  left: 90px;
  top: 0;
}
.circle-box--left {
  float: left;
}
.circle-box--right {
  float: right;
}
.circle-box .circle-box-text {
  margin-top: 20px;
  font-size: 15px;
  width: 100%;
  line-height: 1.2;
}
.circle-box .circle-box-text p {
  line-height: 1.2;
}
.circle-box-text__title {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 15px;
}
.station {
  background-color: #cef4ff;
}
@media only screen and (max-width: 1200px) {
  .station {
    padding: 1em;
  }
}
@media only screen and (min-width: 990px) {
  .change {
    margin-top: -3em;
  }
}
.change-text {
  margin: 0;
  padding: 0;
}
.change-list {
  margin: 0;
  padding: 0;
  margin-top: 0.58824em;
}
.change-title {
  font-size: 217.64706%;
  margin-top: 1.29730em;
  margin-bottom: 0;
}
.change-list-item {
  position: relative;
  display: inline-block;
  padding-left: 0.94118em;
  padding-right: 0.94118em;
  background-color: #397283;
  border-radius: 1.088235em;
  list-style: none;
  line-height: 2.17647em;
  margin-right: 1em;
  margin-bottom: 0.5em;
  margin-left: 0;
  border: 1px solid transparent;
}
.change-list-item:hover {
  border-color: #397283;
  background-color: white;
}
.change-list-item:hover a {
  color: #397283;
}
.change-list-item a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.change-list-item-alert {
  background-color: #ff0000;
}
/*
.change-list-item-alert::before {
  position: absolute;
  display: block;
  content: '';
  width: 32px;
  height: 29px;
  background-image: url('../img/varning.png');
  top: 3px;
  left: -17px;
}
*/
.change-list-item-alert-vuz {
  position: relative;
}
.change-list-item-alert-vuz::before {
  position: absolute;
  display: block;
  content: '';
  width: 32px;
  height: 29px;
  background-image: url('../img/varning.png');
  top: -73px;
  left: -17px;
}
.lstanice-tabledefault {
  border: 0;
  margin-top: 2.52941em;
  width: 90%;
  margin-left: 0;
  margin-bottom: 6.41176em;
}
.lstanice-tabledefault-row {
  border-bottom: 0;
}
.lstanice-tabledefault-row-th {
  width: 50%;
  color: #171915;
  text-align: left;
}
.lstanice-tabledefault-row-td {
  padding: 3px;
}
.lstanice-h2,
.rstanice-h2 {
  font-size: 111.764741%;
  margin-bottom: 0.73684em;
}
.lstanice-tablehodnoty {
  margin: 0;
  width: 90%;
  border: 0;
  font-size: 88.23529%;
}
@media only screen and (max-width: 990px) {
  .lstanice-tablehodnoty {
    width: 100%;
  }
}
.lstanice-tablehodnoty tr {
  border-bottom: 0;
}
tr.lstanice-tablehodnoty-row {
  border-bottom: 2px solid #0099c3;
}
tr.lstanice-tablehodnoty-row:first-child {
  border-top: 2px solid #0099c3;
}
.lstanice-tablehodnoty-row-th {
  color: #171915;
  background-color: #fff;
  font-weight: normal;
}
.lstanice-tablehodnoty-row-th--strong {
  font-weight: bold;
}
.lstanice-tablehodnoty-td {
  background-color: #dedede;
  font-size: 91.11765%;
  padding: 0;
  text-align: center;
}
.lstanice-tablehodnoty-td--white {
  background-color: #fff;
}
.lstanice-tablehodnoty-td--ok {
  background-color: #80d29f;
}
.lstanice-tablehodnoty-td--ko {
  background-color: #e51248;
  color: #fff;
}

.lstanice-tablehodnoty-td--ko2 {
  background-color: orange;
  color: #fff;
}
.change-poznamka {
  text-align: left;
  margin: 0;
  padding: 0;
  margin-bottom: 4em;
}
.change-poznamka li {
  display: inline-block;
  list-style: none;
  position: relative;
  color: black;
  margin-left: 1.46667em;
  margin-right: 1.46667em;
}
.change-poznamka li::before {
  position: absolute;
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50%;
  left: -20px;
  top: 0px;
  background-color: #dedede;
}
.change-poznamka li.change-poznamka-ok {
  color: black;
}
.change-poznamka li.change-poznamka-ok::before {
  background-color: #80d29f;
}
.change-poznamka li.change-poznamka-ko {
  color: black;
}
.change-poznamka li.change-poznamka-ko::before {
  background-color: #e51248;
}
.lstanice-tablelim {
  margin: 0;
  padding: 0;
  font-size: 94.11765%;
  border: 0;
  width: 100%;
}
.lstanice-tablelim tr {
  border-bottom: 0;
}
.lstanice-tablelim-row-th {
  color: #171915;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  background-color: #fff;
}
thead tr.lstanice-tablelim-row {
  border-top: 2px solid #0099c3;
}
thead tr.lstanice-tablelim-row:first-child {
  border-bottom: 1px solid #0099c3;
}
.lstanice-tablelim-row-td {
  padding: 0;
  text-align: center;
  background-color: #dedede;
}
.rstanice-mapa {
  margin-bottom: 2.47059em;
}
@media only screen and (min-width: 768px) {
  .rstanice-mapa {
    margin-top: 2em;
  }
}
.rstanice-graf img,
.rstanice-mapa img {
  max-width: 100%;
}
.footer-image-animate {
  width: 100%;
  position: relative;
}
.footer-image-animate__mraky2 {
  display: none;
  position: absolute;
  top: 0;
  left: 680px;
  z-index: 1001;
  background-size: cover;
  background-image: url('../img/mraky2.png');
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 40s;
  -webkit-animation-name: mraky2;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  /* Standard syntax */
  animation-name: mraky2;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@media only screen and (min-width: 1161px) {
  .footer-image-animate__mraky2 {
    display: block;
    width: 139px;
    height: 45px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1160px) {
  .footer-image-animate__mraky2 {
    display: block;
    width: 114px;
    height: 37px;
  }
}
@-webkit-keyframes mraky2 {
  0% {
    left: 58.5702%;
  }
  100% {
    left: 0;
  }
}
@keyframes mraky2 {
  0% {
    left: 58.5702%;
  }
  100% {
    left: 0;
  }
}
.footer-image-animate__mraky3 {
  display: none;
  position: absolute;
  z-index: 1002;
  top: 0;
  background-size: cover;
  background-image: url('../img/mraky3.png');
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 35s;
  -webkit-animation-name: mraky3;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  /* Standard syntax */
  animation-name: mraky3;
  animation-duration: 35s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@media only screen and (min-width: 1161px) {
  .footer-image-animate__mraky3 {
    display: block;
    left: 1000px;
    width: 201px;
    height: 66px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1160px) {
  .footer-image-animate__mraky3 {
    display: block;
    left: 818px;
    width: 164px;
    height: 54px;
  }
}
@-webkit-keyframes mraky3 {
  0% {
    left: 86.1326%;
  }
  100% {
    left: 17.2265%;
  }
}
@keyframes mraky3 {
  0% {
    left: 86.1326%;
  }
  100% {
    left: 17.2265%;
  }
}
.footer-image-animate__ostrava {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  height: 122.10px;
  background-image: url('../img/footerimg.png');
  background-size: cover;
  position: relative;
  z-index: 1003;
}
@media only screen and (min-width: 500px) and (max-width: 768px) {
  .footer-image-animate__ostrava {
    width: 500px;
    height: 190.78px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 949px) {
  .footer-image-animate__ostrava {
    width: 768px;
    height: 293.0439px;
  }
}
@media only screen and (min-width: 1161px) {
  .footer-image-animate__ostrava {
    width: 1161px;
    height: 443px;
    background-image: url('../img/komplet2.png');
  }
}
@media only screen and (min-width: 950px) and (max-width: 1160px) {
  .footer-image-animate__ostrava {
    width: 950px;
    height: 362.48px;
    background-image: url('../img/komplet2.png');
  }
}
.footer-image-animate__balon {
  display: none;
  position: absolute;
  z-index: 1001;
  background-size: cover;
  background-image: url('../img/balon.png');
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 60s;
  -webkit-animation-name: balon;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  /* Standard syntax */
  animation-name: balon;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
}
@media only screen and (min-width: 1161px) {
  .footer-image-animate__balon {
    display: block;
    top: 263px;
    left: 346px;
    width: 77px;
    height: 112px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1160px) {
  .footer-image-animate__balon {
    display: block;
    top: 215px;
    left: 283px;
    width: 63px;
    height: 92px;
  }
}
@-webkit-keyframes balon {
  0% {
    top: 59.3679%;
    left: 29.8019%;
  }
  20% {
    top: 4.5147%;
    left: 38.7597%;
  }
  30% {
    top: 4.5147%;
    left: 38.7597%;
  }
}
@keyframes balon {
  0% {
    top: 59.3679%;
    left: 29.8019%;
  }
  20% {
    top: 4.5147%;
    left: 38.7597%;
  }
  30% {
    top: 4.5147%;
    left: 38.7597%;
  }
}
.footer-image-animate__biker4 {
  display: none;
  position: absolute;
  z-index: 1007;
  background-size: cover;
  background-image: url('../img/biker4.png');
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 35s;
  -webkit-animation-name: biker;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  /* Standard syntax */
  animation-name: biker;
  animation-duration: 35s;
  animation-timing-function: linear;
  animation-delay: 3s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
@media only screen and (min-width: 1161px) {
  .footer-image-animate__biker4 {
    display: block;
    top: 312px;
    left: 26px;
    opacity: 0;
    width: 26px;
    height: 28px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1160px) {
  .footer-image-animate__biker4 {
    display: block;
    top: 255px;
    left: 21px;
    opacity: 0;
    width: 21px;
    height: 23px;
  }
}
@-webkit-keyframes biker {
  0% {
    opacity: 0;
    left: 2.2394%;
  }
  1% {
    opacity: 0.5;
    left: 3.1275%;
  }
  2% {
    opacity: 1;
    left: 4.0155%;
  }
  93% {
    opacity: 1;
    left: 87.0267%;
  }
  96% {
    opacity: 0.5;
    left: 87.9147%;
  }
  100% {
    opacity: 0;
    left: 88.8028%;
  }
}
@keyframes biker {
  0% {
    opacity: 0;
    left: 2.2394%;
  }
  1% {
    opacity: 0.5;
    left: 3.1275%;
  }
  2% {
    opacity: 1;
    left: 4.0155%;
  }
  93% {
    opacity: 1;
    left: 87.0267%;
  }
  96% {
    opacity: 0.5;
    left: 87.9147%;
  }
  100% {
    opacity: 0;
    left: 88.8028%;
  }
}
.footer-image-animate__bus {
  display: none;
  position: absolute;
  z-index: 1005;
  opacity: 0;
  background-size: cover;
  background-image: url('../img/bus.png');
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 10s;
  -webkit-animation-name: bus;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  /* Standard syntax */
  animation-name: bus;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
@media only screen and (min-width: 1161px) {
  .footer-image-animate__bus {
    display: block;
    top: 288px;
    left: 0px;
    width: 130px;
    height: 49px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1160px) {
  .footer-image-animate__bus {
    display: block;
    top: 236px;
    left: 0px;
    width: 106px;
    height: 40px;
  }
}
@-webkit-keyframes bus {
  0% {
    opacity: 0;
    left: 0;
  }
  3% {
    opacity: 0.5;
    left: 2.6641%;
  }
  6% {
    opacity: 1;
    left: 5.3282%;
  }
  93% {
    opacity: 1;
    left: 83.4746%;
  }
  96% {
    opacity: 0.5;
    left: 86.1387%;
  }
  100% {
    opacity: 0;
    left: 88.8028%;
  }
}
@keyframes bus {
  0% {
    opacity: 0;
    left: 0;
  }
  3% {
    opacity: 0.5;
    left: 2.6641%;
  }
  6% {
    opacity: 1;
    left: 5.3282%;
  }
  93% {
    opacity: 1;
    left: 83.4746%;
  }
  96% {
    opacity: 0.5;
    left: 86.1387%;
  }
  100% {
    opacity: 0;
    left: 88.8028%;
  }
}
.footer-image-animate__kachna {
  display: none;
  position: absolute;
  z-index: 1006;
  background-size: cover;
  background-image: url('../img/kachna.png');
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 20s;
  -webkit-animation-name: kachna;
  -webkit-animation-timing-function: cubic-bezier(0, 0.39, 1, 0.59);
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-transform: rotate(90deg);
  /* Standard syntax */
  animation-name: kachna;
  animation-duration: 20s;
  animation-timing-function: cubic-bezier(0, 0.39, 1, 0.59);
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  transform: rotate(90deg);
}
@media only screen and (min-width: 1161px) {
  .footer-image-animate__kachna {
    display: block;
    top: 404px;
    left: 806px;
    opacity: 0;
    width: 18px;
    height: 16px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1160px) {
  .footer-image-animate__kachna {
    display: block;
    top: 331px;
    left: 660px;
    opacity: 0;
    width: 15px;
    height: 13px;
  }
}
@-webkit-keyframes kachna {
  0% {
    opacity: 0;
    transform: rotate(90deg);
    top: 91.1964%;
    left: 69.4229%;
  }
  0.5% {
    opacity: 0.5;
    transform: rotate(45deg);
    top: 90.7449%;
    left: 69.4229%;
  }
  1% {
    opacity: 1;
    transform: rotate(0deg);
    top: 90.2935%;
    left: 69.4229%;
  }
  99% {
    opacity: 1;
    transform: rotate(0deg);
    top: 88.0361%;
    left: 58.5702%;
  }
  99.5% {
    opacity: 0.2;
    transform: rotate(-45deg);
    top: 89.1648%;
    left: 58.5702%;
  }
  100% {
    opacity: 0;
    transform: rotate(-90deg);
    top: 90.2935%;
    left: 58.5702%;
  }
}
@keyframes kachna {
  0% {
    opacity: 0;
    transform: rotate(90deg);
    top: 91.1964%;
    left: 69.4229%;
  }
  0.5% {
    opacity: 0.5;
    transform: rotate(45deg);
    top: 90.7449%;
    left: 69.4229%;
  }
  1% {
    opacity: 1;
    transform: rotate(0deg);
    top: 90.2935%;
    left: 69.4229%;
  }
  99% {
    opacity: 1;
    transform: rotate(0deg);
    top: 88.0361%;
    left: 58.5702%;
  }
  99.5% {
    opacity: 0.2;
    transform: rotate(-45deg);
    top: 89.1648%;
    left: 58.5702%;
  }
  100% {
    opacity: 0;
    transform: rotate(-90deg);
    top: 90.2935%;
    left: 58.5702%;
  }
}
.footer-image-animate__skater5 {
  display: none;
  position: absolute;
  z-index: 1004;
  background-size: cover;
  background-image: url('../img/skater5.png');
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 15s;
  -webkit-animation-name: skater;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  /* Standard syntax */
  animation-name: skater;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@media only screen and (min-width: 1161px) {
  .footer-image-animate__skater5 {
    display: block;
    top: 309px;
    left: 500px;
    width: 14px;
    height: 26px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1160px) {
  .footer-image-animate__skater5 {
    display: block;
    top: 253px;
    left: 409px;
    width: 11px;
    height: 21px;
  }
}
@-webkit-keyframes skater {
  0% {
    left: 43.0663%;
    transform: rotateY(0deg);
  }
  49.5% {
    left: 59.8622%;
    transform: rotateY(0deg);
  }
  50% {
    left: 60.2929%;
    transform: rotateY(180deg);
  }
  99.5% {
    left: 43.4970%;
    transform: rotateY(180deg);
  }
  100% {
    left: 43.0663%;
  }
}
@keyframes skater {
  0% {
    left: 43.0663%;
    transform: rotateY(0deg);
  }
  49.5% {
    left: 59.8622%;
    transform: rotateY(0deg);
  }
  50% {
    left: 60.2929%;
    transform: rotateY(180deg);
  }
  99.5% {
    left: 43.4970%;
    transform: rotateY(180deg);
  }
  100% {
    left: 43.0663%;
  }
}
.footer-image-animate__slunce {
  display: none;
  position: absolute;
  z-index: 1002;
  background-size: cover;
  background-image: url('../img/slunce.png');
  -webkit-animation-duration: 180s;
  -webkit-animation-name: slunce;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  /* Standard syntax */
  animation-name: slunce;
  animation-duration: 180s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@media only screen and (min-width: 1161px) {
  .footer-image-animate__slunce {
    display: block;
    top: -30px;
    left: 850px;
    width: 90px;
    height: 90px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1160px) {
  .footer-image-animate__slunce {
    display: block;
    top: -25px;
    left: 696px;
    width: 74px;
    height: 74px;
  }
}
@-webkit-keyframes slunce {
  0% {
    top: -6.772%;
    left: 73.2127%;
  }
  100% {
    top: 0;
    left: 77.5194%;
  }
}
@keyframes slunce {
  0% {
    top: -6.772%;
    left: 73.2127%;
  }
  100% {
    top: 0;
    left: 77.5194%;
  }
}
.footer-image-animate__stromy_a_popelnice {
  display: none;
  position: absolute;
  z-index: 1009;
  background-size: cover;
  background-image: url('../img/stromy_a_popelnice.png');
}
@media only screen and (min-width: 1161px) {
  .footer-image-animate__stromy_a_popelnice {
    display: block;
    top: 294px;
    left: 339px;
    width: 600px;
    height: 136px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1160px) {
  .footer-image-animate__stromy_a_popelnice {
    display: block;
    top: 240px;
    left: 277px;
    width: 491px;
    height: 111px;
  }
}
.social-site-page {
  width: 112px;
  position: absolute;
  height: 80px;
  font-size: 15px;
  text-align: right;
  color: black;
}
.social-site-page .social-site-page__facebook {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url('../img/facebook-grey.png');
  margin-right: 4px;
  margin-left: 4px;
  background-size: cover;
  float: right;
}
.social-site-page .social-site-page__facebook:hover {
  background-image: url('../img/facebook-color.png');
  background-size: cover;
}
.social-site-page .social-site-page__twitter {
  width: 32px;
  height: 32px;
  background-image: url('../img/twitter-grey.png');
  display: block;
  margin-right: 4px;
  background-size: cover;
  float: right;
}
.social-site-page .social-site-page__twitter:hover {
  background-image: url('../img/twitter-color.png');
  background-size: cover;
}
.social-site-page .social-site-page__google {
  width: 32px;
  height: 32px;
  background-image: url('../img/google-grey.png');
  display: block;
  background-size: cover;
  float: right;
}
.social-site-page .social-site-page__google:hover {
  background-image: url('../img/google-color.png');
  background-size: cover;
}
.gridder-content-text .social-site-page {
  right: 20px;
}
.navigation {
  width: 100%;
}
.navigation-list {
  display: block;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
}
.navigation-list-item {
  display: inline-block;
  padding: 5px 8px;
  list-style: none;
}

/***************************** new **********************/
h2.maps-title {
    margin-bottom: .37037em;
    font-weight: 900;
    font-size: 317.64706%;
}

a.maps-title__link {
  text-decoration: none;
  color: #397283;
}

a.maps-box__link {
  position: absolute;
  right: 0;
  top: 100px;
  width: 80px;
  height: 80px;
  background-color: #397283;
  background-image: url('../img/icko.png');
  background-repeat: no-repeat;
  display: block;
  background-position: center center;
  background-size: 50%;
  border-radius: 40px 0 0 40px;
}
/*
a.maps-box__link:after {
  font-size: 330%;
  position: absolute;
  font-weight: bold;
  content: ' i ';
  left: 28px;
  top: 8px;
  color: white;

}
*/
.maps-box__text {
  display: none;
  position: absolute;
  right: 0;
  top: 200px;
  width: 80%;
  min-height: 200px;
  max-width: 800px;
  background-color: rgba(206, 244, 255,0.9);
  padding: 2em;
  z-index: 99999;
  border-top: 2px solid #397283;
  border-bottom: 2px solid #397283;
  border-left: 2px solid #397283;
  border-radius: 40px 0 0 40px;
}

.maps-box__text div [class^=col-sm] {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;

}

.maps-box__text .col-sm-6 {
  float: left;
  width: 50%;
}

.maps-box__text .col-sm-12 {
  float: left;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .maps-box__text .col-sm-6 {
    width: 100%;
  }
}
table.hodnoty {
  font-size: 85%;
  width: 120px;
  margin: 0;
  padding: 0;

}
table.hodnoty td {
  padding: 2px 4px;
  margin: 0;

}

table.hodnoty td.first-child {
  font-weight: bold;
  width: 50%;
}
table.hodnoty td.hodnota_seda {background-color: #dedede;}
table.hodnoty td.hodnota_zelena {background-color: #8fb624; color: white;}
table.hodnoty td.hodnota_oranzova {background-color: #EE9A00; color: white;}
table.hodnoty td.hodnota_cervena {background-color: #ff0000; color: white;}

.maps-right-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.maps-right-list-item {
  display: block;
  position: relative;
  font-size: 105.88235%;
  font-weight: bold;
  list-style: none;
  height: 38px;
  margin-left: 0;
  margin-top: 0.76471em;
}
.maps-right-list-item a {
  margin-left: 0;
  color: white;
  text-decoration: none;
  background-color: #397283;
  border: 1px solid transparent;
  border-radius: 20px;
  padding-top: 0.55556em;
  padding-right: 0.94444em;
  padding-bottom: 0.55556em;
  padding-left: 2.54444em;
}
.maps-right-list-item a span {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20.7px;
  border-radius: 10px;
  background-color: #8fb624;
  margin-right: 12px;
  vertical-align: -6.5px;
  left: 13px;
  top: 0px;
}

.maps-right-list-item a span.oranzova {
  background-color: #EE9A00;
}
.maps-right-list-item a span.cervena {
  background-color: #ff0000;
}
.maps-right-list-item a span.null {
  background-color: #cef4ff;
}
.maps-right-list-item a:hover {
  background-color: #fff;
  border: 1px solid #397283;
  color: #397283;
}

.maps-right-list-item a.change-list-item-alert--orange span, .left-station li a span.change-list-item-alert--orange {
  background-color: #EE9A00;
}

.maps-right-list-item a.change-list-item-alert--cervena span, .left-station li a span.change-list-item-alert--cervena {
  background-color: #ff0000;
}

.maps-right-list-item a.change-list-item-alert--null span {
  background-color: #cef4ff;
}

.maps-right-list-item a.change-list-item-alert--cervena span, .left-station li a span.change-list-item-alert--cervena {
  box-shadow: 0 0 0 rgba(255,0,0,0.6);
  animation: pulse1 1s infinite;
}




.maps-right-list-item.js-maps-active a {
  background-color: #fff;
  border: 1px solid #397283;
  color: #397283;
}

main.station {
  margin-top: 0;
  position: relative;
}

.left-station {
  padding-top: 2em;
}

.left-station h2 {
  font-size: 100%;
}

.left-station ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.left-station li a {
  display: block;
  position: relative;
  padding-left: 2.44118em;
  padding-right: .94118em;
  background-color: #397283;
  border-radius: 1.088235em;
  list-style: none;
  line-height: 2.17647em;
  margin-right: 3em;
  margin-bottom: .5em;
  margin-left: 0;
  border: 1px solid transparent;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.left-station li a span {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20.7px;
  border-radius: 10px;
  background-color: #8fb624;
  margin-right: 12px;

  left: 13px;
  top: 8px;
}

.name .name__title {
  margin-bottom: 0.3em;
  margin-top: 1.2em;
}
.name .name__date {
  font-size: 90%;
  text-transform: lowercase;
  font-style: italic;
}

main.station .info {
  padding-top: 1em;
  padding-bottom: 1em;
}

main.station .graf {
  padding-top: 1em;
  padding-bottom: 3em;
}


main.station .hodnoty table.lstanice-tablehodnoty {
  width: 100%;
}

main.station .info__semafor {
  margin: 0 2em 0 0;
}

main.station .lstanice-tabledefault {
  margin-top: 0;
  margin-bottom: 2em;

}

main.station .lstanice-tabledefault-row-th {
  text-align: left;
  width: 222px;
  padding-right: 1em;
}


@-webkit-keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,0,0,0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(255,0,0,0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0px rgba(255,0,0,0);
  }
}

@keyframes pulse1 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,0,0,0.6);
    box-shadow: 0 0 0 0 rgba(255,0,0,0.6);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255,0,0,0);
    box-shadow: 0 0 0 5px rgba(255,0,0,0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0px rgba(255,0,0,0);
    box-shadow: 0 0 0 0px rgba(255,0,0,0);
  }
}

@-webkit-keyframes puls {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,0,0,0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(255,0,0,0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0px rgba(255,0,0,0);
  }
}

@keyframes puls {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,0,0,0.6);
    box-shadow: 0 0 0 0 rgba(255,0,0,0.6);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255,0,0,0);
    box-shadow: 0 0 0 5px rgba(255,0,0,0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0px rgba(255,0,0,0);
    box-shadow: 0 0 0 0px rgba(255,0,0,0);
  }
}

.vyjezd__title {
  font-size: 100%;
  margin-bottom: 1.5em;
}

.vyjezd__text > * {
  font-size: 85%;
}
/*
.vyjezd__text h3 {
  font-size: 85%;
}*/

.crisis_button {
  float: right;
}

.crisis_button a {
  display: block;
  background-color: white;
  border-radius: 3px;
  margin: 0;
  line-height: 25px;
  padding: 3px 12px;
  height: 31px;
  color: #e41949;
  font-size: 85%;
  margin-top: 11px;
  text-decoration: none;
  border: 1px solid white;
}

.crisis_button a:hover {
  background-color: #e41949;
  color: white;
}

.projectlink {
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.projectlink > a {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 1.0625em;
  color: #fff;
  font-weight: 900;
  line-height: 2.125em;
  font-size: 94.11765%;
  text-decoration: none;

}
.bg--button.bg--default {
  border-color: #909191;
}
.bg--button.bg--oranzova {
  border-color: #bd3f00;
}
.bg--button.bg--modra {
  border-color: #0a65d8;
}
.bg--button.bg--fialova {
  border-color: #7e49e2;
}
.bg--button.bg--zluta {
  border-color: #756327;
}
.bg--button.bg--zelena {
  border-color: #55722e;
}
.bg--button.bg--hneda {
  border-color: #9e560d;
}
.bg--button.bg--smodra {
  border-color: #0c709b;
}
.bg--button.bg--zseda {
  border-color: #397283;
}
.bg--button.bg--cervena {
  border-color: #c61e2e;
}
.bg--button.bg--tmodra {
  color: white;
}
.bg--button.bg--szelena {
  color: white;
}
.bg--button.bg--cerna {
  color: #909191;
}

.bg--button.bg--default:hover {
  background-color: #363944;
  color: white;
}
.bg--button.bg--oranzova:hover {
  background-color: #fff3ed;
  color: black;
}
.bg--button.bg--modra:hover {
  background-color: #eef5ff;
  color: black;  
}
.bg--button.bg--fialova:hover {
  background-color: #fcf4ff;
  color: black;  
}
.bg--button.bg--zluta:hover {
  background-color: #fffcf5;
  color: black;  
}
.bg--button.bg--zelena:hover {
  background-color: #f5fef9;
  color: black;  
}
.bg--button.bg--hneda:hover {
  background-color: #fffaf6;
  color: black;  
}
.bg--button.bg--smodra:hover {
  background-color: #f5fafe;
  color: black;  
}
.bg--button.bg--zseda:hover {
  background-color: #f5f5f5;
  color: black;  
}
.bg--button.bg--cervena:hover {
  background-color: #ffeeee;
  color: black;  
}
.bg--button.bg--tmodra:hover {
  background-color: #eef1ff;
  color: black;  
}
.bg--button.bg--szelena:hover {
  background-color: #eefff9;
  color: black;  
}
.bg--button.bg--cerna:hover {
  background-color: #363944;
}

.content-category-out-box {
  display: inline-block;
  margin-right: 0.5em;
}

.sli {
  position: relative;
}

.sli .breadcrumbs {
  position: absolute;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 99999;
}

.mouse-obal {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 140px;
  text-align: center;
  z-index:9999;
}

.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 100px;
	margin-top: 125px;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  margin-top: -6px;
}




.mouse
{
height: 42px;
width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel
{
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  

}

.wheel
{
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
}



@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}





.thematic.thmematic--bglight {
  padding-top: 0.3em !important;
  overflow: hidden;
}
.info-color {
  padding-top: 2.58824em;
}

.gridder-content-top-left {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 250px;
}

.gridder-nav {
  font-size: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.gridder-nav.prev {
  background-image:url(../img/left-arrow.svg);
}
.gridder-nav.next {
  background-image:url(../img/right-arrow.svg);
}
