/* reset5 2011 opensource.736cs.com MIT */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
  display: block;
}
nav ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
ul ul {
  list-style: circle;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
ins {
  text-decoration: underline;
}
del {
  text-decoration: line-through;
}
mark {
  background: none;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input[type='submit'],
input[type='button'],
button {
  margin: 0;
  padding: 0;
}
input,
select,
a img {
  vertical-align: middle;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.cf:before,
.cf:after {
  content: ' '; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}

.cl {
  clear: both;
}

/*-- end reset css --*/
a.link {
  color: #000;
  text-decoration: underline;
}

a.link.none {
  text-decoration: none;
}

a.link:hover {
  color: #aaa;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

body {
  color: #333;
  font-size: 62.5%;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Tahoma, sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1;
}

/*:root {
  --color-main: #151515;
  --color-sub: #747474;
  --color-tetri: #d52223;
  
  --font-header: 'Cormorant SC', serif;
  --font-body: 'Open Sans', sans-serif;
}*/

header {
  background: #fff;
  margin: 0 auto;
  position: relative;
}

header.index {
  background: url(images/index2.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
}

header a {
  color: #000;
  text-decoration: underline;
}

header a:hover {
  text-decoration: none;
}

header.index a {
  color: #fff;
}

div.prvaLinija {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid #eee;
  font-size: 1.4em;
  height: 45px;
  padding: 10px 0;
}

.index div.prvaLinija {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

div.prvaLinija span {
  line-height: 25px;
  left: calc((100% - 1140px) / 2);
  position: absolute;
  top: 10px;
}

div.prvaLinija span em {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 10px 0 0;
}

div.prvaLinija span em + em {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 10px 0 10px;
}

ul.zastave {
  font-size: 1.4em;
  list-style: none;
  position: absolute;
  right: calc((100% - 1140px) / 2);
  top: 10px;
  width: 150px;
}

.zastave li {
  float: left;
  line-height: 25px;
  margin: 0;
  text-align: center;
  width: calc((100% - 0px) / 5);
}

.zastave li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.zastave li:last-of-type {
  margin-right: 0;
}

.zastave a {
  color: #000;
  display: block;
  text-align: center;
}

.zastave a:hover {
  color: #fff;
}

.zastave img {
  width: 100%;
}

div.drugaLinija {
  height: 130px;
  margin: 0 auto;
  width: 1140px;
}

#headMenu {
  display: none;
}

#headSearch {
  display: none;
}

#headSearch img {
  width: 100%;
}

#headMenuContent {
  background-color: #bbb;
  bottom: 10px;
  left: 10px;
  position: fixed;
  right: 10px;
  top: 10px;
  overflow: hidden;
  transition: width 1s ease;
  width: 0;
  z-index: 4000;
}

#headSearchContent {
  background-color: #bbb;
  bottom: 10px;
  left: 10px;
  position: fixed;
  right: 10px;
  top: 10px;
  overflow: hidden;
  transition: width 1s ease;
  width: 0;
  z-index: 4000;
}

#headMenuContent.active,
#headSearchContent.active {
  width: calc(100% - 20px);
}

#headMenuContent > div,
#headSearchContent > div {
  display: flex;
  height: 90vh;
  align-items: center;
  justify-content: center;
}

#headMenuContent > div ul {
  list-style: none;
}

#mainNav2 {
  font-family: 'Cormorant SC', serif;
  font-weight: 600;
  text-transform: uppercase;
}

#mainNav2 > li {
  font-size: 2.2em;
}

#mainNav2 > li + li {
  margin-top: 20px;
}

#mainNav2 > li li {
  font-size: 0.8em;
}

#mainNav2 a {
  text-decoration: none;
}

#headMenuContent > div li {
  line-height: 160%;
}

#headMenuContent > div ul ul {
  margin-top: 10px;
}

#headMenuContent > div ul ul li + li {
  margin-top: 5px;
}

#headSearchContent > div {
  padding: 20px;
}

#headSearchContent > div ul {
  list-style: none;
}

#headSearchContent li + li {
  margin-top: 6px;
}

#headSearchContent li:last-of-type {
  margin-top: 15px;
}

#headMenuContent > div li a {
  display: block;
  text-align: center;
}

#headSearchContent > div form {
  max-width: 400px;
  width: 100%;
}

#logo {
  border: 0px solid #eee;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 55px;
  width: 200px;
  z-index: 100;
}

#logo a {
  display: block;
  text-decoration: none;
}

#logo a:hover {
  color: #000;
}

#logo img {
  display: block;
  float: left;
  width: 100%;
}

#logo span {
  float: left;
  font-size: 1.6em;
  line-height: 60px;
  margin-left: 20px;
}

.index #logo {
  display: none;
}

.buttons {
  display: none;
}

nav {
  float: right;
  margin-top: 10px;
  width: 100%;
}

#mainNav {
  float: right;
  text-align: center;
  width: 100%;
}

#mainNav li {
  float: left;
  font-size: 1.6em;
  font-weight: 400;
  position: relative;
  width: calc((100% - 260px) / 4);

  display: inline-block;
}

#mainNav li:last-child {
  margin-right: 0;
}

#mainNav li:nth-child(2) {
  margin-right: 260px;
}

#mainNav a {
  color: #000;
  display: block;
  line-height: 110px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.25s;
}

#mainNav a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.index #mainNav a {
  color: #fff;
}

.index #mainNav a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #444;
}

/* */

#mainNav ul {
  background: rgba(0, 0, 0, 0.5);
  background: #ddd;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.index #mainNav ul {
  background: rgba(255, 255, 255, 0.25);
}

#mainNav ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.8em;
  list-style: none;
  width: 100%;
}

#mainNav ul a {
  line-height: 150%;
  padding: 10px 5px;
}

#mainNav ul a:hover {
  background: #000;
}

#mainNav > li:hover ul {
  display: block;
}

#indexLogo {
  align-items: center;
  top: calc(200px);
  display: flex;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: min(90%, 600px);
  z-index: 100;
}

#indexLogo img {
  width: 100%;
}

.index h1 {
  bottom: 50vh;
  color: #fff;
  font-family: 'Cormorant SC', serif;
  font-size: 5.5em;
  padding: 0 5%;
  position: absolute;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);

  display: none;
}

#gore {
  background: #f7f7f7;
  padding: 5px 0;
  position: relative;
}

header.index + main #gore {
  display: none;
}

#subNav {
  display: none;
}

#subNav {
  margin: 0 auto;
  position: relative;
  width: 1140px;
  z-index: 5;
}

#subNav li {
  box-sizing: border-box;
  display: inline-block;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  width: calc((100% - 0px) / 5);
}

#subNav li:nth-child(5n) {
  border-right: 0;
}

#subNav a {
  color: #fff;
  display: block;
  font-size: 1.6em;
  padding: 10px 8px;
  position: relative;
  text-decoration: none;

  transition:
    background 1s,
    color 1s;
}

#subNav a:hover {
  background: rgba(255, 255, 255, 1);
  color: #f44336;
}

#okvirFilter {
}

#pretragaIndex {
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  width: 1140px;
}

#mainSerach {
  clear: both;
  padding: 0px;
  width: 100%;

  border: 0px solid #fff;
}

.det #mainSerach {
  background: none;
  border: 1px solid #fff;
}

#mainSerach li {
  float: left;
  list-style: none;
  margin-right: 0.7%;
  width: calc((100% - 2.1%) / 4);
}

#mainSerach li:nth-child(4n) {
  margin-right: 0;
}

#mainSerach li:nth-child(n + 5) {
  margin-top: 1%;
}

.pretragaForm2 label.mala {
  float: left;
  width: 10px;
}

.pretragaForm2 select,
.pretragaForm2 input.text,
.pretragaForm2 .submit {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border: 1px solid #ddd;
  color: #000;
  float: right;
  font-family: 'Cormorant SC', serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding: 8px 10px;
  position: relative;
  vertical-align: baseline;
  width: 100%;
  z-index: 5;
}

.pretragaForm2 select {
  cursor: pointer;
}

.pretragaForm2 select:hover {
  border: 1px solid #000;
}

.pretragaForm2 select.mala {
  float: left;
  width: calc(50% - 3px);
}

.pretragaForm2 select.mala + select.mala {
  float: right;
}

.pretragaForm2 select:hover {
  outline: none;
}

.pretragaForm2 input.text {
  width: 160px;
  padding: 2px 4px;
}

.pretragaForm2 input.text.mali {
  float: left;
  padding: 8px 10px;
  width: calc(50% - 0.5px);
}

.pretragaForm2 input.text.mali + input.text.mali {
  float: right;
}

.pretragaForm2 .submit {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  transition: all 0.5s;
}

.pretragaForm2 .submit:hover {
  background: #f44336;
  border: 1px solid #f44336;
  color: #fff;
  cursor: pointer;
}

.ostalo #filteri1 {
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

#filteri1 span {
  display: inline-block;
  transform: rotate(270deg);

  -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
  -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
  -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
  animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

#filteri1 span.show {
  display: inline-block;
  transform: rotate(90deg);
}

#filteri1:hover span {
  color: #aaa;
}

/* breadcrumb */

#navTo {
  position: relative;
  margin: 30px auto 0;
  overflow: hidden;
  width: 1140px;
}

#navTo ol {
  width: auto;
  padding: 3px 0;
  margin: 25px 0 0 0;
  font-size: 1.3em;
  font-weight: 300;
  list-style-type: none;
  overflow: hidden;
}

#navTo li {
  float: left;
  line-height: 22px;
  margin-right: 10px;
}

#navTo li:after {
  content: ' > ';
  color: #ddd;
}

#navTo li:last-of-type:after {
  content: '';
  padding: 1px 0;
}

#navTo li:last-of-type {
  margin-right: 0;
}

#navTo a {
  float: left;
  display: block;
  padding: 0 10px 0 0;
  text-decoration: underline;
  color: #000;
  text-align: left;
  line-height: 22px;
}

#navTo li:first-of-type a {
  padding-left: 0;
}

#navTo a:hover {
  color: #000;
  text-decoration: none;
}

section {
  margin: 0 auto;
  padding: 60px 0;
  width: 1140px;
}

section.index {
  background: url(images/ban1.jpg) center center;
  background: #f7f7f7;
  background-size: cover;
  box-sizing: content-box;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  width: 100%;
}

.intro {
  background: #f2f2f2;
  padding-bottom: 0;
  width: 100%;
}

section.det {
  width: 100%;
}

#pretragaIndex2 {
  background: none;
  bottom: calc(10vh - 0px);
  display: flex;
  left: 50%;
  max-width: 1140px;
  padding: 0;
  position: absolute;
  transform: translate(-50%, 0);
  width: 90%;
  z-index: 100;
}

#pretragaIndex2 form {
  width: 100%;
}

#pretragaIndex2 ul {
  display: flex;
  gap: 1px;
  width: 100%;
}

#pretragaIndex2 li {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  flex: 1 0 calc(100% / 6);
  list-style: none;
}

#pretragaIndex2 li.cijena {
  flex: 0 0 160px;
}

#pretragaIndex2 li.id {
  flex: 0 0 120px;
}

#pretragaIndex2 select,
#pretragaIndex2 input {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  cursor: pointer;
  font-family: 'Cormorant SC', serif;
  font-size: 1.85em;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  transition: background 1s;
  width: 100%;
  z-index: 5;
}

#pretragaIndex2 select:hover {
  background: #eee;
}

#pretragaIndex2 input.submit {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
  text-align: center;
  transition:
    background 1s,
    color 1s;
}

#pretragaIndex2 input.submit:hover {
  background: #fff;
  color: #000;
}

#pretragaIndex2 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
#pretragaIndex2 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
#pretragaIndex2 :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
#pretragaIndex2 :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.nekretnineIndex {
}

.grey {
  background-image: linear-gradient(#f8f8f8, #fff);
}

#nekretnineIzbor {
  font-size: 1.8em;
  list-style: none;
  margin: 0 auto 30px;
  text-align: center;
  width: 315px;
}

#nekretnineIzbor li {
  float: left;
  padding: 0px;
  text-align: right;
  width: calc((100% - 25px) / 2);
}

#nekretnineIzbor li + li {
  margin-left: 25px;
}

#nekretnineIzbor a {
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  transition:
    background 1s,
    color 1s;
}

#nekretnineIzbor a:hover {
  background: #000;
  color: #fff;
}

section .holder {
  margin: 0 auto;
  width: 720px;
}

section .holder.veliki {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
}

h1,
h2,
h3 {
  font-family: 'Cormorant SC', serif;
  font-size: 4.5em;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}

.det h1 {
  padding-left: 5%;
  padding-right: 5%;
}

.holder + h2 {
  margin-top: 50px;
}

h2 span.red {
  color: red;
}

h3 {
  font-size: 3em;
}

h3.det {
  font-size: 2.6em;
  margin-bottom: 30px;
  padding: 0;
}

.admin + h3.det {
  margin-top: 30px;
}

/* listing */

#nekretnineList {
  list-style: none;
  position: relative;
  width: 100%;
}

#nekretnineList > li {
  border: 1px solid #eee;
  display: flex;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
}

#nekretnineList > li.prodana {
  border: 1px solid rgba(244, 54, 1, 0.5);
}

#nekretnineList > li > div {
  flex: 0 0 600px;
  display: flex;
  position: relative;
}

#nekretnineList > li.prodana > div > a::before {
  background: rgba(244, 54, 1, 0.5);
  content: '';
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
}

#nekretnineList > li.prodana > div > a > span.napomena {
  border: 0px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-family: var(--font-header);
  font-size: 1.3em;
  left: 10px;
  padding: 10px;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  top: 10px;
}

#nekretnineList > li.prodana > div > a > span.napomena.prodano {
  background: #fff;
  border: 1px solid #fff;
  color: rgba(244, 54, 1, 1);
  font-size: 2.6em;
  font-weight: 500;
  left: 50%;
  padding: 15px;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

#nekretnineList li > div + div {
  flex: 1 1 auto;
  position: relative;
}

#nekretnineList li:hover p {
  background: #eee;
}

#nekretnineList a {
  display: block;
  width: 100%;
}

#nekretnineList img {
  aspect-ratio: 3 / 2;
  display: block;
  float: left;
  width: calc(50% - 2.5px);
}

#nekretnineList img + img {
  margin-left: 5px;
}

#nekretnineList h3 {
  font-family: 'Cormorant SC', serif;
  font-size: 2.2em;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 110%;
  margin: 10px 0;
  padding: 0 20px;
  text-align: left;
  width: 100%;
}

#nekretnineList em {
  display: block;
  font-family: 'Cormorant SC', serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0 10px;
  position: absolute;
  top: 50px;
}

#nekretnineList ul {
  bottom: 70px;
  display: flex;
  list-style: none;
  padding: 0 10px;
  position: absolute;
  width: 100%;
}

#nekretnineList ul li {
  border: 0;
  flex: 0 0 auto;
  font-size: 1.8em;
  margin: 0;
  padding: 0 10px;
  width: auto;
}

#nekretnineList ul li + li {
  border-left: 1px solid #ddd;
}

#nekretnineList ul span {
  display: inline-block;
  font-size: 0.6em;
}

#nekretnineList p {
  background: #f7f7f7;
  bottom: 0;
  font-size: 2.5em;
  font-family: 'Cormorant SC', serif;
  font-weight: 600;
  line-height: 130%;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}

#nekretnineList p.akcija {
  color: #f00;
}

#nekretnineList p.akcija span {
  color: #aaa;
  font-weight: 300;
  padding-left: 10px;
  text-decoration: line-through;
}

#nekretnineList > li a > span.napomena {
  border: 0px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-family: var(--font-header);
  font-size: 1.3em;
  padding: 5px;
  position: absolute;
  right: 10px;
  text-decoration: none;
  top: 10px;
  text-transform: uppercase;
}

span.napomena.top {
  background: red;
}

span.napomena.novo {
  background: limegreen;
}

/*


.prodano_hr, .prodano_en, .prodano_de, .prodano_it, .prodano_ru, .prodano_sv, .top, .novo_hr, .novo_en, .novo_de, .novo_it, .novo_ru, .novo_sv {
  position: absolute;
  width: 71px;
  height: 71px;
  left: -2px;
  top: -2px;
  background: url(images/top_hr.png) no-repeat;
  z-index: 3;
}

.prodano_hr {
  background: url(images/prodano_hr.png) no-repeat;   
}
.prodano_en {
  background: url(images/prodano_en.png) no-repeat;   
}
.prodano_de {
  background: url(images/prodano_de.png) no-repeat;   
}
.prodano_it {
  background: url(images/prodano_it.png) no-repeat;   
}
.prodano_ru {
  background: url(images/prodano_ru.png) no-repeat;   
}
.prodano_sv {
  background: url(images/prodano_en.png) no-repeat;   
}





.novo_hr {
  background: url(images/novo_hr.png) no-repeat;   
}
.novo_en {
  background: url(images/novo_en.png) no-repeat;   
}
.novo_de {
  background: url(images/novo_de.png) no-repeat;   
}
.novo_it {
  background: url(images/novo_it.png) no-repeat;   
}
.novo_ru {
  background: url(images/novo_ru.png) no-repeat;   
}
.novo_sv {
  background: url(images/novo_en.png) no-repeat;   
}

#nekretnineList span {
  left: -4px;
  top: -4px;  
}



*/

/* pagination */

p.rez {
  margin: 20px 0 0;
  font-size: 1.5em;
  color: #555;
  line-height: 160%;
  text-align: center;
}

span.cur,
span.ukupno {
  float: left;
  border: 1px solid #fff;
  margin: 0 5px 0 0;
  padding: 3px 8px;
  color: #fff;
  background: #000;
  text-align: center;
  cursor: default;
}

span.ukupno {
  float: right;
  margin-right: 0;
  background: #fff;
  color: #555;
  border: 1px solid #ddd;
}

a.brz {
  float: left;
  border: 1px solid #ddd;
  margin: 0 5px 0 0;
  padding: 3px 8px;
}

a.brz:link,
a.brz:visited {
  text-decoration: none;
  color: #555;
}

a.brz:hover,
a.brz:active {
  text-decoration: none;
  color: #2e3192;
  border: 1px solid #000;
}

#banDole {
  background: #eee;
  height: 200px;
  margin-top: 40px;
  width: 100%;
}

/* DET */

div.slike {
  float: left;
  width: 45%;
  margin-bottom: 20px;
  position: relative;
}

div.slike img {
  width: 100%;
}

.sp-slides-container {
  aspect-ratio: 4 / 3;
  background: #f7f7f7;
}

div.nekretnina_admin {
  display: flex;
  font-family: 'Cormorant SC', serif;
  font-size: 2em;
  font-weight: 600;
  justify-content: center;
  margin-top: 20px;
}

div.nekretnina_admin a {
  border: 1px solid #eee;
  color: #000;
  padding: 20px;
  text-decoration: none;
}

div.nekretnina_admin a:hover {
  border: 1px solid #000;
}

div.opis {
  float: right;
  width: 50%;
  text-align: justify;
}

div.opis p {
  font-size: 1.5em;
}

table,
th,
td {
  border: 1px solid #eee;
}

table.detaljno {
  width: 100%;
  font-size: 1.5em;
  margin: 20px 0 30px 0;
  border-spacing: 1px;
  border-collapse: collapse;
  color: #000;
  line-height: 170%;
}

table.detaljno td {
  width: 30%;
  padding: 2px 5px;
  background: #f7f7f7;
  text-align: left;
}

table.detaljno td.data {
  width: 20%;
  color: #000;
  background: #fff;
}

#nekretninaDet {
  padding: 50px 0;
}

#nekretninaDet .holder {
  margin: 0 auto;
  width: 1080px;
}

div.cijenaDet {
  border-bottom: 1px solid #eee;
  font-family: 'Cormorant SC', serif;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 25px;
  padding-bottom: 10px;
  text-align: right;
}

div.cijenaDet div {
  float: right;
}

div.cijenaDet div.staro {
  text-decoration: line-through;
}

div.cijenaDet div.akcija {
  color: red;
}

div.cijenaDet div span {
  font-size: 0.6em;
}

div.cijenaDet div + div {
  margin-right: 20px;
}

ul.karakteristike {
  font-size: 1.5em;
  list-style: none;
  margin: 30px 0 30px;
}

ul.karakteristike li {
  border-bottom: 1px solid #eee;
  float: left;
  line-height: 200%;
  margin-right: 4%;
  width: 48%;
}

ul.karakteristike li:nth-child(2n) {
  margin-right: 0;
}

ul.karakteristike li span {
  float: right;
}

div.expose_holder + p {
  margin-top: 40px;
}

#expose,
#tlocrti {
  background: url(images/pdf.png) 10px center no-repeat;
  border: 1px solid #eee;
  color: #000;
  float: left;
  font-family: 'Cormorant SC', serif;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 55px;
  margin: 0;
  padding: 0 5px 0 50px;
  text-decoration: none;
  transition: all 0.5s;
  width: 48%;
}

#tlocrti {
  background: #fff;
  margin-left: 4%;
  padding: 0 10px 0 10px;
}

#expose:hover {
  border: 1px solid #000;
}

#tlocrti:hover {
  border: 1px solid #000;
}

#tlocrti_list {
  display: none;
}

p.text.dodatno_upit {
  font-size: 2em;
}

span.dodatno_upit {
  color: #f00;
  font-size: 1.2em;
  font-weight: bold;
}

span.dodatno_upit2 {
  font-weight: bold;
}

#tabs {
  padding-top: 30px;
}

#video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

#video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.karakteristike2 {
  line-height: 150%;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  font-size: 1.8em;
  list-style: disc;
  box-sizing: border-box;
}

ul.karakteristike2 li {
  float: left;
  margin: 0 5px 0 0;
  box-sizing: border-box;
}

ul.karakteristike2 li {
  float: left;
  width: 48%;
  margin: 0 4% 0 0;
}

ul.karakteristike2 li:nth-of-type(2n) {
  margin-right: 0;
}

ul.karakteristike2 li:after {
  content: ',';
}

ul.karakteristike2 li:last-child:after {
  content: '';
}

.kontaktHolder {
  background: #eee;
  display: flex;
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
}

.kontaktHolder + .kontaktHolder {
  margin-top: 30px;
}

.kontaktHolder > div {
  flex: 1;
}

#agentInfo {
  float: left;
  padding: calc(3% + 10px);
  text-align: center;
  width: 100%;
}

#agentInfo h3 {
  margin-bottom: 40px;
}

#agentInfo img {
  background: #aaa;
  border-radius: 50%;
  height: 180px;
  margin-bottom: 30px;
  width: 180px;
}

#agentInfo p {
  font-size: 1.6em;
  line-height: 140%;
  margin-bottom: 20px;
}

#agentInfo span {
  font-weight: 500;
}

#agentSocial {
  margin-top: 30px;
  text-align: center;
}

#agentSocial a {
  background: #ede;
  display: inline-block;
  height: 40px;
  width: 40px;
}

#agentSocial a + a {
  margin-left: 5px;
}

#agentSocial a.whatsapp {
  background: url(images/whatsapp.svg);
}

#agentSocial a.viber {
  background: url(images/viber.svg);
}

p.text,
ul.text,
ol.text {
  font-size: 1.75em;
  line-height: 160%;
  margin: 0 0 30px 0;
  text-align: justify;
}

ul.text,
ol.text {
  padding-left: 30px;
}

/* */

ol.text.mali {
  border-top: 1px solid #eee;
  font-size: 1.5em;
  text-align: left;
}

ol.text.mali li {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 5px 0;
}

ol.text.mali li + li {
  border-top: 1px solid #eee;
}

fieldset.upit .mali li {
  margin-bottom: 0;
}

fieldset.upit .mali li.active {
  background: #d7d7d7;
}

ol.text.mali li span.vrijeme {
  flex: 0 0 80px;
}

ol.text.mali li span.izmjena {
  flex: 0 0 15px;
}

/* */

p.text.c {
  text-align: center;
}

ul.text.c {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

p.text.index {
  font-size: 1.8em;
  margin: 0 auto 30px;
  text-align: center;
  width: 900px;
}

p.text.index + p.text.index {
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  padding-bottom: 50px;
}

p.text.info {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}

p.text.napomena {
  color: #000;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 400;
}

ul.text ul {
  margin: 0 0 0 20px;
}

ul.text.pristojba {
  font-size: 1.6em;
}

div.siva {
  background: #f7f7f7;
  padding: 40px 0 10px;
  background-image: linear-gradient(0deg, #fff, #f3f3f3);
}

p.result {
  background: #f7f7f7;
  margin: 0 !important;
  padding: 30px 10px;
}

div.sivi {
  background: #f7f7f7;
}

#formKontakt {
  background: #f7f7f7;
}

#poslanaNek {
  background: #f7f7f7;
  float: left;
  font-size: 1.75em;
  padding-top: 30px;
  text-align: center;
  width: calc(50% - 1px);
}

#poslanaNek p {
  line-height: 140%;
  margin-bottom: 20px;
}

/* poruka */
.sivi #results,
.sivi #results3 {
  float: right;
  margin: 0 0 0 0;
  width: 100%;
}

#results_inner,
#results_inner3 {
  color: green;
  font-size: 1.6em;
  margin: 25px 0;
  text-align: center;
  width: 100%;
}

#results_inner.error,
#results_inner3.error {
  color: red;
}

.kontaktHolder #results_inner {
  margin-top: 30px;
  margin-bottom: 0;
}

/* form */
fieldset.upit {
  background: #f7f7f7;
  border-left: 1px solid #fff;
  float: right;
  padding: 30px;
  padding: calc(3% + 10px);
  width: 100%;
}

fieldset.upit.sve {
  background: #fff;
  border: 1px solid #eee;
  float: none;
  width: 100%;
}

fieldset.upit ol {
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
}

fieldset.upit li {
  width: 100%;
  margin-bottom: 10px;
}

fieldset.upit li:last-child {
  margin-bottom: 0;
}

fieldset.upit.admin li:hover {
  background: #f7f7f7;
}

fieldset.upit label {
  float: left;
  display: block;
  line-height: 34px;
  font-size: 1.5em;
  width: calc(100% - 450px);
}

fieldset.upit label.mala {
  float: right;
  width: 60px;
  padding: 4px 10px 0 0;
  text-align: right;
}

fieldset.upit label.red {
  color: red;
}

fieldset.upit label.provjera {
  float: right;
  width: 125px;
  line-height: 28px;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  color: #aaa;
}

fieldset.upit label.provjera img {
  border: 1px solid #aaa;
  height: 34px;
}

fieldset.upit label.provjera span {
  float: right;
  line-height: 34px;
  font-size: 1.6em;
}

fieldset.upit label.spam {
  margin-bottom: 10px;
  width: 100%;
}

fieldset.upit.admin label.spam {
  width: calc(100% - 250px);
}

fieldset.upit label.note {
  width: 100%;
  font-size: 1.2em;
}

fieldset.upit label.tip {
  background: #eee;
  line-height: 24px;
  padding: 10px;
  width: 100%;
}

fieldset.upit input.text,
fieldset.upit input.textx,
input.slike,
fieldset.upit select,
fieldset.upit textarea,
fieldset.upit input.submit {
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #000;
  float: right;
  font-family: 'Open Sans', Tahoma, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  margin: 0;
  padding: 5px 10px;
  width: 100%;
}

/**/

.select2-container {
  border: 1px solid #ddd;
  font-size: 1.5em;
}

.select2-container--default .select2-selection--multiple {
  padding: 0 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  background: #fff;
  border: 1px solid #ddd !important;
  border: none !important;
  box-sizing: border-box;
  color: #000;
  float: right;
  font-family: 'Open Sans', Tahoma, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  width: 100%;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #ddd !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 5px !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  flex-wrap: wrap;
  gap: 5px;
  padding: 5px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered li {
  align-items: center;
  background: #eee;
  border: none;
  display: flex;
  flex: 0;
  margin: 0;
  overflow: visible;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 5px !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered li button {
  border: 0;
  border-radius: 0;
  margin-right: 5px;
  padding: 0;
  position: static;
}

.select2-container .select2-selection--multiple .select2-selection__rendered li span {
  border: 0;
  padding: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0 !important;
  margin-left: 0 !important;
}

/**/

fieldset.upit input.textx {
  width: 100px;
}

fieldset.upit input.text.red,
fieldset.upit input.textx.red {
  border: 1px solid #f00;
}

fieldset.upit input.text[readonly],
fieldset.upit input.textx[readonly] {
  background: #f7f7f7;
  border: 1px solid #ddd;
}

input.slike {
  float: left;
  width: 50px;
  margin-top: 5px;
}

fieldset.upit input:hover {
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.15);
}

fieldset.upit textarea {
  height: 200px;
}

fieldset.upit select.mala {
  width: 120px;
}

fieldset.upit input.box {
  float: right;
  margin: 10px 0 0 0;
  font-family: 'Open Sans', Tahoma, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  border: 1px solid #d7d7d7;
  background: #f7f7f7;
}

fieldset.upit.admin input.text,
fieldset.upit.admin input.textx,
input.slike.admin,
fieldset.upit.admin select,
fieldset.upit.admin textarea,
fieldset.upit.admin input.submit {
  line-height: 22px;
  width: 450px;
}

fieldset.upit.admin input.textx {
  width: 100px;
}

fieldset.upit.admin select.mala {
  width: 165px;
}

fieldset.upit input.submit {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 10px 10px;
  transition: all 0.5s;
}

fieldset.upit input.submit:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
}

#kontaktBox {
  background: #f7f7f7;
}

#mapBox {
  background: #eee;
  height: 540px;
  margin: 0 auto 50px;
  width: 1140px;
}

/* interijer */

section.interijerDet ul.clanci {
}

section.interijerDet ul.clanci li {
  border: 1px solid #eee;
  float: left;
  list-style: none;
  margin: 0 4% 4% 0;
  width: calc(92% / 3);
}

section.interijerDet ul.clanci li:nth-child(3n) {
  margin-right: 0;
}

section.interijerDet ul.clanci img {
  margin-bottom: 10px;
  width: 100%;
}

section.interijerDet ul.clanci p {
  font-family: 'Exo 2';
  font-size: 1.75em;
  font-weight: 400;
  height: 44px;
  line-height: 130%;
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: left;
  width: 100%;
  font-weight: 300;
}

table,
th,
td {
  border: 1px solid #ddd;
}

table.cjenik,
table.udaljenost {
  border: 0px solid #aaa;
  border-collapse: collapse;
  border-spacing: 1px;
  color: #000;
  font-size: 1.5em;
  line-height: 170%;
  margin: 0 0 30px 0;
  width: 100%;
}

table.cjenik th {
  background: #f7f7f7;
  font-weight: bold;
  padding: 5px 0;
  vertical-align: middle;
}

table.cjenik td {
  background: #fff;
  text-align: center;
}

img.provjera {
  border-radius: 5px;
  display: inline-block;
  margin-top: 2px;
}

#agenti {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
}

#agenti img {
  aspect-ratio: 1 / 1;
  margin: 0 0 20px;
  object-fit: cover;
  width: 100%;
}

#agenti p {
  font-size: 2em;
  text-align: center;
}

#agenti p + p {
  font-size: 1.8em;
  margin-top: 15px;
}

#map-canvas {
  background: #eee;
  height: 450px;
  margin: 50px 0 0;
  width: 100%;
}

p span.head {
  font-family: 'Cormorant SC', serif;
  font-size: 1.25em;
  font-weight: 800;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

/* ADMIN */

/* Flash poruke nakon akcija (brisanje, izmjena) — vidi flash_render() u inc_admin.php */
.admin-flash {
  margin: 15px auto 0;
  max-width: min(90%, 1140px);
  padding: 12px 18px;
  border-radius: 4px;
  font-size: 1.4em;
  text-align: center;
}

.admin-flash-green {
  background: #e6f4ea;
  border: 1px solid #b7dfc1;
  color: #1e7e34;
}

.admin-flash-red {
  background: #fbeaea;
  border: 1px solid #efc2c5;
  color: #b02a37;
}

ul.admin_nav {
  font-size: 1.6em;
  margin-bottom: 40px;
  padding: 5px 0;
  text-align: center;
}

ul.admin_nav li {
  display: block;
  float: left;
  list-style: none;
  margin: 0 1px 0 0;
  width: calc((100% - 4px) / 5);
}

ul.admin_nav li:last-child {
  margin-right: 0;
}

ul.admin_nav a {
  background: #000;
  color: #fff;
  display: block;
  padding: 10px 5px;
  text-decoration: none;
}

form + #admin_list {
  margin-top: 30px;
}

#admin_list h3 {
  margin-top: 30px;
}

#admin_list div.nek:hover {
  background: #f7f7f7;
}

#admin_list div.nek {
  padding-bottom: 5px;
}

#admin_list div.nek + div.nek {
  padding-top: 5px;
  border-top: 1px solid #e2e2e2;
}

#admin_list div.nek {
  > a {
    display: block;
    float: left;
    height: 60px;
    margin: 0 20px 0 0;
    position: relative;
    width: 80px;

    @media screen and (max-width: 600px) {
      margin-right: 10px;
    }

    > span {
      align-items: center;
      color: #fff;
      display: flex;
      left: 0;
      padding: 4px 5px;
      position: absolute;
      top: 0;
      z-index: 1;

      &.daniel {
        background-color: DodgerBlue;
      }

      &.ivica {
        background-color: red;
      }

      &.lemi {
        background-color: DarkOrange;
      }

      &.manuela {
        background-color: Indigo;
      }

      &.slaven {
        background-color: YellowGreen;
      }

      &.sanel {
        background-color: LightSeaGreen;
      }

      &.natasa {
        background-color: orchid;
      }
    }

    img {
      background: #eee url(images/loading.gif) center no-repeat;
      width: 80px;
      height: 60px;
    }
  }
}

.admin_inner div.nek {
  > a {
    display: block;
    float: left;
    height: 60px;
    margin: 0 20px 0 0;
    position: relative;
    width: 80px;

    img {
      background: #eee url(images/loading.gif) center no-repeat;
      width: 80px;
      height: 60px;
    }
  }
}

#admin_list div.nek p {
  float: left;
  font-size: 1.5em;
  line-height: 30px;

  &.naziv {
    height: 30px;
    overflow: hidden;
    width: calc(100% - 150px);

    @media screen and (max-width: 600px) {
      width: calc(100% - 140px);
    }
  }

  &.posjeta {
    padding-left: 10px;
    text-align: right;
    width: 50px;
  }

  &.unos {
    padding-left: 5px;
    width: calc(100% - 300px);

    @media screen and (max-width: 600px) {
      width: calc(100% - 190px);
    }
  }

  &.regen {
    text-align: center;
    width: 50px;

    &.active {
      background-color: green;
      border-radius: 4px;
      color: #fff !important;

      a.link {
        color: #fff;
      }
    }
  }

  &.del {
    width: 50px;
    text-align: right;
    float: right;
  }
}

#admin_list p.ostalo {
  width: 100px;
  text-align: right;
}

.admin_inner {
  background: #f7f7f7;
}

.admin_inner + .admin_inner,
.admin_inner + p.result {
  margin-top: 30px;
}

/**/

#interesanti_poslano {
}

#interesanti_poslano > div {
  font-size: 1.5em;
}

#interesanti_poslano > div + div {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 20px;
}

#interesanti_poslano > div + div .poruka.nema {
  display: none;
}

#interesanti_poslano > div > div {
  margin-bottom: 20px;
}

#interesanti_poslano div.headline {
}

#interesanti_poslano div.lista {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9em;
  gap: 10px;
  margin-bottom: 0;
}

#interesanti_poslano div.lista div {
  flex: 0 0 100%;
}

/**/

#interesanti_menu {
  display: flex;
  gap: 2px;
  margin: 20px 0;
}

#interesanti_menu a {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
  flex: 0 0 calc(50% - 1px);
  font-size: 1.45em;
  line-height: 150%;
  padding: 10px 5px;
  text-align: center;
  transition: 0.5s all;
}

#interesanti_menu a:hover {
  background: #fff;
  color: #000;
}

#interesanti_nekretnine_lista li {
  display: none;
}

#interesanti_nekretnine_lista li.fil {
  display: flex;
}

#interesanti_nekretnine_lista.sve li {
  display: flex;
}

#interesanti_nekretnine_lista li span {
  align-items: center;
  display: flex;
}

#interesanti_nekretnine_filteri {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5em;
  gap: 20px;
  justify-content: space-between;
  margin: 20px 0;
}

#interesanti_nekretnine_filteri div.filteri {
  display: flex;
  gap: 20px;
}

#interesanti_nekretnine_filteri div.filteri a {
  white-space: nowrap;
}

#interesanti_nekretnine_filteri div.filteri + div p {
  white-space: nowrap;
}

#interesanti_filtrirane > span {
  display: flex;
  font-size: 1.5em;
  margin: 20px 0;
}

/**/

ul.galerija {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px 20px 10px;
}

ul.galerija li {
  float: left;
  width: 19.2%;
  list-style: none;
  margin: 0 1% 1% 0;
}

ul.galerija li:nth-of-type(5n) {
  margin-right: 0;
}

ul.galerija a {
  display: block;
  float: left;
  width: 100%;
  list-style-type: none;
  background: #fff url(images/loading.gif) center no-repeat;
  box-sizing: border-box;
  border: 1px solid #aaa;
}

ul.galerija a:hover {
  border: 1px solid #000;
  box-shadow: none;
}

ul.galerija img {
  width: 100%;
  height: auto;
}

.galerija-box {
  display: flow-root; /* sadrži floatove (zamjena za .cf) */
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  margin: 0 0 10px;
}

.galerija-naslov {
  margin: 30px 0 10px;
  font-family: 'Cormorant SC', serif;
  font-size: 2.8em;
  font-weight: 600;
  color: #000;
}

/* admin liste više nemaju vlastiti rub/pozadinu — to je sada na .galerija-box
   (front-end ul.galerija ostaje netaknut) */
#slikaBris,
#tlocrtBris {
  background: none;
  border: 0;
  padding: 0;
}

/* unutar boxa fieldset nema puni rub — samo border-bottom kao razdjelnik
   (scope na .galerija-box da ne dira ostale admin forme) */
.galerija-box fieldset.upit.sve {
  border: 0;
  border-bottom: 1px solid #eee;
  padding: 0 0 20px;
}

#slikaBris li,
#tlocrtBris li {
  position: relative;
  cursor: move;
}

#slikaBris li a.fancybox,
#tlocrtBris li a.fancybox {
  cursor: move;
}

#slikaBris img,
#tlocrtBris img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

#slikaBris input.sel,
#tlocrtBris input.sel {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
  margin: 0;
  cursor: pointer;
  z-index: 5;
  accent-color: #000;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
}

#redSlike,
#redTlocrti {
  margin-top: 22px;
  margin-bottom: 14px;
}

.galerija-akcije {
  margin: 8px 0 0;
}

.galerija-akcije input.submit {
  width: auto;
  float: none;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 8px 14px;
  font-family: 'Open Sans', Tahoma, sans-serif;
  font-size: 1.5em;
  line-height: 22px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  transition: all 0.5s;
}

.galerija-akcije input.submit:hover {
  background: #fff;
  color: #000;
}

span.admno,
span.admtp,
span.admrn,
span.admpr,
span.admag,
span.admne,
span.none {
  float: left;
  color: #fff;
  width: 20px;
  text-align: center;
  display: block;
}

span.admno {
  background: #00ab00;
}

span.admtp {
  background: #f00;
}

span.admrn {
  background: #04a0f3;
}

span.admpr {
  background: #cc00a8;
}

span.admag {
  background: #cc00a8;
}

span.admne {
  background: #555;
}

footer {
  background: #111 url(images/footer.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  font-size: 1.5em;
}

footer div.prodajete {
  background: #777;
  font-size: 1.2em;
  padding: 20px 0;
  text-align: center;
}

#footHolder {
  margin: 0 auto;
  width: 1140px;
  padding: 40px 0 0 0;
}

.footHolder {
}

.footHolder.dole {
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 0;
}

.footHolder ul {
  line-height: 150%;
  list-style-type: none;
  margin: 0;
  text-align: center;
}

.footHolder li {
  display: inline-block;
  padding: 5px 10px;
}

#copy {
  float: right;

  margin: 30px auto;
  width: 100%;
}

#copy p {
  line-height: 150%;
  padding: 5px 0;
  text-align: center;
}

footer a {
  color: #fff;
  text-decoration: underline;
}

footer a:hover {
  text-decoration: none;
}

div.use_cookie {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  bottom: -1px;
  font-size: 1.5em;
  padding: 20px;
  position: fixed;
  width: 100%;
  z-index: 10000;
  display: none;
}

div.use_cookie p {
  line-height: 160%;
}

div.use_cookie span {
  color: #f00;
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
  text-decoration: underline;
}

div.use_cookie span:hover {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 1650px) {
  #indexLogo {
    width: min(80%, 500px);
  }
}

@media screen and (max-width: 1450px) {
  #indexLogo {
    width: min(80%, 450px);
  }
}

@media screen and (max-width: 1400px) {
  #indexLogo {
    width: min(80%, 400px);
  }
}

@media screen and (max-width: 1200px) {
  div.prvaLinija span {
    left: 30px;
  }

  ul.zastave {
    right: 30px;
  }

  div.drugaLinija,
  #subNav,
  #pretragaIndex,
  #pretragaIndex2,
  #footHolder,
  #navTo,
  section {
    width: calc(100% - 60px);
  }

  #nekretnineList li > div {
    float: left;
    width: 300px;
  }

  #nekretnineList li > div + div {
    width: calc(100% - 300px);
  }

  ul.karakteristike {
    font-size: 1.6em;
    letter-spacing: -1px;
  }

  #expose,
  #tlocrti {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 1050px) {
  #pretragaIndex2 ul {
    flex-wrap: wrap;
    gap: 1px;
  }

  #pretragaIndex2 li {
    flex: 0 0 calc(50% - 0.5px);
  }

  #pretragaIndex2 li.cijena,
  #pretragaIndex2 li.id,
  #pretragaIndex2 li.trazi {
    flex: 0 0 calc(25% - 0.75px);
  }
}

@media screen and (max-width: 1050px) {
  #nekretnineList > li {
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  #nekretnineList li > div,
  #nekretnineList li > div + div {
    flex: 0 0 100%;
  }

  #nekretnineList li > div > a {
    flex: 0 0 100%;
  }

  #nekretnineList li > div + div {
    flex-wrap: wrap;
    margin-top: 10px;
  }

  #nekretnineList li > div ul {
    margin-bottom: 20px;
  }

  #nekretnineList h3,
  #nekretnineList li > div ul,
  #nekretnineList p {
    position: static;
    width: 100%;
  }

  #nekretnineList h3 {
    flex: 0 0 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1000px) {
  header {
  }

  div.drugaLinija {
  }

  nav {
    bottom: 0;
  }

  #subNav li {
    border: 0;
    margin: 0 5px 0 0;
    width: calc((100% - 5px) / 2);
  }

  #subNav li:nth-child(2n) {
    margin-right: 0;
  }

  #subNav li:nth-child(n + 3) {
    margin-top: 5px;
  }

  #subNav a {
    border: 1px solid rgba(255, 255, 255, 0.5);
  }

  p.text.index {
    width: 90%;
  }

  div.slike,
  div.opis {
    width: 100%;
  }

  ul.karakteristike {
    font-size: 1.7em;
    letter-spacing: 0;
  }

  #expose,
  #tlocrti {
    font-size: 2.6em;
  }
}

@media screen and (max-width: 900px) {
  div.prvaLinija {
    display: none;
  }

  #headMenu {
    background: url(images/menuIcon.png) center no-repeat;
    display: block;
    height: 40px;
    left: 10px;
    position: absolute;
    top: 10px;
    transition: background 0.25s;
    width: 40px;
    z-index: 5000;
  }

  #headSearch {
    background: url(images/searchIcon.png) center no-repeat;
    display: block;
    height: 40px;
    right: 10px;
    position: absolute;
    top: 10px;
    transition: background 0.25s;
    width: 40px;
    z-index: 5000;
  }

  #headMenu.active {
    background: url(images/closeIcon.png) center no-repeat;
    position: fixed;
  }

  #headSearch.active {
    background: url(images/closeIcon.png) center no-repeat;
    position: fixed;
  }

  header {
  }

  div.drugaLinija {
    height: auto;
    padding: 10px 0 60px;
  }

  #logo {
    margin-top: 0px;
    position: static;
    width: 150px;
  }

  nav {
    float: none;
    margin-top: 0px;
    width: 100%;
  }

  #mainNav {
    display: none;
  }

  #mainNav li {
    margin-right: 0;
    width: 25%;
  }

  #mainNav li:nth-child(2) {
    margin-right: 0;
  }

  #mainNav a {
    line-height: 50px;
  }

  #mainSerach li {
    float: left;
    list-style: none;
    margin-right: 1%;
    width: 49.5%;
  }

  #mainSerach li:nth-child(2n) {
    margin-right: 0;
  }

  #mainSerach li:nth-child(n + 3) {
    margin-top: 1%;
  }

  ul.zastave {
    top: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  #gore {
    display: none;
  }

  ul.mainDataList li {
    padding: 10px 0;
    width: calc(100% / 3);
  }

  ul.mainDataList li:nth-child(3n) {
    border-right: 0;
  }

  ul.mainDataList li:nth-child(n + 4) {
    border-top: 1px solid #fff;
  }

  fieldset.upit label {
    width: 310px;
  }

  fieldset.upit.admin input.text,
  fieldset.upit.admin input.textx,
  input.slike.admin,
  fieldset.upit.admin select,
  fieldset.upit.admin textarea,
  fieldset.upit.admin input.submit {
    width: calc(100% - 320px);
  }

  fieldset.upit.admin input.textx {
    width: 100px;
  }

  fieldset.upit.admin select.mala {
    width: calc((100% - 430px) / 2);
  }

  ul.galerija li {
    float: left;
    width: 23.5%;
    list-style: none;
    margin: 0 2% 2% 0;
  }

  ul.galerija li:nth-of-type(5n) {
    margin-right: 2%;
  }

  ul.galerija li:nth-of-type(4n) {
    margin-right: 0;
  }

  #map-canvas {
    height: 400px;
  }

  ul.admin_nav li {
    margin: 0 1px 1px 0;
    width: calc((100% - 2px) / 3);
  }

  ul.admin_nav li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 800px) {
  div.drugaLinija {
    height: auto;
  }

  section .holder {
    width: 90%;
  }

  #expose,
  #tlocrti {
    width: 100%;
  }

  #tlocrti {
    margin: 20px 0 0;
  }

  div.cijenaDet {
    width: 100%;
  }

  .addData li {
    background: #ddd;
    float: left;
    list-style: none;
    margin-bottom: 1px;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }

  .addData li:nth-child(2n) {
    margin-bottom: 0;
  }

  .addData li:nth-child(n + 3) {
    margin-top: 1px;
  }

  .addData li:last-child {
    cursor: pointer;
    margin-right: 0;
    width: 100%;
  }

  ul.karakteristike li {
    line-height: 180%;
    margin-right: 0%;
    width: 100%;
  }

  ul.karakteristike.list li {
    width: 100%;
    margin-right: 0%;
  }

  .kontaktHolder {
    display: block;
  }

  .kontaktHolder > div {
    display: block;
  }

  #agentInfo {
    border-bottom: 5px solid #fff;
  }

  .sivi #results,
  .sivi #results3 {
    width: 100%;
  }

  fieldset.upit {
    width: 100%;
  }

  fieldset.upit label {
    width: 100%;
  }

  fieldset.upit li.mala label {
    width: calc(100% - 30px);
  }

  fieldset.upit.admin select.mala {
    width: calc((100% - 120px) / 2);
  }

  fieldset.upit.admin input.text,
  fieldset.upit.admin input.textx,
  input.slike.admin,
  fieldset.upit.admin select,
  fieldset.upit.admin textarea,
  fieldset.upit.admin input.submit {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .index h1 {
    font-size: 4.5em;
  }

  h1,
  h2,
  h3 {
    font-size: 4em;
    margin-bottom: 50px;
    text-align: center;
  }

  h2,
  h3 {
    font-size: 3em;
  }

  h3.det {
    font-size: 2.35em;
    margin-bottom: 30px;
    padding: 0;
  }

  p.text.index,
  #uslugeIndex p,
  #uslugeIndex a {
    font-size: 1.8em;
  }

  ul.karakteristike.smjestaj li {
    margin-right: 6%;
    width: 47%;
  }

  ul.karakteristike.smjestaj li:nth-of-type(3n) {
    margin-right: 6%;
  }

  ul.karakteristike.smjestaj li:nth-of-type(2n) {
    margin-right: 0;
  }

  ul.galerija li {
    float: left;
    width: calc(94% / 3);
    list-style: none;
    margin: 0 3% 3% 0;
  }

  ul.galerija li:nth-of-type(5n) {
    margin-right: 2%;
  }

  ul.galerija li:nth-of-type(4n) {
    margin-right: 3%;
  }

  ul.galerija li:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  header,
  div.drugaLinija {
    height: auto;
  }

  div.prvaLinija span {
    display: block;
    left: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  #logo {
    position: static;
  }

  nav {
    position: static;
  }

  #mainNav {
    margin-bottom: 10px;
  }

  #mainNav li {
  }

  p.text.dodatno_upit {
    font-size: 1.6em;
  }

  table,
  th,
  td {
    border: 1px solid #eee;
  }

  table.cjenik {
    border-top: 1px solid #eee;
  }

  table.cjenik th {
    background: none;
  }

  table.cjenik th,
  table.cjenik td {
    border-top: none;
    float: left;
    width: 100% !important;
  }

  table.cjenik td.jedinica {
    background: #eee;
    font-weight: bold;
    margin-top: 15px;
    padding: 5px 0;
  }

  table.cjenik td.period {
    background: #f7f7f7;
    font-weight: bold;
  }

  .footHolder + .footHolder {
    margin-top: 20px;
  }
}

@media screen and (max-width: 650px) {
  #agenti {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 600px) and (orientation: portrait) {
  header.index {
    background: url(images/index_mob.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
  }
}

@media screen and (max-width: 600px) {
  div.drugaLinija,
  #subNav,
  #pretragaIndex,
  #footHolder,
  #navTo,
  section {
    width: 90%;
  }

  div.prvaLinija {
    height: 60px;
  }

  div.prvaLinija span,
  div.prvaLinija span em,
  div.prvaLinija span em + em {
    display: block;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  div.prvaLinija span em + em {
    border-left: none;
  }

  .buttons {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
  }

  .buttons:before {
    color: #fff;
    content: '\2637';
    font-weight: bold;
    font-size: 2.4em;
  }

  .buttons.otvori:before {
    color: #fff;
    content: '\2630';
    font-size: 2.4em;
  }

  .hamburger,
  .cross {
    background: none;
    border: 0;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    color: #000;
    cursor: pointer;
    display: none;
    font-family: 'Open Sans';
    font-size: 2.4em;
    line-height: 45px;
    outline: none;
    z-index: 10000000000000;
  }

  .hamburger.show,
  .cross.show {
    display: inline-block;
  }

  .menux {
    display: none;
  }

  .menux.show {
    display: block;
  }

  #okvirFilter1 {
    display: block !important;
  }

  #filteri1 {
    display: none;
  }

  #mainNav li {
    margin-bottom: 1px;
    width: 100%;
  }

  #mainNav a {
    /* background: rgba(0,0,0,.5); */
    line-height: 200%;
  }

  #subNav li {
    width: 100%;
  }

  #subNav li + li {
    margin-top: 5px;
  }

  #mainSerach li {
    float: left;
    list-style: none;
    margin-right: 0%;
    width: 100%;
  }

  #mainSerach li:nth-child(n + 2) {
    margin-top: 2%;
  }

  #owl-demo {
    display: none;
  }

  #pretragaIndex2 {
    width: 90%;
  }

  #pretragaIndex2 ul {
    flex-wrap: wrap;
    gap: 1px;
  }

  #pretragaIndex2 li {
    flex: 0 0 calc(100%);
  }

  #pretragaIndex2 li.cijena,
  #pretragaIndex2 li.id,
  #pretragaIndex2 li.trazi {
    flex: 0 0 calc(50% - 0.5px);
  }

  #nekretnineList li img {
    width: 100%;
  }

  #nekretnineList li img + img {
    display: none;
  }

  section {
    padding: 50px 0;
  }

  #navTo ol {
    margin-top: 5px;
  }

  fieldset.upit.admin {
    background: #fff;
    padding: 0px;
  }

  fieldset.upit.sve {
    border: 0;
  }

  fieldset.upit.sve + fieldset.upit.sve {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
  }

  form.block {
    background: red;
    display: block;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }

  form + form {
    margin-top: 20px;
  }

  #admin_list p.ostalo {
    display: none;
  }

  #admin_list p.unos {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 550px) {
  h1 {
    font-size: 3.5em;
  }

  .index h1 {
    font-size: 4em;
  }

  h3.det {
    font-size: 2.2em;
    margin-bottom: 30px;
    padding: 0;
  }

  #mainNav2 > li {
    font-size: 2em;
  }

  #nekretnineList li > div ul {
    flex-wrap: wrap;
    gap: 5vw;
    padding: 0 min(5vw, 15px);
  }

  #nekretnineList li > div ul li {
    flex: 0 0 calc(50% - 2.5vw);
    padding: 0;
  }

  #nekretnineList ul li + li {
    border: 0;
  }

  #nekretnineList h3 {
    padding: 0 min(5vw, 15px);
  }

  #nekretnineList p {
    padding: 10px min(5vw, 15px);
  }

  p.text.index,
  #uslugeIndex p,
  #uslugeIndex a {
    font-size: 1.6em;
  }

  ul.karakteristike {
    font-size: 1.6em;
    list-style: none;
    margin: 40px 0;
    width: 100%;
  }

  p.text,
  ul.text {
    font-size: 1.6em;
    line-height: 160%;
    margin: 0 0 30px 0;
    text-align: left;
  }

  ul.text.pristojba {
    font-size: 1.5em;
  }

  ul.galerija li {
    float: left;
    width: 48%;
    list-style: none;
    margin: 0 4% 4% 0;
  }

  ul.galerija li:nth-of-type(5n) {
    margin-right: 4%;
  }

  ul.galerija li:nth-of-type(4n) {
    margin-right: 4%;
  }

  ul.galerija li:nth-of-type(3n) {
    margin-right: 4%;
  }

  ul.galerija li:nth-of-type(2n) {
    margin-right: 0;
  }

  .footHolder li,
  #copy p {
    display: block;
    padding: 2px 0;
  }

  #admin_list div.nek + div {
    border-top: 1px solid #eee;
    padding-top: 10px;
  }

  #admin_list div.nek img,
  .admin_inner div.nek img {
    float: left;
    height: 50px;
    margin-right: 10px;
    width: 70px;
  }

  #admin_list div.nek p {
    font-size: 1.3em;
    line-height: 25px;
  }

  #admin_list p.naziv {
    height: 25px;
    width: calc(100% - 120px);
  }

  #admin_list p.unos {
    width: calc(100% - 130px);
  }

  #admin_list p.posjeta {
    width: 40px;
  }

  #admin_list div.nek p.del {
    width: 30px;
  }
}

@media screen and (max-width: 500px) {
  #nekretnineList li {
    margin: 0 0 5% 0;
    width: 100%;
  }

  #nekretnineList h3 {
    height: auto;
  }

  #nekretnineList p {
  }

  #expose {
    font-size: 2.2em;
  }

  div.cijenaDet {
    font-size: 2.4em;
    margin-bottom: 10px;
    text-align: center;
  }

  div.cijenaDet div + div {
    float: left;
    margin-right: 0;
  }

  #dataBox {
    color: #000;
    margin-top: 30px;
  }

  ul.mainDataList {
    border: 1px solid #eee;
    border-top: 0;
  }

  ul.mainDataList li,
  ul.mainDataList li:nth-child(n + 4),
  ul.mainDataList li:nth-child(3n) {
    background: #f7f7f7;
    border-right: 0;
    border-top: 1px solid #eee;
    font-size: 1.75em;
    padding: 10px;
    width: 100%;
  }

  ul.mainDataList span,
  ul.mainDataList span + span {
    color: #555;
    display: inline;
    float: left;
    font-size: 1em;
  }

  ul.mainDataList span + span {
    float: right;
    margin: 0;
  }

  .addData li,
  .addData li:nth-child(2n) {
    margin-bottom: 1px;
    width: 100%;
  }

  .addData li:nth-child(n + 3) {
    margin-top: 0;
  }

  ul.karakteristike.smjestaj li {
    margin-right: 0%;
    text-align: center;
    width: 100%;
  }

  ul.admin_nav li {
    margin: 0 0 1px 0;
    width: 100%;
  }

  ul.admin_nav li:nth-child(3n) {
    margin-right: 0;
  }

  fieldset.upit {
    background: #fff;
    padding: 0;
  }
}

@media screen and (max-width: 420px) {
  #agenti {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 380px) {
  h1 {
    font-size: 3.5em;
  }

  .index h1 {
    font-size: 3.5em;
  }

  p.text,
  ul.text,
  ul.karakteristike {
  }

  ul.mainDataList li,
  ul.mainDataList li:nth-child(n + 4),
  ul.mainDataList li:nth-child(3n) {
    font-size: 1.65em;
  }

  .addData li {
    font-size: 1.65em;
  }

  .addData a,
  .addData span {
    padding: 15px 0;
  }
}

@media screen and (max-width: 350px) {
  h1 {
    font-size: 2.8em;
  }

  .index h1 {
    bottom: 55vh;
    font-size: 3em;
  }

  #pretragaIndex2 li.cijena {
    width: 100%;
  }

  #nekretnineIzbor {
    width: 100%;
  }

  #nekretnineIzbor li {
    width: 100%;
  }

  #nekretnineIzbor li + li {
    margin-left: 0;
    margin-top: 10px;
  }

  #nekretnineIzbor a {
    padding: 10px 0;
  }
}

/*!
*  - v1.2.5
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sp-slides-container {
  position: relative;
}
.sp-mask {
  position: relative;
  overflow: hidden;
}
.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.sp-slide {
  position: absolute;
}
.sp-image-container {
  overflow: hidden;
}
.sp-image {
  position: relative;
  display: block;
  border: none;
}
.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}
.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
}
.sp-bottom-thumbnails,
.sp-top-thumbnails {
  left: 0;
  margin: 0 auto;
}
.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}
.sp-bottom-thumbnails {
  margin-top: 4px;
}
.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0;
}
.sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}
.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}
.sp-thumbnails {
  position: relative;
}
.sp-thumbnail {
  border: none;
}
.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-bottom-thumbnails .sp-thumbnail-container,
.sp-top-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}
.sp-bottom-thumbnails .sp-thumbnail-container:first-child,
.sp-top-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}
.sp-bottom-thumbnails .sp-thumbnail-container:last-child,
.sp-top-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}
.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}
.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}
.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid red;
  left: 0;
  top: 0;
  margin-left: 13px;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}
.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}
.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid red;
  right: 0;
  top: 0;
  margin-right: 13px;
}
.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid red;
  top: 0;
  margin-top: 13px;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid red;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}
.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}
.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid red;
  bottom: 0;
  margin-bottom: 13px;
}
.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid red;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}
.sp-black {
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.sp-white {
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
}
.sp-rounded {
  border-radius: 10px;
}
.sp-padding {
  padding: 10px;
}
.sp-grab {
  cursor: url(images/openhand.cur), move;
}
.sp-grabbing {
  cursor: url(images/closedhand.cur), move;
}
.sp-selectable {
  cursor: default;
}
.sp-caption-container {
  text-align: center;
  margin-top: 10px;
}
.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}
.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sp-full-screen-button:before {
  content: '\2195';
}
.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}
.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.sp-button {
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 2px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.sp-selected-button {
  background-color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 12px;
    height: 12px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 12px;
    height: 12px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 10px;
    height: 10px;
  }
}
.sp-arrows {
  position: absolute;
}
.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}
.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px;
}
.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer;
}
.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sp-horizontal .sp-previous-arrow {
  left: 20px;
}
.sp-horizontal .sp-next-arrow {
  right: 20px;
}
.sp-vertical .sp-previous-arrow {
  top: 20px;
}
.sp-vertical .sp-next-arrow {
  bottom: 20px;
}
.sp-next-arrow:after,
.sp-next-arrow:before,
.sp-previous-arrow:after,
.sp-previous-arrow:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #fff;
}
.sp-previous-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}
.sp-previous-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}
.sp-next-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}
.sp-next-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}
.ie7 .sp-arrow,
.ie8 .sp-arrow {
  width: 0;
  height: 0;
}
.ie7 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie8 .sp-arrow:before {
  content: none;
}
.ie7.sp-horizontal .sp-previous-arrow,
.ie8.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.ie7.sp-horizontal .sp-next-arrow,
.ie8.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.ie7.sp-vertical .sp-previous-arrow,
.ie8.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.ie7.sp-vertical .sp-next-arrow,
.ie8.sp-vertical .sp-next-arrow {
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.sp-thumbnail-arrows {
  position: absolute;
}
.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}
.sp-bottom-thumbnails .sp-thumbnail-arrows,
.sp-top-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}
.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}
.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.sp-top-thumbnails .sp-previous-thumbnail-arrow {
  left: 10px;
}
.sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.sp-top-thumbnails .sp-next-thumbnail-arrow {
  right: 10px;
}
.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0;
}
.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0;
}
.sp-next-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-previous-thumbnail-arrow:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #fff;
}
.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}
.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}
.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}
.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}
.ie7 .sp-thumbnail-arrow,
.ie8 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}
.ie7 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie8 .sp-thumbnail-arrow:before {
  content: none;
}
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
a.sp-video {
  text-decoration: none;
}
a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}
a.sp-video:after {
  content: '\25B6';
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #fff;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}
.slider-pro canvas,
.slider-pro embed,
.slider-pro iframe,
.slider-pro object,
.slider-pro video {
  max-width: none;
  max-height: none;
}
.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
}
.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}
.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
}
.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}
.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}
.slider-pro img.sp-layer {
  border: none;
}

#example2 {
  margin: 0 auto 0 auto !important;
  max-width: 1500px;
}

@media screen and (max-width: 1280px) {
  #example2 {
    max-width: 100%;
  }
}

#map {
  height: 510px;
  width: 100%;
}

@media screen and (max-width: 420px) {
  .sp-button {
    width: 8px;
    height: 8px;
    margin: 1px;
  }
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-carousel {
  padding: 0 1px;
}

.owl-carousel .item {
  border: 1px solid #eee;
}

.owl-carousel .item > a {
  display: block;
}

.owl-carousel .item.prodana > a {
  position: relative;
}

.owl-carousel .item.prodana > a::before {
  background: rgba(244, 54, 1, 0.5);
  content: '';
  display: flex;
  position: absolute;
  width: 100%;
  aspect-ratio: 3 / 2;
}

.owl-carousel .item.prodana > a span {
  color: #fff;
  font-size: 2em;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.owl-carousel img {
  margin-bottom: 10px;
}

.index .owl-carousel img {
  margin-bottom: 0px;
}

.owl-carousel h4 {
  font-size: 2em;
  font-family: 'Cormorant SC', serif;
  font-weight: 600;
  height: 105px;
  letter-spacing: -1px;
  line-height: 130%;
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}

.owl-carousel em {
  display: block;
  font-family: 'Cormorant SC', serif;
  font-size: 1.8em;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0 10px;
}

.owl-carousel p {
  background: #f7f7f7;
  font-size: 2.4em;
  font-family: 'Cormorant SC', serif;
  font-weight: 600;
  line-height: 130%;
  padding: 10px 10px;
  width: 100%;
}

.owl-carousel p.akcija {
  color: #f00;
}

.owl-carousel p.akcija span {
  color: #aaa;
  padding-left: 10px;
  text-decoration: line-through;
}

.owl-theme .owl-nav {
  height: 6px;
  position: relative;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
  position: absolute;
}

.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.index .owl-carousel.owl-drag .owl-item {
  height: calc(100vh - 201px);
  padding-bottom: 3.75%;
}

.index .owl-carousel.owl-drag .owl-item div.item {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100%;
  position: absolute;
  width: 100%;
}

.index .owl-carousel.owl-drag .owl-item div.item a {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.index .owl-carousel.owl-drag .owl-item div.item h3 {
  background: transparent;
  bottom: 60px;
  color: #fff;
  font-family: 'Cormorant SC', serif;
  font-size: 4em;
  font-weight: 600;
  margin-bottom: 0;
  padding: 30px;
  position: absolute;
  text-align: center;
  width: 100%;

  text-shadow:
    3px 3px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

@media screen and (max-width: 900px) {
  .index .owl-carousel.owl-drag .owl-item div.item h3 {
    bottom: auto;
    top: 0;
  }
}

#owl-demo .item img {
  display: block;
  height: auto;
  max-height: 600px;
  width: 100%;
}

.index .owl-nav {
  font-size: 4em;
  height: 10px;
  left: 0;
  margin: 0;
  right: 0;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.index .owl-theme .owl-nav [class*='owl-'] {
  background: none;
  font-family: 'Exo 2';
  font-size: 1em;
  line-height: 90px;
  margin: 0;
  padding: 0px 40px;
  z-index: 1001;
}

.index .owl-carousel .owl-nav .owl-prev {
  float: left;
  position: absolute;
  top: -40px;
  background: rgba(255, 255, 255, 0.3);
}

.index .owl-carousel .owl-nav .owl-next {
  float: right;
  position: absolute;
  top: -40px;
  background: rgba(255, 255, 255, 0.3);
}

/* ===== AI generator opisa (admin) ===== */
.ai-generator {
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: 0 0 16px;
  background: #fafafa;
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
}

.ai-generator:hover {
  border-color: #000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.ai-generator[open] {
  background: #fff;
}

.ai-generator-summary {
  cursor: pointer;
  font-size: 1.5em;
  font-weight: 600;
  padding: 12px 16px;
  list-style: none;
  user-select: none;
  transition: color 0.2s;
}

.ai-generator-summary::-webkit-details-marker {
  display: none;
}

.ai-generator-summary::before {
  content: '\25B8';
  display: inline-block;
  margin-right: 8px;
  transition: transform 0.2s;
}

.ai-generator[open] .ai-generator-summary::before {
  transform: rotate(90deg);
}

.ai-generator-summary:hover {
  color: #b00;
}

.ai-generator-config {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 6px 16px 18px;
}

.ai-generator-config .ai-row {
  margin-top: 6px;
}

.ai-generator-config .ai-field {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.ai-generator-config .ai-field.full {
  align-items: flex-start;
}

.ai-generator-config .ai-field > label {
  flex: 0 0 170px;
  font-size: 1.4em;
  font-weight: 500;
}

.ai-generator-config .ai-field select,
.ai-generator-config .ai-field textarea {
  flex: 1 1 auto;
  width: auto;
  padding: 8px 10px;
  font-size: 1.25em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.ai-generator-config .ai-field textarea {
  min-height: 60px;
  resize: vertical;
}

/* checkbox: labela prva (prirodne širine), checkbox odmah do nje */
.ai-generator-config .ai-field:has(input[type='checkbox']) {
  gap: 8px;
}

.ai-generator-config .ai-field:has(input[type='checkbox']) > label {
  flex: 0 1 auto;
}

.ai-generator-config .ai-field input[type='checkbox'] {
  width: 18px;
  height: 18px;
  margin: 0;
}

.ai-divider {
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin: 8px 0;
}

.ai-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 0 0 14px;
}

fieldset.upit.admin .ai-actions input.submit {
  width: fit-content;
  flex: 0 0 auto;
}

.ai-actions .aiMsg {
  font-size: 0.95em;
  color: #555;
}
