var h = $('.menu-line').css('height');
$("a.logo, .main-menu a").mPageScroll2id({
offset : parseInt(h),
scrollSpeed: 500,
layout: "vertical",
highlightByNextTarget: true
});
$(".toggle-mnu").click(function() {
$(this).toggleClass("on");
$(".main-menu").slideToggle();
return false;
});