<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "/css/blueprint/reset_clearfix.min.css";
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
.active-item {
  background: url('/images/icon/activeItem.svg') no-repeat center center;
  width: 100%;
  height: 20px;
  display: inline-block;
  position: absolute;
  bottom: -30px;
}
* {
  font-family: 'Roboto', sans-serif;
  color: #222222;
}
html {
  scroll-behavior: smooth;
}
.center {
  margin: 0 auto;
  text-align: center;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
.h2-font {
  font-size: 28px;
  color: #f48223;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
.p-font {
  text-align: center;
  font-size: 16px;
  color: #222222;
  line-height: 28px;
}
IMG {
  display: block;
}
i,
em {
  font-style: italic;
  color: inherit;
}
/* OVO RADI PROBLEM - NE MOŽE SVUDA BITI a TAG DISPLAY BLOCK ...  pogledati i provjeriti ovo !!!!!!!! */

a {
  display: block;
}
b,
strong {
  color: unset;
}
body {
  font-family: 'Roboto', sans-serif;
}
header .first {
  width: 100%;
  background-color: #03263e;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 5px 25px;
}
header .first &gt; div.banner-jezici-social {
  display: flex;
  min-height: 62px;
  align-items: center;
  /* pomičem za accessibility gumb:*/
  margin-right: 70px;
}
header .first .nav-button {
  color: white;
  font-size: 14px;
  line-height: 26px;
  border-radius: 5px;
  padding: 12px 20px;
  display: block;
}
header .first .nav-button.green {
  background-color: #52b949;
  margin-right: 50px;
}
header .first .nav-button.orange {
  background-color: #f48223;
}
header .first .nav-button.orange:hover {
  background-color: #d9690b;
}
header .first .upper-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 350px;
}
header .first .upper-menu li a {
  color: white;
  font-size: 14px;
  line-height: 26px;
}
header .first .upper-menu li a img {
  max-height: 25px;
  max-width: 25px;
}
header .first .upper-menu li a img.search-icon {
  max-height: 20px;
  max-width: 20px;
}
header .first .upper-menu li a .search-icon {
  color: white;
}
header .first .upper-menu li a .search-icon .search-icon-path {
  color: white;
}
header .first .upper-menu.upper-mobilni {
  display: none;
}
header .second {
  background-color: #f48223;
  width: 100%;
}
header .second &gt; div {
  padding: 12px 16px;
  display: flex;
  align-items: center;
}
header .second .main-logo {
  max-width: 250px;
}
header .second nav {
  width: 70%;
}
header .second nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
header .second nav ul li {
  position: relative;
  /* #m-eu-projekti KRAJ */

  /* 02.10.2022. ftp */

  /* 02.10.2022. ftp kraj*/

  /* .sub-menu kraj */

}
header .second nav ul li#m-eu-projekti.parent a {
  background: url("/files/file/uploads/2020/11/EU-logo-blueandwhite-24x16.jpg");
  background-size: initial;
  background-position: 88px 11px;
  background-repeat: no-repeat;
}
header .second nav ul li#m-eu-projekti.parent a::after {
  margin-left: 36px;
}
header .second nav ul li#m-eu-projekti.parent .sub-menu ul li a {
  background: none;
  /* 02.10.2022. ftp */

  /* 02.10.2022. ftp */

}
header .second nav ul li#m-eu-projekti.parent .sub-menu ul li a::after {
  margin-left: unset;
}
header .second nav ul li#m-eu-projekti.parent .sub-menu ul li a:hover {
  background-color: #e4e4e4;
}
header .second nav ul li#m-zasticena-podrucja.parent .sub-menu ul {
  width: 165px;
}
header .second nav ul li#m-zasticena-podrucja.parent .sub-menu ul li ul {
  right: -165px;
}
header .second nav ul li#m-prirodna-i-kulturna-bastina .sub-menu ul {
  width: 160px;
}
header .second nav ul li#m-prirodna-i-kulturna-bastina .sub-menu ul li ul {
  right: -160px;
}
header .second nav ul li.parent a {
  /*pointer-events: none;*/
  cursor: pointer;
}
header .second nav ul li.parent.parent-kliknut .sub-menu {
  display: block;
  /*transform: translate(0, 10px);*/
  transition: 0.2s ease-in;
}
header .second nav ul li.parent a::after {
  content: "";
  background: url("/images/_theme/arrow-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 6px;
  width: 10px;
  height: 12px;
  display: inline-block;
}
header .second nav ul li.parent.parent-kliknut a::after {
  transform: scaleY(-1);
}
header .second nav ul li.parent.parent-kliknut .sub-menu {
  display: block;
  /*transform: translate(0, 10px);*/
  transition: 0.2s ease-in;
}
header .second nav ul li a {
  color: white;
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .second nav ul li a img {
  margin-left: 10px;
}
header .second nav ul li .sub-menu {
  display: none;
  position: absolute;
  left: 5px;
  top: 30px;
  z-index: 1;
  /* ovo mičem: */

  /*animation: slide-from-bottom 0.4s linear;*/

  /* .sub-menu .ul kraj */

}
header .second nav ul li .sub-menu.opened {
  /* mislim da ovu opened klasu ne upotrebljavamo nigdje */
  display: block;
}
header .second nav ul li .sub-menu ul {
  display: block;
  width: 210px;
  background: #f1f1f1;
  /* .sub-menu .ul li kraj   */

}
header .second nav ul li .sub-menu ul li {
  background: #f1f1f1;
  /*&amp;:hover {
                  background: #ddd;

                  ul {
                    display: block;
                  }
                }*/

  /*  PROBAT ĆU PRETVORITI U MENU NA KLIK:  */

}
header .second nav ul li .sub-menu ul li.parent-two a::after {
  content: "";
  background: url("/images/_theme/black-arrow-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 12px;
  display: block;
  transform: rotate(275deg);
  position: absolute;
  right: 10px;
  top: 12px;
}
header .second nav ul li .sub-menu ul li.parent-two ul li a::after {
  display: none;
}
header .second nav ul li .sub-menu ul li a {
  display: block;
  color: #666666;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  padding: 7px 10px 7px 10px;
  /* 02.10.2022. ftp */
  /*line-height: 25px;*/
  line-height: 21px;
  /* 02.10.2022. ftp kraj */
  text-decoration: none;
  text-transform: none;
  pointer-events: auto;
  /* 02.10.2022. ftp */

  /* 02.10.2022. ftp kraj */

}
header .second nav ul li .sub-menu ul li a::after {
  display: none;
  width: unset;
  height: unset;
  margin-left: unset;
  background: unset;
  content: unset;
}
header .second nav ul li .sub-menu ul li a:hover {
  background: #e4e4e4;
}
header .second nav ul li .sub-menu ul li.parent-two.parent-two-kliknut a {
  background: #e4e4e4;
}
header .second nav ul li .sub-menu ul li.parent-two.parent-two-kliknut a::after {
  transform: scaleY(-1);
}
header .second nav ul li .sub-menu ul li.parent-two.parent-two-kliknut ul {
  display: block;
  /* 02.10.2022. ftp */

  /* 02.10.2022. ftp kraj */

}
header .second nav ul li .sub-menu ul li.parent-two.parent-two-kliknut ul li a {
  background: #e4e4e4;
}
header .second nav ul li .sub-menu ul li.parent-two.parent-two-kliknut ul li a:hover {
  background: #cccccc;
}
header .second nav ul li .sub-menu ul li ul {
  position: absolute;
  right: -210px;
  top: 0px;
  display: none;
  /* ovo mičem: */
  /*animation: slide-from-bottom 0.4s ease-out;*/
  padding-left: unset;
}
header .second .nav-button.green.banner-mobile {
  display: none;
}
header .second .social-mobile {
  display: none;
}
header .second .eu-fondovi-mobile {
  display: none;
}
header .third {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
header .third &gt; div {
  padding: 5px;
}
header .third &gt; div p {
  text-align: center;
  font-size: 12px;
  line-height: 28px;
}
.slider-wrap {
  position: relative;
}
.slider-wrap .slick-prev {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
  left: 10px;
  z-index: 100;
  overflow: visible;
  background: transparent;
  border-radius: 0;
}
.slider-wrap .slick-prev::before {
  font-family: "slick";
  content: "←";
  font-size: 30px;
  line-height: 1;
  color: white;
  opacity: .75;
  font-size: 30px;
  box-sizing: border-box;
}
.slider-wrap .slick-prev:hover::before {
  opacity: 1;
}
.slider-wrap .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  right: 20px;
  overflow: visible;
  background: transparent;
  border-radius: 0;
}
.slider-wrap .slick-next::before {
  font-family: "slick";
  content: "→";
  font-size: 30px;
  line-height: 1;
  color: white;
  opacity: .75;
  font-size: 30px;
  box-sizing: border-box;
}
.slider-wrap .slick-next:hover::before {
  opacity: 1;
}
.slider-wrap .nav-holder {
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.slider-wrap .nav-holder .prev,
.slider-wrap .nav-holder .next {
  display: flex;
}
.slider-wrap .nav-holder .prev-arrow-box {
  /*background: url(/images/_theme/)*/
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: -50%;
  transform: translate(0, 50%);
}
.slick-main .slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /*min-height: 635px;*/
  min-height: 545px;
  text-align: center;
}
.slick-main .slide .background-picture {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slick-main .slide .background-picture:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.5;
  position: absolute;
  background: #111111;
}
.slick-main .slide .content {
  position: relative;
  z-index: 1;
  margin-top: -50px;
}
.slick-main .slide .content h6 {
  font-size: 80px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #f48223;
  max-width: 765px;
}
.slick-main .slide .content p {
  line-height: 28px;
  font-size: 16px;
  color: white;
  font-weight: bolder;
  margin-bottom: 20px;
}
/* slick main kraj*/

.main-button {
  color: white;
  font-size: 16px;
  line-height: 26px;
  border-radius: 5px;
  padding: 12px 20px;
  background-color: #f48223;
  max-width: 122px;
  text-align: center;
  margin: 0 auto;
}
.main-button:hover {
  background-color: #d9690b;
  color: white;
}
/*  ŠIRINE main COINTAINERA,.  */

.main-container {
  /*width: 1140px;*/
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.main-container.w1090 {
  max-width: 1090px;
}
.main-container.w1200 {
  max-width: 1200px;
}
.main-container.w1280 {
  max-width: 1280px;
}
.main-container.w1400 {
  max-width: 1400px;
}
.main-container.w1920 {
  max-width: 1920px;
}
.w1090 {
  max-width: 1090px;
}
/* SKRIVAM NOVOSTI NA ENG VERZIJI NA NASLOVNICI:*/

body.index.struct-14 .main-container.main-container-naslovnica.novosti-n-naslov,
body.index.struct-14 .main-container.main-container-naslovnica.novosti-n-lista {
  display: none;
}
/* ---- */

/* POSJETITLEJSKI CENTAR blok na naslovnoj -2023- :*/

.heritage-wrapper.posjetiteljski-centar {
  margin-top: -45px;
  margin-bottom: 120px;
}
.heritage-wrapper.posjetiteljski-centar .headline-content h2 {
  color: #f48223;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.heritage-wrapper.posjetiteljski-centar .headline-content .divider {
  margin-bottom: 24px;
}
.heritage-wrapper.posjetiteljski-centar a.slika-link {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.heritage-wrapper.posjetiteljski-centar a.slika-link:hover {
  opacity: 0.85;
}
/* ---- */

/* STRANICE POSJETITLEJSKOG CENTRA KANAL SV ANTE -2023- :*/

body.index.struct-274 h4.main-title,
body.index.struct-275 h4.main-title,
body.index.struct-276 h4.main-title,
body.index.struct-272 h4.main-title,
body.index.struct-273 h4.main-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  margin-top: 35px;
  margin-bottom: 26px;
  font-family: "Roboto", sans-serif;
}
/* ---- */

/* OVI STILOVI SU ZA SREDNJI DIO - GLAVNI SADRŽAJ,
  AKO NA NEKIM PODSTRANICAMA TO NE ODGOVARA TREBA POSEBNO ZA NJIH PREGAZITI:
*/

.entry-content h1.entry-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  margin-top: 35px;
  margin-bottom: 26px;
  font-family: "Roboto", sans-serif;
}
.entry-content p {
  /* font je na html definiran:  14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; */
  font-size: 1em;
  margin-bottom: 16px;
  font-family: "Roboto", sans-serif;
}
.entry-content a {
  color: #0077dd;
  /* defaultni display za a tag bi trebao biti inline: */
  display: inline;
}
.entry-content h2 {
  font-size: 1.32em;
  line-height: 1.34em;
  margin-bottom: 25px;
}
.entry-content h3 {
  font-size: 1.18em;
  line-height: 1.22em;
  margin-bottom: 20px;
}
.entry-content ul {
  margin-bottom: 22px;
  width: 98%;
  min-width: 250px;
  max-width: 980px;
  padding-left: 38px;
}
.entry-content ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 15px;
  line-height: 1.32em;
}
.entry-content ul li:last-of-type {
  margin-bottom: 0px;
}
.entry-content ol {
  margin-bottom: 22px;
  width: 98%;
  min-width: 250px;
  max-width: 980px;
  padding-left: 38px;
}
.entry-content ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 15px;
  line-height: 1.32em;
}
.entry-content ol li:last-of-type {
  margin-bottom: 0px;
}
/* =====  entry-content kraj =====*/

/* ==========================================================================
    STRANICA DOKUMENTI
   ========================================================================== */

.standard-novi-dokumenti a {
  /* MISLIM DA OVDJE ZA A TAG ODGOVARA ONAJ INICIJALNI STIL DISPLAY BLOCK */
  display: block;
}
.standard-novi-dokumenti .gumb-toggle-sadrzaj ul a {
  color: #0077dd;
}
.standard-novi-dokumenti .gumb-toggle-sadrzaj ul li {
  /*color: #07D;*/
  color: #222222;
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 15px;
  line-height: 1.32em;
}
.standard-novi-dokumenti .gumb-toggle-sadrzaj ul li:last-of-type {
  margin-bottom: 0px;
}
.standard-novi-dokumenti .gumb-toggle-sadrzaj ul li::marker {
  color: #0077dd;
}
/* =============================================================== */

/* ==========================================================================
    STRANICA JAVNA NABAVA predložak _boxevi-godine.aspx
   ========================================================================== */

.standard-novi-boxevi-godine a {
  /* MISLIM DA OVDJE ZA A TAG ODGOVARA ONAJ INICIJALNI STIL DISPLAY BLOCK */
  display: block;
}
.standard-novi-boxevi-godine .gumb-toggle-sadrzaj a {
  color: #0077dd;
}
.standard-novi-boxevi-godine .gumb-toggle-sadrzaj ul li {
  color: #222222;
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 15px;
  line-height: 1.32em;
}
.standard-novi-boxevi-godine .gumb-toggle-sadrzaj ul li:last-of-type {
  margin-bottom: 0px;
}
.standard-novi-boxevi-godine .gumb-toggle-sadrzaj ul li::marker {
  color: #0077dd;
}
/* =============================================================== */

/* ==========================================================================
    STRANICA JEDNOSTAVNA NABAVA predložak _jednostavna-nabava.aspx
   ========================================================================== */

.standard-novi-jednostavna-nabava a {
  /* MISLIM DA OVDJE ZA A TAG ODGOVARA ONAJ INICIJALNI STIL DISPLAY BLOCK */
  display: block;
}
.standard-novi-jednostavna-nabava .gumb-toggle-sadrzaj a {
  color: #0077dd;
}
.standard-novi-jednostavna-nabava .gumb-toggle-sadrzaj ul li {
  color: #222222;
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 15px;
  line-height: 1.32em;
}
.standard-novi-jednostavna-nabava .gumb-toggle-sadrzaj ul li:last-of-type {
  margin-bottom: 0px;
}
.standard-novi-jednostavna-nabava .gumb-toggle-sadrzaj ul li::marker {
  color: #0077dd;
}
/* ==================== STRANICA JEDNOSTAVNA NABAVA predložak _jednostavna-nabava.aspx   KRAJ  ============================= */

/* ==========================================================================
    STRANICA KONCESIJSKA ODOBRENJA  struct-99
   ========================================================================== */

.standard-novi-boxevi-godine.boxevi-godine-2023.struct-99 .gumb-toggle-sadrzaj a {
  margin-top: 4px;
  margin-bottom: 4px;
}
/* ==================== STRANICA KONCESIJSKA ODOBRENJA  struct-99   KRAJ  ============================= */

/* ==========================================================================
       NOVOST SINGLE 
   ========================================================================== */

.novost-single {
  margin-top: 25px;
}
.novost-single .novost-slika {
  margin-bottom: 8px;
}
.novost-single .novost-slika img {
  width: 100%;
  height: auto;
  display: block;
}
.novost-single .naslov-novost {
  font-size: 26px;
  line-height: 1.2;
  color: #222222;
  /*margin-bottom: 25px;*/

}
.novost-single p.date {
  margin-bottom: 5px;
}
/* ==================  NOVOST SINGLE   KRAJ ====================== */

.areas-wrapper {
  max-width: 742px;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 30px;
}
.areas-wrapper h6 {
  font-size: 18px;
  color: #222222;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}
.areas-wrapper h2 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #f48223;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: bolder;
}
.areas-wrapper p {
  text-align: justify;
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 30px;
}
.divider {
  text-align: center;
  display: flex;
}
.divider span {
  width: 100%;
  margin: 0 auto;
  direction: ltr;
  text-align: center;
}
.divider span::before,
.divider span::after {
  display: inline-block;
  content: "";
  border-top: 1px solid black;
  width: 54px;
  transform: translateY(-9px);
}
.divider span div {
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #818a91;
  font-size: 50px;
  text-align: center;
  padding: 0 4px;
}
.divider span div svg {
  overflow: visible;
  width: 20px;
  height: 20px;
  display: block;
}
/*ONAJ span MI SE ČESTO REŽE PA PROBAM OVAKO SA DIVIDEROM:*/

.divider {
  text-align: center;
  display: flex;
}
.divider .spandiv {
  width: 100%;
  margin: 0 auto;
  direction: ltr;
  text-align: center;
}
.divider .spandiv::before,
.divider .spandiv::after {
  display: inline-block;
  content: "";
  border-top: 1px solid black;
  width: 54px;
  transform: translateY(-9px);
}
.divider .spandiv div {
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #818a91;
  font-size: 50px;
  text-align: center;
  padding: 0 4px;
}
.divider .spandiv div svg {
  overflow: visible;
  width: 20px;
  height: 20px;
  display: block;
}
.area-card-wrapper {
  display: flex;
}
.area-card-wrapper:nth-of-type(3) {
  padding-bottom: 150px;
}
.area-card-wrapper a {
  text-decoration: unset;
}
.area-card-wrapper a:hover {
  text-decoration: unset;
}
.area-card-wrapper .area-card {
  padding: 10px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
  border: 1px solid #e5e5e5;
}
.area-card-wrapper .area-card img {
  margin-bottom: 20px;
}
.area-card-wrapper .area-card h5 {
  text-align: center;
  color: #f48223;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
}
.area-card-wrapper .area-card:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  text-decoration: unset;
}
.area-card-wrapper .area-card:hover h5 {
  text-decoration: unset;
}
.area-card-wrapper .area-card a {
  color: #f48223;
}
.heritage-wrapper {
  margin-bottom: 20px;
}
.heritage-wrapper .headline-content h6 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.heritage-wrapper .headline-content h2 {
  color: #f48223;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 45px;
  text-align: center;
  font-weight: bold;
}
.grey-wrapper {
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #dddddd;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 0px 70px 0px;
  background-color: #f9f9f9;
}
.white-wrapper {
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #dddddd;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 0px 70px 0px;
  background-color: white;
}
.heritage-lower-wrapper {
  display: flex;
  justify-content: space-between;
}
.heritage-lower-wrapper .heritage-card {
  max-width: 550px;
}
.heritage-lower-wrapper .heritage-card h2 {
  font-size: 28px;
  color: #f48223;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.heritage-lower-wrapper .heritage-card p {
  text-align: center;
  font-size: 16px;
  color: #222222;
  line-height: 28px;
  margin-bottom: 30px;
  min-height: 112px;
}
.heritage-lower-wrapper .heritage-card .heritage-link {
  margin-top: 40px;
  width: 100%;
}
.heritage-lower-wrapper .heritage-card .heritage-link:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.heritage-lower-wrapper .heritage-card .heritage-link img {
  display: block;
  margin: 0 auto;
}
.white-filler {
  width: 100px;
  /*margin-bottom: 120px;*/
  margin-bottom: 65px;
}
.white-filler.razmak1 {
  margin-bottom: 0px;
}
.heritage-news {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.heritage-news .card {
  max-width: 353px;
}
.heritage-news .card h2 {
  font-size: 28px;
  color: #f48223;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  min-height: 60px;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.heritage-news .card p {
  text-align: center;
  font-size: 16px;
  color: #222222;
  line-height: 28px;
  min-height: 112px;
  margin-bottom: 30px;
}
.heritage-news .card .divider span::after,
.heritage-news .card .divider span::before {
  width: 25px;
}
.heritage-news .card .card-link {
  width: 100%;
}
.heritage-news .card .card-link:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.heritage-news .card .card-link img {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 5px;
}
.headline-wrap {
  /*margin-top: 120px;
  margin-bottom: 40px;*/
  margin-top: 55px;
  margin-bottom: 40px;
}
.headline-wrap h2 {
  font-size: 28px;
  color: #f48223;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
.news-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.news-wrapper a:hover {
  text-decoration: unset;
}
.news-wrapper .news-card {
  max-width: 352px;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
  border: 1px solid #e5e5e5;
  cursor: pointer;
  flex-grow: 1;
  width: 33%;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 80px;
}
.news-wrapper .news-card .lower {
  padding: 20px 20px 0px 20px;
}
.news-wrapper .news-card .lower h3 {
  font-size: 20px;
  line-height: 1.28;
  margin-bottom: 10px;
  /*min-height: 125px;*/

}
.news-wrapper .news-card .lower p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #222222;
}
.news-wrapper .news-card .lower p.date {
  font-size: 14px;
}
.news-wrapper .news-card .lower button {
  background-color: #f48223;
  border: unset;
  border-radius: 5px;
  color: white;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 28px;
}
.news-wrapper .news-card .lower button:hover {
  cursor: pointer;
}
.news-wrapper .news-card .lower .button {
  display: inline-block;
  /*float: right;*/
  position: relative;
  bottom: 0px;
  background-color: #f48223;
  border: unset;
  border-radius: 5px;
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
}
.news-wrapper .news-card .lower .button:hover {
  cursor: pointer;
}
.news-wrapper .news-card .button-vise {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: #f48223;
  border: unset;
  border-radius: 5px;
  color: white;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
}
.news-wrapper .news-card .button-vise:hover {
  cursor: pointer;
}
.news-wrapper .news-card:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.news-wrapper .news-card:hover .button,
.news-wrapper .news-card:hover .button-vise {
  text-decoration: underline;
}
.pager-holder a {
  padding-right: 7px;
  /*padding-left: 8px;*/

}
.pager-holder a:last-child {
  padding-right: 0px;
  padding-left: 5px;
}
.pager-holder a.selected {
  color: #f48223;
}
.ticket-button-wrapper {
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #dddddd;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  background-color: #f9f9f9;
  padding: 80px 0;
}
.ticket-button {
  display: block;
  max-width: 210px;
  margin: 0 auto;
  background-color: #f48223;
  display: flex;
  text-transform: uppercase;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 16px 0;
  border-radius: 10px 10px 10px 10px;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  font-weight: 500;
}
.ticket-button:hover {
  color: white;
}
.ticket-button svg {
  margin-right: 5px;
  max-width: 20px;
}
.ticket-button svg path {
  color: white;
}
footer {
  margin-top: 50px;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #dddddd;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 0px;
  background-color: #f9f9f9;
}
.footer-content h2 {
  font-size: 24px;
  line-height: 30px;
  border-radius: 5px;
  border: 1px solid transparent;
  color: #f48223;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer-content h3 {
  font-size: 20px;
  line-height: 26px;
  color: #222222;
  margin-bottom: 14px;
}
.footer-content h4 {
  font-size: 18px;
  line-height: 24px;
  color: #f48223;
  margin-bottom: 14px;
}
.footer-content p,
.footer-content a {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 14px;
}
.footer-content .picture-wrap {
  max-width: 100%;
}
.footer-content .picture-wrap img {
  display: inline-block;
  max-width: 123px;
  max-height: 42px;
}
.footer-content .picture-wrap img.partner-1 {
  max-width: 108px;
}
.footer-content .picture-wrap img.partner-2 {
  max-width: 120px;
}
.footer-content .picture-wrap img.partner-3 {
  max-width: 41px;
}
.footer-content.f3 p,
.footer-content.f3 a {
  margin-bottom: 7px;
}
.footer-content.f3 p.inline-linkovi a {
  display: inline;
}
/* .footer-content KRAJ */

h4.main-title {
  font-size: 22px;
  line-height: 1.2;
  margin-top: 60px;
  margin-bottom: 40px;
  color: #222222;
}
.area-wrap {
  display: flex;
}
.area-wrap .sidebar {
  width: 285px;
}
.area-wrap .sidebar .side-menu {
  margin-top: 0px;
  list-style: disc;
  padding: 10px 0 10px 15px;
}
.area-wrap .sidebar .side-menu li {
  /*padding: 15px 0;*/
  padding: 0;
  border-bottom: 1px solid #dddddd;
  /*list-style-type: circle;*/
  list-style-type: none;
  max-width: 220px;
}
.area-wrap .sidebar .side-menu li a {
  color: #222222;
  padding: 5px;
  position: relative;
  /* before kraj */

}
.area-wrap .sidebar .side-menu li a::before {
  content: "";
  background: url(/images/_theme/black-arrow-down.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 12px;
  display: block;
  position: absolute;
  left: -12px;
  top: 7px;
  transform: rotate(275deg);
}
.area-wrap .sidebar .side-menu li a.selected {
  color: #f48223;
}
.area-wrap .sidebar .side-menu li a.selected::before {
  color: #f48223;
  background-image: url(/images/_theme/orange-arrow-down.svg);
}
.area-wrap .main-section {
  /* ovo je .main-section od .area-wrap */
  max-width: 855px;
}
.area-wrap .main-section .current-level-title {
  font-size: 26px;
  line-height: 1.2;
  color: #222222;
  margin-bottom: 25px;
}
.area-wrap .main-section img {
  margin-bottom: 20px;
}
.area-wrap .main-section p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
  color: #222222;
}
.area-wrap .main-section h5 {
  font-size: 18px;
  line-height: 1.2;
  color: #f48223;
  padding-top: 10px;
  margin-bottom: 20px;
}
.area-wrap .main-section ol {
  padding-left: 20px;
}
.area-wrap .main-section ol li {
  list-style-type: decimal;
  padding: 5px 0;
  /*margin-bottom: 20px;*/
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
}
.area-wrap .main-section ul {
  padding-left: 20px;
}
.area-wrap .main-section ul li {
  list-style-type: disc;
  padding: 5px 0;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
}
.area-wrap .main-section img {
  display: block;
  margin: 0 auto;
}
.area-wrap .main-section iframe {
  height: 300px;
  width: 100%;
}
.area-wrap .main-section h3 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #222222;
}
/* area-wrap kraj */

.galerija-slider-wrapper .nav-holder {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.galerija-slider-wrapper .nav-holder .prev-galerija {
  position: relative;
  display: block;
}
.galerija-slider-wrapper .nav-holder .prev-galerija .prev-arrow-box {
  background: url('/images/_theme/arrow-down.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  cursor: pointer;
  /*top: -200px;*/
  top: -700%;
  position: absolute;
  left: 8px;
  transform: rotate(90deg);
}
.galerija-slider-wrapper .nav-holder .next-galerija {
  display: block;
  position: relative;
}
.galerija-slider-wrapper .nav-holder .next-galerija .next-arrow-box {
  background: url('/images/_theme/arrow-down.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  cursor: pointer;
  /*top: -200px;*/
  top: -700%;
  position: absolute;
  right: 8px;
  transform: rotate(270deg);
}
.galerija-slider-wrapper .nav-holder .dot-holder {
  display: block;
  width: 100%;
  overflow: hidden;
}
.galerija-slider-wrapper .nav-holder .dot-holder ul.slick-dots {
  overflow: hidden;
  display: block;
  padding-left: 0px;
  width: unset;
  min-width: unset;
  max-width: unset;
  margin: 0 auto;
  text-align: center;
}
.galerija-slider-wrapper .nav-holder .dot-holder ul.slick-dots li {
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
.galerija-slider-wrapper .nav-holder .dot-holder ul.slick-dots li button {
  border: none;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  font-size: 0;
  background: black;
  opacity: .2;
  padding: 0;
  margin: 0;
}
.galerija-slider-wrapper .nav-holder .dot-holder ul.slick-dots li.slick-active button {
  opacity: 1;
}
.fancybox-wrap.fancybox-desktop.fancybox-type-image.fancybox-opened {
  overflow: visible!important;
}
/* ==========================================================================
    GALERIJA GRID
   ========================================================================== */

.galerija-grid .galerija-item {
  margin-bottom: 10px;
}
/* ==========================================================================
   MASON GALERIJA
   ========================================================================== */

.mason-container {
  column-count: 1;
  column-gap: 10px;
  column-fill: balance;
  margin: 10px auto 0;
  padding: 1rem;
}
.mason-container .mason-item {
  display: inline-block;
  /*margin: 0 0 10px;*/
  margin: 0 0 0px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  width: 100%;
}
.mason-container .mason-item img {
  width: 100%;
  height: auto;
}
@media (min-width: 800px) {
  .mason-container {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .mason-container {
    column-count: 3;
  }
}
/* ==========================================================================
   MASON GALERIJA  - stilovi za ručno unešen kod slika kod zašt. područja,
    za uže širine
   ========================================================================== */

@media (min-width: 800px) {
  .mason-container.dva-stupca {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .mason-container.dva-stupca {
    column-count: 2;
  }
}
.entry-content figcaption a {
  color: black;
}
/* ==========================================================================
    TOGGLE GUMB
   ========================================================================== */

.gumb-toggle {
  cursor: pointer;
  background-color: #f48223;
  color: white;
  padding: 10px;
  margin-top: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.gumb-toggle:hover {
  opacity: 0.8;
}
.gumb-toggle:after {
  /*content: '\02795';*/
  /* + */
  content: '+';
  float: right;
}
.gumb-toggle.aktivni:after {
  /*content: "\2796";*/
  /* - */
  content: '-';
}
.gumb-toggle-sadrzaj {
  display: none;
  background-color: white;
  padding: 30px 35px 25px 35px;
  border-left: 1px solid #f48223;
  border-bottom: 1px solid #f48223;
  border-right: 1px solid #f48223;
}
/* =========================  TOGGLE GUMB KRAJ ================================= */

/* -------------- HHHHHHHH hamburglar HHHHHHHHH ---------------*/

.hamburglar {
  /*display: block;*/
  display: none;
  position: absolute !important;
  top: 118px;
  right: 25px;
  z-index: 1000;
  width: 25px;
  height: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: none;
}
.hamburglar span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburglar span:nth-child(1) {
  top: 0px;
}
.hamburglar span:nth-child(2),
.hamburglar span:nth-child(3) {
  top: 8px;
}
.hamburglar span:nth-child(4) {
  top: 16px;
}
.hamburglar.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.hamburglar.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburglar.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburglar.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* ------------ HH hamburglar HH KRAJ  ---------  */

/* ==========================================================================
    Accessibility
   ========================================================================== */

.left {
  float: left;
}
.right {
  float: right;
}
.icons {
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 10px;
}
.icon-accessibility {
  background: url(/images/icon/accessibility-ikona-bijelo.png);
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 10px;
  width: 32px;
  height: 33px;
}
.accessibility {
  position: absolute;
  top: 19px;
  right: 7px;
  border: none;
  background: none;
}
.accessibility:hover {
  cursor: pointer;
}
.accessibility:hover .icon-accessibility {
  opacity: 0.7;
}
.accessibility-menu {
  display: none;
  position: absolute;
  right: 0px;
  top: 72px;
  background: #03263e;
  padding: 20px;
  z-index: 9999;
  text-align: center;
  /* pretvaram p u button, kopirala stilove i dodala kaj treba: */

  /* */

}
.accessibility-menu button {
  margin: 0px 0px 20px 0px;
  color: white;
  opacity: 0.7;
  font-size: 13px;
  font-weight: 500;
  display: block;
  text-align: center;
  align-items: center;
  width: 100%;
  box-sizing: content-box;
  line-height: 1.5;
  border: none;
  background: none;
  padding: 0px;
  font-family: inherit;
}
.accessibility-menu button i {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  opacity: 0.7;
  color: white;
}
.accessibility-menu button i img {
  max-width: 100%;
  height: auto;
  /*box-sizing: border-box;*/
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
.accessibility-menu button span {
  color: white;
}
.accessibility-menu button:hover,
.accessibility-menu button.active {
  opacity: 1;
  cursor: pointer;
  cursor: pointer;
  color: white;
}
.accessibility-menu button:hover i,
.accessibility-menu button.active i {
  opacity: 1;
}
/* accessibility-menu kraj */

/* ==========================================================================
    FORMA PRIJAVNICA
   ========================================================================== */

.prijavnica .forma-inner-wrap {
  max-width: 900px;
}
.prijavnica .forma-inner-wrap input {
  display: block;
  width: 100%;
  padding: 5px;
}
.prijavnica #gumb-posalji {
  margin-top: 25px;
}
.prijavnica #gumb-posalji input {
  padding: 10px 45px 10px 45px;
  font-size: 18px;
}
.prijavnica #gumb-posalji input:hover {
  cursor: pointer;
}
.prijavnica .uspjesno-poslano {
  color: #52b949;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #52b949;
  padding: 20px;
  background-color: #f1faf1;
}
.prijavnica span.span-opcija1 {
  display: block;
  max-width: 200px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.prijavnica span.span-opcija1.usmeno input {
  display: inline!important;
  max-width: 20px;
}
.prijavnica span.span-opcija1.poster input {
  display: inline!important;
  max-width: 20px;
}
.prijavnica span.span-opcija1.online input {
  display: inline!important;
  max-width: 20px;
}
.prijavnica span.span-opcija2 {
  display: block;
  max-width: 400px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.prijavnica span.span-opcija2.koktel input {
  display: inline!important;
  max-width: 20px;
}
.prijavnica span.span-opcija2.vecera input {
  display: inline!important;
  max-width: 20px;
}
.prijavnica span.span-opcija2.ekskurzija input {
  display: inline!important;
  max-width: 20px;
}
/* ==========================================================================
    KORISNO
   ========================================================================== */

a.inline-link {
  display: inline;
}
/* za razmake:  &lt;br style="content:'a'; height: 0px; display: block; margin-bottom: 5px;" /&gt; */

/*  ili
   &lt;span class="separator5px"&gt;&amp;nbsp;&lt;/span&gt;   
   &lt;div class="separator5px"&gt;&amp;nbsp;&lt;/div&gt;
*/

a.slika-link {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
a.slika-link:hover {
  opacity: 0.85;
}
a.link-hover-nar {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
a.link-hover-nar:hover {
  color: #f48223;
}
a.link-underline {
  text-decoration: underline;
}
.separator0px {
  display: block;
  clear: both;
  float: none;
  height: 0px;
  margin-bottom: 0px;
  width: 100%;
}
.separator1px {
  display: block;
  clear: both;
  float: none;
  height: 0px;
  margin-bottom: 1px;
  width: 100%;
}
.separator4px {
  display: block;
  clear: both;
  float: none;
  height: 0px;
  margin-bottom: 4px;
  width: 100%;
}
.separator5px {
  display: block;
  clear: both;
  float: none;
  height: 0px;
  margin-bottom: 5px;
  width: 100%;
}
.separator10px {
  display: block;
  clear: both;
  float: none;
  height: 0px;
  margin-bottom: 10px;
  width: 100%;
}
.separator15px {
  display: block;
  clear: both;
  float: none;
  height: 0px;
  margin-bottom: 15px;
  width: 100%;
}
.separator20px {
  display: block;
  clear: both;
  float: none;
  height: 0px;
  margin-bottom: 20px;
  width: 100%;
}
.separator25px {
  display: block;
  clear: both;
  float: none;
  height: 0px;
  margin-bottom: 25px;
  width: 100%;
}
.separator30px {
  display: block;
  clear: both;
  float: none;
  height: 0px;
  margin-bottom: 30px;
  width: 100%;
}
.separator35px {
  display: block;
  clear: both;
  float: none;
  height: 0px;
  margin-bottom: 35px;
  width: 100%;
}
.separator40px {
  display: block;
  clear: both;
  float: none;
  height: 0px;
  margin-bottom: 40px;
  width: 100%;
}
.separator45px {
  display: block;
  clear: both;
  float: none;
  height: 0px;
  margin-bottom: 45px;
  width: 100%;
}
/* =========================  KORISNO KRAJ ================================= */

@keyframes slide-from-bottom {
  0% {
    margin-top: 23%;
  }
  100% {
    margin-top: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1545px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 1545px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1545px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1545px), only screen and (min-resolution: 192dpi) and (max-width: 1545px), only screen and (min-resolution: 2dppx) and (max-width: 1545px), only screen and (max-width: 1545px) {
  header .second nav {
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1400px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 1400px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1400px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1400px), only screen and (min-resolution: 192dpi) and (max-width: 1400px), only screen and (min-resolution: 2dppx) and (max-width: 1400px), only screen and (max-width: 1400px) {
  .slick-main .slide .content h6 {
    font-size: 60px;
  }
  /* slick main kraj*/
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1300px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 1300px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1300px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1300px), only screen and (min-resolution: 192dpi) and (max-width: 1300px), only screen and (min-resolution: 2dppx) and (max-width: 1300px), only screen and (max-width: 1300px) {
  header .second nav ul {
    justify-content: flex-start;
    margin-left: 30px;
    /* 02.10.2022. ftp */
  
    /* 02.10.2022. ftp kraj */
  
  }
  header .second nav ul .sub-menu ul {
    margin-left: 0px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1280px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 1280px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1280px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1280px), only screen and (min-resolution: 192dpi) and (max-width: 1280px), only screen and (min-resolution: 2dppx) and (max-width: 1280px), only screen and (max-width: 1280px) {
  .slick-main .slide {
    min-height: 450px;
  }
  .slick-main .slide .content {
    margin-top: -2vh;
  }
  /* slick main kraj*/
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1240px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 1240px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1240px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1240px), only screen and (min-resolution: 192dpi) and (max-width: 1240px), only screen and (min-resolution: 2dppx) and (max-width: 1240px), only screen and (max-width: 1240px) {
  /* 02.10.2022. ftp */
  
  header .second nav ul li .sub-menu {
    left: -15px;
  }
  header .second nav ul li#m-eu-projekti .sub-menu {
    left: -40px;
  }
  /* 02.10.2022. ftp kraj */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1199px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 1199px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1199px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1199px), only screen and (min-resolution: 192dpi) and (max-width: 1199px), only screen and (min-resolution: 2dppx) and (max-width: 1199px), only screen and (max-width: 1199px) {
  /* struct-268 je test karta 5, 64 je prava live podstranica: */
  
  body.struct-268 .entry-content.main-container.w1090,
  body.struct-64 .entry-content.main-container.w1090 {
    width: 100%;
    max-width: 100%;
  }
  .entry-content.main-container {
    max-width: 94%;
    width: 94%;
  }
  .entry-content.main-container h4.main-title {
    margin-top: 30px;
    margin-bottom: 35px;
  }
  .entry-content .area-wrap {
    width: 100%;
  }
  .entry-content .area-wrap .sidebar {
    width: 34%;
  }
  .entry-content .area-wrap .sidebar ul.side-menu li {
    max-width: 90%;
  }
  .entry-content .area-wrap .main-section {
    /* ovo je .main-section od .area-wrap */
    width: 65%;
    padding-left: 1%;
  }
  /* entry-content  kraj */
  
  footer .main-container {
    width: 92%;
    max-width: 92%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1180px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 1180px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1180px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1180px), only screen and (min-resolution: 192dpi) and (max-width: 1180px), only screen and (min-resolution: 2dppx) and (max-width: 1180px), only screen and (max-width: 1180px) {
  /* 02.10.2022. ftp  -- OK-PROVJERENO I DODANO  */
  
  header .second nav ul li#m-eu-projekti .sub-menu {
    left: -90px;
  }
  /* 02.10.2022. ftp kraj -- OK-PROVJERENO I DODANO  */
  
  .main-container.main-container-naslovnica {
    max-width: 98%;
    width: 98%;
    /* area kartice: */
  
    /* flora - fauna  kartice: */
  
    /* mareograf kartice: */
  
    /* NEWS kartice: */
  
  }
  .main-container.main-container-naslovnica .area-card-wrapper {
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px;
  }
  .main-container.main-container-naslovnica .area-card-wrapper .area-card {
    justify-content: center;
    align-items: center;
    flex: 1;
    flex-direction: column;
    flex-basis: calc(38%);
    margin: 5px;
  }
  .main-container.main-container-naslovnica .area-card-wrapper .area-card a img {
    margin: 0 auto 20px auto;
    display: block;
  }
  .main-container.main-container-naslovnica .area-card-wrapper .area-card.zadnja {
    width: 70%!important;
    max-width: 480px!important;
    margin-left: auto;
    margin-right: auto;
  }
  .main-container.main-container-naslovnica .area-card-wrapper .area-card.zadnja a img {
    max-width: 45.5vw !important;
  }
  .main-container.main-container-naslovnica .heritage-wrapper {
    margin-top: 55px;
  }
  .main-container.main-container-naslovnica .heritage-lower-wrapper {
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px 10px 5px 10px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-container.main-container-naslovnica .heritage-lower-wrapper .heritage-card {
    justify-content: center;
    align-items: center;
    flex: 1;
    flex-direction: column;
    flex-basis: calc(23%);
    margin: 5px 20px 5px 20px;
    max-width: 325px;
  }
  .main-container.main-container-naslovnica .heritage-news {
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px 10px 5px 10px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-container.main-container-naslovnica .heritage-news .card {
    justify-content: center;
    align-items: center;
    flex: 1;
    flex-direction: column;
    flex-basis: calc(73%);
    margin: 5px 20px 5px 20px;
    max-width: 325px;
  }
  .main-container.main-container-naslovnica .heritage-news .card h2 {
    font-size: 25px;
  }
  .main-container.main-container-naslovnica .heritage-news .card.zadnja {
    width: 70% !important;
    max-width: 380px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
  }
  .main-container.main-container-naslovnica .news-wrapper {
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px;
  }
  .main-container.main-container-naslovnica .news-wrapper .news-card {
    justify-content: center;
    align-items: center;
    flex: 1;
    flex-direction: column;
    flex-basis: calc(26%);
    margin: 5px;
    max-width: 32%;
  }
  /* .main-container.main-container-naslovnica kraj */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px), only screen and (max-width: 1024px) {
  .slick-main .slide {
    min-height: 42vh;
  }
  .slick-main .slide .content h6 {
    font-size: 40px;
  }
  /* slick main kraj*/
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 980px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 980px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 980px), only screen and (min-device-pixel-ratio: 2) and (max-width: 980px), only screen and (min-resolution: 192dpi) and (max-width: 980px), only screen and (min-resolution: 2dppx) and (max-width: 980px), only screen and (max-width: 980px) {
  .main-container.main-container-naslovnica .news-wrapper .news-card {
    flex-basis: calc(38%);
    max-width: unset;
  }
  /* .main-container.main-container-naslovnica kraj */
}
/* 02.10.2022. ftp */

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 841px) and (max-width: 980px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 841px) and (max-width: 980px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 841px) and (max-width: 980px), only screen and (min-device-pixel-ratio: 2) and (min-width: 841px) and (max-width: 980px), only screen and (min-resolution: 192dpi) and (min-width: 841px) and (max-width: 980px), only screen and (min-resolution: 2dppx) and (min-width: 841px) and (max-width: 980px), only screen and (min-width: 841px) and (max-width: 980px) {
  header .second nav ul li#m-zasticena-podrucja .sub-menu {
    left: -105px;
  }
}
/* 02.10.2022. ftp kraj */

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 959px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 959px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 959px), only screen and (min-device-pixel-ratio: 2) and (max-width: 959px), only screen and (min-resolution: 192dpi) and (max-width: 959px), only screen and (min-resolution: 2dppx) and (max-width: 959px), only screen and (max-width: 959px) {
  footer .main-container .uk-grid {
    margin-left: 0px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 840px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 840px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 840px), only screen and (min-device-pixel-ratio: 2) and (max-width: 840px), only screen and (min-resolution: 192dpi) and (max-width: 840px), only screen and (min-resolution: 2dppx) and (max-width: 840px), only screen and (max-width: 840px) {
  .hamburglar {
    display: block;
  }
  header .first .nav-button.green {
    margin-right: 0px;
    position: absolute;
    left: 10px;
  }
  header .second &gt; div {
    display: block;
  }
  header .second nav ul.main-menu {
    display: none;
  }
  header .second nav ul.main-menu li {
    display: block;
  }
  header .second nav ul.main-menu li .sub-menu {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    /* transition: 0.2s ease-in;*/
    animation: unset;
  }
  header .second nav ul.main-menu li .sub-menu ul {
    margin: 0 auto;
  }
  header .second nav ul.main-menu li .sub-menu ul li ul {
    position: relative;
    left: unset;
    top: unset;
    right: 0px;
    animation: unset;
  }
  header .second nav ul.main-menu li.parent.parent-kliknut .sub-menu {
    position: relative;
    left: unset;
    top: unset;
    right: 0px;
    transform: unset;
    /*transition: 0.2s ease-in;*/
    animation: unset;
  }
  header .second nav ul.main-menu li.parent.parent-kliknut .sub-menu ul {
    margin: 0 auto;
  }
  header .second nav ul.main-menu li.parent.parent-kliknut .sub-menu ul li ul {
    position: relative;
    left: unset;
    top: unset;
    right: 0px;
    animation: unset;
  }
  header .second nav ul.main-menu.on {
    display: block;
  }
  header .second nav ul li#m-zasticena-podrucja.parent .sub-menu ul {
    width: 280px;
  }
  header .second nav ul li#m-zasticena-podrucja.parent .sub-menu ul li ul {
    right: 0px;
    width: 280px;
  }
  header .second nav ul li#m-prirodna-i-kulturna-bastina .sub-menu ul {
    width: 280px;
  }
  header .second nav ul li#m-prirodna-i-kulturna-bastina .sub-menu ul li ul {
    right: 0px;
    width: 280px;
  }
  header .second nav ul li#m-eu-projekti .sub-menu {
    left: 0px;
  }
  header .second nav ul li#m-eu-projekti .sub-menu ul {
    width: 280px;
  }
  /* OVO PROVJERITI MOŽE LI SE VEĆ NA 1180PX DEFINIRATI: */
  
  .areas-wrapper {
    max-width: 90%;
  }
  .entry-content .area-wrap .sidebar {
    width: 30%;
  }
  .entry-content .area-wrap .sidebar ul.side-menu {
    width: 100%;
    min-width: 220px;
    max-width: 220px;
  }
  .entry-content .area-wrap .sidebar ul.side-menu li {
    max-width: 190px;
    font-size: 13px;
    line-height: 15px;
  }
  .entry-content .area-wrap .main-section {
    /* ovo je .main-section od .area-wrap */
    padding-left: 18px;
  }
  /* entry-content  kraj */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px), only screen and (max-width: 768px) {
  header .first &gt; div.banner-jezici-social {
    margin-right: 50px;
  }
  .main-container.main-container-naslovnica .heritage-lower-wrapper {
    max-width: 98%;
  }
  .main-container.main-container-naslovnica .heritage-lower-wrapper .heritage-card {
    flex-basis: calc(87%);
    margin: 5px auto 40px auto;
    max-width: 100%;
  }
  .main-container.main-container-naslovnica .heritage-lower-wrapper .heritage-card:last-child {
    margin-bottom: 0px;
  }
  .main-container.main-container-naslovnica .heritage-news {
    max-width: 95%;
  }
  .main-container.main-container-naslovnica .heritage-news .card {
    flex-basis: calc(95%);
    margin: 5px auto 40px auto;
    max-width: 99%;
    width: 99%;
  }
  .main-container.main-container-naslovnica .heritage-news .card p {
    width: 90%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-container.main-container-naslovnica .heritage-news .card.zadnja {
    width: 99% !important;
    max-width: 99%;
    margin-top: 20px;
  }
  /* ---- */
  
  .areas-wrapper {
    margin-top: 55px;
  }
  /* SLIDER:*/
  
  .slick-main .slide {
    min-height: 35vh;
  }
  .slick-main .slide .content h6 {
    font-size: 32px;
  }
  /* slick main kraj*/
  
  footer .main-container .uk-grid .footer-content.f2 {
    margin-top: 55px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 730px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 730px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 730px), only screen and (min-device-pixel-ratio: 2) and (max-width: 730px), only screen and (min-resolution: 192dpi) and (max-width: 730px), only screen and (min-resolution: 2dppx) and (max-width: 730px), only screen and (max-width: 730px) {
  .hamburglar {
    top: 180px;
    right: unset;
    left: 50vw;
  }
  header .first &gt; div.banner-jezici-social {
    margin-right: 70px;
  }
  header .first .nav-button.green {
    position: absolute;
    margin-right: 0px;
    top: 84px;
    right: 15px;
    left: unset;
  }
  header .second nav {
    padding-top: 33px;
  }
  header .second nav ul.main-menu {
    padding-top: 20px;
  }
  .entry-content .area-wrap {
    width: 100%;
  }
  .entry-content .area-wrap .sidebar {
    width: 35%;
  }
  .entry-content .area-wrap .sidebar ul.side-menu {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .entry-content .area-wrap .sidebar ul.side-menu li {
    max-width: 100%;
  }
  .entry-content .area-wrap .main-section {
    /* ovo je .main-section od .area-wrap */
    width: 62%;
  }
  /* entry-content  kraj */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 639px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 639px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 639px), only screen and (min-device-pixel-ratio: 2) and (max-width: 639px), only screen and (min-resolution: 192dpi) and (max-width: 639px), only screen and (min-resolution: 2dppx) and (max-width: 639px), only screen and (max-width: 639px) {
  /* slider se lomi na 640px iz većeg u manje */
  
  /* SLIDER: */
  
  .slider-wrap .slick-main .slide .content h6 {
    font-size: 22px;
    line-height: 28px;
  }
  .slider-wrap .slick-main .slide .content a.main-button {
    padding: 6px 10px;
  }
  /* SLIDER-wrap kraj  */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 600px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 600px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 600px), only screen and (min-device-pixel-ratio: 2) and (max-width: 600px), only screen and (min-resolution: 192dpi) and (max-width: 600px), only screen and (min-resolution: 2dppx) and (max-width: 600px), only screen and (max-width: 600px) {
  .hamburglar {
    top: 195px;
  }
  header .first .nav-button.green {
    display: none;
  }
  header .first .nav-button.orange {
    padding: 5px 8px;
  }
  header .second {
    min-height: 170px;
  }
  header .second .main-logo {
    width: 48%;
    position: relative;
    float: left;
  }
  header .second .nav-button.green.banner-mobile {
    display: block;
    position: relative;
    float: right;
    background-color: #52b949;
    color: white;
    font-size: 14px;
    line-height: 26px;
    border-radius: 5px;
    padding: 5px 8px;
    max-width: 280px;
    width: 48%;
  }
  header .second nav {
    position: relative;
    float: none;
    clear: both;
    padding-top: 45px;
  }
  /* SLIDER: */
  
  .slider-wrap .slick-prev,
  .slider-wrap .slick-next {
    top: 60%;
  }
  .slider-wrap .slick-main .slide .content {
    width: 90%;
    max-width: 450px;
  }
  .main-container.main-container-naslovnica .news-wrapper .news-card {
    flex-basis: calc(78%);
    width: 83%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  /* .main-container.main-container-naslovnica kraj */
  
  .entry-content.main-container h4.main-title {
    font-size: 16px;
    line-height: 20px;
  }
  .entry-content .area-wrap .main-section .current-level-title {
    font-size: 20px;
    line-height: 25px;
  }
  /* entry-content  kraj */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 550px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 550px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 550px), only screen and (min-device-pixel-ratio: 2) and (max-width: 550px), only screen and (min-resolution: 192dpi) and (max-width: 550px), only screen and (min-resolution: 2dppx) and (max-width: 550px), only screen and (max-width: 550px) {
  
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 550px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 550px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 550px), only screen and (min-device-pixel-ratio: 2) and (max-width: 550px), only screen and (min-resolution: 192dpi) and (max-width: 550px), only screen and (min-resolution: 2dppx) and (max-width: 550px), only screen and (max-width: 550px) {
  .hamburglar {
    left: 48vw;
    top: 200px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 512px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 512px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 512px), only screen and (min-device-pixel-ratio: 2) and (max-width: 512px), only screen and (min-resolution: 192dpi) and (max-width: 512px), only screen and (min-resolution: 2dppx) and (max-width: 512px), only screen and (max-width: 512px) {
  /*PRIVREMENO: testiram naslovnicu nav 512 - nav 513 nema donji skroller*/
  
  /*OVO POSTAVLJAM VEĆ nav 840PX:*/
  
  /*.main-container.main-container-naslovnica {
      max-width: 100vw;
      width: 100vw;
  }*/
  
  .entry-content .area-wrap {
    width: 100%;
  }
  .entry-content .area-wrap .sidebar {
    width: 32%;
    margin-left: -4%;
  }
  .entry-content .area-wrap .sidebar ul.side-menu {
    padding: 0px;
  }
  .entry-content .area-wrap .sidebar ul.side-menu li {
    border: 1px solid #dddddd;
    border-bottom: none;
    border-left: none;
    margin-bottom: 0px;
    padding: 0px;
  }
  .entry-content .area-wrap .sidebar ul.side-menu li a {
    display: block;
    line-height: 15px;
    padding: 5px 2px 5px 12px;
    /* before kraj */
  
  }
  .entry-content .area-wrap .sidebar ul.side-menu li a::before {
    background-image: none;
  }
  .entry-content .area-wrap .sidebar ul.side-menu li a.selected::before {
    background-image: none;
  }
  .entry-content .area-wrap .sidebar ul.side-menu li:last-child {
    border-bottom: 1px solid #dddddd;
  }
  .entry-content .area-wrap .main-section {
    /* ovo je .main-section od .area-wrap */
    width: 64%;
    padding-left: 4%;
  }
  /* entry-content  kraj */
  
  /* INTERAKTIVNA KARTA: */
  
  .otvori-zatvori {
    top: 104px!important;
  }
  .linkovi-na-markere {
    top: 145px!important;
  }
  .mapa-upute span {
    width: 300px;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 460px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 460px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 460px), only screen and (min-device-pixel-ratio: 2) and (max-width: 460px), only screen and (min-resolution: 192dpi) and (max-width: 460px), only screen and (min-resolution: 2dppx) and (max-width: 460px), only screen and (max-width: 460px) {
  header .second {
    padding-bottom: 14px;
  }
  header .second &gt; div {
    padding: 0px;
  }
  header .second &gt; div nav {
    width: 85vw;
    position: absolute;
    top: 0px;
    right: 15vw;
    padding-top: 0px;
    /*background-color: #03263e;*/
    background-color: white;
    /* submenu ul kraj */
  
  }
  header .second &gt; div nav ul li .sub-menu ul {
    background: transparent;
    border: 1px solid white;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  header .second &gt; div nav ul li .sub-menu ul li {
    background: transparent;
    /* parent-two kraj*/
  
  }
  header .second &gt; div nav ul li .sub-menu ul li.parent-two a::after {
    background-image: url("/images/_theme/arrow-down.svg");
  }
  header .second &gt; div nav ul li .sub-menu ul li.parent-two.parent-two-kliknut a {
    background-color: transparent;
  }
  header .second &gt; div nav ul li .sub-menu ul li.parent-two.parent-two-kliknut ul li a {
    background-color: transparent;
  }
  header .second &gt; div nav ul li .sub-menu ul li a {
    color: white;
  }
  header .second &gt; div nav ul li .sub-menu ul li a:hover {
    background-color: transparent;
  }
  header .second &gt; div nav.on {
    height: 100vh;
    z-index: 999;
  }
  header .second &gt; div nav ul li .sub-menu ul li.parent-two ul {
    border: none;
    padding-left: 15px;
  }
  header .second .main-logo {
    width: 100%;
    max-width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    float: none;
    margin: 0px;
    background-color: white;
  }
  header .second .main-logo img {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  header .second .nav-button.green.banner-mobile {
    float: none;
    background-color: #52b949;
    color: white;
    font-size: 14px;
    line-height: 26px;
    border-radius: 5px;
    padding: 5px 8px;
    max-width: 320px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
    text-align: center;
  }
  header .second nav .main-menu.on {
    padding-bottom: 20px;
    margin-left: 0;
    background-color: #03263e;
  }
  header .second .social-mobile.on {
    display: block;
    height: 55px;
    width: 100%;
    margin-left: 0px;
    background-color: #03263e;
    position: relative;
  }
  header .second .social-mobile.on .soc-wrap {
    width: 197px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  header .second .social-mobile.on .soc-wrap .social-mobile-item {
    float: left;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .second .eu-fondovi-mobile.on {
    display: block;
    background-color: white;
  }
  header .second .eu-fondovi-mobile.on img {
    display: block;
    margin: 0 auto;
  }
  header .first {
    justify-content: unset;
    padding-left: 12px;
    padding-right: 12px;
    display: block;
    width: 100%;
  }
  header .first &gt; div {
    width: 90%;
  }
  header .first .upper-menu.upper-default {
    display: none;
  }
  header .first .upper-menu.upper-mobilni {
    /*display: flex;*/
    display: block;
    width: 99%;
    min-width: 285px;
    /*max-width: 250px;*/
  
  }
  header .first .upper-menu.upper-mobilni li {
    float: left;
  }
  header .first .upper-menu.upper-mobilni li.li1 {
    margin-right: 5vw;
  }
  header .first .upper-menu.upper-mobilni li.li2 {
    margin-right: 6vw;
    padding-top: 9px;
  }
  header .first .upper-menu.upper-mobilni li.li3 {
    margin-right: 20px;
    padding-top: 9px;
  }
  header .first .upper-menu.upper-mobilni li.li4 {
    padding-top: 9px;
  }
  header .first .nav-button.orange {
    width: 108px;
    padding-left: 3px;
    padding-right: 4px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
  }
  .hamburglar {
    left: unset;
    /*right: 16px;*/
    right: 85px;
    top: 25px;
  }
  header .third {
    display: none;
  }
  /* SLIDER: */
  
  .slider-wrap .slick-main .slide .content {
    margin-top: -0.8vh;
  }
  .slider-wrap .slick-main .slide .content h6 {
    font-size: 17px;
    line-height: 21px;
  }
  .slider-wrap .slick-main .slide .content a.main-button {
    padding: 3px 10px;
    font-size: 14px;
  }
  /* SLIDER-wrap kraj  */
}
/* USKI UREĐAJI NA LANSCAPE MODU - mala visina : */

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 962px) and (min-height: 360px) and (max-height: 601px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 962px) and (min-height: 360px) and (max-height: 601px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 640px) and (max-width: 962px) and (min-height: 360px) and (max-height: 601px), only screen and (min-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 962px) and (min-height: 360px) and (max-height: 601px), only screen and (min-resolution: 192dpi) and (min-width: 640px) and (max-width: 962px) and (min-height: 360px) and (max-height: 601px), only screen and (min-resolution: 2dppx) and (min-width: 640px) and (max-width: 962px) and (min-height: 360px) and (max-height: 601px), only screen and (min-width: 640px) and (max-width: 962px) and (min-height: 360px) and (max-height: 601px) {
  .slick-main .slide {
    min-height: 85vh;
  }
  /* slick main kraj*/
}
/* ==========================================================================
       STILOVI ZA grayscale
   ========================================================================== */

body.grayscale {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  /* IE6-9 */

}
/* ==========================================================================
       STILOVI ZA VEĆI FONT
   ========================================================================== */

body.font-size-l div,
body.font-size-l span,
body.font-size-l object,
body.font-size-l iframe,
body.font-size-l h1,
body.font-size-l h2,
body.font-size-l h3,
body.font-size-l h4,
body.font-size-l h5,
body.font-size-l h6,
body.font-size-l p,
body.font-size-l blockquote,
body.font-size-l pre,
body.font-size-l a,
body.font-size-l abbr,
body.font-size-l acronym,
body.font-size-l address,
body.font-size-l code,
body.font-size-l del,
body.font-size-l dfn,
body.font-size-l em,
body.font-size-l img,
body.font-size-l q,
body.font-size-l dl,
body.font-size-l dt,
body.font-size-l dd,
body.font-size-l ol,
body.font-size-l ul,
body.font-size-l li,
body.font-size-l fieldset,
body.font-size-l form,
body.font-size-l label,
body.font-size-l legend,
body.font-size-l table,
body.font-size-l caption,
body.font-size-l tbody,
body.font-size-l tfoot,
body.font-size-l thead,
body.font-size-l tr,
body.font-size-l th,
body.font-size-l td {
  font-size: 104% !important;
  line-height: 1.5 !important;
}
body.font-size-l .slick-main .slide .content h6 {
  font-size: 82px!important;
  line-height: 1.2!important;
}
body.font-size-l h4.main-title {
  font-size: 24px!important;
  line-height: 1.2!important;
}
/* body.font-size-l kraj */

/* ==========================================================================
      HEADER - STILOVI ZA VEĆI FONT - 
   ========================================================================== */

body.font-size-l .hamburglar {
  display: block;
  right: unset;
  left: 538px;
  top: 142px;
}
body.font-size-l header .first &gt; div.banner-jezici-social {
  margin-right: 5vw;
}
body.font-size-l header .first .upper-menu {
  min-width: 40vw;
}
body.font-size-l header .first .upper-menu li a img {
  height: 35px;
  width: 35px;
  max-height: 35px;
  max-width: 35px;
}
body.font-size-l header .first .nav-button.green {
  margin-right: 0px;
  position: absolute;
  left: 10px;
}
body.font-size-l header .second &gt; div {
  display: block;
}
body.font-size-l header .second .main-logo {
  max-width: 420px;
}
body.font-size-l header .second nav {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
body.font-size-l header .second nav ul.main-menu {
  display: none;
  padding-bottom: 45px;
}
body.font-size-l header .second nav ul.main-menu li {
  display: block;
}
body.font-size-l header .second nav ul.main-menu li a {
  line-height: 41px!important;
  font-size: 23px!important;
}
body.font-size-l header .second nav ul.main-menu li .sub-menu {
  position: relative;
  left: unset;
  top: unset;
  transform: unset;
  animation: unset;
}
body.font-size-l header .second nav ul.main-menu li .sub-menu ul {
  margin: 0 auto;
  width: 98%;
  max-width: 310px;
}
body.font-size-l header .second nav ul.main-menu li .sub-menu ul li a {
  font-size: 23px!important;
  line-height: 32px!important;
  text-align: center;
}
body.font-size-l header .second nav ul.main-menu li .sub-menu ul li ul {
  position: relative;
  left: unset;
  top: unset;
  right: 0px;
  animation: unset;
}
body.font-size-l header .second nav ul.main-menu li.parent.parent-kliknut .sub-menu {
  position: relative;
  left: unset;
  top: unset;
  right: 0px;
  transform: unset;
  animation: unset;
}
body.font-size-l header .second nav ul.main-menu li.parent.parent-kliknut .sub-menu ul {
  margin: 0 auto;
}
body.font-size-l header .second nav ul.main-menu li.parent.parent-kliknut .sub-menu ul li ul {
  position: relative;
  left: unset;
  top: unset;
  right: 0px;
  animation: unset;
}
body.font-size-l header .second nav ul.main-menu.on {
  display: block;
}
body.font-size-l header .second nav ul li#m-zasticena-podrucja.parent .sub-menu ul {
  width: 280px;
}
body.font-size-l header .second nav ul li#m-zasticena-podrucja.parent .sub-menu ul li ul {
  right: 0px;
  width: 280px;
}
body.font-size-l header .second nav ul li#m-prirodna-i-kulturna-bastina .sub-menu ul {
  width: 280px;
}
body.font-size-l header .second nav ul li#m-prirodna-i-kulturna-bastina .sub-menu ul li ul {
  right: 0px;
  width: 280px;
}
body.font-size-l header .second nav ul li#m-eu-projekti .sub-menu {
  left: 0px;
}
body.font-size-l header .second nav ul li#m-eu-projekti .sub-menu ul {
  width: 280px;
}
/* ==========================================================================
      HEADER - KRAJ 
   ========================================================================== */

/* ==========================================================================
      NASLOVNICA OSTALI ELEMENTI:
   ========================================================================== */

body.font-size-l .main-button {
  max-width: 300px !important;
}
body.font-size-l .areas-wrapper h6 {
  font-size: 28px !important;
}
body.font-size-l .areas-wrapper h2 {
  font-size: 36px !important;
}
body.font-size-l .heritage-wrapper .headline-content h6 {
  font-size: 28px !important;
}
body.font-size-l .heritage-wrapper .headline-content h2 {
  font-size: 36px !important;
}
body.font-size-l .heritage-lower-wrapper .heritage-card h2 {
  font-size: 36px !important;
}
body.font-size-l .heritage-news .card h2 {
  font-size: 36px !important;
}
body.font-size-l .headline-wrap h2 {
  font-size: 36px !important;
}
body.font-size-l .uk-width-medium-1-2,
body.font-size-l .uk-width-medium-2-4,
body.font-size-l .uk-width-medium-3-6,
body.font-size-l .uk-width-medium-5-10 {
  width: 100%;
  margin-bottom: 50px;
  min-height: 400px;
}
body.font-size-l .uk-width-medium-1-2 iframe,
body.font-size-l .uk-width-medium-2-4 iframe,
body.font-size-l .uk-width-medium-3-6 iframe,
body.font-size-l .uk-width-medium-5-10 iframe {
  min-height: 600px;
}
body.font-size-l .uk-width-large-1-3,
body.font-size-l .uk-width-large-2-6 {
  width: 100%;
  margin-bottom: 50px;
  min-height: 400px;
}
body.font-size-l .uk-width-large-1-3 iframe,
body.font-size-l .uk-width-large-2-6 iframe {
  min-height: 600px;
}
/* ==========================================================================
      NASLOVNICA OSTALI ELEMENTI   KRAJ
   ========================================================================== */

body.font-size-l .entry-content h1.entry-title {
  font-size: 36px!important;
  line-height: 1.6!important;
}
body.font-size-l .entry-content h4.main-title {
  font-size: 28px!important;
  line-height: 1.5!important;
}
body.font-size-l .area-wrap .main-section h3.current-level-title {
  font-size: 28px!important;
  line-height: 1.5!important;
}
/* ==========================================================================
       MEDIA - STILOVI ZA VEĆI FONT
   ========================================================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 980px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 980px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 980px), only screen and (min-device-pixel-ratio: 2) and (max-width: 980px), only screen and (min-resolution: 192dpi) and (max-width: 980px), only screen and (min-resolution: 2dppx) and (max-width: 980px), only screen and (max-width: 980px) {
  /* ==========================================================================
        HEADER - STILOVI ZA VEĆI FONT na 980 : 
     ========================================================================== */
  
  body.font-size-l .hamburglar {
    left: unset;
    right: 85px;
    top: 25px;
  }
  body.font-size-l header .first {
    padding-left: 12px;
    padding-right: 12px;
    display: block;
    width: 100%;
  }
  body.font-size-l header .first .nav-button.green {
    display: none;
  }
  body.font-size-l header .first .upper-menu.upper-default {
    display: none;
  }
  body.font-size-l header .first .upper-menu.upper-mobilni {
    display: block;
    width: 99%;
    min-width: 285px;
  }
  body.font-size-l header .first .upper-menu.upper-mobilni li {
    float: left;
  }
  body.font-size-l header .first .upper-menu.upper-mobilni li.li1 {
    margin-right: 5vw;
  }
  body.font-size-l header .first .upper-menu.upper-mobilni li.li2 {
    margin-right: 6vw;
    padding-top: 9px;
  }
  body.font-size-l header .first .upper-menu.upper-mobilni li.li3 {
    margin-right: 20px;
    padding-top: 9px;
  }
  body.font-size-l header .first .upper-menu.upper-mobilni li.li4 {
    padding-top: 9px;
  }
  body.font-size-l header .second {
    padding-bottom: 14px;
    min-height: 170px;
  }
  body.font-size-l header .second .main-logo {
    width: 100%;
    max-width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    float: none;
    margin: 0px;
    background-color: white;
  }
  body.font-size-l header .second .nav-button.green.banner-mobile {
    display: block;
    position: relative;
    float: none;
    background-color: #52b949;
    color: white;
    font-size: 14px;
    line-height: 26px;
    border-radius: 5px;
    padding: 5px 8px;
    max-width: 320px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
    text-align: center;
  }
  body.font-size-l header .second nav ul.main-menu {
    padding-top: 25px;
  }
  /* ==========================================================================
        HEADER - STILOVI ZA VEĆI FONT na 980px - KRAJ
     ========================================================================== */
  
  body.font-size-l .slick-main .slide .content h6 {
    font-size: 42px!important;
    line-height: 1.2!important;
  }
  body.font-size-l .slick-slide .main-button {
    max-width: 200px !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 512px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 512px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 512px), only screen and (min-device-pixel-ratio: 2) and (max-width: 512px), only screen and (min-resolution: 192dpi) and (max-width: 512px), only screen and (min-resolution: 2dppx) and (max-width: 512px), only screen and (max-width: 512px) {
  body.font-size-l .entry-content .area-wrap .sidebar {
    width: 44%;
  }
  body.font-size-l .entry-content .area-wrap .main-section {
    width: 58%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 460px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 460px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 460px), only screen and (min-device-pixel-ratio: 2) and (max-width: 460px), only screen and (min-resolution: 192dpi) and (max-width: 460px), only screen and (min-resolution: 2dppx) and (max-width: 460px), only screen and (max-width: 460px) {
  body.font-size-l header .second &gt; div nav ul li .sub-menu ul li.parent-two.parent-two-kliknut ul {
    background-color: #073758;
    width: 97%;
  }
  body.font-size-l header .second nav ul li#m-zasticena-podrucja.parent .sub-menu ul {
    width: 310px;
  }
  body.font-size-l header .second nav ul li#m-prirodna-i-kulturna-bastina .sub-menu ul {
    width: 310px;
  }
  body.font-size-l .slick-main .slide {
    /*min-height: 50vh;*/
    min-height: 420px;
  }
}
/* ==========================================================================
       STILOVI ZA MANJI FONT
   ========================================================================== */

body.font-size-s div,
body.font-size-s span,
body.font-size-s object,
body.font-size-s iframe,
body.font-size-s h1,
body.font-size-s h2,
body.font-size-s h3,
body.font-size-s h4,
body.font-size-s h5,
body.font-size-s h6,
body.font-size-s p,
body.font-size-s blockquote,
body.font-size-s pre,
body.font-size-s a,
body.font-size-s abbr,
body.font-size-s acronym,
body.font-size-s address,
body.font-size-s code,
body.font-size-s del,
body.font-size-s dfn,
body.font-size-s em,
body.font-size-s img,
body.font-size-s q,
body.font-size-s dl,
body.font-size-s dt,
body.font-size-s dd,
body.font-size-s ol,
body.font-size-s ul,
body.font-size-s li,
body.font-size-s fieldset,
body.font-size-s form,
body.font-size-s label,
body.font-size-s legend,
body.font-size-s table,
body.font-size-s caption,
body.font-size-s tbody,
body.font-size-s tfoot,
body.font-size-s thead,
body.font-size-s tr,
body.font-size-s th,
body.font-size-s td {
  font-size: 95% !important;
  line-height: 1 !important;
}
/* body.font-size-l kraj */

/* ==========================================================================
       STILOVI ZA KONTRAST
   ========================================================================== */

body.contrast {
  background-color: black;
}
body.contrast * {
  color: white !important;
}
body.contrast .second {
  background-color: black;
}
body.contrast header .second nav ul li .sub-menu ul li a {
  color: black !important;
}
body.contrast .grey-wrapper {
  background-color: black;
}
body.contrast .divider span div svg {
  color: white;
}
body.contrast .divider span::before,
body.contrast .divider span::after {
  border-top: 1px solid white;
}
body.contrast .w-brosure .headline-wrap h2 {
  color: #f48223 !important;
}
body.contrast .w-brosure .divider {
  color: #222222 !important;
}
body.contrast .w-brosure .divider span div svg {
  color: #222222 !important;
}
body.contrast .w-brosure .divider span::before,
body.contrast .w-brosure .divider span::after {
  border-top: 1px solid #222222 !important;
}
body.contrast p,
body.contrast .entry-content p,
body.contrast .areas-wrapper h6,
body.contrast .heritage-wrapper .headline-content h6,
body.contrast .heritage-lower-wrapper .heritage-card p {
  color: white;
}
body.contrast #map #popup-content {
  color: black !important;
}
body.contrast #map #popup-content span.info-naslov,
body.contrast #map #popup-content a {
  color: black !important;
}
body.contrast footer {
  background-color: black;
  border: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 460px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 460px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 460px), only screen and (min-device-pixel-ratio: 2) and (max-width: 460px), only screen and (min-resolution: 192dpi) and (max-width: 460px), only screen and (min-resolution: 2dppx) and (max-width: 460px), only screen and (max-width: 460px) {
  body.contrast header .second nav ul li .sub-menu ul li a {
    color: white !important;
  }
}
/* ==========================================================================
       FONT ZA DISLEKSIČARE
   ========================================================================== */

body.font-dyslexic div,
body.font-dyslexic span,
body.font-dyslexic object,
body.font-dyslexic iframe,
body.font-dyslexic h1,
body.font-dyslexic h2,
body.font-dyslexic h3,
body.font-dyslexic h4,
body.font-dyslexic h5,
body.font-dyslexic h6,
body.font-dyslexic p,
body.font-dyslexic blockquote,
body.font-dyslexic pre,
body.font-dyslexic a,
body.font-dyslexic abbr,
body.font-dyslexic acronym,
body.font-dyslexic address,
body.font-dyslexic code,
body.font-dyslexic del,
body.font-dyslexic dfn,
body.font-dyslexic em,
body.font-dyslexic img,
body.font-dyslexic q,
body.font-dyslexic dl,
body.font-dyslexic dt,
body.font-dyslexic dd,
body.font-dyslexic ol,
body.font-dyslexic ul,
body.font-dyslexic li,
body.font-dyslexic fieldset,
body.font-dyslexic form,
body.font-dyslexic label,
body.font-dyslexic legend,
body.font-dyslexic table,
body.font-dyslexic caption,
body.font-dyslexic tbody,
body.font-dyslexic tfoot,
body.font-dyslexic thead,
body.font-dyslexic tr,
body.font-dyslexic th,
body.font-dyslexic td {
  font-family: "OmoType-BoldStdOne" !important;
}
</pre></body></html>