Hi Artur
Try removing the following from the end of your templates index.php (../templates/j51_stockholm/index.php)...
<!-- Stellar -->
<script type="text/javascript" src="/<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/jquery.stellar.js" charset="utf-8"></script>
<script type="text/javascript">
if (Modernizr.touch) {
} else {
jQuery(window).stellar({
horizontalScrolling: false
});
}
</script>
CiarĂ¡n