/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/**
 * modules/variables
 * ---
 */
/**
 * Media
 */
/**
  * Colors
  */
/**
 * Grid
 */
/**
 * modules/mixins
 * ---
 */
/**
 * modules/fonts
 * ---
 * Declare fonts here
 */
/**
 * Typography
 */
.head-static-wrapper {
  display: block;
  min-height: 158px;
}
@media (max-width: 768px) {
  .head-static-wrapper {
    min-height: 80px;
  }
}

section#head {
  position: fixed;
  width: 100%;
  z-index: 9996;
  background-color: #fafafa;
  transition: 0.1s linear all;
}
section#head .head-info {
  padding: 30px 0;
  transition: 0.1s linear all;
}
@media (max-width: 768px) {
  section#head .head-info {
    padding: 15px 0;
  }
}
section#head .head-info .logo {
  max-width: 350px;
  transition: 0.1s linear all;
}
@media (max-width: 768px) {
  section#head .head-info .logo {
    max-width: 180px;
  }
}
section#head .head-info .logo img {
  transition: 0.1s linear all;
}
section#head .head-info .box {
  font-family: "Open Sans", sans-serif;
  position: relative;
}
section#head .head-info .box i {
  position: absolute;
  left: 0;
  font-size: 25px;
  background: #0000ff;
  padding: 8px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
}
section#head .head-info .box .text {
  display: inline-block;
  margin-left: 40px;
}
section#head .head-info .box .text span {
  display: block;
}
section#head .mobile-wrapper {
  display: none;
}

.fixed-menu {
  transition: 0.1s linear all;
  background: #fff !important;
  box-shadow: 0 5px 10px rgba(34, 39, 54, 0.2);
  border-bottom: 1px solid #ddd;
}
.fixed-menu .head-info {
  padding: 10px 0 !important;
  transition: 0.1s linear all;
}
.fixed-menu .head-info .logo {
  max-width: 230px !important;
}
.fixed-menu .head-info .logo img {
  transition: 0.1s linear all;
}
.fixed-menu .head-menu-container {
  padding: 0;
  transition: 0.1s linear all;
}

.head-wrapper {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: center;
}
@media (max-width: 768px) {
  .head-wrapper {
    display: none;
  }
}

.main-elements-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  section#head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-toggle {
    background-color: #fff !important;
    border: 1px solid #000 !important;
    margin-right: 0 !important;
  }
  .navbar-toggle .icon-bar {
    background: #000;
  }
  .navbar-collapse {
    padding: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
  }
  .navbar-collapse .mega-menu-toggle {
    display: none !important;
  }
  .mobile-wrapper {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    background-color: #ddd;
    padding: 15px 0;
  }
}
#slider {
  position: relative;
  background: #fff;
}
#slider .item {
  display: flex;
  align-items: stretch;
  position: relative;
  border: 1px solid #ddd;
  min-height: 400px;
}
@media (max-width: 768px) {
  #slider .item {
    display: block;
    min-height: 398px;
  }
}
#slider .item .image {
  max-height: 398px;
  overflow: hidden;
  min-height: 400px;
  background: #f1f1f1;
  flex: 1 0 60%;
}
#slider .item .image .blank-image {
  display: flex;
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
}
#slider .item .image .blank-image img {
  object-fit: contain !important;
}
#slider .item .image img {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}
#slider .item .image .image {
  flex: 0 0 100%;
}
#slider .item .description {
  display: block;
  position: relative;
  flex: 1 0 40%;
  padding: 15px;
  background-color: rgba(0, 120, 47, 0.9);
}
@media (max-width: 768px) {
  #slider .item .description {
    left: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
  }
}
#slider .item .description .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#slider .item .description .news-title h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin: 0;
  font-size: 2.2em;
  margin-bottom: 20px;
  display: block;
  color: #fff;
}
#slider .item .description .date {
  color: #fff;
  font-size: 1.1em;
}
#slider .item .description .text {
  font-size: 1.2em;
  color: #fff;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
#slider .item .description .show-more {
  display: inline;
  background: #fff;
  padding: 7px 20px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  color: #000;
}

.logs {
  position: relative;
  display: block;
  padding: 40px 0;
  background: #fff;
  border-top: 1px solid #ddd;
}
.logs .owl-logs .item {
  padding: 0 30px;
  text-align: center;
  height: 100px;
}
.logs .owl-logs .item a {
  display: flex;
  align-items: center;
  height: 100%;
}
.logs .owl-logs .item img {
  width: auto;
  margin: 0 auto !important;
}
.logs .owl-logs .owl-controls {
  display: block !important;
}
.logs .owl-logs .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.logs .owl-logs .owl-controls .owl-nav .owl-next {
  right: 0;
}
.logs .owl-logs .owl-controls .owl-nav .owl-prev, .logs .owl-logs .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 15px;
  color: #fff;
  font-weight: bold;
  background: #006d2f;
  padding: 20px 8px;
  display: inline;
  font-size: 1.5em;
}

.news {
  display: block;
  position: relative;
  background: #fff;
  margin-top: 15px;
}

.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 15px 0;
}

.news-item {
  display: block;
  flex: 0 1 260px;
  background: #fff;
  margin-bottom: 15px;
  transition: 0.1s linear all;
}
@media (max-width: 768px) {
  .news-item {
    flex: 1 0 100%;
  }
}
.news-item:hover {
  transition: 0.1s linear all;
}
.news-item .image {
  display: block;
  position: relative;
  height: 175px;
  overflow: hidden;
}
.news-item .image img {
  min-height: 175px;
}
.news-item .image .date {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  padding: 5px;
  color: #fff;
  font-size: 1em;
}
.news-item .text {
  position: relative;
}
.news-item .text a {
  display: block;
  padding: 5px 0;
}
.news-item .text a:hover {
  text-decoration: none;
}
.news-item .text a h2 {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  font-weight: bold;
  color: #0a0a0a;
  font-size: 1.4em;
}
.news-item .text a p {
  font-family: "Open Sans", sans-serif;
  margin-top: 10px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
.news-item .text .item-info {
  display: block;
  margin: 15px 0;
  color: #00782f;
}
.news-item .text .item-info span {
  display: inline-block;
  margin-right: 15px;
}
.news-item .text .item-info span.date:before {
  content: "\f017";
  display: inline-block;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
}
.news-item .text .item-info span.author:before {
  content: "\f007";
  display: inline-block;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
}

#category .news-item {
  flex: 0 1 350px;
}
#category .news-item .image {
  height: 200px;
}
#category .news-item .image img {
  min-height: 200px;
}

section#top-banner {
  background: #fff;
  margin: 30px 0;
}

section#top-banner .card {
  margin-bottom: 5px;
}

section#top-banner .card-header button {
  font-family: "Open Sans", sans-serif;
  display: block;
  width: 100%;
  position: relative;
  color: #222;
  border: 1px solid #ddd;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  text-align: left;
  padding: 0;
  white-space: normal;
  font-size: 1em;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
section#top-banner .card-header button .text-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  gap: 15px;
}

section#top-banner .card-header .title {
  font-size: 1.3em;
}
@media (max-width: 768px) {
  section#top-banner .card-header .title {
    position: relative;
    font-size: 1em;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

section#top-banner .card-header button:hover,
section#top-banner .card-header button:visited {
  text-decoration: none !important;
}

section#top-banner .card-header .date {
  font-size: 1em;
  background: #f1f1f1;
  padding: 5px 15px;
  margin-right: 15px;
  min-width: 116px;
}

section#top-banner .card-header button .date i {
  padding: 0;
  background: transparent !important;
  color: #222 !important;
  margin-right: 2px;
  font-size: 14px;
}

section#top-banner .card-header button i {
  text-align: center;
  padding: 15px 20px;
  background: #e42e16;
  color: #fff;
  font-size: 30px;
}

section#top-banner .card-header button .title {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

section#top-banner .card-body {
  font-size: 1.1em;
  line-height: 1.8;
  padding: 20px 35px;
  background-color: #fafafa;
  border: 1px solid #eef0f3;
  border-top-color: #eef0f3;
  text-align: justify;
}

.boxes {
  position: relative;
  padding: 30px 0;
}
.boxes .box {
  position: relative;
  display: block;
  cursor: pointer;
  transition: 0.1s linear all;
  margin-bottom: 15px;
  text-align: center;
  border: 1px solid #ddd;
  background: #fff;
}
.boxes .box .text {
  display: block;
}
.boxes .box .text h2 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #000;
  margin-top: 15px;
}
.boxes .box img {
  display: block;
  width: 100px;
  transition: transform 0.3s ease-in-out;
  padding: 10px;
  margin: 0 auto;
}
.boxes .box:hover {
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.boxes .top {
  top: 0 !important;
  transform: scale(-1, -1);
}
.boxes .boxes-wrapper {
  position: relative;
  display: block;
  z-index: 10;
}

.boxes_sidebar {
  position: relative;
  margin-bottom: 30px;
}
.boxes_sidebar .item {
  display: block;
  width: 100%;
  height: auto !important;
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 15px;
  background: #fff;
}
.boxes_sidebar .item a {
  display: flex;
  color: #000 !important;
  background: #fafafa;
  align-items: center;
  gap: 10px;
}
.boxes_sidebar .item a .image {
  display: inline-block;
  padding: 5px 0 5px 10px;
  border-left: 3px solid #006d2f;
  min-width: 65px;
  text-align: center;
}
.boxes_sidebar .item a .image img {
  max-height: 50px;
  width: auto;
}
.boxes_sidebar .item a .text {
  font-family: "Open Sans", sans-serif;
  padding: 5px 0;
}
.boxes_sidebar .item:last-of-type {
  margin-bottom: 0;
}
.boxes_sidebar .boxes-wrapper {
  position: relative;
  display: block;
  z-index: 10;
}

.sidemenu {
  position: relative;
  background-image: url("img/pattern.jpg");
}
.sidemenu .heading {
  color: #fff;
  padding: 15px 40px;
  background-color: #d8b31d;
}
.sidemenu .heading .small-text {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.sidemenu .heading .main-text {
  font-size: 34px;
  font-weight: 900;
}
.sidemenu ul {
  margin: 0;
  text-decoration: none;
  list-style: none;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 20px 40px 40px 20px;
}
.sidemenu ul li a {
  font-family: "Open Sans", sans-serif;
  display: block;
  color: #7c7c7c;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 21px;
  margin: 20px 0px 0px 20px;
  padding: 0px 0px 20px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #dbdbdb;
}

section#kontakt {
  position: relative;
  background: #fafafa;
  padding: 60px 0;
}
section#kontakt h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #222;
  font-size: 1.2em;
  text-transform: uppercase;
}
section#kontakt .bold {
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
}
section#kontakt span {
  font-family: "Open Sans", sans-serif;
  display: block;
  padding: 5px 0;
}
section#kontakt span a {
  color: #000;
}
section#kontakt hr {
  border-top: 1px solid #01aaea;
}
section#kontakt span {
  font-size: 1.1em;
}
section#kontakt span i {
  font-size: 1em;
  padding-right: 10px;
  color: #006d2f;
}
section#kontakt .map iframe {
  width: 100%;
  min-height: 350px;
}

section#copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  background: #fafafa;
  text-align: center;
}
@media (max-width: 768px) {
  section#copyright {
    flex-direction: column;
    gap: 5px;
  }
}
section#copyright a {
  color: #00662C;
}

section#copyright > div {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  padding: 0 15px;
}

section#copyright img {
  max-width: 80px;
  opacity: 1;
  transition: 0.2s linear all;
}

section#copyright img:hover {
  opacity: 0.8;
  transition: 0.2s linear all;
}

.print-pdf-icons {
  font-family: "Open Sans", sans-serif;
  display: flex;
  width: 100%;
  position: relative;
  color: #222;
  font-weight: 400;
  cursor: pointer;
  text-align: left;
  margin: 15px 0;
  white-space: normal;
}

.print-pdf-icons i {
  padding: 10px;
  background: #006d2f;
  min-width: 33px;
  text-align: center;
  color: #fff;
}

.print-pdf-icons a,
.print-pdf-icons #readNews {
  cursor: pointer;
  display: inline-block;
  color: #000 !important;
  transition: 0.1s linear all;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 14px;
}

.print-pdf-icons a:hover,
.print-pdf-icons #readNews:hover {
  background: #006d2f !important;
  color: #fff !important;
  text-decoration: none;
}

#pdf-file-object {
  width: 100%;
  min-height: 500px;
}

section#breadcrumb {
  font-family: "Open Sans", sans-serif;
  list-style: none;
  font-size: 1.2em;
  padding-left: 0;
  width: 100%;
  background: #fff;
}
section#breadcrumb ul.breadcrumbs {
  margin: 0;
  padding: 10px 0;
}
section#breadcrumb ul.breadcrumbs li {
  display: inline-block;
}
section#breadcrumb ul.breadcrumbs li a {
  color: #222;
}
section#breadcrumb ul.breadcrumbs li.item-current {
  color: #222;
  font-weight: 600;
}
section#breadcrumb .separator {
  margin: 0 5px;
}
section#breadcrumb .site-navi-wrapper {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  margin: 30px 0;
  padding: 0 15px;
  min-height: 66px;
}
section#breadcrumb .site-navi-wrapper .breadcrumb {
  margin-bottom: 0;
  flex: 1 1 auto;
  padding: 0;
}
section#breadcrumb .site-navi-wrapper .print-pdf-icons {
  flex: 0;
}

#page {
  margin: 15px 0 30px 0;
}
#page .image {
  margin-top: 30px;
  text-align: center;
  background: #fafafa;
  margin-bottom: 30px;
}
#page .image img {
  height: auto;
  max-height: 500px;
}
#page .content {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  text-align: left;
  background: #fff;
}
#page .content h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  color: #006d2f;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
#page .content h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #006d2f;
  font-weight: bold;
  margin: 30px 0 15px 0;
}
#page .content ol {
  margin-left: 30px;
}
@media (max-width: 768px) {
  #page img {
    height: auto;
  }
}

section#category {
  display: block;
  margin: 60px 0;
}

.events {
  display: block;
  padding: 15px;
  border: 1px solid #ddd;
}
.events .title {
  display: block;
  border-bottom: none;
  margin-bottom: 0;
}

.events-calendar-wrapper {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0 !important;
}

.eventCalendar-day a {
  font-size: 17px !important;
}

.eventCalendar-daysList.eventCalendar-showAsWeek li {
  border-top: solid 2px #fff !important;
}

.eventCalendar-wrap .eventCalendar-arrow {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  text-align: right;
  color: #000 !important;
  z-index: 9998;
  background: #0088c3 !important;
}

.eventCalendar-prev {
  right: 25px !important;
  left: auto !important;
}

.eventCalendar-wrap .eventCalendar-daysList li.eventCalendar-day {
  color: #989898;
  background: #f0f8fc !important;
}

.eventCalendar-wrap .eventCalendar-daysList li.eventCalendar-day:nth-child(7n-1) {
  background: #e9f8ff !important;
}

.eventCalendar-wrap .eventCalendar-daysList li.eventCalendar-day:nth-child(7n) {
  background: #dceef7 !important;
}

.eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
  background: #fff !important;
}

.eventCalendar-day-header {
  font-size: 18px !important;
}

.eventCalendar-wrap .eventCalendar-daysList li {
  display: block;
  float: left;
  line-height: 40px;
  margin: 1px;
}

.eventCalendar-wrap .eventCalendar-daysList li.eventCalendar-day-header {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #b1b1b1;
}

.eventCalendar-wrap .eventCalendar-prev span {
  border-right: 6px solid #fff;
}

.eventCalendar-wrap .eventCalendar-next span {
  border-left: 6px solid #fff;
}

.eventCalendar-currentTitle .eventCalendar-monthTitle {
  color: #000 !important;
  text-align: left !important;
}

.eventCalendar-daysList.eventCalendar-showAsWeek {
  border-left: none !important;
  margin-bottom: 0;
  background: #fff !important;
  border-right: none !important;
}

.eventCalendar-daysList.eventCalendar-showAsWeek li {
  border-top: 2px solid #e6e6e6;
}

.eventCalendar-list-wrap .close_event_list {
  display: block;
  position: absolute;
  top: 0;
  right: 52px;
  z-index: 11;
  width: 30px;
  height: 27px;
  line-height: 26px;
  background: #000;
  color: #fff;
  text-align: center;
}

.eventCalendar-subtitle {
  padding-left: 0 !important;
  font-size: 14px !important;
}

.eventCalendar-daysList a {
  padding: 6px 0 !important;
}

.eventCalendar-slider {
  min-height: 270px !important;
}

.eventCalendar-day a {
  border: solid 2px #fff !important;
}

.eventCalendar-daysList.eventCalendar-showAsWeek li {
  border-top: solid 2px #fff !important;
}

.eventCalendar-wrap .eventCalendar-arrow {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  text-align: right;
  color: #fff !important;
  z-index: 9997;
  background: #006d2f !important;
}

.eventCalendar-prev {
  right: 25px !important;
  left: auto !important;
}

.eventCalendar-wrap .eventCalendar-daysList li.eventCalendar-day {
  color: #989898;
  background: #f0f8fc;
}

.eventCalendar-wrap .eventCalendar-daysList li.eventCalendar-day:nth-child(7n-1) {
  background: #e9f8ff !important;
}

.eventCalendar-wrap .eventCalendar-daysList li.eventCalendar-day:nth-child(7n) {
  background: #dceef7 !important;
}

.eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
  background: #fff;
}

.eventCalendar-day-header {
  font-size: 18px !important;
}

.eventCalendar-wrap .eventCalendar-daysList li {
  display: block;
  float: left;
  line-height: 40px;
  margin: 1px;
}

.eventCalendar-wrap .eventCalendar-daysList li.eventCalendar-day-header {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #b1b1b1;
}

.eventCalendar-currentTitle .eventCalendar-monthTitle {
  color: #000 !important;
  text-align: left !important;
  margin-top: 5px;
  font-size: 18px !important;
}

.eventCalendar-daysList.eventCalendar-showAsWeek {
  border-left: none !important;
  margin-bottom: 0;
  background: #fff !important;
  border-right: none !important;
}

.eventCalendar-daysList.eventCalendar-showAsWeek li {
  border-top: 2px solid #e6e6e6;
}

.eventCalendar-daysList li.today a {
  background: #222 !important;
  color: #fff !important;
}

.eventCalendar-daysList li.today a:focus-visible {
  color: #000 !important;
}

.eventCalendar-daysList li.eventCalendar-dayWithEvents a:focus-visible {
  color: #000 !important;
}

.links {
  position: relative;
  display: block;
  margin: 30px 0;
}
.links ul {
  padding-top: 15px;
  padding-left: 0 !important;
}
.links ul li {
  display: inline-block;
  list-style: none !important;
  text-decoration: none !important;
  transition: 0.1s linear all;
}
.links ul li a {
  position: relative;
  display: inline-block;
  padding: 15px 15px 15px 40px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000;
  background: #fff;
  font-size: 1.1em;
  letter-spacing: 1.1px;
  transition: 0.1s linear all;
  border-radius: 5px;
  margin-right: 5px;
  border: 1px solid #ddd;
}
.links ul li a:before {
  position: absolute;
  background-image: url(img/icons/next.png);
  background-size: cover;
  top: 15px;
  left: 10px;
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
  transition: 0.1s linear all;
}
.links ul li:hover a {
  background: #5776d1;
  color: #fff;
  transition: 0.1s linear all;
  text-decoration: none;
}
.links ul li:hover a:before {
  background-image: url(img/icons/next-white.png);
  background-size: cover;
  transition: 0.1s linear all;
}

.gallerySection {
  position: relative;
  display: block;
  background: #fff;
  margin: 30px 0;
}
.gallerySection .title {
  margin-bottom: 25px;
}
.gallerySection .news-item h2 {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  font-weight: bold;
  color: #0a0a0a;
  font-size: 1.4em;
  padding-top: 5px;
}

.gallery {
  background: #fff;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-icon {
  max-height: 240px;
  overflow: hidden;
}

.gallery:after {
  content: "";
  display: table;
  clear: both;
}

img.aligncenter, div.aligncenter, figure.aligncenter, img.wp-post-image {
  display: block;
  margin: 1em auto;
}

img.alignright, div.alignright, figure.alignright {
  float: right;
  margin: 1em 0 1em 2em;
}

img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {
  float: left;
  margin: 1em 1em 2em 0;
}

figure {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}

p img.alignright, p img.alignleft {
  margin-top: 0;
}

.gallery figure img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.gallery figure {
  float: left;
  margin: 1px;
  flex: 0 1 auto;
}

.gallery.gallery-columns-1 figure {
  width: 100%;
  margin: 0 0 1em 0;
  float: none;
}

.gallery.gallery-columns-3 figure {
  width: 33.22%;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {
  clear: left;
}

.gallery.gallery-columns-2 figure {
  width: 49%;
}

.gallery.gallery-columns-2 figure:nth-of-type(even) {
  margin-right: 0;
}

.gallery.gallery-columns-2 figure:nth-of-type(odd) {
  clear: left;
}

.gallery.gallery-columns-4 figure {
  width: 24.88%;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {
  clear: left;
}

.gallery.gallery-columns-5 figure {
  width: 19.86%;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {
  clear: left;
}

.gallery.gallery-columns-6 figure {
  width: 16.54%;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {
  clear: left;
}

.gallery.gallery-columns-7 figure {
  width: 12%;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {
  clear: left;
}

.gallery.gallery-columns-8 figure {
  width: 10.2%;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {
  clear: left;
}

.gallery.gallery-columns-9 figure {
  width: 8.85%;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
  clear: left;
}

@media (max-width: 767px) {
  img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {
    display: block;
    margin: 1em auto;
    float: none;
  }
  .gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {
    width: 100%;
    margin: 0 0 1em 0;
    float: none;
  }
}
.events {
  display: block;
  margin-bottom: 30px;
}
.events .event-item {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.events .event-item .image {
  width: 100%;
  background: #ddd;
  overflow: hidden;
  min-height: 378px;
  max-height: 378px;
  text-align: center;
}
.events .event-item .image img {
  width: auto;
  min-width: 100%;
  min-height: 378px;
}
.events .event-item .image .bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.events .event-item .text {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  padding: 15px;
  background: rgba(215, 179, 29, 0.85);
}
.events .event-item .text h2 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 30px;
  margin-top: 0;
}
.events .event-item .text .meta-data {
  margin-top: 15px;
}
.events .event-item .text .meta-data span {
  font-family: "Open Sans", sans-serif;
  display: block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.events .event-item .text .meta-data span i {
  font-size: 20px;
  margin-right: 5px;
  width: 20px;
}
.events .events-list {
  background: #fff;
  border: 1px solid #ddd;
}
.events .events-list .list-item {
  font-family: "Open Sans", sans-serif;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.events .events-list .list-item a {
  color: #000;
}
.events .events-list .list-item a h3 {
  position: relative;
  font-size: 15px;
  font-weight: 500;
}
.events .events-list .list-item span {
  display: inline-block;
  margin-right: 10px;
}
.events .events-list .list-item span i {
  font-size: 14px;
  margin-right: 5px;
  width: 10px;
  color: #1e73be;
}

.social-icons {
  font-family: "Noto Sans", sans-serif;
}
.social-icons a {
  display: inline-block;
  padding: 7px;
  text-align: center;
  border: 1px solid #222;
  background: #fff;
}
.social-icons a img {
  max-width: 25px;
  max-height: 25px;
}

.search-form {
  display: flex;
  align-items: baseline;
  font-family: "Open Sans", sans-serif;
}

.search-form input[type=text],
.search-form input[type=search] {
  padding: 10px;
  min-width: 300px;
}

.search-form button,
.search-form [type=button],
.search-form [type=reset],
.search-form [type=submit] {
  width: 43px;
  height: 43px;
  border: 1px solid #ddd;
  background: #222;
  color: #fff;
}

.granty {
  background-color: #fff;
  text-align: center;
}
.granty h4 {
  text-align: center;
  border-bottom: 1px solid #000;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.granty p {
  font-size: 1.2em;
  padding-top: 15px;
  text-align: center;
}
.granty > img {
  width: 100%;
  max-width: 1000px;
  height: auto;
}

.sub-page-menu {
  margin-top: 15px;
}
.sub-page-menu ul {
  list-style: none;
  text-decoration: none;
  margin-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
}
.sub-page-menu ul li {
  display: flex;
}
.sub-page-menu ul li a {
  color: #fff;
  cursor: pointer;
  border: 1px solid #ddd;
  transition: 0.1s linear all;
  font-size: 0.7em;
  padding-right: 15px;
  min-width: 100px;
  min-height: 80px;
  max-width: 300px;
  padding: 0 10px;
  color: #fff;
  background: #006d2f;
  letter-spacing: 1px;
  text-align: left;
}
.sub-page-menu ul li a i {
  display: block;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 0;
  transition: 0.1s linear all;
}
.sub-page-menu ul li:hover a i {
  transition: 0.1s linear all;
  background: #006d2f;
  color: #fff;
  padding-left: 5px;
}
.sub-page-menu span {
  width: 100%;
  display: block;
  line-height: 20px;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.2em;
}

.contact-form {
  margin: 0 auto;
  margin-bottom: 30px;
}
.contact-form form {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #ddd;
}
.contact-form form h3 {
  margin-top: 0;
}
.contact-form form .row div {
  margin: 10px 0;
}
.contact-form form label {
  display: none !important;
}
.contact-form form input {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff !important;
  color: #222 !important;
  border: none !important;
  border-bottom: 2px solid #ddd !important;
  padding: 10px 0 10px 0;
  font-size: 14px;
}
.contact-form form textarea {
  border: none !important;
  border-bottom: 2px solid #ddd !important;
  font-size: 14px;
  padding: 10px 0 10px 0;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}
.contact-form form input.button {
  width: 100px;
  float: right;
  border: 1px solid #222 !important;
}
.contact-form form button {
  background: #006d2f;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  padding: 6px 30px;
}
.contact-form form button:hover {
  color: #fff !important;
}
.contact-form .error {
  font-size: 1.4em;
  color: red;
}
.contact-form .success {
  font-size: 1.4em;
  font-weight: bold;
  color: #000;
  width: 100%;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #006d2f;
  text-align: center;
  background-color: #76ffb1;
}
.contact-form .error-msg {
  font-size: 1.4em;
  font-weight: bold;
  color: #000;
  width: 100%;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid red;
  text-align: center;
  background-color: #ff7676;
}

.notfound {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
}
.notfound .accept {
  color: #fff;
  background-color: #006d2f;
  border-color: #006d2f;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
.notfound h2 {
  margin: 15px 0;
}

/**
 * partials/reset
 * ---
 * Reset file
 * NOTE: also `normalize.css` is used
 */
*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Dosis", Helvetica, Arial, "Open Sans", sans-serif;
  font-size: 140%;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: #222;
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: underline;
}
input[type=text],
input[type=search] {
  font-size: inherit;
  line-height: inherit;
}

::selection {
  background-color: #04a4cc;
  color: #fff;
  text-shadow: none;
}

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}

/**
 * Gallery & images
 */
.wp-caption {
  background: #fff;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 1em;
  line-height: 1.5;
}

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

.reset-box {
  padding: 0;
  margin: 0;
}

/**
 * partials/wrapper
 * ---
 */
.wrapper {
  max-width: calc(100% - 120px);
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

/**
 * partials/header
 * ---
 */
/**
 * partials/nav
 * ---
 * Menus
 */
.navigation {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  background-color: transparent !important;
  padding: 0 !important;
}
.navigation .collapse {
  padding: 0;
}
.navigation #mega-menu-wrap-header-menu {
  background-color: #006d2f !important;
}
.navigation #mega-menu-header-menu {
  display: flex !important;
  justify-content: center;
}
@media (max-width: 768px) {
  .navigation #mega-menu-header-menu {
    flex-wrap: wrap;
    background-color: #fff !important;
  }
}
.navigation #mega-menu-header-menu .mega-menu-item {
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .navigation #mega-menu-header-menu .mega-menu-item {
    flex: 1 0 100%;
  }
  .navigation #mega-menu-header-menu .mega-menu-item.mega-toggle-on > .mega-menu-link {
    background-color: #006d2f !important;
    color: #fff !important;
  }
  .navigation #mega-menu-header-menu .mega-menu-item .mega-indicator {
    position: absolute !important;
    right: 15px;
  }
}
.navigation #mega-menu-header-menu .mega-menu-item .mega-menu-link {
  text-align: center !important;
  font-size: 1.4em !important;
  padding: 3px 10px !important;
  height: auto !important;
}
@media (max-width: 768px) {
  .navigation #mega-menu-header-menu .mega-menu-item .mega-menu-link {
    color: #000 !important;
  }
}
.navigation #mega-menu-header-menu .mega-menu-item .mega-sub-menu {
  width: 100% !important;
}

@media (min-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
    position: unset !important;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > .mega-sub-menu {
    position: absolute !important;
    left: 0;
    width: 100% !important;
    display: flex !important;
    flex-direction: row;
    gap: 30px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    padding: 10px 10px 30px 10px !important;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > .mega-sub-menu .mega-menu-item {
    text-align: left;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > .mega-sub-menu .mega-menu-item > a.mega-menu-link {
    text-align: left !important;
    font-weight: bold !important;
    padding: 0 !important;
    font-size: 1.3em !important;
    border-bottom: 1px solid #ddd;
    pointer-events: none !important;
    cursor: default !important;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > .mega-sub-menu .mega-menu-item > a.mega-menu-link .mega-indicator {
    display: none !important;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > .mega-sub-menu .mega-menu-item > .mega-sub-menu {
    position: relative !important;
    left: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > .mega-sub-menu .mega-menu-item > .mega-sub-menu a.mega-menu-link {
    display: inline-flex;
    align-items: center;
    font-weight: normal !important;
    font-size: 1.1em !important;
    border-bottom: none;
    line-height: normal !important;
    pointer-events: auto !important;
    cursor: pointer !important;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > .mega-sub-menu .mega-menu-item > .mega-sub-menu a.mega-menu-link:before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    vertical-align: middle !important;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > .mega-sub-menu .mega-menu-item > .mega-sub-menu a.mega-menu-link:hover {
    text-decoration: underline !important;
  }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > .mega-sub-menu .mega-menu-item > .mega-sub-menu a.mega-menu-link:hover:before {
    background: #006d2f;
  }
}
/**
 * partials/sidebar
 * ---
 */
.sidebar {
  position: relative;
}
.sidebar .section-title {
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid #00782f;
  color: #006d2f;
}
.sidebar .section-title i {
  margin-right: 5px;
  color: #006d2f;
}
.sidebar .sidebar-widget-menu {
  font-family: "Open Sans", sans-serif;
  margin: 30px 0;
}
.sidebar .sidebar-widget-menu ul {
  list-style: none;
  padding: 0 !important;
  margin-top: 30px;
}
.sidebar .sidebar-widget-menu ul li a {
  display: block;
  padding: 15px 10px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  box-shadow: 0 5px 10px rgba(34, 39, 54, 0.1);
  color: #222;
}
.sidebar .transmission {
  text-align: center;
}
.sidebar .transmission h3 {
  font-weight: bold;
  margin: 10px 0;
}
.sidebar .transmission p {
  margin: 10px 0;
  font-weight: bold;
}

.events-calendar-wrapper {
  background: #fff;
}

.events-calendar-wrapper .eventCalendar-wrap .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  color: #fff !important;
  background: #006d2f !important;
  max-width: 42px !important;
  border-radius: 38px !important;
}

.events-calendar-wrapper .eventCalendar-wrap .eventCalendar-list-wrap .eventCalendar-list-content,
.events-calendar-wrapper .eventCalendar-wrap .eventCalendar-list-wrap .eventCalendar-list-content a {
  font-size: 16px;
}

.events-calendar-wrapper h4 {
  font-weight: bold;
}

.events-calendar-wrapper h4 a {
  color: #222 !important;
}

.eventCalendar-list li .content {
  margin-left: 25px !important;
}

.events-calendar-wrapper .article-button {
  padding: 5px 10px;
  background: #00662C;
  color: #fff !important;
  font-size: 1.1em !important;
}

/**
 * partials/footer
 * ---
 */
/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 13px !important;
}

.container-fluid {
  max-width: 1500px;
  width: calc(100% - 30px) !important;
}

a {
  text-decoration: none !important;
}

.hidden-text {
  display: none !important;
}

#page,
section#category {
  background-color: #fff;
  margin: 0;
}

.color {
  display: inline !important;
  color: #c490d1;
}

.color-second {
  display: inline !important;
  color: #006d2f;
}

.clear {
  clear: both;
}

.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  color: #000;
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.title h2 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #000;
  font-size: 2em;
  margin: 0;
  text-transform: uppercase;
}
.title .show-more-news {
  font-size: 1.2em;
  color: #006d2f;
}

.show-more-cat {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 15px;
  background: #00782f;
  color: #fff;
  text-transform: uppercase;
  transition: 0.1s linear all;
}

.show-more-cat:hover {
  background: #006d2f;
  text-decoration: none;
  color: #fff !important;
}

.pagination {
  display: block !important;
  width: 100%;
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 1.2em;
  background: #006d2f;
  color: #fff;
  text-transform: uppercase;
  transition: 0.1s linear all;
  margin-bottom: 30px;
}

.pagination a {
  color: #fff !important;
}

.pagination .current {
  background: #fff !important;
  color: #000 !important;
  font-weight: bold !important;
  padding: 2px 5px;
}

.pagination .prev,
.pagination .next {
  padding: 0 15px;
}

.blank-image {
  display: flex;
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
}
.blank-image img {
  object-fit: contain !important;
  max-width: 100px;
}

#flags {
  width: 87px !important;
}

.lang {
  background: #fff;
  border: 1px solid #222;
}

.lang ul {
  background: #fff;
  float: left;
  height: 39px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 4px;
}

.lang ul li {
  float: left !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: none !important;
  list-style: none !important;
  content: none !important;
}

@media print {
  .head-static-wrapper,
  section#breadcrumb,
  .print-pdf-icons,
  #pojo-a11y-toolbar,
  #accept_cookie_wrapper,
  .footer {
    display: none;
  }
}
#pojo-a11y-skip-content {
  color: -webkit-link !important;
}

#baner-pop-up, #baner-pop-up-overlay {
  z-index: 9997 !important;
}

/*# sourceMappingURL=style.css.map */
