/* 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: #0093d2;
  text-decoration: underline;
}

.aukcija a.link {
  color: red;
}

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

a.link:hover {
  color: #000;
  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: 300;
  line-height: 1;
}

:root {
  --font-header: 'Montserrat', sans-serif;
  --h1-font-size: 4.5em;
  --h2-font-size: 4em;
  --h3-font-size: 3em;
  --h1-margin-bottom: 80px;
  --h2-margin-bottom: 60px;
  --h3-margin: 40px;
  --p-font-size: 1.8em;
  --section-padding: 80px;
  --div-nekretnineDet-font-size: 1.8em;
  --ul-text-small-font-size: 1.7em;
}

@media screen and (max-width: 850px) {
  :root {
    --h1-font-size: calc(4.5em * 0.9);
    --h2-font-size: calc(4em * 0.9);
    --h3-font-size: calc(3em * 0.9);
    --h1-margin-bottom: calc(80px * 0.9);
    --h2-margin-bottom: calc(60px * 0.9);
    --h3-margin: calc(40px * 0.9);
    --p-font-size: calc(1.8em * 0.9);
    --section-padding: calc(80px * 0.9);
    --div-nekretnineDet-font-size: calc(1.8em * 0.95);
  }
}

@media screen and (max-width: 750px) {
  :root {
  }
}

@media screen and (max-width: 600px) {
  :root {
    --h1-font-size: calc(4.5em * 0.8);
    --h2-font-size: calc(4em * 0.8);
    --h3-font-size: calc(3em * 0.8);
    --h1-margin-bottom: calc(80px * 0.8);
    --h2-margin-bottom: calc(60px * 0.8);
    --h3-margin: calc(40px * 0.8);
    --section-padding: calc(80px * 0.8);
    --div-nekretnineDet-font-size: calc(1.8em * 0.9);
    --ul-text-small-font-size: 1.5em;
  }
}

@media screen and (max-width: 500px) {
  :root {
    --h1-font-size: calc(4.5em * 0.7);
    --h2-font-size: calc(4em * 0.7);
    --h3-font-size: calc(3em * 0.7);
    --h1-margin-bottom: calc(80px * 0.7);
    --h2-margin-bottom: calc(60px * 0.7);
    --h3-margin: calc(40px * 0.7);
    --section-padding: calc(80px * 0.7);
  }
}

@media screen and (max-width: 450px) {
  :root {
    --h1-font-size: calc(4.5em * 0.55);
  }
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-header);
}

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

header.index {
  height: 100vh;
}

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

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

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

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

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

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

header.index a {
  font-weight: bold;
}

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

div.prvaLinija {
  font-family: var(--font-header);
  font-size: 1.3em;
  height: 45px;
  padding: 10px 0;
}

#ham {
  display: none;
}

.index #ham {
  display: none !important;
  display: block !important;
}

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

div.prvaLinija span em {
  font-style: normal;
  padding: 0 5px 0 0;
}

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

ul.zastave {
  display: flex;
  font-family: var(--font-header);
  font-size: 1.3em;
  list-style: none;
  justify-content: space-between;
  position: absolute;
  right: calc((100% - 1140px) / 2);
  top: 10px;
  width: 150px;
}

.zastave li {
  line-height: 25px;
  text-align: center;
}

.zastave a {
  display: block;
}

div.drugaLinija {
  height: 205px;
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
}

#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: 100vh;
  align-items: center;
  justify-content: center;
}

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

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

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

#headMenuContent > div ul ul {
  margin-left: 20px;
}

#headSearchContent > div {
  padding: 20px;
}

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

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

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

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

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

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

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

.buttons {
  display: none;
}

nav {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  float: right;
  margin-top: 144px;
  width: 100%;
}

#mainNav {
  display: flex;
  float: right;
  font-family: var(--font-header);
  font-weight: 400;
  text-align: center;
  width: 100%;
}

#mainNav li {
  flex: 0 1 calc((100% - 0px) / 4);
  float: left;
  font-size: 1.6em;
  font-weight: 300;
  position: relative;
}

#mainNav a {
  color: #fff;
  display: block;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.index #mainNav a {
  background: rgba(255, 255, 255, 0.75);
  color: #0093d2;
  font-weight: 500;
}

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

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

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

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

#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: 300%;
}

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

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

header #pretragaIndex {
  display: none;
}

header.index #pretragaIndex {
  background: rgba(255, 255, 255, 0.5);
  background: none;
  display: block;
  position: absolute;
  left: 50%;
  padding: 0;
  bottom: calc(10vh - 30px);
  transform: translate(-50%, 0);
  max-width: 1140px;
  width: 90%;
  z-index: 100;
}

header.index #pretragaIndex ul {
  display: flex;
}

main {
}

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

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

#gore > span {
  display: none;
}

#subNav,
#subNav2 {
  display: none;
}

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

#subNav li,
#subNav2 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) / 4);
}

#subNav2 li {
  width: calc((100% - 2px) / 3);
}

#subNav li:nth-child(4n),
#subNav2 li:last-of-type {
  border-right: 0;
}

#subNav a,
#subNav2 a {
  background: #eee;
  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;
}

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

/* breadcrumb */

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

#navTo ol {
  width: auto;
  padding: 3px 0;
  margin: 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: none;
  color: #0093d2;
  text-align: left;
  line-height: 22px;
}

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

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

section {
  margin: 0 auto;
  max-width: 1140px;
  padding: var(--section-padding) 0;
  width: 90%;
}

section.intro {
  background: linear-gradient(#f7f7f7, #fff 50%);
  max-width: 100%;
  width: 100%;
}

section.nekretnineIndex + section.nekretnineIndex {
  border-top: 1px solid #eee;
}

section.det {
  max-width: 1500px;
  width: 100%;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-header);
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: 500;
  margin: 0 auto;
  margin-bottom: var(--h1-margin-bottom);
  width: 90%;
}

header.index h1 {
  color: #fff;
  position: absolute;
  left: 50%;
  padding: 0;
  bottom: calc(35vh - 0px);
  transform: translate(-50%, 0);
  max-width: 1140px;
  width: 90%;
  z-index: 100;
  font-weight: 600;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

h2 {
  font-size: var(--h2-font-size);
  margin: var(--h2-margin-bottom) auto;
}

h2.index {
  margin-top: 0;
}

h2.det {
  font-size: calc(var(--h2-font-size) * 0.9);
}

h3 {
  margin: var(--h3-margin) auto;
  text-transform: none;
}

h3.text {
  font-size: var(--h3-font-size);
  text-transform: uppercase;
}

h4.headline {
  font-size: calc(var(--h3-font-size) * 0.8);
  line-height: 140%;
  margin: var(--h3-margin) auto;
  max-width: 1140px;
  width: 90%;
}

p.text,
ul.text,
ol.text,
p.result {
  line-height: 160%;
  font-size: var(--p-font-size);
  text-align: left;
}

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

p.text.napomena {
  font-size: calc(var(--p-font-size) * 0.8);
  margin-top: 20px;
}

p.text + p.text,
ul.text + p.text,
ol.text + p.text {
  margin-top: 30px;
}

p.text + ul.text,
p.text + ol.text {
  margin-top: 10px;
}

ol.text li > ul,
ul.text li > ol {
  padding-left: 25px;
}

p.text.index {
  font-size: calc(var(--p-font-size) * 1.1);
  margin: 0 auto;
  max-width: 840px;
  text-align: center;
  width: 90%;
}

ul.text.none {
  list-style: none;
}

ul.text.none.c {
  text-align: center;
}

ul.text.small {
  font-size: calc(var(--ul-text-small-font-size) * 1);
}

ul.text.small li + li {
  margin-top: 5px;
}

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

ul.text.none {
  padding-left: 0;
}

ul.text ul {
  margin-left: 20px;
}

p.result {
  padding-top: 40px;
}

p.result + p.result {
  margin-top: 20px;
  padding-top: 0;
}

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

#pretragaMain {
  margin: 0 auto;
  max-width: 1140px;
  padding: 20px 0;
  position: relative;
  width: 90%;
}

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

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

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

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

#pretragaMain input,
#pretragaMain select {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  color: #000;
  cursor: pointer;
  float: right;
  font-family: var(--font-header);
  font-size: 1.35em;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin: 0;
  padding: 10px 10px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.5s;
  vertical-align: baseline;
  width: 100%;
  z-index: 5;
}

#pretragaMain input.submit {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

#pretragaMain input.submit:hover {
  background: #fff;
  color: #0093d2;
}

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

#pretragaMain select.mala + select.mala {
  float: right;
}

#pretragaMain select:hover {
  border: 1px solid #ddd;
  box-shadow: none;
}

#mainSerach li:last-child {
}

#mainSerach li:last-child input,
#mainSerach li:last-child input.submit {
  float: left;
  width: calc(50% - 3px);
}

#mainSerach li:last-child input.submit {
  float: right;
}

#nekretnineList {
  list-style: none;
  margin: 0 auto;
}

#nekretnineList > li {
  border: 1px solid #eee;
  float: left;
  margin: 0 2.75% 2.75% 0;
  position: relative;
  transition: background 1s, box-shadow 0.5s;
  width: 31.5%;
}

#nekretnineList li {
  list-style: none;
}

#nekretnineList > li:hover {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 1px 0px rgba(0, 0, 0, 0.15);
}

#nekretnineList > li:nth-child(3n) {
  margin-right: 0;
}

#nekretnineList > li:nth-child(3n + 1) {
  clear: left;
}

#nekretnineList > li:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

#nekretnineList a {
  display: block;
  position: relative;
}

#nekretnineList img {
  border-bottom: 1px solid #eee;
  width: 100%;
}

#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;
}

#nekretnineList > li a > span.napomena.prodano {
  background: #0093d2;
  font-size: 2.6em;
  left: 50%;
  padding: 10px;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-36deg);
}

span.napomena.top {
  background: red;
}

span.napomena.novo {
  background: limegreen;
}

span.napomena.aukcija {
  background: red;
  font-size: 1.4em !important;
  font-weight: 500;
}

#nekretnineList h3 {
  font-size: 1.6em;
  font-weight: 400;
  height: 75px;
  line-height: 140%;
  margin-bottom: 10px;
  margin-top: 15px;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}

#nekretnineList a:hover h3 {
  color: #aaa;
}

#nekretnineList ul {
  list-style: none;
  margin: 15px 10px;
  width: calc(100% - 20px);
}

#nekretnineList ul li {
  border: 0;
  float: left;
  font-size: 1.5em;
  line-height: 100%;
  margin: 0;
  padding: 5px 0;
  width: 100%;
}

#nekretnineList ul li > span {
  float: right;
}

#nekretnineList div {
  background: #f7f7f7;
  border-top: 1px solid #eee;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 130%;
  padding: 10px 10px 8px;
  width: 100%;
}

#nekretnineList div p {
  float: left;
  line-height: 20px;
  text-align: right;
  width: 100%;
}

#nekretnineList div p.akcija,
#nekretnineList div p.staro {
  color: #f00;
  text-align: left;
  width: 50%;
}

#nekretnineList div p.staro {
  color: #555;
  font-weight: 300;
  padding-left: 20px;
  text-align: right;
  text-decoration: line-through;
}

#nekretnineList div span {
  display: inline-block;
  font-size: 0.65em;
  height: 14px;
  line-height: 14px;
  text-align: right;
  width: 100%;
}

#nekretnineList div p.akcija span {
  text-align: left;
}

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

#nekretnineList2 > li {
  display: flex;
}

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

#nekretnineList2 li > a {
  flex: 0 0 600px;
  display: flex;
  position: relative;
  width: 600px;
}

#nekretnineList2 li > a img {
  aspect-ratio: 40 / 26;
  border: 1px solid #eee;
  flex: 1;
  width: calc(50% - 2.5px);
}

#nekretnineList2 li > a img + img {
  margin-left: 5px;
}

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

_nekretnineList2 > li a > span.napomena.prodano {
  background: #0093d2;
  font-size: 2.6em;
  left: 50%;
  padding: 10px;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-36deg);
}

#nekretnineList2 > li a > span.napomena.prodano,
#nekretnineList2 > li a > span.napomena.rezervirana {
  background: transparent;
  border: 3px solid red;
  color: red;
  font-size: 2.6em;
  font-weight: 500;
  left: 50%;
  padding: 10px;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

#nekretnineList2 > li a > span.napomena.rezervirana {
  border: 3px solid yellow;
  color: yellow;
}

span.napomena.top {
  background: red;
}

span.napomena.novo {
  background: limegreen;
}

#nekretnineList2 > li {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

#nekretnineList2 > li.prodana > a::before,
#nekretnineList2 > li.rezervirana > a::before {
  background: rgba(126, 179, 255, 0.3);
  background: rgba(255, 255, 255, 0.4);
  background: rgba(0, 147, 210, 0.5);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

#nekretnineList2 > li.rezervirana > a::before {
  background: rgba(0, 147, 210, 0.45);
}

#nekretnineList2 > li a > span.virtual {
  background-color: #04a0f3;
  border-radius: 5px;
  color: #fff;
  left: 10px;
  padding: 5px;
  position: absolute;
  top: 10px;
}

#nekretnineList2 > li a > span.virtual svg {
  display: flex;
  height: 20px;
  width: 20px;
}

#nekretnineList2 li > div {
  flex: 1 1 auto;
  margin-left: 20px;
  position: relative;
}

#nekretnineList2 h3 {
  font-size: 1.8em;
  font-weight: 400;
  height: 75px;
  line-height: 140%;
  margin: 0 0 10px 0;
  text-align: left;
  width: 100%;
}

#nekretnineList2 li > div ul {
  bottom: 60px;
  display: flex;
  list-style: none;
  position: absolute;
  width: 100%;
}

#nekretnineList2 li > div li {
  font-size: 1.1em;
}

#nekretnineList2 li > div li + li {
  border-left: 1px solid #eee;
  margin-left: 10px;
  padding-left: 10px;
}

#nekretnineList2 li > div li span {
  display: inline-block;
  font-size: 1.8em;
  padding-bottom: 5px;
}

#nekretnineList2 li > div > div {
  bottom: 5px;
  display: flex;
  font-size: 2.2em;
  font-weight: 400;
  justify-content: flex-end;
  left: 0;
  position: absolute;
  width: 100%;
}

#nekretnineList2 li > div > div p {
  line-height: 20px;
  text-align: right;
}

#nekretnineList2 li > div > div p.akcija,
#nekretnineList div p.staro {
  color: #f00;
  text-align: left;
}

#nekretnineList2 li > div > div p.staro {
  border-left: 1px solid #eee;
  color: #555;
  font-weight: 300;
  margin-left: 10px;
  padding-left: 10px;
  text-align: right;
  text-decoration: line-through;
}

#nekretnineList2 li > div > div span {
  display: inline-block;
  font-size: 0.6em;
  height: 14px;
  line-height: 14px;
  text-align: right;
  width: 100%;
}

#nekretnineList2 li > div > div p.akcija span {
  text-align: right;
}

/* pagination */

p.rez {
  margin: 30px 0 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: #0093d2;
  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: #0093d2;
  border: 1px solid #0093d2;
}

.nekretnineDet {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
}

#nekretnineDetSlike {
  float: left;
  width: 45%;
}

#nekretnineDetSlike span.virtual {
  background-color: #04a0f3;
  border-radius: 5px;
  color: #fff;
  left: 10px;
  padding: 5px;
  position: absolute;
  top: 10px;
  z-index: 1;
}

.sp-slides-container {
  background: #f7f7f7;
}

#nekretnineDetSlike img {
  width: 100%;
}

#nekretnineDetData {
  float: right;
  font-size: calc(var(--div-nekretnineDet-font-size) * 0.9);
  width: 50%;
}

#nekretnineDetData ul {
  list-style: none;
}

#nekretnineDetData li {
  border-bottom: 1px solid #eee;
  padding-bottom: 3px;
}

#nekretnineDetData li {
  border-bottom: 1px solid #eee;
  display: block;
  float: left;

  line-height: 150%;
  margin: 0 5% 7px 0;
  width: 47.5%;
}

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

#nekretnineDetData li + li {
}

#nekretnineDetData li span {
  float: right;
}

#nekretnineDetData p {
  font-size: 2em;
  margin-top: 40px;
}

#nekretnineDetData div.cijena {
}

#nekretnineDetData div.cijena span {
  font-size: 0.6em;
}

#nekretnineDetData div.cijena p.akcija {
  color: red;
  float: left;
}

#nekretnineDetData div.cijena p.staro {
  float: right;
  margin-left: 20px;
  text-decoration: line-through;
}

#time_container {
  color: red;
  font-weight: 500;
}

#nekretnineDetData p.opis {
  font-size: 1em;
  margin-top: 0;
}

#expose_holder {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 15px;
  justify-content: space-between;
  margin-top: 40px;
}

#expose,
#tlocrti,
#virtual {
  align-items: center;
  background: #0093d2;
  border: 1px solid #0093d2;
  border-radius: 5px;
  color: #fff;
  display: flex;
  flex: 1 0 auto;
  font-size: 0.9em;
  font-weight: 400;
  padding: 15px 15px;
  text-decoration: none;
  transition: all 0.5s;
}

#expose:hover,
#tlocrti:hover,
#virtual:hover {
  background: #fff;
  color: #0093d2;
}

#expose svg,
#tlocrti svg,
#virtual svg {
  display: flex;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}

#tlocrti_list {
  display: none;
}

#aukcija_box {
  border: 1px solid red;
  margin-top: 20px;
  padding: 10px 20px;

  p {
    line-height: 160%;
    font-size: var(--p-font-size);
  }
}

#ugovori_box {
  border: 1px solid #eee;
  margin-bottom: 50px;
}

#ugovor {
  background: #090;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'Exo 2', sans-serif;
  font-size: 2.4em;
  font-weight: 800;
  padding: 10px 20px;
  text-decoration: none;
  transition: background 0.5s ease-in-out;
}

#ugovor.izbaci {
  background: #c00;
}

#ugovor:hover {
  background: #2b2;
}

#ugovor.izbaci:hover {
  background: #e22;
}

#ugovorList {
  border: 1px solid #eee;
  font-size: 1.8em;
  line-height: 160%;
  list-style: none;
  padding: 10px;
}

#ugovorList span {
  float: right;
}

#ugovorContainer {
  background: #f7f7f7;
}

#ugovorList li.ugovor {
  border-top: 1px solid #eee;
  margin-top: 10px;
}

#ugovorIzrada {
  display: block;
}

.nekretnineDet2 {
  margin: 50px auto 0;
  max-width: 720px;
  width: 90%;
}

section ul.karakteristike {
  list-style: none;
  margin: 0 auto;
  max-width: 920px;
}

section ul.karakteristike.male {
  max-width: 720px;
}

section ul.karakteristike li {
  border-bottom: 1px solid #eee;
  display: block;
  float: left;
  font-size: calc(var(--div-nekretnineDet-font-size) * 0.95);
  line-height: 150%;
  margin: 0 10% 10px 0;
  width: 45%;
}

section ul.karakteristike.male li {
  border-bottom: 1px solid #eee;
  margin: 0 0 10px 0;
  width: 100%;
}

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

section ul.karakteristike li:nth-last-of-type(-n + 2) {
  margin-bottom: 0;
}

section ul.karakteristike li.none {
  border: 0;
}

section ul.karakteristike.male li.none {
  border-bottom: 1px solid #eee;
  margin-top: 10px;
}

section ul.karakteristike span {
  float: right;
}

#results_inner {
  margin-bottom: 30px;
}

#results_inner.error {
  color: red;
}

fieldset.upit.admin {
  margin: 0 auto;
  max-width: 960px;
}

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

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

fieldset.upit li + li {
  margin-top: 10px;
}

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

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

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

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.admin label.note {
  line-height: 150%;
  width: 100%;
}

fieldset.upit.admin label {
  line-height: 44px;
  width: 350px;
}

fieldset.upit.admin label.provjera {
  width: 125px;
  line-height: 28px;
}

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

fieldset.upit input.text,
fieldset.upit input.textx,
fieldset.upit input.textxx,
input.slike,
fieldset.upit select,
fieldset.upit textarea,
fieldset.upit input.submit,
#slikeBri,
.richText {
  background: #f7f7f7;
  border: 1px solid #eee;
  box-sizing: border-box;
  color: #000;
  float: right;
  font-family: 'Open Sans', Tahoma, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  margin: 0;
  padding: 10px 15px;
  transition: background 1s;
  width: 100%;
}

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

fieldset.upit input.textxx {
  padding: 5px 10px;
  width: 200px;
}

fieldset.upit input:hover,
fieldset.upit textarea:hover {
  background: none;
  border: 1px solid #ccc;
}

fieldset.upit input.submit,
#slikeBris {
  background: #0093d2;
  color: #fff;
  cursor: pointer;
  padding: 15px;
}

fieldset.upit input.submit:hover {
  background: #fff;
  border: 1px solid #0093d2;
  color: #0093d2;
}

fieldset.upit textarea {
  height: 200px;
}

fieldset.upit.admin input.text,
fieldset.upit.admin input.textx,
fieldset.upit.admin input.textxx,
input.slike,
fieldset.upit.admin select,
fieldset.upit.admin textarea,
fieldset.upit.admin input.submit,
#slikeBris {
  padding: 10px 15px;
  width: calc(100% - 350px);
}

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

fieldset.upit.admin input.textxx {
  width: 200px;
}

#provjera.red {
  border: 1px solid red;
}

fieldset.upit.admin input.box {
  float: right;
  margin-top: 15px;
}

fieldset.upit.admin input.submit {
  padding: 15px;
}

#agenti {
  display: flex;
  list-style: none;
  margin: 0 auto;
  max-width: 900px;
  width: 90%;
}

#agenti img {
  background: #eee;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  width: 90%;
}

#agenti li {
  flex: 0 0 30%;
}

#agenti li + li {
  margin-left: 5%;
}

#agenti h3 {
  font-size: 2.5em;
  margin-bottom: 20px;
  text-transform: none;
}

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

span.head {
  font-family: var(--font-header);
  text-transform: uppercase;
}

#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%;
}

/* ADMIN */

div.admin_inner {
  border: 1px solid #ddd;
  margin: 40px auto 0;
  max-width: 1140px;
  padding: 20px;
}

ul.admin_nav {
  display: flex;
  font-size: 1.6em;
  list-style: none;
  margin-bottom: 40px;
  text-align: center;
}

ul.admin_nav li {
  display: block;
  flex: 1 1 25%;
}

ul.admin_nav li + li {
  margin-left: 2px;
}

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

ul.galerija {
  margin-top: 30px;
  padding: 0 0 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;
  width: 100%;
  list-style-type: none;
  background: #fff url(images/loading.gif) center no-repeat;
  box-sizing: border-box;
  border: 1px solid #aaa;
  margin-bottom: 5px;
}

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

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

ul.galerija input {
  float: left;
  width: calc(60% - 10px);
}

ul.galerija a.brisi {
  float: right;
  width: 40%;
  height: auto;
  padding: 5px;
  font-family: 'Open Sans', Tahoma, sans-serif;
  font-size: 1.6em;
  line-height: 32px;
  text-align: center;
  background: #0093d2;
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

ul.galerija a.brisi:hover {
  background: #000;
  color: #fff;
}

#admin_list div.nek,
.admin_inner div.nek {
  margin: 0 0 10px;
}

#admin_list > div:hover {
  background: #f7f7f7;
}

#admin_list div.nek img,
.admin_inner div.nek img {
  background: #eee url(images/loading.gif) center no-repeat;
  float: left;
  height: 60px;
  margin: 0 20px 0 0;
  width: 80px;
}

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

#admin_list p.naziv {
  height: 30px;
  overflow: hidden;
  width: calc(100% - 150px);
}

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

#admin_list p.unos {
  width: 190px;
}

#admin_list p.ostalo {
  width: 100px;
  margin-left: calc(100% - 500px);
  text-align: right;
}

#admin_list div.nek p.del {
  width: 50px;
  text-align: right;
  float: right;
}

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: blue;
}

span.admne {
  background: #555;
}

/* FOOTER */

footer {
  background: #0093d2;
  background-size: cover;
  border-top: 2px solid #fff;
  color: #fff;
  font-size: 1.5em;
}

footer h2 {
  font-size: calc(var(--h2-font-size) / 2);
  padding: calc(var(--h2-margin-bottom) / 2) 0;
  margin: 0;
  background: #f7f7f7;
  color: #333;
}

footer h2 span {
  display: inline-block;
  font-size: 0.85em;
  margin-top: 10px;
}

#vile_ban {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  display: flex;
  height: 65vh;
  list-style: none;
}

#vile_ban li {
  background: url(images/villa_azzurra.jpg) center no-repeat;
  background-size: cover;
  border-right: 1px solid #fff;
  display: flex;
  flex: 1 1 50%;
  transition: all 0.1s;
}

#vile_ban li + li {
  background: url(images/villa_bassi.jpg) center no-repeat;
  background-size: cover;
  border-left: 1px solid #fff;
  border-right: 0;
}

#vile_ban li a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}

#vile_ban p {
  background: #0093d2;
  color: #fff;
  font-family: var(--font-header);
  font-size: 3em;
  font-weight: 400;
  opacity: 1;
  padding: 20px;
  text-align: center;
}

#vile_ban li a:hover p {
  opacity: 1;
}

#vile_ban span {
  font-size: 0.65em;
}

#footHolder {
  margin: 0 auto;
  max-width: 1140px;
  padding: 40px 0 0 0;
  width: 90%;
}

.footHolder.hgk {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}

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

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

.footHolder.hgk div + div {
  flex: 0 0 100%;
  text-align: center;
}

.footHolder.hgk div.logo {
  flex: 0 0 100px;
}

.footHolder.hgk div.logo a {
  display: flex;
}

.footHolder.hgk div.logo img {
  width: 100%;
}

.footHolder div.google_review {
  background: #fff;
  margin: 20px auto 0;
  padding: 10px;
  text-align: center;
  width: 125px;
}

.footHolder div.google_review img {
  width: 100%;
}

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

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

#social {
  display: flex;
  font-size: 30px;
  list-style: none;
  justify-content: space-between;
  margin: 30px auto;
  width: 80px;
}

#social li {
}

#social a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  transition: all 0.5s;
}

#social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

#copy {
  margin: 30px auto;
  width: 100%;
}

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

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?94mb4t');
  src: url('fonts/icomoon.eot?94mb4t#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?94mb4t') format('truetype'), url('fonts/icomoon.woff?94mb4t') format('woff'),
    url('fonts/icomoon.svg?94mb4t#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
  font-size: 2em;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook2:before {
  content: '\ea91';
}
.icon-instagram:before {
  content: '\ea92';
}

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: 1000;
}

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: 1200px) {
  div.prvaLinija span {
    left: 30px;
  }

  ul.zastave {
    right: 30px;
  }

  header.index #pretragaIndex ul {
    flex-wrap: wrap;
  }

  #pretragaIndex li:nth-child(1),
  #pretragaIndex li.sub {
    flex: 1 1 calc((100% - 1px) / 2);
    margin-bottom: 1px;
  }

  #pretragaIndex li:nth-child(3) {
    flex: 1 1 200px;
    margin-left: 0;
  }

  #pretragaIndex li:nth-last-of-type(-n + 1) {
    flex: 0 0 100px;
  }

  #mainSerach li,
  #mainSerach li:nth-child(3n) {
    width: calc((100% - 0.6%) / 2);
  }

  #mainSerach li:nth-child(3n),
  #mainSerach li:nth-child(4n) {
    margin: 0.6% 0.6% 0 0;
  }

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

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

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

  #nekretnineList2 li > div {
    margin: 30px 0 0 0;
  }

  #nekretnineList2 li > div ul {
    bottom: 55px;
  }

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

  #nekretnineList2 li > div > div {
    background: #f7f7f7;
    margin-top: 10px;
    padding: 5px;
    position: static;
    width: 100%;
  }

  #nekretnineList2 h3 {
    height: auto;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 900px) {
  #nekretnineList > li,
  #nekretnineList > li:nth-child(3n),
  #nekretnineList > li:nth-last-child(-n + 3) {
    margin: 0 3% 3% 0;
    width: 48.5%;
  }

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

  #nekretnineList > li:nth-child(3n + 1) {
    clear: none;
  }

  #nekretnineList > li:nth-child(2n + 1) {
    clear: left;
  }

  #nekretnineList2 h3 {
    font-size: 1.8em;
  }

  #nekretnineList2 li > div li {
    font-size: 1.2em;
  }

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

  #nekretnineDetSlike,
  #nekretnineDetData {
    width: 100%;
  }

  #nekretnineDetData {
    font-size: calc(var(--div-nekretnineDet-font-size) * 1);
    margin-top: 50px;
  }
}

@media screen and (max-width: 850px) {
  #vile_ban {
    flex-wrap: wrap;
    height: min(50vh, 250px);
  }

  #vile_ban li {
    flex: 1 0 100%;
  }

  #vile_ban li + li {
    border-left: 0;
    border-top: 2px solid #fff;
  }

  #vile_ban p {
    font-size: 2.5em;
  }

  #footHolder {
  }

  div.footHolder {
    display: none;
  }

  div.footHolder.show {
    display: block;
  }
}

@media screen and (max-width: 780px) {
  #mainNav li {
    font-size: 1.4em;
  }

  ul.galerija li,
  ul.galerija li:nth-of-type(5n) {
    margin: 0 2% 2% 0;
    width: calc((100% - 6%) / 4);
  }

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

@media screen and (max-width: 750px) {
  .no750 {
    display: none;
  }

  #pretragaIndex li:nth-child(1),
  #pretragaIndex li.sub,
  #pretragaIndex li:nth-child(3) {
    flex: 1 0 100%;
    margin: 0 0 1px;
  }

  #pretragaIndex li.cijena,
  #pretragaIndex li:nth-last-of-type(-n + 2),
  #pretragaIndex li:nth-last-of-type(-n + 1) {
    flex: 0 1 calc((100% - 1px) / 2);
    margin: 0 0 1px;
  }

  #pretragaIndex li.cijena + li.cijena,
  #pretragaIndex li:nth-last-of-type(-n + 1) {
    margin-left: 1px;
  }

  #nekretnineList2 li > div > div {
    background: #f7f7f7;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    padding: 10px;
  }

  fieldset.upit.admin label,
  fieldset.upit.admin input.text,
  fieldset.upit.admin input.textxx,
  input.slike,
  fieldset.upit.admin select,
  fieldset.upit.admin textarea,
  fieldset.upit.admin input.submit,
  #slikeBris {
    width: 100%;
  }

  fieldset.upit.admin input.box {
    float: left;
    margin-top: 3px;
  }
}

@media screen and (max-width: 600px) {
  header.show {
    height: 490px;
  }

  header {
    height: 165px;
    transition: all 0.25s;
  }

  header.index.show {
    height: calc(100vh + 200px);
  }

  header.index h1 {
    bottom: calc(55vh - 0px);
  }

  #ham {
    background: rgba(255, 255, 255, 0.25);
    display: block;
    height: 45px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45px;
  }

  .burger-container {
    cursor: pointer;
    display: inline-block;
    height: 45px;
    position: absolute;
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    width: 45px;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 10000;
  }

  .burger-container #burger {
    display: block;
    height: 8px;
    margin: -4px auto 0;
    position: relative;
    top: 50%;
    width: 18px;
  }

  .bar {
    background: #fff;
    display: block;
    height: 1px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
    width: 100%;
  }

  .index .bar {
    background: #000;
  }

  .topBar {
    transform: translateY(0px) rotate(0deg);
  }

  .btmBar {
    transform: translateY(6px) rotate(0deg);
  }

  .burger-container.open {
    transform: rotate(90deg);
  }
  .burger-container.open #burger .bar {
    background: #fff;
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.2s;
  }

  .index .burger-container.open #burger .bar {
    background: #000;
  }

  .burger-container.open #burger .bar.topBar {
    transform: translateY(4px) rotate(45deg);
  }
  .burger-container.open #burger .bar.btmBar {
    transform: translateY(3px) rotate(-45deg);
  }

  div.prvaLinija span {
    display: flex;
    font-size: 0.9em;
    justify-content: center;
    left: 0;
    right: 0;
    width: calc(100% - 45px);
  }

  .index div.prvaLinija span {
    font-size: 1em;
    font-weight: bold;
  }

  div.prvaLinija span em {
    padding: 0 5px 0 5px;
  }

  div.drugaLinija {
    height: 400px;
    height: 120px;
  }

  #logo {
    top: 80px;
    width: 160px;
  }

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

  .show nav {
    height: auto;
  }

  nav {
    height: 0;
    margin-top: 120px;
  }

  #mainNav {
    display: none;
    flex-wrap: wrap;
  }

  #mainNav.show {
    display: flex;
  }

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

  #mainNav li {
    flex: 1 0 100%;
  }

  #mainNav > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  #mainNav ul {
    background: transparent;
  }

  #mainNav li:nth-child(2) ul {
    display: block;
    position: static;
  }

  .index #mainNav li:nth-child(2) ul {
    display: none;
    position: absolute;
  }

  #mainNav li:nth-child(3) ul {
    display: none;
  }

  #mainNav ul li {
    border-top: none;
  }

  #mainSerach li,
  #mainSerach li:nth-child(3n) {
    margin: 0;
    width: 100%;
  }

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

  #mainSerach li:last-child {
    margin-top: 15px;
  }

  header.index #pretragaIndex {
    bottom: calc(10vh - 10px);
  }

  ul.text.small li + li {
    margin-top: 10px;
  }

  #pretragaMain input,
  #pretragaMain select {
    font-size: 1.3em;
  }

  #pretragaMain input.submit {
    padding: 10px;
  }

  #pretragaMain select.mala {
    float: left;
    width: calc(50% - 0.5%);
  }

  section ul.karakteristike li,
  section ul.karakteristike li:nth-last-of-type(-n + 2) {
    margin: 0 0 10px;
    width: 100%;
  }

  #nekretnineList > li,
  #nekretnineList > li:nth-child(3n),
  #nekretnineList > li:nth-child(2n),
  #nekretnineList > li:nth-last-child(-n + 3) {
    margin: 0 0 4% 0;
    width: 100%;
  }

  #nekretnineList2 > li + li {
    margin-top: 10px;
  }

  #nekretnineList2 li > div {
    margin: 10px 0 0 0;
  }

  #nekretnineList2 li > a img + img {
    display: none;
  }

  #nekretnineDetData li {
    margin: 0 0 10px 0;
    width: 100%;
  }

  p.rez {
    font-size: 1.4em;
  }

  a.brz,
  span.cur,
  span.ukupno {
    padding: 2px 5px;
  }

  #agenti {
    flex-wrap: wrap;
  }

  #agenti li {
    flex: 0 0 100%;
  }

  #agenti li + li {
    margin: 15% 0 0;
  }

  #agenti img {
    max-width: 250px;
  }

  ul.galerija li,
  ul.galerija li:nth-of-type(5n),
  ul.galerija li:nth-of-type(4n) {
    margin: 0 3% 3% 0;
    width: calc((100% - 9%) / 3);
  }

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

  ul.admin_nav {
    flex-wrap: wrap;
  }

  ul.admin_nav li {
    margin: 0;
    min-width: 100%;
  }

  ul.admin_nav li + li {
    margin: 2px 0 0;
  }

  #admin_list p.ostalo {
    display: none;
  }

  fieldset.upit label.spam {
    line-height: 24px;
  }

  #gore {
    bottom: 0;
    position: fixed;
    z-index: 10;
  }

  #gore > span {
    animation: blinker 3s step-start infinite;
    background: #000;
    color: #fff;
    display: block;
    font-family: var(--font-header);
    font-size: 1.4em;
    padding: 20px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }

  .ico-mglass {
    border: 2px solid #fff;
    border-radius: 30px;
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    position: relative;
    top: -2px;
    width: 10px;
  }

  .ico-mglass:after {
    background: #fff;
    content: '';
    height: 2px;
    width: 6px;
    left: 5px;
    position: absolute;
    top: 7px;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }

  @keyframes blinker {
    0% {
      color: #fff;
    }
    40% {
      color: #fff;
    }
    50% {
      color: #000;
    }
    60% {
      color: #fff;
    }
    100% {
      color: #fff;
    }
  }

  #gore > span:hover {
    background: #555;
  }

  #okvirFilter1 {
    height: 0;
    transition: all 0.5s;
  }

  .show #okvirFilter1 {
    height: 380px;
  }

  #footHolder {
    padding: 30px 0 50px 0;
  }

  .index #footHolder {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  #nekretnineList2 h3 {
    font-size: 1.6em;
  }

  #nekretnineList2 li > div li {
    font-size: 1em;
  }

  span.ukupno {
    display: none;
  }

  ul.galerija li,
  ul.galerija li:nth-of-type(5n),
  ul.galerija li:nth-of-type(4n),
  ul.galerija li:nth-of-type(3n) {
    margin: 0 5% 5% 0;
    width: calc((100% - 5%) / 2);
  }

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

  #vile_ban li {
    background: url(images/villa_azzurra_mala.jpg) center no-repeat;
    background-size: cover;
  }

  #vile_ban li + li {
    background: url(images/villa_bassi_mala.jpg) center no-repeat;
    background-size: cover;
  }

  #vile_ban p {
    font-size: 2em;
  }

  #admin_list div.nek p {
    font-size: 1.4em;
  }

  #admin_list p.unos {
    width: 170px;
  }

  #admin_list p.ostalo {
    margin-left: 100px;
  }
}

/**
 * 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 img {
  margin-bottom: 10px;
}

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

.owl-carousel h3 {
  font-size: 1.7em;
  font-weight: 300;
  height: 78px;
  letter-spacing: 0px;
  line-height: 130%;
  margin: 10px 0;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}

.owl-carousel em {
  display: block;
  font-size: 1.6em;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 0 10px;
}

.owl-carousel p {
  background: #f7f7f7;
  font-size: 2.2em;
  font-weight: 400;
  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-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);
}

/*!
*  - 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;
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* slick js slider */

.slider-for {
  width: 100%;
  position: relative;
  overflow-y: hidden !important;
}

.slider-for div {
  background: #f7f7f7;
  position: relative;
}
.slider-for a {
  position: relative;
  padding-top: 66.6%;
  display: block;
  width: 100%;
}
.slider-for img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: contain;
}
/* nav */
.slider-nav {
  width: 100%;
  height: auto;
  overflow-y: hidden !important;
}

.slider-nav div {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.slider-nav a {
  position: relative;
  padding-top: 66.6%;
  display: block;
  width: 100%;
  margin-left: 2px;
  pointer-events: none;
}
.slider-nav img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
/* / */

/* slick-theme */

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'),
    url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 45px;
  height: 45px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: #000;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.4);
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
  width: 35px;
  height: 35px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: rgba(0, 0, 0, 0.2);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 5px;
  z-index: 2;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '<';
}
[dir='rtl'] .slick-prev:before {
  content: '<';
}

.slick-next {
  right: 5px;
  z-index: 2;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '>';
}
[dir='rtl'] .slick-next:before {
  content: '>';
}

/* Dots */
.slick-dotted.slick-slider {
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: none;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: 'â€¢';
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

@media screen and (max-width: 500px) {
  :root {
    btn-dimenzije: 30px;
  }
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
}
/* / */
