<!DOCTYPE html>
<html lang="sk">
<head>
<title>{% block title %}Enviškody{% endblock %}</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
{#
<meta name="description" content="{% block description %}INFORMAČNÝ SYSTÉM PREVENCIE A NÁPRAVY ENVIRONMENTÁLNYCH ŠKÔD{% endblock %}">
<meta name="keywords" content="enviroskody, enviskody, {% block keywords %}paneš,panes,INFORMAČNÝ SYSTÉM, PREVENCIE A NÁPRAVY, ENVIRONMENTÁLNYCH, ŠKÔD{% endblock %}">
#}
<meta name="author" content="SAŽP">
{# <link rel="icon" href="https://www.enviroportal.sk/favicon.ico" /> #}
<link rel="icon" href="/favicon.ico"/>
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet">
<!-- font awesome -->
<link href="/web/fontawesome-free-5.12.1-web/css/all.css" rel="stylesheet"> <!--load all styles -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
{#
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="/web/bootstrap/css/bootstrap.min.css">
<!-- Bootstrap JS -->
<script src="/web/bootstrap/js/bootstrap.min.js"></script>
#}
<!-- Custom Style -->
<link href="{{ app.request.getBaseURL() }}/web/scss/style.css?v=2{# { "" | date('Ymd-His') } #}" rel="stylesheet">
<!-- jquery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
{#
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-210226516-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-210226516-1');
</script>
#}
{% block stylesheets %}{% endblock %}
<style>
body {
position: relative;
letter-spacing: unset;
}
.data-focus {
position: fixed;
top: -999px;
left: -999px;
}
.data-focus:active,
.data-focus:focus {
top: 0;
left: 0;
font-size: 20px;
text-transform: uppercase;
background-color: #fff;
padding: 5px;
z-index: 100000000000;
}
.default-section p {
text-align: left;
}
</style>
</head>
<body id="page-top" class="bg-secondary">
<a href="#main" class="data-focus">Preskočiť na hlavný obsah</a>
{# <div class="container container-main"> #}
<div class="container bg-primary">
{% include 'default/header.html.twig' %}
{% include 'default/nav.html.twig' %}
<main id="main">
{% block body %}{% endblock %}
</main>
{% include 'default/footer.html.twig' %}
</div>
<script defer src="/web/fontawesome-free-5.12.1-web/js/all.js"></script> <!--load all styles -->
<!-- autosize -->
<script src="https://rawgit.com/jackmoore/autosize/master/dist/autosize.min.js"></script>
<!-- Bootstrap JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"></script>
<!-- CKEditor -- >
<script src="https://cdn.ckeditor.com/4.13.1/standard/ckeditor.js"></script -->
<!-- Cookie Consent by TermsFeed (https://www.TermsFeed.com) -->
<script type="text/javascript" src="https://www.termsfeed.com/public/cookie-consent/4.0.0/cookie-consent.js"
charset="UTF-8"></script>
<script type="text/javascript" charset="UTF-8">
document.addEventListener('DOMContentLoaded', function () {
cookieconsent.run({
"notice_banner_type": "headline",
"consent_type": "express",
"palette": "light",
"language": "sk",
"page_load_consent_levels": ["strictly-necessary"],
"notice_banner_reject_button_hide": false,
"preferences_center_close_button_hide": false,
"page_refresh_confirmation_buttons": false,
"open_preferences_center_selector": "#open_preferences_center",
"website_name": "{{ app.request.host() }}",
"website_privacy_policy_url": "{{ app.request.getSchemeAndHttpHost() ~ path("cookies") }}"
});
});
</script>
<!-- Google Analytics -->
<script type="text/plain" cookie-consent="tracking" async
src="https://www.googletagmanager.com/gtag/js?id=UA-210226516-1"></script>
<script type="text/plain" cookie-consent="tracking">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-210226516-1');
</script>
<!-- end of Google Analytics-->
<noscript>ePrivacy and GPDR Cookie Consent by <a href="https://www.TermsFeed.com/" rel="nofollow">TermsFeed
Generator</a></noscript>
<!-- End Cookie Consent by TermsFeed (https://www.TermsFeed.com) -->
{% block javascripts %}{% endblock %}
<script>
//$("html, body").animate({scrollTop: $('#page_content').offset().top - 70}, 900);
$(function () {
$('[data-toggle="tooltip"]').tooltip();
$('[data-toggle="popover"]').popover();
});
</script>
<script>
// Add slideDown animation to Bootstrap dropdown when expanding.
$('.dropdown').on('show.bs.dropdown', function () {
$(this).find('.dropdown-menu').first().stop(true, true).slideDown();
});
// Add slideUp animation to Bootstrap dropdown when collapsing.
$('.dropdown').on('hide.bs.dropdown', function () {
$(this).find('.dropdown-menu').first().stop(true, true).slideUp();
});
</script>
</body>
</html>