
.nuxt-progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 0%;
  opacity: 1;
  transition: width 0.1s, opacity 0.4s;
  background-color: black;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}


.nuxt__build_indicator[data-v-71e9e103] {
  box-sizing: border-box;
  position: fixed;
  font-family: monospace;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
  width: 88px;
  z-index: 2147483647;
  font-size: 16px;
  line-height: 1.2rem;
}
.v-enter-active[data-v-71e9e103], .v-leave-active[data-v-71e9e103] {
  transition-delay: 0.2s;
  transition-property: all;
  transition-duration: 0.3s;
}
.v-leave-to[data-v-71e9e103] {
  opacity: 0;
  transform: translateY(20px);
}
svg[data-v-71e9e103] {
  display: inline-block;
  vertical-align: baseline;
  width: 1.1em;
  height: 0.825em;
  position: relative;
  top: 1px;
}


@media (min-width: 992px) {
.dropdown-menu .dropdown-toggle[data-v-df24ad54]:after {
      border-top: .3em solid transparent;
      border-right: 0;
      border-bottom: .3em solid transparent;
      border-left: .3em solid;
}
#main_nav > ul > li:nth-child(1) > a[data-v-df24ad54] {
      padding-left: 0 !important;
}
#main_nav > ul > li:nth-child(1) > a span[data-v-df24ad54] {
        padding-left: 0 !important;
}
.dropdown-menu .dropdown-menu[data-v-df24ad54] {
      margin-left: 0;
      margin-right: 0;
}
.dropdown-menu li[data-v-df24ad54] {
      position: relative;
}
.nav-item .submenu[data-v-df24ad54] {
      display: none;
      position: absolute;
      left: 100%;
      top: -7px;
}
.nav-item .submenu-left[data-v-df24ad54] {
      right: 100%;
      left: auto;
}
.dropdown-menu > li[data-v-df24ad54]:hover {
      /* background-color: #f1f1f1 */
}
.dropdown-menu > li:hover > .submenu[data-v-df24ad54] {
      display: block;
}
}
.dropdown-menu[data-v-df24ad54] {
    padding-left: 0;
    z-index: 1000000000 !important;
    border: none; 
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.dropdown-item[data-v-df24ad54]:hover {
  /* background-color: transparent !important; */
}
.nav-item a[data-v-df24ad54], .nav-item span[data-v-df24ad54] {
    color: white;
    font-weight: 400 !important;
    font-size: 18px !important;
}
.dropdown-menu li a[data-v-df24ad54]{
    color: #000;
    font-weight: 400 !important;
    transition: all .2s;
    position: relative;
    padding-left: 30px !important;
}
.dropdown-menu li a[data-v-df24ad54]:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #b50512;
    left: 12px;
    border-radius: 50%;
}
.dropdown-menu li a[data-v-df24ad54]:hover {
    /* background: #14468c !important;
    color: white;
    font-weight: bold !important; */
}
.dropdown-item.active[data-v-df24ad54], .dropdown-item[data-v-df24ad54]:active {
    background-color: #e7e7e7 !important;
}

  /* .nav-item:first-child a:first-child {
    padding-left: 0 !important;
  } */



/* .img-sati {
  width: 14px !important;
} */
.headerWrappeSection {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1170px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  margin-top: -5px;
}
.top-right-buttons {
  position: absolute;
  right: 30px;
  top: 110px;
  color: white !important
}
.v-application .indigo {
  /* background-color: #14468c !important;
  border-color: #14468c !important; */
}
.header-section {
  background: transparent;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2) !important;
  position: relative;
}
#main_nav {
  height: 100%;
}
.navbar-nav {
  padding-left: 0 !important;
  height: 100%;
}
.burger-icon {
  display: none;
}
.close-menu-btn {
  display: none;
}
.nav-item span {
  padding: 0;
}
.nav-item a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 17px !important;
}
.nav-item a:hover {
  /* background: #10366c !important; */
  /* color: white !important; */
}
.miniBanner {
  color: #000;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  width: 100%;
  padding-top: 200px;
  display: table;
  background-size: cover !important;
  height: 500px;
  min-height: 500px;
}
.caption {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  margin: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
  box-sizing: border-box;
  left: 0;
  width: 100%;
  z-index: 10;
  color: #fff;
  padding: 30px;
  position: absolute;
  bottom: 0;
  vertical-align: bottom;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  transition: none !important;
}
.detail {
  color: #000;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  margin: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
  vertical-align: baseline;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 100px 30px 30px 30px;
  transition: none;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.caption h3 {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  max-width: 350px;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
  font-weight: 300;
  transition: none;
}
.caption p {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  margin-bottom: 20px;
  box-sizing: border-box;
  max-width: 350px;
  font-size: 15px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 22px;
  transition: none;
}
.detailContent {
  color: #000;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  visibility: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
  vertical-align: baseline;
  box-sizing: border-box;
  position: absolute;
  bottom: 40px;
  padding-right: 20px;
}
.detailContent h3 {
  cursor: pointer;
  visibility: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  margin-top: 40px;
  box-sizing: border-box;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.detailContent a {
  visibility: hidden;
  outline: 0;
  box-sizing: border-box;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 0 solid transparent;
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* border-color: #14468c; */
  border-bottom: none !important;
  white-space: normal !important;
  transform: translateZ(0);
  /* background: #14468c none repeat scroll 0 0; */
  padding: 13px 15px 13px 21px !important;
  color: #fff;
  display: inline-block;
  font-family: sans-serif;
  font-size: 16px;
  margin: 0 20px 20px 0;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background .25s ease 0s;
  line-height: 18px !important;
  box-shadow: none !important;
  margin-top: 40px;
}
.detailContent a::after {
  background-color: #14468c;
  content: " ";
  box-shadow: none !important;
  display: block;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  transform: skewX(10deg);
  width: 20px;
  transition: background .25s ease 0s;
}
.miniBanner:hover .detail {
  color: #000;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  margin: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
  vertical-align: baseline;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 100px 30px 30px 30px;
  transition: all .20s ease 0s;
  opacity: 1;
  visibility: visible;
  z-index: 15;
}
.miniBanner:hover .caption {
  visibility: hidden;
}
.miniBanner:hover .detailContent h3 {
  visibility: visible;
}
.miniBanner:hover .detailContent a {
  visibility: visible;
  color: white !important;
}
.naslov {
  line-height: 51px !important;
}


#search[data-v-61d08a43] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.42857143;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #777777;
  box-sizing: border-box;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9);
  transition: all 0.5s ease-in-out;
  z-index: 99999999;
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}
#search .close[data-v-61d08a43] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  margin: 0;
  font: inherit;
  overflow: visible;
  text-transform: none;
  font-family: inherit;
  float: right;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
  background: 0 0;
  border: 0;
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  border-color: #66bb6a;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
  background-color: #bf2e31;
}
#search form[data-v-61d08a43] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.42857143;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #777777;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60%;
  height: 60px;
  margin: auto;
  display: flex;
}
#search form input[data-v-61d08a43] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  font: inherit;
  font-family: inherit;
  box-sizing: border-box;
  width: 100%;
  line-height: 60px;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  border-bottom: 1px solid #ccc;
  outline: none;
}
#search form button[data-v-61d08a43] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  margin: 0;
  font: inherit;
  overflow: visible;
  text-transform: none;
  font-family: inherit;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 4px;
  position: absolute;
  background: #66bb6a;
  color: #fff;
  border: 0px;
  right: 0;
  top: 5px;
  width: 50px;
  height: 50px;
  background-color: #bf2e31;
}
ul[data-v-61d08a43] {
  -webkit-tap-highlight-color: transparent;
  --color: #2E3192;
  --color2: #792BC4;
  --color3: #F61067;
  -webkit-font-smoothing: antialiased;
  color: #515151;
  box-sizing: inherit;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
  transition: 0s;
}
nav[data-v-61d08a43] {
  padding: 0 !important;
}
ul li[data-v-61d08a43] {
  transition: 0s;

  -webkit-tap-highlight-color: transparent;
  --color: #2E3192;
  --color2: #792BC4;
  --color3: #F61067;
  -webkit-font-smoothing: antialiased;
  color: #515151;
  list-style: none;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Montserrat, sans-serif;
  position: relative;
  font-weight: 400;
}
ul li a[data-v-61d08a43] {
  transition: 0s;

  list-style: none;
  box-sizing: inherit;
  margin: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background-color: transparent;
  touch-action: manipulation;
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: 0;
  font-family: Montserrat, sans-serif;
  color: black;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 300;
  margin-right: 1px;
  background: white;
  border-radius: 50%;
  padding: 5px;
  margin: 0 5px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul li a i[data-v-61d08a43] {
  transition: 0s;

  list-style: none;
  color: black;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  margin: 0 !important;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
}
ul.dropdown[data-v-61d08a43] {
  transition: 0s;

  -webkit-tap-highlight-color: transparent;
  --color: #2E3192;
  --color2: #792BC4;
  --color3: #F61067;
  -webkit-font-smoothing: antialiased;
  color: #515151;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  visibility: hidden;
  transition: 0s;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  position: absolute;
  top: 100%;
  background-color: #fff;
  padding: 10px 20px;
  box-sizing: border-box;
  z-index: 12;
  width: 200px !important;
  margin-top: 0;
  left: -80px;
  right: 0;
  display: flex;
}
ul.dropdown li a[data-v-61d08a43] {
  padding: 12px 4px !important;
  color: #333 !important;
  background: none !important;
  width: 100%;
  padding-left: 0 !important;
  margin-left: 0;
}
ul li:hover ul.dropdown[data-v-61d08a43] {
  visibility: visible;
}
a[data-v-61d08a43] {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
.right-nav[data-v-61d08a43] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lokacije-btn a[data-v-61d08a43] {
  color: black;
  margin-right: 20px;
}
.lokacije-btn a i[data-v-61d08a43] {
  color: black;
  font-size: 22px;
  margin-right: 5px;
}
.logo[data-v-61d08a43] {
  height: 70px;
}
.navigation-btn[data-v-61d08a43] {
  background: transparent;
  height: 100%;
  color: white !important;
}
.navigation-active[data-v-61d08a43] {
  border-top: 3px solid #ff6600;
  color: #ff6600;
}
.site-info[data-v-61d08a43] {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: black;
}
.container[data-v-61d08a43] {
  max-width: 1170px !important;
}
.container--fluid[data-v-61d08a43] {
  max-width: 100% !important;
}
@media (max-width: 767px) {
.logo[data-v-61d08a43] {
    height: 50px;
}
.logo-text[data-v-61d08a43] {
    font-size: 25px !important;
}
.top-right-buttons[data-v-61d08a43] {
    right: 15px !important;
    top: 98px;
}
}
.vkontakt[data-v-61d08a43] {
  width: 16px;
  filter: brightness(0);
}
.clockWrapper ul[data-v-61d08a43] {
  list-style: none;
  top: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
}
.clockWrapper li[data-v-61d08a43] {
  position: absolute;
  transform-origin: 50% 100%;
  height: 160px;
}
.clockWrapper .hours[data-v-61d08a43] {
  left: 118px;
  font-size: 23.3333333333px;
  letter-spacing: -1.6px;
  line-height: 45px;
  display: none;
}
.hours li[data-v-61d08a43] {
  width: 80px;
}
.hours span[data-v-61d08a43] {
  display: block;
}
.hours li[data-v-61d08a43]:nth-of-type(1) {
  transform: rotate(30deg);
}
.hours li:nth-of-type(1) span[data-v-61d08a43] {
  transform: rotate(-30deg);
}
.hours li[data-v-61d08a43]:nth-of-type(2) {
  transform: rotate(60deg);
}
.hours li:nth-of-type(2) span[data-v-61d08a43] {
  transform: rotate(-60deg);
}
.hours li[data-v-61d08a43]:nth-of-type(3) {
  transform: rotate(90deg);
}
.hours li:nth-of-type(3) span[data-v-61d08a43] {
  transform: rotate(-90deg);
}
.hours li[data-v-61d08a43]:nth-of-type(4) {
  transform: rotate(120deg);
}
.hours li:nth-of-type(4) span[data-v-61d08a43] {
  transform: rotate(-120deg);
}
.hours li[data-v-61d08a43]:nth-of-type(5) {
  transform: rotate(150deg);
}
.hours li:nth-of-type(5) span[data-v-61d08a43] {
  transform: rotate(-150deg);
}
.hours li[data-v-61d08a43]:nth-of-type(6) {
  transform: rotate(180deg);
}
.hours li:nth-of-type(6) span[data-v-61d08a43] {
  transform: rotate(-180deg);
}
.hours li[data-v-61d08a43]:nth-of-type(7) {
  transform: rotate(210deg);
}
.hours li:nth-of-type(7) span[data-v-61d08a43] {
  transform: rotate(-210deg);
}
.hours li[data-v-61d08a43]:nth-of-type(8) {
  transform: rotate(240deg);
}
.hours li:nth-of-type(8) span[data-v-61d08a43] {
  transform: rotate(-240deg);
}
.hours li[data-v-61d08a43]:nth-of-type(9) {
  transform: rotate(270deg);
}
.hours li:nth-of-type(9) span[data-v-61d08a43] {
  transform: rotate(-270deg);
}
.hours li[data-v-61d08a43]:nth-of-type(10) {
  transform: rotate(300deg);
}
.hours li:nth-of-type(10) span[data-v-61d08a43] {
  transform: rotate(-300deg);
}
.hours li[data-v-61d08a43]:nth-of-type(11) {
  transform: rotate(330deg);
}
.hours li:nth-of-type(11) span[data-v-61d08a43] {
  transform: rotate(-330deg);
}
.hours li[data-v-61d08a43]:nth-of-type(12) {
  transform: rotate(360deg);
}
.hours li:nth-of-type(12) span[data-v-61d08a43] {
  transform: rotate(-360deg);
}
#clock[data-v-61d08a43] {
  /* background: #fff; */
  border: 5px solid white;
  border-radius: 50%;
  position: relative;
  width: 345px;
  height: 345px;
  margin: 0 auto;
}

/* JavaScript pre-rotates these wrappers instead of the hands when getting the time at load. If it pre-rotates the hands, then the hands will not perform 1 turn at their normal speeds. */
.hr-wrapper[data-v-61d08a43], .min-wrapper[data-v-61d08a43], .sec-wrapper[data-v-61d08a43] {
  position: absolute;
  width: 320px;
  height: 320px;
  left: 8px;
  top: 7px;
}
.hand[data-v-61d08a43] {
  position: absolute;
  bottom: 50%;
  transform-origin: 50% 100%;
}
.hand img[data-v-61d08a43] {
  width: 52px;
  height: auto;
  transform: translateX(100%);
}
.clockWrapper .hr[data-v-61d08a43] {
  /* background: #000; */
  left: 170px;
  width: 1px;
  /* height: 89px; */
  border-radius: 10px;
  animation: rotateHand-61d08a43 43200s linear infinite;
  /* animation: rotateHand 4s linear infinite; */

  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 28px !important;
  color: white;
  /* padding-top: 5px; */
}
.clockWrapper .hr[data-v-61d08a43]:after {
  /* background: #222;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  width: 13px;
  height: 16px; */
}
.clockWrapper .hand.hr[data-v-61d08a43] {
  bottom: 52%;
  left: 156px;
}
.min[data-v-61d08a43] {
  /* background: #000; */
  left: 155px;
  width: 1px;
  /* height: 125px; */
  border-radius: 8px;
  animation: rotateHand-61d08a43 3600s linear infinite;
  /* animation: rotateHand 3s linear infinite; */

  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 28px !important;
  line-height: 1;
  /* padding-top: 7px; */
  color: white;
}
.min[data-v-61d08a43]:after {
  /* background: #222;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  width: 9px;
  height: 16px; */
}
.sec[data-v-61d08a43] {
  /* background: white; */
  left: 156.5px;
  width: 5px;
  height: 132px;
  border-radius: 8px;
  animation: rotateHand-61d08a43 60s steps(60, end) infinite;
}
.sec[data-v-61d08a43]:after {
  background: rgb(181, 5, 18);
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: -28px;
  width: 30px;
  height: 30px;
}
.clockWrapper[data-v-61d08a43] {
  position: absolute;
  transform: scale(0.24);
  margin-left: -132px;
  margin-top: 20px;
}
@media (max-width: 767px) {
.clockWrapper[data-v-61d08a43] {
    margin-left: -123px;
}
}
.logo-text[data-v-61d08a43] {
  margin-left: 100px !important;
  display: block;
  margin-top: 30px;
  margin-bottom: 8px;
}
@keyframes rotateHand-61d08a43 {
to {
    transform: rotate(1turn);
}
}



.social-links[data-v-409e2651] {
  display: flex;
  gap: 11px;
  width: 50%;
  flex-wrap: wrap;
}
.social[data-v-409e2651] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
}
.social a[data-v-409e2651] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.beforeFooter[data-v-409e2651] {
  /* padding: 30px 0; */
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  background: #d4d4d4;
  /* padding-bottom: 5px; */
  height: 8cm;
}
.beforeFooter img[data-v-409e2651] {
  display: block;
  margin: 5px auto;
  margin-top: 12px;
}
.beforeFooter a[data-v-409e2651] {
  color: rgb(181, 5, 18);
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-size: 12px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
}
.mobile-image[data-v-409e2651] {
  display: none !important;
}
@media (max-width: 767px) {
.mobile-image[data-v-409e2651] {
    display: block !important;
    width: 100%;
    height: auto;
}
.beforeFooter[data-v-409e2651] {
    height: auto;
}
.desktop-image[data-v-409e2651] {
    display: none !important;
}
}



.container {
  max-width: 1170px !important;
}
.container--fluid {
  max-width: 100% !important;
}
a {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}


.iframe-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}


.icon-full {
  margin-top: 125px !important;
}
.thumb i {
  position: absolute;
  left: -150px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 100%;
  z-index: 99;
  text-align: center;
  line-height: 44px;
  color: #bf2e31;
  opacity: 0;
  transition: all .2s;
  margin-top: 70px;
}
.event-post:hover .thumb i {
  opacity: 1;
  left: 0;
}
.thumb {
  position: relative;
}
.event-post:hover .bg-overlay {
  display: block;
}
.bg-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}


.kontakt-naslov[data-v-7f45d8a6] {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
}
.color-white[data-v-7f45d8a6] {
  color: white;
  text-transform: uppercase;
}
.color-grey-9[data-v-7f45d8a6] {
  color: #c4c4c4;
  text-transform: uppercase;
  margin: 0;
  font-size: 15px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.details-desc p i[data-v-7f45d8a6] {
  font-size: 15px;
  color: white;
  margin-right: 5px;
}


.kratak-opis p {
    word-break: break-word !important;
}



.dogadjaj img[data-v-36606717] {
    width: 50%;
    border-radius: 3px;
    max-height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 130px;
}
.dogadjaj h3[data-v-36606717] {
    width: 100%;
    font-size: 19px;
    margin: 0;
}
.dogadjaj-info[data-v-36606717] {
    width: 100%;
}
.dogadjaji-box[data-v-36606717] {
    background: #f8f8f8;
}
.datum[data-v-36606717] {
    font-size: 13px;
}
.kratak-opis[data-v-36606717] {
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
font: inherit;
vertical-align: baseline;
font-size: 14px;
line-height: 22px;
font-weight: 400;
max-height: 66px;
overflow: hidden;
}
.kratak-opis p[data-v-36606717] {
    word-break: break-word !important;
}
.dogadjaj a[data-v-36606717] {
    color: #232323;
    display: flex;
}
.dogadjaj[data-v-36606717] {
    margin-bottom: 10px;
}


.kratak-opis p {
    word-break: break-word !important;
}



.dogadjaj img[data-v-405cb9ba] {
    width: 50%;
    border-radius: 3px;
    max-height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 130px;
}
.dogadjaj h3[data-v-405cb9ba] {
    width: 100%;
    font-size: 19px;
    margin: 0;
}
.dogadjaj-info[data-v-405cb9ba] {
    width: 100%;
}
.dogadjaji-box[data-v-405cb9ba] {
    background: #f8f8f8;
}
.datum[data-v-405cb9ba] {
    font-size: 13px;
}
.kratak-opis[data-v-405cb9ba] {
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
font: inherit;
vertical-align: baseline;
font-size: 14px;
line-height: 22px;
font-weight: 400;
max-height: 66px;
overflow: hidden;
}
.dogadjaj a[data-v-405cb9ba] {
    color: #232323;
    display: flex;
}
.dogadjaj[data-v-405cb9ba] {
    margin-bottom: 10px;
}


.social-box {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}
.social-wrapper {
  position: fixed;
  left: 0;
  top: 20%;
  background: transparent ;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  z-index: 11;
}
.social-wrapper a {
  background: white;
  padding: 13px;
  transition: all .1s;
}
.social-wrapper a:hover {
  background: white;
  padding: 13px 22px;
}
@media(max-width: 767px){
.social-wrapper {
    bottom: 0;
    width: 100vw;
    top: auto;
    top: initial;
    flex-direction: row;
    justify-content: space-between;
    background: white;
}
.social-wrapper a {
    padding: 13px 0 !important;
}
}


.basic-info {
  display: flex;
  gap: 15px;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 50px;
}
.naslov {
    font-size: 48px !important;
    line-height: 40px;
    margin-bottom: 20px;
    color: white;
    font-weight: 700;
}
.v-breadcrumbs {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
    color: #fff;
    margin-bottom: 20px;
    justify-content: center;
    padding: 10px 20px !important;
    background: rgba(0,0,0,0.30196) !important;
    position: absolute;
    top: 190px;
}
p.short-description {
    font-size: 19px;
    color: white;
    margin: 20px 0;
}
.v-breadcrumbs li {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    list-style: none;
    color: #fff;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    display: inline-block;
    margin-right: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.v-breadcrumbs__item {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    list-style: none;
    box-sizing: border-box;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    color: inherit;
    transition: all 0.35s ease-in-out;
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    text-transform: none !important;
    line-height: 18px;
    font-weight: 400;
    color: white !important;
}
.theme--light.v-breadcrumbs .v-breadcrumbs__divider, .theme--light.v-breadcrumbs .v-breadcrumbs__item--disabled {
      color: white;
}
@media(max-width: 767px) {
.zaglavljeClass {
      padding: 0 20px;
}
.naslov {
      font-size: 31px ​!important;
}
}


.teaser {
  width: 100%;
  border-radius: 5px;
  background: white;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all .2s;
}
.teaser:hover {
  box-shadow: 0 2px 20px rgba(30, 30, 30, .15);
}
.teaser__summary {
  font-size: 15px;
  color: #515151;
}
.teaser__body {
  padding: 20px;
}
.teaser__title {
  font-size: 24px;
  color: rgb(30, 30, 30);
  width: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-bottom: 7px !important;
  border-bottom: 5px dotted white;
  transition: all .3s;
  position: relative;
}
.teaser__title::after {
  position: absolute;
  content: '';
  width: 0%;
  height: 20px;
  left: 0;
  bottom: 0px;
  border-bottom: 2px solid #b50512;
  transition: all .7s;
}
.teaser:hover .teaser__title::after {
  width: 100%;
}
.teaser__taxonomy-label {
  font-size: 13px;
  margin-bottom: 10px;
  color: rgb(181, 5, 18);
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.teaser__meta-date {
  font-size: 13px;
  color: #515151;
  text-transform: uppercase;
  font-weight: 600;
}
.teaser__image-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dot {
  color: rgb(181, 5, 18);
  margin-right: 5px;
  font-size: 10px;
  margin-top: -2px;
}


.item[data-v-cbd30f44] {
  display: flex;
  margin: 50px 0;
}
.item img[data-v-cbd30f44] {
  width: 35%;
  border-radius: 5px;
}
.item .item_info[data-v-cbd30f44] {
  width: 100%;
  padding: 0 15px;
}
img[data-v-cbd30f44] {
  width: 100%;
}
.naslov[data-v-cbd30f44] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #222;
  letter-spacing: 2.5px;
  white-space: pre;
  margin-right: 15px;
}
.informacije-naslov[data-v-cbd30f44] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'Cabin', sans-serif;
  color: #222222;
  font-weight: 700;
  letter-spacing: 1.8px;
  margin-bottom: 11px;
}
.opis[data-v-cbd30f44] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #2d3e50;
}
.kontakt-naslov[data-v-cbd30f44] {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
}
.detail-block p[data-v-cbd30f44] {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.color-grey-9[data-v-cbd30f44] {
  color: #bfbfbf;
}
.detail-block p span[data-v-cbd30f44] {
  margin-left: 3px;
  color: white;
}
.korisne-informacije-box[data-v-cbd30f44] {
  transition: all .2s;
}
.korisne-informacije-box[data-v-cbd30f44]:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.dogadjaj[data-v-cbd30f44] {
  display: flex;
  margin-bottom: 30px;
}
.dogadjaj img[data-v-cbd30f44] {
  width: 100%;
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.dogadjaj h3[data-v-cbd30f44] {
  width: 100%;
}
.dogadjaj-info[data-v-cbd30f44] {
  width: 100%;
}
.dogadjaji-box[data-v-cbd30f44] {
  background: #f8f8f8;
}


.content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.image-wrapper-jedan {
  width: 50%;
}
.jedna-kolona {
  display: flex;
}
.meta-info-200 {
  width: 200px;
}
a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.naslov-novosti {
  color: black;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.novost-wrapper {
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, .07);
  transition: all .2s;
}
.novost-wrapper:hover {
  box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, .20);
}
.novost-wrapper:hover .naslov-novosti {
  color: #bf2e31;
  cursor: pointer;
}
.meta-info {
  font-size: 12px;
  color: #777;
  font-weight: 400;
  text-transform: uppercase;
}
.novost-ukratko {
  color: #777777;
  margin: 0;
  height: 100px;
  overflow: hidden;
}
.meta-info {
  display: flex;
  justify-content: space-between;
}
.image-wrapper {
  height: 200px;
  background: silver;
  position: relative;
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-category {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 0px 20px;
  font-size: 13px;
  color: white;
  background: #d32f2f;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.novost-ukratko p, .novost-ukratko h1, .novost-ukratko h2, .novost-ukratko h3, .novost-ukratko h4, .novost-ukratko h5, .novost-ukratko h6 {
  font-size: 16px !important;
  margin: 0 !important;
  font-weight: normal;
  overflow: hidden;
}
a:hover {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}


.service-box[data-v-282413d8] {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    margin: 0 0 30px;
}
.serbox-cap[data-v-282413d8] {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    padding: 20px;
    width: 100%;
    height: 100px;
}
.serbox-cap h6[data-v-282413d8] {
    margin: 0 0 10px;
    color: #333333;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.serbox-cap h6 a[data-v-282413d8] {
    color: #fff;
    font-weight: 600;
    line-height: 24px;
    font-size: 20px;
}
.serbox-cap h6[data-v-282413d8] {
    margin: 0 0 10px;
}
.serbox-cap p[data-v-282413d8] {
    color: #fff;
    opacity: 0;
}
.serbox-cap .rm[data-v-282413d8] {
    background: #fff;
    color: #333;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding: 5px 15px;
    opacity: 0;
}
.service-box img[data-v-282413d8] {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
}
.service-box[data-v-282413d8]:after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 100%);
    width: 100%;
    height: 50%;
    content: "";
}
.service-box:hover .serbox-cap[data-v-282413d8] {
    height: auto;
    max-height: 170px;
    min-height: 100px;
}
.service-box:hover .serbox-cap h6 a[data-v-282413d8] {
    color: #fff;
}
.service-box:hover .serbox-cap p[data-v-282413d8] {
    opacity: 1;
}
.service-box:hover .serbox-cap .rm[data-v-282413d8] {
    opacity: 1;
}
.service-box:hover img[data-v-282413d8] {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}
.service-box[data-v-282413d8]:hover:after {
    height: 100%;
}
.service-box[data-v-282413d8]::before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(20,70,140,0.36863);
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    content: '';
}
.serbox-cap .rm[data-v-282413d8]:hover {
    background: #f7385a;
    color: #fff;
}
*[data-v-282413d8] {
    transition: all .2s;
}


.pagebg2[data-v-a1501704] {
    background: url('https://opstinaribnik.rs.sr/template/images/h2factsbg.jpg') no-repeat;
    background-size: cover;
    padding: 80px 0 50px;
}
.local-services .deprt-icon-box[data-v-a1501704] {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    height: 300px;
    margin: 0 0 30px;
    box-shadow: 0px 5px 15px 0 rgba(0,0,0,.07);
    padding: 65px;
    position: relative;
}
.deprt-icon-box img[data-v-a1501704] {
    margin: 0 0 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
}
.deprt-icon-box h5[data-v-a1501704] {
    line-height: 32px;
    margin: 0 0 12px;
    text-transform: capitalize;
    font-weight: 600;
}
.deprt-icon-box h5 a[data-v-a1501704] {
    color: #222;
}
.deprt-icon-box a.rm[data-v-a1501704] {
    background: #bf2e31;
    display: inline-block;
    color: #fff;
    line-height: 24px;
    border-radius: 12px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 15px;
    opacity: 0;
}
.local-services .deprt-icon-box[data-v-a1501704]:hover {
    padding: 30px 65px;
}
*[data-v-a1501704] {
    transition: all .2s;
}
.deprt-icon-box:hover a.rm[data-v-a1501704] {
    opacity: 1;
}



.item[data-v-ae89b17c] {
    display: flex;
    margin: 50px 0;
}
.item .link img[data-v-ae89b17c]  {
    /* max-width: 35% !important; */
    border-radius: 5px;
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
}
.item .link[data-v-ae89b17c]{
    position: relative;
    transition: all .2s;
    width: 60%;
}
.item a[data-v-ae89b17c]::before  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0,0,0,0.3);
    z-index: 100;
    border-radius: 5px;
    height: 0%;
}
.item a[data-v-ae89b17c]:hover::before{
    height: 100%;
}
.item .item_info[data-v-ae89b17c] {
    width: 100%;
    padding: 0 15px;
}
img[data-v-ae89b17c] {
    width: 100%;
}
.naslov[data-v-ae89b17c] {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
font: inherit;
vertical-align: baseline;
font-size: 32px;
line-height: 32px;
font-weight: 700;
color: #222;
letter-spacing: 2.5px;
white-space: pre;
margin-right: 15px;
}
.informacije-naslov[data-v-ae89b17c] {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
font: inherit;
vertical-align: baseline;
font-size: 22px;
line-height: 30px;
text-transform: uppercase;
font-family: 'Cabin', sans-serif;
color: #222222;
font-weight: 700;
letter-spacing: 1.8px;
margin-bottom: 11px;
}
.opis[data-v-ae89b17c] {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
font: inherit;
vertical-align: baseline;
font-size: 14px;
line-height: 22px;
font-weight: 400;
margin-bottom: 25px;
color: #2d3e50;
max-height: 66px;
overflow: hidden;
}
.kontakt-naslov[data-v-ae89b17c] {
        font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 22px;
        text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
}
.detail-block p[data-v-ae89b17c] {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.color-grey-9[data-v-ae89b17c] {
    color: #bfbfbf;
}
.detail-block p span[data-v-ae89b17c] {
    margin-left: 3px;
    color: white;
}
.korisne-informacije-box[data-v-ae89b17c] {
    transition: all .2s;
}
.korisne-informacije-box[data-v-ae89b17c]:hover {
    transform: scale(1.05);
    cursor: pointer;
}
.dogadjaj[data-v-ae89b17c] {
    display: flex;
    margin-bottom: 30px;
}
.dogadjaj img[data-v-ae89b17c] {
    width: 100%;
    max-height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 3px;
}
.dogadjaj h3[data-v-ae89b17c] {
    width: 100%;
}
.dogadjaj-info[data-v-ae89b17c] {
    width: 100%;
}
.dogadjaji-box[data-v-ae89b17c] {
    background: #f8f8f8;
}
.opis p[data-v-ae89b17c] {
     overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.breadcrumb[data-v-ae89b17c]  {
    /* padding-left: 15px !important; */
    background: none !important;
}

