html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  scroll-behavior: smooth;
}
html body {
  height: 100%;
}
html body.overflow-hidden {
  overflow: hidden;
}

body {
  background-color: #ffffff;
  color: #001545;
  font-family: "IBM Plex Mono", sans-serif;
}

section.full-height {
  height: 100%;
}

.main-container {
  max-width: 1380px;
  margin: 0 auto;
  min-height: 450px;
}
@media (max-width: 1399px) {
  .main-container {
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .main-container {
    max-width: calc(100% - 22px);
  }
}
@media (max-width: 575px) {
  .main-container {
    max-width: calc(100% - 16px);
  }
}

.main-container-padding {
  padding: 40px 25px 145px;
}
@media (max-width: 1300px) {
  .main-container-padding {
    padding: 35px 17px 120px;
  }
}
@media (max-width: 991px) {
  .main-container-padding {
    padding: 35px 10px 55px;
  }
}

.section-heading {
  text-transform: uppercase;
  font-size: 1.313em;
  margin: 0;
  padding: 8px 0;
  border-bottom: 0.035rem solid rgba(111, 112, 114, 0.75);
  color: #1a171b;
  font-weight: 700;
  width: 100%;
}
.section-heading.sub-heading {
  text-transform: none;
  letter-spacing: 0.025em;
}
@media (max-width: 1400px) {
  .section-heading {
    font-size: 1.19em;
  }
}
@media (max-width: 991px) {
  .section-heading {
    font-size: 0.875em;
  }
}
.section-heading.no-title {
  visibility: hidden;
}
@media (max-width: 991px) {
  .section-heading.no-title {
    display: none;
  }
}

.social-media a,
.mail {
  display: inline-block;
  height: 31px;
  width: 31px;
}
@media (min-width: 991px) {
  .social-media a,
  .mail {
    height: 2rem;
    width: 2rem;
  }
}
@media (max-width: 767px) {
  .social-media a,
  .mail {
    width: 1.35rem;
    height: 1.35rem;
  }
}
.social-media a:first-child,
.mail:first-child {
  margin-left: 0px;
}
.social-media a:last-child,
.mail:last-child {
  margin-right: 0px;
}
.social-media a div,
.mail div {
  width: 31px;
  height: 31px;
}
.social-media a:hover svg path,
.mail:hover svg path {
  fill: #96bd0d;
}
.social-media a:hover svg rect,
.mail:hover svg rect {
  stroke: #96bd0d;
}

h1,
h2,
h3,
h4,
h5,
ul {
  margin: 0;
}

.spacer {
  border-bottom: 0.0175rem solid rgba(111, 112, 114, 0.75);
  width: 45%;
  margin-bottom: 25px;
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .spacer {
    height: 55px !important;
    margin-bottom: 20px;
    width: 100%;
  }
}

.spacer-2 {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .spacer-2 {
    height: 25px !important;
    margin-bottom: 20px;
    width: 100%;
  }
}

.wp-block-embed {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .wp-block-embed {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

iframe {
  max-width: 100%;
  width: 100%;
  height: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  iframe {
    height: 400px;
  }
}
@media (max-width: 565px) {
  iframe {
    height: 320px;
  }
}

@media (min-width: 767px) {
  ul + .wp-block-embed {
    padding-left: 40px;
  }
}

ul {
  color: #3d3d3f;
  margin-bottom: 2rem;
}
ul:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  ul {
    margin-bottom: 20px;
    padding-left: 25px;
  }
}

.foom-inner-title,
.foom-inner-title-drugi-sajtovi {
  color: #1a171b;
  font-size: 2.688em;
  padding-bottom: 5px;
  font-weight: 700;
  margin: 0 12px;
  border-bottom: 0.035rem solid rgba(111, 112, 114, 0.75);
}
@media (max-width: 1400px) {
  .foom-inner-title,
  .foom-inner-title-drugi-sajtovi {
    font-size: 2.25em;
  }
}
@media (max-width: 991px) {
  .foom-inner-title,
  .foom-inner-title-drugi-sajtovi {
    font-size: 1.55em;
  }
}
@media (max-width: 767px) {
  .foom-inner-title,
  .foom-inner-title-drugi-sajtovi {
    font-size: 1.25em;
  }
}

.foom-inner-title-drugi-sajtovi {
  border: none;
  position: absolute;
  left: -10px;
  top: -56px;
}
@media (min-width: 992px) {
  .foom-inner-title-drugi-sajtovi {
    top: -3.5rem;
  }
}
@media (max-width: 991px) {
  .foom-inner-title-drugi-sajtovi {
    top: -50px;
  }
}
@media (max-width: 767px) {
  .foom-inner-title-drugi-sajtovi {
    top: -42px;
  }
}
@media (max-width: 575px) {
  .foom-inner-title-drugi-sajtovi {
    top: -35px;
  }
}
@media (max-width: 450px) {
  .foom-inner-title-drugi-sajtovi {
    top: -29px;
  }
}

.pdf-container {
  background: #ffffff;
  margin-top: 7px;
  margin-bottom: 8px;
}
.pdf-container div.pdfemb-viewer {
  border: none !important;
}

a.load-more-button {
  text-transform: lowercase;
  font-size: 1.55em;
  color: #6f7072;
  text-align: center;
  border-bottom: 0.035rem solid rgba(111, 112, 114, 0.75);
  margin: 55px 0;
}
a.load-more-button:hover,
a.load-more-button:focus,
a.load-more-button:active {
  text-decoration: none;
}
@media (max-width: 1400px) {
  a.load-more-button {
    font-size: 1.7em;
    margin: 45px 0;
  }
}
@media (max-width: 991px) {
  a.load-more-button {
    margin: 35px 0;
    font-size: 1.25em;
  }
}

.post-type-archive-event a.load-more-button {
  margin-bottom: 0;
}

body.blog a.load-more-button {
  margin-bottom: 0;
}

.foom-float-class {
  font-size: 1.438em;
  line-height: 1.32;
  float: left;
  background: #96bd0d;
  max-width: 50%;
  margin: 0;
  color: #ffffff !important;
  padding: 15px;
  margin-right: 15px;
  max-width: 400px !important;
  margin-right: 15px !important;
  margin-left: calc(50% - 400px) !important;
}
@media (max-width: 991px) {
  .foom-float-class {
    max-width: 100% !important;
    order: -100;
    margin: 0;
    margin-bottom: 15px;
    font-size: 0.865em;
    float: none;
  }
}
@media (max-width: 900px) {
  .foom-float-class {
    line-height: 1.2;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

.wp-block-image {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.featured {
  max-width: 936px;
  padding-left: 25px;
  padding-right: 25px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .featured {
    order: -1;
    padding-left: 0;
    padding-right: 0;
  }
}
.featured .featured-post {
  border-bottom: 0.0175rem solid rgba(111, 112, 114, 0.75);
  padding: 32px 0;
  flex-wrap: nowrap;
}
.featured .featured-post:hover,
.featured .featured-post:active,
.featured .featured-post:focus,
.featured .featured-post:visited {
  text-decoration: none;
}
.featured .featured-post:hover h4 {
  border-bottom: 0.035rem solid rgba(111, 112, 114, 0.75);
}
.featured .featured-post > a {
  width: 100%;
}
@media (min-width: 991px) and (max-width: 1300px) {
  .featured .featured-post {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .featured .featured-post {
    padding: 18px 0;
  }
}
.featured .featured-post:first-child {
  padding-top: 30px;
}
.featured .featured-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.featured .featured-post .featured-post-img {
  max-width: 18.75rem;
  min-width: 18.75rem;
  height: 12.5rem;
  object-fit: cover;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .featured .featured-post .featured-post-img {
    max-width: 100%;
    min-width: 100%;
    height: 300px;
  }
}
@media (max-width: 1100px) {
  .featured .featured-post .featured-post-img {
    max-width: 100%;
    min-width: 100%;
    height: 250px;
  }
}
@media (max-width: 991px) {
  .featured .featured-post .featured-post-img {
    max-width: 40%;
    min-width: 40%;
    height: 195px;
  }
}
@media (max-width: 767px) {
  .featured .featured-post .featured-post-img {
    max-width: 45%;
    min-width: 45%;
    height: 135px;
  }
}
@media (max-width: 575px) {
  .featured .featured-post .featured-post-img {
    max-width: 50%;
    min-width: 50%;
    height: 120px;
  }
}
.featured .featured-post .featured-post-img-link {
  min-width: 300px;
  max-width: 300px;
}
@media (max-width: 1300px) {
  .featured .featured-post .featured-post-img-link {
    max-width: 100%;
    min-width: 100%;
    height: 300px;
  }
}
@media (max-width: 1100px) {
  .featured .featured-post .featured-post-img-link {
    max-width: 100%;
    min-width: 100%;
    height: 250px;
  }
}
@media (max-width: 991px) {
  .featured .featured-post .featured-post-img-link {
    max-width: 40%;
    min-width: 40%;
    height: 195px;
  }
}
@media (max-width: 767px) {
  .featured .featured-post .featured-post-img-link {
    max-width: 45%;
    min-width: 45%;
    height: 135px;
  }
}
@media (max-width: 575px) {
  .featured .featured-post .featured-post-img-link {
    max-width: 50%;
    min-width: 50%;
    height: 120px;
  }
}
.featured .featured-post .featured-post-img-link .featured-post-img {
  max-width: 100% !important;
  min-width: 100% !important;
}
.featured .featured-post .featured-post-content {
  padding: 0 0 0 20px;
}
@media (max-width: 1300px) {
  .featured .featured-post .featured-post-content {
    padding: 20px 0 0 0px;
  }
}
@media (max-width: 991px) {
  .featured .featured-post .featured-post-content {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 575px) {
  .featured .featured-post .featured-post-content {
    padding: 0 0 0 10px;
  }
}
.featured .featured-post .featured-post-content > .featured-post-type {
  font-size: 1.125em;
  color: #96bd0d;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 15px;
}
.featured .featured-post .featured-post-content > .featured-post-type a {
  color: #96bd0d;
}
.featured .featured-post .featured-post-content > .featured-post-type a:hover,
.featured .featured-post .featured-post-content > .featured-post-type a:active,
.featured .featured-post .featured-post-content > .featured-post-type a:focus,
.featured
  .featured-post
  .featured-post-content
  > .featured-post-type
  a:visited {
  text-decoration: none;
  color: #96bd0d;
}
@media (max-width: 991px) {
  .featured .featured-post .featured-post-content > .featured-post-type {
    font-size: 0.656em;
    padding-bottom: 10px;
  }
}
.featured .featured-post .featured-post-content > a {
  line-height: 0;
  display: block;
}
.featured .featured-post .featured-post-content > a:hover,
.featured .featured-post .featured-post-content > a:active,
.featured .featured-post .featured-post-content > a:focus,
.featured .featured-post .featured-post-content > a:visited {
  text-decoration: none;
}
.featured .featured-post .featured-post-content > a:hover h4 {
  border-bottom: 0.035rem solid rgba(111, 112, 114, 0.75);
}
.featured .featured-post .featured-post-content span {
  font-size: inherit;
}
@media (max-width: 991px) {
  .featured .featured-post .featured-post-content span {
    line-height: 1;
  }
}
.featured .featured-post .featured-post-content span a:hover {
  text-decoration: none;
}
.featured .featured-post .featured-post-content .featured-post-title {
  font-weight: 700;
  font-size: 1.063em;
  line-height: 1.35;
  color: #1a171b;
  display: inline;
}
@media (max-width: 991px) {
  .featured .featured-post .featured-post-content .featured-post-title {
    font-size: 0.678em;
  }
}
@media (max-width: 767px) {
  .featured .featured-post .featured-post-content .featured-post-title {
    font-size: 0.78em;
  }
}
@media (max-width: 575px) {
  .featured .featured-post .featured-post-content .featured-post-title {
    font-size: 0.678em;
  }
}
.featured .featured-post .featured-post-content .featured-post-excerpt {
  color: #58585a;
  font-size: 0.938em;
  line-height: 1.5;
  margin: 0;
  padding-top: 15px;
  padding-top: 0;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .featured .featured-post .featured-post-content .featured-post-excerpt {
    font-size: 0.678em;
  }
}
@media (max-width: 767px) {
  .featured .featured-post .featured-post-content .featured-post-excerpt {
    display: none;
  }
}
.featured .featured-post .featured-post-content .sound-icon {
  width: 20px;
  height: 20px;
  background: url("../img/foom_sound_icon.svg");
  background-repeat: no-repeat;
  margin-top: auto;
}
.featured .featured-post .featured-post-content p a {
  display: none !important;
  color: #96bd0d;
  display: block;
  padding-top: 25px;
  line-height: 1;
}
.featured .featured-post .featured-post-content p a:hover,
.featured .featured-post .featured-post-content p a:active,
.featured .featured-post .featured-post-content p a:focus,
.featured .featured-post .featured-post-content p a:visited {
  text-decoration: none;
  color: #96bd0d;
}
.featured.featured-2 .featured-post-content .featured-post-excerpt {
  margin-top: 10px;
  margin-bottom: 10px;
}
.featured.featured-3 {
  max-width: none;
  padding-right: 0;
}
.featured.featured-3 .featured-post {
  background-color: #ececed;
  padding: 30px;
  margin-bottom: 20px;
  border: 0;
}
.featured.featured-3 .featured-post .featured-post-title {
  font-size: 1.375em;
}
@media (max-width: 1400px) {
  .featured.featured-3 .featured-post .featured-post-title {
    font-size: 1.05em;
  }
}
@media (max-width: 991px) {
  .featured.featured-3 .featured-post .featured-post-title {
    font-size: 0.768em;
  }
}
.featured.featured-3 .featured-post .featured-post-excerpt {
  font-size: 1.375em;
  margin-top: 15px;
  font-size: 1.375em;
}
@media (max-width: 1400px) {
  .featured.featured-3 .featured-post .featured-post-excerpt {
    font-size: 1.1em;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .featured.featured-3 .featured-post .featured-post-excerpt {
    font-size: 0.768em;
    margin-top: 7px;
  }
}

.events_and_galleries {
  max-width: 300px;
  min-width: 300px;
}
@media (max-width: 991px) {
  .events_and_galleries {
    max-width: 100%;
    min-width: 100%;
    padding-top: 25px;
  }
}
.events_and_galleries.events-full {
  max-width: none;
  min-width: none;
}
.events_and_galleries.events-full .event {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 0.035rem solid rgba(111, 112, 114, 0.75);
}
@media (max-width: 991px) {
  .events_and_galleries.events-full .event {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.events_and_galleries.events-full .event .events-vreme,
.events_and_galleries.events-full .event .events-lokacija {
  font-size: 1.063em;
}
@media (max-width: 991px) {
  .events_and_galleries.events-full .event .events-vreme,
  .events_and_galleries.events-full .event .events-lokacija {
    font-size: 0.678em;
  }
}
.events_and_galleries.events-full .event:nth-child(1) {
  border-top: none;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .events_and_galleries.events-full .event:nth-child(1) {
    padding-top: 16px;
  }
}
@media (max-width: 991px) {
  .events_and_galleries.events-full .event a,
  .events_and_galleries.events-full .event .events-vreme,
  .events_and_galleries.events-full .event .events-lokacija {
    margin-left: 4.25rem;
  }
}
@media (max-width: 767px) {
  .events_and_galleries.events-full .event a,
  .events_and_galleries.events-full .event .events-vreme,
  .events_and_galleries.events-full .event .events-lokacija {
    margin-left: 3.8rem;
  }
}
.events_and_galleries .event {
  padding: 16px 0;
}
@media (max-width: 991px) {
  .events_and_galleries .event {
    min-height: 120px;
  }
}
.events_and_galleries .event:nth-child(2) {
  padding-top: 32px;
}
.events_and_galleries .event:nth-child(3) {
  border-bottom: none;
  padding-bottom: 0;
}
.events_and_galleries .event > div > a {
  display: block;
  margin-top: -2px;
  line-height: 1;
  max-width: 70%;
}
@media (max-width: 991px) {
  .events_and_galleries .event > div > a {
    line-height: 1;
    margin-left: 70px;
  }
}
@media (max-width: 991px) {
  .events_and_galleries .event > div > a {
    margin-left: 4.25rem;
  }
}
@media (max-width: 767px) {
  .events_and_galleries .event > div > a {
    margin-left: 3.8rem;
  }
}
.events_and_galleries .event .event-date {
  min-width: 78px;
  max-height: 4.935rem;
  background-color: #96bd0d;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  font-size: 1.125em;
  width: min-intrinsic;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  display: table-caption;
  display: -ms-grid;
  -ms-grid-columns: min-content;
  line-height: 24px;
  padding: 8px 5px 4px 10px;
  margin-right: 12px;
  cursor: pointer;
}
.events_and_galleries .event .event-date.passed {
  background-color: #a5ab90;
}
@media (max-width: 1400px) {
  .events_and_galleries .event .event-date {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .events_and_galleries .event .event-date {
    font-size: 0.711em;
    min-width: 3.8rem;
    max-height: 3.8rem;
    line-height: 1.235;
    margin-right: 10px;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .events_and_galleries .event .event-date {
    min-width: 3.25rem;
    max-height: 3.25rem;
  }
}
.events_and_galleries .event .event-date strong {
  font-weight: 700;
  font-size: 1.45em;
}
.events_and_galleries .event a:hover,
.events_and_galleries .event a:active,
.events_and_galleries .event a:focus,
.events_and_galleries .event a:visited {
  text-decoration: none;
}
.events_and_galleries .event a:hover .event-title {
  border-bottom: 0.035rem solid rgba(111, 112, 114, 0.75);
}
.events_and_galleries .event .event-title {
  font-size: 1.063em;
  font-weight: 700;
  color: #1a171b;
  display: inline;
  line-height: 1.25;
}
@media (max-width: 1400px) {
  .events_and_galleries .event .event-title {
    font-size: 0.9em;
  }
}
@media (max-width: 991px) {
  .events_and_galleries .event .event-title {
    font-size: 0.678em;
  }
}
.events_and_galleries .event .event-excerpt {
  color: #58585a;
  font-size: 1.063em;
  padding-top: 8px;
  padding-bottom: 11px !important;
  margin: 0;
  line-height: 1.35;
}
.events_and_galleries .event .event-excerpt a {
  display: none;
  color: #96bd0d;
}
.events_and_galleries .event .event-excerpt a:hover,
.events_and_galleries .event .event-excerpt a:active,
.events_and_galleries .event .event-excerpt a:focus,
.events_and_galleries .event .event-excerpt a:visited {
  text-decoration: none;
  color: #96bd0d;
}
@media (max-width: 1400px) {
  .events_and_galleries .event .event-excerpt {
    font-size: 0.9em;
  }
}
@media (max-width: 991px) {
  .events_and_galleries .event .event-excerpt {
    font-size: 0.678em;
    margin-left: 4.25rem;
  }
}
@media (max-width: 767px) {
  .events_and_galleries .event .event-excerpt {
    margin-left: 3.8rem;
  }
}
.events_and_galleries .homepage-gallery {
  position: relative;
  margin-top: 48px;
}
@media (max-width: 991px) {
  .events_and_galleries .homepage-gallery {
    margin-top: 25px;
  }
}
.events_and_galleries .homepage-gallery .gallery-placeholder {
  height: 200px;
  max-width: 300px;
  min-width: 300px;
  background-size: cover !important;
  background-position: center !important;
  margin: 10px 0;
  margin-top: 18px;
}
@media (max-width: 991px) {
  .events_and_galleries .homepage-gallery .gallery-placeholder {
    max-width: 40%;
    min-width: 40%;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .events_and_galleries .homepage-gallery .gallery-placeholder {
    max-width: 45%;
    min-width: 45%;
    height: 135px;
  }
}
@media (max-width: 575px) {
  .events_and_galleries .homepage-gallery .gallery-placeholder {
    max-width: 50%;
    min-width: 50%;
    height: 120px;
  }
}
.events_and_galleries .homepage-gallery .video-gallery-play-homepage {
  position: absolute;
  margin: 0;
}
.events_and_galleries .homepage-gallery a:hover,
.events_and_galleries .homepage-gallery a:active,
.events_and_galleries .homepage-gallery a:focus,
.events_and_galleries .homepage-gallery a:visited {
  text-decoration: none;
}
.events_and_galleries .homepage-gallery h4 {
  font-size: 1.063em;
  font-weight: 700;
  color: #1a171b;
  display: inline;
  margin-top: -3px;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .events_and_galleries .homepage-gallery h4 {
    font-size: 0.92em;
  }
}
@media (max-width: 991px) {
  .events_and_galleries .homepage-gallery h4 {
    font-size: 0.678em;
    display: block;
    margin-left: 10px;
  }
}
.events_and_galleries .homepage-gallery h4:hover {
  border-bottom: 0.035rem solid rgba(111, 112, 114, 0.75);
}
.events_and_galleries .homepage-gallery.reactions {
  margin-top: 0;
}
.events_and_galleries .homepage-gallery.reactions > a {
  background: #ececed;
  padding: 30px 15px;
}
@media (max-width: 991px) {
  .events_and_galleries .homepage-gallery.reactions > a {
    padding: 20px 10px;
  }
}
@media (min-width: 992px) {
  .events_and_galleries .homepage-gallery.reactions .gallery-placeholder {
    max-width: 100%;
    min-width: 100%;
  }
}
.events_and_galleries .homepage-gallery.reactions .carousel-item {
  background: #ececed;
  padding: 30px 15px;
}
.events_and_galleries .frontpage-banner {
  margin-top: 45px;
}
@media (max-width: 991px) {
  .events_and_galleries .frontpage-banner {
    display: none !important;
  }
}
.events_and_galleries .frontpage-banner a {
  width: 100%;
}
.events_and_galleries .frontpage-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.topics {
  max-width: 300px;
}
@media (max-width: 991px) {
  .topics {
    min-width: 100%;
    max-width: 100%;
    padding-top: 25px;
  }
}
.topics nav {
  padding: 30px 0;
}
.topics nav:last-child {
  border: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .topics nav {
    padding: 14px 0;
  }
}
@media (min-width: 992px) {
  .topics .topics-1 {
    width: 300px;
  }
}
.topics .topics-1,
.topics .topics-1 ul {
  padding: 0;
  list-style: none;
}
.topics .topics-1 a {
  display: block;
  margin: 2px 0;
  font-size: 1.125em;
  text-transform: uppercase;
  padding: 25px 18px;
  color: white;
  background-color: #96bd0d;
  font-weight: 700;
  width: 100%;
  line-height: 1.25;
}
.topics .topics-1 a:hover,
.topics .topics-1 a:active,
.topics .topics-1 a:focus,
.topics .topics-1 a:visited {
  text-decoration: none;
  color: white;
}
.topics .topics-1 a:hover {
  color: #96bd0d;
  background: #ffffff;
}
@media (max-width: 1400px) {
  .topics .topics-1 a {
    font-size: 1em;
  }
}
@media (max-width: 1200px) {
  .topics .topics-1 a {
    font-size: 0.9em;
  }
}
@media (max-width: 991px) {
  .topics .topics-1 a {
    min-width: calc(50% - 4px);
    margin: 2px 0;
    font-size: 0.64em;
    padding: 0.66rem 10px;
  }
}
@media (min-width: 992px) {
  .topics .topics-2 {
    width: 300px;
  }
}
.topics .topics-2,
.topics .topics-2 ul {
  padding: 0;
  list-style: none;
}
.topics .topics-2 > li {
  min-width: 100%;
}
@media (max-width: 991px) {
  .topics .topics-2 > li {
    min-width: calc(50% - 4px);
    margin: 2px;
  }
}
.topics .topics-2 a {
  display: block;
  font-size: 1.125em;
  margin: 2px 0;
  text-transform: uppercase;
  padding: 25px 18px;
  color: white;
  background-color: #e2e3e4;
  font-weight: 700;
  min-width: 100%;
  color: #1a171b;
  line-height: 1.25;
}
.topics .topics-2 a:hover,
.topics .topics-2 a:active,
.topics .topics-2 a:focus,
.topics .topics-2 a:visited {
  text-decoration: none;
}
.topics .topics-2 a:hover {
  color: #e2e3e4;
  background-color: #1a171b;
}
@media (max-width: 1400px) {
  .topics .topics-2 a {
    font-size: 1em;
  }
}
@media (max-width: 1200px) {
  .topics .topics-2 a {
    font-size: 0.9em;
  }
}
@media (max-width: 991px) {
  .topics .topics-2 a {
    font-size: 0.64em;
    padding: 1.15rem 10px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .topics .topics-4 {
    width: 300px;
  }
}
.topics .topics-4,
.topics .topics-4 ul {
  padding: 0;
  list-style: none;
}
.topics .topics-4 > li {
  min-width: 100%;
}
.topics .topics-4 > li:first-child a {
  padding-top: 0;
}
@media (max-width: 991px) {
  .topics .topics-4 > li {
    min-width: calc(50% - 4px);
    margin: 2px;
  }
}
.topics .topics-4 a {
  display: block;
  font-size: 1.13em;
  margin: 2px 0;
  padding: 15px 6px;
  color: white;
  min-width: 100%;
  color: #3d3d3f;
  line-height: 1.35;
  border-bottom: 0.015rem solid rgba(111, 112, 114, 0.75);
}
.topics .topics-4 a:hover,
.topics .topics-4 a:active,
.topics .topics-4 a:focus,
.topics .topics-4 a:visited {
  text-decoration: none;
}
@media (max-width: 991px) {
  .topics .topics-4 a {
    font-size: 0.65em;
    padding: 0.66em 4px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .topics .topics-3 {
    width: 300px;
  }
}
.topics .topics-3,
.topics .topics-3 ul {
  padding: 0;
  list-style: none;
}
.topics .topics-3 a {
  display: flex;
  margin: 1.7px 0;
  font-size: 1.125em;
  text-transform: uppercase;
  padding: 0px 18px;
  color: white;
  background-color: #6f7072;
  font-weight: 700;
  width: 100%;
  height: 4.938rem;
  align-items: center;
  line-height: 1.2;
}
.topics .topics-3 a:hover,
.topics .topics-3 a:active,
.topics .topics-3 a:focus,
.topics .topics-3 a:visited {
  text-decoration: none;
  color: white;
}
.topics .topics-3 a:hover,
.topics .topics-3 a.active {
  color: #000000;
  background-color: #ececed;
}
@media (max-width: 1400px) {
  .topics .topics-3 a {
    font-size: 1em;
  }
}
@media (max-width: 1200px) {
  .topics .topics-3 a {
    font-size: 0.9em;
  }
}
@media (max-width: 991px) {
  .topics .topics-3 a {
    min-width: calc(50% - 4px);
    margin: 2px;
    height: auto;
    font-size: 0.64em;
    padding: 0.66rem 10px;
  }
}
@media (min-width: 992px) {
  .topics.topics-bottom {
    max-width: 909px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .topics.topics-bottom {
    margin-top: 50px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .topics.topics-bottom {
    margin-top: 75px;
  }
}
@media (min-width: 992px) {
  .topics.topics-bottom .topics-3 {
    display: flex;
    width: auto;
  }
  .topics.topics-bottom .topics-3 li {
    width: 300px;
    margin: 1.5px;
  }
  .topics.topics-bottom .topics-3 li a {
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 95px;
  }
}

.navbar-brand {
  margin-left: 26px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.navbar-brand img {
  width: 111px;
  height: 35px;
}
@media (max-width: 1100px) {
  .navbar-brand img {
    max-width: 40vw;
    height: auto;
  }
}
@media (max-width: 767px) {
  .navbar-brand img {
    max-width: 50vw;
    height: auto;
  }
}
.navbar-brand .logo-hover {
  display: none;
}
.navbar-brand:hover .logo-hover {
  display: block;
}
.navbar-brand:hover .logo-normal {
  display: none;
}

.slider-type-1 .ls-gui-element.ls-bottom-nav-wrapper {
  max-width: 1400px;
  text-align: right;
  height: 3.75rem;
  top: -3.75rem !important;
  z-index: 50;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}
@media (max-width: 1199px) {
  .slider-type-1 .ls-gui-element.ls-bottom-nav-wrapper {
    max-width: calc(100%);
  }
}
@media (max-width: 767px) {
  .slider-type-1 .ls-gui-element.ls-bottom-nav-wrapper {
    top: -50px !important;
    height: 50px;
  }
}

.slider-type-1 .ls-v6.ls-container .ls-bottom-slidebuttons {
  margin-right: 25px !important;
  margin-top: 3px !important;
}
@media (max-width: 767px) {
  .slider-type-1 .ls-v6.ls-container .ls-bottom-slidebuttons {
    margin-right: 15px !important;
  }
}
.slider-type-1 .ls-v6.ls-container .ls-bottom-slidebuttons a {
  background-color: white;
}
.slider-type-1 .ls-v6.ls-container .ls-bottom-slidebuttons a.ls-nav-active {
  background-color: #96bd0d !important;
}
@media (max-width: 991px) {
  .slider-type-1 .ls-v6.ls-container .ls-bottom-slidebuttons a {
    width: 7px !important;
    height: 7px !important;
  }
}
@media (max-width: 575px) {
  .slider-type-1 .ls-v6.ls-container .ls-bottom-slidebuttons a {
    width: 6px !important;
    height: 6px !important;
  }
}

.slider-type-1 .ls-gui-element.ls-bottom-nav-wrapper .ls-bottom-slidebuttons a {
  border: 2px solid rgba(255, 255, 255, 0) !important;
}

.slider-type-1 .ls-wrapper.ls-in-out {
  min-height: 3.75rem !important;
  max-height: 3.75rem !important;
  height: auto !important;
  top: unset !important;
  bottom: 0px !important;
  width: 1380px;
  left: calc(50% - 675px) !important;
}
@media (max-width: 1399px) {
  .slider-type-1 .ls-wrapper.ls-in-out {
    width: calc(100% - 60px) !important;
    left: 25px !important;
  }
}
@media (max-width: 767px) {
  .slider-type-1 .ls-wrapper.ls-in-out {
    min-height: 50px !important;
    max-height: 50px !important;
  }
}

.slider-type-1 .ls-wrapper.ls-z {
  width: 100% !important;
  height: 100% !important;
}

.slider-type-1 .ls-inner .ls-wrapper h1,
.slider-type-1 .ls-inner .ls-wrapper h2,
.slider-type-1 .ls-inner .ls-wrapper h3,
.slider-type-1 .ls-inner .ls-wrapper h4,
.slider-type-1 .ls-inner .ls-wrapper h5,
.slider-type-1 .ls-inner .ls-wrapper p {
  background: rgba(61, 61, 63, 0.75);
  font-size: 1.25em !important;
  color: white !important;
  min-height: 3.75rem !important;
  max-height: 3.75rem !important;
  height: auto !important;
  white-space: normal !important;
  width: calc(100% - 60px) !important;
  display: flex !important;
  align-items: center !important;
  padding-left: 25px !important;
  margin-top: 3px !important;
  width: 1200px !important;
}
@media (max-width: 1199px) {
  .slider-type-1 .ls-inner .ls-wrapper h1,
  .slider-type-1 .ls-inner .ls-wrapper h2,
  .slider-type-1 .ls-inner .ls-wrapper h3,
  .slider-type-1 .ls-inner .ls-wrapper h4,
  .slider-type-1 .ls-inner .ls-wrapper h5,
  .slider-type-1 .ls-inner .ls-wrapper p {
    font-size: 1em !important;
    width: 850px !important;
  }
}
@media (max-width: 991px) {
  .slider-type-1 .ls-inner .ls-wrapper h1,
  .slider-type-1 .ls-inner .ls-wrapper h2,
  .slider-type-1 .ls-inner .ls-wrapper h3,
  .slider-type-1 .ls-inner .ls-wrapper h4,
  .slider-type-1 .ls-inner .ls-wrapper h5,
  .slider-type-1 .ls-inner .ls-wrapper p {
    font-size: 0.756em !important;
    width: 70vw !important;
  }
}
@media (max-width: 767px) {
  .slider-type-1 .ls-inner .ls-wrapper h1,
  .slider-type-1 .ls-inner .ls-wrapper h2,
  .slider-type-1 .ls-inner .ls-wrapper h3,
  .slider-type-1 .ls-inner .ls-wrapper h4,
  .slider-type-1 .ls-inner .ls-wrapper h5,
  .slider-type-1 .ls-inner .ls-wrapper p {
    min-height: 50px !important;
    max-height: 50px !important;
    padding-left: 15px !important;
  }
}

.slider-type-2 {
  overflow: hidden !important;
}
.slider-type-2 .ls-wrapper.ls-in-out {
  bottom: 120px !important;
  width: 640px !important;
  width: 40rem !important;
  height: 320px !important;
  height: 20rem !important;
  left: calc(50% - 690px) !important;
  top: auto !important;
  padding-left: 20px !important;
  padding-right: 120px !important;
  padding-bottom: 10px !important;
}
.slider-type-2 .ls-wrapper.ls-in-out > div {
  position: static !important;
  max-width: 100% !important;
  height: auto !important;
}
@media (max-width: 1399px) {
  .slider-type-2 .ls-wrapper.ls-in-out {
    left: 15px !important;
  }
}
@media (max-width: 991px) {
  .slider-type-2 .ls-wrapper.ls-in-out {
    width: calc(100% - 62px) !important;
    bottom: 0 !important;
    left: 11px !important;
    height: 230px !important;
    padding-left: 10px !important;
  }
}
.slider-type-2 .ls-inner .ls-wrapper .ls-layer {
  font-size: unset !important;
  height: 100% !important;
  display: flex !important;
  justify-content: center !important;
  flex-direction: column !important;
}
.slider-type-2 .ls-inner .ls-wrapper h1,
.slider-type-2 .ls-inner .ls-wrapper h2,
.slider-type-2 .ls-inner .ls-wrapper h3,
.slider-type-2 .ls-inner .ls-wrapper h4,
.slider-type-2 .ls-inner .ls-wrapper h5,
.slider-type-2 .ls-inner .ls-wrapper p {
  height: auto !important;
  white-space: normal !important;
  width: calc(100% - 60px) !important;
  display: block !important;
  align-items: center !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}
@media (max-width: 767px) {
  .slider-type-2 .ls-inner .ls-wrapper h1,
  .slider-type-2 .ls-inner .ls-wrapper h2,
  .slider-type-2 .ls-inner .ls-wrapper h3,
  .slider-type-2 .ls-inner .ls-wrapper h4,
  .slider-type-2 .ls-inner .ls-wrapper h5,
  .slider-type-2 .ls-inner .ls-wrapper p {
    width: calc(100%) !important;
  }
}
.slider-type-2 .ls-inner .ls-wrapper h4 {
  font-size: 1.5em !important;
  font-weight: 700;
  color: #1a171b !important;
  text-transform: uppercase;
  padding-bottom: 7px !important;
  margin-bottom: 27px !important;
  border-bottom: 0.035rem solid rgba(111, 112, 114, 0.75);
}
@media (max-width: 991px) {
  .slider-type-2 .ls-inner .ls-wrapper h4 {
    font-size: 0.75em !important;
    margin-bottom: 12px !important;
  }
}
.slider-type-2 .ls-inner .ls-wrapper h4 a {
  cursor: none;
  color: #1a171b !important;
  display: inline-block !important;
  padding-bottom: 8px;
  padding-right: 30px;
}
.slider-type-2 .ls-inner .ls-wrapper h4 a:hover,
.slider-type-2 .ls-inner .ls-wrapper h4 a :active,
.slider-type-2 .ls-inner .ls-wrapper h4 a :focus:visited {
  text-decoration: none;
  color: #1a171b !important;
}
.slider-type-2 .ls-inner .ls-wrapper h2 {
  font-size: 1.813em !important;
  font-weight: 700;
  color: #1a171b;
  padding-bottom: 10px !important;
  line-height: 1.25;
}
@media (max-width: 991px) {
  .slider-type-2 .ls-inner .ls-wrapper h2 {
    font-size: 1em !important;
  }
}
.slider-type-2 .ls-inner .ls-wrapper h3 {
  font-size: 1.313em !important;
  color: #1a171b !important;
}
@media (max-width: 991px) {
  .slider-type-2 .ls-inner .ls-wrapper h3 {
    font-size: 0.85em !important;
  }
}
.slider-type-2 .ls-wrapper.ls-z {
  width: 100% !important;
  height: 100% !important;
}
.slider-type-2 .ls-gui-element.ls-bottom-nav-wrapper {
  max-width: 1400px;
  text-align: left;
  z-index: 50;
  display: flex !important;
  justify-content: flex-start !important;
  top: auto !important;
  bottom: 160px !important;
  left: 0 !important;
  z-index: 101 !important;
}
@media (max-width: 1199px) {
  .slider-type-2 .ls-gui-element.ls-bottom-nav-wrapper {
    max-width: 100%;
    left: auto;
    right: 50px;
  }
}
@media (max-width: 991px) {
  .slider-type-2 .ls-gui-element.ls-bottom-nav-wrapper {
    justify-content: flex-end !important;
    top: -25px !important;
    height: 50px;
  }
}
.slider-type-2 .ls-v6.ls-container .ls-bottom-slidebuttons {
  margin-right: 25px !important;
  margin-left: 605px;
  margin-left: 37.813rem !important;
}
@media (max-width: 991px) {
  .slider-type-2 .ls-v6.ls-container .ls-bottom-slidebuttons {
    margin-left: 0 !important;
    margin-right: 15px !important;
  }
}
.slider-type-2 .ls-v6.ls-container .ls-bottom-slidebuttons a {
  background-color: #3d3d3f;
}
.slider-type-2 .ls-v6.ls-container .ls-bottom-slidebuttons a.ls-nav-active {
  background-color: #96bd0d !important;
}
@media (max-width: 991px) {
  .slider-type-2 .ls-v6.ls-container .ls-bottom-slidebuttons a {
    width: 7px !important;
    height: 7px !important;
  }
}
@media (max-width: 575px) {
  .slider-type-2 .ls-v6.ls-container .ls-bottom-slidebuttons a {
    width: 6px !important;
    height: 6px !important;
  }
}
.slider-type-2 .ls-gui-element.ls-bottom-nav-wrapper .ls-bottom-slidebuttons a {
  border: 2px solid #3d3d3f !important;
}
.slider-type-2
  .ls-gui-element.ls-bottom-nav-wrapper
  .ls-bottom-slidebuttons
  a.ls-nav-active {
  border: 2px solid #96bd0d !important;
}
.slider-type-2 .ls-slide-backgrounds {
  position: relative;
}
.slider-type-2 .ls-slide-backgrounds:before {
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
  bottom: 120px;
  background: rgba(255, 255, 255, 0.8) !important;
  content: "";
  z-index: 30;
  width: 700px;
  width: 43.75rem !important;
  left: calc(50% - 690px);
  margin-left: 0px;
  height: 320px;
  height: 20rem !important;
}
@media (max-width: 1399px) {
  .slider-type-2 .ls-slide-backgrounds:before {
    left: 15px;
  }
}
@media (max-width: 991px) {
  .slider-type-2 .ls-slide-backgrounds:before {
    width: calc(100% - 26px) !important;
    bottom: 0px !important;
    left: 13px;
    height: 240px !important;
  }
}
@media (max-width: 575px) {
  .slider-type-2 .ls-slide-backgrounds:before {
    max-width: calc(100% - 16px) !important;
    width: calc(100% - 16px) !important;
    left: 8px;
  }
}

.featured-image-no-slider {
  height: calc(100vh - 151px);
  position: relative;
}
.featured-image-no-slider.featured-image-absolute {
  position: absolute;
  z-index: -1;
  min-width: 100%;
}
.featured-image-no-slider .social-media-single-post {
  padding-left: 35px;
  display: flex;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .featured-image-no-slider .social-media-single-post {
    padding-left: 0;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 42px);
  }
}
.featured-image-no-slider .social-media-single-post a {
  display: inline-block;
  height: 58px;
  width: 58px;
}
.featured-image-no-slider .social-media-single-post a:first-child {
  margin-right: 11px;
}
.featured-image-no-slider .social-media-single-post a::last-child {
  margin-left: 0px;
}
@media (max-width: 1400px) {
  .featured-image-no-slider .social-media-single-post a {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 991px) {
  .featured-image-no-slider .social-media-single-post a {
    height: 30px;
    width: 30px;
  }
}
.featured-image-no-slider .social-media-single-post a:hover svg path {
  fill: #96bd0d;
}
.featured-image-no-slider .social-media-single-post a:hover svg rect {
  stroke: #96bd0d;
}
.featured-image-no-slider > img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.featured-image-no-slider .top-info-div {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  padding: 30px 85px;
  width: 1380px;
  left: calc(50% - 690px);
}
@media (max-width: 1399px) {
  .featured-image-no-slider .top-info-div {
    width: calc(100% - 30px);
    left: 15px;
  }
}
@media (max-width: 767px) {
  .featured-image-no-slider .top-info-div {
    width: calc(100% - 22px);
    left: 11px;
  }
}
@media (max-width: 575px) {
  .featured-image-no-slider .top-info-div {
    max-width: calc(100% - 16px);
    width: calc(100% - 16px);
    left: 8px;
  }
}
@media (max-width: 1400px) {
  .featured-image-no-slider .top-info-div {
    padding: 25px 40px;
  }
}
@media (max-width: 991px) {
  .featured-image-no-slider .top-info-div {
    padding: 25px 40px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .featured-image-no-slider .top-info-div {
    padding: 25px;
    padding-bottom: 60px;
  }
}
.featured-image-no-slider .top-info-div .post-type {
  font-size: 1.188em;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 0.035rem solid rgba(111, 112, 114, 0.8);
  color: #1a171b;
  line-height: 1;
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  .featured-image-no-slider .top-info-div .post-type {
    font-size: 0.65em;
  }
}
.featured-image-no-slider .top-info-div .post-title {
  font-size: 2.125em;
  font-weight: 700;
  color: #1a171b;
  padding-top: 20px;
  padding-bottom: 15px;
  max-width: 59.375rem;
}
@media (max-width: 1400px) {
  .featured-image-no-slider .top-info-div .post-title {
    font-size: 1.65em;
    padding-top: 16px;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .featured-image-no-slider .top-info-div .post-title {
    font-size: 1.15em;
  }
}
.featured-image-no-slider .top-info-div .post-title.post-title-konkurs {
  max-width: none;
}
.featured-image-no-slider .top-info-div .date-and-place {
  color: #3d3d3f;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1;
}
.featured-image-no-slider .top-info-div .date-and-place span {
  display: inline-block;
  padding: 0 5px;
  border-left: 1px solid #3d3d3f;
}
@media (max-width: 991px) {
  .featured-image-no-slider .top-info-div .date-and-place {
    font-size: 0.75em;
  }
}
.featured-image-no-slider .featured-image-video-play {
  position: absolute;
  width: 150px;
  height: 150px;
  top: calc(55% - (150px / 2));
  left: calc(50% - (150px / 2));
  background: url("../img/video_play_icon_homepage.svg");
}
@media (max-width: 1200px) {
  .featured-image-no-slider .featured-image-video-play {
    width: 100px;
    height: 100px;
    top: calc(55% - (100px / 2));
    left: calc(50% - (100px / 2));
    background: url("../img/video_play_icon_homepage.svg");
  }
}
@media (max-width: 767px) {
  .featured-image-no-slider .featured-image-video-play {
    width: 85px;
    height: 85px;
    top: calc(55% - (85px / 2));
    left: calc(50% - (85px / 2));
    background: url("../img/video_play_icon_homepage.svg");
  }
}
@media (max-height: 800px) and (min-width: 991px) {
  .featured-image-no-slider .featured-image-video-play {
    width: 100px;
    height: 100px;
    top: calc(65% - (100px / 2));
    left: calc(50% - (100px / 2));
    background: url("../img/video_play_icon_homepage.svg");
  }
}
.featured-image-no-slider .bottom-white-div {
  height: 60px;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  width: 1380px;
  left: calc(50% - 690px);
}
@media (max-width: 1399px) {
  .featured-image-no-slider .bottom-white-div {
    width: calc(100% - 30px);
    left: 15px;
  }
}
@media (max-width: 767px) {
  .featured-image-no-slider .bottom-white-div {
    width: calc(100% - 22px);
    left: 11px;
  }
}
@media (max-width: 575px) {
  .featured-image-no-slider .bottom-white-div {
    max-width: calc(100% - 16px);
    width: calc(100% - 16px);
    left: 8px;
  }
}
@media (max-width: 767px) {
  .featured-image-no-slider .bottom-white-div {
    height: 50px;
  }
}
.featured-image-no-slider h2 {
  font-size: 1.813em !important;
  font-weight: 700;
  color: #1a171b;
  padding-bottom: 10px !important;
  line-height: 1.25;
}
.featured-image-no-slider h3 {
  font-size: 1.313em !important;
  color: #1a171b !important;
}
.featured-image-no-slider h4 {
  display: inline-block !important;
  width: auto !important;
  font-size: 1.5em !important;
  font-weight: 700;
  color: #1a171b !important;
  text-transform: uppercase;
  padding-bottom: 7px !important;
  margin-bottom: 27px !important;
  border-bottom: 0.035rem solid rgba(111, 112, 114, 0.75);
}
.featured-image-no-slider h2,
.featured-image-no-slider h3,
.featured-image-no-slider h4 {
  font-family: Arial, Helvetica, sans-serif;
  height: auto !important;
  white-space: normal !important;
  width: calc(100% - 60px) !important;
  display: block !important;
  align-items: center !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.title-container-wrapper {
  width: 1380px;
  left: calc(50% - 690px);
  position: absolute;
  bottom: 170px;
}
@media (max-width: 1399px) {
  .title-container-wrapper {
    width: calc(100% - 30px);
    left: 15px;
  }
}
@media (max-width: 767px) {
  .title-container-wrapper {
    width: calc(100% - 22px);
    left: 11px;
  }
}
@media (max-width: 575px) {
  .title-container-wrapper {
    max-width: calc(100% - 16px);
    width: calc(100% - 16px);
    left: 8px;
  }
}
@media (max-width: 991px) {
  .title-container-wrapper {
    bottom: 0;
  }
}
.title-container-wrapper .title-container {
  font-family: "Arial Narrow", "Arial";
  background: rgba(255, 255, 255, 0.8);
  height: 270px;
  width: 589px;
  display: flex;
  align-items: center;
}
.title-container-wrapper .title-container.three-liner {
  height: 322px;
  width: 700px;
  display: block !important;
  padding: 20px 0 20px 20px;
}
@media (max-width: 1400px) {
  .title-container-wrapper .title-container {
    width: 530px;
    height: 243px;
  }
}
@media (max-width: 1200px) {
  .title-container-wrapper .title-container {
    width: 471px;
    height: 216px;
  }
}
@media (max-width: 991px) {
  .title-container-wrapper .title-container {
    max-width: 100%;
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .title-container-wrapper .title-container {
    height: 150px;
  }
}
.title-container-wrapper .title-container h1 {
  border-bottom: 0.035rem solid rgba(111, 112, 114, 0.8);
  text-transform: uppercase;
  margin-left: 23px;
  padding-bottom: 0;
  padding-right: 70px;
  font-size: 4.25em;
}
@media (max-width: 1400px) {
  .title-container-wrapper .title-container h1 {
    font-size: 4em;
  }
}
@media (max-width: 1200px) {
  .title-container-wrapper .title-container h1 {
    font-size: 3.75em;
  }
}
@media (max-width: 991px) {
  .title-container-wrapper .title-container h1 {
    font-size: 1.75em;
  }
}
.title-container-wrapper.archive .title-container {
  align-items: flex-start;
  padding: 30px 25px;
  height: auto;
  flex-direction: column;
  width: 42.5rem;
  font-family: "Arial";
}
.title-container-wrapper.archive .title-container h1 {
  font-size: 2.438em;
  text-transform: none;
  padding-bottom: 10px;
  border-bottom: 0.025rem solid rgba(111, 112, 114, 0.8);
  margin: 0;
  margin-bottom: 15px;
}
.title-container-wrapper.archive .title-container p {
  font-size: 1.25em;
  color: #3d3d3f;
}
@media (max-width: 991px) {
  .title-container-wrapper.archive .title-container p {
    font-size: 0.75em;
  }
}

@media (min-width: 992px) and (max-height: 650px) {
  .featured-image-no-slider {
    min-height: 600px;
  }
}

@media (min-width: 992px) and (max-height: 800px) {
  .title-container-wrapper.archive {
    bottom: 0;
  }
}

@media (max-width: 991px) {
  .foom-carousel .single-post-content,
  .foom-lightbox-carousel .single-post-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.foom-carousel .foom-carousel-1-item,
.foom-lightbox-carousel .foom-carousel-1-item {
  position: relative;
  text-align: center;
  margin: 10px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 255px;
}
@media (max-width: 1350px) {
  .foom-carousel .foom-carousel-1-item,
  .foom-lightbox-carousel .foom-carousel-1-item {
    height: 240px;
  }
}
.foom-carousel .foom-carousel-1-item a,
.foom-lightbox-carousel .foom-carousel-1-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.foom-carousel .foom-carousel-1-item .dvaesetpet-content,
.foom-lightbox-carousel .foom-carousel-1-item .dvaesetpet-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 30px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.foom-carousel .foom-carousel-1-item .dvaesetpet-content.grey-text-content,
.foom-lightbox-carousel
  .foom-carousel-1-item
  .dvaesetpet-content.grey-text-content {
  padding: 0;
}
.foom-carousel .foom-carousel-1-item .dvaesetpet-content h5,
.foom-lightbox-carousel .foom-carousel-1-item .dvaesetpet-content h5 {
  text-align: left;
  color: white;
  font-size: 1.675em;
  padding-bottom: 40px;
  margin-right: auto;
}
@media (max-width: 1300px) {
  .foom-carousel .foom-carousel-1-item .dvaesetpet-content h5,
  .foom-lightbox-carousel .foom-carousel-1-item .dvaesetpet-content h5 {
    font-size: 1.575em;
  }
}
@media (max-width: 991px) {
  .foom-carousel .foom-carousel-1-item .dvaesetpet-content h5,
  .foom-lightbox-carousel .foom-carousel-1-item .dvaesetpet-content h5 {
    font-size: 0.95em;
    padding-bottom: 30px;
  }
}
.foom-carousel .foom-carousel-1-item .dvaesetpet-content p,
.foom-lightbox-carousel .foom-carousel-1-item .dvaesetpet-content p {
  color: white;
  text-align: left;
  margin-bottom: auto !important;
  margin-top: auto !important;
  width: 100%;
}
.foom-carousel .foom-carousel-1-item .dvaesetpet-content .carousel-video-play,
.foom-lightbox-carousel
  .foom-carousel-1-item
  .dvaesetpet-content
  .carousel-video-play {
  position: static;
  width: 80px;
  height: 80px;
  background: url(../img/video_play_icon_homepage.svg);
}
@media (max-width: 1300px) {
  .foom-carousel .foom-carousel-1-item .dvaesetpet-content .carousel-video-play,
  .foom-lightbox-carousel
    .foom-carousel-1-item
    .dvaesetpet-content
    .carousel-video-play {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .foom-carousel .foom-carousel-1-item .dvaesetpet-content .carousel-video-play,
  .foom-lightbox-carousel
    .foom-carousel-1-item
    .dvaesetpet-content
    .carousel-video-play {
    width: 50px;
    height: 50px;
  }
}
.foom-carousel .foom-carousel-1-item .dvaesetpet-content p.paragraph-grey-bg,
.foom-lightbox-carousel
  .foom-carousel-1-item
  .dvaesetpet-content
  p.paragraph-grey-bg {
  font-size: 1.125em;
  background: rgba(255, 255, 255, 0.85);
  color: #3d3d3f;
  margin-bottom: 0 !important;
  margin-top: auto !important;
  padding: 15px 30px;
  width: 100%;
  min-height: 83px;
}
@media (max-width: 991px) {
  .foom-carousel .foom-carousel-1-item .dvaesetpet-content p.paragraph-grey-bg,
  .foom-lightbox-carousel
    .foom-carousel-1-item
    .dvaesetpet-content
    p.paragraph-grey-bg {
    font-size: 0.7em;
    min-height: 67px;
  }
}
.foom-carousel .foom-carousel-1-item.background-top,
.foom-lightbox-carousel .foom-carousel-1-item.background-top {
  background-position: top !important;
}

.foom-carousel .slick-prev,
.foom-lightbox-carousel .slick-prev {
  width: 0;
  height: 0;
  transform: rotate(-90deg);
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 22px solid #ffffff;
  z-index: 25;
  left: 10px;
  top: calc(50% - 16px);
}

.foom-carousel .slick-next,
.foom-lightbox-carousel .slick-next {
  width: 0;
  height: 0;
  transform: rotate(90deg);
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 22px solid #ffffff;
  z-index: 25;
  right: 10px;
  top: calc(50% - 16px);
}

.foom-lightbox-carousel {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(50vh - 350px);
  pointer-events: auto;
  z-index: 40;
}
@media (max-width: 991px) {
  .foom-lightbox-carousel {
    margin-top: calc(10vh);
  }
}
.foom-lightbox-carousel .slick-next {
  z-index: 105;
}
.foom-lightbox-carousel .slick-prev {
  z-index: 105;
}
.foom-lightbox-carousel .foom-carousel-1-item {
  height: 700px;
  width: 65%;
}
@media (max-width: 991px) {
  .foom-lightbox-carousel .foom-carousel-1-item {
    height: 80vh;
  }
}

.soros-content-container .foom-carousel-1 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .soros-content-container .foom-carousel-1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.lightbox-carousel {
  z-index: 45;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.69);
  max-width: none !important;
  display: none;
}
.lightbox-carousel .close_btn_fancy {
  color: #0f0f0f;
  width: 34px;
  height: 34px;
  border-radius: 62px;
  text-align: center;
  position: absolute;
  right: 11%;
  background-image: url(../img/close_btn_fancy.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10001;
  cursor: pointer;
}
.lightbox-carousel .foom-carousel-1-item {
  margin: 0px !important;
  border: 1px solid #3d3d3f;
}

.home .carousel-control-prev,
.home .carousel-control-next {
  max-height: 220px;
}

/**video lightbox***/
.bitsia_video_lightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(51, 49, 49, 0.69);
  background-color: rgba(0, 0, 0, 0.69);
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

.holder {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  height: 300px;
  position: relative;
}

.frame {
  width: 100%;
  height: 100%;
}

.frame1 {
  width: 100%;
  height: 100%;
  border: 0px;
}

.holder2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(251, 251, 251, 0);
  cursor: pointer;
}

.frame-holder {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #000;
  -webkit-box-shadow: 0px 10px 23px -6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 10px 23px -6px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 10px 23px -6px rgba(0, 0, 0, 0.6);
  position: relative;
}

.close_btn {
  cursor: pointer;
  color: #0f0f0f;
  width: 25px;
  height: 21px;
  background-color: #cac8c8;
  margin-top: 11px;
  border-radius: 62px;
  padding-top: 4px;
  text-align: center;
  float: right;
}

.close_btn_fancy {
  cursor: pointer;
  color: #0f0f0f;
  width: 34px;
  height: 34px;
  border-radius: 62px;
  text-align: center;
  position: absolute;
  right: -15px;
  top: -17px;
  background-image: url(../assets/close_btn_fancy.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10001;
}

.video_border {
  width: 75%;
  height: 80.5%;
  padding: 9px;
  margin: auto;
  margin-top: 6%;
}

@media (min-width: 991px) {
  .page-template-internships .video_border {
    width: 550px;
    height: 550px;
  }
}

@media (min-width: 1680px) {
  .page-template-internships .video_border {
    width: 850px;
    height: 850px;
  }
}

@media (min-width: 1680px) and (max-height: 900px) {
  .page-template-internships .video_border {
    width: 550px;
    height: 550px;
  }
}

@media (min-width: 1680px) and (max-height: 575px) {
  .page-template-internships .video_border {
    width: 350px;
    height: 350px;
  }
}

.bitsia_content_lightbox {
  width: 60%;
  height: 70.5%;
  padding: 9px;
  margin: auto;
  position: fixed;
  top: 15.25%;
  left: 20%;
  z-index: 10001;
}

@media (max-width: 550px) and (max-height: 750px) {
  .video_border {
    width: 90%;
    margin-top: 5%;
  }
}

@media (max-width: 750px) {
  .video_border {
    width: 90%;
    margin-top: 5%;
  }
}

@media (max-height: 420px) {
  .video_border {
    margin-top: 5%;
    height: 90%;
  }
}

#publication-form {
  background: #ececed;
  padding: 32px 25px;
  width: 100%;
  color: #1a171b;
  margin-left: 8px;
  margin-right: 8px;
}
@media (max-width: 991px) {
  #publication-form {
    margin-bottom: 7px;
  }
}
#publication-form .foom-radio-label-left {
  margin-right: 5px;
}
#publication-form label.hidden {
  visibility: hidden;
}
#publication-form label {
  margin-bottom: 3px;
  font-size: 0.875em;
  border: none;
  padding-left: 2px;
}
#publication-form .form-positioning {
  padding-right: 66px;
}

#publication-form select,
#publication-form #publication_key_word {
  width: 18.75rem;
  height: 2.188rem;
  padding-left: 10px;
  font-size: 0.938em;
  border: none;
}
@media (max-width: 991px) {
  #publication-form select,
  #publication-form #publication_key_word {
    font-size: 0.678em;
    width: 300px;
    height: 35px;
  }
}
@media (max-width: 420px) {
  #publication-form select,
  #publication-form #publication_key_word {
    font-size: 0.678em;
    width: 230px;
    height: 35px;
  }
}
#publication-form select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  position: relative;
  background: url("../img/foom_arrow_down.svg");
  background-position-x: 277px;
  background-size: 12px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-color: white;
}
#publication-form .foom-positioning:first-child {
  margin-right: 6px;
}
#publication-form .foom-radio-wrapper .foom-radio-label {
  background: white;
  width: 146px;
  height: 2.188rem;
  font-size: 0.875em;
  margin-bottom: 0;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  #publication-form .foom-radio-wrapper .foom-radio-label {
    font-size: 0.581em;
  }
}
#publication-form .foom-radio-wrapper input {
  display: none;
}
#publication-form .foom-radio-wrapper label.active {
  background: #6f7072;
  color: white;
}
#publication-form .btn {
  margin-top: 35px;
  width: 168px;
  height: 41px;
  background: #96bd0d;
  color: #ffffff;
  text-align: left;
  padding-left: 20px;
  font-weight: 700;
  font-size: 0.938em;
  border: none;
  border-radius: 0;
}
@media (max-width: 991px) {
  #publication-form .btn {
    font-size: 0.678em;
  }
}

:root {
  --select-border: #777;
  --select-focus: blue;
  --select-arrow: var(--select-border);
}

.reset-select p {
  color: #eee094;
  background-color: #111;
  cursor: pointer;
  line-height: 1.7;
  font-size: 0.9em;
}

select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 1em;
  cursor: pointer;
  line-height: 1;
  z-index: 1;
  outline: none;
}
select::-ms-expand {
  display: none;
}

.select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  min-width: 15ch;
  max-width: 28%;
  /* width: 100%; */
  border: 1px solid var(--select-border);
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  /* background-image: linear-gradient(to top, #f9f9f9, #fff 33%); */
}
/* #vid {
  margin-right: 0 !important;
} */
@media (max-width: 768px) {
  .select {
    max-width: 100%;
    width: 100%;
  }
}
.select select,
.select::after {
  grid-area: select;
}
.select:not(.select--multiple)::after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: var(--select-arrow);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(--select-focus);
  border-radius: inherit;
}

select[multiple] {
  padding-right: 0;
  /*
 * Safari will not reveal an option
 * unless the select height has room to 
 * show all of it
 * Firefox and Chrome allow showing 
 * a partial option
 */
  height: 6rem;
  /* 
 * Experimental - styling of selected options
 * in the multiselect
 * Not supported crossbrowser
 */
}
select[multiple] option {
  white-space: normal;
  outline-color: var(--select-focus);
}

.select--disabled {
  cursor: not-allowed;
  background-color: #eee;
  background-image: linear-gradient(to top, #ddd, #eee 33%);
}

label {
  font-size: 1.125rem;
  font-weight: 500;
}

.select + label {
  margin-top: 2rem;
}

/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.menu-foom_menu-container {
  width: 100%;
  position: relative;
}
.menu-foom_menu-container .static-menu {
  display: flex;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .menu-foom_menu-container .static-menu {
    flex-wrap: wrap;
    max-width: calc(100% - 35px);
    margin-bottom: -43px;
  }
}
@media (max-width: 767px) {
  .menu-foom_menu-container .static-menu {
    margin-bottom: -43px;
  }
}
@media (max-width: 650px) {
  .menu-foom_menu-container .static-menu {
    margin-bottom: -37px;
  }
}
@media (max-width: 575px) {
  .menu-foom_menu-container .static-menu {
    margin-bottom: -33px;
  }
}
.menu-foom_menu-container .static-menu li {
  display: inline-block;
  flex: 1;
  background-color: #ececed;
  line-height: 1;
  margin-left: 1.5px;
  margin-right: 1.5px;
  position: relative;
}
@media (max-width: 991px) {
  .menu-foom_menu-container .static-menu li {
    min-width: calc(25% - 2px);
    margin: 1px;
    height: 35px;
    z-index: 50;
    margin-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .menu-foom_menu-container .static-menu li {
    height: 35px;
  }
}
@media (max-width: 625px) {
  .menu-foom_menu-container .static-menu li {
    height: 30px;
  }
}
@media (max-width: 575px) {
  .menu-foom_menu-container .static-menu li {
    height: 25px;
  }
}
.menu-foom_menu-container .static-menu li:first-child {
  margin-left: 0;
}
@media (max-width: 991px) {
  .menu-foom_menu-container .static-menu li:nth-child(5) {
    margin-left: calc(25%);
  }
}
.menu-foom_menu-container .static-menu li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .menu-foom_menu-container .static-menu li:last-child {
    margin-right: 1px;
  }
}
@media (max-width: 991px) {
  .menu-foom_menu-container .static-menu li:nth-child(n + 5) {
    opacity: 0 !important;
    -webkit-transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    -ms-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
  }
  .menu-foom_menu-container .static-menu li:nth-child(n + 5).show {
    opacity: 1;
  }
}
.menu-foom_menu-container .static-menu li a {
  color: #3d3d3f;
  text-transform: uppercase;
  font-size: 1.063em;
  font-weight: 700;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 8px 12px;
}
.menu-foom_menu-container .static-menu li a:hover {
  text-decoration: none;
  background: #96bd0d;
  color: #fff;
}
@media (max-width: 1400px) {
  .menu-foom_menu-container .static-menu li a {
    font-size: 0.75em;
  }
}
@media (max-width: 1200px) {
  .menu-foom_menu-container .static-menu li a {
    padding: 8px;
  }
}
@media (max-width: 991px) {
  .menu-foom_menu-container .static-menu li a {
    font-size: 0.585em;
    padding: 4px 5px;
  }
}
@media (max-width: 575px) {
  .menu-foom_menu-container .static-menu li a {
    font-size: 0.525em;
  }
}
.menu-foom_menu-container .static-menu .menu-item-has-children .sub-menu {
  position: absolute;
  left: 0;
  padding: 0;
  width: 100%;
  margin-top: 6px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
  z-index: 50;
}
@media (max-width: 991px) {
  .menu-foom_menu-container .static-menu .menu-item-has-children .sub-menu {
    margin-top: 2px;
  }
}
.menu-foom_menu-container .static-menu .menu-item-has-children .sub-menu li {
  display: block;
  width: 100%;
  margin: 0;
  position: unset;
}
@media (max-width: 991px) {
  .menu-foom_menu-container .static-menu .menu-item-has-children .sub-menu li {
    height: auto;
  }
}
.menu-foom_menu-container .static-menu .menu-item-has-children .sub-menu li a {
  font-size: 0.775em;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .menu-foom_menu-container
    .static-menu
    .menu-item-has-children
    .sub-menu
    li
    a {
    font-size: 0.485em;
    line-height: 1.2;
  }
}
.menu-foom_menu-container .static-menu .menu-item-has-children:hover .sub-menu {
  max-height: 700px;
}
.menu-foom_menu-container .static-menu .menu-item-has-children::before {
  content: "";
  width: 12.5px;
  height: 9px;
  background-repeat: no-repeat;
  background: url("../img/menu_ddl_icon.svg");
  position: absolute;
  right: 15px;
  cursor: pointer;
  top: 24px;
  top: calc(50% - 4px);
}
@media (max-width: 991px) {
  .menu-foom_menu-container .static-menu .menu-item-has-children::before {
    width: 7px;
    height: 5px;
    top: calc(50% - 2.5px);
    right: 8px;
  }
}

.collapsible-menu-container {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.35s linear, opacity 0.35s ease-in-out;
  background-color: #3d3d3f;
}
@media (min-width: 767px) {
  .collapsible-menu-container {
    display: none;
  }
}
.collapsible-menu-container.menu-active {
  transform: translateY(0);
  opacity: 1;
}
.collapsible-menu-container .collapsible-menu {
  list-style: none;
  padding-left: 0;
  max-width: 1380px;
  margin: 0 auto;
  margin-bottom: 8px;
  width: 100%;
  background-color: #3d3d3f;
}
@media (max-width: 1399px) {
  .collapsible-menu-container .collapsible-menu {
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .collapsible-menu-container .collapsible-menu {
    max-width: calc(100% - 22px);
  }
}
@media (max-width: 575px) {
  .collapsible-menu-container .collapsible-menu {
    max-width: calc(100% - 16px);
  }
}
@media (max-width: 767px) {
  .collapsible-menu-container .collapsible-menu {
    margin-bottom: 11px;
  }
}
@media (max-width: 575px) {
  .collapsible-menu-container .collapsible-menu {
    margin-bottom: 8px;
  }
}
.collapsible-menu-container .collapsible-menu li {
  margin: 5px 0;
  background-color: #e2e3e4;
}
.collapsible-menu-container .collapsible-menu li:first-child {
  margin-top: 0;
}
.collapsible-menu-container .collapsible-menu li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .collapsible-menu-container .collapsible-menu li {
    min-height: 35px;
  }
}
@media (max-width: 625px) {
  .collapsible-menu-container .collapsible-menu li {
    min-height: 30px;
  }
}
@media (max-width: 575px) {
  .collapsible-menu-container .collapsible-menu li {
    min-height: 25px;
  }
}
.collapsible-menu-container .collapsible-menu li a {
  text-transform: uppercase;
  color: black;
  font-weight: 700;
  width: 100%;
  display: block;
  padding: 12px;
}
@media (max-width: 1400px) {
  .collapsible-menu-container .collapsible-menu li a {
    font-size: 0.75em;
  }
}
@media (max-width: 1200px) {
  .collapsible-menu-container .collapsible-menu li a {
    padding: 8px;
  }
}
@media (max-width: 991px) {
  .collapsible-menu-container .collapsible-menu li a {
    font-size: 0.585em;
    padding: 4px 5px;
  }
}
@media (max-width: 575px) {
  .collapsible-menu-container .collapsible-menu li a {
    font-size: 0.525em;
  }
}
.collapsible-menu-container
  .collapsible-menu
  li.menu-item-has-children
  .sub-menu {
  list-style: none;
  padding-left: 25px;
  padding-bottom: 10px;
}
.collapsible-menu-container
  .collapsible-menu
  li.menu-item-has-children
  .sub-menu
  li
  a {
  font-style: italic;
  font-weight: 400;
}

header {
  border-bottom: 3px solid #111;
}
header nav .logo-image {
  height: 70px;
}
@media (max-width: 1800px) {
  header nav .logo-image {
    height: 45px;
  }
}
@media (max-width: 1220px) {
  header nav .logo-image {
    height: 38px;
  }
}
@media (max-width: 576px) {
  header nav .logo-image {
    height: 32px;
  }
}
@media (max-width: 1800px) {
  header nav .navbar-nav {
    margin-top: 14px !important;
  }
}
header nav .navbar-nav .nav-item a {
  font-size: 1.125em;
  font-weight: 500;
  word-spacing: -5px;
  text-align: center;
}
header nav .navbar-nav .nav-item a:hover {
  color: #eb7f23;
}
header nav .navbar-nav {
  text-align: center;
}
@media (max-width: 1800px) {
  header nav .navbar-nav .nav-item a {
    font-size: 1em;
    margin-top: 16px !important;
  }
}
@media (max-width: 1800px) {
  header nav .navbar-nav .nav-item a {
    margin-top: 0px !important;
  }
}
@media (max-width: 1500px) {
  header nav .navbar-nav .nav-item a {
    font-size: 0.875em;
  }
}
@media (max-width: 1300px) {
  header nav .navbar-nav .nav-item a {
    font-size: 0.775em;
  }
}
@media (max-width: 1800px) {
  header nav .search-and-social {
    font-size: 1em;
    margin-top: 16px !important;
  }
}
@media (max-width: 1320px) {
  header nav .search-and-social {
    font-size: 0.875em;
  }
}
header nav .form-inline {
  position: relative;
}
header nav .form-inline .search-control {
  border: 0;
  border-bottom: 3px solid #111;
  border-right: 3px solid #111;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 1800px) {
  header nav .form-inline .search-control {
    padding: 2px 0;
    font-size: 13px;
    max-height: 27px;
    max-width: 157px;
  }
}
@media (max-width: 1320px) {
  header nav .form-inline .search-control {
    font-size: 12px;
    max-height: 27px;
    max-width: 147px;
  }
}
@media (max-width: 1320px) {
  header nav .form-inline .search-control {
    font-size: 12px;
    max-height: 27px;
    max-width: auto;
  }
}
input[type="search" i]::-webkit-search-cancel-button {
  display: none;
}
header nav .form-inline::after {
  content: "";
  position: absolute;
  height: 18px;
  width: 17px;
  top: 4px;
  right: 12px;
  background-image: url(../assets/images/search-icon.svg);
  background-size: contain;
}
header nav .lang-selector {
  position: relative;
  min-width: 35px;
  line-height: 24px;
  font-size: 1.25em;
  font-weight: 500;
  color: #efe095 !important;
  padding: 0 4px;
  text-transform: uppercase;
}
header nav .lang-selector .wrapper {
  position: absolute;
  background: #111;
  top: 0px;
  left: 0;
  z-index: 5;
}

header nav .lang-selector .wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 41px;
  background: #111;
  /* bottom: 0px; */
  left: 0;
  z-index: -1;
}
.show-lang-link {
  display: block;
}

header nav .lang-selector a:hover {
  color: inherit;
}
header nav .lang-selector a {
  display: none;
}
@media (max-width: 1198px) {
  header nav .lang-selector a {
    display: block;
  }
}

header nav .lang-selector a:first-of-type {
  display: block;
}

header nav .wrapper:hover a {
  display: block;
}

header nav .about-us-drop:hover,
header nav .programs-drop:hover,
header nav .e-lib-drop:hover {
  position: relative;
}

.navbar-nav span {
  display: none;
  transform: rotate(90deg);
  margin-left: 10px;
}

header nav .sub-menu span {
  display: none;
}
header nav .sub-menu {
  display: none;
  padding: 0;
  position: absolute;
  top: 28px;
  z-index: 5;
  background: white;
  max-width: 12rem;
  width: 300%;
  text-align: left;
  padding: 1rem;
  z-index: 10;
}

/* header nav .about-us-drop .sub-menu {
  max-width: 400%;
  width: 400%;
} */

header nav .sub-menu li {
  border-bottom: 1px solid black;
  width: 100%;
  font-size: 0.8rem;
  font-weight: bold;
}

/* header nav .about-us-drop .sub-menu:hover .sub-menu {
  background-color: #00a6e2;
  display: block;
} */
header nav .about-us-drop:hover .sub-menu,
header nav .programs-drop:hover .sub-menu,
header nav .e-lib-drop:hover .sub-menu {
  display: block;
}
header nav .sub-menu li {
  border-bottom: 2px solid black;
  width: 75%;
  font-size: 0.8rem;
  font-weight: bold;
}
header nav .sub-menu li a {
  word-spacing: 0px !important;
}
.show {
  display: block;
}
@media (max-width: 1198px) {
  header nav .about-us-drop .sub-menu,
  header nav .programs-drop .sub-menu,
  header nav .e-lib-drop .sub-menu {
    display: none;
    position: static;
    text-align: center;
    padding: 1rem;
    margin: 0 auto;
    padding-top: 0;
    max-width: 12rem;
    transform: translateX(-10px);
  }
  header nav .sub-menu li {
    border-bottom: 1px solid black;
    width: 100%;
    font-size: 0.8rem;
    font-weight: bold;
  }

  header nav .about-us-drop,
  header nav .programs-drop,
  header nav .e-lib-drop {
    margin-left: 20px;
  }

  header nav .about-us-drop span,
  header nav .programs-drop span,
  header nav .e-lib-drop span {
    display: inline-block;
  }
  header nav .sub-menu span {
    display: none;
  }
}
.navbar-light .navbar-toggler {
  color: #111;
  border: 0px;
}

#e-opstestvo {
  width: 100%;
  height: auto;
}

#meta-youtube {
  width: 100%;
  height: auto;
}

.follow_us_on {
  margin-left: 185px;
  margin-top: 8px;
}

.container > .row > .col-md-3 > a.mediumi_za_demokratija:hover {
  background: url("assets/images/image_1_hover") no-repeat;
}

hr {
  background-color: black;
}

p.privacy_policy {
  vertical-align: middle;
  text-align: center;
  margin-top: 60px;
}

@font-face {
  font-family: "NK_KOMBI_BROJEVI_2";
  src: url("../../fonts/NK_KOMBI_BROJEVI.OTF") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.invalid-form input::placeholder,
.invalid-form textarea::placeholder {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 1.063em;
  color: red;
}

a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
a:hover {
  text-decoration: none;
}

.img-kar {
  width: 100%;
}

.heading h2 {
  font-family: "NK_KOMBI_BROJEVI_2";
  font-size: 4.5em !important;
  color: #111;
  text-align: center;
  margin: 46px auto;
  letter-spacing: 4px;
}

.content-container {
  max-width: 1335px;
  margin: 0 auto;
  padding: 0 15px;
}
.content-container.condensed {
  max-width: 960px;
}
.content-container h2 {
  font-size: 1.813em;
  font-weight: 500;
}
.content-container h3 {
  font-size: 1.563em;
  font-weight: 500;
}

.hero {
  border-bottom: 3px solid #111;
}
.hero.hp img:nth-child(n + 2) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: opacity 1.1s ease-out;
}
.hero.hp img:nth-child(n + 2).active {
  opacity: 1;
  transition: opacity 1.1s ease-out;
}
.hero.hp .buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}
.hero.hp .buttons a {
  padding: 7px 20px;
  font-size: 1.563em;
  font-weight: 500;
  background-color: #111;
  color: #efe095;
  text-transform: uppercase;
}
.hero.hp .buttons a:hover {
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .hero.hp .buttons a {
    padding: 4px 12px;
    font-size: 1em;
  }
}

section.hp {
  font-size: 14px;
}

section.hp.programs .post-preview {
  position: relative;
  max-width: 25%;
  border: 0;
  border-top: 3px solid #111;
  border-left: 3px solid #111;
  border-bottom: 3px solid #111;
  padding-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  section.hp.programs .post-preview {
    max-width: 50%;
    width: 50%;
    border-bottom: 0px solid #111;
  }
  section.hp.programs .post-preview:nth-of-type(even) {
    border-right: 3px solid #111;
  }
  section.hp.programs .post-preview:nth-of-type(n + 3) {
    border-bottom: 3px solid #111;
  }
}
@media (max-width: 575.98px) {
  section.hp.programs .post-preview {
    max-width: 100%;
    width: 100%;
    border-bottom: 0px solid #111;
    border-right: 3px solid #111;
  }
  section.hp.programs .post-preview:nth-of-type(n + 3) {
    border-bottom: 3px solid #111;
  }
}
section.hp.programs .post-preview:last-of-type {
  border-right: 3px solid #111;
}
section.hp.programs .post-preview img {
  border-bottom: 3px solid #111;
}
section.hp.programs .post-preview h3 {
  margin-left: 30px;
  margin-top: -10px;
}
section.hp.programs .post-preview h3 span {
  color: #f9f0cd;
  padding-left: 5px;
  padding-right: 15px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
section.hp.programs .post-preview h3 span:last-of-type {
  padding-right: 25px;
}
@media (max-width: 1199.98px) {
  section.hp.programs .post-preview {
    font-size: 1em;
  }
}
section.hp.programs .post-preview h3.red span {
  background-color: #be1e2d;
}
section.hp.programs .post-preview h3.orange span {
  background-color: #eb7f23;
}
section.hp.programs .post-preview h3.brown span {
  background-color: #ad5c4a;
}
section.hp.programs .post-preview h3.green span {
  background-color: #52a29b;
}
section.hp.programs .post-preview h3.blue span {
  background-color: #1270b5;
}
section.hp.programs .post-preview .excerpt {
  position: absolute;
  top: -100%;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  color: #f9f0cd;
  transition: opacity 0.05s linear;
  font-size: 1.25em;
  cursor: pointer;
}
section.hp.programs .post-preview .excerpt.red {
  background-color: #be1e2d;
}
section.hp.programs .post-preview .excerpt.orange {
  background-color: #eb7f23;
}
section.hp.programs .post-preview .excerpt.brown {
  background-color: #ad5c4a;
}
section.hp.programs .post-preview .excerpt.green {
  background-color: #52a29b;
}
section.hp.programs .post-preview .excerpt.blue {
  background-color: #1270b5;
}
section.hp.programs .post-preview:hover .excerpt {
  top: 0;
  opacity: 1;
  transition: opacity 0.05s linear;
}

@media screen and (max-width: 1255px) {
  .d-none-xll {
    display: none !important;
  }
}

@media screen and (min-width: 1255px) {
  .d-none-xll-above {
    display: none !important;
  }
}

section.hp.latest h2 div:last-of-type {
  width: calc(25% - 12px);
}

section.hp.latest .latest-activities {
  max-width: calc(77.66% - 25px);
  height: 30rem;
}
@media screen and (max-width: 1255px) {
  section.hp.latest .latest-activities {
    max-width: 100%;
    height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  section.hp.latest .latest-activities {
    height: auto;
  }
}

section.hp.latest .copy {
  height: auto;
}
section.hp.latest .copy .big .img-holder {
  overflow: hidden;
  border-bottom: 3px solid #111;
}
@media screen and (min-width: 768px) {
  section.hp.latest .copy .big .img-holder {
    height: 50%;
  }
}
section.hp.latest .copy .big .img-holder img {
  min-height: 100%;
  border: none;
}
section.hp.latest .copy .post-double-preview .img-holder {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-bottom: 3px solid #111;
}
section.hp.latest .copy .post-double-preview .img-holder:first-of-type {
  order: 2;
}
section.hp.latest .copy .post-double-preview .img-holder img {
  border: none !important;
  height: auto !important;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  section.hp.latest .copy .post-double-preview .img-holder img {
    height: 100% !important;
    width: auto !important;
  }
}
@media screen and (min-width: 992px) {
  section.hp.latest .copy .post-double-preview .img-holder img {
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 992px) {
  section.hp.latest .copy .post-double-preview .img-holder {
    width: 100%;
    height: auto;
  }
  section.hp.latest .copy .post-double-preview .img-holder:first-of-type {
    order: 1;
  }
}
section.hp.latest .copy .post-double-preview .post-preview:first-of-type {
  margin-right: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  section.hp.latest .copy .post-double-preview .post-preview:first-of-type {
    margin-right: 15px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  section.hp.latest
    .copy
    .post-double-preview
    .post-preview:first-of-type
    .img-holder {
    border: none;
    border-left: 3px solid #111;
  }
}
section.hp.latest .copy .post-double-preview .post-preview:last-of-type img {
  border: none;
}
@media screen and (min-width: 992px) {
  section.hp.latest
    .copy
    .post-double-preview
    .post-preview:last-of-type
    .img-holder {
    border: none;
    border-right: 3px solid #111;
  }
}
@media screen and (min-width: 992px) {
  section.hp.latest .copy {
    height: 14rem;
  }
}
@media screen and (min-width: 1370px) {
  section.hp.latest .copy {
    height: 24rem;
  }
}
section.hp.latest .copy .post-double-preview {
  height: auto;
}
section.hp.latest .copy .post-double-preview .title {
  width: fit-content;
  width: max-content;
}

section.hp.latest .post-preview {
  max-width: calc(25% - 12px);
  margin-right: 15px;
  border: 3px solid #111;
}
@media (max-width: 575.98px) {
  section.hp.latest .post-preview {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
section.hp.latest .post-preview:last-of-type {
  border-right: 3px solid #111;
  margin-right: 0;
}
section.hp.latest .post-preview img {
  border-bottom: 3px solid #111;
}
section.hp.latest .post-preview.big {
  width: calc(54.45% - 12px);
  max-width: 100%;
}
@media (max-width: 767.98px) {
  section.hp.latest .post-preview.big {
    width: 100%;
  }
}

.post-container {
  font-size: 0.84em;
}

section.hp.latest .post-preview.big .img-holder {
  width: 100%;
  min-height: 10rem;
  height: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  border-bottom: 3px solid #111;
  background-position: center;
}

@media (max-width: 575px) {
  section.hp.latest .post-preview.big .img-holder {
    min-height: 20rem;
  }
}
section.hp.latest .post-preview div.title {
  max-width: 85%;
  color: #111;
  font-size: 1.438em;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 7px;
}
section.hp.latest .post-preview div.title:last-of-type {
  padding-right: 25px;
}
section.hp.latest .post-preview div.excerpt {
  color: #111;
  font-family: "Roboto";
  font-size: 1.063em;
  font-weight: normal;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 7px;
}
section.hp.latest .post-preview div.excerpt:last-of-type {
  padding-right: 25px;
}

section.hp.latest .post-double-preview {
  width: calc(72.1% - 12px);
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 1255px) {
  section.hp.latest .post-double-preview {
    width: calc(66.666% - 24px);
  }
}
@media (max-width: 767.98px) {
  section.hp.latest .post-double-preview {
    margin-top: 20px;
    width: 100%;
    height: 20rem;
  }
}
@media (max-width: 575.98px) {
  section.hp.latest .post-double-preview {
    height: 55rem;
  }
}
section.hp.latest .post-double-preview .post-preview {
  max-width: 100%;
  height: 50%;
  overflow: hidden;
}
section.hp.latest .post-double-preview .post-preview .img-holder {
  width: calc(50.1% + 2px);
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 991.98px) {
  section.hp.latest .post-double-preview .post-preview {
    height: 100%;
  }
}

@media screen and (max-width: 1255px) and (min-width: 992px) {
  section.hp.latest .post-double-preview .post-preview {
    margin-right: 0px !important;
  }
}
section.hp.latest .post-double-preview .post-preview:last-of-type {
  border-top: 0px solid #111;
  margin-right: 15px;
}
@media screen and (max-width: 1255px) {
  section.hp.latest .post-double-preview .post-preview:last-of-type {
    margin-right: 0px !important;
  }
}
@media (max-width: 991.98px) {
  section.hp.latest .post-double-preview .post-preview:last-of-type {
    border-top: 3px solid #111;
  }
}
section.hp.latest .post-double-preview .post-preview:last-of-type .img-holder {
  order: 1;
  /* border-right: 3px solid #111; */
  border-left: 0px solid #111;
  height: 100%;
}
@media (max-width: 991.98px) {
  section.hp.latest
    .post-double-preview
    .post-preview:last-of-type
    .img-holder {
    height: 50%;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  section.hp.latest
    .post-double-preview
    .post-preview:last-of-type
    .img-holder {
    height: 65%;
  }
}
section.hp.latest .post-double-preview .post-preview:last-of-type div.title {
  order: 2;
}
section.hp.latest .post-double-preview .post-preview .img-holder {
  order: 2;
  /* border-left: 3px solid #111; */
  border-bottom: 0px solid #111;
  height: 100%;
}
@media (max-width: 991.98px) {
  section.hp.latest .post-double-preview .post-preview .img-holder {
    order: 1;
    border-left: 0px solid #111;
    border-right: 0px solid #111 !important;
    border-bottom: 3px solid #111;
    margin-bottom: 20px;
    height: 50%;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  section.hp.latest .post-double-preview .post-preview .img-holder {
    height: 65%;
  }
}
section.hp.latest .post-double-preview .post-preview.big {
  width: calc(34.45% - 12px);
  max-width: 100%;
}
section.hp.latest .post-double-preview .post-preview div.title {
  order: 1;
  max-width: 85%;
  color: #111;
  font-size: 1.438em;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 7px;
  width: 50%;
}

@media (max-width: 991.98px) {
  section.hp.latest .post-double-preview .post-preview div.title {
    width: 100%;
    max-width: 100%;
  }
  section.hp.latest .post-double-preview .post-preview div.excerpt {
    font-size: 0.763em;
  }
}
section.hp.latest .post-double-preview .post-preview div.title:last-of-type {
  padding-right: 25px;
}
section.hp.latest .post-double-preview .post-preview div.excerpt {
  color: #111;
  font-size: 1.063em;
  font-weight: normal;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 7px;
}
@media (max-width: 1200px) {
  section.hp.latest .post-double-preview .post-preview div.excerpt {
    font-size: 0.763em;
  }
}
section.hp.latest .post-double-preview .post-preview div.excerpt:last-of-type {
  padding-right: 25px;
}

section.hp.latest .media {
  position: relative;
  border: 0 !important;
}
section.hp.latest .media .post-wrapper {
  display: block;
  position: relative;
  border-top: 3px solid #111;
  border-left: 0px solid #111;
  border-right: 0;
  padding: 10px 0;
}
section.hp.latest .media .post-wrapper .excerpt {
  margin: 0;
}
section.hp.latest .media .post-wrapper:hover {
  text-decoration: none;
  background-color: #efe095;
}
section.hp.latest .media .post-wrapper:last-of-type {
  border-bottom: 3px solid #111;
}
section.hp.latest .media .post-wrapper::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #111;
}

section.hp.latest .media .post-wrapper::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #111;
}

section.hp.latest .media .more {
  padding: 7px 20px;
  font-size: 1.003em;
  font-weight: 500;
  background-color: #111;
  color: #efe095;
}
section.hp.latest .media::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='5%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

section.hp.media {
  position: relative;
  border: 0 !important;
}
section.hp.media div.title {
  max-width: 85%;
  color: #111;
  font-size: 1.438em;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 7px;
}
section.hp.media div.title:last-of-type {
  padding-right: 25px;
}
section.hp.media div.excerpt {
  color: #111;
  font-family: "Roboto";
  font-size: 1.063em;
  font-weight: normal;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 7px;
}
section.hp.media div.excerpt:last-of-type {
  padding-right: 25px;
}
section.hp.media .post-wrapper {
  min-width: 25%;
  display: block;
  position: relative;
  border-top: 3px solid #111;
  border-left: 0px solid #111;
  border-right: 0;
  padding: 10px 0;
}
@media (max-width: 767.98px) {
  section.hp.media .post-wrapper:last-of-type {
    display: none;
  }
}
@media (max-width: 575.98px) {
  section.hp.media .post-wrapper:nth-child(n + 3) {
    display: none;
  }
}
section.hp.media .post-wrapper .excerpt {
  margin: 0;
}
section.hp.media .post-wrapper:hover {
  text-decoration: none;
  background-color: #efe095;
}
section.hp.media .post-wrapper::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #111;
}
section.hp.media .more {
  padding: 7px 20px;
  font-size: 1.003em;
  font-weight: 500;
  background-color: #111;
  color: #efe095;
}
section.hp.media .content-wrapper {
  position: relative;
}
section.hp.media .content-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 320px;
  height: 3px;
  bottom: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='2%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

section.hp.blog .post-preview {
  max-width: calc(25% - 12px);
  margin-right: 15px;
  width: 25%;
  border: 3px solid #111;
}
@media (max-width: 1199.98px) {
  section.hp.blog .post-preview {
    max-width: 50%;
    width: 50%;
    margin-right: 0px;
    border-right: 0px solid #111;
    border-bottom: 0px solid #111;
  }
  section.hp.blog .post-preview:nth-of-type(even) {
    border-right: 3px solid #111;
  }
  section.hp.blog .post-preview:nth-of-type(n + 3) {
    border-bottom: 3px solid #111;
  }
}
@media (max-width: 575.98px) {
  section.hp.blog .post-preview {
    max-width: 100%;
    width: 100%;
    border-bottom: 0px solid #111;
    border-right: 3px solid #111;
  }
  section.hp.blog .post-preview:nth-of-type(n + 3) {
    border-bottom: 3px solid #111;
  }
}
section.hp.blog .post-preview:last-of-type {
  border-right: 3px solid #111;
  margin-right: 0;
}
section.hp.blog .post-preview .img-wrapper {
  position: relative;
  overflow: hidden;
  height: 200px;
}
section.hp.blog .post-preview .img-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
section.hp.blog .post-preview:hover {
  text-decoration: none;
}
section.hp.blog .post-preview:hover .img-wrapper::after {
  /* background-color: rgba(190, 30, 45, 0.35); */
}
section.hp.blog .post-preview img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  section.hp.blog .post-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
section.hp.blog .post-preview div.title {
  max-width: 85%;
  color: #111;
  font-size: 1.438em;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 7px;
}
section.hp.blog .post-preview div.title:last-of-type {
  padding-right: 25px;
}

section.hp.blog .show-more {
  width: 20rem;
  height: 1.875rem;
  border-bottom: 2px dashed #111;
}
section.hp.blog .show-more div {
  color: #eee094;
  background-color: #111;
  width: 6.25rem;
  margin-bottom: -2px;
}
section.hp.blog .show-more div p {
  font-family: "IBM Plex Mono";
  font-weight: 600;
}

section.hp.supporters .logos {
  overflow: hidden;
}
section.hp.supporters .logos a img {
  max-height: 40px;
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  section.hp.supporters .logos a img {
    max-height: 20px;
  }
}
section.hp.supporters .logos a:last-of-type img {
  margin-right: 0;
}

section.footer-logos h2 {
  font-size: 1.125em;
  font-weight: 500;
}

section.footer-logos .footer-logo-container {
  /* border-top: 3px solid black; */
  min-height: 95px;
  overflow: hidden;
}
section.footer-logos .footer-logo-container a {
  padding-bottom: 10px;
}
section.footer-logos .footer-logo-container a img {
  margin-right: 20px;
  max-width: 190px;
  max-height: 90px;

  filter: grayscale(100%);
}
@media (max-width: 575.98px) {
  section.footer-logos .footer-logo-container a img {
    max-height: 45px;
  }
}
section.footer-logos .footer-logo-container a:last-of-type img {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  section.footer-logos .footer-logo-container a {
    min-width: 20%;
  }
}
@media screen and (max-width: 900px) {
  section.footer-logos .footer-logo-container a {
    min-width: 20%;
    width: 30%;
    text-align: center;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  section.footer-logos .footer-logo-container a {
    width: 50%;
  }
}

section.hero.single-news .featured-image {
  width: 100%;
  min-height: 430px;
  background-color: #091d69;
  background-size: 100%;
  background-position: center;
}
@media (max-width: 991.98px) {
  section.hero.single-news .featured-image {
    min-height: 330px;
  }
}
@media (max-width: 767.98px) {
  section.hero.single-news .featured-image {
    min-height: 280px;
  }
}

section.single-news-content {
  position: relative;
  background-color: #fff;
  color: #333333;
  max-width: 968px;
  margin-top: -100px;
}
section.single-news-content
  .content-container
  .meta-wrapper
  div:nth-of-type(1) {
  border-right: 1px solid #091d69;
  padding-right: 10px;
  font-size: 0.875em;
}
section.single-news-content
  .content-container
  .meta-wrapper
  div:nth-of-type(2) {
  padding-left: 10px;
  font-size: 0.875em;
  font-weight: 500;
}
section.single-news-content
  .content-container
  .meta-wrapper
  div:nth-of-type(2)
  img {
  display: inline-block;
  width: 22px;
  border-radius: 22px;
  margin-top: -3px;
}
section.single-news-content .content-container .content h1 {
  color: #091d69;
  font-size: 2.813em;
  font-weight: bold;
  max-width: 90%;
}
section.single-news-content .content-container .content h2 {
  color: #091d69;
  max-width: 90%;
  font-size: 1.5em;
  font-weight: 500;
  margin: 8px auto 8px auto;
}
section.single-news-content .content-container .content .has-large-font-size {
  color: #091d69;
}
section.single-news-content .content-container .content p {
  max-width: 90%;
  margin: 8px auto 8px auto;
  line-height: 28px;
}
section.single-news-content .content-container .content ul {
  max-width: 90%;
  margin: 8px auto 8px auto;
  line-height: 28px;
}
section.single-news-content .content-container .content a {
  color: #007dc5;
  text-decoration: underline;
}
section.single-news-content .content-container .content img {
  width: 100%;
  margin: 60px auto 60px auto;
}
section.single-news-content.solving-shortages .content-container .content > p,
section.single-news-content.solving-shortages
  .content-container
  .content
  .has-large-font-size {
  font-size: 1.5em !important;
}
section.single-news-content.solving-shortages
  .content-container
  .content
  .has-large-font-size {
  margin-top: 60px;
}
section.single-news-content.solving-shortages
  .content-container
  .content
  .wp-block-media-text__content
  p {
  font-size: 1.125em;
  font-weight: 500;
}
section.single-news-content.solving-shortages
  .content-container
  .content
  .wp-block-media-text__content
  ol {
  font-size: 1.125em;
  list-style: none;
  counter-reset: li;
  margin-left: 20px;
}
section.single-news-content.solving-shortages
  .content-container
  .content
  .wp-block-media-text__content
  ol
  li {
  counter-increment: li;
}
section.single-news-content.solving-shortages
  .content-container
  .content
  .wp-block-media-text__content
  ol
  li::before {
  content: counter(li);
  color: #091d69;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: 700;
}
section.single-news-content.solving-shortages
  .content-container
  .content
  .wp-block-media-text__media
  img {
  height: auto;
}
@media (max-width: 768px) {
  section.single-news-content.solving-shortages
    .content-container
    .content
    .wp-block-media-text,
  section.single-news-content.solving-shortages
    .content-container
    .content
    .wp-block-media-text__media,
  section.single-news-content.solving-shortages
    .content-container
    .content
    .wp-block-media-text__content {
    display: block;
  }
  section.single-news-content.solving-shortages
    .content-container
    .content
    .wp-block-media-text
    img,
  section.single-news-content.solving-shortages
    .content-container
    .content
    .wp-block-media-text
    .has-large-font-size,
  section.single-news-content.solving-shortages
    .content-container
    .content
    .wp-block-media-text__media
    img,
  section.single-news-content.solving-shortages
    .content-container
    .content
    .wp-block-media-text__media
    .has-large-font-size,
  section.single-news-content.solving-shortages
    .content-container
    .content
    .wp-block-media-text__content
    img,
  section.single-news-content.solving-shortages
    .content-container
    .content
    .wp-block-media-text__content
    .has-large-font-size {
    margin-top: 30px;
  }
}

section.trainings.image-text-block .wrapper {
  border: 3px solid #111;
}
section.trainings.image-text-block .wrapper > div {
  width: 50%;
}
section.trainings.image-text-block .wrapper.reverse > div:nth-of-type(0) {
  order: 2;
}
section.trainings.image-text-block .wrapper.reverse > div:nth-of-type(1) {
  order: 1;
}
@media (max-width: 1199.98px) {
  section.trainings.image-text-block .wrapper > div {
    width: 100%;
  }
  section.trainings.image-text-block .wrapper > div:nth-of-type(0) {
    order: 2;
  }
  section.trainings.image-text-block .wrapper > div:nth-of-type(1) {
    order: 1;
  }
}
section.trainings.image-text-block .wrapper .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}
section.trainings.image-text-block .wrapper .content h2 {
  font-size: 1.563em;
  color: #111;
  margin-bottom: 20px;
  text-transform: uppercase;
}
section.trainings.image-text-block .wrapper .content h2.green {
  color: #f9f0cd;
  background-color: #4a7c83;
}
section.trainings.image-text-block .wrapper .content h2.orange {
  color: #f9f0cd;
  background-color: #eb7e23;
}
section.trainings.image-text-block .wrapper .content h2.red {
  color: #f9f0cd;
  background-color: #d92126;
}
section.trainings.image-text-block .wrapper .content .description {
  font-family: "IBM Plex Mono";
  font-weight: 600;
  font-size: 1em;
}
section.trainings.image-text-block .wrapper .buttons a {
  display: block;
  background-color: #efe095;
  font-size: 0.963em;
  font-family: "Roboto";
  color: #111;
  padding: 3px 46px;
  border-top: 3px solid #111;
}

section.elib.types .post-preview {
  position: relative;
  max-width: 33.333%;
  border: 0;
  border-top: 3px solid #111;
  border-left: 3px solid #111;
  border-bottom: 3px solid #111;
  padding-bottom: 50px;
  overflow: hidden;
}
section.elib.types .post-preview.active.red {
  background-color: #f79973;
}
section.elib.types .post-preview.active.orange {
  background-color: #fdc882;
}
section.elib.types .post-preview.active.brown {
  background-color: #ad5c4a;
}
section.elib.types .post-preview.active.green {
  background-color: #99d1a4;
}
section.elib.types .post-preview.active.blue {
  background-color: #1270b5;
}
@media (max-width: 1199.98px) {
  section.elib.types .post-preview {
    max-width: 50%;
    width: 50%;
    border-bottom: 0px solid #111;
  }
  section.elib.types .post-preview:nth-of-type(even) {
    border-right: 3px solid #111;
  }
  section.elib.types .post-preview:nth-of-type(n + 2) {
    border-bottom: 3px solid #111;
  }
  section.elib.types .post-preview:nth-of-type(n + 3) {
    border-bottom: 3px solid #111;
  }
}
@media (max-width: 575.98px) {
  section.elib.types .post-preview {
    max-width: 100%;
    width: 100%;
    border-bottom: 0px solid #111;
    border-right: 3px solid #111;
  }
  section.elib.types .post-preview:nth-of-type(n + 2) {
    border-bottom: 0;
  }
  section.elib.types .post-preview:nth-of-type(n + 3) {
    border-bottom: 3px solid #111;
  }
}
section.elib.types .post-preview:last-of-type {
  border-right: 3px solid #111;
}
section.elib.types .post-preview img {
  border-bottom: 3px solid #111;
  height: 100%;
}
section.elib.types .post-preview h3 {
  margin-left: 30px;
  margin-top: -10px;
}
section.elib.types .post-preview h3 span {
  color: #f9f0cd;
  padding-left: 5px;
  padding-right: 15px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
section.elib.types .post-preview h3 span:last-of-type {
  padding-right: 25px;
}
@media (max-width: 1199.98px) {
  section.elib.types .post-preview {
    font-size: 1em;
  }
}
section.elib.types .post-preview h3.red span {
  background-color: #be1e2d;
}
section.elib.types .post-preview h3.orange span {
  background-color: #eb7f23;
}
section.elib.types .post-preview h3.brown span {
  background-color: #ad5c4a;
}
section.elib.types .post-preview h3.green span {
  background-color: #52a29b;
}
section.elib.types .post-preview h3.blue span {
  background-color: #1270b5;
}
section.elib.types .post-preview .excerpt {
  position: absolute;
  top: -100%;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  color: #f9f0cd;
  transition: opacity 0.05s linear;
  font-size: 1.25em;
  cursor: pointer;
}
section.elib.types .post-preview .excerpt.red {
  background-color: #be1e2d;
}
section.elib.types .post-preview .excerpt.orange {
  background-color: #eb7f23;
}
section.elib.types .post-preview .excerpt.brown {
  background-color: #ad5c4a;
}
section.elib.types .post-preview .excerpt.green {
  background-color: #52a29b;
}
section.elib.types .post-preview .excerpt.blue {
  background-color: #1270b5;
}
/* section.elib.types .post-preview:hover .excerpt {
  top: 0;
  opacity: 1;
  transition: opacity 0.05s linear;
} */

.e-library-articles a {
  text-decoration: none;
  color: inherit;
}

.e-library-articles h2 {
  font-family: "IBM Plex Mono";
  font-weight: 500;
  font-size: 1.563em;
  background-color: #ea7e23;
  text-transform: uppercase;
  color: #f8efcc;
}

.e-library-articles .articles-list-item {
  border: 4px solid #111;
  border-left: 0;
  border-right: 0;
  min-height: 16.563rem;
  max-width: 31%;
  width: 100%;
  background-color: #fdc882;
  overflow: hidden;
  position: relative;
}
@media (max-width: 990px) {
  .e-library-articles .articles-list-item {
    max-width: 47%;
  }
}
@media (max-width: 768px) {
  .e-library-articles .articles-list-item {
    max-width: 60%;
  }
}
@media (max-width: 567px) {
  .e-library-articles .articles-list-item {
    max-width: 100%;
  }
}
.e-library-articles .articles-list-item div {
  width: 100%;
}
.e-library-articles .articles-list-item div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: white;
}
.e-library-articles .articles-list-item div h4 {
  font-family: "IBM Plex Mono";
  font-weight: bold;
  font-size: 1.313em;
}
.e-library-articles .articles-list-item div p {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 0.938em;
}
.e-library-articles .articles-list-item .desc {
  text-transform: uppercase;
  font-family: "IBM Plex Mono";
  font-weight: 500;
  font-size: 1.125em;
  background-color: #ea7e23;
  color: #f8efcc;
  width: fit-content;
  width: max-content;
  z-index: 1;
}

.e-library-articles .articles-list-item:hover img {
  display: none;
}

.dropdowns-container select {
  padding-left: 38px;
  /* margin-right: 48px; */
  padding-right: 38px;
  /* margin: 0; */
  height: 100%;
}

.dropdowns-container select:hover {
  background: linear-gradient(90deg, #e0e0e0 81%, rgba(224, 224, 224, 0) 0%);
}

.dropdowns-container option {
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 500;
  font-size: 0.75em;
  border-bottom: 2px solid #111;
  background-color: #e0e0e0;
}

.dropdowns-container option:hover {
  background-color: #d82126;
}

.dropdowns-container .select {
  border-radius: 0;
  min-width: auto;
  max-width: auto;
  min-width: 13.625rem;
  height: 2.188rem;
  padding: 0;
  margin: 0;
  border: 2px solid #111;
}

.dropdowns-container .select:hover {
  background-color: #e0e0e0;
}

.dropdowns-container .select::after {
  position: absolute;
  top: 50%;
  width: 1.1rem;
  height: 0.6rem;
  background-color: #eee094;
  transform: translate(-50%, -50%);
}

.dropdowns-container .select::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2.5rem;
  background-color: #000000;
  border-left: 2px solid #111;
}

/* .dropdowns-container .data-select select {
  padding-left: 65px;
} */

.dropdowns-container .data-select::before {
  background-color: #4a7c83;
}

/* .dropdowns-container .programi-select select {
  padding-left: 38px;
  margin-right: 48px;
} */

.dropdowns-container .programi-select::before {
  background-color: #d82126;
}

/* .dropdowns-container .godini-select select {
  padding-left: 53px;
} */

.dropdowns-container .godini-select::before {
  background-color: #4a7c83;
}

/* .dropdowns-container .vid-select select {
  padding-left: 65px;
} */

.dropdowns-container .vid-select::before {
  background-color: #5e7c49;
}

/* .dropdowns-container .proekti-select select {
  padding-left: 47px;
} */

.dropdowns-container .proekti-select::before {
  background-color: #eb7e23;
}

@media (max-width: 991.98px) {
  #about-btn a {
    padding: 4px 12px;
    font-size: 1em;
  }
}

@media (max-width: 920px) {
  .bubble-header h2 {
    font-size: 3.3em !important;
  }
}
@media (max-width: 600px) {
  .bubble-header h2 {
    font-size: 1.5em !important;
  }
}

section.cant-do-it-alone .bck-color-wrapper {
  background-color: #efe095;
}

@media (max-width: 991.98px) {
  section.cant-do-it-alone .wrapper .supporter-wrapper {
    flex-direction: column;
  }
}

section.cant-do-it-alone .wrapper .supporter {
  position: relative;
  min-width: 33%;
  min-height: 8.938rem;
}
@media (max-width: 920px) {
  section.cant-do-it-alone .wrapper .supporter {
    flex-direction: column;
    align-items: center !important;
  }
}
section.cant-do-it-alone .wrapper .supporter > div,
section.cant-do-it-alone .wrapper .supporter > img {
  z-index: 1;
}
section.cant-do-it-alone .wrapper .supporter > div {
  min-width: 160px;
  margin-left: 20px;
  margin-right: 20px;
  color: #f9f0cd;
  background-color: #1270b5;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.563em;
  font-weight: 500;
}
@media (max-width: 1100px) {
  section.cant-do-it-alone .wrapper .supporter > div {
    font-size: 1.125em;
    min-width: 120px;
  }
}
@media (max-width: 920px) {
  section.cant-do-it-alone .wrapper .supporter > div {
    font-size: 1.125em;
    min-width: 120px;
    order: 2;
  }
}
section.cant-do-it-alone .wrapper .supporter.donors > div {
  background-color: #4a7c83;
}
section.cant-do-it-alone .wrapper .supporter.partners > div {
  background-color: #d92126;
}
section.cant-do-it-alone .wrapper .supporter.networks > div {
  background-color: #5e7c4a;
}
section.cant-do-it-alone .wrapper .supporter > .img {
  margin-right: 20px;
  margin-bottom: 12px;
  width: 92px;
}
@media (max-width: 1100px) {
  section.cant-do-it-alone .wrapper .supporter > .img {
    width: 82px;
  }
}
@media (max-width: 920px) {
  section.cant-do-it-alone .wrapper .supporter > .img {
    width: 82px;
    height: 82px;
    margin-right: 0;
  }
}
section.cant-do-it-alone .wrapper .supporter > .img img {
  max-width: 100%;
}
section.cant-do-it-alone .wrapper .supporter::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 3px;
  background-color: #111;
  bottom: 30px;
  z-index: 0;
}

section.cant-do-it-alone h2 {
  font-family: "IBM Plex Mono";
  font-weight: bold;
  font-size: 3.625em;
  color: #111;
}
@media (max-width: 1100px) {
  section.cant-do-it-alone h2 {
    font-size: 3em;
  }
}
@media (max-width: 920px) {
  section.cant-do-it-alone h2 {
    font-size: 2em;
  }
}

section.about-us.team .member {
  max-width: calc(25% - 20px);
  height: 350px;
  width: 100%;
  margin: 10px;
  position: relative;
}
@media (max-width: 1199.98px) {
  section.about-us.team .member {
    max-width: calc(33.33% - 20px);
  }
}
@media (max-width: 991.98px) {
  section.about-us.team .member {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 767.98px) {
  section.about-us.team .member {
    width: calc(100% - 20px);
    max-width: 380px;
    margin: 20px auto;
  }
}
section.about-us.team .member .img-holder {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
}
section.about-us.team .member:hover .img-holder {
  filter: grayscale(0%);
}
section.about-us.team .member .info {
  position: absolute;
  bottom: 0;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
  padding: 0 16px 0 16px;
  min-height: 82px;
}
section.about-us.team .member .info .name {
  font-size: 1.188em;
  font-weight: 500;
  color: #111;
  text-transform: uppercase;
}
section.about-us.team .member .info .title {
  font-size: 0.75em;
  font-weight: 500;
  color: #111;
  line-height: 1;
}
section.about-us.team .member .info.hover {
  opacity: 0;
  width: auto;
  background-color: transparent;
}
section.about-us.team .member:hover .img-holder {
  filter: grayscale(0%);
}
section.about-us.team .member:hover .info {
  opacity: 0;
  width: 100%;
}
section.about-us.team .member:hover .info.hover {
  opacity: 1;
  width: auto;
  background-color: transparent;
  padding-left: 0px;
  padding-bottom: 0px;
}
section.about-us.team .member:hover .info.hover .name {
  font-size: 1.188em;
  font-weight: 500;
  color: #f9f0cd;
  text-transform: uppercase;
}
section.about-us.team .member:hover .info.hover .name > div {
  margin-bottom: 7px;
}
section.about-us.team .member:hover .info.hover .name > div > div {
  background-color: #eb7f23;
  padding-left: 16px;
  padding-right: 20px;
}
section.about-us.team .member:hover .info.hover .title {
  max-width: 205px;
  font-size: 0.75em;
  font-weight: 500;
  color: #111;
  background-color: #efdb90;
  padding-left: 16px;
  padding-right: 20px;
  line-height: 1.4;
}

section.about-us.team.board .member {
  max-width: calc(33.33% - 20px);
}
@media (max-width: 991.98px) {
  section.about-us.team.board .member {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 767.98px) {
  section.about-us.team.board .member {
    width: calc(100% - 20px);
    max-width: 380px;
    margin: 20px auto;
  }
}

main.main-container {
  color: black;
}
main.main-container ul {
  list-style: none;
}
main.main-container img {
  max-width: 100% !important;
}
main.main-container .main-img-container {
  width: 100%;
  height: 30rem;
  overflow: hidden;
  border: 3px solid #111;
  border-width: 0px 4px 4px 4px;
  background-image: url("../../assets/images/blog-page/main-img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
main.main-container .text-container {
  max-width: 60rem;
  width: 100%;
}

main.main-container .text-container img {
  max-width: 100% !important;
  height: auto;
}
/* main iframe {
  height: 1500px;
} */

main.main-container .text-container h1 {
  font-family: "IBM Plex Mono";
  font-weight: bold;
  font-size: 1.875em;
}
main.main-container .text-container h5 {
  margin-bottom: 10px;
}
main.main-container .text-container p {
  font-family: "Roboto Slab";
  font-weight: 400;
  font-size: 1.125em;
}
main.main-container .text-container .img-holder {
  width: 100%;
}
main.main-container .text-container .img-holder img {
  width: 100%;
}
main.main-container .tag-footer {
  width: 100%;
  min-height: 3.313rem;
  border: 3px solid #111;
  border-width: 1px 1px 4px 1px;
  font-family: "IBM Plex Mono";
  font-weight: 500;
}
main.main-container .tag-footer div:nth-child(1) {
  font-size: 1.313em;
  min-height: 3.313rem;
  height: 100%;
  width: 6.75rem;
  border-right: 1px solid #111;
}
main.main-container .tag-footer div:nth-child(1) p {
  font-family: "IBM Plex Mono";
  font-weight: 500;
}
main.main-container .tag-footer ul li {
  color: white;
  padding: 0 0.313rem;
  background-color: #eb7f23;
  font-size: 1.063em;
}
main.main-container .blog-list {
  width: 100%;
}
main.main-container .blog-list a {
  color: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
}
main.main-container .blog-list h2 {
  font-size: 2.25em;
  font-family: "IBM Plex Mono";
  font-weight: bold;
}
main.main-container .blog-list .blog-list-item .item-img {
  min-width: 300px;
  max-width: 333px;
  height: 197px;
  border: 2px solid #111;
  overflow: hidden;
}
main.main-container .blog-list .blog-list-item .item-img img {
  width: 100%;
}
main.main-container .blog-list .blog-list-item .item-content h6 {
  font-size: 1.5em;
  font-family: "IBM Plex Mono";
  font-weight: bold;
}
main.main-container .blog-list .blog-list-item .item-content .date {
  font-size: 0.875em;
  background-color: #efe095;
  width: fit-content;
  width: max-content;
}
main.main-container .blog-list .blog-list-item .item-content .text {
  font-size: 0.938em;
}
main.main-container .blog-list .blog-list-item .item-content p {
  font-family: "Roboto";
  font-weight: 400;
}
main.main-container .blog-list .show-more {
  width: 20rem;
  height: 1.875rem;
  border-bottom: 2px dashed #111;
}
main.main-container .blog-list .show-more div {
  color: #eee094;
  background-color: #111;
  width: 6.25rem;
  margin-bottom: -2px;
}
main.main-container .blog-list .show-more div p {
  font-family: "IBM Plex Mono";
  font-weight: 600;
}
/* main.main-container .dropdowns-container select {
  padding: 0;
  margin: 0;
  height: 100%;
}
main.main-container .dropdowns-container select:hover {
  background: linear-gradient(90deg, #e0e0e0 81%, rgba(224, 224, 224, 0) 0%);
}
main.main-container .dropdowns-container option {
  font-family: "IBM Plex Mono";
  font-weight: 500;
  font-size: 0.75em;
  border-bottom: 2px solid #111;
  background-color: #e0e0e0;
}
main.main-container .dropdowns-container option:hover {
  background-color: #d82126;
}
main.main-container .dropdowns-container .select {
  border-radius: 0;
  min-width: auto;
  max-width: auto;
  width: 13.625rem;
  height: 2.188rem;
  padding: 0;
  margin: 0;
  border: 2px solid #111;
}
main.main-container .dropdowns-container .select::after {
  position: absolute;
  top: 50%;
  width: 1.1rem;
  height: 0.6rem;
  background-color: #eee094;
  transform: translate(-50%, -50%);
}
main.main-container .dropdowns-container .select::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2.5rem;
  background-color: #000000;
  border-left: 2px solid #111;
} */
/* main.main-container .dropdowns-container .data-select select {
  padding-left: 65px;
}
main.main-container .dropdowns-container .programi-select select {
  padding-left: 35px;
} */
/* main.main-container .dropdowns-container .data-select::before {
  background-color: #4a7c83;
}
main.main-container .dropdowns-container .programi-select::before {
  background-color: #d82126;
} */
main.main-container .links-container div {
  height: 7rem;
}
main.main-container .author-container {
  width: 15.875rem;
}
main.main-container .author-container .author {
  height: 12.875rem;
  position: relative;
}
main.main-container .author-container .author .img-container {
  width: 12.875rem;
  height: 12.875rem;
  overflow: hidden;
  border: 4px solid #111;
}
main.main-container .author-container .author .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.main-container .author-container .author div {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.219em;
  font-family: "IBM Plex Mono";
  font-weight: 500;
  color: white;
}
main.main-container .author-container .author div p {
  text-transform: uppercase;
  background-color: #eb7e23;
  width: fit-content;
  width: max-content;
}
main.main-container .author-container .ocupation span {
  font-family: "IBM Plex Mono";
  font-weight: 500;
  font-size: 0.75em;
  background-color: #efe095;
}
main.main-container .author-container .related span {
  background-color: #efe095;
  font-family: "IBM Plex Mono";
  font-weight: 500;
  font-size: 1.038em;
  color: black;
  background-color: #b9cbc1;
}
main.main-container .author-container .related li:hover span {
  background-color: #4a7c82;
  cursor: pointer;
  color: white;
}

@media (max-width: 1440px) {
  main.main-container .main-img-container {
    max-height: 15rem;
  }
}

@media (max-width: 992px) {
  main.main-container .text-container h1 {
    font-size: 1.6em;
  }
}

@media (max-width: 767.98px) {
  main.main-container .tag-footer div:nth-child(1) {
    border: none;
    border-bottom: 1px solid #111;
    width: 100%;
  }
  main.main-container .text-container h1 {
    font-size: 1.525em;
  }
}

@media (max-width: 575px) {
  main.main-container .text-container h1 {
    font-size: 1.325em;
  }
}

#map-contact .map-container {
  height: 344px;
}
#map-contact .map-container iframe {
  width: 100% !important;
  height: 100% !important;
}

#info-contact .info-item {
  border: 4px solid #111;
  max-width: 38.563rem;
  width: 100%;
  min-height: 19.5rem;
}

#info-contact .info-container h2 {
  font-family: "IBM Plex Mono";
  font-weight: bold;
  font-size: 1.75em;
  text-transform: uppercase;
  color: #ef7c00;
}

#info-contact .info-container p {
  font-family: "IBM Plex Mono";
  font-weight: 400;
  font-size: 1.188em;
  color: #111;
}

#info-contact .form-container {
  background-color: #efe095;
}
#info-contact .form-container input[type="text"] {
  background-color: white;
  border: none;
  border-bottom: 4px solid #111;
  height: 2.5em;
  font-family: "Roboto";
  font-weight: 400;
  outline: none;
}
#info-contact .form-container textarea {
  background-color: transparent;
  height: 100%;
  font-family: "Roboto";
  font-weight: 400;
  border: none;
  outline: none;
}
#info-contact .form-container input::placeholder,
#info-contact .form-container textarea::placeholder {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 1.063em;
  color: #b3b3b3;
}
#info-contact .form-container textarea::placeholder {
  color: white;
}

#info-contact button {
  background-color: #4a7c83;
  color: #efe095;
  font-size: 1.5em;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "IBM Plex Mono";
  font-weight: 500;
  line-height: 1.2;
}

#e-soc .banner {
  margin-top: -4px;
}

#e-soc .banner-2 {
  border: 3px solid #111;
  border-width: 2px 4px 4px 4px;
  min-height: 28.125rem;
}

#e-soc .txt-container {
  border-right: 3px solid #111;
  color: #111;
}
#e-soc .txt-container h4 {
  font-size: 1.625em;
  font-family: "IBM Plex Mono";
  font-weight: bold;
}
#e-soc .txt-container p {
  font-size: 0.875em;
  font-family: "Roboto";
  font-weight: 400;
}

#e-soc .img-container {
  overflow: hidden;
  min-height: 18.75rem;
  background-image: url("../../assets/images/code.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#e-soc .img-container img {
  height: 100%;
  object-fit: contain;
}

#e-soc .conference {
  overflow: hidden;
}

#e-soc .conf-item {
  cursor: pointer;
  max-width: 19.913rem;
  width: 19.913rem;
  min-height: 8.625rem;
  position: relative;
  border-bottom: 4px solid #111;
  margin-bottom: 10px;
}
#e-soc .conf-item div {
  z-index: 1;
}
#e-soc .conf-item h4 {
  color: white;
  font-family: "IBM Plex Mono";
  font-weight: 500;
  font-size: 1.875em;
  width: fit-content;
  width: max-content;
}
#e-soc .conf-item h4:nth-child(1) {
  background-color: #eb7e23;
}
#e-soc .conf-item .hor {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 17.625rem;
  height: 4px;
  background-color: black;
  margin: 0 auto;
  z-index: 0;
}
#e-soc .conf-item h4:nth-child(2) {
  background-color: #111;
}

#e-soc .conf-item::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%);
  width: 500%;
  height: 4px;
  background-color: #111;
}

#e-soc .hidden {
  display: none;
}

#e-soc .conf-item:hover {
  background-color: transparent !important;
  border: none;
  border: 4px solid #111;
}
#e-soc .conf-item:hover div {
  display: none;
}
#e-soc .conf-item:hover .hidden {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0.938em;
  font-family: "IBM Plex Mono";
  font-weight: 700;
  color: black;
}

@media (max-width: 992px) {
  #e-soc .txt-container {
    border: 0;
    border-bottom: 3px solid #111;
  }
}

@media (max-width: 579px) {
  #e-soc .banner {
    margin-top: 0px;
    border: 4px solid #111;
    border-bottom: 0px;
  }
}

#mediumski-proekti .mediumski-proekti-wrapper {
  overflow: hidden;
}

#mediumski-proekti .mediumski-proekti-item {
  position: relative;
  min-width: 23.188rem;
  width: 33.33%;
  border-right: 2px solid #111;
  margin-top: 30px;
}

#mediumski-proekti .mediumski-proekti-item:hover {
  background-color: #f9f4ce;
}

#mediumski-proekti .mediumski-proekti-item:nth-child(3n + 3) {
  border-right: 0;
}

#mediumski-proekti .img-holder {
  position: relative;
  border-bottom: 4px solid #111;
  height: 10rem;
  overflow: hidden;
  background-color: white;
}

#mediumski-proekti .mediumski-proekti-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #111;
  left: 0;
  bottom: 0px;
  z-index: 2;
}

#mediumski-proekti .mediumski-proekti-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #111;
  left: 0;
  top: 0px;
  z-index: 2;
}

#mediumski-proekti .mediumski-proekti-item:last-of-type::after {
  width: calc(100% + 2px);
}

#mediumski-proekti .text-holder {
  font-family: "Roboto";
  min-height: 18.125rem;
  overflow: hidden;
}
#mediumski-proekti .text-holder h3 {
  font-weight: 500;
  font-size: 1.438em;
  color: #eb7e23;
  text-transform: uppercase;
}
#mediumski-proekti .text-holder p {
  font-weight: 500;
  font-size: 0.938em;
  color: #111;
}

@media (max-width: 1200px) {
  #mediumski-proekti .mediumski-proekti-item {
    max-width: 50%;
    width: 100%;
  }
  #mediumski-proekti .mediumski-proekti-item:nth-child(3n + 3) {
    border-right: 2px solid #111;
  }
  #mediumski-proekti .mediumski-proekti-item:nth-child(even) {
    border-right: 0;
  }
}

@media (max-width: 1200px) and (max-width: 780px) {
  #mediumski-proekti .mediumski-proekti-item {
    min-width: 100%;
    border: 0;
  }
  #mediumski-proekti .mediumski-proekti-item:nth-child(3n + 3) {
    border-right: 0;
  }
  #mediumski-proekti .mediumski-proekti-item:nth-child(even) {
    border-right: 0;
  }
  #mediumski-proekti .mediumski-proekti-item:nth-last-of-type(2) {
    border-bottom: 0;
  }
}

#mediumski-proekti-article h1 {
  font-family: "IBM Plex Mono";
  font-weight: bold;
  font-size: 2em;
  color: #111;
  width: 70%;
}

#mediumski-proekti-article .info-tags {
  border-top: 2px solid #111;
  border-bottom: 4px solid #111;
  min-height: 2.563rem;
}
#mediumski-proekti-article .info-tags .info,
#mediumski-proekti-article .info-tags .tags {
  min-width: 50%;
  width: 100%;
  height: 100%;
}
#mediumski-proekti-article .info-tags a {
  text-decoration: none;
  color: inherit;
}
#mediumski-proekti-article .info-tags li {
  list-style-type: none;
  font-family: "IBM Plex Mono";
  font-weight: 500;
  font-size: 1.038em;
  background-color: #f7e82e;
}
#mediumski-proekti-article .info-tags li:hover {
  background-color: #eb7f23;
  color: white;
}
#mediumski-proekti-article .info-tags .prezemanja:hover {
  background-color: #f7e82e;
  color: inherit;
}
#mediumski-proekti-article .info-tags .info p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1em;
  background-color: #efe095;
  width: fit-content;
  width: max-content;
}

#mediumski-proekti-article .article .article-img-holder {
  float: left;
  width: 50%;
  height: auto;
  margin: 0 20px 20px 0;
}

#mediumski-proekti-article .article p {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1.188em;
  color: #111;
}
#mediumski-proekti-article .article img {
max-width: 100%;
height: auto;
}
#mediumski-proekti-article .article a {
  position: relative;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #fcdebe 100%, transparent 0%);
  background-position: 0 1.03em;
  background-repeat: repeat-x;
  background-size: 2px 6px;
}
#mediumski-proekti-article .article a:hover {
  background-color: #fcdebe;
  color: inherit;
}
#mediumski-proekti-article .article li {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1.188em;
  color: #111;
}
#mediumski-proekti-article .mediumski-proekti .mediumski-proekti-wrapper {
  overflow: hidden;
}

#mediumski-proekti-article .mediumski-proekti .mediumski-proekti-item {
  position: relative;
  min-width: 23.188rem;
  width: 33.33%;
  border-right: 2px solid #111;
  margin-top: 30px;
}

#mediumski-proekti-article .mediumski-proekti .mediumski-proekti-item:hover {
  background-color: #f9f4ce;
}

#mediumski-proekti-article
  .mediumski-proekti
  .mediumski-proekti-item:nth-child(3n + 3) {
  border-right: 0;
}

#mediumski-proekti-article .mediumski-proekti .img-holder {
  position: relative;
  border-bottom: 4px solid #111;
  height: 16rem;
  overflow: hidden;
  background-color: white;
}

#mediumski-proekti-article .img-holder img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}

#mediumski-proekti-article .mediumski-proekti .mediumski-proekti-item::after {
  position: absolute;
  content: "";
  width: 101%;
  height: 4px;
  background-color: #111;
  left: 0;
  bottom: -4px;
  z-index: 2;
}

#mediumski-proekti-article .mediumski-proekti .mediumski-proekti-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #111;
  left: 0;
  top: 0px;
  z-index: 2;
}

#mediumski-proekti-article
  .mediumski-proekti
  .mediumski-proekti-item:last-of-type::after {
  width: calc(100% + 2px);
}

#mediumski-proekti-article .mediumski-proekti .text-holder {
  font-family: "Roboto";
  min-height: 18.125rem;
  overflow: hidden;
}
#mediumski-proekti-article .mediumski-proekti .text-holder h3 {
  font-weight: 500;
  font-size: 1.438em;
  color: #eb7e23;
  text-transform: uppercase;
}
#mediumski-proekti-article .mediumski-proekti .text-holder p {
  font-weight: 500;
  font-size: 0.938em;
  color: #111;
}

#mediumski-proekti-article .show-more {
  width: 20rem;
  height: 1.875rem;
  border-bottom: 2px dashed #111;
}
#mediumski-proekti-article .show-more div {
  color: #eee094;
  background-color: #111;
  width: 6.25rem;
  margin-bottom: -2px;
  cursor: pointer;
  line-height: 1.9;
}
#mediumski-proekti-article .show-more div p {
  font-family: "IBM Plex Mono";
  font-weight: 600;
}

@media (max-width: 1200px) {
  #mediumski-proekti-article .mediumski-proekti .mediumski-proekti-item {
    max-width: 50%;
    width: 100%;
  }
  #mediumski-proekti-article
    .mediumski-proekti
    .mediumski-proekti-item:nth-child(3n + 3) {
    border-right: 2px solid #111;
  }
  #mediumski-proekti-article
    .mediumski-proekti
    .mediumski-proekti-item:nth-child(even) {
    border-right: 0;
  }
  #mediumski-proekti-article .img-holder {
    height: 20rem;
  }
}

@media (max-width: 768px) {
  #mediumski-proekti-article .img-holder {
    height: 30rem;
  }
}
@media (max-width: 552px) {
  #mediumski-proekti-article .img-holder {
    height: 20rem;
  }
}

@media (max-width: 780px) {
  #mediumski-proekti-article h1 {
    font-size: 1.8em;
    width: 100%;
  }
  #mediumski-proekti-article .article {
    width: 100%;
  }
  #mediumski-proekti-article .mediumski-proekti .mediumski-proekti-item {
    min-width: 100%;
    border: 0;
  }
  #mediumski-proekti-article
    .mediumski-proekti
    .mediumski-proekti-item:nth-child(3n + 3) {
    border-right: 0;
  }
  #mediumski-proekti-article
    .mediumski-proekti
    .mediumski-proekti-item:nth-child(even) {
    border-right: 0;
  }
  #mediumski-proekti-article
    .mediumski-proekti
    .mediumski-proekti-item:nth-last-of-type(2) {
    border-bottom: 0;
  }
}

@media (max-width: 600px) {
  #mediumski-proekti-article h1 {
    font-size: 1.4em;
  }
  #mediumski-proekti-article .article {
    width: 100%;
  }
}

#misija-vizija .bck-red {
  background-color: #be1e2d;
}

#misija-vizija .bck-orange {
  background-color: #eb7e23;
}

#misija-vizija .bck-cyan {
  background-color: #52a29b;
}

#misija-vizija .bck-blue {
  background-color: #1270b5;
}

#misija-vizija .banner {
  border: none;
  border-bottom: 4px solid #111;
}
#misija-vizija .banner .img-holder img {
  width: 100%;
}

#misija-vizija .content {
  max-width: 68.75rem;
  width: 57%;
  color: #111;
}
#misija-vizija .content h4 {
  font-family: "IBM Plex Mono";
  font-weight: bold;
  font-size: 1.813em;
  text-transform: uppercase;
}
#misija-vizija .content p {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1.188em;
}
#misija-vizija .content .link-list-item {
  max-width: 38.438rem;
  border-bottom: 2px solid #111;
}
#misija-vizija .content .link-list-item .img-container {
  width: 9.125rem;
}
#misija-vizija .content .link-list-item .img-container img {
  width: 100%;
}
#misija-vizija .content .link-list-item h5 {
  color: white;
  font-family: "IBM Plex Mono";
  font-weight: 500;
  font-size: 1.363em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: -0.5rem;
  width: fit-content;
  width: max-content;
  max-width: 440px;
}

@media (max-width: 1200px) {
  #misija-vizija .content {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  #misija-vizija .content {
    width: 100%;
  }
  #misija-vizija .content h4 {
    font-size: 1.5em;
  }
  #misija-vizija .content p {
    font-size: 1em;
  }
  #misija-vizija .content .link-list-item {
    max-width: 100%;
  }
  #misija-vizija .content .link-list-item .img-container {
    max-width: 100%;
    width: 50%;
    align-self: center;
  }
  #misija-vizija .content .link-list-item div:last-of-type {
    width: 100%;
  }
}

@media (max-width: 576px) {
  #misija-vizija .banner {
    overflow: hidden;
    height: 390px;
  }
  #misija-vizija .banner .img-holder {
    align-self: flex-end;
  }
  #misija-vizija .content .link-list-item h5 {
    width: 100%;
  }
  #misija-vizija .content .link-list-item .img-container {
    width: 100%;
  }
}

#programi .blue {
  background-color: #00a6e2;
}

#programi .orange {
  background-color: #ffa400;
}

#programi .brick-red {
  background-color: #eb622e;
}

#programi .indigo {
  background-color: #2f00ae;
}

#programi h2 {
  font-size: 1.613em;
  font-weight: 500;
}

#programi .banner {
  border: 4px solid #111;
  border-top: 0;
}
#programi .banner h1 {
  font-family: "IBM Plex Mono";
  font-weight: 500;
  font-size: 2em;
  color: #f9f0cd;
}
#programi .banner span {
  background-color: #52a29b;
  width: fit-content;
  width: max-content;
}
#programi .banner p {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1.02em;
  line-height: 1.3;
}
#programi .banner .text-container,
#programi .banner .img-container {
  min-width: 50%;
  width: 100%;
  min-height: 34.125rem;
}
#programi .banner .img-container {
  background-image: url("../../assets/images/programs/elementi-za-web-edukacija-za-inovacii-nova-slika-kaj-Programi - Copy.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

#programi .proekti h2 {
  margin-bottom: -2rem;
  font-family: "IBM Plex Mono";
  font-weight: 500;
  font-size: 1.813em;
}

#programi .nn {
  overflow: hidden;
}

#programi .proekti-wrapper {
  width: 25%;
}
#programi .proekti-wrapper .proekti-item {
  border: 4px solid #111;
  border-right: 0;
  height: 17.5rem;
  cursor: pointer;
}
#programi .proekti-wrapper .proekti-item:hover .item-front {
  display: none;
}
#programi .proekti-wrapper .proekti-item:hover .item-back {
  display: flex;
}
#programi .proekti-wrapper .item-front div:nth-child(1) {
  border-bottom: 4px solid #111;
  height: 12.188rem;
}
#programi .proekti-wrapper .item-front div:nth-child(1) img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#programi .proekti-wrapper .item-front div:nth-child(2) {
  position: relative;
}
#programi .proekti-wrapper .item-front div:nth-child(2) p {
  position: absolute;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "IBM Plex Mono";
  font-weight: 400;
  font-size: 1.563em;
  color: white;
  line-height: 1.2;
}

#programi .modified-title {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "IBM Plex Mono";
  font-weight: 400;
  font-size: 1.063em !important;
  color: white;
  line-height: 1.2;
}

#programi .proekti-wrapper .item-front div:nth-child(2) span {
  width: fit-content;
  width: max-content;
}
#programi .proekti-wrapper .item-back {
  display: none;
  height: 100%;
  color: white;
  font-family: "IBM Plex Mono";
  font-weight: 500;
  font-size: 1.188em;
}

#programi .proekti-wrapper:last-of-type .proekti-item {
  border: 4px solid #111;
}

#programi .proekti-wrapper:last-of-type .proekti-list-item {
  padding-right: 0 !important;
}

#programi .proekti-wrapper:last-of-type .btn-container {
  padding-right: 0 !important;
}

/* #programi .proekti-wrapper:nth-child(4n) .proekti-item {
  border-right: 4px solid #111;
} */

#programi .proekti-wrapper:nth-child(4n) .btn-container {
  padding-right: 0 !important;
}

#programi .proekti-list-item {
  position: relative;
  min-width: 20.313rem;
  height: 8.5rem;
  border-bottom: 4px solid #111;
}
#programi .proekti-list-item .text-holder {
  width: 12.5rem;
  color: white;
  font-family: "IBM Plex Mono";
  font-weight: 300;
  font-size: 1.02em;
  line-height: 1.3;
}
#programi .proekti-list-item .img-container {
  flex-grow: 1;
  height: 100%;
  overflow: hidden;
}
#programi .proekti-list-item .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#programi .proekti-list-item::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 4px;
  background-color: #111;
}

#programi .btn-container button {
  border: none;
  outline: none;
  background-color: #111;
  line-height: 1.2;
  color: #efe095;
  font-family: "IBM Plex Mono";
  font-weight: 500;
  font-size: 1.063em;
}

#programi .bottom-banner {
  background-color: #f9f0cd;
  min-height: 8.438rem;
}
/* #programi .bottom-banner .img-container {
  min-width: 6.25em;
  max-width: 20%;
} */
#programi .bottom-banner img {
  padding: 1rem;
  min-width: 6.25em;
  max-width: 13.25rem;
  max-height: 5.25rem;
  /* width: 9%; */
  /* height: 100%; */
  object-fit: contain;
}

#programi .proekti-list-item:hover .img-container {
  background-image: url("../../assets/images/programs/event-img-1.png");
  background-blend-mode: multiply;
}

#programi .proekti-list-item .img-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

#programi
  .proekti-wrapper:nth-child(1)
  .proekti-list-item:nth-child(1)
  .img-container {
  background-image: url("../../assets/images/programs/event-img-1.png");
}

#programi
  .proekti-wrapper:nth-child(1)
  .proekti-list-item:nth-child(2)
  .img-container {
  background-image: url("../../assets/images/programs/event-img-4.png");
}

#programi
  .proekti-wrapper:nth-child(1)
  .proekti-list-item:nth-child(3)
  .img-container {
  background-image: url("../../assets/images/programs/event-img-10.png");
}

#programi
  .proekti-wrapper:nth-child(2)
  .proekti-list-item:nth-child(1)
  .img-container {
  background-image: url("../../assets/images/programs/event-img-2.png");
}

#programi
  .proekti-wrapper:nth-child(2)
  .proekti-list-item:nth-child(2)
  .img-container {
  background-image: url("../../assets/images/programs/event-img-5.png");
}

#programi
  .proekti-wrapper:nth-child(2)
  .proekti-list-item:nth-child(3)
  .img-container {
  background-image: url("../../assets/images/programs/event-img-9.png");
}

#programi
  .proekti-wrapper:nth-child(3)
  .proekti-list-item:nth-child(1)
  .img-container {
  background-image: url("../../assets/images/programs/event-img-1.png");
}

#programi
  .proekti-wrapper:nth-child(3)
  .proekti-list-item:nth-child(2)
  .img-container {
  background-image: url("../../assets/images/programs/event-img-4.png");
}

#programi
  .proekti-wrapper:nth-child(3)
  .proekti-list-item:nth-child(3)
  .img-container {
  background-image: url("../../assets/images/programs/event-img-10.png");
}

#programi
  .proekti-wrapper:nth-child(4)
  .proekti-list-item:nth-child(1)
  .img-container {
  background-image: url("../../assets/images/programs/event-img-3.png");
}

#programi
  .proekti-wrapper:nth-child(4)
  .proekti-list-item:nth-child(2)
  .img-container {
  background-image: url("../../assets/images/programs/event-img-7.png");
}

#programi
  .proekti-wrapper:nth-child(4)
  .proekti-list-item:nth-child(3)
  .img-container {
  background-image: url("../../assets/images/programs/event-img-11.png");
}

#programi
  .proekti-wrapper:nth-child(5)
  .proekti-list-item:nth-child(1)
  .img-container {
  background-image: url("../../assets/images/programs/event-img-1.png");
}

#programi
  .proekti-wrapper:nth-child(5)
  .proekti-list-item:nth-child(2)
  .img-container {
  background-image: url("../../assets/images/programs/event-img-2.png");
}

#programi
  .proekti-wrapper:nth-child(5)
  .proekti-list-item:nth-child(3)
  .img-container {
  background-image: url("../../assets/images/programs/event-img-3.png");
}

#programi
  .proekti-wrapper:nth-child(6)
  .proekti-list-item:nth-child(1)
  .img-container {
  background-image: url("../../assets/images/programs/event-img-4.png");
}

#programi
  .proekti-wrapper:nth-child(6)
  .proekti-list-item:nth-child(2)
  .img-container {
  background-image: url("../../assets/images/programs/event-img-5.png");
}

#programi
  .proekti-wrapper:nth-child(6)
  .proekti-list-item:nth-child(3)
  .img-container {
  background-image: url("../../assets/images/programs/event-img-6.png");
}

#programi
  .proekti-wrapper:nth-child(7)
  .proekti-list-item:nth-child(1)
  .img-container {
  background-image: url("../../assets/images/programs/event-img-1.png");
}

#programi
  .proekti-wrapper:nth-child(7)
  .proekti-list-item:nth-child(2)
  .img-container {
  background-image: url("../../assets/images/programs/event-img-7.png");
}

#programi
  .proekti-wrapper:nth-child(7)
  .proekti-list-item:nth-child(3)
  .img-container {
  background-image: url("../../assets/images/programs/event-img-8.png");
}

@media only screen and (max-width: 1300px) {
  #programi .nn {
    justify-content: space-between !important;
  }
  #programi .proekti-wrapper {
    min-width: 49%;
  }
  #programi .proekti-wrapper .btn-container {
    padding-right: 0 !important;
  }
  #programi .proekti-wrapper .proekti-item {
    border: 4px solid #111;
  }
  #programi .proekti-list-item::after {
    display: none;
  }
  #programi .proekti-list-item {
    padding: 0 !important;
  }
  #programi .proekti-list-item .text-holder {
    width: 50%;
  }
}

@media only screen and (max-width: 992px) {
  #programi .proekti-list-item {
    min-width: auto;
  }
  #programi .proekti-list-item .text-holder {
    font-size: 0.82em;
  }
}

@media only screen and (max-width: 700px) {
  #programi .proekti-wrapper {
    min-width: 100%;
  }
  #programi .bottom-banner {
    background-color: #f9f0cd;
    min-height: 8.438rem;
  }
  #programi .bottom-banner .img-container {
    max-width: 5.25em;
  }
  #programi .banner .img-container {
    background-position: left bottom;
    min-height: 24.825rem;
  }
}

#najnovi-aktivnosti a {
  text-decoration: none;
  color: inherit;
}

#najnovi-aktivnosti p,
#najnovi-aktivnosti li {
  color: #111;
}

#najnovi-aktivnosti .title-wrapper .main-title {
  min-height: 12rem;
}
#najnovi-aktivnosti .title-wrapper .main-title h1 {
  font-family: "IBM Plex Mono";
  font-weight: bold;
  font-size: 2.325em;
  color: #111;
}

#najnovi-aktivnosti .title-wrapper .date {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1em;
}
#najnovi-aktivnosti .title-wrapper .date span {
  background-color: #efe095;
}

#najnovi-aktivnosti .title-wrapper .tag-list {
  max-width: 17.25rem;
  width: 100%;
  font-family: "IBM Plex Mono";
  font-weight: 500;
  font-size: 1.031em;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  #najnovi-aktivnosti .title-wrapper .tag-list {
    max-width: 100%;
  }
}
#najnovi-aktivnosti .title-wrapper .tag-list span {
  background-color: #f9c188;
}
#najnovi-aktivnosti .title-wrapper .tag-list p:hover span {
  background-color: #eb7e23;
  color: white;
}

#najnovi-aktivnosti .title-wrapper .tag-list a:nth-child(2) {
  text-transform: none;
}

#najnovi-aktivnosti .content {
  border-top: 4px solid #111;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1.188em;
}
#najnovi-aktivnosti .content .main-content {
  max-width: 60.313rem;
  width: 95%;
}
/* #najnovi-aktivnosti .content iframe {
  max-width: 90%;
  height: auto;
} */
#najnovi-aktivnosti .content .main-content img {
  width: 100%;
  max-width: 100vw;
  height: auto;
}
#najnovi-aktivnosti .content .main-content a {
  position: relative;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #fcdebe 100%, transparent 0%);
  background-position: 0 1.03em;
  background-repeat: repeat-x;
  background-size: 2px 6px;
}
#najnovi-aktivnosti .content .main-content a:hover {
  background-color: #fcdebe;
}
#najnovi-aktivnosti .content .side-content {
  max-width: 17.25rem;
  width: 100%;
}
#najnovi-aktivnosti .content .side-content .main-activity .img-holder {
  width: 100%;
  border-bottom: 4px solid #111;
}
#najnovi-aktivnosti .content .side-content .main-activity .img-holder img {
  width: 100%;
}
#najnovi-aktivnosti .content .side-content .main-activity h4 {
  font-family: "IBM Plex Mono";
  font-weight: bold;
  font-size: 1.2em;
}
#najnovi-aktivnosti .content .side-content .main-activity h4:last-of-type {
  color: orange;
}
#najnovi-aktivnosti .content .side-content .main-activity p {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1em;
}
#najnovi-aktivnosti .content .side-content .main-activity > div:first-of-type {
  border: 4px solid #111;
  border-top: 0;
}
#najnovi-aktivnosti .content .side-content .other-activities {
  font-family: "IBM Plex Mono";
  font-weight: bold;
}
#najnovi-aktivnosti .content .side-content .other-activities h4 {
  font-size: 1.5em;
  color: #111;
  font-weight: bold;
}
#najnovi-aktivnosti .content .side-content .other-activities P {
  font-size: 0.9em;
}
#najnovi-aktivnosti
  .content
  .side-content
  .other-activities
  a:first-of-type
  .activity-item {
  border-top: 4px solid #111;
}
#najnovi-aktivnosti .content .side-content .other-activities .activity-item {
  position: relative;
  border-bottom: 2px solid #111;
}
#najnovi-aktivnosti
  .content
  .side-content
  .other-activities
  .activity-item:hover {
  background-color: #f9f4ce;
}
#najnovi-aktivnosti
  .content
  .side-content
  .other-activities
  .activity-item:before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 3px;
  height: 100%;
  background-color: #111;
}
#najnovi-aktivnosti .content .side-content .btn-container button {
  border: none;
  outline: none;
  background-color: #111;
  line-height: 1.2;
  color: #efe095;
  font-family: "IBM Plex Mono";
  font-weight: 500;
  font-size: 0.875em;
}

@media (max-width: 992px) {
  #najnovi-aktivnosti .content .main-content {
    width: 100%;
  }
  #najnovi-aktivnosti .content .side-content {
    max-width: 100%;
  }
  #najnovi-aktivnosti .content .side-content .main-activity,
  #najnovi-aktivnosti .content .side-content .other-activities {
    width: 47%;
  }
  #najnovi-aktivnosti .content .side-content .main-activity {
    border-top: 4px solid #111;
  }
  #najnovi-aktivnosti .content .side-content .btn-container {
    width: 100%;
  }
}

@media (max-width: 575px) {
  #najnovi-aktivnosti .title-wrapper .main-title h1 {
    font-size: 2.425em;
  }
  #najnovi-aktivnosti .content .side-content .main-activity,
  #najnovi-aktivnosti .content .side-content .other-activities {
    width: 100%;
  }
}

#multimedia-list h2 {
  background-color: #ea7e23;
}

#multimedia-list .articles-list-item {
  background-color: white;
}
#multimedia-list .articles-list-item:hover {
  background-color: #fdc882;
}

#websites-list h2 {
  background-color: #ac5c4a;
}

#websites-list .border-holder {
  position: relative;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1.063em;
  line-height: 1;
}
#websites-list .border-holder:before {
  position: absolute;
  content: "";
  top: -0.8rem;
  width: 100%;
  height: 4px;
  background-color: #111;
  z-index: -1;
}

#websites-list .articles-list-item {
  background-color: white;
}
#websites-list .articles-list-item:hover {
  background-color: #99d1a4;
}
#websites-list .articles-list-item h4 {
  text-align: center;
  color: #111;
}

#publikacii-list h2 {
  background-color: #be1e2d;
}

#publikacii-list .articles-list-item {
  position: static;
  background-color: white;
  height: 31.063rem;
}
#publikacii-list .articles-list-item:hover div {
  background-color: #f79973;
}

#publikacii-list .articles-list-item:hover ul {
  opacity: 1;
}

#publikacii-list .articles-list-item h5 {
  font-family: "IBM Plex Mono";
  font-weight: bold;
  font-size: 1.313em;
}
#publikacii-list .articles-list-item p {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 1em;
}
#publikacii-list .articles-list-item div {
  position: relative;
  overflow: hidden;
}
#publikacii-list .articles-list-item ul {
  max-height: 12rem;
  font-family: "IBM Plex Mono";
  font-weight: 600;
  font-size: 1.25em;
  opacity: 0;
}
#publikacii-list .articles-list-item ul a {
  border: 1px solid black;
  width: 11.313rem;
  text-align: center;
  color: #111;
}
#publikacii-list .articles-list-item ul a:hover {
  background-color: #be1e2d;
  color: white;
}

#publikacii-single div {
  max-width: 50%;
}

#publikacii-single .img-holder {
  position: static !important;
  border-bottom: none !important;
  height: auto !important;
  width: 100% !important;
  overflow: visible !important;
}
#publikacii-single .img-holder img {
  width: 100%;
}
@media (max-width: 992px) {
  #publikacii-single div {
    max-width: 100%;
  }
}
#arhiva .arhiva-proekti-wrapper {
  overflow: hidden;
}

#arhiva .arhiva-proekti-item {
  position: relative;
  min-width: 23.188rem;
  width: 33.33%;
  border-right: 2px solid #111;
  margin-bottom: 50px;
}

#arhiva .arhiva-proekti-item:hover {
  background-color: #f9f4ce;
}

#arhiva .arhiva-proekti-item:nth-child(3n + 3) {
  border-right: 0;
}

#arhiva .img-holder {
  position: relative;
  border-bottom: 4px solid #111;
  height: 16rem;
  overflow: hidden;
  background-color: white;
}

#arhiva .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#arhiva .arhiva-proekti-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #111;
  left: 0;
  bottom: 0px;
  z-index: 2;
}

#arhiva .arhiva-proekti-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #111;
  left: 0;
  top: 0px;
  z-index: 2;
}

#arhiva .arhiva-proekti-item:last-of-type::after {
  width: calc(100% + 2px);
}

#arhiva .text-holder {
  font-family: "Roboto";
  min-height: 18.125rem;
  overflow: hidden;
  position: relative;
}
#arhiva .text-holder .date {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 0.875em;
  background-color: #efe095;
}
#arhiva .text-holder h3 {
  font-weight: 500;
  font-size: 1.438em;
  color: #eb7e23;
  text-transform: uppercase;
}
#arhiva .text-holder p {
  font-weight: 500;
  font-size: 0.938em;
  color: #111;
}

@media (max-width: 1200px) {
  #arhiva .arhiva-proekti-item {
    max-width: 50%;
    width: 100%;
  }
  #arhiva .arhiva-proekti-item:nth-child(3n + 3) {
    border-right: 2px solid #111;
  }
  #arhiva .arhiva-proekti-item:nth-child(even) {
    border-right: 0;
  }
  #arhiva .img-holder {
    height: 20rem;
  }
}

@media (max-width: 768px) {
  #arhiva .img-holder {
    height: 30rem;
  }
}
@media (max-width: 552px) {
  #arhiva .img-holder {
    height: 20rem;
  }
}

@media (max-width: 1200px) and (max-width: 780px) {
  #arhiva .arhiva-proekti-item {
    min-width: 100%;
    border: 0;
  }
  #arhiva .arhiva-proekti-item:nth-child(3n + 3) {
    border-right: 0;
  }
  #arhiva .arhiva-proekti-item:nth-child(even) {
    border-right: 0;
  }
  #arhiva .arhiva-proekti-item:nth-last-of-type(2) {
    border-bottom: 0;
  }
}

.our-team-empl {
  border-bottom: 3px solid #111;
}
.our-team-empl .top-spacer {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .our-team-empl .top-spacer {
    padding-top: 0.938rem;
  }
}
.our-team-empl .img-container {
  border-right: 3px solid #111;
  max-width: 23.5rem;
  width: 100%;
  padding-right: 0.938rem;
}
@media screen and (max-width: 575px) {
  .our-team-empl .img-container {
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 0.938rem;
    border-right: none;
    border-bottom: 3px solid #111;
  }
}
.our-team-empl .img-container .img-holder {
  max-width: 20rem;
}
.our-team-empl .img-container .img-holder img {
  width: 100%;
}
.our-team-empl .text-container {
  min-height: 34.688rem;
  max-width: 70%;
}
@media screen and (max-width: 575px) {
  .our-team-empl .text-container {
    max-width: 100%;
  }
}
.our-team-empl .text-container .text-holder {
  padding-left: 3.125rem;
}
@media screen and (max-width: 992px) {
  .our-team-empl .text-container .text-holder {
    padding-left: 0.938rem;
  }
}
@media screen and (max-width: 575px) {
  .our-team-empl .text-container .text-holder {
    padding-left: 0;
  }
}
.our-team-empl .text-container .text-holder h2 {
  font-family: "IBM Plex Mono";
  font-weight: 450;
  font-size: 1.875em;
  text-transform: uppercase;
  color: #f9f0cd;
  background-color: #eb7e23;
}
@media screen and (max-width: 768px) {
  .our-team-empl .text-container .text-holder h2 {
    font-size: 1.3em;
  }
}
.our-team-empl .text-container .text-holder p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.18em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .our-team-empl .text-container .text-holder p {
    font-size: 1em;
  }
}
.our-team-empl .text-container .text-holder .job-title {
  font-family: "IBM Plex Mono";
  font-weight: bold;
  font-size: 1.25em;
  color: #111;
  background-color: #efe095;
  line-height: auto;
}
@media screen and (max-width: 768px) {
  .our-team-empl .text-container .text-holder .job-title {
    font-size: 1em;
  }
}
.our-team-empl .text-container .link-container h3 {
  font-family: "NK_KOMBI_BROJEVI_2";
  font-weight: bold;
  font-size: 2.5em;
  color: #eb7e23;
}
@media screen and (max-width: 768px) {
  .our-team-empl .text-container .link-container h3 {
    font-size: 2em;
  }
}

#godisni-izvestai ul {
  list-style: none;
}

#godisni-izvestai a {
  text-decoration: none;
  color: inherit;
}
#godisni-izvestai .izvestai-list-holder {
  display: grid;
  grid-column-gap: 3%;
  /* grid-template-columns: auto auto auto auto; */
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
}
/* #godisni-izvestai .izvestai-list-item {
  min-width: 18.75rem;
  width: 25%;
  padding: 10px !important;
}
@media screen and (max-width: 992px) {
  #godisni-izvestai .izvestai-list-item {
    min-width: 16.75rem;
    width: 45%;
  }
}
@media screen and (max-width: 567px) {
  #godisni-izvestai .izvestai-list-item {
    width: 100%;
  }
} */
#godisni-izvestai .izvestai-list-item li:first-of-type {
  border-bottom: 4px solid #111;
}
#godisni-izvestai .izvestai-list-item li:first-of-type h4 {
  color: #f9f0cd;
  background-color: #111;
  font-family: "IBM Plex Mono";
  font-weight: 500;
  font-size: 1.475em;
}
@media screen and (max-width: 992px) {
  #godisni-izvestai .izvestai-list-item li:first-of-type h4 {
    font-size: 1.275em;
  }
}
#godisni-izvestai .izvestai-list-item li {
  border-bottom: 2px solid #111;
  min-height: 3.125rem;
  color: #eb7e23;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1.15em;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  #godisni-izvestai .izvestai-list-item li {
    font-size: 0.95em;
    min-height: 2.625rem;
  }
}

#grantovi .grantovi-proekti-wrapper {
  overflow: hidden;
}

#grantovi .grantovi-proekti-item {
  position: relative;
  min-width: 23.188rem;
  width: 33.33%;
  border-right: 2px solid #111;
  margin-bottom: 50px;
}

#grantovi .grantovi-proekti-item:hover {
  min-width: 23.188rem;
  background-color: #f9f4ce;
}

#grantovi .grantovi-proekti-item:nth-child(3n + 3) {
  border-right: 0;
}

#grantovi .img-holder {
  position: relative;
  border-bottom: 4px solid #111;
  height: 16rem;
  overflow: hidden;
  background-color: white;
}

#grantovi .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#grantovi .grantovi-proekti-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #111;
  left: 0;
  bottom: 0px;
  z-index: 2;
}

#grantovi .grantovi-proekti-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #111;
  left: 0;
  top: 0px;
  z-index: 2;
}

#grantovi .grantovi-proekti-item:last-of-type::after {
  width: calc(100% + 2px);
}

#grantovi .text-holder {
  font-family: "Roboto";
  min-height: 18.125rem;
  overflow: hidden;
  position: relative;
}
#grantovi .text-holder .date {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 0.875em;
  background-color: #efe095;
}
#grantovi .text-holder h3 {
  font-weight: 500;
  font-size: 1.438em;
  color: #eb7e23;
  text-transform: uppercase;
}
#grantovi .text-holder p {
  font-weight: 500;
  font-size: 0.938em;
  color: #111;
}

@media (max-width: 1200px) {
  #grantovi .grantovi-proekti-item {
    max-width: 50%;
    width: 100%;
  }
  #grantovi .grantovi-proekti-item:nth-child(3n + 3) {
    border-right: 2px solid #111;
  }
  #grantovi .grantovi-proekti-item:nth-child(even) {
    border-right: 0;
  }
  #grantovi .img-holder {
    height: 20rem;
  }
}
@media (max-width: 768px) {
  #grantovi .img-holder {
    height: 30rem;
  }
}
@media (max-width: 552px) {
  #grantovi .img-holder {
    height: 20rem;
  }
}
@media (max-width: 1200px) and (max-width: 780px) {
  #grantovi .grantovi-proekti-item {
    min-width: 100%;
    border: 0;
  }
  #grantovi .grantovi-proekti-item:nth-child(3n + 3) {
    border-right: 0;
  }
  #grantovi .grantovi-proekti-item:nth-child(even) {
    border-right: 0;
  }
  #grantovi .grantovi-proekti-item:nth-last-of-type(2) {
    border-bottom: 0;
  }
}

#in-the-media .in-the-media-proekti-wrapper {
  overflow: hidden;
}

#in-the-media .in-the-media-proekti-item {
  position: relative;
  min-width: 23.188rem;
  width: 33.33%;
  border-right: 2px solid #111;
  margin-bottom: 50px;
}

#in-the-media .in-the-media-proekti-item:hover {
  background-color: #f9f4ce;
}

#in-the-media .in-the-media-proekti-item:nth-child(3n + 3) {
  border-right: 0;
}

#in-the-media .img-holder {
  position: relative;
  border-bottom: 4px solid #111;
  height: 16rem;
  overflow: hidden;
  background-color: white;
}

#in-the-media .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#in-the-media .in-the-media-proekti-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #111;
  left: 0;
  bottom: 0px;
  z-index: 2;
}

#in-the-media .in-the-media-proekti-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #111;
  left: 0;
  top: 0px;
  z-index: 2;
}

#in-the-media .in-the-media-proekti-item:last-of-type::after {
  width: calc(100% + 2px);
}

#in-the-media .text-holder {
  font-family: "Roboto";
  min-height: 18.125rem;
  overflow: hidden;
  position: relative;
}
#in-the-media .text-holder .date {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 0.875em;
  background-color: #efe095;
}
#in-the-media .text-holder h3 {
  font-weight: 500;
  font-size: 1.438em;
  color: #eb7e23;
  text-transform: uppercase;
}
#in-the-media .text-holder p {
  font-weight: 500;
  font-size: 0.938em;
  color: #111;
}

@media (max-width: 1200px) {
  #in-the-media .in-the-media-proekti-item {
    max-width: 50%;
    width: 100%;
  }
  #in-the-media .in-the-media-proekti-item:nth-child(3n + 3) {
    border-right: 2px solid #111;
  }
  #in-the-media .in-the-media-proekti-item:nth-child(even) {
    border-right: 0;
  }
  #in-the-media .img-holder {
    height: 20rem;
  }
}

@media (max-width: 768px) {
  #in-the-media .img-holder {
    height: 30rem;
  }
}
@media (max-width: 552px) {
  #in-the-media .img-holder {
    height: 20rem;
  }
}

@media (max-width: 1200px) and (max-width: 780px) {
  #in-the-media .in-the-media-proekti-item {
    min-width: 100%;
    border: 0;
  }
  #in-the-media .in-the-media-proekti-item:nth-child(3n + 3) {
    border-right: 0;
  }
  #in-the-media .in-the-media-proekti-item:nth-child(even) {
    border-right: 0;
  }
  #in-the-media .in-the-media-proekti-item:nth-last-of-type(2) {
    border-bottom: 0;
  }
}

.invalid-form-field input::placeholder,
.invalid-form-field textarea::placeholder {
  color: #ff0101;
}

.invalid-form-field input::-webkit-input-placeholder {
  color: #ff0101;
}

.invalid-form-field input:-ms-input-placeholder {
  color: #ff0101;
}

.invalid-form-field input::-moz-placeholder {
  color: #ff0101;
}

#join-the-team .apply-volunteer {
  display: none;
}

#join-the-team ul {
  list-style: none;
  list-style-type: none;
}

#join-the-team .padding-top {
  padding-top: 4rem !important;
}
@media screen and (max-width: 1200px) {
  #join-the-team .padding-top {
    padding-top: 2rem !important;
  }
}

#join-the-team .padding-bottom {
  padding-bottom: 4rem !important;
}
@media screen and (max-width: 1200px) {
  #join-the-team .padding-bottom {
    padding-bottom: 2rem !important;
  }
}

#join-the-team main {
  border-bottom: 3px solid #111;
  min-height: 35.875rem;
}

#join-the-team .banner-container {
  min-width: 18.75rem;
  width: 27%;
  background-image: url("../../assets/images/join-the-team/join-the-team-banner-img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-right: 3px solid #111;
}
@media screen and (max-width: 1200px) {
  #join-the-team .banner-container {
    min-width: 16.75rem;
    width: 50%;
    border-left: 3px solid #111;
  }
}
@media screen and (max-width: 576px) {
  #join-the-team .banner-container {
    width: 100%;
    min-width: auto;
  }
}
#join-the-team .banner-container h1 {
  font-family: "NK_KOMBI_BROJEVI_2";
  font-weight: 400;
  font-size: 4.125em;
  color: #111;
  margin-bottom: 5.625rem;
  letter-spacing: -4px;
}
@media screen and (max-width: 1200px) {
  #join-the-team .banner-container h1 {
    margin-top: 5.625rem;
    letter-spacing: -6px;
  }
}
@media screen and (max-width: 576px) {
  #join-the-team .banner-container h1 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }
}

#join-the-team .var-content-container {
  border-right: 3px solid #111;
  padding: 4rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  #join-the-team .var-content-container {
    order: 2;
    width: 100%;
    border-right: 3px solid #111;
    border-top: 3px solid #111;
    border-left: 3px solid #111;
  }
}
@media screen and (max-width: 768px) {
  #join-the-team .var-content-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 576px) {
  #join-the-team .var-content-container {
    width: 100%;
    min-width: auto;
  }
}
#join-the-team .jobs {
  max-width: 37rem;
}
#join-the-team .var-content-container h3 {
  font-family: "IBM Plex Mono";
  font-weight: 500;
  font-size: 1.875em;
  color: #f9f0cd;
  background-color: #eb7e23;
}
@media screen and (max-width: 576px) {
  #join-the-team .var-content-container h3 {
    font-size: 1.375em;
  }
}
#join-the-team .var-content-container li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #eb7e23;
  background-color: #eb7e23;
  margin-right: 10px;
}
#join-the-team .var-content-container .rok-prijava::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  color: #eb7e23;
  background-color: #eb7e23;
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 576px) {
  #join-the-team .var-content-container li::before {
    width: 10px;
    height: 10px;
  }
}
#join-the-team .var-content-container li p {
  font-family: "IBM Plex Mono";
  font-weight: bold;
  font-size: 1.5em;
  text-transform: uppercase;
  background-color: #efe095;
  color: #111;
}
#join-the-team .var-content-container .rok-prijava p {
  font-size: 0.9em;
}
@media screen and (max-width: 576px) {
  #join-the-team .var-content-container li p {
    font-size: 1em;
  }
}
#join-the-team .var-content-container .info-item div:first-of-type {
  border: 4px solid #111;
  width: 100%;
  background-color: #efe095;
}
#join-the-team .var-content-container .form-container {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.088em;
  max-width: 30.563rem;
}
#join-the-team .var-content-container .form-container input[type="text"] {
  background-color: white;
  border: none;
  border-bottom: 4px solid #111;
  height: 2.5em;
  font-family: "Roboto";
  font-weight: 400;
  outline: none;
}
#join-the-team .var-content-container .form-container textarea {
  background-color: transparent;
  height: 100%;
  font-family: "Roboto";
  font-weight: 400;
  border: none;
  outline: none;
}
#join-the-team .var-content-container .form-container input::placeholder,
#join-the-team .var-content-container .form-container textarea::placeholder {
  display: block !important;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 1.063em;
  color: #b3b3b3;
}
#join-the-team .var-content-container .form-container textarea::placeholder {
  color: white;
}
#join-the-team .var-content-container .form-container .btn-holder {
  padding-top: 71px;
}
#join-the-team .var-content-container .form-container .btn-holder button {
  background-color: #4a7c83;
  color: #efe095;
  font-size: 1.125em;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "IBM Plex Mono";
  font-weight: 500;
  line-height: 1.3;
}
#join-the-team .var-content-container .form-container [type="file"] {
  display: none;
  opacity: 0;
  width: 2px;
  height: 2px;
}

#join-the-team .side-menu-container {
  min-width: 13.75rem;
  width: 20%;
  border-right: 3px solid #111;
}
@media screen and (max-width: 1200px) {
  #join-the-team .side-menu-container {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  #join-the-team .side-menu-container {
    border-left: 3px solid #111;
    border-top: 3px solid #111;
    width: 100%;
    min-width: auto;
  }
}
#join-the-team .side-menu-container .text-container {
  text-align: center;
}
#join-the-team .side-menu-container .text-container p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.188em;
}
#join-the-team .side-menu-container .text-container h4 {
  font-family: "NK_KOMBI_BROJEVI_2";
  font-weight: 400;
  font-size: 2.125em;
  color: #eb7e23;
}
#join-the-team .side-menu-container li {
  min-height: 4rem;
  border-top: 3px solid #111;
}
#join-the-team .side-menu-container li p {
  font-family: "IBM Plex Mono";
  font-weight: 600;
  font-size: 1.063em;
  color: #efe095;
  background-color: #111;
  min-width: 12.25em;
  text-align: center;
  cursor: pointer;
}

footer .footer-nav {
  border-top: 3px solid #111;
}
footer .footer-nav .nav {
  font-size: 1.125em;
  font-weight: 500;
}
footer .footer-nav .nav a {
  color: #111;
  word-spacing: -5px;
}
footer .footer-nav .follow-us {
  text-transform: uppercase;
}

footer .contact-info {
  border-top: 3px solid #111;
  padding: 10px 0 30px 0;
  background-color: #efe095;
}
footer .contact-info .contact-data p {
  margin-bottom: 5px;
  font-size: 0.938em;
}
footer .contact-info a {
  color: #111;
  font-size: 0.938em;
}
footer .contact-info a:hover {
  text-decoration: none;
}

.load-more p {
  color: #eee094;
  background-color: #111;
  cursor: pointer;
  margin-bottom: -2px;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* WP css overwrite */

/* vo fokusot-single --> text wrap around img */
.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}

.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}

.aligncenter {
  display: block;
  margin: 20px auto;
}

.alignleft::after,
.alignleft::before .alignright::after,
.alignright::before {
  content: "";
  clear: both;
  display: table;
}

.wp-caption-text {
  margin-top: 0.4rem;
  font-size: 0.7em;
}

.wp-caption {
  max-width: 100%;
  height: auto;
}

.current-menu-item {
  color: #eb7f23 !important;
}

/* video lightbox */
.bitsia_lightbox {
  color: black;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(51, 49, 49, 0.69);
  background-color: rgba(0, 0, 0, 0.69);
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
.bitsia_lightbox .bitsia_lightbox .content h2 {
  font-size: 1em;
}
.bitsia_lightbox .holder {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  height: 300px;
  position: relative;
}
.bitsia_lightbox .frame {
  width: 100%;
  height: 100%;
}
.bitsia_lightbox .frame1 {
  width: 100%;
  height: 100%;
  border: 0px;
}
.bitsia_lightbox .holder2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(251, 251, 251, 0);
  cursor: pointer;
}
.bitsia_lightbox .frame-holder {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 23px -6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 10px 23px -6px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 10px 23px -6px rgba(0, 0, 0, 0.6);
  position: relative;
}
.bitsia_lightbox .close_btn {
  cursor: pointer;
  color: #0f0f0f;
  width: 25px;
  height: 21px;
  background-color: #cac8c8;
  margin-top: 11px;
  border-radius: 62px;
  padding-top: 4px;
  text-align: center;
  float: right;
}
.bitsia_lightbox .close_btn_fancy {
  cursor: pointer;
  color: #0f0f0f;
  width: 34px;
  height: 34px;
  border-radius: 62px;
  text-align: center;
  position: absolute;
  right: -15px;
  top: -17px;
  background-image: url(https://accesstomedicine.eu/wp-content/themes/accesstomedicine/assets/images/close_btn_fancy.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10001;
}
.bitsia_lightbox .content {
  overflow-y: scroll;
  height: 100%;
}
.bitsia_lightbox .content_border {
  width: 75%;
  height: 80.5%;
  padding: 9px;
  margin: auto;
  margin-top: 6%;
}
