@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

* {
  box-sizing: border-box;
}

:root {
  font-size: 16px;
}

html {
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

body {
  font: normal 0.875rem/1.7 "Roboto", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  margin: 0;
  padding: 0;
  color: #878a90;
  background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  color: #57a4ff;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

:visited {
  color: #006ef0;
}

a:focus {
  outline: 1px dotted #57a4ff;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #ff6e6e;
}

a:active:not(.button) {
  background-color: transparent;
}

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 0.875rem;
    text-decoration: none;
  }
  a[href^='javascript:']::after,
  a[href^='#']::after {
    content: '';
  }
}

h1 {
  color: #2c313c;
  font: normal bold 2.5rem/1.2 "Roboto", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  margin: 2.5rem 0 1.25rem;
}

h2 {
  color: #2c313c;
  font: normal bold 2rem/1.2 "Roboto", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  margin: 2rem 0 1rem;
}

h2:first-child {
  margin-top: 0;
}

h3 {
  color: #2c313c;
  font: normal bold 1.75rem/1.2 "Roboto", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  margin: 1.75rem 0 0.875rem;
}

h4 {
  color: #2c313c;
  font: normal bold 1.375rem/1.3 "Roboto", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  margin: 1.375rem 0 0.6875rem;
}

h5 {
  color: #2c313c;
  font: normal bold 1.25rem/1.3 "Roboto", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  margin: 1.25rem 0 0.625rem;
}

h6 {
  color: #2c313c;
  font: normal bold 0.875rem/1.3 "Roboto", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  margin: 0.875rem 0 0.4375rem;
  font-weight: bold;
}

.visually-hidden,
.element-invisible,
.label-for-main-nav,
.label-for-main-nav-toggle,
.trazilica-obrazac > h1,
.trazilica [for='lokacija'],
.trazilica .label-for-otvorene,
.label-for-filter-toggle,
.trazilica-filtri input[type='checkbox'] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.visually-hidden--off,
.visually-hidden--focusable:focus,
.visually-hidden--focusable:active,
.element-focusable:focus,
.skip-link:focus,
.element-focusable:active,
.skip-link:active {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

.visually-hidden--focusable,
.element-focusable,
.skip-link {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.navbar-open, .navbar-close, .warning[open] > summary::after {
  background-color: #57a4ff;
  color: #fff;
  padding: 0 1rem;
  line-height: 1.5;
  font-size: 2.25rem;
}

.navbar-open:focus, .navbar-close:focus, .warning[open] > summary:focus::after, .navbar-open:hover, .navbar-close:hover, .warning[open] > summary:hover::after {
  text-shadow: 1px 1px 0 #000;
  text-decoration: none;
}

.navbar {
  background-color: #57a4ff;
  font-family: "Roboto", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 1.25rem;
  height: 100vh;
  line-height: 1.5;
  margin: 0;
  max-width: 18em;
  overflow-x: visible;
  overflow-y: scroll;
  padding: 0;
  position: absolute;
  text-align: left;
  -ms-transform: translateX(-18em);
      transform: translateX(-18em);
  transition: transform .6s ease 0s;
  top: 0;
  width: 100%;
  z-index: 30;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@supports (position: fixed) {
  .navbar {
    position: fixed;
  }
}

.navbar > h2 {
  background-color: #57a4ff;
  color: #fff;
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0;
  padding-left: 1em;
}

.navbar-close {
  z-index: 32;
}

.navbar-ul {
  background-color: #fff;
  list-style: none;
  margin: 0;
  min-height: calc(100vh - 3.375rem);
  padding: 1.6rem 0 0;
  position: relative;
  width: 100%;
  z-index: 31;
}

.navbar-item,
.navbar li {
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.navbar-link, .navbar-prijava, .navbar-registracija {
  color: #878a90;
  display: block;
  margin-bottom: .4em;
  padding: .8em 1em .8em 3em;
  position: relative;
  text-decoration: none;
}

.navbar-link:focus, .navbar-link:hover, .navbar-prijava:focus, .navbar-prijava:hover, .navbar-registracija:focus, .navbar-registracija:hover {
  background-color: #57a4ff;
  color: #fff;
  text-decoration: none;
}

.navbar-current {
  color: #57a4ff;
}

.navbar-current:focus, .navbar-current:hover {
  color: #fff;
}

.navbar-prijava, .navbar-registracija {
  background-color: #57a4ff;
  color: #fff;
  font-weight: bold;
  margin: .4em 4vw;
  min-width: 8em;
  padding: 1.6rem;
  text-align: center;
}

.navbar-prijava.navbar-current, .navbar-registracija.navbar-current {
  background-image: none;
}

.navbar-prijava {
  background-color: #2c313c;
  margin-top: 3em;
}

.navbar-prijava::before {
  background-color: #f3f4f5;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: -1em;
  width: 100%;
}

.navbar:target {
  animation-name: none;
  outline: none;
  text-align: left;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition: transform .6s ease 0s;
}

@media (min-width: 55em) {
  .navbar {
    display: block;
    font-family: "Roboto Condensed", "Helvetica Condensed", "Nimbus Sans L Condensed", sans-serif;
    font-size: 0.875rem;
    height: auto;
    left: auto;
    max-width: none;
    overflow-y: auto;
    position: relative;
    text-align: center;
    top: auto;
    -ms-transform: none;
        transform: none;
    transition: none;
    width: auto;
  }
  .navbar > h2 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal;
  }
  .navbar-open, .navbar-close {
    display: none;
  }
  .navbar-ul {
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 0;
    padding: 0;
    width: auto;
  }
  .navbar-link {
    margin: 0;
    padding: 1.6rem 1em;
  }
  .navbar-prijava, .navbar-registracija {
    margin: 0;
  }
  .navbar-prijava {
    margin-left: 4vw;
  }
  .navbar-prijava::before {
    display: none;
  }
  .navbar-current {
    color: inherit;
    background-image: linear-gradient(transparent 2.8rem, black 2.8rem, black 2.94286rem, transparent 2.94286rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: calc(100% - 2em) 100%;
  }
}

::-moz-selection {
  color: #fff;
  background-color: #006ef0;
}

::selection {
  color: #fff;
  background-color: #006ef0;
}

:target {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-name: flash;
  animation: flash .5s ease 0s 1 forwards;
}

.trazilica-filtri:target::before {
  content: '';
  display: block;
  height: 6.375rem;
  margin: -6.375rem 0 0;
}

abbr[title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
}

@media print {
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

cite {
  font-style: italic;
}

pre,
code,
kbd,
samp,
var {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
  font-size: 1em;
}

del {
  text-decoration: line-through;
  text-decoration: line-through wavy #c00;
}

dfn {
  font-style: italic;
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

ins {
  background-color: #daffda;
}

mark {
  background-color: #fd0;
  color: #878a90;
}

small {
  font-size: font-size("xs");
}

sub,
sup {
  font-size: font-size("xs");
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

.divider,
hr {
  margin: 1.6rem 0;
  border: 0;
  border-top: 1px solid #f3f4f5;
}

.divider > :first-child, hr > :first-child {
  margin-top: 1.6rem;
}

blockquote {
  margin: 1.6rem 6vw;
}

dl,
menu,
ol,
ul {
  margin: 1.6rem 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 0 6vw;
}

[dir="rtl"] dd {
  margin: 0 6vw 0 0;
}

menu,
ol,
ul {
  padding: 0 0 0 6vw;
}

[dir="rtl"] menu, [dir="rtl"]
ol, [dir="rtl"]
ul {
  padding: 0 6vw 0 0;
}

figure {
  margin: 1.6rem 0;
}

figcaption {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p,
pre {
  margin: 1.6rem 0;
}

img {
  border-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.button,
.postaje-sve,
.load-more,
.obveznici-jos,
.postaja-share,
.postaja-odvedi,
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.button,
.postaje-sve,
.load-more,
.obveznici-jos,
.postaja-share,
.postaja-odvedi,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  padding: 1.6rem 2em;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background-color: #57a4ff;
  border: 0;
  font-family: "Roboto Condensed", "Helvetica Condensed", "Nimbus Sans L Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  margin: 1em 0;
}

.button::-moz-focus-inner,
.postaje-sve::-moz-focus-inner,
.load-more::-moz-focus-inner,
.obveznici-jos::-moz-focus-inner,
.postaja-share::-moz-focus-inner,
.postaja-odvedi::-moz-focus-inner,
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.button:-moz-focusring,
.postaje-sve:-moz-focusring,
.load-more:-moz-focusring,
.obveznici-jos:-moz-focusring,
.postaja-share:-moz-focusring,
.postaja-odvedi:-moz-focusring,
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.button:focus, .button:hover, .button:active,
.postaje-sve:focus,
.load-more:focus,
.obveznici-jos:focus,
.postaja-share:focus,
.postaja-odvedi:focus,
.postaje-sve:hover,
.load-more:hover,
.obveznici-jos:hover,
.postaja-share:hover,
.postaja-odvedi:hover,
.postaje-sve:active,
.load-more:active,
.obveznici-jos:active,
.postaja-share:active,
.postaja-odvedi:active,
button:focus,
button:hover,
button:active,
[type='button']:focus,
[type='button']:hover,
[type='button']:active,
[type='reset']:focus,
[type='reset']:hover,
[type='reset']:active,
[type='submit']:focus,
[type='submit']:hover,
[type='submit']:active {
  text-decoration: none;
  color: #fff;
}

[type='submit'] {
  width: 100%;
}

@media (min-width: 55em) {
  [type='submit'] {
    width: auto;
  }
}

.postaje-sve,
.load-more,
.obveznici-jos, .postaja-share {
  background-color: #f5f9ff;
  border: 1px solid #57a4ff;
  color: #57a4ff;
  transition: background-color .6s ease 0s, color .6s ease 0s;
}

.postaje-sve:focus,
.load-more:focus,
.obveznici-jos:focus, .postaja-share:focus, .postaje-sve:hover,
.load-more:hover,
.obveznici-jos:hover, .postaja-share:hover, .postaje-sve:active,
.load-more:active,
.obveznici-jos:active, .postaja-share:active {
  background-color: #57a4ff;
  color: #fff;
}


.choices__list--multiple .choices__item {
  background-color: #57a4ff;
  border-radius: 5em;
  color: #fff;
  font-family: inherit;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 .4em 0 0;
  padding: .8em 1em .6em;
  text-transform: uppercase;
  white-space: nowrap;
}


.choices[data-type*='select-multiple'] .choices__button {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M2.592.044l18.364%2018.364-2.548%202.548L.044%202.592z%22%2F%3E%3Cpath%20d%3D%22M0%2018.364L18.364%200l2.548%202.548L2.548%2020.912z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 1em;
  font-size: inherit;
  margin: 0 0 0 1em;
  padding: .8em 1em .6em;
  vertical-align: baseline;
  width: 1em;
}


.choices__list--multiple .choices__item {
  padding: 0 1em;
}

[disabled].button, [disabled].postaje-sve,
[disabled].load-more,
[disabled].obveznici-jos, [disabled].postaja-share, [disabled].postaja-odvedi,
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'],
.choices.is-disabled [disabled].choices__inner,
.choices.is-disabled [disabled].choices__input {
  background-color: #f7f7f7;
  background-image: none;
  cursor: not-allowed;
  color: #999999;
}

[disabled].button:focus, [disabled].postaje-sve:focus,
[disabled].load-more:focus,
[disabled].obveznici-jos:focus, [disabled].postaja-share:focus, [disabled].postaja-odvedi:focus,
button[disabled]:focus,
[disabled][type='button']:focus,
[disabled][type='reset']:focus,
[disabled][type='submit']:focus,
.choices.is-disabled [disabled].choices__inner:focus,
.choices.is-disabled [disabled].choices__input:focus, [disabled].button:hover, [disabled].postaje-sve:hover,
[disabled].load-more:hover,
[disabled].obveznici-jos:hover, [disabled].postaja-share:hover, [disabled].postaja-odvedi:hover,
button[disabled]:hover,
[disabled][type='button']:hover,
[disabled][type='reset']:hover,
[disabled][type='submit']:hover,
.choices.is-disabled [disabled].choices__inner:hover,
.choices.is-disabled [disabled].choices__input:hover, [disabled].button:active, [disabled].postaje-sve:active,
[disabled].load-more:active,
[disabled].obveznici-jos:active, [disabled].postaja-share:active, [disabled].postaja-odvedi:active,
button[disabled]:active,
[disabled][type='button']:active,
[disabled][type='reset']:active,
[disabled][type='submit']:active,
.choices.is-disabled [disabled].choices__inner:active,
.choices.is-disabled [disabled].choices__input:active {
  color: #999999;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cccccc;
}

:-moz-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #cccccc;
}

::-ms-input-placeholder {
  color: #cccccc;
}

::-webkit-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

::placeholder {
  color: #cccccc;
  opacity: 1;
}

[type='text'],
[type='search'],
[type='tel'],
[type='url'],
[type='email'],
[type='password'],
[type='date'],
[type='time'],
[type='number'],
.choices__inner .choices__list,
select, .trazilica .otvori-filtre {
  background-color: transparent;
  border: 0 solid #f3f4f5;
  border-bottom-width: 1px;
  border-radius: 0;
  box-shadow: 0 0 2em #d6d6d6;
  color: #cccccc;
  margin: 2.6em 0;
  padding: 0 0;
  transition: border-color .3s ease 0s;
  width: 100%;
}

@media (min-width: 55em) {
  [type='text'],
  [type='search'],
  [type='tel'],
  [type='url'],
  [type='email'],
  [type='password'],
  [type='date'],
  [type='time'],
  [type='number'],
  .choices__inner .choices__list,
  select, .trazilica .otvori-filtre {
    border-color: #fff;
    border-bottom-width: 2px;
    margin: 1em 0;
    padding: 1em 1.6em;
    width: auto;
  }
}

[type='text']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='url']:focus,
[type='email']:focus,
[type='password']:focus,
[type='date']:focus,
[type='time']:focus,
[type='number']:focus,
.choices__inner .choices__list:focus,
select:focus, .trazilica .otvori-filtre:focus, [type='text']:active,
[type='search']:active,
[type='tel']:active,
[type='url']:active,
[type='email']:active,
[type='password']:active,
[type='date']:active,
[type='time']:active,
[type='number']:active,
.choices__inner .choices__list:active,
select:active, .trazilica .otvori-filtre:active {
  color: #2c313c;
  caret-color: #2c313c;
  border-bottom-color: #57a4ff;
}

[type='text']:focus::-webkit-input-placeholder,
[type='search']:focus::-webkit-input-placeholder,
[type='tel']:focus::-webkit-input-placeholder,
[type='url']:focus::-webkit-input-placeholder,
[type='email']:focus::-webkit-input-placeholder,
[type='password']:focus::-webkit-input-placeholder,
[type='date']:focus::-webkit-input-placeholder,
[type='time']:focus::-webkit-input-placeholder,
[type='number']:focus::-webkit-input-placeholder,
.choices__inner .choices__list:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder, .trazilica .otvori-filtre:focus::-webkit-input-placeholder, [type='text']:focus:-moz-placeholder,
[type='search']:focus:-moz-placeholder,
[type='tel']:focus:-moz-placeholder,
[type='url']:focus:-moz-placeholder,
[type='email']:focus:-moz-placeholder,
[type='password']:focus:-moz-placeholder,
[type='date']:focus:-moz-placeholder,
[type='time']:focus:-moz-placeholder,
[type='number']:focus:-moz-placeholder,
.choices__inner .choices__list:focus:-moz-placeholder,
select:focus:-moz-placeholder, .trazilica .otvori-filtre:focus:-moz-placeholder, [type='text']:focus::-moz-placeholder,
[type='search']:focus::-moz-placeholder,
[type='tel']:focus::-moz-placeholder,
[type='url']:focus::-moz-placeholder,
[type='email']:focus::-moz-placeholder,
[type='password']:focus::-moz-placeholder,
[type='date']:focus::-moz-placeholder,
[type='time']:focus::-moz-placeholder,
[type='number']:focus::-moz-placeholder,
.choices__inner .choices__list:focus::-moz-placeholder,
select:focus::-moz-placeholder, .trazilica .otvori-filtre:focus::-moz-placeholder, [type='text']:focus:-ms-input-placeholder,
[type='search']:focus:-ms-input-placeholder,
[type='tel']:focus:-ms-input-placeholder,
[type='url']:focus:-ms-input-placeholder,
[type='email']:focus:-ms-input-placeholder,
[type='password']:focus:-ms-input-placeholder,
[type='date']:focus:-ms-input-placeholder,
[type='time']:focus:-ms-input-placeholder,
[type='number']:focus:-ms-input-placeholder,
.choices__inner .choices__list:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder, .trazilica .otvori-filtre:focus:-ms-input-placeholder, [type='text']:focus::-ms-input-placeholder,
[type='search']:focus::-ms-input-placeholder,
[type='tel']:focus::-ms-input-placeholder,
[type='url']:focus::-ms-input-placeholder,
[type='email']:focus::-ms-input-placeholder,
[type='password']:focus::-ms-input-placeholder,
[type='date']:focus::-ms-input-placeholder,
[type='time']:focus::-ms-input-placeholder,
[type='number']:focus::-ms-input-placeholder,
.choices__inner .choices__list:focus::-ms-input-placeholder,
select:focus::-ms-input-placeholder, .trazilica .otvori-filtre:focus::-ms-input-placeholder, [type='text']:focus::-webkit-input-placeholder,
[type='search']:focus::-webkit-input-placeholder,
[type='tel']:focus::-webkit-input-placeholder,
[type='url']:focus::-webkit-input-placeholder,
[type='email']:focus::-webkit-input-placeholder,
[type='password']:focus::-webkit-input-placeholder,
[type='date']:focus::-webkit-input-placeholder,
[type='time']:focus::-webkit-input-placeholder,
[type='number']:focus::-webkit-input-placeholder,
.choices__inner .choices__list:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder, .trazilica .otvori-filtre:focus::-webkit-input-placeholder, [type='text']:active::-webkit-input-placeholder,
[type='search']:active::-webkit-input-placeholder,
[type='tel']:active::-webkit-input-placeholder,
[type='url']:active::-webkit-input-placeholder,
[type='email']:active::-webkit-input-placeholder,
[type='password']:active::-webkit-input-placeholder,
[type='date']:active::-webkit-input-placeholder,
[type='time']:active::-webkit-input-placeholder,
[type='number']:active::-webkit-input-placeholder,
.choices__inner .choices__list:active::-webkit-input-placeholder,
select:active::-webkit-input-placeholder, .trazilica .otvori-filtre:active::-webkit-input-placeholder, [type='text']:active:-moz-placeholder,
[type='search']:active:-moz-placeholder,
[type='tel']:active:-moz-placeholder,
[type='url']:active:-moz-placeholder,
[type='email']:active:-moz-placeholder,
[type='password']:active:-moz-placeholder,
[type='date']:active:-moz-placeholder,
[type='time']:active:-moz-placeholder,
[type='number']:active:-moz-placeholder,
.choices__inner .choices__list:active:-moz-placeholder,
select:active:-moz-placeholder, .trazilica .otvori-filtre:active:-moz-placeholder, [type='text']:active::-moz-placeholder,
[type='search']:active::-moz-placeholder,
[type='tel']:active::-moz-placeholder,
[type='url']:active::-moz-placeholder,
[type='email']:active::-moz-placeholder,
[type='password']:active::-moz-placeholder,
[type='date']:active::-moz-placeholder,
[type='time']:active::-moz-placeholder,
[type='number']:active::-moz-placeholder,
.choices__inner .choices__list:active::-moz-placeholder,
select:active::-moz-placeholder, .trazilica .otvori-filtre:active::-moz-placeholder, [type='text']:active:-ms-input-placeholder,
[type='search']:active:-ms-input-placeholder,
[type='tel']:active:-ms-input-placeholder,
[type='url']:active:-ms-input-placeholder,
[type='email']:active:-ms-input-placeholder,
[type='password']:active:-ms-input-placeholder,
[type='date']:active:-ms-input-placeholder,
[type='time']:active:-ms-input-placeholder,
[type='number']:active:-ms-input-placeholder,
.choices__inner .choices__list:active:-ms-input-placeholder,
select:active:-ms-input-placeholder, .trazilica .otvori-filtre:active:-ms-input-placeholder, [type='text']:active::-ms-input-placeholder,
[type='search']:active::-ms-input-placeholder,
[type='tel']:active::-ms-input-placeholder,
[type='url']:active::-ms-input-placeholder,
[type='email']:active::-ms-input-placeholder,
[type='password']:active::-ms-input-placeholder,
[type='date']:active::-ms-input-placeholder,
[type='time']:active::-ms-input-placeholder,
[type='number']:active::-ms-input-placeholder,
.choices__inner .choices__list:active::-ms-input-placeholder,
select:active::-ms-input-placeholder, .trazilica .otvori-filtre:active::-ms-input-placeholder, [type='text']:active::-webkit-input-placeholder,
[type='search']:active::-webkit-input-placeholder,
[type='tel']:active::-webkit-input-placeholder,
[type='url']:active::-webkit-input-placeholder,
[type='email']:active::-webkit-input-placeholder,
[type='password']:active::-webkit-input-placeholder,
[type='date']:active::-webkit-input-placeholder,
[type='time']:active::-webkit-input-placeholder,
[type='number']:active::-webkit-input-placeholder,
.choices__inner .choices__list:active::-webkit-input-placeholder,
select:active::-webkit-input-placeholder, .trazilica .otvori-filtre:active::-webkit-input-placeholder {
  color: #cccccc;
}

[type='text']:focus::-webkit-input-placeholder,
[type='search']:focus::-webkit-input-placeholder,
[type='tel']:focus::-webkit-input-placeholder,
[type='url']:focus::-webkit-input-placeholder,
[type='email']:focus::-webkit-input-placeholder,
[type='password']:focus::-webkit-input-placeholder,
[type='date']:focus::-webkit-input-placeholder,
[type='time']:focus::-webkit-input-placeholder,
[type='number']:focus::-webkit-input-placeholder,
.choices__inner .choices__list:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder, .trazilica .otvori-filtre:focus::-webkit-input-placeholder, [type='text']:focus:-moz-placeholder,
[type='search']:focus:-moz-placeholder,
[type='tel']:focus:-moz-placeholder,
[type='url']:focus:-moz-placeholder,
[type='email']:focus:-moz-placeholder,
[type='password']:focus:-moz-placeholder,
[type='date']:focus:-moz-placeholder,
[type='time']:focus:-moz-placeholder,
[type='number']:focus:-moz-placeholder,
.choices__inner .choices__list:focus:-moz-placeholder,
select:focus:-moz-placeholder, .trazilica .otvori-filtre:focus:-moz-placeholder, [type='text']:focus::-moz-placeholder,
[type='search']:focus::-moz-placeholder,
[type='tel']:focus::-moz-placeholder,
[type='url']:focus::-moz-placeholder,
[type='email']:focus::-moz-placeholder,
[type='password']:focus::-moz-placeholder,
[type='date']:focus::-moz-placeholder,
[type='time']:focus::-moz-placeholder,
[type='number']:focus::-moz-placeholder,
.choices__inner .choices__list:focus::-moz-placeholder,
select:focus::-moz-placeholder, .trazilica .otvori-filtre:focus::-moz-placeholder, [type='text']:focus:-ms-input-placeholder,
[type='search']:focus:-ms-input-placeholder,
[type='tel']:focus:-ms-input-placeholder,
[type='url']:focus:-ms-input-placeholder,
[type='email']:focus:-ms-input-placeholder,
[type='password']:focus:-ms-input-placeholder,
[type='date']:focus:-ms-input-placeholder,
[type='time']:focus:-ms-input-placeholder,
[type='number']:focus:-ms-input-placeholder,
.choices__inner .choices__list:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder, .trazilica .otvori-filtre:focus:-ms-input-placeholder, [type='text']:focus::-ms-input-placeholder,
[type='search']:focus::-ms-input-placeholder,
[type='tel']:focus::-ms-input-placeholder,
[type='url']:focus::-ms-input-placeholder,
[type='email']:focus::-ms-input-placeholder,
[type='password']:focus::-ms-input-placeholder,
[type='date']:focus::-ms-input-placeholder,
[type='time']:focus::-ms-input-placeholder,
[type='number']:focus::-ms-input-placeholder,
.choices__inner .choices__list:focus::-ms-input-placeholder,
select:focus::-ms-input-placeholder, .trazilica .otvori-filtre:focus::-ms-input-placeholder, [type='text']:focus::placeholder,
[type='search']:focus::placeholder,
[type='tel']:focus::placeholder,
[type='url']:focus::placeholder,
[type='email']:focus::placeholder,
[type='password']:focus::placeholder,
[type='date']:focus::placeholder,
[type='time']:focus::placeholder,
[type='number']:focus::placeholder,
.choices__inner .choices__list:focus::placeholder,
select:focus::placeholder, .trazilica .otvori-filtre:focus::placeholder, [type='text']:active::-webkit-input-placeholder,
[type='search']:active::-webkit-input-placeholder,
[type='tel']:active::-webkit-input-placeholder,
[type='url']:active::-webkit-input-placeholder,
[type='email']:active::-webkit-input-placeholder,
[type='password']:active::-webkit-input-placeholder,
[type='date']:active::-webkit-input-placeholder,
[type='time']:active::-webkit-input-placeholder,
[type='number']:active::-webkit-input-placeholder,
.choices__inner .choices__list:active::-webkit-input-placeholder,
select:active::-webkit-input-placeholder, .trazilica .otvori-filtre:active::-webkit-input-placeholder, [type='text']:active:-moz-placeholder,
[type='search']:active:-moz-placeholder,
[type='tel']:active:-moz-placeholder,
[type='url']:active:-moz-placeholder,
[type='email']:active:-moz-placeholder,
[type='password']:active:-moz-placeholder,
[type='date']:active:-moz-placeholder,
[type='time']:active:-moz-placeholder,
[type='number']:active:-moz-placeholder,
.choices__inner .choices__list:active:-moz-placeholder,
select:active:-moz-placeholder, .trazilica .otvori-filtre:active:-moz-placeholder, [type='text']:active::-moz-placeholder,
[type='search']:active::-moz-placeholder,
[type='tel']:active::-moz-placeholder,
[type='url']:active::-moz-placeholder,
[type='email']:active::-moz-placeholder,
[type='password']:active::-moz-placeholder,
[type='date']:active::-moz-placeholder,
[type='time']:active::-moz-placeholder,
[type='number']:active::-moz-placeholder,
.choices__inner .choices__list:active::-moz-placeholder,
select:active::-moz-placeholder, .trazilica .otvori-filtre:active::-moz-placeholder, [type='text']:active:-ms-input-placeholder,
[type='search']:active:-ms-input-placeholder,
[type='tel']:active:-ms-input-placeholder,
[type='url']:active:-ms-input-placeholder,
[type='email']:active:-ms-input-placeholder,
[type='password']:active:-ms-input-placeholder,
[type='date']:active:-ms-input-placeholder,
[type='time']:active:-ms-input-placeholder,
[type='number']:active:-ms-input-placeholder,
.choices__inner .choices__list:active:-ms-input-placeholder,
select:active:-ms-input-placeholder, .trazilica .otvori-filtre:active:-ms-input-placeholder, [type='text']:active::-ms-input-placeholder,
[type='search']:active::-ms-input-placeholder,
[type='tel']:active::-ms-input-placeholder,
[type='url']:active::-ms-input-placeholder,
[type='email']:active::-ms-input-placeholder,
[type='password']:active::-ms-input-placeholder,
[type='date']:active::-ms-input-placeholder,
[type='time']:active::-ms-input-placeholder,
[type='number']:active::-ms-input-placeholder,
.choices__inner .choices__list:active::-ms-input-placeholder,
select:active::-ms-input-placeholder, .trazilica .otvori-filtre:active::-ms-input-placeholder, [type='text']:active::placeholder,
[type='search']:active::placeholder,
[type='tel']:active::placeholder,
[type='url']:active::placeholder,
[type='email']:active::placeholder,
[type='password']:active::placeholder,
[type='date']:active::placeholder,
[type='time']:active::placeholder,
[type='number']:active::placeholder,
.choices__inner .choices__list:active::placeholder,
select:active::placeholder, .trazilica .otvori-filtre:active::placeholder {
  color: #cccccc;
}

[type='text']:disabled,
[type='search']:disabled,
[type='tel']:disabled,
[type='url']:disabled,
[type='email']:disabled,
[type='password']:disabled,
[type='date']:disabled,
[type='time']:disabled,
[type='number']:disabled,
.choices__inner .choices__list:disabled,
select:disabled, .trazilica .otvori-filtre:disabled, [aria-disabled='true'][type='text'],
[aria-disabled='true'][type='search'],
[aria-disabled='true'][type='tel'],
[aria-disabled='true'][type='url'],
[aria-disabled='true'][type='email'],
[aria-disabled='true'][type='password'],
[aria-disabled='true'][type='date'],
[aria-disabled='true'][type='time'],
[aria-disabled='true'][type='number'],
.choices__inner [aria-disabled='true'].choices__list,
select[aria-disabled='true'], .trazilica [aria-disabled='true'].otvori-filtre {
  color: #e7e8e9;
}

[type='text']:disabled:focus,
[type='search']:disabled:focus,
[type='tel']:disabled:focus,
[type='url']:disabled:focus,
[type='email']:disabled:focus,
[type='password']:disabled:focus,
[type='date']:disabled:focus,
[type='time']:disabled:focus,
[type='number']:disabled:focus,
.choices__inner .choices__list:disabled:focus,
select:disabled:focus, .trazilica .otvori-filtre:disabled:focus, [type='text']:disabled:active,
[type='search']:disabled:active,
[type='tel']:disabled:active,
[type='url']:disabled:active,
[type='email']:disabled:active,
[type='password']:disabled:active,
[type='date']:disabled:active,
[type='time']:disabled:active,
[type='number']:disabled:active,
.choices__inner .choices__list:disabled:active,
select:disabled:active, .trazilica .otvori-filtre:disabled:active, [aria-disabled='true'][type='text']:focus,
[aria-disabled='true'][type='search']:focus,
[aria-disabled='true'][type='tel']:focus,
[aria-disabled='true'][type='url']:focus,
[aria-disabled='true'][type='email']:focus,
[aria-disabled='true'][type='password']:focus,
[aria-disabled='true'][type='date']:focus,
[aria-disabled='true'][type='time']:focus,
[aria-disabled='true'][type='number']:focus,
.choices__inner [aria-disabled='true'].choices__list:focus,
select[aria-disabled='true']:focus, .trazilica [aria-disabled='true'].otvori-filtre:focus, [aria-disabled='true'][type='text']:active,
[aria-disabled='true'][type='search']:active,
[aria-disabled='true'][type='tel']:active,
[aria-disabled='true'][type='url']:active,
[aria-disabled='true'][type='email']:active,
[aria-disabled='true'][type='password']:active,
[aria-disabled='true'][type='date']:active,
[aria-disabled='true'][type='time']:active,
[aria-disabled='true'][type='number']:active,
.choices__inner [aria-disabled='true'].choices__list:active,
select[aria-disabled='true']:active, .trazilica [aria-disabled='true'].otvori-filtre:active {
  border-bottom-color: #f3f4f5;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: .01em 0 0;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  padding: 0;
}

label {
  display: block;
  font-weight: normal;
}


.choices__inner .choices__list,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23838383%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, transparent 0%, transparent 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0 top 50%, 0 0;
  background-size: .65em auto, 100%;
}

@media (min-width: 55em) {

  .choices__inner .choices__list,
  select {
    background-position: right 1.6em top 50%, 0 0;
  }
}


.choices__inner .choices__list::-ms-expand,
select::-ms-expand {
  display: none;
}


.choices__inner .choices__list:focus,
select:focus {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%232c313c%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, transparent 0%, transparent 100%);
  outline: none;
}


.choices__inner .choices__list:disabled,
.choices__inner [aria-disabled='true'].choices__list,
select:disabled,
select[aria-disabled='true'] {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23838383%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, transparent 0%, transparent 100%);
}


.choices__inner .choices__list option,
select option {
  border-bottom: 1px solid #f3f4f5;
  display: inline-block;
  font-weight: normal;
  padding: 0 0;
}

@media (min-width: 55em) {

  .choices__inner .choices__list option,
  select option {
    padding: 1em 1.6em;
  }
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
}

table {
  margin: 1.6rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

.warning summary::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2215.957%22%20viewBox%3D%220%200%2016%2015.957%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280.001%20-0.043%29%22%3E%3Crect%20class%3D%22a%22%20width%3D%222%22%20height%3D%224%22%20transform%3D%22translate%287%206%29%22%2F%3E%3Ccircle%20class%3D%22a%22%20cx%3D%221%22%20cy%3D%221%22%20r%3D%221%22%20transform%3D%22translate%287%2011%29%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M15%2C16H1a1%2C1%2C0%2C0%2C1-.9-1.448l7-14a1.041%2C1.041%2C0%2C0%2C1%2C1.789%2C0l7%2C14A1%2C1%2C0%2C0%2C1%2C15%2C16ZM2.618%2C14H13.382L8%2C3.236Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  display: inline-block;
  line-height: 1;
  margin-right: 1em;
  vertical-align: text-top;
}

.postaja-napomena {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2215.957%22%20viewBox%3D%220%200%2016%2015.957%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280.001%20-0.043%29%22%3E%3Crect%20class%3D%22a%22%20width%3D%222%22%20height%3D%224%22%20transform%3D%22translate%287%206%29%22%2F%3E%3Ccircle%20class%3D%22a%22%20cx%3D%221%22%20cy%3D%221%22%20r%3D%221%22%20transform%3D%22translate%287%2011%29%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M15%2C16H1a1%2C1%2C0%2C0%2C1-.9-1.448l7-14a1.041%2C1.041%2C0%2C0%2C1%2C1.789%2C0l7%2C14A1%2C1%2C0%2C0%2C1%2C15%2C16ZM2.618%2C14H13.382L8%2C3.236Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: auto 1em;
  padding-left: 2em;
  text-align: left;
}

.postaja-napomena {
  background-position: 1em 50%;
  border: 1px solid #57a4ff;
  border-radius: .3em;
  display: table;
  margin: 1.6rem auto;
  padding: 0.8rem 2vw;
  padding-left: 3em;
}

.postaja-napomena::before {
  color: #57a4ff;
  content: 'Napomena: ';
  display: block;
}

.warning {
  position: relative;
}

.warning summary {
  color: #57a4ff;
  cursor: pointer;
  font-weight: bold;
  padding: 1rem 2vw;
}

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

@supports (position: fixed) {
  .warning[open] {
    padding-top: 3.4875rem;
  }
  @media (min-width: 55em) {
    .warning[open] {
      padding-top: 0;
    }
  }
}

@supports (position: fixed) {
  .warning[open],
  .warning[open] > summary {
    left: 0;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 22;
  }
}

@media (min-width: 55em) {
  .warning[open],
  .warning[open] > summary {
    min-height: 0;
    position: static;
    width: auto;
    z-index: 1;
  }
}

.warning[open] > summary {
  background-color: #57a4ff;
  color: #fff;
  position: relative;
  text-align: left;
}

@media (min-width: 55em) {
  .warning[open] > summary {
    text-align: center;
  }
}

.warning[open] > summary::after {
  content: '\00D7';
  display: block;
  line-height: 1;
  position: absolute;
  right: 2vw;
  text-align: center;
  top: .2em;
  width: 1em;
}

@media (min-width: 55em) {
  .warning[open] > summary::after {
    display: none;
  }
}

.warning-content {
  background-color: #fff;
  box-shadow: 1em 1em 3em #d6d6d6;
}

@media (min-width: 55em) {
  .warning-content {
    bottom: 4.4875rem;
    left: 50%;
    max-width: 42em;
    position: absolute;
    top: auto;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    z-index: 18;
  }
}

.warning-content > p {
  margin: 0;
  padding: 1.6rem 3vw;
}

.warning-content > p:nth-child(2n) {
  background-color: #f6faff;
  border: 1px solid #f3f4f5;
  border-width: 1px 0;
}

@media (min-width: 55em) {
  .warning-content > p:nth-child(2n) {
    background-color: #f7f7f7;
  }
}


.choices {
  color: #2c313c;
  position: relative;
}


.choices.is-disabled .choices__item {
  cursor: not-allowed;
}


.choices[data-type*='select-multiple'] .choices__inner {
  cursor: text;
}


.choices[data-type*='select-multiple'] .choices__button {
  position: relative;
  display: inline-block;
}


.choices__inner {
  background-color: #fff;
  background-position: right 1.6em top 50%, 0 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height: 3rem;
  overflow: hidden;
  padding: 0;
}


.choices__inner .choices__list {
  background-color: #f7f7f7;
  background-position: right 1.6em top 50%, 0 0;
  box-shadow: none;
  margin: 0;
  min-height: 4em;
  padding: 1em 1.6em;
}


.choices__list {
  list-style: none;
}


.choices__list--multiple {
  display: block;
}


.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .4em .4em 0;
}


.choices__list--multiple .choices__item[data-deletable] {
  padding-right: .3em;
}


.choices__list--multiple .choices__item.is-highlighted {
  background-color: #8dd374;
}


.choices__list--dropdown {
  box-shadow: 0 2em 2em #d6d6d6;
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 100%;
  overflow: hidden;
  word-break: break-all;
}


.choices__list--dropdown.is-active {
  display: block;
}


.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 400px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}


.choices__list--dropdown .choices__item {
  background-color: transparent;
  border-bottom: 1px solid #f3f4f5;
  position: relative;
  padding: 1em 1.6em;
}


.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f5f9ff;
}


.choices__list--dropdown .choices__item--selectable.is-highlighted::after {
  opacity: .5;
}


.choices__item {
  background-color: #57a4ff;
  cursor: default;
}


.choices__item--selectable {
  cursor: pointer;
}


.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: .5;
}


.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}


.choices__input {
  background: transparent url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229.414%22%20height%3D%2229.414%22%20viewBox%3D%220%200%2029.414%2029.414%22%3E%3Cdefs%3E%3Cstyle%3E.tra%7Bopacity%3A0.26%3B%7D.trb%7Bfill%3Anone%3Bstroke%3A%232c313c%3Bstroke-linecap%3Asquare%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20class%3D%22tra%22%20transform%3D%22translate%28-1%20-1%29%22%3E%3Cline%20class%3D%22trb%22%20x1%3D%228.223%22%20y1%3D%228.223%22%20transform%3D%22translate%2820.777%2020.777%29%22%2F%3E%3Ccircle%20class%3D%22trb%22%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%20transform%3D%22translate%282%202%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat right 1.6em top 50%;
  border-color: #fff;
  border-width: 0 0 1px;
  box-shadow: none;
  display: block;
  vertical-align: baseline;
  margin: 0;
  max-width: 100%;
  padding: 1em 1.6em;
  width: 100% !important;
}


.choices__input::-webkit-input-placeholder {
  font-style: italic;
}


.choices__input:-ms-input-placeholder {
  font-style: italic;
}


.choices__input::placeholder {
  font-style: italic;
}


.choices__placeholder {
  color: #cccccc;
  font-style: italic;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0;
}

.choices__input.is-hidden,
.choices[data-type*='select-one'] .choices__input.is-hidden,
.choices[data-type*='select-multiple'] .choices__input.is-hidden {
  display: none;
}

@media (min-width: 55em) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}

.postaja {
  margin: 1.6rem 0.2em;
  max-width: 30em;
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
}

.postaja-link {
  background-color: #fff;
  box-shadow: 0.1em 0.1em 0.5em #e7ebef;
  color: inherit;
  display: block;
  padding: 4vw 4vw 0;
  text-align: left;
  transform: translateY(0) translateZ(0);
  transition: transform .6s ease-out 0s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  height: 100%;
}

.postaja-link:hover {
  box-shadow: 1em 1em 3em #c4cdd8;
  text-decoration: none;
  transform: translateY(-1em) translateZ(0);
}

.postaja-link:hover [aria-hidden='true'] {
  background-color: #57a4ff;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 55em) {
  .postaja-link:hover [aria-hidden='true']::after {
    content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.2%22%20height%3D%2211.4%22%20viewBox%3D%220%200%207.2%2011.4%22%3E%3Cdefs%3E%3Cstyle%3E.right%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-5.4%20-2.3%29%22%3E%3Cpath%20class%3D%22right%22%20d%3D%22M6.9%2C13.7%2C5.4%2C12.3%2C9.7%2C8%2C5.4%2C3.7%2C6.9%2C2.3%2C12.6%2C8Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

.postaja h3 {
  font-size: 1.375rem;
  margin: 2rem 0 1rem;
}

.postaja-rv {
  margin: 0;
  position: absolute;
  left: 4vw;
  top: 4vw;
}

.postaja-rv dt {
  background-color: #e8f6e3;
  border-radius: .2em;
  color: #8dd374;
  padding: .2em .4em .1em;
  text-transform: uppercase;
  display: inline;
  font-size: 0.6875rem;
}

.postaja-rv dd {
  display: inline;
  font-size: 0.625rem;
  margin: 0 0 0 .4em;
}

.postaja-rv[data-postaja-rv='Zatvoreno'] dt {
  background-color: #ffe2e2;
  border-radius: .2em;
  color: #ff6e6e;
  padding: .2em .4em .1em;
  text-transform: uppercase;
}

.postaja-lokacija {
  font-style: normal;
  line-height: 1.3;
}

.postaja-lokacija ul {
  list-style: none;
  margin: 0 0 1.6rem;
  padding: 0;
}

.postaja-lokacija li {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2217%22%20viewBox%3D%220%200%2013%2017%22%3E%3Cdefs%3E%3Cstyle%3E.pin%7Bfill%3Anone%3Bstroke%3A%23c6c8cc%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-1.5%200.5%29%22%3E%3Cpath%20class%3D%22pin%22%20d%3D%22M13.5%2C6c0%2C4.5-5.5%2C9.5-5.5%2C9.5S2.5%2C10.5%2C2.5%2C6a5.5%2C5.5%2C0%2C1%2C1%2C11%2C0Z%22%2F%3E%3Ccircle%20class%3D%22pin%22%20cx%3D%222.5%22%20cy%3D%222.5%22%20r%3D%222.5%22%20transform%3D%22translate%285.5%203.5%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: .6em;
  padding-left: 2em;
}

.postaja-lokacija .postaja-proximity {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20aria-hidden%3D%22true%22%20role%3D%22img%22%20focusable%3D%22false%22%3E%3Ctitle%3ERadius%2FUdaljenost%3C%2Ftitle%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%23c6c8cc%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%3B%7D.b%7Bfill%3A%23c6c8cc%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280.5%200.5%29%22%3E%3Cpath%20class%3D%22a%22%20d%3D%22M3.5%2C11.5a4%2C4%2C0%2C0%2C0%2C4%2C4%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M3.5%2C8.5q3-3.344%2C3-5a3%2C3%2C0%2C1%2C0-6%2C0Q.5%2C5.158%2C3.5%2C8.5Z%22%2F%3E%3Ccircle%20class%3D%22b%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate%2810%207%29%22%2F%3E%3Ccircle%20class%3D%22b%22%20cx%3D%221%22%20cy%3D%221%22%20r%3D%221%22%20transform%3D%22translate%282.5%202.5%29%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M11.5%2C15q4-4.29%2C4-6.5a4%2C4%2C0%2C1%2C0-8%2C0Q7.5%2C10.71%2C11.5%2C15Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.postaja-cijene {
  border-bottom: 1px solid #f3f4f5;
  border-top: 1px solid #f3f4f5;
  color: #2c313c;
  font-size: 1.125rem;
  font-weight: bold;
  list-style: none;
  margin: auto -4vw 0;
  padding: 1.4em 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

.postaja-cijene [data-postaja-gorivo] {
  margin: 0 auto;
  padding: 0 2vw;
  position: relative;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.postaja-cijene [data-postaja-gorivo]:not(:first-of-type) {
  border-left: 1px solid #f3f4f5;
}

.postaja-cijene [data-postaja-gorivo]::before {
  color: #fff;
  content: attr(data-postaja-gorivo);
  display: block;
  font-size: 0.875rem;
  margin: 0 auto .5em;
  padding: .4em .4em .3em;
  text-transform: uppercase;
  width: 1.7em;
}

.postaja-cijena-unit {
  font-size: 0.875rem;
  font-weight: normal;
}

.postaja [aria-hidden='true'] {
  background-color: #fff;
  color: #57a4ff;
  display: block;
  font-family: "Roboto Condensed", "Helvetica Condensed", "Nimbus Sans L Condensed", sans-serif;
  font-weight: bold;
  margin: 0 -4vw;
  padding: 1em 4vw;
  text-align: center;
  transition: background-color .6s ease-out 0s, color .6s ease-out 0s;
}

@media (min-width: 55em) {
  .postaja [aria-hidden='true'] {
    text-align: right;
  }
  .postaja [aria-hidden='true']::after {
    color: inherit;
    content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.2%22%20height%3D%2211.4%22%20viewBox%3D%220%200%207.2%2011.4%22%3E%3Cdefs%3E%3Cstyle%3E.right%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-5.4%20-2.3%29%22%3E%3Cpath%20class%3D%22right%22%20d%3D%22M6.9%2C13.7%2C5.4%2C12.3%2C9.7%2C8%2C5.4%2C3.7%2C6.9%2C2.3%2C12.6%2C8Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    margin-left: .5em;
  }
}

[data-postaja-gorivo='e5']::before {
  background-color: #8dd374;
  border-radius: 100%;
}

[data-postaja-gorivo='b7']::before {
  background-color: #2c313c;
  border-radius: .3em;
}

[data-postaja-gorivo='h2']::before {
  background-color: #fac02d;
  border-radius: .3em;
  content: '\00a0\00a0' !important;
  -ms-transform: rotate(45deg);
      transform: rotateZ(45deg);
}

[data-postaja-gorivo='h2']::after {
  color: #fff;
  content: attr(data-postaja-gorivo);
  display: block;
  font-size: 0.875rem;
  margin: 0 auto .5em;
  padding: .4em .4em .3em;
  text-transform: uppercase;
  width: 1.7em;
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

header[role='banner'],
.trazilica-obrazac,
.trazilica-rezultati,
.cijene-emailom-obrazac,
footer[role='contentinfo'], .projekt-opis h1, .projekt-tekst, .projekt-brojke, .projekt-brojke h2,
.projekt-brojke dl, .postaja-stranica h1,
.postaja-stranica .postaja,
.postaja-stranica .postaja-opcije > h2,
.postaja-stranica .postaja-opcije > ul,
.postaja-stranica .postaja-grafikon {
  margin-left: auto;
  margin-right: auto;
  max-width: 102.857rem;
  padding-left: 2vw;
  padding-right: 2vw;
}

header[role='banner'] {
  left: 50%;
  overflow: visible;
  padding: 0;
  position: fixed;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 100%;
  z-index: 10;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (min-width: 55em) {
  header[role='banner'] {
    z-index: 11;
  }
}

#main-content {
  padding-top: 3.375rem;
  position: relative;
}

@media (min-width: 55em) {
  #main-content {
    padding-top: 4.5125rem;
  }
}

.trazilica-goriva {
  position: relative;
}

.trazilica-karta {
  background-color: #d6d6d6;
  left: 0;
  min-height: 480px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 0;
}

.trazilica-obrazac {
  padding-top: 0;
  position: relative;
}

@media (min-width: 55em) {
  .trazilica-obrazac {
    z-index: 0;
  }
}

.trazilica {
  left: 2vw;
  height: calc(480px - 2vw - 4.6875rem);
  position: absolute;
  top: calc(1vw - 480px);
  width: calc(100% - 2*2vw);
}

@media (min-width: 55em) {
  .trazilica {
    max-width: 40em;
    z-index: 0;
  }
}

.trazilica input,
.trazilica select,
.trazilica .otvori-filtre {
  background-color: transparent;
  box-shadow: none;
  color: inherit;
  margin: 0;
  padding: 1.6rem;
  position: relative;
  width: 100%;
}

.trazilica input:focus, .trazilica input:active,
.trazilica select:focus,
.trazilica select:active,
.trazilica .otvori-filtre:focus,
.trazilica .otvori-filtre:active {
  background-color: #fff;
}

.trazilica .otvori-filtre {
  background-color: #fff;
  color: #57a4ff;
  display: block;
  text-align: center;
}

@media (min-width: 55em) {
  .trazilica .otvori-filtre {
    color: #878a90;
    text-align: left;
  }
}

.trazilica select {
  background-image: linear-gradient(to bottom, transparent 0%, transparent 100%);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 100%;
}

.trazilica select:invalid {
  background-color: transparent;
}

.trazilica select:valid {
  background-color: #fff;
}

.trazi-opcije {
  color: #878a90;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (min-width: 55em) {
  .trazi-opcije {
    color: #878a90;
  }
}

.trazi-opcije label {
  color: transparent;
  display: block;
  left: 0;
  padding: 1.6rem;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 100%;
  z-index: 0;
}

@media (min-width: 55em) {
  .trazi-opcije label {
    color: inherit;
  }
}

.trazi-opcije label::before {
  color: #57a4ff;
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.017%22%20height%3D%2216.001%22%20viewBox%3D%220%200%2017.017%2016.001%22%20aria-hidden%3D%22true%22%20role%3D%22img%22%20focusable%3D%22false%22%3E%3Ctitle%3EVrsta%20goriva%3C%2Ftitle%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%2357a4ff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280.517%200.501%29%22%3E%3Cpath%20class%3D%22a%22%20d%3D%22M15.5%2C14.5H2.5v-8l5-5h8Z%22%2F%3E%3Cline%20class%3D%22a%22%20x2%3D%224%22%20transform%3D%22translate%288.5%204.5%29%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M.5.5a3.167%2C3.167%2C0%2C0%2C1%2C3%2C2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  display: inline-block;
  height: 1em;
  left: 50%;
  margin-right: .8em;
  position: absolute;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  vertical-align: sub;
  width: auto;
}

@media (min-width: 55em) {
  .trazi-opcije label::before {
    color: #878a90;
    content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.017%22%20height%3D%2216.001%22%20viewBox%3D%220%200%2017.017%2016.001%22%20aria-hidden%3D%22true%22%20role%3D%22img%22%20focusable%3D%22false%22%3E%3Ctitle%3EVrsta%20goriva%3C%2Ftitle%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%23878a90%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280.517%200.501%29%22%3E%3Cpath%20class%3D%22a%22%20d%3D%22M15.5%2C14.5H2.5v-8l5-5h8Z%22%2F%3E%3Cline%20class%3D%22a%22%20x2%3D%224%22%20transform%3D%22translate%288.5%204.5%29%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M.5.5a3.167%2C3.167%2C0%2C0%2C1%2C3%2C2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    position: static;
    -ms-transform: none;
        transform: none;
  }
}

.trazi-opcije .traziradius-label::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20aria-hidden%3D%22true%22%20role%3D%22img%22%20focusable%3D%22false%22%3E%3Ctitle%3ERadius%2FUdaljenost%3C%2Ftitle%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%2357a4ff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%3B%7D.b%7Bfill%3A%23878a90%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280.5%200.5%29%22%3E%3Cpath%20class%3D%22a%22%20d%3D%22M3.5%2C11.5a4%2C4%2C0%2C0%2C0%2C4%2C4%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M3.5%2C8.5q3-3.344%2C3-5a3%2C3%2C0%2C1%2C0-6%2C0Q.5%2C5.158%2C3.5%2C8.5Z%22%2F%3E%3Ccircle%20class%3D%22b%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate%2810%207%29%22%2F%3E%3Ccircle%20class%3D%22b%22%20cx%3D%221%22%20cy%3D%221%22%20r%3D%221%22%20transform%3D%22translate%282.5%202.5%29%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M11.5%2C15q4-4.29%2C4-6.5a4%2C4%2C0%2C1%2C0-8%2C0Q7.5%2C10.71%2C11.5%2C15Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@media (min-width: 55em) {
  .trazi-opcije .traziradius-label::before {
    content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20aria-hidden%3D%22true%22%20role%3D%22img%22%20focusable%3D%22false%22%3E%3Ctitle%3ERadius%2FUdaljenost%3C%2Ftitle%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%23878a90%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%3B%7D.b%7Bfill%3A%23878a90%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280.5%200.5%29%22%3E%3Cpath%20class%3D%22a%22%20d%3D%22M3.5%2C11.5a4%2C4%2C0%2C0%2C0%2C4%2C4%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M3.5%2C8.5q3-3.344%2C3-5a3%2C3%2C0%2C1%2C0-6%2C0Q.5%2C5.158%2C3.5%2C8.5Z%22%2F%3E%3Ccircle%20class%3D%22b%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate%2810%207%29%22%2F%3E%3Ccircle%20class%3D%22b%22%20cx%3D%221%22%20cy%3D%221%22%20r%3D%221%22%20transform%3D%22translate%282.5%202.5%29%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M11.5%2C15q4-4.29%2C4-6.5a4%2C4%2C0%2C1%2C0-8%2C0Q7.5%2C10.71%2C11.5%2C15Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

#lokacija {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  display: block;
  font-size: 1.25rem;
  margin: 0 0 2px;
  padding: 1.6rem;
  width: 100%;
}

.trazilica .react-autosuggest__input {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  display: block;
  font-size: 1.25rem;
  margin: 0 0 2px;
  padding: 1.6rem;
  width: 100%;
}

.trazilica .react-autosuggest__input--focused {
  outline: none;
}

.trazilica .react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.trazilica .react-autosuggest__suggestions-container {
  display: none;
}

.trazilica .react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  /* top: 51px; */
  /* width: 280px; */
  width: 100%;
  border: 1px solid #aaa;
  background-color: #fff;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
}

.trazilica .react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.trazilica .react-autosuggest__suggestion {
  cursor: pointer;
  padding: 10px 20px;
}

.trazilica .react-autosuggest__suggestion--highlighted {
  background-color: #ddd;
}

#lokacija::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}

.trazilica .react-autosuggest__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}

#lokacija:-moz-placeholder {
  font-style: italic;
}

.trazilica .react-autosuggest__input:-moz-placeholder {
  font-style: italic;
}

#lokacija::-moz-placeholder {
  font-style: italic;
}

.trazilica .react-autosuggest__input::-moz-placeholder {
  font-style: italic;
}

#lokacija:-ms-input-placeholder {
  font-style: italic;
}

.trazilica .react-autosuggest__input:-ms-input-placeholder {
  font-style: italic;
}

#lokacija::-ms-input-placeholder {
  font-style: italic;
}

.trazilica .react-autosuggest__input::-ms-input-placeholder {
  font-style: italic;
}

#lokacija::-webkit-input-placeholder {
  font-style: italic;
}

.trazilica .react-autosuggest__input::-webkit-input-placeholder {
  font-style: italic;
}

#lokacija:-ms-input-placeholder {
  font-style: italic;
}

.trazilica .react-autosuggest__input:-ms-input-placeholder {
  font-style: italic;
}

#lokacija::placeholder {
  font-style: italic;
}

.trazilica .react-autosuggest__input::placeholder {
  font-style: italic;
}

.otvori-otvorene-postaje,
.trazi-lokacija > button[type='submit'] {
  background-color: #fff;
  color: #57a4ff;
  padding: 0 1rem;
  line-height: 1.5;
  font-size: 2.25rem;
}

.otvori-otvorene-postaje:focus,
.trazi-lokacija > button[type='submit']:focus, .otvori-otvorene-postaje:hover,
.trazi-lokacija > button[type='submit']:hover, .otvori-otvorene-postaje:active,
.trazi-lokacija > button[type='submit']:active {
  text-shadow: 1px 1px 0 #000;
  text-decoration: none;
}

.otvori-otvorene-postaje,
.trazi-lokacija > button[type='submit'] {
  background-color: #fff;
  display: block;
  line-height: 1.6;
  margin: 0;
  padding: 0.8rem 1.6rem 0.8rem 0.8rem;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 3;
}

.otvori-otvorene-postaje {
  display: none;
  font-size: 4em;
  line-height: 1;
  padding: .8rem;
  right: 4.7rem;
}

@media (min-width: 55em) {
  .otvori-otvorene-postaje {
    display: block;
  }
}

.trazivrstagoriva,
.traziradius {
  background-color: #fff;
  border-right: 1px solid #f3f4f5;
  position: relative;
}

.trazivrstagoriva,
.traziradius,
.trazi-opcije .otvori-filtre {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 33.33333%;
}

.icon-svg {
  line-height: 1.5;
  margin-right: .8em;
  vertical-align: sub;
}

.trazilica-filtri {
  background-color: #fff;
  display: block;
  height: 100vh;
  left: 0;
  margin: 0;
  overflow-x: visible;
  overflow-y: scroll;
  padding: 0;
  position: absolute;
  -ms-transform: translateX(-100vw);
      transform: translateX(-100vw);
  transition: transform .6s ease 0s;
  top: 0;
  width: 100vw;
  z-index: 30;
}

@supports (position: fixed) {
  .trazilica-filtri {
    position: fixed;
  }
}

@media (min-width: 55em) {
  .trazilica-filtri {
    height: auto;
    left: 0;
    min-height: calc(480px - 2vw - 4.6875rem);
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.trazilica-filtri h2 {
  color: #57a4ff;
  font-size: 1.375rem;
  font-weight: normal;
  left: calc(2vw + 1em);
  line-height: 1;
  margin: 0;
  padding: 1rem 0;
  position: absolute;
  z-index: 0;
}

@media (min-width: 55em) {
  .trazilica-filtri h2 {
    color: #2c313c;
  }
}

#trazilica-filtri-jump {
  display: none;
  position: fixed;
}

#trazilica-filtri-jump:target + .trazilica-filtri {
  animation-name: none;
  display: block;
  outline: none;
  text-align: left;
  -ms-transform: none;
      transform: none;
  transition: transform .6s ease 0s;
}

#trazilica-otvorene-jump {
  display: none;
  position: fixed;
}

#trazilica-otvorene-jump:target + .trazilica-rezultati-otvorene {
  animation-name: none;
  outline: none;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition: transform .6s ease 0s;
}

.trazilica-rezultati-otvorene {
  background-color: #fff;
  display: none;
  left: 2vw;
  height: calc(480px - 4vw - 9.375rem);
  overflow: auto;
  position: absolute;
  top: calc(3vw - 480px + 9.375rem);
  -ms-transform: translateX(-100vw);
      transform: translateX(-100vw);
  transition: transform .6s ease 0s;
  width: calc(100% - 2*2vw);
  z-index: 0;
}

@media (min-width: 55em) {
  .trazilica-rezultati-otvorene {
    display: block;
    max-width: 40em;
  }
}

.trazilica-rezultati-otvorene h2 {
  background-color: #f7f7f7;
  color: #57a4ff;
  font-family: "Roboto Condensed", "Helvetica Condensed", "Nimbus Sans L Condensed", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin: 0;
  padding: 0.8em 1.6rem 0.6em;
  text-transform: uppercase;
}

.trazilica-rezultati-otvorene .postaja {
  max-width: 50em;
  margin: 1em auto;
}

.trazilica-rezultati-otvorene .postaja .postaja-link {
  padding: 1.6rem;
}

.trazilica-rezultati-otvorene .postaja h3 {
  margin-top: 0;
  padding-right: 10em;
}

.trazilica-rezultati-otvorene .postaja .postaja-rv {
  left: auto;
  right: 1.6rem;
}

.trazilica-rezultati-otvorene .postaja .postaja-lokacija li {
  display: inline;
  margin-right: 1em;
}

.trazilica-rezultati-otvorene .postaja .postaja-cijene {
  border-width: 0;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}

.trazilica-rezultati-otvorene .postaja .postaja-cijene li {
  border-width: 0 !important;
  display: inline-block;
  margin-right: 1.2em;
  padding: 0;
}

.trazilica-rezultati-otvorene .postaja .postaja-cijene li::before {
  display: inline-block;
  margin: 0 .6em 0 0;
  text-align: center;
}

.trazilica-rezultati-otvorene .postaja .postaja-cijene [data-postaja-gorivo='h2']::after {
  display: inline-block;
  left: 1.3em;
  margin: 0 .8em 0 0;
  text-align: center;
}

.zatvori-filtre {
  display: block;
  padding: 1rem 2vw;
  position: relative;
}

.trazilica-rezultati,
.cijene-emailom-obrazac,
footer[role='contentinfo'] {
  background-color: #fff;
  padding: 6.4rem 2vw 3.2rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.trazilica-rezultati, .obveznici-rezultati {
  display: -ms-flexbox;
  display: flex;
}

.trazilica-rezultati::after, .obveznici-rezultati::after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  -ms-flex-order: 1;
      order: 1;
}

.trazilica-rezultati {
  background-color: #f5f9ff;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.trazilica-rezultati h2 {
  margin-bottom: 4.8rem;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

.trazilica-rezultati h2::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232.012%22%20height%3D%2230.001%22%20viewBox%3D%220%200%2032.012%2030.001%22%3E%3Cdefs%3E%3Cstyle%3E.fuel-large-b%7Bfill%3A%23add3ff%3B%7D.fuel-large-b%2C.fuel-large-bb%7Bstroke%3A%2357a4ff%3Bstroke-linecap%3Asquare%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%7D.fuel-large-bb%7Bfill%3Anone%3B%7D.c%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280.012%20-0.999%29%22%3E%3Cpath%20class%3D%22fuel-large-b%22%20d%3D%22M31%2C30H6V12l8-8H27a4%2C4%2C0%2C0%2C1%2C4%2C4Z%22%2F%3E%3Cpath%20class%3D%22fuel-large-bb%22%20d%3D%22M1%2C2A7.328%2C7.328%2C0%2C0%2C1%2C7%2C5%22%2F%3E%3Crect%20class%3D%22c%22%20width%3D%2211%22%20height%3D%224%22%20rx%3D%222%22%20transform%3D%22translate%2816%208%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  display: block;
  margin: 0 0 .5em;
}

.postaje-sve,
.load-more,
.obveznici-jos {
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 12em;
  position: relative;
  text-align: left;
  -ms-flex-order: 2;
      order: 2;
}

.postaje-sve::after,
.load-more::after,
.obveznici-jos::after {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.2%22%20height%3D%2211.4%22%20viewBox%3D%220%200%207.2%2011.4%22%3E%3Cdefs%3E%3Cstyle%3E.right%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-5.4%20-2.3%29%22%3E%3Cpath%20class%3D%22right%22%20d%3D%22M6.9%2C13.7%2C5.4%2C12.3%2C9.7%2C8%2C5.4%2C3.7%2C6.9%2C2.3%2C12.6%2C8Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  right: 2em;
  margin-left: 1em;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.postaje-sve:focus::after, .postaje-sve:hover::after,
.load-more:focus::after,
.load-more:hover::after,
.obveznici-jos:focus::after,
.obveznici-jos:hover::after {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.2%22%20height%3D%2211.4%22%20viewBox%3D%220%200%207.2%2011.4%22%3E%3Cdefs%3E%3Cstyle%3E.right%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-5.4%20-2.3%29%22%3E%3Cpath%20class%3D%22right%22%20d%3D%22M6.9%2C13.7%2C5.4%2C12.3%2C9.7%2C8%2C5.4%2C3.7%2C6.9%2C2.3%2C12.6%2C8Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.cijene-emailom-obrazac {
  background-color: #fff;
  overflow: hidden;
  padding: 2vw;
  margin: 1.6rem auto;
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 4.8rem;
  text-align: center;
  z-index: 1;
}

.cijene-emailom-obrazac::before {
  background-color: #fff;
  background-image: linear-gradient(#f7faff 0, #f7faff 100%), linear-gradient(#f7faff 0, #f7faff 100%), linear-gradient(#f7faff 0, #f7faff 100%), linear-gradient(#f7faff 0, #f7faff 100%), linear-gradient(#f7faff 0, #f7faff 100%), linear-gradient(#f7faff 0, #f7faff 100%);
  background-position: 100% 0, 38.28125% 0, 0 42.64706%, 64.76562% 37.7451%, 15.54688% 100%, 77.10938% 88.72549%;
  background-repeat: no-repeat;
  background-size: 16.17188% 33.82353%, 9.76562% 20.42484%, 3.67188% 7.67974%, 3.67188% 7.67974%, 7.1875% 15.03268%, 9.76562% 20.42484%;
  content: '';
  display: block;
  height: 0;
  left: 0;
  padding-top: 47.8125%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.cijene-emailom-obrazac::before {
  top: 4.8rem;
}

.cijene-emailom-obrazac h2 {
  margin-bottom: 4.8rem;
}

.cijene-emailom-obrazac h2::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2226%22%20viewBox%3D%220%200%2032%2026%22%3E%3Cdefs%3E%3Cstyle%3E.mail%7Bfill%3A%23add3ff%3Bstroke%3A%2357a4ff%3Bstroke-linecap%3Asquare%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%7D.mailb%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280%20-3%29%22%3E%3Crect%20class%3D%22mail%22%20width%3D%2230%22%20height%3D%2224%22%20rx%3D%223%22%20transform%3D%22translate%281%204%29%22%2F%3E%3Cpath%20class%3D%22mailb%22%20d%3D%22M30%2C5%2C16%2C16%2C2%2C5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  display: block;
  margin: 0 0 .5em;
}

.projekt-opis h1, .projekt-tekst, .projekt-brojke, .projekt-brojke h2,
.projekt-brojke dl {
  padding-left: 8vw;
  padding-right: 8vw;
}

.projekt-opis {
  color: #2c313c;
}

@media (min-width: 55em) {
  .projekt-opis {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.projekt-opis h1 {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
}

.projekt-tekst {
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
}

@media (min-width: 55em) {
  .projekt-tekst {
    margin-left: 0;
    margin-right: 0;
    width: 30em;
  }
}

.projekt-slika {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 55em) {
  .projekt-tekst,
  .projekt-slika {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .projekt-tekst:nth-of-type(2n),
  .projekt-slika:nth-of-type(2n) {
    -ms-flex-order: 2;
        order: 2;
  }
  .projekt-slika:nth-of-type(2n) {
    -ms-flex-order: 1;
        order: 1;
  }
}

.projekt-brojke {
  background-color: #f5f9ff;
  overflow: hidden;
  padding: 2vw;
  margin: 1.6rem auto;
  position: relative;
  z-index: 0;
  margin-bottom: 1.6rem;
  padding-bottom: 3.2rem;
  padding-top: 3.2rem;
  text-align: center;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
}

.projekt-brojke::before {
  background-color: #f5f9ff;
  background-image: linear-gradient(#edf5ff 0, #edf5ff 100%), linear-gradient(#edf5ff 0, #edf5ff 100%), linear-gradient(#edf5ff 0, #edf5ff 100%), linear-gradient(#edf5ff 0, #edf5ff 100%), linear-gradient(#edf5ff 0, #edf5ff 100%), linear-gradient(#edf5ff 0, #edf5ff 100%);
  background-position: 100% 0, 38.28125% 0, 0 42.64706%, 64.76562% 37.7451%, 15.54688% 100%, 77.10938% 88.72549%;
  background-repeat: no-repeat;
  background-size: 16.17188% 33.82353%, 9.76562% 20.42484%, 3.67188% 7.67974%, 3.67188% 7.67974%, 7.1875% 15.03268%, 9.76562% 20.42484%;
  content: '';
  display: block;
  height: 0;
  left: 0;
  padding-top: 47.8125%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.projekt-brojke h2 {
  font-size: 0.875rem;
}

.projekt-brojke dt {
  font-size: 1.25rem;
  font-weight: normal;
  margin-top: 8rem;
}

.projekt-brojke dd {
  color: #57a4ff;
  font-size: 2.5rem;
  font-weight: bold;
  margin: -6rem 0 0;
}

@media (min-width: 55em) {
  .projekt-brojke dl {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .projekt-brojke dt,
  .projekt-brojke dd {
    margin: 0;
    padding: 0;
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
  }
  .projekt-brojke dt {
    -ms-flex-order: 2;
        order: 2;
  }
  .projekt-brojke dd {
    -ms-flex-order: 1;
        order: 1;
  }
}

.postaja-karta, .obveznici-karta {
  background-color: #d6d6d6;
  margin-top: -1.6rem;
  height: 480px;
  z-index: 0;
}

.postaja-stranica h1 {
  text-align: center;
}

.postaja-stranica h1::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232.012%22%20height%3D%2230.001%22%20viewBox%3D%220%200%2032.012%2030.001%22%3E%3Cdefs%3E%3Cstyle%3E.fuel-large-b%7Bfill%3A%23add3ff%3B%7D.fuel-large-b%2C.fuel-large-bb%7Bstroke%3A%2357a4ff%3Bstroke-linecap%3Asquare%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%7D.fuel-large-bb%7Bfill%3Anone%3B%7D.c%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280.012%20-0.999%29%22%3E%3Cpath%20class%3D%22fuel-large-b%22%20d%3D%22M31%2C30H6V12l8-8H27a4%2C4%2C0%2C0%2C1%2C4%2C4Z%22%2F%3E%3Cpath%20class%3D%22fuel-large-bb%22%20d%3D%22M1%2C2A7.328%2C7.328%2C0%2C0%2C1%2C7%2C5%22%2F%3E%3Crect%20class%3D%22c%22%20width%3D%2211%22%20height%3D%224%22%20rx%3D%222%22%20transform%3D%22translate%2816%208%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  display: block;
  margin: 0 0 .5em;
}

.postaja-stranica .postaja-rv {
  background-color: #e8f6e3;
  border-radius: .2em;
  color: #8dd374;
  padding: .2em .4em .1em;
  text-transform: uppercase;
  display: table;
  margin: 1.6rem auto;
  position: static;
  text-align: center;
}

.postaja-stranica .postaja-rv dt,
.postaja-stranica .postaja-rv dd {
  background-color: #e8f6e3;
  border-radius: .2em;
  color: #8dd374;
  padding: .2em .4em .1em;
  text-transform: uppercase;
  display: table-cell;
  font-size: 0.6875rem;
  font-weight: bold;
  padding-bottom: 0;
  padding-top: 0;
}

.postaja-stranica .postaja-lokacija {
  display: table;
  margin: 1.6rem auto;
}

.postaja-stranica .postaja-lokacija li {
  display: table;
}

.postaja-stranica .postaja-cijene {
  margin-left: -2vw;
  margin-right: -2vw;
}

@media (min-width: 55em) {
  .postaja-stranica .postaja-cijene {
    margin-left: 0;
    margin-right: 0;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .postaja-stranica .postaja-cijene [data-postaja-gorivo] {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.postaja-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 1.6rem auto;
  text-align: center;
}

.postaja-odvedi {
  margin-left: 1em;
  margin-right: 1em;
  min-width: 12em;
}

@media (min-width: 55em) {
  .postaja-share {
    min-width: 12em;
  }
}

.postaja-opcije {
  background-color: #f5f9ff;
  overflow: hidden;
  padding: 2vw;
  margin: 1.6rem auto;
  position: relative;
  z-index: 0;
  color: #2c313c;
  padding: 4rem 4vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.postaja-opcije::before {
  background-color: #f5f9ff;
  background-image: linear-gradient(#edf5ff 0, #edf5ff 100%), linear-gradient(#edf5ff 0, #edf5ff 100%), linear-gradient(#edf5ff 0, #edf5ff 100%), linear-gradient(#edf5ff 0, #edf5ff 100%), linear-gradient(#edf5ff 0, #edf5ff 100%), linear-gradient(#edf5ff 0, #edf5ff 100%);
  background-position: 100% 0, 38.28125% 0, 0 42.64706%, 64.76562% 37.7451%, 15.54688% 100%, 77.10938% 88.72549%;
  background-repeat: no-repeat;
  background-size: 16.17188% 33.82353%, 9.76562% 20.42484%, 3.67188% 7.67974%, 3.67188% 7.67974%, 7.1875% 15.03268%, 9.76562% 20.42484%;
  content: '';
  display: block;
  height: 0;
  left: 0;
  padding-top: 47.8125%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.postaja-opcije ul {
  list-style: none;
}

@media (min-width: 55em) {
  .postaja-opcije ul {
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}

.postaja-opcije li {
  margin-bottom: 1em;
}

@media (min-width: 55em) {
  .postaja-opcije li {
    margin-bottom: 2em;
    margin-right: 2em;
    width: 10em;
  }
}

.postaja-grafikon {
  padding: 3.2rem 2vw;
}

.obveznici-stranica h1,
.obveznici-stranica .traziob-label {
  display: none;
}

.obveznici-karta {
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.obveznici-trazilica {
  min-height: 480px;
  padding: 2vw;
  position: relative;
  z-index: 1;
}

@media (min-width: 55em) {
  .obveznici-trazilica {
    padding: 4rem 4vw;
  }
}

.obveznici-rezultati {
  padding: 1.6rem 2vw;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 55em) {
  .obveznici-rezultati {
    display: block;
  }
  .obveznici-rezultati .postaja {
    max-width: 50em;
    margin: 1em auto;
  }
  .obveznici-rezultati .postaja .postaja-link {
    padding: 1.6rem;
  }
  .obveznici-rezultati .postaja h3 {
    margin-top: 0;
    padding-right: 10em;
  }
  .obveznici-rezultati .postaja .postaja-rv {
    left: auto;
    right: 1.6rem;
  }
  .obveznici-rezultati .postaja .postaja-lokacija li {
    display: inline;
    margin-right: 1em;
  }
  .obveznici-rezultati .postaja .postaja-cijene {
    border-width: 0;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .obveznici-rezultati .postaja .postaja-cijene li {
    border-width: 0 !important;
    display: inline-block;
    margin-right: 1.2em;
    padding: 0;
  }
  .obveznici-rezultati .postaja .postaja-cijene li::before {
    display: inline-block;
    margin: 0 .6em 0 0;
    text-align: center;
  }
  .obveznici-rezultati .postaja .postaja-cijene [data-postaja-gorivo='h2']::after {
    display: inline-block;
    left: 1.3em;
    margin: 0 .8em 0 0;
    text-align: center;
  }
}

.obveznici-jos {
  min-width: 10em;
  -ms-flex-order: 2;
      order: 2;
}

@media (min-width: 55em) {
  .obveznici-jos {
    display: block;
  }
}

@media (min-width: 55em) {
  .postaja-opcije, .postaja-karta {
    display: table-cell;
    width: 50vw;
  }
}

@media (min-width: 55em) and (min-width: 90em) {
  .postaja-opcije, .postaja-karta {
    padding-left: calc(2vw + 50vw - 102.857rem/2);
  }
}

@media (min-width: 55em) {
  .obveznici-trazilica, .obveznici-karta {
    display: table-cell;
    width: 50vw;
    position: relative;
  }
}

@media (min-width: 55em) and (min-width: 90em) {
  .obveznici-trazilica, .obveznici-karta {
    padding-left: calc(2vw + 50vw - 102.857rem/2);
  }
}

@media (min-width: 55em) {
  .obveznici-trazilica {
    background-color: #f5f9ff;
  }
}

.op-zamjena-ulja, .op-autopraonica, .op-opskrbaPlovila, .op-wifi, .op-bankomat, .op-wc, .op-mjenjacnica, .op-trgovina, .op-restoran, .op-caffeBar, .op-pekarskiProizvodi, .op-wc-invalide, .op-previjalisteBebe, .op-tus, .op-igraonica, .op-hotel, .op-parkingAutobuse, .op-kucniLjubimci, .op-24sata {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 2em;
}

.op-1,
.op-2,
.op-3,
.op-4,
.op-5,
.op-6,
.op-7,
.op-8,
.op-9,
.op-10,
.op-11,
.op-12,
.op-13,
.op-14,
.op-15,
.op-16,
.op-17,
.op-18,
.op-19
{
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 2em;
}

.op-zamjena-ulja, .op-1 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220%200%2012%2016%22%3E%3Cdefs%3E%3Cstyle%3E.drop%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-2%29%22%3E%3Cpath%20class%3D%22drop%22%20d%3D%22M8%2C16a5.943%2C5.943%2C0%2C0%2C0%2C6-6C14%2C6.5%2C8%2C0%2C8%2C0S2%2C6.5%2C2%2C10A5.943%2C5.943%2C0%2C0%2C0%2C8%2C16Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.op-autopraonica, .op-2 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.carwash%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22carwash%22%20d%3D%22M10%2C5c0-1.9%2C3-5%2C3-5s3%2C3.1%2C3%2C5a3%2C3%2C0%2C0%2C1-6%2C0Z%22%2F%3E%3Cpath%20class%3D%22carwash%22%20d%3D%22M7.707%2C10.293l-.786-.786L5.98%2C4.8A1%2C1%2C0%2C0%2C0%2C5%2C4H0V6H4.18l.6%2C3H0v5H3v1a1%2C1%2C0%2C0%2C0%2C1%2C1H7a1%2C1%2C0%2C0%2C0%2C1-1V11a1%2C1%2C0%2C0%2C0-.293-.707ZM6%2C13H5V12H6Z%22%2F%3E%3C%2Fsvg%3E");
}

.op-opskrbaPlovila, .op-3 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.boat%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22boat%22%20d%3D%22M13%2C16H1L0%2C13H16Z%22%2F%3E%3Cpath%20class%3D%22boat%22%20d%3D%22M11%2C5v6h4Z%22%2F%3E%3Cpath%20class%3D%22boat%22%20d%3D%22M1%2C11H9V0Z%22%2F%3E%3C%2Fsvg%3E");
}

.op-wifi, .op-4 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2212%22%20viewBox%3D%220%200%2016%2012%22%3E%3Cdefs%3E%3Cstyle%3E.wifi%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280%20-2%29%22%3E%3Ccircle%20class%3D%22wifi%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate%286.5%2011%29%22%2F%3E%3Cpath%20class%3D%22wifi%22%20d%3D%22M11.5%2C10A4.691%2C4.691%2C0%2C0%2C0%2C8%2C8.5%2C4.691%2C4.691%2C0%2C0%2C0%2C4.5%2C10L3.1%2C8.6A6.505%2C6.505%2C0%2C0%2C1%2C8%2C6.5a6.505%2C6.505%2C0%2C0%2C1%2C4.9%2C2.1Z%22%2F%3E%3Cpath%20class%3D%22wifi%22%20d%3D%22M8%2C2A11.435%2C11.435%2C0%2C0%2C0%2C0%2C5.2L1.4%2C6.6A9.469%2C9.469%2C0%2C0%2C1%2C8%2C4a9.14%2C9.14%2C0%2C0%2C1%2C6.6%2C2.7L16%2C5.2A11.435%2C11.435%2C0%2C0%2C0%2C8%2C2Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.op-bankomat, .op-5 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.wallet%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22wallet%22%20d%3D%22M10%2C0H1.5A1.538%2C1.538%2C0%2C0%2C0%2C0%2C1.5H0A1.538%2C1.538%2C0%2C0%2C0%2C1.5%2C3H10Z%22%2F%3E%3Cpath%20class%3D%22wallet%22%20d%3D%22M15%2C5H0v9a2.006%2C2.006%2C0%2C0%2C0%2C2%2C2H15a.945.945%2C0%2C0%2C0%2C1-1V6A.945.945%2C0%2C0%2C0%2C15%2C5Zm-2.5%2C7A1.5%2C1.5%2C0%2C1%2C1%2C14%2C10.5%2C1.538%2C1.538%2C0%2C0%2C1%2C12.5%2C12Z%22%2F%3E%3C%2Fsvg%3E");
}

.op-wc, .op-6 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%3E%3Cdefs%3E%3Cstyle%3E.toilet%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-1%29%22%3E%3Cpath%20class%3D%22toilet%22%20d%3D%22M15%2C9H1a4.951%2C4.951%2C0%2C0%2C0%2C5%2C5H6v2h4V14h0a4.951%2C4.951%2C0%2C0%2C0%2C5-5Z%22%2F%3E%3Cpath%20class%3D%22toilet%22%20d%3D%22M13%2C7H3V2A2.006%2C2.006%2C0%2C0%2C1%2C5%2C0h6a2.006%2C2.006%2C0%2C0%2C1%2C2%2C2Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.op-mjenjacnica, .op-7 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%3E%3Cdefs%3E%3Cstyle%3E.reload%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-8%29%22%3E%3Cpath%20class%3D%22reload%22%20d%3D%22M8.5%2C3a6.044%2C6.044%2C0%2C0%2C1%2C3.2%2C1H9V6h6V0H13V2.5A7.177%2C7.177%2C0%2C0%2C0%2C8.5%2C1%2C7.518%2C7.518%2C0%2C0%2C0%2C1%2C7.9l2%2C.2A5.476%2C5.476%2C0%2C0%2C1%2C8.5%2C3Z%22%20transform%3D%22translate%287%29%22%2F%3E%3Cpath%20class%3D%22reload%22%20d%3D%22M7.5%2C13a6.044%2C6.044%2C0%2C0%2C1-3.2-1H7V10H1v6H3V13.5A7.177%2C7.177%2C0%2C0%2C0%2C7.5%2C15%2C7.518%2C7.518%2C0%2C0%2C0%2C15%2C8.1l-2-.2A5.476%2C5.476%2C0%2C0%2C1%2C7.5%2C13Z%22%20transform%3D%22translate%287%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.op-trgovina, .op-8 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.store%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22store%22%20d%3D%22M14%2C3V1a1%2C1%2C0%2C0%2C0-1-1H3A1%2C1%2C0%2C0%2C0%2C2%2C1V3L0%2C6H16Z%22%2F%3E%3Cpath%20class%3D%22store%22%20d%3D%22M2%2C8v7a1%2C1%2C0%2C0%2C0%2C1%2C1H6V12h4v4h3a1%2C1%2C0%2C0%2C0%2C1-1V8Z%22%2F%3E%3C%2Fsvg%3E");
}

.op-restoran, .op-9 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.843%22%20height%3D%2215.415%22%20viewBox%3D%220%200%2015.843%2015.415%22%3E%3Cdefs%3E%3Cstyle%3E.cutlery%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280%200.001%29%22%3E%3Crect%20class%3D%22cutlery%22%20width%3D%222%22%20height%3D%223.613%22%20transform%3D%22translate%2811.445%2012.859%29%20rotate%28-45%29%22%2F%3E%3Cpath%20class%3D%22cutlery%22%20d%3D%22M14.707%2C1.293a1%2C1%2C0%2C0%2C0-1.414%2C0L8%2C6.586l-.939-.94.793-.792a.5.5%2C0%2C0%2C0%2C0-.708l-4-4a.5.5%2C0%2C0%2C0-.708.708L6.293%2C4%2C5.5%2C4.793%2C2.354%2C1.646a.5.5%2C0%2C0%2C0-.708.708L4.793%2C5.5%2C4%2C6.293.854%2C3.146a.5.5%2C0%2C1%2C0-.708.708l4%2C4a.5.5%2C0%2C0%2C0%2C.708%2C0l.792-.793L6.586%2C8l-6%2C6L2%2C15.414l4-4%2C1.324%2C1.324a1%2C1%2C0%2C0%2C0%2C1.414%2C0L14.707%2C6.77a3.871%2C3.871%2C0%2C0%2C0%2C0-5.477Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.op-caffeBar, .op-10 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.terrace%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22terrace%22%20d%3D%22M15%2C9H1a1%2C1%2C0%2C0%2C0%2C0%2C2H3v5H5V11h6v5h2V11h2a1%2C1%2C0%2C0%2C0%2C0-2Z%22%2F%3E%3Cpath%20class%3D%22terrace%22%20d%3D%22M7%2C7H9V5h7A8.9%2C8.9%2C0%2C0%2C0%2C0%2C5H7Z%22%2F%3E%3C%2Fsvg%3E");
}

.op-pekarskiProizvodi, .op-11 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.001%22%20height%3D%2216%22%20viewBox%3D%220%200%2016.001%2016%22%3E%3Cdefs%3E%3Cstyle%3E.bakery%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280.001%29%22%3E%3Cpath%20class%3D%22bakery%22%20d%3D%22M9.732%2C1.076A3.624%2C3.624%2C0%2C0%2C0%2C8.71%2C3.221a4.372%2C4.372%2C0%2C0%2C1%2C1.969%2C2.263A5.186%2C5.186%2C0%2C0%2C0%2C8.733%2C4.4a3.667%2C3.667%2C0%2C0%2C0-3.328%2C1A3.62%2C3.62%2C0%2C0%2C0%2C4.383%2C7.55%2C4.374%2C4.374%2C0%2C0%2C1%2C6.352%2C9.811%2C5.144%2C5.144%2C0%2C0%2C0%2C4.406%2C8.73%2C3.672%2C3.672%2C0%2C1%2C0%2C6.27%2C14.922l8.655-8.654A3.672%2C3.672%2C0%2C1%2C0%2C9.732%2C1.076Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.op-wc-invalide, .op-12 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.973%22%20height%3D%2216.001%22%20viewBox%3D%220%200%2010.973%2016.001%22%3E%3Cdefs%3E%3Cstyle%3E.wheelchair%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-2.027%29%22%3E%3Ccircle%20class%3D%22wheelchair%22%20cx%3D%221%22%20cy%3D%221%22%20r%3D%221%22%20transform%3D%22translate%2811%2014%29%22%2F%3E%3Ccircle%20class%3D%22wheelchair%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate%285%29%22%2F%3E%3Cpath%20class%3D%22wheelchair%22%20d%3D%22M11%2C13h2V10a1%2C1%2C0%2C0%2C0-1-1H8V7h3a1%2C1%2C0%2C0%2C0%2C0-2H7A1%2C1%2C0%2C0%2C0%2C6%2C6v4a1%2C1%2C0%2C0%2C0%2C1%2C1h4Z%22%2F%3E%3Cpath%20class%3D%22wheelchair%22%20d%3D%22M8%2C12a2%2C2%2C0%2C1%2C1-3-1.718V8.16A3.986%2C3.986%2C0%2C1%2C0%2C10%2C12Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.op-previjalisteBebe, .op-13 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220%200%2012%2016%22%3E%3Cdefs%3E%3Cstyle%3E.baby%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-2%29%22%3E%3Cpath%20class%3D%22baby%22%20d%3D%22M14%2C7H10V5.2A2.865%2C2.865%2C0%2C0%2C0%2C11%2C3%2C2.946%2C2.946%2C0%2C0%2C0%2C8%2C0%2C2.946%2C2.946%2C0%2C0%2C0%2C5%2C3%2C2.865%2C2.865%2C0%2C0%2C0%2C6%2C5.2V7H2V9H5.4A3.749%2C3.749%2C0%2C0%2C0%2C4%2C12a4%2C4%2C0%2C0%2C0%2C8%2C0%2C3.749%2C3.749%2C0%2C0%2C0-1.4-3H14ZM8%2C14a2%2C2%2C0%2C1%2C1%2C2-2A2.006%2C2.006%2C0%2C0%2C1%2C8%2C14Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.op-tus, .op-14 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.shower%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22shower%22%20d%3D%22M8%2C13a.945.945%2C0%2C0%2C0-1%2C1v1a.945.945%2C0%2C0%2C0%2C1%2C1%2C.945.945%2C0%2C0%2C0%2C1-1V14A.945.945%2C0%2C0%2C0%2C8%2C13Z%22%2F%3E%3Cpath%20class%3D%22shower%22%20d%3D%22M4%2C11a.945.945%2C0%2C0%2C0-1%2C1v1a.945.945%2C0%2C0%2C0%2C1%2C1%2C.945.945%2C0%2C0%2C0%2C1-1V12A.945.945%2C0%2C0%2C0%2C4%2C11Z%22%2F%3E%3Cpath%20class%3D%22shower%22%20d%3D%22M12%2C11a.945.945%2C0%2C0%2C0-1%2C1v1a1%2C1%2C0%2C0%2C0%2C2%2C0V12A.945.945%2C0%2C0%2C0%2C12%2C11Z%22%2F%3E%3Cpath%20class%3D%22shower%22%20d%3D%22M14.9%2C8A6.794%2C6.794%2C0%2C0%2C0%2C9%2C2.1V0H7V2.1A6.794%2C6.794%2C0%2C0%2C0%2C1.1%2C8%2C1.029%2C1.029%2C0%2C0%2C0%2C0%2C9a.945.945%2C0%2C0%2C0%2C1%2C1H15a.945.945%2C0%2C0%2C0%2C1-1A1.029%2C1.029%2C0%2C0%2C0%2C14.9%2C8Z%22%2F%3E%3C%2Fsvg%3E");
}

.op-igraonica, .op-15 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.playground%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28416%204%29%22%3E%3Cpath%20class%3D%22playground%22%20d%3D%22M15.768%2C14.359l-5-6A1%2C1%2C0%2C0%2C0%2C10%2C8H8V4a1%2C1%2C0%2C0%2C0-.293-.707l-3-3a1%2C1%2C0%2C0%2C0-1.414%2C0l-3%2C3A1%2C1%2C0%2C0%2C0%2C0%2C4V16H2V14H6v2H8V10H9.532l4.7%2C5.641a1%2C1%2C0%2C1%2C0%2C1.536-1.282ZM4%2C4A2%2C2%2C0%2C1%2C1%2C2%2C6%2C2%2C2%2C0%2C0%2C1%2C4%2C4Zm2%2C8H2V10H6Z%22%20transform%3D%22translate%28-416%20-4%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.op-hotel, .op-16 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2212%22%20viewBox%3D%220%200%2016%2012%22%3E%3Cdefs%3E%3Cstyle%3E.bedroom%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280%20-2%29%22%3E%3Ccircle%20class%3D%22bedroom%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate%283%204%29%22%2F%3E%3Cpath%20class%3D%22bedroom%22%20d%3D%22M16%2C8H8V5h6a2%2C2%2C0%2C0%2C1%2C2%2C2Z%22%2F%3E%3Cpath%20class%3D%22bedroom%22%20d%3D%22M16%2C9H2V2H0V14H2V12H14v2h2Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.op-parkingAutobuse, .op-17 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.parking%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22parking%22%20d%3D%22M7.631%2C4.739H6.667V7.706h.7A2.32%2C2.32%2C0%2C0%2C0%2C8.83%2C7.319%2C1.349%2C1.349%2C0%2C0%2C0%2C9.313%2C6.2a1.387%2C1.387%2C0%2C0%2C0-.407-1.1A1.9%2C1.9%2C0%2C0%2C0%2C7.631%2C4.739Z%22%2F%3E%3Cpath%20class%3D%22parking%22%20d%3D%22M15%2C0H1A1%2C1%2C0%2C0%2C0%2C0%2C1V15a1%2C1%2C0%2C0%2C0%2C1%2C1H15a1%2C1%2C0%2C0%2C0%2C1-1V1A1%2C1%2C0%2C0%2C0%2C15%2C0ZM10.444%2C8.588a4.314%2C4.314%2C0%2C0%2C1-2.868.854H6.667V13H4.548V3H7.74a4.242%2C4.242%2C0%2C0%2C1%2C2.765.783%2C2.852%2C2.852%2C0%2C0%2C1%2C.947%2C2.334%2C3.054%2C3.054%2C0%2C0%2C1-1.008%2C2.471Z%22%2F%3E%3C%2Fsvg%3E");
}

.op-kucniLjubimci, .op-18 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2214.493%22%20viewBox%3D%220%200%2016%2014.493%22%3E%3Cdefs%3E%3Cstyle%3E.paw%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280%20-0.753%29%22%3E%3Cpath%20class%3D%22paw%22%20d%3D%22M11.279%2C8.15A3.874%2C3.874%2C0%2C0%2C0%2C8%2C6.251a3.874%2C3.874%2C0%2C0%2C0-3.279%2C1.9L4.7%2C8.18%2C3.385%2C10.673a3.218%2C3.218%2C0%2C0%2C0%2C.451%2C3.679%2C2.609%2C2.609%2C0%2C0%2C0%2C3%2C.678%2C2.673%2C2.673%2C0%2C0%2C1%2C2.321%2C0%2C2.609%2C2.609%2C0%2C0%2C0%2C3-.678%2C3.218%2C3.218%2C0%2C0%2C0%2C.451-3.679Z%22%2F%3E%3Cpath%20class%3D%22paw%22%20d%3D%22M5.547%2C5.749A2.268%2C2.268%2C0%2C0%2C0%2C7.5%2C3.147h0A2.285%2C2.285%2C0%2C0%2C0%2C5.37.755%2C2.3%2C2.3%2C0%2C0%2C0%2C3.5%2C3.356%2C2.323%2C2.323%2C0%2C0%2C0%2C5.547%2C5.749Z%22%2F%3E%3Cpath%20class%3D%22paw%22%20d%3D%22M3.475%2C6.523A2.044%2C2.044%2C0%2C0%2C0%2C1.141%2C4.888%2C2.025%2C2.025%2C0%2C0%2C0%2C.131%2C7.552%2C2.028%2C2.028%2C0%2C0%2C0%2C2.464%2C9.188%2C2.026%2C2.026%2C0%2C0%2C0%2C3.475%2C6.523Z%22%2F%3E%3Cpath%20class%3D%22paw%22%20d%3D%22M14.859%2C4.888a2.043%2C2.043%2C0%2C0%2C0-2.334%2C1.635%2C2.026%2C2.026%2C0%2C0%2C0%2C1.011%2C2.665%2C2.025%2C2.025%2C0%2C0%2C0%2C2.334-1.636A2.025%2C2.025%2C0%2C0%2C0%2C14.859%2C4.888Z%22%2F%3E%3Cpath%20class%3D%22paw%22%20d%3D%22M10.364%2C5.747A2.289%2C2.289%2C0%2C0%2C0%2C12.5%2C3.36a2.274%2C2.274%2C0%2C0%2C0-1.86-2.6A2.289%2C2.289%2C0%2C0%2C0%2C8.5%2C3.143%2C2.274%2C2.274%2C0%2C0%2C0%2C10.364%2C5.747Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.op-24sata, .op-19 {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.open-times%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22open-times%22%20d%3D%22M15%2C2H13V0H11V2H9V0H7V2H5V0H3V2H1A1%2C1%2C0%2C0%2C0%2C0%2C3V15a1%2C1%2C0%2C0%2C0%2C1%2C1H15a1%2C1%2C0%2C0%2C0%2C1-1V3A1%2C1%2C0%2C0%2C0%2C15%2C2ZM14%2C14H2V5H14Z%22%2F%3E%3Cpath%20class%3D%22open-times%22%20d%3D%22M11%2C11H7V7H9V9h2Z%22%2F%3E%3C%2Fsvg%3E");
}

.ct-label {
  fill: #878a90;
  color: #878a90;
  font-size: 0.75rem;
  line-height: 1;
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -ms-flexbox;
  display: flex;
}

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central;
}

.ct-label.ct-horizontal.ct-start {
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-horizontal.ct-end {
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-label.ct-vertical.ct-end {
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}

.ct-grid {
  stroke: #d6d6d6;
  stroke-width: 1px;
  stroke-dasharray: 2px;
}

.ct-grid-background {
  fill: none;
}

.ct-point {
  stroke-width: 0.7vw;
  stroke-linecap: round;
}

.ct-line {
  fill: none;
  stroke-width: 0.3vw;
}

.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}

.ct-bar {
  fill: none;
  stroke-width: 10px;
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
  stroke: #fac02d;
}

.ct-series-a .ct-slice-pie,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-area {
  fill: #fac02d;
}

.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
  stroke: #8dd374;
}

.ct-series-b .ct-slice-pie,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-area {
  fill: #8dd374;
}

.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
  stroke: #2c313c;
}

.ct-series-c .ct-slice-pie,
.ct-series-c .ct-slice-donut-solid,
.ct-series-c .ct-area {
  fill: #2c313c;
}

.ct-square {
  display: block;
  position: relative;
  width: 100%;
}

.ct-square::before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 100%;
}

.ct-square::after {
  content: '';
  display: table;
  clear: both;
}

.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-second::before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}

.ct-minor-second::after {
  content: '';
  display: table;
  clear: both;
}

.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-second::before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 88.88889%;
}

.ct-major-second::after {
  content: '';
  display: table;
  clear: both;
}

.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-third::before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 83.33333%;
}

.ct-minor-third::after {
  content: '';
  display: table;
  clear: both;
}

.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-third::before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 80%;
}

.ct-major-third::after {
  content: '';
  display: table;
  clear: both;
}

.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-perfect-fourth::before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 75%;
}

.ct-perfect-fourth::after {
  content: '';
  display: table;
  clear: both;
}

.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-perfect-fifth::before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 66.66667%;
}

.ct-perfect-fifth::after {
  content: '';
  display: table;
  clear: both;
}

.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-sixth::before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}

.ct-minor-sixth::after {
  content: '';
  display: table;
  clear: both;
}

.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}

.ct-golden-section::before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 61.8047%;
}

.ct-golden-section::after {
  content: '';
  display: table;
  clear: both;
}

.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-sixth::before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 60%;
}

.ct-major-sixth::after {
  content: '';
  display: table;
  clear: both;
}

.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-seventh::before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}

.ct-minor-seventh::after {
  content: '';
  display: table;
  clear: both;
}

.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-seventh::before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 53.33333%;
}

.ct-major-seventh::after {
  content: '';
  display: table;
  clear: both;
}

.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}

.ct-octave::before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 50%;
}

.ct-octave::after {
  content: '';
  display: table;
  clear: both;
}

.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-tenth::before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 40%;
}

.ct-major-tenth::after {
  content: '';
  display: table;
  clear: both;
}

.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-eleventh::before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}

.ct-major-eleventh::after {
  content: '';
  display: table;
  clear: both;
}

.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-twelfth::before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 33.33333%;
}

.ct-major-twelfth::after {
  content: '';
  display: table;
  clear: both;
}

.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}

.ct-double-octave::before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 25%;
}

.ct-double-octave::after {
  content: '';
  display: table;
  clear: both;
}

.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.chartist-grafikon {
  padding-top: 3rem;
  position: relative;
}

@media (min-width: 55em) {
  .chartist-grafikon {
    border: 1px solid #f3f4f5;
  }
}

.chartist-grafikon .ct-legend {
  margin: 0;
  position: absolute;
  right: 0;
  top: 1rem;
  z-index: 5;
}

.chartist-grafikon .ct-legend li {
  color: #2c313c;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 2vw;
  padding: .5rem 2vw;
}

.chartist-grafikon .ct-legend li::after {
  border-radius: .2rem;
  content: '';
  display: inline-block;
  height: 1rem;
  margin-left: .4rem;
  vertical-align: text-bottom;
  width: 1rem;
}

.chartist-grafikon .ct-legend li.inactive::after {
  background-color: transparent;
}

.chartist-grafikon > svg {
  top: 3rem;
}

.ct-series-0::after {
  background-color: #fac02d;
  border: 2px solid #fac02d;
}

.ct-series-a .ct-label {
  fill: #fac02d;
  color: #fac02d;
  font-size: 0.75rem;
  line-height: 1;
  display: none;
}

@media (min-width: 55em) {
  .ct-series-a .ct-label {
    display: -ms-flexbox;
    display: flex;
  }
}

.ct-series-1::after {
  background-color: #8dd374;
  border: 2px solid #8dd374;
}

.ct-series-b .ct-label {
  fill: #8dd374;
  color: #8dd374;
  font-size: 0.75rem;
  line-height: 1;
  display: none;
}

@media (min-width: 55em) {
  .ct-series-b .ct-label {
    display: -ms-flexbox;
    display: flex;
  }
}

.ct-series-2::after {
  background-color: #2c313c;
  border: 2px solid #2c313c;
}

.ct-series-c .ct-label {
  fill: #2c313c;
  color: #2c313c;
  font-size: 0.75rem;
  line-height: 1;
  display: none;
}

@media (min-width: 55em) {
  .ct-series-c .ct-label {
    display: -ms-flexbox;
    display: flex;
  }
}

.ct-label {
  fill: #878a90;
  color: #878a90;
  font-size: 0.55rem;
  line-height: 1;
}

@media (min-width: 20em) {
  .ct-label {
    fill: #878a90;
    color: #878a90;
    font-size: 0.75rem;
    line-height: 1;
  }
}

.clearfix::before {
  content: '';
  display: table;
}

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}


.filter-opcije-nav {
  background-color: #f6faff;
  -ms-flex-align: stretch;
      align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 2vw;
  width: 100%;
}

@media (min-width: 55em) {

  .filter-opcije-nav {
    border-bottom: 1px solid #f3f4f5;
    padding: 0;
  }
}


.filter-opcije-nav [role='tab'] {
  cursor: pointer;
  font: bold 0.625rem/1.3 "Roboto Condensed", "Helvetica Condensed", "Nimbus Sans L Condensed", sans-serif;
  letter-spacing: 1px;
  list-style: none;
  padding: 1rem .5rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #878a90;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
  width: 25%;
}


.filter-opcije-nav [role='tab']::before {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.017%22%20height%3D%2216.001%22%20viewBox%3D%220%200%2017.017%2016.001%22%20aria-hidden%3D%22true%22%20role%3D%22img%22%20focusable%3D%22false%22%3E%3Ctitle%3EVrsta%20goriva%3C%2Ftitle%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%2357a4ff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280.517%200.501%29%22%3E%3Cpath%20class%3D%22a%22%20d%3D%22M15.5%2C14.5H2.5v-8l5-5h8Z%22%2F%3E%3Cline%20class%3D%22a%22%20x2%3D%224%22%20transform%3D%22translate%288.5%204.5%29%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M.5.5a3.167%2C3.167%2C0%2C0%2C1%2C3%2C2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: calc(1vw + 2rem);
  border-radius: 3px;
  color: #fff;
  content: '';
  display: block;
  margin-bottom: .7rem;
  padding-top: 100%;
  width: 100%;
  height: 0;
}


.filter-opcije-nav [role='tab']::after {
  display: table;
  clear: both;
  content: '';
}


.filter-opcije-nav [role='tab']:focus,
.filter-opcije-nav [role='tab']:hover {
  color: #57a4ff;
}


.filter-opcije-nav [role='tab'][aria-selected='true'] {
  color: #57a4ff;
}


.filter-opcije-nav [role='tab'][aria-selected='true']::before {
  box-shadow: 0 0 0 1vw #57a4ff inset;
}


.filter-opcije-nav [aria-controls='filter-vg']::before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2223.423%22%20viewBox%3D%220%200%2018%2023.423%22%3E%0A%20%20%3Cg%20id%3D%22Vrtse-goriva%22%20transform%3D%22translate%28-3%20-0.577%29%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22Path_188%22%20data-name%3D%22Path%20188%22%20d%3D%22M4%2C15c0-4.9%2C8-13%2C8-13s8%2C8.1%2C8%2C13a7.883%2C7.883%2C0%2C0%2C1-8%2C8A7.883%2C7.883%2C0%2C0%2C1%2C4%2C15Z%22%20fill%3D%22none%22%20stroke%3D%22%2357a4ff%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22Path_189%22%20data-name%3D%22Path%20189%22%20d%3D%22M12%2C18a3%2C3%2C0%2C0%2C1-3-3%22%20fill%3D%22none%22%20stroke%3D%22%2357a4ff%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}


.filter-opcije-nav [aria-controls='filter-op']::before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.667%22%20height%3D%2224%22%20viewBox%3D%220%200%2023.667%2024%22%3E%0A%20%20%3Cg%20id%3D%22Opcije-postaje%22%20transform%3D%22translate%28-0.167%29%22%3E%0A%20%20%20%20%3Ccircle%20id%3D%22Ellipse_80%22%20data-name%3D%22Ellipse%2080%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20transform%3D%22translate%289%209%29%22%20fill%3D%22none%22%20stroke%3D%22%2357a4ff%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22Path_179%22%20data-name%3D%22Path%20179%22%20d%3D%22M20%2C12a8.049%2C8.049%2C0%2C0%2C0-.188-1.713l2.714-2.055-2-3.464L17.383%2C6.094a7.987%2C7.987%2C0%2C0%2C0-2.961-1.719L14%2C1H10L9.578%2C4.375A7.987%2C7.987%2C0%2C0%2C0%2C6.617%2C6.094L3.474%2C4.768l-2%2C3.464%2C2.714%2C2.055a7.9%2C7.9%2C0%2C0%2C0%2C0%2C3.426L1.474%2C15.768l2%2C3.464%2C3.143-1.326a7.987%2C7.987%2C0%2C0%2C0%2C2.961%2C1.719L10%2C23h4l.422-3.375a7.987%2C7.987%2C0%2C0%2C0%2C2.961-1.719l3.143%2C1.326%2C2-3.464-2.714-2.055A8.049%2C8.049%2C0%2C0%2C0%2C20%2C12Z%22%20fill%3D%22none%22%20stroke%3D%22%2357a4ff%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}


.filter-opcije-nav [aria-controls='filter-rv']::before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Radno-vrijeme%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Ccircle%20id%3D%22Ellipse_81%22%20data-name%3D%22Ellipse%2081%22%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%20transform%3D%22translate%281%201%29%22%20fill%3D%22none%22%20stroke%3D%22%2357a4ff%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cpath%20id%3D%22Path_180%22%20data-name%3D%22Path%20180%22%20d%3D%22M12%2C6v6h6%22%20fill%3D%22none%22%20stroke%3D%22%2357a4ff%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E");
}


.filter-opcije-nav [aria-controls='filter-ob']::before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Obveznici%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cpath%20id%3D%22Path_181%22%20data-name%3D%22Path%20181%22%20d%3D%22M18%2C6V1H6V9%22%20fill%3D%22none%22%20stroke%3D%22%2357a4ff%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20id%3D%22Line_56%22%20data-name%3D%22Line%2056%22%20x2%3D%224%22%20transform%3D%22translate%2810%2023%29%22%20fill%3D%22none%22%20stroke%3D%22%2357a4ff%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Crect%20id%3D%22Rectangle_60%22%20data-name%3D%22Rectangle%2060%22%20width%3D%229%22%20height%3D%2211%22%20transform%3D%22translate%281%2012%29%22%20fill%3D%22none%22%20stroke%3D%22%2357a4ff%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Crect%20id%3D%22Rectangle_61%22%20data-name%3D%22Rectangle%2061%22%20width%3D%229%22%20height%3D%2214%22%20transform%3D%22translate%2814%209%29%22%20fill%3D%22none%22%20stroke%3D%22%2357a4ff%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20id%3D%22Line_57%22%20data-name%3D%22Line%2057%22%20x2%3D%221%22%20transform%3D%22translate%2818%2013%29%22%20fill%3D%22none%22%20stroke%3D%22%2357a4ff%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20id%3D%22Line_58%22%20data-name%3D%22Line%2058%22%20x2%3D%221%22%20transform%3D%22translate%2818%2016%29%22%20fill%3D%22none%22%20stroke%3D%22%2357a4ff%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20id%3D%22Line_59%22%20data-name%3D%22Line%2059%22%20x2%3D%221%22%20transform%3D%22translate%2818%2019%29%22%20fill%3D%22none%22%20stroke%3D%22%2357a4ff%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20id%3D%22Line_60%22%20data-name%3D%22Line%2060%22%20x2%3D%221%22%20transform%3D%22translate%285%2019%29%22%20fill%3D%22none%22%20stroke%3D%22%2357a4ff%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3Cline%20id%3D%22Line_61%22%20data-name%3D%22Line%2061%22%20x2%3D%221%22%20transform%3D%22translate%285%2016%29%22%20fill%3D%22none%22%20stroke%3D%22%2357a4ff%22%20stroke-linecap%3D%22square%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E");
}


.tabs-content {
  position: relative;
}


.tabs-content [role='tabpanel'] {
  background-color: #fff;
  left: 0;
  padding-bottom: 4.6875rem;
  position: absolute;
  top: 0;
  transition: opacity 1s ease 0s;
  width: 100%;
}

@media (min-width: 55em) {

  .tabs-content [role='tabpanel'] {
    padding-bottom: 0;
  }
}


.tabs-content [role='tabpanel'][aria-expanded='false'] {
  opacity: 0;
  visibility: hidden;
}


.tabs-content [role='tabpanel'][aria-expanded='true'] {
  opacity: 1;
  visibility: visible;
}


.tabs-content h3,
.tabs-content legend {
  background-color: #f7f7f7;
  font-weight: bold;
  margin: 0;
  padding: .6em 3vw;
  width: 100%;
}


.tabs-content label::before {
  content: '';
  margin: 0;
  position: static;
  -ms-transform: none;
      transform: none;
}

.trazilica-filtri label {
  border-bottom: 1px solid #f3f4f5;
  color: #2c313c;
  padding: 1.6rem 3vw;
  position: static;
  white-space: normal;
}

.trazilica-filtri input[type='checkbox'] {
  height: 5.12rem;
}

.trazilica-filtri input[type='checkbox']:checked + label {
  background-color: #f5f9ff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%227%22%20viewBox%3D%220%200%2010%207%22%3E%3Cdefs%3E%3Cstyle%3E.check%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22check%22%20d%3D%22M8.578%2C1.228%2C3.333%2C6.123%2C1.423%2C4.339a.876.876%2C0%2C0%2C0-1.178%2C0%2C.742.742%2C0%2C0%2C0%2C0%2C1.1l2.5%2C2.333a.876.876%2C0%2C0%2C0%2C1.178%2C0L9.756%2C2.328a.742.742%2C0%2C0%2C0%2C0-1.1.876.876%2C0%2C0%2C0-1.179%2C0Z%22%20transform%3D%22translate%280%20-1%29%22%2F%3E%3C%2Fsvg%3E");
  background-position: calc(100% - 3vw) 50%;
  background-repeat: no-repeat;
  color: #57a4ff;
}

.trazilica-filtri input[type='checkbox']:focus + label, .trazilica-filtri input[type='checkbox']:hover + label {
  border-bottom: 1px solid #57a4ff;
}

.trazilica-filtri input[type='checkbox'][disabled] + label,
.trazilica-filtri input[type='checkbox']:disabled + label {
  color: #d6d6d6;
}

.trazilica-filtri [for='op-zamjena-ulja']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220%200%2012%2016%22%3E%3Cdefs%3E%3Cstyle%3E.drop%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-2%29%22%3E%3Cpath%20class%3D%22drop%22%20d%3D%22M8%2C16a5.943%2C5.943%2C0%2C0%2C0%2C6-6C14%2C6.5%2C8%2C0%2C8%2C0S2%2C6.5%2C2%2C10A5.943%2C5.943%2C0%2C0%2C0%2C8%2C16Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-1']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220%200%2012%2016%22%3E%3Cdefs%3E%3Cstyle%3E.drop%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-2%29%22%3E%3Cpath%20class%3D%22drop%22%20d%3D%22M8%2C16a5.943%2C5.943%2C0%2C0%2C0%2C6-6C14%2C6.5%2C8%2C0%2C8%2C0S2%2C6.5%2C2%2C10A5.943%2C5.943%2C0%2C0%2C0%2C8%2C16Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-autopraonica']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.carwash%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22carwash%22%20d%3D%22M10%2C5c0-1.9%2C3-5%2C3-5s3%2C3.1%2C3%2C5a3%2C3%2C0%2C0%2C1-6%2C0Z%22%2F%3E%3Cpath%20class%3D%22carwash%22%20d%3D%22M7.707%2C10.293l-.786-.786L5.98%2C4.8A1%2C1%2C0%2C0%2C0%2C5%2C4H0V6H4.18l.6%2C3H0v5H3v1a1%2C1%2C0%2C0%2C0%2C1%2C1H7a1%2C1%2C0%2C0%2C0%2C1-1V11a1%2C1%2C0%2C0%2C0-.293-.707ZM6%2C13H5V12H6Z%22%2F%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-2']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220%200%2012%2016%22%3E%3Cdefs%3E%3Cstyle%3E.drop%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-2%29%22%3E%3Cpath%20class%3D%22drop%22%20d%3D%22M8%2C16a5.943%2C5.943%2C0%2C0%2C0%2C6-6C14%2C6.5%2C8%2C0%2C8%2C0S2%2C6.5%2C2%2C10A5.943%2C5.943%2C0%2C0%2C0%2C8%2C16Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-opskrbaPlovila']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.boat%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22boat%22%20d%3D%22M13%2C16H1L0%2C13H16Z%22%2F%3E%3Cpath%20class%3D%22boat%22%20d%3D%22M11%2C5v6h4Z%22%2F%3E%3Cpath%20class%3D%22boat%22%20d%3D%22M1%2C11H9V0Z%22%2F%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-3']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.boat%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22boat%22%20d%3D%22M13%2C16H1L0%2C13H16Z%22%2F%3E%3Cpath%20class%3D%22boat%22%20d%3D%22M11%2C5v6h4Z%22%2F%3E%3Cpath%20class%3D%22boat%22%20d%3D%22M1%2C11H9V0Z%22%2F%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-wifi']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2212%22%20viewBox%3D%220%200%2016%2012%22%3E%3Cdefs%3E%3Cstyle%3E.wifi%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280%20-2%29%22%3E%3Ccircle%20class%3D%22wifi%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate%286.5%2011%29%22%2F%3E%3Cpath%20class%3D%22wifi%22%20d%3D%22M11.5%2C10A4.691%2C4.691%2C0%2C0%2C0%2C8%2C8.5%2C4.691%2C4.691%2C0%2C0%2C0%2C4.5%2C10L3.1%2C8.6A6.505%2C6.505%2C0%2C0%2C1%2C8%2C6.5a6.505%2C6.505%2C0%2C0%2C1%2C4.9%2C2.1Z%22%2F%3E%3Cpath%20class%3D%22wifi%22%20d%3D%22M8%2C2A11.435%2C11.435%2C0%2C0%2C0%2C0%2C5.2L1.4%2C6.6A9.469%2C9.469%2C0%2C0%2C1%2C8%2C4a9.14%2C9.14%2C0%2C0%2C1%2C6.6%2C2.7L16%2C5.2A11.435%2C11.435%2C0%2C0%2C0%2C8%2C2Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-4']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2212%22%20viewBox%3D%220%200%2016%2012%22%3E%3Cdefs%3E%3Cstyle%3E.wifi%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280%20-2%29%22%3E%3Ccircle%20class%3D%22wifi%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate%286.5%2011%29%22%2F%3E%3Cpath%20class%3D%22wifi%22%20d%3D%22M11.5%2C10A4.691%2C4.691%2C0%2C0%2C0%2C8%2C8.5%2C4.691%2C4.691%2C0%2C0%2C0%2C4.5%2C10L3.1%2C8.6A6.505%2C6.505%2C0%2C0%2C1%2C8%2C6.5a6.505%2C6.505%2C0%2C0%2C1%2C4.9%2C2.1Z%22%2F%3E%3Cpath%20class%3D%22wifi%22%20d%3D%22M8%2C2A11.435%2C11.435%2C0%2C0%2C0%2C0%2C5.2L1.4%2C6.6A9.469%2C9.469%2C0%2C0%2C1%2C8%2C4a9.14%2C9.14%2C0%2C0%2C1%2C6.6%2C2.7L16%2C5.2A11.435%2C11.435%2C0%2C0%2C0%2C8%2C2Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-bankomat']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.wallet%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22wallet%22%20d%3D%22M10%2C0H1.5A1.538%2C1.538%2C0%2C0%2C0%2C0%2C1.5H0A1.538%2C1.538%2C0%2C0%2C0%2C1.5%2C3H10Z%22%2F%3E%3Cpath%20class%3D%22wallet%22%20d%3D%22M15%2C5H0v9a2.006%2C2.006%2C0%2C0%2C0%2C2%2C2H15a.945.945%2C0%2C0%2C0%2C1-1V6A.945.945%2C0%2C0%2C0%2C15%2C5Zm-2.5%2C7A1.5%2C1.5%2C0%2C1%2C1%2C14%2C10.5%2C1.538%2C1.538%2C0%2C0%2C1%2C12.5%2C12Z%22%2F%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-5']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.wallet%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22wallet%22%20d%3D%22M10%2C0H1.5A1.538%2C1.538%2C0%2C0%2C0%2C0%2C1.5H0A1.538%2C1.538%2C0%2C0%2C0%2C1.5%2C3H10Z%22%2F%3E%3Cpath%20class%3D%22wallet%22%20d%3D%22M15%2C5H0v9a2.006%2C2.006%2C0%2C0%2C0%2C2%2C2H15a.945.945%2C0%2C0%2C0%2C1-1V6A.945.945%2C0%2C0%2C0%2C15%2C5Zm-2.5%2C7A1.5%2C1.5%2C0%2C1%2C1%2C14%2C10.5%2C1.538%2C1.538%2C0%2C0%2C1%2C12.5%2C12Z%22%2F%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-wc']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%3E%3Cdefs%3E%3Cstyle%3E.toilet%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-1%29%22%3E%3Cpath%20class%3D%22toilet%22%20d%3D%22M15%2C9H1a4.951%2C4.951%2C0%2C0%2C0%2C5%2C5H6v2h4V14h0a4.951%2C4.951%2C0%2C0%2C0%2C5-5Z%22%2F%3E%3Cpath%20class%3D%22toilet%22%20d%3D%22M13%2C7H3V2A2.006%2C2.006%2C0%2C0%2C1%2C5%2C0h6a2.006%2C2.006%2C0%2C0%2C1%2C2%2C2Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-6']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%3E%3Cdefs%3E%3Cstyle%3E.toilet%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-1%29%22%3E%3Cpath%20class%3D%22toilet%22%20d%3D%22M15%2C9H1a4.951%2C4.951%2C0%2C0%2C0%2C5%2C5H6v2h4V14h0a4.951%2C4.951%2C0%2C0%2C0%2C5-5Z%22%2F%3E%3Cpath%20class%3D%22toilet%22%20d%3D%22M13%2C7H3V2A2.006%2C2.006%2C0%2C0%2C1%2C5%2C0h6a2.006%2C2.006%2C0%2C0%2C1%2C2%2C2Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-mjenjacnica']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%3E%3Cdefs%3E%3Cstyle%3E.reload%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-8%29%22%3E%3Cpath%20class%3D%22reload%22%20d%3D%22M8.5%2C3a6.044%2C6.044%2C0%2C0%2C1%2C3.2%2C1H9V6h6V0H13V2.5A7.177%2C7.177%2C0%2C0%2C0%2C8.5%2C1%2C7.518%2C7.518%2C0%2C0%2C0%2C1%2C7.9l2%2C.2A5.476%2C5.476%2C0%2C0%2C1%2C8.5%2C3Z%22%20transform%3D%22translate%287%29%22%2F%3E%3Cpath%20class%3D%22reload%22%20d%3D%22M7.5%2C13a6.044%2C6.044%2C0%2C0%2C1-3.2-1H7V10H1v6H3V13.5A7.177%2C7.177%2C0%2C0%2C0%2C7.5%2C15%2C7.518%2C7.518%2C0%2C0%2C0%2C15%2C8.1l-2-.2A5.476%2C5.476%2C0%2C0%2C1%2C7.5%2C13Z%22%20transform%3D%22translate%287%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-7']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%3E%3Cdefs%3E%3Cstyle%3E.reload%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-8%29%22%3E%3Cpath%20class%3D%22reload%22%20d%3D%22M8.5%2C3a6.044%2C6.044%2C0%2C0%2C1%2C3.2%2C1H9V6h6V0H13V2.5A7.177%2C7.177%2C0%2C0%2C0%2C8.5%2C1%2C7.518%2C7.518%2C0%2C0%2C0%2C1%2C7.9l2%2C.2A5.476%2C5.476%2C0%2C0%2C1%2C8.5%2C3Z%22%20transform%3D%22translate%287%29%22%2F%3E%3Cpath%20class%3D%22reload%22%20d%3D%22M7.5%2C13a6.044%2C6.044%2C0%2C0%2C1-3.2-1H7V10H1v6H3V13.5A7.177%2C7.177%2C0%2C0%2C0%2C7.5%2C15%2C7.518%2C7.518%2C0%2C0%2C0%2C15%2C8.1l-2-.2A5.476%2C5.476%2C0%2C0%2C1%2C7.5%2C13Z%22%20transform%3D%22translate%287%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-trgovina']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.store%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22store%22%20d%3D%22M14%2C3V1a1%2C1%2C0%2C0%2C0-1-1H3A1%2C1%2C0%2C0%2C0%2C2%2C1V3L0%2C6H16Z%22%2F%3E%3Cpath%20class%3D%22store%22%20d%3D%22M2%2C8v7a1%2C1%2C0%2C0%2C0%2C1%2C1H6V12h4v4h3a1%2C1%2C0%2C0%2C0%2C1-1V8Z%22%2F%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-8']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.store%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22store%22%20d%3D%22M14%2C3V1a1%2C1%2C0%2C0%2C0-1-1H3A1%2C1%2C0%2C0%2C0%2C2%2C1V3L0%2C6H16Z%22%2F%3E%3Cpath%20class%3D%22store%22%20d%3D%22M2%2C8v7a1%2C1%2C0%2C0%2C0%2C1%2C1H6V12h4v4h3a1%2C1%2C0%2C0%2C0%2C1-1V8Z%22%2F%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-restoran']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.843%22%20height%3D%2215.415%22%20viewBox%3D%220%200%2015.843%2015.415%22%3E%3Cdefs%3E%3Cstyle%3E.cutlery%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280%200.001%29%22%3E%3Crect%20class%3D%22cutlery%22%20width%3D%222%22%20height%3D%223.613%22%20transform%3D%22translate%2811.445%2012.859%29%20rotate%28-45%29%22%2F%3E%3Cpath%20class%3D%22cutlery%22%20d%3D%22M14.707%2C1.293a1%2C1%2C0%2C0%2C0-1.414%2C0L8%2C6.586l-.939-.94.793-.792a.5.5%2C0%2C0%2C0%2C0-.708l-4-4a.5.5%2C0%2C0%2C0-.708.708L6.293%2C4%2C5.5%2C4.793%2C2.354%2C1.646a.5.5%2C0%2C0%2C0-.708.708L4.793%2C5.5%2C4%2C6.293.854%2C3.146a.5.5%2C0%2C1%2C0-.708.708l4%2C4a.5.5%2C0%2C0%2C0%2C.708%2C0l.792-.793L6.586%2C8l-6%2C6L2%2C15.414l4-4%2C1.324%2C1.324a1%2C1%2C0%2C0%2C0%2C1.414%2C0L14.707%2C6.77a3.871%2C3.871%2C0%2C0%2C0%2C0-5.477Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-9']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.843%22%20height%3D%2215.415%22%20viewBox%3D%220%200%2015.843%2015.415%22%3E%3Cdefs%3E%3Cstyle%3E.cutlery%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280%200.001%29%22%3E%3Crect%20class%3D%22cutlery%22%20width%3D%222%22%20height%3D%223.613%22%20transform%3D%22translate%2811.445%2012.859%29%20rotate%28-45%29%22%2F%3E%3Cpath%20class%3D%22cutlery%22%20d%3D%22M14.707%2C1.293a1%2C1%2C0%2C0%2C0-1.414%2C0L8%2C6.586l-.939-.94.793-.792a.5.5%2C0%2C0%2C0%2C0-.708l-4-4a.5.5%2C0%2C0%2C0-.708.708L6.293%2C4%2C5.5%2C4.793%2C2.354%2C1.646a.5.5%2C0%2C0%2C0-.708.708L4.793%2C5.5%2C4%2C6.293.854%2C3.146a.5.5%2C0%2C1%2C0-.708.708l4%2C4a.5.5%2C0%2C0%2C0%2C.708%2C0l.792-.793L6.586%2C8l-6%2C6L2%2C15.414l4-4%2C1.324%2C1.324a1%2C1%2C0%2C0%2C0%2C1.414%2C0L14.707%2C6.77a3.871%2C3.871%2C0%2C0%2C0%2C0-5.477Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-caffeBar']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.terrace%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22terrace%22%20d%3D%22M15%2C9H1a1%2C1%2C0%2C0%2C0%2C0%2C2H3v5H5V11h6v5h2V11h2a1%2C1%2C0%2C0%2C0%2C0-2Z%22%2F%3E%3Cpath%20class%3D%22terrace%22%20d%3D%22M7%2C7H9V5h7A8.9%2C8.9%2C0%2C0%2C0%2C0%2C5H7Z%22%2F%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-10']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.terrace%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22terrace%22%20d%3D%22M15%2C9H1a1%2C1%2C0%2C0%2C0%2C0%2C2H3v5H5V11h6v5h2V11h2a1%2C1%2C0%2C0%2C0%2C0-2Z%22%2F%3E%3Cpath%20class%3D%22terrace%22%20d%3D%22M7%2C7H9V5h7A8.9%2C8.9%2C0%2C0%2C0%2C0%2C5H7Z%22%2F%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-pekarskiProizvodi']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.001%22%20height%3D%2216%22%20viewBox%3D%220%200%2016.001%2016%22%3E%3Cdefs%3E%3Cstyle%3E.bakery%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280.001%29%22%3E%3Cpath%20class%3D%22bakery%22%20d%3D%22M9.732%2C1.076A3.624%2C3.624%2C0%2C0%2C0%2C8.71%2C3.221a4.372%2C4.372%2C0%2C0%2C1%2C1.969%2C2.263A5.186%2C5.186%2C0%2C0%2C0%2C8.733%2C4.4a3.667%2C3.667%2C0%2C0%2C0-3.328%2C1A3.62%2C3.62%2C0%2C0%2C0%2C4.383%2C7.55%2C4.374%2C4.374%2C0%2C0%2C1%2C6.352%2C9.811%2C5.144%2C5.144%2C0%2C0%2C0%2C4.406%2C8.73%2C3.672%2C3.672%2C0%2C1%2C0%2C6.27%2C14.922l8.655-8.654A3.672%2C3.672%2C0%2C1%2C0%2C9.732%2C1.076Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-11']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.001%22%20height%3D%2216%22%20viewBox%3D%220%200%2016.001%2016%22%3E%3Cdefs%3E%3Cstyle%3E.bakery%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280.001%29%22%3E%3Cpath%20class%3D%22bakery%22%20d%3D%22M9.732%2C1.076A3.624%2C3.624%2C0%2C0%2C0%2C8.71%2C3.221a4.372%2C4.372%2C0%2C0%2C1%2C1.969%2C2.263A5.186%2C5.186%2C0%2C0%2C0%2C8.733%2C4.4a3.667%2C3.667%2C0%2C0%2C0-3.328%2C1A3.62%2C3.62%2C0%2C0%2C0%2C4.383%2C7.55%2C4.374%2C4.374%2C0%2C0%2C1%2C6.352%2C9.811%2C5.144%2C5.144%2C0%2C0%2C0%2C4.406%2C8.73%2C3.672%2C3.672%2C0%2C1%2C0%2C6.27%2C14.922l8.655-8.654A3.672%2C3.672%2C0%2C1%2C0%2C9.732%2C1.076Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-wc-invalide']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.973%22%20height%3D%2216.001%22%20viewBox%3D%220%200%2010.973%2016.001%22%3E%3Cdefs%3E%3Cstyle%3E.wheelchair%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-2.027%29%22%3E%3Ccircle%20class%3D%22wheelchair%22%20cx%3D%221%22%20cy%3D%221%22%20r%3D%221%22%20transform%3D%22translate%2811%2014%29%22%2F%3E%3Ccircle%20class%3D%22wheelchair%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate%285%29%22%2F%3E%3Cpath%20class%3D%22wheelchair%22%20d%3D%22M11%2C13h2V10a1%2C1%2C0%2C0%2C0-1-1H8V7h3a1%2C1%2C0%2C0%2C0%2C0-2H7A1%2C1%2C0%2C0%2C0%2C6%2C6v4a1%2C1%2C0%2C0%2C0%2C1%2C1h4Z%22%2F%3E%3Cpath%20class%3D%22wheelchair%22%20d%3D%22M8%2C12a2%2C2%2C0%2C1%2C1-3-1.718V8.16A3.986%2C3.986%2C0%2C1%2C0%2C10%2C12Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-12']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.973%22%20height%3D%2216.001%22%20viewBox%3D%220%200%2010.973%2016.001%22%3E%3Cdefs%3E%3Cstyle%3E.wheelchair%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-2.027%29%22%3E%3Ccircle%20class%3D%22wheelchair%22%20cx%3D%221%22%20cy%3D%221%22%20r%3D%221%22%20transform%3D%22translate%2811%2014%29%22%2F%3E%3Ccircle%20class%3D%22wheelchair%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate%285%29%22%2F%3E%3Cpath%20class%3D%22wheelchair%22%20d%3D%22M11%2C13h2V10a1%2C1%2C0%2C0%2C0-1-1H8V7h3a1%2C1%2C0%2C0%2C0%2C0-2H7A1%2C1%2C0%2C0%2C0%2C6%2C6v4a1%2C1%2C0%2C0%2C0%2C1%2C1h4Z%22%2F%3E%3Cpath%20class%3D%22wheelchair%22%20d%3D%22M8%2C12a2%2C2%2C0%2C1%2C1-3-1.718V8.16A3.986%2C3.986%2C0%2C1%2C0%2C10%2C12Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-previjalisteBebe']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220%200%2012%2016%22%3E%3Cdefs%3E%3Cstyle%3E.baby%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-2%29%22%3E%3Cpath%20class%3D%22baby%22%20d%3D%22M14%2C7H10V5.2A2.865%2C2.865%2C0%2C0%2C0%2C11%2C3%2C2.946%2C2.946%2C0%2C0%2C0%2C8%2C0%2C2.946%2C2.946%2C0%2C0%2C0%2C5%2C3%2C2.865%2C2.865%2C0%2C0%2C0%2C6%2C5.2V7H2V9H5.4A3.749%2C3.749%2C0%2C0%2C0%2C4%2C12a4%2C4%2C0%2C0%2C0%2C8%2C0%2C3.749%2C3.749%2C0%2C0%2C0-1.4-3H14ZM8%2C14a2%2C2%2C0%2C1%2C1%2C2-2A2.006%2C2.006%2C0%2C0%2C1%2C8%2C14Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-13']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220%200%2012%2016%22%3E%3Cdefs%3E%3Cstyle%3E.baby%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28-2%29%22%3E%3Cpath%20class%3D%22baby%22%20d%3D%22M14%2C7H10V5.2A2.865%2C2.865%2C0%2C0%2C0%2C11%2C3%2C2.946%2C2.946%2C0%2C0%2C0%2C8%2C0%2C2.946%2C2.946%2C0%2C0%2C0%2C5%2C3%2C2.865%2C2.865%2C0%2C0%2C0%2C6%2C5.2V7H2V9H5.4A3.749%2C3.749%2C0%2C0%2C0%2C4%2C12a4%2C4%2C0%2C0%2C0%2C8%2C0%2C3.749%2C3.749%2C0%2C0%2C0-1.4-3H14ZM8%2C14a2%2C2%2C0%2C1%2C1%2C2-2A2.006%2C2.006%2C0%2C0%2C1%2C8%2C14Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-tus']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.shower%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22shower%22%20d%3D%22M8%2C13a.945.945%2C0%2C0%2C0-1%2C1v1a.945.945%2C0%2C0%2C0%2C1%2C1%2C.945.945%2C0%2C0%2C0%2C1-1V14A.945.945%2C0%2C0%2C0%2C8%2C13Z%22%2F%3E%3Cpath%20class%3D%22shower%22%20d%3D%22M4%2C11a.945.945%2C0%2C0%2C0-1%2C1v1a.945.945%2C0%2C0%2C0%2C1%2C1%2C.945.945%2C0%2C0%2C0%2C1-1V12A.945.945%2C0%2C0%2C0%2C4%2C11Z%22%2F%3E%3Cpath%20class%3D%22shower%22%20d%3D%22M12%2C11a.945.945%2C0%2C0%2C0-1%2C1v1a1%2C1%2C0%2C0%2C0%2C2%2C0V12A.945.945%2C0%2C0%2C0%2C12%2C11Z%22%2F%3E%3Cpath%20class%3D%22shower%22%20d%3D%22M14.9%2C8A6.794%2C6.794%2C0%2C0%2C0%2C9%2C2.1V0H7V2.1A6.794%2C6.794%2C0%2C0%2C0%2C1.1%2C8%2C1.029%2C1.029%2C0%2C0%2C0%2C0%2C9a.945.945%2C0%2C0%2C0%2C1%2C1H15a.945.945%2C0%2C0%2C0%2C1-1A1.029%2C1.029%2C0%2C0%2C0%2C14.9%2C8Z%22%2F%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-14']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.shower%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22shower%22%20d%3D%22M8%2C13a.945.945%2C0%2C0%2C0-1%2C1v1a.945.945%2C0%2C0%2C0%2C1%2C1%2C.945.945%2C0%2C0%2C0%2C1-1V14A.945.945%2C0%2C0%2C0%2C8%2C13Z%22%2F%3E%3Cpath%20class%3D%22shower%22%20d%3D%22M4%2C11a.945.945%2C0%2C0%2C0-1%2C1v1a.945.945%2C0%2C0%2C0%2C1%2C1%2C.945.945%2C0%2C0%2C0%2C1-1V12A.945.945%2C0%2C0%2C0%2C4%2C11Z%22%2F%3E%3Cpath%20class%3D%22shower%22%20d%3D%22M12%2C11a.945.945%2C0%2C0%2C0-1%2C1v1a1%2C1%2C0%2C0%2C0%2C2%2C0V12A.945.945%2C0%2C0%2C0%2C12%2C11Z%22%2F%3E%3Cpath%20class%3D%22shower%22%20d%3D%22M14.9%2C8A6.794%2C6.794%2C0%2C0%2C0%2C9%2C2.1V0H7V2.1A6.794%2C6.794%2C0%2C0%2C0%2C1.1%2C8%2C1.029%2C1.029%2C0%2C0%2C0%2C0%2C9a.945.945%2C0%2C0%2C0%2C1%2C1H15a.945.945%2C0%2C0%2C0%2C1-1A1.029%2C1.029%2C0%2C0%2C0%2C14.9%2C8Z%22%2F%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-igraonica']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.playground%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28416%204%29%22%3E%3Cpath%20class%3D%22playground%22%20d%3D%22M15.768%2C14.359l-5-6A1%2C1%2C0%2C0%2C0%2C10%2C8H8V4a1%2C1%2C0%2C0%2C0-.293-.707l-3-3a1%2C1%2C0%2C0%2C0-1.414%2C0l-3%2C3A1%2C1%2C0%2C0%2C0%2C0%2C4V16H2V14H6v2H8V10H9.532l4.7%2C5.641a1%2C1%2C0%2C1%2C0%2C1.536-1.282ZM4%2C4A2%2C2%2C0%2C1%2C1%2C2%2C6%2C2%2C2%2C0%2C0%2C1%2C4%2C4Zm2%2C8H2V10H6Z%22%20transform%3D%22translate%28-416%20-4%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-15']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.playground%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%28416%204%29%22%3E%3Cpath%20class%3D%22playground%22%20d%3D%22M15.768%2C14.359l-5-6A1%2C1%2C0%2C0%2C0%2C10%2C8H8V4a1%2C1%2C0%2C0%2C0-.293-.707l-3-3a1%2C1%2C0%2C0%2C0-1.414%2C0l-3%2C3A1%2C1%2C0%2C0%2C0%2C0%2C4V16H2V14H6v2H8V10H9.532l4.7%2C5.641a1%2C1%2C0%2C1%2C0%2C1.536-1.282ZM4%2C4A2%2C2%2C0%2C1%2C1%2C2%2C6%2C2%2C2%2C0%2C0%2C1%2C4%2C4Zm2%2C8H2V10H6Z%22%20transform%3D%22translate%28-416%20-4%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-hotel']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2212%22%20viewBox%3D%220%200%2016%2012%22%3E%3Cdefs%3E%3Cstyle%3E.bedroom%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280%20-2%29%22%3E%3Ccircle%20class%3D%22bedroom%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate%283%204%29%22%2F%3E%3Cpath%20class%3D%22bedroom%22%20d%3D%22M16%2C8H8V5h6a2%2C2%2C0%2C0%2C1%2C2%2C2Z%22%2F%3E%3Cpath%20class%3D%22bedroom%22%20d%3D%22M16%2C9H2V2H0V14H2V12H14v2h2Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-16']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2212%22%20viewBox%3D%220%200%2016%2012%22%3E%3Cdefs%3E%3Cstyle%3E.bedroom%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280%20-2%29%22%3E%3Ccircle%20class%3D%22bedroom%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate%283%204%29%22%2F%3E%3Cpath%20class%3D%22bedroom%22%20d%3D%22M16%2C8H8V5h6a2%2C2%2C0%2C0%2C1%2C2%2C2Z%22%2F%3E%3Cpath%20class%3D%22bedroom%22%20d%3D%22M16%2C9H2V2H0V14H2V12H14v2h2Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-parkingAutobuse']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.parking%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22parking%22%20d%3D%22M7.631%2C4.739H6.667V7.706h.7A2.32%2C2.32%2C0%2C0%2C0%2C8.83%2C7.319%2C1.349%2C1.349%2C0%2C0%2C0%2C9.313%2C6.2a1.387%2C1.387%2C0%2C0%2C0-.407-1.1A1.9%2C1.9%2C0%2C0%2C0%2C7.631%2C4.739Z%22%2F%3E%3Cpath%20class%3D%22parking%22%20d%3D%22M15%2C0H1A1%2C1%2C0%2C0%2C0%2C0%2C1V15a1%2C1%2C0%2C0%2C0%2C1%2C1H15a1%2C1%2C0%2C0%2C0%2C1-1V1A1%2C1%2C0%2C0%2C0%2C15%2C0ZM10.444%2C8.588a4.314%2C4.314%2C0%2C0%2C1-2.868.854H6.667V13H4.548V3H7.74a4.242%2C4.242%2C0%2C0%2C1%2C2.765.783%2C2.852%2C2.852%2C0%2C0%2C1%2C.947%2C2.334%2C3.054%2C3.054%2C0%2C0%2C1-1.008%2C2.471Z%22%2F%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-17']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.parking%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22parking%22%20d%3D%22M7.631%2C4.739H6.667V7.706h.7A2.32%2C2.32%2C0%2C0%2C0%2C8.83%2C7.319%2C1.349%2C1.349%2C0%2C0%2C0%2C9.313%2C6.2a1.387%2C1.387%2C0%2C0%2C0-.407-1.1A1.9%2C1.9%2C0%2C0%2C0%2C7.631%2C4.739Z%22%2F%3E%3Cpath%20class%3D%22parking%22%20d%3D%22M15%2C0H1A1%2C1%2C0%2C0%2C0%2C0%2C1V15a1%2C1%2C0%2C0%2C0%2C1%2C1H15a1%2C1%2C0%2C0%2C0%2C1-1V1A1%2C1%2C0%2C0%2C0%2C15%2C0ZM10.444%2C8.588a4.314%2C4.314%2C0%2C0%2C1-2.868.854H6.667V13H4.548V3H7.74a4.242%2C4.242%2C0%2C0%2C1%2C2.765.783%2C2.852%2C2.852%2C0%2C0%2C1%2C.947%2C2.334%2C3.054%2C3.054%2C0%2C0%2C1-1.008%2C2.471Z%22%2F%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-kucniLjubimci']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2214.493%22%20viewBox%3D%220%200%2016%2014.493%22%3E%3Cdefs%3E%3Cstyle%3E.paw%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280%20-0.753%29%22%3E%3Cpath%20class%3D%22paw%22%20d%3D%22M11.279%2C8.15A3.874%2C3.874%2C0%2C0%2C0%2C8%2C6.251a3.874%2C3.874%2C0%2C0%2C0-3.279%2C1.9L4.7%2C8.18%2C3.385%2C10.673a3.218%2C3.218%2C0%2C0%2C0%2C.451%2C3.679%2C2.609%2C2.609%2C0%2C0%2C0%2C3%2C.678%2C2.673%2C2.673%2C0%2C0%2C1%2C2.321%2C0%2C2.609%2C2.609%2C0%2C0%2C0%2C3-.678%2C3.218%2C3.218%2C0%2C0%2C0%2C.451-3.679Z%22%2F%3E%3Cpath%20class%3D%22paw%22%20d%3D%22M5.547%2C5.749A2.268%2C2.268%2C0%2C0%2C0%2C7.5%2C3.147h0A2.285%2C2.285%2C0%2C0%2C0%2C5.37.755%2C2.3%2C2.3%2C0%2C0%2C0%2C3.5%2C3.356%2C2.323%2C2.323%2C0%2C0%2C0%2C5.547%2C5.749Z%22%2F%3E%3Cpath%20class%3D%22paw%22%20d%3D%22M3.475%2C6.523A2.044%2C2.044%2C0%2C0%2C0%2C1.141%2C4.888%2C2.025%2C2.025%2C0%2C0%2C0%2C.131%2C7.552%2C2.028%2C2.028%2C0%2C0%2C0%2C2.464%2C9.188%2C2.026%2C2.026%2C0%2C0%2C0%2C3.475%2C6.523Z%22%2F%3E%3Cpath%20class%3D%22paw%22%20d%3D%22M14.859%2C4.888a2.043%2C2.043%2C0%2C0%2C0-2.334%2C1.635%2C2.026%2C2.026%2C0%2C0%2C0%2C1.011%2C2.665%2C2.025%2C2.025%2C0%2C0%2C0%2C2.334-1.636A2.025%2C2.025%2C0%2C0%2C0%2C14.859%2C4.888Z%22%2F%3E%3Cpath%20class%3D%22paw%22%20d%3D%22M10.364%2C5.747A2.289%2C2.289%2C0%2C0%2C0%2C12.5%2C3.36a2.274%2C2.274%2C0%2C0%2C0-1.86-2.6A2.289%2C2.289%2C0%2C0%2C0%2C8.5%2C3.143%2C2.274%2C2.274%2C0%2C0%2C0%2C10.364%2C5.747Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-18']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2214.493%22%20viewBox%3D%220%200%2016%2014.493%22%3E%3Cdefs%3E%3Cstyle%3E.paw%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate%280%20-0.753%29%22%3E%3Cpath%20class%3D%22paw%22%20d%3D%22M11.279%2C8.15A3.874%2C3.874%2C0%2C0%2C0%2C8%2C6.251a3.874%2C3.874%2C0%2C0%2C0-3.279%2C1.9L4.7%2C8.18%2C3.385%2C10.673a3.218%2C3.218%2C0%2C0%2C0%2C.451%2C3.679%2C2.609%2C2.609%2C0%2C0%2C0%2C3%2C.678%2C2.673%2C2.673%2C0%2C0%2C1%2C2.321%2C0%2C2.609%2C2.609%2C0%2C0%2C0%2C3-.678%2C3.218%2C3.218%2C0%2C0%2C0%2C.451-3.679Z%22%2F%3E%3Cpath%20class%3D%22paw%22%20d%3D%22M5.547%2C5.749A2.268%2C2.268%2C0%2C0%2C0%2C7.5%2C3.147h0A2.285%2C2.285%2C0%2C0%2C0%2C5.37.755%2C2.3%2C2.3%2C0%2C0%2C0%2C3.5%2C3.356%2C2.323%2C2.323%2C0%2C0%2C0%2C5.547%2C5.749Z%22%2F%3E%3Cpath%20class%3D%22paw%22%20d%3D%22M3.475%2C6.523A2.044%2C2.044%2C0%2C0%2C0%2C1.141%2C4.888%2C2.025%2C2.025%2C0%2C0%2C0%2C.131%2C7.552%2C2.028%2C2.028%2C0%2C0%2C0%2C2.464%2C9.188%2C2.026%2C2.026%2C0%2C0%2C0%2C3.475%2C6.523Z%22%2F%3E%3Cpath%20class%3D%22paw%22%20d%3D%22M14.859%2C4.888a2.043%2C2.043%2C0%2C0%2C0-2.334%2C1.635%2C2.026%2C2.026%2C0%2C0%2C0%2C1.011%2C2.665%2C2.025%2C2.025%2C0%2C0%2C0%2C2.334-1.636A2.025%2C2.025%2C0%2C0%2C0%2C14.859%2C4.888Z%22%2F%3E%3Cpath%20class%3D%22paw%22%20d%3D%22M10.364%2C5.747A2.289%2C2.289%2C0%2C0%2C0%2C12.5%2C3.36a2.274%2C2.274%2C0%2C0%2C0-1.86-2.6A2.289%2C2.289%2C0%2C0%2C0%2C8.5%2C3.143%2C2.274%2C2.274%2C0%2C0%2C0%2C10.364%2C5.747Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-24sata']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.open-times%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22open-times%22%20d%3D%22M15%2C2H13V0H11V2H9V0H7V2H5V0H3V2H1A1%2C1%2C0%2C0%2C0%2C0%2C3V15a1%2C1%2C0%2C0%2C0%2C1%2C1H15a1%2C1%2C0%2C0%2C0%2C1-1V3A1%2C1%2C0%2C0%2C0%2C15%2C2ZM14%2C14H2V5H14Z%22%2F%3E%3Cpath%20class%3D%22open-times%22%20d%3D%22M11%2C11H7V7H9V9h2Z%22%2F%3E%3C%2Fsvg%3E");
}

.trazilica-filtri [for='op-19']::before {
  content: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.open-times%7Bfill%3A%2357a4ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22open-times%22%20d%3D%22M15%2C2H13V0H11V2H9V0H7V2H5V0H3V2H1A1%2C1%2C0%2C0%2C0%2C0%2C3V15a1%2C1%2C0%2C0%2C0%2C1%2C1H15a1%2C1%2C0%2C0%2C0%2C1-1V3A1%2C1%2C0%2C0%2C0%2C15%2C2ZM14%2C14H2V5H14Z%22%2F%3E%3Cpath%20class%3D%22open-times%22%20d%3D%22M11%2C11H7V7H9V9h2Z%22%2F%3E%3C%2Fsvg%3E");
}

.trazilica-filtri .form-submit {
  bottom: 0;
  left: 0;
  position: fixed;
  top: auto;
  width: 100%;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 55em) {
  .trazilica-filtri .form-submit {
    bottom: auto;
    left: 2vw;
    max-width: 40em;
    top: calc(-0.175rem + 480px - 1vw);
    width: calc(100% - 2*2vw);
  }
}

@media (min-width: 90em) {
  .trazilica-filtri .form-submit {
    left: calc(2vw + (100vw - 102.857rem)/2);
  }
}

.trazilica-filtri .form-submit input {
  background-color: #2c313c;
  color: #fff;
  font-family: "Roboto Condensed", "Helvetica Condensed", "Nimbus Sans L Condensed", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.trazilica-filtri .form-submit input[type='submit'] {
  background-color: #57a4ff;
}

#filter-op label::before {
  margin-right: 1em;
}

@media (min-width: 55em) {
  #filter-op {
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  #filter-op input[checkbox],
  #filter-op label {
    border-right: 1px solid #f3f4f5;
    line-height: 1.3;
    padding-left: 1vw;
    padding-right: 1vw;
    text-align: center;
    width: 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  #filter-op label {
    background-position: 10% 10%;
  }
  #filter-op label::before {
    display: block;
    margin: 0 0 1em;
  }
  #filter-op h3 {
    display: none;
  }
}

.skip-link {
  box-shadow: 0 0 0.4em #000;
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 1em;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
}

.skip-link:link, .skip-link:visited {
  background-color: #666666;
  color: #fff;
}

@media print {
  .skip-link {
    display: none;
  }
}

.nav-access {
  list-style: none;
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: calc(100% - 2*2vw);
  z-index: 11;
}

.cijene-mailom {
  margin: 3.2rem 0 1.6rem;
}

.cijene-mailom label,
.cijene-mailom input,
.cijene-mailom select {
  display: block;
  font: normal 1rem/1.5 "Roboto", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

@media (min-width: 55em) {
  .cijene-mailom label,
  .cijene-mailom input,
  .cijene-mailom select {
    width: 12em;
  }
}

.cijene-mailom label {
  color: inherit;
  display: block;
  font-style: italic;
  opacity: 0;
  position: absolute;
  text-align: left;
  -ms-transform: translateX(0) translateY(calc(-1*(4.1em + 1px)));
      transform: translateX(0) translateY(calc(-1*(4.1em + 1px)));
  transition: transform .3s ease 0s, opacity .3s ease 0s, color .3s ease 0s;
  z-index: 1;
}

@media (min-width: 55em) {
  .cijene-mailom label {
    -ms-transform: translateX(1.6em) translateY(calc(-1*(1em + 1.5em + 2px)));
        transform: translateX(1.6em) translateY(calc(-1*(1em + 1.5em + 2px)));
  }
}

.cijene-mailom label[for='vrstagoriva'] {
  display: none;
}

.cijene-mailom input {
  box-shadow: none;
  z-index: 10;
}

@media (min-width: 55em) {
  .cijene-mailom input {
    background-color: #fff;
    font-style: italic;
    margin: 0 1px 0 0;
  }
}

.cijene-mailom input:focus + label, .cijene-mailom input:active + label {
  color: #cccccc;
  opacity: 1;
  -ms-transform: translateX(0) translateY(calc(-1*(5.6em + 1px)));
      transform: translateX(0) translateY(calc(-1*(5.6em + 1px)));
}

@media (min-width: 55em) {
  .cijene-mailom input:focus + label, .cijene-mailom input:active + label {
    -ms-transform: translateX(0) translateY(calc(-2*(1em + 1.5em + 2px)));
        transform: translateX(0) translateY(calc(-2*(1em + 1.5em + 2px)));
  }
}

.cijene-mailom input[type='submit'] {
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  margin: 1em auto;
}

@media (min-width: 55em) {
  .cijene-mailom input[type='submit'] {
    background-color: #57a4ff;
    width: auto;
  }
}

.cijene-mailom select {
  box-shadow: none;
  color: #cccccc;
  line-height: 1.3;
  margin: 0;
}

@media (min-width: 55em) {
  .cijene-mailom select {
    background-color: #fff;
  }
}

.cijene-mailom select:focus, .cijene-mailom select:active {
  color: inherit;
}

.cijene-mailom > .form-items {
  text-align: left;
}

@media (min-width: 55em) {
  .cijene-mailom > .form-items {
    box-shadow: 0 0 2em #d6d6d6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media (min-width: 55em) {
  .cijene-mailom .form-item {
    background-color: #e9eaef;
  }
}

header[role='banner'] {
  background-color: #fff;
  box-shadow: 0 0 4px #d6d6d6;
}

.logo-min2go {
  display: block;
  font-size: 1.375rem;
  margin: 0 0.8rem 0 0;
  padding: 0.8rem 2vw;
}

.logo-min2go img {
  display: block;
}
.spinner{
  position:relative;
  height: 800px;
  width:600px;
}
.spinner img {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -150px;
}
.cijene-mailom textarea {
  box-shadow: none;
  z-index: 10;
}
.cijene-mailom textarea {
  background-color: #fff;
  font-style: italic;
  margin: 0 1px 0 0;
  width:600px;
  height:200px;
}

.registracija {
    margin: 3.2rem 0 1.6rem;
}

.registracija label,
.registracija input,
.registracija select {
    display: block;
    font: normal 1rem/1.5 "Roboto", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

@media (min-width: 55em) {
    .registracija label,
    .registracija input,
    .registracija select {
        width: 40em;
    }
}

.registracija label {
    color: inherit;
    display: block;
    font-style: italic;
    opacity: 0;
    position: absolute;
    text-align: left;
    -ms-transform: translateX(0) translateY(calc(-1*(4.1em + 1px)));
    transform: translateX(0) translateY(calc(-1*(4.1em + 1px)));
    transition: transform .3s ease 0s, opacity .3s ease 0s, color .3s ease 0s;
    z-index: 1;
}

@media (min-width: 55em) {
    .registracija label {
        -ms-transform: translateX(1.6em) translateY(calc(-1*(1em + 1.5em + 2px)));
        transform: translateX(1.6em) translateY(calc(-1*(1em + 1.5em + 2px)));
    }
}

.registracija label[for='vrstagoriva'] {
    display: none;
}

.registracija input {
    box-shadow: none;
    z-index: 10;
}

@media (min-width: 55em) {
    .registracija input {
        background-color: #fff;
        font-style: italic;
        margin: 0 1px 0 0;
    }
}

.registracija input:focus + label, .registracija input:active + label {
    color: #cccccc;
    opacity: 1;
    -ms-transform: translateX(0) translateY(calc(-1*(5.6em + 1px)));
    transform: translateX(0) translateY(calc(-1*(5.6em + 1px)));
}

@media (min-width: 55em) {
    .registracija input:focus + label, .registracija input:active + label {
        -ms-transform: translateX(0) translateY(calc(-2*(1em + 1.5em + 2px)));
        transform: translateX(0) translateY(calc(-2*(1em + 1.5em + 2px)));
    }
}

.registracija input[type='submit'] {
    font-style: normal;
    font-weight: bold;
    font-size: 1.125rem;
    margin: 1em auto;
}

@media (min-width: 55em) {
    .registracija input[type='submit'] {
        background-color: #57a4ff;
        width: auto;
    }
}

.registracija select {
    box-shadow: none;
    color: #cccccc;
    line-height: 1.3;
    margin: 0;
}

@media (min-width: 55em) {
    .registracija select {
        background-color: #fff;
    }
}

.registracija select:focus, .registracija select:active {
    color: inherit;
}

.registracija > .form-items {
    text-align: left;
}

@media (min-width: 55em) {
    .registracija > .form-items {
        box-shadow: 0 0 2em #d6d6d6;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 auto;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}

@media (min-width: 55em) {
    .registracija .form-item {
        background-color: #e9eaef;
    }
}

/*# sourceMappingURL=styles.css.map */

.leaflet-control-container .leaflet-routing-container-hide {
  display: none;
}