body{
    position: relative;
}

@media (max-width: 575px) {
  nav ul:last-of-type{
    margin-right: 0;
  }

  .article a img{
    width: 100%;
  }

  .row{
    margin-left: 0;
    margin-right: 0;
  }

}

nav#header{
    border-bottom: 1px solid #000;
}
nav#header ul{
    flex-basis: 33%;
    flex-grow: 0;
}

#header-mreze li{
    margin-right: 10px;
}


#glavnimeni{
    font-family: var(--font-family2);  text-transform: uppercase;
     border-bottom:1px solid #000;  margin-bottom: 12px;
}
#glavnimeni a{
    font-size:24px;
}

a#hLupa {
    background: url('../../img/icons/lupa.png') no-repeat center center; width: 20px; height: 20px;
}

@media (max-width: 767px){

    #header-mreze,
    #header-pretraga{
        flex-basis: 25%!important;
    }

    #header-mreze li{
        padding-left: 0; padding-right: 0px;
    }

    #header-logo{
        flex-basis: 50%!important;
    }
}



.articles h2{
    font-family: var(--font-family2);  text-transform: uppercase; font-weight: 400; margin-bottom: 20px; font-size:28px;

}
.articles h2 span{
    background-color: #000; padding:1px 11px; color: #fff;
}

.article{
    margin-bottom: var(--bs-gutter-x);
}
.article img{
    margin-bottom: 10px;
}
.article h3{
    margin-bottom: 10px;
    line-height: normal;
    font-family: var(--font-family2);  text-transform: uppercase; line-height: 32px; font-size:28px; font-weight: 400;
}
.article p{
    font-size:14px;
}

@media (min-width: 1200px) {
  .article h3{
     line-height: 26px; font-size:22px;
  }
}


.epp{
    margin-bottom: var(--bs-gutter-x);
}


#naslov_kategorije h2{
    font-family: var(--font-family2);  text-transform: uppercase; font-weight: 400; margin-bottom: 20px; font-size:18px;
}


.istaknuti_artikal{
    padding-left: 30px; padding-right: 30px;
}
.istaknuti_artikal .article{
    background-color: #e5e5e5; padding-top: 15px; padding-bottom: 5px;
}

#tekst_boddyXXX{
    max-width: 1100px; margin: 0 auto;
}

#artikal{
    margin-bottom: 40px;
}

#artikal img{
    width: 100%;
}
#artikal h1{
    font-family: var(--font-family2);  text-transform: uppercase; font-weight: 400; margin-bottom: 20px;
}
#artikal h2{
    font-style: italic; font-size:16px; margin-bottom: 20px;
}

#artikal h3{
    font-size:16px; margin-bottom: 20px;
}

#artikal #txt{
    padding-top: 20px;
}
#artikal #txt,
#artikal #txt p{
    font-size:16px
}

#tekst_boddy .article img{
    width: 100%;
}

.pagination{
    display:flex;
    justify-content:center;

}
.pagination li{
    list-style-type: none; display: inline-block; width: 28px; margin: 0 5px; height: 28px; line-height: 20px; text-align: center; padding: 4px;
}
.pagination li.active{
    background-color: #000;
}
.pagination li.active a{
    color: #fff;
}


.magazini .datum{
    font-size:12px; text-transform: uppercase;
}
.magazini .article .unosi .unos{
    font-size:18px; margin-bottom: 10px;
}
.magazini .article .unosi .unos .unosnaslov{
    font-weight: bold; text-transform: uppercase;
}

#magazin h1{
    margin-bottom: 0;
}
#magazin #izdvajamo{
    margin-bottom: 20px;
}
#magazin #izdvajamo .izdvajamo{
    font-size: 16px;
}
#magazin #izdvajamo .naslov{
    font-weight: bold;
}

@media (max-width: 767px) {
    #magazin h1{
        margin-bottom: 20px;
    }
    #magazin #izdvajamo .izdvajamo{
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}

#epp{
    position: fixed; z-index: 100000; left: 50%; transform: translateX(-50%); bottom: 10px;
    animation-duration:0.5s;
    animation-name:slidein-low;
}
@keyframes slidein-low  {
   from {
      bottom:-300px;
   }

   to {
      bottom:10px
   }

}
#epp span{
    position: absolute; top:0; right: 0; background-color: #fff; padding: 0 2px; border:1px solid #ccc; cursor: pointer;
}

#toplinija{
    background-color: #ab0909; text-align: center; padding: 5px; margin-top: 5px;
}
#toplinija a{
    color:#fff; border:1px solid #fff; display: block; padding: 5px;
}

#naslov_kategorije h2{font-family:var(--font-family2);text-transform:uppercase;font-weight:400;margin-bottom:20px;font-size:18px}


#pretraga {
  height: 100%;  width: 100%;  display: none;  position: fixed;  z-index: 1;  top: 0;  left: 0;  background-color: rgb(0,0,0);  background-color: rgba(0,0,0, 0.9);
}

#pretraga .overlay-content {
  position: relative;  top: 46%;  width: 80%; max-width: 500px;  text-align: center;  margin-top: 30px;  margin: auto;
}

#pretraga .closebtn {
  position: absolute;  top: 20px;  right: 45px;  font-size: 60px;  cursor: pointer;  color: white;
}

#pretraga  input[type=text] {
  padding: 5px 10px;   font-size: 17px;  border: none;  float: left;  width: 80%;  background: white;
  border-radius: 0; width:calc(100% - 40px); height:36px; margin: 0;
}


#pretraga  button {
  float: left;  background: #ddd; font-size: 17px; border: none; cursor: pointer; border-radius: 0;
  width:36px; height:36px; line-height:36px; padding:0; margin: 0;

}


/* ----------- GDPR ----------- */
#cookieBar {
	z-index: 999;
	width: 350px;
	min-height: 20px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	background: rgba(35,35,35,0.8);
	overflow: hidden;
	position: fixed;
    bottom: 30px;
	right: 30px;
	display: none;
}

#cookieBar .cc-bar-col {
	margin: 0;
	padding: 0;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
}
#cookieBar .cc-bar-col a.cc-bar-btn {
	display: inline-block;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: #000000;
	box-sizing: border-box;
	padding: 15px 24px;
	text-align: center;
	transition: background 0.3s;
}

#cookieBar .cc-bar-col a#gpdrdetaljnije {
	color: #fff; text-decoration: underline; font-weight: bold; margin-top: 5px; display: inline-block;
}

@media (max-width: 980px) {
	#cookieBar {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}
