CINXE.COM

Geonatura Kielce – Strona Główne

<!DOCTYPE html> <html lang="en-GB" class="no-js"> <head> <title> Geonatura Kielce &#8211; Strona Główne</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link rel="stylesheet" href="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/css/flexslider.css" type="text/css" media="screen" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link id="pagestyle" rel="stylesheet" href="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/css/style.css" type="text/css" media="all"> <link rel="stylesheet" href="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/css/bootstrap.min.css" type="text/css" media="all"> <link rel="stylesheet" href="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/css/bootstrap-theme.min.css" type="text/css" media="all"> <script type="text/javascript" src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/js/jquery-2.1.1.min.js"></script> <script type="text/javascript" src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/js/bootstrap.min.js"></script> <script type="text/javascript" src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/js/custom.js"></script> <script type="text/javascript" src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/js/jquery-ui.min.js"></script> <script type="text/javascript" src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/js/scroll/TweenMax.min.js"></script> <script type="text/javascript" src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/js/scroll/ScrollToPlugin.min.js"></script> <script type="text/javascript" src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/js/scroll/smoothPageScroll.js"></script> <script type="text/javascript" src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/js/jquery.flexslider-min.js"></script> <!-- Add fancyBox main JS and CSS files --> <script type="text/javascript" src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/source/jquery.fancybox.js?v=2.1.5"></script> <link rel="stylesheet" type="text/css" href="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/source/jquery.fancybox.css?v=2.1.5" media="screen" /> <!-- Add Button helper (this is optional) --> <link rel="stylesheet" type="text/css" href="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" /> <script type="text/javascript" src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script> <!-- Add Thumbnail helper (this is optional) --> <link rel="stylesheet" type="text/css" href="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" /> <script type="text/javascript" src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script> <!-- Add Media helper (this is optional) --> <!-- <script type="text/javascript" src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/js/jquery.cookieMessage.min.js"></script> --> <!-- <script type="text/javascript" src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/js/jquery.bpopup.min.js"></script> --> <link href="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/css/jquery-eu-cookie-law-popup.css" rel="stylesheet"> <script src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/js/jquery-eu-cookie-law-popup.js"></script> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- This site uses the Google Analytics by ExactMetrics plugin v7.23.1 - Using Analytics tracking - https://www.exactmetrics.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-WCSD586S5K" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var em_version = '7.23.1'; var em_track_user = true; var em_no_track_reason = ''; var disableStrs = [ 'ga-disable-G-WCSD586S5K', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.ExactMetricsDualTracker = { helpers: {}, trackers: {}, }; if (em_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = exactmetrics_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof ExactMetricsDualTracker.trackers[hookName] !== 'undefined') { ExactMetricsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dNDMyYj': true, }); __gtagTracker('config', 'G-WCSD586S5K', {"forceSSL":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by ExactMetrics --> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/geonatura-kielce.pl\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.1"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link rel='stylesheet' id='validate-engine-css-css' href='https://geonatura-kielce.pl/wp-content/plugins/wysija-newsletters/css/validationEngine.jquery.css?ver=2.22' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://geonatura-kielce.pl/wp-includes/css/dist/block-library/style.min.css?ver=6.7.1' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='contact-form-7-css' href='https://geonatura-kielce.pl/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.8.6' media='all' /> <link rel='stylesheet' id='redux-extendify-styles-css' href='https://geonatura-kielce.pl/wp-content/plugins/redux-framework/redux-core/assets/css/extendify-utilities.css?ver=4.4.11' media='all' /> <link rel='stylesheet' id='normalize-css' href='https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/normalize.css?ver=1.0' media='all' /> <link rel='stylesheet' id='html5blank-css' href='https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/style.css?ver=1.0' media='all' /> <link rel='stylesheet' id='mapa-css' href='https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/Mapa/styles.css?ver=1.0' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://geonatura-kielce.pl/wp-includes/css/dashicons.min.css?ver=6.7.1' media='all' /> <link rel='stylesheet' id='my-calendar-reset-css' href='https://geonatura-kielce.pl/wp-content/plugins/my-calendar/css/reset.css?ver=3.4.23' media='all' /> <link rel='stylesheet' id='my-calendar-style-css' href='https://geonatura-kielce.pl/wp-content/plugins/my-calendar/styles/twentytwentytwo.css?ver=3.4.23-twentytwentytwo-css' media='all' /> <style id='my-calendar-style-inline-css' type='text/css'> /* Styles by My Calendar - Joseph C Dolson https://www.joedolson.com/ */ .mc-main .mc_general .event-title, .mc-main .mc_general .event-title a { background: #ffffcc !important; color: #000000 !important; } .mc-main .mc_general .event-title a:hover, .mc-main .mc_general .event-title a:focus { background: #ffffff !important;} .mc-main {--primary-dark: #313233; --primary-light: #fff; --secondary-light: #fff; --secondary-dark: #000; --highlight-dark: #666; --highlight-light: #efefef; --category-mc_general: #ffffcc; } </style> <script type="text/javascript" src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/js/lib/conditionizr-4.3.0.min.js?ver=4.3.0" id="conditionizr-js"></script> <script type="text/javascript" src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/js/lib/modernizr-2.7.1.min.js?ver=2.7.1" id="modernizr-js"></script> <script type="text/javascript" src="https://geonatura-kielce.pl/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://geonatura-kielce.pl/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/js/scripts.js?ver=1.0.0" id="html5blankscripts-js"></script> <script type="text/javascript" src="https://geonatura-kielce.pl/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.js?ver=7.23.1" id="exactmetrics-frontend-script-js"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='exactmetrics-frontend-script-js-extra'>/* <![CDATA[ */ var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/geonatura-kielce.pl","hash_tracking":"false","v4_id":"G-WCSD586S5K"};/* ]]> */ </script> <link rel="https://api.w.org/" href="https://geonatura-kielce.pl/wp-json/" /><script type="text/javascript"> /** all layers have to be in this global array - in further process each map will have something like vectorM[map_ol3js_n][layer_n] */ var vectorM = [[]]; /** put translations from PHP/mo to JavaScript */ var translations = []; /** global GET-Parameters */ var HTTP_GET_VARS = []; </script><!-- OSM plugin V6.0.2: did not add geo meta tags. --> <meta name="generator" content="Redux 4.4.11" /><meta name="generator" content="Elementor 3.27.3; features: additional_custom_breakpoints; settings: css_print_method-internal, google_font-enabled, font_display-auto"> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style> <link rel="icon" href="https://geonatura-kielce.pl/wp-content/uploads/2019/04/cropped-favicon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://geonatura-kielce.pl/wp-content/uploads/2019/04/cropped-favicon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://geonatura-kielce.pl/wp-content/uploads/2019/04/cropped-favicon-180x180.png" /> <meta name="msapplication-TileImage" content="https://geonatura-kielce.pl/wp-content/uploads/2019/04/cropped-favicon-270x270.png" /> </head> <input id="theme_url_mq" type="hidden" value="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce" /> <body class="elementor-default elementor-kit-12748"> <script>$('.carousel').carousel(); jQuery(document).ready(function($){ var select = $('a[href$=".bmp"],a[href$=".gif"],a[href$=".jpg"],a[href$=".jpeg"],a[href$=".png"],a[href$=".BMP"],a[href$=".GIF"],a[href$=".JPG"],a[href$=".JPEG"],a[href$=".PNG"]'); // select image files select.attr('data-fancybox-group', 'gallery');}); $('.gallery-item a').fancybox(); </script> <div class="section-header section" style="background:url(); background-position:center top; background-repeat: no-repeat; background-color:#d09209;"> <div class="langNav"><ul><li id="menu-item-205-en" class="lang-item lang-item-5 lang-item-en current-lang no-translation lang-item-first menu-item menu-item-type-custom menu-item-object-custom current_page_item menu-item-home menu-item-205-en"><a href="https://geonatura-kielce.pl/en/" hreflang="en-GB" lang="en-GB"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAt1BMVEWSmb66z+18msdig8La3u+tYX9IaLc7W7BagbmcUW+kqMr/q6n+//+hsNv/lIr/jIGMnNLJyOP9/fyQttT/wb3/////aWn+YWF5kNT0oqz0i4ueqtIZNJjhvt/8gn//WVr/6+rN1+o9RKZwgcMPJpX/VFT9UEn+RUX8Ozv2Ly+FGzdYZrfU1e/8LS/lQkG/mbVUX60AE231hHtcdMb0mp3qYFTFwNu3w9prcqSURGNDaaIUMX5FNW5wYt7AAAAAjklEQVR4AR3HNUJEMQCGwf+L8RR36ajR+1+CEuvRdd8kK9MNAiRQNgJmVDAt1yM6kSzYVJUsPNssAk5N7ZFKjVNFAY4co6TAOI+kyQm+LFUEBEKKzuWUNB7rSH/rSnvOulOGk+QlXTBqMIrfYX4tSe2nP3iRa/KNK7uTmWJ5a9+erZ3d+18od4ytiZdvZyuKWy8o3UpTVAAAAABJRU5ErkJggg==" alt="English" width="16" height="11" style="width: 16px; height: 11px;" /></a></li> <li id="menu-item-205-pl" class="lang-item lang-item-22 lang-item-pl no-translation menu-item menu-item-type-custom menu-item-object-custom menu-item-205-pl"><a href="https://geonatura-kielce.pl/pl/" hreflang="pl-PL" lang="pl-PL"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAPFBMVEX/8fH67Ozz5ubt4OD+/v77+/v39/fo2Nj5AAD+jo79bW36X1/4T0/5QUHhAAD3MzP0Kir2ICDzERHtAACO5h0ZAAAAQUlEQVR4AQXBsRHDMAwAMTzNwvuvm5MVIECIZIEQZ4EQ7AAIGBABegsR+Z7VxChx7hCjhIwYJcTydcgQ1gv8Lhd/58kJTU6WtnIAAAAASUVORK5CYII=" alt="Polski" width="16" height="11" style="width: 16px; height: 11px;" /></a></li> </ul></div> <div class="container"> <div class="logo"> <div class="quick-contact"> <ul> <li><a id="bookmarkme" href="#"><i class="fa fa-plus-circle"></i> ADD TO FAVORITES</a></li> </ul> </div> <a href="https://geonatura-kielce.pl/en"><img id="logo" alt="logo" src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/logo.png"> </a></div> <div class="box-2"> <div class="social-media"> <ul> <li><a href="/pl/feed/"><img id="rss-ico" alt="rss" src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/icons/rss.png"></a></li> <li><a href="https://pl.tripadvisor.com/Attraction_Review-g274770-d3820059-Reviews-Geopark_Kielce_Centrum_Geoedukacji-Kielce_Swietokrzyskie_Province_Central_Poland.html"><img id="tr-ico" alt="trip-advisor" src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/icons/owl.png"></a></li> <li><a href="https://www.facebook.com/geonatura.kielce"><img id="fb-ico" alt="facebook" src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/icons/facebook.png"></a></li> <li><a href="https://www.youtube.com/channel/UCJo0eXx4yLNO1KZyVECSk5w"><img id="yt-ico" alt="youtube" src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/icons/youtube.png"></a></li> </ul> </div> <div class="change-theme"> <a id="swapBtn" href="#">VERSION FOR PARTIALLY SIGHTED</a> </div> </div> </div> <div class="menu-top"> <div class="container"> <nav role="navigation"> <div class="navbar-header container hidden-lg hidden-sm hidden-md"> <div class="text">Menu</div><button type="button" class="navbar-toggle collapsed fa fa-bars" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" style="color:black;"></button> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul><li id="menu-item-652" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-652"><a href="https://geonatura-kielce.pl/en/kadzielnia-amphitheatre/">Kadzielnia Amphitheatre</a></li> <li id="menu-item-653" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-653"><a href="https://geonatura-kielce.pl/en/ogrod-botaniczny-en/">Botanical Garden</a></li> <li id="menu-item-735" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-735"><a href="https://geonatura-kielce.pl/creative-work-centre-wietrznia/">Creative Work Centre „Wietrznia”</a></li> <li id="menu-item-749" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-749"><a href="https://geonatura-kielce.pl/reserves-2/">Reserves</a></li> <li id="menu-item-744" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-744"><a href="https://geonatura-kielce.pl/caves/">Caves</a></li> <li id="menu-item-6099" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6099"><a href="https://geonatura-kielce.pl/geoland-of-the-holy-cross-mountains-geopark/">Geopark</a></li> </ul> </div> </nav> <div class="biuletyn"> <a href="https://geonatura-kielce.pl/pl/bip-dev/"><img alt="bip ikona" id="bip-ico" src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/biuletyn.png"></a> </div> </div> </div> </div> <div class="section-center section"> <div class="container"> <!-- sidebar --> <div class="sidebar"> <div class="menu-sidebar"> <ul> <li class="active"><a href="#">O Amfiteatrze</a></li> <li><a href="#">Dane Techniczne</a></li> <li><a href="#">Cennik Najmu</a></li> <li><a href="#">Regulamin</a></li> <li><a href="#">Kontakt</a></li> </ul> </div> <div class="img-box"> <a href="#"> <h2>Geopark<br>Kielce</h2> <img src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/demo/demo-2.jpg"> </a> </div> <div class="search"> <h2>Wyszukaj</h2> <a href="#"><i class="fa fa-search"></i></a> <input value="SZUKAJ"/> </div> </div> <!-- end siedebar --> <!-- content --> <div class="content"> <!-- tiles --> <div class="tiles"> <div class="line-1"> <div class="box-1"> <div class="slider"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> </ol> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/slajd.jpg"> <div class="carousel-caption"> <h2>Aktualności</h2> <h3>GEO-Mikołajkowy zawrót głowy…</h3> <div class="date">Poniedziałek 07.12.2015</div> <div class="text">W minioną niedzielę, już po raz drugi gościliśmy w Centrum Geoedukacji uczestników imprezy pn. GEO-Mikołajki, bo o tym, że 6 grudnia do data dla każdego dziecka szczególna, chyba nie musimy przekonywać. Z tej okazji na wszystkich uczestników imprezy przygotowaliśmy mnóstwo geologicznych atrakcji. Sala dydaktyczna zaaranżowana została na potrzeby warsztatów wykonywania dekoracji świątecznych: paleo-bombek czy paleo-łańcuchów. Wszyscy jednomyślnie stwierdziliśmy, że powstawały prawdziwe geo-cud</div> <a href="#">Czytaj więcej</a> </div> </div> <div class="item"> <img src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/slajd.jpg"> <div class="carousel-caption"> <h2>Aktualności</h2> <h3>GEO-Mikołajkowy zawrót głowy…</h3> <div class="date">Poniedziałek 07.12.2015</div> <div class="text">W minioną niedzielę, już po raz drugi gościliśmy w Centrum Geoedukacji uczestników imprezy pn. GEO-Mikołajki, bo o tym, że 6 grudnia do data dla każdego dziecka szczególna, chyba nie musimy przekonywać. Z tej okazji na wszystkich uczestników imprezy przygotowaliśmy mnóstwo geologicznych atrakcji. Sala dydaktyczna zaaranżowana została na potrzeby warsztatów wykonywania dekoracji świątecznych: paleo-bombek czy paleo-łańcuchów. Wszyscy jednomyślnie stwierdziliśmy, że powstawały prawdziwe geo-cud</div> <a href="#">Czytaj więcej</a> </div> </div> <div class="item"> <img src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/slajd.jpg"> <div class="carousel-caption"> <h2>Aktualności</h2> <h3>GEO-Mikołajkowy zawrót głowy…</h3> <div class="date">Poniedziałek 07.12.2015</div> <div class="text">W minioną niedzielę, już po raz drugi gościliśmy w Centrum Geoedukacji uczestników imprezy pn. GEO-Mikołajki, bo o tym, że 6 grudnia do data dla każdego dziecka szczególna, chyba nie musimy przekonywać. Z tej okazji na wszystkich uczestników imprezy przygotowaliśmy mnóstwo geologicznych atrakcji. Sala dydaktyczna zaaranżowana została na potrzeby warsztatów wykonywania dekoracji świątecznych: paleo-bombek czy paleo-łańcuchów. Wszyscy jednomyślnie stwierdziliśmy, że powstawały prawdziwe geo-cud</div> <a href="#">Czytaj więcej</a> </div> </div> </div> </div> </div> </div> <div class="box-2"> <div class="box-box color-1"> <h2>Park i rezerwat</h2> <a href="#"><img src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/icons/parki.png"></a><br>  <div><a href="#"><img src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/icons/arrow-botom.png"></a></div> </div> <div class="box-box color-2" style="margin-bottom:0px;"> <h2>Jaskinie</h2> <a href="#"><img src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/icons/jaskinie.png"></a><br>  <div><a href="#"><img src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/icons/arrow-botom.png"></a></div> </div> </div> </div> <div class="line-2"> <div class="box-1"><a href="#"><img src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/tiles/5.png"></a></div> <div class="box-2"> <div class="box-box color-3"> <h2>Galeria</h2> <a href="#"><img src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/icons/gallery.png"></a><br>  <div><a href="#"><img src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/icons/arrow-botom.png"></a></div> </div> <div class="box-box color-4"> <h2>Wycieczka<br>Wirtualna</h2> <a href="#"><img src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/icons/wycieczka.png"></a> <div><a href="#"><img src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/icons/arrow-botom.png"></a></div> </div> </div> <div class="box-3"> <div class="box-box color-1"> <h2>Kontakt</h2> <a href="#"><img src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/icons/contact.png"></a><br>  <div><a href="#"><img src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/icons/arrow-botom.png"></a></div> </div> <div class="box-box color-3"> <h2>Zwiedzaj<br>mobilnie</h2> <a href="#"><img src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/icons/zwiedzaj.png"></a> <div><a href="#"><img src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/icons/arrow-botom.png"></a></div> </div> </div> </div> </div> <!-- end tiles --> <div class="partners"> <h2>Nasi partnerzy:</h2> <ul> <li><a href="#"><img src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/partners/1.png"></a></li> <li><a href="#"><img src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/partners/2.png"></a></li> <li><a href="#"><img src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/partners/3.png"></a></li> <li><a href="#"><img src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/partners/4.png"></a></li> <li><a href="#"><img src="https://geonatura-kielce.pl/wp-content/themes/geopark-kielce/img/partners/5.png"></a></li> </ul> </div> </div> <!-- end content --> </div> </div> <div class="section-footer section"> <div class="container"> <div class="menu-footer"> <ul><li id="menu-item-14216" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-14216"><a href="https://geonatura-kielce.pl/zapytania-ofertowe/">ZAPYTANIA OFERTOWE</a> <ul class="sub-menu"> <li id="menu-item-14215" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-14215"><a href="https://geonatura-kielce.pl/usluga-kompleksowego-sprzatania-i-utrzymania-czystosci-pomieszczen-w-obiektach-geonatury-kielce-w-roku-2024-2/">Usługa kompleksowego sprzątania i utrzymania czystości pomieszczeń w obiektach Geonatury Kielce w roku 2024</a></li> </ul> </li> <li id="menu-item-246" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-246"><a href="https://geonatura-kielce.pl/contact/">Contact</a></li> <li id="menu-item-247" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-247"><a href="https://geonatura-kielce.pl/about/">About us</a></li> <li id="menu-item-250" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-250"><a href="https://geonatura-kielce.pl/projects/">Projects</a></li> <li id="menu-item-251" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-251"><a href="https://geonatura-kielce.pl/links/">Links</a></li> </ul> <!-- <h3 style="color:#d09209;">Strona w przebudowie - przepraszamy za utrudnienia</h3> --> </div> </div> </div> <script type="text/javascript"> /** * * JQUERY EU COOKIE LAW POPUPS * version 1.1.1 * * Code on Github: * https://github.com/wimagguc/jquery-eu-cookie-law-popup * * To see a live demo, go to: * http://www.wimagguc.com/2018/05/gdpr-compliance-with-the-jquery-eu-cookie-law-plugin/ * * by Richard Dancsi * http://www.wimagguc.com/ * */ (function($) { // for ie9 doesn't support debug console >>> if (!window.console) window.console = {}; if (!window.console.log) window.console.log = function() {}; // ^^^ $.fn.euCookieLawPopup = (function() { var _self = this; /////////////////////////////////////////////////////////////////////////////////////////////// // PARAMETERS (MODIFY THIS PART) ////////////////////////////////////////////////////////////// _self.params = { cookiePolicyUrl: '#', popupPosition: 'top', colorStyle: 'default', compactStyle: false, popupTitle: 'This website is using cookies', popupText: 'We use cookies to ensure that we give you the best experience on our website. If you continue without changing your settings, we\'ll assume that you are happy to receive all cookies on this website.', buttonContinueTitle: 'Accept', buttonLearnmoreTitle: 'Read more', buttonLearnmoreOpenInNewWindow: true, agreementExpiresInDays: 30, autoAcceptCookiePolicy: false, htmlMarkup: null }; /////////////////////////////////////////////////////////////////////////////////////////////// // VARIABLES USED BY THE FUNCTION (DON'T MODIFY THIS PART) //////////////////////////////////// _self.vars = { INITIALISED: false, HTML_MARKUP: null, COOKIE_NAME: 'EU_COOKIE_LAW_CONSENT' }; /////////////////////////////////////////////////////////////////////////////////////////////// // PRIVATE FUNCTIONS FOR MANIPULATING DATA //////////////////////////////////////////////////// // Overwrite default parameters if any of those is present var parseParameters = function(object, markup, settings) { if (object) { var className = $(object).attr('class') ? $(object).attr('class') : ''; if (className.indexOf('eupopup-top') > -1) { _self.params.popupPosition = 'top'; } else if (className.indexOf('eupopup-fixedtop') > -1) { _self.params.popupPosition = 'fixedtop'; } else if (className.indexOf('eupopup-bottomright') > -1) { _self.params.popupPosition = 'bottomright'; } else if (className.indexOf('eupopup-bottomleft') > -1) { _self.params.popupPosition = 'bottomleft'; } else if (className.indexOf('eupopup-bottom') > -1) { _self.params.popupPosition = 'bottom'; } else if (className.indexOf('eupopup-block') > -1) { _self.params.popupPosition = 'block'; } if (className.indexOf('eupopup-color-default') > -1) { _self.params.colorStyle = 'default'; } else if (className.indexOf('eupopup-color-inverse') > -1) { _self.params.colorStyle = 'inverse'; } if (className.indexOf('eupopup-style-compact') > -1) { _self.params.compactStyle = true; } } if (markup) { _self.params.htmlMarkup = markup; } if (settings) { if (typeof settings.cookiePolicyUrl !== 'undefined') { _self.params.cookiePolicyUrl = settings.cookiePolicyUrl; } if (typeof settings.popupPosition !== 'undefined') { _self.params.popupPosition = settings.popupPosition; } if (typeof settings.colorStyle !== 'undefined') { _self.params.colorStyle = settings.colorStyle; } if (typeof settings.popupTitle !== 'undefined') { _self.params.popupTitle = settings.popupTitle; } if (typeof settings.popupText !== 'undefined') { _self.params.popupText = settings.popupText; } if (typeof settings.buttonContinueTitle !== 'undefined') { _self.params.buttonContinueTitle = settings.buttonContinueTitle; } if (typeof settings.buttonLearnmoreTitle !== 'undefined') { _self.params.buttonLearnmoreTitle = settings.buttonLearnmoreTitle; } if (typeof settings.buttonLearnmoreOpenInNewWindow !== 'undefined') { _self.params.buttonLearnmoreOpenInNewWindow = settings.buttonLearnmoreOpenInNewWindow; } if (typeof settings.agreementExpiresInDays !== 'undefined') { _self.params.agreementExpiresInDays = settings.agreementExpiresInDays; } if (typeof settings.autoAcceptCookiePolicy !== 'undefined') { _self.params.autoAcceptCookiePolicy = settings.autoAcceptCookiePolicy; } if (typeof settings.htmlMarkup !== 'undefined') { _self.params.htmlMarkup = settings.htmlMarkup; } } }; var createHtmlMarkup = function() { if (_self.params.htmlMarkup) { return _self.params.htmlMarkup; } var html = '<div class="eupopup-container' + ' eupopup-container-' + _self.params.popupPosition + (_self.params.compactStyle ? ' eupopup-style-compact' : '') + ' eupopup-color-' + _self.params.colorStyle + '">' + '<div class="eupopup-head">' + _self.params.popupTitle + '</div>' + '<div class="eupopup-body">' + _self.params.popupText + '</div>' + '<div class="eupopup-buttons">' + '<a href="#" class="eupopup-button eupopup-button_1">' + _self.params.buttonContinueTitle + '</a>' + '<a href="' + _self.params.cookiePolicyUrl + '"' + (_self.params.buttonLearnmoreOpenInNewWindow ? ' target=_blank ' : '') + ' class="eupopup-button eupopup-button_2">' + _self.params.buttonLearnmoreTitle + '</a>' + '<div class="clearfix"></div>' + '</div>' + '<a href="#" class="eupopup-closebutton">x</a>' + '</div>'; return html; }; // Storing the consent in a cookie var setUserAcceptsCookies = function(consent) { var d = new Date(); var expiresInDays = _self.params.agreementExpiresInDays * 24 * 60 * 60 * 1000; d.setTime(d.getTime() + expiresInDays); var expires = "expires=" + d.toGMTString(); document.cookie = _self.vars.COOKIE_NAME + '=' + consent + "; " + expires + ";path=/"; $(document).trigger("user_cookie_consent_changed", { 'consent': consent }); }; // Let's see if we have a consent cookie already var userAlreadyAcceptedCookies = function() { var userAcceptedCookies = false; var cookies = document.cookie.split(";"); for (var i = 0; i < cookies.length; i++) { var c = cookies[i].trim(); if (c.indexOf(_self.vars.COOKIE_NAME) !== -1) { userAcceptedCookies = c.substring(_self.vars.COOKIE_NAME.length + 1, c.length); } } return userAcceptedCookies; }; var hideContainer = function() { // $('.eupopup-container').slideUp(200); $('.eupopup-container').animate({ opacity: 0, height: 0 }, 200, function() { $('.eupopup-container').hide(0); }); }; /////////////////////////////////////////////////////////////////////////////////////////////// // PUBLIC FUNCTIONS ////////////////////////////////////////////////////////////////////////// var publicfunc = { // INITIALIZE EU COOKIE LAW POPUP ///////////////////////////////////////////////////////// init: function(settings) { parseParameters( $(".eupopup").first(), $(".eupopup-markup").html(), settings); // No need to display this if user already accepted the policy if (userAlreadyAcceptedCookies()) { $(document).trigger("user_cookie_already_accepted", { 'consent': true }); return; } // We should initialise only once if (_self.vars.INITIALISED) { return; } _self.vars.INITIALISED = true; // Markup and event listeners >>> _self.vars.HTML_MARKUP = createHtmlMarkup(); if ($('.eupopup-block').length > 0) { $('.eupopup-block').append(_self.vars.HTML_MARKUP); } else { $('BODY').append(_self.vars.HTML_MARKUP); } $('.eupopup-button_1').click(function() { setUserAcceptsCookies(true); hideContainer(); return false; }); $('.eupopup-closebutton').click(function() { setUserAcceptsCookies(true); hideContainer(); return false; }); // ^^^ Markup and event listeners // Ready to start! $('.eupopup-container').show(); // In case it's alright to just display the message once if (_self.params.autoAcceptCookiePolicy) { setUserAcceptsCookies(true); } } }; return publicfunc; }); $(document).ready(function() { if ($(".eupopup").length > 0) { $(document).euCookieLawPopup().init({ 'popupTitle': 'This website is using cookies.', 'popupText': 'We use them to give you the best experience. If you continue using our website, we will assume that you are happy to receive all cookies on this website' }); } }); $(document).bind("user_cookie_consent_changed", function(event, object) { console.log("User cookie consent changed: " + $(object).attr('consent')); }); }(jQuery)); </script> <style> /* Popup box BEGIN */ .hover_bkgr_fricc{ background:rgba(0,0,0,.4); cursor:pointer; display:none; height:100%; position:fixed; text-align:center; top:0; width:100%; z-index:10000; } .hover_bkgr_fricc .helper{ display:inline-block; height:100%; vertical-align:middle; } .hover_bkgr_fricc > div { background-color: #fff; box-shadow: 10px 10px 60px #555; display: inline-block; height: auto; max-width: 551px; min-height: 100px; vertical-align: middle; width: 60%; position: relative; border-radius: 8px; padding: 15px 5%; } .popupCloseButton { background-color: #fff; border: 2px solid #999; border-radius: 50px; cursor: pointer; display: inline-block; font-family: arial; font-weight: bold; position: absolute; top: -20px; right: -20px; font-size: 18px; line-height: 24px; width: 30px; height: 30px; text-align: center; color: #000 } .popupCloseButton:hover { background-color: #ccc; } .trigger_popup_fricc { cursor: pointer; font-size: 20px; margin: 20px; display: inline-block; font-weight: bold; } .popup-content { color: initial; } /* Popup box BEGIN */ </style> <script> $(window).load(function () { $('.hover_bkgr_fricc').hide(); $('.hover_bkgr_fricc').click(function(){ $('.hover_bkgr_fricc').hide(); }); $('.popupCloseButton').click(function(){ $('.hover_bkgr_fricc').hide(); }); }); </script> <div class="eupopup eupopup-top"></div> <div class="hover_bkgr_fricc"> <span class="helper"></span> <div> <div class="popupCloseButton">x</div> <p class="popup-content"> </p> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10