{"id":18408,"date":"2025-11-03T09:25:20","date_gmt":"2025-11-03T07:25:20","guid":{"rendered":"https:\/\/parkpiva.hola.rs\/?page_id=18408"},"modified":"2025-11-05T16:05:55","modified_gmt":"2025-11-05T14:05:55","slug":"eng-naslovna","status":"publish","type":"page","link":"https:\/\/parkpiva.hola.rs\/?page_id=18408","title":{"rendered":"ENG NASLOVNA"},"content":{"rendered":"\n<section class=\"wp-block-qi-blocks-columns qodef-gutenberg-section qodef--template qodef-block-fbc7ece3 qodef-col-num--4 qodef-col-layout--25 qodef-content--predefined qodef-content--1200\"><div class=\"qodef-section-background-overlay\"><\/div><div class=\"qodef-gutenberg-row\">\n<div class=\"wp-block-qi-blocks-column qodef-gutenberg-column qodef-block-8ba9c04c\"><div class=\"qodef-gutenberg-column-inner\"><div class=\"wp-block-image\">\n<figure class=\"alignleft size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"200\" src=\"http:\/\/parkpiva.hola.rs\/wp-content\/uploads\/2025\/10\/logo-park-prirode-piva1.png\" alt=\"\" class=\"wp-image-16455\" style=\"object-fit:cover;width:152px;height:auto\"\/><\/figure><\/div>\n\n\n<p><\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-qi-blocks-column qodef-gutenberg-column qodef-block-93fabf59 qodef-horizontal-align--end\"><div class=\"qodef-gutenberg-column-inner\"><div id=\"simple-weather--b742c2a47ce8471556a5b90c4055740f\" class=\"simple-weather simple-weather--vue\" :style=\"atts.inline_css\">\n  <template v-if=\"style !== 'widget'\">\n    <span v-if=\"hasCurrentWeather()\" class=\"simple-weather__day simple-weather__day--current\">\n      <span v-if=\"filter_var(atts.show_units)\" class=\"simple-weather__date\">{{current_weather.dt | momentjs( atts.date )}}<\/span>\n      <i class=\"sw\" :class=\"getWeatherIcon(current_weather)\"><\/i>\n      <em class=\"simple-weather__temp\">{{current_weather.temp | temp}} &deg;<template v-if=\"filter_var(atts.show_units)\">{{units}}<\/template>\n      <\/em>\n    <\/span>\n    <template v-if=\"weather_feed\">\n      <span v-for=\"(day, index) in weather_feed\" v-if=\"isDayVisible(index, day)\" class=\"simple-weather__day\">\n        <span v-if=\"filter_var(atts.show_units)\" class=\"simple-weather__date\">{{day.dt | momentjs(atts.date)}}<\/span>\n        <i class=\"sw\" :class=\"getWeatherIcon(day)\"><\/i>\n        <em class=\"simple-weather__temp\">{{day.temp | temp}} &deg;<em class=\"simple-weather__temp-min\" v-if=\"filter_var(atts.night)\">{{day.temp_min | temp}} &deg;<\/em><template v-if=\"filter_var(atts.show_units)\">{{units}}<\/template><\/em>\n      <\/span>\n    <\/template>\n    <template v-else>\n      <span v-html=\"error\" class=\"error\"><\/span>\n    <\/template>\n  <\/template>\n  <template v-else>\n    <div class=\"simple-weather-widget\" v-if=\"current_weather.name || weather_feed\" :class=\"atts.inline_css ? 'simple-weather-widget--bg' : ''\">\n      <h4 class='widget_title' v-if=\"atts.title || current_weather.name\" v-text=\"atts.title ? atts.title : current_weather.name\"><\/h4>\n      <div class=\"temp\">\n        <span v-if=\"current_weather.temp\" class=\"degrees\">{{current_weather.temp | temp}} &deg;<\/span>\n        <span class=\"details\">\n          <template v-if=\"current_weather.humidity\">Humidity: <em class=\"float-right\">{{current_weather.humidity}}%<\/em><br><\/template>\n          <template v-if=\"current_weather.clouds\">Clouds: <em class=\"float-right\">{{current_weather.clouds}}%<\/em><br><\/template>\n          <template v-if=\"current_weather.wind\">Wind <small>({{current_weather.wind.deg}})<\/small>:\n          <em class=\"float-right\">{{current_weather.wind.speed}}<small>{{units_wind}}<\/small><\/em><\/template>\n        <\/span>\n      <\/div>\n      <div class=\"summary\">{{current_weather.desc}}<\/div>\n      <div class=\"simple-weather-table\" v-if=\"weather_feed\">\n        <div v-for=\"(day, index) in weather_feed\" v-if=\"index < atts.days\" class=\"simple-weather-table__row\">\n\t\t\t\t\t<div class=\"simple-weather-table__date\">{{day.dt | momentjs(atts.date)}}<\/div>\n\t\t\t\t\t<div class=\"simple-weather-table__icon\"><i class=\"sw\" :class=\"getWeatherIcon(day)\"><\/i><\/div>\n\t\t\t\t\t<div class=\"simple-weather-table__temp\">\n            {{day.temp | temp}}&deg;\n            <span class=\"simple-weather-table__temp-min\">{{day.temp_min | temp}} &deg;<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/template>\n<\/div>\n\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-qi-blocks-column qodef-gutenberg-column qodef-block-4035fabb qodef-horizontal-align--start\"><div class=\"qodef-gutenberg-column-inner\"><span id=\"tka_time\" class=\"tka_style\" style=\"font-size:500;color:#ffff;\"><\/span>\r\n<script>\r\n\tfunction checkTime(i) {\r\n  if (i < 10) {\r\n    i = \"0\" + i;\r\n  }\r\n  return i;\r\n}\r\n\r\nfunction startTime() {\r\n  var ampm=\"\";\r\n  var today = new Date();\r\n\r\n  var n = today.getTimezoneOffset();\r\n  var temp=(0*60)\/60;\r\n  var h = today.getHours();\r\n  \th=(temp+h);\r\n  \r\n  var m = today.getMinutes();\r\n  var s = today.getSeconds();\r\n  \/\/ add a zero in front of numbers<10\r\n  m = checkTime(m);\r\n  s = checkTime(s); document.getElementById(\"tka_time\").innerHTML =\" \"+ h + \":\" + m + \":\" + s +\" \"+ampm;\r\n  t = setTimeout(function() {\r\n    startTime()\r\n  }, 500);\r\n}\r\n\r\n\r\nstartTime();\r\n\r\n<\/script>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-qi-blocks-column qodef-gutenberg-column qodef-block-853b0c11 qodef-vertical-align--middle\"><div class=\"qodef-gutenberg-column-inner\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/parkpiva.hola.rs\/\"><img loading=\"lazy\" decoding=\"async\" width=\"54\" height=\"54\" src=\"https:\/\/parkpiva.hola.rs\/wp-content\/uploads\/2025\/11\/MNE.png\" alt=\"\" class=\"wp-image-19031\" style=\"object-fit:cover\"\/><\/a><\/figure>\n<\/div><\/div>\n<\/div><\/section>\n\n\n\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<section class=\"wp-block-qi-blocks-columns qodef-gutenberg-section qodef--template qodef-block-a88e4145 qodef-col-num--1 qodef-col-layout--100 qodef-content--full-width\"><div class=\"qodef-section-background-overlay\"><\/div><div class=\"qodef-gutenberg-row\">\n<div class=\"wp-block-qi-blocks-column qodef-gutenberg-column qodef-block-24d6d362\"><div class=\"qodef-gutenberg-column-inner\">\n<figure class=\"wp-block-video alignfull\"><video autoplay muted src=\"http:\/\/parkpiva.hola.rs\/wp-content\/uploads\/2025\/10\/YTDown.com_YouTube_Media_ghSIV9DpuP0_001_1080p.mp4\"><\/video><\/figure>\n<\/div><\/div>\n<\/div><\/section>\n<\/div>\n<\/div>\n\n\n\n<section class=\"wp-block-qi-blocks-columns qodef-gutenberg-section qodef--template qodef-block-146d33f8 qodef-col-num--3 qodef-col-layout--25-50-25 qodef-gutter--no qodef-content--boxed\"><div class=\"qodef-section-background-overlay\"><\/div><div class=\"qodef-gutenberg-row\">\n<div class=\"wp-block-qi-blocks-column qodef-gutenberg-column qodef-block-65bebfad\"><div class=\"qodef-gutenberg-column-inner\">\n  \t\t\t<div class='fc_card-container' style='float:none;clear:both;margin:0px 5px 10px 5px;width:250px;height:250px;color:white;' data-ratio=''>\n\n  \t\t\t    <div class='fc_card fc_auto' data-direction='bottom' style='border:0;border-radius:0px;' data-autoflip='9000' data-start='5000'>\n  \t\t\t      \n  \t\t\t<div class='fc_front ' style='border-radius:0px;background:linear-gradient(317deg, rgb(140,184,66) 0%, rgb(140,184,66) 35%, rgb(140,184,66) 100%);padding:0px;text-align:center;'>\n  \t\t\t\t <a href=\"\/?page_id=18431\"> <img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-823\" src=\"\/wp-content\/uploads\/2025\/10\/informacije1.png\" alt=\"\" width=\"241\" height=\"250\"><\/a>\n\t\t\t  <\/div>\n  \t\t\n  \t\t\t<div class='fc_back ' style='border-radius:0px;background:linear-gradient(317deg, rgb(140,184,66) 0%, rgb(140,184,66) 35%, rgb(140,184,66) 100%);padding:0px;text-align:center;'>\n  \t\t\t\t <a href=\"\/?page_id=18431\"> NATURE PARK PIVA<\/a> \n\t\t\t  <\/div>\n  \t\t\n  \t\t\t    <\/div>\n  \t\t\t\t\n  \t\t\t<\/div>\n  \t\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-qi-blocks-column qodef-gutenberg-column qodef-block-8e424390\"><div class=\"qodef-gutenberg-column-inner\">\n  \t\t\t<div class='fc_card-container' style='float:none;clear:both;margin:0px 5px 10px 5px;width:513px;height:252px;color:white;' data-ratio=''>\n\n  \t\t\t    <div class='fc_card fc_auto' data-direction='left' style='border:0;border-radius:0px;' data-autoflip='9000' data-start='9000'>\n  \t\t\t      \n  \t\t\t<div class='fc_front ' style='border-radius:0px;background:linear-gradient(317deg, rgba(86, 190, 236) 0%, rgba(86, 190, 236) 45%, rgba(86, 190, 236) 100%);padding:0px;text-align:center;'>\n  \t\t\t\t\n<a href=\"\/?page_id=18916\">\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8298\" src=\"\/wp-content\/uploads\/2025\/10\/mapa2.png\n\" alt=\"\" width=\"370\" height=\"270\"><\/a>\n\t\t\t  <\/div>\n  \t\t\n  \t\t\t<div class='fc_back ' style='border-radius:0px;background:linear-gradient(317deg, rgba(86, 190, 236) 0%, rgba(86, 190, 236) 45%, rgba(86, 190, 236) 100%);padding:0px;text-align:center;'>\n  \t\t\t\t\n<a href=\"\/?page_id=18916\">\nINTERACTIVE MAP<\/a>\n\n\t\t\t  <\/div>\n  \t\t\n  \t\t\t    <\/div>\n  \t\t\t\t\n  \t\t\t<\/div>\n  \t\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-qi-blocks-column qodef-gutenberg-column qodef-block-4c9699e6\"><div class=\"qodef-gutenberg-column-inner\">\n  \t\t\t<div class='fc_card-container' style='float:none;clear:both;margin:0px 5px 10px 5px;width:250px;height:250px;color:white;' data-ratio=''>\n\n  \t\t\t    <div class='fc_card fc_auto' data-direction='right' style='border:0;border-radius:0px;' data-autoflip='9000' data-start='3000'>\n  \t\t\t      \n  \t\t\t<div class='fc_front ' style='border-radius:0px;background:linear-gradient(322deg, rgba(240, 179, 29) 0%, rgba(240, 179, 29) 45%, rgba(240, 179, 29) 100%);padding:0px;text-align:center;'>\n  \t\t\t\t\n<a href=\"\/?page_id=18453\">\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8299\" src=\"\/wp-content\/uploads\/2025\/10\/znamenitosti3.png\" alt=\"\" width=\"270\" height=\"270\"><\/a>\n\n\t\t\t  <\/div>\n  \t\t\n  \t\t\t<div class='fc_back ' style='border-radius:0px;background:linear-gradient(322deg, rgba(240, 179, 29) 0%, rgba(240, 179, 29) 45%, rgba(240, 179, 29) 100%);padding:0px;text-align:center;'>\n  \t\t\t\t\n<a href=\"\/?page_id=18453\">\nATTRACTIONS <\/a>\n\n\t\t\t  <\/div>\n  \t\t\n  \t\t\t    <\/div>\n  \t\t\t\t\n  \t\t\t<\/div>\n  \t\n<\/div><\/div>\n<\/div><\/section>\n\n\n\n<section class=\"wp-block-qi-blocks-columns qodef-gutenberg-section qodef--template qodef-block-58697c8a qodef-col-num--3 qodef-col-layout--25-25-50 qodef-gutter--no qodef-content--boxed\"><div class=\"qodef-section-background-overlay\"><\/div><div class=\"qodef-gutenberg-row\">\n<div class=\"wp-block-qi-blocks-column qodef-gutenberg-column qodef-block-5c78a316\"><div class=\"qodef-gutenberg-column-inner\">\n  \t\t\t<div class='fc_card-container' style='float:none;clear:both;margin:0px 5px 10px 5px;width:250px;height:250px;color:white;' data-ratio=''>\n\n  \t\t\t    <div class='fc_card fc_auto' data-direction='right' style='border:0;border-radius:0px;' data-autoflip='9000' data-start='1000'>\n  \t\t\t      \n  \t\t\t<div class='fc_front ' style='border-radius:0px;background:linear-gradient(152deg, rgba(86, 190, 236) 0%, rgba(86, 190, 236) 33%, rgba(86, 190, 236) 100%);padding:0px;text-align:center;'>\n  \t\t\t\t\n<a href=\"\/?page_id=18463\">\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8300\" src=\"wp-content\/uploads\/2025\/10\/aktivni.png\" alt=\"\" width=\"241\" height=\"241\"><\/a>\n\n\t\t\t  <\/div>\n  \t\t\n  \t\t\t<div class='fc_back ' style='border-radius:0px;background:linear-gradient(152deg, rgba(86, 190, 236) 0%, rgba(86, 190, 236) 33%, rgba(86, 190, 236) 100%);padding:0px;text-align:center;'>\n  \t\t\t\t\n<a href=\"\/?page_id=18463\">\nACTIVE TOURISM<\/a>\n\n\t\t\t  <\/div>\n  \t\t\n  \t\t\t    <\/div>\n  \t\t\t\t\n  \t\t\t<\/div>\n  \t\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-qi-blocks-column qodef-gutenberg-column qodef-block-c33501d2\"><div class=\"qodef-gutenberg-column-inner\">\n  \t\t\t<div class='fc_card-container' style='float:none;clear:both;margin:0px 5px 10px 5px;width:250px;height:250px;color:white;' data-ratio=''>\n\n  \t\t\t    <div class='fc_card fc_auto' data-direction='top' style='border:0;border-radius:0px;' data-autoflip='9000' data-start='2000'>\n  \t\t\t      \n  \t\t\t<div class='fc_front ' style='border-radius:0px;background:linear-gradient(152deg, rgba(240, 179, 29) 0%, rgba(240, 179, 29) 33%, rgba(240, 179, 29) 100%);padding:0px;text-align:center;'>\n  \t\t\t\t\n<a href=\"\/?page_id=18749\">\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8301\" src=\"\/wp-content\/uploads\/2025\/10\/MANIFESTACIJE1.png\" alt=\"\" width=\"242\" height=\"241\"><\/a>\n\n\t\t\t  <\/div>\n  \t\t\n  \t\t\t<div class='fc_back ' style='border-radius:0px;background:linear-gradient(152deg, rgba(240, 179, 29) 0%, rgba(240, 179, 29) 33%, rgba(240, 179, 29) 100%);padding:0px;text-align:center;'>\n  \t\t\t\t\n<a href=\"\/?page_id=18749\">\nFESTIVALS\n<\/a>\n\n\t\t\t  <\/div>\n  \t\t\n  \t\t\t    <\/div>\n  \t\t\t\t\n  \t\t\t<\/div>\n  \t\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-qi-blocks-column qodef-gutenberg-column qodef-block-54f2a0e9\"><div class=\"qodef-gutenberg-column-inner\">\n  \t\t\t<div class='fc_card-container' style='float:none;clear:both;margin:0px 5px 10px 5px;width:513px;height:252px;color:white;' data-ratio=''>\n\n  \t\t\t    <div class='fc_card fc_auto' data-direction='left' style='border:0;border-radius:0px;' data-autoflip='9000' data-start='4000'>\n  \t\t\t      \n  \t\t\t<div class='fc_front ' style='border-radius:0px;background:linear-gradient(133deg, rgba(140,184,66) 0%, rgba(140,184,66) 50%, rgba(140,184,66) 100%);padding:0px;text-align:center;'>\n  \t\t\t\t\n<a href=\"\/?page_id=18764\">\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-8302\" src=\"\/wp-content\/uploads\/2025\/10\/restorani5.png\n\" alt=\"\" width=\"300\" height=\"147\"><\/a>\n\t\t\t  <\/div>\n  \t\t\n  \t\t\t<div class='fc_back ' style='border-radius:0px;background:linear-gradient(133deg, rgba(140,184,66) 0%, rgba(140,184,66) 50%, rgba(140,184,66) 100%);padding:0px;text-align:center;'>\n  \t\t\t\t\n<a href=\"\/?page_id=18764\">\nACCOMMODATION AND RESTAURANTS<\/a>\n\n\t\t\t  <\/div>\n  \t\t\n  \t\t\t    <\/div>\n  \t\t\t\t\n  \t\t\t<\/div>\n  \t\n<\/div><\/div>\n<\/div><\/section>\n\n\n\n<section class=\"wp-block-qi-blocks-columns qodef-gutenberg-section qodef--template qodef-block-dd8b4185 qodef-col-num--3 qodef-col-layout--50-25-25 qodef-gutter--no qodef-content--boxed\"><div class=\"qodef-section-background-overlay\"><\/div><div class=\"qodef-gutenberg-row\">\n<div class=\"wp-block-qi-blocks-column qodef-gutenberg-column qodef-block-f7167c16\"><div class=\"qodef-gutenberg-column-inner\">\n  \t\t\t<div class='fc_card-container' style='float:none;clear:both;margin:0px 5px 10px 5px;width:513px;height:250px;color:white;' data-ratio=''>\n\n  \t\t\t    <div class='fc_card fc_manual' data-direction='left' style='border:0;border-radius:0px;'  >\n  \t\t\t      \n  \t\t\t<div class='fc_front ' style='border-radius:0px;background:linear-gradient(133deg, rgba(23, 31, 37, 0.5) 0%, rgba(23, 31, 37, 0.5) 33%, rgba(23, 31, 37, 0.5) 100%);padding:0px;text-align:center;'>\n  \t\t\t\t\n<a href=\"\/?page_id=3392\">\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8303\" src=\"\/wp-content\/uploads\/2025\/11\/interactive-postcard1.png\" alt=\"\" width=\"513\" height=\"300\"><\/a>\n\n\t\t\t  <\/div>\n  \t\t\n  \t\t\t<div class='fc_back ' style='border-radius:0px;background:linear-gradient(133deg, rgba(23, 31, 37, 0.5) 0%, rgba(23, 31, 37, 0.5) 33%, rgba(23, 31, 37, 0.5) 100%);padding:0px;text-align:center;'>\n  \t\t\t\t\n<a href=\"#\">DIGITALNA RAZGLEDNICA<\/a>\n\n\t\t\t  <\/div>\n  \t\t\n  \t\t\t    <\/div>\n  \t\t\t\t\n  \t\t\t<\/div>\n  \t\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-qi-blocks-column qodef-gutenberg-column qodef-block-c9957068\"><div class=\"qodef-gutenberg-column-inner\">\n  \t\t\t<div class='fc_card-container' style='float:none;clear:both;margin:0px 5px 10px 5px;width:257px;height:250px;color:white;' data-ratio=''>\n\n  \t\t\t    <div class='fc_card fc_manual' data-direction='top' style='border:0;border-radius:0px;'  >\n  \t\t\t      \n  \t\t\t<div class='fc_front ' style='border-radius:0px;background:linear-gradient(152deg, rgba(23, 31, 37) 0%, rgba(23, 31, 37) 33%, rgba(23, 31, 37) 100%);padding:0px;text-align:center;'>\n  \t\t\t\t\n<a href=\"https:\/\/www.montenegro.travel\/me\" target=\"_blank\" rel=\"noopener\">\n  <img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8304\" src=\"\/wp-content\/uploads\/2025\/11\/eng-nacionalna-turisticka1.png\" alt=\"\" width=\"257\" height=\"300\">\n<\/a>\n\n\t\t\t  <\/div>\n  \t\t\n  \t\t\t<div class='fc_back ' style='border-radius:0px;background:linear-gradient(152deg, rgba(23, 31, 37) 0%, rgba(23, 31, 37) 33%, rgba(23, 31, 37) 100%);padding:0px;text-align:center;'>\n  \t\t\t\t\n<a href=\"https:\/\/www.montenegro.travel\/me\" target=\"_blank\" rel=\"noopener\">\n  <!-- Nacionalna turisti\u010dka organizacija crne gore -->\n<\/a>\n\n\t\t\t  <\/div>\n  \t\t\n  \t\t\t    <\/div>\n  \t\t\t\t\n  \t\t\t<\/div>\n  \t\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-qi-blocks-column qodef-gutenberg-column qodef-block-f8327f2b\"><div class=\"qodef-gutenberg-column-inner\">\n  \t\t\t<div class='fc_card-container' style='float:none;clear:both;margin:0px 5px 10px 5px;width:257px;height:250px;color:white;' data-ratio=''>\n\n  \t\t\t    <div class='fc_card fc_manual' data-direction='top' style='border:0;border-radius:0px;'  >\n  \t\t\t      \n  \t\t\t<div class='fc_front ' style='border-radius:0px;background:linear-gradient(152deg, rgba(23, 31, 37) 0%, rgba(23, 31, 37) 33%, rgba(23, 31, 37) 100%);padding:0px;text-align:center;'>\n  \t\t\t\t\n<a href=\"\/?page_id=18797\">\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8305\" src=\"\/wp-content\/uploads\/2025\/11\/eng-service.png\n\" alt=\"\" width=\"257\" height=\"300\"><\/a>\n\n\t\t\t  <\/div>\n  \t\t\n  \t\t\t<div class='fc_back ' style='border-radius:0px;background:linear-gradient(152deg, rgba(23, 31, 37) 0%, rgba(23, 31, 37) 33%, rgba(23, 31, 37) 100%);padding:0px;text-align:center;'>\n  \t\t\t\t\n<a href=\"\/?page_id=18797\">\nVREME\n<\/a>\n\n\t\t\t  <\/div>\n  \t\t\n  \t\t\t    <\/div>\n  \t\t\t\t\n  \t\t\t<\/div>\n  \t\n<\/div><\/div>\n<\/div><\/section>\n\n\n\n<section class=\"wp-block-qi-blocks-columns qodef-gutenberg-section qodef--template qodef-block-1ae4e307 qodef-col-num--1 qodef-col-layout--100 qodef-content--boxed\"><div class=\"qodef-section-background-overlay\"><\/div><div class=\"qodef-gutenberg-row\">\n<div class=\"wp-block-qi-blocks-column qodef-gutenberg-column qodef-block-5652a64b\"><div class=\"qodef-gutenberg-column-inner\">\n<div class=\"ditty ditty--pre\" data-id=\"18990\" data-uniqid=\"ditty-6a01c8c58ca95\"><\/div>\n<\/div><\/div>\n<\/div><\/section>\n\n\n\n<div class=\"wp-block-group metaslider-home\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\"><div id=\"metaslider-id-3183\" style=\"width: 100%;\" class=\"ml-slider-3-101-0 metaslider metaslider-flex metaslider-3183 ml-slider ms-theme-default nav-hidden\" role=\"region\" aria-label=\"SLAJDERI PARK PRIRODE PIVA\" data-height=\"1950\" data-width=\"1080\">\n    <div id=\"metaslider_container_3183\">\n        <div id=\"metaslider_3183\">\n            <ul class='slides'>\n            <\/ul>\n        <\/div>\n        \n    <\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div id=\"start-to-use\" style=\"opacity: 0; visibility: hidden;\">\n  DODIRNI ZA START &#8211; TOUCH TO START\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>DODIRNI ZA START &#8211; TOUCH TO START<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-18408","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"https:\/\/parkpiva.hola.rs\/index.php?rest_route=\/wp\/v2\/pages\/18408","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/parkpiva.hola.rs\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/parkpiva.hola.rs\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/parkpiva.hola.rs\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/parkpiva.hola.rs\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=18408"}],"version-history":[{"count":27,"href":"https:\/\/parkpiva.hola.rs\/index.php?rest_route=\/wp\/v2\/pages\/18408\/revisions"}],"predecessor-version":[{"id":19035,"href":"https:\/\/parkpiva.hola.rs\/index.php?rest_route=\/wp\/v2\/pages\/18408\/revisions\/19035"}],"wp:attachment":[{"href":"https:\/\/parkpiva.hola.rs\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=18408"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}