/*FARBY*/
/* ANIMATIONS */
@import url("formatting.css");
@import url("grid.css");
@import url("fontawesome.css");
@import url("solid.css");
@import url("brands.css");
@import url("regular.css");
@import url("forms_myModal.css");
@import url("preloader.css");
@import url("font-horovce.css");
@import url('wysiwygStyles.css');
@keyframes dropdown-fade {
  0% {
    display: none;
    opacity: 0;
    top: 50px;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    top: -164px;
  }
  100% {
    top: 0px;
  }
}
/* FUNCTIONS */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  padding: 0px;
  margin: 0px;
  border: 0px;
  box-sizing: border-box;
  display: block;
  outline: none;
}
html,
body {
  height: 100%;
}
body {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #06163a;
  font-size: 16px;
  line-height: 24px;
  background-color: white;
  overflow-x: hidden;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
body.modal-open {
  overflow: hidden;
}
/* BASIC FORMATTING */
a {
  color: #019C00;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
a:hover {
  color: #06163a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #019C00;
  margin-bottom: 30px;
}
h1 {
  margin-bottom: 30px;
}
h2 {
  font-size: 1.7rem;
  line-height: 2.2rem;
}
h3,
h4,
h5,
h6 {
  color: #06163a;
}
h3 {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
h4 {
  font-size: 1rem;
  line-height: 1.5rem;
}
h5,
h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}
strong,
b {
  font-weight: 600;
}
form {
  width: 100%;
}
/* WRAPPER */
.wrapper {
  max-width: 1230px;
  margin: auto;
  padding: 0 30px;
}
.bck-wrapper.gray {
  background: #f2f3f7;
}
.bck-wrapper.bck-aktuality {
  background: #f2f3f7 url("/images/design/bck-aktuality.svg") no-repeat center top;
  background-size: cover;
}
.bck-wrapper.bck-uradna-tabula {
  background: #06163a url("/images/design/bck-uradna-tabula.svg") no-repeat center top;
  background-size: cover;
}
.bck-wrapper.bck-okienko-primatora {
  background: #f2f3f7 url("/images/design/bck-okienko-primatora.svg") no-repeat right top;
  background-size: cover;
}
.bck-wrapper.primary {
  background-color: #06163a;
}
/* HEADER */
header .header__red-bar,
header .header__gray-bar {
  background-color: #019C00;
  color: white;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  height: 40px;
  position: relative;
  z-index: 1;
}
header .header__red-bar span,
header .header__gray-bar span,
header .header__red-bar strong,
header .header__gray-bar strong,
header .header__red-bar a,
header .header__gray-bar a {
  display: inline-block;
}
header .header__red-bar .icon::before,
header .header__gray-bar .icon::before {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
}
header .header__red-bar .col-4:nth-of-type(2),
header .header__gray-bar .col-4:nth-of-type(2) {
  text-align: center;
}
header .header__red-bar .col-4:last-of-type,
header .header__gray-bar .col-4:last-of-type {
  text-align: right;
}
header .header__gray-bar {
  background-color: #f2f3f7;
  color: #06163a;
  text-transform: none;
  font-weight: 400;
}
header .header__gray-bar .todays-date {
  font-weight: 600;
}
header .header__gray-bar .todays-date span {
  font-weight: 400;
}
header .header__gray-bar .todays-date::first-letter {
  text-transform: uppercase;
}
header .header__gray-bar a {
  font-weight: 600;
  text-decoration: none;
  color: #06163a;
}
header .header__gray-bar a:last-of-type {
  margin-left: 10px;
}
header .header__gray-bar a:first-of-type {
  margin-right: 10px;
}
header .header__gray-bar a:hover {
  color: #019C00;
}
header .header__gray-bar .icon::before {
  font-size: 20px;
}
header .header__gray-bar .wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
header .header__gray-bar .wrapper .grid {
  width: 100%;
}
header:not(.has-slider) .header__nav-bar {
  box-shadow: 0px 0px 50px 0px rgba(6, 22, 58, 0.05);
}
header.sticky {
  margin-top: 75px;
}
header.sticky .header__nav-bar {
  position: fixed;
  left: 0px;
  top: 0;
  width: 100%;
  z-index: 9999;
  animation: slide-down 0.3s cubic-bezier(0.18, 0.62, 0.26, 0.83);
  border-top: 5px solid #019C00;
  box-shadow: 0px 0px 50px 0px rgba(6, 22, 58, 0.05);
}
header .header__nav-bar {
  background-color: white;
}
header .header__nav-bar .wrapper {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
header .header__nav-bar #main-nav {
  display: flex;
  align-items: center;
}
header .header__nav-bar #main-nav li.has-children:not(.mega-menu) {
  position: relative;
}
header .header__nav-bar #main-nav li.has-children:not(.mega-menu li.has-children) > a:after {
  display: inline-block;
  content: "\e934";
  font-family: "horovce";
  color: #019C00;
  font-size: 16px;
  margin-left: 10px;
}
header .header__nav-bar #main-nav li.has-children:not(.mega-menu li.has-children).mega-menu:hover > .dropdown {
  display: block;
}
header .header__nav-bar #main-nav li.has-children:not(.mega-menu li.has-children):not(.mega-menu):hover > .dropdown {
  display: block;
}
header .header__nav-bar #main-nav a:not(.nav-logout) {
  text-decoration: none;
  color: #06163a;
  font-weight: 500;
  font-size: 20px;
  padding: 30px 30px;
  display: inline-block;
}

.nav-user {
  display: none;
}

header .header__nav-bar #main-nav a:hover {
  color: #019C00;
}
header .header__nav-bar #main-nav .dropdown {
  display: none;
  position: absolute;
  z-index: 999;
  background-color: #06163a;
  padding: 20px;
  animation: fade-in 0.3s cubic-bezier(0.18, 0.62, 0.26, 0.83);
  z-index: 9999;
}
header .header__nav-bar #main-nav .dropdown:not(.mega-menu .dropdown) {
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
header .header__nav-bar #main-nav .dropdown a {
  color: white;
  padding: 3px 0;
  font-weight: 400;
  position: relative;
  font-size: 16px;
}
header .header__nav-bar #main-nav .dropdown a:after {
  content: "";
  transition: 0.2s all ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  height: 2px;
  width: 0;
  bottom: 0px;
  transform: translateX(-50%);
  background-color: #019C00;
  margin-left: 0;
  top: auto;
}
header .header__nav-bar #main-nav .dropdown a:hover {
  color: #019C00;
}
header .header__nav-bar #main-nav .dropdown a:hover:after {
  width: 100%;
}
header .header__nav-bar #main-nav .mega-menu > .dropdown {
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #06163a;
  color: white;
  padding: 30px 30px 60px 30px;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}
header .header__nav-bar #main-nav .mega-menu > .dropdown:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  left: calc(615px - 50vw);
  background-color: #06163a;
  z-index: -1;
}
header .header__nav-bar #main-nav .mega-menu > .dropdown .has-children {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  display: table;
  /* Actually FF 20+ */
}
header .header__nav-bar #main-nav .mega-menu > .dropdown .has-children > a {
  color: white;
  cursor: default;
  margin-top: 30px;
}
header .header__nav-bar #main-nav .mega-menu > .dropdown .has-children > a:hover {
  color: white;
}
header .header__nav-bar #main-nav .mega-menu > .dropdown .has-children > a > span {
  font-weight: 700;
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
}
header .header__nav-bar #main-nav .mega-menu > .dropdown .has-children > a:after {
  display: none;
}
header .header__nav-bar #main-nav .mega-menu > .dropdown .dropdown {
  display: block;
  position: relative;
  padding: 0;
}
header .header__nav-bar #main-nav .mega-menu > .dropdown a {
  color: #828896;
}
header .header__nav-bar #main-nav .mega-menu > .dropdown a:hover {
  color: #019C00;
}
header .header__nav-bar #nav-bar__search {
  text-decoration: none;
  color: #06163a;
}
header .header__nav-bar #nav-bar__search:hover {
  color: #019C00;
}
header .header__nav-bar #nav-bar__search:before {
  font-size: 24px;
}
header .header__slider {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background-color: white;
  position: relative;
}
header .header__slider-inner {
  height: 100%;
}
header .header__slider-item {
  background-position: center center;
  background-size: cover;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 30px;
}
header .header__slider-item:first-child {
  position: relative;
  display: block;
  float: left;
}
header .header__slider .rslides_tabs {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: auto;
  z-index: 999;
  text-align: left;
  padding-bottom: 60px;
  transform: translateX(-50%);
}
header .header__slider .rslides_tabs li {
  display: inline-block;
}
header .header__slider .rslides_tabs li a {
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
}
header .header__slider .rslides_tabs li a:before {
  content: "";
  height: 6px;
  width: 6px;
  background: white;
  display: block;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
}
header .header__slider .rslides_tabs li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 2px solid #06163a;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
}
header .header__slider .rslides_tabs li.rslides_here a:before {
  background-color: #06163a;
}
header .header__slider .rslides_tabs li.rslides_here a:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
header .header__slider .rslides_tabs li:not(:last-of-type) {
  margin-right: 10px;
}
/* MAIN */
main section {
  padding: 60px 0;
}
main section p {
  margin-bottom: 30px;
}
/* FOOTER */
footer .footer__upper {
  padding: 40px 0;
  background-color: #019C00;
}
footer .footer__upper .contact-block,
footer .footer__upper a {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
}
footer .footer__upper .contact-block span,
footer .footer__upper a span {
  display: block;
}
footer .footer__upper .contact-block__icon,
footer .footer__upper a__icon {
  margin-right: 10px;
}
footer .footer__upper .contact-block__icon:before,
footer .footer__upper a__icon:before {
  font-size: 60px;
}
footer .footer__upper .contact-block .contact-title,
footer .footer__upper a .contact-title {
  font-weight: 700;
}
footer .footer__upper .contact-block .contact,
footer .footer__upper a .contact {
  font-size: 20px;
  font-weight: 500;
}
footer .footer__upper .contact-block a:hover,
footer .footer__upper a a:hover {
  color: #06163a;
}
footer .footer__menu {
  background-color: #06163a;
  padding: 40px 0;
}
footer .footer__menu #footer-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
footer .footer__menu #footer-nav > li {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
footer .footer__menu #footer-nav > .has-children > a {
  color: white !important;
  cursor: default;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  display: block;
  text-decoration: none;
}
footer .footer__menu #footer-nav a:not(#footer-nav > .has-children > a) {
  text-decoration: none;
  color: #828896;
  position: relative;
  padding: 3px 0;
  font-weight: 400;
  display: inline-block;
}
footer .footer__menu #footer-nav a:not(#footer-nav > .has-children > a):after {
  content: "";
  transition: 0.2s all ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  height: 2px;
  width: 0;
  bottom: 0px;
  transform: translateX(-50%);
  background-color: #019C00;
  margin-left: 0;
  top: auto;
}
footer .footer__menu #footer-nav a:not(#footer-nav > .has-children > a):hover {
  color: #019C00;
}
footer .footer__menu #footer-nav a:not(#footer-nav > .has-children > a):hover:after {
  width: 100%;
}
footer .footer__lower {
  padding: 25px 0;
}
footer .footer__lower .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer__lower a {
  text-decoration: none;
  font-weight: 700;
  color: #06163a;
}
footer .footer__lower a:hover {
  color: #019C00;
}
/* GALLERY */
.gallery figure a {
  -webkit-transform: scale(1);
  transform: scale(1);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.gallery figure .figure-inner {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.gallery figure .figure-inner:hover {
  -webkit-transform: scale(1.074);
  transform: scale(1.074);
  box-shadow: 0 44px 98px 0 rgba(6, 22, 58, 0.12);
}
.gallery figure img {
  max-width: 100%;
}
.gallery figure figcaption {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(6, 22, 58, 0), rgba(6, 22, 58, 0.5));
  color: white;
  font-weight: 500;
  padding: 20px;
}
.gallery figure figcaption p {
  margin: 0;
}
.gallery figure .voting-wrapper {
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 15px 20px;
  background: linear-gradient(to top, rgba(6, 22, 58, 0), rgba(6, 22, 58, 0.5));
  color: white !important;
  z-index: 11;
  display: flex;
  justify-content: space-between;
}
.gallery figure .voting-wrapper .votes__count span {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.gallery figure .voting-wrapper .icon-like {
  font-size: 20px;
}
.gallery figure .voting-wrapper p {
  margin-bottom: 0;
}
/* POSTS GRID */
.posts.grid article .article__inner {
  background-color: white;
  box-shadow: 0px 0px 45px 0px rgba(6, 22, 58, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.posts.grid article .article__inner:after {
  content: "";
  transition: 0.2s all ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  height: 2px;
  width: 0;
  bottom: 0px;
  transform: translateX(-50%);
  background-color: #019C00;
  margin-left: 0;
  top: auto;
}
.posts.grid article .article__inner:hover {
  color: #019C00;
}
.posts.grid article .article__inner:hover:after {
  width: 100%;
}
.posts.grid article .article__inner:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0px 85px 0px rgba(6, 22, 58, 0.1);
}
.posts.grid article a {
  text-decoration: none;
  color: #06163a;
}
.posts.grid article a:hover {
  color: #019C00;
}
.posts.grid article a:hover .article__read-more {
  color: #019C00 !important;
}
.posts.grid article a:hover .article__read-more .icon-arrow-right {
  margin-left: 15px !important;
}
.posts.grid article img {
  max-width: 100%;
  width: 100%;
}
.posts.grid article .article__txt-wrapper {
  padding: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.posts.grid article .article__txt-wrapper h2 {
  font-family: "Playfair Display", serif;
  color: #06163a;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.posts.grid article .article__txt-wrapper h2:hover {
  color: #019C00;
}
.posts.grid article .article__txt-wrapper .article__published {
  margin-bottom: 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #06163a;
}
.posts.grid article .article__txt-wrapper .article__published span {
  display: inline-block;
  vertical-align: middle;
}
.posts.grid article .article__txt-wrapper .article__published .icon-calendar {
  color: #019C00;
}
.posts.grid article .article__txt-wrapper .article__published .icon-calendar:before {
  font-size: 22px;
}
.posts.grid article .article__txt-wrapper p {
  color: #6a7389;
  margin-bottom: 25px;
  line-height: 20px;
}
.posts.grid article .article__txt-wrapper .article__read-more {
  margin-top: auto;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.posts.grid article .article__txt-wrapper .article__read-more .icon-arrow-right {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.posts.grid article .article__txt-wrapper .article__button {
  margin-top: auto;
}
/* POSTS LIST */
.posts.list article {
  margin-bottom: 30px;
}
.posts.list article a {
  text-decoration: none;
  color: #06163a;
}
.posts.list article a:hover {
  color: #019C00;
}
.posts.list article a:hover .article__read-more {
  color: #019C00 !important;
}
.posts.list article a:hover .article__read-more .icon-arrow-right {
  margin-left: 15px !important;
}
.posts.list article img {
  max-width: 100%;
  width: 100%;
}
.posts.list article .article__txt-wrapper .article__txt-inner {
  border-bottom: 1px solid #d5d7dc;
  height: 100%;
  padding-bottom: 30px;
}
.posts.list article .article__txt-wrapper h2 {
  font-family: "Playfair Display", serif;
  color: #06163a;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.posts.list article .article__txt-wrapper h2:hover {
  color: #019C00;
}
.posts.list article .article__txt-wrapper .article__published {
  margin-bottom: 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.posts.list article .article__txt-wrapper .article__published span {
  display: inline-block;
  vertical-align: middle;
}
.posts.list article .article__txt-wrapper .article__published .icon-calendar {
  color: #019C00;
}
.posts.list article .article__txt-wrapper .article__published .icon-calendar:before {
  font-size: 22px;
}
.posts.list article .article__txt-wrapper p {
  color: #6a7389;
  margin-bottom: 0px;
}
.posts.list article .article__txt-wrapper .article__read-more {
  margin-top: auto;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.posts.list article .article__txt-wrapper .article__read-more .icon-arrow-right {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.posts.list article .article__txt-wrapper .article__button {
  margin-top: 20px;
  display: inline-block;
}
/* SINGLE POST */
.single-post__header {
  padding-top: 60px;
}
.single-post__header h1 {
  text-align: center;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 20px;
}
.single-post__header .post-published {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.single-post__header .post-published span {
  display: inline-block;
  vertical-align: middle;
}
.single-post__header .post-published .icon-calendar {
  color: #019C00;
}
.single-post__header .post-published .icon-calendar:before {
  font-size: 22px;
  position: relative;
  top: -1px;
}
.single-post section {
  line-height: 24px;
}
/* COMMENTS */
#comments {
  margin-top: 30px;
}
#comments .reply-comment {
  margin-left: 43px;
}
#comments .form-wrapper {
  margin-bottom: 30px;
}
#comments li .form-wrapper {
  margin-left: 28px;
}
#comments a {
  color: #00b9f6;
  text-decoration: none;
}
#comments a:hover {
  color: #06163a;
}
#comments .comment {
  display: flex;
}
#comments .comment__author-icon {
  background-color: #828896;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 12px;
}
#comments .comment__text {
  padding: 15px;
  width: 100%;
  margin-bottom: 15px;
  margin-left: 15px;
  border-radius: 20px;
  background-color: #f9f9fb;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#comments .comment__text-author {
  font-weight: 600;
}
#comments .comment__text p {
  color: #6a7389;
  margin-bottom: 10px;
}
#comments .comment__text-date-reply {
  font-size: 14px;
  color: #6a7389;
}
#comments .comment__text-date-reply a {
  text-decoration: none;
  font-weight: 600;
  margin-left: 10px;
  color: #06163a;
}
#comments .comment__text-date-reply a:hover {
  color: #00b9f6;
}
#comments .comment__text-date-reply a:before {
  content: '•';
  margin-right: 10px;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  top: 3px;
}
#comments .comment__text:hover {
  background-color: #f2f3f7;
}
/* MESSAGE */
.message {
  background-color: #f2f3f7;
  padding: 30px 30px 30px 60px;
  margin-bottom: 30px;
  font-weight: 500;
  position: relative;
}
.message::before {
  display: block;
  content: "\e93a";
  font-family: "horovce";
  color: #06163a;
  font-size: 26px;
  line-height: 1;
  margin-right: 5px;
  position: absolute;
  left: 30px;
  top: 28px;
}
/* SEARCH */
#search-form {
  display: flex;
  width: 70% !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1160px;
}
#search-form input[type="text"] {
  border: none !important;
  border-bottom: 1px solid white !important;
  margin-right: 10px;
  border-radius: unset;
  padding: 10px 0 !important;
  color: white !important;
}
#search-form input[type="text"]:focus,
#search-form input[type="text"]:hover {
  border: none !important;
  border-bottom: 1px solid #019C00 !important;
}
#search-form input[type="text"]::placeholder,
#search-form input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
  color: white;
}
.search-results__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.search-results__header h3,
.search-results__header p {
  margin-bottom: 0;
}
.search-results .search-result {
  margin-bottom: 15px;
  padding: 25px;
  background-color: #f2f3f7;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.search-results .search-result:after {
  content: "";
  transition: 0.2s all ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  height: 2px;
  width: 0;
  bottom: 0px;
  transform: translateX(-50%);
  background-color: #019C00;
  margin-left: 0;
  top: auto;
}
.search-results .search-result:hover {
  color: #019C00;
}
.search-results .search-result:hover:after {
  width: 100%;
}
.search-results .search-result:hover {
  transform: translateY(-10px);
  color: #06163a;
}
.search-results .search-result a {
  text-decoration: none;
}
.search-results .search-result h2 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
  color: #06163a;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.search-results .search-result h2:hover {
  color: #019C00;
}
.search-results .search-result .result-date,
.search-results .search-result .result-type,
.search-results .search-result .result-category {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.search-results .search-result .result-date span[class^="icon-"]:before,
.search-results .search-result .result-type span[class^="icon-"]:before,
.search-results .search-result .result-category span[class^="icon-"]:before,
.search-results .search-result .result-date span[class*=" icon-"]:before,
.search-results .search-result .result-type span[class*=" icon-"]:before,
.search-results .search-result .result-category span[class*=" icon-"]:before {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #019C00;
  position: relative;
  top: -1px;
}
.search-results .search-result .result-date a,
.search-results .search-result .result-type a,
.search-results .search-result .result-category a {
  color: #06163a;
}
.search-results .search-result .result-date a:hover,
.search-results .search-result .result-type a:hover,
.search-results .search-result .result-category a:hover {
  color: #019C00;
}
.search-results .search-result + .register-search-results {
  margin-top: 30px;
}
/* HOME PAGE */
.home .quick-access {
  background-color: white;
  box-shadow: 0px 0px 76px 0px rgba(6, 22, 58, 0.2);
  position: relative;
  z-index: 999;
  transform: translateY(-25%);
}
.home .quick-access a {
  color: #06163a;
  padding: 30px 0;
  text-align: center;
  font-weight: 500;
  word-break: break-all;
  text-decoration: none;
  position: relative;
  width: 100%;
  display: inline-block;
}
.home .quick-access a:after {
  content: "";
  transition: 0.2s all ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  height: 2px;
  width: 0;
  bottom: 0px;
  transform: translateX(-50%);
  background-color: #019C00;
  margin-left: 0;
  top: auto;
}
.home .quick-access a:hover {
  color: #019C00;
}
.home .quick-access a:hover:after {
  width: 100%;
}
.home .quick-access a span:first-of-type {
  display: block;
  color: #019C00;
}
.home .quick-access a span:first-of-type:before {
  display: block;
  font-size: 50px;
  margin-bottom: 10px;
}
.home-section .title-wrapper {
  text-align: center;
}
.home-section .title-wrapper h1 {
  margin-bottom: 20px;
  line-height: 2.5rem;
}
.home-section .title-wrapper h2 {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #828896;
}
.home-section .v-centered {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.home-section .v-centered h2 {
  margin-bottom: 0;
}
.home-section.light h1 {
  color: #06163a;
}
.home-section.dark h1 {
  color: white;
}
.home-section.no-top-padding {
  padding-top: 0;
}
#office-news .article__txt-wrapper h2 {
  font-size: 1rem;
  line-height: 1.2rem;
}
#office-news .article__txt-wrapper p {
  margin-bottom: 0;
}
#office-news .article__txt-wrapper .article__published {
  letter-spacing: -0.5px;
  font-size: 0.7rem;
}
#office-news .article__txt-wrapper p {
  margin-top: auto;
}
#office-news .article__read-more {
  margin-top: 0;
}
#mayor-news .title-wrapper {
  display: flex;
  height: 100%;
  align-content: center;
  justify-content: center;
}
#mayor-news .title-wrapper img {
  width: 292px;
}
#mayor-news .title-wrapper .title-content {
  text-align: left;
  padding-left: 30px;
}
#mayor-news .title-wrapper .title-content h2 {
  padding-left: 30px;
}
#events .article__inner {
  background-color: #f2f3f7;
  box-shadow: none;
  overflow: hidden;
}
#events .article__inner::before {
  display: block;
  content: "\e92f";
  font-family: "horovce";
  color: #06163a;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 25px;
  bottom: 25px;
}
#events .article__inner .article__txt-wrapper:before {
  content: attr(data-date);
  display: block;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  opacity: 0.03;
  position: absolute;
  right: -3px;
  bottom: -10px;
  letter-spacing: -1px;
  color: #06163a;
  overflow: hidden;
}
/* PAGINATION*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination a {
  text-decoration: none;
  color: #06163a;
  font-weight: 600;
  padding: 15px;
  display: inline-block;
}
.pagination a:hover {
  color: #019C00;
}
.pagination a.current {
  color: #019C00;
}
.pagination a.current.back,
.pagination a.current.forward {
  color: #d5d7dc;
}
.pagination a span[class^="icon-"]:before,
.pagination a span[class*=" icon-"]:before {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
/* BREADCRUMBS */
.breadcrumbs a {
  text-decoration: none;
  color: #6a7389;
}
.breadcrumbs a:hover {
  color: #019C00;
}
.breadcrumbs a:after {
  display: inline-block;
  content: "\e936";
  font-family: "horovce";
  color: #019C00;
  font-size: 14px;
  margin-left: 10px;
  vertical-align: middle;
  line-height: 1;
}
.breadcrumbs span {
  display: inline-block;
  vertical-align: middle;
}
/* SIDE MENU */
.side-menu {
  padding: 5px 20px;
  background-color: #f2f3f7;
}
.side-menu a {
  text-decoration: none;
  color: #06163a;
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 20px;
  border-bottom: 1px solid #d5d7dc;
  font-weight: 500;
}
.side-menu a:after {
  content: "";
  transition: 0.2s all ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  height: 2px;
  width: 0;
  bottom: 0px;
  transform: translateX(-50%);
  background-color: #019C00;
  margin-left: 0;
  top: auto;
}
.side-menu a:hover {
  color: #019C00;
}
.side-menu a:hover:after {
  width: 100%;
}
.side-menu a:after {
  bottom: -1px;
}
.side-menu li:last-of-type a {
  border-bottom: none;
}
.side-menu li.active a {
  color: #019C00;
}
.side-menu li.active a:after {
  width: 100%;
}
.side-menu.full {
  padding: 0;
  background-color: transparent;
}
.side-menu.full .side-menu__item {
  height: 100%;
  display: flex;
  align-items: stretch;
  background-color: #f2f3f7;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.side-menu.full .side-menu__item:after {
  content: "";
  transition: 0.2s all ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  height: 2px;
  width: 0;
  bottom: 0px;
  transform: translateX(-50%);
  background-color: #019C00;
  margin-left: 0;
  top: auto;
}
.side-menu.full .side-menu__item:hover {
  color: #019C00;
}
.side-menu.full .side-menu__item:hover:after {
  width: 100%;
}
.side-menu.full .side-menu__item:hover {
  border-color: #019C00 !important;
  position: relative;
  z-index: 99;
  transform: translateY(-10px);
}
.side-menu.full a {
  border-bottom: none;
  padding: 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  line-height: 24px;
}
.side-menu.full a:after {
  display: inline-block;
  content: "\e92f";
  font-family: "horovce";
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 25px;
  bottom: 25px;
  left: auto;
  transform: none;
  height: auto;
  width: auto;
  background-color: transparent;
}
.side-menu.full a:hover:after {
  width: auto;
}
/* FILE ICONS */
.file-icon {
  color: white;
  background-color: #019C00;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  padding: 1px 5px;
  margin-right: 10px;
  border-radius: 5px;
}
.download-button {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.download-button:not(:last-of-type) {
  margin-bottom: 5px;
}
/* TABS */
.tab__menu {
  font-weight: 600;
  display: flex;
  margin-bottom: 30px;
  border-bottom: 1px solid #d5d7dc;
}
.tab__menu-item a {
  line-height: 66px;
  text-decoration: none;
  margin-right: 30px;
  position: relative;
  display: block;
  color: #828896;
}
.tab__menu-item a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #019C00;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.tab__menu-item a:hover {
  color: #06163a;
}
.tab__menu-item a:hover:before {
  width: 100%;
}
.tab__menu-item.active a {
  color: #06163a;
}
.tab__menu-item.active a:before {
  width: 100%;
}
/* REGISTER */
.year-selector-wrapper b {
  display: inline-block;
  vertical-align: middle;
}
/* ROZHLAS */
.rozhlas-list h2 {
  font-family: "Playfair Display", serif;
  color: #06163a;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
.rozhlas-list h2:hover {
  color: #019C00;
}
/* COLLAPSIBLE BLOCK */
.collapsible .content-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: 400ms max-height;
}
.collapsible .content {
  padding-top: 15px;
  box-sizing: content-box;
}
.collapsible-button {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.collapsible-button:after {
  display: inline-block;
  content: "\e932";
  font-family: "horovce";
  color: #019C00;
  font-size: 16px;
  margin-left: 10px;
}
.collapsible.collapsed .collapsible-button:after {
  content: "\e935";
}
/* 404 */
.page-404 {
  position: relative;
  padding: 100px 30px;
}
.page-404__title {
  margin: auto;
  margin-bottom: 60px;
}
/* RESPONSIVE */
@media (max-width: 1200px) {
  footer .footer__upper .contact-block {
    justify-content: center;
  }
}
@media (max-width: 1100px) {
  .header__gray-bar .grid {
    justify-content: space-between;
  }
  .header__gray-bar .grid .col-4 {
    width: auto;
  }
  header .header__nav-bar #main-nav a:not(.nav-logout) {
    padding: 30px 15px;
  }
  .nav-user {
    display: block;
    text-align: center;
    padding: 15px 0px;
  }
}
@media (min-width: 761px) and (max-width: 950px) {
  header .header__nav-bar #main-nav li.has-children:not(.mega-menu li.has-children) > a span {
    display: block;
  }
  header .header__nav-bar #main-nav li.has-children:not(.mega-menu li.has-children) > a::after {
    margin-left: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 760px) {
  header .header__gray-bar .col-4:last-of-type {
    display: none;
  }
  header .header__slider {
    height: 300px;
  }
  .home .quick-access {
    width: calc(100% + 30px);
    margin-left: -15px;
    transform: none;
    padding: 0 30px;
    margin-top: 15px;
  }
  .rslides_tabs {
    padding-bottom: 30px !important;
  }
  #news {
    margin-top: 0;
    padding-top: 60px;
  }
  footer .footer__menu #footer-nav {
    flex-wrap: wrap;
  }
  footer .footer__menu #footer-nav > li {
    width: 50%;
    margin-bottom: 30px;
    text-align: center;
  }
  footer .footer__menu #footer-nav > li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .header__red-bar {
    display: none;
  }
  header {
    border-top: 5px solid #019C00;
  }
  .wrapper {
    padding: 0 15px;
  }
  .grid {
    margin: -7.5px;
  }
  .grid .col-1,
  .grid .col-2,
  .grid .col-3,
  .grid .col-4,
  .grid .col-5,
  .grid .col-6,
  .grid .col-7,
  .grid .col-8,
  .grid .col-9,
  .grid .col-10,
  .grid .col-11,
  .grid .col-12,
  .grid .col-sm-only,
  .grid .col-md-down-only {
    padding: 7.5px;
  }
  header .header__nav-bar {
    padding: 15px 0;
  }
  header .header__nav-bar #main-nav {
    display: none;
    animation: fade-in 0.3s cubic-bezier(0.18, 0.62, 0.26, 0.83);
  }
  header .header__nav-bar #main-nav.open {
    position: fixed;
    z-index: 99999;
    top: 127px;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100% - 127px);
    background-color: white;
    overflow: hidden scroll;
    border-top: 1px solid #d5d7dc;
  }
  header .header__nav-bar #main-nav.open a:not(.nav-logout) {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px solid #d5d7dc;
    padding: 30px 15px;
  }
  header .header__nav-bar #main-nav.open a:after {
    display: none;
  }
  header .header__nav-bar #main-nav.open .dropdown,
  header .header__nav-bar #main-nav.open .dropdown:not(.mega-menu .dropdown) {
    left: 0;
    transform: none;
    padding: 0;
    width: 100%;
    position: relative;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  header .header__nav-bar #main-nav.open .dropdown:before,
  header .header__nav-bar #main-nav.open .dropdown:not(.mega-menu .dropdown):before {
    display: none;
  }
  header .header__nav-bar #main-nav.open .dropdown a,
  header .header__nav-bar #main-nav.open .dropdown:not(.mega-menu .dropdown) a {
    border-bottom: 1px solid #1f2d4e;
  }
  header .header__nav-bar #main-nav.open .dropdown .has-children > a > span,
  header .header__nav-bar #main-nav.open .dropdown:not(.mega-menu .dropdown) .has-children > a > span {
    margin-bottom: 0;
  }
  header .header__nav-bar #main-nav.open li.has-children:not(.open) .dropdown,
  header .header__nav-bar #main-nav.open li.has-children:not(.open):hover .dropdown {
    display: none !important;
  }
  header .header__nav-bar #main-nav.open li.has-children.open .dropdown,
  header .header__nav-bar #main-nav.open li.has-children.open:hover .dropdown {
    display: block !important;
  }
  header .header__nav-bar #main-nav.open li.has-children.open > a:after {
    content: "\e935" !important;
  }
  header .header__nav-bar #main-nav.open .mega-menu > .dropdown .has-children {
    width: 100%;
  }
  header .header__nav-bar nav {
    order: 1;
  }
  header .header__nav-bar #nav-bar__search {
    margin-left: auto;
    margin-right: 30px;
  }
  header .header__nav-bar #main-nav-trigger {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: 26px;
    height: 18px;
    cursor: pointer;
    position: relative;
    z-index: 99999;
    margin: auto;
    display: block;
  }
  header .header__nav-bar #main-nav-trigger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #06163a;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  header .header__nav-bar #main-nav-trigger span:nth-child(even) {
    left: 50%;
    border-radius: 0 2px 2px 0;
  }
  header .header__nav-bar #main-nav-trigger span:nth-child(odd) {
    left: 0;
    border-radius: 2px 0 0 2px;
  }
  header .header__nav-bar #main-nav-trigger span:nth-child(1),
  header .header__nav-bar #main-nav-trigger span:nth-child(2) {
    top: 0px;
  }
  header .header__nav-bar #main-nav-trigger span:nth-child(3),
  header .header__nav-bar #main-nav-trigger span:nth-child(4) {
    top: 8px;
  }
  header .header__nav-bar #main-nav-trigger span:nth-child(5),
  header .header__nav-bar #main-nav-trigger span:nth-child(6) {
    top: 16px;
  }
  header .header__nav-bar #main-nav-trigger.open span:nth-child(1),
  header .header__nav-bar #main-nav-trigger.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .header__nav-bar #main-nav-trigger.open span:nth-child(2),
  header .header__nav-bar #main-nav-trigger.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .header__nav-bar #main-nav-trigger.open span:nth-child(1) {
    left: 2px;
    top: 5px;
  }
  header .header__nav-bar #main-nav-trigger.open span:nth-child(2) {
    left: calc(50% - 4px);
    top: 5px;
  }
  header .header__nav-bar #main-nav-trigger.open span:nth-child(5) {
    left: 2px;
    top: 12px;
  }
  header .header__nav-bar #main-nav-trigger.open span:nth-child(6) {
    left: calc(50% - 4px);
    top: 12px;
  }
  header .header__nav-bar #main-nav-trigger.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  header .header__nav-bar #main-nav-trigger.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  header.sticky .header__nav-bar #main-nav.open {
    top: 87px;
    height: calc(100% - 87px);
  }
  .tab__menu-item a {
    margin-right: 15px;
    line-height: 20px;
    padding: 10px 0;
    height: calc(100% - 20px);
  }
}
@media (max-width: 450px) {
  footer .footer__menu #footer-nav > li {
    width: 100%;
  }
  .card {
    width: 100% !important;
  }
  footer .footer__menu #footer-nav > li:nth-last-child(2) {
    margin-bottom: 30px;
  }
  footer .footer__lower .wrapper {
    justify-content: center;
  }
  .header__gray-bar {
    display: none;
  }
  header .header__nav-bar #main-nav.open {
    top: 87px;
    height: calc(100% - 87px);
  }
}

.code-input {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
}

.code {
  width: 40px !important;
  height: 60px;
  text-align: center;
  font-size: 24px !important;
  margin: 0 5px;
}

.nav-logout {
  margin: 0px 10px;
  color: #df1a1a !important;
  font-weight: 600;
  text-decoration: none;
}

.card {
  position: relative;
  width: 450px;
  transform: translate(-50%);
  left: 50%;
}
