@import 'https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap';
@import "https://fonts.googleapis.com/css2?family=Reenie+Beanie&family=Roboto:wght@300&display=swap";
@import "https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap";
html,
body {
  font-size: 100%;
}

/* * {
  font-family: $font-family;
  color: $dark-grey;
  line-height: $font-height;
}*/
p {
  font-size: 21px;
  font-weight: normal;
  line-height: 31px;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-heavy {
  font-weight: 700;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

.hidden-sm {
  display: none;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 33.75em) {
  .container {
    width: 80%;
  }
}
@media only screen and (min-width: 1280) {
  .container {
    width: 1200px;
    max-width: 1200px;
  }
}

.row {
  position: relative;
  width: 100%;
}

.row [class^=col] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}
@media only screen and (max-width: 768px) {
  .col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    /* For mobile phones: */
    width: 100%;
  }
  .col-1 .img,
.col-2 .img,
.col-3 .img,
.col-4 .img,
.col-5 .img,
.col-6 .img,
.col-7 .img,
.col-8 .img,
.col-9 .img,
.col-10 .img,
.col-11 .img,
.col-12 .img {
    width: 100%;
  }
}

.col-1-sm {
  width: 4.3333333333%;
}

.col-2-sm {
  width: 12.6666666667%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.3333333333%;
}

.col-5-sm {
  width: 37.6666666667%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.3333333333%;
}

.col-8-sm {
  width: 62.6666666667%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.3333333333%;
}

.col-11-sm {
  width: 87.6666666667%;
}

.col-12-sm {
  width: 96%;
}

@media only screen and (min-width: 45em) {
  .col-1 {
    width: 4.3333333333%;
  }

  .col-2 {
    width: 12.6666666667%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.3333333333%;
  }

  .col-5 {
    width: 37.6666666667%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.3333333333%;
  }

  .col-8 {
    width: 62.6666666667%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.3333333333%;
  }

  .col-11 {
    width: 87.6666666667%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}
section {
  position: relative;
  display: block;
  box-sizing: border-box;
}

input {
  -webkit-appearance: none;
  appearance: none;
}

.img-overlay {
  filter: brightness(0.6);
}

main {
  padding-top: 0px;
  overflow-x: hidden;
  display: block;
  box-sizing: border-box;
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 768px) {
  main {
    /* For mobile phones: */
    overflow-x: hidden;
  }
}
a[href^=tel] {
  color: inherit;
  text-decoration: inherit;
}

html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #fff;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  color: #393c41;
  font: inherit;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.entry-content {
  margin-bottom: 60px;
}
.entry-content p a {
  text-decoration: none;
  color: #c22033;
}
.entry-content img {
  width: 100%;
  max-width: 100%;
}

#mnenja_slider_mobile {
  display: none;
}
@media only screen and (max-width: 1040px) {
  #mnenja_slider_mobile {
    display: block;
  }
  #mnenja_slider_mobile .splide__arrow--prev {
    left: -4em;
  }
  #mnenja_slider_mobile .splide__arrow--next {
    right: -2em;
  }
  #mnenja_slider_mobile .splide__list {
    width: auto;
  }
  #mnenja_slider_mobile .splide__slide {
    width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
  }
  #mnenja_slider_mobile .inner-box {
    display: table-caption !important;
  }
}

@media only screen and (max-width: 1040px) {
  #mnenja_slider {
    display: none;
  }
}

.mobile-menu-toggle {
  display: visible;
}

h1 {
  line-height: 55px !important;
}
@media only screen and (min-width: 500px) and (max-width: 768px) {
  h1 {
    font-size: 38px !important;
    line-height: 42px !important;
  }
}
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
}

@media only screen and (min-width: 500px) and (max-width: 768px) {
  .dogodki-section h1.post-title, .dogodki-section-mobile h1.post-title {
    font-size: 23px !important;
    font-size: 28px !important;
  }
}
.container {
  max-width: 1200px !important;
}

.bg-primary {
  background-color: #212122 !important;
}

.bg-secondary {
  background-color: #c22033 !important;
}

.color-primary {
  color: #212122 !important;
}

.font-color-white {
  color: #fff !important;
}

.text-bold {
  font-weight: bold;
}

input[type=button] {
  font-family: "Roboto", sans-serif;
}

.cursor-pointer:hover {
  cursor: pointer;
}

.mobile-menu-toggle {
  display: none;
}

.featured-header {
  background-position: center !important;
  max-height: 735px !important;
  height: 735px !important;
  min-height: 735px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media only screen and (max-width: 768px) {
  .featured-header {
    height: 270px !important;
    min-height: 270px !important;
    max-height: 270px !important;
  }
}
@media only screen and (max-width: 420px) {
  .featured-header {
    /* height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
    background-size: unset !important;*/
  }
}

.featured-header-front {
  background-position: center !important;
  max-height: 735px !important;
  height: 735px !important;
  min-height: 735px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media only screen and (max-width: 768px) {
  .featured-header-front {
    background-position: center !important;
    max-height: 735px !important;
    height: 735px !important;
    min-height: 735px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}
@media only screen and (max-width: 420px) {
  .featured-header-front {
    background-position: center !important;
    max-height: 735px !important;
    height: 735px !important;
    min-height: 735px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}

.mb-0 {
  margin-bottom: 0px !important;
}

.pb-141 {
  padding-bottom: 141px !important;
}

.is_frontpage .current-menu-item a {
  color: #fff !important;
  text-decoration: none !important;
}
.is_frontpage .current-menu-item a:hover {
  color: #c22033 !important;
}

header {
  height: 100%;
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
header #header-frontpage .row {
  padding-top: 229px !important;
}
@media only screen and (min-width: 60em) {
  header #header-frontpage {
    width: 1400px !important;
    max-width: 1400px !important;
  }
}
header #header-frontpage .col-4 img {
  float: right;
}
@media only screen and (min-width: 60em) {
  header #header-subpage {
    max-width: 1400px !important;
  }
}
header .header-main-title {
  color: #fff;
  font-size: 80px;
  font-weight: 100;
  margin-bottom: 0px;
  line-height: 94px !important;
  text-transform: uppercase;
  font-weight: 300;
}
header .header-main-title:after {
  content: " brez izgovora.";
  font-size: 96px;
  font-family: "Reenie Beanie", cursive;
}
header .subpage-header-main-title {
  padding-top: 523px;
  color: #fff;
  font-size: 80px;
  font-weight: 100;
  margin-bottom: 0px;
  line-height: 94px !important;
  text-transform: uppercase;
  font-weight: 300;
}
header .header-sub-title {
  font-size: 28px !important;
  margin-top: 0px;
  color: #fff;
  font-weight: 400;
  line-height: 33px;
  text-transform: uppercase;
}
header .subpage-header-inner-box {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
}
header .subpage-header-inner-box h1 {
  font-weight: 300;
  line-height: 94px;
  font-size: 80px;
  position: absolute;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  header .subpage-header-inner-box h1 {
    line-height: 36px !important;
    font-size: 31px !important;
    bottom: 0px;
    padding: 20px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1100px) {
  header .subpage-header-inner-box h1 {
    font-size: 48px;
    line-height: 54px;
  }
}
header .dark-nav {
  background-color: none;
}
header .dark-nav ul li a {
  color: #212122;
}
header .light-nav ul li a {
  color: #fff;
}
header .dark-nav {
  background-color: #212122;
}
header .dark-nav ul li a {
  color: #fff;
}
header #primary-menu {
  margin-top: 10px;
  margin-bottom: 0px;
}
header .menu-site-logo {
  float: left;
  width: 212px;
  position: relative;
  top: -20px;
  margin: 0px;
}
header .arrow {
  float: left;
  margin-left: 46px;
  margin-right: 46px;
  padding-top: 10px;
}
header .current-menu-item a {
  color: #c22033 !important;
  text-decoration: underline !important;
}
header .current-menu-item:hover a {
  color: #fff;
}
header .main-navigation {
  padding: 39px 39px;
  text-align: left;
  align-items: center;
}
header .main-navigation .sub-menu {
  padding-left: 0px;
}
header .main-navigation ul li {
  list-style-type: none;
  display: inline-block;
}
header .main-navigation ul li a {
  text-decoration: none;
  line-height: 20px;
  display: inline-block;
  padding: 0 15px;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: 0.2s;
}
header .main-navigation ul li a:hover, header .main-navigation ul li a:focus {
  color: #c22033;
}
header .main-navigation .menu-item-has-children {
  color: #fff;
  width: 150px;
  display: inline-block;
}
header .main-navigation .menu-item-has-children:hover, header .main-navigation .menu-item-has-children:focus {
  background-color: #c22033;
}
header .main-navigation .menu-item-has-children:hover a, header .main-navigation .menu-item-has-children:focus a {
  color: #fff !important;
  text-decoration: none !important;
}
header .main-navigation ul li ul {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 140px;
  opacity: 0;
  z-index: 99;
  position: absolute;
  transition: all 0.9s ease;
  margin-top: 0rem;
  display: none;
  list-style-type: none;
  background-color: #c22033 !important;
}
header .main-navigation ul li ul li {
  position: relative;
}
header .main-navigation ul li ul li a {
  text-transform: unset !important;
}
@media screen and (max-width: 1200px) {
  header .main-navigation ul li ul {
    font-size: 18px !important;
    position: relative;
    display: unset !important;
    top: 0;
    padding-left: 5px;
    background-color: none !important;
  }
  header .main-navigation .menu-item-has-children {
    color: #fff !important;
    background-color: none !important;
  }
  header .main-navigation .menu-item-has-children:hover, header .main-navigation .menu-item-has-children:focus {
    background-color: unset !important;
  }
  header .main-navigation .menu-item-has-children:hover a, header .main-navigation .menu-item-has-children:focus a {
    background-color: none !important;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  header .main-navigation ul li a:hover, header .main-navigation ul li a:focus {
    color: #fff !important;
  }
  header .main-navigation ul li ul {
    background-color: unset !important;
  }
  header .main-navigation .sub-menu li a:hover {
    color: #fff !important;
  }
  header .main-navigation .menu-item-has-children ul li a:hover {
    color: #fff !important;
  }
  header .main-navigation .menu-item-has-children a:hover, header .main-navigation .menu-item-has-children a:focus {
    color: #fff !important;
  }
}
header .main-navigation ul li:hover > ul,
header .main-navigation ul li ul:hover {
  opacity: 1;
  display: block;
}
header .main-navigation ul li ul li {
  width: 100%;
}
header .menu-toggle {
  display: visible;
}
header .sticky-header-wrapper {
  width: 100%;
  position: absolute;
  z-index: 100;
}
header .sticky-header-wrapper.sticky {
  position: fixed;
  width: 100%;
  background-color: #202020;
  z-index: 5;
}
header .sticky-header-wrapper.sticky nav.main-navigation {
  padding: 20px 39px 5px;
}
@media only screen and (max-width: 1200px) {
  header .main-navigation {
    padding-bottom: 60px;
  }
  header .hamburger-menu-btn {
    font-size: 36px;
  }
  header .arrow {
    display: none !important;
  }
  header .desktop-menu {
    display: none;
  }
  header .mobile-menu-toggle {
    display: block !important;
    float: right;
    color: #212122;
  }
  header .header-inner {
    width: 100%;
  }
  header .woo-cart-menu {
    display: none;
  }
  header .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
  }
  header .overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  header .overlay-content ul {
    margin-inline-end: 40px;
    list-style-type: none;
  }
  header .overlay-content .social-menu-icon {
    display: inline-block !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  header .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 24px;
    line-height: 26px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  header .overlay a:hover, header .overlay a:focus {
    color: #f1f1f1;
  }
  header .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    font-weight: 300;
  }
  header .main-navigation {
    align-items: center;
    text-align: center;
  }
  header .main-navigation .menu-item-has-children {
    width: 100%;
  }
  header .main-navigation ul ul {
    /* this targets all sub menus */
    display: none;
    /* hide all sub menus from view */
    position: absolute;
    top: 30px;
    /* this should be the same height as the top level menu -- height + padding + borders */
    color: #fff;
  }
  header .main-navigation ul li {
    list-style-type: none;
    display: block;
  }
  header .main-navigation ul li a {
    color: white;
    font-size: 24px;
    line-height: 36px !important;
    text-decoration: none;
  }
  header .main-navigation ul li a:hover {
    color: #c22033;
  }
  header .main-navigation .social-menu-icon {
    float: none !important;
  }
}
@media only screen and (max-width: 920px) {
  header .header-main-title {
    font-size: 32px;
    line-height: 36px !important;
  }
  header .header-main-title:after {
    font-size: 36px;
  }
  header .header-sub-title {
    font-size: 21px !important;
  }
  header .earth-icon {
    align-items: center;
    display: flex;
    margin: 0 auto;
    float: none !important;
    width: 233px !important;
  }
  header #header-frontpage .row {
    padding-top: 160px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  header .header-main-title {
    font-size: 56px;
    line-height: 60px !important;
  }
  header .header-main-title:after {
    font-size: 66px;
  }
  header .container {
    width: 100% !important;
  }
  header #header-frontpage {
    width: 100% !important;
  }
  header .earth-icon {
    width: 233px !important;
  }
  header .menu-site-logo {
    float: left;
    width: 180px;
    position: relative;
    top: -7px;
    margin: 0px;
  }
  header .arrow {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 23px;
    width: 32px;
  }
  header .main-navigation {
    padding: 39px 39px;
    text-align: left;
    font-size: 14px;
    align-items: center;
    padding-left: 20px;
    padding-top: 26px;
    padding-right: 10px;
  }
  header .main-navigation ul li a {
    padding: 10px 12px;
  }
  header .main-navigation .social-menu-icon {
    margin-top: -5px;
  }
  header .main-navigation .social-menu-icon img {
    width: 23px;
    height: 23px;
  }
  header .main-navigation .menu-item {
    padding-top: 5px;
  }
  header .sticky-header-wrapper.sticky nav.main-navigation {
    padding: 20px 20px 39px !important;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1280px) {
  header .sticky-header-wrapper.sticky nav.main-navigation {
    padding: 20px 5px 39px !important;
  }
  header .earth-icon {
    width: 240px !important;
  }
  header #header-frontpage {
    width: 100% !important;
  }
  header .header-main-title {
    font-size: 46px;
    line-height: 60px !important;
  }
  header .header-main-title:after {
    font-size: 56px;
  }
  header .menu-site-logo {
    float: left;
    position: relative;
    margin: 0px;
    padding-left: 20px;
  }
  header .arrow {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 25px;
    width: 24px;
  }
  header .main-navigation {
    text-align: left;
    font-size: 14px;
    align-items: center;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-top: 26px;
    padding-right: 10px;
  }
  header .main-navigation ul li a {
    padding: 10px 5px;
  }
  header .main-navigation .social-menu-icon {
    margin-top: -5px;
  }
  header .main-navigation .social-menu-icon img {
    width: 23px;
    height: 23px;
  }
  header .main-navigation .menu-item {
    padding-top: 5px;
  }
}

.social-menu-icon {
  float: right !important;
}

.inner {
  padding-top: 1.2em;
  height: 100%;
}
.inner h1 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  line-height: 55px;
  margin: 0;
  font-weight: 900;
}
.inner .title-left {
  text-align: left;
}
.inner .title-48 {
  font-size: 48px !important;
}
@media only screen and (min-width: 500px) and (max-width: 768px) {
  .inner .title-48 {
    font-size: 38px !important;
    line-height: 42px !important;
  }
}
@media only screen and (max-width: 500px) {
  .inner .title-48 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
.inner .spacer {
  margin: 40px auto 10px;
  height: 5px;
  width: 163px;
  background-color: #c22033;
}
.inner .spacer-left {
  position: relative;
  margin: 21px 0 34px;
  height: 5px;
  width: 163px;
  background-color: #c22033;
}
.inner .content p {
  font-size: 21px i !important;
}

section.mnenja {
  align-items: center;
  background-image: url("/wp-content/themes/noex/assets/bg/mnenja_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
section.mnenja .title-left {
  padding-top: 213px;
}
section.mnenja:before {
  content: " ";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 20px;
  width: 75%;
  background-color: #fff;
}
section.mnenja:after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 20px;
  width: 75%;
  background-color: #f5ede9;
}
section.mnenja .spacer-left {
  background-color: #fff;
}
section.mnenja .img {
  padding: 30px 45px;
  position: relative;
}
section.mnenja .img:before {
  content: " ";
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: url("/wp-content/themes/noex/assets/icons/quote_icon.svg") no-repeat center center/68px 68px;
}
section.mnenja .img img {
  width: 252px !important;
}
section.mnenja p {
  color: #fff;
  font-size: 21px !important;
  font-weight: 300;
}
section.mnenja .inner-box {
  width: 100%;
}
section.mnenja li[id*=mnenja_slider-][class*=is-active] {
  padding-left: 100px;
  padding-right: 70px;
  border-right: 1px solid #fff;
}
section.mnenja li[id*=mnenja_slider-]:not([class*=is-active]) {
  padding-right: 100px;
  padding-left: 45px;
}
section.mnenja .splide__track {
  padding-bottom: 90px;
}
section.mnenja .splide__pagination__page {
  background-color: #989898 !important;
  border: none !important;
}
section.mnenja .splide__pagination__page.is-active::before {
  border: 1px solid #989898 !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  section.mnenja .img {
    padding: 20px 35px;
  }
  section.mnenja .img img {
    width: 100%;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1280px) {
  section.mnenja .img {
    padding: 20px 35px;
  }
  section.mnenja .img img {
    width: 100%;
  }
}

section.lokalne-enote:after {
  content: " ";
  position: absolute;
  bottom: -20px;
  right: 0px;
  height: 20px;
  width: 25%;
  background-color: #212122;
}
section.lokalne-enote:before {
  content: " ";
  position: absolute;
  top: -20px;
  left: 0px;
  height: 20px;
  width: 25%;
  background: #212122;
}
section.lokalne-enote .inner {
  padding-top: 140px !important;
  padding-bottom: 146px !important;
}
section.lokalne-enote img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 931px;
  height: 604px;
}
section.lokalne-enote .kontakti-btn {
  text-decoration: none;
  display: block;
  width: 180px;
  max-width: 180px !important;
  background: #c22033;
  padding: 10px;
  text-align: center;
  border-radius: 23px;
  font-size: 18px;
  color: white;
  font-weight: bold;
  position: relative;
  float: left;
  line-height: 25px;
  margin-top: 40px;
}
section.lokalne-enote .kontakti-btn:hover {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  section.lokalne-enote {
    /* For mobile phones: */
  }
  section.lokalne-enote img {
    width: 100%;
    height: auto;
  }
}

.podrocja-delovanja {
  background-color: #212122;
  font-size: 21px;
  line-height: 31px;
  color: #fff;
}
.podrocja-delovanja .col-12 {
  margin: 0px;
}
.podrocja-delovanja .col-3 {
  margin-right: 10px;
  margin-left: 5px;
  width: 285px;
  height: 300;
  min-height: 300px;
  max-height: 300px;
  background-color: #c22033;
}
.podrocja-delovanja .col-3:hover {
  opacity: 0.8;
  cursor: pointer;
}
.podrocja-delovanja .col-3 span {
  width: 150px;
  text-align: center;
}
.podrocja-delovanja .col-3 span:hover {
  cursor: pointer;
}
.podrocja-delovanja .first {
  text-align: left;
  background-color: transparent !important;
}
.podrocja-delovanja .with-bg {
  justify-content: center;
  align-items: center;
  display: flex;
}
.podrocja-delovanja .inner {
  padding-bottom: 150px;
  padding-top: 150px;
}
.podrocja-delovanja .bg-earth {
  background: url("/wp-content/themes/noex/assets/bg/red_earth.png") no-repeat;
  background-position: bottom -300px left -200px;
}
@media only screen and (max-width: 768px) {
  .podrocja-delovanja {
    /* For mobile phones: */
  }
  .podrocja-delovanja .col-3 {
    width: 100%;
  }
  .podrocja-delovanja .with-bg {
    background-size: cover !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .podrocja-delovanja .first {
    font-size: 14px;
    line-height: 29px;
  }
  .podrocja-delovanja .col-3 {
    margin-right: 10px;
    margin-left: 5px;
    width: 23% !important;
    max-height: 250px;
    min-height: 200px;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1280px) {
  .podrocja-delovanja .first span {
    font-size: 12px !important;
    line-height: 0px !important;
  }
  .podrocja-delovanja .col-3 {
    width: 200px;
    height: 220px !important;
    min-height: 200px;
    max-height: 220px;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1080px) {
  .podrocja-delovanja .container {
    width: 95% !important;
  }
}

.nagrade .inner {
  padding-top: 228px;
}
.nagrade h1 {
  margin-top: 0px;
}
.nagrade .bg-nagrade {
  background: url("/wp-content/themes/noex/assets/bg/nagrada_bg.png") no-repeat;
  background-size: 100% 100%;
  height: 205px !important;
  width: 19%;
  align-items: center;
  display: inline-flex;
  float: none;
  vertical-align: top;
  margin: 0.5rem 0.5%;
}
.nagrade .bg-nagrade p {
  width: 135px;
  display: block;
  text-align: center;
  margin: auto;
  font-size: 14px;
  color: #212122;
  line-height: 16px;
  overflow: hidden;
}
.nagrade .row {
  text-align: center;
  padding-bottom: 240px;
}
@media only screen and (max-width: 768px) {
  .nagrade .col-3 {
    width: 49%;
    height: 205px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .nagrade .col-3 {
    width: 32%;
  }
}
@media only screen and (max-width: 400px) {
  .nagrade .col-3 {
    width: 80%;
    height: 205px;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1280px) {
  .nagrade .bg-nagrade p {
    width: 90px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 500px) {
  .nagrade .inner {
    padding-top: 120px;
  }
}

.nasa-organizacija {
  padding-bottom: 149px;
  background-position: right 210px top 150px;
  background-size: 560px 651px;
}
.nasa-organizacija:after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 31px;
  width: 135px;
  background: #212122;
}
.nasa-organizacija .btn input[type=button] {
  width: 180px;
  height: 45px;
  background-color: #c22033;
  border: 0px;
  color: #fff;
  border-radius: 23px;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 34px;
  background-color: #c22033;
  background-color: #c22033;
}
.nasa-organizacija .btn input[type=button]:hover {
  cursor: pointer;
  background-color: #ae1c2d;
}
.nasa-organizacija h1 {
  font-size: 48px;
  color: #212122;
  text-align: left;
  font-weight: 900;
}
.nasa-organizacija .col-4 {
  position: relative;
}
.nasa-organizacija #bg-sticky-note {
  font-weight: 500;
  line-height: 31px;
}
.nasa-organizacija #bg-sticky-note h1 {
  padding-left: 20px;
  font-weight: normal;
  font-size: 72px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: "Reenie Beanie", cursive;
}
.nasa-organizacija #bg-sticky-note .spacer {
  margin-left: 20px !important;
}
.nasa-organizacija #bg-sticky-note .sticky-note-container {
  z-index: 4;
  position: relative;
  left: 60px;
}
.nasa-organizacija #bg-sticky-note .absolute-div {
  overflow: visible;
  z-index: 3;
  background: url("/wp-content/themes/noex/assets/bg/sticky_note.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  height: 124%;
  width: 145%;
  left: 0px;
  top: -10%;
}
.nasa-organizacija .spacer {
  margin: 21px 0 34px;
}
.nasa-organizacija p {
  font-size: 21px;
}
.nasa-organizacija li {
  font-size: 21px;
}
@media only screen and (max-width: 1100px) {
  .nasa-organizacija .absolute-div {
    display: none;
  }
  .nasa-organizacija #bg-sticky-note .sticky-note-container {
    left: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .nasa-organizacija {
    background: none;
  }
  .nasa-organizacija h1 {
    font-size: 38px !important;
    line-height: 42px !important;
  }
  .nasa-organizacija .nasa-organizacija .col-8, .nasa-organizacija .col-4 {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .nasa-organizacija {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .nasa-organizacija {
    background-size: 462px 651px !important;
    background-position: right 60px top 160px !important;
  }
  .nasa-organizacija #bg-sticky-note h1 {
    font-size: 62px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .nasa-organizacija {
    background-position: right 120px top 160px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1900px) {
  .nasa-organizacija {
    background-position: right calc(100% - 85%) top 150px !important;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1280px) {
  .nasa-organizacija {
    background: unset;
  }
  .nasa-organizacija #bg-sticky-note h1 {
    font-size: 52px;
  }
}

section.novice-prva-stran {
  padding-top: 156px;
  margin-bottom: 225px;
}
section.novice-prva-stran .spacer-left {
  margin-top: 18px;
}
section.novice-prva-stran .col-10,
section.novice-prva-stran .col-11,
section.novice-prva-stran .col-12,
section.novice-prva-stran .col-4 {
  margin: 0px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  section.novice-prva-stran .col-10,
section.novice-prva-stran .col-11,
section.novice-prva-stran .col-12,
section.novice-prva-stran .col-4 {
    margin-bottom: 10px !important;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1280px) {
  section.novice-prva-stran .col-10,
section.novice-prva-stran .col-11,
section.novice-prva-stran .col-12,
section.novice-prva-stran .col-4 {
    margin-bottom: 10px !important;
  }
}
section.novice-prva-stran .bigger-col {
  width: 100%;
}
section.novice-prva-stran .post-thumbnail {
  width: 100%;
  height: 195px;
  min-height: 195px;
  overflow: hidden;
  object-fit: cover;
}
section.novice-prva-stran .inner-post-column {
  width: 330px;
  background-color: #212122;
  margin-right: 15px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  section.novice-prva-stran .inner-post-column {
    width: 320px;
  }
}
section.novice-prva-stran .inner-post-column-content {
  color: #fff;
  margin: 40px;
  align-items: center;
}
section.novice-prva-stran .inner-post-column-content input[type=button] {
  width: 100% !important;
  height: 45px;
  background: #c22033;
  border: 0px;
  color: #fff;
  border-radius: 23px;
  text-transform: uppercase;
  font-size: 18px;
}
section.novice-prva-stran .inner-post-column-content input[type=button]:hover {
  cursor: pointer;
  background: #ae1c2d;
}
section.novice-prva-stran .inner-post-column-content .date {
  color: #989898;
  font-size: 14px;
  line-height: 29px;
}
section.novice-prva-stran .inner-post-column-content .title {
  font-size: 23px;
  height: 81px !important;
}
section.novice-prva-stran .inner-post-column-content .title h4 {
  margin-top: 0px;
  font-size: 23px !important;
  font-weight: normal;
}
section.novice-prva-stran .inner-post-column-content .excerpt {
  height: 100px !important;
  max-height: 100px !important;
  line-height: 10px;
}
section.novice-prva-stran .inner-post-column-content .excerpt p {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100px;
  overflow: hidden;
  line-height: 24px;
  font-weight: normal;
  overflow: hidden !important;
  font-size: 18px !important;
  text-overflow: ellipsis;
}
section.novice-prva-stran .col-1 {
  height: 550px;
  min-height: 550px;
  max-height: 550px;
  margin: 0;
}
section.novice-prva-stran #news-right-nav {
  position: relative;
  vertical-align: middle;
  align-items: center;
  font-size: 12px !important;
  color: #989898;
  display: table-cell;
}
section.novice-prva-stran .nr-nav-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  section.novice-prva-stran .col-4 {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  section.novice-prva-stran {
    /* For mobile phones: */
    margin-bottom: 100px;
  }
  section.novice-prva-stran .col-1 {
    max-height: 200px !important;
    min-height: 200px;
    height: 200px;
  }
  section.novice-prva-stran .col-4 {
    width: 100%;
    margin-bottom: 10px !important;
  }
  section.novice-prva-stran .post-thumbnail {
    height: 283px;
  }
  section.novice-prva-stran small {
    display: flex;
  }
}

section.novice-druga-stran {
  padding-top: 156px;
  margin-bottom: 225px;
}
section.novice-druga-stran .container {
  width: 100%;
}
section.novice-druga-stran .spacer-left {
  margin-top: 18px;
}
section.novice-druga-stran .col-10,
section.novice-druga-stran .col-11,
section.novice-druga-stran .col-12,
section.novice-druga-stran .col-4 {
  margin: 0px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  section.novice-druga-stran .col-10,
section.novice-druga-stran .col-11,
section.novice-druga-stran .col-12,
section.novice-druga-stran .col-4 {
    margin-bottom: 10px !important;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1280px) {
  section.novice-druga-stran .col-10,
section.novice-druga-stran .col-11,
section.novice-druga-stran .col-12,
section.novice-druga-stran .col-4 {
    margin-bottom: 10px !important;
  }
}
section.novice-druga-stran .bigger-col {
  width: 100%;
}
section.novice-druga-stran .post-thumbnail {
  width: 100%;
  height: 195px;
  min-height: 195px;
  overflow: hidden;
}
section.novice-druga-stran .inner-post-column {
  width: 330px;
  background-color: #212122;
  margin-right: 15px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  section.novice-druga-stran .inner-post-column {
    width: 320px;
  }
}
section.novice-druga-stran .inner-post-column-content {
  color: #fff;
  margin: 40px;
  align-items: center;
}
section.novice-druga-stran .inner-post-column-content input[type=button] {
  width: 100% !important;
  height: 45px;
  background-color: #c22033;
  border: 0px;
  color: #fff;
  border-radius: 23px;
  text-transform: uppercase;
  font-size: 18px;
}
section.novice-druga-stran .inner-post-column-content input[type=button]:hover {
  cursor: pointer;
  background-color: #ae1c2d;
}
section.novice-druga-stran .inner-post-column-content .date {
  color: #989898;
  font-size: 14px;
  line-height: 29px;
}
section.novice-druga-stran .inner-post-column-content .title {
  font-size: 23px;
  height: 81px !important;
}
section.novice-druga-stran .inner-post-column-content .title h4 {
  margin-top: 0px;
  font-size: 23px !important;
  font-weight: normal;
}
section.novice-druga-stran .inner-post-column-content .excerpt {
  height: 100px !important;
  max-height: 100px !important;
  line-height: 10px;
}
section.novice-druga-stran .inner-post-column-content .excerpt p {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100px;
  overflow: hidden;
  line-height: 24px;
  font-weight: normal;
  overflow: hidden !important;
  font-size: 18px !important;
  text-overflow: ellipsis;
}
section.novice-druga-stran .col-1 {
  height: 550px;
  min-height: 550px;
  max-height: 550px;
  margin: 0;
}
section.novice-druga-stran #news-right-nav {
  position: relative;
  vertical-align: middle;
  align-items: center;
  font-size: 12px !important;
  color: #989898;
  display: table-cell;
}
section.novice-druga-stran .nr-nav-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  section.novice-druga-stran {
    /* For mobile phones: */
  }
  section.novice-druga-stran .col-4 {
    width: 100%;
    margin-bottom: 10px !important;
  }
  section.novice-druga-stran .post-thumbnail {
    height: 283px;
  }
}
@media only screen and (max-width: 768px) {
  section.novice-druga-stran {
    /* For mobile phones: */
    margin-bottom: 100px;
  }
  section.novice-druga-stran .col-1 {
    max-height: 200px !important;
    min-height: 200px;
    height: 200px;
  }
  section.novice-druga-stran .col-4 {
    width: 100%;
    margin-bottom: 10px !important;
  }
  section.novice-druga-stran .post-thumbnail {
    height: 283px;
  }
  section.novice-druga-stran small {
    display: flex;
  }
}

section.projekti-prva-stran {
  padding-top: 165px;
}
section.projekti-prva-stran h1 {
  line-height: 55px !important;
  padding-bottom: 33px;
}
section.projekti-prva-stran .spacer-left {
  margin-top: 33px;
}
section.projekti-prva-stran .splide__slide {
  height: 500px !important;
}
section.projekti-prva-stran .clickable-slide {
  cursor: pointer;
}
section.projekti-prva-stran #posts-list .col-6 {
  width: 590px;
  margin: 0px;
}
section.projekti-prva-stran .slide-inner-content {
  position: relative;
  width: 627px;
  margin-top: 90px !important;
  margin-left: 120px !important;
}
section.projekti-prva-stran .slide-inner-content p {
  color: #fff;
}
section.projekti-prva-stran .slide-inner-content .post-title {
  width: 254px !important;
}
@media only screen and (max-width: 768px) {
  section.projekti-prva-stran .col-12 {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
  }
}
section.projekti-prva-stran .outer-read-more-btn {
  bottom: 20px;
  align-items: center;
  left: 0;
  width: 100%;
  text-align: -webkit-center;
  margin-bottom: 40px;
}
section.projekti-prva-stran .outer-read-more-btn .read-more-btn {
  display: block;
  width: 211px;
  max-width: 211px !important;
  background: #c22033;
  padding: 10px;
  text-align: center;
  border-radius: 23px;
  font-size: 18px;
  color: white;
  font-weight: bold;
  position: relative;
  line-height: 25px;
}
section.projekti-prva-stran .outer-read-more-btn .read-more-btn:hover {
  cursor: pointer;
}
section.projekti-prva-stran p.subtitle {
  padding-top: 10px !important;
  color: #212122;
}
section.projekti-prva-stran .spacer-left {
  margin: unset;
}
section.projekti-prva-stran a {
  text-decoration: none;
  color: #fff;
}
section.projekti-prva-stran h1.post-title {
  font-size: 23px;
  padding-bottom: 20px;
}
section.projekti-prva-stran .splide__arrow--prev {
  left: -5em !important;
}
section.projekti-prva-stran .splide__arrow--next {
  right: -5em !important;
}
section.projekti-prva-stran .splide__pagination {
  bottom: unset !important;
}
section.projekti-prva-stran h4 {
  line-height: 28px;
  font-size: 23px;
  margin-top: 0px;
  font-weight: normal;
}
section.projekti-prva-stran .show-all-btn {
  text-transform: unset;
  display: block;
  width: 180px;
  max-width: 180px !important;
  background: #212122;
  padding: 10px;
  text-align: center;
  border-radius: 23px;
  font-size: 18px;
  color: white;
  font-weight: bold;
  position: relative;
  float: right;
  line-height: 25px;
  bottom: -40px;
  right: 0;
  z-index: 99;
}
section.projekti-prva-stran .show-all-btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 786px) and (max-width: 920px) {
  section.projekti-prva-stran .slide-inner-content {
    width: auto !important;
  }
  section.projekti-prva-stran .slide-inner-content > p {
    font-size: 14px !important;
    line-height: 16px !important;
  }
}
@media only screen and (max-width: 768px) {
  section.projekti-prva-stran .slide-inner-content {
    width: auto;
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-top: 5px !important;
  }
  section.projekti-prva-stran .slide-inner-content p {
    font-size: 18px !important;
  }
  section.projekti-prva-stran .show-all-btn {
    float: unset !important;
    bottom: unset !important;
    right: unset !important;
    margin: 0 auto !important;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  section.projekti-prva-stran .show-all-btn {
    z-index: 1 !important;
  }
}

section.programi {
  min-height: 345px;
}
section.programi .clickable-column:hover {
  cursor: pointer;
}
section.programi #header {
  margin-top: 0;
  padding-top: 250px;
}
section.programi #header h1 {
  margin-top: 0;
  margin-bottom: 0;
}
section.programi #header .spacer-left {
  margin-bottom: 0 !important;
}
section.programi .col-12 {
  margin: 0 !important;
}
section.programi #content {
  padding-bottom: 60px;
}
section.programi .row .spacer-left {
  margin-bottom: 0.5%;
}
section.programi .row .col-4 {
  width: 33.3%;
  margin: 0rem !important;
}
section.programi .row .col-4 .image-container {
  height: 100%;
  padding-top: 3.4rem;
}
section.programi .row .col-4 .image-container img {
  display: block;
  margin: auto;
}
section.programi .row .col-4 p {
  text-align: center;
  font-size: 18px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  section.programi .row .col-4 {
    /* For mobile phones: */
    width: 100%;
    margin-bottom: 16px !important;
  }
}
@media only screen and (max-width: 500px) {
  section.programi .row #header {
    padding-top: 150px;
  }
}
section.programi .vrste-programov {
  margin-top: 16px;
  height: 270px !important;
  min-height: 270px;
  max-height: 270px;
}
section.programi .vrste-programov .col-4 {
  height: 270px !important;
}
section.programi .vrste-programov .col-4 .bg-box {
  background-repeat: no-repeat !important;
  background-size: 100% 270px !important;
  height: 270px;
}
section.programi .vrste-programov .inner-box {
  padding-top: 45px;
  padding-bottom: 22px;
  padding-left: 60px;
  padding-right: 55px;
  max-height: 270px;
}
section.programi .vrste-programov .inner-box .excerpt {
  font-size: 18px;
  padding-top: 70px;
}
section.programi .vrste-programov .inner-box h1 {
  font-size: 23px;
  line-height: 28px;
  font-weight: normal;
  color: #fff;
  margin: 0px;
}
section.programi .vrste-programov .inner-box h1 a {
  color: #fff;
  text-decoration: none;
}
section.programi .vrste-programov .inner-box p {
  text-align: left !important;
}
@media only screen and (max-width: 420px) {
  section.programi .vrste-programov .inner-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  section.programi .vrste-programov {
    height: unset !important;
    max-height: unset !important;
    min-height: unset !important;
  }
}
@media only screen and (max-width: 768px) {
  section.programi .vrste-programov {
    /* For mobile phones: */
  }
  section.programi .vrste-programov .col-4 .bg-box {
    background-size: cover !important;
  }
  section.programi .vrste-programov .inner-box .excerpt {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 420px) {
  section.programi .vrste-programov .inner-box .excerpt {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 320px) {
  section.programi .vrste-programov .inner-box {
    padding-left: 10px;
    padding-right: 10px;
  }
  section.programi .vrste-programov .inner-box .excerpt {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  section.programi .vrste-programov .inner-box {
    padding-top: 30px;
  }
  section.programi .vrste-programov .inner-box .excerpt {
    padding-top: 55px;
  }
  section.programi .vrste-programov .col-4 .bg-box {
    background-size: cover !important;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1280px) {
  section.programi .vrste-programov .inner-box .excerpt {
    padding-top: 50px;
  }
  section.programi .vrste-programov .col-4 .bg-box {
    background-size: cover !important;
  }
}
section.programi #first {
  min-height: 345px;
  background-color: #212122;
}
section.programi #second {
  min-height: 345px;
  background-color: #212122E6;
}
section.programi #third {
  min-height: 345px;
  background-color: #212122;
}
section.programi #first p,
section.programi #second p,
section.programi #third p {
  padding-top: 25px;
  font-size: 18px;
  line-height: 24px;
}

.odtis {
  background-position: center bottom;
  background-size: 100% 236px;
  padding-top: 10px;
}
.odtis:before {
  content: " ";
  position: absolute;
  bottom: 236px;
  right: 96px;
  height: 91px;
  width: 255px;
  background: #c22033;
}
.odtis:after {
  content: " ";
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 236px;
  width: 100%;
  background: #c22033;
  z-index: -1;
}
.odtis .odtis-content {
  height: 527px !important;
  max-height: 527px !important;
  padding-top: 142px;
  padding-bottom: 149px;
}
.odtis .bg-box {
  z-index: 12;
  color: #fff;
  padding-top: 114px;
  padding-left: 270px;
  padding-right: 270px;
  padding-bottom: 125px;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.odtis .bg-box .spacer {
  margin-top: 20px;
}
.odtis .bg-box p {
  width: 740px;
  font-size: 21px;
}
.odtis h1 {
  font-size: 48px;
}
.odtis a {
  text-decoration: none;
}
.odtis .read-more-btn {
  margin: 0 auto;
  width: 365px;
  display: block;
  background: #c22033;
  padding: 10px;
  text-align: center;
  border-radius: 23px;
  font-size: 18px;
  color: white;
  font-weight: bold;
  position: relative;
  margin-top: 40px;
  line-height: 25px;
}
.odtis .read-more-btn:hover {
  cursor: pointer;
}
@media only screen and (max-width: 940px) {
  .odtis:before, .odtis:after {
    content: unset !important;
  }
  .odtis .bg-box {
    padding-top: unset !important;
    padding-left: unset !important;
    padding-right: unset !important;
    padding-bottom: 10px !important;
    background-position: center !important;
    background-size: cover !important;
  }
  .odtis .bg-box h1 {
    font-size: 36px !important;
    line-height: 42px !important;
    padding-top: 20px !important;
  }
  .odtis .bg-box p {
    width: auto;
    padding: 10px;
    text-align: center;
  }
  .odtis .odtis-content {
    padding-bottom: 0px;
  }
  .odtis .read-more-btn {
    width: auto;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .odtis .bg-box {
    background-size: cover !important;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1280px) {
  .odtis .bg-box {
    background-size: 100% 100% !important;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 170px;
    padding-left: 170px;
  }
  .odtis .bg-box p {
    width: unset;
    font-size: 21px;
  }
  .odtis h1 {
    font-size: 32px;
  }
}

.logotipi {
  background-color: #212122;
  width: 100%;
  min-height: 120px;
  padding-bottom: 110px;
  padding-top: 150px;
}

section.logotipi .spacer {
  margin-bottom: 80px;
}
section.logotipi div.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.logotipi div.row div.column-container {
  display: flex;
  width: 20%;
  margin: 0;
  max-height: 110px;
}
section.logotipi div.row div.column-container div.posamicen-logo {
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
}
section.logotipi div.row div.column-container div.posamicen-logo a {
  transition: all 0.2s ease-in-out;
  width: 100%;
}
section.logotipi div.row div.column-container div.posamicen-logo a:hover {
  transform: scale(1.2);
}
section.logotipi div.row div.column-container div.posamicen-logo img {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 768px) {
  section.logotipi .col-3 {
    width: 50% !important;
  }
}

/* DOGODKI SECTION */
.dogodki-section {
  padding-top: 133px;
  color: #fff;
}
.dogodki-section .splide__slide {
  height: 336px !important;
}
.dogodki-section #posts-list .col-6 {
  width: 590px;
  margin: 0px;
}
.dogodki-section .slide-inner-content {
  position: absolute;
  bottom: 20px;
  margin-left: 30px !important;
  margin-right: 63px !important;
}
.dogodki-section .slide-inner-content p {
  font-size: 21px;
  font-weight: bold;
}
.dogodki-section p.subtitle {
  padding-top: 10px !important;
  color: #212122;
}
.dogodki-section .spacer-left {
  margin: unset;
  margin-top: 33px;
}
.dogodki-section a {
  text-decoration: none;
  color: #fff;
  position: absolute;
}
.dogodki-section h1.post-title {
  font-size: 23px;
  padding-bottom: 40px;
  line-height: 28px !important;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .dogodki-section h1.post-title {
    font-size: 23px !important;
    line-height: 28px !important;
  }
}
@media only screen and (max-width: 768px) {
  .dogodki-section h1 {
    font-size: 23px !important;
    line-height: 28px !important;
  }
}
.dogodki-section .splide__arrow--prev {
  left: -5em !important;
}
.dogodki-section .splide__arrow--next {
  right: -5em !important;
}
.dogodki-section .splide__pagination {
  bottom: unset !important;
}
.dogodki-section .show-all-btn {
  text-transform: unset;
  display: block;
  width: 180px;
  max-width: 180px !important;
  background: #212122;
  padding: 10px;
  text-align: center;
  border-radius: 23px;
  font-size: 18px;
  color: white;
  font-weight: bold;
  position: relative;
  float: right;
  line-height: 25px;
  bottom: -40px;
  right: 0;
  z-index: 99;
}
.dogodki-section .show-all-btn:hover {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .dogodki-section {
    display: none;
  }
  .dogodki-section .show-all-btn {
    float: unset !important;
    bottom: unset !important;
    right: unset !important;
    margin: 0 auto !important;
    margin-top: 20px;
  }
}

.dogodki-section-mobile {
  padding-top: 133px;
  color: #fff;
}
.dogodki-section-mobile .splide__slide {
  height: 336px !important;
}
.dogodki-section-mobile #posts-list .col-6 {
  width: 590px;
  margin: 0px;
}
@media only screen and (max-width: 768px) {
  .dogodki-section-mobile .slide-inner-content {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
  }
}
.dogodki-section-mobile .slide-inner-content p {
  font-size: 21px;
  font-weight: bold;
}
@media only screen and (max-width: 786px) {
  .dogodki-section-mobile .slide-inner-content > p {
    font-size: 14px !important;
    line-height: 16px !important;
  }
}
.dogodki-section-mobile p.subtitle {
  padding-top: 10px !important;
  color: #212122;
}
.dogodki-section-mobile .spacer-left {
  margin: unset;
  margin-top: 33px;
}
.dogodki-section-mobile a {
  text-decoration: none;
  color: #fff;
  position: absolute;
}
.dogodki-section-mobile h1.post-title {
  font-size: 23px;
  padding-bottom: 40px;
  line-height: 28px !important;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .dogodki-section-mobile h1.post-title {
    font-size: 23px !important;
    line-height: 28px !important;
  }
}
.dogodki-section-mobile .splide__arrow--prev {
  left: -5em !important;
}
.dogodki-section-mobile .splide__arrow--next {
  right: -5em !important;
}
.dogodki-section-mobile .splide__pagination {
  bottom: unset !important;
}
.dogodki-section-mobile .show-all-btn {
  text-transform: unset;
  display: block;
  width: 180px;
  max-width: 180px !important;
  background: #212122;
  padding: 10px;
  text-align: center;
  border-radius: 23px;
  font-size: 18px;
  color: white;
  font-weight: bold;
  position: relative;
  float: right;
  line-height: 25px;
  bottom: -40px;
  right: 0;
  z-index: 99;
}
.dogodki-section-mobile .show-all-btn:hover {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .dogodki-section-mobile .show-all-btn {
    float: unset !important;
    bottom: unset !important;
    right: unset !important;
    margin: 0 auto !important;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .dogodki-section-mobile {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .dogodki-section-mobile {
    display: block;
  }
}

button.is-active {
  border: 1px solid #393C41 !important;
  background: #393C41 !important;
}

/*
 * SOCIAL ICONS BOTTOM 
 */
.social-icons-bottom {
  background-color: #c22033;
  color: #fff;
  width: 100%;
  font-size: 0.9em;
  text-align: center;
  padding: 5%;
  margin: 0;
}
.social-icons-bottom ul li {
  list-style-type: none;
  display: inline-block;
}
.social-icons-bottom ul li a {
  text-decoration: none;
  line-height: 20px;
  display: inline-block;
  padding: 0 15px;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: 0.2s;
}
.social-icons-bottom ul li a:hover {
  color: #c22033;
}
@media only screen and (max-width: 768px) {
  .social-icons-bottom ul li a img {
    width: 32px !important;
  }
}
.social-icons-bottom:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 63px;
  right: 400px;
  background: #212122;
}
.social-icons-bottom:after {
  content: " ";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 63px;
  width: 105px;
  background: #212122;
}
.social-icons-bottom .social-icon {
  width: 42px;
}
.social-icons-bottom .container {
  padding-top: 3.2em;
}
@media only screen and (max-width: 768px) {
  .social-icons-bottom .container {
    width: 100%;
  }
  .social-icons-bottom ul {
    padding-inline-start: 0px;
  }
}

/*
 * SOCIAL ICONS BOTTOM END 
 */
.izpostavljeno-widget ul {
  padding-inline-start: 0px;
  list-style-type: none;
}
.izpostavljeno-widget ul li {
  margin-bottom: 15px;
  position: relative;
}
.izpostavljeno-widget .izp-post-box {
  height: 150px;
}
.izpostavljeno-widget .izp-post-box:hover {
  cursor: pointer;
}
.izpostavljeno-widget .izp-post-box .izp-post-date {
  color: #989898;
  font-size: 14px;
  font-weight: normal;
}
.izpostavljeno-widget .izp-post-box .izp-post-title {
  color: #fff;
  font-size: 19px;
  font-weight: normal;
}
.izpostavljeno-widget .izp-post-box .izp-post-inner {
  bottom: 20px;
  left: 20px;
  position: absolute;
}

/*
 * FOOTER 
 */
.cookie-popup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  padding: 10px 40px;
  text-align: left;
  background-color: #212122;
}

.cookie-popup .txt {
  display: inline-block;
  padding: 10px 0 10px;
  font-size: 14px;
  color: #989A9F;
  line-height: 17px;
}

.cookie-popup .txt a {
  width: 180px;
  height: 45px;
  background-color: #c22033;
  border: 0px;
  color: #fff;
  border-radius: 23px;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 34px;
  background-color: #c22033;
  background-color: #c22033;
}
.cookie-popup .txt a:hover {
  cursor: pointer;
  background-color: #ae1c2d;
}

@media (max-width: 767px) {
  .cookie-popup .btn {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    float: unset;
    height: 45px;
    background-color: #c22033;
    border: 0px;
    color: #fff;
    border-radius: 23px;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #c22033;
    background-color: #c22033;
  }
  .cookie-popup .btn:hover {
    cursor: pointer;
    background-color: #ae1c2d;
  }
}
.cookie-popup .btn {
  width: 180px;
  height: 45px;
  background-color: #c22033;
  border: 0px;
  color: #fff;
  border-radius: 23px;
  text-transform: uppercase;
  font-size: 18px;
  float: right;
  background-color: #c22033;
  background-color: #c22033;
}
.cookie-popup .btn:hover {
  cursor: pointer;
  background-color: #ae1c2d;
}

.site-footer {
  width: 100%;
}
.site-footer [input][type=checkbox] {
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #fff;
  background-color: #212122 !important;
}
.site-footer label {
  color: #fff;
  line-height: 24px;
  font-size: 18px;
}
.site-footer .read-more-btn {
  margin-top: 58px;
  text-decoration: none;
  display: block;
  width: 180px;
  max-width: 180px !important;
  background: #c22033;
  padding: 10px;
  text-align: center;
  border-radius: 23px;
  font-size: 18px;
  color: white;
  font-weight: bold;
  position: relative;
  line-height: 25px;
}
.site-footer .read-more-btn:hover {
  cursor: pointer;
}
.site-footer input[type=text],
.site-footer input[type=email] {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #212122;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.site-footer .spacer-left {
  background-color: #fff !important;
}
.site-footer p {
  color: #fff !important;
}
.site-footer .site-info {
  background-color: #212122;
}
.site-footer .site-info .row {
  padding-top: 80px;
  padding-bottom: 50px;
}
.site-footer .footer-copyright {
  background-color: #c22033;
}
.site-footer .footer-copyright .copyright-text {
  background-color: #c22033;
  color: #fff;
  width: 100%;
  font-size: 15px;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0;
  position: absolute;
}
.site-footer .footer-copyright .copyright-text a {
  color: #fff;
  text-transform: none;
  text-decoration: none;
}
.site-footer .custom-html-widget {
  font-family: "Roboto", sans-serif;
}
.site-footer .widget-title {
  color: #fff;
  width: 480px;
  font-size: 35px !important;
  line-height: 43px;
}
.site-footer #widget-footer-left {
  border-right: 2px solid #fff;
  padding-top: 1%;
}
.site-footer #widget-footer-right {
  padding-top: 1%;
}
.site-footer #widget-footer-right img {
  width: 288px;
  height: 60px;
  padding-bottom: 120px;
}
.site-footer .widget .biz-name {
  font-size: 23px;
  display: block;
  color: #fff;
  text-decoration: underline;
  padding-bottom: 10px;
}
.site-footer .widget .biz-name .separated {
  width: 100%;
}
.site-footer .widget .biz-subtitle {
  font-size: 18px;
  display: block;
  text-decoration: underline;
  color: #989898;
}
.site-footer .widget p {
  font-size: 18px;
  color: #fff;
}
.site-footer .widget p .nl-space {
  color: #fff;
  display: block;
}
@media only screen and (max-width: 768px) {
  .site-footer {
    /* For mobile phones: */
  }
  .site-footer .col-7 {
    border-right: none !important;
    border-bottom: 1px solid white;
    padding-bottom: 50px !important;
    margin: 0.5rem 2% !important;
  }
  .site-footer .col-7 .footer-left-outer {
    padding-right: 20px !important;
  }
  .site-footer .col-5 .footer-right-outer {
    padding-left: 10px !important;
  }
  .site-footer .widget-title {
    width: unset !important;
  }
  .site-footer #widget-footer-right img {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

@media only screen and (max-width: 1200px) {
  .widget {
    padding-bottom: 80px !important;
  }
}
/*
 * FOOTER END 
 */
.cst-subpage {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 500px;
  align-items: center;
  vertical-align: middle;
  display: flex;
}
.cst-subpage .cst-subpage-title {
  font-size: 80px;
  line-height: 94px;
  font-weight: 300px;
  color: #fff;
}
.cst-subpage .cst-subpage-sub-title {
  color: white;
  font-size: 28px !important;
  line-height: 33px !important;
  font-weight: normal;
  text-transform: uppercase;
}
.cst-subpage .cst-subpage-sub-title:after {
  font-size: 42px !important;
  line-height: 42px;
  content: " brez izgovora.";
  font-family: "Reenie Beanie", cursive;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .cst-subpage {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1280px) {
  .cst-subpage {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 920px) {
  .cst-subpage {
    padding-left: 40px;
  }
  .cst-subpage .cst-subpage-title {
    font-size: 48px !important;
    line-height: 52px !important;
  }
  .cst-subpage .cst-subpage-sub-title {
    font-size: unset !important;
  }
}

.load-more-news {
  padding-top: 90px;
  padding-bottom: 228px;
  text-align: center;
}
.load-more-news .show-more-news {
  border: 0px;
  margin: 0 auto;
  text-decoration: none;
  width: 211px;
  max-width: 211px !important;
  background: #212122;
  border-radius: 23px;
  font-size: 18px;
  color: white;
  font-weight: bold;
  height: 45px;
}
.load-more-news .show-more-news:hover {
  cursor: pointer;
}
.load-more-news .show-more-news.is-loading {
  opacity: 0.4;
  pointer-events: none;
}

.page-kontakt .page-title {
  width: 179px;
  background-color: #c22033;
}
.page-kontakt .page-title h1.page-h1 {
  line-height: 21px !important;
  color: #fff;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 18px !important;
}

.page-kontakt .page-subtitle {
  max-width: 928px;
}
.page-kontakt .page-subtitle h2 {
  font-size: 48px !important;
  line-height: 55px !important;
  font-weight: 900 !important;
}
@media only screen and (max-width: 768px) {
  .page-kontakt .page-subtitle h2 {
    font-size: 30px !important;
    line-height: 48px !important;
  }
}

.page-kontakt {
  margin-top: 157px;
}
.page-kontakt .container {
  max-width: 1200px;
}
.page-kontakt input {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #212122;
  box-sizing: border-box;
}
.page-kontakt input::placeholder {
  color: #212122;
}
.page-kontakt input::-webkit-input-placeholder {
  color: #212122;
}
.page-kontakt textarea {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #212122;
  box-sizing: border-box;
  max-width: 1200px;
  font-family: "Roboto", sans-serif;
}
.page-kontakt textarea::placeholder {
  color: #212122;
  font-family: "Roboto", sans-serif;
}
.page-kontakt textarea::-webkit-input-placeholder {
  color: #212122;
  font-family: "Roboto", sans-serif;
}
.page-kontakt form {
  padding-top: 75px;
}
.page-kontakt input[type=submit] {
  width: 269px;
  height: 45px;
  background-color: #212122;
  color: #fff;
  border-radius: 23px;
  text-transform: uppercase;
  font-size: 18px;
}
.page-kontakt input[type=submit]:hover {
  cursor: pointer;
}
.page-kontakt .map-overlay {
  position: relative;
  z-index: 10;
  background-color: rgba(50, 50, 50, 0.5);
  height: 681px;
  top: 681px;
  margin-top: -681px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-kontakt .map-overlay .map-overlay-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: white;
  z-index: 11;
}
@media only screen and (max-width: 768px) {
  .page-kontakt .map-overlay {
    display: none;
  }
}
.page-kontakt .map-frame {
  width: 100%;
  height: 681px;
  z-index: 5;
  position: relative;
  overflow: hidden;
}
.page-kontakt .map-frame iframe {
  position: relative;
  top: -54px;
  border: none;
}

.page-kontakt .ostali-podatki {
  padding-top: 30px;
}
.page-kontakt .ostali-podatki p {
  font-size: 18px;
  font-weight: 900;
}
.page-kontakt .ostali-podatki .ostalo {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}
.page-kontakt .ostali-podatki .telefon {
  margin-bottom: 10px;
}

.first-post-box {
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  min-height: 570px;
  max-height: 570px;
  height: 570px;
  margin-bottom: 45px;
}
.first-post-box .fp-inner-box {
  padding: 75.5px;
}
@media only screen and (max-width: 768px) {
  .first-post-box .fp-inner-box {
    padding: 30px;
  }
}
.first-post-box .author {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  bottom: 0px;
}
.first-post-box .author ul {
  padding-left: 0px;
  padding-bottom: 0px;
}
.first-post-box .author ul li {
  display: flex;
  list-style-type: none;
  align-items: center;
}
.first-post-box .author ul li img {
  border-radius: 50%;
  margin-right: 12px;
}
.first-post-box .post-date {
  font-size: 14px !important;
  color: #989898;
}
.first-post-box h2 {
  margin-top: 10px !important;
  margin-bottom: 30px;
  font-size: 48px !important;
  line-height: 55px;
  font-weight: 900;
  color: #fff;
}
.first-post-box p {
  margin-top: 10px !important;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #fff;
}
.first-post-box input[type=button] {
  width: 211px;
  height: 45px;
  background-color: #c22033;
  color: #fff;
  border-radius: 23px;
  border: 0px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
.first-post-box input[type=button]:hover {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .first-post-box {
    background-size: cover !important;
  }
  .first-post-box h2 {
    font-size: 21px !important;
    line-height: 24px !important;
  }
  .first-post-box .first-post-excerpt {
    width: unset !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .first-post-box h2 {
    font-size: 21px !important;
    line-height: 24px !important;
  }
  .first-post-box .first-post-excerpt {
    width: unset !important;
  }
}

.news-page .spacer-left {
  margin: 25px 0px 45px;
}
.news-page .title-left {
  margin-bottom: 0px;
}
.news-page h1 {
  margin-top: 155px;
  font-weight: 900;
}
.news-page #news-list-left-side {
  margin-left: 0px;
  margin-right: 0px;
}
.news-page #news-list-left-side .row {
  margin-bottom: 45px;
}
.news-page #np-thumbnail {
  width: 316px;
  min-width: 316px;
  margin: 0px;
}
.news-page #np-thumbnail img {
  max-height: 315px !important;
  width: 270px !important;
  height: 315px !important;
  object-fit: cover;
}
@media only screen and (max-width: 720px) {
  .news-page #np-thumbnail {
    width: 100% !important;
  }
  .news-page #np-thumbnail img {
    width: 100% !important;
  }
}
.news-page #post-right-box {
  width: 433px;
  height: 315px;
  margin: 0px;
}
.news-page #post-right-box .dogodki-content-middle a {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .news-page #post-right-box {
    height: 280px;
  }
}
.news-page .post-title {
  font-size: 23px;
}
.news-page .post-title a {
  text-decoration: none;
  color: #212122;
}
.news-page .post-title a:hover {
  color: #c22033;
}
.news-page p {
  font-size: 18px;
}
.news-page .first-post-excerpt {
  width: 433px;
}
.news-page .first-post-excerpt a {
  text-decoration: none;
  color: #fff;
}
.news-page .fp-title-dogodki {
  padding-top: 170px;
}
@media only screen and (max-width: 920px) {
  .news-page .fp-title-dogodki {
    font-size: 34px !important;
    line-height: 46px !important;
    padding-top: 65px;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1280px) {
  .news-page #np-thumbnail {
    width: 216px !important;
    min-width: 216px !important;
    margin: 0px;
  }
  .news-page #np-thumbnail img {
    width: 100% !important;
  }
  .news-page .dogodki-content-middle {
    padding-left: 20px;
  }
  .news-page #post-right-box {
    padding-left: 20px;
    width: 63%;
  }
}
@media only screen and (max-width: 768px) {
  .news-page #post-right-box {
    width: 100%;
    height: 280px !important;
  }
  .news-page #news-list-left-side .author {
    margin-bottom: 5px;
  }
}

.dogodki-page p {
  display: inline;
}
.dogodki-page .dogodki-modified-time {
  color: #c22033;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .dogodki-page #np-thumbnail {
    width: 100%;
  }
  .dogodki-page #np-thumbnail img {
    width: 100% !important;
  }
}

#news-list-left-side .post-date {
  padding-top: 50px;
  font-size: 14px;
  color: #989898 !important;
}
#news-list-left-side .author {
  font-size: 14px;
  margin-bottom: 20px;
  bottom: 0px;
  position: absolute;
  color: #989898 !important;
}
#news-list-left-side .author ul {
  padding-left: 0px;
  padding-bottom: 0px;
}
#news-list-left-side .author ul li {
  display: flex;
  list-style-type: none;
  align-items: center;
}
#news-list-left-side .author ul li img {
  margin-right: 10px;
}
#news-list-left-side .author img {
  border-radius: 50%;
}
#news-list-left-side .author span {
  position: absolute;
}
#news-list-left-side .open-post-arrow {
  bottom: 0px;
  margin-bottom: 20px;
  margin-right: 40px;
  right: 0px;
  position: absolute;
}
#news-list-left-side .open-post-arrow:hover {
  fill: #c22033;
}
#news-list-left-side .dogodki-middle-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.projects-page .spacer-left {
  margin: 25px 0px 45px;
}
.projects-page .title-left {
  margin-bottom: 0px;
}
.projects-page h1 {
  margin-top: 155px;
  font-weight: 900;
}
.projects-page #news-list-left-side {
  margin-left: 0px;
  margin-right: 0px;
}
.projects-page #news-list-left-side .row {
  margin-bottom: 45px;
}
.projects-page #np-thumbnail {
  width: 316px;
  min-width: 316px;
  margin: 0px;
}
.projects-page #np-thumbnail img {
  max-height: 315px !important;
  width: 270px !important;
  height: 315px !important;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .projects-page #np-thumbnail img {
    width: 100% !important;
  }
}
.projects-page #post-right-box {
  width: 433px;
  height: 315px;
  margin: 0px;
}
@media only screen and (max-width: 768px) {
  .projects-page #post-right-box {
    height: 280px;
  }
}
.projects-page .post-title {
  color: #212122;
  font-size: 23px;
  line-height: 28px;
  font-weight: medium;
}
.projects-page .post-title a {
  text-decoration: none;
  color: #212122;
}
.projects-page .post-title a:hover {
  color: #c22033;
}
.projects-page p {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}
.projects-page .first-post-excerpt {
  width: 433px;
}
.projects-page .open-post-arrow {
  bottom: 0px;
  margin-bottom: 20px;
  float: right;
  position: relative;
}
.projects-page #project-content-row {
  height: 100%;
  margin-bottom: 45px;
  align-items: center;
}
.projects-page #project-content-row .col-8 {
  margin-top: 0px;
  margin-left: 0px;
  height: 315px;
  align-items: center;
  display: flex;
}
.projects-page #project-content-row .col-8 .content a {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .projects-page #post-right-box {
    width: 100%;
    height: 280px !important;
  }
  .projects-page #news-list-left-side .author {
    margin-bottom: 5px;
  }
}

header {
  position: relative;
}

@media only screen and (max-width: 920px) {
  .single-programi .featured-header {
    height: 240px !important;
  }
}
@media only screen and (max-width: 920px) {
  .single-programi .cst-inner-inner-box {
    position: absolute !important;
    bottom: 0px !important;
  }
  .single-programi .cst-inner-inner-box .cst-subpage-title {
    font-size: 28px !important;
    line-height: 28px !important;
  }
  .single-programi .cst-inner-inner-box h1, .single-programi .cst-inner-inner-box h2 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .single-programi .cst-inner-inner-box h2::after {
    font-size: 24px !important;
    line-height: 26px !important;
  }
}

.programi-page .spacer-left {
  margin: 25px 0px 45px;
}
.programi-page .title-left {
  margin-bottom: 0px;
}
.programi-page h1 {
  margin-top: 155px;
  font-weight: 900;
}
.programi-page #news-list-left-side {
  margin-left: 0px;
  margin-right: 0px;
}
.programi-page #news-list-left-side .row {
  margin-bottom: 45px;
}
.programi-page #np-thumbnail {
  width: 316px;
  min-width: 316px;
  margin: 0px;
}
.programi-page #np-thumbnail img {
  max-height: 315px !important;
  width: 270px !important;
  height: 315px !important;
  object-fit: cover;
}
.programi-page #post-right-box {
  width: 433px;
  height: 315px;
  margin: 0px;
}
@media only screen and (max-width: 768px) {
  .programi-page #post-right-box {
    height: 280px;
  }
}
.programi-page .post-title {
  color: #212122;
  font-size: 23px;
}
.programi-page .post-title a {
  text-decoration: none;
  color: #212122;
}
.programi-page .post-title a:hover {
  color: #c22033;
}
.programi-page p {
  font-size: 18px;
}
.programi-page .first-post-excerpt {
  width: 433px;
}
.programi-page .open-post-arrow {
  bottom: 0px;
  margin-bottom: 20px;
  float: right;
  position: relative;
}
.programi-page #project-content-row {
  height: 100%;
  margin-bottom: 45px;
  align-items: center;
}
.programi-page #project-content-row .col-8 {
  margin-top: 0px;
  margin-left: 0px;
  height: 315px;
  align-items: center;
  display: flex;
}

.programi-pagination-container {
  position: relative;
}
.programi-pagination-container .programi-pagination-col {
  height: 150px;
  width: 50%;
  float: left;
  position: relative;
}
.programi-pagination-container .programi-pagination-col img.programi-pagination-background-image {
  height: 100%;
  width: 100%;
  object-fit: cover !important;
}
.programi-pagination-container .programi-pagination-col .programi-pagination-col-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #C22033BF;
  /*#dd2338BF;*/
  display: flex;
  align-items: center;
}
.programi-pagination-container .programi-pagination-col .programi-pagination-col-layer div {
  color: white;
  display: flex;
}
.programi-pagination-container .programi-pagination-col .programi-pagination-col-layer .previous-post-arrow {
  padding-right: 100px;
}
.programi-pagination-container .programi-pagination-col .programi-pagination-col-layer .previous-post-arrow img {
  transform: rotate(180deg);
}
.programi-pagination-container .programi-pagination-col .programi-pagination-col-layer .next-post-arrow {
  padding-left: 100px;
}
@media only screen and (max-width: 768px) {
  .programi-pagination-container .programi-pagination-col .programi-pagination-col-layer .previous-post-arrow {
    display: none;
  }
  .programi-pagination-container .programi-pagination-col .programi-pagination-col-layer .next-post-arrow {
    display: none;
  }
}
.programi-pagination-container .programi-pagination-col .programi-pagination-col-layer.previous-post {
  justify-content: flex-end;
  text-align: right;
}
.programi-pagination-container .programi-pagination-col .programi-pagination-col-layer.previous-post .programi-pagination-item-title {
  padding-right: 50px;
}
.programi-pagination-container .programi-pagination-col .programi-pagination-col-layer.next-post {
  justify-content: flex-start;
  text-align: left;
}
.programi-pagination-container .programi-pagination-col .programi-pagination-col-layer.next-post .programi-pagination-item-title {
  padding-left: 50px;
}
.programi-pagination-container .programi-pagination-col:hover {
  cursor: pointer;
  font-size: 120%;
}

.publikacije-page #static_content {
  padding-bottom: 120px;
}
.publikacije-page #static_content .col-3, .publikacije-page #search_results_outer .col-3 {
  cursor: pointer;
}
.publikacije-page .spacer-left {
  margin: 25px 0px 45px;
}
.publikacije-page .title-left {
  margin-bottom: 0px;
}
.publikacije-page h1 {
  margin-top: 155px;
  font-weight: 700;
}
.publikacije-page #post-column {
  width: 285px;
  margin: 0px;
  margin-right: 15px;
}
.publikacije-page .post-title {
  font-size: 23px;
}
.publikacije-page .pub-thumbnail {
  width: 100%;
  overflow: hidden;
  margin: 0px;
}
.publikacije-page .pub-thumbnail img {
  max-height: 315px !important;
  width: 270px !important;
  height: 315px !important;
  object-fit: cover;
}
.publikacije-page .post-title {
  color: #212122;
  font-size: 23px;
}
.publikacije-page .post-title a {
  text-decoration: none;
  color: #212122;
}
.publikacije-page .post-title a:hover {
  color: #c22033;
}
.publikacije-page .publikacije-filter {
  padding-bottom: 156px;
}
.publikacije-page .publikacije-filter .input_pub_search {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #212122;
  box-sizing: border-box;
}
.publikacije-page .publikacije-filter .input_pub_search::placeholder {
  color: #212122;
}
.publikacije-page .publikacije-filter .input_pub_search::-webkit-input-placeholder {
  color: #212122;
}
.publikacije-page .publikacije-filter .filter_btn_badge {
  margin-top: 30px;
  background-color: #212122;
  border: 0px;
  color: #fff;
  font-size: 15px;
  padding: 12px;
}
.publikacije-page .publikacije-filter .filter_btn_badge:hover {
  cursor: pointer;
}
.publikacije-page .publikacije-filter .filter_btn_badge:focus {
  background-color: #c22033;
}
@media only screen and (max-width: 768px) {
  .publikacije-page .col-3 {
    width: 100% !important;
  }
  .publikacije-page .col-3:hover {
    cursor: pointer;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .publikacije-page .col-3 {
    width: 21% !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .publikacije-page .col-3 {
    width: 21% !important;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1200) {
  .publikacije-page .col-3 {
    width: 21%;
  }
}

.page-donacije .page-header {
  width: 100%;
  height: 721px;
  max-height: 721px;
}
.page-donacije .page-header .container {
  height: 100%;
}
.page-donacije .page-header .container .bottom-title {
  font-size: 80px;
  font-weight: 300 !important;
  position: absolute;
}
.page-donacije .page-donacije-content .inner {
  padding-top: 149px;
  max-width: 779px;
}
.page-donacije .page-donacije-content .inner h2 {
  font-size: 48px;
  font-weight: 900;
  line-height: 55px;
}
.page-donacije .page-donacije-content .team-photo {
  max-width: 100%;
  width: 100%;
  margin-bottom: 229px;
}
@media only screen and (max-width: 768px) {
  .page-donacije .page-donacije-content .team-photo {
    margin-bottom: 129px;
  }
}
.page-donacije .page-donacije-content .note {
  display: flex;
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center;
  text-align: center;
  width: 720px;
  margin: 0px auto;
}
.page-donacije .page-donacije-content .note h3 {
  color: black !important;
  font-weight: 900;
  font-size: 28px;
  line-height: 33px;
}
.page-donacije .page-donacije-content .note img {
  align-items: center;
  margin: 0 auto;
  padding-bottom: 61px;
}
@media only screen and (max-width: 768px) {
  .page-donacije .page-donacije-content .note {
    width: 100%;
  }
}
.page-donacije .page-donacije-content .col-12 {
  margin: 0 0 20px 0;
}
.page-donacije .page-donacije-content h1 {
  color: #fff;
  font-size: 32px;
}
.page-donacije .page-donacije-content h3 {
  color: #fff;
  font-size: 33px;
  line-height: 38px;
  color: #c22033 !important;
  font-weight: normal;
}
.page-donacije .page-donacije-content .bg-donacija1 {
  background: url("/wp-content/themes/noex/assets/bg/donacija1.png") no-repeat center;
}
.page-donacije .page-donacije-content .bg-donacija2 {
  background: url("/wp-content/themes/noex/assets/bg/donacija2.png") no-repeat center;
}
.page-donacije .page-donacije-content .bg-donacija3 {
  background: url("/wp-content/themes/noex/assets/bg/donacija3.png") no-repeat center;
}
.page-donacije .page-donacije-content .donacija-box {
  width: 100%;
  height: 225px;
  background-size: cover;
  overflow: hidden;
  align-items: center;
  display: flex;
}
.page-donacije .page-donacije-content .donacija-box .center-box {
  width: 100%;
  height: 100%;
  padding-top: 37px;
  padding-bottom: 30px;
  padding-left: 45px;
}
.page-donacije .page-donacije-content .donacija-box .center-box h1 {
  max-width: 541px;
  margin-bottom: 0px;
  font-weight: 900;
  line-height: 41px !important;
  font-size: 36px !important;
}
.page-donacije .page-donacije-content .donacija-box .center-box p {
  font-size: 18px;
  line-height: 24px;
  max-width: 777px;
}
.page-donacije .page-donacije-content .donacija-box .center-box .row .col-9 {
  margin: 0px;
}
.page-donacije .page-donacije-content .donacija-box .center-box .row .col-9 p {
  margin-top: 0px;
}
@media only screen and (max-width: 768px) {
  .page-donacije .page-donacije-content .donacija-box .center-box {
    padding: 0px 20px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .page-donacije .page-donacije-content .donacija-box {
    height: auto;
  }
  .page-donacije .page-donacije-content .donacija-box p {
    padding-top: 10px;
    width: auto !important;
  }
  .page-donacije .page-donacije-content .donacija-box .center-box {
    padding-right: 45px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .page-donacije .page-donacije-content .donacija-box .col-3 {
    margin: unset !important;
  }
}
@media only screen and (max-width: 1365px) {
  .page-donacije .page-donacije-content .donacija-box .center-box h1 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .page-donacije .page-donacije-content .donacija-box .row [class^=col] {
    float: unset !important;
  }
  .page-donacije .page-donacije-content .donacija-box .col-3 {
    display: block !important;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1280px) {
  .page-donacije .page-donacije-content .donacija-box .col-3 {
    margin: unset !important;
  }
}
.page-donacije .page-donacije-content .donacija-box p {
  color: #fff;
  width: 700px;
  font-size: 18px;
  line-height: 24px;
}
.page-donacije .page-donacije-content .donacija-box .left-side-content {
  align-items: center;
  height: 100%;
}
.page-donacije .page-donacije-content .donacija-box .right-side-btn {
  display: flex;
  align-items: center;
}
.page-donacije .page-donacije-content .donacija-box .right-side-btn input[type=button] {
  width: 269px;
  height: 45px;
  background-color: #212122;
  color: #fff;
  border-radius: 23px;
  border-style: solid;
  border-color: #212122;
  text-transform: uppercase;
  font-size: 18px;
}
.page-donacije .page-donacije-content .donacija-box .right-side-btn input[type=button]:hover {
  cursor: pointer;
}

.page-onas h1, .page-onas h2 {
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

section.zaveza {
  padding-top: 157px;
  padding-bottom: 111px !important;
}
section.zaveza p {
  line-height: 24px !important;
}
section.zaveza:after {
  content: " ";
  position: absolute;
  bottom: -20px;
  left: 200px;
  height: 20px;
  width: 225px;
  z-index: 1;
  background: #fff;
}
section.zaveza .logo-razdelek {
  margin-top: 80px;
  margin-bottom: 80px;
  height: 345px;
  background-color: #c22033;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.nasa-vizija {
  padding-top: 100px;
  padding-bottom: 130px;
  color: #fff;
}
section.nasa-vizija .spacer-left {
  margin-bottom: 0px;
}
section.nasa-vizija .content p {
  line-height: 24px !important;
}

.nase-poslanstvo {
  padding-top: 140px;
}
.nase-poslanstvo p {
  line-height: 24px !important;
}
.nase-poslanstvo:after {
  content: " ";
  position: absolute;
  top: 0px;
  right: 200px;
  height: 20px;
  width: 225px;
  background: #212122;
}

section.nase-vrednote {
  background-color: #212122;
  font-size: 21px;
  line-height: 31px;
  color: #fff;
}
section.nase-vrednote .subtitle {
  line-height: 24px;
  margin-bottom: 58px;
  font-size: 21px;
}
section.nase-vrednote:before {
  content: " ";
  position: absolute;
  bottom: -20px;
  right: 0px;
  height: 20px;
  width: 25%;
  background: #212122;
}
section.nase-vrednote .col-12 {
  margin: 0px;
}
section.nase-vrednote .col-3 {
  margin-right: 10px;
  margin-left: 5px;
  height: 212px;
  min-height: 212px;
  max-height: 212px;
  background-color: #c22033;
}
section.nase-vrednote .col-3:hover {
  opacity: 0.8;
  cursor: pointer;
}
section.nase-vrednote .col-3 span {
  padding: 10px;
}
section.nase-vrednote .col-3 span:hover {
  cursor: pointer;
}
section.nase-vrednote .first {
  text-align: left;
  background-color: transparent !important;
}
section.nase-vrednote .with-bg {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 23px;
  text-align: center;
}
section.nase-vrednote .inner {
  padding-bottom: 150px;
  padding-top: 150px;
}

.nasa-zgodovina {
  padding-top: 100px;
}
.nasa-zgodovina .content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .nasa-zgodovina .content img {
    width: 100% !important;
    height: auto !important;
  }
}

.upravni-odbor .title-left, .zaposleni .title-left {
  padding-top: 140px;
}
.upravni-odbor .col-6, .zaposleni .col-6 {
  height: 210px;
  min-height: 210px;
  max-height: 210px;
  display: flex;
  align-items: center;
}
.upravni-odbor img, .zaposleni img {
  width: 209px;
  height: 210px;
  vertical-align: middle;
}
.upravni-odbor p, .zaposleni p {
  margin-left: 46px;
  line-height: 31px !important;
}
@media only screen and (max-width: 768px) {
  .upravni-odbor p, .zaposleni p {
    margin-left: 16px;
  }
  .upravni-odbor p .persons img, .zaposleni p .persons img {
    height: auto;
    max-width: 40%;
  }
}

.zaposleni {
  padding-bottom: 229px;
}

.podatki-organizacija p {
  font-size: 21px;
  line-height: 31px !important;
}

.post-template-container {
  cursor: pointer;
}

.quote-image {
  padding: 30px 45px;
  position: relative;
}
.quote-image:before {
  content: " ";
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: url("/wp-content/themes/noex/assets/icons/quote_icon.svg") no-repeat center center/68px 68px;
  width: 252px !important;
}

article a {
  color: #c22033;
  text-decoration: none;
}
article .with-quote-icon {
  padding: 30px 45px;
  position: relative;
}
article .with-quote-icon:before {
  content: " ";
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: url("/wp-content/themes/noex/assets/icons/quote_icon.svg") no-repeat center center/68px 68px;
}
article .with-quote-icon img {
  width: 252px !important;
}
article .size-full {
  position: relative;
  width: 180% !important;
  left: -40%;
  height: auto !important;
  margin-top: 120px;
  margin-bottom: 150px;
}
article .dogodki-modified-time {
  display: none;
}
article iframe {
  width: 100%;
}
article p {
  font-size: 21px;
  line-height: 31px;
  font-weight: normal;
}
article .post-thumbnail {
  width: 100%;
  height: auto;
}
article .post-thumbnail img {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  max-height: 270px;
}
article .entry-title {
  margin-top: 51px;
  font-size: 48px;
}
article h2, article h3 {
  color: #c22033;
  font-weight: 300;
  font-size: 33px;
}
article .tags-links {
  display: none;
}
article .posted-by-author {
  margin-top: 51px;
  margin-bottom: 43px !important;
}
article .posted-by-author img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
}
article .posted-on-date {
  color: #989898;
  font-size: 14px;
}
article .posted-on-date a {
  text-decoration: none;
  color: #989898;
}
article .updated {
  display: none;
}
article .img {
  width: 100%;
  max-width: 100%;
}

#comments #respond {
  color: #fff;
  background-color: #c22033;
  border-radius: 5px;
  padding: 10px;
}
#comments textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border: 1px solid #fff;
}
#comments .logged-in-as {
  display: none;
}
#comments input[type=submit] {
  width: 269px;
  height: 45px;
  background-color: #212122;
  color: #fff;
  border-radius: 23px;
  border: 0px;
  text-transform: uppercase;
  font-size: 18px;
}
#comments input[type=submit]:hover {
  cursor: pointer;
}
#comments #reply-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.widget-area .widget-title {
  font-size: 23px;
  font-weight: bold !important;
}
.widget-area .spacer-left {
  position: relative;
  margin: 10px 0 15px;
  height: 5px;
  width: 163px;
  background-color: #c22033;
}
.widget-area .tagcloud a {
  background-color: #212122;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  padding: 10px;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* Full width */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  /* Modal Content/Box */
  /* The Close Button */
}
@media only screen and (max-width: 768px) {
  .modal {
    z-index: 99 !important;
  }
}
.modal .modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  /* 15% from the top and centered */
  padding-left: 59px;
  padding-right: 59px;
  border: 1px solid #888;
  width: 1020px;
  /* Could be more or less, depending on screen size */
  height: auto;
}
.modal .modal-content h1 {
  margin-top: 10px;
}
.modal .modal-content .container {
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .modal .modal-content .container {
    width: 100%;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1200) {
  .modal .modal-content .container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .modal .modal-content {
    margin: 0px !important;
    width: unset !important;
    height: auto !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .modal .modal-content .inner {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .modal .modal-content {
    width: unset !important;
    height: auto !important;
    padding-bottom: 60px;
  }
}
.modal .close, .modal .closedonacijemodal {
  color: #212121;
  float: right;
  font-size: 60px;
  font-weight: 300 !important;
  margin-right: -30px;
}
@media only screen and (max-width: 768px) {
  .modal .close, .modal .closedonacijemodal {
    margin-right: -10px;
  }
}
.modal .close:hover,
.modal .close:focus,
.modal .closedonacijemodal:hover,
.modal .closedonacijemodal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .modal #donacije_modal {
    height: 100% !important;
  }
}

.splide__arrow {
  background: none;
}
.splide__arrow img {
  width: 46px;
  height: 27px;
}
@media only screen and (max-width: 768px) {
  .splide__arrow {
    /* For mobile phones: */
    display: none;
  }
}

.splide__pagination__page {
  opacity: 1;
  width: 15px;
  height: 15px;
}

.splide__pagination {
  margin-top: 59px !important;
}
.splide__pagination li {
  margin-left: 15px;
  margin-right: 14px;
}

.splide__pagination__page {
  background: #393C41 !important;
  position: relative;
  padding: 5px;
}

.splide__pagination__page.is-active {
  transform: none;
}

.splide__pagination__page.is-active::before {
  content: " ";
  position: absolute;
  left: -7px;
  right: -7px;
  top: -7px;
  bottom: -7px;
  border-radius: 50%;
  border: 1px solid #000;
}

.gallery {
  display: grid;
  column-count: 3;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}

.gallery-item {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}