/* 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;
}
.cf {
  *zoom: 1;
}

.cl {
  clear: both;
}

/*-- end reset css --*/

a.link {
  color: #1f72c4;
  text-decoration: none;
}

a.link:hover {
  color: #aaa;
}

* {
  box-sizing: border-box;
}

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

/* HEAD */

header {
  min-width: 1200px;
  position: relative;
  background: #fff;
  height: 300px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

header.index {
  height: 210px;
}

#headHolder {
  position: absolute;
  width: 1200px;
  height: 190px;
  left: 0;
  right: 0;
  top: 20px;
  margin-left: auto;
  margin-right: auto;
}

header.index #headHolder {
  height: 190px;
}

#adminLogin {
  position: absolute;
  width: 50px;
  top: 10px;
  left: 0;
  font-size: 1.3em;
  text-decoration: none;
  color: #fff;
}

#adminLogin:hover {
  color: #aaa;
}

nav {
}

#logo {
  background: #fff url(images/logo.jpg) center no-repeat;
  display: flex;
  position: absolute;
  width: 200px;
  height: 148px;
  top: 36px;
  left: calc((100% - 200px) / 2);
  z-index: 10;
}

#logo a {
  display: block;
  flex: 1;
  text-indent: -9999px;
  width: 200px;
}

.buttons {
  display: none;
}

#mainNav {
  position: absolute;
  width: 1200px;
  bottom: 60px;
  list-style-type: none;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.8em;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
}

header.index #mainNav {
  bottom: 60px;
}

#mainNav li {
  display: flex;
  float: left;
  width: calc((100% - 200px) / 6);
  margin: 0;
  padding: 0;
}

#mainNav li.center {
  margin: 0 200px 0 0;
}

#mainNav a {
  display: block;
  flex: 1;
  text-decoration: none;
  line-height: 73px;
  color: #1f72c4;
  text-align: center;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  letter-spacing: -0.75px;
}

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

#pretragaMain {
  margin-top: 190px;
  width: 100%;
}

header.index #pretragaMain {
  display: none;
}

ul.mainSerach {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  padding: 0px;
  width: 100%;
}

ul.mainSerach li {
  display: flex;
  justify-content: space-between;
}

ul.mainSerach li.mala > * {
  flex: 0 0 calc(50% - 2px);
}

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

.pretragaForm2 select,
.pretragaForm2 input.text,
.pretragaForm2 input.textx,
.pretragaForm2 .submit {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  float: right;
  font-family: 'Open Sans', serif;
  font-size: 1.4em;
  font-weight: 300;
  letter-spacing: -0.25px;
  line-height: 21px !important;
  margin: 0;
  padding: 5px 10px;
  position: relative;
  transition: border 0.5s;
  vertical-align: baseline;
  width: 100%;
  z-index: 5;
}

.pretragaForm2 select:hover,
.pretragaForm2 input.text:hover {
  border: 1px solid #1f72c4;
  outline: none;
}

.pretragaForm2 .submit {
  background: #1f72c4;
  color: #fff;
  transition: background 1s;
}

.pretragaForm2 .submit:hover {
  background: #000;
}

.pretragaForm2 input.textx {
  width: calc(50% - 3px);
}

.pretragaForm2 input.textx + input.textx {
  float: right;
}

#infoGore {
  font-size: 1.3em;
  left: 0;
  line-height: 24px;
  position: absolute;
  top: 0;
}

#infoGore span {
}

#infoGore span + span {
  border-left: 1px solid #eee;
  margin-left: 5px;
  padding-left: 5px;
}

#infoGore span.wa a {
  padding-right: 19px;
  position: relative;
}

#jezici {
  position: absolute;
  top: 0;
  right: 0;
  list-style-type: none;
  font-size: 1.3em;
  z-index: 20;
  width: 402px;
}

#jezici li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  width: calc((100% - 50px) / 11);
  background: #fff;
}

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

#jezici img {
  display: block;
  width: 100%;
}

/* MAIN */

main {
  display: block;
  max-width: 1200px;
  margin: 30px auto;
  width: 90%;
}

main.glavna {
  background: #f7f7f7;
  margin: 0;
  max-width: 100%;
  position: relative;
  width: 100%;
}

#indexHolder {
  background: url(images/index4.jpg) no-repeat center center fixed;
  background: none;
  background-size: cover;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 1);
  height: calc(100vh - 210px);
  position: relative;
}

#index_ponuda {
  background: url(images/index_2025.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 3em;
  font-weight: bold;
  height: calc(55vh - 50px);
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0%;
  transform: translate(-50%, 0);
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 100;
}

#index_ponuda a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
}

#pretragaIndex2 {
  background: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  left: 50%;
  padding: 0;
  bottom: 10%;
  transform: translate(-50%, 0);
  max-width: 1200px;
  width: 90%;
  z-index: 100;
}

#pretragaIndex2 li {
  background: #fff;
  float: left;
  line-height: 50px;
  list-style: none;
  width: calc((100% - 454px) / 2);
}

#pretragaIndex2 li + li {
  margin-left: 1px;
}

#pretragaIndex2 li.cijena {
  width: 150px;
}

#pretragaIndex2 li:nth-last-of-type(-n + 1) {
  background: #ddd;
  padding: 0;
  text-align: center;
  width: 150px;
}

#pretragaIndex2 li:hover {
}

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

#pretragaIndex2 select:hover {
}

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

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

#indexPonuda {
  display: flex;
  position: relative;
  margin: 50px auto;
  max-width: 1200px;
  width: 90%;

  align-items: center;
  justify-content: center;
}

#indexPonuda > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
  justify-content: center;
}

ul.indexPonuda li {
  flex: 1 0 calc((100% - 60px) / 4);
}

ul.indexPonuda li + li {
  margin-left: 20px;
}

ul.indexPonuda li div {
  position: relative;
  width: 100%;
}

ul.indexPonuda a {
  display: block;
  position: relative;
  text-decoration: none;
}

ul.indexPonuda img {
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: all 1s;
  width: 100%;

  border: 1px;
  border-radius: 0;
  box-shadow: none;
}

ul.indexPonuda span {
  color: #fff;
  display: block;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  font-size: 2.2em;
  text-shadow: 2px 2px #000;
  transition: all 1s;
  position: absolute;
  bottom: 7.5%;
  left: 5%;
}

ul.indexPonuda a:hover span {
  bottom: 20%;
}

/* breadcrumb */

#navTo {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 5px;
}

#navTo ol {
  width: auto;
  padding: 3px 0;
  margin: 0 0 25px 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: #aaa;
}

#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: #1f72c4;
  text-align: left;
  line-height: 22px;
}

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

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

/* SECTION */

section {
  float: left;
  border: 1px solid #eee;
  background: #fff;
  width: 100%;
}

section.none {
  border: 0;
}

section.admin {
  float: none;
  margin: 0 auto;
  max-width: 820px;
  padding: 20px;
}

section.virtual {
  float: none;
  margin: 0 auto;
  width: 1024px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: 'Alegreya Sans', sans-serif;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 3.2em;
  font-weight: 300;
  color: #000;
}

h1 {
  font-size: 4em;
  letter-spacing: -1px;
  margin-bottom: 40px;
  text-align: center;
}

h2 {
  font-size: 3.2em;
  letter-spacing: -1px;
  margin-bottom: 40px;
  text-align: center;
}

h2.text {
  margin-top: 40px;
}

h3 {
  font-size: 2.8em;
}

h3.c {
  text-align: center;
}

h4.text {
  font-size: 2.4em;
  text-transform: uppercase;
}

/* nekretnine list */

#nekretnine_list li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  list-style-type: none;
  border-bottom: 1px solid #eee;
}

#nekretnine_list img {
  width: 100%;
  background: #fff url(images/loading.gif) center no-repeat;
}

a.item_list {
  float: left;
  width: 180px;
  margin: 0 20px 0 0;
  padding: 1px;
  border: 1px solid #ddd;
}

a.item_list:hover {
  border: 1px solid #1f72c4;
  box-shadow: 0px 0px 2px 1px #1f72c4;
}

.prodano_hr,
.prodano_uk,
.prodano_de,
.prodano_it,
.prodano_ru,
.prodano_nl,
.top,
.novo_hr,
.novo_uk,
.novo_de,
.novo_it,
.novo_ru,
.novo_nl {
  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_uk {
  background: url(images/prodano_uk.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_nl {
  background: url(images/prodano_nl.png) no-repeat;
}
.novo_hr {
  background: url(images/novo_hr.png) no-repeat;
}
.novo_uk {
  background: url(images/novo_uk.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_nl {
  background: url(images/novo_nl.png) no-repeat;
}

span.top3,
span.novo3_hr,
span.novo3_uk,
span.novo3_de,
span.novo3_it,
span.novo3_ru,
span.novo3_nl,
span.prodano3_hr,
span.prodano3_uk,
span.prodano3_de,
span.prodano3_it,
span.prodano3_ru,
span.prodano3_nl {
  position: absolute;
  width: 48px;
  height: 48px;
  left: -2px;
  top: -2px;
  background: url(images/topp.png) no-repeat;
}

span.novo3_hr {
  background: url(images/novop_hr.png) no-repeat;
}

span.novo3_uk {
  background: url(images/novop_uk.png) no-repeat;
}

span.novo3_de {
  background: url(images/novop_de.png) no-repeat;
}

span.novo3_it {
  background: url(images/novop_it.png) no-repeat;
}

span.novo3_ru {
  background: url(images/novop_ru.png) no-repeat;
}

span.novo3_nl {
  background: url(images/novop_nl.png) no-repeat;
}

span.prodano3_hr {
  background: url(images/prodanop_hr.png) no-repeat;
}

span.prodano3_uk {
  background: url(images/prodanop_uk.png) no-repeat;
}

span.prodano3_de {
  background: url(images/prodanop_de.png) no-repeat;
}

span.prodano3_it {
  background: url(images/prodanop_it.png) no-repeat;
}

span.prodano3_ru {
  background: url(images/prodanop_ru.png) no-repeat;
}

span.prodano3_nl {
  background: url(images/prodanop_nl.png) no-repeat;
}

#nekretnine_list h4 {
  float: left;
  font-size: 2em;
  font-weight: 300;
  line-height: 23px;
  width: calc(100% - 200px);
}

#nekretnine_list ul {
  position: absolute;
  width: 250px;
  bottom: 10px;
  left: 200px;
  font-size: 1.4em;
  line-height: 22px;
}

div.ban_holder {
  display: flex;
  gap: 1vw;
  justify-content: space-between;
  margin: 0 0 40px;
}

#ban6,
#ban9 {
  animation: headBan 25s linear infinite;
  background: #eee url(images/b001.jpg) top center;
  display: flex;
  height: min(25vh, 250px);
  width: 100%;
}

#ban6 {
  background: #eee url(images/b006.jpg) top center;
}

#ban9 {
  background: #eee url(images/b009.jpg) top center;
}

#ban6 a,
#ban9 a {
  align-items: center;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 0 7.5%;
  text-decoration: none;
  transition: all 0.5s;
}

#ban6 a:hover,
#ban9 a:hover {
  background: rgba(0, 0, 0, 0);
}

#ban6 span,
#ban9 span {
  color: #fff;
  display: flex;
  font-size: 2em;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}

@keyframes headBan {
  0% {
    background-position: 50% 0%;
  }
  5% {
    background-position: 50% 0%;
  }
  25% {
    background-position: 50% 50%;
  }
  45% {
    background-position: 50% 100%;
  }
  55% {
    background-position: 50% 100%;
  }
  75% {
    background-position: 50% 50%;
  }
  95% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}

span.span_n,
span.span_t,
span.span_p {
  background: green;
  border-radius: 3px;
  color: #fff;
  font-size: 1em;
  left: 5px;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 5px;
}

span.span_t {
  background: red;
}

span.span_p {
  background: blue;
}

#nekretnine_list2 > li {
  border: 1px solid #eee;
  float: left;
  list-style-type: none;
  margin: 0 0 20px 0;
  position: relative;
  transition: all 0.5s;
  width: calc(50% - 10px);
}

#nekretnine_list2 > li:nth-child(2n) {
  margin-left: 20px;
}

#nekretnine_list2 > li:hover {
  background: #f7f7f7;
}

#nekretnine_list2 a {
  display: block;
}

#nekretnine_list2 img {
  display: block;
  float: left;
  margin-right: 10px;

  height: 135px;
  width: 180px;
}

#nekretnine_list2 h3 {
  float: left;
  font-size: 1.8em;
  font-weight: 300;
  height: 54px;
  letter-spacing: 0;
  margin: 5px 5px 10px 0;
  width: calc(100% - 195px);
}

#nekretnine_list2 ul {
  list-style: none;
  position: absolute;
  bottom: 7px;
  left: 190px;
}

#nekretnine_list2 ul li {
  float: left;
  font-size: 1.4em;
  width: 100%;
}

#nekretnine_list2 ul li + li {
  margin-top: 7px;
}

#nekretnine_list2 div.cijena {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
  bottom: 5px;
  left: 5px;
  padding: 5px;
  position: absolute;
  font-size: 1.4em;
  font-weight: bold;
}

#nekretnine_list2 div.cijena p + p {
  margin-top: 5px;
}

#nekretnine_list2 div.cijena p.akcija {
  color: red;
}

#nekretnine_list2 div.cijena p.staro {
  text-decoration: line-through;
}

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

#nekretnineList > li {
  border: 1px solid #eee;
  float: left;
  margin: 0 2% 2% 0;
  position: relative;
  transition: background 1s, box-shadow 0.5s;
  width: calc(94% / 4);
}

#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(4n) {
  margin-right: 0;
}

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

#nekretnineList > li:nth-last-child(-n + 4) {
  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;
  box-shadow: -2px 2px 0 0 rgba(255, 255, 255, 0.5);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3em;
  padding: 5px;
  position: absolute;
  right: 10px;
  text-decoration: none;
  top: 10px;
  text-transform: uppercase;
}

span.napomena.prodano {
  background: blue;
}

span.napomena.top {
  background: red;
}

span.napomena.novo {
  background: green;
}

#nekretnineList h3 {
  font-size: 1.65em;
  font-weight: 400;
  height: 69px;
  letter-spacing: -1px;
  line-height: 140%;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0 5px;
  text-align: left;
  width: 100%;
}

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

#nekretnineList ul li {
  border: 0;
  float: left;
  font-size: 1.45em;
  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: 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;
}

.nekretnineDet {
  border-bottom: 1px solid #eee;
  margin: 0 auto;
  padding-bottom: 30px;
}

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

.sp-slides-container {
  background: #f7f7f7;
  border: 1px solid #eee;
}

#nekretnineDetSlike img {
  width: 100%;
}

#tlocrti_link {
  display: flex;
  font-size: 1.75em;
  justify-content: center;
  margin: 30px auto 0;
  text-decoration: none;
}

#nekretnineDetData {
  float: right;
  font-size: 1.8em;
  width: 40%;
}

#nekretnineDetData ul {
  list-style: none;
  margin-bottom: 20px;
}

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

#nekretnineDetData li + li {
  margin-top: 15px;
}

#nekretnineDetData li span {
  float: right;
}

#cijenaDet {
  font-size: 1.8em;
  margin: 40px 0;
}

#cijenaDet div {
  float: left;
  text-align: right;
}

#cijenaDet div + div {
  margin-left: 20px;
}

#cijenaDet em {
  font-style: normal;
}

#cijenaDet span {
  color: #777;
  display: block;
  font-size: 0.6em;
  letter-spacing: -0.8px;
}

#cijenaDet .akcija,
#cijenaDet .akcija span {
  color: red;
}

#cijenaDet .staro {
  float: right;
  text-decoration: line-through;
}

#expose {
  background: url(images/pdf.png) 20px center no-repeat;
  border: 1px solid #eee;
  border-radius: 5px;
  color: #555;
  display: inline-block;
  font-size: 1.5em;
  line-height: 38px;
  padding: 20px 20px 20px 65px;
  text-decoration: none;
  transition: all 1s;
  width: 100%;
}

#expose:hover {
  border: 1px solid #1f72c4;
  color: #1f72c4;
}

.nekretnineDet2 {
  margin: 50px auto;
  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: 1.75em;
  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;
}

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

fieldset.upit_form input.text,
fieldset.upit_form input.textx,
input.slike,
fieldset.upit_form select,
fieldset.upit_form textarea,
fieldset.upit_form input.submit,
#slikeBri,
.richText {
  background: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 5px;
  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;
  width: 100%;

  transition: background 1s;
}

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

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

fieldset.upit_form input.text[readonly],
fieldset.upit_form input.textx[readonly] {
  background: #fff;
  border: 1px solid #eee;
}

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

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

fieldset.upit_form textarea {
  height: 200px;
}

fieldset.upit_form input.submit {
  background: #1f72c4;
  color: #fff;
  cursor: pointer;
}

fieldset.upit_form input.submit:hover {
  background: #333;
}

#nekretnine_list ul li {
  margin: 0;
  padding: 0;
  border: 0;
}

#nekretnine_list div.cijena {
  position: absolute;
  width: 150px;
  bottom: 10px;
  right: 0;

  font-size: 2.2em;
  text-align: right;
}

#nekretnine_list div.cijena p {
  float: left;
  width: 150px;
  height: 33px;
}

span.cijena,
span.cijenax,
span.cijenay {
  display: block;
  padding: 0;
  font-size: 0.5em;
}

span.cijenax {
  font-size: 0.4em;
}

span.cijenay {
  font-size: 0.8em;
}

#nekretnine_list div.cijena p.stara {
  text-decoration: line-through;
}

#nekretnine_list div.cijena p.akcija {
  color: #f00;
}

/* nekretnine det*/

div.nekrtenina_info {
  position: relative;
  margin: 0 0 0 0;
}

img.nekretnina_det {
  position: absolute;
  width: 180px;
  height: 135px;
  background: url(images/loading.gif) center no-repeat;
}

div.cijena_det {
  width: 150px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 3em;
  text-align: right;

  background: #ede;
}

div.cijena_det p {
  float: left;
  width: 150px;
  height: 45px;
}

div.cijena_det p.stara {
  text-decoration: line-through;
}

div.cijena_det p.akcija {
  color: #f00;
}

table,
th,
td {
  border: 1px solid #eee;
  text-align: left;
}

table td,
table th {
  padding: 2px 0 2px 5px;
}

th {
  background: #e7e7e7;
}

table td {
}

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

table.detaljno.admin {
  margin: 10px 0;
}

table.detaljno td {
  width: 190px;
  padding: 2px 0 2px 7px;
}

table.detaljno td.data {
  width: 90px;
  color: #000;
  background: #fff;
}

/* preporuka */

article.preporuka_item {
  float: left;
  position: relative;
  width: calc((100% - 20px) / 2);
  margin: 0 0 20px 0;
  overflow: hidden;
}

article.preporuka_item + article.preporuka_item {
  float: right;
  margin-right: 0;
}

#article.preporuka_item:hover {
  background: #f7f7f7;
  border: 1px solid #c7c7c7;
}

img.preporuka {
  float: left;
  width: 145px;
  height: 109px;
  background: #fff url(images/loading.gif) no-repeat center;
}

span.akcijap {
  background: url(images/akcijap.png) no-repeat 5px 2px;
  width: 52px;
  height: 48px;
  display: block;
  position: absolute;
  margin: -4px 0 0 -7px;
}

a img.preporuka {
  float: left;
  padding: 1px;
  border: 1px solid #ccc;
}

a.preporuka {
  float: left;
}

a:hover img.preporuka {
  border: 1px solid #1f72c4;
  box-shadow: 0px 0px 2px 1px #1f72c4;
}

h6.preporuka {
  float: right;
  width: calc(100% - 160px);
  height: 75px;
  margin-bottom: 4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  line-height: 130%;
}

div.preporuka_cijena {
  float: right;
  padding: 0 0 0 10px;
  font-family: Tahoma;
  font-size: 1.4em;
  text-align: right;
  line-height: 120%;
}

span.akcija {
  color: red;
}

span.stara {
  text-decoration: line-through;
}

/* poruka */

#results {
  margin: 0 0 15px 0;
}

#results_inner {
  width: 100%;
  padding: 10px 0;
  font-size: 1.6em;
  text-align: center;
  color: green;
  background: #f7f7f7;
  border: 1px solid #eee;
}

#results_inner.error {
  color: red;
}

/* PAGINATION */

p.rez {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.4em;
  color: #000;
  line-height: 160%;
  text-align: center;
}

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

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

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

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

a.brz:hover,
a.brz:active {
  text-decoration: none;
  background: #ddd;
  color: #1f72c4;
  border: 1px solid #005fff;
}

/* agencija */

#tim {
  display: grid;
  gap: 2.5vw;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1200px;
  margin: 0 auto 30px;
}

#tim li {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  list-style-type: none;
  padding: 0 0 10px;
}

#tim li img {
  height: auto;
  margin: 0 0 20px 0;
  width: 100%;
}

#tim li:hover {
}

#tim li h4 {
  font-size: 2.2em;
  text-align: center;
  margin: 0 0 10px 0;
}

#tim li p {
  font-size: 1.4em;
  line-height: 160%;
  padding: 0 5px;
  text-align: center;
}

/* blog */

#blog_autor {
  border-top: 1px solid #eee;
  display: flex;
  gap: 16px;
  margin: 32px auto;
  padding-top: 32px;
}

#blog_autor > div {
  flex: 0 0 150px;
}

#blog_autor > div img {
  max-width: 100%;
}

#blog_autor > p {
  flex: 1;
  margin-bottom: 0;
  text-align: left;
}

span.italic {
  font-style: italic;
}

figure.blog {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 32px auto;
}

figure.blog img {
  max-width: 100%;
}

figure.blog figcaption {
  font-size: 1.6em;
  width: 100%;
}

/* kontakti */

span.head {
  display: block;
  padding: 0 0 15px 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.4em;
  font-weight: 300;
}

div.map {
  padding: 4px;
  margin: 0 0 20px 0;
  border: 1px solid #ddd;
  box-shadow: 0 0 3px rgb(220, 220, 220);
}

div.map.m20 {
  margin-bottom: 20px;
}

div.video {
  margin: 0 0 30px 0;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

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

/* ASIDE */

aside {
  float: right;
  width: 30%;
  display: none;
}

#sub_nav {
  list-style: none;
  margin: 0 0 20px 0;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 2.3em;
}

#sub_nav li {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}

#sub_nav a {
  display: block;
  width: 100%;
  padding: 7px 0 7px 10px;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #1f72c4;
  text-decoration: none;
  border-bottom: 1px solid #e7e7e7;
}

#sub_nav a:hover {
  background: #1f72c4;
  color: #fff;
}

h3.pretraga {
  padding: 10px 0;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  background: #f7f7f7;
  text-align: center;
}

a.sub_filter {
  display: block;
  margin: 0 0 5px 0;
  padding: 7px 0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 2.2em;
  color: #1f72c4;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 1px solid #eee;
}

a.sub_filter.admin {
  margin-bottom: 20px;
  padding: 20px;
}

a.sub_filter.sl,
a.sub_filter.bih,
a.sub_filter.cg,
a.sub_filter.srb,
a.sub_filter.it,
a.sub_filter.tur,
a.sub_filter.aut {
  clear: both;
  padding-right: 5px;
  background: url(images/bih.png) no-repeat;
  background-position: 7px center;
  text-align: right;
  letter-spacing: -0.5px;
}

a.sub_filter.bih {
  margin-bottom: 10px;
}

a.sub_filter.sl {
  background: url(images/sl.png) no-repeat;
  background-position: 7px center;
}

a.sub_filter.cg {
  background: url(images/cg.png) no-repeat;
  background-position: 7px center;
}

a.sub_filter.srb {
  background: url(images/srb.png) no-repeat;
  background-position: 7px center;
}

a.sub_filter.it {
  background: url(images/it.png) no-repeat;
  background-position: 7px center;
}

a.sub_filter.tur {
  background: url(images/tur.png) no-repeat;
  background-position: 7px center;
}

a.sub_filter.aut {
  background: url(images/aut.png) no-repeat;
  background-position: 7px center;
}

a.sub_filter.dubai {
  margin: 10px 0 20px;
  padding: 25px 20px;
  border-radius: 10px;
  background: url(images/dubaiSub.jpg) center;
  color: #fff;
  text-align: left;
}

a.sub_filter.tranio {
  margin: 10px 0 20px;
  padding: 30px 20px;
  border-radius: 10px;
  background: url(images/tranioSub.jpg) center no-repeat;
  color: #fff;
  text-indent: -9999px;
}

a.sub_filter:hover {
  border-color: #1f72c4;
}

a.sub_filter.dubai:hover {
  padding-left: 30px;
}

#akcija,
#ekskluziva {
  float: left;
  display: block;
  width: 170px;
  padding: 55px 0;
  line-height: 30px;
  margin: 0 0 20px 0;
  background: #f7f7f7;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 2.8em;
  color: #1f72c4;
  text-align: center;
  text-decoration: none;
  border-radius: 85px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

#ekskluziva {
  margin-left: 20px;
  background: #f7f7f7;
}

#akcija:hover,
#ekskluziva:hover {
  color: #fff;
  background: #1f72c4;
}

ul.sub {
  list-style-type: square;
  margin: 20px 0;
  padding: 0 0 0 20px;
  font-size: 1.4em;
  line-height: 160%;
}

ul.sub a {
  color: #1f72c4;
  text-decoration: underline;
}

ul.sub a:hover {
  text-decoration: none;
}

.azraTravel,
.namjestaj {
  display: block;
  height: 90px;
  margin-bottom: 10px;
  background: url(images/azra_logo.png) center no-repeat;
  border: 1px solid #eee;
  border-radius: 10px;
}

.namjestaj {
  background: none;
  height: 80px;
}

.azraTravel:hover,
.namjestaj:hover {
  border-color: #1f72c4;
}

h4.partneri {
  margin-bottom: 10px;
  font-size: 2.8em;
  text-align: center;
}

/* fieldset */

fieldset {
}

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

fieldset li {
  float: left;
  width: 100%;
  margin: 0;
}

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

fieldset.upit {
  width: 100%;
  margin: 0 0 10px 0;
}

fieldset.upit + fieldset.upit {
  border-top: 1px solid #eeee;
  padding-top: 10px;
}

fieldset.pretraga {
  width: 100%;
  padding: 0 10px 5px;
}

fieldset.pretraga li {
  padding: 2px 0;
}

label {
  float: left;
  font-size: 1.4em;
}

label.red {
  color: red;
}

fieldset.upit label {
  width: 237px;
  margin: 5px 0 0 0;
  padding: 4px 0 5px 0;
}

fieldset.upit label.provjera {
  float: right;
  width: 120px;
  height: 24px;
  margin: 5px 10px 0 0;
  padding: 0;
}

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

fieldset.upit label.spam {
  width: 370px;
}

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

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

fieldset.upit label.admin {
  width: 250px;
  padding: 4px 0 5px 0;
  text-align: right;
}

fieldset.pretraga label {
  width: calc(100% - 190px);
  padding: 5px 0 6px 0;
  border-right: 0;
}

fieldset.pretraga label.mala {
  float: right;
  width: 10px;
  margin: 0;
  text-align: center;
}

#provjeraL {
  line-height: 34px;
  width: calc(100% - 250px);
}

.provjera img {
  border-radius: 5px;
  display: block;
  float: left;
}

.provjera span {
  display: inline-block;
  float: right;
  font-size: 1.6em;
  line-height: 34px;
}

span.admin.text {
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-size: 1.4em;
  font-weight: 300;
  padding: 8px 12px;
  float: right;
  width: 356px;

  &.none {
    border: 0;
    height: 0;
    padding: 0;
  }

  &.green {
    border: 1px solid green;
    color: green;
  }

  &.red {
    border: 1px solid red;
    color: red;
  }

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

/* 
*/

.display_none {
  display: none !important;
}

/* admin */

#adminPomocna {
  float: left;
  margin: 0 0 10px 0;
  list-style: none;
  font-size: 1.5em;
}

#adminPomocna li {
  float: left;
}

#adminPomocna li a {
  display: block;
  padding: 5px 10px;
  color: #1f72c4;
  text-decoration: none;
}

#adminPomocna li a:hover {
  background: #1f72c4;
  color: #fff;
}

#admin_list {
  float: left;
  margin: 0 0 20px 0;
  padding: 10px 0 0 0;
  border-top: 1px dashed #ddd;
  overflow: hidden;
}

h4.admin,
h5.admin {
  min-width: 780px;
  font-size: 2.2em;
  margin-top: 10px;
  text-align: center;
  background: url(images/h2_bg.png) center repeat-x;
}

h4.admin span,
h5.admin span {
  padding: 0 50px;
  background: #fff;
}

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

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

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

#admin_list div.nek p {
  line-height: 30px;
}

#admin_list p,
#admin_list2 p {
  float: left;
  margin: 0;
  font-size: 1.4em;
  line-height: 160%;
}

/*

#admin_list p.head {
width: 100%;
margin: 10px 0 5px;
}

*/

#admin_list p.naziv {
  width: 465px;
}

#admin_list p.naziv.x {
  width: 740px;
}

#admin_list p.posjeta {
  width: 60px;
  padding-right: 20px;
  text-align: right;
}

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

#admin_list p.ostalo.x {
  width: 50px;
}

#admin_list p.unos {
  width: 160px;
  text-align: right;
}

#admin_list p.unos.x {
  width: 120px;
}

#admin_list p.del {
  width: 40px;
  text-align: right;
}

#admin_list p.del.right {
  float: right;
}

/*
#admin_list p.ful {
width: 670px;   
}
*/

span.admtp,
span.admne,
span.admno,
span.admpr,
span.admjd,
span.admex,
span.admpr {
  float: right;
  width: 20px;
  margin: 0 0 0 2px;
  background: red;
  text-align: center;
  color: #fff;
}

span.admne {
  background: #555;
}

span.admno {
  background: green;
}

span.admpr {
  background: #000;
}

span.admjd {
  background: #aa0099;
}

span.admex {
  background: #ff7c3b;
}

span.admpr {
  background: #06f;
}

span.none {
  float: right;
  width: 20px;
  margin: 0 0 0 2px;
}

/* admin trazimo */

div.admin_trazimo_data {
  padding: 0 0 10px 0;
  font-size: 1.4em;
}

div.admin_trazimo_data p.trazimo_lab {
  float: left;
  width: 200px;
  color: #000;
  line-height: 160%;
}

div.admin_trazimo_data p.trazimo_val {
  float: right;
  width: 580px;
  color: #000;
  line-height: 160%;
}

/* select */

fieldset.pretraga select,
fieldset.upit select {
  float: right;
  width: 190px;
  margin: 0;
  padding: 2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  vertical-align: baseline;
  border: 1px solid #d7d7d7;
  background: #f7f7f7;
  color: #000;
}

fieldset.pretraga select.mala {
  width: 90px;
}

fieldset.upit select {
  width: 354px;
  margin: 5px 2px;
}

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

/* text */

fieldset.pretraga input.text {
  float: right;
  width: 90px;
  margin: 0;
  padding: 2px 2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  vertical-align: baseline;
  border: 1px solid #d7d7d7;
  background: #f7f7f7;
  color: #000;
}

fieldset.upit input.text,
fieldset.upit input.textx,
fieldset.upit input.textxx {
  float: right;
  width: 356px;
  margin: 5px 0;
  padding: 2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  border: 1px solid #d7d7d7;
  background: #f7f7f7;
  color: #000;
}

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

fieldset.upit input.textxx {
  float: left;
  width: 100px;
  margin: 5px 0 0 50px;
}

/* textarea */

fieldset.upit textarea {
  float: right;
  width: 356px;
  height: 150px;
  margin: 5px 0;
  padding: 2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  border: 1px solid #d7d7d7;
  background: #f7f7f7;
  color: #000;
}

/* checkbox */

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

/* submit */

fieldset.pretraga input[type='submit'],
fieldset.upit input[type='submit'] {
  margin: 10px 0 0 0;
  padding: 5px 0;
}

fieldset.pretraga input.submit,
fieldset.upit input.submit {
  float: right;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  color: #000;
  border: 1px solid #d7d7d7;
  background: #f7f7f7;
}

fieldset.upit input.submit {
  width: 356px;
}

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

/* CONTENT */

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

p.c {
  text-align: center;
}

p.text.napomena {
  font-size: 1.3em;
  padding-top: 10px;
}

p.text.infoPosjeti {
  font-size: 0.9em;
  margin: 40px 0 0 0;
  text-align: left;
}

ul.galerija,
ul.galerija2 {
  background: #f7f7f7;
  border: 1px solid #eee;
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 6px 1px 1px 1px;
  padding: 0;
  width: 776px;
}

ul.galerija2 {
  padding: 7px 1px 0;
}

ul.galerija a,
ul.galerija2 a {
  display: block;
  padding: 1px;
  background: #fff url(images/loading.gif) no-repeat center;
  border: 1px solid #ccc;
}

ul.galerija2 a {
  width: 246px;
  height: 138px;
  margin: 0 0 7px 7px;
}

ul.galerija a {
  height: auto;
}

ul.galerija img {
  width: 100%;
}

ul.galerija a.brisi {
  height: auto;
  line-height: 160%;
  font-size: 1.5em;
  text-align: center;
  background: #fff;
  color: #1f72c4;
  text-decoration: none;
}

ul.galerija a:hover,
ul.galerija2 a:hover {
  border: 1px solid #1f72c4;
  box-shadow: 0px 0px 2px 1px #1f72c4;
}

ul.galerija.admin_s + a {
  font-size: 1.6em;
}

ul.galerija span {
  cursor: pointer;
  display: block;
  font-size: 1.3em;
  margin-block: 10px 5px;
  padding-block: 5px;
  text-align: center;

  &.selected {
    background-color: #25d366;
  }
}

h3.det {
  margin: 40px 0 30px;
  font-size: 2.75em;
  font-weight: 300;
  text-align: center;
}

h3.det span {
}

.admin > h3 {
  float: left;
  width: 100%;
}

/*

h5 {
float: left;
margin: 0 0 20px 50px;	
font-size: 2em;
}

ul.jediniceOstale {
float: left;
list-style: none;
margin: 0 0 0 50px;
font-size: 1.5em;
line-height: 160%;
}


/* sitemap */

ul.text,
ol.text {
  padding: 0 0 20px 20px;
  list-style-type: none;
  font-size: 1.75em;
  list-style-type: square;
  line-height: 160%;
}

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

ul.text.sitemap a {
  color: #1f72c4;
  text-decoration: underline;
  line-height: 200%;
}

ul.text.sitemap a:hover {
  color: #000;
  text-decoration: none;
}

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

#pretragaDole {
  float: left;
  width: 100%;
}

#pretragaDole > div {
  border: 1px solid #eee;
  display: flex;
  margin: 0 auto;
  max-width: 300px;
  padding: 10px;
  width: 100%;
}

#pretragaDole > div label {
  flex: 1;
  font-family: 'Open Sans', Tahoma, sans-serif;
  font-size: 1.6em;
  line-height: 34px;
  min-width: 50px;
}

#pretragaDole input.text,
#pretragaDole input.submit {
  background: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 5px;
  box-sizing: border-box;
  color: #000;
  flex: 1;
  float: left;
  font-family: 'Open Sans', Tahoma, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  margin: 0 0 0 5px;
  padding: 5px 10px;
  width: calc((100% - 60px) / 2);
  transition: background 1s;
}

#pretragaDole input.submit:hover {
  background: #ddd;
  cursor: pointer;
}

#pretragaDole > p {
  font-size: 1.6em;
  margin-top: 20px;
  text-align: center;
}

/* FOOTER */

footer {
  min-width: 1200px;
  color: #000;
  background: #f7f7f7;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  font-size: 1.4em;
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.1);
}

footer.glavni {
  background: #fff;
}

#foot_wa {
  background: #4bd641;
  box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
  border-radius: 50%;
  bottom: 24px;
  display: flex;
  height: 60px;
  left: 24px;
  overflow: hidden;
  position: fixed;
  width: 60px;
  z-index: 1000;
}

#foot_wa a {
  display: flex;
  padding: 12px;
}

#foot_wa img {
  width: 100%;
}

#foterHolder {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 10px 0;
  overflow: hidden;
}

#foterHolder.ful {
  border-top: 0;
}

.footHolder {
  float: left;
  margin: 0 75px 0 0;
}

.footHolder ul {
  float: left;
  margin: 0 0 10px 0;
  list-style-type: none;
  line-height: 160%;
}

#social {
  position: absolute;
  right: 0;
  top: 30px;
  list-style: none;
}

#social li {
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 10px 0 0;
  background: #ddd;
  border-radius: 24px;
}

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

#social li.fb {
  background: #ddd url(images/footFacebook.png);
}

#social li.fb:hover {
  background: #1f72c4 url(images/footFacebook.png);
}

#social li.tw {
  background: #ddd url(images/footTwitter.png);
}

#social li.tw:hover {
  background: #1f72c4 url(images/footTwitter.png);
}

#social li.ld {
  background: #ddd url(images/footLinkedin.png);
}

#social li.ld:hover {
  background: #1f72c4 url(images/footLinkedin.png);
}

#social li.gp {
  background: #ddd url(images/footGoogleplus.png);
}

#social li.gp:hover {
  background: #1f72c4 url(images/footGoogleplus.png);
}

#social li.yt {
  background: #ddd url(images/footYoutube.png);
}

#social li.yt:hover {
  background: #1f72c4 url(images/footYoutube.png);
}

#social li a {
  display: block;
  width: 48px;
  height: 48px;
}

#copy {
  position: absolute;
  right: 0;
  top: 100px;
  width: 360px;
}

#copy p {
  width: 360px;
  margin: 5px auto 0 auto;
  text-align: right;
}

#copy div.logo {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

footer a {
  color: #1f72c4;
  text-decoration: none;
}

footer a:hover {
  color: #000;
}

.vx {
  display: none;
}

.virtual_iframe {
  margin-bottom: 30px;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

iframe.virtual {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

[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-viber:before {
  content: '\e900';
  color: #665cac;
  font-size: 1.25em;
  position: relative;
  bottom: -2px;
}
.icon-whatsapp:before {
  content: '\e901';
  color: #25d366;
  font-size: 1.25em;
  position: relative;
  bottom: -2px;
}

span.icon-viber,
span.icon-whatsapp {
  position: relative;
}

span.icon-viber a,
span.icon-whatsapp a {
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  left: 5px;
  top: -2px;
}

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: 1300px) {
  main.glavna {
    width: 100%;
  }

  ul.indexPonuda {
    width: 100%;
  }
}

@media screen and (max-width: 1240px) {
  header,
  header.index {
    height: auto;
    width: 100%;
    min-width: 100%;
    box-shadow: none;
  }

  #headHolder,
  header.index #headHolder {
    position: static;
    height: auto;
    width: 100%;
    margin-top: 10px;
  }

  #infoGore span.zadnji {
    display: none;
  }

  #logo {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    top: 46px;
    margin-bottom: 60px;
  }

  #mainNav {
    margin: 0 20px;
    position: relative;
    width: calc(100% - 40px);
    bottom: auto;
  }

  header.index #mainNav {
    bottom: 0;
    margin-bottom: 20px;
  }

  #mainNav li {
    width: calc((100% - 5px) / 6);
    margin-right: 1px;
  }

  #mainNav li.center {
    margin-right: 1px;
  }

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

  #mainNav a {
    width: 100%;
    background: #1f72c4;
    color: #fff;
    line-height: 50px;
  }

  #pretragaMain {
    margin: 20px 20px 0 20px;
    width: calc(100% - 40px);
  }

  #infoGore {
    left: 20px;
    top: 20px;
  }

  #jezici {
    position: absolute;
    top: 20px;
    right: 20px;
    list-style-type: none;
    font-size: 1.3em;
    z-index: 20;
  }

  main {
    width: 100%;
    min-width: 100%;
    padding: 0 20px;
  }

  main.glavna {
    padding: 0;
  }

  #navTo {
    width: 100%;
  }

  section {
    border-right: 0;
    border-left: 0;
    border: 1px solid #eee;
  }

  #indexHolder {
    height: calc(100vh - 242px);
  }

  ul.indexPonuda {
    width: 100%;
  }

  fieldset.pretraga select {
    width: 100%;
  }

  fieldset.pretraga select.mala,
  fieldset.pretraga input.text {
    width: calc((100% - 12px) / 2);
  }

  fieldset.pretraga label {
    width: 100%;
    padding: 5px 0 6px 0;
  }

  #akcija,
  #ekskluziva {
    float: left;
    display: block;
    width: 100%;
    padding: 10px 0;
    line-height: 30px;
    margin: 0;
    border-radius: 10px;
  }

  #ekskluziva {
    margin: 10px 0 20px;
  }

  footer {
    min-width: 100%;
    padding: 0 20px;
  }

  #foterHolder {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  section,
  aside,
  section.virtual {
    width: 100%;
  }

  aside {
    margin-top: 20px;
    padding: 0 20px;
  }

  #sub_nav li {
    float: left;
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }

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

  #sub_nav li:nth-child(n + 1) {
    margin-top: 10px;
  }

  #sub_nav a {
    color: #fff;
    background: #1f72c4;
    text-decoration: none;
    padding: 10px 10px;
    display: block;
    border-bottom: 0;
  }

  #akcija,
  #ekskluziva {
    width: calc((100% - 10px) / 2);
  }

  #ekskluziva {
    margin-top: 0;
    float: right;
  }

  a.sub_filter.sl,
  a.sub_filter.bih,
  a.sub_filter.cg,
  a.sub_filter.srb,
  a.sub_filter.it,
  a.sub_filter.tur,
  a.sub_filter.aut {
    float: left;
    width: calc((100% - 10px) / 2);
    clear: none;
    margin-bottom: 10px;
    border: 1px solid #ddd;
  }

  a.sub_filter.bih,
  a.sub_filter.cg,
  a.sub_filter.tur {
    margin-left: 10px;
  }

  a.sub_filter.aut {
    margin-bottom: 0;
  }

  ul.sub {
    list-style-type: none;
    font-size: 1.8em;
    padding: 0;
  }

  ul.sub li {
    margin-right: 10px;
    float: left;
    width: calc((100% - 10px) / 2);
  }

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

  ul.sub li:nth-child(n + 1) {
    margin-top: 10px;
  }

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

  div.desktop {
    display: none;
  }

  footer {
    width: 100%;
    min-width: 100%;
    padding: 0 20px;
  }

  #foterHolder {
    width: 100%;
    text-align: center;
  }

  .footHolder {
    display: none;
  }

  .footHolder.visible {
    display: block;
    float: none;
    margin: 0 auto;
  }

  .footHolder.visible ul {
    float: none;
    margin: 0 auto 25px;
  }

  #social,
  #copy {
    position: relative;
    clear: both;
    top: 0;
    margin: 0 auto 20px;
  }

  #social {
    width: 280px;
  }

  #copy {
    width: 100%;
  }

  #copy p {
    text-align: center;
    width: 100%;
  }

  #copy div.logo {
    justify-content: center;
  }
}

@media screen and (max-width: 1000px) {
  #infoGore span.zadnji {
    display: inline;
  }

  #logo {
    margin: 0 auto 80px;
    top: 30px;
  }

  #mainNav {
    margin-top: 40px;
    margin-top: 0;
  }

  #mainNav li {
    width: calc((100% - 2px) / 3);
    margin-right: 1px;
  }

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

  #mainNav li:nth-child(n + 4) {
    margin-top: 1px;
  }

  #infoGore {
    top: 10px;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 0);
    width: 100%;
    z-index: 20;
  }

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

  #jezici {
    top: 200px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 20;
  }

  #index_ponuda {
    margin-left: auto;
    margin-right: auto;
    position: static;
    transform: none;
    width: 100%;
  }

  #index_ponuda span {
    padding: 20px;
    text-align: center;
  }

  #indexHolder {
    height: calc(100vh - 353px);
    background: #fff;
    box-shadow: none;
  }

  ul.indexPonuda {
    width: 80%;
  }

  ul.indexPonuda li + li {
    margin-left: 0;
  }

  ul.indexPonuda li {
    float: left;
    flex: 0 1 calc((100% - 10px) / 2);
    margin: 0 10px 0 0;
  }

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

  ul.indexPonuda li:nth-child(n + 3) {
    margin-top: 10px;
  }

  h1 {
    font-size: 3.7em;
  }
  h2 {
    font-size: 3em;
  }

  #nekretnineDetData,
  section ul.karakteristike li,
  p.text {
    font-size: 1.7em;
  }
}

@media screen and (max-width: 950px) {
  #index_ponuda {
    height: calc(50vh - 100px);
  }

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

  #pretragaIndex2 li.cijena {
    margin: 1px 1px 0 0;
    width: calc((100% - 152px) / 2);
  }

  #pretragaIndex2 li:nth-last-of-type(-n + 1) {
    margin: 1px 0 0 0;
  }

  #nekretnine_list2 > li,
  #nekretnine_list2 > li:nth-child(2n) {
    margin: 0 0 10px;
    width: 100%;
  }

  #tim {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 800px) {
  #nekretnineDetSlike,
  #nekretnineDetData,
  .nekretnineDet2 {
    width: 100%;
  }

  #nekretnineDetData {
    margin-top: 50px;
  }

  .nekretnineDet2 {
    max-width: 800px;
  }
}

@media screen and (max-width: 760px) {
  a.sub_filter.sl,
  a.sub_filter.bih,
  a.sub_filter.cg,
  a.sub_filter.srb,
  a.sub_filter.it,
  a.sub_filter.tur,
  a.sub_filter.aut {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
  }

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

  div.ban_holder {
    flex-wrap: wrap;
  }

  #tim {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 700px) {
  #nekretnine_list h4 {
    font-size: 1.8em;
    line-height: 19px;
  }

  #nekretnine_list ul li:nth-child(n + 3) {
    display: none;
  }

  table.detaljno td {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }

  table.detaljno td.data {
    float: right;
    width: 50%;
    box-sizing: border-box;
  }

  article.preporuka_item {
    width: 100%;
  }

  fieldset.upit label,
  fieldset.upit label.spam {
    width: 100%;
  }

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

@media screen and (max-width: 650px) {
  #infoGore span.zadnji {
    display: none;
  }

  #provjeraL {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  #infoGore span + span {
    margin-left: 5px;
    padding-left: 5px;
  }

  ul.mainSerach {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 3.4em;
  }

  h2 {
    font-size: 2.8em;
  }

  #nekretnine_list div.cijena {
    left: 200px;
    bottom: 48px;
    font-size: 1.8em;
    font-family: 'Open Sans', sans-serif;
    width: calc(100% - 200px);
  }

  #nekretnine_list div.cijena p {
    float: left;
    width: auto;
    height: 33px;
    text-align: left;
  }

  #nekretnine_list div.cijena p.akcija {
    margin-left: 20px;
  }

  #nekretnine_list div.cijena p.none {
    display: none;
  }

  span.cijena {
    display: none;
  }

  ul.karakteristike li {
    width: 100%;
    margin: 0 0 5px;
  }

  section ul.karakteristike li {
    margin: 0 0 5px !important;
    width: 100%;
  }

  section ul.karakteristike li:last-child {
    margin: 0 !important;
  }
}

@media screen and (max-width: 550px) {
  #infoGore span.predzadnji {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .buttons {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 50;
  }

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

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

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

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

  .burger-container {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    position: absolute;
    right: 0;
    top: 2px;
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    width: 40px;
    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: #aaa;
    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%;
  }

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

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

  .burger-container.open {
    transform: rotate(90deg);
  }
  .burger-container.open #burger .bar {
    background: #000;
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.2s;
  }
  .burger-container.open #burger .bar.topBar {
    transform: translateY(4px) rotate(45deg);
  }
  .burger-container.open #burger .bar.btmBar {
    transform: translateY(3px) rotate(-45deg);
  }

  .menux {
    display: none;
  }

  .menux.show {
    display: block;
  }

  #infoGore span + span {
    margin: 0;
    padding: 0;
  }

  #logo {
    margin-bottom: 60px;
    margin-top: 100px;
  }

  #mainNav li,
  #mainNav li:nth-child(3n) {
    width: calc((100% - 1px) / 2);
    margin-right: 1px;
  }

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

  #mainNav li:nth-child(3n) {
    margin-top: 1px;
  }

  #infoGore {
    display: flex;
    flex-wrap: wrap;
  }

  #infoGore span {
    flex: 0 0 100%;
  }

  #infoGore span.zadnji,
  #infoGore span.predzadnji {
    display: block;
  }

  #infoGore span.icon-viber,
  #infoGore span.icon-whatsapp {
    flex: 0 0 50%;
    font-size: 1.25em;
    margin-top: 5px;
    padding: 0 10px;
    text-align: left;
  }

  #infoGore span.icon-whatsapp {
    text-align: right;
  }

  #infoGore span.icon-viber a,
  #infoGore span.icon-whatsapp a {
    height: 20px;
    width: 20px;
    top: 2px;
  }

  #infoGore span.icon-viber a {
    left: 10px;
  }
  #infoGore span.icon-whatsapp a {
    right: 10px;
    left: auto;
  }

  #jezici {
    top: 285px;
  }

  #indexHolder {
    height: auto;
    padding: 20px;
    position: static;
  }

  #pretragaIndex2 {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 20px;
  }

  #pretragaIndex2 li,
  #pretragaIndex2 li.cijena,
  #pretragaIndex2 li:nth-last-of-type(-n + 1) {
    width: 100%;
  }

  #pretragaIndex2 li + li {
    margin: 1px 0 0;
  }

  a.item_list {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }

  #nekretnine_list img {
    width: 100%;
    height: auto;
    background: #fff url(images/loading.gif) center no-repeat;
  }

  #nekretnine_list h4 {
    font-size: 2em;
    line-height: 22px;
    width: 100%;
  }

  #nekretnine_list ul {
    position: static;
    width: 100%;
    float: left;
  }

  #nekretnine_list div.cijena {
    position: static;
    margin-top: 20px;
    float: left;
    width: 100%;
  }

  #sub_nav li {
    float: left;
    width: 100%;
    margin-right: 0;
  }

  #akcija,
  #ekskluziva {
    width: 100%;
  }

  #ekskluziva {
    margin-top: 20px;
    float: right;
  }

  p.text {
    text-align: left;
  }

  #tim {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 460px) {
  #logo {
    margin-bottom: 75px;
  }

  #jezici {
    width: 217px;
  }

  #jezici li {
    width: calc((100% - 30px) / 6);
  }

  #jezici li:nth-child(6n) {
    margin-right: 0;
  }

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

  ul.indexPonuda li,
  ul.indexPonuda li:nth-child(n + 3) {
    flex: 1 1 100%;
    margin: 0 0 10px;
  }

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

  ul.indexPonuda li:last-child {
    margin-bottom: 0;
  }

  #nekretnine_list2 > li,
  #nekretnine_list2 > li:nth-child(2n) {
    margin: 0 0 20px;
  }

  #nekretnine_list2 img {
    aspect-ratio: 40 / 26;
    height: auto;
    margin-right: 0;
    object-fit: cover;
    width: 100%;
  }

  #nekretnine_list2 h3 {
    float: left;
    font-size: 2em;
    height: auto;
    margin: 20px 0 20px 0;
    padding: 0 10px;
    width: 100%;
  }

  #nekretnine_list2 ul {
    padding: 0 10px;
    position: static;
  }

  #nekretnine_list2 div.cijena {
    background: #f7f7f7;
    border-radius: none;
    margin-top: 20px;
    padding: 10px;
    position: static;
    font-size: 2em;
    font-weight: bold;
  }

  #nekretnine_list2 div.cijena p {
    float: left;
    max-width: 50%;
  }

  #nekretnine_list2 div.cijena p + p {
    float: right;
    margin-top: 0;
  }

  #blog_autor {
    flex-wrap: wrap;
  }

  #blog_autor > div {
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 400px) {
  h1 {
    font-size: 3.1em;
  }
  h2 {
    font-size: 2.6em;
  }

  #mainNav {
    margin-top: 90px;
  }

  header.index #mainNav {
    margin-bottom: 0;
  }

  #mainNav li,
  #mainNav li:nth-child(3n) {
    width: 100%;
    margin-top: 1px;
  }

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

  #infoGore {
  }

  table.detaljno td,
  table.detaljno td.data {
    float: right;
    width: 100%;
    background: #f7f7f7;
  }

  table.detaljno td.data {
    background: #fff;
  }

  a.preporuka {
    float: none;
    display: block;
  }

  img.preporuka {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    float: none;
  }

  h6.preporuka {
    float: none;
    width: 100%;
    font-size: 1.6em;
    height: auto;
    margin-bottom: 10px;
  }

  div.preporuka_cijena {
    font-size: 1.6em;
    text-align: right;
    line-height: 120%;
  }

  a.sub_filter.sl,
  a.sub_filter.bih,
  a.sub_filter.cg,
  a.sub_filter.srb,
  a.sub_filter.it,
  a.sub_filter.tur,
  a.sub_filter.aut {
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 390px) {
  fieldset.upit label.mala {
    display: none;
  }

  fieldset.upit select.mala {
    width: 50%;
  }
}

/*!
*  - 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: 9px;
  height: 9px;
  border: 2px solid #fff;
  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: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 9px;
    height: 9px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px;
  }
}
.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: 0;
}
.sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.sp-top-thumbnails .sp-next-thumbnail-arrow {
  right: 0;
}
.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 .sp-image-container {
  background: #f7f7f7;
}

/**/
.leaflet-control-layers-base {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9em;
  gap: 8px 16px;
}

.leaflet-control-layers-base label div {
  display: flex;
  align-items: baseline;
}

.leaflet-control-layers-base label div > input {
  margin: 0px 4px 0 0 !important;
}
