",""], responsive: { 0: { items: 1 }, 600: { items: 4 }, 1000: { items: 4 }, 1400: { items: 4 } } }); $(document).ready(function(){ $(".owl-carousel").owlCarousel(); }); ga('send', 'pageview'); var stepTime = 10000; var docBody = document.body; var focElem = document.documentElement; window.onscroll = function(e) { var scrollPosition = document.documentElement.scrollTop; if (scrollPosition 0 ? initPos - stepAmount : 0; docBody.scrollTop = focElem.scrollTop = newPos; newPos && setTimeout(function () { scrollAnimationStep(newPos, stepAmount); }, stepTime); } var scrollTopAnimated = function (speed) { var topOffset = docBody.scrollTop || focElem.scrollTop; var stepAmount = topOffset; speed && (stepAmount = (topOffset * stepTime)/speed); scrollAnimationStep(topOffset, stepAmount); };