{"version":3,"names":[],"mappings":"","sources":["app.js"],"sourcesContent":["\"use strict\";\n\nvar _typeof = typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; };\n\n(function e(t, n, r) {\n\tfunction s(o, u) {\n\t\tif (!n[o]) {\n\t\t\tif (!t[o]) {\n\t\t\t\tvar a = typeof require == \"function\" && require;if (!u && a) return a(o, !0);if (i) return i(o, !0);throw new Error(\"Cannot find module '\" + o + \"'\");\n\t\t\t}var f = n[o] = { exports: {} };t[o][0].call(f.exports, function (e) {\n\t\t\t\tvar n = t[o][1][e];return s(n ? n : e);\n\t\t\t}, f, f.exports, e, t, n, r);\n\t\t}return n[o].exports;\n\t}var i = typeof require == \"function\" && require;for (var o = 0; o < r.length; o++) {\n\t\ts(r[o]);\n\t}return s;\n})({ 1: [function (require, module, exports) {\n\t\t(function (u, r) {\n\t\t\t\"function\" === typeof define && define.amd ? define([], r) : \"object\" === (typeof module === \"undefined\" ? \"undefined\" : _typeof(module)) && module.exports ? module.exports = r() : u.anime = r();\n\t\t})(this, function () {\n\t\t\tvar u = { duration: 1E3, delay: 0, loop: !1, autoplay: !0, direction: \"normal\", easing: \"easeOutElastic\", elasticity: 400, round: !1, begin: void 0, update: void 0, complete: void 0 },\n\t\t\t r = \"translateX translateY translateZ rotate rotateX rotateY rotateZ scale scaleX scaleY scaleZ skewX skewY\".split(\" \"),\n\t\t\t y,\n\t\t\t f = { arr: function arr(a) {\n\t\t\t\t\treturn Array.isArray(a);\n\t\t\t\t}, obj: function obj(a) {\n\t\t\t\t\treturn -1 < Object.prototype.toString.call(a).indexOf(\"Object\");\n\t\t\t\t}, svg: function svg(a) {\n\t\t\t\t\treturn a instanceof SVGElement;\n\t\t\t\t}, dom: function dom(a) {\n\t\t\t\t\treturn a.nodeType || f.svg(a);\n\t\t\t\t}, num: function num(a) {\n\t\t\t\t\treturn !isNaN(parseInt(a));\n\t\t\t\t}, str: function str(a) {\n\t\t\t\t\treturn \"string\" === typeof a;\n\t\t\t\t}, fnc: function fnc(a) {\n\t\t\t\t\treturn \"function\" === typeof a;\n\t\t\t\t}, und: function und(a) {\n\t\t\t\t\treturn \"undefined\" === typeof a;\n\t\t\t\t}, nul: function nul(a) {\n\t\t\t\t\treturn \"null\" === typeof a;\n\t\t\t\t}, hex: function hex(a) {\n\t\t\t\t\treturn (/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(a)\n\t\t\t\t\t);\n\t\t\t\t}, rgb: function rgb(a) {\n\t\t\t\t\treturn (/^rgb/.test(a)\n\t\t\t\t\t);\n\t\t\t\t}, hsl: function hsl(a) {\n\t\t\t\t\treturn (/^hsl/.test(a)\n\t\t\t\t\t);\n\t\t\t\t},\n\t\t\t\tcol: function col(a) {\n\t\t\t\t\treturn f.hex(a) || f.rgb(a) || f.hsl(a);\n\t\t\t\t} },\n\t\t\t D = function () {\n\t\t\t\tvar a = {},\n\t\t\t\t b = { Sine: function Sine(a) {\n\t\t\t\t\t\treturn 1 - Math.cos(a * Math.PI / 2);\n\t\t\t\t\t}, Circ: function Circ(a) {\n\t\t\t\t\t\treturn 1 - Math.sqrt(1 - a * a);\n\t\t\t\t\t}, Elastic: function Elastic(a, b) {\n\t\t\t\t\t\tif (0 === a || 1 === a) return a;var d = 1 - Math.min(b, 998) / 1E3,\n\t\t\t\t\t\t g = a / 1 - 1;return -(Math.pow(2, 10 * g) * Math.sin(2 * (g - d / (2 * Math.PI) * Math.asin(1)) * Math.PI / d));\n\t\t\t\t\t}, Back: function Back(a) {\n\t\t\t\t\t\treturn a * a * (3 * a - 2);\n\t\t\t\t\t}, Bounce: function Bounce(a) {\n\t\t\t\t\t\tfor (var b, d = 4; a < ((b = Math.pow(2, --d)) - 1) / 11;) {}return 1 / Math.pow(4, 3 - d) - 7.5625 * Math.pow((3 * b - 2) / 22 - a, 2);\n\t\t\t\t\t} };[\"Quad\", \"Cubic\", \"Quart\", \"Quint\", \"Expo\"].forEach(function (a, e) {\n\t\t\t\t\tb[a] = function (a) {\n\t\t\t\t\t\treturn Math.pow(a, e + 2);\n\t\t\t\t\t};\n\t\t\t\t});Object.keys(b).forEach(function (c) {\n\t\t\t\t\tvar e = b[c];a[\"easeIn\" + c] = e;a[\"easeOut\" + c] = function (a, b) {\n\t\t\t\t\t\treturn 1 - e(1 - a, b);\n\t\t\t\t\t};a[\"easeInOut\" + c] = function (a, b) {\n\t\t\t\t\t\treturn .5 > a ? e(2 * a, b) / 2 : 1 - e(-2 * a + 2, b) / 2;\n\t\t\t\t\t};a[\"easeOutIn\" + c] = function (a, b) {\n\t\t\t\t\t\treturn .5 > a ? (1 - e(1 - 2 * a, b)) / 2 : (e(2 * a - 1, b) + 1) / 2;\n\t\t\t\t\t};\n\t\t\t\t});a.linear = function (a) {\n\t\t\t\t\treturn a;\n\t\t\t\t};return a;\n\t\t\t}(),\n\t\t\t z = function z(a) {\n\t\t\t\treturn f.str(a) ? a : a + \"\";\n\t\t\t},\n\t\t\t E = function E(a) {\n\t\t\t\treturn a.replace(/([a-z])([A-Z])/g, \"$1-$2\").toLowerCase();\n\t\t\t},\n\t\t\t F = function F(a) {\n\t\t\t\tif (f.col(a)) return !1;try {\n\t\t\t\t\treturn document.querySelectorAll(a);\n\t\t\t\t} catch (b) {\n\t\t\t\t\treturn !1;\n\t\t\t\t}\n\t\t\t},\n\t\t\t A = function A(a) {\n\t\t\t\treturn a.reduce(function (a, c) {\n\t\t\t\t\treturn a.concat(f.arr(c) ? A(c) : c);\n\t\t\t\t}, []);\n\t\t\t},\n\t\t\t t = function t(a) {\n\t\t\t\tif (f.arr(a)) return a;f.str(a) && (a = F(a) || a);return a instanceof NodeList || a instanceof HTMLCollection ? [].slice.call(a) : [a];\n\t\t\t},\n\t\t\t G = function G(a, b) {\n\t\t\t\treturn a.some(function (a) {\n\t\t\t\t\treturn a === b;\n\t\t\t\t});\n\t\t\t},\n\t\t\t R = function R(a, b) {\n\t\t\t\tvar c = {};a.forEach(function (a) {\n\t\t\t\t\tvar d = JSON.stringify(b.map(function (b) {\n\t\t\t\t\t\treturn a[b];\n\t\t\t\t\t}));c[d] = c[d] || [];c[d].push(a);\n\t\t\t\t});\n\t\t\t\treturn Object.keys(c).map(function (a) {\n\t\t\t\t\treturn c[a];\n\t\t\t\t});\n\t\t\t},\n\t\t\t H = function H(a) {\n\t\t\t\treturn a.filter(function (a, c, e) {\n\t\t\t\t\treturn e.indexOf(a) === c;\n\t\t\t\t});\n\t\t\t},\n\t\t\t B = function B(a) {\n\t\t\t\tvar b = {},\n\t\t\t\t c;for (c in a) {\n\t\t\t\t\tb[c] = a[c];\n\t\t\t\t}return b;\n\t\t\t},\n\t\t\t v = function v(a, b) {\n\t\t\t\tfor (var c in b) {\n\t\t\t\t\ta[c] = f.und(a[c]) ? b[c] : a[c];\n\t\t\t\t}return a;\n\t\t\t},\n\t\t\t S = function S(a) {\n\t\t\t\ta = a.replace(/^#?([a-f\\d])([a-f\\d])([a-f\\d])$/i, function (a, b, c, m) {\n\t\t\t\t\treturn b + b + c + c + m + m;\n\t\t\t\t});var b = /^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.exec(a);a = parseInt(b[1], 16);var c = parseInt(b[2], 16),\n\t\t\t\t b = parseInt(b[3], 16);return \"rgb(\" + a + \",\" + c + \",\" + b + \")\";\n\t\t\t},\n\t\t\t T = function T(a) {\n\t\t\t\ta = /hsl\\((\\d+),\\s*([\\d.]+)%,\\s*([\\d.]+)%\\)/g.exec(a);var b = parseInt(a[1]) / 360,\n\t\t\t\t c = parseInt(a[2]) / 100,\n\t\t\t\t e = parseInt(a[3]) / 100;a = function a(_a, b, c) {\n\t\t\t\t\t0 > c && (c += 1);1 < c && --c;return c < 1 / 6 ? _a + 6 * (b - _a) * c : .5 > c ? b : c < 2 / 3 ? _a + (b - _a) * (2 / 3 - c) * 6 : _a;\n\t\t\t\t};if (0 == c) c = e = b = e;else var d = .5 > e ? e * (1 + c) : e + c - e * c,\n\t\t\t\t g = 2 * e - d,\n\t\t\t\t c = a(g, d, b + 1 / 3),\n\t\t\t\t e = a(g, d, b),\n\t\t\t\t b = a(g, d, b - 1 / 3);return \"rgb(\" + 255 * c + \",\" + 255 * e + \",\" + 255 * b + \")\";\n\t\t\t},\n\t\t\t p = function p(a) {\n\t\t\t\treturn (/([\\+\\-]?[0-9|auto\\.]+)(%|px|pt|em|rem|in|cm|mm|ex|pc|vw|vh|deg)?/.exec(a)[2]\n\t\t\t\t);\n\t\t\t},\n\t\t\t I = function I(a, b, c) {\n\t\t\t\treturn p(b) ? b : -1 < a.indexOf(\"translate\") ? p(c) ? b + p(c) : b + \"px\" : -1 < a.indexOf(\"rotate\") || -1 < a.indexOf(\"skew\") ? b + \"deg\" : b;\n\t\t\t},\n\t\t\t w = function w(a, b) {\n\t\t\t\tif (b in a.style) return getComputedStyle(a).getPropertyValue(E(b)) || \"0\";\n\t\t\t},\n\t\t\t U = function U(a, b) {\n\t\t\t\tvar c = -1 < b.indexOf(\"scale\") ? 1 : 0,\n\t\t\t\t e = a.style.transform;if (!e) return c;for (var d = /(\\w+)\\((.+?)\\)/g, g = [], m = [], f = []; g = d.exec(e);) {\n\t\t\t\t\tm.push(g[1]), f.push(g[2]);\n\t\t\t\t}e = f.filter(function (a, c) {\n\t\t\t\t\treturn m[c] === b;\n\t\t\t\t});return e.length ? e[0] : c;\n\t\t\t},\n\t\t\t J = function J(a, b) {\n\t\t\t\tif (f.dom(a) && G(r, b)) return \"transform\";if (f.dom(a) && (a.getAttribute(b) || f.svg(a) && a[b])) return \"attribute\";if (f.dom(a) && \"transform\" !== b && w(a, b)) return \"css\";if (!f.nul(a[b]) && !f.und(a[b])) return \"object\";\n\t\t\t},\n\t\t\t K = function K(a, b) {\n\t\t\t\tswitch (J(a, b)) {case \"transform\":\n\t\t\t\t\t\treturn U(a, b);case \"css\":\n\t\t\t\t\t\treturn w(a, b);case \"attribute\":\n\t\t\t\t\t\treturn a.getAttribute(b);}return a[b] || 0;\n\t\t\t},\n\t\t\t L = function L(a, b, c) {\n\t\t\t\tif (f.col(b)) return b = f.rgb(b) ? b : f.hex(b) ? S(b) : f.hsl(b) ? T(b) : void 0, b;if (p(b)) return b;a = p(a.to) ? p(a.to) : p(a.from);!a && c && (a = p(c));return a ? b + a : b;\n\t\t\t},\n\t\t\t M = function M(a) {\n\t\t\t\tvar b = /-?\\d*\\.?\\d+/g;return { original: a, numbers: z(a).match(b) ? z(a).match(b).map(Number) : [0], strings: z(a).split(b) };\n\t\t\t},\n\t\t\t V = function V(a, b, c) {\n\t\t\t\treturn b.reduce(function (b, d, g) {\n\t\t\t\t\td = d ? d : c[g - 1];return b + a[g - 1] + d;\n\t\t\t\t});\n\t\t\t},\n\t\t\t W = function W(a) {\n\t\t\t\ta = a ? A(f.arr(a) ? a.map(t) : t(a)) : [];return a.map(function (a, c) {\n\t\t\t\t\treturn { target: a, id: c };\n\t\t\t\t});\n\t\t\t},\n\t\t\t N = function N(a, b, c, e) {\n\t\t\t\t\"transform\" === c ? (c = a + \"(\" + I(a, b.from, b.to) + \")\", b = a + \"(\" + I(a, b.to) + \")\") : (a = \"css\" === c ? w(e, a) : void 0, c = L(b, b.from, a), b = L(b, b.to, a));return { from: M(c), to: M(b) };\n\t\t\t},\n\t\t\t X = function X(a, b) {\n\t\t\t\tvar c = [];a.forEach(function (e, d) {\n\t\t\t\t\tvar g = e.target;return b.forEach(function (b) {\n\t\t\t\t\t\tvar l = J(g, b.name);if (l) {\n\t\t\t\t\t\t\tvar q;q = b.name;var h = b.value,\n\t\t\t\t\t\t\t h = t(f.fnc(h) ? h(g, d) : h);q = { from: 1 < h.length ? h[0] : K(g, q), to: 1 < h.length ? h[1] : h[0] };h = B(b);h.animatables = e;h.type = l;h.from = N(b.name, q, h.type, g).from;h.to = N(b.name, q, h.type, g).to;h.round = f.col(q.from) || h.round ? 1 : 0;h.delay = (f.fnc(h.delay) ? h.delay(g, d, a.length) : h.delay) / k.speed;h.duration = (f.fnc(h.duration) ? h.duration(g, d, a.length) : h.duration) / k.speed;c.push(h);\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t});return c;\n\t\t\t},\n\t\t\t Y = function Y(a, b) {\n\t\t\t\tvar c = X(a, b);return R(c, [\"name\", \"from\", \"to\", \"delay\", \"duration\"]).map(function (a) {\n\t\t\t\t\tvar b = B(a[0]);b.animatables = a.map(function (a) {\n\t\t\t\t\t\treturn a.animatables;\n\t\t\t\t\t});b.totalDuration = b.delay + b.duration;return b;\n\t\t\t\t});\n\t\t\t},\n\t\t\t C = function C(a, b) {\n\t\t\t\ta.tweens.forEach(function (c) {\n\t\t\t\t\tvar e = c.from,\n\t\t\t\t\t d = a.duration - (c.delay + c.duration);c.from = c.to;c.to = e;b && (c.delay = d);\n\t\t\t\t});a.reversed = a.reversed ? !1 : !0;\n\t\t\t},\n\t\t\t Z = function Z(a) {\n\t\t\t\tif (a.length) return Math.max.apply(Math, a.map(function (a) {\n\t\t\t\t\treturn a.totalDuration;\n\t\t\t\t}));\n\t\t\t},\n\t\t\t O = function O(a) {\n\t\t\t\tvar b = [],\n\t\t\t\t c = [];a.tweens.forEach(function (a) {\n\t\t\t\t\tif (\"css\" === a.type || \"transform\" === a.type) b.push(\"css\" === a.type ? E(a.name) : \"transform\"), a.animatables.forEach(function (a) {\n\t\t\t\t\t\tc.push(a.target);\n\t\t\t\t\t});\n\t\t\t\t});return { properties: H(b).join(\", \"), elements: H(c) };\n\t\t\t},\n\t\t\t aa = function aa(a) {\n\t\t\t\tvar b = O(a);b.elements.forEach(function (a) {\n\t\t\t\t\ta.style.willChange = b.properties;\n\t\t\t\t});\n\t\t\t},\n\t\t\t ba = function ba(a) {\n\t\t\t\tO(a).elements.forEach(function (a) {\n\t\t\t\t\ta.style.removeProperty(\"will-change\");\n\t\t\t\t});\n\t\t\t},\n\t\t\t ca = function ca(a, b) {\n\t\t\t\tvar c = a.path,\n\t\t\t\t e = a.value * b,\n\t\t\t\t d = function d(_d) {\n\t\t\t\t\t_d = _d || 0;return c.getPointAtLength(1 < b ? a.value + _d : e + _d);\n\t\t\t\t},\n\t\t\t\t g = d(),\n\t\t\t\t f = d(-1),\n\t\t\t\t d = d(1);switch (a.name) {case \"translateX\":\n\t\t\t\t\t\treturn g.x;case \"translateY\":\n\t\t\t\t\t\treturn g.y;case \"rotate\":\n\t\t\t\t\t\treturn 180 * Math.atan2(d.y - f.y, d.x - f.x) / Math.PI;}\n\t\t\t},\n\t\t\t da = function da(a, b) {\n\t\t\t\tvar c = Math.min(Math.max(b - a.delay, 0), a.duration) / a.duration,\n\t\t\t\t e = a.to.numbers.map(function (b, e) {\n\t\t\t\t\tvar f = a.from.numbers[e],\n\t\t\t\t\t l = D[a.easing](c, a.elasticity),\n\t\t\t\t\t f = a.path ? ca(a, l) : f + l * (b - f);return f = a.round ? Math.round(f * a.round) / a.round : f;\n\t\t\t\t});return V(e, a.to.strings, a.from.strings);\n\t\t\t},\n\t\t\t P = function P(a, b) {\n\t\t\t\tvar c;a.currentTime = b;a.progress = b / a.duration * 100;for (var e = 0; e < a.tweens.length; e++) {\n\t\t\t\t\tvar d = a.tweens[e];d.currentValue = da(d, b);for (var f = d.currentValue, m = 0; m < d.animatables.length; m++) {\n\t\t\t\t\t\tvar l = d.animatables[m],\n\t\t\t\t\t\t k = l.id,\n\t\t\t\t\t\t l = l.target,\n\t\t\t\t\t\t h = d.name;switch (d.type) {case \"css\":\n\t\t\t\t\t\t\t\tl.style[h] = f;break;case \"attribute\":\n\t\t\t\t\t\t\t\tl.setAttribute(h, f);break;case \"object\":\n\t\t\t\t\t\t\t\tl[h] = f;break;case \"transform\":\n\t\t\t\t\t\t\t\tc || (c = {}), c[k] || (c[k] = []), c[k].push(f);}\n\t\t\t\t\t}\n\t\t\t\t}if (c) for (e in y || (y = (w(document.body, \"transform\") ? \"\" : \"-webkit-\") + \"transform\"), c) {\n\t\t\t\t\ta.animatables[e].target.style[y] = c[e].join(\" \");\n\t\t\t\t}a.settings.update && a.settings.update(a);\n\t\t\t},\n\t\t\t Q = function Q(a) {\n\t\t\t\tvar b = {};b.animatables = W(a.targets);b.settings = v(a, u);var c = b.settings,\n\t\t\t\t e = [],\n\t\t\t\t d;for (d in a) {\n\t\t\t\t\tif (!u.hasOwnProperty(d) && \"targets\" !== d) {\n\t\t\t\t\t\tvar g = f.obj(a[d]) ? B(a[d]) : { value: a[d] };g.name = d;e.push(v(g, c));\n\t\t\t\t\t}\n\t\t\t\t}b.properties = e;b.tweens = Y(b.animatables, b.properties);b.duration = Z(b.tweens) || a.duration;b.currentTime = 0;b.progress = 0;b.ended = !1;return b;\n\t\t\t},\n\t\t\t n = [],\n\t\t\t x = 0,\n\t\t\t ea = function () {\n\t\t\t\tvar a = function a() {\n\t\t\t\t\tx = requestAnimationFrame(b);\n\t\t\t\t},\n\t\t\t\t b = function b(_b) {\n\t\t\t\t\tif (n.length) {\n\t\t\t\t\t\tfor (var e = 0; e < n.length; e++) {\n\t\t\t\t\t\t\tn[e].tick(_b);\n\t\t\t\t\t\t}a();\n\t\t\t\t\t} else cancelAnimationFrame(x), x = 0;\n\t\t\t\t};return a;\n\t\t\t}(),\n\t\t\t k = function k(a) {\n\t\t\t\tvar b = Q(a),\n\t\t\t\t c = {};b.tick = function (a) {\n\t\t\t\t\tb.ended = !1;c.start || (c.start = a);c.current = Math.min(Math.max(c.last + a - c.start, 0), b.duration);P(b, c.current);var d = b.settings;d.begin && c.current >= d.delay && (d.begin(b), d.begin = void 0);c.current >= b.duration && (d.loop ? (c.start = a, \"alternate\" === d.direction && C(b, !0), f.num(d.loop) && d.loop--) : (b.ended = !0, b.pause(), d.complete && d.complete(b)), c.last = 0);\n\t\t\t\t};b.seek = function (a) {\n\t\t\t\t\tP(b, a / 100 * b.duration);\n\t\t\t\t};b.pause = function () {\n\t\t\t\t\tba(b);var a = n.indexOf(b);-1 < a && n.splice(a, 1);\n\t\t\t\t};b.play = function (a) {\n\t\t\t\t\tb.pause();a && (b = v(Q(v(a, b.settings)), b));c.start = 0;c.last = b.ended ? 0 : b.currentTime;a = b.settings;\"reverse\" === a.direction && C(b);\"alternate\" !== a.direction || a.loop || (a.loop = 1);aa(b);n.push(b);x || ea();\n\t\t\t\t};b.restart = function () {\n\t\t\t\t\tb.reversed && C(b);b.pause();b.seek(0);b.play();\n\t\t\t\t};b.settings.autoplay && b.play();return b;\n\t\t\t};k.version = \"1.1.1\";k.speed = 1;k.list = n;k.remove = function (a) {\n\t\t\t\ta = A(f.arr(a) ? a.map(t) : t(a));for (var b = n.length - 1; 0 <= b; b--) {\n\t\t\t\t\tfor (var c = n[b], e = c.tweens, d = e.length - 1; 0 <= d; d--) {\n\t\t\t\t\t\tfor (var g = e[d].animatables, k = g.length - 1; 0 <= k; k--) {\n\t\t\t\t\t\t\tG(a, g[k].target) && (g.splice(k, 1), g.length || e.splice(d, 1), e.length || c.pause());\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t};k.easings = D;\n\t\t\tk.getValue = K;k.path = function (a) {\n\t\t\t\ta = f.str(a) ? F(a)[0] : a;return { path: a, value: a.getTotalLength() };\n\t\t\t};k.random = function (a, b) {\n\t\t\t\treturn Math.floor(Math.random() * (b - a + 1)) + a;\n\t\t\t};return k;\n\t\t});\n\t}, {}], 2: [function (require, module, exports) {\n\t\t$(document).ready(function () {\n\n\t\t\tvar shortLoan = true;\n\t\t\tvar $range1 = $(\"#calcRanage1\"),\n\t\t\t $range2 = $(\"#calcRanage2\");\n\n\t\t\tvar range1Values = [];\n\t\t\tvar range1startValue1 = 3000;\n\t\t\tvar range1endValue1 = 15000;\n\t\t\tvar range1startValue2 = 30000;\n\t\t\tvar range1endValue2 = 60000;\n\t\t\tvar range1Step = 500;\n\t\t\tvar percentLoan = 0.0217;\n\t\t\tvar percentLoanBig = 0.76;\n\t\t\tvar startValueMoney = 8000;\n\n\t\t\tvar range2Values = [];\n\t\t\tvar range2startValue1 = 5;\n\t\t\tvar range2endValue1 = 30;\n\t\t\tvar range2startValue2 = 31;\n\t\t\tvar range2endValue2 = 39;\n\t\t\tvar range2Step1 = 1;\n\t\t\tvar range2Step2 = 2;\n\t\t\tvar startValueLoan = 19;\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\t\tvar range1Value;\n\n\t\t\tfor (range1Value = range1startValue1; range1Value <= range1endValue1; range1Value += range1Step) {\n\t\t\t\trange1Values.push(range1Value);\n\t\t\t}\n\n\t\t\tif (shortLoan === false) {\n\t\t\t\tfor (range1Value = range1startValue2; range1Value <= range1endValue2; range1Value += range1Step) {\n\t\t\t\t\trange1Values.push(range1Value);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (getCookie('calculator_sum') && getCookie('calculator_date')) {\n\t\t\t\tstartValueMoney = getCookie('calculator_sum');\n\t\t\t\tstartValueLoan = getCookie('calculator_date');\n\n\t\t\t\tif (getCookie('calculator_date') > 30) {\n\t\t\t\t\tstartValueLoan = getCookie('calculator_date') / 7 + 21;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tvar indexStartValueMoney = range1Values.indexOf(+startValueMoney);\n\n\t\t\tvar productFormCreditAmount = $('.section_profit form input[name=\"creditAmount\"]');\n\t\t\tvar productFormCreditDays = $('.section_profit form input[name=\"creditDays\"]');\n\n\t\t\tvar priceSet = function priceSet(sum) {\n\t\t\t\tvar sum = Number.prototype.toFixed.call(parseInt(sum));\n\t\t\t\tsum = sum.replace(/(\\D)/g, \",\");\n\t\t\t\treturn sum.replace(/(\\d)(?=(\\d{3})+(?!\\d))/g, \"$1 \") + \" \" + 'руб.';\n\t\t\t};\n\n\t\t\t$range1.ionRangeSlider({\n\t\t\t\tvalues: range1Values,\n\t\t\t\thide_min_max: true,\n\t\t\t\thide_from_to: true,\n\t\t\t\tfrom: indexStartValueMoney,\n\t\t\t\tforce_edges: true,\n\t\t\t\tonStart: function onStart(data) {\n\t\t\t\t\tvar $parent = $(data.input).closest('.calculator__row'),\n\t\t\t\t\t $value = $parent.find('.calculator__value');\n\n\t\t\t\t\t$value.html(range1Values[data.from] + ' руб.');\n\t\t\t\t},\n\t\t\t\tonChange: function onChange(data) {\n\t\t\t\t\tvar $parent = $(data.input).closest('.calculator__row'),\n\t\t\t\t\t $lbl = $parent.find('.calculator__lbl'),\n\t\t\t\t\t $currency = $parent.find('.calculator__currency'),\n\t\t\t\t\t $value = $parent.find('.calculator__value'),\n\t\t\t\t\t valueDate = $range2.prop(\"value\"),\n\t\t\t\t\t bet = percentLoan,\n\t\t\t\t\t $sum = $parent.closest('.calculator').find('.calculator__sum'),\n\t\t\t\t\t $sum_text = $parent.closest('.calculator').find('.calculator__sum_text'),\n\t\t\t\t\t $total = $parent.closest('.calculator').find('.calculator__total'),\n\t\t\t\t\t $total_sum = $parent.closest('.calculator').find('.calculator__total_sum'),\n\t\t\t\t\t $date = $parent.closest('.calculator').find('.calculator__date'),\n\t\t\t\t\t $alert = $parent.closest('.calculator').find('.calculator__alert'),\n\t\t\t\t\t $bet = $parent.closest('.calculator').find('.calculator__bet');\n\n\t\t\t\t\t$parent.addClass('calculator__row_active');\n\n\t\t\t\t\tvar valueWidth = $value.width() / $parent.width() * 100;\n\t\t\t\t\tvar currencyWidth = $currency.width() / $parent.width() * 100;\n\n\t\t\t\t\tif (range1Values[data.from] <= 8000) {\n\t\t\t\t\t\tbet = percentLoan;\n\t\t\t\t\t\t$bet.html('2.21');\n\t\t\t\t\t}\n\t\t\t\t\tif (range1Values[data.from] > 8001 && range1Values[data.from] <= 15000) {\n\t\t\t\t\t\tbet = percentLoan;\n\t\t\t\t\t\t$bet.html('2.21');\n\t\t\t\t\t}\n\n\t\t\t\t\tif (range1Values[data.from] > 20001) {\n\t\t\t\t\t\tbet = 0.09;\n\t\t\t\t\t\t$bet.html('0.9');\n\t\t\t\t\t}\n\n\t\t\t\t\t$value = $parent.find('.calculator__value');\n\t\t\t\t\t$value.html(range1Values[data.from] + ' руб.');\n\n\t\t\t\t\tif (range1Values[data.from] > range1endValue1 && $range2.val() <= 30) {\n\t\t\t\t\t\trange2Slider.update({\n\t\t\t\t\t\t\tfrom: 26\n\t\t\t\t\t\t});\n\t\t\t\t\t\t$range2.val(70);\n\t\t\t\t\t} else if (range1Values[data.from] < range1startValue2 && $range2.val() >= 30) {\n\t\t\t\t\t\trange2Slider.update({\n\t\t\t\t\t\t\tfrom: 25\n\t\t\t\t\t\t});\n\t\t\t\t\t\t$range2.val(30);\n\t\t\t\t\t}\n\n\t\t\t\t\tif (range1Values[data.from] >= 30000) {\n\t\t\t\t\t\tvar percent = percentLoanBig;\n\t\t\t\t\t\tvar paymentPeriod = 14;\n\t\t\t\t\t\tvar days = parseInt($range2.val());\n\n\t\t\t\t\t\tvar n_v = Math.round(days / paymentPeriod);\n\t\t\t\t\t\tvar i_v = percent * paymentPeriod / 100;\n\t\t\t\t\t\tvar k_v = i_v * Math.pow(1 + i_v, n_v) / (Math.pow(1 + i_v, n_v) - 1);\n\t\t\t\t\t\tvar sum = Math.round(k_v * range1Values[data.from] * 100 / 100) + ' ';\n\t\t\t\t\t\t$sum_text.text('платеж раз в 2 недели'); \n\t\t\t\t\t\t$alert.text($alert.data('30'));\n\t\t\t\t\t\tif (!$alert.hasClass('active')) {\n\t\t\t\t\t\t\t$alert.addClass('active');\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$total_sum.text(priceSet($range2.val() / 7 / 2 * sum));\n\t\t\t\t\t\t$total.show();\n\t\t\t\t\t} else if (range1Values[data.from] >= 8000 && range1Values[data.from] < 30000) {\n\t\t\t\t\t\t$alert.text($alert.data('8'));\n\t\t\t\t\t\tif (!$alert.hasClass('active')) {\n\t\t\t\t\t\t\t$alert.addClass('active');\n\t\t\t\t\t\t}\n\t\t\t\t\t\tvar sum = Math.round(range1Values[data.from] + range1Values[data.from] * bet * $range2.val()) + ' ';\n\t\t\t\t\t\t$sum_text.text('к возврату');\n\t\t\t\t\t\t$total.hide();\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvar dayamount = $range2.val();\n\t\t\t\t\t\tif (dayamount > 7) {\n\t\t\t\t\t\t\tdayamount = dayamount - 7;\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tdayamount = 0;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tvar sum = Math.round(range1Values[data.from] + range1Values[data.from] * bet * dayamount) + ' '; \n\t\t\t\t\t\t$sum_text.text('к возврату');\n\t\t\t\t\t\t$alert.removeClass('active');\n\t\t\t\t\t\t$total.hide();\n\t\t\t\t\t}\n\n\t\t\t\t\t$sum.text(sum.replace(/(\\d)(?=(\\d\\d\\d)+([^\\d]|$))/g, '$1 ') + 'руб.');\n\n\t\t\t\t\t$parent = $(data.input).closest('.calculator__row');\n\t\t\t\t\t$lbl = $parent.find('.calculator__lbl'), $currency = $parent.find('.calculator__currency'), $value = $parent.find('.calculator__value');\n\n\t\t\t\t\t$value.css({\n\t\t\t\t\t\t'left': data.from_percent + '%'\n\t\t\t\t\t});\n\n\t\t\t\t\tvar lblWidth = $lbl.width() / $parent.width() * 100;\n\t\t\t\t\tif (lblWidth + valueWidth / 2 + 1 > data.from_percent) {\n\t\t\t\t\t\t$value.css({\n\t\t\t\t\t\t\t'left': lblWidth + valueWidth / 2 + 1 + '%'\n\t\t\t\t\t\t});\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$value.css({\n\t\t\t\t\t\t\t'left': data.from_percent + '%'\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\tif (data.from_percent + valueWidth / 2 > 100 - currencyWidth - 1) {\n\t\t\t\t\t\t$value.css({\n\t\t\t\t\t\t\t'left': 100 - valueWidth / 2 - currencyWidth - 1 + '%'\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\tproductFormCreditAmount.val($range1.val());\n\t\t\t\t\tproductFormCreditDays.val($range2.val());\n\n\t\t\t\t\tsetCookie(\"calculator_sum\", $range1.val(), { 'path': '/', 'expires': 1 });\n\t\t\t\t\tsetCookie(\"calculator_date\", $range2.val(), { 'path': '/', 'expires': 1 });\n\t\t\t\t},\n\t\t\t\tonFinish: function onFinish(slider) {\n\t\t\t\t\tvar $parent = $(slider.input).closest('.calculator__row');\n\t\t\t\t\t$parent.removeClass('calculator__row_active');\n\t\t\t\t},\n\t\t\t\tonUpdate: function onUpdate(data) {\n\t\t\t\t\tvar $parent = $(data.input).closest('.calculator__row'),\n\t\t\t\t\t $lbl = $parent.find('.calculator__lbl'),\n\t\t\t\t\t $currency = $parent.find('.calculator__currency'),\n\t\t\t\t\t $value = $parent.find('.calculator__value'),\n\t\t\t\t\t valueDate = $range2.prop(\"value\"),\n\t\t\t\t\t bet = percentLoan,\n\t\t\t\t\t $sum = $parent.closest('.calculator').find('.calculator__sum'),\n\t\t\t\t\t $sum_text = $parent.closest('.calculator').find('.calculator__sum_text'),\n\t\t\t\t\t $total = $parent.closest('.calculator').find('.calculator__total'),\n\t\t\t\t\t $total_sum = $parent.closest('.calculator').find('.calculator__total_sum'),\n\t\t\t\t\t $date = $parent.closest('.calculator').find('.calculator__date'),\n\t\t\t\t\t $alert = $parent.closest('.calculator').find('.calculator__alert'),\n\t\t\t\t\t $bet = $parent.closest('.calculator').find('.calculator__bet');\n\n\n\t\t\t\t\tvar currencyWidth = $currency.width() / $parent.width() * 100;\n\n\t\t\t\t\tif (range1Values[data.from] < 8001) bet = percentLoan;\n\t\t\t\t\tif (range1Values[data.from] > 8001 && range1Values[data.from] < 15000) bet = percentLoan;\n\t\t\t\t\tif (range1Values[data.from] > 20001) bet = 0.009;\n\n\t\t\t\t\t$value.html(range1Values[data.from] + ' руб.');\n\n\t\t\t\t\tif (range1Values[data.from] >= 30000) {\n\t\t\t\t\t\tvar percent = percentLoanBig;\n\t\t\t\t\t\tvar paymentPeriod = 14;\n\t\t\t\t\t\tvar days = parseInt(valueDate);\n\n\t\t\t\t\t\tvar n_v = Math.round(days / paymentPeriod);\n\t\t\t\t\t\tvar i_v = percent * paymentPeriod / 100;\n\t\t\t\t\t\tvar k_v = i_v * Math.pow(1 + i_v, n_v) / (Math.pow(1 + i_v, n_v) - 1);\n\t\t\t\t\t\tvar sum = Math.round(k_v * range1Values[data.from] * 100 / 100) + ' ';\n\t\t\t\t\t\t$sum_text.text('платеж раз в 2 недели');\n\t\t\t\t\t\t$alert.text($alert.data('30'));\n\t\t\t\t\t\tif (!$alert.hasClass('active')) {\n\t\t\t\t\t\t\t$alert.addClass('active');\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$total_sum.text(priceSet($range2.val() / 7 / 2 * sum));\n\t\t\t\t\t\t$total.show();\n\t\t\t\t\t} else if (range1Values[data.from] >= 8000 && range1Values[data.from] < 30000) {\n\t\t\t\t\t\t$alert.text($alert.data('8'));\n\t\t\t\t\t\tif (!$alert.hasClass('active')) {\n\t\t\t\t\t\t\t$alert.addClass('active');\n\t\t\t\t\t\t}\n\t\t\t\t\t\tvar sum = Math.round(range1Values[data.from] + range1Values[data.from] * bet * valueDate) + ' ';\n\t\t\t\t\t\t$sum_text.text('к возврату');\n\t\t\t\t\t\t$total.hide();\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvar dayamount = $range2.val();\n\t\t\t\t\t\tif (dayamount > 7) {\n\t\t\t\t\t\t\tdayamount = dayamount - 7;\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tdayamount = 0;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tvar sum = Math.round(range1Values[data.from] + range1Values[data.from] * bet * dayamount) + ' '; \n\t\t\t\t\t\t$sum_text.text('к возврату');\n\t\t\t\t\t\t$alert.removeClass('active');\n\t\t\t\t\t}\n\n\t\t\t\t\t$sum.text(sum.replace(/(\\d)(?=(\\d\\d\\d)+([^\\d]|$))/g, '$1 ') + 'руб.');\n\n\t\t\t\t\t$value.css({\n\t\t\t\t\t\t'left': data.from_percent + '%'\n\t\t\t\t\t});\n\n\t\t\t\t\tvar lblWidth = $lbl.width() / $parent.width() * 100;\n\t\t\t\t\tvar valueWidth = $value.width() / $parent.width() * 100;\n\t\t\t\t\tif (lblWidth + valueWidth / 2 + 1 > data.from_percent) {\n\t\t\t\t\t\t$value.css({\n\t\t\t\t\t\t\t'left': lblWidth + valueWidth / 2 + 1 + '%'\n\t\t\t\t\t\t});\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$value.css({\n\t\t\t\t\t\t\t'left': data.from_percent + '%'\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\tif (data.from_percent + valueWidth / 2 > 100 - currencyWidth - 1) {\n\t\t\t\t\t\t$value.css({\n\t\t\t\t\t\t\t'left': 100 - valueWidth / 2 - currencyWidth - 1 + '%'\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\tproductFormCreditAmount.val($range1.val());\n\t\t\t\t\tproductFormCreditDays.val($range2.val());\n\n\t\t\t\t\tsetCookie(\"calculator_sum\", $range1.val(), { 'path': '/', 'expires': 1 });\n\t\t\t\t\tsetCookie(\"calculator_date\", $range2.val(), { 'path': '/', 'expires': 1 });\n\t\t\t\t}\n\t\t\t});\n\n\t\t\tvar range1Slider = $range1.data(\"ionRangeSlider\");\n\n\t\t\tvar range2Value;\n\t\t\tfor (range2Value = range2startValue1; range2Value <= range2endValue1; range2Value += range2Step1) {\n\t\t\t\trange2Values.push(range2Value);\n\t\t\t}\n\n\n\t\t\tif (shortLoan === false) {\n\t\t\t\tfor (range2Value = range2startValue2; range2Value <= range2endValue2; range2Value += range2Step2) {\n\t\t\t\t\trange2Values.push(range2Value);\n\t\t\t\t}\n\n\t\t\t\tvar indexFinishValueLoan = range2Values.indexOf(+range2startValue2); \n\t\t\t}\n\n\t\t\tvar indexStartValueLoan = range2Values.indexOf(+startValueLoan); \n\n\t\t\t$range2.ionRangeSlider({\n\t\t\t\tvalues: range2Values,\n\t\t\t\thide_min_max: true,\n\t\t\t\thide_from_to: true,\n\t\t\t\tfrom: indexStartValueLoan,\n\t\t\t\tforce_edges: true,\n\t\t\t\tonStart: function onStart(data) {\n\t\t\t\t\tvar $parent = $(data.input).closest('.calculator__row'),\n\t\t\t\t\t $value = $parent.find('.calculator__value');\n\n\t\t\t\t\t$value.html(range2Values[data.from] + ' дней');\n\t\t\t\t},\n\t\t\t\tonChange: function onChange(data) {\n\t\t\t\t\tvar $parent = $(data.input).closest('.calculator__row'),\n\t\t\t\t\t $lbl = $parent.find('.calculator__lbl'),\n\t\t\t\t\t $currency = $parent.find('.calculator__currency'),\n\t\t\t\t\t $value = $parent.find('.calculator__value'),\n\t\t\t\t\t valueSum = $range1.prop(\"value\"),\n\t\t\t\t\t bet = percentLoan,\n\t\t\t\t\t $sum_text = $parent.closest('.calculator').find('.calculator__sum_text'),\n\t\t\t\t\t $sum = $parent.closest('.calculator').find('.calculator__sum'),\n\t\t\t\t\t $total_sum = $parent.closest('.calculator').find('.calculator__total_sum'),\n\t\t\t\t\t $date = $parent.closest('.calculator').find('.calculator__date'),\n\t\t\t\t\t $bet = $parent.closest('.calculator').find('.calculator__bet');\n\n\t\t\t\t\t$parent.addClass('calculator__row_active');\n\n\t\t\t\t\tvar lblWidth = $lbl.width() / $parent.width() * 100;\n\n\t\t\t\t\tvar today = new Date();\n\t\t\t\t\tfunction getDateAgo(date, days) {\n\t\t\t\t\t\tvar dateCopy = new Date(date);\n\t\t\t\t\t\tvar month = ['января', 'февраля', 'марта', 'апреля', 'мая', 'июня', 'июля', 'августа', 'сентября', 'октября', 'ноября', 'декабря'];\n\n\t\t\t\t\t\tdateCopy.setDate(date.getDate() + days);\n\t\t\t\t\t\tvar newDate;\n\t\t\t\t\t\tvar dd = dateCopy.getDate();\n\t\t\t\t\t\tvar mm = dateCopy.getMonth();\n\t\t\t\t\t\tmm = month[mm];\n\n\t\t\t\t\t\treturn newDate = dd + ' ' + mm;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (data.from >= indexFinishValueLoan) {\n\t\t\t\t\t\t$value.html(data.from_value - 21 + ' недель');\n\n\t\t\t\t\t\t$currency.text('недель');\n\t\t\t\t\t\t$range2.val((data.from_value - 21) * 7);\n\t\t\t\t\t\t$date.html(getDateAgo(today, parseInt($range2.val())));\n\n\t\t\t\t\t\tif ($range1.val() < range1startValue2) {\n\t\t\t\t\t\t\trange1Slider.update({\n\t\t\t\t\t\t\t\tfrom: 35\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t$range1.val(30000);\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$sum_text.text('платеж раз в 2 недели'); \n\t\t\t\t\t} else {\n\t\t\t\t\t\t$value.html(range2Values[data.from] + ' дней');\n\t\t\t\t\t\t$currency.text('дней');\n\t\t\t\t\t\t$date.html(getDateAgo(today, data.from_value));\n\n\t\t\t\t\t\tif ($range1.val() > range1endValue1) {\n\t\t\t\t\t\t\tvalueSum = 20000;\n\t\t\t\t\t\t\trange1Slider.update({\n\t\t\t\t\t\t\t\tfrom: 30\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t$range1.val(20000);\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$sum_text.text('к возврату');\n\t\t\t\t\t}\n\n\t\t\t\t\tif ($range1.val() >= 30000) {\n\t\t\t\t\t\tvar percent = percentLoanBig;\n\t\t\t\t\t\tvar paymentPeriod = 14;\n\t\t\t\t\t\tvar days = parseInt($range2.val());\n\n\t\t\t\t\t\tvar n_v = Math.round(days / paymentPeriod);\n\t\t\t\t\t\tvar i_v = percent * paymentPeriod / 100;\n\t\t\t\t\t\tvar k_v = i_v * Math.pow(1 + i_v, n_v) / (Math.pow(1 + i_v, n_v) - 1);\n\t\t\t\t\t\tvar sum = Math.round(k_v * $range1.val() * 100 / 100) + ' ';\n\t\t\t\t\t} else {\n\t\t\t\t\t\tif (valueSum < 8001) bet = percentLoan;\n\t\t\t\t\t\tif (valueSum > 8001 && valueSum < 15000) bet = percentLoan;\n\t\t\t\t\t\tif (valueSum > 20001) bet = 0.009;\n\n\t\t\t\t\t\tvar dayamount = $range2.val(); \n\t\t\t\t\t\tif (valueSum < 8000) {\n\t\t\t\t\t\t\tif (dayamount > 7) {\n\t\t\t\t\t\t\t\tdayamount = dayamount - 7;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tdayamount = 0;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tvar sum = Math.round(valueSum * 1 + valueSum * bet * dayamount) + ' ';\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tvar sum = Math.round(valueSum * 1 + valueSum * bet * $range2.val()) + ' ';\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tif (data.from >= indexFinishValueLoan) {\n\t\t\t\t\t\t$total_sum.text(priceSet($range2.val() / 7 / 2 * sum));\n\t\t\t\t\t}\n\n\t\t\t\t\t$sum.text(sum.replace(/(\\d)(?=(\\d\\d\\d)+([^\\d]|$))/g, '$1 ') + 'руб.');\n\n\t\t\t\t\t$parent = $(data.input).closest('.calculator__row');\n\t\t\t\t\t$lbl = $parent.find('.calculator__lbl'), $currency = $parent.find('.calculator__currency'), $value = $parent.find('.calculator__value');\n\n\t\t\t\t\tvar valueWidth = $value.width() / $parent.width() * 100;\n\t\t\t\t\tvar currencyWidth = $currency.width() / $parent.width() * 100;\n\t\t\t\t\t$value.css({\n\t\t\t\t\t\t'left': data.from_percent + '%'\n\t\t\t\t\t});\n\n\t\t\t\t\tif (lblWidth + valueWidth / 2 + 1 > data.from_percent) {\n\t\t\t\t\t\t$value.css({\n\t\t\t\t\t\t\t'left': lblWidth + valueWidth / 2 + 1 + '%'\n\t\t\t\t\t\t});\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$value.css({\n\t\t\t\t\t\t\t'left': data.from_percent + '%'\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\tif (data.from_percent + valueWidth / 2 > 100 - currencyWidth - 1) {\n\t\t\t\t\t\t$value.css({\n\t\t\t\t\t\t\t'left': 100 - valueWidth / 2 - currencyWidth - 1 + '%'\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\tproductFormCreditAmount.val($range1.val());\n\t\t\t\t\tproductFormCreditDays.val($range2.val());\n\n\t\t\t\t\tsetCookie(\"calculator_sum\", $range1.val(), { 'path': '/', 'expires': 1 });\n\t\t\t\t\tsetCookie(\"calculator_date\", $range2.val(), { 'path': '/', 'expires': 1 });\n\t\t\t\t},\n\t\t\t\tonFinish: function onFinish(slider) {\n\t\t\t\t\tvar $parent = $(slider.input).closest('.calculator__row');\n\t\t\t\t\t$parent.removeClass('calculator__row_active');\n\t\t\t\t},\n\t\t\t\tonUpdate: function onUpdate(data) {\n\t\t\t\t\tvar $parent = $(data.input).closest('.calculator__row'),\n\t\t\t\t\t $lbl = $parent.find('.calculator__lbl'),\n\t\t\t\t\t $currency = $parent.find('.calculator__currency'),\n\t\t\t\t\t $value = $parent.find('.calculator__value'),\n\t\t\t\t\t $sum_text = $parent.closest('.calculator').find('.calculator__sum_text'),\n\t\t\t\t\t valueSum = $range1.prop(\"value\"),\n\t\t\t\t\t bet = percentLoan,\n\t\t\t\t\t $sum = $parent.closest('.calculator').find('.calculator__sum'),\n\t\t\t\t\t $date = $parent.closest('.calculator').find('.calculator__date'),\n\t\t\t\t\t $bet = $parent.closest('.calculator').find('.calculator__bet');\n\n\n\t\t\t\t\tvar lblWidth = $lbl.width() / $parent.width() * 100;\n\t\t\t\t\tvar valueWidth = $value.width() / $parent.width() * 100;\n\n\t\t\t\t\tvar today = new Date();\n\t\t\t\t\tfunction getDateAgo(date, days) {\n\t\t\t\t\t\tvar dateCopy = new Date(date);\n\t\t\t\t\t\tvar month = ['января', 'февраля', 'марта', 'апреля', 'мая', 'июня', 'июля', 'августа', 'сентября', 'октября', 'ноября', 'декабря'];\n\n\t\t\t\t\t\tdateCopy.setDate(date.getDate() + days);\n\t\t\t\t\t\tvar newDate;\n\t\t\t\t\t\tvar dd = dateCopy.getDate();\n\t\t\t\t\t\tvar mm = dateCopy.getMonth();\n\t\t\t\t\t\tmm = month[mm];\n\n\t\t\t\t\t\treturn newDate = dd + ' ' + mm;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (data.from >= indexFinishValueLoan) {\n\t\t\t\t\t\t$value.html(data.from_value - 21 + ' недель');\n\n\t\t\t\t\t\t$currency.text('недель');\n\t\t\t\t\t\t$range2.val((data.from_value - 21) * 7);\n\t\t\t\t\t\t$date.html(getDateAgo(today, parseInt($range2.val())));\n\n\t\t\t\t\t\tif ($range1.val() < range1startValue2) {\n\t\t\t\t\t\t\trange1Slider.update({\n\t\t\t\t\t\t\t\tfrom: 25\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$sum_text.text('платеж раз в 2 недели');\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$value.html(range2Values[data.from] + ' дней');\n\t\t\t\t\t\t$currency.text('дней');\n\t\t\t\t\t\t$date.html(getDateAgo(today, data.from_value));\n\n\t\t\t\t\t\tif ($range1.val() > range1endValue1) {\n\t\t\t\t\t\t\trange1Slider.update({\n\t\t\t\t\t\t\t\tfrom: 24\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$sum_text.text('к возврату');\n\t\t\t\t\t}\n\n\t\t\t\t\tif (valueSum < 8001) bet = percentLoan;\n\t\t\t\t\tif (valueSum > 8001 && valueSum < 15000) bet = percentLoan;\n\t\t\t\t\tif (valueSum > 20001) bet = 0.009;\n\n\t\t\t\t\tvar sum = Math.round(valueSum * 1 + valueSum * bet * data.from) + ' ';\n\n\t\t\t\t\t$sum.text(sum.replace(/(\\d)(?=(\\d\\d\\d)+([^\\d]|$))/g, '$1 ') + 'руб.');\n\n\t\t\t\t\t$value.css({\n\t\t\t\t\t\t'left': data.from_percent + '%'\n\t\t\t\t\t});\n\n\t\t\t\t\tvar currencyWidth = $currency.width() / $parent.width() * 100;\n\t\t\t\t\tif (lblWidth + valueWidth / 2 + 1 > data.from_percent) {\n\t\t\t\t\t\t$value.css({\n\t\t\t\t\t\t\t'left': lblWidth + valueWidth / 2 + 1 + '%'\n\t\t\t\t\t\t});\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$value.css({\n\t\t\t\t\t\t\t'left': data.from_percent + '%'\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\tif (data.from_percent + valueWidth / 2 > 100 - currencyWidth - 1) {\n\t\t\t\t\t\t$value.css({\n\t\t\t\t\t\t\t'left': 100 - valueWidth / 2 - currencyWidth - 1 + '%'\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\tproductFormCreditAmount.val($range1.val());\n\t\t\t\t\tproductFormCreditDays.val($range2.val());\n\n\t\t\t\t\tsetCookie(\"calculator_sum\", $range1.val(), { 'path': '/', 'expires': 1 });\n\t\t\t\t\tsetCookie(\"calculator_date\", $range2.val(), { 'path': '/', 'expires': 1 });\n\t\t\t\t}\n\t\t\t});\n\n\t\t\tvar range2Slider = $range2.data(\"ionRangeSlider\");\n\n\t\t\tif (getCookie('calculator_date') > 30) {\n\t\t\t\trange2Slider.update({ from: indexStartValueLoan });\n\t\t\t}\n\n\t\t\tfunction setCookie(name, value, options) {\n\n\t\t\t\tif (!navigator.cookieEnabled) {}\n\n\t\t\t\toptions = options || {};\n\n\t\t\t\tvar expires = options.expires;\n\n\t\t\t\tif (typeof expires == \"number\" && expires) {\n\t\t\t\t\tvar d = new Date();\n\t\t\t\t\td.setTime(d.getTime() + expires * 24 * 60 * 60 * 1000);\n\t\t\t\t\texpires = options.expires = d;\n\t\t\t\t}\n\t\t\t\tif (expires && expires.toUTCString) {\n\t\t\t\t\toptions.expires = expires.toUTCString();\n\t\t\t\t}\n\n\t\t\t\tvalue = encodeURIComponent(value);\n\n\t\t\t\tvar updatedCookie = name + \"=\" + value;\n\n\t\t\t\tfor (var propName in options) {\n\t\t\t\t\tupdatedCookie += \"; \" + propName;\n\t\t\t\t\tvar propValue = options[propName];\n\t\t\t\t\tif (propValue !== true) {\n\t\t\t\t\t\tupdatedCookie += \"=\" + propValue;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tdocument.cookie = updatedCookie;\n\t\t\t}\n\n\t\t\tfunction getCookie(cname) {\n\t\t\t\tvar name = cname + \"=\";\n\t\t\t\tvar ca = document.cookie.split(';');\n\t\t\t\tfor (var i = 0; i < ca.length; i++) {\n\t\t\t\t\tvar c = ca[i];\n\t\t\t\t\twhile (c.charAt(0) == ' ') {\n\t\t\t\t\t\tc = c.substring(1);\n\t\t\t\t\t}\n\t\t\t\t\tif (c.indexOf(name) == 0) {\n\t\t\t\t\t\treturn c.substring(name.length, c.length);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn \"\";\n\t\t\t}\n\t\t});\n\t}, {}], 3: [function (require, module, exports) {\n\t\t;(function (f) {\n\t\t\t\"function\" === typeof define && define.amd ? define([\"jquery\"], function (n) {\n\t\t\t\treturn f(n, document, window, navigator);\n\t\t\t}) : \"object\" === (typeof exports === \"undefined\" ? \"undefined\" : _typeof(exports)) ? f(require(\"jquery\"), document, window, navigator) : f(jQuery, document, window, navigator);\n\t\t})(function (f, n, k, r, p) {\n\t\t\tvar t = 0,\n\t\t\t m = function () {\n\t\t\t\tvar a = r.userAgent,\n\t\t\t\t b = /msie\\s\\d+/i;return 0 < a.search(b) && (a = b.exec(a).toString(), a = a.split(\" \")[1], 9 > a) ? (f(\"html\").addClass(\"lt-ie9\"), !0) : !1;\n\t\t\t}();Function.prototype.bind || (Function.prototype.bind = function (a) {\n\t\t\t\tvar b = this,\n\t\t\t\t d = [].slice;if (\"function\" != typeof b) throw new TypeError();var c = d.call(arguments, 1),\n\t\t\t\t e = function e() {\n\t\t\t\t\tif (this instanceof e) {\n\t\t\t\t\t\tvar g = function g() {};g.prototype = b.prototype;var g = new g(),\n\t\t\t\t\t\t l = b.apply(g, c.concat(d.call(arguments)));return Object(l) === l ? l : g;\n\t\t\t\t\t}return b.apply(a, c.concat(d.call(arguments)));\n\t\t\t\t};return e;\n\t\t\t});Array.prototype.indexOf || (Array.prototype.indexOf = function (a, b) {\n\t\t\t\tif (null == this) throw new TypeError('\"this\" is null or not defined');var d = Object(this),\n\t\t\t\t c = d.length >>> 0;if (0 === c) return -1;var e = +b || 0;Infinity === Math.abs(e) && (e = 0);if (e >= c) return -1;\n\t\t\t\tfor (e = Math.max(0 <= e ? e : c - Math.abs(e), 0); e < c;) {\n\t\t\t\t\tif (e in d && d[e] === a) return e;e++;\n\t\t\t\t}return -1;\n\t\t\t});var q = function q(a, b, d) {\n\t\t\t\tthis.VERSION = \"2.2.0\";this.input = a;this.plugin_count = d;this.old_to = this.old_from = this.update_tm = this.calc_count = this.current_plugin = 0;this.raf_id = this.old_min_interval = null;this.no_diapason = this.force_redraw = this.dragging = !1;this.has_tab_index = !0;this.is_update = this.is_key = !1;this.is_start = !0;this.is_click = this.is_resize = this.is_active = this.is_finish = !1;b = b || {};this.$cache = { win: f(k), body: f(n.body),\n\t\t\t\t\tinput: f(a), cont: null, rs: null, min: null, max: null, from: null, to: null, single: null, bar: null, line: null, s_single: null, s_from: null, s_to: null, shad_single: null, shad_from: null, shad_to: null, edge: null, grid: null, grid_labels: [] };this.coords = { x_gap: 0, x_pointer: 0, w_rs: 0, w_rs_old: 0, w_handle: 0, p_gap: 0, p_gap_left: 0, p_gap_right: 0, p_step: 0, p_pointer: 0, p_handle: 0, p_single_fake: 0, p_single_real: 0, p_from_fake: 0, p_from_real: 0, p_to_fake: 0, p_to_real: 0, p_bar_x: 0, p_bar_w: 0, grid_gap: 0, big_num: 0, big: [], big_w: [], big_p: [], big_x: [] };\n\t\t\t\tthis.labels = { w_min: 0, w_max: 0, w_from: 0, w_to: 0, w_single: 0, p_min: 0, p_max: 0, p_from_fake: 0, p_from_left: 0, p_to_fake: 0, p_to_left: 0, p_single_fake: 0, p_single_left: 0 };var c = this.$cache.input;a = c.prop(\"value\");var e;d = { type: \"single\", min: 10, max: 100, from: null, to: null, step: 1, min_interval: 0, max_interval: 0, drag_interval: !1, values: [], p_values: [], from_fixed: !1, from_min: null, from_max: null, from_shadow: !1, to_fixed: !1, to_min: null, to_max: null, to_shadow: !1, prettify_enabled: !0, prettify_separator: \" \", prettify: null, force_edges: !1,\n\t\t\t\t\tkeyboard: !0, grid: !1, grid_margin: !0, grid_num: 4, grid_snap: !1, hide_min_max: !1, hide_from_to: !1, prefix: \"\", postfix: \"\", max_postfix: \"\", decorate_both: !0, values_separator: \" \\u2014 \", input_values_separator: \";\", disable: !1, block: !1, extra_classes: \"\", scope: null, onStart: null, onChange: null, onFinish: null, onUpdate: null };\"INPUT\" !== c[0].nodeName && console && console.warn && console.warn(\"Base element should be !\", c[0]);c = { type: c.data(\"type\"), min: c.data(\"min\"), max: c.data(\"max\"), from: c.data(\"from\"), to: c.data(\"to\"), step: c.data(\"step\"),\n\t\t\t\t\tmin_interval: c.data(\"minInterval\"), max_interval: c.data(\"maxInterval\"), drag_interval: c.data(\"dragInterval\"), values: c.data(\"values\"), from_fixed: c.data(\"fromFixed\"), from_min: c.data(\"fromMin\"), from_max: c.data(\"fromMax\"), from_shadow: c.data(\"fromShadow\"), to_fixed: c.data(\"toFixed\"), to_min: c.data(\"toMin\"), to_max: c.data(\"toMax\"), to_shadow: c.data(\"toShadow\"), prettify_enabled: c.data(\"prettifyEnabled\"), prettify_separator: c.data(\"prettifySeparator\"), force_edges: c.data(\"forceEdges\"), keyboard: c.data(\"keyboard\"),\n\t\t\t\t\tgrid: c.data(\"grid\"), grid_margin: c.data(\"gridMargin\"), grid_num: c.data(\"gridNum\"), grid_snap: c.data(\"gridSnap\"), hide_min_max: c.data(\"hideMinMax\"), hide_from_to: c.data(\"hideFromTo\"), prefix: c.data(\"prefix\"), postfix: c.data(\"postfix\"), max_postfix: c.data(\"maxPostfix\"), decorate_both: c.data(\"decorateBoth\"), values_separator: c.data(\"valuesSeparator\"), input_values_separator: c.data(\"inputValuesSeparator\"), disable: c.data(\"disable\"), block: c.data(\"block\"), extra_classes: c.data(\"extraClasses\") };c.values = c.values && c.values.split(\",\");\n\t\t\t\tfor (e in c) {\n\t\t\t\t\tc.hasOwnProperty(e) && (c[e] !== p && \"\" !== c[e] || delete c[e]);\n\t\t\t\t}a !== p && \"\" !== a && (a = a.split(c.input_values_separator || b.input_values_separator || \";\"), a[0] && a[0] == +a[0] && (a[0] = +a[0]), a[1] && a[1] == +a[1] && (a[1] = +a[1]), b && b.values && b.values.length ? (d.from = a[0] && b.values.indexOf(a[0]), d.to = a[1] && b.values.indexOf(a[1])) : (d.from = a[0] && +a[0], d.to = a[1] && +a[1]));f.extend(d, b);f.extend(d, c);this.options = d;this.update_check = {};this.validate();this.result = { input: this.$cache.input, slider: null, min: this.options.min,\n\t\t\t\t\tmax: this.options.max, from: this.options.from, from_percent: 0, from_value: null, to: this.options.to, to_percent: 0, to_value: null };this.init();\n\t\t\t};q.prototype = { init: function init(a) {\n\t\t\t\t\tthis.no_diapason = !1;this.coords.p_step = this.convertToPercent(this.options.step, !0);this.target = \"base\";this.toggleInput();this.append();this.setMinMax();a ? (this.force_redraw = !0, this.calc(!0), this.callOnUpdate()) : (this.force_redraw = !0, this.calc(!0), this.callOnStart());this.updateScene();\n\t\t\t\t}, append: function append() {\n\t\t\t\t\tthis.$cache.input.before('');this.$cache.input.prop(\"readonly\", !0);this.$cache.cont = this.$cache.input.prev();this.result.slider = this.$cache.cont;this.$cache.cont.html('01000');\n\t\t\t\t\tthis.$cache.rs = this.$cache.cont.find(\".irs\");this.$cache.min = this.$cache.cont.find(\".irs-min\");this.$cache.max = this.$cache.cont.find(\".irs-max\");this.$cache.from = this.$cache.cont.find(\".irs-from\");this.$cache.to = this.$cache.cont.find(\".irs-to\");this.$cache.single = this.$cache.cont.find(\".irs-single\");this.$cache.bar = this.$cache.cont.find(\".irs-bar\");this.$cache.line = this.$cache.cont.find(\".irs-line\");this.$cache.grid = this.$cache.cont.find(\".irs-grid\");\"single\" === this.options.type ? (this.$cache.cont.append(''), this.$cache.edge = this.$cache.cont.find(\".irs-bar-edge\"), this.$cache.s_single = this.$cache.cont.find(\".single\"), this.$cache.from[0].style.visibility = \"hidden\", this.$cache.to[0].style.visibility = \"hidden\", this.$cache.shad_single = this.$cache.cont.find(\".shadow-single\")) : (this.$cache.cont.append(''), this.$cache.s_from = this.$cache.cont.find(\".from\"), this.$cache.s_to = this.$cache.cont.find(\".to\"), this.$cache.shad_from = this.$cache.cont.find(\".shadow-from\"), this.$cache.shad_to = this.$cache.cont.find(\".shadow-to\"), this.setTopHandler());this.options.hide_from_to && (this.$cache.from[0].style.display = \"none\", this.$cache.to[0].style.display = \"none\", this.$cache.single[0].style.display = \"none\");this.appendGrid();this.options.disable ? (this.appendDisableMask(), this.$cache.input[0].disabled = !0) : (this.$cache.input[0].disabled = !1, this.removeDisableMask(), this.bindEvents());\n\t\t\t\t\tthis.options.disable || (this.options.block ? this.appendDisableMask() : this.removeDisableMask());this.options.drag_interval && (this.$cache.bar[0].style.cursor = \"ew-resize\");\n\t\t\t\t}, setTopHandler: function setTopHandler() {\n\t\t\t\t\tvar a = this.options.max,\n\t\t\t\t\t b = this.options.to;this.options.from > this.options.min && b === a ? this.$cache.s_from.addClass(\"type_last\") : b < a && this.$cache.s_to.addClass(\"type_last\");\n\t\t\t\t}, changeLevel: function changeLevel(a) {\n\t\t\t\t\tswitch (a) {case \"single\":\n\t\t\t\t\t\t\tthis.coords.p_gap = this.toFixed(this.coords.p_pointer - this.coords.p_single_fake);this.$cache.s_single.addClass(\"state_hover\");\n\t\t\t\t\t\t\tbreak;case \"from\":\n\t\t\t\t\t\t\tthis.coords.p_gap = this.toFixed(this.coords.p_pointer - this.coords.p_from_fake);this.$cache.s_from.addClass(\"state_hover\");this.$cache.s_from.addClass(\"type_last\");this.$cache.s_to.removeClass(\"type_last\");break;case \"to\":\n\t\t\t\t\t\t\tthis.coords.p_gap = this.toFixed(this.coords.p_pointer - this.coords.p_to_fake);this.$cache.s_to.addClass(\"state_hover\");this.$cache.s_to.addClass(\"type_last\");this.$cache.s_from.removeClass(\"type_last\");break;case \"both\":\n\t\t\t\t\t\t\tthis.coords.p_gap_left = this.toFixed(this.coords.p_pointer - this.coords.p_from_fake), this.coords.p_gap_right = this.toFixed(this.coords.p_to_fake - this.coords.p_pointer), this.$cache.s_to.removeClass(\"type_last\"), this.$cache.s_from.removeClass(\"type_last\");}\n\t\t\t\t}, appendDisableMask: function appendDisableMask() {\n\t\t\t\t\tthis.$cache.cont.append('');this.$cache.cont.addClass(\"irs-disabled\");\n\t\t\t\t}, removeDisableMask: function removeDisableMask() {\n\t\t\t\t\tthis.$cache.cont.remove(\".irs-disable-mask\");this.$cache.cont.removeClass(\"irs-disabled\");\n\t\t\t\t}, remove: function remove() {\n\t\t\t\t\tthis.$cache.cont.remove();this.$cache.cont = null;this.$cache.line.off(\"keydown.irs_\" + this.plugin_count);this.$cache.body.off(\"touchmove.irs_\" + this.plugin_count);this.$cache.body.off(\"mousemove.irs_\" + this.plugin_count);this.$cache.win.off(\"touchend.irs_\" + this.plugin_count);this.$cache.win.off(\"mouseup.irs_\" + this.plugin_count);m && (this.$cache.body.off(\"mouseup.irs_\" + this.plugin_count), this.$cache.body.off(\"mouseleave.irs_\" + this.plugin_count));this.$cache.grid_labels = [];this.coords.big = [];this.coords.big_w = [];this.coords.big_p = [];this.coords.big_x = [];cancelAnimationFrame(this.raf_id);\n\t\t\t\t}, bindEvents: function bindEvents() {\n\t\t\t\t\tif (!this.no_diapason) {\n\t\t\t\t\t\tthis.$cache.body.on(\"touchmove.irs_\" + this.plugin_count, this.pointerMove.bind(this));this.$cache.body.on(\"mousemove.irs_\" + this.plugin_count, this.pointerMove.bind(this));this.$cache.win.on(\"touchend.irs_\" + this.plugin_count, this.pointerUp.bind(this));this.$cache.win.on(\"mouseup.irs_\" + this.plugin_count, this.pointerUp.bind(this));this.$cache.line.on(\"touchstart.irs_\" + this.plugin_count, this.pointerClick.bind(this, \"click\"));\n\t\t\t\t\t\tthis.$cache.line.on(\"mousedown.irs_\" + this.plugin_count, this.pointerClick.bind(this, \"click\"));this.$cache.line.on(\"focus.irs_\" + this.plugin_count, this.pointerFocus.bind(this));this.options.drag_interval && \"double\" === this.options.type ? (this.$cache.bar.on(\"touchstart.irs_\" + this.plugin_count, this.pointerDown.bind(this, \"both\")), this.$cache.bar.on(\"mousedown.irs_\" + this.plugin_count, this.pointerDown.bind(this, \"both\"))) : (this.$cache.bar.on(\"touchstart.irs_\" + this.plugin_count, this.pointerClick.bind(this, \"click\")), this.$cache.bar.on(\"mousedown.irs_\" + this.plugin_count, this.pointerClick.bind(this, \"click\")));\"single\" === this.options.type ? (this.$cache.single.on(\"touchstart.irs_\" + this.plugin_count, this.pointerDown.bind(this, \"single\")), this.$cache.s_single.on(\"touchstart.irs_\" + this.plugin_count, this.pointerDown.bind(this, \"single\")), this.$cache.shad_single.on(\"touchstart.irs_\" + this.plugin_count, this.pointerClick.bind(this, \"click\")), this.$cache.single.on(\"mousedown.irs_\" + this.plugin_count, this.pointerDown.bind(this, \"single\")), this.$cache.s_single.on(\"mousedown.irs_\" + this.plugin_count, this.pointerDown.bind(this, \"single\")), this.$cache.edge.on(\"mousedown.irs_\" + this.plugin_count, this.pointerClick.bind(this, \"click\")), this.$cache.shad_single.on(\"mousedown.irs_\" + this.plugin_count, this.pointerClick.bind(this, \"click\"))) : (this.$cache.single.on(\"touchstart.irs_\" + this.plugin_count, this.pointerDown.bind(this, null)), this.$cache.single.on(\"mousedown.irs_\" + this.plugin_count, this.pointerDown.bind(this, null)), this.$cache.from.on(\"touchstart.irs_\" + this.plugin_count, this.pointerDown.bind(this, \"from\")), this.$cache.s_from.on(\"touchstart.irs_\" + this.plugin_count, this.pointerDown.bind(this, \"from\")), this.$cache.to.on(\"touchstart.irs_\" + this.plugin_count, this.pointerDown.bind(this, \"to\")), this.$cache.s_to.on(\"touchstart.irs_\" + this.plugin_count, this.pointerDown.bind(this, \"to\")), this.$cache.shad_from.on(\"touchstart.irs_\" + this.plugin_count, this.pointerClick.bind(this, \"click\")), this.$cache.shad_to.on(\"touchstart.irs_\" + this.plugin_count, this.pointerClick.bind(this, \"click\")), this.$cache.from.on(\"mousedown.irs_\" + this.plugin_count, this.pointerDown.bind(this, \"from\")), this.$cache.s_from.on(\"mousedown.irs_\" + this.plugin_count, this.pointerDown.bind(this, \"from\")), this.$cache.to.on(\"mousedown.irs_\" + this.plugin_count, this.pointerDown.bind(this, \"to\")), this.$cache.s_to.on(\"mousedown.irs_\" + this.plugin_count, this.pointerDown.bind(this, \"to\")), this.$cache.shad_from.on(\"mousedown.irs_\" + this.plugin_count, this.pointerClick.bind(this, \"click\")), this.$cache.shad_to.on(\"mousedown.irs_\" + this.plugin_count, this.pointerClick.bind(this, \"click\")));if (this.options.keyboard) this.$cache.line.on(\"keydown.irs_\" + this.plugin_count, this.key.bind(this, \"keyboard\"));m && (this.$cache.body.on(\"mouseup.irs_\" + this.plugin_count, this.pointerUp.bind(this)), this.$cache.body.on(\"mouseleave.irs_\" + this.plugin_count, this.pointerUp.bind(this)));\n\t\t\t\t\t}\n\t\t\t\t}, pointerFocus: function pointerFocus(a) {\n\t\t\t\t\tif (!this.target) {\n\t\t\t\t\t\tvar b = \"single\" === this.options.type ? this.$cache.single : this.$cache.from;a = b.offset().left;a += b.width() / 2 - 1;this.pointerClick(\"single\", { preventDefault: function preventDefault() {}, pageX: a });\n\t\t\t\t\t}\n\t\t\t\t}, pointerMove: function pointerMove(a) {\n\t\t\t\t\tthis.dragging && (this.coords.x_pointer = (a.pageX || a.originalEvent.touches && a.originalEvent.touches[0].pageX) - this.coords.x_gap, this.calc());\n\t\t\t\t}, pointerUp: function pointerUp(a) {\n\t\t\t\t\tthis.current_plugin === this.plugin_count && this.is_active && (this.is_active = !1, this.$cache.cont.find(\".state_hover\").removeClass(\"state_hover\"), this.force_redraw = !0, m && f(\"*\").prop(\"unselectable\", !1), this.updateScene(), this.restoreOriginalMinInterval(), (f.contains(this.$cache.cont[0], a.target) || this.dragging) && this.callOnFinish(), this.dragging = !1);\n\t\t\t\t}, pointerDown: function pointerDown(a, b) {\n\t\t\t\t\tb.preventDefault();var d = b.pageX || b.originalEvent.touches && b.originalEvent.touches[0].pageX;2 !== b.button && (\"both\" === a && this.setTempMinInterval(), a || (a = this.target || \"from\"), this.current_plugin = this.plugin_count, this.target = a, this.dragging = this.is_active = !0, this.coords.x_gap = this.$cache.rs.offset().left, this.coords.x_pointer = d - this.coords.x_gap, this.calcPointerPercent(), this.changeLevel(a), m && f(\"*\").prop(\"unselectable\", !0), this.$cache.line.trigger(\"focus\"), this.updateScene());\n\t\t\t\t}, pointerClick: function pointerClick(a, b) {\n\t\t\t\t\tb.preventDefault();var d = b.pageX || b.originalEvent.touches && b.originalEvent.touches[0].pageX;2 !== b.button && (this.current_plugin = this.plugin_count, this.target = a, this.is_click = !0, this.coords.x_gap = this.$cache.rs.offset().left, this.coords.x_pointer = +(d - this.coords.x_gap).toFixed(), this.force_redraw = !0, this.calc(), this.$cache.line.trigger(\"focus\"));\n\t\t\t\t}, key: function key(a, b) {\n\t\t\t\t\tif (!(this.current_plugin !== this.plugin_count || b.altKey || b.ctrlKey || b.shiftKey || b.metaKey)) {\n\t\t\t\t\t\tswitch (b.which) {case 83:case 65:case 40:case 37:\n\t\t\t\t\t\t\t\tb.preventDefault();this.moveByKey(!1);break;case 87:case 68:case 38:case 39:\n\t\t\t\t\t\t\t\tb.preventDefault(), this.moveByKey(!0);}return !0;\n\t\t\t\t\t}\n\t\t\t\t}, moveByKey: function moveByKey(a) {\n\t\t\t\t\tvar b = this.coords.p_pointer,\n\t\t\t\t\t d = (this.options.max - this.options.min) / 100,\n\t\t\t\t\t d = this.options.step / d;this.coords.x_pointer = this.toFixed(this.coords.w_rs / 100 * (a ? b + d : b - d));this.is_key = !0;this.calc();\n\t\t\t\t}, setMinMax: function setMinMax() {\n\t\t\t\t\tif (this.options) if (this.options.hide_min_max) this.$cache.min[0].style.display = \"none\", this.$cache.max[0].style.display = \"none\";else {\n\t\t\t\t\t\tif (this.options.values.length) this.$cache.min.html(this.decorate(this.options.p_values[this.options.min])), this.$cache.max.html(this.decorate(this.options.p_values[this.options.max]));else {\n\t\t\t\t\t\t\tvar a = this._prettify(this.options.min),\n\t\t\t\t\t\t\t b = this._prettify(this.options.max);this.result.min_pretty = a;this.result.max_pretty = b;this.$cache.min.html(this.decorate(a, this.options.min));this.$cache.max.html(this.decorate(b, this.options.max));\n\t\t\t\t\t\t}this.labels.w_min = this.$cache.min.outerWidth(!1);\n\t\t\t\t\t\tthis.labels.w_max = this.$cache.max.outerWidth(!1);\n\t\t\t\t\t}\n\t\t\t\t}, setTempMinInterval: function setTempMinInterval() {\n\t\t\t\t\tvar a = this.result.to - this.result.from;null === this.old_min_interval && (this.old_min_interval = this.options.min_interval);this.options.min_interval = a;\n\t\t\t\t}, restoreOriginalMinInterval: function restoreOriginalMinInterval() {\n\t\t\t\t\tnull !== this.old_min_interval && (this.options.min_interval = this.old_min_interval, this.old_min_interval = null);\n\t\t\t\t}, calc: function calc(a) {\n\t\t\t\t\tif (this.options) {\n\t\t\t\t\t\tthis.calc_count++;if (10 === this.calc_count || a) this.calc_count = 0, this.coords.w_rs = this.$cache.rs.outerWidth(!1), this.calcHandlePercent();if (this.coords.w_rs) {\n\t\t\t\t\t\t\tthis.calcPointerPercent();a = this.getHandleX();\"both\" === this.target && (this.coords.p_gap = 0, a = this.getHandleX());\"click\" === this.target && (this.coords.p_gap = this.coords.p_handle / 2, a = this.getHandleX(), this.target = this.options.drag_interval ? \"both_one\" : this.chooseHandle(a));switch (this.target) {case \"base\":\n\t\t\t\t\t\t\t\t\tvar b = (this.options.max - this.options.min) / 100;a = (this.result.from - this.options.min) / b;b = (this.result.to - this.options.min) / b;this.coords.p_single_real = this.toFixed(a);\n\t\t\t\t\t\t\t\t\tthis.coords.p_from_real = this.toFixed(a);this.coords.p_to_real = this.toFixed(b);this.coords.p_single_real = this.checkDiapason(this.coords.p_single_real, this.options.from_min, this.options.from_max);this.coords.p_from_real = this.checkDiapason(this.coords.p_from_real, this.options.from_min, this.options.from_max);this.coords.p_to_real = this.checkDiapason(this.coords.p_to_real, this.options.to_min, this.options.to_max);this.coords.p_single_fake = this.convertToFakePercent(this.coords.p_single_real);this.coords.p_from_fake = this.convertToFakePercent(this.coords.p_from_real);this.coords.p_to_fake = this.convertToFakePercent(this.coords.p_to_real);this.target = null;break;case \"single\":\n\t\t\t\t\t\t\t\t\tif (this.options.from_fixed) break;this.coords.p_single_real = this.convertToRealPercent(a);this.coords.p_single_real = this.calcWithStep(this.coords.p_single_real);this.coords.p_single_real = this.checkDiapason(this.coords.p_single_real, this.options.from_min, this.options.from_max);this.coords.p_single_fake = this.convertToFakePercent(this.coords.p_single_real);\n\t\t\t\t\t\t\t\t\tbreak;case \"from\":\n\t\t\t\t\t\t\t\t\tif (this.options.from_fixed) break;this.coords.p_from_real = this.convertToRealPercent(a);this.coords.p_from_real = this.calcWithStep(this.coords.p_from_real);this.coords.p_from_real > this.coords.p_to_real && (this.coords.p_from_real = this.coords.p_to_real);this.coords.p_from_real = this.checkDiapason(this.coords.p_from_real, this.options.from_min, this.options.from_max);this.coords.p_from_real = this.checkMinInterval(this.coords.p_from_real, this.coords.p_to_real, \"from\");this.coords.p_from_real = this.checkMaxInterval(this.coords.p_from_real, this.coords.p_to_real, \"from\");this.coords.p_from_fake = this.convertToFakePercent(this.coords.p_from_real);break;case \"to\":\n\t\t\t\t\t\t\t\t\tif (this.options.to_fixed) break;this.coords.p_to_real = this.convertToRealPercent(a);this.coords.p_to_real = this.calcWithStep(this.coords.p_to_real);this.coords.p_to_real < this.coords.p_from_real && (this.coords.p_to_real = this.coords.p_from_real);this.coords.p_to_real = this.checkDiapason(this.coords.p_to_real, this.options.to_min, this.options.to_max);\n\t\t\t\t\t\t\t\t\tthis.coords.p_to_real = this.checkMinInterval(this.coords.p_to_real, this.coords.p_from_real, \"to\");this.coords.p_to_real = this.checkMaxInterval(this.coords.p_to_real, this.coords.p_from_real, \"to\");this.coords.p_to_fake = this.convertToFakePercent(this.coords.p_to_real);break;case \"both\":\n\t\t\t\t\t\t\t\t\tif (this.options.from_fixed || this.options.to_fixed) break;a = this.toFixed(a + .001 * this.coords.p_handle);this.coords.p_from_real = this.convertToRealPercent(a) - this.coords.p_gap_left;this.coords.p_from_real = this.calcWithStep(this.coords.p_from_real);\n\t\t\t\t\t\t\t\t\tthis.coords.p_from_real = this.checkDiapason(this.coords.p_from_real, this.options.from_min, this.options.from_max);this.coords.p_from_real = this.checkMinInterval(this.coords.p_from_real, this.coords.p_to_real, \"from\");this.coords.p_from_fake = this.convertToFakePercent(this.coords.p_from_real);this.coords.p_to_real = this.convertToRealPercent(a) + this.coords.p_gap_right;this.coords.p_to_real = this.calcWithStep(this.coords.p_to_real);this.coords.p_to_real = this.checkDiapason(this.coords.p_to_real, this.options.to_min, this.options.to_max);this.coords.p_to_real = this.checkMinInterval(this.coords.p_to_real, this.coords.p_from_real, \"to\");this.coords.p_to_fake = this.convertToFakePercent(this.coords.p_to_real);break;case \"both_one\":\n\t\t\t\t\t\t\t\t\tif (!this.options.from_fixed && !this.options.to_fixed) {\n\t\t\t\t\t\t\t\t\t\tvar d = this.convertToRealPercent(a);a = this.result.to_percent - this.result.from_percent;var c = a / 2,\n\t\t\t\t\t\t\t\t\t\t b = d - c,\n\t\t\t\t\t\t\t\t\t\t d = d + c;0 > b && (b = 0, d = b + a);100 < d && (d = 100, b = d - a);this.coords.p_from_real = this.calcWithStep(b);this.coords.p_from_real = this.checkDiapason(this.coords.p_from_real, this.options.from_min, this.options.from_max);this.coords.p_from_fake = this.convertToFakePercent(this.coords.p_from_real);this.coords.p_to_real = this.calcWithStep(d);this.coords.p_to_real = this.checkDiapason(this.coords.p_to_real, this.options.to_min, this.options.to_max);this.coords.p_to_fake = this.convertToFakePercent(this.coords.p_to_real);\n\t\t\t\t\t\t\t\t\t}}\"single\" === this.options.type ? (this.coords.p_bar_x = this.coords.p_handle / 2, this.coords.p_bar_w = this.coords.p_single_fake, this.result.from_percent = this.coords.p_single_real, this.result.from = this.convertToValue(this.coords.p_single_real), this.result.from_pretty = this._prettify(this.result.from), this.options.values.length && (this.result.from_value = this.options.values[this.result.from])) : (this.coords.p_bar_x = this.toFixed(this.coords.p_from_fake + this.coords.p_handle / 2), this.coords.p_bar_w = this.toFixed(this.coords.p_to_fake - this.coords.p_from_fake), this.result.from_percent = this.coords.p_from_real, this.result.from = this.convertToValue(this.coords.p_from_real), this.result.from_pretty = this._prettify(this.result.from), this.result.to_percent = this.coords.p_to_real, this.result.to = this.convertToValue(this.coords.p_to_real), this.result.to_pretty = this._prettify(this.result.to), this.options.values.length && (this.result.from_value = this.options.values[this.result.from], this.result.to_value = this.options.values[this.result.to]));this.calcMinMax();this.calcLabels();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}, calcPointerPercent: function calcPointerPercent() {\n\t\t\t\t\tthis.coords.w_rs ? (0 > this.coords.x_pointer || isNaN(this.coords.x_pointer) ? this.coords.x_pointer = 0 : this.coords.x_pointer > this.coords.w_rs && (this.coords.x_pointer = this.coords.w_rs), this.coords.p_pointer = this.toFixed(this.coords.x_pointer / this.coords.w_rs * 100)) : this.coords.p_pointer = 0;\n\t\t\t\t}, convertToRealPercent: function convertToRealPercent(a) {\n\t\t\t\t\treturn a / (100 - this.coords.p_handle) * 100;\n\t\t\t\t}, convertToFakePercent: function convertToFakePercent(a) {\n\t\t\t\t\treturn a / 100 * (100 - this.coords.p_handle);\n\t\t\t\t}, getHandleX: function getHandleX() {\n\t\t\t\t\tvar a = 100 - this.coords.p_handle,\n\t\t\t\t\t b = this.toFixed(this.coords.p_pointer - this.coords.p_gap);0 > b ? b = 0 : b > a && (b = a);return b;\n\t\t\t\t}, calcHandlePercent: function calcHandlePercent() {\n\t\t\t\t\tthis.coords.w_handle = \"single\" === this.options.type ? this.$cache.s_single.outerWidth(!1) : this.$cache.s_from.outerWidth(!1);this.coords.p_handle = this.toFixed(this.coords.w_handle / this.coords.w_rs * 100);\n\t\t\t\t}, chooseHandle: function chooseHandle(a) {\n\t\t\t\t\treturn \"single\" === this.options.type ? \"single\" : a >= this.coords.p_from_real + (this.coords.p_to_real - this.coords.p_from_real) / 2 ? this.options.to_fixed ? \"from\" : \"to\" : this.options.from_fixed ? \"to\" : \"from\";\n\t\t\t\t}, calcMinMax: function calcMinMax() {\n\t\t\t\t\tthis.coords.w_rs && (this.labels.p_min = this.labels.w_min / this.coords.w_rs * 100, this.labels.p_max = this.labels.w_max / this.coords.w_rs * 100);\n\t\t\t\t}, calcLabels: function calcLabels() {\n\t\t\t\t\tthis.coords.w_rs && !this.options.hide_from_to && (\"single\" === this.options.type ? (this.labels.w_single = this.$cache.single.outerWidth(!1), this.labels.p_single_fake = this.labels.w_single / this.coords.w_rs * 100, this.labels.p_single_left = this.coords.p_single_fake + this.coords.p_handle / 2 - this.labels.p_single_fake / 2) : (this.labels.w_from = this.$cache.from.outerWidth(!1), this.labels.p_from_fake = this.labels.w_from / this.coords.w_rs * 100, this.labels.p_from_left = this.coords.p_from_fake + this.coords.p_handle / 2 - this.labels.p_from_fake / 2, this.labels.p_from_left = this.toFixed(this.labels.p_from_left), this.labels.p_from_left = this.checkEdges(this.labels.p_from_left, this.labels.p_from_fake), this.labels.w_to = this.$cache.to.outerWidth(!1), this.labels.p_to_fake = this.labels.w_to / this.coords.w_rs * 100, this.labels.p_to_left = this.coords.p_to_fake + this.coords.p_handle / 2 - this.labels.p_to_fake / 2, this.labels.p_to_left = this.toFixed(this.labels.p_to_left), this.labels.p_to_left = this.checkEdges(this.labels.p_to_left, this.labels.p_to_fake), this.labels.w_single = this.$cache.single.outerWidth(!1), this.labels.p_single_fake = this.labels.w_single / this.coords.w_rs * 100, this.labels.p_single_left = (this.labels.p_from_left + this.labels.p_to_left + this.labels.p_to_fake) / 2 - this.labels.p_single_fake / 2, this.labels.p_single_left = this.toFixed(this.labels.p_single_left)), this.labels.p_single_left = this.checkEdges(this.labels.p_single_left, this.labels.p_single_fake));\n\t\t\t\t}, updateScene: function updateScene() {\n\t\t\t\t\tthis.raf_id && (cancelAnimationFrame(this.raf_id), this.raf_id = null);clearTimeout(this.update_tm);this.update_tm = null;this.options && (this.drawHandles(), this.is_active ? this.raf_id = requestAnimationFrame(this.updateScene.bind(this)) : this.update_tm = setTimeout(this.updateScene.bind(this), 300));\n\t\t\t\t}, drawHandles: function drawHandles() {\n\t\t\t\t\tthis.coords.w_rs = this.$cache.rs.outerWidth(!1);if (this.coords.w_rs) {\n\t\t\t\t\t\tthis.coords.w_rs !== this.coords.w_rs_old && (this.target = \"base\", this.is_resize = !0);if (this.coords.w_rs !== this.coords.w_rs_old || this.force_redraw) this.setMinMax(), this.calc(!0), this.drawLabels(), this.options.grid && (this.calcGridMargin(), this.calcGridLabels()), this.force_redraw = !0, this.coords.w_rs_old = this.coords.w_rs, this.drawShadow();if (this.coords.w_rs && (this.dragging || this.force_redraw || this.is_key)) {\n\t\t\t\t\t\t\tif (this.old_from !== this.result.from || this.old_to !== this.result.to || this.force_redraw || this.is_key) {\n\t\t\t\t\t\t\t\tthis.drawLabels();this.$cache.bar[0].style.left = this.coords.p_bar_x + \"%\";this.$cache.bar[0].style.width = this.coords.p_bar_w + \"%\";if (\"single\" === this.options.type) this.$cache.s_single[0].style.left = this.coords.p_single_fake + \"%\";else {\n\t\t\t\t\t\t\t\t\tthis.$cache.s_from[0].style.left = this.coords.p_from_fake + \"%\";this.$cache.s_to[0].style.left = this.coords.p_to_fake + \"%\";if (this.old_from !== this.result.from || this.force_redraw) this.$cache.from[0].style.left = this.labels.p_from_left + \"%\";if (this.old_to !== this.result.to || this.force_redraw) this.$cache.to[0].style.left = this.labels.p_to_left + \"%\";\n\t\t\t\t\t\t\t\t}this.$cache.single[0].style.left = this.labels.p_single_left + \"%\";this.writeToInput();this.old_from === this.result.from && this.old_to === this.result.to || this.is_start || (this.$cache.input.trigger(\"change\"), this.$cache.input.trigger(\"input\"));this.old_from = this.result.from;this.old_to = this.result.to;this.is_resize || this.is_update || this.is_start || this.is_finish || this.callOnChange();if (this.is_key || this.is_click) this.is_click = this.is_key = !1, this.callOnFinish();this.is_finish = this.is_resize = this.is_update = !1;\n\t\t\t\t\t\t\t}this.force_redraw = this.is_click = this.is_key = this.is_start = !1;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}, drawLabels: function drawLabels() {\n\t\t\t\t\tif (this.options) {\n\t\t\t\t\t\tvar a = this.options.values.length,\n\t\t\t\t\t\t b = this.options.p_values;if (!this.options.hide_from_to) if (\"single\" === this.options.type) {\n\t\t\t\t\t\t\tif (a) a = this.decorate(b[this.result.from]);else {\n\t\t\t\t\t\t\t\tvar d = this._prettify(this.result.from);a = this.decorate(d, this.result.from);\n\t\t\t\t\t\t\t}this.$cache.single.html(a);this.calcLabels();this.$cache.min[0].style.visibility = this.labels.p_single_left < this.labels.p_min + 1 ? \"hidden\" : \"visible\";this.$cache.max[0].style.visibility = this.labels.p_single_left + this.labels.p_single_fake > 100 - this.labels.p_max - 1 ? \"hidden\" : \"visible\";\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\ta ? (this.options.decorate_both ? (a = this.decorate(b[this.result.from]), a += this.options.values_separator, a += this.decorate(b[this.result.to])) : a = this.decorate(b[this.result.from] + this.options.values_separator + b[this.result.to]), d = this.decorate(b[this.result.from]), b = this.decorate(b[this.result.to])) : (d = this._prettify(this.result.from), b = this._prettify(this.result.to), this.options.decorate_both ? (a = this.decorate(d, this.result.from), a += this.options.values_separator, a += this.decorate(b, this.result.to)) : a = this.decorate(d + this.options.values_separator + b, this.result.to), d = this.decorate(d, this.result.from), b = this.decorate(b, this.result.to));this.$cache.single.html(a);this.$cache.from.html(d);this.$cache.to.html(b);this.calcLabels();a = Math.min(this.labels.p_single_left, this.labels.p_from_left);d = this.labels.p_single_left + this.labels.p_single_fake;var b = this.labels.p_to_left + this.labels.p_to_fake,\n\t\t\t\t\t\t\t c = Math.max(d, b);this.labels.p_from_left + this.labels.p_from_fake >= this.labels.p_to_left ? (this.$cache.from[0].style.visibility = \"hidden\", this.$cache.to[0].style.visibility = \"hidden\", this.$cache.single[0].style.visibility = \"visible\", this.result.from === this.result.to ? (\"from\" === this.target ? this.$cache.from[0].style.visibility = \"visible\" : \"to\" === this.target ? this.$cache.to[0].style.visibility = \"visible\" : this.target || (this.$cache.from[0].style.visibility = \"visible\"), this.$cache.single[0].style.visibility = \"hidden\", c = b) : (this.$cache.from[0].style.visibility = \"hidden\", this.$cache.to[0].style.visibility = \"hidden\", this.$cache.single[0].style.visibility = \"visible\", c = Math.max(d, b))) : (this.$cache.from[0].style.visibility = \"visible\", this.$cache.to[0].style.visibility = \"visible\", this.$cache.single[0].style.visibility = \"hidden\");this.$cache.min[0].style.visibility = a < this.labels.p_min + 1 ? \"hidden\" : \"visible\";this.$cache.max[0].style.visibility = c > 100 - this.labels.p_max - 1 ? \"hidden\" : \"visible\";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}, drawShadow: function drawShadow() {\n\t\t\t\t\tvar a = this.options,\n\t\t\t\t\t b = this.$cache,\n\t\t\t\t\t d = \"number\" === typeof a.from_min && !isNaN(a.from_min),\n\t\t\t\t\t c = \"number\" === typeof a.from_max && !isNaN(a.from_max),\n\t\t\t\t\t e = \"number\" === typeof a.to_min && !isNaN(a.to_min),\n\t\t\t\t\t g = \"number\" === typeof a.to_max && !isNaN(a.to_max);\n\t\t\t\t\t\"single\" === a.type ? a.from_shadow && (d || c) ? (d = this.convertToPercent(d ? a.from_min : a.min), c = this.convertToPercent(c ? a.from_max : a.max) - d, d = this.toFixed(d - this.coords.p_handle / 100 * d), c = this.toFixed(c - this.coords.p_handle / 100 * c), d += this.coords.p_handle / 2, b.shad_single[0].style.display = \"block\", b.shad_single[0].style.left = d + \"%\", b.shad_single[0].style.width = c + \"%\") : b.shad_single[0].style.display = \"none\" : (a.from_shadow && (d || c) ? (d = this.convertToPercent(d ? a.from_min : a.min), c = this.convertToPercent(c ? a.from_max : a.max) - d, d = this.toFixed(d - this.coords.p_handle / 100 * d), c = this.toFixed(c - this.coords.p_handle / 100 * c), d += this.coords.p_handle / 2, b.shad_from[0].style.display = \"block\", b.shad_from[0].style.left = d + \"%\", b.shad_from[0].style.width = c + \"%\") : b.shad_from[0].style.display = \"none\", a.to_shadow && (e || g) ? (e = this.convertToPercent(e ? a.to_min : a.min), a = this.convertToPercent(g ? a.to_max : a.max) - e, e = this.toFixed(e - this.coords.p_handle / 100 * e), a = this.toFixed(a - this.coords.p_handle / 100 * a), e += this.coords.p_handle / 2, b.shad_to[0].style.display = \"block\", b.shad_to[0].style.left = e + \"%\", b.shad_to[0].style.width = a + \"%\") : b.shad_to[0].style.display = \"none\");\n\t\t\t\t}, writeToInput: function writeToInput() {\n\t\t\t\t\t\"single\" === this.options.type ? (this.options.values.length ? this.$cache.input.prop(\"value\", this.result.from_value) : this.$cache.input.prop(\"value\", this.result.from), this.$cache.input.data(\"from\", this.result.from)) : (this.options.values.length ? this.$cache.input.prop(\"value\", this.result.from_value + this.options.input_values_separator + this.result.to_value) : this.$cache.input.prop(\"value\", this.result.from + this.options.input_values_separator + this.result.to), this.$cache.input.data(\"from\", this.result.from), this.$cache.input.data(\"to\", this.result.to));\n\t\t\t\t}, callOnStart: function callOnStart() {\n\t\t\t\t\tthis.writeToInput();if (this.options.onStart && \"function\" === typeof this.options.onStart) if (this.options.scope) this.options.onStart.call(this.options.scope, this.result);else this.options.onStart(this.result);\n\t\t\t\t}, callOnChange: function callOnChange() {\n\t\t\t\t\tthis.writeToInput();if (this.options.onChange && \"function\" === typeof this.options.onChange) if (this.options.scope) this.options.onChange.call(this.options.scope, this.result);else this.options.onChange(this.result);\n\t\t\t\t}, callOnFinish: function callOnFinish() {\n\t\t\t\t\tthis.writeToInput();if (this.options.onFinish && \"function\" === typeof this.options.onFinish) if (this.options.scope) this.options.onFinish.call(this.options.scope, this.result);else this.options.onFinish(this.result);\n\t\t\t\t}, callOnUpdate: function callOnUpdate() {\n\t\t\t\t\tthis.writeToInput();if (this.options.onUpdate && \"function\" === typeof this.options.onUpdate) if (this.options.scope) this.options.onUpdate.call(this.options.scope, this.result);else this.options.onUpdate(this.result);\n\t\t\t\t},\n\t\t\t\ttoggleInput: function toggleInput() {\n\t\t\t\t\tthis.$cache.input.toggleClass(\"irs-hidden-input\");this.has_tab_index ? this.$cache.input.prop(\"tabindex\", -1) : this.$cache.input.removeProp(\"tabindex\");this.has_tab_index = !this.has_tab_index;\n\t\t\t\t}, convertToPercent: function convertToPercent(a, b) {\n\t\t\t\t\tvar d = this.options.max - this.options.min;return d ? this.toFixed((b ? a : a - this.options.min) / (d / 100)) : (this.no_diapason = !0, 0);\n\t\t\t\t}, convertToValue: function convertToValue(a) {\n\t\t\t\t\tvar b = this.options.min,\n\t\t\t\t\t d = this.options.max,\n\t\t\t\t\t c = b.toString().split(\".\")[1],\n\t\t\t\t\t e = d.toString().split(\".\")[1],\n\t\t\t\t\t g,\n\t\t\t\t\t l,\n\t\t\t\t\t f = 0,\n\t\t\t\t\t h = 0;\n\t\t\t\t\tif (0 === a) return this.options.min;if (100 === a) return this.options.max;c && (f = g = c.length);e && (f = l = e.length);g && l && (f = g >= l ? g : l);0 > b && (h = Math.abs(b), b = +(b + h).toFixed(f), d = +(d + h).toFixed(f));a = (d - b) / 100 * a + b;(b = this.options.step.toString().split(\".\")[1]) ? a = +a.toFixed(b.length) : (a /= this.options.step, a *= this.options.step, a = +a.toFixed(0));h && (a -= h);h = b ? +a.toFixed(b.length) : this.toFixed(a);h < this.options.min ? h = this.options.min : h > this.options.max && (h = this.options.max);return h;\n\t\t\t\t}, calcWithStep: function calcWithStep(a) {\n\t\t\t\t\tvar b = Math.round(a / this.coords.p_step) * this.coords.p_step;100 < b && (b = 100);100 === a && (b = 100);return this.toFixed(b);\n\t\t\t\t}, checkMinInterval: function checkMinInterval(a, b, d) {\n\t\t\t\t\tvar c = this.options;if (!c.min_interval) return a;a = this.convertToValue(a);b = this.convertToValue(b);\"from\" === d ? b - a < c.min_interval && (a = b - c.min_interval) : a - b < c.min_interval && (a = b + c.min_interval);return this.convertToPercent(a);\n\t\t\t\t}, checkMaxInterval: function checkMaxInterval(a, b, d) {\n\t\t\t\t\tvar c = this.options;if (!c.max_interval) return a;a = this.convertToValue(a);b = this.convertToValue(b);\"from\" === d ? b - a > c.max_interval && (a = b - c.max_interval) : a - b > c.max_interval && (a = b + c.max_interval);return this.convertToPercent(a);\n\t\t\t\t}, checkDiapason: function checkDiapason(a, b, d) {\n\t\t\t\t\ta = this.convertToValue(a);var c = this.options;\"number\" !== typeof b && (b = c.min);\"number\" !== typeof d && (d = c.max);a < b && (a = b);a > d && (a = d);return this.convertToPercent(a);\n\t\t\t\t}, toFixed: function toFixed(a) {\n\t\t\t\t\ta = a.toFixed(20);return +a;\n\t\t\t\t}, _prettify: function _prettify(a) {\n\t\t\t\t\treturn this.options.prettify_enabled ? this.options.prettify && \"function\" === typeof this.options.prettify ? this.options.prettify(a) : this.prettify(a) : a;\n\t\t\t\t}, prettify: function prettify(a) {\n\t\t\t\t\treturn a.toString().replace(/(\\d{1,3}(?=(?:\\d\\d\\d)+(?!\\d)))/g, \"$1\" + this.options.prettify_separator);\n\t\t\t\t}, checkEdges: function checkEdges(a, b) {\n\t\t\t\t\tif (!this.options.force_edges) return this.toFixed(a);0 > a ? a = 0 : a > 100 - b && (a = 100 - b);return this.toFixed(a);\n\t\t\t\t}, validate: function validate() {\n\t\t\t\t\tvar a = this.options,\n\t\t\t\t\t b = this.result,\n\t\t\t\t\t d = a.values,\n\t\t\t\t\t c = d.length,\n\t\t\t\t\t e;\"string\" === typeof a.min && (a.min = +a.min);\"string\" === typeof a.max && (a.max = +a.max);\"string\" === typeof a.from && (a.from = +a.from);\"string\" === typeof a.to && (a.to = +a.to);\n\t\t\t\t\t\"string\" === typeof a.step && (a.step = +a.step);\"string\" === typeof a.from_min && (a.from_min = +a.from_min);\"string\" === typeof a.from_max && (a.from_max = +a.from_max);\"string\" === typeof a.to_min && (a.to_min = +a.to_min);\"string\" === typeof a.to_max && (a.to_max = +a.to_max);\"string\" === typeof a.grid_num && (a.grid_num = +a.grid_num);a.max < a.min && (a.max = a.min);if (c) for (a.p_values = [], a.min = 0, a.max = c - 1, a.step = 1, a.grid_num = a.max, a.grid_snap = !0, e = 0; e < c; e++) {\n\t\t\t\t\t\tvar g = +d[e];isNaN(g) ? g = d[e] : (d[e] = g, g = this._prettify(g));a.p_values.push(g);\n\t\t\t\t\t}if (\"number\" !== typeof a.from || isNaN(a.from)) a.from = a.min;if (\"number\" !== typeof a.to || isNaN(a.to)) a.to = a.max;\"single\" === a.type ? (a.from < a.min && (a.from = a.min), a.from > a.max && (a.from = a.max)) : (a.from < a.min && (a.from = a.min), a.from > a.max && (a.from = a.max), a.to < a.min && (a.to = a.min), a.to > a.max && (a.to = a.max), this.update_check.from && (this.update_check.from !== a.from && a.from > a.to && (a.from = a.to), this.update_check.to !== a.to && a.to < a.from && (a.to = a.from)), a.from > a.to && (a.from = a.to), a.to < a.from && (a.to = a.from));if (\"number\" !== typeof a.step || isNaN(a.step) || !a.step || 0 > a.step) a.step = 1;\"number\" === typeof a.from_min && a.from < a.from_min && (a.from = a.from_min);\"number\" === typeof a.from_max && a.from > a.from_max && (a.from = a.from_max);\"number\" === typeof a.to_min && a.to < a.to_min && (a.to = a.to_min);\"number\" === typeof a.to_max && a.from > a.to_max && (a.to = a.to_max);if (b) {\n\t\t\t\t\t\tb.min !== a.min && (b.min = a.min);b.max !== a.max && (b.max = a.max);if (b.from < b.min || b.from > b.max) b.from = a.from;if (b.to < b.min || b.to > b.max) b.to = a.to;\n\t\t\t\t\t}if (\"number\" !== typeof a.min_interval || isNaN(a.min_interval) || !a.min_interval || 0 > a.min_interval) a.min_interval = 0;if (\"number\" !== typeof a.max_interval || isNaN(a.max_interval) || !a.max_interval || 0 > a.max_interval) a.max_interval = 0;a.min_interval && a.min_interval > a.max - a.min && (a.min_interval = a.max - a.min);a.max_interval && a.max_interval > a.max - a.min && (a.max_interval = a.max - a.min);\n\t\t\t\t}, decorate: function decorate(a, b) {\n\t\t\t\t\tvar d = \"\",\n\t\t\t\t\t c = this.options;c.prefix && (d += c.prefix);d += a;c.max_postfix && (c.values.length && a === c.p_values[c.max] ? (d += c.max_postfix, c.postfix && (d += \" \")) : b === c.max && (d += c.max_postfix, c.postfix && (d += \" \")));c.postfix && (d += c.postfix);return d;\n\t\t\t\t}, updateFrom: function updateFrom() {\n\t\t\t\t\tthis.result.from = this.options.from;this.result.from_percent = this.convertToPercent(this.result.from);this.result.from_pretty = this._prettify(this.result.from);this.options.values && (this.result.from_value = this.options.values[this.result.from]);\n\t\t\t\t}, updateTo: function updateTo() {\n\t\t\t\t\tthis.result.to = this.options.to;this.result.to_percent = this.convertToPercent(this.result.to);this.result.to_pretty = this._prettify(this.result.to);this.options.values && (this.result.to_value = this.options.values[this.result.to]);\n\t\t\t\t}, updateResult: function updateResult() {\n\t\t\t\t\tthis.result.min = this.options.min;this.result.max = this.options.max;this.updateFrom();this.updateTo();\n\t\t\t\t}, appendGrid: function appendGrid() {\n\t\t\t\t\tif (this.options.grid) {\n\t\t\t\t\t\tvar a = this.options,\n\t\t\t\t\t\t b;var d = a.max - a.min;var c = a.grid_num,\n\t\t\t\t\t\t e = 4,\n\t\t\t\t\t\t g = \"\";this.calcGridMargin();if (a.grid_snap) {\n\t\t\t\t\t\t\tif (50 < d) {\n\t\t\t\t\t\t\t\tc = 50 / a.step;var f = this.toFixed(a.step / .5);\n\t\t\t\t\t\t\t} else c = d / a.step, f = this.toFixed(a.step / (d / 100));\n\t\t\t\t\t\t} else f = this.toFixed(100 / c);4 < c && (e = 3);7 < c && (e = 2);14 < c && (e = 1);28 < c && (e = 0);\n\t\t\t\t\t\tfor (d = 0; d < c + 1; d++) {\n\t\t\t\t\t\t\tvar k = e;var h = this.toFixed(f * d);100 < h && (h = 100);this.coords.big[d] = h;var m = (h - f * (d - 1)) / (k + 1);for (b = 1; b <= k && 0 !== h; b++) {\n\t\t\t\t\t\t\t\tvar n = this.toFixed(h - m * b);g += '';\n\t\t\t\t\t\t\t}g += '';b = this.convertToValue(h);b = a.values.length ? a.p_values[b] : this._prettify(b);g += '' + b + \"\";\n\t\t\t\t\t\t}this.coords.big_num = Math.ceil(c + 1);this.$cache.cont.addClass(\"irs-with-grid\");\n\t\t\t\t\t\tthis.$cache.grid.html(g);this.cacheGridLabels();\n\t\t\t\t\t}\n\t\t\t\t}, cacheGridLabels: function cacheGridLabels() {\n\t\t\t\t\tvar a,\n\t\t\t\t\t b = this.coords.big_num;for (a = 0; a < b; a++) {\n\t\t\t\t\t\tvar d = this.$cache.grid.find(\".js-grid-text-\" + a);this.$cache.grid_labels.push(d);\n\t\t\t\t\t}this.calcGridLabels();\n\t\t\t\t}, calcGridLabels: function calcGridLabels() {\n\t\t\t\t\tvar a;var b = [];var d = [],\n\t\t\t\t\t c = this.coords.big_num;for (a = 0; a < c; a++) {\n\t\t\t\t\t\tthis.coords.big_w[a] = this.$cache.grid_labels[a].outerWidth(!1), this.coords.big_p[a] = this.toFixed(this.coords.big_w[a] / this.coords.w_rs * 100), this.coords.big_x[a] = this.toFixed(this.coords.big_p[a] / 2), b[a] = this.toFixed(this.coords.big[a] - this.coords.big_x[a]), d[a] = this.toFixed(b[a] + this.coords.big_p[a]);\n\t\t\t\t\t}this.options.force_edges && (b[0] < -this.coords.grid_gap && (b[0] = -this.coords.grid_gap, d[0] = this.toFixed(b[0] + this.coords.big_p[0]), this.coords.big_x[0] = this.coords.grid_gap), d[c - 1] > 100 + this.coords.grid_gap && (d[c - 1] = 100 + this.coords.grid_gap, b[c - 1] = this.toFixed(d[c - 1] - this.coords.big_p[c - 1]), this.coords.big_x[c - 1] = this.toFixed(this.coords.big_p[c - 1] - this.coords.grid_gap)));this.calcGridCollision(2, b, d);this.calcGridCollision(4, b, d);for (a = 0; a < c; a++) {\n\t\t\t\t\t\tb = this.$cache.grid_labels[a][0], this.coords.big_x[a] !== Number.POSITIVE_INFINITY && (b.style.marginLeft = -this.coords.big_x[a] + \"%\");\n\t\t\t\t\t}\n\t\t\t\t}, calcGridCollision: function calcGridCollision(a, b, d) {\n\t\t\t\t\tvar c,\n\t\t\t\t\t e = this.coords.big_num;for (c = 0; c < e; c += a) {\n\t\t\t\t\t\tvar g = c + a / 2;if (g >= e) break;var f = this.$cache.grid_labels[g][0];f.style.visibility = d[c] <= b[g] ? \"visible\" : \"hidden\";\n\t\t\t\t\t}\n\t\t\t\t}, calcGridMargin: function calcGridMargin() {\n\t\t\t\t\tthis.options.grid_margin && (this.coords.w_rs = this.$cache.rs.outerWidth(!1), this.coords.w_rs && (this.coords.w_handle = \"single\" === this.options.type ? this.$cache.s_single.outerWidth(!1) : this.$cache.s_from.outerWidth(!1), this.coords.p_handle = this.toFixed(this.coords.w_handle / this.coords.w_rs * 100), this.coords.grid_gap = this.toFixed(this.coords.p_handle / 2 - .1), this.$cache.grid[0].style.width = this.toFixed(100 - this.coords.p_handle) + \"%\", this.$cache.grid[0].style.left = this.coords.grid_gap + \"%\"));\n\t\t\t\t}, update: function update(a) {\n\t\t\t\t\tthis.input && (this.is_update = !0, this.options.from = this.result.from, this.options.to = this.result.to, this.update_check.from = this.result.from, this.update_check.to = this.result.to, this.options = f.extend(this.options, a), this.validate(), this.updateResult(a), this.toggleInput(), this.remove(), this.init(!0));\n\t\t\t\t}, reset: function reset() {\n\t\t\t\t\tthis.input && (this.updateResult(), this.update());\n\t\t\t\t}, destroy: function destroy() {\n\t\t\t\t\tthis.input && (this.toggleInput(), this.$cache.input.prop(\"readonly\", !1), f.data(this.input, \"ionRangeSlider\", null), this.remove(), this.options = this.input = null);\n\t\t\t\t} };f.fn.ionRangeSlider = function (a) {\n\t\t\t\treturn this.each(function () {\n\t\t\t\t\tf.data(this, \"ionRangeSlider\") || f.data(this, \"ionRangeSlider\", new q(this, a, t++));\n\t\t\t\t});\n\t\t\t};(function () {\n\t\t\t\tfor (var a = 0, b = [\"ms\", \"moz\", \"webkit\", \"o\"], d = 0; d < b.length && !k.requestAnimationFrame; ++d) {\n\t\t\t\t\tk.requestAnimationFrame = k[b[d] + \"RequestAnimationFrame\"], k.cancelAnimationFrame = k[b[d] + \"CancelAnimationFrame\"] || k[b[d] + \"CancelRequestAnimationFrame\"];\n\t\t\t\t}k.requestAnimationFrame || (k.requestAnimationFrame = function (b, d) {\n\t\t\t\t\tvar c = new Date().getTime(),\n\t\t\t\t\t e = Math.max(0, 16 - (c - a)),\n\t\t\t\t\t f = k.setTimeout(function () {\n\t\t\t\t\t\tb(c + e);\n\t\t\t\t\t}, e);a = c + e;return f;\n\t\t\t\t});k.cancelAnimationFrame || (k.cancelAnimationFrame = function (a) {\n\t\t\t\t\tclearTimeout(a);\n\t\t\t\t});\n\t\t\t})();\n\t\t});\n\t}, { \"jquery\": 6 }], 4: [function (require, module, exports) {\n\t\t/**\n * main.js\n * http://www.codrops.com\n *\n * Licensed under the MIT license.\n * http://www.opensource.org/licenses/mit-license.php\n * \n * Copyright 2016, Codrops\n * http://www.codrops.com\n */\n\t\t;(function (window) {\n\n\t\t\t'use strict';\n\n\n\t\t\tfunction extend(a, b) {\n\t\t\t\tfor (var key in b) {\n\t\t\t\t\tif (b.hasOwnProperty(key)) {\n\t\t\t\t\t\ta[key] = b[key];\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn a;\n\t\t\t}\n\n\t\t\tfunction createDOMEl(type, className, content) {\n\t\t\t\tvar el = document.createElement(type);\n\t\t\t\tel.className = className || '';\n\t\t\t\tel.innerHTML = content || '';\n\t\t\t\treturn el;\n\t\t\t}\n\n\t\t\t/**\n * RevealFx obj.\n */\n\t\t\tfunction RevealFx(el, options) {\n\t\t\t\tthis.el = el;\n\t\t\t\tthis.options = extend({}, this.options);\n\t\t\t\textend(this.options, options);\n\t\t\t\tthis._init();\n\t\t\t}\n\n\t\t\t/**\n * RevealFx options.\n */\n\t\t\tRevealFx.prototype.options = {\n\t\t\t\tisContentHidden: true,\n\t\t\t\trevealSettings: {\n\t\t\t\t\tdirection: 'lr',\n\t\t\t\t\tbgcolor: '#f0f0f0',\n\t\t\t\t\tduration: 500,\n\t\t\t\t\teasing: 'easeInOutQuint',\n\t\t\t\t\tcoverArea: 0,\n\t\t\t\t\tonCover: function onCover(contentEl, revealerEl) {\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t},\n\t\t\t\t\tonStart: function onStart(contentEl, revealerEl) {\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t},\n\t\t\t\t\tonComplete: function onComplete(contentEl, revealerEl) {\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t};\n\n\t\t\t/**\n * Init.\n */\n\t\t\tRevealFx.prototype._init = function () {\n\t\t\t\tthis._layout();\n\t\t\t};\n\n\t\t\t/**\n * Build the necessary structure.\n */\n\t\t\tRevealFx.prototype._layout = function () {\n\t\t\t\tvar position = getComputedStyle(this.el).position;\n\t\t\t\tif (position !== 'fixed' && position !== 'absolute' && position !== 'relative') {\n\t\t\t\t\tthis.el.style.position = 'relative';\n\t\t\t\t}\n\t\t\t\tthis.content = createDOMEl('div', 'block-revealer__content', this.el.innerHTML);\n\t\t\t\tif (this.options.isContentHidden) {\n\t\t\t\t\tthis.content.style.opacity = 0;\n\t\t\t\t}\n\t\t\t\tthis.revealer = createDOMEl('div', 'block-revealer__element');\n\t\t\t\tthis.el.classList.add('block-revealer');\n\t\t\t\tthis.el.innerHTML = '';\n\t\t\t\tthis.el.appendChild(this.content);\n\t\t\t\tthis.el.appendChild(this.revealer);\n\t\t\t};\n\n\t\t\t/**\n * Gets the revealer element´s transform and transform origin.\n */\n\t\t\tRevealFx.prototype._getTransformSettings = function (direction) {\n\t\t\t\tvar val, origin, origin_2;\n\n\t\t\t\tswitch (direction) {\n\t\t\t\t\tcase 'lr':\n\t\t\t\t\t\tval = 'scale3d(0,1,1)';\n\t\t\t\t\t\torigin = '0 50%';\n\t\t\t\t\t\torigin_2 = '100% 50%';\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase 'rl':\n\t\t\t\t\t\tval = 'scale3d(0,1,1)';\n\t\t\t\t\t\torigin = '100% 50%';\n\t\t\t\t\t\torigin_2 = '0 50%';\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase 'tb':\n\t\t\t\t\t\tval = 'scale3d(1,0,1)';\n\t\t\t\t\t\torigin = '50% 0';\n\t\t\t\t\t\torigin_2 = '50% 100%';\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase 'bt':\n\t\t\t\t\t\tval = 'scale3d(1,0,1)';\n\t\t\t\t\t\torigin = '50% 100%';\n\t\t\t\t\t\torigin_2 = '50% 0';\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tval = 'scale3d(0,1,1)';\n\t\t\t\t\t\torigin = '0 50%';\n\t\t\t\t\t\torigin_2 = '100% 50%';\n\t\t\t\t\t\tbreak;\n\t\t\t\t};\n\n\t\t\t\treturn {\n\t\t\t\t\tval: val,\n\t\t\t\t\torigin: { initial: origin, halfway: origin_2 }\n\t\t\t\t};\n\t\t\t};\n\n\t\t\t/**\n * Reveal animation. If revealSettings is passed, then it will overwrite the options.revealSettings.\n */\n\t\t\tRevealFx.prototype.reveal = function (revealSettings) {\n\t\t\t\tif (this.isAnimating) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t\tthis.isAnimating = true;\n\n\t\t\t\tvar defaults = { \n\t\t\t\t\tduration: 500,\n\t\t\t\t\teasing: 'easeInOutQuint',\n\t\t\t\t\tdelay: 0,\n\t\t\t\t\tbgcolor: '#f0f0f0',\n\t\t\t\t\tdirection: 'lr',\n\t\t\t\t\tcoverArea: 0\n\t\t\t\t},\n\t\t\t\t revealSettings = revealSettings || this.options.revealSettings,\n\t\t\t\t direction = revealSettings.direction || defaults.direction,\n\t\t\t\t transformSettings = this._getTransformSettings(direction);\n\n\t\t\t\tthis.revealer.style.WebkitTransform = this.revealer.style.transform = transformSettings.val;\n\t\t\t\tthis.revealer.style.WebkitTransformOrigin = this.revealer.style.transformOrigin = transformSettings.origin.initial;\n\n\t\t\t\tthis.revealer.style.backgroundColor = revealSettings.bgcolor || defaults.bgcolor;\n\n\t\t\t\tthis.revealer.style.opacity = 1;\n\n\t\t\t\tvar self = this,\n\n\t\t\t\tanimationSettings_2 = {\n\t\t\t\t\tcomplete: function complete() {\n\t\t\t\t\t\tself.isAnimating = false;\n\t\t\t\t\t\tif (typeof revealSettings.onComplete === 'function') {\n\t\t\t\t\t\t\trevealSettings.onComplete(self.content, self.revealer);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\n\t\t\t\tanimationSettings = {\n\t\t\t\t\tdelay: revealSettings.delay || defaults.delay,\n\t\t\t\t\tcomplete: function complete() {\n\t\t\t\t\t\tself.revealer.style.WebkitTransformOrigin = self.revealer.style.transformOrigin = transformSettings.origin.halfway;\n\t\t\t\t\t\tif (typeof revealSettings.onCover === 'function') {\n\t\t\t\t\t\t\trevealSettings.onCover(self.content, self.revealer);\n\t\t\t\t\t\t}\n\t\t\t\t\t\tanime(animationSettings_2);\n\t\t\t\t\t}\n\t\t\t\t};\n\n\t\t\t\tanimationSettings.targets = animationSettings_2.targets = this.revealer;\n\t\t\t\tanimationSettings.duration = animationSettings_2.duration = revealSettings.duration || defaults.duration;\n\t\t\t\tanimationSettings.easing = animationSettings_2.easing = revealSettings.easing || defaults.easing;\n\n\t\t\t\tvar coverArea = revealSettings.coverArea || defaults.coverArea;\n\t\t\t\tif (direction === 'lr' || direction === 'rl') {\n\t\t\t\t\tanimationSettings.scaleX = [0, 1];\n\t\t\t\t\tanimationSettings_2.scaleX = [1, coverArea / 100];\n\t\t\t\t} else {\n\t\t\t\t\tanimationSettings.scaleY = [0, 1];\n\t\t\t\t\tanimationSettings_2.scaleY = [1, coverArea / 100];\n\t\t\t\t}\n\n\t\t\t\tif (typeof revealSettings.onStart === 'function') {\n\t\t\t\t\trevealSettings.onStart(self.content, self.revealer);\n\t\t\t\t}\n\t\t\t\tanime(animationSettings);\n\t\t\t};\n\n\t\t\twindow.RevealFx = RevealFx;\n\t\t})(window);\n\t}, {}], 5: [function (require, module, exports) {\n\t\t'use strict';\n\n\n\t\twindow.$ = window.jQuery = require('jquery');\n\n\n\t\tvar VMasker = require('vanilla-masker');window.VMasker = VMasker;\n\n\n\n\n\n\n\n\n\t\twindow.reveal = require('./components/reveal.js');\n\t\twindow.anime = require('./components/anime.min.js');\n\n\t\twindow.ionRangeSlider = require('./components/ion.rangeSlider.min.js');\n\n\t\tvar calcRollerInit = require('./components/calcRollerInit.js');\n\n\n\t\twindow.remodal = require('remodal');\n\t}, { \"./components/anime.min.js\": 1, \"./components/calcRollerInit.js\": 2, \"./components/ion.rangeSlider.min.js\": 3, \"./components/reveal.js\": 4, \"jquery\": 6, \"remodal\": 7, \"vanilla-masker\": 8 }], 6: [function (require, module, exports) {\n\n\t\t(function (global, factory) {\n\n\t\t\tif ((typeof module === \"undefined\" ? \"undefined\" : _typeof(module)) === \"object\" && _typeof(module.exports) === \"object\") {\n\t\t\t\tmodule.exports = global.document ? factory(global, true) : function (w) {\n\t\t\t\t\tif (!w.document) {\n\t\t\t\t\t\tthrow new Error(\"jQuery requires a window with a document\");\n\t\t\t\t\t}\n\t\t\t\t\treturn factory(w);\n\t\t\t\t};\n\t\t\t} else {\n\t\t\t\tfactory(global);\n\t\t\t}\n\n\t\t})(typeof window !== \"undefined\" ? window : this, function (window, noGlobal) {\n\n\t\t\tvar deletedIds = [];\n\n\t\t\tvar document = window.document;\n\n\t\t\tvar _slice = deletedIds.slice;\n\n\t\t\tvar concat = deletedIds.concat;\n\n\t\t\tvar push = deletedIds.push;\n\n\t\t\tvar indexOf = deletedIds.indexOf;\n\n\t\t\tvar class2type = {};\n\n\t\t\tvar toString = class2type.toString;\n\n\t\t\tvar hasOwn = class2type.hasOwnProperty;\n\n\t\t\tvar support = {};\n\n\t\t\tvar version = \"1.12.4\",\n\n\n\t\t\tjQuery = function jQuery(selector, context) {\n\n\t\t\t\treturn new jQuery.fn.init(selector, context);\n\t\t\t},\n\n\n\t\t\trtrim = /^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g,\n\n\n\t\t\trmsPrefix = /^-ms-/,\n\t\t\t rdashAlpha = /-([\\da-z])/gi,\n\n\n\t\t\tfcamelCase = function fcamelCase(all, letter) {\n\t\t\t\treturn letter.toUpperCase();\n\t\t\t};\n\n\t\t\tjQuery.fn = jQuery.prototype = {\n\n\t\t\t\tjquery: version,\n\n\t\t\t\tconstructor: jQuery,\n\n\t\t\t\tselector: \"\",\n\n\t\t\t\tlength: 0,\n\n\t\t\t\ttoArray: function toArray() {\n\t\t\t\t\treturn _slice.call(this);\n\t\t\t\t},\n\n\t\t\t\tget: function get(num) {\n\t\t\t\t\treturn num != null ?\n\n\t\t\t\t\tnum < 0 ? this[num + this.length] : this[num] :\n\n\t\t\t\t\t_slice.call(this);\n\t\t\t\t},\n\n\t\t\t\tpushStack: function pushStack(elems) {\n\n\t\t\t\t\tvar ret = jQuery.merge(this.constructor(), elems);\n\n\t\t\t\t\tret.prevObject = this;\n\t\t\t\t\tret.context = this.context;\n\n\t\t\t\t\treturn ret;\n\t\t\t\t},\n\n\t\t\t\teach: function each(callback) {\n\t\t\t\t\treturn jQuery.each(this, callback);\n\t\t\t\t},\n\n\t\t\t\tmap: function map(callback) {\n\t\t\t\t\treturn this.pushStack(jQuery.map(this, function (elem, i) {\n\t\t\t\t\t\treturn callback.call(elem, i, elem);\n\t\t\t\t\t}));\n\t\t\t\t},\n\n\t\t\t\tslice: function slice() {\n\t\t\t\t\treturn this.pushStack(_slice.apply(this, arguments));\n\t\t\t\t},\n\n\t\t\t\tfirst: function first() {\n\t\t\t\t\treturn this.eq(0);\n\t\t\t\t},\n\n\t\t\t\tlast: function last() {\n\t\t\t\t\treturn this.eq(-1);\n\t\t\t\t},\n\n\t\t\t\teq: function eq(i) {\n\t\t\t\t\tvar len = this.length,\n\t\t\t\t\t j = +i + (i < 0 ? len : 0);\n\t\t\t\t\treturn this.pushStack(j >= 0 && j < len ? [this[j]] : []);\n\t\t\t\t},\n\n\t\t\t\tend: function end() {\n\t\t\t\t\treturn this.prevObject || this.constructor();\n\t\t\t\t},\n\n\t\t\t\tpush: push,\n\t\t\t\tsort: deletedIds.sort,\n\t\t\t\tsplice: deletedIds.splice\n\t\t\t};\n\n\t\t\tjQuery.extend = jQuery.fn.extend = function () {\n\t\t\t\tvar src,\n\t\t\t\t copyIsArray,\n\t\t\t\t copy,\n\t\t\t\t name,\n\t\t\t\t options,\n\t\t\t\t clone,\n\t\t\t\t target = arguments[0] || {},\n\t\t\t\t i = 1,\n\t\t\t\t length = arguments.length,\n\t\t\t\t deep = false;\n\n\t\t\t\tif (typeof target === \"boolean\") {\n\t\t\t\t\tdeep = target;\n\n\t\t\t\t\ttarget = arguments[i] || {};\n\t\t\t\t\ti++;\n\t\t\t\t}\n\n\t\t\t\tif ((typeof target === \"undefined\" ? \"undefined\" : _typeof(target)) !== \"object\" && !jQuery.isFunction(target)) {\n\t\t\t\t\ttarget = {};\n\t\t\t\t}\n\n\t\t\t\tif (i === length) {\n\t\t\t\t\ttarget = this;\n\t\t\t\t\ti--;\n\t\t\t\t}\n\n\t\t\t\tfor (; i < length; i++) {\n\n\t\t\t\t\tif ((options = arguments[i]) != null) {\n\n\t\t\t\t\t\tfor (name in options) {\n\t\t\t\t\t\t\tsrc = target[name];\n\t\t\t\t\t\t\tcopy = options[name];\n\n\t\t\t\t\t\t\tif (target === copy) {\n\t\t\t\t\t\t\t\tcontinue;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\tif (deep && copy && (jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)))) {\n\n\t\t\t\t\t\t\t\tif (copyIsArray) {\n\t\t\t\t\t\t\t\t\tcopyIsArray = false;\n\t\t\t\t\t\t\t\t\tclone = src && jQuery.isArray(src) ? src : [];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tclone = src && jQuery.isPlainObject(src) ? src : {};\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\ttarget[name] = jQuery.extend(deep, clone, copy);\n\n\t\t\t\t\t\t\t} else if (copy !== undefined) {\n\t\t\t\t\t\t\t\ttarget[name] = copy;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn target;\n\t\t\t};\n\n\t\t\tjQuery.extend({\n\n\t\t\t\texpando: \"jQuery\" + (version + Math.random()).replace(/\\D/g, \"\"),\n\n\t\t\t\tisReady: true,\n\n\t\t\t\terror: function error(msg) {\n\t\t\t\t\tthrow new Error(msg);\n\t\t\t\t},\n\n\t\t\t\tnoop: function noop() {},\n\n\t\t\t\tisFunction: function isFunction(obj) {\n\t\t\t\t\treturn jQuery.type(obj) === \"function\";\n\t\t\t\t},\n\n\t\t\t\tisArray: Array.isArray || function (obj) {\n\t\t\t\t\treturn jQuery.type(obj) === \"array\";\n\t\t\t\t},\n\n\t\t\t\tisWindow: function isWindow(obj) {\n\t\t\t\t\treturn obj != null && obj == obj.window;\n\t\t\t\t},\n\n\t\t\t\tisNumeric: function isNumeric(obj) {\n\n\t\t\t\t\tvar realStringObj = obj && obj.toString();\n\t\t\t\t\treturn !jQuery.isArray(obj) && realStringObj - parseFloat(realStringObj) + 1 >= 0;\n\t\t\t\t},\n\n\t\t\t\tisEmptyObject: function isEmptyObject(obj) {\n\t\t\t\t\tvar name;\n\t\t\t\t\tfor (name in obj) {\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t\treturn true;\n\t\t\t\t},\n\n\t\t\t\tisPlainObject: function isPlainObject(obj) {\n\t\t\t\t\tvar key;\n\n\t\t\t\t\tif (!obj || jQuery.type(obj) !== \"object\" || obj.nodeType || jQuery.isWindow(obj)) {\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\n\t\t\t\t\ttry {\n\n\t\t\t\t\t\tif (obj.constructor && !hasOwn.call(obj, \"constructor\") && !hasOwn.call(obj.constructor.prototype, \"isPrototypeOf\")) {\n\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t}\n\t\t\t\t\t} catch (e) {\n\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (!support.ownFirst) {\n\t\t\t\t\t\tfor (key in obj) {\n\t\t\t\t\t\t\treturn hasOwn.call(obj, key);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tfor (key in obj) {}\n\n\t\t\t\t\treturn key === undefined || hasOwn.call(obj, key);\n\t\t\t\t},\n\n\t\t\t\ttype: function type(obj) {\n\t\t\t\t\tif (obj == null) {\n\t\t\t\t\t\treturn obj + \"\";\n\t\t\t\t\t}\n\t\t\t\t\treturn (typeof obj === \"undefined\" ? \"undefined\" : _typeof(obj)) === \"object\" || typeof obj === \"function\" ? class2type[toString.call(obj)] || \"object\" : typeof obj === \"undefined\" ? \"undefined\" : _typeof(obj);\n\t\t\t\t},\n\n\t\t\t\tglobalEval: function globalEval(data) {\n\t\t\t\t\tif (data && jQuery.trim(data)) {\n\n\t\t\t\t\t\t(window.execScript || function (data) {\n\t\t\t\t\t\t\twindow[\"eval\"].call(window, data); \n\t\t\t\t\t\t})(data);\n\t\t\t\t\t}\n\t\t\t\t},\n\n\t\t\t\tcamelCase: function camelCase(string) {\n\t\t\t\t\treturn string.replace(rmsPrefix, \"ms-\").replace(rdashAlpha, fcamelCase);\n\t\t\t\t},\n\n\t\t\t\tnodeName: function nodeName(elem, name) {\n\t\t\t\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();\n\t\t\t\t},\n\n\t\t\t\teach: function each(obj, callback) {\n\t\t\t\t\tvar length,\n\t\t\t\t\t i = 0;\n\n\t\t\t\t\tif (isArrayLike(obj)) {\n\t\t\t\t\t\tlength = obj.length;\n\t\t\t\t\t\tfor (; i < length; i++) {\n\t\t\t\t\t\t\tif (callback.call(obj[i], i, obj[i]) === false) {\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\tfor (i in obj) {\n\t\t\t\t\t\t\tif (callback.call(obj[i], i, obj[i]) === false) {\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn obj;\n\t\t\t\t},\n\n\t\t\t\ttrim: function trim(text) {\n\t\t\t\t\treturn text == null ? \"\" : (text + \"\").replace(rtrim, \"\");\n\t\t\t\t},\n\n\t\t\t\tmakeArray: function makeArray(arr, results) {\n\t\t\t\t\tvar ret = results || [];\n\n\t\t\t\t\tif (arr != null) {\n\t\t\t\t\t\tif (isArrayLike(Object(arr))) {\n\t\t\t\t\t\t\tjQuery.merge(ret, typeof arr === \"string\" ? [arr] : arr);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tpush.call(ret, arr);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn ret;\n\t\t\t\t},\n\n\t\t\t\tinArray: function inArray(elem, arr, i) {\n\t\t\t\t\tvar len;\n\n\t\t\t\t\tif (arr) {\n\t\t\t\t\t\tif (indexOf) {\n\t\t\t\t\t\t\treturn indexOf.call(arr, elem, i);\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tlen = arr.length;\n\t\t\t\t\t\ti = i ? i < 0 ? Math.max(0, len + i) : i : 0;\n\n\t\t\t\t\t\tfor (; i < len; i++) {\n\n\t\t\t\t\t\t\tif (i in arr && arr[i] === elem) {\n\t\t\t\t\t\t\t\treturn i;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn -1;\n\t\t\t\t},\n\n\t\t\t\tmerge: function merge(first, second) {\n\t\t\t\t\tvar len = +second.length,\n\t\t\t\t\t j = 0,\n\t\t\t\t\t i = first.length;\n\n\t\t\t\t\twhile (j < len) {\n\t\t\t\t\t\tfirst[i++] = second[j++];\n\t\t\t\t\t}\n\n\t\t\t\t\tif (len !== len) {\n\t\t\t\t\t\twhile (second[j] !== undefined) {\n\t\t\t\t\t\t\tfirst[i++] = second[j++];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tfirst.length = i;\n\n\t\t\t\t\treturn first;\n\t\t\t\t},\n\n\t\t\t\tgrep: function grep(elems, callback, invert) {\n\t\t\t\t\tvar callbackInverse,\n\t\t\t\t\t matches = [],\n\t\t\t\t\t i = 0,\n\t\t\t\t\t length = elems.length,\n\t\t\t\t\t callbackExpect = !invert;\n\n\t\t\t\t\tfor (; i < length; i++) {\n\t\t\t\t\t\tcallbackInverse = !callback(elems[i], i);\n\t\t\t\t\t\tif (callbackInverse !== callbackExpect) {\n\t\t\t\t\t\t\tmatches.push(elems[i]);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn matches;\n\t\t\t\t},\n\n\t\t\t\tmap: function map(elems, callback, arg) {\n\t\t\t\t\tvar length,\n\t\t\t\t\t value,\n\t\t\t\t\t i = 0,\n\t\t\t\t\t ret = [];\n\n\t\t\t\t\tif (isArrayLike(elems)) {\n\t\t\t\t\t\tlength = elems.length;\n\t\t\t\t\t\tfor (; i < length; i++) {\n\t\t\t\t\t\t\tvalue = callback(elems[i], i, arg);\n\n\t\t\t\t\t\t\tif (value != null) {\n\t\t\t\t\t\t\t\tret.push(value);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t} else {\n\t\t\t\t\t\tfor (i in elems) {\n\t\t\t\t\t\t\tvalue = callback(elems[i], i, arg);\n\n\t\t\t\t\t\t\tif (value != null) {\n\t\t\t\t\t\t\t\tret.push(value);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn concat.apply([], ret);\n\t\t\t\t},\n\n\t\t\t\tguid: 1,\n\n\t\t\t\tproxy: function proxy(fn, context) {\n\t\t\t\t\tvar args, proxy, tmp;\n\n\t\t\t\t\tif (typeof context === \"string\") {\n\t\t\t\t\t\ttmp = fn[context];\n\t\t\t\t\t\tcontext = fn;\n\t\t\t\t\t\tfn = tmp;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (!jQuery.isFunction(fn)) {\n\t\t\t\t\t\treturn undefined;\n\t\t\t\t\t}\n\n\t\t\t\t\targs = _slice.call(arguments, 2);\n\t\t\t\t\tproxy = function proxy() {\n\t\t\t\t\t\treturn fn.apply(context || this, args.concat(_slice.call(arguments)));\n\t\t\t\t\t};\n\n\t\t\t\t\tproxy.guid = fn.guid = fn.guid || jQuery.guid++;\n\n\t\t\t\t\treturn proxy;\n\t\t\t\t},\n\n\t\t\t\tnow: function now() {\n\t\t\t\t\treturn +new Date();\n\t\t\t\t},\n\n\t\t\t\tsupport: support\n\t\t\t});\n\n\t\t\tif (typeof Symbol === \"function\") {\n\t\t\t\tjQuery.fn[Symbol.iterator] = deletedIds[Symbol.iterator];\n\t\t\t}\n\n\t\t\tjQuery.each(\"Boolean Number String Function Array Date RegExp Object Error Symbol\".split(\" \"), function (i, name) {\n\t\t\t\tclass2type[\"[object \" + name + \"]\"] = name.toLowerCase();\n\t\t\t});\n\n\t\t\tfunction isArrayLike(obj) {\n\n\t\t\t\tvar length = !!obj && \"length\" in obj && obj.length,\n\t\t\t\t type = jQuery.type(obj);\n\n\t\t\t\tif (type === \"function\" || jQuery.isWindow(obj)) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\n\t\t\t\treturn type === \"array\" || length === 0 || typeof length === \"number\" && length > 0 && length - 1 in obj;\n\t\t\t}\n\t\t\tvar Sizzle =\n\t\t\tfunction (window) {\n\n\t\t\t\tvar i,\n\t\t\t\t support,\n\t\t\t\t Expr,\n\t\t\t\t getText,\n\t\t\t\t isXML,\n\t\t\t\t tokenize,\n\t\t\t\t compile,\n\t\t\t\t select,\n\t\t\t\t outermostContext,\n\t\t\t\t sortInput,\n\t\t\t\t hasDuplicate,\n\n\n\t\t\t\tsetDocument,\n\t\t\t\t document,\n\t\t\t\t docElem,\n\t\t\t\t documentIsHTML,\n\t\t\t\t rbuggyQSA,\n\t\t\t\t rbuggyMatches,\n\t\t\t\t matches,\n\t\t\t\t contains,\n\n\n\t\t\t\texpando = \"sizzle\" + 1 * new Date(),\n\t\t\t\t preferredDoc = window.document,\n\t\t\t\t dirruns = 0,\n\t\t\t\t done = 0,\n\t\t\t\t classCache = createCache(),\n\t\t\t\t tokenCache = createCache(),\n\t\t\t\t compilerCache = createCache(),\n\t\t\t\t sortOrder = function sortOrder(a, b) {\n\t\t\t\t\tif (a === b) {\n\t\t\t\t\t\thasDuplicate = true;\n\t\t\t\t\t}\n\t\t\t\t\treturn 0;\n\t\t\t\t},\n\n\n\t\t\t\tMAX_NEGATIVE = 1 << 31,\n\n\n\t\t\t\thasOwn = {}.hasOwnProperty,\n\t\t\t\t arr = [],\n\t\t\t\t pop = arr.pop,\n\t\t\t\t push_native = arr.push,\n\t\t\t\t push = arr.push,\n\t\t\t\t slice = arr.slice,\n\n\t\t\t\tindexOf = function indexOf(list, elem) {\n\t\t\t\t\tvar i = 0,\n\t\t\t\t\t len = list.length;\n\t\t\t\t\tfor (; i < len; i++) {\n\t\t\t\t\t\tif (list[i] === elem) {\n\t\t\t\t\t\t\treturn i;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn -1;\n\t\t\t\t},\n\t\t\t\t booleans = \"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped\",\n\n\n\n\t\t\t\twhitespace = \"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",\n\n\n\t\t\t\tidentifier = \"(?:\\\\\\\\.|[\\\\w-]|[^\\\\x00-\\\\xa0])+\",\n\n\n\t\t\t\tattributes = \"\\\\[\" + whitespace + \"*(\" + identifier + \")(?:\" + whitespace +\n\t\t\t\t\"*([*^$|!~]?=)\" + whitespace +\n\t\t\t\t\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\" + identifier + \"))|)\" + whitespace + \"*\\\\]\",\n\t\t\t\t pseudos = \":(\" + identifier + \")(?:\\\\((\" +\n\t\t\t\t\"('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|\" +\n\t\t\t\t\"((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\" + attributes + \")*)|\" +\n\t\t\t\t\".*\" + \")\\\\)|)\",\n\n\n\t\t\t\trwhitespace = new RegExp(whitespace + \"+\", \"g\"),\n\t\t\t\t rtrim = new RegExp(\"^\" + whitespace + \"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\" + whitespace + \"+$\", \"g\"),\n\t\t\t\t rcomma = new RegExp(\"^\" + whitespace + \"*,\" + whitespace + \"*\"),\n\t\t\t\t rcombinators = new RegExp(\"^\" + whitespace + \"*([>+~]|\" + whitespace + \")\" + whitespace + \"*\"),\n\t\t\t\t rattributeQuotes = new RegExp(\"=\" + whitespace + \"*([^\\\\]'\\\"]*?)\" + whitespace + \"*\\\\]\", \"g\"),\n\t\t\t\t rpseudo = new RegExp(pseudos),\n\t\t\t\t ridentifier = new RegExp(\"^\" + identifier + \"$\"),\n\t\t\t\t matchExpr = {\n\t\t\t\t\t\"ID\": new RegExp(\"^#(\" + identifier + \")\"),\n\t\t\t\t\t\"CLASS\": new RegExp(\"^\\\\.(\" + identifier + \")\"),\n\t\t\t\t\t\"TAG\": new RegExp(\"^(\" + identifier + \"|[*])\"),\n\t\t\t\t\t\"ATTR\": new RegExp(\"^\" + attributes),\n\t\t\t\t\t\"PSEUDO\": new RegExp(\"^\" + pseudos),\n\t\t\t\t\t\"CHILD\": new RegExp(\"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\" + whitespace + \"*(even|odd|(([+-]|)(\\\\d*)n|)\" + whitespace + \"*(?:([+-]|)\" + whitespace + \"*(\\\\d+)|))\" + whitespace + \"*\\\\)|)\", \"i\"),\n\t\t\t\t\t\"bool\": new RegExp(\"^(?:\" + booleans + \")$\", \"i\"),\n\t\t\t\t\t\"needsContext\": new RegExp(\"^\" + whitespace + \"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\" + whitespace + \"*((?:-\\\\d)?\\\\d*)\" + whitespace + \"*\\\\)|)(?=[^-]|$)\", \"i\")\n\t\t\t\t},\n\t\t\t\t rinputs = /^(?:input|select|textarea|button)$/i,\n\t\t\t\t rheader = /^h\\d$/i,\n\t\t\t\t rnative = /^[^{]+\\{\\s*\\[native \\w/,\n\n\n\t\t\t\trquickExpr = /^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,\n\t\t\t\t rsibling = /[+~]/,\n\t\t\t\t rescape = /'|\\\\/g,\n\n\n\t\t\t\trunescape = new RegExp(\"\\\\\\\\([\\\\da-f]{1,6}\" + whitespace + \"?|(\" + whitespace + \")|.)\", \"ig\"),\n\t\t\t\t funescape = function funescape(_, escaped, escapedWhitespace) {\n\t\t\t\t\tvar high = \"0x\" + escaped - 0x10000;\n\t\t\t\t\treturn high !== high || escapedWhitespace ? escaped : high < 0 ?\n\t\t\t\t\tString.fromCharCode(high + 0x10000) :\n\t\t\t\t\tString.fromCharCode(high >> 10 | 0xD800, high & 0x3FF | 0xDC00);\n\t\t\t\t},\n\n\n\t\t\t\tunloadHandler = function unloadHandler() {\n\t\t\t\t\tsetDocument();\n\t\t\t\t};\n\n\t\t\t\ttry {\n\t\t\t\t\tpush.apply(arr = slice.call(preferredDoc.childNodes), preferredDoc.childNodes);\n\t\t\t\t\tarr[preferredDoc.childNodes.length].nodeType;\n\t\t\t\t} catch (e) {\n\t\t\t\t\tpush = { apply: arr.length ?\n\n\t\t\t\t\t\tfunction (target, els) {\n\t\t\t\t\t\t\tpush_native.apply(target, slice.call(els));\n\t\t\t\t\t\t} :\n\n\t\t\t\t\t\tfunction (target, els) {\n\t\t\t\t\t\t\tvar j = target.length,\n\t\t\t\t\t\t\t i = 0;\n\t\t\t\t\t\t\twhile (target[j++] = els[i++]) {}\n\t\t\t\t\t\t\ttarget.length = j - 1;\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t}\n\n\t\t\t\tfunction Sizzle(selector, context, results, seed) {\n\t\t\t\t\tvar m,\n\t\t\t\t\t i,\n\t\t\t\t\t elem,\n\t\t\t\t\t nid,\n\t\t\t\t\t nidselect,\n\t\t\t\t\t match,\n\t\t\t\t\t groups,\n\t\t\t\t\t newSelector,\n\t\t\t\t\t newContext = context && context.ownerDocument,\n\n\n\t\t\t\t\tnodeType = context ? context.nodeType : 9;\n\n\t\t\t\t\tresults = results || [];\n\n\t\t\t\t\tif (typeof selector !== \"string\" || !selector || nodeType !== 1 && nodeType !== 9 && nodeType !== 11) {\n\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (!seed) {\n\n\t\t\t\t\t\tif ((context ? context.ownerDocument || context : preferredDoc) !== document) {\n\t\t\t\t\t\t\tsetDocument(context);\n\t\t\t\t\t\t}\n\t\t\t\t\t\tcontext = context || document;\n\n\t\t\t\t\t\tif (documentIsHTML) {\n\n\t\t\t\t\t\t\tif (nodeType !== 11 && (match = rquickExpr.exec(selector))) {\n\n\t\t\t\t\t\t\t\tif (m = match[1]) {\n\n\t\t\t\t\t\t\t\t\tif (nodeType === 9) {\n\t\t\t\t\t\t\t\t\t\tif (elem = context.getElementById(m)) {\n\n\t\t\t\t\t\t\t\t\t\t\tif (elem.id === m) {\n\t\t\t\t\t\t\t\t\t\t\t\tresults.push(elem);\n\t\t\t\t\t\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\tif (newContext && (elem = newContext.getElementById(m)) && contains(context, elem) && elem.id === m) {\n\n\t\t\t\t\t\t\t\t\t\t\tresults.push(elem);\n\t\t\t\t\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t} else if (match[2]) {\n\t\t\t\t\t\t\t\t\tpush.apply(results, context.getElementsByTagName(selector));\n\t\t\t\t\t\t\t\t\treturn results;\n\n\t\t\t\t\t\t\t\t} else if ((m = match[3]) && support.getElementsByClassName && context.getElementsByClassName) {\n\n\t\t\t\t\t\t\t\t\tpush.apply(results, context.getElementsByClassName(m));\n\t\t\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\tif (support.qsa && !compilerCache[selector + \" \"] && (!rbuggyQSA || !rbuggyQSA.test(selector))) {\n\n\t\t\t\t\t\t\t\tif (nodeType !== 1) {\n\t\t\t\t\t\t\t\t\tnewContext = context;\n\t\t\t\t\t\t\t\t\tnewSelector = selector;\n\n\t\t\t\t\t\t\t\t} else if (context.nodeName.toLowerCase() !== \"object\") {\n\n\t\t\t\t\t\t\t\t\tif (nid = context.getAttribute(\"id\")) {\n\t\t\t\t\t\t\t\t\t\tnid = nid.replace(rescape, \"\\\\$&\");\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tcontext.setAttribute(\"id\", nid = expando);\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\tgroups = tokenize(selector);\n\t\t\t\t\t\t\t\t\ti = groups.length;\n\t\t\t\t\t\t\t\t\tnidselect = ridentifier.test(nid) ? \"#\" + nid : \"[id='\" + nid + \"']\";\n\t\t\t\t\t\t\t\t\twhile (i--) {\n\t\t\t\t\t\t\t\t\t\tgroups[i] = nidselect + \" \" + toSelector(groups[i]);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tnewSelector = groups.join(\",\");\n\n\t\t\t\t\t\t\t\t\tnewContext = rsibling.test(selector) && testContext(context.parentNode) || context;\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tif (newSelector) {\n\t\t\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\t\t\tpush.apply(results, newContext.querySelectorAll(newSelector));\n\t\t\t\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t\t\t\t} catch (qsaError) {} finally {\n\t\t\t\t\t\t\t\t\t\tif (nid === expando) {\n\t\t\t\t\t\t\t\t\t\t\tcontext.removeAttribute(\"id\");\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn select(selector.replace(rtrim, \"$1\"), context, results, seed);\n\t\t\t\t}\n\n\t\t\t\t/**\n * Create key-value caches of limited size\n * @returns {function(string, object)} Returns the Object data after storing it on itself with\n *\tproperty name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)\n *\tdeleting the oldest entry\n */\n\t\t\t\tfunction createCache() {\n\t\t\t\t\tvar keys = [];\n\n\t\t\t\t\tfunction cache(key, value) {\n\t\t\t\t\t\tif (keys.push(key + \" \") > Expr.cacheLength) {\n\t\t\t\t\t\t\tdelete cache[keys.shift()];\n\t\t\t\t\t\t}\n\t\t\t\t\t\treturn cache[key + \" \"] = value;\n\t\t\t\t\t}\n\t\t\t\t\treturn cache;\n\t\t\t\t}\n\n\t\t\t\t/**\n * Mark a function for special use by Sizzle\n * @param {Function} fn The function to mark\n */\n\t\t\t\tfunction markFunction(fn) {\n\t\t\t\t\tfn[expando] = true;\n\t\t\t\t\treturn fn;\n\t\t\t\t}\n\n\t\t\t\t/**\n * Support testing using an element\n * @param {Function} fn Passed the created div and expects a boolean result\n */\n\t\t\t\tfunction assert(fn) {\n\t\t\t\t\tvar div = document.createElement(\"div\");\n\n\t\t\t\t\ttry {\n\t\t\t\t\t\treturn !!fn(div);\n\t\t\t\t\t} catch (e) {\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t} finally {\n\t\t\t\t\t\tif (div.parentNode) {\n\t\t\t\t\t\t\tdiv.parentNode.removeChild(div);\n\t\t\t\t\t\t}\n\t\t\t\t\t\tdiv = null;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t/**\n * Adds the same handler for all of the specified attrs\n * @param {String} attrs Pipe-separated list of attributes\n * @param {Function} handler The method that will be applied\n */\n\t\t\t\tfunction addHandle(attrs, handler) {\n\t\t\t\t\tvar arr = attrs.split(\"|\"),\n\t\t\t\t\t i = arr.length;\n\n\t\t\t\t\twhile (i--) {\n\t\t\t\t\t\tExpr.attrHandle[arr[i]] = handler;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t/**\n * Checks document order of two siblings\n * @param {Element} a\n * @param {Element} b\n * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b\n */\n\t\t\t\tfunction siblingCheck(a, b) {\n\t\t\t\t\tvar cur = b && a,\n\t\t\t\t\t diff = cur && a.nodeType === 1 && b.nodeType === 1 && (~b.sourceIndex || MAX_NEGATIVE) - (~a.sourceIndex || MAX_NEGATIVE);\n\n\t\t\t\t\tif (diff) {\n\t\t\t\t\t\treturn diff;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (cur) {\n\t\t\t\t\t\twhile (cur = cur.nextSibling) {\n\t\t\t\t\t\t\tif (cur === b) {\n\t\t\t\t\t\t\t\treturn -1;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn a ? 1 : -1;\n\t\t\t\t}\n\n\t\t\t\t/**\n * Returns a function to use in pseudos for input types\n * @param {String} type\n */\n\t\t\t\tfunction createInputPseudo(type) {\n\t\t\t\t\treturn function (elem) {\n\t\t\t\t\t\tvar name = elem.nodeName.toLowerCase();\n\t\t\t\t\t\treturn name === \"input\" && elem.type === type;\n\t\t\t\t\t};\n\t\t\t\t}\n\n\t\t\t\t/**\n * Returns a function to use in pseudos for buttons\n * @param {String} type\n */\n\t\t\t\tfunction createButtonPseudo(type) {\n\t\t\t\t\treturn function (elem) {\n\t\t\t\t\t\tvar name = elem.nodeName.toLowerCase();\n\t\t\t\t\t\treturn (name === \"input\" || name === \"button\") && elem.type === type;\n\t\t\t\t\t};\n\t\t\t\t}\n\n\t\t\t\t/**\n * Returns a function to use in pseudos for positionals\n * @param {Function} fn\n */\n\t\t\t\tfunction createPositionalPseudo(fn) {\n\t\t\t\t\treturn markFunction(function (argument) {\n\t\t\t\t\t\targument = +argument;\n\t\t\t\t\t\treturn markFunction(function (seed, matches) {\n\t\t\t\t\t\t\tvar j,\n\t\t\t\t\t\t\t matchIndexes = fn([], seed.length, argument),\n\t\t\t\t\t\t\t i = matchIndexes.length;\n\n\t\t\t\t\t\t\twhile (i--) {\n\t\t\t\t\t\t\t\tif (seed[j = matchIndexes[i]]) {\n\t\t\t\t\t\t\t\t\tseed[j] = !(matches[j] = seed[j]);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\t/**\n * Checks a node for validity as a Sizzle context\n * @param {Element|Object=} context\n * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value\n */\n\t\t\t\tfunction testContext(context) {\n\t\t\t\t\treturn context && typeof context.getElementsByTagName !== \"undefined\" && context;\n\t\t\t\t}\n\n\t\t\t\tsupport = Sizzle.support = {};\n\n\t\t\t\t/**\n * Detects XML nodes\n * @param {Element|Object} elem An element or a document\n * @returns {Boolean} True iff elem is a non-HTML XML node\n */\n\t\t\t\tisXML = Sizzle.isXML = function (elem) {\n\t\t\t\t\tvar documentElement = elem && (elem.ownerDocument || elem).documentElement;\n\t\t\t\t\treturn documentElement ? documentElement.nodeName !== \"HTML\" : false;\n\t\t\t\t};\n\n\t\t\t\t/**\n * Sets document-related variables once based on the current document\n * @param {Element|Object} [doc] An element or document object to use to set the document\n * @returns {Object} Returns the current document\n */\n\t\t\t\tsetDocument = Sizzle.setDocument = function (node) {\n\t\t\t\t\tvar hasCompare,\n\t\t\t\t\t parent,\n\t\t\t\t\t doc = node ? node.ownerDocument || node : preferredDoc;\n\n\t\t\t\t\tif (doc === document || doc.nodeType !== 9 || !doc.documentElement) {\n\t\t\t\t\t\treturn document;\n\t\t\t\t\t}\n\n\t\t\t\t\tdocument = doc;\n\t\t\t\t\tdocElem = document.documentElement;\n\t\t\t\t\tdocumentIsHTML = !isXML(document);\n\n\t\t\t\t\tif ((parent = document.defaultView) && parent.top !== parent) {\n\t\t\t\t\t\tif (parent.addEventListener) {\n\t\t\t\t\t\t\tparent.addEventListener(\"unload\", unloadHandler, false);\n\n\t\t\t\t\t\t} else if (parent.attachEvent) {\n\t\t\t\t\t\t\tparent.attachEvent(\"onunload\", unloadHandler);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\n\t\t\t\t\tsupport.attributes = assert(function (div) {\n\t\t\t\t\t\tdiv.className = \"i\";\n\t\t\t\t\t\treturn !div.getAttribute(\"className\");\n\t\t\t\t\t});\n\n\n\t\t\t\t\tsupport.getElementsByTagName = assert(function (div) {\n\t\t\t\t\t\tdiv.appendChild(document.createComment(\"\"));\n\t\t\t\t\t\treturn !div.getElementsByTagName(\"*\").length;\n\t\t\t\t\t});\n\n\t\t\t\t\tsupport.getElementsByClassName = rnative.test(document.getElementsByClassName);\n\n\t\t\t\t\tsupport.getById = assert(function (div) {\n\t\t\t\t\t\tdocElem.appendChild(div).id = expando;\n\t\t\t\t\t\treturn !document.getElementsByName || !document.getElementsByName(expando).length;\n\t\t\t\t\t});\n\n\t\t\t\t\tif (support.getById) {\n\t\t\t\t\t\tExpr.find[\"ID\"] = function (id, context) {\n\t\t\t\t\t\t\tif (typeof context.getElementById !== \"undefined\" && documentIsHTML) {\n\t\t\t\t\t\t\t\tvar m = context.getElementById(id);\n\t\t\t\t\t\t\t\treturn m ? [m] : [];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t};\n\t\t\t\t\t\tExpr.filter[\"ID\"] = function (id) {\n\t\t\t\t\t\t\tvar attrId = id.replace(runescape, funescape);\n\t\t\t\t\t\t\treturn function (elem) {\n\t\t\t\t\t\t\t\treturn elem.getAttribute(\"id\") === attrId;\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t};\n\t\t\t\t\t} else {\n\t\t\t\t\t\tdelete Expr.find[\"ID\"];\n\n\t\t\t\t\t\tExpr.filter[\"ID\"] = function (id) {\n\t\t\t\t\t\t\tvar attrId = id.replace(runescape, funescape);\n\t\t\t\t\t\t\treturn function (elem) {\n\t\t\t\t\t\t\t\tvar node = typeof elem.getAttributeNode !== \"undefined\" && elem.getAttributeNode(\"id\");\n\t\t\t\t\t\t\t\treturn node && node.value === attrId;\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t};\n\t\t\t\t\t}\n\n\t\t\t\t\tExpr.find[\"TAG\"] = support.getElementsByTagName ? function (tag, context) {\n\t\t\t\t\t\tif (typeof context.getElementsByTagName !== \"undefined\") {\n\t\t\t\t\t\t\treturn context.getElementsByTagName(tag);\n\n\t\t\t\t\t\t} else if (support.qsa) {\n\t\t\t\t\t\t\treturn context.querySelectorAll(tag);\n\t\t\t\t\t\t}\n\t\t\t\t\t} : function (tag, context) {\n\t\t\t\t\t\tvar elem,\n\t\t\t\t\t\t tmp = [],\n\t\t\t\t\t\t i = 0,\n\n\t\t\t\t\t\tresults = context.getElementsByTagName(tag);\n\n\t\t\t\t\t\tif (tag === \"*\") {\n\t\t\t\t\t\t\twhile (elem = results[i++]) {\n\t\t\t\t\t\t\t\tif (elem.nodeType === 1) {\n\t\t\t\t\t\t\t\t\ttmp.push(elem);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\treturn tmp;\n\t\t\t\t\t\t}\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t};\n\n\t\t\t\t\tExpr.find[\"CLASS\"] = support.getElementsByClassName && function (className, context) {\n\t\t\t\t\t\tif (typeof context.getElementsByClassName !== \"undefined\" && documentIsHTML) {\n\t\t\t\t\t\t\treturn context.getElementsByClassName(className);\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\n\n\n\t\t\t\t\trbuggyMatches = [];\n\n\t\t\t\t\trbuggyQSA = [];\n\n\t\t\t\t\tif (support.qsa = rnative.test(document.querySelectorAll)) {\n\t\t\t\t\t\tassert(function (div) {\n\t\t\t\t\t\t\tdocElem.appendChild(div).innerHTML = \"\" + \"\";\n\n\t\t\t\t\t\t\tif (div.querySelectorAll(\"[msallowcapture^='']\").length) {\n\t\t\t\t\t\t\t\trbuggyQSA.push(\"[*^$]=\" + whitespace + \"*(?:''|\\\"\\\")\");\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\tif (!div.querySelectorAll(\"[selected]\").length) {\n\t\t\t\t\t\t\t\trbuggyQSA.push(\"\\\\[\" + whitespace + \"*(?:value|\" + booleans + \")\");\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\tif (!div.querySelectorAll(\"[id~=\" + expando + \"-]\").length) {\n\t\t\t\t\t\t\t\trbuggyQSA.push(\"~=\");\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\tif (!div.querySelectorAll(\":checked\").length) {\n\t\t\t\t\t\t\t\trbuggyQSA.push(\":checked\");\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\tif (!div.querySelectorAll(\"a#\" + expando + \"+*\").length) {\n\t\t\t\t\t\t\t\trbuggyQSA.push(\".#.+[+~]\");\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t});\n\n\t\t\t\t\t\tassert(function (div) {\n\t\t\t\t\t\t\tvar input = document.createElement(\"input\");\n\t\t\t\t\t\t\tinput.setAttribute(\"type\", \"hidden\");\n\t\t\t\t\t\t\tdiv.appendChild(input).setAttribute(\"name\", \"D\");\n\n\t\t\t\t\t\t\tif (div.querySelectorAll(\"[name=d]\").length) {\n\t\t\t\t\t\t\t\trbuggyQSA.push(\"name\" + whitespace + \"*[*^$|!~]?=\");\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\tif (!div.querySelectorAll(\":enabled\").length) {\n\t\t\t\t\t\t\t\trbuggyQSA.push(\":enabled\", \":disabled\");\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\tdiv.querySelectorAll(\"*,:x\");\n\t\t\t\t\t\t\trbuggyQSA.push(\",.*:\");\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\tif (support.matchesSelector = rnative.test(matches = docElem.matches || docElem.webkitMatchesSelector || docElem.mozMatchesSelector || docElem.oMatchesSelector || docElem.msMatchesSelector)) {\n\n\t\t\t\t\t\tassert(function (div) {\n\t\t\t\t\t\t\tsupport.disconnectedMatch = matches.call(div, \"div\");\n\n\t\t\t\t\t\t\tmatches.call(div, \"[s!='']:x\");\n\t\t\t\t\t\t\trbuggyMatches.push(\"!=\", pseudos);\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\trbuggyQSA = rbuggyQSA.length && new RegExp(rbuggyQSA.join(\"|\"));\n\t\t\t\t\trbuggyMatches = rbuggyMatches.length && new RegExp(rbuggyMatches.join(\"|\"));\n\n\t\t\t\t\thasCompare = rnative.test(docElem.compareDocumentPosition);\n\n\t\t\t\t\tcontains = hasCompare || rnative.test(docElem.contains) ? function (a, b) {\n\t\t\t\t\t\tvar adown = a.nodeType === 9 ? a.documentElement : a,\n\t\t\t\t\t\t bup = b && b.parentNode;\n\t\t\t\t\t\treturn a === bup || !!(bup && bup.nodeType === 1 && (adown.contains ? adown.contains(bup) : a.compareDocumentPosition && a.compareDocumentPosition(bup) & 16));\n\t\t\t\t\t} : function (a, b) {\n\t\t\t\t\t\tif (b) {\n\t\t\t\t\t\t\twhile (b = b.parentNode) {\n\t\t\t\t\t\t\t\tif (b === a) {\n\t\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t};\n\n\n\t\t\t\t\tsortOrder = hasCompare ? function (a, b) {\n\n\t\t\t\t\t\tif (a === b) {\n\t\t\t\t\t\t\thasDuplicate = true;\n\t\t\t\t\t\t\treturn 0;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tvar compare = !a.compareDocumentPosition - !b.compareDocumentPosition;\n\t\t\t\t\t\tif (compare) {\n\t\t\t\t\t\t\treturn compare;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tcompare = (a.ownerDocument || a) === (b.ownerDocument || b) ? a.compareDocumentPosition(b) :\n\n\t\t\t\t\t\t1;\n\n\t\t\t\t\t\tif (compare & 1 || !support.sortDetached && b.compareDocumentPosition(a) === compare) {\n\n\t\t\t\t\t\t\tif (a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a)) {\n\t\t\t\t\t\t\t\treturn -1;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b)) {\n\t\t\t\t\t\t\t\treturn 1;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\treturn sortInput ? indexOf(sortInput, a) - indexOf(sortInput, b) : 0;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\treturn compare & 4 ? -1 : 1;\n\t\t\t\t\t} : function (a, b) {\n\t\t\t\t\t\tif (a === b) {\n\t\t\t\t\t\t\thasDuplicate = true;\n\t\t\t\t\t\t\treturn 0;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tvar cur,\n\t\t\t\t\t\t i = 0,\n\t\t\t\t\t\t aup = a.parentNode,\n\t\t\t\t\t\t bup = b.parentNode,\n\t\t\t\t\t\t ap = [a],\n\t\t\t\t\t\t bp = [b];\n\n\t\t\t\t\t\tif (!aup || !bup) {\n\t\t\t\t\t\t\treturn a === document ? -1 : b === document ? 1 : aup ? -1 : bup ? 1 : sortInput ? indexOf(sortInput, a) - indexOf(sortInput, b) : 0;\n\n\t\t\t\t\t\t} else if (aup === bup) {\n\t\t\t\t\t\t\treturn siblingCheck(a, b);\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tcur = a;\n\t\t\t\t\t\twhile (cur = cur.parentNode) {\n\t\t\t\t\t\t\tap.unshift(cur);\n\t\t\t\t\t\t}\n\t\t\t\t\t\tcur = b;\n\t\t\t\t\t\twhile (cur = cur.parentNode) {\n\t\t\t\t\t\t\tbp.unshift(cur);\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\twhile (ap[i] === bp[i]) {\n\t\t\t\t\t\t\ti++;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\treturn i ?\n\t\t\t\t\t\tsiblingCheck(ap[i], bp[i]) :\n\n\t\t\t\t\t\tap[i] === preferredDoc ? -1 : bp[i] === preferredDoc ? 1 : 0;\n\t\t\t\t\t};\n\n\t\t\t\t\treturn document;\n\t\t\t\t};\n\n\t\t\t\tSizzle.matches = function (expr, elements) {\n\t\t\t\t\treturn Sizzle(expr, null, null, elements);\n\t\t\t\t};\n\n\t\t\t\tSizzle.matchesSelector = function (elem, expr) {\n\t\t\t\t\tif ((elem.ownerDocument || elem) !== document) {\n\t\t\t\t\t\tsetDocument(elem);\n\t\t\t\t\t}\n\n\t\t\t\t\texpr = expr.replace(rattributeQuotes, \"='$1']\");\n\n\t\t\t\t\tif (support.matchesSelector && documentIsHTML && !compilerCache[expr + \" \"] && (!rbuggyMatches || !rbuggyMatches.test(expr)) && (!rbuggyQSA || !rbuggyQSA.test(expr))) {\n\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tvar ret = matches.call(elem, expr);\n\n\t\t\t\t\t\t\tif (ret || support.disconnectedMatch ||\n\t\t\t\t\t\t\telem.document && elem.document.nodeType !== 11) {\n\t\t\t\t\t\t\t\treturn ret;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} catch (e) {}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn Sizzle(expr, document, null, [elem]).length > 0;\n\t\t\t\t};\n\n\t\t\t\tSizzle.contains = function (context, elem) {\n\t\t\t\t\tif ((context.ownerDocument || context) !== document) {\n\t\t\t\t\t\tsetDocument(context);\n\t\t\t\t\t}\n\t\t\t\t\treturn contains(context, elem);\n\t\t\t\t};\n\n\t\t\t\tSizzle.attr = function (elem, name) {\n\t\t\t\t\tif ((elem.ownerDocument || elem) !== document) {\n\t\t\t\t\t\tsetDocument(elem);\n\t\t\t\t\t}\n\n\t\t\t\t\tvar fn = Expr.attrHandle[name.toLowerCase()],\n\n\t\t\t\t\tval = fn && hasOwn.call(Expr.attrHandle, name.toLowerCase()) ? fn(elem, name, !documentIsHTML) : undefined;\n\n\t\t\t\t\treturn val !== undefined ? val : support.attributes || !documentIsHTML ? elem.getAttribute(name) : (val = elem.getAttributeNode(name)) && val.specified ? val.value : null;\n\t\t\t\t};\n\n\t\t\t\tSizzle.error = function (msg) {\n\t\t\t\t\tthrow new Error(\"Syntax error, unrecognized expression: \" + msg);\n\t\t\t\t};\n\n\t\t\t\t/**\n * Document sorting and removing duplicates\n * @param {ArrayLike} results\n */\n\t\t\t\tSizzle.uniqueSort = function (results) {\n\t\t\t\t\tvar elem,\n\t\t\t\t\t duplicates = [],\n\t\t\t\t\t j = 0,\n\t\t\t\t\t i = 0;\n\n\t\t\t\t\thasDuplicate = !support.detectDuplicates;\n\t\t\t\t\tsortInput = !support.sortStable && results.slice(0);\n\t\t\t\t\tresults.sort(sortOrder);\n\n\t\t\t\t\tif (hasDuplicate) {\n\t\t\t\t\t\twhile (elem = results[i++]) {\n\t\t\t\t\t\t\tif (elem === results[i]) {\n\t\t\t\t\t\t\t\tj = duplicates.push(i);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\twhile (j--) {\n\t\t\t\t\t\t\tresults.splice(duplicates[j], 1);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tsortInput = null;\n\n\t\t\t\t\treturn results;\n\t\t\t\t};\n\n\t\t\t\t/**\n * Utility function for retrieving the text value of an array of DOM nodes\n * @param {Array|Element} elem\n */\n\t\t\t\tgetText = Sizzle.getText = function (elem) {\n\t\t\t\t\tvar node,\n\t\t\t\t\t ret = \"\",\n\t\t\t\t\t i = 0,\n\t\t\t\t\t nodeType = elem.nodeType;\n\n\t\t\t\t\tif (!nodeType) {\n\t\t\t\t\t\twhile (node = elem[i++]) {\n\t\t\t\t\t\t\tret += getText(node);\n\t\t\t\t\t\t}\n\t\t\t\t\t} else if (nodeType === 1 || nodeType === 9 || nodeType === 11) {\n\t\t\t\t\t\tif (typeof elem.textContent === \"string\") {\n\t\t\t\t\t\t\treturn elem.textContent;\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tfor (elem = elem.firstChild; elem; elem = elem.nextSibling) {\n\t\t\t\t\t\t\t\tret += getText(elem);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t} else if (nodeType === 3 || nodeType === 4) {\n\t\t\t\t\t\treturn elem.nodeValue;\n\t\t\t\t\t}\n\n\t\t\t\t\treturn ret;\n\t\t\t\t};\n\n\t\t\t\tExpr = Sizzle.selectors = {\n\n\t\t\t\t\tcacheLength: 50,\n\n\t\t\t\t\tcreatePseudo: markFunction,\n\n\t\t\t\t\tmatch: matchExpr,\n\n\t\t\t\t\tattrHandle: {},\n\n\t\t\t\t\tfind: {},\n\n\t\t\t\t\trelative: {\n\t\t\t\t\t\t\">\": { dir: \"parentNode\", first: true },\n\t\t\t\t\t\t\" \": { dir: \"parentNode\" },\n\t\t\t\t\t\t\"+\": { dir: \"previousSibling\", first: true },\n\t\t\t\t\t\t\"~\": { dir: \"previousSibling\" }\n\t\t\t\t\t},\n\n\t\t\t\t\tpreFilter: {\n\t\t\t\t\t\t\"ATTR\": function ATTR(match) {\n\t\t\t\t\t\t\tmatch[1] = match[1].replace(runescape, funescape);\n\n\t\t\t\t\t\t\tmatch[3] = (match[3] || match[4] || match[5] || \"\").replace(runescape, funescape);\n\n\t\t\t\t\t\t\tif (match[2] === \"~=\") {\n\t\t\t\t\t\t\t\tmatch[3] = \" \" + match[3] + \" \";\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\treturn match.slice(0, 4);\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\"CHILD\": function CHILD(match) {\n\t\t\t\t\t\t\tmatch[1] = match[1].toLowerCase();\n\n\t\t\t\t\t\t\tif (match[1].slice(0, 3) === \"nth\") {\n\t\t\t\t\t\t\t\tif (!match[3]) {\n\t\t\t\t\t\t\t\t\tSizzle.error(match[0]);\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tmatch[4] = +(match[4] ? match[5] + (match[6] || 1) : 2 * (match[3] === \"even\" || match[3] === \"odd\"));\n\t\t\t\t\t\t\t\tmatch[5] = +(match[7] + match[8] || match[3] === \"odd\");\n\n\t\t\t\t\t\t\t} else if (match[3]) {\n\t\t\t\t\t\t\t\tSizzle.error(match[0]);\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\treturn match;\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\"PSEUDO\": function PSEUDO(match) {\n\t\t\t\t\t\t\tvar excess,\n\t\t\t\t\t\t\t unquoted = !match[6] && match[2];\n\n\t\t\t\t\t\t\tif (matchExpr[\"CHILD\"].test(match[0])) {\n\t\t\t\t\t\t\t\treturn null;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\tif (match[3]) {\n\t\t\t\t\t\t\t\tmatch[2] = match[4] || match[5] || \"\";\n\n\t\t\t\t\t\t\t} else if (unquoted && rpseudo.test(unquoted) && (\n\t\t\t\t\t\t\texcess = tokenize(unquoted, true)) && (\n\t\t\t\t\t\t\texcess = unquoted.indexOf(\")\", unquoted.length - excess) - unquoted.length)) {\n\n\t\t\t\t\t\t\t\tmatch[0] = match[0].slice(0, excess);\n\t\t\t\t\t\t\t\tmatch[2] = unquoted.slice(0, excess);\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\treturn match.slice(0, 3);\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\n\t\t\t\t\tfilter: {\n\n\t\t\t\t\t\t\"TAG\": function TAG(nodeNameSelector) {\n\t\t\t\t\t\t\tvar nodeName = nodeNameSelector.replace(runescape, funescape).toLowerCase();\n\t\t\t\t\t\t\treturn nodeNameSelector === \"*\" ? function () {\n\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t} : function (elem) {\n\t\t\t\t\t\t\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\"CLASS\": function CLASS(className) {\n\t\t\t\t\t\t\tvar pattern = classCache[className + \" \"];\n\n\t\t\t\t\t\t\treturn pattern || (pattern = new RegExp(\"(^|\" + whitespace + \")\" + className + \"(\" + whitespace + \"|$)\")) && classCache(className, function (elem) {\n\t\t\t\t\t\t\t\treturn pattern.test(typeof elem.className === \"string\" && elem.className || typeof elem.getAttribute !== \"undefined\" && elem.getAttribute(\"class\") || \"\");\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\"ATTR\": function ATTR(name, operator, check) {\n\t\t\t\t\t\t\treturn function (elem) {\n\t\t\t\t\t\t\t\tvar result = Sizzle.attr(elem, name);\n\n\t\t\t\t\t\t\t\tif (result == null) {\n\t\t\t\t\t\t\t\t\treturn operator === \"!=\";\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (!operator) {\n\t\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tresult += \"\";\n\n\t\t\t\t\t\t\t\treturn operator === \"=\" ? result === check : operator === \"!=\" ? result !== check : operator === \"^=\" ? check && result.indexOf(check) === 0 : operator === \"*=\" ? check && result.indexOf(check) > -1 : operator === \"$=\" ? check && result.slice(-check.length) === check : operator === \"~=\" ? (\" \" + result.replace(rwhitespace, \" \") + \" \").indexOf(check) > -1 : operator === \"|=\" ? result === check || result.slice(0, check.length + 1) === check + \"-\" : false;\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\"CHILD\": function CHILD(type, what, argument, first, last) {\n\t\t\t\t\t\t\tvar simple = type.slice(0, 3) !== \"nth\",\n\t\t\t\t\t\t\t forward = type.slice(-4) !== \"last\",\n\t\t\t\t\t\t\t ofType = what === \"of-type\";\n\n\t\t\t\t\t\t\treturn first === 1 && last === 0 ?\n\n\t\t\t\t\t\t\tfunction (elem) {\n\t\t\t\t\t\t\t\treturn !!elem.parentNode;\n\t\t\t\t\t\t\t} : function (elem, context, xml) {\n\t\t\t\t\t\t\t\tvar cache,\n\t\t\t\t\t\t\t\t uniqueCache,\n\t\t\t\t\t\t\t\t outerCache,\n\t\t\t\t\t\t\t\t node,\n\t\t\t\t\t\t\t\t nodeIndex,\n\t\t\t\t\t\t\t\t start,\n\t\t\t\t\t\t\t\t dir = simple !== forward ? \"nextSibling\" : \"previousSibling\",\n\t\t\t\t\t\t\t\t parent = elem.parentNode,\n\t\t\t\t\t\t\t\t name = ofType && elem.nodeName.toLowerCase(),\n\t\t\t\t\t\t\t\t useCache = !xml && !ofType,\n\t\t\t\t\t\t\t\t diff = false;\n\n\t\t\t\t\t\t\t\tif (parent) {\n\n\t\t\t\t\t\t\t\t\tif (simple) {\n\t\t\t\t\t\t\t\t\t\twhile (dir) {\n\t\t\t\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\t\t\t\twhile (node = node[dir]) {\n\t\t\t\t\t\t\t\t\t\t\t\tif (ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1) {\n\n\t\t\t\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\tstart = dir = type === \"only\" && !start && \"nextSibling\";\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\tstart = [forward ? parent.firstChild : parent.lastChild];\n\n\t\t\t\t\t\t\t\t\tif (forward && useCache) {\n\n\n\t\t\t\t\t\t\t\t\t\tnode = parent;\n\t\t\t\t\t\t\t\t\t\touterCache = node[expando] || (node[expando] = {});\n\n\t\t\t\t\t\t\t\t\t\tuniqueCache = outerCache[node.uniqueID] || (outerCache[node.uniqueID] = {});\n\n\t\t\t\t\t\t\t\t\t\tcache = uniqueCache[type] || [];\n\t\t\t\t\t\t\t\t\t\tnodeIndex = cache[0] === dirruns && cache[1];\n\t\t\t\t\t\t\t\t\t\tdiff = nodeIndex && cache[2];\n\t\t\t\t\t\t\t\t\t\tnode = nodeIndex && parent.childNodes[nodeIndex];\n\n\t\t\t\t\t\t\t\t\t\twhile (node = ++nodeIndex && node && node[dir] || (\n\n\t\t\t\t\t\t\t\t\t\tdiff = nodeIndex = 0) || start.pop()) {\n\n\t\t\t\t\t\t\t\t\t\t\tif (node.nodeType === 1 && ++diff && node === elem) {\n\t\t\t\t\t\t\t\t\t\t\t\tuniqueCache[type] = [dirruns, nodeIndex, diff];\n\t\t\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tif (useCache) {\n\t\t\t\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\t\t\t\touterCache = node[expando] || (node[expando] = {});\n\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache = outerCache[node.uniqueID] || (outerCache[node.uniqueID] = {});\n\n\t\t\t\t\t\t\t\t\t\t\tcache = uniqueCache[type] || [];\n\t\t\t\t\t\t\t\t\t\t\tnodeIndex = cache[0] === dirruns && cache[1];\n\t\t\t\t\t\t\t\t\t\t\tdiff = nodeIndex;\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tif (diff === false) {\n\t\t\t\t\t\t\t\t\t\t\twhile (node = ++nodeIndex && node && node[dir] || (diff = nodeIndex = 0) || start.pop()) {\n\n\t\t\t\t\t\t\t\t\t\t\t\tif ((ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1) && ++diff) {\n\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (useCache) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\touterCache = node[expando] || (node[expando] = {});\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tuniqueCache = outerCache[node.uniqueID] || (outerCache[node.uniqueID] = {});\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tuniqueCache[type] = [dirruns, diff];\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (node === elem) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\tdiff -= last;\n\t\t\t\t\t\t\t\t\treturn diff === first || diff % first === 0 && diff / first >= 0;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\"PSEUDO\": function PSEUDO(pseudo, argument) {\n\t\t\t\t\t\t\tvar args,\n\t\t\t\t\t\t\t fn = Expr.pseudos[pseudo] || Expr.setFilters[pseudo.toLowerCase()] || Sizzle.error(\"unsupported pseudo: \" + pseudo);\n\n\t\t\t\t\t\t\tif (fn[expando]) {\n\t\t\t\t\t\t\t\treturn fn(argument);\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\tif (fn.length > 1) {\n\t\t\t\t\t\t\t\targs = [pseudo, pseudo, \"\", argument];\n\t\t\t\t\t\t\t\treturn Expr.setFilters.hasOwnProperty(pseudo.toLowerCase()) ? markFunction(function (seed, matches) {\n\t\t\t\t\t\t\t\t\tvar idx,\n\t\t\t\t\t\t\t\t\t matched = fn(seed, argument),\n\t\t\t\t\t\t\t\t\t i = matched.length;\n\t\t\t\t\t\t\t\t\twhile (i--) {\n\t\t\t\t\t\t\t\t\t\tidx = indexOf(seed, matched[i]);\n\t\t\t\t\t\t\t\t\t\tseed[idx] = !(matches[idx] = matched[i]);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}) : function (elem) {\n\t\t\t\t\t\t\t\t\treturn fn(elem, 0, args);\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\treturn fn;\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\n\t\t\t\t\tpseudos: {\n\t\t\t\t\t\t\"not\": markFunction(function (selector) {\n\t\t\t\t\t\t\tvar input = [],\n\t\t\t\t\t\t\t results = [],\n\t\t\t\t\t\t\t matcher = compile(selector.replace(rtrim, \"$1\"));\n\n\t\t\t\t\t\t\treturn matcher[expando] ? markFunction(function (seed, matches, context, xml) {\n\t\t\t\t\t\t\t\tvar elem,\n\t\t\t\t\t\t\t\t unmatched = matcher(seed, null, xml, []),\n\t\t\t\t\t\t\t\t i = seed.length;\n\n\t\t\t\t\t\t\t\twhile (i--) {\n\t\t\t\t\t\t\t\t\tif (elem = unmatched[i]) {\n\t\t\t\t\t\t\t\t\t\tseed[i] = !(matches[i] = elem);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}) : function (elem, context, xml) {\n\t\t\t\t\t\t\t\tinput[0] = elem;\n\t\t\t\t\t\t\t\tmatcher(input, null, xml, results);\n\t\t\t\t\t\t\t\tinput[0] = null;\n\t\t\t\t\t\t\t\treturn !results.pop();\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}),\n\n\t\t\t\t\t\t\"has\": markFunction(function (selector) {\n\t\t\t\t\t\t\treturn function (elem) {\n\t\t\t\t\t\t\t\treturn Sizzle(selector, elem).length > 0;\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}),\n\n\t\t\t\t\t\t\"contains\": markFunction(function (text) {\n\t\t\t\t\t\t\ttext = text.replace(runescape, funescape);\n\t\t\t\t\t\t\treturn function (elem) {\n\t\t\t\t\t\t\t\treturn (elem.textContent || elem.innerText || getText(elem)).indexOf(text) > -1;\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}),\n\n\t\t\t\t\t\t\"lang\": markFunction(function (lang) {\n\t\t\t\t\t\t\tif (!ridentifier.test(lang || \"\")) {\n\t\t\t\t\t\t\t\tSizzle.error(\"unsupported lang: \" + lang);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tlang = lang.replace(runescape, funescape).toLowerCase();\n\t\t\t\t\t\t\treturn function (elem) {\n\t\t\t\t\t\t\t\tvar elemLang;\n\t\t\t\t\t\t\t\tdo {\n\t\t\t\t\t\t\t\t\tif (elemLang = documentIsHTML ? elem.lang : elem.getAttribute(\"xml:lang\") || elem.getAttribute(\"lang\")) {\n\n\t\t\t\t\t\t\t\t\t\telemLang = elemLang.toLowerCase();\n\t\t\t\t\t\t\t\t\t\treturn elemLang === lang || elemLang.indexOf(lang + \"-\") === 0;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} while ((elem = elem.parentNode) && elem.nodeType === 1);\n\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}),\n\n\t\t\t\t\t\t\"target\": function target(elem) {\n\t\t\t\t\t\t\tvar hash = window.location && window.location.hash;\n\t\t\t\t\t\t\treturn hash && hash.slice(1) === elem.id;\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\"root\": function root(elem) {\n\t\t\t\t\t\t\treturn elem === docElem;\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\"focus\": function focus(elem) {\n\t\t\t\t\t\t\treturn elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\"enabled\": function enabled(elem) {\n\t\t\t\t\t\t\treturn elem.disabled === false;\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\"disabled\": function disabled(elem) {\n\t\t\t\t\t\t\treturn elem.disabled === true;\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\"checked\": function checked(elem) {\n\t\t\t\t\t\t\tvar nodeName = elem.nodeName.toLowerCase();\n\t\t\t\t\t\t\treturn nodeName === \"input\" && !!elem.checked || nodeName === \"option\" && !!elem.selected;\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\"selected\": function selected(elem) {\n\t\t\t\t\t\t\tif (elem.parentNode) {\n\t\t\t\t\t\t\t\telem.parentNode.selectedIndex;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\treturn elem.selected === true;\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\"empty\": function empty(elem) {\n\t\t\t\t\t\t\tfor (elem = elem.firstChild; elem; elem = elem.nextSibling) {\n\t\t\t\t\t\t\t\tif (elem.nodeType < 6) {\n\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\"parent\": function parent(elem) {\n\t\t\t\t\t\t\treturn !Expr.pseudos[\"empty\"](elem);\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\"header\": function header(elem) {\n\t\t\t\t\t\t\treturn rheader.test(elem.nodeName);\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\"input\": function input(elem) {\n\t\t\t\t\t\t\treturn rinputs.test(elem.nodeName);\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\"button\": function button(elem) {\n\t\t\t\t\t\t\tvar name = elem.nodeName.toLowerCase();\n\t\t\t\t\t\t\treturn name === \"input\" && elem.type === \"button\" || name === \"button\";\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\"text\": function text(elem) {\n\t\t\t\t\t\t\tvar attr;\n\t\t\t\t\t\t\treturn elem.nodeName.toLowerCase() === \"input\" && elem.type === \"text\" && (\n\n\t\t\t\t\t\t\t(attr = elem.getAttribute(\"type\")) == null || attr.toLowerCase() === \"text\");\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\"first\": createPositionalPseudo(function () {\n\t\t\t\t\t\t\treturn [0];\n\t\t\t\t\t\t}),\n\n\t\t\t\t\t\t\"last\": createPositionalPseudo(function (matchIndexes, length) {\n\t\t\t\t\t\t\treturn [length - 1];\n\t\t\t\t\t\t}),\n\n\t\t\t\t\t\t\"eq\": createPositionalPseudo(function (matchIndexes, length, argument) {\n\t\t\t\t\t\t\treturn [argument < 0 ? argument + length : argument];\n\t\t\t\t\t\t}),\n\n\t\t\t\t\t\t\"even\": createPositionalPseudo(function (matchIndexes, length) {\n\t\t\t\t\t\t\tvar i = 0;\n\t\t\t\t\t\t\tfor (; i < length; i += 2) {\n\t\t\t\t\t\t\t\tmatchIndexes.push(i);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn matchIndexes;\n\t\t\t\t\t\t}),\n\n\t\t\t\t\t\t\"odd\": createPositionalPseudo(function (matchIndexes, length) {\n\t\t\t\t\t\t\tvar i = 1;\n\t\t\t\t\t\t\tfor (; i < length; i += 2) {\n\t\t\t\t\t\t\t\tmatchIndexes.push(i);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn matchIndexes;\n\t\t\t\t\t\t}),\n\n\t\t\t\t\t\t\"lt\": createPositionalPseudo(function (matchIndexes, length, argument) {\n\t\t\t\t\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\t\t\t\t\tfor (; --i >= 0;) {\n\t\t\t\t\t\t\t\tmatchIndexes.push(i);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn matchIndexes;\n\t\t\t\t\t\t}),\n\n\t\t\t\t\t\t\"gt\": createPositionalPseudo(function (matchIndexes, length, argument) {\n\t\t\t\t\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\t\t\t\t\tfor (; ++i < length;) {\n\t\t\t\t\t\t\t\tmatchIndexes.push(i);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn matchIndexes;\n\t\t\t\t\t\t})\n\t\t\t\t\t}\n\t\t\t\t};\n\n\t\t\t\tExpr.pseudos[\"nth\"] = Expr.pseudos[\"eq\"];\n\n\t\t\t\tfor (i in { radio: true, checkbox: true, file: true, password: true, image: true }) {\n\t\t\t\t\tExpr.pseudos[i] = createInputPseudo(i);\n\t\t\t\t}\n\t\t\t\tfor (i in { submit: true, reset: true }) {\n\t\t\t\t\tExpr.pseudos[i] = createButtonPseudo(i);\n\t\t\t\t}\n\n\t\t\t\tfunction setFilters() {}\n\t\t\t\tsetFilters.prototype = Expr.filters = Expr.pseudos;\n\t\t\t\tExpr.setFilters = new setFilters();\n\n\t\t\t\ttokenize = Sizzle.tokenize = function (selector, parseOnly) {\n\t\t\t\t\tvar matched,\n\t\t\t\t\t match,\n\t\t\t\t\t tokens,\n\t\t\t\t\t type,\n\t\t\t\t\t soFar,\n\t\t\t\t\t groups,\n\t\t\t\t\t preFilters,\n\t\t\t\t\t cached = tokenCache[selector + \" \"];\n\n\t\t\t\t\tif (cached) {\n\t\t\t\t\t\treturn parseOnly ? 0 : cached.slice(0);\n\t\t\t\t\t}\n\n\t\t\t\t\tsoFar = selector;\n\t\t\t\t\tgroups = [];\n\t\t\t\t\tpreFilters = Expr.preFilter;\n\n\t\t\t\t\twhile (soFar) {\n\n\t\t\t\t\t\tif (!matched || (match = rcomma.exec(soFar))) {\n\t\t\t\t\t\t\tif (match) {\n\t\t\t\t\t\t\t\tsoFar = soFar.slice(match[0].length) || soFar;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tgroups.push(tokens = []);\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tmatched = false;\n\n\t\t\t\t\t\tif (match = rcombinators.exec(soFar)) {\n\t\t\t\t\t\t\tmatched = match.shift();\n\t\t\t\t\t\t\ttokens.push({\n\t\t\t\t\t\t\t\tvalue: matched,\n\t\t\t\t\t\t\t\ttype: match[0].replace(rtrim, \" \")\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\tsoFar = soFar.slice(matched.length);\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tfor (type in Expr.filter) {\n\t\t\t\t\t\t\tif ((match = matchExpr[type].exec(soFar)) && (!preFilters[type] || (match = preFilters[type](match)))) {\n\t\t\t\t\t\t\t\tmatched = match.shift();\n\t\t\t\t\t\t\t\ttokens.push({\n\t\t\t\t\t\t\t\t\tvalue: matched,\n\t\t\t\t\t\t\t\t\ttype: type,\n\t\t\t\t\t\t\t\t\tmatches: match\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\tsoFar = soFar.slice(matched.length);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif (!matched) {\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn parseOnly ? soFar.length : soFar ? Sizzle.error(selector) :\n\t\t\t\t\ttokenCache(selector, groups).slice(0);\n\t\t\t\t};\n\n\t\t\t\tfunction toSelector(tokens) {\n\t\t\t\t\tvar i = 0,\n\t\t\t\t\t len = tokens.length,\n\t\t\t\t\t selector = \"\";\n\t\t\t\t\tfor (; i < len; i++) {\n\t\t\t\t\t\tselector += tokens[i].value;\n\t\t\t\t\t}\n\t\t\t\t\treturn selector;\n\t\t\t\t}\n\n\t\t\t\tfunction addCombinator(matcher, combinator, base) {\n\t\t\t\t\tvar dir = combinator.dir,\n\t\t\t\t\t checkNonElements = base && dir === \"parentNode\",\n\t\t\t\t\t doneName = done++;\n\n\t\t\t\t\treturn combinator.first ?\n\t\t\t\t\tfunction (elem, context, xml) {\n\t\t\t\t\t\twhile (elem = elem[dir]) {\n\t\t\t\t\t\t\tif (elem.nodeType === 1 || checkNonElements) {\n\t\t\t\t\t\t\t\treturn matcher(elem, context, xml);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t} :\n\n\t\t\t\t\tfunction (elem, context, xml) {\n\t\t\t\t\t\tvar oldCache,\n\t\t\t\t\t\t uniqueCache,\n\t\t\t\t\t\t outerCache,\n\t\t\t\t\t\t newCache = [dirruns, doneName];\n\n\t\t\t\t\t\tif (xml) {\n\t\t\t\t\t\t\twhile (elem = elem[dir]) {\n\t\t\t\t\t\t\t\tif (elem.nodeType === 1 || checkNonElements) {\n\t\t\t\t\t\t\t\t\tif (matcher(elem, context, xml)) {\n\t\t\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\twhile (elem = elem[dir]) {\n\t\t\t\t\t\t\t\tif (elem.nodeType === 1 || checkNonElements) {\n\t\t\t\t\t\t\t\t\touterCache = elem[expando] || (elem[expando] = {});\n\n\t\t\t\t\t\t\t\t\tuniqueCache = outerCache[elem.uniqueID] || (outerCache[elem.uniqueID] = {});\n\n\t\t\t\t\t\t\t\t\tif ((oldCache = uniqueCache[dir]) && oldCache[0] === dirruns && oldCache[1] === doneName) {\n\n\t\t\t\t\t\t\t\t\t\treturn newCache[2] = oldCache[2];\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tuniqueCache[dir] = newCache;\n\n\t\t\t\t\t\t\t\t\t\tif (newCache[2] = matcher(elem, context, xml)) {\n\t\t\t\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t}\n\n\t\t\t\tfunction elementMatcher(matchers) {\n\t\t\t\t\treturn matchers.length > 1 ? function (elem, context, xml) {\n\t\t\t\t\t\tvar i = matchers.length;\n\t\t\t\t\t\twhile (i--) {\n\t\t\t\t\t\t\tif (!matchers[i](elem, context, xml)) {\n\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t} : matchers[0];\n\t\t\t\t}\n\n\t\t\t\tfunction multipleContexts(selector, contexts, results) {\n\t\t\t\t\tvar i = 0,\n\t\t\t\t\t len = contexts.length;\n\t\t\t\t\tfor (; i < len; i++) {\n\t\t\t\t\t\tSizzle(selector, contexts[i], results);\n\t\t\t\t\t}\n\t\t\t\t\treturn results;\n\t\t\t\t}\n\n\t\t\t\tfunction condense(unmatched, map, filter, context, xml) {\n\t\t\t\t\tvar elem,\n\t\t\t\t\t newUnmatched = [],\n\t\t\t\t\t i = 0,\n\t\t\t\t\t len = unmatched.length,\n\t\t\t\t\t mapped = map != null;\n\n\t\t\t\t\tfor (; i < len; i++) {\n\t\t\t\t\t\tif (elem = unmatched[i]) {\n\t\t\t\t\t\t\tif (!filter || filter(elem, context, xml)) {\n\t\t\t\t\t\t\t\tnewUnmatched.push(elem);\n\t\t\t\t\t\t\t\tif (mapped) {\n\t\t\t\t\t\t\t\t\tmap.push(i);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn newUnmatched;\n\t\t\t\t}\n\n\t\t\t\tfunction setMatcher(preFilter, selector, matcher, postFilter, postFinder, postSelector) {\n\t\t\t\t\tif (postFilter && !postFilter[expando]) {\n\t\t\t\t\t\tpostFilter = setMatcher(postFilter);\n\t\t\t\t\t}\n\t\t\t\t\tif (postFinder && !postFinder[expando]) {\n\t\t\t\t\t\tpostFinder = setMatcher(postFinder, postSelector);\n\t\t\t\t\t}\n\t\t\t\t\treturn markFunction(function (seed, results, context, xml) {\n\t\t\t\t\t\tvar temp,\n\t\t\t\t\t\t i,\n\t\t\t\t\t\t elem,\n\t\t\t\t\t\t preMap = [],\n\t\t\t\t\t\t postMap = [],\n\t\t\t\t\t\t preexisting = results.length,\n\n\n\t\t\t\t\t\telems = seed || multipleContexts(selector || \"*\", context.nodeType ? [context] : context, []),\n\n\n\t\t\t\t\t\tmatcherIn = preFilter && (seed || !selector) ? condense(elems, preMap, preFilter, context, xml) : elems,\n\t\t\t\t\t\t matcherOut = matcher ?\n\t\t\t\t\t\tpostFinder || (seed ? preFilter : preexisting || postFilter) ?\n\n\t\t\t\t\t\t[] :\n\n\t\t\t\t\t\tresults : matcherIn;\n\n\t\t\t\t\t\tif (matcher) {\n\t\t\t\t\t\t\tmatcher(matcherIn, matcherOut, context, xml);\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif (postFilter) {\n\t\t\t\t\t\t\ttemp = condense(matcherOut, postMap);\n\t\t\t\t\t\t\tpostFilter(temp, [], context, xml);\n\n\t\t\t\t\t\t\ti = temp.length;\n\t\t\t\t\t\t\twhile (i--) {\n\t\t\t\t\t\t\t\tif (elem = temp[i]) {\n\t\t\t\t\t\t\t\t\tmatcherOut[postMap[i]] = !(matcherIn[postMap[i]] = elem);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif (seed) {\n\t\t\t\t\t\t\tif (postFinder || preFilter) {\n\t\t\t\t\t\t\t\tif (postFinder) {\n\t\t\t\t\t\t\t\t\ttemp = [];\n\t\t\t\t\t\t\t\t\ti = matcherOut.length;\n\t\t\t\t\t\t\t\t\twhile (i--) {\n\t\t\t\t\t\t\t\t\t\tif (elem = matcherOut[i]) {\n\t\t\t\t\t\t\t\t\t\t\ttemp.push(matcherIn[i] = elem);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tpostFinder(null, matcherOut = [], temp, xml);\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\ti = matcherOut.length;\n\t\t\t\t\t\t\t\twhile (i--) {\n\t\t\t\t\t\t\t\t\tif ((elem = matcherOut[i]) && (temp = postFinder ? indexOf(seed, elem) : preMap[i]) > -1) {\n\n\t\t\t\t\t\t\t\t\t\tseed[temp] = !(results[temp] = elem);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tmatcherOut = condense(matcherOut === results ? matcherOut.splice(preexisting, matcherOut.length) : matcherOut);\n\t\t\t\t\t\t\tif (postFinder) {\n\t\t\t\t\t\t\t\tpostFinder(null, results, matcherOut, xml);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tpush.apply(results, matcherOut);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\tfunction matcherFromTokens(tokens) {\n\t\t\t\t\tvar checkContext,\n\t\t\t\t\t matcher,\n\t\t\t\t\t j,\n\t\t\t\t\t len = tokens.length,\n\t\t\t\t\t leadingRelative = Expr.relative[tokens[0].type],\n\t\t\t\t\t implicitRelative = leadingRelative || Expr.relative[\" \"],\n\t\t\t\t\t i = leadingRelative ? 1 : 0,\n\n\n\t\t\t\t\tmatchContext = addCombinator(function (elem) {\n\t\t\t\t\t\treturn elem === checkContext;\n\t\t\t\t\t}, implicitRelative, true),\n\t\t\t\t\t matchAnyContext = addCombinator(function (elem) {\n\t\t\t\t\t\treturn indexOf(checkContext, elem) > -1;\n\t\t\t\t\t}, implicitRelative, true),\n\t\t\t\t\t matchers = [function (elem, context, xml) {\n\t\t\t\t\t\tvar ret = !leadingRelative && (xml || context !== outermostContext) || ((checkContext = context).nodeType ? matchContext(elem, context, xml) : matchAnyContext(elem, context, xml));\n\t\t\t\t\t\tcheckContext = null;\n\t\t\t\t\t\treturn ret;\n\t\t\t\t\t}];\n\n\t\t\t\t\tfor (; i < len; i++) {\n\t\t\t\t\t\tif (matcher = Expr.relative[tokens[i].type]) {\n\t\t\t\t\t\t\tmatchers = [addCombinator(elementMatcher(matchers), matcher)];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tmatcher = Expr.filter[tokens[i].type].apply(null, tokens[i].matches);\n\n\t\t\t\t\t\t\tif (matcher[expando]) {\n\t\t\t\t\t\t\t\tj = ++i;\n\t\t\t\t\t\t\t\tfor (; j < len; j++) {\n\t\t\t\t\t\t\t\t\tif (Expr.relative[tokens[j].type]) {\n\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\treturn setMatcher(i > 1 && elementMatcher(matchers), i > 1 && toSelector(\n\t\t\t\t\t\t\t\ttokens.slice(0, i - 1).concat({ value: tokens[i - 2].type === \" \" ? \"*\" : \"\" })).replace(rtrim, \"$1\"), matcher, i < j && matcherFromTokens(tokens.slice(i, j)), j < len && matcherFromTokens(tokens = tokens.slice(j)), j < len && toSelector(tokens));\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tmatchers.push(matcher);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn elementMatcher(matchers);\n\t\t\t\t}\n\n\t\t\t\tfunction matcherFromGroupMatchers(elementMatchers, setMatchers) {\n\t\t\t\t\tvar bySet = setMatchers.length > 0,\n\t\t\t\t\t byElement = elementMatchers.length > 0,\n\t\t\t\t\t superMatcher = function superMatcher(seed, context, xml, results, outermost) {\n\t\t\t\t\t\tvar elem,\n\t\t\t\t\t\t j,\n\t\t\t\t\t\t matcher,\n\t\t\t\t\t\t matchedCount = 0,\n\t\t\t\t\t\t i = \"0\",\n\t\t\t\t\t\t unmatched = seed && [],\n\t\t\t\t\t\t setMatched = [],\n\t\t\t\t\t\t contextBackup = outermostContext,\n\n\t\t\t\t\t\telems = seed || byElement && Expr.find[\"TAG\"](\"*\", outermost),\n\n\t\t\t\t\t\tdirrunsUnique = dirruns += contextBackup == null ? 1 : Math.random() || 0.1,\n\t\t\t\t\t\t len = elems.length;\n\n\t\t\t\t\t\tif (outermost) {\n\t\t\t\t\t\t\toutermostContext = context === document || context || outermost;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tfor (; i !== len && (elem = elems[i]) != null; i++) {\n\t\t\t\t\t\t\tif (byElement && elem) {\n\t\t\t\t\t\t\t\tj = 0;\n\t\t\t\t\t\t\t\tif (!context && elem.ownerDocument !== document) {\n\t\t\t\t\t\t\t\t\tsetDocument(elem);\n\t\t\t\t\t\t\t\t\txml = !documentIsHTML;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\twhile (matcher = elementMatchers[j++]) {\n\t\t\t\t\t\t\t\t\tif (matcher(elem, context || document, xml)) {\n\t\t\t\t\t\t\t\t\t\tresults.push(elem);\n\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (outermost) {\n\t\t\t\t\t\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\tif (bySet) {\n\t\t\t\t\t\t\t\tif (elem = !matcher && elem) {\n\t\t\t\t\t\t\t\t\tmatchedCount--;\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tif (seed) {\n\t\t\t\t\t\t\t\t\tunmatched.push(elem);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tmatchedCount += i;\n\n\t\t\t\t\t\tif (bySet && i !== matchedCount) {\n\t\t\t\t\t\t\tj = 0;\n\t\t\t\t\t\t\twhile (matcher = setMatchers[j++]) {\n\t\t\t\t\t\t\t\tmatcher(unmatched, setMatched, context, xml);\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\tif (seed) {\n\t\t\t\t\t\t\t\tif (matchedCount > 0) {\n\t\t\t\t\t\t\t\t\twhile (i--) {\n\t\t\t\t\t\t\t\t\t\tif (!(unmatched[i] || setMatched[i])) {\n\t\t\t\t\t\t\t\t\t\t\tsetMatched[i] = pop.call(results);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tsetMatched = condense(setMatched);\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\tpush.apply(results, setMatched);\n\n\t\t\t\t\t\t\tif (outermost && !seed && setMatched.length > 0 && matchedCount + setMatchers.length > 1) {\n\n\t\t\t\t\t\t\t\tSizzle.uniqueSort(results);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif (outermost) {\n\t\t\t\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\t\t\t\toutermostContext = contextBackup;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\treturn unmatched;\n\t\t\t\t\t};\n\n\t\t\t\t\treturn bySet ? markFunction(superMatcher) : superMatcher;\n\t\t\t\t}\n\n\t\t\t\tcompile = Sizzle.compile = function (selector, match ) {\n\t\t\t\t\tvar i,\n\t\t\t\t\t setMatchers = [],\n\t\t\t\t\t elementMatchers = [],\n\t\t\t\t\t cached = compilerCache[selector + \" \"];\n\n\t\t\t\t\tif (!cached) {\n\t\t\t\t\t\tif (!match) {\n\t\t\t\t\t\t\tmatch = tokenize(selector);\n\t\t\t\t\t\t}\n\t\t\t\t\t\ti = match.length;\n\t\t\t\t\t\twhile (i--) {\n\t\t\t\t\t\t\tcached = matcherFromTokens(match[i]);\n\t\t\t\t\t\t\tif (cached[expando]) {\n\t\t\t\t\t\t\t\tsetMatchers.push(cached);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\telementMatchers.push(cached);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tcached = compilerCache(selector, matcherFromGroupMatchers(elementMatchers, setMatchers));\n\n\t\t\t\t\t\tcached.selector = selector;\n\t\t\t\t\t}\n\t\t\t\t\treturn cached;\n\t\t\t\t};\n\n\t\t\t\t/**\n * A low-level selection function that works with Sizzle's compiled\n * selector functions\n * @param {String|Function} selector A selector or a pre-compiled\n * selector function built with Sizzle.compile\n * @param {Element} context\n * @param {Array} [results]\n * @param {Array} [seed] A set of elements to match against\n */\n\t\t\t\tselect = Sizzle.select = function (selector, context, results, seed) {\n\t\t\t\t\tvar i,\n\t\t\t\t\t tokens,\n\t\t\t\t\t token,\n\t\t\t\t\t type,\n\t\t\t\t\t find,\n\t\t\t\t\t compiled = typeof selector === \"function\" && selector,\n\t\t\t\t\t match = !seed && tokenize(selector = compiled.selector || selector);\n\n\t\t\t\t\tresults = results || [];\n\n\t\t\t\t\tif (match.length === 1) {\n\n\t\t\t\t\t\ttokens = match[0] = match[0].slice(0);\n\t\t\t\t\t\tif (tokens.length > 2 && (token = tokens[0]).type === \"ID\" && support.getById && context.nodeType === 9 && documentIsHTML && Expr.relative[tokens[1].type]) {\n\n\t\t\t\t\t\t\tcontext = (Expr.find[\"ID\"](token.matches[0].replace(runescape, funescape), context) || [])[0];\n\t\t\t\t\t\t\tif (!context) {\n\t\t\t\t\t\t\t\treturn results;\n\n\t\t\t\t\t\t\t} else if (compiled) {\n\t\t\t\t\t\t\t\tcontext = context.parentNode;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\tselector = selector.slice(tokens.shift().value.length);\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\ti = matchExpr[\"needsContext\"].test(selector) ? 0 : tokens.length;\n\t\t\t\t\t\twhile (i--) {\n\t\t\t\t\t\t\ttoken = tokens[i];\n\n\t\t\t\t\t\t\tif (Expr.relative[type = token.type]) {\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (find = Expr.find[type]) {\n\t\t\t\t\t\t\t\tif (seed = find(token.matches[0].replace(runescape, funescape), rsibling.test(tokens[0].type) && testContext(context.parentNode) || context)) {\n\n\t\t\t\t\t\t\t\t\ttokens.splice(i, 1);\n\t\t\t\t\t\t\t\t\tselector = seed.length && toSelector(tokens);\n\t\t\t\t\t\t\t\t\tif (!selector) {\n\t\t\t\t\t\t\t\t\t\tpush.apply(results, seed);\n\t\t\t\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t(compiled || compile(selector, match))(seed, context, !documentIsHTML, results, !context || rsibling.test(selector) && testContext(context.parentNode) || context);\n\t\t\t\t\treturn results;\n\t\t\t\t};\n\n\n\t\t\t\tsupport.sortStable = expando.split(\"\").sort(sortOrder).join(\"\") === expando;\n\n\t\t\t\tsupport.detectDuplicates = !!hasDuplicate;\n\n\t\t\t\tsetDocument();\n\n\t\t\t\tsupport.sortDetached = assert(function (div1) {\n\t\t\t\t\treturn div1.compareDocumentPosition(document.createElement(\"div\")) & 1;\n\t\t\t\t});\n\n\t\t\t\tif (!assert(function (div) {\n\t\t\t\t\tdiv.innerHTML = \"\";\n\t\t\t\t\treturn div.firstChild.getAttribute(\"href\") === \"#\";\n\t\t\t\t})) {\n\t\t\t\t\taddHandle(\"type|href|height|width\", function (elem, name, isXML) {\n\t\t\t\t\t\tif (!isXML) {\n\t\t\t\t\t\t\treturn elem.getAttribute(name, name.toLowerCase() === \"type\" ? 1 : 2);\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\tif (!support.attributes || !assert(function (div) {\n\t\t\t\t\tdiv.innerHTML = \"\";\n\t\t\t\t\tdiv.firstChild.setAttribute(\"value\", \"\");\n\t\t\t\t\treturn div.firstChild.getAttribute(\"value\") === \"\";\n\t\t\t\t})) {\n\t\t\t\t\taddHandle(\"value\", function (elem, name, isXML) {\n\t\t\t\t\t\tif (!isXML && elem.nodeName.toLowerCase() === \"input\") {\n\t\t\t\t\t\t\treturn elem.defaultValue;\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\tif (!assert(function (div) {\n\t\t\t\t\treturn div.getAttribute(\"disabled\") == null;\n\t\t\t\t})) {\n\t\t\t\t\taddHandle(booleans, function (elem, name, isXML) {\n\t\t\t\t\t\tvar val;\n\t\t\t\t\t\tif (!isXML) {\n\t\t\t\t\t\t\treturn elem[name] === true ? name.toLowerCase() : (val = elem.getAttributeNode(name)) && val.specified ? val.value : null;\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\treturn Sizzle;\n\t\t\t}(window);\n\n\t\t\tjQuery.find = Sizzle;\n\t\t\tjQuery.expr = Sizzle.selectors;\n\t\t\tjQuery.expr[\":\"] = jQuery.expr.pseudos;\n\t\t\tjQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort;\n\t\t\tjQuery.text = Sizzle.getText;\n\t\t\tjQuery.isXMLDoc = Sizzle.isXML;\n\t\t\tjQuery.contains = Sizzle.contains;\n\n\t\t\tvar dir = function dir(elem, _dir, until) {\n\t\t\t\tvar matched = [],\n\t\t\t\t truncate = until !== undefined;\n\n\t\t\t\twhile ((elem = elem[_dir]) && elem.nodeType !== 9) {\n\t\t\t\t\tif (elem.nodeType === 1) {\n\t\t\t\t\t\tif (truncate && jQuery(elem).is(until)) {\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmatched.push(elem);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn matched;\n\t\t\t};\n\n\t\t\tvar _siblings = function _siblings(n, elem) {\n\t\t\t\tvar matched = [];\n\n\t\t\t\tfor (; n; n = n.nextSibling) {\n\t\t\t\t\tif (n.nodeType === 1 && n !== elem) {\n\t\t\t\t\t\tmatched.push(n);\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn matched;\n\t\t\t};\n\n\t\t\tvar rneedsContext = jQuery.expr.match.needsContext;\n\n\t\t\tvar rsingleTag = /^<([\\w-]+)\\s*\\/?>(?:<\\/\\1>|)$/;\n\n\t\t\tvar risSimple = /^.[^:#\\[\\.,]*$/;\n\n\t\t\tfunction winnow(elements, qualifier, not) {\n\t\t\t\tif (jQuery.isFunction(qualifier)) {\n\t\t\t\t\treturn jQuery.grep(elements, function (elem, i) {\n\t\t\t\t\t\treturn !!qualifier.call(elem, i, elem) !== not;\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\tif (qualifier.nodeType) {\n\t\t\t\t\treturn jQuery.grep(elements, function (elem) {\n\t\t\t\t\t\treturn elem === qualifier !== not;\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\tif (typeof qualifier === \"string\") {\n\t\t\t\t\tif (risSimple.test(qualifier)) {\n\t\t\t\t\t\treturn jQuery.filter(qualifier, elements, not);\n\t\t\t\t\t}\n\n\t\t\t\t\tqualifier = jQuery.filter(qualifier, elements);\n\t\t\t\t}\n\n\t\t\t\treturn jQuery.grep(elements, function (elem) {\n\t\t\t\t\treturn jQuery.inArray(elem, qualifier) > -1 !== not;\n\t\t\t\t});\n\t\t\t}\n\n\t\t\tjQuery.filter = function (expr, elems, not) {\n\t\t\t\tvar elem = elems[0];\n\n\t\t\t\tif (not) {\n\t\t\t\t\texpr = \":not(\" + expr + \")\";\n\t\t\t\t}\n\n\t\t\t\treturn elems.length === 1 && elem.nodeType === 1 ? jQuery.find.matchesSelector(elem, expr) ? [elem] : [] : jQuery.find.matches(expr, jQuery.grep(elems, function (elem) {\n\t\t\t\t\treturn elem.nodeType === 1;\n\t\t\t\t}));\n\t\t\t};\n\n\t\t\tjQuery.fn.extend({\n\t\t\t\tfind: function find(selector) {\n\t\t\t\t\tvar i,\n\t\t\t\t\t ret = [],\n\t\t\t\t\t self = this,\n\t\t\t\t\t len = self.length;\n\n\t\t\t\t\tif (typeof selector !== \"string\") {\n\t\t\t\t\t\treturn this.pushStack(jQuery(selector).filter(function () {\n\t\t\t\t\t\t\tfor (i = 0; i < len; i++) {\n\t\t\t\t\t\t\t\tif (jQuery.contains(self[i], this)) {\n\t\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}));\n\t\t\t\t\t}\n\n\t\t\t\t\tfor (i = 0; i < len; i++) {\n\t\t\t\t\t\tjQuery.find(selector, self[i], ret);\n\t\t\t\t\t}\n\n\t\t\t\t\tret = this.pushStack(len > 1 ? jQuery.unique(ret) : ret);\n\t\t\t\t\tret.selector = this.selector ? this.selector + \" \" + selector : selector;\n\t\t\t\t\treturn ret;\n\t\t\t\t},\n\t\t\t\tfilter: function filter(selector) {\n\t\t\t\t\treturn this.pushStack(winnow(this, selector || [], false));\n\t\t\t\t},\n\t\t\t\tnot: function not(selector) {\n\t\t\t\t\treturn this.pushStack(winnow(this, selector || [], true));\n\t\t\t\t},\n\t\t\t\tis: function is(selector) {\n\t\t\t\t\treturn !!winnow(this,\n\n\t\t\t\t\ttypeof selector === \"string\" && rneedsContext.test(selector) ? jQuery(selector) : selector || [], false).length;\n\t\t\t\t}\n\t\t\t});\n\n\n\n\t\t\tvar rootjQuery,\n\n\n\t\t\trquickExpr = /^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]*))$/,\n\t\t\t init = jQuery.fn.init = function (selector, context, root) {\n\t\t\t\tvar match, elem;\n\n\t\t\t\tif (!selector) {\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\n\t\t\t\troot = root || rootjQuery;\n\n\t\t\t\tif (typeof selector === \"string\") {\n\t\t\t\t\tif (selector.charAt(0) === \"<\" && selector.charAt(selector.length - 1) === \">\" && selector.length >= 3) {\n\n\t\t\t\t\t\tmatch = [null, selector, null];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tmatch = rquickExpr.exec(selector);\n\t\t\t\t\t}\n\n\t\t\t\t\tif (match && (match[1] || !context)) {\n\n\t\t\t\t\t\tif (match[1]) {\n\t\t\t\t\t\t\tcontext = context instanceof jQuery ? context[0] : context;\n\n\t\t\t\t\t\t\tjQuery.merge(this, jQuery.parseHTML(match[1], context && context.nodeType ? context.ownerDocument || context : document, true));\n\n\t\t\t\t\t\t\tif (rsingleTag.test(match[1]) && jQuery.isPlainObject(context)) {\n\t\t\t\t\t\t\t\tfor (match in context) {\n\n\t\t\t\t\t\t\t\t\tif (jQuery.isFunction(this[match])) {\n\t\t\t\t\t\t\t\t\t\tthis[match](context[match]);\n\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tthis.attr(match, context[match]);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\treturn this;\n\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\telem = document.getElementById(match[2]);\n\n\t\t\t\t\t\t\tif (elem && elem.parentNode) {\n\n\t\t\t\t\t\t\t\tif (elem.id !== match[2]) {\n\t\t\t\t\t\t\t\t\treturn rootjQuery.find(selector);\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tthis.length = 1;\n\t\t\t\t\t\t\t\tthis[0] = elem;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\tthis.context = document;\n\t\t\t\t\t\t\tthis.selector = selector;\n\t\t\t\t\t\t\treturn this;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t} else if (!context || context.jquery) {\n\t\t\t\t\t\treturn (context || root).find(selector);\n\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn this.constructor(context).find(selector);\n\t\t\t\t\t}\n\n\t\t\t\t} else if (selector.nodeType) {\n\t\t\t\t\tthis.context = this[0] = selector;\n\t\t\t\t\tthis.length = 1;\n\t\t\t\t\treturn this;\n\n\t\t\t\t} else if (jQuery.isFunction(selector)) {\n\t\t\t\t\treturn typeof root.ready !== \"undefined\" ? root.ready(selector) :\n\n\t\t\t\t\tselector(jQuery);\n\t\t\t\t}\n\n\t\t\t\tif (selector.selector !== undefined) {\n\t\t\t\t\tthis.selector = selector.selector;\n\t\t\t\t\tthis.context = selector.context;\n\t\t\t\t}\n\n\t\t\t\treturn jQuery.makeArray(selector, this);\n\t\t\t};\n\n\t\t\tinit.prototype = jQuery.fn;\n\n\t\t\trootjQuery = jQuery(document);\n\n\t\t\tvar rparentsprev = /^(?:parents|prev(?:Until|All))/,\n\n\n\t\t\tguaranteedUnique = {\n\t\t\t\tchildren: true,\n\t\t\t\tcontents: true,\n\t\t\t\tnext: true,\n\t\t\t\tprev: true\n\t\t\t};\n\n\t\t\tjQuery.fn.extend({\n\t\t\t\thas: function has(target) {\n\t\t\t\t\tvar i,\n\t\t\t\t\t targets = jQuery(target, this),\n\t\t\t\t\t len = targets.length;\n\n\t\t\t\t\treturn this.filter(function () {\n\t\t\t\t\t\tfor (i = 0; i < len; i++) {\n\t\t\t\t\t\t\tif (jQuery.contains(this, targets[i])) {\n\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t},\n\n\t\t\t\tclosest: function closest(selectors, context) {\n\t\t\t\t\tvar cur,\n\t\t\t\t\t i = 0,\n\t\t\t\t\t l = this.length,\n\t\t\t\t\t matched = [],\n\t\t\t\t\t pos = rneedsContext.test(selectors) || typeof selectors !== \"string\" ? jQuery(selectors, context || this.context) : 0;\n\n\t\t\t\t\tfor (; i < l; i++) {\n\t\t\t\t\t\tfor (cur = this[i]; cur && cur !== context; cur = cur.parentNode) {\n\n\t\t\t\t\t\t\tif (cur.nodeType < 11 && (pos ? pos.index(cur) > -1 :\n\n\t\t\t\t\t\t\tcur.nodeType === 1 && jQuery.find.matchesSelector(cur, selectors))) {\n\n\t\t\t\t\t\t\t\tmatched.push(cur);\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn this.pushStack(matched.length > 1 ? jQuery.uniqueSort(matched) : matched);\n\t\t\t\t},\n\n\t\t\t\tindex: function index(elem) {\n\n\t\t\t\t\tif (!elem) {\n\t\t\t\t\t\treturn this[0] && this[0].parentNode ? this.first().prevAll().length : -1;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (typeof elem === \"string\") {\n\t\t\t\t\t\treturn jQuery.inArray(this[0], jQuery(elem));\n\t\t\t\t\t}\n\n\t\t\t\t\treturn jQuery.inArray(\n\n\t\t\t\t\telem.jquery ? elem[0] : elem, this);\n\t\t\t\t},\n\n\t\t\t\tadd: function add(selector, context) {\n\t\t\t\t\treturn this.pushStack(jQuery.uniqueSort(jQuery.merge(this.get(), jQuery(selector, context))));\n\t\t\t\t},\n\n\t\t\t\taddBack: function addBack(selector) {\n\t\t\t\t\treturn this.add(selector == null ? this.prevObject : this.prevObject.filter(selector));\n\t\t\t\t}\n\t\t\t});\n\n\t\t\tfunction sibling(cur, dir) {\n\t\t\t\tdo {\n\t\t\t\t\tcur = cur[dir];\n\t\t\t\t} while (cur && cur.nodeType !== 1);\n\n\t\t\t\treturn cur;\n\t\t\t}\n\n\t\t\tjQuery.each({\n\t\t\t\tparent: function parent(elem) {\n\t\t\t\t\tvar parent = elem.parentNode;\n\t\t\t\t\treturn parent && parent.nodeType !== 11 ? parent : null;\n\t\t\t\t},\n\t\t\t\tparents: function parents(elem) {\n\t\t\t\t\treturn dir(elem, \"parentNode\");\n\t\t\t\t},\n\t\t\t\tparentsUntil: function parentsUntil(elem, i, until) {\n\t\t\t\t\treturn dir(elem, \"parentNode\", until);\n\t\t\t\t},\n\t\t\t\tnext: function next(elem) {\n\t\t\t\t\treturn sibling(elem, \"nextSibling\");\n\t\t\t\t},\n\t\t\t\tprev: function prev(elem) {\n\t\t\t\t\treturn sibling(elem, \"previousSibling\");\n\t\t\t\t},\n\t\t\t\tnextAll: function nextAll(elem) {\n\t\t\t\t\treturn dir(elem, \"nextSibling\");\n\t\t\t\t},\n\t\t\t\tprevAll: function prevAll(elem) {\n\t\t\t\t\treturn dir(elem, \"previousSibling\");\n\t\t\t\t},\n\t\t\t\tnextUntil: function nextUntil(elem, i, until) {\n\t\t\t\t\treturn dir(elem, \"nextSibling\", until);\n\t\t\t\t},\n\t\t\t\tprevUntil: function prevUntil(elem, i, until) {\n\t\t\t\t\treturn dir(elem, \"previousSibling\", until);\n\t\t\t\t},\n\t\t\t\tsiblings: function siblings(elem) {\n\t\t\t\t\treturn _siblings((elem.parentNode || {}).firstChild, elem);\n\t\t\t\t},\n\t\t\t\tchildren: function children(elem) {\n\t\t\t\t\treturn _siblings(elem.firstChild);\n\t\t\t\t},\n\t\t\t\tcontents: function contents(elem) {\n\t\t\t\t\treturn jQuery.nodeName(elem, \"iframe\") ? elem.contentDocument || elem.contentWindow.document : jQuery.merge([], elem.childNodes);\n\t\t\t\t}\n\t\t\t}, function (name, fn) {\n\t\t\t\tjQuery.fn[name] = function (until, selector) {\n\t\t\t\t\tvar ret = jQuery.map(this, fn, until);\n\n\t\t\t\t\tif (name.slice(-5) !== \"Until\") {\n\t\t\t\t\t\tselector = until;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (selector && typeof selector === \"string\") {\n\t\t\t\t\t\tret = jQuery.filter(selector, ret);\n\t\t\t\t\t}\n\n\t\t\t\t\tif (this.length > 1) {\n\n\t\t\t\t\t\tif (!guaranteedUnique[name]) {\n\t\t\t\t\t\t\tret = jQuery.uniqueSort(ret);\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif (rparentsprev.test(name)) {\n\t\t\t\t\t\t\tret = ret.reverse();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn this.pushStack(ret);\n\t\t\t\t};\n\t\t\t});\n\t\t\tvar rnotwhite = /\\S+/g;\n\n\t\t\tfunction createOptions(options) {\n\t\t\t\tvar object = {};\n\t\t\t\tjQuery.each(options.match(rnotwhite) || [], function (_, flag) {\n\t\t\t\t\tobject[flag] = true;\n\t\t\t\t});\n\t\t\t\treturn object;\n\t\t\t}\n\n\t\t\tjQuery.Callbacks = function (options) {\n\n\t\t\t\toptions = typeof options === \"string\" ? createOptions(options) : jQuery.extend({}, options);\n\n\t\t\t\tvar \n\t\t\t\tfiring,\n\n\n\t\t\t\tmemory,\n\n\n\t\t\t\t_fired,\n\n\n\t\t\t\t_locked,\n\n\n\t\t\t\tlist = [],\n\n\n\t\t\t\tqueue = [],\n\n\n\t\t\t\tfiringIndex = -1,\n\n\n\t\t\t\tfire = function fire() {\n\n\t\t\t\t\t_locked = options.once;\n\n\t\t\t\t\t_fired = firing = true;\n\t\t\t\t\tfor (; queue.length; firingIndex = -1) {\n\t\t\t\t\t\tmemory = queue.shift();\n\t\t\t\t\t\twhile (++firingIndex < list.length) {\n\n\t\t\t\t\t\t\tif (list[firingIndex].apply(memory[0], memory[1]) === false && options.stopOnFalse) {\n\n\t\t\t\t\t\t\t\tfiringIndex = list.length;\n\t\t\t\t\t\t\t\tmemory = false;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tif (!options.memory) {\n\t\t\t\t\t\tmemory = false;\n\t\t\t\t\t}\n\n\t\t\t\t\tfiring = false;\n\n\t\t\t\t\tif (_locked) {\n\n\t\t\t\t\t\tif (memory) {\n\t\t\t\t\t\t\tlist = [];\n\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tlist = \"\";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t},\n\n\n\t\t\t\tself = {\n\n\t\t\t\t\tadd: function add() {\n\t\t\t\t\t\tif (list) {\n\n\t\t\t\t\t\t\tif (memory && !firing) {\n\t\t\t\t\t\t\t\tfiringIndex = list.length - 1;\n\t\t\t\t\t\t\t\tqueue.push(memory);\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t(function add(args) {\n\t\t\t\t\t\t\t\tjQuery.each(args, function (_, arg) {\n\t\t\t\t\t\t\t\t\tif (jQuery.isFunction(arg)) {\n\t\t\t\t\t\t\t\t\t\tif (!options.unique || !self.has(arg)) {\n\t\t\t\t\t\t\t\t\t\t\tlist.push(arg);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t} else if (arg && arg.length && jQuery.type(arg) !== \"string\") {\n\n\t\t\t\t\t\t\t\t\t\tadd(arg);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t})(arguments);\n\n\t\t\t\t\t\t\tif (memory && !firing) {\n\t\t\t\t\t\t\t\tfire();\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\treturn this;\n\t\t\t\t\t},\n\n\t\t\t\t\tremove: function remove() {\n\t\t\t\t\t\tjQuery.each(arguments, function (_, arg) {\n\t\t\t\t\t\t\tvar index;\n\t\t\t\t\t\t\twhile ((index = jQuery.inArray(arg, list, index)) > -1) {\n\t\t\t\t\t\t\t\tlist.splice(index, 1);\n\n\t\t\t\t\t\t\t\tif (index <= firingIndex) {\n\t\t\t\t\t\t\t\t\tfiringIndex--;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t});\n\t\t\t\t\t\treturn this;\n\t\t\t\t\t},\n\n\t\t\t\t\thas: function has(fn) {\n\t\t\t\t\t\treturn fn ? jQuery.inArray(fn, list) > -1 : list.length > 0;\n\t\t\t\t\t},\n\n\t\t\t\t\tempty: function empty() {\n\t\t\t\t\t\tif (list) {\n\t\t\t\t\t\t\tlist = [];\n\t\t\t\t\t\t}\n\t\t\t\t\t\treturn this;\n\t\t\t\t\t},\n\n\t\t\t\t\tdisable: function disable() {\n\t\t\t\t\t\t_locked = queue = [];\n\t\t\t\t\t\tlist = memory = \"\";\n\t\t\t\t\t\treturn this;\n\t\t\t\t\t},\n\t\t\t\t\tdisabled: function disabled() {\n\t\t\t\t\t\treturn !list;\n\t\t\t\t\t},\n\n\t\t\t\t\tlock: function lock() {\n\t\t\t\t\t\t_locked = true;\n\t\t\t\t\t\tif (!memory) {\n\t\t\t\t\t\t\tself.disable();\n\t\t\t\t\t\t}\n\t\t\t\t\t\treturn this;\n\t\t\t\t\t},\n\t\t\t\t\tlocked: function locked() {\n\t\t\t\t\t\treturn !!_locked;\n\t\t\t\t\t},\n\n\t\t\t\t\tfireWith: function fireWith(context, args) {\n\t\t\t\t\t\tif (!_locked) {\n\t\t\t\t\t\t\targs = args || [];\n\t\t\t\t\t\t\targs = [context, args.slice ? args.slice() : args];\n\t\t\t\t\t\t\tqueue.push(args);\n\t\t\t\t\t\t\tif (!firing) {\n\t\t\t\t\t\t\t\tfire();\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\treturn this;\n\t\t\t\t\t},\n\n\t\t\t\t\tfire: function fire() {\n\t\t\t\t\t\tself.fireWith(this, arguments);\n\t\t\t\t\t\treturn this;\n\t\t\t\t\t},\n\n\t\t\t\t\tfired: function fired() {\n\t\t\t\t\t\treturn !!_fired;\n\t\t\t\t\t}\n\t\t\t\t};\n\n\t\t\t\treturn self;\n\t\t\t};\n\n\t\t\tjQuery.extend({\n\n\t\t\t\tDeferred: function Deferred(func) {\n\t\t\t\t\tvar tuples = [\n\n\t\t\t\t\t[\"resolve\", \"done\", jQuery.Callbacks(\"once memory\"), \"resolved\"], [\"reject\", \"fail\", jQuery.Callbacks(\"once memory\"), \"rejected\"], [\"notify\", \"progress\", jQuery.Callbacks(\"memory\")]],\n\t\t\t\t\t _state = \"pending\",\n\t\t\t\t\t _promise = {\n\t\t\t\t\t\tstate: function state() {\n\t\t\t\t\t\t\treturn _state;\n\t\t\t\t\t\t},\n\t\t\t\t\t\talways: function always() {\n\t\t\t\t\t\t\tdeferred.done(arguments).fail(arguments);\n\t\t\t\t\t\t\treturn this;\n\t\t\t\t\t\t},\n\t\t\t\t\t\tthen: function then() {\n\t\t\t\t\t\t\tvar fns = arguments;\n\t\t\t\t\t\t\treturn jQuery.Deferred(function (newDefer) {\n\t\t\t\t\t\t\t\tjQuery.each(tuples, function (i, tuple) {\n\t\t\t\t\t\t\t\t\tvar fn = jQuery.isFunction(fns[i]) && fns[i];\n\n\t\t\t\t\t\t\t\t\tdeferred[tuple[1]](function () {\n\t\t\t\t\t\t\t\t\t\tvar returned = fn && fn.apply(this, arguments);\n\t\t\t\t\t\t\t\t\t\tif (returned && jQuery.isFunction(returned.promise)) {\n\t\t\t\t\t\t\t\t\t\t\treturned.promise().progress(newDefer.notify).done(newDefer.resolve).fail(newDefer.reject);\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tnewDefer[tuple[0] + \"With\"](this === _promise ? newDefer.promise() : this, fn ? [returned] : arguments);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\tfns = null;\n\t\t\t\t\t\t\t}).promise();\n\t\t\t\t\t\t},\n\n\t\t\t\t\t\tpromise: function promise(obj) {\n\t\t\t\t\t\t\treturn obj != null ? jQuery.extend(obj, _promise) : _promise;\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\t deferred = {};\n\n\t\t\t\t\t_promise.pipe = _promise.then;\n\n\t\t\t\t\tjQuery.each(tuples, function (i, tuple) {\n\t\t\t\t\t\tvar list = tuple[2],\n\t\t\t\t\t\t stateString = tuple[3];\n\n\t\t\t\t\t\t_promise[tuple[1]] = list.add;\n\n\t\t\t\t\t\tif (stateString) {\n\t\t\t\t\t\t\tlist.add(function () {\n\n\t\t\t\t\t\t\t\t_state = stateString;\n\n\t\t\t\t\t\t\t}, tuples[i ^ 1][2].disable, tuples[2][2].lock);\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tdeferred[tuple[0]] = function () {\n\t\t\t\t\t\t\tdeferred[tuple[0] + \"With\"](this === deferred ? _promise : this, arguments);\n\t\t\t\t\t\t\treturn this;\n\t\t\t\t\t\t};\n\t\t\t\t\t\tdeferred[tuple[0] + \"With\"] = list.fireWith;\n\t\t\t\t\t});\n\n\t\t\t\t\t_promise.promise(deferred);\n\n\t\t\t\t\tif (func) {\n\t\t\t\t\t\tfunc.call(deferred, deferred);\n\t\t\t\t\t}\n\n\t\t\t\t\treturn deferred;\n\t\t\t\t},\n\n\t\t\t\twhen: function when(subordinate ) {\n\t\t\t\t\tvar i = 0,\n\t\t\t\t\t resolveValues = _slice.call(arguments),\n\t\t\t\t\t length = resolveValues.length,\n\n\n\t\t\t\t\tremaining = length !== 1 || subordinate && jQuery.isFunction(subordinate.promise) ? length : 0,\n\n\n\t\t\t\t\tdeferred = remaining === 1 ? subordinate : jQuery.Deferred(),\n\n\n\t\t\t\t\tupdateFunc = function updateFunc(i, contexts, values) {\n\t\t\t\t\t\treturn function (value) {\n\t\t\t\t\t\t\tcontexts[i] = this;\n\t\t\t\t\t\t\tvalues[i] = arguments.length > 1 ? _slice.call(arguments) : value;\n\t\t\t\t\t\t\tif (values === progressValues) {\n\t\t\t\t\t\t\t\tdeferred.notifyWith(contexts, values);\n\t\t\t\t\t\t\t} else if (! --remaining) {\n\t\t\t\t\t\t\t\tdeferred.resolveWith(contexts, values);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t};\n\t\t\t\t\t},\n\t\t\t\t\t progressValues,\n\t\t\t\t\t progressContexts,\n\t\t\t\t\t resolveContexts;\n\n\t\t\t\t\tif (length > 1) {\n\t\t\t\t\t\tprogressValues = new Array(length);\n\t\t\t\t\t\tprogressContexts = new Array(length);\n\t\t\t\t\t\tresolveContexts = new Array(length);\n\t\t\t\t\t\tfor (; i < length; i++) {\n\t\t\t\t\t\t\tif (resolveValues[i] && jQuery.isFunction(resolveValues[i].promise)) {\n\t\t\t\t\t\t\t\tresolveValues[i].promise().progress(updateFunc(i, progressContexts, progressValues)).done(updateFunc(i, resolveContexts, resolveValues)).fail(deferred.reject);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t--remaining;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tif (!remaining) {\n\t\t\t\t\t\tdeferred.resolveWith(resolveContexts, resolveValues);\n\t\t\t\t\t}\n\n\t\t\t\t\treturn deferred.promise();\n\t\t\t\t}\n\t\t\t});\n\n\t\t\tvar readyList;\n\n\t\t\tjQuery.fn.ready = function (fn) {\n\n\t\t\t\tjQuery.ready.promise().done(fn);\n\n\t\t\t\treturn this;\n\t\t\t};\n\n\t\t\tjQuery.extend({\n\n\t\t\t\tisReady: false,\n\n\t\t\t\treadyWait: 1,\n\n\t\t\t\tholdReady: function holdReady(hold) {\n\t\t\t\t\tif (hold) {\n\t\t\t\t\t\tjQuery.readyWait++;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tjQuery.ready(true);\n\t\t\t\t\t}\n\t\t\t\t},\n\n\t\t\t\tready: function ready(wait) {\n\n\t\t\t\t\tif (wait === true ? --jQuery.readyWait : jQuery.isReady) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\tjQuery.isReady = true;\n\n\t\t\t\t\tif (wait !== true && --jQuery.readyWait > 0) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\treadyList.resolveWith(document, [jQuery]);\n\n\t\t\t\t\tif (jQuery.fn.triggerHandler) {\n\t\t\t\t\t\tjQuery(document).triggerHandler(\"ready\");\n\t\t\t\t\t\tjQuery(document).off(\"ready\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\n\t\t\t/**\n * Clean-up method for dom ready events\n */\n\t\t\tfunction detach() {\n\t\t\t\tif (document.addEventListener) {\n\t\t\t\t\tdocument.removeEventListener(\"DOMContentLoaded\", completed);\n\t\t\t\t\twindow.removeEventListener(\"load\", completed);\n\t\t\t\t} else {\n\t\t\t\t\tdocument.detachEvent(\"onreadystatechange\", completed);\n\t\t\t\t\twindow.detachEvent(\"onload\", completed);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t/**\n * The ready event handler and self cleanup method\n */\n\t\t\tfunction completed() {\n\n\t\t\t\tif (document.addEventListener || window.event.type === \"load\" || document.readyState === \"complete\") {\n\n\t\t\t\t\tdetach();\n\t\t\t\t\tjQuery.ready();\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tjQuery.ready.promise = function (obj) {\n\t\t\t\tif (!readyList) {\n\n\t\t\t\t\treadyList = jQuery.Deferred();\n\n\t\t\t\t\tif (document.readyState === \"complete\" || document.readyState !== \"loading\" && !document.documentElement.doScroll) {\n\n\t\t\t\t\t\twindow.setTimeout(jQuery.ready);\n\n\t\t\t\t\t} else if (document.addEventListener) {\n\n\t\t\t\t\t\tdocument.addEventListener(\"DOMContentLoaded\", completed);\n\n\t\t\t\t\t\twindow.addEventListener(\"load\", completed);\n\n\t\t\t\t\t} else {\n\n\t\t\t\t\t\tdocument.attachEvent(\"onreadystatechange\", completed);\n\n\t\t\t\t\t\twindow.attachEvent(\"onload\", completed);\n\n\t\t\t\t\t\tvar top = false;\n\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\ttop = window.frameElement == null && document.documentElement;\n\t\t\t\t\t\t} catch (e) {}\n\n\t\t\t\t\t\tif (top && top.doScroll) {\n\t\t\t\t\t\t\t(function doScrollCheck() {\n\t\t\t\t\t\t\t\tif (!jQuery.isReady) {\n\n\t\t\t\t\t\t\t\t\ttry {\n\n\t\t\t\t\t\t\t\t\t\ttop.doScroll(\"left\");\n\t\t\t\t\t\t\t\t\t} catch (e) {\n\t\t\t\t\t\t\t\t\t\treturn window.setTimeout(doScrollCheck, 50);\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\tdetach();\n\n\t\t\t\t\t\t\t\t\tjQuery.ready();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t})();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn readyList.promise(obj);\n\t\t\t};\n\n\t\t\tjQuery.ready.promise();\n\n\t\t\tvar i;\n\t\t\tfor (i in jQuery(support)) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tsupport.ownFirst = i === \"0\";\n\n\t\t\tsupport.inlineBlockNeedsLayout = false;\n\n\t\t\tjQuery(function () {\n\n\t\t\t\tvar val, div, body, container;\n\n\t\t\t\tbody = document.getElementsByTagName(\"body\")[0];\n\t\t\t\tif (!body || !body.style) {\n\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tdiv = document.createElement(\"div\");\n\t\t\t\tcontainer = document.createElement(\"div\");\n\t\t\t\tcontainer.style.cssText = \"position:absolute;border:0;width:0;height:0;top:0;left:-9999px\";\n\t\t\t\tbody.appendChild(container).appendChild(div);\n\n\t\t\t\tif (typeof div.style.zoom !== \"undefined\") {\n\n\t\t\t\t\tdiv.style.cssText = \"display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1\";\n\n\t\t\t\t\tsupport.inlineBlockNeedsLayout = val = div.offsetWidth === 3;\n\t\t\t\t\tif (val) {\n\n\t\t\t\t\t\tbody.style.zoom = 1;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tbody.removeChild(container);\n\t\t\t});\n\n\t\t\t(function () {\n\t\t\t\tvar div = document.createElement(\"div\");\n\n\t\t\t\tsupport.deleteExpando = true;\n\t\t\t\ttry {\n\t\t\t\t\tdelete div.test;\n\t\t\t\t} catch (e) {\n\t\t\t\t\tsupport.deleteExpando = false;\n\t\t\t\t}\n\n\t\t\t\tdiv = null;\n\t\t\t})();\n\t\t\tvar acceptData = function acceptData(elem) {\n\t\t\t\tvar noData = jQuery.noData[(elem.nodeName + \" \").toLowerCase()],\n\t\t\t\t nodeType = +elem.nodeType || 1;\n\n\t\t\t\treturn nodeType !== 1 && nodeType !== 9 ? false :\n\n\t\t\t\t!noData || noData !== true && elem.getAttribute(\"classid\") === noData;\n\t\t\t};\n\n\t\t\tvar rbrace = /^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,\n\t\t\t rmultiDash = /([A-Z])/g;\n\n\t\t\tfunction dataAttr(elem, key, data) {\n\n\t\t\t\tif (data === undefined && elem.nodeType === 1) {\n\n\t\t\t\t\tvar name = \"data-\" + key.replace(rmultiDash, \"-$1\").toLowerCase();\n\n\t\t\t\t\tdata = elem.getAttribute(name);\n\n\t\t\t\t\tif (typeof data === \"string\") {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tdata = data === \"true\" ? true : data === \"false\" ? false : data === \"null\" ? null :\n\n\t\t\t\t\t\t\t+data + \"\" === data ? +data : rbrace.test(data) ? jQuery.parseJSON(data) : data;\n\t\t\t\t\t\t} catch (e) {}\n\n\t\t\t\t\t\tjQuery.data(elem, key, data);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tdata = undefined;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn data;\n\t\t\t}\n\n\t\t\tfunction isEmptyDataObject(obj) {\n\t\t\t\tvar name;\n\t\t\t\tfor (name in obj) {\n\n\t\t\t\t\tif (name === \"data\" && jQuery.isEmptyObject(obj[name])) {\n\t\t\t\t\t\tcontinue;\n\t\t\t\t\t}\n\t\t\t\t\tif (name !== \"toJSON\") {\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn true;\n\t\t\t}\n\n\t\t\tfunction internalData(elem, name, data, pvt ) {\n\t\t\t\tif (!acceptData(elem)) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tvar ret,\n\t\t\t\t thisCache,\n\t\t\t\t internalKey = jQuery.expando,\n\n\n\t\t\t\tisNode = elem.nodeType,\n\n\n\t\t\t\tcache = isNode ? jQuery.cache : elem,\n\n\n\t\t\t\tid = isNode ? elem[internalKey] : elem[internalKey] && internalKey;\n\n\t\t\t\tif ((!id || !cache[id] || !pvt && !cache[id].data) && data === undefined && typeof name === \"string\") {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tif (!id) {\n\n\t\t\t\t\tif (isNode) {\n\t\t\t\t\t\tid = elem[internalKey] = deletedIds.pop() || jQuery.guid++;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tid = internalKey;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tif (!cache[id]) {\n\n\t\t\t\t\tcache[id] = isNode ? {} : { toJSON: jQuery.noop };\n\t\t\t\t}\n\n\t\t\t\tif ((typeof name === \"undefined\" ? \"undefined\" : _typeof(name)) === \"object\" || typeof name === \"function\") {\n\t\t\t\t\tif (pvt) {\n\t\t\t\t\t\tcache[id] = jQuery.extend(cache[id], name);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tcache[id].data = jQuery.extend(cache[id].data, name);\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tthisCache = cache[id];\n\n\t\t\t\tif (!pvt) {\n\t\t\t\t\tif (!thisCache.data) {\n\t\t\t\t\t\tthisCache.data = {};\n\t\t\t\t\t}\n\n\t\t\t\t\tthisCache = thisCache.data;\n\t\t\t\t}\n\n\t\t\t\tif (data !== undefined) {\n\t\t\t\t\tthisCache[jQuery.camelCase(name)] = data;\n\t\t\t\t}\n\n\t\t\t\tif (typeof name === \"string\") {\n\n\t\t\t\t\tret = thisCache[name];\n\n\t\t\t\t\tif (ret == null) {\n\n\t\t\t\t\t\tret = thisCache[jQuery.camelCase(name)];\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tret = thisCache;\n\t\t\t\t}\n\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\tfunction internalRemoveData(elem, name, pvt) {\n\t\t\t\tif (!acceptData(elem)) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tvar thisCache,\n\t\t\t\t i,\n\t\t\t\t isNode = elem.nodeType,\n\n\n\t\t\t\tcache = isNode ? jQuery.cache : elem,\n\t\t\t\t id = isNode ? elem[jQuery.expando] : jQuery.expando;\n\n\t\t\t\tif (!cache[id]) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tif (name) {\n\n\t\t\t\t\tthisCache = pvt ? cache[id] : cache[id].data;\n\n\t\t\t\t\tif (thisCache) {\n\n\t\t\t\t\t\tif (!jQuery.isArray(name)) {\n\n\t\t\t\t\t\t\tif (name in thisCache) {\n\t\t\t\t\t\t\t\tname = [name];\n\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\tname = jQuery.camelCase(name);\n\t\t\t\t\t\t\t\tif (name in thisCache) {\n\t\t\t\t\t\t\t\t\tname = [name];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tname = name.split(\" \");\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\tname = name.concat(jQuery.map(name, jQuery.camelCase));\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\ti = name.length;\n\t\t\t\t\t\twhile (i--) {\n\t\t\t\t\t\t\tdelete thisCache[name[i]];\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif (pvt ? !isEmptyDataObject(thisCache) : !jQuery.isEmptyObject(thisCache)) {\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tif (!pvt) {\n\t\t\t\t\tdelete cache[id].data;\n\n\t\t\t\t\tif (!isEmptyDataObject(cache[id])) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tif (isNode) {\n\t\t\t\t\tjQuery.cleanData([elem], true);\n\n\t\t\t\t} else if (support.deleteExpando || cache != cache.window) {\n\t\t\t\t\tdelete cache[id];\n\n\t\t\t\t} else {\n\t\t\t\t\tcache[id] = undefined;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tjQuery.extend({\n\t\t\t\tcache: {},\n\n\t\t\t\tnoData: {\n\t\t\t\t\t\"applet \": true,\n\t\t\t\t\t\"embed \": true,\n\n\t\t\t\t\t\"object \": \"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"\n\t\t\t\t},\n\n\t\t\t\thasData: function hasData(elem) {\n\t\t\t\t\telem = elem.nodeType ? jQuery.cache[elem[jQuery.expando]] : elem[jQuery.expando];\n\t\t\t\t\treturn !!elem && !isEmptyDataObject(elem);\n\t\t\t\t},\n\n\t\t\t\tdata: function data(elem, name, _data) {\n\t\t\t\t\treturn internalData(elem, name, _data);\n\t\t\t\t},\n\n\t\t\t\tremoveData: function removeData(elem, name) {\n\t\t\t\t\treturn internalRemoveData(elem, name);\n\t\t\t\t},\n\n\t\t\t\t_data: function _data(elem, name, data) {\n\t\t\t\t\treturn internalData(elem, name, data, true);\n\t\t\t\t},\n\n\t\t\t\t_removeData: function _removeData(elem, name) {\n\t\t\t\t\treturn internalRemoveData(elem, name, true);\n\t\t\t\t}\n\t\t\t});\n\n\t\t\tjQuery.fn.extend({\n\t\t\t\tdata: function data(key, value) {\n\t\t\t\t\tvar i,\n\t\t\t\t\t name,\n\t\t\t\t\t data,\n\t\t\t\t\t elem = this[0],\n\t\t\t\t\t attrs = elem && elem.attributes;\n\n\n\t\t\t\t\tif (key === undefined) {\n\t\t\t\t\t\tif (this.length) {\n\t\t\t\t\t\t\tdata = jQuery.data(elem);\n\n\t\t\t\t\t\t\tif (elem.nodeType === 1 && !jQuery._data(elem, \"parsedAttrs\")) {\n\t\t\t\t\t\t\t\ti = attrs.length;\n\t\t\t\t\t\t\t\twhile (i--) {\n\n\t\t\t\t\t\t\t\t\tif (attrs[i]) {\n\t\t\t\t\t\t\t\t\t\tname = attrs[i].name;\n\t\t\t\t\t\t\t\t\t\tif (name.indexOf(\"data-\") === 0) {\n\t\t\t\t\t\t\t\t\t\t\tname = jQuery.camelCase(name.slice(5));\n\t\t\t\t\t\t\t\t\t\t\tdataAttr(elem, name, data[name]);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tjQuery._data(elem, \"parsedAttrs\", true);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\treturn data;\n\t\t\t\t\t}\n\n\t\t\t\t\tif ((typeof key === \"undefined\" ? \"undefined\" : _typeof(key)) === \"object\") {\n\t\t\t\t\t\treturn this.each(function () {\n\t\t\t\t\t\t\tjQuery.data(this, key);\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\treturn arguments.length > 1 ?\n\n\t\t\t\t\tthis.each(function () {\n\t\t\t\t\t\tjQuery.data(this, key, value);\n\t\t\t\t\t}) :\n\n\t\t\t\t\telem ? dataAttr(elem, key, jQuery.data(elem, key)) : undefined;\n\t\t\t\t},\n\n\t\t\t\tremoveData: function removeData(key) {\n\t\t\t\t\treturn this.each(function () {\n\t\t\t\t\t\tjQuery.removeData(this, key);\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t});\n\n\t\t\tjQuery.extend({\n\t\t\t\tqueue: function queue(elem, type, data) {\n\t\t\t\t\tvar queue;\n\n\t\t\t\t\tif (elem) {\n\t\t\t\t\t\ttype = (type || \"fx\") + \"queue\";\n\t\t\t\t\t\tqueue = jQuery._data(elem, type);\n\n\t\t\t\t\t\tif (data) {\n\t\t\t\t\t\t\tif (!queue || jQuery.isArray(data)) {\n\t\t\t\t\t\t\t\tqueue = jQuery._data(elem, type, jQuery.makeArray(data));\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tqueue.push(data);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\treturn queue || [];\n\t\t\t\t\t}\n\t\t\t\t},\n\n\t\t\t\tdequeue: function dequeue(elem, type) {\n\t\t\t\t\ttype = type || \"fx\";\n\n\t\t\t\t\tvar queue = jQuery.queue(elem, type),\n\t\t\t\t\t startLength = queue.length,\n\t\t\t\t\t fn = queue.shift(),\n\t\t\t\t\t hooks = jQuery._queueHooks(elem, type),\n\t\t\t\t\t next = function next() {\n\t\t\t\t\t\tjQuery.dequeue(elem, type);\n\t\t\t\t\t};\n\n\t\t\t\t\tif (fn === \"inprogress\") {\n\t\t\t\t\t\tfn = queue.shift();\n\t\t\t\t\t\tstartLength--;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (fn) {\n\n\t\t\t\t\t\tif (type === \"fx\") {\n\t\t\t\t\t\t\tqueue.unshift(\"inprogress\");\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tdelete hooks.stop;\n\t\t\t\t\t\tfn.call(elem, next, hooks);\n\t\t\t\t\t}\n\n\t\t\t\t\tif (!startLength && hooks) {\n\t\t\t\t\t\thooks.empty.fire();\n\t\t\t\t\t}\n\t\t\t\t},\n\n\t\t\t\t_queueHooks: function _queueHooks(elem, type) {\n\t\t\t\t\tvar key = type + \"queueHooks\";\n\t\t\t\t\treturn jQuery._data(elem, key) || jQuery._data(elem, key, {\n\t\t\t\t\t\tempty: jQuery.Callbacks(\"once memory\").add(function () {\n\t\t\t\t\t\t\tjQuery._removeData(elem, type + \"queue\");\n\t\t\t\t\t\t\tjQuery._removeData(elem, key);\n\t\t\t\t\t\t})\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t});\n\n\t\t\tjQuery.fn.extend({\n\t\t\t\tqueue: function queue(type, data) {\n\t\t\t\t\tvar setter = 2;\n\n\t\t\t\t\tif (typeof type !== \"string\") {\n\t\t\t\t\t\tdata = type;\n\t\t\t\t\t\ttype = \"fx\";\n\t\t\t\t\t\tsetter--;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (arguments.length < setter) {\n\t\t\t\t\t\treturn jQuery.queue(this[0], type);\n\t\t\t\t\t}\n\n\t\t\t\t\treturn data === undefined ? this : this.each(function () {\n\t\t\t\t\t\tvar queue = jQuery.queue(this, type, data);\n\n\t\t\t\t\t\tjQuery._queueHooks(this, type);\n\n\t\t\t\t\t\tif (type === \"fx\" && queue[0] !== \"inprogress\") {\n\t\t\t\t\t\t\tjQuery.dequeue(this, type);\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t},\n\t\t\t\tdequeue: function dequeue(type) {\n\t\t\t\t\treturn this.each(function () {\n\t\t\t\t\t\tjQuery.dequeue(this, type);\n\t\t\t\t\t});\n\t\t\t\t},\n\t\t\t\tclearQueue: function clearQueue(type) {\n\t\t\t\t\treturn this.queue(type || \"fx\", []);\n\t\t\t\t},\n\n\t\t\t\tpromise: function promise(type, obj) {\n\t\t\t\t\tvar tmp,\n\t\t\t\t\t count = 1,\n\t\t\t\t\t defer = jQuery.Deferred(),\n\t\t\t\t\t elements = this,\n\t\t\t\t\t i = this.length,\n\t\t\t\t\t resolve = function resolve() {\n\t\t\t\t\t\tif (! --count) {\n\t\t\t\t\t\t\tdefer.resolveWith(elements, [elements]);\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\n\t\t\t\t\tif (typeof type !== \"string\") {\n\t\t\t\t\t\tobj = type;\n\t\t\t\t\t\ttype = undefined;\n\t\t\t\t\t}\n\t\t\t\t\ttype = type || \"fx\";\n\n\t\t\t\t\twhile (i--) {\n\t\t\t\t\t\ttmp = jQuery._data(elements[i], type + \"queueHooks\");\n\t\t\t\t\t\tif (tmp && tmp.empty) {\n\t\t\t\t\t\t\tcount++;\n\t\t\t\t\t\t\ttmp.empty.add(resolve);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tresolve();\n\t\t\t\t\treturn defer.promise(obj);\n\t\t\t\t}\n\t\t\t});\n\n\t\t\t(function () {\n\t\t\t\tvar shrinkWrapBlocksVal;\n\n\t\t\t\tsupport.shrinkWrapBlocks = function () {\n\t\t\t\t\tif (shrinkWrapBlocksVal != null) {\n\t\t\t\t\t\treturn shrinkWrapBlocksVal;\n\t\t\t\t\t}\n\n\t\t\t\t\tshrinkWrapBlocksVal = false;\n\n\t\t\t\t\tvar div, body, container;\n\n\t\t\t\t\tbody = document.getElementsByTagName(\"body\")[0];\n\t\t\t\t\tif (!body || !body.style) {\n\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\tdiv = document.createElement(\"div\");\n\t\t\t\t\tcontainer = document.createElement(\"div\");\n\t\t\t\t\tcontainer.style.cssText = \"position:absolute;border:0;width:0;height:0;top:0;left:-9999px\";\n\t\t\t\t\tbody.appendChild(container).appendChild(div);\n\n\t\t\t\t\tif (typeof div.style.zoom !== \"undefined\") {\n\n\t\t\t\t\t\tdiv.style.cssText =\n\n\t\t\t\t\t\t\"-webkit-box-sizing:content-box;-moz-box-sizing:content-box;\" + \"box-sizing:content-box;display:block;margin:0;border:0;\" + \"padding:1px;width:1px;zoom:1\";\n\t\t\t\t\t\tdiv.appendChild(document.createElement(\"div\")).style.width = \"5px\";\n\t\t\t\t\t\tshrinkWrapBlocksVal = div.offsetWidth !== 3;\n\t\t\t\t\t}\n\n\t\t\t\t\tbody.removeChild(container);\n\n\t\t\t\t\treturn shrinkWrapBlocksVal;\n\t\t\t\t};\n\t\t\t})();\n\t\t\tvar pnum = /[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/.source;\n\n\t\t\tvar rcssNum = new RegExp(\"^(?:([+-])=|)(\" + pnum + \")([a-z%]*)$\", \"i\");\n\n\t\t\tvar cssExpand = [\"Top\", \"Right\", \"Bottom\", \"Left\"];\n\n\t\t\tvar isHidden = function isHidden(elem, el) {\n\n\t\t\t\telem = el || elem;\n\t\t\t\treturn jQuery.css(elem, \"display\") === \"none\" || !jQuery.contains(elem.ownerDocument, elem);\n\t\t\t};\n\n\t\t\tfunction adjustCSS(elem, prop, valueParts, tween) {\n\t\t\t\tvar adjusted,\n\t\t\t\t scale = 1,\n\t\t\t\t maxIterations = 20,\n\t\t\t\t currentValue = tween ? function () {\n\t\t\t\t\treturn tween.cur();\n\t\t\t\t} : function () {\n\t\t\t\t\treturn jQuery.css(elem, prop, \"\");\n\t\t\t\t},\n\t\t\t\t initial = currentValue(),\n\t\t\t\t unit = valueParts && valueParts[3] || (jQuery.cssNumber[prop] ? \"\" : \"px\"),\n\n\n\t\t\t\tinitialInUnit = (jQuery.cssNumber[prop] || unit !== \"px\" && +initial) && rcssNum.exec(jQuery.css(elem, prop));\n\n\t\t\t\tif (initialInUnit && initialInUnit[3] !== unit) {\n\n\t\t\t\t\tunit = unit || initialInUnit[3];\n\n\t\t\t\t\tvalueParts = valueParts || [];\n\n\t\t\t\t\tinitialInUnit = +initial || 1;\n\n\t\t\t\t\tdo {\n\n\t\t\t\t\t\tscale = scale || \".5\";\n\n\t\t\t\t\t\tinitialInUnit = initialInUnit / scale;\n\t\t\t\t\t\tjQuery.style(elem, prop, initialInUnit + unit);\n\n\t\t\t\t\t} while (scale !== (scale = currentValue() / initial) && scale !== 1 && --maxIterations);\n\t\t\t\t}\n\n\t\t\t\tif (valueParts) {\n\t\t\t\t\tinitialInUnit = +initialInUnit || +initial || 0;\n\n\t\t\t\t\tadjusted = valueParts[1] ? initialInUnit + (valueParts[1] + 1) * valueParts[2] : +valueParts[2];\n\t\t\t\t\tif (tween) {\n\t\t\t\t\t\ttween.unit = unit;\n\t\t\t\t\t\ttween.start = initialInUnit;\n\t\t\t\t\t\ttween.end = adjusted;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn adjusted;\n\t\t\t}\n\n\t\t\tvar access = function access(elems, fn, key, value, chainable, emptyGet, raw) {\n\t\t\t\tvar i = 0,\n\t\t\t\t length = elems.length,\n\t\t\t\t bulk = key == null;\n\n\t\t\t\tif (jQuery.type(key) === \"object\") {\n\t\t\t\t\tchainable = true;\n\t\t\t\t\tfor (i in key) {\n\t\t\t\t\t\taccess(elems, fn, i, key[i], true, emptyGet, raw);\n\t\t\t\t\t}\n\n\t\t\t\t} else if (value !== undefined) {\n\t\t\t\t\tchainable = true;\n\n\t\t\t\t\tif (!jQuery.isFunction(value)) {\n\t\t\t\t\t\traw = true;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (bulk) {\n\n\t\t\t\t\t\tif (raw) {\n\t\t\t\t\t\t\tfn.call(elems, value);\n\t\t\t\t\t\t\tfn = null;\n\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tbulk = fn;\n\t\t\t\t\t\t\tfn = function fn(elem, key, value) {\n\t\t\t\t\t\t\t\treturn bulk.call(jQuery(elem), value);\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tif (fn) {\n\t\t\t\t\t\tfor (; i < length; i++) {\n\t\t\t\t\t\t\tfn(elems[i], key, raw ? value : value.call(elems[i], i, fn(elems[i], key)));\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn chainable ? elems :\n\n\t\t\t\tbulk ? fn.call(elems) : length ? fn(elems[0], key) : emptyGet;\n\t\t\t};\n\t\t\tvar rcheckableType = /^(?:checkbox|radio)$/i;\n\n\t\t\tvar rtagName = /<([\\w:-]+)/;\n\n\t\t\tvar rscriptType = /^$|\\/(?:java|ecma)script/i;\n\n\t\t\tvar rleadingWhitespace = /^\\s+/;\n\n\t\t\tvar nodeNames = \"abbr|article|aside|audio|bdi|canvas|data|datalist|\" + \"details|dialog|figcaption|figure|footer|header|hgroup|main|\" + \"mark|meter|nav|output|picture|progress|section|summary|template|time|video\";\n\n\t\t\tfunction createSafeFragment(document) {\n\t\t\t\tvar list = nodeNames.split(\"|\"),\n\t\t\t\t safeFrag = document.createDocumentFragment();\n\n\t\t\t\tif (safeFrag.createElement) {\n\t\t\t\t\twhile (list.length) {\n\t\t\t\t\t\tsafeFrag.createElement(list.pop());\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn safeFrag;\n\t\t\t}\n\n\t\t\t(function () {\n\t\t\t\tvar div = document.createElement(\"div\"),\n\t\t\t\t fragment = document.createDocumentFragment(),\n\t\t\t\t input = document.createElement(\"input\");\n\n\t\t\t\tdiv.innerHTML = \"