{"id":13669,"date":"2025-10-19T15:49:19","date_gmt":"2025-10-19T13:49:19","guid":{"rendered":"https:\/\/kbf.unsa.ba\/gallery\/"},"modified":"2026-01-01T20:00:08","modified_gmt":"2026-01-01T19:00:08","slug":"gallery","status":"publish","type":"page","link":"https:\/\/kbf.unsa.ba\/en\/gallery\/","title":{"rendered":"Gallery"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"13669\" class=\"elementor elementor-13669 elementor-1507\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d865a65 section-xxl e-flex e-con-boxed e-con e-parent\" data-id=\"d865a65\" data-element_type=\"container\" data-e-type=\"container\" id=\"moj-video\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/kbf.unsa.ba\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Fotogalerija.mp4&quot;,&quot;shape_divider_bottom&quot;:&quot;opacity-tilt&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 2600 131.1\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5cdb54e9 elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"5cdb54e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-bounce-in\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-photo-video\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M608 0H160a32 32 0 0 0-32 32v96h160V64h192v320h128a32 32 0 0 0 32-32V32a32 32 0 0 0-32-32zM232 103a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm352 208a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm-168 57H32a32 32 0 0 0-32 32v288a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V192a32 32 0 0 0-32-32zM96 224a32 32 0 1 1-32 32 32 32 0 0 1 32-32zm288 224H64v-32l64-64 32 32 128-128 96 96z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-098ff79 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"098ff79\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:10}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">PHOTO GALLERY<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-56baa145 elementor-widget elementor-widget-html\" data-id=\"56baa145\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>function postaviGlatkiLoop() {\r\n    const video = document.querySelector('#moj-video .elementor-background-video-hosted');\r\n    \r\n    if (video) {\r\n        \/\/ --- OVDJE PODESITE POSTAVKE ---\r\n        const ZELJENA_BRZINA = 0.75; \/\/ Upi\u0161ite \u017eeljenu brzinu (npr. 0.75)\r\n        const TRAJANJE_FADEA_U_MS = 1500; \/\/ Upi\u0161ite trajanje fade-a u milisekundama (1500 = 1.5s)\r\n        \/\/ ---------------------------------\r\n\r\n        video.playbackRate = ZELJENA_BRZINA;\r\n        video.loop = false;\r\n\r\n        video.addEventListener('ended', function() {\r\n            video.style.opacity = '0';\r\n            setTimeout(function() {\r\n                video.currentTime = 0;\r\n                video.play();\r\n                video.style.opacity = '1';\r\n            }, TRAJANJE_FADEA_U_MS); \r\n        });\r\n\r\n        clearInterval(pronadjiVideoInterval);\r\n    }\r\n}\r\n\r\nconst pronadjiVideoInterval = setInterval(postaviGlatkiLoop, 100);\r\nsetTimeout(() => clearInterval(pronadjiVideoInterval), 5000);\r\n<\/script>\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-140a3a6 section-s section-ioscool e-flex e-con-boxed e-con e-parent\" data-id=\"140a3a6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e8b96aa animated-slow card-ioscool elementor-invisible elementor-widget elementor-widget-gallery\" data-id=\"e8b96aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;columns&quot;:5,&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:10,&quot;content_sequenced_animation&quot;:&quot;yes&quot;,&quot;lazyload&quot;:&quot;yes&quot;,&quot;gallery_layout&quot;:&quot;grid&quot;,&quot;columns_tablet&quot;:2,&quot;columns_mobile&quot;:1,&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;link_to&quot;:&quot;file&quot;,&quot;aspect_ratio&quot;:&quot;3:2&quot;,&quot;show_all_galleries&quot;:&quot;yes&quot;,&quot;overlay_background&quot;:&quot;yes&quot;,&quot;content_hover_animation&quot;:&quot;fade-in&quot;}\" data-widget_type=\"gallery.default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-gallery__titles-container e--pointer-underline e--animation-slow\" aria-label=\"Gallery filter\">\n\t\t\t\t\t\t\t\t\t<a class=\"elementor-item elementor-gallery-title\" role=\"button\" tabindex=\"0\" data-gallery-index=\"all\">\n\t\t\t\t\t\tAll\t\t\t\t\t<\/a>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<a class=\"elementor-item elementor-gallery-title\" role=\"button\" tabindex=\"0\" data-gallery-index=\"0\">\n\t\t\t\t\t\tOld Photos\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-item elementor-gallery-title\" role=\"button\" tabindex=\"0\" data-gallery-index=\"1\">\n\t\t\t\t\t\tNew Photos\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-gallery__container\">\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/014954.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"[014954]\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2NzAsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcLzAxNDk1NC5qcGciLCJzbGlkZXNob3ciOiJlOGI5NmFhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/014954.jpg\" data-width=\"1360\" data-height=\"1020\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/014960.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"[014960]\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2NzEsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcLzAxNDk2MC5qcGciLCJzbGlkZXNob3ciOiJlOGI5NmFhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/014960.jpg\" data-width=\"800\" data-height=\"636\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/014961.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"[014961]\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2NzIsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcLzAxNDk2MS5qcGciLCJzbGlkZXNob3ciOiJlOGI5NmFhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/014961.jpg\" data-width=\"1536\" data-height=\"1075\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/014962.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"[014962]\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2NzMsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcLzAxNDk2Mi5qcGciLCJzbGlkZXNob3ciOiJlOGI5NmFhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/014962.jpg\" data-width=\"2362\" data-height=\"1605\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/015252.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"[015252]\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2NzQsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcLzAxNTI1Mi5qcGciLCJzbGlkZXNob3ciOiJlOGI5NmFhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/015252.jpg\" data-width=\"640\" data-height=\"480\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/015253.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"[015253]\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2NzUsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcLzAxNTI1My5qcGciLCJzbGlkZXNob3ciOiJlOGI5NmFhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/015253.jpg\" data-width=\"640\" data-height=\"480\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/015254.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"[015254]\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2NzYsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcLzAxNTI1NC5qcGciLCJzbGlkZXNob3ciOiJlOGI5NmFhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/015254.jpg\" data-width=\"640\" data-height=\"480\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/teologija-sarajevo-stara-slika.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"Sarajevo Theology Old Photo\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2NzcsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL3Rlb2xvZ2lqYS1zYXJhamV2by1zdGFyYS1zbGlrYS5qcGciLCJzbGlkZXNob3ciOiJlOGI5NmFhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/teologija-sarajevo-stara-slika.jpg\" data-width=\"1600\" data-height=\"1200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/stadler.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"stadler\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2NzgsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL3N0YWRsZXIuanBnIiwic2xpZGVzaG93IjoiZThiOTZhYSJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/stadler.jpg\" data-width=\"663\" data-height=\"1000\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/Obnova-zapadnog-krila-19741.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"Renovation-of-the-West-Wing-19741\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2NzksInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL09ibm92YS16YXBhZG5vZy1rcmlsYS0xOTc0MS5qcGciLCJzbGlkZXNob3ciOiJlOGI5NmFhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/Obnova-zapadnog-krila-19741.jpg\" data-width=\"1000\" data-height=\"757\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/DSCN0089-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"DSCN0089\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2ODAsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL0RTQ04wMDg5LXNjYWxlZC5qcGciLCJzbGlkZXNob3ciOiJlOGI5NmFhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/DSCN0089-scaled.jpg\" data-width=\"2560\" data-height=\"1920\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/DSCN0065-1-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"DSCN0065\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2ODEsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL0RTQ04wMDY1LTEtc2NhbGVkLmpwZyIsInNsaWRlc2hvdyI6ImU4Yjk2YWEifQ%3D%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/DSCN0065-1-scaled.jpg\" data-width=\"2560\" data-height=\"1920\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/DSCN0004-1-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"DSCN0004\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2ODIsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL0RTQ04wMDA0LTEtc2NhbGVkLmpwZyIsInNsaWRlc2hvdyI6ImU4Yjk2YWEifQ%3D%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/DSCN0004-1-scaled.jpg\" data-width=\"2560\" data-height=\"1920\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/DSCN0065-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"DSCN0065\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2ODMsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL0RTQ04wMDY1LXNjYWxlZC5qcGciLCJzbGlkZXNob3ciOiJlOGI5NmFhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/DSCN0065-scaled.jpg\" data-width=\"2560\" data-height=\"1920\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/DSCN0004-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"DSCN0004\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2ODQsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL0RTQ04wMDA0LXNjYWxlZC5qcGciLCJzbGlkZXNob3ciOiJlOGI5NmFhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/DSCN0004-scaled.jpg\" data-width=\"2560\" data-height=\"1920\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/DSC_0056-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"DSC_0056\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2ODUsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL0RTQ18wMDU2LXNjYWxlZC5qcGciLCJzbGlkZXNob3ciOiJlOGI5NmFhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/DSC_0056-scaled.jpg\" data-width=\"2560\" data-height=\"1702\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/Crkva-CiM-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"Church-CiM\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2ODYsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL0Nya3ZhLUNpTS0uanBnIiwic2xpZGVzaG93IjoiZThiOTZhYSJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/Crkva-CiM-.jpg\" data-width=\"685\" data-height=\"1000\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"1\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/WhatsApp-Slika-2025-11-23-u-10.56.19_b81a7889.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"WhatsApp Image 2025-11-23 at 10.56.19_b81a7889\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2ODcsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL1doYXRzQXBwLVNsaWthLTIwMjUtMTEtMjMtdS0xMC41Ni4xOV9iODFhNzg4OS5qcGciLCJzbGlkZXNob3ciOiJlOGI5NmFhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/WhatsApp-Slika-2025-11-23-u-10.56.19_b81a7889.jpg\" data-width=\"1200\" data-height=\"1600\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"1\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/WhatsApp-Slika-2025-11-23-u-10.56.22_7771b65a.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"WhatsApp Image 2025-11-23 at 10.56.22_7771b65a\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2ODgsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL1doYXRzQXBwLVNsaWthLTIwMjUtMTEtMjMtdS0xMC41Ni4yMl83NzcxYjY1YS5qcGciLCJzbGlkZXNob3ciOiJlOGI5NmFhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/WhatsApp-Slika-2025-11-23-u-10.56.22_7771b65a.jpg\" data-width=\"1600\" data-height=\"1200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"1\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/WhatsApp-Slika-2025-11-23-u-10.56.23_b59a1dd9.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"WhatsApp Image 2025-11-23 at 10.56.23_b59a1dd9\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2ODksInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL1doYXRzQXBwLVNsaWthLTIwMjUtMTEtMjMtdS0xMC41Ni4yM19iNTlhMWRkOS5qcGciLCJzbGlkZXNob3ciOiJlOGI5NmFhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/WhatsApp-Slika-2025-11-23-u-10.56.23_b59a1dd9.jpg\" data-width=\"1200\" data-height=\"1600\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"1\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/WhatsApp-Slika-2025-11-23-u-10.56.25_76a2e79c.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"WhatsApp Image 2025-11-23 at 10.56.25_76a2e79c\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2OTAsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL1doYXRzQXBwLVNsaWthLTIwMjUtMTEtMjMtdS0xMC41Ni4yNV83NmEyZTc5Yy5qcGciLCJzbGlkZXNob3ciOiJlOGI5NmFhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/WhatsApp-Slika-2025-11-23-u-10.56.25_76a2e79c.jpg\" data-width=\"1600\" data-height=\"1200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"1\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/WhatsApp-Slika-2025-11-23-u-10.56.25_c79a138c.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"WhatsApp Image 2025-11-23 at 10.56.25_c79a138c\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2OTEsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL1doYXRzQXBwLVNsaWthLTIwMjUtMTEtMjMtdS0xMC41Ni4yNV9jNzlhMTM4Yy5qcGciLCJzbGlkZXNob3ciOiJlOGI5NmFhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/WhatsApp-Slika-2025-11-23-u-10.56.25_c79a138c.jpg\" data-width=\"1600\" data-height=\"759\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"1\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/WhatsApp-Slika-2025-11-23-u-10.56.27_585420ba.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"WhatsApp Image 2025-11-23 at 10.56.27_585420ba\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2OTIsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL1doYXRzQXBwLVNsaWthLTIwMjUtMTEtMjMtdS0xMC41Ni4yN181ODU0MjBiYS5qcGciLCJzbGlkZXNob3ciOiJlOGI5NmFhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/WhatsApp-Slika-2025-11-23-u-10.56.27_585420ba.jpg\" data-width=\"1200\" data-height=\"1600\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"1\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/WhatsApp-Slika-2025-11-23-u-10.56.27_e1870edc.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"WhatsApp Image 2025-11-23 at 10.56.27_e1870edc\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2OTMsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL1doYXRzQXBwLVNsaWthLTIwMjUtMTEtMjMtdS0xMC41Ni4yN19lMTg3MGVkYy5qcGciLCJzbGlkZXNob3ciOiJlOGI5NmFhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/WhatsApp-Slika-2025-11-23-u-10.56.27_e1870edc.jpg\" data-width=\"1200\" data-height=\"1600\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"1\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/WhatsApp-Slika-2025-11-23-u-10.56.28_067a0242.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"WhatsApp Image 2025-11-23 at 10.56.28_067a0242\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2OTQsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL1doYXRzQXBwLVNsaWthLTIwMjUtMTEtMjMtdS0xMC41Ni4yOF8wNjdhMDI0Mi5qcGciLCJzbGlkZXNob3ciOiJlOGI5NmFhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/WhatsApp-Slika-2025-11-23-u-10.56.28_067a0242.jpg\" data-width=\"1200\" data-height=\"1600\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"1\" href=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/WhatsApp-Slika-2025-11-23-u-10.56.28_71e8613f.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e8b96aa\" data-elementor-lightbox-title=\"WhatsApp Image 2025-11-23 at 10.56.28_71e8613f\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTM2OTUsInVybCI6Imh0dHBzOlwvXC9rYmYudW5zYS5iYVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL1doYXRzQXBwLVNsaWthLTIwMjUtMTEtMjMtdS0xMC41Ni4yOF83MWU4NjEzZi5qcGciLCJzbGlkZXNob3ciOiJlOGI5NmFhIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/WhatsApp-Slika-2025-11-23-u-10.56.28_71e8613f.jpg\" data-width=\"1200\" data-height=\"1600\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\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-7e1096f1 section-m e-flex e-con-boxed e-con e-parent\" data-id=\"7e1096f1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:13467,&quot;url&quot;:&quot;https:\\\/\\\/kbf.unsa.ba\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/rijec-dekana-2.jpeg&quot;},{&quot;id&quot;:13440,&quot;url&quot;:&quot;https:\\\/\\\/kbf.unsa.ba\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/2560x1600-435999-pen-vintage-pens-paper.jpg&quot;},{&quot;id&quot;:13468,&quot;url&quot;:&quot;https:\\\/\\\/kbf.unsa.ba\\\/wp-content\\\/uploads\\\/2018\\\/05\\\/subscribe-img2-1.jpg&quot;},{&quot;id&quot;:13393,&quot;url&quot;:&quot;https:\\\/\\\/kbf.unsa.ba\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/pexels-pixabay-51343.jpg&quot;},{&quot;id&quot;:13392,&quot;url&quot;:&quot;https:\\\/\\\/kbf.unsa.ba\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/image21-1.jpeg&quot;}],&quot;background_slideshow_transition_duration&quot;:1000,&quot;background_slideshow_ken_burns&quot;:&quot;yes&quot;,&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_ken_burns_zoom_direction&quot;:&quot;in&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2fbc8cfd elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2fbc8cfd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">About theology, theological faculties and theologians...\n\n\n\n\n\n\n\n\n\n\n\n\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31059f2f elementor-testimonial--layout-image_stacked elementor-widget__width-initial elementor-testimonial--skin-default elementor-testimonial--align-center elementor-arrows-yes elementor-pagination-type-bullets elementor-widget elementor-widget-testimonial-carousel\" data-id=\"31059f2f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:12,&quot;sizes&quot;:[]},&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"testimonial-carousel.default\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"O teologiji\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>I invite you to cultivate a theology based on a personal and transforming encounter with Christ, one that seeks to be embodied in the concrete realities of humanity today.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/Pope-Leo-XIV-inaugural-mass.webp\" alt=\"Leo XIV.\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Leo XIV.<\/span><span class=\"elementor-testimonial__title\">Audience for seminar participants, \"The Created World\", 2025.<\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>A theologian is one who studies, thinks, ponders, but does so on his knees.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/Franjo2.jpg\" alt=\"Francis\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Francis<\/span><span class=\"elementor-testimonial__title\">Speech to the Italian Theological Association, 2017.<\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>We need a theology that is inherently contextual, capable of reading and interpreting the Gospel in the conditions in which men and women live every day.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/papa-francesco7.jpg\" alt=\"Francis\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Francis<\/span><span class=\"elementor-testimonial__title\">Motu proprio Ad theologiam promovendam, no. 4<\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>A special task of the Faculty of Theology is to provide scientific theological education for those<br \/>\n who have embarked on the path of priesthood and those who are preparing to fulfill<br \/>\n special church tasks.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/papa-francesco7.jpg\" alt=\"Francis  \" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Francis  <\/span><span class=\"elementor-testimonial__title\">Ap. Const. Veritatis Gaudium, Art. 76, \u00a71   <\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>Theology plays a particularly important role in seeking a synthesis of knowledge,<br \/>\n as well as in the dialogue between faith and reason.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/JP2.jpg\" alt=\"John Paul II.\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">John Paul II.<\/span><span class=\"elementor-testimonial__title\">Ap. Const. Ex corde Ecclesiae, no. 19<\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>A special task of the theological faculty is to provide scientific theological education for those who have embarked on the path of priesthood and those who are preparing to fulfill special church tasks.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/Franjo.jpg\" alt=\"Francis\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Francis<\/span><span class=\"elementor-testimonial__title\">Ap. Const. Veritatis Gaudium, Art. 76, \u00a71   <\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>Catholic theology, taught in complete fidelity to Sacred Scripture, Tradition, and the Magisterium of the Church, will provide a clear understanding of evangelical principles that will enrich the meaning of human life and give it new dignity.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/Karol-Wojtyla-7.jpg\" alt=\"John Paul II.\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">John Paul II.<\/span><span class=\"elementor-testimonial__title\">Ap. Const. Ex corde Ecclesiae, no. 20<\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>The main purpose that theology seeks to achieve is to present<br \/>\n understanding of revelation and the doctrine of faith.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/jp2_feature_credit.jpg\" alt=\"John Paul II.\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">John Paul II.<\/span><span class=\"elementor-testimonial__title\">Encyclical Letter Fides et ratio, no.  93<\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>\"May our schools and universities always be places of listening to and practicing the Gospel.\"<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/Pope-Leo-XIV-inaugural-mass.webp\" alt=\"Leo XIV.\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Leo XIV.<\/span><span class=\"elementor-testimonial__title\">Homily on the occasion of the proclamation of John Henry Newman as a Doctor of the Church, 1. 11. 2025.<\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\t<p>\"Classrooms should not be places of abstract theory, but spaces in which people capable of changing the world are formed.\"<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/communications.amecea.org\/wp-content\/uploads\/2025\/11\/Pope-Leo-XIV-2048x1365.jpg\" alt=\"Leo XIV.\" title=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Leo XIV.<\/span><span class=\"elementor-testimonial__title\">From a homily at a mass with students of the Pontifical Universities of Rome, 28. 10. 2025.<\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\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-ea2ade8 section-m section-ioscool e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"ea2ade8\" data-element_type=\"container\" data-e-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<div class=\"elementor-element elementor-element-53d4213 e-con-full e-flex e-con e-child\" data-id=\"53d4213\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c41bc2f title-three-line grid-hover-overlay-height-full section-title-style-style4 tpg-wrapper-align-center meta-visibility-show title_position_default title_hover_border_default img_hover_animation_default meta_position_default tpg-is-author-icon-show author-image-visibility-icon grid-hover-overlay-type-always hover-overlay-height-default tpg-border-bottom-disable elementor-widget elementor-widget-tpg-grid-hover-layout\" data-id=\"c41bc2f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tpg-grid-hover-layout.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"rt-container-fluid rt-tpg-container tpg-el-main-wrapper grid_hover-layout2-main \"\n             id=\"rt-tpg-container-1243220018\"\n             data-layout=\"grid_hover-layout2\"\n             data-sc-id=\"elementor\"\n             data-el-settings=''\n             data-el-query=''\n             data-el-path=''\n        >\n\t\t\t            <div class='tpg-header-wrapper '>\n\t\t\t\t\n        <div class=\"tpg-widget-heading-wrapper rt-clear heading-style4 \">\n            <span class=\"tpg-widget-heading-line line-left\"><\/span>\n            <h2 class='tpg-widget-heading'>\n            \n                <span class='prefix-text'><\/span>Gallery<span class='suffix-text'><\/span>\n                            <\/h2>            <span class=\"tpg-widget-heading-line line-right\"><\/span>\n\n            \n        <\/div>\n\n        \n                    <\/div>\n\n            <div data-title=\"Loading ...\"\n                 class=\"rt-row rt-content-loader grid_hover-layout2 tpg-even grid-behaviour grid_hover_layout_wrapper\">\n\t\t\t\t\n<div class=\"rt-col-md-3 rt-col-sm-6 rt-col-xs-12 default rt-grid-hover-item rt-grid-item\" data-id=\"13362\">\n\t<div class=\"rt-holder tpg-post-holder \">\n\t\t<div class=\"rt-detail rt-el-content-wrapper\">\n\t\t\t\t\t\t\t<div class=\"rt-img-holder tpg-el-image-wrap has-thumbnail\">\n\t\t\t\t\t<a data-id=\"13362\" href=\"https:\/\/kbf.unsa.ba\/en\/catholic-faculty-of-theology-day-celebrated\/\" class=\"tpg-post-link\" target=\"_self\">                        <img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/Dan-KBF-a-14-768x512.jpg\" class=\"rt-img-responsive\" width=\"750\" height=\"500\" alt=\"CATHOLIC FACULTY OF THEOLOGY DAY CELEBRATED\" title=\"\">\n                        \n                            \n        <\/a>\n                <div class=\"overlay grid-hover-content\"><\/div>\n        \t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"grid-hover-content\">\n\n\t\t\t\t<div class=\"entry-title-wrapper\"><h3 class=\"entry-title\"><a data-id=\"13362\" href=\"https:\/\/kbf.unsa.ba\/en\/catholic-faculty-of-theology-day-celebrated\/\" class=\"tpg-post-link\" target=\"_self\">CATHOLIC FACULTY OF THEOLOGY DAY CELEBRATED<\/a><\/h3><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"post-meta-tags rt-el-post-meta\">\n\t\t\t\t\t\t            <span class='author '>\n\n\t\t\t\t<i class='flaticon-user '><\/i><span class='author-prefix'>By<\/span><a href=\"https:\/\/kbf.unsa.ba\/en\/author\/tajnistvo_bcxr0t1k\/\">tajnistvo_bcxr0t1k<\/a>\t\t\t<\/span>\n                        <span class='date'>\n\t\t\t\t<i class='flaticon-calendar '><\/i>                                    <a href=\"https:\/\/kbf.unsa.ba\/en\/2025\/10\/21\/\">\n\t\t\t\t\t21. October 2025.\t\t\t\t<\/a>\n                \t\t\t<\/span>\n            \t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"tpg-excerpt tpg-el-excerpt\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"tpg-excerpt-inner\">\n\t\t\t\t\t\t\t\tOn Monday, October 20, the Catholic Faculty of Theology of the University of Sarajevo celebrated its...\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n\n<div class=\"rt-col-md-3 rt-col-sm-6 rt-col-xs-12 default rt-grid-hover-item rt-grid-item\" data-id=\"13348\">\n\t<div class=\"rt-holder tpg-post-holder \">\n\t\t<div class=\"rt-detail rt-el-content-wrapper\">\n\t\t\t\t\t\t\t<div class=\"rt-img-holder tpg-el-image-wrap has-thumbnail\">\n\t\t\t\t\t<a data-id=\"13348\" href=\"https:\/\/kbf.unsa.ba\/en\/catholic-faculty-of-theology-day-2025-years\/\" class=\"tpg-post-link\" target=\"_self\">                        <img decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/10\/Pozivnica_Dan-Fakulteta-768x1091.jpg\" class=\"rt-img-responsive\" width=\"750\" height=\"1065\" alt=\"Catholic Faculty of Theology Day 2025 Years\" title=\"\">\n                        \n                            \n        <\/a>\n                <div class=\"overlay grid-hover-content\"><\/div>\n        \t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"grid-hover-content\">\n\n\t\t\t\t<div class=\"entry-title-wrapper\"><h3 class=\"entry-title\"><a data-id=\"13348\" href=\"https:\/\/kbf.unsa.ba\/en\/catholic-faculty-of-theology-day-2025-years\/\" class=\"tpg-post-link\" target=\"_self\">Catholic Faculty of Theology Day 2025 Years<\/a><\/h3><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"post-meta-tags rt-el-post-meta\">\n\t\t\t\t\t\t            <span class='author '>\n\n\t\t\t\t<i class='flaticon-user '><\/i><span class='author-prefix'>By<\/span><a href=\"https:\/\/kbf.unsa.ba\/en\/author\/tajnistvo_bcxr0t1k\/\">tajnistvo_bcxr0t1k<\/a>\t\t\t<\/span>\n                        <span class='date'>\n\t\t\t\t<i class='flaticon-calendar '><\/i>                                    <a href=\"https:\/\/kbf.unsa.ba\/en\/2025\/10\/14\/\">\n\t\t\t\t\t14. October 2025.\t\t\t\t<\/a>\n                \t\t\t<\/span>\n            \t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"tpg-excerpt tpg-el-excerpt\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"tpg-excerpt-inner\">\n\t\t\t\t\t\t\t\t&nbsp;...\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n\n<div class=\"rt-col-md-3 rt-col-sm-6 rt-col-xs-12 default rt-grid-hover-item rt-grid-item\" data-id=\"13351\">\n\t<div class=\"rt-holder tpg-post-holder \">\n\t\t<div class=\"rt-detail rt-el-content-wrapper\">\n\t\t\t\t\t\t\t<div class=\"rt-img-holder tpg-el-image-wrap has-thumbnail\">\n\t\t\t\t\t<a data-id=\"13351\" href=\"https:\/\/kbf.unsa.ba\/en\/dario-adzic-new-master-of-theology\/\" class=\"tpg-post-link\" target=\"_self\">                        <img decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/09\/IMG_20250922_112929-1-768x576.jpg\" class=\"rt-img-responsive\" width=\"750\" height=\"563\" alt=\"DARIO AD\u017dI\u0106, NEW MASTER OF THEOLOGY\" title=\"\">\n                        \n                            \n        <\/a>\n                <div class=\"overlay grid-hover-content\"><\/div>\n        \t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"grid-hover-content\">\n\n\t\t\t\t<div class=\"entry-title-wrapper\"><h3 class=\"entry-title\"><a data-id=\"13351\" href=\"https:\/\/kbf.unsa.ba\/en\/dario-adzic-new-master-of-theology\/\" class=\"tpg-post-link\" target=\"_self\">DARIO AD\u017dI\u0106, NEW MASTER OF THEOLOGY<\/a><\/h3><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"post-meta-tags rt-el-post-meta\">\n\t\t\t\t\t\t            <span class='author '>\n\n\t\t\t\t<i class='flaticon-user '><\/i><span class='author-prefix'>By<\/span><a href=\"https:\/\/kbf.unsa.ba\/en\/author\/tajnistvo_bcxr0t1k\/\">tajnistvo_bcxr0t1k<\/a>\t\t\t<\/span>\n                        <span class='date'>\n\t\t\t\t<i class='flaticon-calendar '><\/i>                                    <a href=\"https:\/\/kbf.unsa.ba\/en\/2025\/09\/22\/\">\n\t\t\t\t\t22. September 2025.\t\t\t\t<\/a>\n                \t\t\t<\/span>\n            \t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"tpg-excerpt tpg-el-excerpt\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"tpg-excerpt-inner\">\n\t\t\t\t\t\t\t\tOn Monday, the 22nd, September 2025, student Dario Ad\u017ei\u0107 successfully passed the final examination...\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n\n<div class=\"rt-col-md-3 rt-col-sm-6 rt-col-xs-12 default rt-grid-hover-item rt-grid-item\" data-id=\"13333\">\n\t<div class=\"rt-holder tpg-post-holder \">\n\t\t<div class=\"rt-detail rt-el-content-wrapper\">\n\t\t\t\t\t\t\t<div class=\"rt-img-holder tpg-el-image-wrap has-thumbnail\">\n\t\t\t\t\t<a data-id=\"13333\" href=\"https:\/\/kbf.unsa.ba\/en\/commission-report-with-a-proposal-for-selection_social-doctrine-of-the-church\/\" class=\"tpg-post-link\" target=\"_self\">                        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2022\/09\/Novi-logo-1-768x768.png\" class=\"rt-img-responsive\" width=\"750\" height=\"750\" alt=\"COMMISSION REPORT WITH A PROPOSAL FOR SELECTION_SOCIAL DOCTRINE OF THE CHURCH\" title=\"\">\n                        \n                            \n        <\/a>\n                <div class=\"overlay grid-hover-content\"><\/div>\n        \t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"grid-hover-content\">\n\n\t\t\t\t<div class=\"entry-title-wrapper\"><h3 class=\"entry-title\"><a data-id=\"13333\" href=\"https:\/\/kbf.unsa.ba\/en\/commission-report-with-a-proposal-for-selection_social-doctrine-of-the-church\/\" class=\"tpg-post-link\" target=\"_self\">COMMISSION REPORT WITH A PROPOSAL FOR SELECTION_SOCIAL DOCTRINE OF THE CHURCH<\/a><\/h3><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"post-meta-tags rt-el-post-meta\">\n\t\t\t\t\t\t            <span class='author '>\n\n\t\t\t\t<i class='flaticon-user '><\/i><span class='author-prefix'>By<\/span><a href=\"https:\/\/kbf.unsa.ba\/en\/author\/tajnistvo_bcxr0t1k\/\">tajnistvo_bcxr0t1k<\/a>\t\t\t<\/span>\n                        <span class='date'>\n\t\t\t\t<i class='flaticon-calendar '><\/i>                                    <a href=\"https:\/\/kbf.unsa.ba\/en\/2025\/09\/18\/\">\n\t\t\t\t\t18. September 2025.\t\t\t\t<\/a>\n                \t\t\t<\/span>\n            \t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"tpg-excerpt tpg-el-excerpt\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"tpg-excerpt-inner\">\n\t\t\t\t\t\t\t\t&nbsp;...\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n\n<div class=\"rt-col-md-3 rt-col-sm-6 rt-col-xs-12 default rt-grid-hover-item rt-grid-item\" data-id=\"13318\">\n\t<div class=\"rt-holder tpg-post-holder \">\n\t\t<div class=\"rt-detail rt-el-content-wrapper\">\n\t\t\t\t\t\t\t<div class=\"rt-img-holder tpg-el-image-wrap has-thumbnail\">\n\t\t\t\t\t<a data-id=\"13318\" href=\"https:\/\/kbf.unsa.ba\/en\/miroslav-petric-new-master-of-theology\/\" class=\"tpg-post-link\" target=\"_self\">                        <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/09\/WhatsApp-Image-2025-09-15-at-11.43.21-1-768x1024.jpeg\" class=\"rt-img-responsive\" width=\"750\" height=\"1000\" alt=\"MIROSLAV PETRI\u0106, NEW MASTER OF THEOLOGY\" title=\"\">\n                        \n                            \n        <\/a>\n                <div class=\"overlay grid-hover-content\"><\/div>\n        \t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"grid-hover-content\">\n\n\t\t\t\t<div class=\"entry-title-wrapper\"><h3 class=\"entry-title\"><a data-id=\"13318\" href=\"https:\/\/kbf.unsa.ba\/en\/miroslav-petric-new-master-of-theology\/\" class=\"tpg-post-link\" target=\"_self\">MIROSLAV PETRI\u0106, NEW MASTER OF THEOLOGY<\/a><\/h3><\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"post-meta-tags rt-el-post-meta\">\n\t\t\t\t\t\t            <span class='author '>\n\n\t\t\t\t<i class='flaticon-user '><\/i><span class='author-prefix'>By<\/span><a href=\"https:\/\/kbf.unsa.ba\/en\/author\/tajnistvo_bcxr0t1k\/\">tajnistvo_bcxr0t1k<\/a>\t\t\t<\/span>\n                        <span class='date'>\n\t\t\t\t<i class='flaticon-calendar '><\/i>                                    <a href=\"https:\/\/kbf.unsa.ba\/en\/2025\/09\/15\/\">\n\t\t\t\t\t15. September 2025.\t\t\t\t<\/a>\n                \t\t\t<\/span>\n            \t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"tpg-excerpt tpg-el-excerpt\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"tpg-excerpt-inner\">\n\t\t\t\t\t\t\t\tOn Monday, 15 September 2025, the student Miroslav Petri\u0107 successfully passed his final examination...\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n            <\/div>\n\n\t\t\t        <\/div>\n\t\t\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\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>PHOTO GALLERY All Old Photos New Photos About theology, theological faculties and theologians&#8230; I invite you to cultivate a theology &hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-13669","page","type-page","status-publish","hentry","latest_post"],"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"tajnistvo_bcxr0t1k","author_link":"https:\/\/kbf.unsa.ba\/en\/author\/tajnistvo_bcxr0t1k\/"},"rttpg_comment":0,"rttpg_category":"","rttpg_excerpt":"PHOTO GALLERY All Old Photos New Photos About theology, theological faculties and theologians&#8230; I invite you to cultivate a theology &hellip;","_links":{"self":[{"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/pages\/13669","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/comments?post=13669"}],"version-history":[{"count":6,"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/pages\/13669\/revisions"}],"predecessor-version":[{"id":14807,"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/pages\/13669\/revisions\/14807"}],"wp:attachment":[{"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/media?parent=13669"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}