@font-face {
  font-family: "Diglu Medium";
  src: url('../fonts/Diglu-Medium.otf') format('opentype');
}

@font-face {
  font-family: "Diglu Bold";
  src: url('../fonts/Diglu-Bold.otf') format('opentype');
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed{
	margin-left: 0;
}

html, body
{
	color: #000;
	font-family: 'Diglu Medium', sans-serif;
	overflow-x: hidden;
}

footer {
  padding: 0;
}

img{
	width: 100%;
}

.page-row{
	/* width: 100%; */
	/* max-width: 1440px; */
	--bs-gutter-x: 0;
}

p{
	word-wrap: anywhere;
	/* font-size: 1.1rem; */
	margin-bottom: 0;
}

a{
	color: var(--bs-nav-link-color);
	text-decoration: none;
	word-wrap: break-word;
}

a:hover{
	color: #000;
	text-decoration: underline 2px;
	text-underline-offset: 4px;
	-webkit-text-decoration-line:  underline;
	-webkit-text-decoration-color: #000;
    -webkit-text-decoration-style: solid;
    -webkit-text-decoration-thickness: 1px;
}

a:focus{
	text-decoration: underline 2px;
	text-underline-offset: 4px;
	-webkit-text-decoration-line:  underline;
	-webkit-text-decoration-line:  underline;
	-webkit-text-decoration-color: #000;
    -webkit-text-decoration-style: solid;
    -webkit-text-decoration-thickness: 1px;
}

a.active{
	text-decoration: underline 2px;
	text-underline-offset: 4px;
	-webkit-text-decoration-line:  underline;
	-webkit-text-decoration-line:  underline;
	-webkit-text-decoration-color: #000;
    -webkit-text-decoration-style: solid;
    -webkit-text-decoration-thickness: 1px;
}

.region-sidebar-first{
	margin-bottom: 63px;
}

.sidebar-menu .nav .link-top a{
	font-size: 30px;
	text-underline-offset: 4px;
}

.sidebar-menu .nav .sublink a{
	font-size: 22px;
	text-underline-offset: 4px;
}

.sidebar-menu .nav .link-top a.active{
	text-decoration: underline 2px !important;
	-webkit-text-decoration-line:  underline;
	-webkit-text-decoration-line:  underline;
	-webkit-text-decoration-color: #000;
    -webkit-text-decoration-style: solid;
    -webkit-text-decoration-thickness: 2px;
}

.nav a,
.navigation a{
	font-size: 18px; 
}

.navigation h4 a{
	font-size: 1.5rem;
}

.contextual-region .contextual .contextual-links{
	position: absolute;
	z-index: 1000;
}

.container{
	max-width: 1440px;
	padding-right: calc(var(--bs-gutter-x) * 1.4);
	padding-left: calc(var(--bs-gutter-x) * 1.4);
}

.header-row,
.frontpage-row{
	--bs-gutter-x: 0;
}

header{
  z-index: 500;
  padding-bottom: 60px;
}

.header-menu-open{
  background-color: #fff;
  transition: height 0.35s ease;
  width: 100%;
  /* height: 100%; */
  position: fixed;
  overflow-y: auto;
}

.header-menu-border{
	border-width: 2px;
}

.header-menu-open .navbar-brand a.site-title{
	font-size: 70px;
}

.header-menu-open .navbar-brand h1{
	margin-top: 25px;
	margin-bottom: 0;
}

.header-menu-open .navbar-brand.alt-navbar{
	display: none !important;
}

.header-menu-open .navbar-brand{
	display: flex !important;
}

.header-menu-open .navbar .navbar-toggler{
	margin-top: 79px;
}

.frontpage-html .navbar-brand{
	display: flex !important;
}

.frontpage-html .navbar-brand a.site-title{
	font-weight: normal;
	max-width: 100%;
}

.big-title-container.navbar-brand{
	height: 320px;
}

.big-title-container.navbar-brand a.site-title{
	max-width: 820px;
}

.navbar-brand{
	display: none !important;
}

.navbar-brand.alt-navbar{
	display: flex !important;
}

.main-menu-item .menu-mobile-hide{
	display: block;
}

.navbar-brand{
	height: 178px;
}

.navbar-brand a.site-title{
	font-size: 120px;
	font-weight: normal;
	max-width: 600px;
	display: inline-block;
}

.navbar{
	width: 100%;
	max-width: 1440px;
}

.navbar .container{
	max-width: 1640px;
}

.navbar-container{
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
}

.navbar-expand-lg  .menu-navbar.navbar-toggler{
	display: block;
}

.navbar-brand .site-title{
	font-size: 42px;
}

.navbar-closed{
	width: 1416px;
}

.navbar-collapse{
	padding-top: 30px;
	padding-bottom: 60px;
}

.navbar-brand .site-title{
	text-transform: none;
}

.navbar.menu-navbar-container {
  transition: height 0.35s ease;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 1.4);
  padding-left: calc(var(--bs-gutter-x) * 1.4);
  margin-right: auto;
  margin-left: auto;
  max-width: 1750px !important;
  /* max-width: 1870px !important; */
  /* max-width: 1650px !important; */
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar .navbar-toggler{
	border: none;
	padding: 0;
	align-self: start;
	margin-top: 70px;
	/* margin-top: 60px; */
	/* position: absolute; */
	/* top: 11%; */
}

.navbar .navbar-toggler:focus{
	box-shadow: none;
}

.navbar-toggler-icon{
	width: 60px;
	height: 60px;
	background-image: url('/sites/default/files/img/hamburger_menu.svg');
}

.navbar .main-menu-top{
	margin-bottom: 58px;
}

.navbar .main-menu-bottom{
	margin-top: 58px;
}

.navbar .main-menu-item,
.navbar .main-menu-item h4,
.navbar .main-menu-item div{
	width: 237px;
}

.navbar .main-menu-item:not(:last-child){
	margin-right: 100px;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
	background-image: url('/sites/default/files/img/x_hamburger_menu.svg');
	width: 40px;
	height: 40px;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon:before{
	content: "";
}

#navbarSupportedContent.navbar-collapse.collapsing,
#navbarSupportedContent .main-menu-item .collapsing{
	transition: none;
}

#block-bootstrap5-main-navigation h4 span,
#block-mainnavigationbottom h4 span{
	font-size: 22px;
}

#block-bootstrap5-main-navigation a,
#block-mainnavigationbottom a{
	font-size: 16px;
	line-height: 1.5;
}

#block-bootstrap5-main-navigation h4 a,
#block-mainnavigationbottom h4 a{
	font-size: 22px;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

#block-brzilinkoviblock{
	margin-top: 90px;
	margin-bottom: 89px;
}

.menu-open {
  transition: height 0.35s ease;
  background-color: #fff;
  height: 100vh !important;
  overflow-y: hidden;
}

.float-right{
	float: right !important;
}

#block-footerinfo span{
	font-size: 16px;
	line-height: 1.5;
}

.footer-border{
	border-width: 2px;
	margin-bottom: 63px;
}

.footer-img{
	width: 75px;
	height: 76px;
	background-image: url('/sites/default/files/img/ikona_grb.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.footer-img-2{
	width: 275px;
	height: 276px;
	background-image: url('/sites/default/files/img/zwe-logo.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.footer-img-3{
	width: 375px;
	height: 376px;
	background-image: url('/sites/default/files/img/zwe-cert.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.field_galerija_collapse_link{
	text-decoration: none;
	color: #000;
}

.contextual-region{
	z-index: 300;
}

#block-novostikatizbornik-menu{
	font-size: 18px;
	margin-bottom: 40px;
}

#block-izborizapredsjednikarh2024{
	margin-top: 100px;
}

#block-izborizapredsjednikarh2024 h1{
	font-size: 60px;
}

#block-novosti{
	/* margin-top: 370px; */
	margin-top: 200px;
}

#block-novosti .novosti-block-title{
	font-size: 130px;
	margin-bottom: 1rem;
}

#block-views-block-novosti-block-1 .view-header{
	margin-bottom: 67px;
	margin-top: 47px;
}

/* .frontpage-novost-block{ */
	/* max-width: 354px; */
/* } */

.view-novosti .view-header a,
.view-novosti .view-header span{
	font-size: 18px;
}

.frontpage-novost-block{
	padding-bottom: 62px;
	padding-right: calc(var(--bs-gutter-x) * 1);
	padding-left: calc(var(--bs-gutter-x) * 1);
}

/* .frontpage-novost-block:nth-child(1), */
/* .frontpage-novost-block:nth-child(2n){ */
	/* padding-right: calc(var(--bs-gutter-x) * 1); */
	/* padding-left: calc(var(--bs-gutter-x) * 1); */
/* } */

.frontpage-kategorije a,
.frontpage-kategorije span{
	font-size: 16px;
}

#block-views-block-novosti-block-1 .row{
	margin-right: calc(-1 * var(--bs-gutter-x));
	margin-left: calc(-1 * var(--bs-gutter-x));
}

/* .frontpage-novost-block:nth-child(2n){ */
	/* padding-left: 0.5rem; */
/* } */
/* .frontpage-novost-block:nth-child(3n){ */
	/* padding-right: 0rem; */
	/* padding-left: 0.5rem; */
/* } */

#views-exposed-form-novosti-block-1{
	margin-top: 30px;
	margin-bottom: 30px;
}

.pager-novosti-nav{
	margin-bottom: 47px;
}

.pager-novosti-nav .pagination span,
.pager-novosti-nav .pagination a{
	font-size: 22px;
}

.pager-novosti-nav .pagination .active a{
	color: #000;
	text-decoration: underline 2px;
	text-underline-offset: 4px;
	-webkit-text-decoration-line: underline;
	-webkit-text-decoration-color: #000;
	-webkit-text-decoration-style: solid;
	-webkit-text-decoration-thickness: 1px;
}

.pager-novosti-nav .pagination{
	justify-content: left;
}

.novosti-page-item:nth-child(2n){
	float: right;
}

.novost-article{
	max-width: 950px;
	margin-bottom: 82px;
}

.novost-article .article-image img{
	width: 100%;
}

.novost-title{
	height: 88px;
	margin-bottom: 26px;
}

.novosti-page-item .novost-title{
	margin-top: 28px;
}

.novost-link{
	font-family: 'Diglu Bold', sans-serif;
	font-size: 22px;
	line-height: 1.5;
}

.novost-body{
	font-size: 18px;
	height: 107px;
}

.novost-date{
	font-size: 16.5px;
	margin-top: 18px;
}

.novosti-vezane-link > *{
	font-size: 18px;
}

/* .novosti-page.view-novosti .row{ */
	/* width: 100%; */
/* } */

.novosti-page.view-novosti .row > *{
	/* padding-right: calc(var(--bs-gutter-x) * 0.9); */
	/* padding-left: calc(var(--bs-gutter-x) * 0.9); */
	/* width: 384px; */
}

/* .novosti-page.view-novosti .novosti-page-item{ */
	/* width: 360px; */
/* } */

.novosti-novost-block{
	padding-bottom: 70px;
}

.novost-line{
	background-image: url('/sites/default/files/img/minus.svg');
	background-size: cover;
	background-position: center;
	display: inline-block;
	width: 20px;
	height: 10px;
}

.view-display-id-block_2 .row{
	margin-right: calc(-1 * var(--bs-gutter-x));
	margin-left: calc(-1 * var(--bs-gutter-x));
}

.view-display-id-block_2 .row > *{
	padding-right: calc(var(--bs-gutter-x) * 1);
	padding-left: calc(var(--bs-gutter-x) * 1);
}

.view-display-id-block_2 .novosti-novost-block{
	padding-bottom: 62px;
}

.novosti-novost-block:nth-child(2n){
	margin-left: auto;
}

.novost-article-submitted{
	margin-top: 30px;
	margin-bottom: 35px;
	font-size: 18px;
}

.novost-article-title{
	font-family: 'Diglu Bold', sans-serif;
	font-size: 30px;
}

.novosti-page{
	max-width: 773px;
	margin: auto;
}

.novosti-page .view-header .novosti-kategorije{
	margin-bottom: 60px;
}

.novosti-page .view-header .novosti-kategorije > *{
	font-size: 20px !important;
}

.novosti-border{
	margin-bottom: 68px;
}

.pager-novosti-nav .disabled{
	display: none;
}

.novost-kategorija-block > *{
	font-size: 18px;
}

.novost-article-image{
	margin-bottom: 47px;
}

.novosti-page-image-placeholder,
.novost-article-image-placeholder{
	margin-bottom: 47px;
	background-color: #C4C4C4;
	max-height: 400px;
	height: 400px;
}

.novosti-page-image-placeholder{
	height: 202px;
}

.novosti-page-image-placeholder .novosti-page-placeholder,
.novost-article-image-placeholder .novost-article-placeholder{
	display: inline-block;
	width: 186px;
	height: 180px;
	margin: auto;
	/* background-size: 186px 180px; */
}

.novosti-page-image-placeholder .novosti-page-placeholder{
	width: 102px;
	height: 99px;
}

.node_56 .node__content{
	max-width: 100%;
}

.node__content{
	max-width: 773px;
	margin: auto;
}

.field_prilozi_collapse_link.accordion-button,
.field_galerija_collapse_link.accordion-button,
.field_prilozi_collapse_link.accordion-button{
	font-size: 30px;
	/* font-weight: 600; */
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 14px;
}

.accordion-button:not(.collapsed){
	background-color: transparent;
	color: #000;
	text-decoration: underline 1px;
	text-underline-offset: 4px;
}

.accordion-button:focus{
	border-color: transparent;
	box-shadow: none;
}

.field_prilozi_collapse_link.accordion-button::after,
.field_galerija_collapse_link.accordion-button::after,
.field_prilozi_collapse_link.accordion-button::after {
  /* background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e"); */
	background-image: url('/sites/default/files/img/plus.svg');
	background-size: 23px;
	transform: none;
}

.field_prilozi_collapse_link.accordion-button:not(.collapsed)::after, 
.field_galerija_collapse_link.accordion-button:not(.collapsed)::after, 
.field_prilozi_collapse_link.accordion-button:not(.collapsed)::after {
  /* background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e"); */
    background-image: url('/sites/default/files/img/minus.svg');
	background-size: 23px;
	transform: none;
}

body #side_video{
	background-image: url('/sites/default/files/img/punat_valovi_bg_thin_new.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	object-fit: cover;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 16.6%;
	position: fixed;
}

body .sidebar-img{
	background-image: url('/sites/default/files/img/punat_valovi_bg_thin_new.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	object-fit: cover;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 16.6%;
	position: fixed;
}

#block-brzilinkoviblock h3{
	font-size: 30px;
}

.slick-lightbox{
	background: #fff !important;
}

.slick-lightbox-close{
	color: #000;
	margin-top: 3.8%;
	margin-right: 5.3%;
}

.slick-lightbox-close::before {
	display: inline-block;
	height: 40px;
	width: 40px;
	content: '';
	background-image: url('/sites/default/files/img/x_hamburger_menu.svg');
	background-size: cover;
}

.slick-arrow::before {
	display: none;
}

.slick-lightbox .slick-arrow {
  height: 540px;
  width: 700px;
}

.slick-lightbox .slick-prev {
  /* left: 19%; */
  cursor: url('/sites/default/files/img/gallery-prev.svg'),pointer;
}

.slick-lightbox .slick-next {
  /* right: 19%; */
  cursor: url('/sites/default/files/img/gallery-next.svg'),pointer;
}

.slick-img-counter{
	position: absolute;
	bottom: 4%;
	left: 48%;
}

.slick-lightbox-slick-img{
	max-width: 1100px !important;
	max-height: 560px !important;
	width: 100%;
	height: auto;
}

.slick-lightbox .slick-slide img{
	width: 100%;
}

.file{
	padding-left: 0;
}

.file--application-pdf,
.file--x-office-document,
.file--x-office-spreadsheet,
.file--x-office-presentation,
.file--mime-application-rtf{
	background-size: 20px 20px;
	background-position-y: 9px;
	width: 100%;
	margin-bottom: 20px;
}

.file--application-pdf{
	background-image: url('/sites/default/files/img/ikona_pdf.svg');
}

.file--x-office-document{
	background-image: url('/sites/default/files/img/ikona_doc.svg');
}

.file--x-office-spreadsheet{
	background-image: url('/sites/default/files/img/ikona_exl.svg');
}

.file--x-office-presentation{
	background-image: url('/sites/default/files/img/ikona_ppt.svg');
}

.file--mime-application-rtf{
	background-image: url('/sites/default/files/img/ikona_doc.svg');
}

.file--application-pdf a,
.file--x-office-document a,
.file--x-office-spreadsheet a,
.file--x-office-presentation a,
.file--mime-application-rtf a{
	font-size: 22px;
	margin-left: 30px;
	display: block;
}

article{
	margin-bottom: 100px;
}

article .field--name-field-uvod.text-formatted p{
	font-size: 30px;
	margin-bottom: 50px;
	line-height: 1.4;
}

article .text-formatted h3{
	font-size: 30px;
}

article .text-formatted,
.paragraph .text-formatted{
	font-size: 22px;
	line-height: 1.4;
}

/* .field--name-field-sekcije .field__item .paragraph-dodatni-sadrzaj{ */
	/* margin-top: 53px; */
/* } */

.article-naslov{
	margin-top: 41px;
	margin-bottom: 18px;
}
.article-naslov p{
	font-size: 30px;
}

.article-body .field--name-body{
	margin-bottom: 48px;
}

.field--name-field-sekcije .field__item{
	margin-bottom: 58px;
}

.field--name-field-sekcije .field__item .paragraph-dodatni-sadrzaj .field--name-field-naslov-paragrafa.text-formatted{
	font-size: 30px;
	margin-bottom: 25px;
}

.field--name-field-sekcije .field__item .paragraph--type--fotogalerija{
	margin-top: 51px;
}

.field--name-field-sekcije .field__item .paragraph--type--prilozi{
	margin-top: 55px;
}

.field--name-field-sekcije .field__item .paragraph--type--prilozi .prilozi-title{
	margin-bottom: 32px;
	font-size: 30px;
}

.field--name-field-sekcije .field__item .paragraph--type--te{
	margin-top: 65px;
}

.field--name-field-sekcije .field__item .paragraph--type--te .field--name-field-tijelo{
	margin-top: 50px;
	margin-bottom: 70px;
}

.nav-item-mobile{
	font-size: 30px;
}

.media__icon.media__icon--litebox{
	background-image: url('/sites/default/files/img/galerija_plus_img.svg');
	background-size: cover;
	max-width: 55px;
	max-height: 55px;
}

.media__icon.media__icon--litebox:before,
.media__icon.media__icon--litebox:after{
	height: 0;
}

.prilozi-title{
	font-size: 30px;
	margin-top: 49px;
	margin-bottom: 32px;
}

.link-top{
	margin-bottom: 26px;
}

#block-bootstrap5-content{
	font-size: 22px;
}

.page-4xx #block-bootstrap5-content{
	margin-bottom: 48px;
}

#block-lokalniizboriblock h1{
	font-size: 4.5rem;
}