<footer class="site-footer" role="contentinfo">
<div class="wrap">
<div class="row footer-row">
<div class="col-sm-12 col-md-8">
{{ page.footerText|raw|nl2br }}
{% if chcookieconsent_isCategoryAllowedByUser('social_media') == true %}
<div class="share_sharing_container share_horizontal_sharing"
super-socializer-data-href="{{ page.url }}"
>
<section id="sharehorizontalsharing-4" class="widget widget_sharehorizontalsharing">
<ul class="share_sharing_ul">
<li class="shareSharingRound" style="margin: 0 0 0 -2px !important;">
<i style="width:35px;height:35px;" alt="Facebook" title="Facebook"
class="shareSharing shareFacebookBackground"
onclick="sharePopup("https://www.facebook.com/sharer/sharer.php?u={{ page.url }}")">
<ss style="display:block;" class="shareSharingSvg shareFacebookSvg"></ss>
</i>
</li>
<li class="shareSharingRound">
<i style="width:35px;height:35px;" alt="Twitter" title="Twitter"
class="shareSharing shareTwitterBackground"
onclick="sharePopup("http://twitter.com/intent/tweet?text=&url={{ page.url }}")">
<ss style="display:block;" class="shareSharingSvg shareTwitterSvg"></ss>
</i>
</li>
<li class="shareSharingRound">
<i style="width:35px;height:35px;" alt="Linkedin" title="Linkedin"
class="shareSharing shareLinkedinBackground"
onclick="sharePopup("http://www.linkedin.com/shareArticle?mini=true&url={{ page.url }}&title=")">
<ss style="display:block;" class="shareSharingSvg shareLinkedinSvg"></ss>
</i>
</li>
<li class="shareSharingRound">
<i style="width:35px;height:35px;" alt="Reddit"
title="Reddit"
class="shareSharing shareRedditBackground"
onclick="sharePopup("http://reddit.com/submit?url={{ page.url }}&title=")">
<ss style="display:block;" class="shareSharingSvg shareRedditSvg"></ss>
</i>
</li>
<li class="shareSharingRound">
<i style="width:35px;height:35px;" alt="Whatsapp"
title="Whatsapp"
class="shareSharing shareWhatsappBackground">
<a
href="https://api.whatsapp.com/send?text={{ page.url }}">
<ss style="display:block" class="shareSharingSvg shareWhatsappSvg"></ss>
</a>
</i>
</li>
</ul>
<div style="clear:both"></div>
</section>
</div>
{% endif %}
</div>
<div class="col-sm-12 col-md-4">
<ul class="navbar-nav mr-auto">
{% for item in menus.main %}
{% if item.hasChildren or item.url == '/' %}
{% else %}
<li class="nav-item{{ item.url == '/mediatar' and chcookieconsent_isCategoryAllowedByUser('social_media') == false ? ' disabled' : ''}}"
{% if item.url == '/mediatar' and chcookieconsent_isCategoryAllowedByUser('social_media') == false %}
title="{{ 'cookie.noallow'|trans }}"
{% endif %}
>
<a class="nav-link{% if item.active %} active{% endif %}" href="{{ item.url }}">{{ item.caption }}
{% if item.active %}<span class="sr-only">(current)</span>{% endif %}
</a>
</li>
{% endif %}
{% endfor %}
{% for item in page.footerMenu %}
<li class="nav-item{{ item.url == '/mediatar' and chcookieconsent_isCategoryAllowedByUser('social_media') == false ? ' disabled' : ''}}"
{% if item.url == '/mediatar' and chcookieconsent_isCategoryAllowedByUser('social_media') == false %}
title="{{ 'cookie.noallow'|trans }}"
{% endif %}
>
<a class="nav-link{% if item.active %} active{% endif %}" href="{{ item.url }}">{{ item.caption }}
{% if item.active %}<span class="sr-only">(current)</span>{% endif %}
</a>
</li>
{% endfor %}
</ul>
</div>
</div>
</div><!-- .wrap -->
</footer>