h1{
  padding-top: 7px;
  font-size: 2em;
  font-weight: 700;
  margin: 16px 0;
}

h2{
  padding-top: 7px;
  font-size: 1.8em;
  font-weight: 700;
  margin: 12px 0;
}

.ui-widget.ui-widget-content {
  z-index: 9999;
}


body {
  /*font-size: 12px;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  text-align: left;
  height: 100%;
  padding: 0px;
  font-size: 62.5%;
}

#sisp_page {
  border: 0px solid #ff0000;
  display:block; 
  min-height: 100vh;
}

.sisp_header {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: url(./image/header_blue_background.png) repeat-x;
  display: block;
  height: 170px;
  border: 0px solid #00ff00;
  margin-top: -10px;
}

.sisp_header .sisp_top_image {
  border: 0px solid #00ff00;
  height: 130px;  
}

.sisp_header .sisp_top_header {
  border: 0px solid #ff0000;  
  height: 40px;
  background: url(./image/top_header.png) no-repeat;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

/* ----------- top navigation link design ----------- */
.sisp_header .sisp_top_links {
  border: 0px solid #ff0000;
  height: 40px;
  text-align: right;
}

.sisp_header .sisp_top_links ul {
  display: inline-block;
  margin-top: 10px;
}
/*
.sisp_header .sisp_top_links ul li:last-child {
  border: none; 
}
*/

.sisp_header .sisp_top_links li {
  display: inline-block;
  background: none;
  border-right: 2px solid #839bb7;
  line-height: 22px;
  margin-top: 4px;
} 

.sisp_header .sisp_top_links a, .sisp_header .sisp_top_links span {
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  float: left;
  text-decoration: none;
  font-size: 12px;
}

.sisp_header .sisp_lang_links {
  border: 0px solid #ff0000;
  height: 40px;
  background: none;
}

.sisp_header .sisp_lang_links ul {
  margin-top: 10px;
  padding-left: 20px;
}

.sisp_header .sisp_lang_links li {
  display: inline-block;
  background: none;
  border: 0px solid #839bb7;
  line-height: 22px;
  margin-top: 2px;
} 

.sisp_header .sisp_lang_links a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 10px;
}

.sisp_header .sisp_lang_links a.selected {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
}

/* ----------- top info bar design ----------- */
.sisp_header .sisp_top_info {
  border: 0px solid #ff0000;
  height: 40px;
  text-align: right;
  padding: 4px;
  display: flex;
}

.sisp_top_info p {
  color: #ffffff;
  text-decoration: none;
  padding-right: 10px;
  font-size: 12px;
  font-weight: bold;
  margin-top: 12px;
}

.sisp_top_info .hx_tree_icon {
  padding-right: 10px;
  margin-top: 9px;
  margin-right: 8px;
}

/* ---------------- footer design ----------------*/  
.sisp_footer {
  background: url(./image/footer_blue_background.png) repeat-x;
  display: block;
  position: relative;
  height: 32px;
}

.sisp_footer .sisp_address {
  float: left;
  border: 0px solid #000000;
  position: absolute;
  top: 28px;
  left: 490px;
  color: #ffffff; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sisp_footer .sisp_address a {
  color: #ffffff; 
}

.sisp_content {
  display: flex;
  flex-flow: row wrap;
  background-color: #ffffff;
  padding-bottom: 20px;
  font-size: 12px;
  min-height: calc(100vh - 192px);
}

/* ------------------ BEGIN MENU DESIGN ------------------ */
.sisp_content .sisp_menu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width:311px;    
  border-right: 1px solid #000000;
  background-color: #ffffff;
  font-weight: normal;
  margin-top: 16px;
  flex: 0 0 auto;
}

.sisp_content .sisp_menu a {
  text-decoration: none;
  color: #000000;
}

.sisp_content .sisp_menu a:hover {
  text-decoration: underline;
  color: #c7023a;
}

.sisp_content .sisp_menu ul {
  list-style-type: none;
}

.sisp_content .sisp_menu .menu_item {
  font-weight: bold;  
}

.sisp_content .sisp_menu .submenu .submenu {
  /*font-weight: bold;*/
}

.sisp_content .sisp_menu .submenu li {
  font-weight: normal;
}

.sisp_menu_item_selected, .menu_item {
  background: #ffffff;
}

.sisp_content .sisp_menu .menu_item_selected, .sisp_content .sisp_menu .submenu .menu_item_selected {
  font-weight: bold;
  color: #c7023a; 
}

.sisp_content .sisp_menu li.menu_item_selected > a {
  color: #c7023a; 
}

.sisp_content .sisp_menu li.menu_item_selected .menu_item {
  color: #000000; 
}
/* ------------------ END MENU DESIGN ------------------ */

/* ------------------ BEGIN BODY DESIGN ------------------ */
.sisp_content .sisp_body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding-left: 20px;
  margin-top: 120px;
  flex: 1 1 350px;
}

/*
.sisp_content .sisp_body a {
  color: #c7023a; 
  text-decoration: underline;
}

.sisp_content .sisp_body a:hover {
  text-decoration: underline; 
}
*/
/* ------------------ END BODY DESIGN ------------------ */

/* ------------------ BEGIN BANNER DESIGN ------------------ */
.sisp_banner {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  display: block;
  position:absolute;
  left:318px;
  top: 95px; 
  z-index: 100;
  border: 0px solid #00ff00;
}

.sisp_banner h1 {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  padding: 18px 0 0;
}

.sisp_banner p {
  padding: 16px 10px 16px 30px;
}

.sisp_banner .banner_01 {
  background: url(./image/baner_01.png) no-repeat;
  display: block;
  width:240px;
  height:145px;
}

.sisp_banner .banner_02 {
  background: url(./image/baner_02.png) no-repeat;
  display: block;
  width:240px;
  height:145px;
}

.sisp_banner .banner_03 {
  background: url(./image/baner_03.png) no-repeat;
  display: block;
  width:240px;
  height:145px;
}

.sisp_banner .banner_04 {
  background: url(./image/baner_04.png) no-repeat;
  display: block;
  width:240px;
  height:145px;
}

.sisp_banner .banner_0X {
  background: url(./image/baner_0X.png) no-repeat;
  display: block;
  width:240px;
  height:145px;
}
/* ------------------ END BANNER DESIGN ------------------ */

.sisp_clearer {
  clear: both;
}

.w-100{
  width: 100%;
}

a {
  color: rgb(0, 102, 204);
  text-decoration: underline;
}

#devel-version-indicator {
  font-size: 24px;
  right: -108px;
  transform: rotate(-90deg);
  z-index: 100;
  bottom: 30vh;
  padding: 0px 32px;
  position: fixed;
  color: white;
  background-color: red;
}

a.btn{
  text-decoration: none;
}

.sl-wrapper .sl-close,.sl-wrapper .sl-navigation button{height:44px;line-height:44px;font-family:Arial,Baskerville,monospace}.sl-wrapper .sl-close:focus,.sl-wrapper .sl-navigation button:focus{outline:0}body.hidden-scroll{overflow:hidden}.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#fff;opacity:.7;display:none;z-index:1035}.sl-wrapper .sl-close,.sl-wrapper .sl-counter{top:30px;display:none;color:#000;position:fixed}.sl-wrapper{z-index:1040}.sl-wrapper button{border:0;background:0 0;font-size:28px;padding:0;cursor:pointer}.sl-wrapper button:hover{opacity:.7}.sl-wrapper .sl-close{right:30px;z-index:10060;margin-top:-14px;margin-right:-14px;width:44px;font-size:3rem}.sl-wrapper .sl-counter{left:30px;z-index:1060;font-size:1rem}.sl-wrapper .sl-navigation{width:100%;display:none}.sl-wrapper .sl-navigation button{position:fixed;top:50%;margin-top:-22px;width:22px;text-align:center;display:block;z-index:10060;color:#000}.sl-wrapper .sl-navigation button.sl-next{right:5px;font-size:2rem}.sl-wrapper .sl-navigation button.sl-prev{left:5px;font-size:2rem}@media (min-width:35.5em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:10px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:10px;font-size:3rem}.sl-wrapper .sl-image img{border:0}}@media (min-width:50em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:20px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:20px;font-size:3rem}.sl-wrapper .sl-image img{border:0}}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}.sl-wrapper .sl-image img{margin:0;padding:0;display:block;border:0;width:100%;height:auto}.sl-wrapper .sl-image iframe{background:#000;border:0}@media (min-width:35.5em){.sl-wrapper .sl-image iframe{border:0}}@media (min-width:50em){.sl-wrapper .sl-image iframe{border:0}}.sl-wrapper .sl-image .sl-caption{display:none;padding:10px;color:#fff;background:rgba(0,0,0,.8);font-size:1rem;position:absolute;bottom:0;left:0;right:0}.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}.sl-wrapper .sl-image .sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#000;z-index:1060}.sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.sl-transition{transition:-moz-transform ease .2s;transition:-ms-transform ease .2s;transition:-o-transform ease .2s;transition:-webkit-transform ease .2s;transition:transform ease .2s}@-webkit-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%,100%{opacity:0}0%{transform:scale(.1)}50%{opacity:1}100%{transform:scale(1.2)}}






body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  display: none;
  z-index: 1035; }

.sl-wrapper {
  z-index: 1040; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: "Open Sans";
    color: #fff;
    font-size: 3rem; }
    .sl-wrapper .sl-close:focus {
      outline: none; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #fff;
    font-size: 1rem; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 10060;
      font-family: "Open Sans";
      color: #fff; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button:focus {
        outline: none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem; } }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none;
      width: 100%;
      height: auto; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      font-size: 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #fff;
      z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }


@charset "UTF-8";
.gallery {
  padding: 0;
  margin: 10px -5px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  list-style-type: none; }
  .gallery li {
    width: 20%;
    padding: 5px;
    display: block; }
    @media (max-width: 1199px) {
      .gallery li {
        width: 25%; } }
    @media (max-width: 767px) {
      .gallery li {
        width: 33.333%; } }
    @media (max-width: 399px) {
      .gallery li {
        width: 50%; } }
    .gallery li a {
      width: 100%;
      height: 180px;
      display: block;
      overflow: hidden;
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      @media (max-width: 1499px) {
        .gallery li a {
          height: 140px; } }
      @media (max-width: 1199px) {
        .gallery li a {
          height: 147.5px; } }
      @media (max-width: 991px) {
        .gallery li a {
          height: 167.5px; } }
      @media (max-width: 991px) {
        .gallery li a {
          height: 166.66px; } }
      @media (max-width: 575px) {
        .gallery li a {
          height: 30vw; } }
      @media (max-width: 399px) {
        .gallery li a {
          height: 44vw; } }
      .gallery li a:after {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: #fff;
        transition: .3s;
        display: flex;
        align-items: center;
        justify-content: center;
        content: 'Zobraziť';
        position: absolute;
        transform: translateY(100%);
        background-color: rgba(0, 62, 107, 0.6); }
      .gallery li a:hover:after {
        transform: translateY(0); }

.sl-wrapper .sl-navigation button {
  width: 74px;
  height: 74px;
  padding: 20px;
  line-height: .1; }



/* 4 obrazky vedla seba */
.image-news-25{
  width: 25%;
  min-width: 150px;
  max-width: 500px;
  height: auto;
  display: block;  
}

/* 3 obrazky vedla seba */
.image-news-33{
  width: 33%;
  min-width: 150px;
  max-width: 500px;
  height: auto;
  display: block;  
}

/* 2 obrazky vedla seba */
.image-news-50{
  width: 50%;
  min-width: 150px;
  max-width: 500px;
  height: auto;
  display: block;  
}

