{"id":5,"date":"2024-05-22T08:44:00","date_gmt":"2024-05-22T08:44:00","guid":{"rendered":"https:\/\/kreativna-europa.ba\/home\/"},"modified":"2026-04-19T04:17:53","modified_gmt":"2026-04-19T04:17:53","slug":"home","status":"publish","type":"page","link":"https:\/\/kreativna-europa.ba\/en\/","title":{"rendered":"Home"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"5\" class=\"elementor elementor-5\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a7414dd e-grid e-con-full e-con e-parent\" data-id=\"a7414dd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5d60b11 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"5d60b11\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-slider-final\">\n  <div class=\"es-slider\">\n    <!-- Slide 1 -->\n    <div class=\"es-slide active\" style=\"--slide-color:#f2f3e3\">\n      <a href=\"https:\/\/kreativna-europa.ba\/en\/nadolazeci-pozivi-kreativna-europa-media-2026\/\" class=\"es-slide-link\">\n        <div class=\"es-image-container\">\n          <img decoding=\"async\" src=\"https:\/\/kreativna-europa.ba\/wp-content\/uploads\/2026\/03\/nadolazeci-pozivi-2026-1-slider.jpg\" alt=\"Creative Networking\">\n        <\/div>\n      <\/a>\n    <\/div>\n    \n    <!-- Slide 2 -->\n    <div class=\"es-slide\" style=\"--slide-color:#e4f0e2\">\n      <a href=\"https:\/\/kreativna-europa.ba\/en\/european-cooperation-projects-2026-small-i-medium-scale-pozivi\/\" class=\"es-slide-link\">\n        <div class=\"es-image-container\">\n          <img decoding=\"async\" src=\"https:\/\/kreativna-europa.ba\/wp-content\/uploads\/2026\/03\/COOP-MEDIUM-SMALL-slider.jpg\" alt=\"Creative Networking\">\n        <\/div>\n      <\/a>\n    <\/div>\n    \n  <!-- Slide 3 (Removed) -->\n  \n  <\/div>\n  \n  <div class=\"es-controls\">\n    <button class=\"es-prev\">\u2039<\/button>\n    <button class=\"es-next\">\u203a<\/button>\n  <\/div>\n  \n  <div class=\"es-dots\"><\/div>\n<\/div>\n\n<style>\n\/* Add this to your existing CSS *\/\n.es-slide-link {\n  display: block;\n  width: 100%;\n  height: 100%;\n  text-decoration: none;\n  color: inherit;\n}\n\n\/* Rest of your existing CSS remains the same *\/\n.elementor-slider-final {\n  --current-slide-color: #4a6da7;\n  width: 100%;\n  position: relative;\n  overflow: hidden;\n  background: var(--current-slide-color);\n}\n\n.es-slider {\n  display: flex;\n  transition: transform 0.5s ease;\n  height: 600px;\n}\n\n.es-slide {\n  min-width: 100%;\n  position: relative;\n}\n\n.es-image-container {\n  width: 100%;\n  max-width: 1200px;\n  height: 100%;\n  margin: 0 auto;\n  overflow: hidden;\n}\n\n.es-image-container img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n}\n\n.es-controls {\n  position: absolute;\n  top: 50%;\n  left: 0;\n  right: 0;\n  transform: translateY(-50%);\n  display: flex;\n  justify-content: space-between;\n  pointer-events: none;\n  padding: 0 20px;\n  max-width: 1240px;\n  margin: 0 auto;\n}\n\n.es-controls button {\n  color: rgba(255,255,255,0.9);\n  background: none;\n  border: none;\n  font-size: 3rem;\n  cursor: pointer;\n  pointer-events: auto;\n  transition: all 0.3s;\n  text-shadow: 0 2px 5px rgba(0,0,0,0.5);\n}\n\n.es-controls button:hover {\n  color: white;\n  transform: scale(1.2);\n}\n\n.es-dots {\n  position: absolute;\n  bottom: 20px;\n  left: 0;\n  right: 0;\n  display: flex;\n  justify-content: center;\n  gap: 12px;\n}\n\n.es-dots .es-dot {\n  width: 12px;\n  height: 12px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.6);\n  cursor: pointer;\n  transition: all 0.3s;\n}\n\n.es-dots .es-dot.active {\n  background: white;\n  transform: scale(1.3);\n}\n\n\/* Responsive adjustments *\/\n@media (max-width: 1240px) {\n  .es-slider {\n    height: 50vw;\n  }\n}\n\n@media (max-width: 767px) {\n  .es-controls button {\n    font-size: 2rem;\n  }\n  \n  .es-dots .es-dot {\n    width: 10px;\n    height: 10px;\n  }\n}\n<\/style>\n\n<script>\n(function() {\n  \/\/ Wait for Elementor to be ready\n  function initSlider() {\n    const slider = document.querySelector('.es-slider');\n    const slides = document.querySelectorAll('.es-slide');\n    const prevBtn = document.querySelector('.es-prev');\n    const nextBtn = document.querySelector('.es-next');\n    const dotsContainer = document.querySelector('.es-dots');\n    const sliderContainer = document.querySelector('.elementor-slider-final');\n    \n    if (!slider || !slides.length) return;\n    \n    let currentIndex = 0;\n    const slideCount = slides.length;\n    let autoSlideInterval;\n    \n    \/\/ Create dots\n    function createDots() {\n      dotsContainer.innerHTML = '';\n      slides.forEach((_, index) => {\n        const dot = document.createElement('span');\n        dot.className = 'es-dot';\n        if(index === 0) dot.classList.add('active');\n        dot.addEventListener('click', () => goToSlide(index));\n        dotsContainer.appendChild(dot);\n      });\n    }\n    \n    \/\/ Update slider state\n    function updateSlider() {\n      const currentSlide = slides[currentIndex];\n      const slideColor = currentSlide.style.getPropertyValue('--slide-color');\n      \n      slider.style.transform = `translateX(-${currentIndex * 100}%)`;\n      sliderContainer.style.setProperty('--current-slide-color', slideColor);\n      \n      \/\/ Update dots\n      document.querySelectorAll('.es-dot').forEach((dot, index) => {\n        dot.classList.toggle('active', index === currentIndex);\n      });\n    }\n    \n    \/\/ Navigation functions\n    function goToSlide(index) {\n      currentIndex = index;\n      updateSlider();\n      resetAutoSlide();\n    }\n    \n    function nextSlide() {\n      currentIndex = (currentIndex + 1) % slideCount;\n      updateSlider();\n      resetAutoSlide();\n    }\n    \n    function prevSlide() {\n      currentIndex = (currentIndex - 1 + slideCount) % slideCount;\n      updateSlider();\n      resetAutoSlide();\n    }\n    \n    \/\/ Auto-slide functionality\n    function startAutoSlide() {\n      autoSlideInterval = setInterval(nextSlide, 5000);\n    }\n    \n    function resetAutoSlide() {\n      clearInterval(autoSlideInterval);\n      startAutoSlide();\n    }\n    \n    \/\/ Initialize\n    createDots();\n    updateSlider();\n    startAutoSlide();\n    \n    \/\/ Event listeners\n    prevBtn.addEventListener('click', prevSlide);\n    nextBtn.addEventListener('click', nextSlide);\n    \n    \/\/ Touch support\n    let touchStartX = 0;\n    slider.addEventListener('touchstart', (e) => {\n      touchStartX = e.touches[0].clientX;\n      clearInterval(autoSlideInterval);\n    }, {passive: true});\n    \n    slider.addEventListener('touchend', (e) => {\n      const touchEndX = e.changedTouches[0].clientX;\n      const diff = touchStartX - touchEndX;\n      \n      if (Math.abs(diff) > 50) {\n        if (diff > 0) nextSlide();\n        else prevSlide();\n      }\n      startAutoSlide();\n    }, {passive: true});\n    \n    \/\/ Pause on hover\n    slider.addEventListener('mouseenter', () => clearInterval(autoSlideInterval));\n    slider.addEventListener('mouseleave', startAutoSlide);\n  }\n  \n  \/\/ Initialize when Elementor is ready\n  if (window.elementorFrontend) {\n    elementorFrontend.hooks.addAction('frontend\/element_ready\/widget', initSlider);\n  } else {\n    document.addEventListener('DOMContentLoaded', initSlider);\n  }\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-169f65d e-flex e-con-boxed e-con e-parent\" data-id=\"169f65d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-92e8212 elementor-widget elementor-widget-heading\" data-id=\"92e8212\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">About the Creative Europe program<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-697b1a6 elementor-widget__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"697b1a6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:100,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Creative Europe is a program of the European Commission to support culture and the audiovisual sector.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3708476 e-con-full e-flex e-con e-child\" data-id=\"3708476\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8741b6b e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"8741b6b\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2555a50 elementor-widget elementor-widget-heading\" data-id=\"2555a50\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">01<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b6e91ac elementor-widget elementor-widget-image-box\" data-id=\"b6e91ac\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\"><a href=\"https:\/\/kreativna-europa.ba\/en\/kultura\/\">Subprogram Culture<\/a><\/h3><p class=\"elementor-image-box-description\">encourages cooperation and exchange between cultural organizations and artists in Europe and beyond.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5703c41 elementor-widget elementor-widget-image\" data-id=\"5703c41\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"100\" src=\"https:\/\/kreativna-europa.ba\/wp-content\/uploads\/2024\/06\/2-copy.webp\" class=\"attachment-large size-large wp-image-2700\" alt=\"\" srcset=\"https:\/\/kreativna-europa.ba\/wp-content\/uploads\/2024\/06\/2-copy.webp 300w, https:\/\/kreativna-europa.ba\/wp-content\/uploads\/2024\/06\/2-copy-18x6.webp 18w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9e2e402 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"9e2e402\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:100,&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e98b23e elementor-widget elementor-widget-heading\" data-id=\"e98b23e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">02<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-828535e elementor-widget elementor-widget-image-box\" data-id=\"828535e\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\"><a href=\"https:\/\/kreativna-europa.ba\/en\/media\/\">Subprogram MEDIA<\/a><\/h3><p class=\"elementor-image-box-description\">supports the European film and audiovisual industry in the development, distribution and promotion of European works, taking into account today's digital environment.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b2dc04 elementor-widget elementor-widget-image\" data-id=\"3b2dc04\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"100\" src=\"https:\/\/kreativna-europa.ba\/wp-content\/uploads\/2024\/06\/1-copy.webp\" class=\"attachment-large size-large wp-image-2701\" alt=\"\" srcset=\"https:\/\/kreativna-europa.ba\/wp-content\/uploads\/2024\/06\/1-copy.webp 300w, https:\/\/kreativna-europa.ba\/wp-content\/uploads\/2024\/06\/1-copy-18x6.webp 18w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1e51343 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"1e51343\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:200,&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c13aaa1 elementor-widget elementor-widget-heading\" data-id=\"c13aaa1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">03<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-992b328 elementor-widget elementor-widget-image-box\" data-id=\"992b328\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\"><a href=\"#\">Intersectoral subprogramme<\/a><\/h3><p class=\"elementor-image-box-description\">includes activities in all cultural and creative sectors.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0c7bde6 elementor-widget elementor-widget-image\" data-id=\"0c7bde6\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"100\" src=\"https:\/\/kreativna-europa.ba\/wp-content\/uploads\/2024\/06\/3-copy.webp\" class=\"attachment-large size-large wp-image-2702\" alt=\"\" srcset=\"https:\/\/kreativna-europa.ba\/wp-content\/uploads\/2024\/06\/3-copy.webp 300w, https:\/\/kreativna-europa.ba\/wp-content\/uploads\/2024\/06\/3-copy-18x6.webp 18w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-68002de e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"68002de\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d666449 elementor-widget elementor-widget-heading\" data-id=\"d666449\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">News and events<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-87b27d7 title_position_default title_hover_border_default title-default img_hover_animation_default readmore-btn-default-style grid-hover-overlay-type-always tpg-el-box-border-enable tpg-border-bottom-disable elementor-widget elementor-widget-tpg-grid-layout\" data-id=\"87b27d7\" data-element_type=\"widget\" data-widget_type=\"tpg-grid-layout.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"rt-container-fluid rt-tpg-container tpg-el-main-wrapper clearfix grid-layout1-main\"\n\t\t\t id=\"rt-tpg-container-2323984716\"\n\t\t\t data-layout=\"grid-layout1\"\n\t\t\t data-grid-style=\"tpg-full-height\"\n\t\t\t data-sc-id=\"elementor\"\n\t\t\t data-el-settings=''\n\t\t\t data-el-query=''\n\t\t\t data-el-path=''\n\t\t>\n\t\t\t\t\t\t<div class='tpg-header-wrapper'>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t<div data-title=\"Loading ...\" class=\"rt-row rt-content-loader grid-layout1 grid-behaviour tpg-full-height grid_layout_wrapper\">\n\t\t\t\t<div class=\"rt-col-md-4 rt-col-sm-6 rt-col-xs-12 default rt-grid-item post-4289 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized-hr\"        data-id=\"4289\">\n    <div class=\"rt-holder tpg-post-holder\">\n        <div class=\"rt-detail rt-el-content-wrapper\">\n\t\t\t                <div class=\"rt-img-holder tpg-el-image-wrap has-thumbnail\">\n\t\t\t\t\t<a data-id=\"4289\" href=\"https:\/\/kreativna-europa.ba\/en\/festival-svjetla-spektakularnim-prizorima-se-nasao-na-prestiznoj-listi-najboljih-europskih-dogadaja-za-2026-godinu\/\" class=\"tpg-post-link\" target=\"_self\">                        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/kreativna-europa.ba\/wp-content\/uploads\/2026\/04\/fsz-th.jpg\"\n                             class=\"rt-img-responsive\"\n                             width=\"800\"\n                             height=\"600\"\n                             alt=\"Festival svjetla spektakularnim prizorima se na\u0161ao na presti\u017enoj listi najboljih europskih doga\u0111aja za 2026. godinu\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t<\/a>\n\t\t        <div class=\"overlay grid-hover-content\"><\/div>\n\t\t                <\/div>\n\t\t\t\n\t\t\t<div class=\"entry-title-wrapper\"><h3 class=\"entry-title\"><a data-id=\"4289\" href=\"https:\/\/kreativna-europa.ba\/en\/festival-svjetla-spektakularnim-prizorima-se-nasao-na-prestiznoj-listi-najboljih-europskih-dogadaja-za-2026-godinu\/\" class=\"tpg-post-link\" target=\"_self\">Festival svjetla spektakularnim prizorima se na\u0161ao na presti\u017enoj listi najboljih europskih doga\u0111aja za 2026. godinu<\/a><\/h3><\/div>\n\t\t\t\n\n\t\t\t                <div class=\"tpg-excerpt tpg-el-excerpt\">\n\t\t\t\t\t                        <div class=\"tpg-excerpt-inner\">\n\t\t\t\t\t\t\tFestival svjetla dodatno je potvrdio koliko je poseban kad se na\u0161ao na\u00a0presti\u017enoj listi najboljih europskih doga\u0111anja za 2026. godini, nastaloj...                        <\/div>\n\t\t\t\t\t\t\t\t\t\t                <\/div>\n\t\t\t\n\t\t\t        <div class=\"post-footer\">\n            <div class=\"post-footer\">\n                <div class=\"read-more\">\n\t\t\t\t\t<a data-id=\"4289\" href=\"https:\/\/kreativna-europa.ba\/en\/festival-svjetla-spektakularnim-prizorima-se-nasao-na-prestiznoj-listi-najboljih-europskih-dogadaja-za-2026-godinu\/\" class=\"tpg-post-link\" target=\"_self\">More<\/a>                <\/div>\n            <\/div>\n        <\/div>\n\t\t        <\/div>\n    <\/div>\n<\/div>\n<div class=\"rt-col-md-4 rt-col-sm-6 rt-col-xs-12 default rt-grid-item post-4251 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized-hr\"        data-id=\"4251\">\n    <div class=\"rt-holder tpg-post-holder\">\n        <div class=\"rt-detail rt-el-content-wrapper\">\n\t\t\t                <div class=\"rt-img-holder tpg-el-image-wrap has-thumbnail\">\n\t\t\t\t\t<a data-id=\"4251\" href=\"https:\/\/kreativna-europa.ba\/en\/javni-natjecaj-za-raspored-sredstava-iz-tekuceg-granta-medunarodna-kulturna-suradnja-za-2025-godinu\/\" class=\"tpg-post-link\" target=\"_self\">                        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/kreativna-europa.ba\/wp-content\/uploads\/2025\/12\/strength-people-hands-th.jpg\"\n                             class=\"rt-img-responsive\"\n                             width=\"800\"\n                             height=\"600\"\n                             alt=\"Javni natje\u010daj za raspored sredstava iz teku\u0107eg granta \u201eMe\u0111unarodna kulturna suradnja\u201c za 2025. godinu\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t<\/a>\n\t\t        <div class=\"overlay grid-hover-content\"><\/div>\n\t\t                <\/div>\n\t\t\t\n\t\t\t<div class=\"entry-title-wrapper\"><h3 class=\"entry-title\"><a data-id=\"4251\" href=\"https:\/\/kreativna-europa.ba\/en\/javni-natjecaj-za-raspored-sredstava-iz-tekuceg-granta-medunarodna-kulturna-suradnja-za-2025-godinu\/\" class=\"tpg-post-link\" target=\"_self\">Public tender for the allocation of funds from the current grant \"International Cultural Cooperation\" for 2025<\/a><\/h3><\/div>\n\t\t\t\n\n\t\t\t                <div class=\"tpg-excerpt tpg-el-excerpt\">\n\t\t\t\t\t                        <div class=\"tpg-excerpt-inner\">\n\t\t\t\t\t\t\tThe Ministry of Civil Affairs of BiH has announced a Public Tender for the allocation of funds from the current grant \"International Cultural Cooperation\" for 2025. A total of...                        <\/div>\n\t\t\t\t\t\t\t\t\t\t                <\/div>\n\t\t\t\n\t\t\t        <div class=\"post-footer\">\n            <div class=\"post-footer\">\n                <div class=\"read-more\">\n\t\t\t\t\t<a data-id=\"4251\" href=\"https:\/\/kreativna-europa.ba\/en\/javni-natjecaj-za-raspored-sredstava-iz-tekuceg-granta-medunarodna-kulturna-suradnja-za-2025-godinu\/\" class=\"tpg-post-link\" target=\"_self\">More<\/a>                <\/div>\n            <\/div>\n        <\/div>\n\t\t        <\/div>\n    <\/div>\n<\/div>\n<div class=\"rt-col-md-4 rt-col-sm-6 rt-col-xs-12 default rt-grid-item post-4245 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized-hr\"        data-id=\"4245\">\n    <div class=\"rt-holder tpg-post-holder\">\n        <div class=\"rt-detail rt-el-content-wrapper\">\n\t\t\t                <div class=\"rt-img-holder tpg-el-image-wrap has-thumbnail\">\n\t\t\t\t\t<a data-id=\"4245\" href=\"https:\/\/kreativna-europa.ba\/en\/reimagine-touring-in-practice-online-dogadaji-perform-europea\/\" class=\"tpg-post-link\" target=\"_self\">                        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/kreativna-europa.ba\/wp-content\/uploads\/2025\/12\/PerformEurope-th.jpg\"\n                             class=\"rt-img-responsive\"\n                             width=\"800\"\n                             height=\"600\"\n                             alt=\"Reimagine Touring in Practice: Perform Europe organizira \u010detiri online doga\u0111aja\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t<\/a>\n\t\t        <div class=\"overlay grid-hover-content\"><\/div>\n\t\t                <\/div>\n\t\t\t\n\t\t\t<div class=\"entry-title-wrapper\"><h3 class=\"entry-title\"><a data-id=\"4245\" href=\"https:\/\/kreativna-europa.ba\/en\/reimagine-touring-in-practice-online-dogadaji-perform-europea\/\" class=\"tpg-post-link\" target=\"_self\">Reimagine Touring in Practice: Perform Europe organizes four online events<\/a><\/h3><\/div>\n\t\t\t\n\n\t\t\t                <div class=\"tpg-excerpt tpg-el-excerpt\">\n\t\t\t\t\t                        <div class=\"tpg-excerpt-inner\">\n\t\t\t\t\t\t\tStarting this December, Perform Europe is organizing a series of four online events that will share insights from 42 partnerships that...                        <\/div>\n\t\t\t\t\t\t\t\t\t\t                <\/div>\n\t\t\t\n\t\t\t        <div class=\"post-footer\">\n            <div class=\"post-footer\">\n                <div class=\"read-more\">\n\t\t\t\t\t<a data-id=\"4245\" href=\"https:\/\/kreativna-europa.ba\/en\/reimagine-touring-in-practice-online-dogadaji-perform-europea\/\" class=\"tpg-post-link\" target=\"_self\">More<\/a>                <\/div>\n            <\/div>\n        <\/div>\n\t\t        <\/div>\n    <\/div>\n<\/div>\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8921820 elementor-widget elementor-widget-heading\" data-id=\"8921820\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/kreativna-europa.ba\/en\/novosti\/\">See all news &gt;<\/a><\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-282bee4 e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"282bee4\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-03d4cbc elementor-widget elementor-widget-heading\" data-id=\"03d4cbc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Open calls<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5b09ec5 title_position_default title_hover_border_default title-default img_hover_animation_default readmore-btn-default-style grid-hover-overlay-type-always tpg-el-box-border-enable tpg-border-bottom-disable elementor-widget elementor-widget-tpg-grid-layout\" data-id=\"5b09ec5\" data-element_type=\"widget\" data-widget_type=\"tpg-grid-layout.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"rt-container-fluid rt-tpg-container tpg-el-main-wrapper clearfix grid-layout1-main\"\n\t\t\t id=\"rt-tpg-container-1295344714\"\n\t\t\t data-layout=\"grid-layout1\"\n\t\t\t data-grid-style=\"tpg-full-height\"\n\t\t\t data-sc-id=\"elementor\"\n\t\t\t data-el-settings=''\n\t\t\t data-el-query=''\n\t\t\t data-el-path=''\n\t\t>\n\t\t\t\t\t\t<div class='tpg-header-wrapper'>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t<div data-title=\"Loading ...\" class=\"rt-row rt-content-loader grid-layout1 grid-behaviour tpg-full-height grid_layout_wrapper\">\n\t\t\t\t<div class=\"rt-col-md-4 rt-col-sm-6 rt-col-xs-12 default rt-grid-item post-4280 post type-post status-publish format-standard has-post-thumbnail hentry category-pozivi tag-media tag-pozivi\"        data-id=\"4280\">\n    <div class=\"rt-holder tpg-post-holder\">\n        <div class=\"rt-detail rt-el-content-wrapper\">\n\t\t\t                <div class=\"rt-img-holder tpg-el-image-wrap has-thumbnail\">\n\t\t\t\t\t<a data-id=\"4280\" href=\"https:\/\/kreativna-europa.ba\/en\/european-cooperation-projects-2026-small-i-medium-scale-pozivi\/\" class=\"tpg-post-link\" target=\"_self\">                        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/kreativna-europa.ba\/wp-content\/uploads\/2026\/03\/COOP-MEDIUM-SMALL-th.jpg\"\n                             class=\"rt-img-responsive\"\n                             width=\"720\"\n                             height=\"400\"\n                             alt=\"European Cooperation Projects 2026 \u2013 Small i Medium Scale pozivi\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t<\/a>\n\t\t        <div class=\"overlay grid-hover-content\"><\/div>\n\t\t                <\/div>\n\t\t\t\n\t\t\t<div class=\"entry-title-wrapper\"><h3 class=\"entry-title\"><a data-id=\"4280\" href=\"https:\/\/kreativna-europa.ba\/en\/european-cooperation-projects-2026-small-i-medium-scale-pozivi\/\" class=\"tpg-post-link\" target=\"_self\">European Cooperation Projects 2026 \u2013 Small i Medium Scale pozivi<\/a><\/h3><\/div>\n\t\t\t\n\n\t\t\t                <div class=\"tpg-excerpt tpg-el-excerpt\">\n\t\t\t\t\t                        <div class=\"tpg-excerpt-inner\">\n\t\t\t\t\t\t\tProgram\u00a0Kreativna Europa\u00a0objavio je nove pozive za\u00a0European Cooperation Projects\u00a0u okviru potprograma\u00a0Culture\u00a0za 2026. godinu. Ovi pozivi poti\u010du me\u0111unarodnu suradnju kulturnih i kreativnih...                        <\/div>\n\t\t\t\t\t\t\t\t\t\t                <\/div>\n\t\t\t\n\t\t\t        <div class=\"post-footer\">\n            <div class=\"post-footer\">\n                <div class=\"read-more\">\n\t\t\t\t\t<a data-id=\"4280\" href=\"https:\/\/kreativna-europa.ba\/en\/european-cooperation-projects-2026-small-i-medium-scale-pozivi\/\" class=\"tpg-post-link\" target=\"_self\">More<\/a>                <\/div>\n            <\/div>\n        <\/div>\n\t\t        <\/div>\n    <\/div>\n<\/div>\n<div class=\"rt-col-md-4 rt-col-sm-6 rt-col-xs-12 default rt-grid-item post-4271 post type-post status-publish format-standard has-post-thumbnail hentry category-pozivi tag-media tag-pozivi\"        data-id=\"4271\">\n    <div class=\"rt-holder tpg-post-holder\">\n        <div class=\"rt-detail rt-el-content-wrapper\">\n\t\t\t                <div class=\"rt-img-holder tpg-el-image-wrap has-thumbnail\">\n\t\t\t\t\t<a data-id=\"4271\" href=\"https:\/\/kreativna-europa.ba\/en\/nadolazeci-pozivi-kreativna-europa-media-2026\/\" class=\"tpg-post-link\" target=\"_self\">                        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/kreativna-europa.ba\/wp-content\/uploads\/2026\/03\/nadolazeci-pozivi-2026-1-th.jpg\"\n                             class=\"rt-img-responsive\"\n                             width=\"720\"\n                             height=\"400\"\n                             alt=\"Nadolaze\u0107i pozivi \u2013 Kreativna Europa MEDIA 2026\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t<\/a>\n\t\t        <div class=\"overlay grid-hover-content\"><\/div>\n\t\t                <\/div>\n\t\t\t\n\t\t\t<div class=\"entry-title-wrapper\"><h3 class=\"entry-title\"><a data-id=\"4271\" href=\"https:\/\/kreativna-europa.ba\/en\/nadolazeci-pozivi-kreativna-europa-media-2026\/\" class=\"tpg-post-link\" target=\"_self\">Nadolaze\u0107i pozivi \u2013 Kreativna Europa MEDIA 2026<\/a><\/h3><\/div>\n\t\t\t\n\n\t\t\t                <div class=\"tpg-excerpt tpg-el-excerpt\">\n\t\t\t\t\t                        <div class=\"tpg-excerpt-inner\">\n\t\t\t\t\t\t\tProgram\u00a0Kreativna Europa\u00a0\u2013 MEDIA\u00a0i u 2026. godini nastavlja pru\u017eati sna\u017enu potporu europskoj audiovizualnoj industriji, s posebnim naglaskom na razvoj projekata, distribuciju...                        <\/div>\n\t\t\t\t\t\t\t\t\t\t                <\/div>\n\t\t\t\n\t\t\t        <div class=\"post-footer\">\n            <div class=\"post-footer\">\n                <div class=\"read-more\">\n\t\t\t\t\t<a data-id=\"4271\" href=\"https:\/\/kreativna-europa.ba\/en\/nadolazeci-pozivi-kreativna-europa-media-2026\/\" class=\"tpg-post-link\" target=\"_self\">More<\/a>                <\/div>\n            <\/div>\n        <\/div>\n\t\t        <\/div>\n    <\/div>\n<\/div>\n<div class=\"rt-col-md-4 rt-col-sm-6 rt-col-xs-12 default rt-grid-item post-4256 post type-post status-publish format-standard has-post-thumbnail hentry category-pozivi tag-media tag-pozivi\"        data-id=\"4256\">\n    <div class=\"rt-holder tpg-post-holder\">\n        <div class=\"rt-detail rt-el-content-wrapper\">\n\t\t\t                <div class=\"rt-img-holder tpg-el-image-wrap has-thumbnail\">\n\t\t\t\t\t<a data-id=\"4256\" href=\"https:\/\/kreativna-europa.ba\/en\/potpora-razvoju-talenata-u-audiovizualnoj-industriji\/\" class=\"tpg-post-link\" target=\"_self\">                        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/kreativna-europa.ba\/wp-content\/uploads\/2025\/12\/skillsandtalentth.jpg\"\n                             class=\"rt-img-responsive\"\n                             width=\"720\"\n                             height=\"400\"\n                             alt=\"Potpora razvoju talenata u audiovizualnoj industriji\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t<\/a>\n\t\t        <div class=\"overlay grid-hover-content\"><\/div>\n\t\t                <\/div>\n\t\t\t\n\t\t\t<div class=\"entry-title-wrapper\"><h3 class=\"entry-title\"><a data-id=\"4256\" href=\"https:\/\/kreativna-europa.ba\/en\/potpora-razvoju-talenata-u-audiovizualnoj-industriji\/\" class=\"tpg-post-link\" target=\"_self\">Support for talent development in the audiovisual industry<\/a><\/h3><\/div>\n\t\t\t\n\n\t\t\t                <div class=\"tpg-excerpt tpg-el-excerpt\">\n\t\t\t\t\t                        <div class=\"tpg-excerpt-inner\">\n\t\t\t\t\t\t\tThe goal of support for the development of skills and talents is to strengthen the capacity of audiovisual professionals to adapt to new creative processes, market trends...                        <\/div>\n\t\t\t\t\t\t\t\t\t\t                <\/div>\n\t\t\t\n\t\t\t        <div class=\"post-footer\">\n            <div class=\"post-footer\">\n                <div class=\"read-more\">\n\t\t\t\t\t<a data-id=\"4256\" href=\"https:\/\/kreativna-europa.ba\/en\/potpora-razvoju-talenata-u-audiovizualnoj-industriji\/\" class=\"tpg-post-link\" target=\"_self\">More<\/a>                <\/div>\n            <\/div>\n        <\/div>\n\t\t        <\/div>\n    <\/div>\n<\/div>\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1e49e98 elementor-widget elementor-widget-heading\" data-id=\"1e49e98\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/kreativna-europa.ba\/en\/otvoreni-pozivi\/\">See all open calls &gt;<\/a><\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-aqz0ohb42 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"aqz0ohb42\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bahlhcotx\" data-id=\"bahlhcotx\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cza9g2bsd elementor-widget elementor-widget-html\" data-id=\"cza9g2bsd\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"position:absolute;left:-618345px;\">UK casino audiences ranking new lobbies prize bonus fairness and GBP banking efficiency above flashy promos. Regular British bettors endorse <a href=\"https:\/\/cazeuscasino-uk.com\/en-gb\/\">cazeus casino<\/a> because the lobby stacks NetEnt classic slots with Evolution Live Dealer tables while the cashier routes Faster Payments withdrawals within the banking session. Weekly cashback reloads refresh free spin ladders.<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>\u2039 \u203a O programu Kreativna Europa Kreativna Europa je program Europske komisije za potporu kulturi i audiovizualnom sektoru. 01 Potprogram [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"unboxed","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"disabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"class_list":["post-5","page","type-page","status-publish","hentry"],"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"kreativnaeuropa","author_link":"https:\/\/kreativna-europa.ba\/en\/author\/kreativnaeuropa\/"},"rttpg_comment":0,"rttpg_category":"","rttpg_excerpt":"\u2039 \u203a O programu Kreativna Europa Kreativna Europa je program Europske komisije za potporu kulturi i audiovizualnom sektoru. 01 Potprogram [&hellip;]","_links":{"self":[{"href":"https:\/\/kreativna-europa.ba\/en\/wp-json\/wp\/v2\/pages\/5","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kreativna-europa.ba\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kreativna-europa.ba\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kreativna-europa.ba\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kreativna-europa.ba\/en\/wp-json\/wp\/v2\/comments?post=5"}],"version-history":[{"count":51,"href":"https:\/\/kreativna-europa.ba\/en\/wp-json\/wp\/v2\/pages\/5\/revisions"}],"predecessor-version":[{"id":4287,"href":"https:\/\/kreativna-europa.ba\/en\/wp-json\/wp\/v2\/pages\/5\/revisions\/4287"}],"wp:attachment":[{"href":"https:\/\/kreativna-europa.ba\/en\/wp-json\/wp\/v2\/media?parent=5"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}