{"id":259,"date":"2018-05-23T12:17:07","date_gmt":"2018-05-23T12:17:07","guid":{"rendered":"http:\/\/bridge241.qodeinteractive.com\/?page_id=5"},"modified":"2025-05-06T13:47:51","modified_gmt":"2025-05-06T11:47:51","slug":"home","status":"publish","type":"page","link":"http:\/\/moravacem.hola.rs\/","title":{"rendered":"NASLOVNA SPOLJNI KIOSK"},"content":{"rendered":"\n<section class=\"wp-block-qi-blocks-columns qodef-gutenberg-section qodef--template qodef-block-368fb7f5 qodef-col-num--2 qodef-col-layout--50 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-c29dc178\"><div class=\"qodef-gutenberg-column-inner\">\n<figure class=\"wp-block-image size-full logo-klasa\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"194\" src=\"http:\/\/moravacem.hola.rs\/wp-content\/uploads\/2024\/03\/moravacem-beli.png\" alt=\"\" class=\"wp-image-5595\" srcset=\"http:\/\/moravacem.hola.rs\/wp-content\/uploads\/2024\/03\/moravacem-beli.png 600w, http:\/\/moravacem.hola.rs\/wp-content\/uploads\/2024\/03\/moravacem-beli-300x97.png 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/figure>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-qi-blocks-column qodef-gutenberg-column qodef-block-a20bf854 qodef-horizontal-align--end\"><div class=\"qodef-gutenberg-column-inner\">\n<div id=\"pmten-header\"><div id=\"pmten\"><\/div><\/div>\n\n\n<div id=\"simple-weather--7bf868c42d99cf1ccb7178cbd4319025\" 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\n\n<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 +\" \"+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<\/div><\/section>\n\n\n\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-8f761849 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\"><video autoplay loop muted src=\"http:\/\/moravacem.hola.rs\/wp-content\/uploads\/2024\/03\/CRH-Stvaranje.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-833b5ed0 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-12bab42e\"><div class=\"qodef-gutenberg-column-inner\">\n<div id=\"pmten-home-container\"><div id=\"pmten-home\"><p>PM10<\/p><p>N\/A<\/p><\/div><p>Merna Stanica Popovac<\/p><\/div>\n<\/div><\/div>\n<\/div><\/section>\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\">\r\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=''>\r\n\r\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'>\r\n  \t\t\t      \r\n  \t\t\t<div class='fc_front ' style='border-radius:0px;background:linear-gradient(317deg, rgba(218, 99, 91) 0%, rgba(218, 99, 91) 35%, rgba(218, 99, 91) 100%);padding:0px;text-align:center;'>\r\n  \t\t\t\t\n<a href=\"\/?page_id=1584\">\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-823\" src=\"\/wp-content\/uploads\/2024\/04\/1a.png\" alt=\"\" width=\"270\" height=\"270\"><\/a>\r\n\t\t\t  <\/div>\r\n  \t\t\r\n  \t\t\t<div class='fc_back ' style='border-radius:0px;background:linear-gradient(317deg, rgba(218, 99, 91) 0%, rgba(218, 99, 91) 35%, rgba(218, 99, 91) 100%);padding:0px;text-align:center;'>\r\n  \t\t\t\t\n<a href=\"\/?page_id=1584\">\nMORAVACEM PORTFOLIO\n<\/a>\n\r\n\t\t\t  <\/div>\r\n  \t\t\r\n  \t\t\t    <\/div>\r\n  \t\t\t\t\r\n  \t\t\t<\/div>\r\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\">\r\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=''>\r\n\r\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'>\r\n  \t\t\t      \r\n  \t\t\t<div class='fc_front ' style='border-radius:0px;background:linear-gradient(317deg, rgba(253, 125, 2) 0%, rgba(253, 125, 2) 45%, rgba(253, 125, 2) 100%);padding:0px;text-align:center;'>\r\n  \t\t\t\t\n<a href=\"\/?page_id=803\">\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-824\" src=\"\/wp-content\/uploads\/2024\/04\/2.png\" alt=\"\" width=\"300\" height=\"147\"><\/a>\r\n\t\t\t  <\/div>\r\n  \t\t\r\n  \t\t\t<div class='fc_back ' style='border-radius:0px;background:linear-gradient(317deg, rgba(253, 125, 2) 0%, rgba(253, 125, 2) 45%, rgba(253, 125, 2) 100%);padding:0px;text-align:center;'>\r\n  \t\t\t\t\n<a href=\"\/?page_id=803\">\nMAPA GRADA I OKOLINE\n<\/a>\n\r\n\t\t\t  <\/div>\r\n  \t\t\r\n  \t\t\t    <\/div>\r\n  \t\t\t\t\r\n  \t\t\t<\/div>\r\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\">\r\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=''>\r\n\r\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'>\r\n  \t\t\t      \r\n  \t\t\t<div class='fc_front ' style='border-radius:0px;background:linear-gradient(322deg, rgba(253, 201, 53) 0%, rgba(253, 201, 53) 45%, rgba(253, 201, 53) 100%);padding:0px;text-align:center;'>\r\n  \t\t\t\t\n<a href=\"\/?page_id=4350\">\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-825\" src=\"\/wp-content\/uploads\/2024\/04\/3.png\" alt=\"\" width=\"270\" height=\"270\"><\/a>\n\r\n\t\t\t  <\/div>\r\n  \t\t\r\n  \t\t\t<div class='fc_back ' style='border-radius:0px;background:linear-gradient(322deg, rgba(253, 201, 53) 0%, rgba(253, 201, 53) 45%, rgba(253, 201, 53) 100%);padding:0px;text-align:center;'>\r\n  \t\t\t\t\n<a href=\"\/?page_id=4350\">\nTURISTI\u010cKE ATRAKCIJE<\/a>\n\r\n\t\t\t  <\/div>\r\n  \t\t\r\n  \t\t\t    <\/div>\r\n  \t\t\t\t\r\n  \t\t\t<\/div>\r\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\">\r\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=''>\r\n\r\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'>\r\n  \t\t\t      \r\n  \t\t\t<div class='fc_front ' style='border-radius:0px;background:linear-gradient(152deg, rgba(6, 178, 188) 0%, rgba(6, 178, 188) 33%, rgba(6, 178, 188) 100%);padding:0px;text-align:center;'>\r\n  \t\t\t\t\n<a href=\"\/?page_id=1628\">\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-826\" src=\"\/wp-content\/uploads\/2024\/04\/4.png\" alt=\"\" width=\"241\" height=\"241\"><\/a>\n\r\n\t\t\t  <\/div>\r\n  \t\t\r\n  \t\t\t<div class='fc_back ' style='border-radius:0px;background:linear-gradient(152deg, rgba(6, 178, 188) 0%, rgba(6, 178, 188) 33%, rgba(6, 178, 188) 100%);padding:0px;text-align:center;'>\r\n  \t\t\t\t\n<a href=\"\/?page_id=1628\">\nISTORIJA\n<\/a>\n\r\n\t\t\t  <\/div>\r\n  \t\t\r\n  \t\t\t    <\/div>\r\n  \t\t\t\t\r\n  \t\t\t<\/div>\r\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\">\r\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=''>\r\n\r\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'>\r\n  \t\t\t      \r\n  \t\t\t<div class='fc_front ' style='border-radius:0px;background:linear-gradient(152deg, rgba(13, 118, 185) 0%, rgba(13, 118, 185) 33%, rgba(13, 118, 185) 100%);padding:0px;text-align:center;'>\r\n  \t\t\t\t\n<a href=\"\/?page_id=4721\">\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-827\" src=\"\/wp-content\/uploads\/2024\/04\/5b.png\" alt=\"\" width=\"242\" height=\"241\"><\/a>\n\r\n\t\t\t  <\/div>\r\n  \t\t\r\n  \t\t\t<div class='fc_back ' style='border-radius:0px;background:linear-gradient(152deg, rgba(13, 118, 185) 0%, rgba(13, 118, 185) 33%, rgba(13, 118, 185) 100%);padding:0px;text-align:center;'>\r\n  \t\t\t\t\n<a href=\"\/?page_id=4721\">\nZNA\u010cAJNE USTANOVE<\/a>\n\r\n\t\t\t  <\/div>\r\n  \t\t\r\n  \t\t\t    <\/div>\r\n  \t\t\t\t\r\n  \t\t\t<\/div>\r\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\">\r\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=''>\r\n\r\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'>\r\n  \t\t\t      \r\n  \t\t\t<div class='fc_front ' style='border-radius:0px;background:linear-gradient(133deg, rgba(230, 87, 127) 0%, rgba(230, 87, 127) 33%, rgba(230, 87, 127) 100%);padding:0px;text-align:center;'>\r\n  \t\t\t\t\n<a href=\"\/?page_id=4798\">\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-822\" src=\"\/wp-content\/uploads\/2024\/04\/6b.png\" alt=\"\" width=\"300\" height=\"147\"><\/a>\r\n\t\t\t  <\/div>\r\n  \t\t\r\n  \t\t\t<div class='fc_back ' style='border-radius:0px;background:linear-gradient(133deg, rgba(230, 87, 127) 0%, rgba(230, 87, 127) 33%, rgba(230, 87, 127) 100%);padding:0px;text-align:center;'>\r\n  \t\t\t\t\n<a href=\"\/?page_id=4798\">\nPARTNERSTVO ZA BUDU\u0106NOST\n<\/a>\n\r\n\t\t\t  <\/div>\r\n  \t\t\r\n  \t\t\t    <\/div>\r\n  \t\t\t\t\r\n  \t\t\t<\/div>\r\n  \t\n<\/div><\/div>\n<\/div><\/section>\n\n\n<div class=\"ditty ditty--pre\" data-id=\"6408\" data-uniqid=\"ditty-6a9b658371bac\"><\/div>\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\"><!-- MetaSlider 3183 not found -->\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","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-259","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"http:\/\/moravacem.hola.rs\/index.php?rest_route=\/wp\/v2\/pages\/259","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/moravacem.hola.rs\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/moravacem.hola.rs\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/moravacem.hola.rs\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/moravacem.hola.rs\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=259"}],"version-history":[{"count":448,"href":"http:\/\/moravacem.hola.rs\/index.php?rest_route=\/wp\/v2\/pages\/259\/revisions"}],"predecessor-version":[{"id":13983,"href":"http:\/\/moravacem.hola.rs\/index.php?rest_route=\/wp\/v2\/pages\/259\/revisions\/13983"}],"wp:attachment":[{"href":"http:\/\/moravacem.hola.rs\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=259"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}