

{"id":105,"date":"2017-06-23T12:03:36","date_gmt":"2017-06-23T10:03:36","guid":{"rendered":"http:\/\/inspirythemesdemo.com\/realplaces\/?page_id=105"},"modified":"2021-12-22T13:35:43","modified_gmt":"2021-12-22T12:35:43","slug":"home","status":"publish","type":"page","link":"https:\/\/www.urbanzona.rs\/","title":{"rendered":"URBAN ZONA"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"105\" class=\"elementor elementor-105\" data-elementor-settings=\"[]\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4086dd1 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"4086dd1\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-18f68fc\" data-id=\"18f68fc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-724da85 elementor-widget elementor-widget-ere-section-title-widget\" data-id=\"724da85\" data-element_type=\"widget\" data-widget_type=\"ere-section-title-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<div class=\" re_section_head_elementor\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<h2 class=\"rh_section__title\">Izdvojene nekretnine<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"rh_section__desc\">Pogledajte predlo\u017eene nekretnine<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9030afa elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"9030afa\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f32e283\" data-id=\"f32e283\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b716d9a elementor-widget__width-inherit elementor-widget-tablet__width-inherit elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-ere-cta-two-widget\" data-id=\"b716d9a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"ere-cta-two-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t        <section\n                class=\"rh_section__cta_elementor_two rh_cta--featured_elementor \" style=\"background-size: cover; background-image: url(https:\/\/www.urbanzona.rs\/wp-content\/uploads\/2019\/07\/conceptual-daylight-door-1166414-1.jpg ) \">\n\n\n\t\t\t                <div class=\"elementor_overlay_cta_1\"><\/div>\n\t\t\t            <div class=\"wrapper-section-contents_elementor\">\n                <div class=\"rh_cta__wrap_elementor\">\n\n\t\t\t\t\t\n\t\t\t\t\t\n                    <div class=\"rh_cta__btns_elementor_two\">\n\n\t\t\t\t\t\t                            <a href=\"https:\/\/www.urbanzona.rs\/kontakt\/\"\n                               class=\"cta_two_elementor_first_button cta_two_elementor_button\">Kontakt podaci<\/a>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n                    <\/div>\n\n                <\/div>\n            <\/div>\n\n        <\/section>\n        <script type=\"application\/javascript\">\n\n            function isInViewport(node) {\n                var rect = node.getBoundingClientRect()\n                return (\n                    (rect.height > 0 || rect.width > 0) &&\n                    rect.bottom >= 0 &&\n                    rect.right >= 0 &&\n                    rect.top <= (window.innerHeight || document.documentElement.clientHeight) &&\n                    rect.left <= (window.innerWidth || document.documentElement.clientWidth)\n                )\n            }\n\n            function scrollParallax(selector) {\n                var scrolled = jQuery(window).scrollTop();\n                jQuery(selector).each(function (index, element) {\n                    var initY = jQuery(this).offset().top;\n                    var height = jQuery(this).height();\n                    var endY = initY + jQuery(this).height();\n\n                    \/\/ Check if the element is in the viewport.\n                    var visible = isInViewport(this);\n                    if (visible) {\n                        var diff = scrolled - initY;\n                        var ratio = Math.round((diff \/ height) * 100);\n                        jQuery(this).css('background-position', 'center ' + parseInt((ratio * 1)) + 'px')\n                    }\n\n                })\n            }\n\n            jQuery('.ere_cta_parallax').each(function () {\n                scrollParallax(this);\n            });\n\n            jQuery(window).scroll(function () {\n                jQuery('.ere_cta_parallax').each(function () {\n                    scrollParallax(this);\n                });\n\n            });\n\n\n        <\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Izdvojene nekretnine Pogledajte predlo\u017eene nekretnine Featured Studentski trg, SIMINA. Pravi beogradski stan 3.0 sa POGLEDOM I PARKINGOM Kod Studentskog Trga, u Siminoj ulici sa drvoredom, u zgradi iz 60-tih, na poslednjem 7.\u2026 Broj soba 3 Broj kupatila 1 Povr\u0161ina 64,8 m2 Prodaja 153,000\u20ac Featured \u0160armantni lokal \u2013 bistro na atraktivnoj lokaciji, SENJAK Na atraktivnoj lokaciji&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/home.php","meta":[],"_links":{"self":[{"href":"https:\/\/www.urbanzona.rs\/index.php?rest_route=\/wp\/v2\/pages\/105"}],"collection":[{"href":"https:\/\/www.urbanzona.rs\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.urbanzona.rs\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.urbanzona.rs\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.urbanzona.rs\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=105"}],"version-history":[{"count":106,"href":"https:\/\/www.urbanzona.rs\/index.php?rest_route=\/wp\/v2\/pages\/105\/revisions"}],"predecessor-version":[{"id":57091,"href":"https:\/\/www.urbanzona.rs\/index.php?rest_route=\/wp\/v2\/pages\/105\/revisions\/57091"}],"wp:attachment":[{"href":"https:\/\/www.urbanzona.rs\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=105"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}