@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*, *::after, *::before {margin:0;padding: 0;-webkit-box-sizing: inherit;box-sizing: inherit;}
html{
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  font-size: 56.25%;
  height: 100%;
}
@media only screen and (min-width: 96.25em){/*1540px*/
  html{font-size: 62.5%;}
}
body{
   font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    color: #333333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size:1.5rem;
    height: 100%;
    letter-spacing: .3px;
}
.row.m-t {
  margin: 5rem 0 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;

}
.row .active.donate-btn {
	background: #06823d;
}

.row .donate-btn {
	color: #FFF;
	padding: 1rem 2rem;
	margin-right: 1rem;
	font-size: 1.4rem;
	text-align: center;
	font-weight: 600;
  background: #333;
  margin-bottom: 1rem;
}
.send.donate-btn{
	color: #fff !important;
	padding: 5px;
	margin-top: 10px;
	float: right;
	color: #FFF;
	background: #6d9fd2;
	float: left;
	padding: 4px 21px 0px;
	margin: 30px 0px 0px 0px;;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	border-radius: 3px;
	cursor: pointer;
	width: 240px !important;
	float: right !important;
	height: auto;
}
.send.donate-btn:hover {
	background: #7eaad7;
}
.row .donate-btn:hover {
	background: #06823d;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}
audio:not([controls]){display:none;height:0;}
[hidden],template{display:none;}
a,a:active,a:hover,a:focus{outline:none;}
abbr[title]{border-bottom:1px dotted;}
dfn{font-style:italic;}
small{font-size:80%;}
sub,sup{font-size:75%; line-height:0; position:relative; vertical-align:baseline; }
sup{top:-0.5em; } sub{bottom:-0.25em; }
img{border:0; max-width:100%; }
svg:not(:root){overflow:hidden; }
hr{-webkit-box-sizing:content-box; box-sizing:content-box; height:0; margin-top:30px; margin-bottom:35px; border-width:0; border-top:1px solid #E1E1E1; }
pre{overflow:auto; }
code,kbd,pre,samp{font-family:monospace,monospace; font-size:1em; }
button,input,optgroup,select,textarea{color:inherit; font:inherit; margin:0; }
button{overflow:visible; }
button,select{text-transform:none; }
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button; cursor:pointer; }
input:focus,select:focus,textarea:focus,button:focus{outline:none; }
button[disabled],html input[disabled]{cursor:default; }
button::-moz-focus-inner,input::-moz-focus-inner{border:0; padding:0; }
input{line-height:normal; }
input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box; padding:0; }
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto; }
input[type="search"]{-webkit-appearance:textfield; -webkit-box-sizing:content-box; box-sizing:content-box; }
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none; }
legend{border:0; padding:0; } textarea{overflow:auto; }
optgroup{font-weight:bold; }
table{border-collapse:collapse; border-spacing:0; } td,th{padding:0; }
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}
button{
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  outline: none;
  border:0;
}
::-webkit-input-placeholder{color:inherit; opacity:.5 !important; }
:-moz-placeholder{color:inherit; opacity:.5; }
::-moz-placeholder{color:inherit; opacity:.5; }
:-ms-input-placeholder{color:inherit; }
.container {
    position: relative;
    width: 100%;
    max-width: 173rem;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 2rem;
}
.container-sm {
  position: relative;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 2rem;
}
.container::after {content: "";display: table;clear: both;}

a {color: inherit;text-decoration: none;-webkit-transition:all 0.6s ease;-o-transition:all 0.6s ease;transition:all 0.6s ease;}
strong{font-weight: 700;}
h1, h2, h3, h4, h5, h6{ margin-bottom: 2rem;font-weight: 600;font-family: 'Poppins', sans-serif;}
.title{position: relative;padding-bottom: 2rem;border-bottom: 1px solid #e7e7e7;margin-bottom: 4rem;}
.title h2, .title h1, h1{
  font-size: 2.7rem;
	font-weight: 500;
  line-height: 1.2;
  margin-bottom: 4rem;
}
p{margin-bottom: 2rem;font-weight: 300;}
ul{padding-left: 4rem;}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .title h2, .title h1, h1{ font-size: 3.6rem;}
}
@media only screen and (min-width: 75.0625em){/*1201px*/

}/*----------BUTTONS---------*/
.btn-green{
  display: inline-block;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 1.5rem 4.5rem;
  background-color: #06823d;
  color: #fff;
}
.btn-green:hover{
  background-color: #333;
}
.btn-green--transparent{
  display: inline-block;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 1.5rem 4.5rem;
  background-color: rgba(6,130,61, .4);
  color: #fff;
}
.btn-green--transparent:hover{
  background-color: rgba(6,130,61, 1);
}
@media only screen and (min-width: 30.0625em){ /*481px*/ 
  .btn-green, .btn-green--transparent{
    font-size: 1.4rem;
  }
}
/*----------END BUTTONS---------*/
/*----------BREADCRUMBS---------*/
.bread-crumbs{
  background-color: #06823d;
  padding: 1rem 0;
  margin-bottom: 1px;
  color: #fff;
}

.rank-math-breadcrumb p {
  margin-bottom: 0px;
}

.rank-math-breadcrumb a {
  font-size: 1.4rem
}

.bread-crumbs ul{list-style:none;padding-left: 0;}
.bread-crumbs ul li{font-size: 1.4rem;display: inline-block;font-weight: 800;}
.bread-crumbs ul li a{display: inline-block;font-weight: 800; font-size: 1.4rem}
.bread-crumbs ul li a:hover{color:#efefef;}
.bread-crumbs ul li:after{content:"|";padding-left: 1rem;padding-right: 1rem;}
.bread-crumbs ul li:last-child:after{content:"";padding-left: 0;padding-right: 0;}
/*---------------END BREADCRUMBS----------*/
/*---------------GALLERY----------*/
.pswp img {max-width: none; height: auto !important; }
.pswp__caption__center{text-align: center;}
/*---------------END GALLERY----------*/
/*---------------CHECKBOX----------*/
label.check-wrapper {
  position: relative;
  padding: 0 0 0 3rem;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
  font-size: 1.4rem;
  border: 0;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check-wrapper {
  padding: 0px!important;
}
.check-wrapper .obavijesti {
  padding-left: 20px;
}

.check-wrapper .volontiranje {
  padding-left: 20px;
}
.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #ccc;
          -webkit-transition:all .4s ease-in-out;
          -o-transition:all .4s ease-in-out;
          transition:all .4s ease-in-out;
}
.check-wrapper  strong{color:#06823d;}
.check-wrapper:hover input ~ .checkmark {background-color: #06823d; } 
.check-wrapper input:checked ~ .checkmark {background-color: #06823d; }
.checkmark:after {content: ""; position: absolute; display: none; }
.check-wrapper input:checked ~ .checkmark:after {display: block; }
.check-wrapper .checkmark:after {
  left: .7rem;
  top: .5rem;
  width: .5rem;
  height: 1rem;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition:all .4s ease-in-out;
  -o-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
}

/* Sakrivanje originalnog checkboxa */
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
  display: none;
}

/* Dodavanje custom stila checkboxa */
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #ccc;
  border-radius: 3px;
  transition: background-color 0.3s ease;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.3);
}

/* Promjena boje na hover */
.wpcf7-form-control.wpcf7-checkbox:hover .wpcf7-list-item-label::before {
  background-color: #8bc34a; /* svijetlo zelena na hover */
}

/* Kada je checkbox označen */
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-color: #4CAF50; /* tamno zelena */
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5);
}

/* Dodavanje check ikone */
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: '✔'; /* Check simbol */
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 16px;
  line-height: 1;
}

/*---------------END CHECKBOX----------*/
/*---------------RADIO----------*/

/* Osnovni stil za radio wrapper */
.radio-wrapper {
  position: relative;
  padding: 10px;
  cursor: pointer;
  display: block;
}

.radio-wrapper .wpcf7-list-item label {
  position: relative;
  padding: 0px;
}

/* Skrivanje stvarnog radio inputa ali omogućavanje klikanja */
.radio-wrapper input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 2;
}

/* Stilizacija labela koja se pojavljuje u CF7 (CF7 koristi span unutar labela) */
.radio-wrapper .wpcf7-list-item-label {
  display: block;
  padding: 10px;
  background-color: transparent;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
  cursor: pointer;
}

/* Hover efekt */
.radio-wrapper:hover .wpcf7-list-item-label {
  background-color: #06823d;
  color: white;
}

/* Stil kada je radio gumb označen */
.radio-wrapper input[type="radio"]:checked + span.wpcf7-list-item-label {
  background-color: #06823d;
  color: white;
}

/* ------------------------------------------------------ */

.radio-wrapper-doniraj .wpcf7-list-item {
  display: inline-block;
  width: auto; /* Ako želite da svi gumbi budu iste širine, možete postaviti specifičnu širinu umjesto 'auto' */
}

.radio-wrapper-doniraj .wpcf7-list-item label {
  display: block;
  margin: 0;
  /* padding: 5px 10px; */
  background-color: #333;
  color: white;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
  text-align: center;
}

.radio-wrapper-doniraj:hover .wpcf7-list-item-label {
  background-color: transparent;
}

.radio-wrapper-doniraj .wpcf7-list-item-label {
  padding: 10px 20px;
}

/* Primjenjujte hover samo na label koji je direktno iznad inputa */
.radio-wrapper-doniraj .wpcf7-list-item label:hover {
  background-color: #06823d; /* Boja na hover */
}

.radio-wrapper-doniraj .wpcf7-list-item input[type="radio"]:checked + span.wpcf7-list-item-label {
  background-color: #06823d; /* Boja kada je radio gumb odabran */
}






/*---------------END RADIO----------*/
/*---------------COOKIES----------*/
.cc_container .cc_btn{
  background-color: #06823d !important;
  color: #fff !important;
  font-size: 1.6rem !important;
}
.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
	background-color: #262938 !important;
	color: #fff !important;
}
.cc_container p > a{
  font-weight: 600;
  color: #06823d;
}
.cc_container .cc_message {
	font-size: 1.6rem !important;
  line-height: 1.2!important;
  font-family: inherit!important;
  color: inherit!important;
}
/*---------------END COOKIES----------*/
/*---------------HEADER----------*/
header{position: relative;}
header ul{
  padding: 0;
  list-style: none;
}
.header-top{
    color: #fff;
    background-color: #333;
    padding: 1.8rem 0;
}
.header-top .container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.3rem;
}
.header-top p{margin-bottom: 0;font-size: 1.4rem;}
@media only screen and (min-width: 25.0625em){/*401px*/ 
  .header-top .container{font-size: 1.4rem;}
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .header-top .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: inherit;
  }
}
/*----------------------------------*/

.header-social li{display: inline-block;}
.header-social li a{ display: inline-block; padding: 0 1rem; }
.header-social li a:hover{opacity: .6;}
.header-social{margin-top: 1rem;}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .header-social{margin-left: auto;margin-top: 0;}
}
/*----------------------------------*/
.header-bottom{
   padding: 2.2rem 0;
   position: fixed;
   left: 0;
   width: 100%;
   z-index: 9999;
   background-color: #ffffff;
   transition: all .4s ease-in-out;
   top: 10.9rem;

  
  }
 main{
   margin-top: 9.1rem;
 }
 
.header-bottom .container{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
@media only screen and (min-width: 30.0625em){ /*481px*/ 
  .header-bottom{
    top: 9.1rem;
   }
   main{
    margin-top: 9.7rem;
  }
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .header-bottom{
    top: 5.4rem;
  }
  main{
    margin-top: 9rem;
  }
  
}
@media only screen and (min-width: 75.0625em){/*1201px*/
  .header-bottom{ padding: 2.2rem 0;
    position: relative;
    top: auto;
    left: auto;
  
  }
  main{
    margin-top: 0;
  }
}
.header-bottom.change{
  top: 0;
}
nav li{ display: block; }
nav li a{ 
  display: inline-block; 
  text-transform: uppercase;
  padding: .5rem 1rem;
  font-weight: 400;
  font-size: 1.6rem; 
  color: #fff;
  }
nav li a:hover, nav li a.mslc{ color: #06823d; }
.header__logo img{width: 15rem;}
.toggle-nav{
  display: block;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 3rem;
}
nav {
	position: fixed;
	right: 0;
	top: 0;
	max-width: 30rem;
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-color: #333;
	height: 100%;
	z-index: 50;
  padding: 2rem;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  overflow-y: auto;
}
.navC {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(28,28,28,.5);
	left: 0;
	top: 0;
	z-index: 49;
	visibility: hidden;
	opacity: 0;
}
.navAc .navC {
	opacity: 1;
	visibility: visible;
}
.navAc nav{
 -webkit-transform: translateX(0);
     -ms-transform: translateX(0);
         transform: translateX(0);
}
.sub li a.desktop-link{
  display: none;
}
.navAc nav .sub .sub{
  font-size: 1.3rem;
  padding-left: 2rem;
}
@media only screen and (min-width: 25.0625em){ /*401px*/ 
  .header__logo img{width: 19rem;}
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  nav {
    max-width: 50rem;
  }
}
@media only screen and (min-width: 75.0625em){/*1201px*/
 
  .sub li a.desktop-link{
    display: block;
  }
  .sub li a.mobile-link{display: none;}
    .toggle-nav{display: none;}
    nav{
      margin-left: auto;
      margin-right: 4rem;
      position: relative;
      right: auto;
      top:auto;
      max-width: 100%;
      width: auto;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      background-color: transparent;
      height: auto;
      padding: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      overflow-y: visible;
    }
    nav li a{
      color: inherit;
      padding: 0 1rem;
    }
    nav li{ display: inline-block; }
}
.open-sub .sub{
  display: block;
}
@media only screen and (min-width: 94.6875em){/*1515px*/
  .header__logo img{width: auto;}
  
}
/*----------------------------------*/
.lang{ text-transform: uppercase;margin-right: 2rem;margin-left: auto; }
.lang li{display: inline-block;}
.lang li a{ display: inline-block; padding: 0 .5rem;font-size: 1.6rem;font-weight: 400; }
.lang li a:hover, .lang li a.slc{ color: #06823d; }
@media only screen and (min-width: 75.0625em){/*1201px*/
  .lang{margin-left: 0;}
}
@media only screen and (min-width: 94.6875em){/*1515px*/
  .lang li a{padding: 0 1rem}
}
/*----------------------------------*/
.search-wrapper{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateY(-10rem);
      -ms-transform: translateY(-10rem);
          transform: translateY(-10rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index:99999;
  background-color: #f2f2f2;
  padding: 2rem 0;
}
.search-wrapper.open{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.search-wrapper form{
  max-width: 89rem;
  width: 100%;
  margin: 0 auto;
  position: relative;

}
.search-wrapper input {
	width: 85%;
	height: 100%;
	/* border: 0; */
	padding: 1rem 3rem 1rem 9rem;
	border: 1px solid #e7e7e7;
	background: #fff url(../images/svg/search.svg) no-repeat center left 3rem;
	font-size: 1.4rem;
	font-weight: 300;
	color: #a6a6a6;
  font-style: italic;
  margin-left: 1rem;
}
.search-wrapper input:focus{
  outline: none;
}
.close-search{
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
  font-size: 2rem;
  font-weight: 600;

}
@media only screen and (min-width: 52.5em){/*840px*/
  .search-wrapper input {
    width: 90%;
    margin-left: 0;
  }
  .close-search{right: 3rem;}
}
@media only screen and (min-width: 75.0625em){/*1201px*/
  .search-wrapper{
    top: 100%;
    position: absolute;

  }
}
/*----------------------------------*/
.has-sub,
.menu-item-has-children{
  position: relative;
}

.sub, .sub-menu{
  display: none;
}

.sub li, .sub-menu li{
  display: block;
}
.sub li a, .sub-menu li a {
	display: block;
	padding: 1rem 2rem;
	font-size: 1.5rem;
	text-transform: none;	
}

nav > .ul li.has-sub,
nav > .ul li.menu-item-has-children{
  border-bottom: 1px solid #777777;
}

@media only screen and (min-width: 75.0625em) { /*1201px*/
  .sub, .sub-menu {
    position: absolute;
    top: 4rem;
    left: 0;
    width: 26rem;
    background-color: #fff;
    z-index: 10;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }

  .has-sub > .sub,
  .menu-item-has-children > .sub-menu {
    display: block;
  }

  .has-sub:hover > .sub,
  .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }

  /* Nesting deeper sub-menus */
  .has-sub .sub .has-sub > .sub,
  .menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
  }

  .has-sub .sub .has-sub:hover > .sub,
  .menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }

  /* Deeper nested sub-menus visibility */
  .has-sub .sub .has-sub .sub .has-sub .sub,
  .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
    opacity: 0;
    visibility: hidden;
  }

  .has-sub .sub .has-sub .sub .has-sub:hover .sub,
  .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }

  .has-sub .sub .has-sub .sub .has-sub .sub .has-sub .sub,
  .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
    opacity: 0;
    visibility: hidden;
  }

  .has-sub .sub .has-sub .sub .has-sub .sub .has-sub:hover .sub,
  .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

.sub .sub .sub .sub,
.sub-menu .sub-menu .sub-menu .sub-menu {
  left: 0;
  top: 100%;
}

@media only screen and (min-width: 85.4375em) { /*1367px*/
  .sub, .sub-menu {
    width: 30rem;
  }
}

/*---------------END HEADER----------*/
/*---------------MAIN SLIDER----------*/
.main-slider{ overflow-x: hidden; position: relative;}
.main-slider .swiper-slide{ position: relative;background-color: #333; }

.main-slider .swiper-slide img{ width: 100%; display: block;-o-object-fit: cover;object-fit: cover;height: 60rem; }
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .main-slider .swiper-slide img{
    -o-object-fit: contain;object-fit: contain;
  }
}
.slider-text{ max-width: 70rem; width: 100%; color: #fff;padding-left: 5rem; }
.main-slider .container-sm {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	justify-items: center;
}
.slider-overlay, .banners-left__overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height:100%; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),to(rgba(11,11,12,0.92)));
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(11,11,12,0.92) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(11,11,12,0.92) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#eb0b0b0c',GradientType=0 ); /* IE6-9 */
}
.main-slider__small, .banners-left__small, .banners-right__small{ display: block; font-size: 1.3rem; text-transform: uppercase;letter-spacing: 2px; }
.slider-text h1, .banners-left__text h2, .banners-right__text h2{
	font-size: 3rem;
	font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2px;
  width: 80%;
}
.slider-line, .banner-line{
  display: inline-block;
  width: 10.5rem;
  height: .6rem;
  background-color: #fff;
  margin-top: 2rem;
}
.slider-line{display: none;}
.slider-link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem 0 3rem 0;
}
.swiper-button-next, .swiper-button-prev{color: #fff;}
@media only screen and (min-width: 37.5em){/*600px*/ 
  .slider-text h1, .banners-left__text h2, .banners-right__text h2{
    font-size: 3.4rem;
  }
}


@media only screen and (min-width: 48.0625em){ /*769px*/ 
  .slider-line{display: inline-block;}
}
@media only screen and (min-width: 64.0625em) {/*1025px*/
  .slider-text h1, .banners-left__text h2, .banners-right__text h2{
    font-size: 4rem;
  }
} 
@media only screen and (min-width: 85.4375em){/*1367px*/
  .slider-text{
    padding-left: 0;
  }
}
/*---------------END MAIN SLIDER----------*/
/*---------------HOME----------*/
.content-space{ padding: 5rem 0; }
@media only screen and (min-width: 40em){/*640px*/ 
  .content-space{ padding: 10rem 0; }
}

.news-section .post img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  display: block;
  transition: all .6s ease-in-out;
}

.post-info h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  color: #333;
}
.post-info h2:hover {
  color: #06823d;
}
.post-date {
  color: #333;
  font-weight: 300;
    line-height: 1.6;
    font-size: 1.5rem;
}

.news-section .post a {
  display: block;
    overflow: hidden;
    transition: all 0.6s ease;
}
.news-section .post a:hover img {
  transform: scale(1.05);
}

 /*---------------TABS----------*/
 .tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-flow:column;
          flex-flow:column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8rem;
}
.tabs a {
  padding: 0 2rem 1rem 2rem;
  display: block;
  background: #fff;
  font-size: 1.8rem;
  margin-right: .5rem;
  font-weight: 600;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
}
.tabs a::after{
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #06823d;
  left: 0;
  -webkit-transition:all 0.6s ease;
  -o-transition:all 0.6s ease;
  transition:all 0.6s ease;
}
.tabs a:hover, .tabs a.active-tab { color: #06823d; }
.tabs a:hover::after, .tabs a.active-tab::after{ width: 100%; }
.tabs-container {
  width: 100%;
  display: none;
  margin-top: 1rem;
  background-color: #fff;
}
.tabs-container.active-tab{ display: block; }
@media only screen and (min-width: 30.0625em){ /*481px*/ 
  .tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .tabs a{
    margin-bottom: 0;
    display: inline-block;
    width: auto;
  }
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .tabs-container {
    padding: 2rem;
  }
}
/*---------------END TABS----------*/
.news-wrapper{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }
.news-box{ width: 100%;  margin-bottom: 8rem; }

.tabcontent {
    display: grid;
    grid-template-columns: repeat(4,4fr);
    gap: 20px;
    display: none;
	position:relative;
	padding-bottom:100px;
}

.see-more {
	position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.tablinks.active {
    background-color: #ccc; /* Promijenite boju po želji */
}

.news-box h2 {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.news-box h2:hover{
  color:#06823d;
}
.news-image{
  display: block;
  overflow: hidden;
}
.news-image img{
  display: block;
  width: 100%;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.news-image:hover img{
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media only screen and (min-width: 33.75em){ /*540px*/
  .news-box{ width: 47.5%; margin-right: 5%;margin-bottom: 5%; }
  .news-box:nth-child(2n+2){margin-right: 0;}
} 
@media only screen and (min-width: 48.0625em){ /*769px*/ 
  .news-box{width: 30%;}
  .news-box:nth-child(2n+2){margin-right: 5%;}
  .news-box:nth-child(3n+3){margin-right: 0;}
}
@media only screen and (min-width: 67.5625em) { /*1081px*/
  .news-box{width: 21%;}
  .news-box:nth-child(3n+3){margin-right: 5%;}
  .news-box:nth-child(4n+4){margin-right: 0;}
  
}
/*----------------------------------*/
.filter-wrapper{
  max-width: 74rem;
  width: 100%;
  margin: 0 auto;
  background-color: #f2f2f2;
  padding: 2rem;
}
.filter-container h2{ text-align: center; text-transform: uppercase; }
.filter-box{ margin-bottom: 2rem; padding-bottom: 1rem; border-bottom:1px solid #e7e7e7; }
.filter-box h3{ font-size: 1.6rem; }
.filter-wrapper form h2{ color: #06823d; font-weight: 300; font-size: 1.8rem; }
.filter-box .check-wrapper{width: 100%;display: block;}
select {
	font-size: 1.4rem;
	width: 100%;
	padding: 1rem;
	border: 1px solid #e7e7e7;
	color: #7b7b7b;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('images/svg/select-arrow.svg');
  background-repeat: no-repeat;
  background-position: right 2rem center;
}
.select-box{border-bottom: 0;}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .filter-wrapper{padding: 2rem;}
}
/*----------------------------------*/
.pagination{text-align: center;}
.pagination ul{ list-style: none; padding-left: 0; }
.pagination li{ display: inline-block; }
.pagination li a{
  display: inline-block;
  padding: 1rem;
  font-size: 1.8rem;
  font-weight: 300;
}
.pagination li a:hover, .pagination li a.mslc{ color: #06823d; font-weight: 600; } 
/*---------------END HOME----------*/
/*---------------FOOTER----------*/

.banners{
  color: #fff;
  padding-top: 0;
  background-image: url('images/logo-part.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-attachment: fixed;
}
.banners-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banners-left, .banners-right{
  background-color: #333;
  background-size: cover;
  background-repeat: no-repeat;
  width:100%;
  padding: 2rem 2rem;
  height: 40rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;


}
.banners-right { width: 100%; padding: 4rem 3rem; }
.banners-left__text {
	z-index: 5;
	position: relative;
	margin-top: auto;
	margin-bottom: 10rem;
	max-width: 51rem;
	width: 100%;
}
.banners-left .btn-green--transparent {
	position: absolute;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 30rem;
	padding: 3rem 4rem;
}
.banners-left__text h2{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}
.banners-line{margin-top: 0;}
.banners-right__overlay{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height:100%; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6,130,61,0.7)),to(rgba(1,39,18,0.7)));
  background: -o-linear-gradient(top, rgba(6,130,61,0.7) 0%,rgba(1,39,18,0.7) 100%);
  background: linear-gradient(to bottom, rgba(6,130,61,0.7) 0%,rgba(1,39,18,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b306823d', endColorstr='#b3012712',GradientType=0 ); /* IE6-9 */
}
.banners-right__text{
  z-index: 5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 2rem;
  text-align: right;
  width: 100%;
}
.banners-right__text img{margin-top: auto;}
.banners-right__text h2{ width: 100%; margin-top: 2rem; }
.banners-right__text img{ display: block; margin-bottom: 2rem; }
.banners-left__overlay, .banners-right__overlay{
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  opacity: 1;
}
.banners-left:hover .banners-left__overlay, .banners-right:hover .banners-right__overlay{opacity: .2;}
.banners-left:hover .btn-green--transparent {
  background-color: rgba(6,130,61, 1);
}
span.btn-green--transparent{-webkit-transition: all .6s ease-in-out;-o-transition: all .6s ease-in-out;transition: all .6s ease-in-out;}
@media only screen and (min-width: 30.0625em){ /*481px*/ 
  .banners-left, .banners-right{padding: 2rem 10rem;}
}
@media only screen and (min-width: 56.3125em) {/*901px*/
  .banners-left, .banners-right{width: 62%;height: 100%;}
  .banners-right { width: 35%;}
  .banners{height: 55rem;}
}

@media only screen and (min-width: 64.0625em) {/*1025px*/
  .banners-container{width: 80%;}
}
@media only screen and (min-width: 85.4375em){/*1367px*/
  .banners{height: 72rem;}
}  
/*----------------------------------*/
.partners{ background-color: #f2f2f2; }
.partners-slider{ overflow-x: hidden; }
.partners-slider .swiper-slide{
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;

}
.partners-slider .swiper-slide img{-o-object-fit: contain !important;object-fit: contain !important;height: auto !important;}
/*----------------------------------*/
footer{
  background-color: #333;
  color: #fff;
  padding: 5rem 0;
  font-size: 1.4rem;
  font-weight: 300;
  background-image: url('images/footer-bg.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}
footer p{ opacity: .5; }
footer .container-sm{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column }
.footer-box{ width: 100%;text-align: center; }
.footer-logo{ margin-bottom: 2rem; display: block; }
footer .btn-green { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; margin-top: 5rem;  }
.none{display: none;}
.clear{padding: 2rem 0;font-size: 1.3rem;font-weight: 300;text-align: center;}
.clear .container-sm{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .footer-box{ width: 48%; text-align: left;}
  footer .container-sm{ -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }
  .clear{text-align: left;}
}
@media only screen and (min-width: 56.3125em) {/*901px*/ 
  .v{margin-left: auto;}
  .clear .container-sm{-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-flow: row wrap;flex-flow: row wrap;}
  .footer-box{ width: 30%; }
  footer .btn-green { margin-left: auto; margin-right: 15rem; margin-top: 0;}
}

/*---------------END FOOTER----------*/
/*---------------PAGES----------*/
.contact-page .container-sm{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.contact-right label, .form-wrapper label, #kontakt-forma label{
  display: block;
  border:1px solid #e7e7e7;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1rem;
}
input, textarea{
  display: block;
  border: 1px solid #e7e7e7;
  outline: 0;
  font-size: 1.4rem;
  padding: 1rem;
  display: block;
  width: 100%;
  border-top: 0;
  font-weight: 300;
}

.contact-right h2{ font-size: 1.4rem; font-weight: 300; }
.contact-page a{ color: #06823d; }
.map{padding-top: 0;}
#kontakt-forma .form-box{margin-bottom: 2rem;}
.form-box {
  margin-bottom: 2rem;
}
.form-box br {
  display: none;
}

.radio-wrapper {
  border: 0px!important;
  padding: 0px!important;
}

.check-wrapper label {
  border: 0px!important;
  padding: 0px!important;
}

.radio-wrapper .first {
  margin: 0px;
}

.contact-right{margin-top: 4rem;}
@media only screen and (min-width: 50.0625em){/*801px*/ 
  .contact-page .container-sm{-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-flow: row wrap;flex-flow: row wrap;}
  .contact-left{ width: 40%; }
  .contact-right{ width: 45%;margin-top: 0; }
}
/*----------------------------------*/
.form-wrapper {
  margin-top: 5rem;
  max-width: 84rem;
	width: 100%;
	padding: 2rem;
	border: 1px solid #e7e7e7;
}
.corruption-page .form-wrapper{
  padding: 0;
}
 span.label-title{
  margin-bottom: 0;
  display: block;
  border: 1px solid #e7e7e7;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1rem;
  margin-bottom: 2rem;

}
.form-wrapper label.check-wrapper{
  padding: 0 0 0 3rem;
  border: 0;
}
.file-upload{
  border-top: 1px solid #e7e7e7;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .form-wrapper, .corruption-page .form-wrapper{padding: 5rem;}
}
/*----------------------------------*/
.title-news h1{margin-bottom: 1rem;}
.news-page__text{margin-top: 5rem;}
/*----------------------------------*/
.documents{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #e7e7e7;
}
.documents ul{list-style: none; padding-left: 0;}
.documents li{display: block;}
.documents li a {
	display: inline-block;
	padding-left: 2rem;
	background-image: url('images/svg/doc.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1rem;
}
.documents li a:hover{color:#06823d;}
/*----------------------------------*/
.gallery-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 5rem;
}
.gallery-wrapper a{
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 2%;
  overflow: hidden;
}
.gallery-wrapper a:nth-child(5n+5){margin-right: 0;}
.gallery-wrapper a img{
  display: block;
  width: 100%;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.gallery-wrapper a:hover img{
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
/*----------------------------------*/
.select-box label{border-bottom: 0;}
.corruption-page .form-wrapper{border:0;}
/*----------------------------------*/
input.send{width: auto;}
input.vrijednost {
	margin-top: 2rem;
	border: 1px solid #06823d;
	width: auto;
	display: block;
	margin-bottom: 3rem;
}
/*----------------------------------*/
.donate-wrapper{
  margin-top: 5rem;
}
.don{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
/*----------------------------------*/
.news-kat-box {
	width: 100%;
	margin-bottom: 4rem;
	position: relative;
}

.news-kat-box img{
  height: 30rem;
  object-fit: cover;
}
.news-kat-heading{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2rem;
}
.news-kat-heading h2{
  color: #fff;
}
@media only screen and (min-width: 30em){ /*480px*/ 
  .news-kat-box:nth-child(2n+2){margin-right: 0;}
  .news-kat-box {
    width: 48%;
    margin-right: 4%;
  }
}
@media only screen and (min-width: 50.0625em){/*801px*/ 
  .news-kat-box {
  width: 30.6%;
  }
  .news-kat-box:nth-child(2n+2){margin-right: 4%;}
  .news-kat-box:nth-child(3n+3){margin-right: 0;}
}
@media only screen and (min-width: 64.0625em) {/*1025px*/
  .news-kat-box img{
    height: 46.1rem;
  }
} 
/*---------------END PAGES----------*/
/*---------------START PRILAGODBA CSS ----------*/
.prilagodba img {
  width: 7rem;
  }
  .page-modes span {
  padding-left: 1rem;
  }
  .page-modes {
    background-color: #06823d;
    position: fixed;
    left: -100%;
    bottom: 9rem;
    padding: 2.35rem 0;
    width: 100%;
    list-style: none;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999999;
    border-radius: 1rem;
  }
  @media only screen and (min-width: 30.0625em){ /*481px*/
    .page-modes{ 
      bottom: 11rem;
      width:29rem;
    }
  }
  @media only screen and (min-width: 56.3125em) {/*901px*/ 
    .page-modes{ 
      bottom: 12rem;
    }
  }
  .page-modes.open{
  left:0;
  }
  .page-modes img {
  height: 3rem;
  width: auto;
  vertical-align: middle;
  padding-right: 1rem;
  background-color: #06823d;
   -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .page-modes img.greyscale{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  @media only screen and (min-width: 30.0625em){ /*481px*/ 
    .page-modes img {
      height: 5rem; 
    }
  }
  .page-modes li{
  width:100%;
  padding: 0 0.5rem;
  margin:0.5rem 0;
  }
  .mode-btn {
  display:block;
  color:#fff;
  text-align:left;
  width:90%;
  margin:0 auto;
  padding:0;
  font-size: 1.5rem;
  }
  @media only screen and (min-width: 30.0625em){ /*481px*/ 
    .mode-btn {
      font-size: 1.6rem;
    }
  }
  .mode-btn:hover,
  .mode-btn.dark-theme.active,
  .mode-btn.highlight-links.active,
  .mode-btn.grey-img.active,
  .mode-btn.invert-color.active{
  background-color:#06823d;
  color:#058387;
    opacity: .5;
  }
  .li-flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  }
  .li-flex a{
  width:40%;
  }
  a.highlited{
  background-color:#FFA500;
  color:#fff;
  }
  img.greyscale{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  }
  .overlay-bg.greyscale{
  background: -webkit-gradient(linear, left top, right top, from(rgba(1,1,1,0.5)),to(rgba(1,1,1,0.5)));
  background: linear-gradient(to right, rgba(1,1,1,0.5) 0%,rgba(1,1,1,0.5) 100%);
  }
  body.inverted{
  -webkit-filter: invert(100%);
          filter: invert(100%);
  }
  .flogo img{
  width: 22rem;
  }
  #toggle{
  display:none;
  position: relative;
  width: 3.5rem;
  height: auto;
  float: right;
  margin-top: 11px;
  }
  ul.page-modes.open a {
  color: #fff!important;
  }
  ul.page-modes.open a.highlited{
    background-color: transparent;
  }
  ul.page-modes.open a:hover,   ul.page-modes.open a.actve  {
 opacity: .7;
  }
  /* nightmode*/
  .nightmode {
    background-color: #333333;
  }
  .nightmode p {
    color: #ffff;
  }
  .nightmode header, .nightmode .partners,  .nightmode .sub {
    background-color: #333333;
  }
  .nightmode nav li a {
    color: #fff;
  }
  .nightmode .lang li a {
    color: #fff;
  }
  .nightmode .lang .slc {
    color:#06823d;
  }
  .nightmode .tabs a{
    background-color: #333;
    color: #fff;
  }
  .nightmode .toggle-nav {
    background-color: #fff;
    padding: 0.5rem;
  }
  .nightmode input,.nightmode  textarea {
    background-color: rgba(255,255,255,0.2);
    color: #fff;
  }
  .nightmode h1, .nightmode h2, .nightmode h3, .nightmode h4, .nightmode h5, .nightmode h6 { 
    color: #fff;
  }
  .nightmode ul li {
    color: #fff;
  }
  .nightmode .reference-box h3 {
    color: #333333;
  }
  .nightmode #form-hide label {
    color: #fff;
  }
  .nightmode .tabs-container{background-color: #333;}
  .modes-toggle {
    position: fixed;
    left: 2rem;
    bottom: 2rem;
    border-radius: 50%;
    background-color: #06823d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    z-index: 20;
  }
  a.highlited.modes-toggle{
    background-color: #06823d;
  }
  .modes-toggle img{
    width:2rem;
  }
  @media only screen and (min-width: 37.5625em){/*601px*/ 
    .modes-toggle {

      left: 4rem;
      bottom: 4rem;
      width: 8rem;
      height: 8rem;
    }
    .modes-toggle img{
      width:3rem;
    } 

  }
  /*---------------END PRILAGODBA CSS ----------*/
  
.newsletter-logout .btn-green{
  margin-top: 3rem;
}
  /*----------------------------------*/


  .pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    align-items: center;
}

.pagination .page-number {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
}

.pagination .page-numbers {
  margin: 0 5px;
	display: inline-block;
    padding: 1rem;
    font-size: 1.8rem;
    font-weight: 300;
}

.pagination .current {
/*     background-color: #06823d; */
    color: #06823d;
	font-weight:600;
}

.pagination .current .page-number {
  color: #fff;
}

.pagination a:hover {
    color: #06823d;
	font-weight:600;
}

nav.rank-math-breadcrumb .last {
    font-weight: 700;
}
nav.rank-math-breadcrumb span.separator {
    padding-left: 1rem;
    padding-right: 1rem;
}

.donacije-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	padding: 20px 0;
}

.donacija-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.donacija-qr {
	margin-bottom: 15px;
}

.donacija-qr img {
	max-width: 200px;
	height: auto;
	border: 2px solid #ddd;
	border-radius: 8px;
	padding: 10px;
	background: #fff;
}

.donacija-iznos {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.tnp-field.tnp-field-checkbox.tnp-field-list label {
    width: 100%;
}