/* Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block; /* HTML5 display-role reset for older browsers. */
}

/* HTML & Body
   --------------------------  */

html {
  font-size: 62.5%; /* Define base font of 62.5% for convenient rem sizing. See http://snook.ca/archives/html_and_css/font-size-with-rem */
  overflow-y: scroll; /* Eliminate Jumps in Horizontal Centering By Forcing a Scroll Bar: http://css-tricks.com/eliminate-jumps-in-horizontal-centering-by-forcing-a-scroll-bar/ */
  -webkit-text-size-adjust: 100%; /* Control text size in Safari for iOS without disabling user zoom */
  -ms-text-size-adjust: 100%; /
}

body {
  color: #555;
  text-rendering: optimizeLegibility;
}
html>body {
  font-size: 1.6em;
}
:root{
  --bs-body-font-size: 1.5rem;
}
.form-control, .form-select, .form-label, .form-text, .form-check-input, .form-check-label{
  font-size: 1.5rem;
}

/* Global Styles */
body {
  background-color: #fff;
  font-family: 'Lato', sans-serif;
}
* {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}
body > .container > .row{
  background: #DCF0F5;
}

/* Links
-------------------------------------------------------------- */

a,
a:hover,
a:active,
a:focus {
  color: rgba( 210, 35, 42, 1 ); /* #D2232A */
  text-decoration: none;
}
a:hover {
  color: rgba( 210, 35, 42, 1 );
  text-decoration: underline;
}
article.content a { /* We're using #page before a so that the WordPress Toolbar isn't interfered with. */
  -webkit-transition: all .1s ease-in; /* Safari 3.2+, Chrome */
  -moz-transition:    all .1s ease-in; /* Firefox 4-15 */
  -o-transition:      all .1s ease-in; /* Opera 10.5â€“12.00 */
  transition:         all .1s ease-in; /* Firefox 16+, Opera 12.50+ */
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  text-align: left;
  letter-spacing: .3px;
}
/* h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  color: rgb( 50, 50, 50 ); /* #323232 */
  color: rgba( 50, 50, 50, 1 );
} */
h1, h2 {
/*  font-family: 'Lora','Times New Roman',serif;*/
}
h3,h4 {
  font-weight: 600;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
hr {
  border-color: #D2232A;
}
ul {
  list-style-type: square;
  list-style-position: inside;
  padding: 0;
}
ol {
  list-style-position: inside;
  padding: 0;
}
img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

/* Other elements */

pre {
  white-space: pre;           /* CSS 2.0 */
  white-space: pre-wrap;      /* CSS 2.1 */
  white-space: pre-line;      /* CSS 3.0 */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap;  /* HP Printers */
  word-wrap: break-word;      /* IE 5+ */
}

blockquote {
  border: 1px solid #e3e3e3;
  font-style: italic;
  background: #f9f9f9;
  margin: 1em 10px;
  padding: 1em 20px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.alert { clear: both; border-radius: 0; padding: 0.5em;}
.text-wrap { min-height: 20px; padding: 10px; max-width: 40%; color: #337ab7; background-color: #f5f5f5; border: 1px solid #e3e3e3; }
.text-wrap p:last-child { margin-bottom: 0; }
.box-left { float: left; margin-right: 20px }
.box-right { float: right; margin-left: 20px}
.box-pagebreak { text-align: center; padding: 10px; margin: 10px 0; border: 1px solid transparent; }
.box-pagebreak p { margin: 0; }
.alert-pagebreak { color: #000; background-color: #f2dede; border-color: #ebccd1 }
.alert-pagebreak a { color: #000; }
.alert-pagebreak:after, .alert-pagebreak:before { width: 30px; margin: 10px; font: normal normal normal 12px/1 FontAwesome; font-size: inherit; text-rendering: auto; content: "\f063"; }

.home .format-link {
 background: #eee !important;
}

article.content img.size-full {
    max-width: 100%;
    height: auto;
}

article .nws .social-sharing a[href*="mailto:"]:before {
  display: none;
}
article .nws a[href*="mailto:"]:before,
aside.sidebar a[href*="mailto:"]:before {
    width: 30px;
    margin-right: 5px;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    content: "\f0e0";  
}
a[href*="tel:"]:before {
    width: 30px;
    margin-right: 5px;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    content: "\f098";  
}
a[href*="mailto:"]:before {
    width: 30px;
    margin-right: 5px;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    content: "\f199";  
}
a[href*="fax:"]:before {
    width: 30px;
    margin-right: 5px;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    content: "\f1ac";  
}
a[href*="http://javno-zdravlje.hr/"]:after {
    width: 30px;
    margin-left: 5px;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    content: "\f08e";
}
a[href$=".pdf"]:after {
    width: 30px;
    margin-left: 5px;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    content: "\f1c1";
}
a[href$=".doc"]:after, a[href$=".docx"]:after {
    width: 30px;
    margin-right: 5px;
    margin-left: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    content: "\f1c2";
    color: #d2232a;
}
a[href$=".pptx"]:after, a[href$=".pptx"]:after {
    width: 30px;
    margin-right: 5px;
    margin-left: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    content: "\f1c4";
    color: #d2232a;
}
a[href$=".xlsx"]:after {
    width: 30px;
    margin-right: 5px;
    margin-left: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    content: "\f1c3";
    color: #d2232a;
}
a[href$=".rar"]:before {
    width: 30px;
    margin-right: 5px;
    margin-left: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    content: "\f1c6";
    color: #d2232a;
}
a[href$=".zip"]:before {
    width: 30px;
    margin-right: 5px;
    margin-left: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    content: "\f1c6";
    color: #d2232a;
}

/* SLIDER */
.home-slider{
    background: #fff;
}
.carousel-indicators{
  right: 0;
  left: auto;
  margin-right: 3rem;
  margin-bottom: 2rem;
  margin-left: 3rem;
  z-index: 999;
}
.carousel-indicators [data-bs-target]{
  height: 10px;
  width: 25px;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
  margin-left: 3px;
  margin-right: 3px;
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
}
.carousel-indicators .active{
  background-color: #d2232a;
}
.carousel-caption{
  bottom: 0;
  text-align: left;
  top: 0;
  width: 50%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  padding: 3rem;
  background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%);;
}
.carousel.slide h2{
  font-size: 2.25em;
  font-weight: bold;
}
@media (min-width: 992px) {
  .o-f-cover{
    object-fit: cover;
  }
  .h-100{
    height: 100%;
  }
}
.carousel-control-prev, .carousel-control-next{
  visibility: hidden;
  transition: 0.3s all;
  opacity: 0;
  width: 45px;
}
.carousel.slide:hover .carousel-control-prev, .carousel.slide:hover .carousel-control-next{
  visibility: visible;
  transition: 0.3s all;
  opacity: 1;
}


/* TOP NEWS */

.home-slider .top-news{
  background: #5597BB;
  flex-direction: column;
  display: flex;
  align-content: center;
  justify-content: center;
}
.home-slider .top-news ul{
  list-style-type: none;
  padding: 10px 0;
  margin: 0;
}
.home-slider .top-news ul li a{
  padding: 15px 0;
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
}
.home-slider .top-news ul li:not(:last-child) a{
  border-bottom: 1px solid #80b1cc;
}
.home-slider .top-news ul li a{
  margin-left: 3rem;
  width: calc(100% - 60px);
}
.home-slider .top-news ul li a:hover{
  text-decoration: none;
}
.home-slider .top-news ul li a i{
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: -17px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75em;
}
.home-slider .top-news ul li a h3{
  font-size: 1.125em;
  margin-bottom:  0;
}
.home-slider .top-news ul li a:hover h3{
  text-decoration: underline;
}
.home-slider .top-news ul li p{
  margin-bottom: 0;
}
.home-slider .top-news ul li a:hover p{
  text-decoration: none;
}

/* HEADER & SUBHEADER */

header{
  padding: 15px 0;
}

.subheader nav.navbar-expand-lg ul.navbar-nav{
  width: 100%;
}
.subheader nav.navbar-expand-lg ul.navbar-nav > li{
  flex: 1 0 0%;
  background: #467082;
  font-size: 0.9375em;
  border:  1px solid rgba(128, 158, 173, 0.8);
}
.subheader nav.navbar-expand-lg ul.navbar-nav > li.naglaseno{
  background: #D2232A;
}
.subheader nav.navbar-expand-lg ul.navbar-nav > li > a{
  text-align: center;
  padding-top: 11px;
  padding-bottom: 11px;
  color: #fff;
  height: 100%;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.subheader nav.navbar-expand-lg ul.navbar-nav > li ul.dropdown-menu{
  min-width: 100%;
}
.subheader nav.navbar-expand-lg ul.navbar-nav li ul.dropdown-menu{
  background: #FFFFFF;
  color: #fff;
}
.subheader nav.navbar-expand-lg ul.navbar-nav li ul.dropdown-menu li{
  font-size: 14px;
}
.subheader nav.navbar-expand-lg ul.navbar-nav li ul.dropdown-menu li a{
  padding: 0.5rem 1rem;
}
.dropdown-item:focus, .dropdown-item:hover{
  background: #fff;
}
.dropdown-item:focus, .dropdown-item:active{
  color: #1e2125;
  background: #fff;
}
.dropdown-menu{
  font-size: 1.5rem;
}

@media(max-width: 991px){
  .navbar{
    background: #467082;
  }
  .navbar-toggler{
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 2.5rem;
  }
  .navbar-toggler:focus{
    box-shadow: none;
  }
  .navbar-header{
    width: 100%;
  }
  .subheader nav.navbar-expand-lg ul.navbar-nav > li > a{
    justify-content: left;
    text-align: left;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .subheader nav.navbar-expand-lg ul.navbar-nav li ul.dropdown-menu li a{
    padding: 0.5rem 3rem;
  }
}

/* ELEMENTI */

.btn{
  font-size: 1.5rem;
  padding: 10px 28px;
  background: #D2232A;
  color: #fff;
  border: 1px solid #D2232A;
}
.btn:focus, .btn:hover{
  text-decoration: underline;
  color: #fff;
  background: #C42027;
  border: 1px solid #C42027;
  box-shadow: none;
}

/* AKTUALNOSTI */

.latest-news .section-nav{
}
.latest-news .section-nav h2{
  color: #D2232A;
}
.latest-news .nav-tabs{
  border-bottom: 0;
}
.latest-news .nav-link{
  color: #467082;
}
.latest-news .nav-tabs .nav-item.show .nav-link, #latest-news .nav-tabs .nav-link.active{
  color: #D2232A;
  background: transparent;
  border-color: transparent;
}
.latest-news .nav-tabs .nav-link:focus, #latest-news .nav-tabs .nav-link:hover{
  color: #D2232A;
  border-color: transparent;
}
.latest-news .tab-content{
  background: #DCF0F5;
}
.latest-news .tab-content a, #latest-news .tab-content h3{
  color: #467082;
}
.latest-news .tab-content a.btn{
  color: #fff;
}
.latest-news .tab-content p.date{
  color: #D2232A;
  font-weight: bold;
}
.latest-news .tab-content .latest-news-button a{
  color: #fff;
}

/* DJELATNOSTI - POCETNA */

.services .row{
  /*background: #DCF0F5;*/
}
.services .row h2{
  color: #D2232A;
}
.services .row ul.services {
  list-style-type: none;
  margin-top: 20px;
  padding: 0;
}
.services .row ul li > a{
  display: flex;
}
.services .row ul li > a .icon{
  width: 33px;
  align-self: flex-start;
  object-fit: cover;
}
.services .row ul li > a h3{
  margin-left:  10px;
  color: #467082;
}
.services .row ul li ul{
  list-style-type: none;
  padding: 0;
  margin-left: 43px;
}
.services .row ul li ul a{
  color: #555;
}
.services .row ul li ul a h4{
  font-size: 14px;
  font-weight: normal;
}


/* GLOBAL CSS */

.row main, .row main > article{
  display: flex;
  flex-wrap: wrap;
}


/* PROJEKTI */

.projects-and-events{
  background: #FFFFFF;
}
.projects-and-events h2{
  color: #D2232A;
}
.projects-list .project a{
  border: 0.5px solid #46708270;
  background: #fff;
  padding: 20px;
  height: 120px;
  max-height: 120px;
}
.projects-list .project a h5{
  text-align: center;
}
.projects-list .project a img{
  height: 100%;
  object-fit: contain;
  overflow: hidden;
}

/* DOGAĐAJI */

.projects-and-events .events-list a, #projects-and-events .events-list a h3{
  color: #467082;
}
.projects-and-events .events-list .start-time{
  color: #467082;
}
.projects-and-events .events-list a.btn{
  color: #fff;
}

/* FOOTER */

footer.main-footer{
  background: #467082;
  color: #fff;
  background-image: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  background-position: 15px 15px;
  background-size: inherit;
}
footer.main-footer a{
  color: #fff;
}
footer ul.footer-icons{
  list-style-type: none;
  display: flex;
  gap: 5px;
  padding: 0;
  margin-top: 15px;
}
.footer-nav{
  display: flex;
  gap: 3rem;
  justify-content: end; 
}
footer img{
  margin-bottom: 15px;
}

/* TITLE */
.page-title .row{
  background: #FFFFFF;
  min-height: 200px;
}
.page-title .row .breadcrumbs, .page-title .row .breadcrumbs a{
  color: #555;
  font-size: 14px;
}
.page-title.has-bg{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-title.has-bg .row{
  background: linear-gradient(0deg, rgba(0,0,0,0.5970588919161415) 0%, rgba(255,255,255,0) 100%); 
}
.page-title.has-bg, .page-title.has-bg a, .page-title.has-bg .row .breadcrumbs a, .page-title.has-bg .row .breadcrumbs{
  color: #fff;
}

/* SIDEBAR */
aside.sidebar{
  background: #5597BB;
  position: sticky;
  top: 0;
  color: #fff;
}
aside.sidebar a{
  color: #fff;
}
aside.sidebar h1, aside.sidebar h2, aside.sidebar h3, aside.sidebar h4{
  color: #fff;
}
aside.sidebar ul, aside.sidebar ul a{
  color: #fff;
}
aside.sidebar .widget:not(:last-child){
  padding-bottom: 15px;
  /*border-bottom: 1px solid #80b1cc;*/
  margin-bottom:  20px;
}
aside.sidebar .widget nav ul li:not(.active) ul{
  display: none;
}
aside.sidebar .widget nav > ul{
  list-style-type: none;
}
aside.sidebar .widget nav > ul > li{
  position: relative;
  padding: 5px 0;
  border-bottom: 1px solid #80b1cc;
}
aside.sidebar .widget nav > ul > li:before{
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f054";
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 13px;
  left: -17px;
}
aside.sidebar .widget nav > ul > li.active:before{
  transform: rotate(90deg);
}
aside.sidebar .widget nav > ul > li > a{
  font-size: 18px;
  font-weight: 700;
}

/* DJELATNOSTI */

.services-info{
  background: #dcf0f5;
  color: #467082;
}
.services-info a{
  color: #467082;
}
.services-info h2{
  font-size: 18px;
}
.services-info a:before, .services-info i{
  color: #D2232A;
}
.services-info i{
  font-size: 40px;
  margin-bottom: 10px;
}
.services-info h3{
  color: #D2232A;
  font-size: 18px;
}
.nav-tabs{
  border-bottom: 0;
}
.nav-tabs .nav-link{
  color: #467082;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  color: #D2232A;
  background: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  color: #D2232A;
  border-color: transparent;
}
.nav-tabs .tab-content{
  background: #DCF0F5;
}
.nav-tabs[aria-orientation="vertical"] li button{
  text-align: left;
}


/* PAGINATION */
ul.pagination{
  flex-wrap: wrap;
}
ul.pagination li{
  margin-right: 5px;
  margin-bottom: 5px;
}
ul.pagination li a, ul.pagination li span.current{
  height: 25px;
  line-height: 25px;
  background: #5597BB;
  color: #fff !important;
  min-width: 20px;
  padding: 0 3px;
  display: block;
  box-sizing: content-box;
}
ul.pagination li span.current, ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li.active a{
  background: #467082;
}

/* ACCORDION */
.accordion-item{
  background: transparent;
  border: 0;
}
.accordion-item .accordion-button{
  background: #fff;
  color: #467082;
  font-size: 1.5rem;
  border-bottom: 1px solid #80b1cc;
}
.accordion-button:focus{
  border-color: #d2232a;
  outline: 0;
  box-shadow: none;
}
.accordion-item .accordion-button:not(.collapsed){
  color: #D2232A;
  border-color: #D2232A;
}
.accordion-item .accordion-button:after{
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f078";
  font-size: 12px;
  position: absolute;
  right: 15px;
  background-image: none;
}

/* SHARE BUTTONS */
.share-buttons a:before{
  display: none;
}

/* HCJZ & PUB STYLE */
#HCJZContent h2, #PubContent h2, #PromContent h2{
  font-size: 16px;
  margin: 0;
}
#HCJZContent span, #PubContent span, #PromContent span{
  font-size: 14px;
}

/* Events */
#HZJZ-Events-Croatia g g g.hover path, #HZJZ-Events-Croatia g g g.hover polygon{
  fill: #5597bb !important;
  transition: 0.3s all;
  cursor: pointer;
}
#HZJZ-Events-Croatia g g g.active path, #HZJZ-Events-Croatia g g g.active polygon{
  fill: #d2232a !important;
  transition: 0.3s all;
  cursor: pointer;
}
#HZJZ-Events-Croatia g g g path, #HZJZ-Events-Croatia g g g polygon{
  transition: 0.3s all;
  fill: white !important;
  stroke: #354d64 !important;
  stroke-miterlimit: 10;
  stroke-width: 0.75px;
  cursor: pointer;
}
.zupanije-list{
  width: 400px;
  position: absolute;
  top: 335px;
  left: 430px;
}
.zupanije-list .zupanija:not(.active){
  display: none;
}
@media(max-width:1300px){
    .events-map{
        display: none;
    }
}

/* WP Calendar */
table#wp-calendar{
  width: 100% !important;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 3px;
  background: #fff;
  color: #444;
}
table#wp-calendar tr th, table#wp-calendar tr td{
  border-color: #f4f4f4;
  border-style: solid;
  border-width: 1px;
  color: #444;
  padding: 4px 0;
}
table#wp-calendar a{
  color: #444;
}
table#wp-calendar td.event, table#wp-calendar td.event a{
  background: #467082;
  color: #fff;
}
table#wp-calendar caption{
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  background: #467082;
}
.EO_Event_List_Widget ul{
  list-style-type: none;
  margin-top: 10px;
}
.EO_Event_List_Widget ul li{
  padding-bottom: 15px;
}
.EO_Event_List_Widget ul li .list-date .date-wrapper{
  background: #467082;
  color: #fff;
  padding: 7px 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 1;
}

/* Form */
form button, form .btn{
  padding: 4px 15px;
}
.form-select:focus, .form-control:focus{
  border-color: #d2232a;
  box-shadow: none;
}

/* Archive */
article .date{
  font-size: 14px;
}


/* Bootstrap Form to Classic */
input, textarea{  
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
select{
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="submit"], button{
  font-size: 0.9375em;
  padding: 10px 28px;
  background: #D2232A;
  color: #fff;
  border: 1px solid #D2232A;
  font-size: 1.5rem;
}
input:focus, textarea:focus, select:focus, button:focus, input:focus-visible, textarea:focus-visible, select:focus-visible, button:focus-visible{
  box-shadow: none;
  border-color: #d2232a;
  outline: 0;
}

/* Scroll To Top */
.scrollToTop{
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: none;
}
.scrollToTop:before{
  width: 30px;
  margin-right: 5px;
  font: normal normal normal 12px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f077";
  font-size: 2.5rem;
}

/* WPAdmin Fix */
html #wpadminbar{
  position: fixed;
  top: 0;
}

/* Nav Link */
.nav-link{
  color: #D2232A;
}
.nav-link:focus, .nav-link:hover{
  color: #C42027;
}

/* Container 576 - 991px */
@media (min-width: 576px) and (max-width: 991px){
  .container, .container-md, .container-sm{
    max-width: 100%;
  }
}

/* Oznake */

.item-content-block{
  padding: 1.5rem 0;
  clear: both;
  width: 100%;
}
.item-content-block .tags{
  margin-top: 1rem;
}
.item-content-block .tags a{
  background: #5597bb;
  color: #fff;
  padding: 7px 12px;
  margin-right: 5px; 
  margin-bottom: 5px;
  display: inline-block;
  line-height: 1;
}

/* Article share */
.article-share{
  padding: 1.5rem 0;
  clear: both;
  width: 100%;
  text-align: left;
}
.article-share .social-sharing a{
  color: #467082;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

/* Wordpress usual */
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: left;
  margin-top: 3px;
  font-size: 1.4rem;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1rem;
  grid-row-gap: 0;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

/* Responsive */

@media(max-width: 1399px){ 
  .container, .container-lg, .container-md, .container-sm{
    max-width: calc(100% - 30px);
  }
  .carousel-caption{
    width: 65%;
  }
}
@media(max-width: 1199px){
  .container, .container-lg, .container-md, .container-sm{
    max-width: calc(100% - 30px);
  }
  .carousel-caption{
    width: 70%;
  }
}
@media(max-width: 991px){
  .container, .container-lg, .container-md, .container-sm{
    max-width: 100%;
  }
  .carousel.slide img{
    object-fit: cover;
    max-height: 350px;
  }
  .projects-list .project a{
    padding: 10px;
  }
  .nav-tabs li .nav-link{
    padding-left: 0;
    margin-right: 10px;
  }
  .articles-list.row article:nth-child(4) a img{
    display: none;
  }
  aside.widget_icl_lang_sel_widget{
    width: auto;
  }
  aside.widget_icl_lang_sel_widget a{
    color: #fff;
  }
}
@media(max-width: 767px){
  .articles-list.row article:nth-child(4) a img{
    display: block;
  }
  .carousel-caption{
    width: 100%;
    position: static;
    display: block;
    background: #fff;
    color: #555;
  }
  .h-100{
    height: unset !important;
  }
  .carousel-indicators{
    top: 2rem;
    bottom: unset;
  }
  #home-slider{
    background: #fff;
  }
  .carousel.slide h2{
    font-size: 24px;
  }

  aside, .sidebar-wrapper{
    width: 100%;
  }
  .footer-nav{
    display: block;
  }
}
*:focus-visible{
  outline: #d2232a solid 1px;
}

.background-white{
  background: #fff;
}

.single .event-alert{
  display: inline-block;
  padding: 1rem;
  background: #467082;
  color: #fff;
}
.single .event-alert ul{
  margin: 0;
}
.event a h2{
  color: #444;
}
.event p{
  margin-bottom: 0;
  margin-top: 3px;
}
.event ul{
  margin: 0;
}

.projects-list article a .project-hover{ 
  background: #d2232a;
  color: #fff;
  height: 100%;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  opacity: 0;
  transition: 0.3s all;
}
.projects-list article a .project-hover h5{
  text-align: center;
}
.projects-list article a:hover .project-hover, .projects-list article a:focus .project-hover{
  opacity: 1;
}
.savjetovaliste-img{
  width: 100%;
  object-fit: contain;
  background: #fff;
  border: 0.5px solid #46708270;
  max-height: 120px;
  height: 120px;
}

table{
    margin-bottom: 1rem;
    text-align: left;
    width: auto !important;
}
table td{
  padding: 6px;
  border: 1px solid #46708270;
}

@media (prefers-color-scheme: dark) {
}

aside.sidebar h4{
  font-size: 22px;
  margin-bottom: 1rem;
}
aside.sidebar .sluzbe-i-odjeli nav > ul > li:before{
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f054";
  top: 0;
  left: 0;
  position: relative;
  margin-right: 5px;
  width: 20px;
  text-align: center;
}
aside.sidebar .sluzbe-i-odjeli nav > ul > li > ul.sub-menu{
  margin-left: 30px;
}
p{
  overflow-wrap: anywhere;
}

.nav-tabs li.tab-bold .nav-link{
  font-weight: bold;
  color: #D2232A;
}
.carousel.slide a:after{
  display: none;
}

/* ENG */
html[lang="en-US"] .services .row ul li > a{
  align-items: center;
}
html[lang="en-US"] .services .row ul li > a .icon{
  width: 50px;
}
.wpml-ls-legacy-list-horizontal{
  padding: .5rem;
}
.wpml-ls-legacy-list-horizontal a{
  padding: .5rem;
}