.slika_novosti {
  width: 100%;
  height: 250px;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.docIcon {
  width: 50px;
  margin-bottom: 20px;
}

.docBread {
  font-size: 9px;
}

h1.novosti {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 35px;
}

h1.clanci {
  color: #fff;
  font-weight: 700;
  font-size: 70px;
}

.slika_novosti-sekcija {
  width: 100%;
  height: 500px;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.margina-read-one {
  text-align: justify;
  padding-left: 70px;
  padding-right: 70px;
}
.naslov {
  color: #fff;
  font-weight: 700;
  font-size: 70px;
}

.break {
  height: 100px;
}

.font-weight-bold:first-letter {
  text-transform: uppercase;
}

.slika_reference {
  width: 100%;
  height: 250px;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 7px;
  float: left;
  padding: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.botun-plavi {
  background: #377dff;
  color: #fff;
  height: 20px;
  border-radius: 20px;
  padding: 5px;
}

.navbar {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  margin-top: 0px;
  background-opacity: 0.2;
}

.slika_galerija {
  width: 32%;
  height: 250px;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 7px;
  float: left;
  padding: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.lightbox {
  /** Default lightbox to hidden */
  display: none;

  /** Position and style */
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.lightbox img {
  /** Pad the lightbox image */
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%;
}

.lightbox:target {
  /** Remove default browser outline */
  outline: none;

  /** Unhide lightbox **/
  display: block;
}

@media (max-width: 768px) {
  .btn-upisi {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .break {
    height: 1px;
  }

  .logog {
    width: 130%;
  }

  .u-space-4-top {
    padding-top: 3rem;
  }

  .lead {
    font-size: 12px;
  }

  .font-size-48--md-down {
    font-size: 2rem;
  }

  .slika_galerija {
    width: 100%;
    height: 250px;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 7px;
    float: left;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 15px;
  }

  .margina-read-one {
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
  }

  h1.novosti {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 25px;
  }

  h1.clanci {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
  }
}

@media (max-width: 992px) {
  .u-space-4-top {
    padding-top: 2rem;
  }
}

.top-plavo {
  background: #377dff;
  width: 100%;
  height: 25px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 5px;
}

.margina-desno {
  margin-right: 10px;
}

@media (max-width: 992px) {
  .sakrijme {
    display: none;
  }

  .margin-botuni {
    padding: 10px;
  }

  .margina-dugme {
    margin-bottom: 10px;
  }

  .skrivac-mob {
    visibility: hidden;
  }

  h1 {
    font-size: 35px;
  }
}

@media (max-width: 992px) {
  .smanji {
    font-size: 30px;
  }
}

@media (max-width: 992px) {
  .smanji-logo {
    width: 100%;
  }
}

#cookie-icon-box {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #1db489;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 999;
  padding: 5px;
}

#cookie-icon-box:hover {
  background-color: #ccc; /* Change the color on hover if needed */
}

#cookie-icon img {
  width: 25px;
  height: 25px;
}

.termsfeed-com---palette-light .cc-nb-okagree {
  color: #fff;
  background-color: black !important;
  border-radius: 10px;
}

.termsfeed-com---palette-light .cc-nb-reject {
  color: #fff;
  background-color: black !important;
  border-radius: 10px;
}
.termsfeed-com---palette-light .cc-nb-changep {
  color: #fff !important;
  background-color: #000 !important;
  border-radius: 10px;
}

.termsfeed-com---palette-light {
  border-top-left-radius: 25px !important;
  border: 1px solid #eeeeee;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.termsfeed-com---nb .cc-nb-main-container {
  padding: 15px !important;
}

.termsfeed-com---nb-headline {
  position: fixed !important;
  margin: 10px !important;
  text-align: center !important;
  max-width: 300px !important;
  font-family: "Poppins", sans-serif !important;
}

.termsfeed-com---palette-light .cc-nb-title {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700;
  font-size: 20px !important;
}

.termsfeed-com---reset button:focus,
.termsfeed-com---reset button:active,
.termsfeed-com---reset a:focus,
.termsfeed-com---reset a:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

