@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Nunito");

/* =================================== CMS SETTINGS ================================================ */
.content-img.floatright {
  padding: 0;
}

body.STATISTIKY .content-img.prettyphoto {
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}

body.STATISTIKY .content-img.prettyphoto img {
  max-width: 100%;
}

.inner_content img {
  width: 100%;
}



span.delimiter {
  padding-left: 10px;
  padding-right: 5px;
}

body.home .page-title-section {
  display: none;
}

.groups div {
  float: none;
}

body.group .group-content {
  margin-top: 0px;
}

body.group #attachments {
  float: none;
  text-align: right;
  padding: 0 0 10px 15px;
  font-size: 0.85em;
  line-height: 1.4em;
  position: relative;
  margin: auto;
  max-width: 1170px;
}
.home body.group #attachments {
  display: none;
}
body.nofileatt #attachments .document {
  display: none;
}
body.zpravodaj .group-content h3,
body.zpravodaj .group-content p{
  clear: both;
}
body.zpravodaj .group-content h3 {
  padding-top: 30px;
}
body.zpravodaj .group-content table {
  margin-top: 0px;
  margin-bottom: 30px;
  float: left;
}
body.zpravodaj .group-content table:nth-of-type(2n) {
  margin-left: 60px;
}
body.zpravodaj .group-content table th,
body.zpravodaj .group-content table td {
  border: 0px none;
  padding: 5px 10px;
}
body.zpravodaj .group-content table tr.head th,
body.zpravodaj .group-content table tr.head td {
  border-bottom: 1px solid #ddd;
}
body.zpravodaj .group-content table tr th:nth-child(3),
body.zpravodaj .group-content table tr td:nth-child(3) {
  padding: 5px 30px;
  border: 0px;
}

#siblings {
  display: none;
}


.desc-format .col3 {
  margin-left: 0;
}

#col-content .in {
  padding: 0;
}

a.ext-link {
  padding-right: 13px;
  background-image: none;
  font-size: 14px;
  font-weight: 700;
  color: #18ba60;
  text-decoration: none;
}

a {
  transition-duration: .3s;
}

a:hover {
  color: #18ba60;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.group-content ul, .group-content ol {
  list-style: initial;
  margin-left: 20px;
}

h1, .h1 {
  font-size: 40px;
  font-weight: 100;
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
  font-family: 'Nunito', sans-serif;
}

h2, .h2 {
  font-size: 30px;
  text-align: center;
  margin: 15px;
}

.attachments .attachment img, .downloadable_attachments .attachment img {
  margin: 0 0 0 0;
  display: none;
}

#col-content > div > div.group-focus > div > .inner_content {
  display: block;
  margin: 50px auto;
  max-width: 1170px;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  padding: 0 15px;
}

#col-content > div > div > div.group-content > h1 {
  display: block;
  text-align-center
    color: #fff;
}
html {
  overflow-x: hidden;
}
body {    
  min-width: 320px;
  font-family: 'Nunito', sans-serif;
  overflow-x: hidden;
  color: #4e4e4e;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-size: 16px;
  box-sizing: border-box;
}

/* =================================== END CMS SETTINGS ============================================ */


#base .top-bar-container {
  background: #012f1d;
}  

#top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  max-width: 1170px;
  margin: auto;
  max-height: 50px;
}

#top-bar > ul {
  display: flex;
}

#top-bar > ul > li {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 16px 16px 16px 0;
}

#top-bar > ul > li.i-adress:before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  color: #18ba60;
  padding-right: 8px;
}

#top-bar > ul > li.i-phone:before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  color: #18ba60;
  padding-right: 8px;
  font-weight: 600;
}

#top-bar > ul > li.i-mail:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  color: #18ba60;
  padding-right: 8px;
}

#top-bar > ul > li.i-fcb a:before {
  content: "\f39e";
  font-family: "Font Awesome 5 Brands";
  font-size: 15px;
  color: #fff;
  padding-right: 0px;
  padding-left: 20px;
}
#top-bar > ul > li.i-fcb a span {
  display: none;
}

#top-bar > div.right-holder  {
  background: #18ba60;
  text-align: center;
  padding: 12px 25px;
}
#top-bar > div > a {
  font-size: 15px;
  font-weight: 500;
  background: #18ba60;
  color: #fff;
  text-align: center;
  padding: 5px;
  text-decoration: none;
}
#top-bar > div > a.active {
  font-weight: 800;
  color: #404040;
  cursor: default;
}


#base > header {  
  display: flex;
  justify-content: flex-start;
}

.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  animation: showElement;
  animation-duration: 1s;
  width: 100%;
  z-index: 999;
  background: #fff;
  margin: auto;
}




#head {
  clear: both;
  position: relative;
  z-index: 999;
  display: flex;
  align-items: center;
  padding: 0;
  width: 100%;
  justify-content: space-between;
  max-width: 1170px;
  margin: auto;
}

#logo > img {
  height: 100%;
  max-height: 120px;
  margin-right: 50px;
}

#menu.horizontal-dropdown ul li {
  float: left;
  margin: 0;
  position: relative;
  margin-right: 30px;
  
}

#menu.horizontal-dropdown > ul > li:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  padding-left: 0px;
  font-weight: bold;
  position: absolute;
  right: 2px;
  top: 7px;
  font-size: 11px;
}

#menu.horizontal-dropdown ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  border: none;
  border-radius: 0;
  padding: 10px;
  margin-left: 5px;
  -webkit-box-shadow: 0 5px 9px 0 rgba(50,50,50,.15);
  -moz-box-shadow: 0 5px 9px 0 rgba(50,50,50,.15);
  box-shadow: 0 5px 9px 0 rgba(50,50,50,.15);
}

#menu.horizontal-dropdown ul ul li a {
  font-weight: 700;
  padding: 12px;
  width: 200px;
  text-transform: none;
  text-align: left;
  color: #444;
}

#menu.horizontal-dropdown ul ul li a:hover {
  font-weight: 700;
  padding: 12px;
  width: 200px;
  text-transform: none;
  text-align: left;
  background: #18ba60;
  color: #fff!important;
  border-radius: 5px;
}


#menu.horizontal-dropdown ul li a {    
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #3b3b3b;
  border-radius: 0;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

#menu.horizontal-dropdown ul li a:hover {
  color: #18ba60;
}

#head .mob-view-menu {
  display: none;
}

#menu ul {
  background: #fff;
  top: calc(110%);
  left: 0;
  min-width: 220px;
  padding: 26px 0;
  border-width: 1px;
  z-index: 500;
}

.menu_hor {
  border-radius: 5px;
  margin: 0;
  padding: 0;
  position: relative;
  word-spacing: -0.25em;
}


/* ======================================SLIDER STYLES============================================== */

.owl-carousel .item {
  height: 200px;
  background: #4DC7A0;
  padding: 1rem;
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 5px;
  z-index: 1;
  background: rgba(255,255,255,.3);
  position: absolute;
}

#progressBar {
  width: 100%;
  background: #EDEDED;
}

body .item.bg-img {
  width: 100%;
  height: 505px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
body .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
  position: absolute;
  width: 100%;
  bottom: 2vh;
}
body .owl-theme .owl-dots .owl-dot span {
  background: rgba(255,255,255,.5);
  width: 12px;
  height: 12px;
  transition: .2s;
}
body .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.pmsc .slide01-h1 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 100;
  line-height: 150%;
  margin: 0;
  font-style: normal;
  text-align: left;
}

.pmsc .slide-p {
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  text-align: left;
  line-height: 1.6;
  margin-top: 20px;
  max-width: 750px;
}

.pmsc div > div > div.owl-stage-outer > div > div.owl-item.active > div > div > div > a {
  display: inline-block;
  font-size: 14.5px;
  font-weight: 600;
  color: #fff;
  padding: 10px 25px;
  border: 2px solid #18ba60;
  border-radius: 5px;
  background: #18ba60;
  text-align: center;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  margin-top: 30px;
  text-decoration: none;
}

.pmsc .container {
  padding-top: 70px;
}

#col-content > div > div > div.groups > div.col10 > div > div > button.slick-prev.slick-arrow {
  display: none!important;
}

#col-content > div > div > div.groups > div.col10 > div > div > button.slick-next.slick-arrow {
  display: none!important;
}

#slick-slide00 > div > h3, #slick-slide01 > div > h3, #slick-slide02 > div > h3, #slick-slide03 > div > h3, #slick-slide04 > div > h3, #slick-slide05 > div > h3, #slick-slide06 > div > h3 {
  margin: 0;
  padding: 5px 0;
  display: flex;
  align-items: center;
  font-size: 20px;
}

#slick-slide00 > div > h3:before {
  content: '';
  background-image: url(/cimagebank/domu/icon-1.png);
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

#slick-slide01 > div > h3:before {
  content: '';
  background-image: url(/cimagebank/domu/icon-2.png);
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

#slick-slide02 > div > h3:before {
  content: '';
  background-image: url(/cimagebank/domu/icon-3.png);
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

#slick-slide03 > div > h3:before {
  content: '';
  background-image: url(/cimagebank/domu/icon-4.png);
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

#slick-slide04 > div > h3:before {
  content: '';
  background-image: url(/cimagebank/domu/icon-5.png);
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  background-position: center;
  background-repeat: no-repeat;
}

#slick-slide05 > div > h3:before {
  content: '';
  background-image: url(/cimagebank/domu/icon-6.png);
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  
}

/*.col10 .slider_block.slick-initialized.slick-slider .slick-slide img {
opacity: 0.5;
transition: all .3s;
}

.col10 .slider_block.slick-initialized.slick-slider .slick-slide img:hover {
opacity: 1;
}*/

/* =================================== END SLIDER STYLES============================================ */


body.home #col-content > div > div > div.group-content > div > div.col2 {
  float: none;
  width: 100%;
  margin: auto;
  text-align: center;
  padding-top: 30px;
  max-width: 1170px;
  padding: 0 15px;
  margin-top: 50px;
}

body.home #col-content > div > div > div.group-content > div > div.col2 p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 160%;
  margin-bottom: 0;
}

#section-block-parallax {
  background-image: url(/rimage/186364508/186364507_content_2206d763a5f820a2a7370319160fcf80.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

#section-block-parallax .countup-box {
  flex-basis: 30%;
  text-align: center;
  color: #fff;
}

#section-block-parallax .countup-box h4 {
  font-size: 45px;
  font-family: 'Nunito', sans-serif;
}
#section-block-parallax .countup-box h5 {
  font-size: 20px;
  font-family: 'Nunito', sans-serif;
}




#col-content .col3 .parallax .header_text {
  font-size: 100px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  width: 100%;
  height: 60px;
  text-align: center;
}


#col-content > div > div > div.group-content > div.desc-format > div.col5 > div > h2 {
  text-align: center;
  font-size: 35px;
}
body.home .items .items_inner {
  padding-bottom: 0px;
  
}

.items .items_inner {
  display: flex;
  max-width: 1200px;
  justify-content: flex-start;
  margin: auto;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

/* ==============================================SLIDER SECTION===================================== */

.desc-format .slider_wraper {
  margin: auto;
  width: 100%;
  max-width: 1170px;
  flex-wrap: wrap;
  margin-top: 100px;
  display: flex;
  justify-content: flex-start;
  padding-top: 50px;
}

.slider_wraper .slide_wraper {
  margin: 30px;
}

.slider_wraper .col-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 50px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  transition-duration: .3s;
  max-width: 360px;
  height: auto;
}

.slider_wraper p {
  width: 100%;
  font-size: 15px;
  padding-left: 60px;
}

/* ==============================================END SLIDER SECTION================================= */


/* ===========================================CONTENT PAGES======================================== */

.groups, .items {
  float: left;
  width: 100%;
  padding: 50px 0 0 0;
  background-color: #f9f9f9;
}

.groups > .groups_inner {
  max-width: 1170px;
  margin: auto;
  display: none;
  justify-content: center;
  float: none;
  flex-wrap: wrap;
  padding-bottom: 100px;
  padding-top: 50px;
}

body.home .groups > .groups_inner {
  max-width: 1170px;
  margin: auto;
  display: flex;
  justify-content: center;
  float: none;
  flex-wrap: wrap;
  padding-bottom: 100px;
  padding-top: 50px;
}

.groups > .groups_inner > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 358px;
  border: 1px solid #e6e6e6;
  margin: 15px 0;
  border-radius: 10px;
  padding: 0;
  margin: 10px;
  transition-duration: .3s;
  
}

.groups > .groups_inner > div:hover {
  box-shadow: 10px 5px 90px 0 rgba(26,38,74,.13);
}

.groups > .groups_inner > div > a.groups_detail {
  display: block;
  order: 2;
  font-size: 14px;
  font-weight: 700;
  color: #18ba60;
  padding-left: 30px;
  padding-bottom: 30px;
}

.groups h3 {
  margin: 0 0 3px 0;
  line-height: 1.0em;
  order: 1;
}

.groups h3 a {
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  color: #3b3b3b;
  line-height: 150%;
  padding-left: 30px;
}

.groups img {
  float: none;
  padding-bottom: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}

/* ===========================================END CONTENT PAGES==================================== */

.article {
  float: none;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  padding: 0;
  max-width: 360px;
  margin: 20px;
}

.article b, .article strong {
  font-weight: normal;
}

body.tz .article span.name b, body.tz .article span.name strong {
  font-weight: bold;
}

.article:hover {
  box-shadow: 10px 5px 90px 0 rgba(26,38,74,.13);
}

.article span.date {
  order: 2;
}

.article .date {
  float: none;
  padding: 15px 30px;
}

.article .date:before {
  content: "\f133";
  font-family: "Font Awesome 5 Free";
  padding-right: 10px;
  color: #676767;
  font-size: 16px;
  font-weight: 500;
}

.article span.name {
  order: 1;
  padding: 0 30px;
  min-height: 160px;
}

.article .name a {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  margin-top: 30px;
  color: #565656;
}

.article .name a:hover {
  color: #18BA60;
}

.article span.image {
  order: 0;
}

.article .image img {
  float: none;
  margin: auto;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  object-fit: cover;
}

.article .text {
  order: 3;
}

.article p {
  margin: 0;
  padding: 3px 0;
  width: 100%;
  padding: 10px 30px;
}

.article p > a {
  padding: 30px 0 30px 0;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #18ba60;
}

.article p > a:hover {
  color: #565656;
}

body.home .col10 {
  background: #fff;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 20px 0;
  margin: 50px auto;
}

.col10 .col-content {
  max-width: 1170px;
  margin: auto;
  float: none;
  padding: 0 15px;
}


.col10 > div > h2 {
  font-size: 35px;
  font-weight: 300;
  color: #3b3b3b;
  margin-bottom: 50px;
}

#col-content > div > div > div.groups {
  border-top: 1px solid #efefef;
}

.section-heading {
  background: #fff;
  padding: 100px 0;
  border-top: 1px solid #efefef;
}

.section-block {
  max-width: 1170px;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}

.section-heading .section-block .col11 {
  flex-basis: 50%;
}

.section-heading .section-block .col12 {
  flex-basis: 50%;
}

body.home .col11 h2 {
  text-align: left;
  font-size: 35px;
  font-weight: 300;
  color: #3b3b3b;
  margin-bottom: 10px;
}

body.home .col11 p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
  width: 100%;
  max-width: 457px;
  padding: 0 15px;
}

/* ===========================================ARTICLE-ITEM========================================== */

body.article_item #col-content > div > div.item-focus > div > div.inner_content_wraper {
  max-width: 1170px;
  margin: 50px auto;
}

body.article_item #col-content > div > div.item-focus {
  display: flex;
  justify-content: center;
  margin: auto;
  text-align: left;
  max-width: 100%;
  flex-direction: column;
}

#col-content > div > div.group-focus > div.group-content > div.page-title-section, body.article_item #col-content > div > div.item-focus > div > div.page-title-section {
  background-image: url(/rimage/186364508/186364507_content_2206d763a5f820a2a7370319160fcf80.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
  background-position: center;
}

body.article_item h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 100;
  margin: 50px auto;
  color: #fff;
}

#context .context-in {
  visibility: visible;
  text-align: center;
  color: #fff;
  font-size: 17px;
}

#context .context-in a {
  color: #fff;
  text-decoration: none;
}

#context .context-in a:hover {
  color: #18ba60;
}

body.article_item #col-content > div > div.item-focus > div > div.inner_content > p.perex > strong {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #3b3b3b;
  line-height: 150%;
  margin: 30px 0 20px;
}

body.article_item p {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
  color: #909090;
  line-height: 180%;
}

body.article_item span.date {
  font-weight: 600;
  color: #333;
}



/* ===========================================END-ARTICLE-ITEM====================================== */

/* ===========================================PAGE-STRUKTURA======================================== */

body.Struktura div.desc-format {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 1170px;
  flex-wrap: wrap;
}


body.Struktura .desc-format div {
  margin: 5px;
  flex-basis: 33%;
  float: none;
  width: auto;
  height: 350px;
}

body.Struktura .desc-format p {
  width: 100%;
  max-width: 300px;
}

/* ===========================================END-PAGE-STRUKTURA==================================== */ 

#base > footer {
  background: #012f1d;
  padding: 50px 0;
}

#foot {
  clear: both;
  padding: 10px 20px;
  line-height: 1.4em;
  font-size: 0.85em;
  position: relative;
  max-width: 1170px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#foot > div.footer-column-1 {
  flex-basis: 50%;
}

#foot > div.footer-column-1 > div > div > p.foooter-i-email:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  color: #fff;
  padding-right: 8px;
  font-weight: 600;
}

#foot > div.footer-column-1 > div > div > p.foooter-i-phone:before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  color: #fff;
  padding-right: 8px;
  font-weight: 600;
}


#foot > div.footer-column-1 > div > div > p.foooter-i-adres:before {
  content: "\f041";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  color: #fff;
  padding-right: 8px;
  font-weight: 600;
}

#foot > div.footer-column-1 > div > div > p.foooter-i-adres a.footer-i-fcb:before {
  content: "\f39e";
  font-family: "Font Awesome 5 Brands";
  font-size: 15px;
  color: #fff;
  padding-right: 8px;
  font-weight: 600;
}
#foot > div.footer-column-1 > div > div > p.foooter-i-adres a.footer-i-fcb span {
  display: none;
}


#foot > div.footer-column-1 > .text-content {
  margin-top: 20px;
}

#foot p {
  margin: 0;
  float: none;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 180%;
}

#foot > div.footer-column-right {
  margin-top: 75px;
}

#foot > div.footer-column-right > div > h5 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 40px;
}

#foot > div.footer-column-right > ul > li {
  list-style-type: none;
  margin-top: 10px;
}

#foot > div.footer-column-right > ul > li a {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  transition-duration: .3s;
}

#foot > div.footer-column-right > ul > li a:hover {
  color: #18ba60;
}




@media (max-width: 991.98px) {

#foot > div.footer-column-1 {
  flex-basis: 100%;
  width: 100%;
}
#foot > div.footer-column-1 img {
  max-width: 100%;
}

a.ext-link, .slider_wraper p {
  font-size: 13px;
}

body.group .group-content {
  margin-top: 0px;
}

#top-bar {
  display: none;
}

#menu {
  display: none;
}

body #head .mob-view-menu {
  display: flex;
  justify-content: flex-end;
}

#head .menuFive.h-menu-toggle {
  width: 35px;
  height: 30px;
  margin: 26px 11px 16px 11px;
  cursor: pointer;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: absolute;
  /* left: 0; */
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
}

#head .mob-view-menu .menuFive span:nth-child(1) {
  top: 0;
  left: 0;
}

#head .mob-view-menu .menuFive span:nth-child(2) {
  top: 13px;
  left: 0;
}

#head .mob-view-menu .menuFive span:nth-child(3) {
  bottom: 0;
  left: 0;
}

#head .mob-view-menu .clickMenuFive span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 13px;
}

#head .mob-view-menu .clickMenuFive span:nth-child(2) {
  -webkit-transform: scale(.1);
  -ms-transform: scale(.1);
  transform: scale(.1);
}

#head .clickMenuFive span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 13px;
}


#head .mob-view-menu .menuFive.clickMenuFive span {
  background-color: #cb202d;
}



#head .mob-view-menu .menuFive span {
  background-color: #18ba60;
  position: absolute;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: .3s cubic-bezier(.8,.5,.2,1.4);
  -o-transition: .3s cubic-bezier(.8,.5,.2,1.4);
  transition: .3s cubic-bezier(.8,.5,.2,1.4);
  width: 100%;
  height: 4px;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

#head .nav-wraper.opened {
  opacity: 1;
  left: 0;
  transform: translateX(0%);
}

#head .nav-wraper {
  display: block;
  float: none;
  position: fixed;
  left: -100%;
  max-width: 600px !important;
  overflow-y: scroll;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 0 !important;
  border-bottom: 0 !important;
  top: 115px;
  width: 100%;
  padding: 0 0 56px;
  bottom: -56px;
  color: #4e4e4e;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.25);
  z-index: 150;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

#head .horizontal-dropdown.opened {
  display: block;
}

#menu.horizontal-dropdown ul ul li a {
  width: 100%;
}

#menu.horizontal-dropdown ul ul {
  visibility: visible;
  position: relative;
  top: 100%;
  left: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0px;
  margin-left: 0px;
  -moz-box-shadow: 0 5px 9px 0 rgba(50,50,50,0.15);
  box-shadow: none;
}

#menu.horizontal-dropdown ul li {
  margin-right: 0px;
  float: none;
}

#menu.horizontal-dropdown ul ul li a:hover {
  width: 100%;
}

#accordion li.current, #accordion > li.parent {
  background: none;
}

#menu #accordion li.current > a, #menu #accordion li.parent > a {
  color: #fff;
  background: #18ba60;
}

#menu.horizontal-dropdown > ul > li:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  padding-left: 0px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 15px;
}

body #menu ul {
  background: none;
}

body #accordion {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#menu ul li {
  margin: 0;
  display: block;
  float: none;
  margin-left: 0;
  white-space: normal;
  position: relative;
}

body #accordion > li.current.link > a {
  color: #fff;
  border-radius: 0px;
  background: #cb202d;
}

body #menu > ul > li a:hover {
  color: #555;
  background-color: #e7e7e7;
}

#menu ul li a {
  display: block;
  padding: 10px 7px;
  line-height: 24px;
  font-size: 17px;
  text-align: left;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #e6e6e6;
  color: #aaa;
}
.home body.group #attachments {
  display: none;
}
#base > header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: #fff;
}

#base > main {
  padding-top: 100px;
}

.pmsc .container {
  padding-top: 90px;
}

.pmsc .slide01-h1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 100;
  line-height: 150%;
  margin: 0;
  font-style: normal;
  text-align: left;
  max-width: 750px;
  padding: 0 20px;
}
.pmsc .slide-p {
  font-size: 14px;
  font-weight: 100;
  color: #fff;
  text-align: left;
  line-height: 1.6;
  margin-top: 20px;
  max-width: 750px;
  padding: 0 20px;
}

#col-content > div > div > div.items > div.section-heading > div > div.col11 > div {
  margin: auto;
  justify-content: center;
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
  align-items: center;
}

.col11 {
  flex-basis: auto;
  margin: auto;
}



.pmsc div > div > div.owl-stage-outer > div > div.owl-item.active > div > div > div > a {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding: 5px 20px;
  border: 2px solid #18ba60;
  border-radius: 5px;
  background: #18ba60;
  text-align: center;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  margin-top: 10px;
  margin-left: 20px;
  text-decoration: none;
}

.section-block {
  max-width: 1170px;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  flex-direction: column;
}

body.home .col11 h2, .section-heading {
  text-align: center;
}

body.home .groups p {
  margin: auto;
}

}

@media (min-width: 992px) {
#top-bar {
  display: flex;
  
}
#accordion li.current, #accordion > li.parent {
  background: none;
}

#menu #accordion li.current:after, #menu #accordion li.parent:after {
  color: #18ba60;
}
#accordion > li.current.link > a, #accordion > li.parent.link > a {
  color: #18ba60;
}
#accordion > li.current.submenu.link > a, #accordion > li.parent.submenu.link > a {
  color: #18ba60;
}

#accordion > li.parent.submenu.link > ul > li.current {
  background: none;
}

#accordion > li.parent.submenu.link > ul > li.current > a {
  color: #18ba60;
}

#menu.horizontal-dropdown ul ul li a:hover {
  font-weight: 700;
  padding: 12px;
  width: 200px;
  text-transform: none;
  text-align: left;
  background: none;
  color: #18ba60!important;
  border-radius: 0;
  
}
}
@media (max-width: 787px) {
body.zpravodaj .group-content table:nth-of-type(2n) {
  margin-left: 0px;
}
body.zpravodaj .group-content h3 {
  text-align: center;
}
}
@media (max-width: 767.98px) {

#section-block-parallax {
  flex-direction: column;
  
}

#section-block-parallax .countup-box {
  margin-top: 20px;
}

}

@media (max-width: 426px) {

#foot {
  justify-content: center;
}

body.home .col11 h2 {
  font-size: 30px;
  font-weight: 300;
  color: #3b3b3b;
  margin-bottom: 10px;
  text-align: center;
}

#col-content > div > div > div.items > div.section-heading > div > div.col12 {
  margin: auto;
  max-width: 250px;
}
}

@media (max-width: 321px) {

}

#messagebox {
  max-width: 80% !important;
}



