"use strict";$((function(){$(window).scroll((function(){$(document).scrollTop()>0?($("header").addClass("follow"),$("#top_accent_bar").addClass("follow"),$("#opening_times").addClass("follow")):($("header").removeClass("follow"),$("#top_accent_bar").removeClass("follow"),$("#opening_times").removeClass("follow"))})),$('a[href^="#"]').click((function(o){var l;l=$(this).attr("href");var e=$(l).offset();$("html, body").animate({scrollTop:e.top,scrollLeft:e.left},1e3)}))}));