if ($(window).width()>767{
paste your code here
})
if ($(window).width()>767{
$(window).scroll(function() {
var top = $(document).scrollTop();
if (top < 100) {$("#menu-blok").css({top: '0', position: 'relative'});}
else {$("#menu-blok").css({top: '10px', position: 'fixed'});}
});
}