@charset "UTF-8";
/* Obecné styly stránek */
.PR-sablona-obsah {
  padding: 15px 0 40px;
}

@media (max-width: 980px) {
  .PR-sablona-obsah {
    padding: 40px 0;
  }
}

.PR-sablona-obsah table {
  width: 100% !important;
  margin-bottom: 15px;
}

.PR-sablona-obsah table th {
  border-bottom: 4px solid #e1e1e1;
  text-align: center;
  padding: 15px 10px;
  color: #808080;
}

.PR-sablona-obsah table td {
  height: 30px;
  padding: 5px 10px;
  border-bottom: 1px solid #e1e1e1;
}

.PR-sablona-obsah iframe {
  border: 0;
}

.PR-sablona-obsah ul,
.PR-sablona-obsah ol {
  list-style: none;
  margin-bottom: 15px;
}

.PR-sablona-obsah ul:not(.options) li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

.PR-sablona-obsah ul:not(.options) li:before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  background: var(--colorText);
  border-radius: 50%;
  top: 6px;
  left: 0;
}

.PR-sablona-obsah ul:not(.options) li li::before {
  width: 7px;
  height: 1px;
  top: 10px;
}

.PR-sablona-obsah ol {
  counter-reset: ol-number;
}

.PR-sablona-obsah ol > li {
  margin: 0 0 10px 0;
  display: block;
  padding-left: 30px;
  position: relative;
}

.PR-sablona-obsah ol > li:before {
  content: counter(ol-number) "";
  counter-increment: ol-number;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 85%;
  background: var(--colorText);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
}

@media (min-width: 480px) {
  .PR-sablona-obsah .img-left {
    float: left;
    margin: 0 25px 25px 0;
  }
  .PR-sablona-obsah .img-right {
    float: right;
    margin: 0 0 25px 25px;
  }
}

.PR-sablona-obsah img {
  max-width: 100%;
  height: auto !important;
  vertical-align: middle;
}

.PR-sablona-obsah img[style~="float:left"], .PR-sablona-obsah img[style~="float: left"] {
  margin: 0 10px 10px 0;
}

.PR-sablona-obsah img[style~="float:right"], .PR-sablona-obsah img[style~="float: right"] {
  margin: 0 0 10px 10px;
}

.PR-sablona-obsah svg {
  max-width: 100%;
}

.PR-sablona-obsah blockquote {
  border-left: 5px solid var(--colorPrimary);
  padding: 15px 20px;
  font-style: italic;
  background: #ccc;
  margin: 0 25px 15px 25px;
  font-size: 18px;
  line-height: 24px;
}

.PR-sablona-obsah blockquote p:last-of-type {
  margin: 0;
}

.PR-sablona-obsah .cke_editable {
  outline: none;
}

.PR-sablona-obsah .responsive-form {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .PR-sablona-obsah .thumbnail-right {
    float: right;
    margin: 0 0 25px 25px;
  }
}

@media (max-width: 767px) {
  .PR-sablona-obsah .thumbnail-right {
    margin: 15px 0 25px 0;
    text-align: center;
    border: 0;
  }
}

@media (min-width: 768px) {
  .PR-sablona-obsah .thumbnail-left {
    float: left;
    margin: 0 25px 25px 0;
  }
}

@media (max-width: 767px) {
  .PR-sablona-obsah .thumbnail-left {
    margin: 15px 0 25px 0;
    text-align: center;
    border: 0;
  }
}

.menuStranky {
  border: 1px solid #c7c7c7;
  border-top: 3px solid var(--colorText);
  background: #fff;
  padding: 10px 0;
  margin-bottom: 30px;
}

.menuStranky li.active {
  background: var(--colorText);
  color: #fff;
  line-height: 18px;
  padding: 6px 25px;
}

.menuStranky a {
  line-height: 18px;
  padding: 6px 25px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.menuStranky a:hover {
  background: var(--colorText);
  color: #fff;
}

@media (max-width: 980px) {
  .menuStranky {
    margin: 0 0 15px 0;
    text-align: center;
  }
  .menuStranky li {
    display: inline-block;
    margin: 0 5px;
  }
  .menuStranky li.active {
    display: inline-block;
  }
}

.doporucene-duvody {
  position: relative;
  max-width: 690px;
  margin: 0 auto 35px auto;
}

.doporucene-duvody::before {
  content: '';
  position: absolute;
  right: 50%;
  background-color: #ccc;
  height: 100%;
  width: 1px;
  top: 0;
  bottom: 0;
}

.doporucene-duvody .item {
  width: calc(50% - 4px);
  display: inline-block;
  text-align: center;
  padding: 20px 40px;
  vertical-align: top;
}

.doporucene-duvody .sep {
  height: 1px;
  background-color: #ccc;
}

.doporucene-duvody i {
  font-size: 40px;
  margin-bottom: 10px;
}

.stranky-socialniSite ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.stranky-socialniSite ul li:not(.like) {
  margin: 0 6px;
}

.stranky-socialniSite ul li:not(.like) svg {
  fill: var(--colorAccent);
}

.stranky-socialniSite ul .like {
  width: 100%;
  margin: 10px 0;
}

.subpage-gallery {
  display: flex;
  flex-wrap: wrap;
}

.subpage-gallery a {
  width: 24%;
  margin: .5%;
  overflow: hidden;
  aspect-ratio: 16/9;
}

@media (max-width: 767px) {
  .subpage-gallery a {
    width: 32%;
  }
}

@media (max-width: 550px) {
  .subpage-gallery a {
    width: 49%;
  }
}

@media (max-width: 380px) {
  .subpage-gallery a {
    width: 48%;
    margin: 1%;
  }
}

.subpage-gallery a:hover img {
  transform: scale(1.1);
}

.subpage-gallery picture {
  display: block;
  width: 100%;
  height: 100%;
}

.subpage-gallery img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  max-width: 100%;
  vertical-align: middle;
  transition: .2s;
}

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

.image-right {
  text-align: right;
}

.cke_image_resizer,
.cke_reset {
  display: none !important;
}

.image-captioned figcaption {
  text-align: center;
  margin-top: 10px;
}

.kontakt1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.kontakt1 h2 {
  margin-top: 0;
}

.kontakt1 .kontakty-box {
  width: calc(50% - 10px);
}

@media (max-width: 580px) {
  .kontakt1 .kontakty-box {
    width: 100%;
  }
}

.kontakt1 .kontakty-box:nth-child(1) {
  margin-right: 20px;
}

@media (max-width: 580px) {
  .kontakt1 .kontakty-box:nth-child(1) {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.kontakt1 .kontakty-obsah iframe, .kontakt1 .kontakty-obsah img, .kontakt1 .kontakty-mapa iframe, .kontakt1 .kontakty-mapa img {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 260px;
}

.text a.ikona-email {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--colorLinkText);
  text-decoration: none;
}

.text a.ikona-email::before {
  content: "\f0e0";
  font-weight: 700;
  font-family: "Font Awesome\ 5 Free";
  display: inline-block;
  margin-right: 10px;
}

.text a.ikona-telefon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--colorLinkText);
  text-decoration: none;
}

.text a.ikona-telefon::before {
  content: "\f10b";
  font-weight: 700;
  font-family: "Font Awesome\ 5 Free";
  display: inline-block;
  margin-right: 10px;
}

.kontakt1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.kontakt1 h2 {
  margin-top: 0;
}

.kontakt1 .kontakty-box {
  width: calc(50% - 10px);
}

@media (max-width: 580px) {
  .kontakt1 .kontakty-box {
    width: 100%;
  }
}

.kontakt1 .kontakty-box:nth-child(1) {
  margin-right: 20px;
}

@media (max-width: 580px) {
  .kontakt1 .kontakty-box:nth-child(1) {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.kontakt1 .kontakty-obsah iframe, .kontakt1 .kontakty-obsah img, .kontakt1 .kontakty-mapa iframe, .kontakt1 .kontakty-mapa img {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 260px;
}

.text a.ikona-email {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--colorLinkText);
  text-decoration: none;
}

.text a.ikona-email::before {
  content: "\f0e0";
  font-weight: 700;
  font-family: "Font Awesome\ 5 Free";
  display: inline-block;
  margin-right: 10px;
}

.text a.ikona-telefon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--colorLinkText);
  text-decoration: none;
}

.text a.ikona-telefon::before {
  content: "\f10b";
  font-weight: 700;
  font-family: "Font Awesome\ 5 Free";
  display: inline-block;
  margin-right: 10px;
}

.kontakt2 {
  display: flex;
  flex-wrap: wrap;
}

.kontakt2 h2 {
  margin-top: 0;
}

@media (max-width: 580px) {
  .kontakt2 {
    margin-bottom: 20px;
  }
}

.kontakt2 .kontakty-box {
  width: calc(50% - 10px);
}

@media (max-width: 580px) {
  .kontakt2 .kontakty-box {
    width: 100%;
  }
}

.kontakt2 .kontakty-box:nth-child(1) {
  margin-right: 20px;
}

@media (max-width: 580px) {
  .kontakt2 .kontakty-box:nth-child(1) {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.kontakt2 .kontakty-obsah2 table, .kontakt2 .kontakty-mapa2 table {
  border-collapse: collapse;
  width: 100%;
  /*
			tr {
				&:nth-child(odd) {
					th, td {
						background: rgba($color-border, .5);
					}
				}
			}
			*/
}

.kontakt2 .kontakty-obsah2 table th, .kontakt2 .kontakty-obsah2 table td, .kontakt2 .kontakty-mapa2 table th, .kontakt2 .kontakty-mapa2 table td {
  padding: 8px;
  text-align: left;
}

.kontakt2 .kontakty-obsah2 iframe, .kontakt2 .kontakty-obsah2 img, .kontakt2 .kontakty-mapa2 iframe, .kontakt2 .kontakty-mapa2 img {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 260px;
}

.kontakt3 {
  overflow: hidden;
}

.kontakt3 .kontakt-osoby {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
}

@media (max-width: 460px) {
  .kontakt3 .kontakt-osoby {
    width: 100%;
    margin: 0;
  }
}

.kontakt3 .kontakt3osoba {
  width: calc(25% - 20px);
  margin: 0 10px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}

@media (max-width: 840px) {
  .kontakt3 .kontakt3osoba {
    width: calc(50% - 20px);
  }
}

@media (max-width: 460px) {
  .kontakt3 .kontakt3osoba {
    width: 100%;
    margin: 0 0 20px;
  }
}

.kontakt3 .kontakt3osoba p {
  margin-bottom: 6px;
}

.kontakt3 .kontakt3osoba img {
  max-width: 100%;
  display: block;
  margin: 0 auto 20px auto;
  max-height: 100px;
}

.kontakt3 .kontakt3osoba .osoba-popis {
  text-align: center;
}

.kontakt3 .kontakt3osoba .osoba-popis a {
  text-align: center;
}

.text1 {
  margin-bottom: 20px;
}

.text1 .text1-obsah {
  padding: 20px;
  text-align: center;
}

.text1 .text1-obsah p {
  margin-bottom: 0;
}

.text2 {
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  background: hsla(var(--colorPrimary-h), calc(var(--colorPrimary-s) * 1%), calc(var(--colorPrimary-l) * 1%), 0.5);
  color: var(--colorPrimary-contrast);
}

.text2 .text2-obsah p {
  margin-bottom: 20px;
}

.text2 .tlacitko-obal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.text3 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.text3 h2 {
  margin-top: 0;
}

.text3:nth-child(odd) .text3-obsah {
  width: calc(100% - 340px);
  margin-right: 0px;
  margin-left: 20px;
  order: 2;
}

.text3:nth-child(odd) .tlacitko-obal {
  justify-content: flex-start;
}

.text3 .text3-obsah {
  width: calc(100% - 340px);
  margin-right: 20px;
}

.text3 .text3-foto {
  width: 320px;
}

.text3 .text3-foto img {
  max-width: 100%;
  display: block;
}

.text3 .text3-titulek + .text3-popis {
  margin-top: 20px;
}

.text3 .tlacitko-obal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 20px;
}

@media (max-width: 620px) {
  .text3 {
    margin-bottom: 40px;
  }
  .text3:nth-child(odd) .text3-foto {
    order: 2;
  }
  .text3:nth-child(odd) .text3-obsah {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    order: 1;
  }
  .text3 .text3-obsah {
    width: 100%;
    margin-bottom: 14px;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .text3 .text3-foto {
    width: 100%;
  }
  .text3 .text3-foto img {
    margin: 0 auto;
  }
}

.text3_2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.text3_2 h2 {
  margin-top: 0;
}

.text3_2 .text3_2-obsah {
  width: calc(100% - 340px);
  margin-left: 20px;
}

.text3_2 .text3_2-foto {
  width: 320px;
}

.text3_2 .text3_2-foto img {
  max-width: 100%;
  display: block;
}

.text3_2 .text3_2-titulek + .text3_2-popis {
  margin-top: 20px;
}

.text3_2 .tlacitko-obal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 20px;
}

@media (max-width: 620px) {
  .text3_2 {
    margin-bottom: 40px;
  }
  .text3_2 .text3_2-obsah {
    width: 100%;
    margin-top: 14px;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .text3_2 .text3_2-foto {
    width: 100%;
  }
  .text3_2 .text3_2-foto img {
    margin: 0 auto;
  }
}

.text4 h2 {
  margin-top: 0;
}

.text4 p {
  margin-bottom: 0;
}

.text4 .text4-clanky {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.text4 .text4clanek {
  width: calc(50% - 10px);
  border: 1px solid var(--colorPrimary);
  padding: 20px;
  margin-bottom: 20px;
}

.text4 .text4clanek:nth-child(odd) {
  margin-right: 20px;
}

@media (max-width: 680px) {
  .text4 .text4clanek {
    width: 100%;
    margin-right: 0 !important;
  }
}

@media (max-width: 480px) {
  .text4 .text4clanek {
    padding: 14px;
  }
}

.text4 .text4clanek .text4-nadpis {
  margin-bottom: 20px;
}

.text4 .text4clanek:nth-child(even) {
  margin-right: 0;
}

.text5 {
  margin-bottom: 30px;
}

.text5 .text5-clanky {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  justify-content: center;
  flex-direction: column;
}

.text5 .text5-clanky::after {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 1px;
  height: calc(100% - 20px);
  background: var(--colorPrimary);
  content: "";
}

@media (max-width: 695px) {
  .text5 .text5-clanky::after {
    left: 0;
  }
}

.text5 .text5-clanky > p:last-of-type:empty {
  display: none;
}

.text5 .text5clanek {
  width: calc(50% - 65px);
  margin-right: 130px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 695px) {
  .text5 .text5clanek {
    margin-left: 65px;
    width: calc(100% - 65px);
  }
}

.text5 .text5clanek h2 {
  margin-bottom: 0;
  font-size: 18px;
  margin-top: 0;
}

@media (max-width: 480px) {
  .text5 .text5clanek h2 {
    font-size: 16px;
  }
}

.text5 .text5clanek::after {
  content: "";
  width: 65px;
  height: 1px;
  background: var(--colorPrimary);
  top: 50%;
  left: 100%;
  position: absolute;
}

@media (max-width: 695px) {
  .text5 .text5clanek::after {
    left: auto;
    right: 100%;
  }
}

.text5 .text5clanek .text5-nadpis {
  width: 260px;
  border: 1px solid var(--colorPrimary);
  border-bottom: none;
  margin-left: auto;
  padding: 16px;
}

@media (max-width: 695px) {
  .text5 .text5clanek .text5-nadpis {
    width: 100%;
    margin-left: 0;
  }
}

.text5 .text5clanek .text5-popis {
  width: 260px;
  border: 1px solid var(--colorPrimary);
  border-top: none;
  margin-left: auto;
  padding: 0 16px 16px 16px;
}

.text5 .text5clanek .text5-popis p {
  margin-bottom: 0;
}

@media (max-width: 695px) {
  .text5 .text5clanek .text5-popis {
    width: 100%;
  }
}

.text5 .text5clanek:nth-child(even) {
  margin-right: 0;
  margin-left: auto;
}

.text5 .text5clanek:nth-child(even) .text5-nadpis, .text5 .text5clanek:nth-child(even) .text5-popis {
  margin-left: 0;
}

.text5 .text5clanek:nth-child(even)::after {
  left: auto;
  right: 100%;
}

@media (max-width: 695px) {
  .text5 .text5clanek:nth-child(even) {
    margin-right: auto;
    margin-left: 65px;
  }
}

.text6 {
  overflow: hidden;
  margin-bottom: 30px;
}

.text6 h2 {
  margin-top: 0;
}

.text6 .text6-titulek {
  float: left;
  width: calc(100% - 360px);
  margin-bottom: 20px;
}

@media (max-width: 720px) {
  .text6 .text6-titulek {
    width: 50%;
  }
}

@media (max-width: 430px) {
  .text6 .text6-titulek {
    width: 100%;
  }
}

.text6 .text6-obsah {
  display: block;
}

.text6 .text6-foto {
  float: right;
  width: 340px;
  margin-left: 20px;
  margin-bottom: 20px;
}

@media (max-width: 720px) {
  .text6 .text6-foto {
    width: calc(50% - 20px);
  }
}

@media (max-width: 430px) {
  .text6 .text6-foto {
    width: 100%;
    margin-left: 0;
  }
  .text6 .text6-foto img {
    width: 100%;
  }
}

.text6 .tlacitko-obal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.specialHero {
  position: relative;
  text-align: center;
  background: var(--colorSecondary);
  width: calc(100vw - 17px);
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 4rem;
  color: #fff;
}

@media (max-width: 980px) {
  .specialHero {
    margin-bottom: 2.5rem;
  }
}

.specialHero-wrapper {
  max-width: 980px;
  margin: 0 auto;
  display: block;
  padding: 4rem 0 3rem;
}

@media (max-width: 980px) {
  .specialHero-wrapper {
    padding: 3rem 15px 1.75rem;
  }
}

.specialHero-content {
  color: inherit;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}

.specialHero-content h1, .specialHero-content h2, .specialHero-content h3 {
  color: inherit;
}

.specialHero-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: .24;
  z-index: -1;
}

.specialHero-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.special_obal {
  margin-bottom: 30px;
}

.special_obal .special_pole {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.special_obal .special_pole > p {
  display: none;
}

.special_obal .special1 {
  width: 250px;
  text-align: center;
}

@media (max-width: 850px) {
  .special_obal .special1 {
    width: calc(100% / 3);
    padding: 10px;
  }
}

@media (max-width: 500px) {
  .special_obal .special1 {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .special_obal .special1 {
    width: 100%;
  }
}

.special_obal .special1 .special-foto img {
  max-width: 100%;
}

.special_obal .special2 {
  width: 250px;
  text-align: center;
}

@media (max-width: 850px) {
  .special_obal .special2 {
    width: calc(100% / 3);
    padding: 10px;
  }
}

@media (max-width: 500px) {
  .special_obal .special2 {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .special_obal .special2 {
    width: 100%;
  }
}

.special_obal .special2 .special-cislo {
  font-size: 35px;
  font-weight: 700;
}

.special_obal .special2 .special-cislo p {
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}

.special_obal .special-text {
  margin-top: 20px;
}

.special4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.special4 .tlacitko-obal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.special4 .text-tlacitko {
  padding: 10px 30px;
  border: 1px solid black;
  display: inline-block;
  margin: 0 10px;
}

.special4 .text-tlacitko {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.contact-panel {
  background: var(--colorPrimary);
  color: #fff;
  text-align: center;
  padding: 60px 0 70px 0;
  margin: 30px 0;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-panel svg {
  fill: #fff;
}

@media (min-width: 768px) {
  .contact-panel::after {
    content: '';
    background: url("../../../../images/modul-stranky/sablona_bg_1.jpg");
    background-size: cover;
    background-attachment: fixed;
    opacity: .05;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }
}

.contact-panel h2 {
  color: inherit;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .contact-panel h2 {
    padding-bottom: 10px;
  }
}

.contact-panel a {
  color: inherit;
  text-decoration: none;
}

.contact-panel a:hover span {
  text-decoration: none;
}

.contact-panel a span {
  display: block;
  text-decoration: underline;
}

.contact-panel svg {
  margin-bottom: 15px;
}

.contact-panel .contact-panel__item {
  display: inline-block;
  padding: 0 35px;
  min-width: calc(33% - 4px);
  margin: 0;
}

@media (min-width: 768px) {
  .contact-panel .contact-panel__item:not(:last-of-type) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 767px) {
  .contact-panel .contact-panel__item {
    display: block;
    width: 100%;
    padding: 35px;
  }
  .contact-panel .contact-panel__item:not(:last-of-type) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .contact-panel .contact-panel__item:last-of-type {
    padding-bottom: 0;
  }
}

.PR-sablona-obsah ul:not(.options) li:before {
  top: 11px;
}

.PR-sablona-obsah .responsive-form {
  background: var(--colorShadeBg);
}

.PR-sablona-obsah h3 {
  margin-bottom: 1rem;
}

.page-faq {
  overflow: hidden;
  margin: 10px 0;
}

.page-faq .title {
  background-color: var(--colorSecondary);
  display: block;
  padding: 16px 52px 16px 13px;
  position: relative;
  font-weight: 500;
  color: #3f3d3c;
  cursor: pointer;
}

.page-faq .title:before {
  content: ' ';
  position: absolute;
  right: 20px;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  transform: translateY(-50%) rotate(45deg);
  border: 2px solid;
  border-color: transparent #3f3d3c #3f3d3c transparent;
  padding: 1px;
  cursor: pointer;
  border-radius: 0 0 2px 0;
  transition: all 350ms ease;
}

.page-faq .description {
  display: block;
  border: 1px solid var(--colorSecondary);
  border-top: 0;
  padding: 19px 15px 15px 15px;
  margin-top: -3px;
  font-size: 15px;
  color: #3f3d3c;
  display: none;
}

.page-faq.show .title:before {
  transform: translateY(0) rotate(225deg);
}

.pr_carousel .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pr_carousel .owl-prev, .pr_carousel .owl-next {
  width: 40px;
  height: 40px;
  font-size: 33px;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 350ms ease;
}

.pr_carousel .owl-prev:hover, .pr_carousel .owl-next:hover {
  background-color: #fff;
}

.pr_carousel .owl-prev:before, .pr_carousel .owl-next:before {
  content: ' ';
  position: absolute;
  width: 11px;
  height: 11px;
  border: 2px solid;
  top: 50%;
}

.pr_carousel .owl-next {
  right: 10px;
}

.pr_carousel .owl-next:before {
  border-color: var(--colorSecondary) var(--colorSecondary) transparent transparent;
  transform: translate(-50%, -50%) rotate(45deg);
  right: 10px;
}

.pr_carousel .owl-prev {
  left: 10px;
}

.pr_carousel .owl-prev:before {
  border-color: var(--colorSecondary) transparent transparent var(--colorSecondary);
  transform: translate(50%, -50%) rotate(-45deg);
  left: 10px;
}

.template.pltr > span {
  float: left;
  padding: 0 20px 9px 0;
}

.template.prtl > span {
  float: right;
  padding: 0 0 9px 20px;
}

.head-login {
  display: flex;
  justify-content: space-between;
  padding: 7px 14px;
  background-color: var(--colorPrimary);
  color: #fff;
}

.klientska-sekce-dokumenty {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.klientska-sekce-dokumenty .klientska-sekce-dokument {
  width: 300px;
  text-align: center;
  margin: 0 15px 40px 15px;
}

.klientska-sekce-dokumenty .klientska-sekce-dokument .name {
  background-color: var(--colorSecondary);
  text-transform: uppercase;
  color: #fff;
  padding: 7px;
  font-weight: 300;
  font-size: 13px;
}

.klientska-sekce-dokumenty .klientska-sekce-dokument .info {
  padding: 8px;
  background-color: hsla(var(--colorSecondary-h), calc(var(--colorSecondary-s) * 1%), calc(var(--colorSecondary-l) * 1%), 0.06);
}

.newsMainContent {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .newsMainContent {
    padding: 0 15px;
  }
}

.newsListItem {
  padding: 1.5rem;
  margin: 0 0 50px 0;
  border: 0;
  background: var(--colorShadeBg);
  margin-bottom: 1.5rem;
}

.newsListItem:hover {
  border-color: #cecece;
}

.newsListItem .thumbnail {
  border: 0;
}

.newsListItem .headlines-link {
  letter-spacing: 2px;
  padding-top: 0;
}

.newsListItem .headlines-link a {
  color: #000;
}

.newsListItem .thumbnail {
  float: left;
  width: 160px;
}

.newsListItem .thumbnail:hover {
  border-color: #a3a3a3;
}

@media (max-width: 767px) {
  .newsListItem .thumbnail {
    float: none;
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
    width: auto;
  }
}

.newsListItem .newsListItemDesc {
  float: right;
  width: calc(100% - 160px - 25px);
}

@media (max-width: 767px) {
  .newsListItem .newsListItemDesc {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}

.newsListItem .newsListItemDesc .ocreated {
  font-style: italic;
  margin-bottom: 5px;
  display: none;
}

.newsListItem .newsListItemDesc .summary {
  margin-bottom: 15px;
}

.newsListItem .newsListItemDesc .more {
  float: right;
}

@media (max-width: 980px) {
  .newsListItem .newsListItemDesc .more {
    width: auto;
    padding: 12px 25px;
    font-size: 16px;
  }
}

.newsDetail {
  position: relative;
}

.newsDetail .ocreated {
  margin: 0 0 25px 0;
  display: block;
}

.newsDetail .more {
  float: right;
}

.newsDetail table {
  width: 100% !important;
  margin-bottom: 15px;
}

.newsDetail table th {
  border-bottom: 4px solid #e1e1e1;
  text-align: center;
  padding: 15px 10px;
  color: #808080;
}

.newsDetail table td {
  height: 30px;
  padding: 5px 10px;
  border-bottom: 1px solid #e1e1e1;
}

.newsDetail iframe {
  border: 0;
}

.newsDetail ul,
.newsDetail ol {
  list-style: none;
  margin-bottom: 15px;
}

.newsDetail ul:not(.options) li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

.newsDetail ul:not(.options) li:before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  background: var(--colorText);
  border-radius: 50%;
  top: 6px;
  left: 0;
}

.newsDetail ul:not(.options) li li::before {
  width: 7px;
  height: 1px;
  top: 10px;
}

.newsDetail ol {
  counter-reset: ol-number;
}

.newsDetail ol > li {
  margin: 0 0 10px 0;
  display: block;
  padding-left: 30px;
  position: relative;
}

.newsDetail ol > li:before {
  content: counter(ol-number) "";
  counter-increment: ol-number;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 85%;
  background: var(--colorText);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
}

@media (min-width: 480px) {
  .newsDetail .img-left {
    float: left;
    margin: 0 25px 25px 0;
  }
  .newsDetail .img-right {
    float: right;
    margin: 0 0 25px 25px;
  }
}

.newsDetail img {
  max-width: 100%;
  height: auto !important;
  vertical-align: middle;
}

.newsDetail img[style~="float:left"], .newsDetail img[style~="float: left"] {
  margin: 0 10px 10px 0;
}

.newsDetail img[style~="float:right"], .newsDetail img[style~="float: right"] {
  margin: 0 0 10px 10px;
}

.newsDetail svg {
  max-width: 100%;
}

.newsDetail blockquote {
  border-left: 5px solid var(--colorPrimary);
  padding: 15px 20px;
  font-style: italic;
  background: #ccc;
  margin: 0 25px 15px 25px;
  font-size: 18px;
  line-height: 24px;
}

.newsDetail blockquote p:last-of-type {
  margin: 0;
}

.newsDetail img[style*="float: left"] {
  margin: 0 15px 15px 0;
}

.newsDetail img[style*="float: right"] {
  margin: 0 0 15px 15px;
}

.pages {
  padding: 20px 0;
  font-size: 13px;
  text-align: center;
}

.pages.pages_bottom {
  padding-top: 0;
}

.pages.pages_top {
  padding-bottom: 0;
}

.pages li {
  display: inline;
}

.pages li.active a {
  border-color: var(--colorSecondary);
  color: var(--colorSecondary);
  font-weight: normal;
}

.pages li:not(.disabled):hover a {
  border: 1px solid var(--colorSecondary);
  background-color: var(--colorSecondary);
  color: #fff;
}

.pages li.disabled a {
  color: #ccc;
  cursor: default;
}

.pages a {
  height: 21px;
  line-height: 21px;
  display: inline-block;
  text-align: center;
  min-width: 16px;
  margin: 0 2px;
  padding: 0 3px;
  text-decoration: none;
  color: #162317;
  border: 1px solid transparent;
}

.pages ul {
  text-align: center;
}

.pages ul li {
  display: inline-block;
  margin: 0 5px;
  padding: 3px;
  min-width: 26px;
}

.pages ul li a {
  color: #989898;
}

.pages ul li.disabled a {
  text-decoration: none;
  cursor: default;
}

.pages ul li.active {
  border: 1px solid var(--colorPrimary);
}

.pages ul li.active a {
  font-weight: 700;
  text-decoration: none;
  cursor: default;
  color: black;
}

.pager-ajax-next-page-content {
  position: relative;
}

.pager-ajax-next-page-content:before {
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  top: 0;
  position: absolute;
  background: var(--colorPrimary);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

[data-tabs] {
  clear: both;
  background: var(--colorSecondary);
  list-style: none;
}

[data-tabs]:before, [data-tabs]:after {
  content: " ";
  display: table;
}

[data-tabs]:after {
  clear: both;
}

[data-tabs] li {
  float: left;
}

@media (max-width: 480px) {
  [data-tabs] li {
    width: 100%;
  }
}

[data-tabs] li a {
  padding: 8px 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  display: block;
  color: #fff;
}

[data-tabs] li a:hover {
  background: var(--colorPrimary);
}

[data-tabs] li a[aria-selected="true"] {
  color: var(--colorPrimary);
  background: #fff;
  cursor: default;
  pointer-events: none;
}

@media (max-width: 480px) {
  [data-tabs] li a {
    background: var(--colorSecondary);
    color: #fff;
  }
}

#mapa .copyright,
#mapa .scale {
  display: none;
}

#mapa img {
  max-width: none !important;
}

#mapa .cluster > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

#mapa .cluster > div img {
  width: 8px;
}

/*# sourceMappingURL=pages.min.css.map */
