@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
/*
Theme created for <a href="https://www.obeczlatnik.eu">Zlatník</a>
Version: 2021
Description: Designed & Code by <a href="https://www.dobraobec.sk">Dobraobec</a>
Author: <a href="https://www.dobraobec.sk">Dobraobec</a>
*/
* {
  box-sizing: border-box;
  outline: none;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #818181;
  background: #fff;
  margin: 0;
  padding: 0;
  position: unset !important;
}

/* Chatbot koronavirus */
#botmedia-chat-button img {height: 50px !important;}
#botmedia-chat-button {width: 50px !important; height: 50px !important; bottom: 15px !important;}
#botmedia-chat-exit {width: 20px !important; height: 20px !important; }
#botmedia-chat-exit svg,
#botmedia-chat-exit img {margin-top: 5px !important;}
#botmedia-chat-note {font-family: 'Noto Sans' !important; font-size: 12px !important; bottom: 85px !important;}

.clearfix {
  clear: both;
}

.container {
  width: 1170px;
  margin: auto;
}

.right {
  float: right;
}

.left {
  float: left;
}

.sub {
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 35px;
}

.sub-menu {
  margin-right: 8px;
}

.sub-menu ul {
  padding: 0;
  margin: 0;
}

.sub-menu li {
  float: left;
  list-style: none;
}

.sub-menu li:nth-child(3) {
  background: #025b95;
  margin-right: 5px;
  position: relative;
  top: 0;
  transition: .4s;
}

.sub-menu a {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #939393;
  text-decoration: none;
  display: block;
  transition: .4s;
  margin-left: 20px;
}

.sub-menu a:hover {
  color: #025b95;
}

.sub-menu i,
.sub-btn i {
  padding-right: 3px;
}

.sub-btn {
  margin-left: 8px;
  position: relative;
  top: 0;
  transition: .4s;
}

.sub-btn:hover {
  top: 5px;
}

.sub-btn a {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 0 15px;
  display: block;
  text-decoration: none;
}

.sub-btn-color-1 {
  background: #04396b;
}

.sub-btn-color-2 {
  background: #025b95;
}

.translated-ltr {
  margin-top:-40px;
}

.goog-te-banner-frame {
  display: none;
  margin-top:-20px;
}

.goog-logo-link {
  display:none !important;
}

.goog-te-gadget{
   color: transparent !important;
}

#google_translate_element .skiptranslate {
 font-size: 0;
}

.goog-te-gadget .goog-te-combo {
  margin: 0 !important;
}

.preklad {
  margin-right: 15px;
  position: relative;
  top: 8px;
  line-height: normal;
}

.zoom-text a {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #939393;
  text-decoration: none;
  transition: .4s;
}

.zoom-text a:hover {
  color: #025b95;
}

.zoom-text a:nth-child(1) {
  font-size: 12px;
}

.zoom-text a:nth-child(2) {
  font-size: 14px;
}

.zoom-text a:nth-child(3) {
  font-size: 16px;
}

/* Header */
.header {
    height: 97px;
}

.header .logo {
  float: left;
  margin-top: 20px;
}

.header .menu {
  float: right;
  position: relative;
}

.header .menu-bars {
  display: none;
}

.header .menu ul {
  margin: 0;
  padding: 0;
}

.header .menu li {
  list-style: none;
  float: left;
  padding-bottom: 38px;
}

.header .menu a {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1f1a17;
  text-decoration: none;
  margin-top: 39px;
  display: inline-block;
  transition: .4s;
  padding:  0 10px;
}

.header .menu a:hover {
  color: #025b95;
}

.header .menu .fa-chevron-down {
  vertical-align: middle;
  font-size: 14px;
}

.header .menu ul li ul li {
  padding-bottom: 0;
}

.header .menu ul ul {
  padding: 10px;
  width: 208px;
  position: absolute;
  background: #f8f8f8;
  z-index: 99999;
  display: none;
  margin-top: 38px;
}

.header .menu ul li:hover ul {
  display: block;
}

.header .menu ul ul li {
  height: auto;
  float: none;
  position: relative;
  transition: .4s;
}

.header .menu ul ul li:hover {
  background: #025b95;
}

.header .menu ul ul li:hover a {
  color: #fff;
}

.header .menu ul ul li a {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  padding: 10px 0;
  display: block;
  text-align: center;
}

.header .menu ul ul li:last-child {
  border-bottom: 0;
}

.header .menu ul ul ul {
  position: absolute;
  margin-top: 0;
  margin-left: -208px;
  top: 0;
  display: none !important;
  left: 0;
}

.header .menu ul ul li:hover ul {
  display: block !important;
}

.header .menu ul ul ul a {
  color: #1f1a17 !important;
}

.header .menu ul ul ul a:hover {
  color: #fff !important;
}

/* Slider */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: -99999;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/* Slider menu */
.slider_menu {
  position: relative;
}

.slider_menu:before,
.slider_menu:after {
  content: '';
  position: absolute;
  width: 13%;
  height: 3px;
  background: #025b95;
  z-index: 1;
}

.slider_menu:before {
  left: 19px;
  top: 20px;
}

.slider_menu:after {
  right: 19px;
  top: 20px;
}

.slider_menu_box {
  width: 71%;
  height: 148px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
  background: #fff;
}

.slider_menu_box_item {
  width: 16.66%;
  height: 148px;
  background: #fff;
  box-shadow: 5px 9px 50px 0px rgba(0, 0, 0, 0.08);
  transition: transform .5s;
  position: relative;
  float: left;
}

.slider_menu_box_item:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 72px;
  background: #6497b2;
  top: 39px;
}

a:first-child .slider_menu_box_item:before {
  position: unset;
}

.slider_menu_box_item:hover:before {
  position: unset;
}

.slider_menu_box_item:hover {
  background: #fff;
  transform: scale(1.1);
  z-index: 1;
}

.slider_menu_box_head {
  margin-top: 25px;
}

.slider_menu_box_item_icon {
  width: 51px;
  height: 51px;
  border-radius: 30px;
  transition: .4s;
  margin: 5px auto;
  text-align: center;
}

.slider_menu_box_item_icon i {
  transition: .4s;
}

.slider_menu_box_item:hover .slider_menu_box_item_icon {
  background: #025b95;
}

.slider_menu_box_item:hover .slider_menu_box_item_icon i {
  color: #fff;
}

.slider_menu_box_item:hover .slider_menu_box_item_title span {
  color: #025b95;
}

.slider_menu_box_item_icon i {
  font-size: 31px;
  color: #025b95;
  line-height: 51px;
}

.slider_menu_box_item_title {
  text-align: center;
}

.slider_menu_box_item_title span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1f1a17;
  transition: .4s;
  padding: 0 5px;
  display: block;
  text-align: center;
}

/* Main */
.main {
  margin-top: 120px;
}

.side-left-panel,
.side-right-panel,
.content-panel {
  float: left;
}

.side-left-panel {
  width: 280px;
  border-right: 1px solid #e5e5e5;
  padding-right: 22px;
}

.side-right-panel {
  width: 280px;
  border-left: 1px solid #e5e5e5;
  padding-left: 22px;
}

.content-panel {
  width: 560px;
  margin: 0 25px;
  background: #fff;
}

.scapmain-title,
.capmain-title {
  line-height: 44px;
  margin-top: 14px;
}

.scapmain-title span,
.capmain-title span {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #04396b;
  padding-left: 12px;
  display: block;
}

.scapmain-body,
.capmain-body {
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
}

.scapmain-body:last-child,
.capmain-body:last-child {
  border-bottom: 0;
}

.scapmain-body img {
  transform: scale(1);
  transition: .4s;
  vertical-align: middle;
  margin: auto;
  display: inline;
}

.scapmain-body img:hover {
  transform: scale(0.9);
}

/* Swiper */
.swiper {
  padding: 13px 0;
  border-bottom: 1px solid #ececec;
}

.swiper-title {
  width: 115px;
  padding: 10px 0;
  background: #025b95;
  float: left;
}

.swiper-title span {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  display: block;
}

.swiper-text {
  width: 415px;
  line-height: 35px;
  float: left;
  padding-left: 23px;
}

.swiper-text span,
.swiper-slide a {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #818181;
}

.swiper-slide a {
  text-decoration: none;
  transition: .4s;
}

.swiper-slide a:hover {
  color: #025b95;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after,
.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  content: '' !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: auto !important;
  right: 13px !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0 !important;
}

.swiper-button-prev .fa-chevron-left,
.swiper-button-next .fa-chevron-right {
  color: #818181;
  transition: .4s;
}

.swiper-button-prev .fa-chevron-left:hover,
.swiper-button-next .fa-chevron-right:hover {
  color: #025b95;
}

/* ľavé menu */
.lave-menu {
  padding: 0;
}

.lave-menu ul {
  padding: 10px 10px;
  margin: 0;
}

.lave-menu ul li {
  list-style: none;
  padding: 10px 5px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  transition: .4s;
}

.lave-menu ul li ul li a {
  padding-left: 5px;
}

.lave-menu li:hover,
.lave-menu li.active,
.lave-menu ul ul li.podlevel_active
{
  background: #025b95;
}

.lave-menu li:hover a,
.lave-menu li:hover i,
.lave-menu li.active a,
.lave-menu li.active i,
.lave-menu li.level_active li:hover a,
.lave-menu ul ul li.podlevel_active a
{
  color: #fff;
}

.lave-menu li li.level_active,
.lave-menu li.active ul li:hover
{
  background: #fff;
}

.lave-menu li li.level_active a,
.lave-menu li li.level_active i,
.lave-menu li.active ul li:hover a,
.lave-menu li.active ul li:hover i
{
  color: #025b95;
}

.lave-menu li.level_active li:hover
{
  background: #025b95 !important;
}

.lave-menu li.level_active li:hover a,
.lave-menu ul ul li.podlevel_active:hover a,
.lave-menu ul li.level ul li.podlevel_active a
{
  color: #fff !important;
}

.lave-menu .level_active:hover .podlevel_active a
{
  color: #fff;
}

.lave-menu ul li:last-child {
  border-bottom: 0;
}

.lave-menu ul li a {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1f1f1f;
  display: inline-block;
  text-decoration: none;
}

.lave-menu ul li .fa-chevron-down {
  position: absolute;
  right: 18px;
  top: 0;
  line-height: 41px;
}

.lave-menu ul ul {
  display: none;
  padding: 10px;
}

.lave-menu ul ul {
  padding-bottom: 0;
}

.lave-menu ul ul li {
  padding: 10px 0;
}

.lave-menu ul ul li a {
  font-size: 14px;
}

.lave-menu ul ul ul li {
  padding: 10px 0;
}

.lave-menu ul ul ul {
  padding-bottom: 0;
}


/* Odber */
.odber {
  background: #f6f6f6;
  padding: 10px;
}

.odber-title {
  background: #025b95;
  margin-bottom: 0;
}

.odber-title span {
  color: #fff;
}

.odber p {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #505050;
  margin-top: 0;
  margin-bottom: 15px;
}

.form-input,
.form-submit {
  float: left;
}

.form-input {
  width: 100%;
  position: relative;
}

.form-input .textbox {
  width: 100%;
  height: 28px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #8a8a8a;
  border: 2px solid #e7e7e7;
  position: relative;
  padding-left: 16px;
  padding-right: 84px;
  border-radius: 15px;
}

.form-submit .submit {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  width: 69px;
  height: 28px;
  background: #faa700;
  position: absolute;
  right: 0;
  border-bottom: 2px solid #e7e7e7;
  border-top: 2px solid #e7e7e7;
  border-right: 2px solid #e7e7e7;
  border-left: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  cursor: pointer;
  transition: .4s;
}

.form-submit .submit:hover {
  background: #fff;
  color: #faa700;
}

.form-info {
  margin-top: 7px;
}

.form-info span {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #4d4d4d;
}

.form-info .povinne {
  color: #025b95;
}

/* Kontakt */
.kontakt {
  margin-bottom: 8px;
}

.kontakt-icon {
  width: 21px;
  height: 21px;
  margin-right: 10px;
  float: left;
}

.kontakt-icon i {
  font-size: 12px;
  color: #025b95;
  display: block;
  text-align: center;
  line-height: 21px;
}

.kontakt-text {
  display: inline-block;
}

.kontakt-text span {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #818181;
  display: block;
  line-height: 17px;
}

/* News */
.news-head {
  padding: 15px 0;
}

.news-name {
  position: relative;
}

.news-name:before {
  content: '';
  position: absolute;
  left: 0;
  width: 215px;
  height: 2px;
  background: #025b95;
  bottom: -5px;
}

.news-name:after {
  content: '';
  position: absolute;
  left: 0;
  width: 51px;
  height: 2px;
  background: #fff90e;
  bottom: -5px;
}

.news-name span {
  font-family: 'Inter', sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #04396b;
}

.farske_oznamy {
  padding: 0 !important;
}

.news,
.category-head {
  padding: 15px 0;
}

.news-img {
  width: 241px;
  height: 139px;
  background: url('../img/news-bg.png') no-repeat;
  margin-right: 20px;
  position: relative;
  float: left;
  text-align: center;
  line-height: 139px;
}

.news-img img {
  vertical-align: middle;
  overflow: hidden;
  transition: transform .5s;
}

.news-img img:hover {
  transform: scale(1.1);
}

.news-category {
  padding: 2px 4px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #025b95;
  line-height: normal;
}

.news-category span {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.news-title {
  margin-top: 5px;
}

.news-title a {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #025b95;
  text-decoration: none;
}

.news-title a:hover {
  text-decoration: underline;
}

.news-date,
.news-cat {
  display: inline-block;
}

.news-cat {
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #eee;
}

.news-date span,
.news-cat a {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #04396b;
}

.news-date span {
  color: #939393;
}

.news-cat a {
  text-decoration: none;
}

.news-cat a:hover {
  text-decoration: underline;
}

.news-text {
  margin: 7px 0;
  padding: 13px 0;
}

.news-text p {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #939393s;
  margin: 0;
}

.news-text img {
  width: 514px;
}

.news-category-title {
  display: inline;
}

.news-category-title span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #757575;
}

.read-more {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #04396b;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

.read-more:hover {
  text-decoration: underline;
}

.read-more .fa-arrow-right {
  font-size: 16px;
  padding-left: 10px;
  vertical-align: middle;
}

.show-more {
  margin: 10px 0;
  text-align: center;
}

.show-more span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #04396b;
  cursor: pointer;
}

.show-more span:hover {
  border-bottom: 1px solid #04396b;
}

.category-head {
  font-size: 0;
}

.category-head a {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  padding: 3px 4px;
  background: #025b95;
  display: inline-block;
  margin-left: 6px;
  margin-bottom: 5px;
  text-decoration: none;
  position: relative;
  bottom: 0px;
  transition: .4s;
}

.category-head a:hover {
  bottom: 3px;
}

/* Footer */
.footer-print-btn {
  width: 112px;
  margin-top: 17px;
  padding: 2px 0;
  background: #025b95;
  border: 1px solid #025b95;
  cursor: pointer;
  float: right;
  margin-bottom: 4px;
  transition: .4s;
  box-shadow: 0px -6px 22.08px 1.92px rgba(0, 0, 0, 0.07);
}

.footer-print-btn:hover {
  background: #fff;
}

.footer-print-btn span {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  display: block;
  text-align: center;
  transition: .4s;
}

.footer-print-btn:hover span {
  color: #025b95;
}

.footer {
  background: #f0f0f0;
  overflow: hidden;
}

.footer-panel {
  margin-top: 43px;
  padding-bottom: 48px;
  border-bottom: 1px solid #dbdbdb;
}

.footer-side {
  width: 285px;
  float: left;
  margin-top: 27px;
}

.footer-side-name {
  position: relative;
  margin-bottom: 18px;
}

.footer-side-name:before {
  content: '';
  position: absolute;
  left: 0;
  height: 3px;
  width: 48px;
  bottom: -10px;
  background: #c6c6c6;
}

.footer-side-name span {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #025b95;
}

.footer-side-name .side2 {
  color: #04396b;
}

.footer-side-body .day {
    width: 45px;
}

.footer-side-body .day,
.footer-side-body .time {
  float: left;
}

.footer-side-body .day span,
.footer-side-body .time span {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #001942;
  padding-bottom: 5px;
  display: block;
}

.footer-side-body .time span {
  color: #626262;
}

.footer-side-body a {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #025b95;
  display: block;
  margin-bottom: 6px;
  text-decoration: none;
  position: relative;
  left: 0px;
  transition: .4s;
}

.footer-side-body a:hover {
  left: 4px;
}

.footer-map {
  width: 600px;
  float: right;
}

.f-menu ul {
  padding: 0;
  margin-bottom: 0;
}

.f-menu li {
  list-style: none;
}

.f-menu a {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #04396b;
  text-decoration: none;
  margin-right: 10px;
}

.f-menu a:hover {
  text-decoration: underline;
}

.copy {
  margin: 22px 0;
  overflow: hidden;
}

.copy-img {
  float: left;
}

.copy-text {
  float: left;
  margin-right: 5px;
  margin-left: 10px;
}

.copy-text span,
.copy-text a {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
}

.copy-text a {
  text-decoration: none;
  color: #025b95;
}

.copy-text a:hover {
  text-decoration: underline;
}

/*-------------------------------------*/
.empty {
  margin: 10px 0;
  text-align: center;
}

.ps-main {
  margin-top: 0;
  border-top: 1px solid #e5e5e5;
}

.ps-content-panel {
  width: 865px;
  margin-right: 0;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}

.breadcrumbs {
  line-height: 44px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.breadcrumbs span,
.breadcrumbs a {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #939393;
}

.breadcrumbs a {
  text-decoration: none;
  margin: 0 5px;
}

.breadcrumbs a:last-child {
  color: #025b95;
  font-weight: 600;
}

.breadcrumbs a:first-child {
  margin-left: 0;
}

.ps-title {
  margin: 20px 0;
}

.ps-title span {
  font-family: 'Inter', sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #04396b;
}

.ps-obsah {
  margin-bottom: 20px;
}

.ps-obsah p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #626262;
}

.ps-obsah a {
  color: #818181;
}

.ps-obsah.mapa_stranky a {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 900;
  color: #025b95;
  text-decoration: none;
  transition: .4s;
  margin: 5px 0;
  display: inline-block;
}

.ps-obsah.mapa_stranky a:hover {
  color: #04396b;
}

.ps-obsah.mapa_stranky ul ul li a {
  font-weight: 500;
  font-size: 14px;
}

.ps-obsah .search-cat {
  margin: 10px 0;
}

.ps-obsah .search-cat span {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #025b95;
}

.ps-obsah .search-body a {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #04396b;
  text-decoration: none;
  display: inline-block;
  margin: 5px 0;
  transition: .4s;
}

.ps-obsah .search-body a:hover {
  color: #025b95;
}

.foto-box {
  float: left;
  margin: 0 12px;
  margin-bottom: 15px;
  width: 250px;
  height: 150px;
  position: relative;
}

.foto-box .foto-box-img {
  width: 250px;
  height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.foto-box .foto-box-img img {
  width: 250px;
  height: 150px;
  transition: .5s ease;
  opacity: 0.8;
  object-fit: cover;
}

.foto-box .foto-box-img:hover img {
  width: 250px;
  height: 150px;
  transform: scale(1.2);
  opacity: 1;
}

.foto-box .foto-box-name {
  position: absolute;
  width: 250px;
  padding: 5px 10px;
  background: rgb(241, 241, 241);
  bottom: 0;
}

.foto-box .foto-box-name span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: rgb(2, 91, 149);
  font-weight: 600;
}
/*--Prilohy--*/
.prilohy {
  margin: 10px 0;
}

.prilohy-title {
  margin: 5px 0;
}

.prilohy-title span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #025b95;
}

.prilohy a {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #626262;
  text-decoration: none;
  display: block;
  margin: 5px 0;
}

.prilohy a:hover {
  text-decoration: underline;
}

.prilohy i {
  margin-right: 5px;
}
/*---------------------------------*/
.ps-fotogaleria-name {
  margin-bottom: 3px;
}

.ps-fotogaleria-name span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #025b95;
}

.ps-fotogaleria a {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.ps-fotogaleria img {
  border-radius: 10px;
  opacity: 0.8;
  transition: .4s;
  transform: scale(1);
}

.ps-fotogaleria img:hover {
  opacity: 1;
  transform: scale(0.9);
}

/* Fotogaléria */
.fotogaleria {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.fotogaleria img {
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 10px;
  opacity: 0.8;
}

.fotogaleria img:hover {
  opacity: 1;
}

/* Speak */
.speak-btn {
  width: 130px;
  height: 30px;
  line-height: 30px;
  background: #eee;
  border: 1px solid #eee;
  margin-bottom: 10px;
  cursor: pointer;
  transition: .4s;
}

.speak-btn:hover {
  background: #fff;
}

.speak-btn span {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #818181;
  display: block;
  text-align: center;
  transition: .4s;
}

.speak-btn:hover span {
  color: #025b95;
}

.speak-btn i {
  padding-right: 5px;
  font-size: 12px;
}

/* New dokumenty */
.default_table_title
{
  margin-bottom: 11px;
  float: left;
}

.default_table_title span
{
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #025b95;
}

.default_table,
.default_table_head,
.default_table_body
{
  width: 100%;
}

.default_table_head
{
  height: 50px;
  background: #025b95;
}

.default_table_head_row:nth-child(1)
{
  margin: 8.2px 0;
}

.default_table_head_row:nth-child(2),
.default_table_head_row:nth-child(3),
.default_table_head_row:nth-child(4)
{
  margin: 17px 0;
}

.default_table_head_row:nth-child(1),
.default_table_body_row:nth-child(1)
{
  width: 15%;
}

.default_table_head_row:nth-child(2),
.default_table_body_row:nth-child(2)
{
  width: 55%;
}

.default_table_head_row:nth-child(3),
.default_table_body_row:nth-child(3)
{
  width: 20%;
}

.default_table_head_row:nth-child(1),
.default_table_head_row:nth-child(2),
.default_table_head_row:nth-child(3),
.default_table_body_row:nth-child(1),
.default_table_body_row:nth-child(2),
.default_table_body_row:nth-child(3)
{
  text-align: left;
  padding: 0 5px;
}

.default_table_head_row span
{
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  word-break: break-word;
}

.default_table_head_row:nth-child(4),
.default_table_body_row:nth-child(4)
{
  width: 10%;
  text-align: center;
}

.default_table_head_row,
.default_table_body_row
{
  float: left;
}

.default_table_body
{
  background: #fff;
  padding: 10px 0;
  position: relative;
}

.default_table_body.active
{
  border: 1px solid #025b95;
}

.default_table_body:nth-child(2n) {
  background: #f7f7f7;
}

.default_table_body_row span
{
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #626262;
  word-break: break-word;
}

.default_table_body_row i.fa-plus,
.default_table_body_row i.fa-minus
{
  cursor: pointer;
  color: #025b95;
}

.show_table
{
  display: none;
  border-top: 1px solid #e5e5e5;
  padding: 5px 10px;
  margin: 5px 0;
}

.show_table_title
{
  margin: 10px 0;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #e5e5e5;
}

.show_table_title span
{
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #025b95;
}

.show_table_table th
{
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #025b95;
  padding: 10px 10px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}

.show_table_table td
{
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #626262;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}

.show_table_prilohy
{
  margin: 10px 0;
  float: left;
}

.show_table_prilohy_title span
{
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #181818;
}

.show_table_prilohy a
{
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #181818;
  text-decoration: none;
  display: block;
  margin: 5px 0;
  padding-right: 32px;
  word-break: break-all;
}

.show_table_prilohy a i
{
  padding-right: 5px;
}

.show_table_prilohy a:hover
{
  text-decoration: underline;
}

.show_table_print,
.show_table_link
{
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.show_table_print .fa-print
{
  right: 40px;
}

.show_table_link
{
  right: 40px;
}

.show_table_print .fa-print,
.show_table_link .fa-link
{
  font-size: 16px;
  color: #181818;
  cursor: pointer;
}

.zv_zobrazit_bg,
.ur_zobrazit_bg,
.dok_zobrazit_bg
{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0, 0.5);
  z-index: 99999;
}

.zv_zobrazit_box,
.ur_zobrazit_box,
.dok_zobrazit_box
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: auto;
  background: #fff;
  padding: 20px;
}

.zv_zobrazit_empty span,
.ur_zobrazit_empty span,
.dok_zobrazit_empty span
{
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #a80b0f;
}

.zv_zobrazit_close,
.ur_zobrazit_close,
.dok_zobrazit_close
{
  position: absolute;
  right: 0;
  top: -50px;
  border: 1px solid #fff;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
}

.zv_zobrazit_close i,
.ur_zobrazit_close i,
.dok_zobrazit_close i
{
  color: #fff;
  margin-top: 3px;
}

/* new Filter */
.default_filter
{
  margin-bottom: 11px;
  float: right;
}

.default_filter_title
{
  cursor: pointer;
  text-align: right;
}

.default_filter_title span
{
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #025b95;
}

.default_filter_title i
{
  margin-left: 5px;
}

.default_filter_show
{
  margin-top: 11px;
  width: 500px;
  border: 1px solid #025b95;
  display: none;
  padding: 11px;
}

.default_filter_label
{
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #025b95;
  display: block;
  margin-bottom: 10px;
}

.default_filter_label:last-child
{
  margin-bottom: 0;
}

.default_filter_label input
{
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #181818;
  padding: 0 5px;
  width: 206px;
  height: 25px;
  margin-left: 10px;
  border: 1px solid #025b95;
}

.default_filter_button
{
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  width: 100px;
  height: 30px;
  background: #025b95;
  border: 1px solid #025b95;
  color: #fff;
  text-align: center;
  float: right;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 5px;
}

.default_filter_button:last-child
{
  margin-right: 0;
}


.default_filter_button i
{
  padding-left: 5px;
}

/*---Dokumenty---*/
.default-table-title {
  margin-bottom: 22px;
}

.default-table-title span {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #025b95;
}

.default-table-filter {
  margin-bottom: 11px;
}

.default-table-filter-btn {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding: 5px 20px;
  background: #025b95;
  margin-right: 7px;
  text-decoration: none;
  transition: .4s;
}

.default-table-filter-btn:hover {
  background: rgba(4,57,107, 0.5);
}

.default-table th {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 5px;
  background: #025b95;
  color: #fff;
  text-align: center;
}

.default-table td {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #626262;
  text-align: center;
  padding: 10px 5px;
  word-break: break-word;
}

.default-table tr {
  background: #fff;
  transition: .4s;
}

.default-table tr:nth-child(2n) {
  background: #f7f7f7;
}

.default-table tr:hover {
  background: #eee;
}

.default-table th.text-align-left,
.default-table td.text-align-left {
  text-align: left;
}

.default-table td a {
  text-decoration: none;
  color: #232323;
  border-right: 1px solid #ccc;
  padding: 0 5px;
  word-break: break-all;
  line-height: 18px;
}

.default-table td a:hover {
  text-decoration: underline;
}

.default-table td a:last-child {
  border-right: 0;
}

.default-table-pagination {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.default-table-pagination li {
  list-style: none;
  float: left;
}

.default-table-pagination-btn {
  padding: 4px 9px;
  background: #025b95;
  border: 1px solid #025b95;
  color: #fff;
  transition: .4s;
  margin-left: 4px;
  margin-right: 4px;
}

.default-table-pagination-btn:hover {
  background: #fff;
  color: #025b95;
}

.default-table-pagination a {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.default-table-pagination .page-num {
  border: 1px solid #025b95;
  padding: 4px 5px;
  background: #025b95;
  color: #fff;
  transition: .4s;
  margin: 0 5px;
}

.default-table-pagination .page-num:hover,
.default-table-pagination .num-active {
  background: #fff;
  color: #025b95;
}

/*---Cookies---*/
.cookies-icon {
  width: 47px;
  height: 47px;
  position: fixed;
  left: 15px;
  bottom: 15px;
  background: #fff;
  box-shadow: 3px 2px 51px 0px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  line-height: 47px;
  text-align: center;
  cursor: pointer;
}

.cookies-icon .fa-cog {
  font-size: 25px;
  line-height: 47px;
  color: #333333;
}

.cookies-close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.cookies-body {
  width: 202px;
  height: 272px;
  background: #fff;
  box-shadow: 3px 2px 51px 0px rgba(0, 0, 0, 0.17);
  bottom: 15px;
  position: fixed;
  left: 76px;
  border-radius: 10px;
  padding: 18px;
  animation: fade .4s;
  z-index: 99999;
}

.cookies-title span {
  font-family: 'Nunito';
  font-size: 13px;
  font-weight: 700;
  color: #000;
}

.cookies-text p {
  font-family: 'Nunito';
  font-size: 12px;
  font-weight: 400;
  margin: 18px 0;
  color: #434343;
}

.cookies-btn a {
  font-family: 'Nunito';
  font-size: 12px;
  width: 113px;
  height: 31px;
  display: block;
  margin-bottom: 3px;
  border: 1px solid #434343;
  line-height: 31px;
  text-align: center;
  text-decoration: none;
  transition: .4s;
}

.cookies-btn a:nth-child(1) {
  background: #434343;
  color: #fff;
  font-weight: 700;
}

.cookies-btn a:nth-child(2) {
  color: #434343;
  font-weight: 400;
}

.cookies-btn a:hover:nth-child(1) {
  background: #fff;
  color: #434343;
}

.cookies-btn a:hover:nth-child(2) {
  color: #fff;
  background: #434343;
}

/* Zverejnovanie zobrazit */
.zobrazit_zv_container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.zobrazit_zv_box {
  width: 700px;
  background: #fff;
  border: 3px solid #025b95;
  overflow: hidden;
}

.zobrazit_zv_head {
  padding: 20px 10px;
  border-bottom: 1px solid #eee;
}

.zobrazit_zv_head_left,
.zobrazit_zv_footer_left {
  float: left;
}

.zobrazit_zv_head_right,
.zobrazit_zv_footer_right {
  float: right;
}

.zobrazit_zv_head_title span {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #025b95;
}

.zobrazit_zv_head_close a {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1f1f1f;
  text-decoration: none;
  transition: .4s;
}

.zobrazit_zv_head_close a:hover {
  color: #025b95;
}

.zobrazit_zv_body {
  padding: 4px 0;
}

.zobrazit_zv_body_table td {
  padding: 7px 10px;
  border-bottom: 1px solid #eee;
}

.zobrazit_zv_body_table td:nth-child(1) {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #025b95;
}

.zobrazit_zv_body_table td:nth-child(2) {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #1f1f1f;
}

.zobrazit_zv_footer {
  padding: 8px 10px;
}

.zobrazit_zv_prilohy_title {
  display: inline-block;
}

.zobrazit_zv_prilohy_title span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #025b95;
}

.zobrazit_zv_footer a {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #1f1f1f;
  margin-left: 5px;
  text-decoration: none;
  transition: .4s;
}

.zobrazit_zv_footer a:hover {
  color: #025b95;
}

.zobrazit_zv_footer .fa-print {
  font-size: 15px;
}

/* Mobile */
@media (max-width: 740px) {

  .container {
    width: 100%;
  }

  .right {
    float: none;
  }

  .sub-menu {
    padding-right: 10px;
  }

  .preklad {
    padding-left: 10px;
  }

  .sub-menu.left {
    float: right;
  }

  .sub-btn {
    width: 100%;
    margin: 0;
    position: unset;
  }

  .sub-btn a {
    text-align: center;
  }

  .header {
    height: unset;
  }

  .header .logo {
    position: unset;
    float: none;
    text-align: center;
    margin: 20px 0;
  }

  .header .search {
    float: none;
    display: flex;
    justify-content: center;
  }

  .header .search-input {
   width: 85%;
  }

  .menu {
    display: none;
  }

  .rslides {
    top: 0;
  }

  .slider_menu {
    width: 100%;
  }

  .slider_menu:before,
  .slider_menu:after {
    position: unset;
  }

  .slider_menu_box_head {
    margin-top: 0;
    padding-top: 25px;
  }

  .main {
    margin-top: 54px;
  }

  .slider_menu_box {
    width: 100%;
    position: unset;
    margin-top: 50px;
    height: auto;
  }

  .slider_menu_box_item:before,
  .slider_menu_box_item:after {
    height: 1px;
    width: 100%;
    top: 0;
  }

  .slider_menu_box_item {
    width: 100%;
    float: none;
    margin: auto;
  }

  .slider_menu_box_item:hover {
    transform: unset;
  }

  .slider_menu_link {
    text-decoration: none;
  }

  .side-left-panel,
  .side-right-panel,
  .content-panel {
    width: 95%;
    float: none;
    margin: auto;
    border: 0;
  }

  .swiper-title {
    float: none;
    width: 100%;
  }

  .swiper-text {
    float: none;
    width: 100%;
  }

  .footer-print-btn {
    width: 95%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-side {
    float: none;
    margin-left: 20px;
  }

  .footer-map {
    width: 100%;
    margin-top: 20px;
  }

  .footer-map iframe {
    width: 100%;
  }

  .f-menu {
    float: none;
    text-align: center;
  }

  .f-menu a {
    display: block;
    margin-bottom: 10px;
  }

  .copy {
    border-top: 1px solid #ccc;
  }

  .copy-img {
    float: none;
    margin-top: 20px;
    text-align: center;
  }

  .copy-text {
    float: none;
    text-align: center;
    margin-top: 15px;
    padding: 0 5px;
    margin-bottom: 0;
  }

  .default-table-mobile {
    overflow-x: scroll;
    white-space: nowrap;
  }

  .news-img,
  .news-text {
    float: none;
  }

  .news-img {
    margin: auto;
  }

  .news-title {
    margin-top: 15px;
  }

  .foto-box {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

}

@media (max-width: 409px) {

  .sub {
    height: auto;
    overflow: hidden;
  }

  .sub-menu {
    padding-right: 10px;
  }

  .preklad.left {
    float: right;
  }

  .zoom-text {
    float: right;
    padding-right: 10px;
  }

}
