/*
Landed by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
"Cleaned" - aka destroyed and rewritten by L3D.
L3D does not know how JavaScript works and just deleted some random lines.
*/
(function($) {
skel.breakpoints({
xlarge: '(max-width: 1680px)',
large: '(max-width: 1280px)',
medium: '(max-width: 980px)',
small: '(max-width: 736px)',
xsmall: '(max-width: 480px)'
});
$(function() {
var $window = $(window),
$body = $('body');
// Touch mode.
if (skel.vars.mobile)
$body.addClass('is-touch');
// Fix: Placeholder polyfill.
$('form').placeholder();
// Prioritize "important" elements on medium.
skel.on('+medium -medium', function() {
$.prioritize(
'.important\\28 medium\\29',
skel.breakpoint('medium').active
);
});
// Scrolly links.
$('.scrolly').scrolly({
speed: 2000
});
// Off-Canvas Navigation.
// Title Bar.
$(
'