﻿@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");
/* FORM HORIZONTAL */
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap");
.form-horizontal {
  display: block;
  width: 100%; }
  @media only screen and (min-width: 450px) {
    .form-horizontal {
      display: table; } }
  .form-horizontal .form-group {
    display: block;
    width: 100%; }
    @media only screen and (min-width: 450px) {
      .form-horizontal .form-group {
        display: table-row; } }
    .form-horizontal .form-group .editing-form-label-cell,
    .form-horizontal .form-group .editing-form-value-cell {
      display: block;
      padding: 3px 10px;
      width: 100%;
      text-align: center; }
      @media only screen and (min-width: 450px) {
        .form-horizontal .form-group .editing-form-label-cell,
        .form-horizontal .form-group .editing-form-value-cell {
          display: table-cell;
          vertical-align: middle;
          width: auto; } }
    @media only screen and (min-width: 450px) {
      .form-horizontal .form-group .editing-form-label-cell {
        text-align: right;
        width: 40%; } }
  .form-horizontal .form-group-submit {
    text-align: center; }
    @media only screen and (min-width: 450px) {
      .form-horizontal .form-group-submit {
        text-align: left; } }

/* EDITING FORM TABLE */
table.EditingFormTable {
  display: block; }
  table.EditingFormTable tr, table.EditingFormTable td, table.EditingFormTable th, table.EditingFormTable tbody {
    display: block;
    text-align: center; }
  table.EditingFormTable tr {
    padding: 10px 0px; }
  @media only screen and (min-width: 700px) {
    table.EditingFormTable tr {
      display: flex;
      width: 100%; }
      table.EditingFormTable tr > td {
        display: block; }
        table.EditingFormTable tr > td.FieldLabel, table.EditingFormTable tr > td.EditingFormButtonLeftCell {
          flex-basis: 220px;
          flex-shrink: 0;
          text-align: right; }
          table.EditingFormTable tr > td.FieldLabel label, table.EditingFormTable tr > td.EditingFormButtonLeftCell label {
            display: block;
            margin-top: 10px; }
        table.EditingFormTable tr > td.EditingFormValueCell, table.EditingFormTable tr > td.EditingFormButtonCell {
          flex-basis: 100%;
          text-align: left;
          padding-left: 25px; }
        table.EditingFormTable tr > td > div {
          width: 100%; } }

.ErrorMessage,
.InfoMessage {
  display: block;
  color: #f43434;
  font-weight: 500; }

label {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */ }

input[type="text"],
input[type="number"],
input[type="password"],
select {
  position: relative;
  width: 100%;
  max-width: 100%;
  color: red;
  font-family: "Rubik", sans-serif, Arial, Verdana, Tahoma, Trebuchet MS, Helvetica;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 12px 10px 12px;
  outline: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #E0E0E0; }
  input[type="text"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  select:focus {
    border: 5px solid pink;
    padding: 6px 8px 6px 8px; }
  input[type="text"].WatermarkText,
  input[type="number"].WatermarkText,
  input[type="password"].WatermarkText,
  select.WatermarkText {
    color: red;
    font-style: italic; }

.Error input[type="text"],
.Error input[type="number"],
.Error input[type="password"],
.Error textarea {
  border: 1px solid #f43434 !important; }
  .Error input[type="text"]:focus,
  .Error input[type="number"]:focus,
  .Error input[type="password"]:focus,
  .Error textarea:focus {
    padding: 10px 12px 10px 12px; }

.Error label {
  color: red; }

textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 160px;
  max-height: 400px;
  color: red;
  font-family: "Rubik", sans-serif, Arial, Verdana, Tahoma, Trebuchet MS, Helvetica;
  font-size: 20px;
  line-height: 30px;
  padding: 12px 12px;
  -webkit-appearance: none;
  outline: none;
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #E0E0E0;
  font-size: 1.142rem; }
  textarea:focus {
    border: 5px solid pink;
    padding: 8px 8px; }
  textarea.WatermarkText {
    color: red;
    font-style: italic; }

.UploaderWrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  color: red;
  font-family: "Rubik", sans-serif, Arial, Verdana, Tahoma, Trebuchet MS, Helvetica;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 12px 10px 12px;
  outline: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #E0E0E0;
  overflow: hidden; }
  .UploaderWrap:after {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: auto;
    background-color: pink;
    background-size: 35px 33px;
    background-repeat: repeat;
    background-position: bottom left;
    content: "Vybrat soubor";
    padding: 0px 15px; }
  .UploaderWrap input[type="file"] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    cursor: pointer;
    z-index: 1; }
    .UploaderWrap input[type="file"]:focus {
      outline: none; }

.MoreBtnsWrap {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0px -10px; }
  .MoreBtnsWrap > * {
    margin: 5px 10px; }

input[type="submit"],
.Btn01,
button {
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  font-weight: 400;
  font-family: "Rubik", sans-serif, Arial, Verdana, Tahoma, Trebuchet MS, Helvetica;
  font-size: 16px;
  line-height: 1.6em;
  border: none;
  color: #ffffff;
  background-color: #00afc8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 11px 25px 10px 25px;
  text-decoration: none;
  -webkit-appearance: none;
  text-transform: uppercase; }
  input[type="submit"].FullColorBg,
  .Btn01.FullColorBg,
  button.FullColorBg {
    background-color: pink;
    background-image: none; }

input[type="submit"]:hover,
.Btn01:hover,
button:hover,
.JobListOneWrap:hover .Btn01 {
  color: #ffffff;
  background-color: #00afc8;
  text-decoration: none;
  border-bottom: none; }

.Btn02 {
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  font-weight: 400;
  font-family: "Rubik", sans-serif, Arial, Verdana, Tahoma, Trebuchet MS, Helvetica;
  font-size: 16px;
  border: none;
  color: red;
  background-color: transparent;
  background-image: url("/App_Themes/PJ-Standard/images/bg-lines-02.png");
  background-size: 35px 33px;
  background-repeat: repeat;
  background-position: bottom left;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 11px 25px 10px 25px;
  text-decoration: none;
  -webkit-appearance: none;
  text-transform: uppercase; }
  .Btn02:hover {
    color: red;
    background-color: #E0E0E0;
    background-image: none;
    text-decoration: none;
    border-bottom: none; }

input[type="checkbox"]:not(old) {
  width: 28px;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  display: none; }

input[type="checkbox"]:not(old) + label {
  display: inline-block;
  padding-left: 28px;
  background-image: url("/App_Themes/PJ-Standard/Images/ico-checkbox.svg");
  background-repeat: no-repeat;
  background-position: 0px 2px;
  background-size: 20px 20px;
  min-height: 23px;
  cursor: pointer;
  margin: 4px 15px 4px 0px;
  outline: none;
  font-size: 16px !important;
  line-height: 25px !important; }
  input[type="checkbox"]:not(old) + label:focus {
    outline: none; }

input[type="checkbox"]:not(old):checked + label {
  font-size: 16px !important;
  line-height: 25px !important;
  background-image: url("/App_Themes/PJ-Standard/Images/ico-checkbox-checked.svg"); }

input[type="radio"]:not(old) {
  width: 28px;
  margin: 0px;
  padding: 0px;
  display: none; }

input[type="radio"]:not(old) + label {
  display: inline-block;
  padding-left: 28px;
  background-image: url("/App_Themes/PJ-Standard/Images/ico-radio.svg");
  background-repeat: no-repeat;
  background-position: 0px 2px;
  background-size: 20px 20px;
  min-height: 23px;
  cursor: pointer;
  margin: 4px 15px 4px 0px;
  outline: none;
  font-size: 16px !important;
  line-height: 25px !important; }

input[type="radio"]:not(old):checked + label {
  background-image: url("/App_Themes/PJ-Standard/Images/ico-radio-checked.svg"); }

.ErrorLabel,
.EditingFormErrorLabel,
.form-control-error {
  color: #f43434;
  display: block;
  margin: 3px 0px; }

.ErrorLabel {
  margin: 7px 0px;
  font-weight: 500;
  text-align: center; }

select {
  cursor: pointer;
  background-image: url("/App_Themes/PJ-Standard/images/ico-select-down-black.svg");
  background-size: 14px 9px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  background-position: 100% 50%; }

/*# UI select #*/
.ui-selectmenu-button.ui-button {
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  overflow: hidden;
  padding: 0px;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #E0E0E0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  font-size: 20px;
  line-height: 30px; }
  .ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
    z-index: 6; }

.ui-selectmenu-icon.ui-icon {
  position: relative;
  display: block;
  margin-left: 0px;
  width: 50px;
  min-height: 50px;
  background-image: url("/App_Themes/PJ-Standard/images/ico-select-down-black.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: transparent;
  order: 2; }

.ui-selectmenu-button.ui-selectmenu-button-open {
  border: 5px solid pink; }
  .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-text {
    padding-left: 8px; }
  .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon {
    width: 42px;
    min-height: 42px;
    background-image: url("/App_Themes/PJ-Standard/images/ico-select-up-black.svg"); }

.ui-selectmenu-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  outline: none;
  order: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px; }

.ui-selectmenu-menu {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 5;
  font-size: 20px;
  line-height: 30px; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-menu ul.ui-menu li.ui-menu-item {
  cursor: pointer; }

ul.ui-menu {
  margin-top: -1px !important;
  border: 1px solid red; }

ul.ui-menu,
ul.ui-menu li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  background-color: #ffffff; }

ul.ui-menu li div {
  margin: 0px;
  padding: 3px 12px; }

ul.ui-menu li div:hover {
  color: red;
  background-color: pink; }

/* UI SELECT MENU */
.ui-selectmenu-button.ui-button.ui-selectmenu-disabled, .ui-selectmenu-button.ui-button.ui-selectmenu-disabled:hover {
  cursor: not-allowed;
  color: #bbbbbb;
  font-style: italic; }

.ui-selectmenu-disabled .ui-selectmenu-icon {
  background-color: #bbbbbb !important; }

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

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

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

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

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

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

* {
  min-width: 0;
  min-height: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

::selection {
  background: #008295;
  color: #ffffff; }

b, strong {
  font-weight: 900; }

html {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  font-size: 16px;
  scroll-behavior: smooth; }

body {
  height: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6em;
  color: #626262;
  font-family: "Rubik", sans-serif, Arial, Verdana, Tahoma, Trebuchet MS, Helvetica;
  background-color: #00afc8;
  /*background-color: $barva-pozadi-stranky;
    background-image: url('/App_Themes/S-Standard/images/spravcak-bg.jpg');
    background-repeat: repeat;
    background-position: top left;*/ }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

a img {
  border: none;
  outline: none; }

.Cleaner {
  clear: both; }

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: "Rubik", sans-serif, Arial, Verdana, Tahoma, Trebuchet MS, Helvetica;
  font-weight: 600;
  font-style: normal;
  line-height: 1.15em;
  color: #00afc8;
  text-transform: uppercase; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #00afc8; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #008295; }
  h1.WithLines, h2.WithLines, h3.WithLines, h4.WithLines, h5.WithLines, h6.WithLines {
    overflow: hidden; }
    h1.WithLines span, h2.WithLines span, h3.WithLines span, h4.WithLines span, h5.WithLines span, h6.WithLines span {
      position: relative;
      padding: 0px 20px;
      display: inline-block;
      text-align: center; }
      h1.WithLines span:before, h2.WithLines span:before, h3.WithLines span:before, h4.WithLines span:before, h5.WithLines span:before, h6.WithLines span:before {
        position: absolute;
        top: 50%;
        left: 100%;
        width: 1000px;
        height: 2px;
        background: #00afc8;
        overflow: hidden;
        display: block;
        content: ""; }
      h1.WithLines span:after, h2.WithLines span:after, h3.WithLines span:after, h4.WithLines span:after, h5.WithLines span:after, h6.WithLines span:after {
        position: absolute;
        top: 50%;
        right: 100%;
        width: 1000px;
        height: 2px;
        background: #00afc8;
        overflow: hidden;
        display: block;
        content: ""; }

h1 {
  font-size: 36px;
  line-height: 40px;
  margin: 55px 0px 25px 0px; }
  @media only screen and (max-width: 600px) {
    h1 {
      font-size: 30px;
      line-height: 34px; } }
  h1.H1HP {
    position: absolute;
    top: -2000px; }

h2 {
  font-size: 30px;
  line-height: 36px;
  margin: 35px 0px 25px 0px;
  text-transform: uppercase; }

h3 {
  font-size: 1.428rem;
  margin: 25px 0px 20px 0px; }

a {
  color: #00afc8;
  text-decoration: underline; }
  a:hover {
    color: #008295;
    text-decoration: underline; }

.Anotace,
.Anotation,
big {
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin: 0px 0px 30px 0px;
  font-weight: 600; }
  .Anotace p:first-child,
  .Anotation p:first-child,
  big p:first-child {
    margin-top: 0px; }
  .Anotace p:last-child,
  .Anotation p:last-child,
  big p:last-child {
    margin-bottom: 0px; }

iframe {
  border: none;
  width: 100% !important; }

.ContentCenter {
  text-align: center; }

.ContentLeft {
  text-align: left; }

.ContentRight {
  text-align: right; }

.BlockWrap {
  position: relative;
  display: block;
  width: 100%;
  overflow: visible;
  padding-left: 20px;
  padding-right: 20px; }
  @media only screen and (min-width: 750px) {
    .BlockWrap {
      padding-left: 25px;
      padding-right: 25px; } }
  .BlockWrap.Standard {
    padding-bottom: 45px;
    padding-top: 10px; }
  .BlockWrap .BlockContent {
    position: relative;
    width: 100%;
    max-width: 1250px;
    margin: 0px auto;
    overflow: hidden; }
  .BlockWrap.Width-01, .BlockWrap.Width-02 {
    margin: 0px auto; }
  .BlockWrap.Width-01 {
    max-width: 1440px; }
  .BlockWrap.Width-02 {
    max-width: 940px; }

.PagerWrap {
  position: relative;
  top: 0px;
  left: 0px;
  flex-basis: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 1.142rem; }
  @media only screen and (max-width: 750px) {
    .PagerWrap {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      flex-direction: column; } }
  .PagerWrap .PagerInfo {
    font-weight: 700; }
    @media only screen and (max-width: 750px) {
      .PagerWrap .PagerInfo {
        margin-bottom: 15px; } }

.PagerPages,
.SearchPager {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center; }
  .PagerPages > *,
  .SearchPager > * {
    position: relative;
    display: block;
    text-decoration: none;
    color: #00afc8;
    margin: 5px 10px; }
    .PagerPages > *.PagerSeparator, .PagerPages > *.Spacer, .PagerPages > *.Space,
    .SearchPager > *.PagerSeparator,
    .SearchPager > *.Spacer,
    .SearchPager > *.Space {
      display: none; }
  .PagerPages a:hover,
  .SearchPager a:hover {
    color: #00afc8;
    text-decoration: underline; }

main {
  position: relative;
  background-color: #f9edd7;
  background-image: url("/App_Themes/S-Standard/images/spravcak-bg.jpg");
  background-repeat: repeat;
  background-position: top left;
  margin-top: -10px; }

.Table {
  display: table;
  border-collapse: collapse; }
  .Table .TableRow {
    display: table-row; }
    .Table .TableRow .TableCell, .Table .TableRow .TableHeader {
      display: table-cell; }
  @media only screen and (max-width: 550px) {
    .Table {
      display: block;
      width: 100%; }
      .Table .TableRow,
      .Table .TableCell,
      .Table .TableHeader {
        display: block !important;
        width: 100%;
        padding: 0px !important;
        text-align: center !important; }
      .Table .TableCell,
      .Table .TableHeader {
        padding: 4px 0px !important; } }

.ImageGalleryWrap {
  position: relative;
  top: 0px;
  left: 0px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0px -15px 30px -15px; }
  .ImageGalleryWrap .GalleryImageOne {
    position: relative;
    margin: 15px;
    width: auto;
    height: 130px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 3px solid #ffffff; }
    .ImageGalleryWrap .GalleryImageOne img {
      height: auto;
      max-height: 100%; }

.PageAttachmentsWrap {
  position: relative;
  top: 0px;
  left: 0px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 30px 0px 0px 0px; }
  @media only screen and (max-width: 600px) {
    .PageAttachmentsWrap {
      align-items: center;
      margin: 50px 0px 0px 0px; } }
  .PageAttachmentsWrap a {
    background-image: url("/App_Themes/S-Standard/images/ico-pdf.png");
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: 21px 30px;
    padding-left: 33px;
    min-height: 30px;
    margin-bottom: 15px; }

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .video-container:after {
    padding-top: 56.25%;
    display: block;
    content: ''; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

header {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #00afc8;
  margin-bottom: 9px;
  z-index: 1; }
  header:after {
    position: absolute;
    bottom: -9px;
    left: 0px;
    display: block;
    width: 100%;
    height: 9px;
    content: "";
    background-image: url("/App_Themes/S-Standard/images/header-vlnovka.png");
    background-repeat: repeat-x;
    background-position: top left; }
  header .BlockWrap.Header .BlockContent {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 850px) {
      header .BlockWrap.Header .BlockContent {
        justify-content: flex-end; } }
  header .HeaderLogo {
    position: relative;
    top: -2px;
    left: 0px;
    display: block;
    flex-basis: 128px;
    width: 128px;
    height: 71px;
    flex-shrink: 0;
    margin-right: 25px; }
    @media only screen and (max-width: 850px) {
      header .HeaderLogo {
        position: absolute;
        top: 12px;
        left: 0px;
        margin-right: 0px; } }
    @media only screen and (max-width: 410px) {
      header .HeaderLogo {
        top: 21px;
        width: 77px;
        height: 43px; } }
    @media only screen and (max-width: 346px) {
      header .HeaderLogo {
        top: 27px;
        width: 60px;
        height: 34px; } }
  header .DesktopMenu nav {
    position: relative;
    width: 100%; }
    header .DesktopMenu nav ul {
      position: relative;
      list-style-type: none;
      margin: 0px;
      padding: 0px;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap; }
      header .DesktopMenu nav ul ul {
        display: none; }
      header .DesktopMenu nav ul li {
        position: relative;
        list-style-type: none;
        margin: 0px;
        padding: 0px; }
        header .DesktopMenu nav ul li:before {
          position: absolute;
          top: 50%;
          left: -3px;
          display: block;
          content: "";
          width: 6px;
          height: 6px;
          margin-top: -4px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          background: #ffffff; }
        header .DesktopMenu nav ul li:first-child:before {
          display: none; }
        header .DesktopMenu nav ul li:first-child a {
          margin-left: 0px; }
      header .DesktopMenu nav ul a {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 4px 5px;
        margin: 0px 10px;
        text-decoration: none;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 18px; }
        header .DesktopMenu nav ul a:hover {
          text-decoration: underline;
          color: #ffffff; }
        header .DesktopMenu nav ul a.CMSListMenuLinkHighlighted {
          text-decoration: none;
          color: #fecc00; }
          header .DesktopMenu nav ul a.CMSListMenuLinkHighlighted:hover {
            text-decoration: underline;
            color: #fecc00; }
  @media only screen and (max-width: 850px) {
    header .DesktopMenu {
      display: none; } }
  header .MenuTrigger {
    position: relative;
    display: none;
    width: 60px;
    flex-basis: 60px;
    flex-shrink: 0;
    height: 60px;
    background: #0099af;
    color: #ffffff;
    margin: 0px 0px 0px 25px;
    font-size: 0px;
    background-image: url("/App_Themes/S-Standard/images/ico-menu-white.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer; }
    header .MenuTrigger.Opened {
      background-image: url("/App_Themes/S-Standard/images/ico-cross-white.svg"); }
    @media only screen and (max-width: 850px) {
      header .MenuTrigger {
        display: block; } }
    @media only screen and (max-width: 410px) {
      header .MenuTrigger {
        width: 46px;
        flex-basis: 46px;
        height: 46px;
        margin-left: 20px; } }
  header .ResponzMenuPopup {
    position: relative; }
    header .ResponzMenuPopup ul#HeaderMenu {
      position: relative;
      top: 0px;
      left: 0px;
      width: 100%;
      list-style-type: none;
      margin: 0px;
      padding: 0px;
      background: #c4e8ed;
      color: #ffffff;
      border-bottom: 10px solid #00afc8; }
      header .ResponzMenuPopup ul#HeaderMenu li {
        position: relative;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        border-top: 1px dashed #89d1db; }
        header .ResponzMenuPopup ul#HeaderMenu li:first-child {
          border-top: none; }
        header .ResponzMenuPopup ul#HeaderMenu li.HasChildren.Closed > a {
          background-repeat: no-repeat;
          background-position: 27px 50%;
          background-size: 7px;
          background-image: url("/App_Themes/S-Standard/images/ico-menu-arrow-01-selected-off.svg"); }
          header .ResponzMenuPopup ul#HeaderMenu li.HasChildren.Closed > a.CMSListMenuLinkHighlighted {
            background-image: url("/App_Themes/S-Standard/images/ico-menu-arrow-01-selected-off.svg"); }
        header .ResponzMenuPopup ul#HeaderMenu li.HasChildren.Closed ul {
          display: none; }
        header .ResponzMenuPopup ul#HeaderMenu li.HasChildren.Opened > a {
          background-repeat: no-repeat;
          background-position: 27px 50%;
          background-size: 8px;
          background-image: url("/App_Themes/S-Standard/images/ico-menu-arrow-01-selected-on.svg"); }
          header .ResponzMenuPopup ul#HeaderMenu li.HasChildren.Opened > a.CMSListMenuLinkHighlighted {
            background-image: url("/App_Themes/S-Standard/images/ico-menu-arrow-01-selected-on.svg"); }
        header .ResponzMenuPopup ul#HeaderMenu li.HasChildren.Opened ul {
          display: block; }
      header .ResponzMenuPopup ul#HeaderMenu a {
        position: relative;
        display: block;
        padding: 11px 15px 11px 50px;
        color: #626262;
        text-decoration: none;
        text-align: left;
        font-weight: 600;
        color: #3e3f40;
        color: #0099af;
        font-size: 18px; }
        header .ResponzMenuPopup ul#HeaderMenu a.CMSListMenuLinkHighlighted {
          color: #0099af;
          text-decoration: underline; }
      header .ResponzMenuPopup ul#HeaderMenu ul {
        position: relative;
        margin: 0px;
        padding: 0px;
        list-style-type: none; }
        header .ResponzMenuPopup ul#HeaderMenu ul li {
          background: #d0edf1; }
        header .ResponzMenuPopup ul#HeaderMenu ul li:first-child {
          border-top: 1px dashed #89d1db; }
        header .ResponzMenuPopup ul#HeaderMenu ul a {
          font-weight: 400;
          padding-left: 74px;
          font-size: 16px; }
          header .ResponzMenuPopup ul#HeaderMenu ul a:before {
            position: absolute;
            top: 50%;
            left: 54px;
            width: 6px;
            height: 6px;
            margin-top: -4px;
            overflow: hidden;
            background: #3e3f40;
            background: #0099af;
            display: block;
            content: "";
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px; }
          header .ResponzMenuPopup ul#HeaderMenu ul a.CMSListMenuLinkHighlighted {
            font-weight: 600; }
            header .ResponzMenuPopup ul#HeaderMenu ul a.CMSListMenuLinkHighlighted:before {
              background: #0099af; }
  header .HeaderSocialWrap {
    position: relative;
    flex-shrink: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 25px; }
    header .HeaderSocialWrap > * {
      position: relative;
      display: block;
      flex-basis: 29px;
      width: 29px;
      height: 29px;
      flex-shrink: 0;
      margin: 10px;
      background-repeat: no-repeat;
      background-size: 29px;
      background-position: 50%; }
      header .HeaderSocialWrap > *.SocialFB {
        background-image: url("/App_Themes/S-Standard/images/social-facebook.png"); }
      header .HeaderSocialWrap > *.SocialINS {
        background-image: url("/App_Themes/S-Standard/images/social-instagram.png"); }
      header .HeaderSocialWrap > *.SocialCAM {
        background-image: url("/App_Themes/S-Standard/images/ico-cam.png"); }

footer {
  background: #00afc8;
  color: #ffffff; }

.BlockWrap.Footer .BlockContent {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 14px;
  line-height: 20px; }
  @media only screen and (max-width: 730px) {
    .BlockWrap.Footer .BlockContent {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      flex-direction: column; } }
  .BlockWrap.Footer .BlockContent a {
    color: #ffffff;
    text-decoration: none; }
    .BlockWrap.Footer .BlockContent a:hover {
      text-decoration: underline; }
  .BlockWrap.Footer .BlockContent .Side01 {
    position: relative;
    text-align: left;
    padding-left: 110px; }
    @media only screen and (max-width: 730px) {
      .BlockWrap.Footer .BlockContent .Side01 {
        margin-bottom: 25px; } }
    .BlockWrap.Footer .BlockContent .Side01:before {
      position: absolute;
      top: 50%;
      left: 0px;
      display: block;
      content: "";
      width: 92px;
      height: 51px;
      margin-top: -28px;
      background-color: transparent;
      background-image: url("/App_Themes/S-Standard/Images/spravcak-logo.png");
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: contain; }
  .BlockWrap.Footer .BlockContent .Side02 {
    text-align: right; }
    @media only screen and (max-width: 730px) {
      .BlockWrap.Footer .BlockContent .Side02 {
        text-align: center; } }
  .BlockWrap.Footer .BlockContent h2 {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin: 0px 0px 0px 0px; }
  .BlockWrap.Footer .BlockContent p {
    margin: 0px; }

.HPSlider {
  position: relative;
  margin: 0px;
  margin-top: -10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 27px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 27px 5px rgba(0, 0, 0, 0.3);
  padding: 0px; }
  .HPSlider .BlockContent {
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: visible; }

.MainSlider {
  position: relative;
  margin-top: -5px; }
  .MainSlider .slick-dots {
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 1px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    background: transparent; }
    .MainSlider .slick-dots li {
      position: relative;
      top: -28px;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
      margin: 0px;
      padding: 0px;
      list-style-type: none; }
    .MainSlider .slick-dots button {
      position: relative;
      top: auto;
      left: auto;
      width: 10px;
      height: 10px;
      border: none;
      margin: 0px;
      padding: 0px;
      font-size: 0px;
      overflow: hidden;
      opacity: 0.2;
      flex-shrink: 0;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      background: black;
      margin: 3px 7px; }
    .MainSlider .slick-dots li.slick-active button {
      opacity: 1;
      background: #00afc8; }
  .MainSlider button.slick-arrow {
    position: absolute;
    top: 50%;
    left: -120px;
    width: 40px;
    height: 70px;
    margin-top: -35px;
    background: transparent;
    border: none;
    margin: 0px;
    margin-top: -35px;
    padding: 0px;
    font-size: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    opacity: 0.25; }
    @media only screen and (max-width: 1550px) {
      .MainSlider button.slick-arrow {
        left: -60px; } }
    @media only screen and (max-width: 1400px) {
      .MainSlider button.slick-arrow {
        left: 0px;
        z-index: 1;
        width: 36px;
        height: 60px;
        margin-top: -30px; } }
    @media only screen and (max-width: 700px) {
      .MainSlider button.slick-arrow {
        left: 0px; } }
    @media only screen and (max-width: 500px) {
      .MainSlider button.slick-arrow {
        display: none !important; } }
    .MainSlider button.slick-arrow:hover {
      opacity: 0.5; }
      @media only screen and (max-width: 1550px) {
        .MainSlider button.slick-arrow:hover {
          opacity: 0.8; } }
      .MainSlider button.slick-arrow:hover:before {
        color: #000000; }
        @media only screen and (max-width: 1550px) {
          .MainSlider button.slick-arrow:hover:before {
            color: #00afc8; } }
    .MainSlider button.slick-arrow:before {
      position: absolute;
      top: 0px;
      left: 0px;
      content: "";
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 70px;
      font-size: 38px;
      content: "";
      background-image: url("/App_Themes/S-Standard/images/ico-arrow-left.png");
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: 15px 26px;
      color: #626262; }
      @media only screen and (max-width: 1550px) {
        .MainSlider button.slick-arrow:before {
          width: 36px;
          height: 60px;
          font-size: 32px; } }
    .MainSlider button.slick-arrow.slick-next {
      left: auto;
      right: -120px; }
      .MainSlider button.slick-arrow.slick-next:before {
        background-image: url("/App_Themes/S-Standard/images/ico-arrow-right.png"); }
      @media only screen and (max-width: 1550px) {
        .MainSlider button.slick-arrow.slick-next {
          right: -60px; } }
      @media only screen and (max-width: 1400px) {
        .MainSlider button.slick-arrow.slick-next {
          left: auto;
          right: 0px; } }
      @media only screen and (max-width: 700px) {
        .MainSlider button.slick-arrow.slick-next {
          right: 0px; } }
  .MainSlider .BannerOneWrap {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden; }
    .MainSlider .BannerOneWrap .BannerOne {
      position: relative;
      top: 0px;
      left: 0px;
      height: 400px;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      flex-direction: row;
      justify-content: center; }
      @media only screen and (max-width: 700px) {
        .MainSlider .BannerOneWrap .BannerOne {
          height: 600px;
          margin-left: 25px;
          margin-right: 25px; } }
      .MainSlider .BannerOneWrap .BannerOne a.BannerMainLink {
        position: absolute;
        top: 0px;
        left: 0px;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        background: transparent;
        z-index: 2; }
      .MainSlider .BannerOneWrap .BannerOne img {
        position: absolute;
        bottom: -1px;
        right: 50px;
        vertical-align: top;
        width: auto;
        height: auto !important;
        max-height: 90%; }
      @media only screen and (max-width: 700px) {
        .MainSlider .BannerOneWrap .BannerOne .BannerImageWrap {
          position: absolute;
          bottom: 190px;
          left: 0px;
          width: 100%;
          height: 360px;
          display: flex;
          flex-wrap: nowrap;
          align-items: center;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          .MainSlider .BannerOneWrap .BannerOne .BannerImageWrap img {
            position: relative;
            bottom: 0px;
            right: 0px; } }
      .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap {
        position: absolute;
        bottom: 55px;
        left: -20px;
        width: auto;
        max-width: 45%;
        height: auto;
        padding: 20px;
        z-index: 1; }
        @media only screen and (max-width: 1400px) {
          .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap {
            bottom: 55px;
            left: 40px; } }
        @media only screen and (max-width: 1150px) {
          .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap {
            max-width: 480px; } }
        @media only screen and (max-width: 700px) {
          .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap {
            position: absolute;
            bottom: 55px;
            left: 0px;
            text-align: center;
            width: 100%;
            flex-basis: 100%;
            max-width: 100%;
            padding: 22px 20px 20px 20px; }
            .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap h2, .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap h3, .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap p, .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap a {
              color: #ffffff; } }
        .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap:before {
          position: absolute;
          bottom: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          display: block;
          content: "";
          background: #ffffff;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          opacity: 0.9;
          z-index: 1; }
          @media only screen and (max-width: 700px) {
            .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap:before {
              background: #00afc8;
              -webkit-border-radius: 6px;
              -moz-border-radius: 6px;
              border-radius: 6px;
              opacity: 1; } }
        .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap .BannerTextContent {
          position: relative;
          z-index: 2; }
          @media only screen and (max-width: 700px) {
            .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap .BannerTextContent {
              color: #ffffff; }
              .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap .BannerTextContent h2, .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap .BannerTextContent h3, .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap .BannerTextContent p, .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap .BannerTextContent a {
                color: #ffffff; } }
          .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap .BannerTextContent h2 {
            color: #00afc8;
            margin: 0px 0px 15px 0px;
            font-size: 46px;
            line-height: 46px;
            text-transform: uppercase;
            font-weight: 600; }
            @media only screen and (max-width: 1150px) {
              .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap .BannerTextContent h2 {
                font-size: 32px;
                line-height: 32px; } }
          .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap .BannerTextContent h3 {
            color: #00afc8;
            margin: 0px 0px 15px 0px;
            font-size: 24px;
            line-height: 24px;
            font-weight: 400;
            text-transform: uppercase;
            font-weight: 600; }
            @media only screen and (max-width: 1150px) {
              .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap .BannerTextContent h3 {
                font-size: 20px; } }
          .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap .BannerTextContent p {
            margin: 0px;
            font-size: 18px;
            line-height: 24px;
            font-weight: 400; }
            @media only screen and (max-width: 1150px) {
              .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap .BannerTextContent p {
                font-size: 18px;
                line-height: 24px; } }
            @media only screen and (max-width: 700px) {
              .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap .BannerTextContent p {
                font-size: 14px;
                line-height: 18px; } }
          @media only screen and (max-width: 700px) {
            .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap .BannerTextContent h2, .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap .BannerTextContent h3, .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap .BannerTextContent p, .MainSlider .BannerOneWrap .BannerOne .BannerTextWrap .BannerTextContent a {
              color: #ffffff; } }
    .MainSlider .BannerOneWrap:hover h2 {
      text-decoration: underline; }

.HPAktivityList {
  margin-top: 35px; }

.HPMapaArealu {
  padding-top: 15px;
  padding-bottom: 65px; }

.ArticleListWrap {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px -35px; }
  .ArticleListWrap .ArticleOneWrap {
    position: relative;
    flex-basis: 33.33333333333333%;
    text-align: center;
    margin-bottom: 35px; }
    @media only screen and (max-width: 1050px) {
      .ArticleListWrap .ArticleOneWrap {
        flex-basis: 50%; } }
    @media only screen and (max-width: 700px) {
      .ArticleListWrap .ArticleOneWrap {
        flex-basis: 100%; } }
  .ArticleListWrap .ArticleOne {
    display: block;
    margin: 0px 35px;
    text-decoration: none;
    color: #626262; }
    .ArticleListWrap .ArticleOne h2 {
      font-size: 22px;
      line-height: 26px; }
      .ArticleListWrap .ArticleOne h2 a {
        color: #00afc8;
        text-decoration: none; }
        .ArticleListWrap .ArticleOne h2 a:hover {
          color: #00afc8;
          text-decoration: underline; }
  .ArticleListWrap a.ArticleOne:hover h2 {
    text-decoration: underline; }

.ArticleDetail {
  margin: 0px 35px; }

.AktivitaArrowsWrap {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }
  @media only screen and (max-width: 1380px) {
    .AktivitaArrowsWrap {
      display: none; } }
  .AktivitaArrowsWrap .AktivitaArrows {
    position: sticky;
    top: 40px;
    left: 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: space-between; }
  .AktivitaArrowsWrap .AktivitaArrow {
    position: relative;
    left: 0px;
    display: block;
    width: 140px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #00afc8;
    margin-top: 50px;
    text-decoration: none;
    padding: 0px 25px;
    height: 50px;
    text-transform: uppercase;
    line-height: 18px;
    text-align: center;
    outline: none; }
    @media only screen and (max-width: 1650px) {
      .AktivitaArrowsWrap .AktivitaArrow {
        right: -25px;
        left: auto;
        font-size: 0px;
        width: 5px; } }
    .AktivitaArrowsWrap .AktivitaArrow:before {
      position: absolute;
      top: 0px;
      left: -25px;
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      border-top: 25px solid #00afc8; }
    .AktivitaArrowsWrap .AktivitaArrow:after {
      position: absolute;
      bottom: 0px;
      left: -25px;
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      border-bottom: 25px solid #00afc8; }
    .AktivitaArrowsWrap .AktivitaArrow.ArrowDisabled {
      opacity: 0.5;
      pointer-events: none;
      cursor: default;
      text-decoration: none; }
    .AktivitaArrowsWrap .AktivitaArrow:hover {
      background: #fecc00;
      text-decoration: none;
      color: #000; }
      .AktivitaArrowsWrap .AktivitaArrow:hover:before {
        border-top: 25px solid #fecc00; }
      .AktivitaArrowsWrap .AktivitaArrow:hover:after {
        border-bottom: 25px solid #fecc00; }
    .AktivitaArrowsWrap .AktivitaArrow.ArrowPrev {
      left: auto;
      right: 0px; }
      .AktivitaArrowsWrap .AktivitaArrow.ArrowPrev:before {
        left: auto;
        right: -25px; }
      .AktivitaArrowsWrap .AktivitaArrow.ArrowPrev:after {
        left: auto;
        right: -25px; }
      @media only screen and (max-width: 1650px) {
        .AktivitaArrowsWrap .AktivitaArrow.ArrowPrev {
          left: -25px;
          right: auto; } }

.AktivityListWrap {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0px 0px 0px 0px;
  padding: 0px; }
  .AktivityListWrap h2.AktivitaOne, .AktivityListWrap h3.AktivitaOne {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #626262;
    margin: 0px 0px 45px 0px;
    text-align: center;
    max-width: 190px;
    flex-basis: 16.66666666666667%;
    flex-shrink: 0;
    padding: 0px 10px; }
    .AktivityListWrap h2.AktivitaOne a, .AktivityListWrap h3.AktivitaOne a {
      position: relative;
      font-size: 16px;
      line-height: 20px;
      color: #626262;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      text-decoration: none; }
      .AktivityListWrap h2.AktivitaOne a span.AktivitaTitle, .AktivityListWrap h3.AktivitaOne a span.AktivitaTitle {
        display: block;
        margin-top: 15px; }
      .AktivityListWrap h2.AktivitaOne a span.AktivitaImage, .AktivityListWrap h3.AktivitaOne a span.AktivitaImage {
        position: relative;
        height: 160px;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
        .AktivityListWrap h2.AktivitaOne a span.AktivitaImage img, .AktivityListWrap h3.AktivitaOne a span.AktivitaImage img {
          height: auto;
          max-height: 160px;
          width: auto; }
      .AktivityListWrap h2.AktivitaOne a:hover, .AktivityListWrap h3.AktivitaOne a:hover {
        color: #00afc8;
        text-decoration: underline; }
    .AktivityListWrap h2.AktivitaOne.CurrentDocument span.AktivitaImage img, .AktivityListWrap h3.AktivitaOne.CurrentDocument span.AktivitaImage img {
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(1);
      /* Google Chrome, Safari 6+ & Opera 15+ */
      filter: grayscale(1);
      /* Microsoft Edge and Firefox 35+ */
      opacity: 0.9; }
  @media only screen and (max-width: 1130px) {
    .AktivityListWrap {
      justify-content: space-around; }
      .AktivityListWrap h2 .AktivitaOne, .AktivityListWrap h3.AktivitaOne {
        flex-basis: 160px; } }
  .AktivityListWrap.ListMini {
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    padding-top: 15px;
    margin: 0px -5px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 1050px) {
      .AktivityListWrap.ListMini {
        flex-wrap: wrap; } }
    .AktivityListWrap.ListMini h2.AktivitaOne, .AktivityListWrap.ListMini h3.AktivitaOne {
      margin: 0px 4px 10px 4px;
      max-width: 80px;
      flex-shrink: 0; }
      .AktivityListWrap.ListMini h2.AktivitaOne span.AktivitaTitle, .AktivityListWrap.ListMini h3.AktivitaOne span.AktivitaTitle {
        display: none; }
      .AktivityListWrap.ListMini h2.AktivitaOne span.AktivitaImage, .AktivityListWrap.ListMini h3.AktivitaOne span.AktivitaImage {
        position: relative;
        height: 92px;
        max-height: 92px;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        flex-shrink: 0; }
        .AktivityListWrap.ListMini h2.AktivitaOne span.AktivitaImage img, .AktivityListWrap.ListMini h3.AktivitaOne span.AktivitaImage img {
          height: auto;
          max-height: 90px;
          width: auto; }

.MapWrap {
  position: relative; }
  .MapWrap a {
    position: relative;
    text-align: center;
    display: block; }
    .MapWrap a img {
      max-height: 380px; }

.AktivitaDetailMainText {
  position: relative;
  margin: 50px auto 40px auto;
  max-width: 860px;
  text-align: center; }

.AktivitaDetail {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 15px;
  flex-wrap: wrap; }
  .AktivitaDetail > div {
    flex-basis: 30%;
    margin: 25px 20px; }
    @media only screen and (max-width: 1050px) {
      .AktivitaDetail > div {
        flex-basis: 50%; } }
    @media only screen and (max-width: 580px) {
      .AktivitaDetail > div {
        flex-basis: 100%;
        text-align: center; } }
    .AktivitaDetail > div.TextBlock01 {
      text-align: center; }
    .AktivitaDetail > div.TextBlock02 {
      flex-basis: 26%; }
      @media only screen and (max-width: 580px) {
        .AktivitaDetail > div.TextBlock02 {
          flex-basis: 100%;
          text-align: center; } }
      .AktivitaDetail > div.TextBlock02:empty {
        display: none; }
    .AktivitaDetail > div.AktivitaImage {
      max-width: 350px;
      flex-shrink: 0;
      overflow: hidden;
      text-align: center; }
      @media only screen and (max-width: 1050px) {
        .AktivitaDetail > div.AktivitaImage {
          flex-basis: 100%; } }
      .AktivitaDetail > div.AktivitaImage img {
        max-height: 100%; }
  .AktivitaDetail h2, .AktivitaDetail h3 {
    text-transform: none;
    margin: 0px 0px 15px 0px; }

.WebkameraWrap {
  position: relative;
  margin-bottom: 25px; }
  .WebkameraWrap .ReloadImage {
    position: relative;
    display: block;
    margin: 15px 0px 0px 0px;
    padding: 16px 0px 0px 0px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 18px;
    background-image: url("/App_Themes/S-Standard/images/refresh.png");
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */ }
    .WebkameraWrap .ReloadImage:hover {
      text-decoration: underline; }

.NewsListWrap {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 0px 0px 55px 0px;
  padding: 0px; }
  .NewsListWrap .NewsOne {
    position: relative;
    width: 100%;
    height: auto;
    margin: 15px 0px 0px 0px;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #626262;
    text-decoration: none; }
    @media only screen and (max-width: 550px) {
      .NewsListWrap .NewsOne {
        display: block;
        text-align: center;
        margin: 0px 0px 35px 0px; } }
    .NewsListWrap .NewsOne a.NewsImage {
      position: relative;
      width: 260px;
      flex-basis: 260px;
      height: auto;
      height: 200px;
      flex-shrink: 0;
      order: 1;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      flex-direction: row;
      justify-content: center;
      margin-right: 35px;
      text-align: center;
      overflow: hidden; }
      .NewsListWrap .NewsOne a.NewsImage img {
        position: relative;
        max-width: 100%;
        height: 100%; }
      @media only screen and (max-width: 550px) {
        .NewsListWrap .NewsOne a.NewsImage {
          position: relative;
          top: 0px;
          width: 100%;
          height: 160px !important;
          float: none;
          margin: 0px 0px 15px 0px;
          text-align: center; }
          .NewsListWrap .NewsOne a.NewsImage img {
            max-height: 200px; } }
    .NewsListWrap .NewsOne .NewsText {
      order: 2;
      text-align: left;
      display: block; }
      .NewsListWrap .NewsOne .NewsText h3, .NewsListWrap .NewsOne .NewsText h2 {
        margin-top: 0px;
        margin-bottom: 10px; }
        .NewsListWrap .NewsOne .NewsText h3 a, .NewsListWrap .NewsOne .NewsText h2 a {
          text-decoration: none; }
          .NewsListWrap .NewsOne .NewsText h3 a:hover, .NewsListWrap .NewsOne .NewsText h2 a:hover {
            color: #00afc8;
            text-decoration: underline; }
      .NewsListWrap .NewsOne .NewsText p {
        margin: 0px; }
      @media only screen and (max-width: 550px) {
        .NewsListWrap .NewsOne .NewsText {
          text-align: center; } }
    .NewsListWrap .NewsOne:nth-child(even) {
      justify-content: flex-end; }
      .NewsListWrap .NewsOne:nth-child(even) .NewsImage {
        order: 2;
        margin-right: 0px;
        margin-left: 35px; }
        @media only screen and (max-width: 550px) {
          .NewsListWrap .NewsOne:nth-child(even) .NewsImage {
            order: 1;
            margin-left: 0px; } }
      .NewsListWrap .NewsOne:nth-child(even) .NewsText {
        order: 1;
        text-align: right; }
        @media only screen and (max-width: 550px) {
          .NewsListWrap .NewsOne:nth-child(even) .NewsText {
            text-align: center;
            order: 2; } }

.DateCategory {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  display: inline-flex; }
  .DateCategory .ParentCategory {
    display: block;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    padding: 0px 5px;
    background: #00afc8;
    text-decoration: none;
    color: #ffffff; }
    .DateCategory .ParentCategory:hover {
      background: #fecc00;
      text-decoration: none;
      color: #000; }
  .DateCategory .NewsDate {
    display: block;
    margin-right: 15px; }

.NewsDetail {
  position: relative;
  margin-top: 55px; }
  @media only screen and (max-width: 550px) {
    .NewsDetail {
      text-align: center; } }
  .NewsDetail .NewsDetailImage {
    float: right;
    margin: 0px 0px 25px 35px;
    display: block; }
    @media only screen and (max-width: 550px) {
      .NewsDetail .NewsDetailImage {
        position: relative;
        top: -5px;
        width: 100%;
        max-height: 200px;
        float: none;
        margin: 25px 0px;
        text-align: center; }
        .NewsDetail .NewsDetailImage img {
          max-height: 200px; } }

.KontaktyListWrap {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0px 0px 65px 0px;
  padding: 0px; }
  .KontaktyListWrap .KontaktOne {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #626262;
    margin: 15px 0px 35px 0px;
    padding: 0px 10px;
    text-align: center;
    flex-basis: 300px;
    flex-shrink: 0; }
    .KontaktyListWrap .KontaktOne h2 {
      color: #00afc8;
      margin: 20px 0px 15px 0px;
      font-size: 16px;
      line-height: 20px; }
      .KontaktyListWrap .KontaktOne h2 a {
        text-decoration: none;
        color: #626262; }
        .KontaktyListWrap .KontaktOne h2 a:hover {
          text-decoration: underline;
          color: #00afc8; }
    .KontaktyListWrap .KontaktOne a.AktivitaImage {
      position: relative;
      height: 160px;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      flex-direction: row;
      justify-content: center;
      align-items: flex-end; }
      .KontaktyListWrap .KontaktOne a.AktivitaImage img {
        height: auto;
        max-height: 100%;
        width: auto;
        max-width: 160px; }
