aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/public/js
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/public/js')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/views/themes/material/public/js/init.js6
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/jquery-2.1.4.min.js4
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/materialize.js6159
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/materialize.min.js9
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/restoreScroll.js25
5 files changed, 6203 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/init.js b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/init.js
new file mode 100755
index 00000000..a0284698
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/init.js
@@ -0,0 +1,6 @@
1$(document).ready(function(){
2 // Show sideNav
3
4 // Hide sideNav
5 $('.button-collapse').sideNav();
6}); \ No newline at end of file
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/jquery-2.1.4.min.js b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/jquery-2.1.4.min.js
new file mode 100644
index 00000000..49990d6e
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/jquery-2.1.4.min.js
@@ -0,0 +1,4 @@
1/*! jQuery v2.1.4 | (c) 2005, 2015 jQuery Foundation, Inc. | jquery.org/license */
2!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l=a.document,m="2.1.4",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return n.each(this,a,b)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(n.isPlainObject(d)||(e=n.isArray(d)))?(e?(e=!1,f=c&&n.isArray(c)?c:[]):f=c&&n.isPlainObject(c)?c:{},g[b]=n.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray,isWindow:function(a){return null!=a&&a===a.window},isNumeric:function(a){return!n.isArray(a)&&a-parseFloat(a)+1>=0},isPlainObject:function(a){return"object"!==n.type(a)||a.nodeType||n.isWindow(a)?!1:a.constructor&&!j.call(a.constructor.prototype,"isPrototypeOf")?!1:!0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(a){var b,c=eval;a=n.trim(a),a&&(1===a.indexOf("use strict")?(b=l.createElement("script"),b.text=a,l.head.appendChild(b).parentNode.removeChild(b)):c(a))},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=s(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){return null==b?-1:g.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;c>d;d++)a[e++]=b[d];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=s(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(c=a[b],b=a,a=c),n.isFunction(a)?(e=d.call(arguments,2),f=function(){return a.apply(b||this,e.concat(d.call(arguments)))},f.guid=a.guid=a.guid||n.guid++,f):void 0},now:Date.now,support:k}),n.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function s(a){var b="length"in a&&a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N=M.replace("w","w#"),O="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+N+"))|)"+L+"*\\]",P=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+O+")*)|.*)\\)|)",Q=new RegExp(L+"+","g"),R=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),S=new RegExp("^"+L+"*,"+L+"*"),T=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),U=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),V=new RegExp(P),W=new RegExp("^"+N+"$"),X={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+O),PSEUDO:new RegExp("^"+P),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,aa=/[+~]/,ba=/'|\\/g,ca=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),da=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},ea=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(fa){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function ga(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],k=b.nodeType,"string"!=typeof a||!a||1!==k&&9!==k&&11!==k)return d;if(!e&&p){if(11!==k&&(f=_.exec(a)))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return H.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName)return H.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=1!==k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(ba,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+ra(o[l]);w=aa.test(a)&&pa(b.parentNode)||b,x=o.join(",")}if(x)try{return H.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function ha(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ia(a){return a[u]=!0,a}function ja(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ka(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function la(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function na(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function oa(a){return ia(function(b){return b=+b,ia(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function pa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=ga.support={},f=ga.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=ga.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=g.documentElement,e=g.defaultView,e&&e!==e.top&&(e.addEventListener?e.addEventListener("unload",ea,!1):e.attachEvent&&e.attachEvent("onunload",ea)),p=!f(g),c.attributes=ja(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ja(function(a){return a.appendChild(g.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(g.getElementsByClassName),c.getById=ja(function(a){return o.appendChild(a).id=u,!g.getElementsByName||!g.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(g.querySelectorAll))&&(ja(function(a){o.appendChild(a).innerHTML="<a id='"+u+"'></a><select id='"+u+"-\f]' msallowcapture=''><option selected=''></option></select>",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ja(function(a){var b=g.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ja(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",P)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===g||a.ownerDocument===v&&t(v,a)?-1:b===g||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,h=[a],i=[b];if(!e||!f)return a===g?-1:b===g?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return la(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?la(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},g):n},ga.matches=function(a,b){return ga(a,null,null,b)},ga.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return ga(b,n,null,[a]).length>0},ga.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ga.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ga.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},ga.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=ga.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=ga.selectors={cacheLength:50,createPseudo:ia,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ca,da),a[3]=(a[3]||a[4]||a[5]||"").replace(ca,da),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||ga.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&ga.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ca,da).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=ga.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(Q," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ga.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ia(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ia(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?ia(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ia(function(a){return function(b){return ga(a,b).length>0}}),contains:ia(function(a){return a=a.replace(ca,da),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ia(function(a){return W.test(a||"")||ga.error("unsupported lang: "+a),a=a.replace(ca,da).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:oa(function(){return[0]}),last:oa(function(a,b){return[b-1]}),eq:oa(function(a,b,c){return[0>c?c+b:c]}),even:oa(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:oa(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:oa(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:oa(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=ma(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=na(b);function qa(){}qa.prototype=d.filters=d.pseudos,d.setFilters=new qa,g=ga.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){(!c||(e=S.exec(h)))&&(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=T.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(R," ")}),h=h.slice(c.length));for(g in d.filter)!(e=X[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?ga.error(a):z(a,i).slice(0)};function ra(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function sa(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function ta(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ua(a,b,c){for(var d=0,e=b.length;e>d;d++)ga(a,b[d],c);return c}function va(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function wa(a,b,c,d,e,f){return d&&!d[u]&&(d=wa(d)),e&&!e[u]&&(e=wa(e,f)),ia(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ua(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:va(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=va(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=va(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function xa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=sa(function(a){return a===b},h,!0),l=sa(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[sa(ta(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return wa(i>1&&ta(m),i>1&&ra(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&xa(a.slice(i,e)),f>e&&xa(a=a.slice(e)),f>e&&ra(a))}m.push(c)}return ta(m)}function ya(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=F.call(i));s=va(s)}H.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&ga.uniqueSort(i)}return k&&(w=v,j=t),r};return c?ia(f):f}return h=ga.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=xa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,ya(e,d)),f.selector=a}return f},i=ga.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ca,da),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ca,da),aa.test(j[0].type)&&pa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&ra(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,aa.test(a)&&pa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ja(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ja(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||ka("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ja(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ka("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ja(function(a){return null==a.getAttribute("disabled")})||ka(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),ga}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=n.expr.match.needsContext,v=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,w=/^.[^:#\[\.,]*$/;function x(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(w.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return g.call(b,a)>=0!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=this.length,d=[],e=this;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;c>b;b++)if(n.contains(e[b],this))return!0}));for(b=0;c>b;b++)n.find(a,e[b],d);return d=this.pushStack(c>1?n.unique(d):d),d.selector=this.selector?this.selector+" "+a:a,d},filter:function(a){return this.pushStack(x(this,a||[],!1))},not:function(a){return this.pushStack(x(this,a||[],!0))},is:function(a){return!!x(this,"string"==typeof a&&u.test(a)?n(a):a||[],!1).length}});var y,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=n.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||y).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:l,!0)),v.test(c[1])&&n.isPlainObject(b))for(c in b)n.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}return d=l.getElementById(c[2]),d&&d.parentNode&&(this.length=1,this[0]=d),this.context=l,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof y.ready?y.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};A.prototype=n.fn,y=n(l);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};n.extend({dir:function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),n.fn.extend({has:function(a){var b=n(a,this),c=b.length;return this.filter(function(){for(var a=0;c>a;a++)if(n.contains(this,b[a]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=u.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.unique(f):f)},index:function(a){return a?"string"==typeof a?g.call(n(a),this[0]):g.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.unique(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){while((a=a[b])&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return n.dir(a,"parentNode")},parentsUntil:function(a,b,c){return n.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return n.dir(a,"nextSibling")},prevAll:function(a){return n.dir(a,"previousSibling")},nextUntil:function(a,b,c){return n.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return n.dir(a,"previousSibling",c)},siblings:function(a){return n.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return n.sibling(a.firstChild)},contents:function(a){return a.contentDocument||n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(C[a]||n.unique(e),B.test(a)&&e.reverse()),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return n.each(a.match(E)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):n.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(b=a.memory&&l,c=!0,g=e||0,e=0,f=h.length,d=!0;h&&f>g;g++)if(h[g].apply(l[0],l[1])===!1&&a.stopOnFalse){b=!1;break}d=!1,h&&(i?i.length&&j(i.shift()):b?h=[]:k.disable())},k={add:function(){if(h){var c=h.length;!function g(b){n.each(b,function(b,c){var d=n.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&g(c)})}(arguments),d?f=h.length:b&&(e=c,j(b))}return this},remove:function(){return h&&n.each(arguments,function(a,b){var c;while((c=n.inArray(b,h,c))>-1)h.splice(c,1),d&&(f>=c&&f--,g>=c&&g--)}),this},has:function(a){return a?n.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],f=0,this},disable:function(){return h=i=b=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,b||k.disable(),this},locked:function(){return!i},fireWith:function(a,b){return!h||c&&!i||(b=b||[],b=[a,b.slice?b.slice():b],d?i.push(b):j(b)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!c}};return k},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&n.isFunction(a.promise)?e:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(H.resolveWith(l,[n]),n.fn.triggerHandler&&(n(l).triggerHandler("ready"),n(l).off("ready"))))}});function I(){l.removeEventListener("DOMContentLoaded",I,!1),a.removeEventListener("load",I,!1),n.ready()}n.ready.promise=function(b){return H||(H=n.Deferred(),"complete"===l.readyState?setTimeout(n.ready):(l.addEventListener("DOMContentLoaded",I,!1),a.addEventListener("load",I,!1))),H.promise(b)},n.ready.promise();var J=n.access=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===n.type(c)){e=!0;for(h in c)n.access(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,n.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(n(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f};n.acceptData=function(a){return 1===a.nodeType||9===a.nodeType||!+a.nodeType};function K(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=n.expando+K.uid++}K.uid=1,K.accepts=n.acceptData,K.prototype={key:function(a){if(!K.accepts(a))return 0;var b={},c=a[this.expando];if(!c){c=K.uid++;try{b[this.expando]={value:c},Object.defineProperties(a,b)}catch(d){b[this.expando]=c,n.extend(a,b)}}return this.cache[c]||(this.cache[c]={}),c},set:function(a,b,c){var d,e=this.key(a),f=this.cache[e];if("string"==typeof b)f[b]=c;else if(n.isEmptyObject(f))n.extend(this.cache[e],b);else for(d in b)f[d]=b[d];return f},get:function(a,b){var c=this.cache[this.key(a)];return void 0===b?c:c[b]},access:function(a,b,c){var d;return void 0===b||b&&"string"==typeof b&&void 0===c?(d=this.get(a,b),void 0!==d?d:this.get(a,n.camelCase(b))):(this.set(a,b,c),void 0!==c?c:b)},remove:function(a,b){var c,d,e,f=this.key(a),g=this.cache[f];if(void 0===b)this.cache[f]={};else{n.isArray(b)?d=b.concat(b.map(n.camelCase)):(e=n.camelCase(b),b in g?d=[b,e]:(d=e,d=d in g?[d]:d.match(E)||[])),c=d.length;while(c--)delete g[d[c]]}},hasData:function(a){return!n.isEmptyObject(this.cache[a[this.expando]]||{})},discard:function(a){a[this.expando]&&delete this.cache[a[this.expando]]}};var L=new K,M=new K,N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){var d;if(void 0===c&&1===a.nodeType)if(d="data-"+b.replace(O,"-$1").toLowerCase(),c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}M.set(a,b,c)}else c=void 0;return c}n.extend({hasData:function(a){return M.hasData(a)||L.hasData(a)},data:function(a,b,c){
3return M.access(a,b,c)},removeData:function(a,b){M.remove(a,b)},_data:function(a,b,c){return L.access(a,b,c)},_removeData:function(a,b){L.remove(a,b)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=M.get(f),1===f.nodeType&&!L.get(f,"hasDataAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d])));L.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(function(){M.set(this,a)}):J(this,function(b){var c,d=n.camelCase(a);if(f&&void 0===b){if(c=M.get(f,a),void 0!==c)return c;if(c=M.get(f,d),void 0!==c)return c;if(c=P(f,d,void 0),void 0!==c)return c}else this.each(function(){var c=M.get(this,d);M.set(this,d,b),-1!==a.indexOf("-")&&void 0!==c&&M.set(this,a,b)})},null,b,arguments.length>1,null,!0)},removeData:function(a){return this.each(function(){M.remove(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=L.get(a,b),c&&(!d||n.isArray(c)?d=L.access(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return L.get(a,c)||L.access(a,c,{empty:n.Callbacks("once memory").add(function(){L.remove(a,[b+"queue",c])})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?n.queue(this[0],a):void 0===b?this:this.each(function(){var c=n.queue(this,a,b);n._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&n.dequeue(this,a)})},dequeue:function(a){return this.each(function(){n.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=n.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=L.get(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var Q=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,R=["Top","Right","Bottom","Left"],S=function(a,b){return a=b||a,"none"===n.css(a,"display")||!n.contains(a.ownerDocument,a)},T=/^(?:checkbox|radio)$/i;!function(){var a=l.createDocumentFragment(),b=a.appendChild(l.createElement("div")),c=l.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="<textarea>x</textarea>",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var U="undefined";k.focusinBubbles="onfocusin"in a;var V=/^key/,W=/^(?:mouse|pointer|contextmenu)|click/,X=/^(?:focusinfocus|focusoutblur)$/,Y=/^([^.]*)(?:\.(.+)|)$/;function Z(){return!0}function $(){return!1}function _(){try{return l.activeElement}catch(a){}}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.get(a);if(r){c.handler&&(f=c,c=f.handler,e=f.selector),c.guid||(c.guid=n.guid++),(i=r.events)||(i=r.events={}),(g=r.handle)||(g=r.handle=function(b){return typeof n!==U&&n.event.triggered!==b.type?n.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(E)||[""],j=b.length;while(j--)h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o&&(l=n.event.special[o]||{},o=(e?l.delegateType:l.bindType)||o,l=n.event.special[o]||{},k=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},f),(m=i[o])||(m=i[o]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,p,g)!==!1||a.addEventListener&&a.addEventListener(o,g,!1)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),n.event.global[o]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.hasData(a)&&L.get(a);if(r&&(i=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=i[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&q!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete i[o])}else for(o in i)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(i)&&(delete r.handle,L.remove(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,m,o,p=[d||l],q=j.call(b,"type")?b.type:b,r=j.call(b,"namespace")?b.namespace.split("."):[];if(g=h=d=d||l,3!==d.nodeType&&8!==d.nodeType&&!X.test(q+n.event.triggered)&&(q.indexOf(".")>=0&&(r=q.split("."),q=r.shift(),r.sort()),k=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=r.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:n.makeArray(c,[b]),o=n.event.special[q]||{},e||!o.trigger||o.trigger.apply(d,c)!==!1)){if(!e&&!o.noBubble&&!n.isWindow(d)){for(i=o.delegateType||q,X.test(i+q)||(g=g.parentNode);g;g=g.parentNode)p.push(g),h=g;h===(d.ownerDocument||l)&&p.push(h.defaultView||h.parentWindow||a)}f=0;while((g=p[f++])&&!b.isPropagationStopped())b.type=f>1?i:o.bindType||q,m=(L.get(g,"events")||{})[b.type]&&L.get(g,"handle"),m&&m.apply(g,c),m=k&&g[k],m&&m.apply&&n.acceptData(g)&&(b.result=m.apply(g,c),b.result===!1&&b.preventDefault());return b.type=q,e||b.isDefaultPrevented()||o._default&&o._default.apply(p.pop(),c)!==!1||!n.acceptData(d)||k&&n.isFunction(d[q])&&!n.isWindow(d)&&(h=d[k],h&&(d[k]=null),n.event.triggered=q,d[q](),n.event.triggered=void 0,h&&(d[k]=h)),b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(L.get(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(g.namespace))&&(a.handleObj=g,a.data=g.data,e=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==e&&(a.result=e)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!==this;i=i.parentNode||this)if(i.disabled!==!0||"click"!==a.type){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>=0:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,d,e,f=b.button;return null==a.pageX&&null!=b.clientX&&(c=a.target.ownerDocument||l,d=c.documentElement,e=c.body,a.pageX=b.clientX+(d&&d.scrollLeft||e&&e.scrollLeft||0)-(d&&d.clientLeft||e&&e.clientLeft||0),a.pageY=b.clientY+(d&&d.scrollTop||e&&e.scrollTop||0)-(d&&d.clientTop||e&&e.clientTop||0)),a.which||void 0===f||(a.which=1&f?1:2&f?3:4&f?2:0),a}},fix:function(a){if(a[n.expando])return a;var b,c,d,e=a.type,f=a,g=this.fixHooks[e];g||(this.fixHooks[e]=g=W.test(e)?this.mouseHooks:V.test(e)?this.keyHooks:{}),d=g.props?this.props.concat(g.props):this.props,a=new n.Event(f),b=d.length;while(b--)c=d[b],a[c]=f[c];return a.target||(a.target=l),3===a.target.nodeType&&(a.target=a.target.parentNode),g.filter?g.filter(a,f):a},special:{load:{noBubble:!0},focus:{trigger:function(){return this!==_()&&this.focus?(this.focus(),!1):void 0},delegateType:"focusin"},blur:{trigger:function(){return this===_()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return"checkbox"===this.type&&this.click&&n.nodeName(this,"input")?(this.click(),!1):void 0},_default:function(a){return n.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c,d){var e=n.extend(new n.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?n.event.trigger(e,null,b):n.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},n.removeEvent=function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)},n.Event=function(a,b){return this instanceof n.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?Z:$):this.type=a,b&&n.extend(this,b),this.timeStamp=a&&a.timeStamp||n.now(),void(this[n.expando]=!0)):new n.Event(a,b)},n.Event.prototype={isDefaultPrevented:$,isPropagationStopped:$,isImmediatePropagationStopped:$,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=Z,a&&a.preventDefault&&a.preventDefault()},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=Z,a&&a.stopPropagation&&a.stopPropagation()},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=Z,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},n.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){n.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return(!e||e!==d&&!n.contains(d,e))&&(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),k.focusinBubbles||n.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){n.event.simulate(b,a.target,n.event.fix(a),!0)};n.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=L.access(d,b);e||d.addEventListener(a,c,!0),L.access(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=L.access(d,b)-1;e?L.access(d,b,e):(d.removeEventListener(a,c,!0),L.remove(d,b))}}}),n.fn.extend({on:function(a,b,c,d,e){var f,g;if("object"==typeof a){"string"!=typeof b&&(c=c||b,b=void 0);for(g in a)this.on(g,b,c,a[g],e);return this}if(null==c&&null==d?(d=b,c=b=void 0):null==d&&("string"==typeof b?(d=c,c=void 0):(d=c,c=b,b=void 0)),d===!1)d=$;else if(!d)return this;return 1===e&&(f=d,d=function(a){return n().off(a),f.apply(this,arguments)},d.guid=f.guid||(f.guid=n.guid++)),this.each(function(){n.event.add(this,a,d,c,b)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,n(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return(b===!1||"function"==typeof b)&&(c=b,b=void 0),c===!1&&(c=$),this.each(function(){n.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){n.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?n.event.trigger(a,b,c,!0):void 0}});var aa=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,ba=/<([\w:]+)/,ca=/<|&#?\w+;/,da=/<(?:script|style|link)/i,ea=/checked\s*(?:[^=]|=\s*.checked.)/i,fa=/^$|\/(?:java|ecma)script/i,ga=/^true\/(.*)/,ha=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,ia={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};ia.optgroup=ia.option,ia.tbody=ia.tfoot=ia.colgroup=ia.caption=ia.thead,ia.th=ia.td;function ja(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function ka(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function la(a){var b=ga.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function ma(a,b){for(var c=0,d=a.length;d>c;c++)L.set(a[c],"globalEval",!b||L.get(b[c],"globalEval"))}function na(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(L.hasData(a)&&(f=L.access(a),g=L.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;d>c;c++)n.event.add(b,e,j[e][c])}M.hasData(a)&&(h=M.access(a),i=n.extend({},h),M.set(b,i))}}function oa(a,b){var c=a.getElementsByTagName?a.getElementsByTagName(b||"*"):a.querySelectorAll?a.querySelectorAll(b||"*"):[];return void 0===b||b&&n.nodeName(a,b)?n.merge([a],c):c}function pa(a,b){var c=b.nodeName.toLowerCase();"input"===c&&T.test(a.type)?b.checked=a.checked:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}n.extend({clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=n.contains(a.ownerDocument,a);if(!(k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(g=oa(h),f=oa(a),d=0,e=f.length;e>d;d++)pa(f[d],g[d]);if(b)if(c)for(f=f||oa(a),g=g||oa(h),d=0,e=f.length;e>d;d++)na(f[d],g[d]);else na(a,h);return g=oa(h,"script"),g.length>0&&ma(g,!i&&oa(a,"script")),h},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,k=b.createDocumentFragment(),l=[],m=0,o=a.length;o>m;m++)if(e=a[m],e||0===e)if("object"===n.type(e))n.merge(l,e.nodeType?[e]:e);else if(ca.test(e)){f=f||k.appendChild(b.createElement("div")),g=(ba.exec(e)||["",""])[1].toLowerCase(),h=ia[g]||ia._default,f.innerHTML=h[1]+e.replace(aa,"<$1></$2>")+h[2],j=h[0];while(j--)f=f.lastChild;n.merge(l,f.childNodes),f=k.firstChild,f.textContent=""}else l.push(b.createTextNode(e));k.textContent="",m=0;while(e=l[m++])if((!d||-1===n.inArray(e,d))&&(i=n.contains(e.ownerDocument,e),f=oa(k.appendChild(e),"script"),i&&ma(f),c)){j=0;while(e=f[j++])fa.test(e.type||"")&&c.push(e)}return k},cleanData:function(a){for(var b,c,d,e,f=n.event.special,g=0;void 0!==(c=a[g]);g++){if(n.acceptData(c)&&(e=c[L.expando],e&&(b=L.cache[e]))){if(b.events)for(d in b.events)f[d]?n.event.remove(c,d):n.removeEvent(c,d,b.handle);L.cache[e]&&delete L.cache[e]}delete M.cache[c[M.expando]]}}}),n.fn.extend({text:function(a){return J(this,function(a){return void 0===a?n.text(this):this.empty().each(function(){(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&(this.textContent=a)})},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=ja(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=ja(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?n.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||n.cleanData(oa(c)),c.parentNode&&(b&&n.contains(c.ownerDocument,c)&&ma(oa(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(n.cleanData(oa(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return J(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!da.test(a)&&!ia[(ba.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(aa,"<$1></$2>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(oa(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,n.cleanData(oa(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,m=this,o=l-1,p=a[0],q=n.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&ea.test(p))return this.each(function(c){var d=m.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(c=n.buildFragment(a,this[0].ownerDocument,!1,this),d=c.firstChild,1===c.childNodes.length&&(c=d),d)){for(f=n.map(oa(c,"script"),ka),g=f.length;l>j;j++)h=c,j!==o&&(h=n.clone(h,!0,!0),g&&n.merge(f,oa(h,"script"))),b.call(this[j],h,j);if(g)for(i=f[f.length-1].ownerDocument,n.map(f,la),j=0;g>j;j++)h=f[j],fa.test(h.type||"")&&!L.access(h,"globalEval")&&n.contains(i,h)&&(h.src?n._evalUrl&&n._evalUrl(h.src):n.globalEval(h.textContent.replace(ha,"")))}return this}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=[],e=n(a),g=e.length-1,h=0;g>=h;h++)c=h===g?this:this.clone(!0),n(e[h])[b](c),f.apply(d,c.get());return this.pushStack(d)}});var qa,ra={};function sa(b,c){var d,e=n(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:n.css(e[0],"display");return e.detach(),f}function ta(a){var b=l,c=ra[a];return c||(c=sa(a,b),"none"!==c&&c||(qa=(qa||n("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=qa[0].contentDocument,b.write(),b.close(),c=sa(a,b),qa.detach()),ra[a]=c),c}var ua=/^margin/,va=new RegExp("^("+Q+")(?!px)[a-z%]+$","i"),wa=function(b){return b.ownerDocument.defaultView.opener?b.ownerDocument.defaultView.getComputedStyle(b,null):a.getComputedStyle(b,null)};function xa(a,b,c){var d,e,f,g,h=a.style;return c=c||wa(a),c&&(g=c.getPropertyValue(b)||c[b]),c&&(""!==g||n.contains(a.ownerDocument,a)||(g=n.style(a,b)),va.test(g)&&ua.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0!==g?g+"":g}function ya(a,b){return{get:function(){return a()?void delete this.get:(this.get=b).apply(this,arguments)}}}!function(){var b,c,d=l.documentElement,e=l.createElement("div"),f=l.createElement("div");if(f.style){f.style.backgroundClip="content-box",f.cloneNode(!0).style.backgroundClip="",k.clearCloneStyle="content-box"===f.style.backgroundClip,e.style.cssText="border:0;width:0;height:0;top:0;left:-9999px;margin-top:1px;position:absolute",e.appendChild(f);function g(){f.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",f.innerHTML="",d.appendChild(e);var g=a.getComputedStyle(f,null);b="1%"!==g.top,c="4px"===g.width,d.removeChild(e)}a.getComputedStyle&&n.extend(k,{pixelPosition:function(){return g(),b},boxSizingReliable:function(){return null==c&&g(),c},reliableMarginRight:function(){var b,c=f.appendChild(l.createElement("div"));return c.style.cssText=f.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",c.style.marginRight=c.style.width="0",f.style.width="1px",d.appendChild(e),b=!parseFloat(a.getComputedStyle(c,null).marginRight),d.removeChild(e),f.removeChild(c),b}})}}(),n.swap=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};var za=/^(none|table(?!-c[ea]).+)/,Aa=new RegExp("^("+Q+")(.*)$","i"),Ba=new RegExp("^([+-])=("+Q+")","i"),Ca={position:"absolute",visibility:"hidden",display:"block"},Da={letterSpacing:"0",fontWeight:"400"},Ea=["Webkit","O","Moz","ms"];function Fa(a,b){if(b in a)return b;var c=b[0].toUpperCase()+b.slice(1),d=b,e=Ea.length;while(e--)if(b=Ea[e]+c,b in a)return b;return d}function Ga(a,b,c){var d=Aa.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function Ha(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=n.css(a,c+R[f],!0,e)),d?("content"===c&&(g-=n.css(a,"padding"+R[f],!0,e)),"margin"!==c&&(g-=n.css(a,"border"+R[f]+"Width",!0,e))):(g+=n.css(a,"padding"+R[f],!0,e),"padding"!==c&&(g+=n.css(a,"border"+R[f]+"Width",!0,e)));return g}function Ia(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=wa(a),g="border-box"===n.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=xa(a,b,f),(0>e||null==e)&&(e=a.style[b]),va.test(e))return e;d=g&&(k.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+Ha(a,b,c||(g?"border":"content"),d,f)+"px"}function Ja(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=L.get(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&S(d)&&(f[g]=L.access(d,"olddisplay",ta(d.nodeName)))):(e=S(d),"none"===c&&e||L.set(d,"olddisplay",e?c:n.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}n.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=xa(a,"opacity");return""===c?"1":c}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":"cssFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=n.camelCase(b),i=a.style;return b=n.cssProps[h]||(n.cssProps[h]=Fa(i,h)),g=n.cssHooks[b]||n.cssHooks[h],void 0===c?g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b]:(f=typeof c,"string"===f&&(e=Ba.exec(c))&&(c=(e[1]+1)*e[2]+parseFloat(n.css(a,b)),f="number"),null!=c&&c===c&&("number"!==f||n.cssNumber[h]||(c+="px"),k.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),g&&"set"in g&&void 0===(c=g.set(a,c,d))||(i[b]=c)),void 0)}},css:function(a,b,c,d){var e,f,g,h=n.camelCase(b);return b=n.cssProps[h]||(n.cssProps[h]=Fa(a.style,h)),g=n.cssHooks[b]||n.cssHooks[h],g&&"get"in g&&(e=g.get(a,!0,c)),void 0===e&&(e=xa(a,b,d)),"normal"===e&&b in Da&&(e=Da[b]),""===c||c?(f=parseFloat(e),c===!0||n.isNumeric(f)?f||0:e):e}}),n.each(["height","width"],function(a,b){n.cssHooks[b]={get:function(a,c,d){return c?za.test(n.css(a,"display"))&&0===a.offsetWidth?n.swap(a,Ca,function(){return Ia(a,b,d)}):Ia(a,b,d):void 0},set:function(a,c,d){var e=d&&wa(a);return Ga(a,c,d?Ha(a,b,d,"border-box"===n.css(a,"boxSizing",!1,e),e):0)}}}),n.cssHooks.marginRight=ya(k.reliableMarginRight,function(a,b){return b?n.swap(a,{display:"inline-block"},xa,[a,"marginRight"]):void 0}),n.each({margin:"",padding:"",border:"Width"},function(a,b){n.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+R[d]+b]=f[d]||f[d-2]||f[0];return e}},ua.test(a)||(n.cssHooks[a+b].set=Ga)}),n.fn.extend({css:function(a,b){return J(this,function(a,b,c){var d,e,f={},g=0;if(n.isArray(b)){for(d=wa(a),e=b.length;e>g;g++)f[b[g]]=n.css(a,b[g],!1,d);return f}return void 0!==c?n.style(a,b,c):n.css(a,b)},a,b,arguments.length>1)},show:function(){return Ja(this,!0)},hide:function(){return Ja(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){S(this)?n(this).show():n(this).hide()})}});function Ka(a,b,c,d,e){return new Ka.prototype.init(a,b,c,d,e)}n.Tween=Ka,Ka.prototype={constructor:Ka,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(n.cssNumber[c]?"":"px")},cur:function(){var a=Ka.propHooks[this.prop];return a&&a.get?a.get(this):Ka.propHooks._default.get(this)},run:function(a){var b,c=Ka.propHooks[this.prop];return this.options.duration?this.pos=b=n.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Ka.propHooks._default.set(this),this}},Ka.prototype.init.prototype=Ka.prototype,Ka.propHooks={_default:{get:function(a){var b;return null==a.elem[a.prop]||a.elem.style&&null!=a.elem.style[a.prop]?(b=n.css(a.elem,a.prop,""),b&&"auto"!==b?b:0):a.elem[a.prop]},set:function(a){n.fx.step[a.prop]?n.fx.step[a.prop](a):a.elem.style&&(null!=a.elem.style[n.cssProps[a.prop]]||n.cssHooks[a.prop])?n.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},Ka.propHooks.scrollTop=Ka.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},n.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2}},n.fx=Ka.prototype.init,n.fx.step={};var La,Ma,Na=/^(?:toggle|show|hide)$/,Oa=new RegExp("^(?:([+-])=|)("+Q+")([a-z%]*)$","i"),Pa=/queueHooks$/,Qa=[Va],Ra={"*":[function(a,b){var c=this.createTween(a,b),d=c.cur(),e=Oa.exec(b),f=e&&e[3]||(n.cssNumber[a]?"":"px"),g=(n.cssNumber[a]||"px"!==f&&+d)&&Oa.exec(n.css(c.elem,a)),h=1,i=20;if(g&&g[3]!==f){f=f||g[3],e=e||[],g=+d||1;do h=h||".5",g/=h,n.style(c.elem,a,g+f);while(h!==(h=c.cur()/d)&&1!==h&&--i)}return e&&(g=c.start=+g||+d||0,c.unit=f,c.end=e[1]?g+(e[1]+1)*e[2]:+e[2]),c}]};function Sa(){return setTimeout(function(){La=void 0}),La=n.now()}function Ta(a,b){var c,d=0,e={height:a};for(b=b?1:0;4>d;d+=2-b)c=R[d],e["margin"+c]=e["padding"+c]=a;return b&&(e.opacity=e.width=a),e}function Ua(a,b,c){for(var d,e=(Ra[b]||[]).concat(Ra["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function Va(a,b,c){var d,e,f,g,h,i,j,k,l=this,m={},o=a.style,p=a.nodeType&&S(a),q=L.get(a,"fxshow");c.queue||(h=n._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,l.always(function(){l.always(function(){h.unqueued--,n.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[o.overflow,o.overflowX,o.overflowY],j=n.css(a,"display"),k="none"===j?L.get(a,"olddisplay")||ta(a.nodeName):j,"inline"===k&&"none"===n.css(a,"float")&&(o.display="inline-block")),c.overflow&&(o.overflow="hidden",l.always(function(){o.overflow=c.overflow[0],o.overflowX=c.overflow[1],o.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],Na.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(p?"hide":"show")){if("show"!==e||!q||void 0===q[d])continue;p=!0}m[d]=q&&q[d]||n.style(a,d)}else j=void 0;if(n.isEmptyObject(m))"inline"===("none"===j?ta(a.nodeName):j)&&(o.display=j);else{q?"hidden"in q&&(p=q.hidden):q=L.access(a,"fxshow",{}),f&&(q.hidden=!p),p?n(a).show():l.done(function(){n(a).hide()}),l.done(function(){var b;L.remove(a,"fxshow");for(b in m)n.style(a,b,m[b])});for(d in m)g=Ua(p?q[d]:0,d,l),d in q||(q[d]=g.start,p&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function Wa(a,b){var c,d,e,f,g;for(c in a)if(d=n.camelCase(c),e=b[d],f=a[c],n.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=n.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function Xa(a,b,c){var d,e,f=0,g=Qa.length,h=n.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=La||Sa(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:n.extend({},b),opts:n.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:La||Sa(),duration:c.duration,tweens:[],createTween:function(b,c){var d=n.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;for(Wa(k,j.opts.specialEasing);g>f;f++)if(d=Qa[f].call(j,a,k,j.opts))return d;return n.map(k,Ua,j),n.isFunction(j.opts.start)&&j.opts.start.call(a,j),n.fx.timer(n.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}n.Animation=n.extend(Xa,{tweener:function(a,b){n.isFunction(a)?(b=a,a=["*"]):a=a.split(" ");for(var c,d=0,e=a.length;e>d;d++)c=a[d],Ra[c]=Ra[c]||[],Ra[c].unshift(b)},prefilter:function(a,b){b?Qa.unshift(a):Qa.push(a)}}),n.speed=function(a,b,c){var d=a&&"object"==typeof a?n.extend({},a):{complete:c||!c&&b||n.isFunction(a)&&a,duration:a,easing:c&&b||b&&!n.isFunction(b)&&b};return d.duration=n.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in n.fx.speeds?n.fx.speeds[d.duration]:n.fx.speeds._default,(null==d.queue||d.queue===!0)&&(d.queue="fx"),d.old=d.complete,d.complete=function(){n.isFunction(d.old)&&d.old.call(this),d.queue&&n.dequeue(this,d.queue)},d},n.fn.extend({fadeTo:function(a,b,c,d){return this.filter(S).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=n.isEmptyObject(a),f=n.speed(b,c,d),g=function(){var b=Xa(this,n.extend({},a),f);(e||L.get(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=n.timers,g=L.get(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&Pa.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));(b||!c)&&n.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=L.get(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=n.timers,g=d?d.length:0;for(c.finish=!0,n.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),n.each(["toggle","show","hide"],function(a,b){var c=n.fn[b];n.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(Ta(b,!0),a,d,e)}}),n.each({slideDown:Ta("show"),slideUp:Ta("hide"),slideToggle:Ta("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){n.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),n.timers=[],n.fx.tick=function(){var a,b=0,c=n.timers;for(La=n.now();b<c.length;b++)a=c[b],a()||c[b]!==a||c.splice(b--,1);c.length||n.fx.stop(),La=void 0},n.fx.timer=function(a){n.timers.push(a),a()?n.fx.start():n.timers.pop()},n.fx.interval=13,n.fx.start=function(){Ma||(Ma=setInterval(n.fx.tick,n.fx.interval))},n.fx.stop=function(){clearInterval(Ma),Ma=null},n.fx.speeds={slow:600,fast:200,_default:400},n.fn.delay=function(a,b){return a=n.fx?n.fx.speeds[a]||a:a,b=b||"fx",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},function(){var a=l.createElement("input"),b=l.createElement("select"),c=b.appendChild(l.createElement("option"));a.type="checkbox",k.checkOn=""!==a.value,k.optSelected=c.selected,b.disabled=!0,k.optDisabled=!c.disabled,a=l.createElement("input"),a.value="t",a.type="radio",k.radioValue="t"===a.value}();var Ya,Za,$a=n.expr.attrHandle;n.fn.extend({attr:function(a,b){return J(this,n.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){n.removeAttr(this,a)})}}),n.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(a&&3!==f&&8!==f&&2!==f)return typeof a.getAttribute===U?n.prop(a,b,c):(1===f&&n.isXMLDoc(a)||(b=b.toLowerCase(),d=n.attrHooks[b]||(n.expr.match.bool.test(b)?Za:Ya)),
4void 0===c?d&&"get"in d&&null!==(e=d.get(a,b))?e:(e=n.find.attr(a,b),null==e?void 0:e):null!==c?d&&"set"in d&&void 0!==(e=d.set(a,c,b))?e:(a.setAttribute(b,c+""),c):void n.removeAttr(a,b))},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(E);if(f&&1===a.nodeType)while(c=f[e++])d=n.propFix[c]||c,n.expr.match.bool.test(c)&&(a[d]=!1),a.removeAttribute(c)},attrHooks:{type:{set:function(a,b){if(!k.radioValue&&"radio"===b&&n.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}}}),Za={set:function(a,b,c){return b===!1?n.removeAttr(a,c):a.setAttribute(c,c),c}},n.each(n.expr.match.bool.source.match(/\w+/g),function(a,b){var c=$a[b]||n.find.attr;$a[b]=function(a,b,d){var e,f;return d||(f=$a[b],$a[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,$a[b]=f),e}});var _a=/^(?:input|select|textarea|button)$/i;n.fn.extend({prop:function(a,b){return J(this,n.prop,a,b,arguments.length>1)},removeProp:function(a){return this.each(function(){delete this[n.propFix[a]||a]})}}),n.extend({propFix:{"for":"htmlFor","class":"className"},prop:function(a,b,c){var d,e,f,g=a.nodeType;if(a&&3!==g&&8!==g&&2!==g)return f=1!==g||!n.isXMLDoc(a),f&&(b=n.propFix[b]||b,e=n.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){return a.hasAttribute("tabindex")||_a.test(a.nodeName)||a.href?a.tabIndex:-1}}}}),k.optSelected||(n.propHooks.selected={get:function(a){var b=a.parentNode;return b&&b.parentNode&&b.parentNode.selectedIndex,null}}),n.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){n.propFix[this.toLowerCase()]=this});var ab=/[\t\r\n\f]/g;n.fn.extend({addClass:function(a){var b,c,d,e,f,g,h="string"==typeof a&&a,i=0,j=this.length;if(n.isFunction(a))return this.each(function(b){n(this).addClass(a.call(this,b,this.className))});if(h)for(b=(a||"").match(E)||[];j>i;i++)if(c=this[i],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(ab," "):" ")){f=0;while(e=b[f++])d.indexOf(" "+e+" ")<0&&(d+=e+" ");g=n.trim(d),c.className!==g&&(c.className=g)}return this},removeClass:function(a){var b,c,d,e,f,g,h=0===arguments.length||"string"==typeof a&&a,i=0,j=this.length;if(n.isFunction(a))return this.each(function(b){n(this).removeClass(a.call(this,b,this.className))});if(h)for(b=(a||"").match(E)||[];j>i;i++)if(c=this[i],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(ab," "):"")){f=0;while(e=b[f++])while(d.indexOf(" "+e+" ")>=0)d=d.replace(" "+e+" "," ");g=a?n.trim(d):"",c.className!==g&&(c.className=g)}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):this.each(n.isFunction(a)?function(c){n(this).toggleClass(a.call(this,c,this.className,b),b)}:function(){if("string"===c){var b,d=0,e=n(this),f=a.match(E)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else(c===U||"boolean"===c)&&(this.className&&L.set(this,"__className__",this.className),this.className=this.className||a===!1?"":L.get(this,"__className__")||"")})},hasClass:function(a){for(var b=" "+a+" ",c=0,d=this.length;d>c;c++)if(1===this[c].nodeType&&(" "+this[c].className+" ").replace(ab," ").indexOf(b)>=0)return!0;return!1}});var bb=/\r/g;n.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=n.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,n(this).val()):a,null==e?e="":"number"==typeof e?e+="":n.isArray(e)&&(e=n.map(e,function(a){return null==a?"":a+""})),b=n.valHooks[this.type]||n.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=n.valHooks[e.type]||n.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(bb,""):null==c?"":c)}}}),n.extend({valHooks:{option:{get:function(a){var b=n.find.attr(a,"value");return null!=b?b:n.trim(n.text(a))}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],!(!c.selected&&i!==e||(k.optDisabled?c.disabled:null!==c.getAttribute("disabled"))||c.parentNode.disabled&&n.nodeName(c.parentNode,"optgroup"))){if(b=n(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=n.makeArray(b),g=e.length;while(g--)d=e[g],(d.selected=n.inArray(d.value,f)>=0)&&(c=!0);return c||(a.selectedIndex=-1),f}}}}),n.each(["radio","checkbox"],function(){n.valHooks[this]={set:function(a,b){return n.isArray(b)?a.checked=n.inArray(n(a).val(),b)>=0:void 0}},k.checkOn||(n.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})}),n.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){n.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),n.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}});var cb=n.now(),db=/\?/;n.parseJSON=function(a){return JSON.parse(a+"")},n.parseXML=function(a){var b,c;if(!a||"string"!=typeof a)return null;try{c=new DOMParser,b=c.parseFromString(a,"text/xml")}catch(d){b=void 0}return(!b||b.getElementsByTagName("parsererror").length)&&n.error("Invalid XML: "+a),b};var eb=/#.*$/,fb=/([?&])_=[^&]*/,gb=/^(.*?):[ \t]*([^\r\n]*)$/gm,hb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,ib=/^(?:GET|HEAD)$/,jb=/^\/\//,kb=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,lb={},mb={},nb="*/".concat("*"),ob=a.location.href,pb=kb.exec(ob.toLowerCase())||[];function qb(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(E)||[];if(n.isFunction(c))while(d=f[e++])"+"===d[0]?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function rb(a,b,c,d){var e={},f=a===mb;function g(h){var i;return e[h]=!0,n.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function sb(a,b){var c,d,e=n.ajaxSettings.flatOptions||{};for(c in b)void 0!==b[c]&&((e[c]?a:d||(d={}))[c]=b[c]);return d&&n.extend(!0,a,d),a}function tb(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===d&&(d=a.mimeType||b.getResponseHeader("Content-Type"));if(d)for(e in h)if(h[e]&&h[e].test(d)){i.unshift(e);break}if(i[0]in c)f=i[0];else{for(e in c){if(!i[0]||a.converters[e+" "+i[0]]){f=e;break}g||(g=e)}f=f||g}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function ub(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}n.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:ob,type:"GET",isLocal:hb.test(pb[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":nb,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":n.parseJSON,"text xml":n.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?sb(sb(a,n.ajaxSettings),b):sb(n.ajaxSettings,a)},ajaxPrefilter:qb(lb),ajaxTransport:qb(mb),ajax:function(a,b){"object"==typeof a&&(b=a,a=void 0),b=b||{};var c,d,e,f,g,h,i,j,k=n.ajaxSetup({},b),l=k.context||k,m=k.context&&(l.nodeType||l.jquery)?n(l):n.event,o=n.Deferred(),p=n.Callbacks("once memory"),q=k.statusCode||{},r={},s={},t=0,u="canceled",v={readyState:0,getResponseHeader:function(a){var b;if(2===t){if(!f){f={};while(b=gb.exec(e))f[b[1].toLowerCase()]=b[2]}b=f[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===t?e:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return t||(a=s[c]=s[c]||a,r[a]=b),this},overrideMimeType:function(a){return t||(k.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>t)for(b in a)q[b]=[q[b],a[b]];else v.always(a[v.status]);return this},abort:function(a){var b=a||u;return c&&c.abort(b),x(0,b),this}};if(o.promise(v).complete=p.add,v.success=v.done,v.error=v.fail,k.url=((a||k.url||ob)+"").replace(eb,"").replace(jb,pb[1]+"//"),k.type=b.method||b.type||k.method||k.type,k.dataTypes=n.trim(k.dataType||"*").toLowerCase().match(E)||[""],null==k.crossDomain&&(h=kb.exec(k.url.toLowerCase()),k.crossDomain=!(!h||h[1]===pb[1]&&h[2]===pb[2]&&(h[3]||("http:"===h[1]?"80":"443"))===(pb[3]||("http:"===pb[1]?"80":"443")))),k.data&&k.processData&&"string"!=typeof k.data&&(k.data=n.param(k.data,k.traditional)),rb(lb,k,b,v),2===t)return v;i=n.event&&k.global,i&&0===n.active++&&n.event.trigger("ajaxStart"),k.type=k.type.toUpperCase(),k.hasContent=!ib.test(k.type),d=k.url,k.hasContent||(k.data&&(d=k.url+=(db.test(d)?"&":"?")+k.data,delete k.data),k.cache===!1&&(k.url=fb.test(d)?d.replace(fb,"$1_="+cb++):d+(db.test(d)?"&":"?")+"_="+cb++)),k.ifModified&&(n.lastModified[d]&&v.setRequestHeader("If-Modified-Since",n.lastModified[d]),n.etag[d]&&v.setRequestHeader("If-None-Match",n.etag[d])),(k.data&&k.hasContent&&k.contentType!==!1||b.contentType)&&v.setRequestHeader("Content-Type",k.contentType),v.setRequestHeader("Accept",k.dataTypes[0]&&k.accepts[k.dataTypes[0]]?k.accepts[k.dataTypes[0]]+("*"!==k.dataTypes[0]?", "+nb+"; q=0.01":""):k.accepts["*"]);for(j in k.headers)v.setRequestHeader(j,k.headers[j]);if(k.beforeSend&&(k.beforeSend.call(l,v,k)===!1||2===t))return v.abort();u="abort";for(j in{success:1,error:1,complete:1})v[j](k[j]);if(c=rb(mb,k,b,v)){v.readyState=1,i&&m.trigger("ajaxSend",[v,k]),k.async&&k.timeout>0&&(g=setTimeout(function(){v.abort("timeout")},k.timeout));try{t=1,c.send(r,x)}catch(w){if(!(2>t))throw w;x(-1,w)}}else x(-1,"No Transport");function x(a,b,f,h){var j,r,s,u,w,x=b;2!==t&&(t=2,g&&clearTimeout(g),c=void 0,e=h||"",v.readyState=a>0?4:0,j=a>=200&&300>a||304===a,f&&(u=tb(k,v,f)),u=ub(k,u,v,j),j?(k.ifModified&&(w=v.getResponseHeader("Last-Modified"),w&&(n.lastModified[d]=w),w=v.getResponseHeader("etag"),w&&(n.etag[d]=w)),204===a||"HEAD"===k.type?x="nocontent":304===a?x="notmodified":(x=u.state,r=u.data,s=u.error,j=!s)):(s=x,(a||!x)&&(x="error",0>a&&(a=0))),v.status=a,v.statusText=(b||x)+"",j?o.resolveWith(l,[r,x,v]):o.rejectWith(l,[v,x,s]),v.statusCode(q),q=void 0,i&&m.trigger(j?"ajaxSuccess":"ajaxError",[v,k,j?r:s]),p.fireWith(l,[v,x]),i&&(m.trigger("ajaxComplete",[v,k]),--n.active||n.event.trigger("ajaxStop")))}return v},getJSON:function(a,b,c){return n.get(a,b,c,"json")},getScript:function(a,b){return n.get(a,void 0,b,"script")}}),n.each(["get","post"],function(a,b){n[b]=function(a,c,d,e){return n.isFunction(c)&&(e=e||d,d=c,c=void 0),n.ajax({url:a,type:b,dataType:e,data:c,success:d})}}),n._evalUrl=function(a){return n.ajax({url:a,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})},n.fn.extend({wrapAll:function(a){var b;return n.isFunction(a)?this.each(function(b){n(this).wrapAll(a.call(this,b))}):(this[0]&&(b=n(a,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstElementChild)a=a.firstElementChild;return a}).append(this)),this)},wrapInner:function(a){return this.each(n.isFunction(a)?function(b){n(this).wrapInner(a.call(this,b))}:function(){var b=n(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=n.isFunction(a);return this.each(function(c){n(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){n.nodeName(this,"body")||n(this).replaceWith(this.childNodes)}).end()}}),n.expr.filters.hidden=function(a){return a.offsetWidth<=0&&a.offsetHeight<=0},n.expr.filters.visible=function(a){return!n.expr.filters.hidden(a)};var vb=/%20/g,wb=/\[\]$/,xb=/\r?\n/g,yb=/^(?:submit|button|image|reset|file)$/i,zb=/^(?:input|select|textarea|keygen)/i;function Ab(a,b,c,d){var e;if(n.isArray(b))n.each(b,function(b,e){c||wb.test(a)?d(a,e):Ab(a+"["+("object"==typeof e?b:"")+"]",e,c,d)});else if(c||"object"!==n.type(b))d(a,b);else for(e in b)Ab(a+"["+e+"]",b[e],c,d)}n.param=function(a,b){var c,d=[],e=function(a,b){b=n.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=n.ajaxSettings&&n.ajaxSettings.traditional),n.isArray(a)||a.jquery&&!n.isPlainObject(a))n.each(a,function(){e(this.name,this.value)});else for(c in a)Ab(c,a[c],b,e);return d.join("&").replace(vb,"+")},n.fn.extend({serialize:function(){return n.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=n.prop(this,"elements");return a?n.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!n(this).is(":disabled")&&zb.test(this.nodeName)&&!yb.test(a)&&(this.checked||!T.test(a))}).map(function(a,b){var c=n(this).val();return null==c?null:n.isArray(c)?n.map(c,function(a){return{name:b.name,value:a.replace(xb,"\r\n")}}):{name:b.name,value:c.replace(xb,"\r\n")}}).get()}}),n.ajaxSettings.xhr=function(){try{return new XMLHttpRequest}catch(a){}};var Bb=0,Cb={},Db={0:200,1223:204},Eb=n.ajaxSettings.xhr();a.attachEvent&&a.attachEvent("onunload",function(){for(var a in Cb)Cb[a]()}),k.cors=!!Eb&&"withCredentials"in Eb,k.ajax=Eb=!!Eb,n.ajaxTransport(function(a){var b;return k.cors||Eb&&!a.crossDomain?{send:function(c,d){var e,f=a.xhr(),g=++Bb;if(f.open(a.type,a.url,a.async,a.username,a.password),a.xhrFields)for(e in a.xhrFields)f[e]=a.xhrFields[e];a.mimeType&&f.overrideMimeType&&f.overrideMimeType(a.mimeType),a.crossDomain||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest");for(e in c)f.setRequestHeader(e,c[e]);b=function(a){return function(){b&&(delete Cb[g],b=f.onload=f.onerror=null,"abort"===a?f.abort():"error"===a?d(f.status,f.statusText):d(Db[f.status]||f.status,f.statusText,"string"==typeof f.responseText?{text:f.responseText}:void 0,f.getAllResponseHeaders()))}},f.onload=b(),f.onerror=b("error"),b=Cb[g]=b("abort");try{f.send(a.hasContent&&a.data||null)}catch(h){if(b)throw h}},abort:function(){b&&b()}}:void 0}),n.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(a){return n.globalEval(a),a}}}),n.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET")}),n.ajaxTransport("script",function(a){if(a.crossDomain){var b,c;return{send:function(d,e){b=n("<script>").prop({async:!0,charset:a.scriptCharset,src:a.url}).on("load error",c=function(a){b.remove(),c=null,a&&e("error"===a.type?404:200,a.type)}),l.head.appendChild(b[0])},abort:function(){c&&c()}}}});var Fb=[],Gb=/(=)\?(?=&|$)|\?\?/;n.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=Fb.pop()||n.expando+"_"+cb++;return this[a]=!0,a}}),n.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(Gb.test(b.url)?"url":"string"==typeof b.data&&!(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&Gb.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=n.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(Gb,"$1"+e):b.jsonp!==!1&&(b.url+=(db.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||n.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,Fb.push(e)),g&&n.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),n.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||l;var d=v.exec(a),e=!c&&[];return d?[b.createElement(d[1])]:(d=n.buildFragment([a],b,e),e&&e.length&&n(e).remove(),n.merge([],d.childNodes))};var Hb=n.fn.load;n.fn.load=function(a,b,c){if("string"!=typeof a&&Hb)return Hb.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>=0&&(d=n.trim(a.slice(h)),a=a.slice(0,h)),n.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(e="POST"),g.length>0&&n.ajax({url:a,type:e,dataType:"html",data:b}).done(function(a){f=arguments,g.html(d?n("<div>").append(n.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,f||[a.responseText,b,a])}),this},n.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){n.fn[b]=function(a){return this.on(b,a)}}),n.expr.filters.animated=function(a){return n.grep(n.timers,function(b){return a===b.elem}).length};var Ib=a.document.documentElement;function Jb(a){return n.isWindow(a)?a:9===a.nodeType&&a.defaultView}n.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=n.css(a,"position"),l=n(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=n.css(a,"top"),i=n.css(a,"left"),j=("absolute"===k||"fixed"===k)&&(f+i).indexOf("auto")>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),n.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},n.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){n.offset.setOffset(this,a,b)});var b,c,d=this[0],e={top:0,left:0},f=d&&d.ownerDocument;if(f)return b=f.documentElement,n.contains(b,d)?(typeof d.getBoundingClientRect!==U&&(e=d.getBoundingClientRect()),c=Jb(f),{top:e.top+c.pageYOffset-b.clientTop,left:e.left+c.pageXOffset-b.clientLeft}):e},position:function(){if(this[0]){var a,b,c=this[0],d={top:0,left:0};return"fixed"===n.css(c,"position")?b=c.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),n.nodeName(a[0],"html")||(d=a.offset()),d.top+=n.css(a[0],"borderTopWidth",!0),d.left+=n.css(a[0],"borderLeftWidth",!0)),{top:b.top-d.top-n.css(c,"marginTop",!0),left:b.left-d.left-n.css(c,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||Ib;while(a&&!n.nodeName(a,"html")&&"static"===n.css(a,"position"))a=a.offsetParent;return a||Ib})}}),n.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(b,c){var d="pageYOffset"===c;n.fn[b]=function(e){return J(this,function(b,e,f){var g=Jb(b);return void 0===f?g?g[c]:b[e]:void(g?g.scrollTo(d?a.pageXOffset:f,d?f:a.pageYOffset):b[e]=f)},b,e,arguments.length,null)}}),n.each(["top","left"],function(a,b){n.cssHooks[b]=ya(k.pixelPosition,function(a,c){return c?(c=xa(a,b),va.test(c)?n(a).position()[b]+"px":c):void 0})}),n.each({Height:"height",Width:"width"},function(a,b){n.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){n.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return J(this,function(b,c,d){var e;return n.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?n.css(b,c,g):n.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),n.fn.size=function(){return this.length},n.fn.andSelf=n.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return n});var Kb=a.jQuery,Lb=a.$;return n.noConflict=function(b){return a.$===n&&(a.$=Lb),b&&a.jQuery===n&&(a.jQuery=Kb),n},typeof b===U&&(a.jQuery=a.$=n),n});
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/materialize.js b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/materialize.js
new file mode 100644
index 00000000..f19998ac
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/materialize.js
@@ -0,0 +1,6159 @@
1/*!
2 * Materialize v0.97.0 (http://materializecss.com)
3 * Copyright 2014-2015 Materialize
4 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
5 */
6/*
7 * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
8 *
9 * Uses the built in easing capabilities added In jQuery 1.1
10 * to offer multiple easing options
11 *
12 * TERMS OF USE - jQuery Easing
13 *
14 * Open source under the BSD License.
15 *
16 * Copyright © 2008 George McGinley Smith
17 * All rights reserved.
18 *
19 * Redistribution and use in source and binary forms, with or without modification,
20 * are permitted provided that the following conditions are met:
21 *
22 * Redistributions of source code must retain the above copyright notice, this list of
23 * conditions and the following disclaimer.
24 * Redistributions in binary form must reproduce the above copyright notice, this list
25 * of conditions and the following disclaimer in the documentation and/or other materials
26 * provided with the distribution.
27 *
28 * Neither the name of the author nor the names of contributors may be used to endorse
29 * or promote products derived from this software without specific prior written permission.
30 *
31 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
32 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
33 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
34 * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
35 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
36 * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
37 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
38 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
39 * OF THE POSSIBILITY OF SUCH DAMAGE.
40 *
41*/
42
43// t: current time, b: begInnIng value, c: change In value, d: duration
44jQuery.easing['jswing'] = jQuery.easing['swing'];
45
46jQuery.extend( jQuery.easing,
47{
48 def: 'easeOutQuad',
49 swing: function (x, t, b, c, d) {
50 //alert(jQuery.easing.default);
51 return jQuery.easing[jQuery.easing.def](x, t, b, c, d);
52 },
53 easeInQuad: function (x, t, b, c, d) {
54 return c*(t/=d)*t + b;
55 },
56 easeOutQuad: function (x, t, b, c, d) {
57 return -c *(t/=d)*(t-2) + b;
58 },
59 easeInOutQuad: function (x, t, b, c, d) {
60 if ((t/=d/2) < 1) return c/2*t*t + b;
61 return -c/2 * ((--t)*(t-2) - 1) + b;
62 },
63 easeInCubic: function (x, t, b, c, d) {
64 return c*(t/=d)*t*t + b;
65 },
66 easeOutCubic: function (x, t, b, c, d) {
67 return c*((t=t/d-1)*t*t + 1) + b;
68 },
69 easeInOutCubic: function (x, t, b, c, d) {
70 if ((t/=d/2) < 1) return c/2*t*t*t + b;
71 return c/2*((t-=2)*t*t + 2) + b;
72 },
73 easeInQuart: function (x, t, b, c, d) {
74 return c*(t/=d)*t*t*t + b;
75 },
76 easeOutQuart: function (x, t, b, c, d) {
77 return -c * ((t=t/d-1)*t*t*t - 1) + b;
78 },
79 easeInOutQuart: function (x, t, b, c, d) {
80 if ((t/=d/2) < 1) return c/2*t*t*t*t + b;
81 return -c/2 * ((t-=2)*t*t*t - 2) + b;
82 },
83 easeInQuint: function (x, t, b, c, d) {
84 return c*(t/=d)*t*t*t*t + b;
85 },
86 easeOutQuint: function (x, t, b, c, d) {
87 return c*((t=t/d-1)*t*t*t*t + 1) + b;
88 },
89 easeInOutQuint: function (x, t, b, c, d) {
90 if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;
91 return c/2*((t-=2)*t*t*t*t + 2) + b;
92 },
93 easeInSine: function (x, t, b, c, d) {
94 return -c * Math.cos(t/d * (Math.PI/2)) + c + b;
95 },
96 easeOutSine: function (x, t, b, c, d) {
97 return c * Math.sin(t/d * (Math.PI/2)) + b;
98 },
99 easeInOutSine: function (x, t, b, c, d) {
100 return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
101 },
102 easeInExpo: function (x, t, b, c, d) {
103 return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b;
104 },
105 easeOutExpo: function (x, t, b, c, d) {
106 return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b;
107 },
108 easeInOutExpo: function (x, t, b, c, d) {
109 if (t==0) return b;
110 if (t==d) return b+c;
111 if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
112 return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
113 },
114 easeInCirc: function (x, t, b, c, d) {
115 return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;
116 },
117 easeOutCirc: function (x, t, b, c, d) {
118 return c * Math.sqrt(1 - (t=t/d-1)*t) + b;
119 },
120 easeInOutCirc: function (x, t, b, c, d) {
121 if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;
122 return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;
123 },
124 easeInElastic: function (x, t, b, c, d) {
125 var s=1.70158;var p=0;var a=c;
126 if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
127 if (a < Math.abs(c)) { a=c; var s=p/4; }
128 else var s = p/(2*Math.PI) * Math.asin (c/a);
129 return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
130 },
131 easeOutElastic: function (x, t, b, c, d) {
132 var s=1.70158;var p=0;var a=c;
133 if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
134 if (a < Math.abs(c)) { a=c; var s=p/4; }
135 else var s = p/(2*Math.PI) * Math.asin (c/a);
136 return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b;
137 },
138 easeInOutElastic: function (x, t, b, c, d) {
139 var s=1.70158;var p=0;var a=c;
140 if (t==0) return b; if ((t/=d/2)==2) return b+c; if (!p) p=d*(.3*1.5);
141 if (a < Math.abs(c)) { a=c; var s=p/4; }
142 else var s = p/(2*Math.PI) * Math.asin (c/a);
143 if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
144 return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
145 },
146 easeInBack: function (x, t, b, c, d, s) {
147 if (s == undefined) s = 1.70158;
148 return c*(t/=d)*t*((s+1)*t - s) + b;
149 },
150 easeOutBack: function (x, t, b, c, d, s) {
151 if (s == undefined) s = 1.70158;
152 return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
153 },
154 easeInOutBack: function (x, t, b, c, d, s) {
155 if (s == undefined) s = 1.70158;
156 if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
157 return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
158 },
159 easeInBounce: function (x, t, b, c, d) {
160 return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b;
161 },
162 easeOutBounce: function (x, t, b, c, d) {
163 if ((t/=d) < (1/2.75)) {
164 return c*(7.5625*t*t) + b;
165 } else if (t < (2/2.75)) {
166 return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
167 } else if (t < (2.5/2.75)) {
168 return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
169 } else {
170 return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
171 }
172 },
173 easeInOutBounce: function (x, t, b, c, d) {
174 if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b;
175 return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b;
176 }
177});
178
179/*
180 *
181 * TERMS OF USE - EASING EQUATIONS
182 *
183 * Open source under the BSD License.
184 *
185 * Copyright © 2001 Robert Penner
186 * All rights reserved.
187 *
188 * Redistribution and use in source and binary forms, with or without modification,
189 * are permitted provided that the following conditions are met:
190 *
191 * Redistributions of source code must retain the above copyright notice, this list of
192 * conditions and the following disclaimer.
193 * Redistributions in binary form must reproduce the above copyright notice, this list
194 * of conditions and the following disclaimer in the documentation and/or other materials
195 * provided with the distribution.
196 *
197 * Neither the name of the author nor the names of contributors may be used to endorse
198 * or promote products derived from this software without specific prior written permission.
199 *
200 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
201 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
202 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
203 * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
204 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
205 * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
206 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
207 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
208 * OF THE POSSIBILITY OF SUCH DAMAGE.
209 *
210 */; // Custom Easing
211 jQuery.extend( jQuery.easing,
212 {
213 easeInOutMaterial: function (x, t, b, c, d) {
214 if ((t/=d/2) < 1) return c/2*t*t + b;
215 return c/4*((t-=2)*t*t + 2) + b;
216 }
217 });
218
219;/*! VelocityJS.org (1.2.2). (C) 2014 Julian Shapiro. MIT @license: en.wikipedia.org/wiki/MIT_License */
220/*! VelocityJS.org jQuery Shim (1.0.1). (C) 2014 The jQuery Foundation. MIT @license: en.wikipedia.org/wiki/MIT_License. */
221!function(e){function t(e){var t=e.length,r=$.type(e);return"function"===r||$.isWindow(e)?!1:1===e.nodeType&&t?!0:"array"===r||0===t||"number"==typeof t&&t>0&&t-1 in e}if(!e.jQuery){var $=function(e,t){return new $.fn.init(e,t)};$.isWindow=function(e){return null!=e&&e==e.window},$.type=function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?a[o.call(e)]||"object":typeof e},$.isArray=Array.isArray||function(e){return"array"===$.type(e)},$.isPlainObject=function(e){var t;if(!e||"object"!==$.type(e)||e.nodeType||$.isWindow(e))return!1;try{if(e.constructor&&!n.call(e,"constructor")&&!n.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(r){return!1}for(t in e);return void 0===t||n.call(e,t)},$.each=function(e,r,a){var n,o=0,i=e.length,s=t(e);if(a){if(s)for(;i>o&&(n=r.apply(e[o],a),n!==!1);o++);else for(o in e)if(n=r.apply(e[o],a),n===!1)break}else if(s)for(;i>o&&(n=r.call(e[o],o,e[o]),n!==!1);o++);else for(o in e)if(n=r.call(e[o],o,e[o]),n===!1)break;return e},$.data=function(e,t,a){if(void 0===a){var n=e[$.expando],o=n&&r[n];if(void 0===t)return o;if(o&&t in o)return o[t]}else if(void 0!==t){var n=e[$.expando]||(e[$.expando]=++$.uuid);return r[n]=r[n]||{},r[n][t]=a,a}},$.removeData=function(e,t){var a=e[$.expando],n=a&&r[a];n&&$.each(t,function(e,t){delete n[t]})},$.extend=function(){var e,t,r,a,n,o,i=arguments[0]||{},s=1,l=arguments.length,u=!1;for("boolean"==typeof i&&(u=i,i=arguments[s]||{},s++),"object"!=typeof i&&"function"!==$.type(i)&&(i={}),s===l&&(i=this,s--);l>s;s++)if(null!=(n=arguments[s]))for(a in n)e=i[a],r=n[a],i!==r&&(u&&r&&($.isPlainObject(r)||(t=$.isArray(r)))?(t?(t=!1,o=e&&$.isArray(e)?e:[]):o=e&&$.isPlainObject(e)?e:{},i[a]=$.extend(u,o,r)):void 0!==r&&(i[a]=r));return i},$.queue=function(e,r,a){function n(e,r){var a=r||[];return null!=e&&(t(Object(e))?!function(e,t){for(var r=+t.length,a=0,n=e.length;r>a;)e[n++]=t[a++];if(r!==r)for(;void 0!==t[a];)e[n++]=t[a++];return e.length=n,e}(a,"string"==typeof e?[e]:e):[].push.call(a,e)),a}if(e){r=(r||"fx")+"queue";var o=$.data(e,r);return a?(!o||$.isArray(a)?o=$.data(e,r,n(a)):o.push(a),o):o||[]}},$.dequeue=function(e,t){$.each(e.nodeType?[e]:e,function(e,r){t=t||"fx";var a=$.queue(r,t),n=a.shift();"inprogress"===n&&(n=a.shift()),n&&("fx"===t&&a.unshift("inprogress"),n.call(r,function(){$.dequeue(r,t)}))})},$.fn=$.prototype={init:function(e){if(e.nodeType)return this[0]=e,this;throw new Error("Not a DOM node.")},offset:function(){var t=this[0].getBoundingClientRect?this[0].getBoundingClientRect():{top:0,left:0};return{top:t.top+(e.pageYOffset||document.scrollTop||0)-(document.clientTop||0),left:t.left+(e.pageXOffset||document.scrollLeft||0)-(document.clientLeft||0)}},position:function(){function e(){for(var e=this.offsetParent||document;e&&"html"===!e.nodeType.toLowerCase&&"static"===e.style.position;)e=e.offsetParent;return e||document}var t=this[0],e=e.apply(t),r=this.offset(),a=/^(?:body|html)$/i.test(e.nodeName)?{top:0,left:0}:$(e).offset();return r.top-=parseFloat(t.style.marginTop)||0,r.left-=parseFloat(t.style.marginLeft)||0,e.style&&(a.top+=parseFloat(e.style.borderTopWidth)||0,a.left+=parseFloat(e.style.borderLeftWidth)||0),{top:r.top-a.top,left:r.left-a.left}}};var r={};$.expando="velocity"+(new Date).getTime(),$.uuid=0;for(var a={},n=a.hasOwnProperty,o=a.toString,i="Boolean Number String Function Array Date RegExp Object Error".split(" "),s=0;s<i.length;s++)a["[object "+i[s]+"]"]=i[s].toLowerCase();$.fn.init.prototype=$.fn,e.Velocity={Utilities:$}}}(window),function(e){"object"==typeof module&&"object"==typeof module.exports?module.exports=e():"function"==typeof define&&define.amd?define(e):e()}(function(){return function(e,t,r,a){function n(e){for(var t=-1,r=e?e.length:0,a=[];++t<r;){var n=e[t];n&&a.push(n)}return a}function o(e){return g.isWrapped(e)?e=[].slice.call(e):g.isNode(e)&&(e=[e]),e}function i(e){var t=$.data(e,"velocity");return null===t?a:t}function s(e){return function(t){return Math.round(t*e)*(1/e)}}function l(e,r,a,n){function o(e,t){return 1-3*t+3*e}function i(e,t){return 3*t-6*e}function s(e){return 3*e}function l(e,t,r){return((o(t,r)*e+i(t,r))*e+s(t))*e}function u(e,t,r){return 3*o(t,r)*e*e+2*i(t,r)*e+s(t)}function c(t,r){for(var n=0;m>n;++n){var o=u(r,e,a);if(0===o)return r;var i=l(r,e,a)-t;r-=i/o}return r}function p(){for(var t=0;b>t;++t)w[t]=l(t*x,e,a)}function f(t,r,n){var o,i,s=0;do i=r+(n-r)/2,o=l(i,e,a)-t,o>0?n=i:r=i;while(Math.abs(o)>h&&++s<v);return i}function d(t){for(var r=0,n=1,o=b-1;n!=o&&w[n]<=t;++n)r+=x;--n;var i=(t-w[n])/(w[n+1]-w[n]),s=r+i*x,l=u(s,e,a);return l>=y?c(t,s):0==l?s:f(t,r,r+x)}function g(){V=!0,(e!=r||a!=n)&&p()}var m=4,y=.001,h=1e-7,v=10,b=11,x=1/(b-1),S="Float32Array"in t;if(4!==arguments.length)return!1;for(var P=0;4>P;++P)if("number"!=typeof arguments[P]||isNaN(arguments[P])||!isFinite(arguments[P]))return!1;e=Math.min(e,1),a=Math.min(a,1),e=Math.max(e,0),a=Math.max(a,0);var w=S?new Float32Array(b):new Array(b),V=!1,C=function(t){return V||g(),e===r&&a===n?t:0===t?0:1===t?1:l(d(t),r,n)};C.getControlPoints=function(){return[{x:e,y:r},{x:a,y:n}]};var T="generateBezier("+[e,r,a,n]+")";return C.toString=function(){return T},C}function u(e,t){var r=e;return g.isString(e)?v.Easings[e]||(r=!1):r=g.isArray(e)&&1===e.length?s.apply(null,e):g.isArray(e)&&2===e.length?b.apply(null,e.concat([t])):g.isArray(e)&&4===e.length?l.apply(null,e):!1,r===!1&&(r=v.Easings[v.defaults.easing]?v.defaults.easing:h),r}function c(e){if(e){var t=(new Date).getTime(),r=v.State.calls.length;r>1e4&&(v.State.calls=n(v.State.calls));for(var o=0;r>o;o++)if(v.State.calls[o]){var s=v.State.calls[o],l=s[0],u=s[2],f=s[3],d=!!f,m=null;f||(f=v.State.calls[o][3]=t-16);for(var y=Math.min((t-f)/u.duration,1),h=0,b=l.length;b>h;h++){var S=l[h],w=S.element;if(i(w)){var V=!1;if(u.display!==a&&null!==u.display&&"none"!==u.display){if("flex"===u.display){var C=["-webkit-box","-moz-box","-ms-flexbox","-webkit-flex"];$.each(C,function(e,t){x.setPropertyValue(w,"display",t)})}x.setPropertyValue(w,"display",u.display)}u.visibility!==a&&"hidden"!==u.visibility&&x.setPropertyValue(w,"visibility",u.visibility);for(var T in S)if("element"!==T){var k=S[T],A,F=g.isString(k.easing)?v.Easings[k.easing]:k.easing;if(1===y)A=k.endValue;else{var E=k.endValue-k.startValue;if(A=k.startValue+E*F(y,u,E),!d&&A===k.currentValue)continue}if(k.currentValue=A,"tween"===T)m=A;else{if(x.Hooks.registered[T]){var j=x.Hooks.getRoot(T),H=i(w).rootPropertyValueCache[j];H&&(k.rootPropertyValue=H)}var N=x.setPropertyValue(w,T,k.currentValue+(0===parseFloat(A)?"":k.unitType),k.rootPropertyValue,k.scrollData);x.Hooks.registered[T]&&(i(w).rootPropertyValueCache[j]=x.Normalizations.registered[j]?x.Normalizations.registered[j]("extract",null,N[1]):N[1]),"transform"===N[0]&&(V=!0)}}u.mobileHA&&i(w).transformCache.translate3d===a&&(i(w).transformCache.translate3d="(0px, 0px, 0px)",V=!0),V&&x.flushTransformCache(w)}}u.display!==a&&"none"!==u.display&&(v.State.calls[o][2].display=!1),u.visibility!==a&&"hidden"!==u.visibility&&(v.State.calls[o][2].visibility=!1),u.progress&&u.progress.call(s[1],s[1],y,Math.max(0,f+u.duration-t),f,m),1===y&&p(o)}}v.State.isTicking&&P(c)}function p(e,t){if(!v.State.calls[e])return!1;for(var r=v.State.calls[e][0],n=v.State.calls[e][1],o=v.State.calls[e][2],s=v.State.calls[e][4],l=!1,u=0,c=r.length;c>u;u++){var p=r[u].element;if(t||o.loop||("none"===o.display&&x.setPropertyValue(p,"display",o.display),"hidden"===o.visibility&&x.setPropertyValue(p,"visibility",o.visibility)),o.loop!==!0&&($.queue(p)[1]===a||!/\.velocityQueueEntryFlag/i.test($.queue(p)[1]))&&i(p)){i(p).isAnimating=!1,i(p).rootPropertyValueCache={};var f=!1;$.each(x.Lists.transforms3D,function(e,t){var r=/^scale/.test(t)?1:0,n=i(p).transformCache[t];i(p).transformCache[t]!==a&&new RegExp("^\\("+r+"[^.]").test(n)&&(f=!0,delete i(p).transformCache[t])}),o.mobileHA&&(f=!0,delete i(p).transformCache.translate3d),f&&x.flushTransformCache(p),x.Values.removeClass(p,"velocity-animating")}if(!t&&o.complete&&!o.loop&&u===c-1)try{o.complete.call(n,n)}catch(d){setTimeout(function(){throw d},1)}s&&o.loop!==!0&&s(n),i(p)&&o.loop===!0&&!t&&($.each(i(p).tweensContainer,function(e,t){/^rotate/.test(e)&&360===parseFloat(t.endValue)&&(t.endValue=0,t.startValue=360),/^backgroundPosition/.test(e)&&100===parseFloat(t.endValue)&&"%"===t.unitType&&(t.endValue=0,t.startValue=100)}),v(p,"reverse",{loop:!0,delay:o.delay})),o.queue!==!1&&$.dequeue(p,o.queue)}v.State.calls[e]=!1;for(var g=0,m=v.State.calls.length;m>g;g++)if(v.State.calls[g]!==!1){l=!0;break}l===!1&&(v.State.isTicking=!1,delete v.State.calls,v.State.calls=[])}var f=function(){if(r.documentMode)return r.documentMode;for(var e=7;e>4;e--){var t=r.createElement("div");if(t.innerHTML="<!--[if IE "+e+"]><span></span><![endif]-->",t.getElementsByTagName("span").length)return t=null,e}return a}(),d=function(){var e=0;return t.webkitRequestAnimationFrame||t.mozRequestAnimationFrame||function(t){var r=(new Date).getTime(),a;return a=Math.max(0,16-(r-e)),e=r+a,setTimeout(function(){t(r+a)},a)}}(),g={isString:function(e){return"string"==typeof e},isArray:Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)},isFunction:function(e){return"[object Function]"===Object.prototype.toString.call(e)},isNode:function(e){return e&&e.nodeType},isNodeList:function(e){return"object"==typeof e&&/^\[object (HTMLCollection|NodeList|Object)\]$/.test(Object.prototype.toString.call(e))&&e.length!==a&&(0===e.length||"object"==typeof e[0]&&e[0].nodeType>0)},isWrapped:function(e){return e&&(e.jquery||t.Zepto&&t.Zepto.zepto.isZ(e))},isSVG:function(e){return t.SVGElement&&e instanceof t.SVGElement},isEmptyObject:function(e){for(var t in e)return!1;return!0}},$,m=!1;if(e.fn&&e.fn.jquery?($=e,m=!0):$=t.Velocity.Utilities,8>=f&&!m)throw new Error("Velocity: IE8 and below require jQuery to be loaded before Velocity.");if(7>=f)return void(jQuery.fn.velocity=jQuery.fn.animate);var y=400,h="swing",v={State:{isMobile:/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),isAndroid:/Android/i.test(navigator.userAgent),isGingerbread:/Android 2\.3\.[3-7]/i.test(navigator.userAgent),isChrome:t.chrome,isFirefox:/Firefox/i.test(navigator.userAgent),prefixElement:r.createElement("div"),prefixMatches:{},scrollAnchor:null,scrollPropertyLeft:null,scrollPropertyTop:null,isTicking:!1,calls:[]},CSS:{},Utilities:$,Redirects:{},Easings:{},Promise:t.Promise,defaults:{queue:"",duration:y,easing:h,begin:a,complete:a,progress:a,display:a,visibility:a,loop:!1,delay:!1,mobileHA:!0,_cacheValues:!0},init:function(e){$.data(e,"velocity",{isSVG:g.isSVG(e),isAnimating:!1,computedStyle:null,tweensContainer:null,rootPropertyValueCache:{},transformCache:{}})},hook:null,mock:!1,version:{major:1,minor:2,patch:2},debug:!1};t.pageYOffset!==a?(v.State.scrollAnchor=t,v.State.scrollPropertyLeft="pageXOffset",v.State.scrollPropertyTop="pageYOffset"):(v.State.scrollAnchor=r.documentElement||r.body.parentNode||r.body,v.State.scrollPropertyLeft="scrollLeft",v.State.scrollPropertyTop="scrollTop");var b=function(){function e(e){return-e.tension*e.x-e.friction*e.v}function t(t,r,a){var n={x:t.x+a.dx*r,v:t.v+a.dv*r,tension:t.tension,friction:t.friction};return{dx:n.v,dv:e(n)}}function r(r,a){var n={dx:r.v,dv:e(r)},o=t(r,.5*a,n),i=t(r,.5*a,o),s=t(r,a,i),l=1/6*(n.dx+2*(o.dx+i.dx)+s.dx),u=1/6*(n.dv+2*(o.dv+i.dv)+s.dv);return r.x=r.x+l*a,r.v=r.v+u*a,r}return function a(e,t,n){var o={x:-1,v:0,tension:null,friction:null},i=[0],s=0,l=1e-4,u=.016,c,p,f;for(e=parseFloat(e)||500,t=parseFloat(t)||20,n=n||null,o.tension=e,o.friction=t,c=null!==n,c?(s=a(e,t),p=s/n*u):p=u;;)if(f=r(f||o,p),i.push(1+f.x),s+=16,!(Math.abs(f.x)>l&&Math.abs(f.v)>l))break;return c?function(e){return i[e*(i.length-1)|0]}:s}}();v.Easings={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},spring:function(e){return 1-Math.cos(4.5*e*Math.PI)*Math.exp(6*-e)}},$.each([["ease",[.25,.1,.25,1]],["ease-in",[.42,0,1,1]],["ease-out",[0,0,.58,1]],["ease-in-out",[.42,0,.58,1]],["easeInSine",[.47,0,.745,.715]],["easeOutSine",[.39,.575,.565,1]],["easeInOutSine",[.445,.05,.55,.95]],["easeInQuad",[.55,.085,.68,.53]],["easeOutQuad",[.25,.46,.45,.94]],["easeInOutQuad",[.455,.03,.515,.955]],["easeInCubic",[.55,.055,.675,.19]],["easeOutCubic",[.215,.61,.355,1]],["easeInOutCubic",[.645,.045,.355,1]],["easeInQuart",[.895,.03,.685,.22]],["easeOutQuart",[.165,.84,.44,1]],["easeInOutQuart",[.77,0,.175,1]],["easeInQuint",[.755,.05,.855,.06]],["easeOutQuint",[.23,1,.32,1]],["easeInOutQuint",[.86,0,.07,1]],["easeInExpo",[.95,.05,.795,.035]],["easeOutExpo",[.19,1,.22,1]],["easeInOutExpo",[1,0,0,1]],["easeInCirc",[.6,.04,.98,.335]],["easeOutCirc",[.075,.82,.165,1]],["easeInOutCirc",[.785,.135,.15,.86]]],function(e,t){v.Easings[t[0]]=l.apply(null,t[1])});var x=v.CSS={RegEx:{isHex:/^#([A-f\d]{3}){1,2}$/i,valueUnwrap:/^[A-z]+\((.*)\)$/i,wrappedValueAlreadyExtracted:/[0-9.]+ [0-9.]+ [0-9.]+( [0-9.]+)?/,valueSplit:/([A-z]+\(.+\))|(([A-z0-9#-.]+?)(?=\s|$))/gi},Lists:{colors:["fill","stroke","stopColor","color","backgroundColor","borderColor","borderTopColor","borderRightColor","borderBottomColor","borderLeftColor","outlineColor"],transformsBase:["translateX","translateY","scale","scaleX","scaleY","skewX","skewY","rotateZ"],transforms3D:["transformPerspective","translateZ","scaleZ","rotateX","rotateY"]},Hooks:{templates:{textShadow:["Color X Y Blur","black 0px 0px 0px"],boxShadow:["Color X Y Blur Spread","black 0px 0px 0px 0px"],clip:["Top Right Bottom Left","0px 0px 0px 0px"],backgroundPosition:["X Y","0% 0%"],transformOrigin:["X Y Z","50% 50% 0px"],perspectiveOrigin:["X Y","50% 50%"]},registered:{},register:function(){for(var e=0;e<x.Lists.colors.length;e++){var t="color"===x.Lists.colors[e]?"0 0 0 1":"255 255 255 1";x.Hooks.templates[x.Lists.colors[e]]=["Red Green Blue Alpha",t]}var r,a,n;if(f)for(r in x.Hooks.templates){a=x.Hooks.templates[r],n=a[0].split(" ");var o=a[1].match(x.RegEx.valueSplit);"Color"===n[0]&&(n.push(n.shift()),o.push(o.shift()),x.Hooks.templates[r]=[n.join(" "),o.join(" ")])}for(r in x.Hooks.templates){a=x.Hooks.templates[r],n=a[0].split(" ");for(var e in n){var i=r+n[e],s=e;x.Hooks.registered[i]=[r,s]}}},getRoot:function(e){var t=x.Hooks.registered[e];return t?t[0]:e},cleanRootPropertyValue:function(e,t){return x.RegEx.valueUnwrap.test(t)&&(t=t.match(x.RegEx.valueUnwrap)[1]),x.Values.isCSSNullValue(t)&&(t=x.Hooks.templates[e][1]),t},extractValue:function(e,t){var r=x.Hooks.registered[e];if(r){var a=r[0],n=r[1];return t=x.Hooks.cleanRootPropertyValue(a,t),t.toString().match(x.RegEx.valueSplit)[n]}return t},injectValue:function(e,t,r){var a=x.Hooks.registered[e];if(a){var n=a[0],o=a[1],i,s;return r=x.Hooks.cleanRootPropertyValue(n,r),i=r.toString().match(x.RegEx.valueSplit),i[o]=t,s=i.join(" ")}return r}},Normalizations:{registered:{clip:function(e,t,r){switch(e){case"name":return"clip";case"extract":var a;return x.RegEx.wrappedValueAlreadyExtracted.test(r)?a=r:(a=r.toString().match(x.RegEx.valueUnwrap),a=a?a[1].replace(/,(\s+)?/g," "):r),a;case"inject":return"rect("+r+")"}},blur:function(e,t,r){switch(e){case"name":return v.State.isFirefox?"filter":"-webkit-filter";case"extract":var a=parseFloat(r);if(!a&&0!==a){var n=r.toString().match(/blur\(([0-9]+[A-z]+)\)/i);a=n?n[1]:0}return a;case"inject":return parseFloat(r)?"blur("+r+")":"none"}},opacity:function(e,t,r){if(8>=f)switch(e){case"name":return"filter";case"extract":var a=r.toString().match(/alpha\(opacity=(.*)\)/i);return r=a?a[1]/100:1;case"inject":return t.style.zoom=1,parseFloat(r)>=1?"":"alpha(opacity="+parseInt(100*parseFloat(r),10)+")"}else switch(e){case"name":return"opacity";case"extract":return r;case"inject":return r}}},register:function(){9>=f||v.State.isGingerbread||(x.Lists.transformsBase=x.Lists.transformsBase.concat(x.Lists.transforms3D));for(var e=0;e<x.Lists.transformsBase.length;e++)!function(){var t=x.Lists.transformsBase[e];x.Normalizations.registered[t]=function(e,r,n){switch(e){case"name":return"transform";case"extract":return i(r)===a||i(r).transformCache[t]===a?/^scale/i.test(t)?1:0:i(r).transformCache[t].replace(/[()]/g,"");case"inject":var o=!1;switch(t.substr(0,t.length-1)){case"translate":o=!/(%|px|em|rem|vw|vh|\d)$/i.test(n);break;case"scal":case"scale":v.State.isAndroid&&i(r).transformCache[t]===a&&1>n&&(n=1),o=!/(\d)$/i.test(n);break;case"skew":o=!/(deg|\d)$/i.test(n);break;case"rotate":o=!/(deg|\d)$/i.test(n)}return o||(i(r).transformCache[t]="("+n+")"),i(r).transformCache[t]}}}();for(var e=0;e<x.Lists.colors.length;e++)!function(){var t=x.Lists.colors[e];x.Normalizations.registered[t]=function(e,r,n){switch(e){case"name":return t;case"extract":var o;if(x.RegEx.wrappedValueAlreadyExtracted.test(n))o=n;else{var i,s={black:"rgb(0, 0, 0)",blue:"rgb(0, 0, 255)",gray:"rgb(128, 128, 128)",green:"rgb(0, 128, 0)",red:"rgb(255, 0, 0)",white:"rgb(255, 255, 255)"};/^[A-z]+$/i.test(n)?i=s[n]!==a?s[n]:s.black:x.RegEx.isHex.test(n)?i="rgb("+x.Values.hexToRgb(n).join(" ")+")":/^rgba?\(/i.test(n)||(i=s.black),o=(i||n).toString().match(x.RegEx.valueUnwrap)[1].replace(/,(\s+)?/g," ")}return 8>=f||3!==o.split(" ").length||(o+=" 1"),o;case"inject":return 8>=f?4===n.split(" ").length&&(n=n.split(/\s+/).slice(0,3).join(" ")):3===n.split(" ").length&&(n+=" 1"),(8>=f?"rgb":"rgba")+"("+n.replace(/\s+/g,",").replace(/\.(\d)+(?=,)/g,"")+")"}}}()}},Names:{camelCase:function(e){return e.replace(/-(\w)/g,function(e,t){return t.toUpperCase()})},SVGAttribute:function(e){var t="width|height|x|y|cx|cy|r|rx|ry|x1|x2|y1|y2";return(f||v.State.isAndroid&&!v.State.isChrome)&&(t+="|transform"),new RegExp("^("+t+")$","i").test(e)},prefixCheck:function(e){if(v.State.prefixMatches[e])return[v.State.prefixMatches[e],!0];for(var t=["","Webkit","Moz","ms","O"],r=0,a=t.length;a>r;r++){var n;if(n=0===r?e:t[r]+e.replace(/^\w/,function(e){return e.toUpperCase()}),g.isString(v.State.prefixElement.style[n]))return v.State.prefixMatches[e]=n,[n,!0]}return[e,!1]}},Values:{hexToRgb:function(e){var t=/^#?([a-f\d])([a-f\d])([a-f\d])$/i,r=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i,a;return e=e.replace(t,function(e,t,r,a){return t+t+r+r+a+a}),a=r.exec(e),a?[parseInt(a[1],16),parseInt(a[2],16),parseInt(a[3],16)]:[0,0,0]},isCSSNullValue:function(e){return 0==e||/^(none|auto|transparent|(rgba\(0, ?0, ?0, ?0\)))$/i.test(e)},getUnitType:function(e){return/^(rotate|skew)/i.test(e)?"deg":/(^(scale|scaleX|scaleY|scaleZ|alpha|flexGrow|flexHeight|zIndex|fontWeight)$)|((opacity|red|green|blue|alpha)$)/i.test(e)?"":"px"},getDisplayType:function(e){var t=e&&e.tagName.toString().toLowerCase();return/^(b|big|i|small|tt|abbr|acronym|cite|code|dfn|em|kbd|strong|samp|var|a|bdo|br|img|map|object|q|script|span|sub|sup|button|input|label|select|textarea)$/i.test(t)?"inline":/^(li)$/i.test(t)?"list-item":/^(tr)$/i.test(t)?"table-row":/^(table)$/i.test(t)?"table":/^(tbody)$/i.test(t)?"table-row-group":"block"},addClass:function(e,t){e.classList?e.classList.add(t):e.className+=(e.className.length?" ":"")+t},removeClass:function(e,t){e.classList?e.classList.remove(t):e.className=e.className.toString().replace(new RegExp("(^|\\s)"+t.split(" ").join("|")+"(\\s|$)","gi")," ")}},getPropertyValue:function(e,r,n,o){function s(e,r){function n(){u&&x.setPropertyValue(e,"display","none")}var l=0;if(8>=f)l=$.css(e,r);else{var u=!1;if(/^(width|height)$/.test(r)&&0===x.getPropertyValue(e,"display")&&(u=!0,x.setPropertyValue(e,"display",x.Values.getDisplayType(e))),!o){if("height"===r&&"border-box"!==x.getPropertyValue(e,"boxSizing").toString().toLowerCase()){var c=e.offsetHeight-(parseFloat(x.getPropertyValue(e,"borderTopWidth"))||0)-(parseFloat(x.getPropertyValue(e,"borderBottomWidth"))||0)-(parseFloat(x.getPropertyValue(e,"paddingTop"))||0)-(parseFloat(x.getPropertyValue(e,"paddingBottom"))||0);return n(),c}if("width"===r&&"border-box"!==x.getPropertyValue(e,"boxSizing").toString().toLowerCase()){var p=e.offsetWidth-(parseFloat(x.getPropertyValue(e,"borderLeftWidth"))||0)-(parseFloat(x.getPropertyValue(e,"borderRightWidth"))||0)-(parseFloat(x.getPropertyValue(e,"paddingLeft"))||0)-(parseFloat(x.getPropertyValue(e,"paddingRight"))||0);return n(),p}}var d;d=i(e)===a?t.getComputedStyle(e,null):i(e).computedStyle?i(e).computedStyle:i(e).computedStyle=t.getComputedStyle(e,null),"borderColor"===r&&(r="borderTopColor"),l=9===f&&"filter"===r?d.getPropertyValue(r):d[r],(""===l||null===l)&&(l=e.style[r]),n()}if("auto"===l&&/^(top|right|bottom|left)$/i.test(r)){var g=s(e,"position");("fixed"===g||"absolute"===g&&/top|left/i.test(r))&&(l=$(e).position()[r]+"px")}return l}var l;if(x.Hooks.registered[r]){var u=r,c=x.Hooks.getRoot(u);n===a&&(n=x.getPropertyValue(e,x.Names.prefixCheck(c)[0])),x.Normalizations.registered[c]&&(n=x.Normalizations.registered[c]("extract",e,n)),l=x.Hooks.extractValue(u,n)}else if(x.Normalizations.registered[r]){var p,d;p=x.Normalizations.registered[r]("name",e),"transform"!==p&&(d=s(e,x.Names.prefixCheck(p)[0]),x.Values.isCSSNullValue(d)&&x.Hooks.templates[r]&&(d=x.Hooks.templates[r][1])),l=x.Normalizations.registered[r]("extract",e,d)}if(!/^[\d-]/.test(l))if(i(e)&&i(e).isSVG&&x.Names.SVGAttribute(r))if(/^(height|width)$/i.test(r))try{l=e.getBBox()[r]}catch(g){l=0}else l=e.getAttribute(r);else l=s(e,x.Names.prefixCheck(r)[0]);return x.Values.isCSSNullValue(l)&&(l=0),v.debug>=2&&console.log("Get "+r+": "+l),l},setPropertyValue:function(e,r,a,n,o){var s=r;if("scroll"===r)o.container?o.container["scroll"+o.direction]=a:"Left"===o.direction?t.scrollTo(a,o.alternateValue):t.scrollTo(o.alternateValue,a);else if(x.Normalizations.registered[r]&&"transform"===x.Normalizations.registered[r]("name",e))x.Normalizations.registered[r]("inject",e,a),s="transform",a=i(e).transformCache[r];else{if(x.Hooks.registered[r]){var l=r,u=x.Hooks.getRoot(r);n=n||x.getPropertyValue(e,u),a=x.Hooks.injectValue(l,a,n),r=u}if(x.Normalizations.registered[r]&&(a=x.Normalizations.registered[r]("inject",e,a),r=x.Normalizations.registered[r]("name",e)),s=x.Names.prefixCheck(r)[0],8>=f)try{e.style[s]=a}catch(c){v.debug&&console.log("Browser does not support ["+a+"] for ["+s+"]")}else i(e)&&i(e).isSVG&&x.Names.SVGAttribute(r)?e.setAttribute(r,a):e.style[s]=a;v.debug>=2&&console.log("Set "+r+" ("+s+"): "+a)}return[s,a]},flushTransformCache:function(e){function t(t){return parseFloat(x.getPropertyValue(e,t))}var r="";if((f||v.State.isAndroid&&!v.State.isChrome)&&i(e).isSVG){var a={translate:[t("translateX"),t("translateY")],skewX:[t("skewX")],skewY:[t("skewY")],scale:1!==t("scale")?[t("scale"),t("scale")]:[t("scaleX"),t("scaleY")],rotate:[t("rotateZ"),0,0]};$.each(i(e).transformCache,function(e){/^translate/i.test(e)?e="translate":/^scale/i.test(e)?e="scale":/^rotate/i.test(e)&&(e="rotate"),a[e]&&(r+=e+"("+a[e].join(" ")+") ",delete a[e])})}else{var n,o;$.each(i(e).transformCache,function(t){return n=i(e).transformCache[t],"transformPerspective"===t?(o=n,!0):(9===f&&"rotateZ"===t&&(t="rotate"),void(r+=t+n+" "))}),o&&(r="perspective"+o+" "+r)}x.setPropertyValue(e,"transform",r)}};x.Hooks.register(),x.Normalizations.register(),v.hook=function(e,t,r){var n=a;return e=o(e),$.each(e,function(e,o){if(i(o)===a&&v.init(o),r===a)n===a&&(n=v.CSS.getPropertyValue(o,t));else{var s=v.CSS.setPropertyValue(o,t,r);"transform"===s[0]&&v.CSS.flushTransformCache(o),n=s}}),n};var S=function(){function e(){return l?T.promise||null:f}function n(){function e(e){function p(e,t){var r=a,i=a,s=a;return g.isArray(e)?(r=e[0],!g.isArray(e[1])&&/^[\d-]/.test(e[1])||g.isFunction(e[1])||x.RegEx.isHex.test(e[1])?s=e[1]:(g.isString(e[1])&&!x.RegEx.isHex.test(e[1])||g.isArray(e[1]))&&(i=t?e[1]:u(e[1],o.duration),e[2]!==a&&(s=e[2]))):r=e,t||(i=i||o.easing),g.isFunction(r)&&(r=r.call(n,w,P)),g.isFunction(s)&&(s=s.call(n,w,P)),[r||0,i,s]}function f(e,t){var r,a;return a=(t||"0").toString().toLowerCase().replace(/[%A-z]+$/,function(e){return r=e,""}),r||(r=x.Values.getUnitType(e)),[a,r]}function d(){var e={myParent:n.parentNode||r.body,position:x.getPropertyValue(n,"position"),fontSize:x.getPropertyValue(n,"fontSize")},a=e.position===N.lastPosition&&e.myParent===N.lastParent,o=e.fontSize===N.lastFontSize;N.lastParent=e.myParent,N.lastPosition=e.position,N.lastFontSize=e.fontSize;var s=100,l={};if(o&&a)l.emToPx=N.lastEmToPx,l.percentToPxWidth=N.lastPercentToPxWidth,l.percentToPxHeight=N.lastPercentToPxHeight;else{var u=i(n).isSVG?r.createElementNS("http://www.w3.org/2000/svg","rect"):r.createElement("div");v.init(u),e.myParent.appendChild(u),$.each(["overflow","overflowX","overflowY"],function(e,t){v.CSS.setPropertyValue(u,t,"hidden")}),v.CSS.setPropertyValue(u,"position",e.position),v.CSS.setPropertyValue(u,"fontSize",e.fontSize),v.CSS.setPropertyValue(u,"boxSizing","content-box"),$.each(["minWidth","maxWidth","width","minHeight","maxHeight","height"],function(e,t){v.CSS.setPropertyValue(u,t,s+"%")}),v.CSS.setPropertyValue(u,"paddingLeft",s+"em"),l.percentToPxWidth=N.lastPercentToPxWidth=(parseFloat(x.getPropertyValue(u,"width",null,!0))||1)/s,l.percentToPxHeight=N.lastPercentToPxHeight=(parseFloat(x.getPropertyValue(u,"height",null,!0))||1)/s,l.emToPx=N.lastEmToPx=(parseFloat(x.getPropertyValue(u,"paddingLeft"))||1)/s,e.myParent.removeChild(u)}return null===N.remToPx&&(N.remToPx=parseFloat(x.getPropertyValue(r.body,"fontSize"))||16),null===N.vwToPx&&(N.vwToPx=parseFloat(t.innerWidth)/100,N.vhToPx=parseFloat(t.innerHeight)/100),l.remToPx=N.remToPx,l.vwToPx=N.vwToPx,l.vhToPx=N.vhToPx,v.debug>=1&&console.log("Unit ratios: "+JSON.stringify(l),n),l}if(o.begin&&0===w)try{o.begin.call(m,m)}catch(y){setTimeout(function(){throw y},1)}if("scroll"===k){var S=/^x$/i.test(o.axis)?"Left":"Top",V=parseFloat(o.offset)||0,C,A,F;o.container?g.isWrapped(o.container)||g.isNode(o.container)?(o.container=o.container[0]||o.container,C=o.container["scroll"+S],F=C+$(n).position()[S.toLowerCase()]+V):o.container=null:(C=v.State.scrollAnchor[v.State["scrollProperty"+S]],A=v.State.scrollAnchor[v.State["scrollProperty"+("Left"===S?"Top":"Left")]],F=$(n).offset()[S.toLowerCase()]+V),s={scroll:{rootPropertyValue:!1,startValue:C,currentValue:C,endValue:F,unitType:"",easing:o.easing,scrollData:{container:o.container,direction:S,alternateValue:A}},element:n},v.debug&&console.log("tweensContainer (scroll): ",s.scroll,n)}else if("reverse"===k){if(!i(n).tweensContainer)return void $.dequeue(n,o.queue);"none"===i(n).opts.display&&(i(n).opts.display="auto"),"hidden"===i(n).opts.visibility&&(i(n).opts.visibility="visible"),i(n).opts.loop=!1,i(n).opts.begin=null,i(n).opts.complete=null,b.easing||delete o.easing,b.duration||delete o.duration,o=$.extend({},i(n).opts,o);var E=$.extend(!0,{},i(n).tweensContainer);for(var j in E)if("element"!==j){var H=E[j].startValue;E[j].startValue=E[j].currentValue=E[j].endValue,E[j].endValue=H,g.isEmptyObject(b)||(E[j].easing=o.easing),v.debug&&console.log("reverse tweensContainer ("+j+"): "+JSON.stringify(E[j]),n)}s=E}else if("start"===k){var E;i(n).tweensContainer&&i(n).isAnimating===!0&&(E=i(n).tweensContainer),$.each(h,function(e,t){if(RegExp("^"+x.Lists.colors.join("$|^")+"$").test(e)){var r=p(t,!0),n=r[0],o=r[1],i=r[2];if(x.RegEx.isHex.test(n)){for(var s=["Red","Green","Blue"],l=x.Values.hexToRgb(n),u=i?x.Values.hexToRgb(i):a,c=0;c<s.length;c++){var f=[l[c]];o&&f.push(o),u!==a&&f.push(u[c]),h[e+s[c]]=f}delete h[e]}}});for(var R in h){var O=p(h[R]),z=O[0],q=O[1],M=O[2];R=x.Names.camelCase(R);var I=x.Hooks.getRoot(R),B=!1;if(i(n).isSVG||"tween"===I||x.Names.prefixCheck(I)[1]!==!1||x.Normalizations.registered[I]!==a){(o.display!==a&&null!==o.display&&"none"!==o.display||o.visibility!==a&&"hidden"!==o.visibility)&&/opacity|filter/.test(R)&&!M&&0!==z&&(M=0),o._cacheValues&&E&&E[R]?(M===a&&(M=E[R].endValue+E[R].unitType),B=i(n).rootPropertyValueCache[I]):x.Hooks.registered[R]?M===a?(B=x.getPropertyValue(n,I),M=x.getPropertyValue(n,R,B)):B=x.Hooks.templates[I][1]:M===a&&(M=x.getPropertyValue(n,R));var W,G,D,X=!1;if(W=f(R,M),M=W[0],D=W[1],W=f(R,z),z=W[0].replace(/^([+-\/*])=/,function(e,t){return X=t,""}),G=W[1],M=parseFloat(M)||0,z=parseFloat(z)||0,"%"===G&&(/^(fontSize|lineHeight)$/.test(R)?(z/=100,G="em"):/^scale/.test(R)?(z/=100,G=""):/(Red|Green|Blue)$/i.test(R)&&(z=z/100*255,G="")),/[\/*]/.test(X))G=D;else if(D!==G&&0!==M)if(0===z)G=D;else{l=l||d();var Y=/margin|padding|left|right|width|text|word|letter/i.test(R)||/X$/.test(R)||"x"===R?"x":"y";switch(D){case"%":M*="x"===Y?l.percentToPxWidth:l.percentToPxHeight;break;case"px":break;default:M*=l[D+"ToPx"]}switch(G){case"%":M*=1/("x"===Y?l.percentToPxWidth:l.percentToPxHeight);break;case"px":break;default:M*=1/l[G+"ToPx"]}}switch(X){case"+":z=M+z;break;case"-":z=M-z;break;case"*":z=M*z;break;case"/":z=M/z}s[R]={rootPropertyValue:B,startValue:M,currentValue:M,endValue:z,unitType:G,easing:q},v.debug&&console.log("tweensContainer ("+R+"): "+JSON.stringify(s[R]),n)}else v.debug&&console.log("Skipping ["+I+"] due to a lack of browser support.")}s.element=n}s.element&&(x.Values.addClass(n,"velocity-animating"),L.push(s),""===o.queue&&(i(n).tweensContainer=s,i(n).opts=o),i(n).isAnimating=!0,w===P-1?(v.State.calls.push([L,m,o,null,T.resolver]),v.State.isTicking===!1&&(v.State.isTicking=!0,c())):w++)}var n=this,o=$.extend({},v.defaults,b),s={},l;switch(i(n)===a&&v.init(n),parseFloat(o.delay)&&o.queue!==!1&&$.queue(n,o.queue,function(e){v.velocityQueueEntryFlag=!0,i(n).delayTimer={setTimeout:setTimeout(e,parseFloat(o.delay)),next:e}}),o.duration.toString().toLowerCase()){case"fast":o.duration=200;break;case"normal":o.duration=y;break;case"slow":o.duration=600;break;default:o.duration=parseFloat(o.duration)||1}v.mock!==!1&&(v.mock===!0?o.duration=o.delay=1:(o.duration*=parseFloat(v.mock)||1,o.delay*=parseFloat(v.mock)||1)),o.easing=u(o.easing,o.duration),o.begin&&!g.isFunction(o.begin)&&(o.begin=null),o.progress&&!g.isFunction(o.progress)&&(o.progress=null),o.complete&&!g.isFunction(o.complete)&&(o.complete=null),o.display!==a&&null!==o.display&&(o.display=o.display.toString().toLowerCase(),"auto"===o.display&&(o.display=v.CSS.Values.getDisplayType(n))),o.visibility!==a&&null!==o.visibility&&(o.visibility=o.visibility.toString().toLowerCase()),o.mobileHA=o.mobileHA&&v.State.isMobile&&!v.State.isGingerbread,o.queue===!1?o.delay?setTimeout(e,o.delay):e():$.queue(n,o.queue,function(t,r){return r===!0?(T.promise&&T.resolver(m),!0):(v.velocityQueueEntryFlag=!0,void e(t))}),""!==o.queue&&"fx"!==o.queue||"inprogress"===$.queue(n)[0]||$.dequeue(n)}var s=arguments[0]&&(arguments[0].p||$.isPlainObject(arguments[0].properties)&&!arguments[0].properties.names||g.isString(arguments[0].properties)),l,f,d,m,h,b;if(g.isWrapped(this)?(l=!1,d=0,m=this,f=this):(l=!0,d=1,m=s?arguments[0].elements||arguments[0].e:arguments[0]),m=o(m)){s?(h=arguments[0].properties||arguments[0].p,b=arguments[0].options||arguments[0].o):(h=arguments[d],b=arguments[d+1]);var P=m.length,w=0;if(!/^(stop|finish)$/i.test(h)&&!$.isPlainObject(b)){var V=d+1;b={};for(var C=V;C<arguments.length;C++)g.isArray(arguments[C])||!/^(fast|normal|slow)$/i.test(arguments[C])&&!/^\d/.test(arguments[C])?g.isString(arguments[C])||g.isArray(arguments[C])?b.easing=arguments[C]:g.isFunction(arguments[C])&&(b.complete=arguments[C]):b.duration=arguments[C]}var T={promise:null,resolver:null,rejecter:null};l&&v.Promise&&(T.promise=new v.Promise(function(e,t){T.resolver=e,T.rejecter=t}));var k;switch(h){case"scroll":k="scroll";break;case"reverse":k="reverse";break;case"finish":case"stop":$.each(m,function(e,t){i(t)&&i(t).delayTimer&&(clearTimeout(i(t).delayTimer.setTimeout),i(t).delayTimer.next&&i(t).delayTimer.next(),delete i(t).delayTimer)});var A=[];return $.each(v.State.calls,function(e,t){t&&$.each(t[1],function(r,n){var o=b===a?"":b;return o===!0||t[2].queue===o||b===a&&t[2].queue===!1?void $.each(m,function(r,a){a===n&&((b===!0||g.isString(b))&&($.each($.queue(a,g.isString(b)?b:""),function(e,t){g.isFunction(t)&&t(null,!0)}),$.queue(a,g.isString(b)?b:"",[])),"stop"===h?(i(a)&&i(a).tweensContainer&&o!==!1&&$.each(i(a).tweensContainer,function(e,t){t.endValue=t.currentValue
222}),A.push(e)):"finish"===h&&(t[2].duration=1))}):!0})}),"stop"===h&&($.each(A,function(e,t){p(t,!0)}),T.promise&&T.resolver(m)),e();default:if(!$.isPlainObject(h)||g.isEmptyObject(h)){if(g.isString(h)&&v.Redirects[h]){var F=$.extend({},b),E=F.duration,j=F.delay||0;return F.backwards===!0&&(m=$.extend(!0,[],m).reverse()),$.each(m,function(e,t){parseFloat(F.stagger)?F.delay=j+parseFloat(F.stagger)*e:g.isFunction(F.stagger)&&(F.delay=j+F.stagger.call(t,e,P)),F.drag&&(F.duration=parseFloat(E)||(/^(callout|transition)/.test(h)?1e3:y),F.duration=Math.max(F.duration*(F.backwards?1-e/P:(e+1)/P),.75*F.duration,200)),v.Redirects[h].call(t,t,F||{},e,P,m,T.promise?T:a)}),e()}var H="Velocity: First argument ("+h+") was not a property map, a known action, or a registered redirect. Aborting.";return T.promise?T.rejecter(new Error(H)):console.log(H),e()}k="start"}var N={lastParent:null,lastPosition:null,lastFontSize:null,lastPercentToPxWidth:null,lastPercentToPxHeight:null,lastEmToPx:null,remToPx:null,vwToPx:null,vhToPx:null},L=[];$.each(m,function(e,t){g.isNode(t)&&n.call(t)});var F=$.extend({},v.defaults,b),R;if(F.loop=parseInt(F.loop),R=2*F.loop-1,F.loop)for(var O=0;R>O;O++){var z={delay:F.delay,progress:F.progress};O===R-1&&(z.display=F.display,z.visibility=F.visibility,z.complete=F.complete),S(m,"reverse",z)}return e()}};v=$.extend(S,v),v.animate=S;var P=t.requestAnimationFrame||d;return v.State.isMobile||r.hidden===a||r.addEventListener("visibilitychange",function(){r.hidden?(P=function(e){return setTimeout(function(){e(!0)},16)},c()):P=t.requestAnimationFrame||d}),e.Velocity=v,e!==t&&(e.fn.velocity=S,e.fn.velocity.defaults=v.defaults),$.each(["Down","Up"],function(e,t){v.Redirects["slide"+t]=function(e,r,n,o,i,s){var l=$.extend({},r),u=l.begin,c=l.complete,p={height:"",marginTop:"",marginBottom:"",paddingTop:"",paddingBottom:""},f={};l.display===a&&(l.display="Down"===t?"inline"===v.CSS.Values.getDisplayType(e)?"inline-block":"block":"none"),l.begin=function(){u&&u.call(i,i);for(var r in p){f[r]=e.style[r];var a=v.CSS.getPropertyValue(e,r);p[r]="Down"===t?[a,0]:[0,a]}f.overflow=e.style.overflow,e.style.overflow="hidden"},l.complete=function(){for(var t in f)e.style[t]=f[t];c&&c.call(i,i),s&&s.resolver(i)},v(e,p,l)}}),$.each(["In","Out"],function(e,t){v.Redirects["fade"+t]=function(e,r,n,o,i,s){var l=$.extend({},r),u={opacity:"In"===t?1:0},c=l.complete;l.complete=n!==o-1?l.begin=null:function(){c&&c.call(i,i),s&&s.resolver(i)},l.display===a&&(l.display="In"===t?"auto":"none"),v(this,u,l)}}),v}(window.jQuery||window.Zepto||window,window,document)});;!function(a,b,c,d){"use strict";function k(a,b,c){return setTimeout(q(a,c),b)}function l(a,b,c){return Array.isArray(a)?(m(a,c[b],c),!0):!1}function m(a,b,c){var e;if(a)if(a.forEach)a.forEach(b,c);else if(a.length!==d)for(e=0;e<a.length;)b.call(c,a[e],e,a),e++;else for(e in a)a.hasOwnProperty(e)&&b.call(c,a[e],e,a)}function n(a,b,c){for(var e=Object.keys(b),f=0;f<e.length;)(!c||c&&a[e[f]]===d)&&(a[e[f]]=b[e[f]]),f++;return a}function o(a,b){return n(a,b,!0)}function p(a,b,c){var e,d=b.prototype;e=a.prototype=Object.create(d),e.constructor=a,e._super=d,c&&n(e,c)}function q(a,b){return function(){return a.apply(b,arguments)}}function r(a,b){return typeof a==g?a.apply(b?b[0]||d:d,b):a}function s(a,b){return a===d?b:a}function t(a,b,c){m(x(b),function(b){a.addEventListener(b,c,!1)})}function u(a,b,c){m(x(b),function(b){a.removeEventListener(b,c,!1)})}function v(a,b){for(;a;){if(a==b)return!0;a=a.parentNode}return!1}function w(a,b){return a.indexOf(b)>-1}function x(a){return a.trim().split(/\s+/g)}function y(a,b,c){if(a.indexOf&&!c)return a.indexOf(b);for(var d=0;d<a.length;){if(c&&a[d][c]==b||!c&&a[d]===b)return d;d++}return-1}function z(a){return Array.prototype.slice.call(a,0)}function A(a,b,c){for(var d=[],e=[],f=0;f<a.length;){var g=b?a[f][b]:a[f];y(e,g)<0&&d.push(a[f]),e[f]=g,f++}return c&&(d=b?d.sort(function(a,c){return a[b]>c[b]}):d.sort()),d}function B(a,b){for(var c,f,g=b[0].toUpperCase()+b.slice(1),h=0;h<e.length;){if(c=e[h],f=c?c+g:b,f in a)return f;h++}return d}function D(){return C++}function E(a){var b=a.ownerDocument;return b.defaultView||b.parentWindow}function ab(a,b){var c=this;this.manager=a,this.callback=b,this.element=a.element,this.target=a.options.inputTarget,this.domHandler=function(b){r(a.options.enable,[a])&&c.handler(b)},this.init()}function bb(a){var b,c=a.options.inputClass;return b=c?c:H?wb:I?Eb:G?Gb:rb,new b(a,cb)}function cb(a,b,c){var d=c.pointers.length,e=c.changedPointers.length,f=b&O&&0===d-e,g=b&(Q|R)&&0===d-e;c.isFirst=!!f,c.isFinal=!!g,f&&(a.session={}),c.eventType=b,db(a,c),a.emit("hammer.input",c),a.recognize(c),a.session.prevInput=c}function db(a,b){var c=a.session,d=b.pointers,e=d.length;c.firstInput||(c.firstInput=gb(b)),e>1&&!c.firstMultiple?c.firstMultiple=gb(b):1===e&&(c.firstMultiple=!1);var f=c.firstInput,g=c.firstMultiple,h=g?g.center:f.center,i=b.center=hb(d);b.timeStamp=j(),b.deltaTime=b.timeStamp-f.timeStamp,b.angle=lb(h,i),b.distance=kb(h,i),eb(c,b),b.offsetDirection=jb(b.deltaX,b.deltaY),b.scale=g?nb(g.pointers,d):1,b.rotation=g?mb(g.pointers,d):0,fb(c,b);var k=a.element;v(b.srcEvent.target,k)&&(k=b.srcEvent.target),b.target=k}function eb(a,b){var c=b.center,d=a.offsetDelta||{},e=a.prevDelta||{},f=a.prevInput||{};(b.eventType===O||f.eventType===Q)&&(e=a.prevDelta={x:f.deltaX||0,y:f.deltaY||0},d=a.offsetDelta={x:c.x,y:c.y}),b.deltaX=e.x+(c.x-d.x),b.deltaY=e.y+(c.y-d.y)}function fb(a,b){var f,g,h,j,c=a.lastInterval||b,e=b.timeStamp-c.timeStamp;if(b.eventType!=R&&(e>N||c.velocity===d)){var k=c.deltaX-b.deltaX,l=c.deltaY-b.deltaY,m=ib(e,k,l);g=m.x,h=m.y,f=i(m.x)>i(m.y)?m.x:m.y,j=jb(k,l),a.lastInterval=b}else f=c.velocity,g=c.velocityX,h=c.velocityY,j=c.direction;b.velocity=f,b.velocityX=g,b.velocityY=h,b.direction=j}function gb(a){for(var b=[],c=0;c<a.pointers.length;)b[c]={clientX:h(a.pointers[c].clientX),clientY:h(a.pointers[c].clientY)},c++;return{timeStamp:j(),pointers:b,center:hb(b),deltaX:a.deltaX,deltaY:a.deltaY}}function hb(a){var b=a.length;if(1===b)return{x:h(a[0].clientX),y:h(a[0].clientY)};for(var c=0,d=0,e=0;b>e;)c+=a[e].clientX,d+=a[e].clientY,e++;return{x:h(c/b),y:h(d/b)}}function ib(a,b,c){return{x:b/a||0,y:c/a||0}}function jb(a,b){return a===b?S:i(a)>=i(b)?a>0?T:U:b>0?V:W}function kb(a,b,c){c||(c=$);var d=b[c[0]]-a[c[0]],e=b[c[1]]-a[c[1]];return Math.sqrt(d*d+e*e)}function lb(a,b,c){c||(c=$);var d=b[c[0]]-a[c[0]],e=b[c[1]]-a[c[1]];return 180*Math.atan2(e,d)/Math.PI}function mb(a,b){return lb(b[1],b[0],_)-lb(a[1],a[0],_)}function nb(a,b){return kb(b[0],b[1],_)/kb(a[0],a[1],_)}function rb(){this.evEl=pb,this.evWin=qb,this.allow=!0,this.pressed=!1,ab.apply(this,arguments)}function wb(){this.evEl=ub,this.evWin=vb,ab.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}function Ab(){this.evTarget=yb,this.evWin=zb,this.started=!1,ab.apply(this,arguments)}function Bb(a,b){var c=z(a.touches),d=z(a.changedTouches);return b&(Q|R)&&(c=A(c.concat(d),"identifier",!0)),[c,d]}function Eb(){this.evTarget=Db,this.targetIds={},ab.apply(this,arguments)}function Fb(a,b){var c=z(a.touches),d=this.targetIds;if(b&(O|P)&&1===c.length)return d[c[0].identifier]=!0,[c,c];var e,f,g=z(a.changedTouches),h=[],i=this.target;if(f=c.filter(function(a){return v(a.target,i)}),b===O)for(e=0;e<f.length;)d[f[e].identifier]=!0,e++;for(e=0;e<g.length;)d[g[e].identifier]&&h.push(g[e]),b&(Q|R)&&delete d[g[e].identifier],e++;return h.length?[A(f.concat(h),"identifier",!0),h]:void 0}function Gb(){ab.apply(this,arguments);var a=q(this.handler,this);this.touch=new Eb(this.manager,a),this.mouse=new rb(this.manager,a)}function Pb(a,b){this.manager=a,this.set(b)}function Qb(a){if(w(a,Mb))return Mb;var b=w(a,Nb),c=w(a,Ob);return b&&c?Nb+" "+Ob:b||c?b?Nb:Ob:w(a,Lb)?Lb:Kb}function Yb(a){this.id=D(),this.manager=null,this.options=o(a||{},this.defaults),this.options.enable=s(this.options.enable,!0),this.state=Rb,this.simultaneous={},this.requireFail=[]}function Zb(a){return a&Wb?"cancel":a&Ub?"end":a&Tb?"move":a&Sb?"start":""}function $b(a){return a==W?"down":a==V?"up":a==T?"left":a==U?"right":""}function _b(a,b){var c=b.manager;return c?c.get(a):a}function ac(){Yb.apply(this,arguments)}function bc(){ac.apply(this,arguments),this.pX=null,this.pY=null}function cc(){ac.apply(this,arguments)}function dc(){Yb.apply(this,arguments),this._timer=null,this._input=null}function ec(){ac.apply(this,arguments)}function fc(){ac.apply(this,arguments)}function gc(){Yb.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}function hc(a,b){return b=b||{},b.recognizers=s(b.recognizers,hc.defaults.preset),new kc(a,b)}function kc(a,b){b=b||{},this.options=o(b,hc.defaults),this.options.inputTarget=this.options.inputTarget||a,this.handlers={},this.session={},this.recognizers=[],this.element=a,this.input=bb(this),this.touchAction=new Pb(this,this.options.touchAction),lc(this,!0),m(b.recognizers,function(a){var b=this.add(new a[0](a[1]));a[2]&&b.recognizeWith(a[2]),a[3]&&b.requireFailure(a[3])},this)}function lc(a,b){var c=a.element;m(a.options.cssProps,function(a,d){c.style[B(c.style,d)]=b?a:""})}function mc(a,c){var d=b.createEvent("Event");d.initEvent(a,!0,!0),d.gesture=c,c.target.dispatchEvent(d)}var e=["","webkit","moz","MS","ms","o"],f=b.createElement("div"),g="function",h=Math.round,i=Math.abs,j=Date.now,C=1,F=/mobile|tablet|ip(ad|hone|od)|android/i,G="ontouchstart"in a,H=B(a,"PointerEvent")!==d,I=G&&F.test(navigator.userAgent),J="touch",K="pen",L="mouse",M="kinect",N=25,O=1,P=2,Q=4,R=8,S=1,T=2,U=4,V=8,W=16,X=T|U,Y=V|W,Z=X|Y,$=["x","y"],_=["clientX","clientY"];ab.prototype={handler:function(){},init:function(){this.evEl&&t(this.element,this.evEl,this.domHandler),this.evTarget&&t(this.target,this.evTarget,this.domHandler),this.evWin&&t(E(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&u(this.element,this.evEl,this.domHandler),this.evTarget&&u(this.target,this.evTarget,this.domHandler),this.evWin&&u(E(this.element),this.evWin,this.domHandler)}};var ob={mousedown:O,mousemove:P,mouseup:Q},pb="mousedown",qb="mousemove mouseup";p(rb,ab,{handler:function(a){var b=ob[a.type];b&O&&0===a.button&&(this.pressed=!0),b&P&&1!==a.which&&(b=Q),this.pressed&&this.allow&&(b&Q&&(this.pressed=!1),this.callback(this.manager,b,{pointers:[a],changedPointers:[a],pointerType:L,srcEvent:a}))}});var sb={pointerdown:O,pointermove:P,pointerup:Q,pointercancel:R,pointerout:R},tb={2:J,3:K,4:L,5:M},ub="pointerdown",vb="pointermove pointerup pointercancel";a.MSPointerEvent&&(ub="MSPointerDown",vb="MSPointerMove MSPointerUp MSPointerCancel"),p(wb,ab,{handler:function(a){var b=this.store,c=!1,d=a.type.toLowerCase().replace("ms",""),e=sb[d],f=tb[a.pointerType]||a.pointerType,g=f==J,h=y(b,a.pointerId,"pointerId");e&O&&(0===a.button||g)?0>h&&(b.push(a),h=b.length-1):e&(Q|R)&&(c=!0),0>h||(b[h]=a,this.callback(this.manager,e,{pointers:b,changedPointers:[a],pointerType:f,srcEvent:a}),c&&b.splice(h,1))}});var xb={touchstart:O,touchmove:P,touchend:Q,touchcancel:R},yb="touchstart",zb="touchstart touchmove touchend touchcancel";p(Ab,ab,{handler:function(a){var b=xb[a.type];if(b===O&&(this.started=!0),this.started){var c=Bb.call(this,a,b);b&(Q|R)&&0===c[0].length-c[1].length&&(this.started=!1),this.callback(this.manager,b,{pointers:c[0],changedPointers:c[1],pointerType:J,srcEvent:a})}}});var Cb={touchstart:O,touchmove:P,touchend:Q,touchcancel:R},Db="touchstart touchmove touchend touchcancel";p(Eb,ab,{handler:function(a){var b=Cb[a.type],c=Fb.call(this,a,b);c&&this.callback(this.manager,b,{pointers:c[0],changedPointers:c[1],pointerType:J,srcEvent:a})}}),p(Gb,ab,{handler:function(a,b,c){var d=c.pointerType==J,e=c.pointerType==L;if(d)this.mouse.allow=!1;else if(e&&!this.mouse.allow)return;b&(Q|R)&&(this.mouse.allow=!0),this.callback(a,b,c)},destroy:function(){this.touch.destroy(),this.mouse.destroy()}});var Hb=B(f.style,"touchAction"),Ib=Hb!==d,Jb="compute",Kb="auto",Lb="manipulation",Mb="none",Nb="pan-x",Ob="pan-y";Pb.prototype={set:function(a){a==Jb&&(a=this.compute()),Ib&&(this.manager.element.style[Hb]=a),this.actions=a.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var a=[];return m(this.manager.recognizers,function(b){r(b.options.enable,[b])&&(a=a.concat(b.getTouchAction()))}),Qb(a.join(" "))},preventDefaults:function(a){if(!Ib){var b=a.srcEvent,c=a.offsetDirection;if(this.manager.session.prevented)return b.preventDefault(),void 0;var d=this.actions,e=w(d,Mb),f=w(d,Ob),g=w(d,Nb);return e||f&&c&X||g&&c&Y?this.preventSrc(b):void 0}},preventSrc:function(a){this.manager.session.prevented=!0,a.preventDefault()}};var Rb=1,Sb=2,Tb=4,Ub=8,Vb=Ub,Wb=16,Xb=32;Yb.prototype={defaults:{},set:function(a){return n(this.options,a),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(a){if(l(a,"recognizeWith",this))return this;var b=this.simultaneous;return a=_b(a,this),b[a.id]||(b[a.id]=a,a.recognizeWith(this)),this},dropRecognizeWith:function(a){return l(a,"dropRecognizeWith",this)?this:(a=_b(a,this),delete this.simultaneous[a.id],this)},requireFailure:function(a){if(l(a,"requireFailure",this))return this;var b=this.requireFail;return a=_b(a,this),-1===y(b,a)&&(b.push(a),a.requireFailure(this)),this},dropRequireFailure:function(a){if(l(a,"dropRequireFailure",this))return this;a=_b(a,this);var b=y(this.requireFail,a);return b>-1&&this.requireFail.splice(b,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(a){return!!this.simultaneous[a.id]},emit:function(a){function d(d){b.manager.emit(b.options.event+(d?Zb(c):""),a)}var b=this,c=this.state;Ub>c&&d(!0),d(),c>=Ub&&d(!0)},tryEmit:function(a){return this.canEmit()?this.emit(a):(this.state=Xb,void 0)},canEmit:function(){for(var a=0;a<this.requireFail.length;){if(!(this.requireFail[a].state&(Xb|Rb)))return!1;a++}return!0},recognize:function(a){var b=n({},a);return r(this.options.enable,[this,b])?(this.state&(Vb|Wb|Xb)&&(this.state=Rb),this.state=this.process(b),this.state&(Sb|Tb|Ub|Wb)&&this.tryEmit(b),void 0):(this.reset(),this.state=Xb,void 0)},process:function(){},getTouchAction:function(){},reset:function(){}},p(ac,Yb,{defaults:{pointers:1},attrTest:function(a){var b=this.options.pointers;return 0===b||a.pointers.length===b},process:function(a){var b=this.state,c=a.eventType,d=b&(Sb|Tb),e=this.attrTest(a);return d&&(c&R||!e)?b|Wb:d||e?c&Q?b|Ub:b&Sb?b|Tb:Sb:Xb}}),p(bc,ac,{defaults:{event:"pan",threshold:10,pointers:1,direction:Z},getTouchAction:function(){var a=this.options.direction,b=[];return a&X&&b.push(Ob),a&Y&&b.push(Nb),b},directionTest:function(a){var b=this.options,c=!0,d=a.distance,e=a.direction,f=a.deltaX,g=a.deltaY;return e&b.direction||(b.direction&X?(e=0===f?S:0>f?T:U,c=f!=this.pX,d=Math.abs(a.deltaX)):(e=0===g?S:0>g?V:W,c=g!=this.pY,d=Math.abs(a.deltaY))),a.direction=e,c&&d>b.threshold&&e&b.direction},attrTest:function(a){return ac.prototype.attrTest.call(this,a)&&(this.state&Sb||!(this.state&Sb)&&this.directionTest(a))},emit:function(a){this.pX=a.deltaX,this.pY=a.deltaY;var b=$b(a.direction);b&&this.manager.emit(this.options.event+b,a),this._super.emit.call(this,a)}}),p(cc,ac,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[Mb]},attrTest:function(a){return this._super.attrTest.call(this,a)&&(Math.abs(a.scale-1)>this.options.threshold||this.state&Sb)},emit:function(a){if(this._super.emit.call(this,a),1!==a.scale){var b=a.scale<1?"in":"out";this.manager.emit(this.options.event+b,a)}}}),p(dc,Yb,{defaults:{event:"press",pointers:1,time:500,threshold:5},getTouchAction:function(){return[Kb]},process:function(a){var b=this.options,c=a.pointers.length===b.pointers,d=a.distance<b.threshold,e=a.deltaTime>b.time;if(this._input=a,!d||!c||a.eventType&(Q|R)&&!e)this.reset();else if(a.eventType&O)this.reset(),this._timer=k(function(){this.state=Vb,this.tryEmit()},b.time,this);else if(a.eventType&Q)return Vb;return Xb},reset:function(){clearTimeout(this._timer)},emit:function(a){this.state===Vb&&(a&&a.eventType&Q?this.manager.emit(this.options.event+"up",a):(this._input.timeStamp=j(),this.manager.emit(this.options.event,this._input)))}}),p(ec,ac,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[Mb]},attrTest:function(a){return this._super.attrTest.call(this,a)&&(Math.abs(a.rotation)>this.options.threshold||this.state&Sb)}}),p(fc,ac,{defaults:{event:"swipe",threshold:10,velocity:.65,direction:X|Y,pointers:1},getTouchAction:function(){return bc.prototype.getTouchAction.call(this)},attrTest:function(a){var c,b=this.options.direction;return b&(X|Y)?c=a.velocity:b&X?c=a.velocityX:b&Y&&(c=a.velocityY),this._super.attrTest.call(this,a)&&b&a.direction&&a.distance>this.options.threshold&&i(c)>this.options.velocity&&a.eventType&Q},emit:function(a){var b=$b(a.direction);b&&this.manager.emit(this.options.event+b,a),this.manager.emit(this.options.event,a)}}),p(gc,Yb,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:2,posThreshold:10},getTouchAction:function(){return[Lb]},process:function(a){var b=this.options,c=a.pointers.length===b.pointers,d=a.distance<b.threshold,e=a.deltaTime<b.time;if(this.reset(),a.eventType&O&&0===this.count)return this.failTimeout();if(d&&e&&c){if(a.eventType!=Q)return this.failTimeout();var f=this.pTime?a.timeStamp-this.pTime<b.interval:!0,g=!this.pCenter||kb(this.pCenter,a.center)<b.posThreshold;this.pTime=a.timeStamp,this.pCenter=a.center,g&&f?this.count+=1:this.count=1,this._input=a;var h=this.count%b.taps;if(0===h)return this.hasRequireFailures()?(this._timer=k(function(){this.state=Vb,this.tryEmit()},b.interval,this),Sb):Vb}return Xb},failTimeout:function(){return this._timer=k(function(){this.state=Xb},this.options.interval,this),Xb},reset:function(){clearTimeout(this._timer)},emit:function(){this.state==Vb&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}}),hc.VERSION="2.0.4",hc.defaults={domEvents:!1,touchAction:Jb,enable:!0,inputTarget:null,inputClass:null,preset:[[ec,{enable:!1}],[cc,{enable:!1},["rotate"]],[fc,{direction:X}],[bc,{direction:X},["swipe"]],[gc],[gc,{event:"doubletap",taps:2},["tap"]],[dc]],cssProps:{userSelect:"default",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}};var ic=1,jc=2;kc.prototype={set:function(a){return n(this.options,a),a.touchAction&&this.touchAction.update(),a.inputTarget&&(this.input.destroy(),this.input.target=a.inputTarget,this.input.init()),this},stop:function(a){this.session.stopped=a?jc:ic},recognize:function(a){var b=this.session;if(!b.stopped){this.touchAction.preventDefaults(a);var c,d=this.recognizers,e=b.curRecognizer;(!e||e&&e.state&Vb)&&(e=b.curRecognizer=null);for(var f=0;f<d.length;)c=d[f],b.stopped===jc||e&&c!=e&&!c.canRecognizeWith(e)?c.reset():c.recognize(a),!e&&c.state&(Sb|Tb|Ub)&&(e=b.curRecognizer=c),f++}},get:function(a){if(a instanceof Yb)return a;for(var b=this.recognizers,c=0;c<b.length;c++)if(b[c].options.event==a)return b[c];return null},add:function(a){if(l(a,"add",this))return this;var b=this.get(a.options.event);return b&&this.remove(b),this.recognizers.push(a),a.manager=this,this.touchAction.update(),a},remove:function(a){if(l(a,"remove",this))return this;var b=this.recognizers;return a=this.get(a),b.splice(y(b,a),1),this.touchAction.update(),this},on:function(a,b){var c=this.handlers;return m(x(a),function(a){c[a]=c[a]||[],c[a].push(b)}),this},off:function(a,b){var c=this.handlers;return m(x(a),function(a){b?c[a].splice(y(c[a],b),1):delete c[a]}),this},emit:function(a,b){this.options.domEvents&&mc(a,b);var c=this.handlers[a]&&this.handlers[a].slice();if(c&&c.length){b.type=a,b.preventDefault=function(){b.srcEvent.preventDefault()};for(var d=0;d<c.length;)c[d](b),d++}},destroy:function(){this.element&&lc(this,!1),this.handlers={},this.session={},this.input.destroy(),this.element=null}},n(hc,{INPUT_START:O,INPUT_MOVE:P,INPUT_END:Q,INPUT_CANCEL:R,STATE_POSSIBLE:Rb,STATE_BEGAN:Sb,STATE_CHANGED:Tb,STATE_ENDED:Ub,STATE_RECOGNIZED:Vb,STATE_CANCELLED:Wb,STATE_FAILED:Xb,DIRECTION_NONE:S,DIRECTION_LEFT:T,DIRECTION_RIGHT:U,DIRECTION_UP:V,DIRECTION_DOWN:W,DIRECTION_HORIZONTAL:X,DIRECTION_VERTICAL:Y,DIRECTION_ALL:Z,Manager:kc,Input:ab,TouchAction:Pb,TouchInput:Eb,MouseInput:rb,PointerEventInput:wb,TouchMouseInput:Gb,SingleTouchInput:Ab,Recognizer:Yb,AttrRecognizer:ac,Tap:gc,Pan:bc,Swipe:fc,Pinch:cc,Rotate:ec,Press:dc,on:t,off:u,each:m,merge:o,extend:n,inherit:p,bindFn:q,prefixed:B}),typeof define==g&&define.amd?define(function(){return hc}):"undefined"!=typeof module&&module.exports?module.exports=hc:a[c]=hc}(window,document,"Hammer");;(function(factory) {
223 if (typeof define === 'function' && define.amd) {
224 define(['jquery', 'hammerjs'], factory);
225 } else if (typeof exports === 'object') {
226 factory(require('jquery'), require('hammerjs'));
227 } else {
228 factory(jQuery, Hammer);
229 }
230}(function($, Hammer) {
231 function hammerify(el, options) {
232 var $el = $(el);
233 if(!$el.data("hammer")) {
234 $el.data("hammer", new Hammer($el[0], options));
235 }
236 }
237
238 $.fn.hammer = function(options) {
239 return this.each(function() {
240 hammerify(this, options);
241 });
242 };
243
244 // extend the emit method to also trigger jQuery events
245 Hammer.Manager.prototype.emit = (function(originalEmit) {
246 return function(type, data) {
247 originalEmit.call(this, type, data);
248 $(this.element).trigger({
249 type: type,
250 gesture: data
251 });
252 };
253 })(Hammer.Manager.prototype.emit);
254}));
255;Materialize = {};
256
257// Unique ID
258Materialize.guid = (function() {
259 function s4() {
260 return Math.floor((1 + Math.random()) * 0x10000)
261 .toString(16)
262 .substring(1);
263 }
264 return function() {
265 return s4() + s4() + '-' + s4() + '-' + s4() + '-' +
266 s4() + '-' + s4() + s4() + s4();
267 };
268})();
269
270Materialize.elementOrParentIsFixed = function(element) {
271 var $element = $(element);
272 var $checkElements = $element.add($element.parents());
273 var isFixed = false;
274 $checkElements.each(function(){
275 if ($(this).css("position") === "fixed") {
276 isFixed = true;
277 return false;
278 }
279 });
280 return isFixed;
281};
282
283// Velocity has conflicts when loaded with jQuery, this will check for it
284var Vel;
285if ($) {
286 Vel = $.Velocity;
287}
288else {
289 Vel = Velocity;
290}
291;(function ($) {
292 $.fn.collapsible = function(options) {
293 var defaults = {
294 accordion: undefined
295 };
296
297 options = $.extend(defaults, options);
298
299
300 return this.each(function() {
301
302 var $this = $(this);
303
304 var $panel_headers = $(this).find('> li > .collapsible-header');
305
306 var collapsible_type = $this.data("collapsible");
307
308 // Turn off any existing event handlers
309 $this.off('click.collapse', '.collapsible-header');
310 $panel_headers.off('click.collapse');
311
312
313 /****************
314 Helper Functions
315 ****************/
316
317 // Accordion Open
318 function accordionOpen(object) {
319 $panel_headers = $this.find('> li > .collapsible-header');
320 if (object.hasClass('active')) {
321 object.parent().addClass('active');
322 }
323 else {
324 object.parent().removeClass('active');
325 }
326 if (object.parent().hasClass('active')){
327 object.siblings('.collapsible-body').stop(true,false).slideDown({ duration: 350, easing: "easeOutQuart", queue: false, complete: function() {$(this).css('height', '');}});
328 }
329 else{
330 object.siblings('.collapsible-body').stop(true,false).slideUp({ duration: 350, easing: "easeOutQuart", queue: false, complete: function() {$(this).css('height', '');}});
331 }
332
333 $panel_headers.not(object).removeClass('active').parent().removeClass('active');
334 $panel_headers.not(object).parent().children('.collapsible-body').stop(true,false).slideUp(
335 {
336 duration: 350,
337 easing: "easeOutQuart",
338 queue: false,
339 complete:
340 function() {
341 $(this).css('height', '');
342 }
343 });
344 }
345
346 // Expandable Open
347 function expandableOpen(object) {
348 if (object.hasClass('active')) {
349 object.parent().addClass('active');
350 }
351 else {
352 object.parent().removeClass('active');
353 }
354 if (object.parent().hasClass('active')){
355 object.siblings('.collapsible-body').stop(true,false).slideDown({ duration: 350, easing: "easeOutQuart", queue: false, complete: function() {$(this).css('height', '');}});
356 }
357 else{
358 object.siblings('.collapsible-body').stop(true,false).slideUp({ duration: 350, easing: "easeOutQuart", queue: false, complete: function() {$(this).css('height', '');}});
359 }
360 }
361
362 /**
363 * Check if object is children of panel header
364 * @param {Object} object Jquery object
365 * @return {Boolean} true if it is children
366 */
367 function isChildrenOfPanelHeader(object) {
368
369 var panelHeader = getPanelHeader(object);
370
371 return panelHeader.length > 0;
372 }
373
374 /**
375 * Get panel header from a children element
376 * @param {Object} object Jquery object
377 * @return {Object} panel header object
378 */
379 function getPanelHeader(object) {
380
381 return object.closest('li > .collapsible-header');
382 }
383
384 /***** End Helper Functions *****/
385
386
387
388 if (options.accordion || collapsible_type === "accordion" || collapsible_type === undefined) { // Handle Accordion
389 // Add click handler to only direct collapsible header children
390 $panel_headers = $this.find('> li > .collapsible-header');
391 $panel_headers.on('click.collapse', function (e) {
392 var element = $(e.target);
393
394 if (isChildrenOfPanelHeader(element)) {
395 element = getPanelHeader(element);
396 }
397
398 element.toggleClass('active');
399 accordionOpen(element);
400 });
401 // Open first active
402 accordionOpen($panel_headers.filter('.active').first());
403 }
404 else { // Handle Expandables
405 $panel_headers.each(function () {
406 // Add click handler to only direct collapsible header children
407 $(this).on('click.collapse', function (e) {
408 var element = $(e.target);
409 if (isChildrenOfPanelHeader(element)) {
410 element = getPanelHeader(element);
411 }
412 element.toggleClass('active');
413 expandableOpen(element);
414 });
415 // Open any bodies that have the active class
416 if ($(this).hasClass('active')) {
417 expandableOpen($(this));
418 }
419
420 });
421 }
422
423 });
424 };
425
426 $(document).ready(function(){
427 $('.collapsible').collapsible();
428 });
429}( jQuery ));;(function ($) {
430
431 // Add posibility to scroll to selected option
432 // usefull for select for example
433 $.fn.scrollTo = function(elem) {
434 $(this).scrollTop($(this).scrollTop() - $(this).offset().top + $(elem).offset().top);
435 return this;
436 };
437
438 $.fn.dropdown = function (option) {
439 var defaults = {
440 inDuration: 300,
441 outDuration: 225,
442 constrain_width: true, // Constrains width of dropdown to the activator
443 hover: false,
444 gutter: 0, // Spacing from edge
445 belowOrigin: false
446 };
447
448 this.each(function(){
449 var origin = $(this);
450 var options = $.extend({}, defaults, option);
451
452 // Dropdown menu
453 var activates = $("#"+ origin.attr('data-activates'));
454
455 function updateOptions() {
456 if (origin.data('induration') !== undefined)
457 options.inDuration = origin.data('inDuration');
458 if (origin.data('outduration') !== undefined)
459 options.outDuration = origin.data('outDuration');
460 if (origin.data('constrainwidth') !== undefined)
461 options.constrain_width = origin.data('constrainwidth');
462 if (origin.data('hover') !== undefined)
463 options.hover = origin.data('hover');
464 if (origin.data('gutter') !== undefined)
465 options.gutter = origin.data('gutter');
466 if (origin.data('beloworigin') !== undefined)
467 options.belowOrigin = origin.data('beloworigin');
468 }
469
470 updateOptions();
471
472 // Attach dropdown to its activator
473 origin.after(activates);
474
475 /*
476 Helper function to position and resize dropdown.
477 Used in hover and click handler.
478 */
479 function placeDropdown() {
480 // Check html data attributes
481 updateOptions();
482
483 // Set Dropdown state
484 activates.addClass('active');
485
486 // Constrain width
487 if (options.constrain_width === true) {
488 activates.css('width', origin.outerWidth());
489 }
490 var offset = 0;
491 if (options.belowOrigin === true) {
492 offset = origin.height();
493 }
494
495 // Handle edge alignment
496 var offsetLeft = origin.offset().left;
497 var width_difference = 0;
498 var gutter_spacing = options.gutter;
499
500
501 if (offsetLeft + activates.innerWidth() > $(window).width()) {
502 width_difference = origin.innerWidth() - activates.innerWidth();
503 gutter_spacing = gutter_spacing * -1;
504 }
505
506 // Position dropdown
507 activates.css({
508 position: 'absolute',
509 top: origin.position().top + offset,
510 left: origin.position().left + width_difference + gutter_spacing
511 });
512
513
514
515 // Show dropdown
516 activates.stop(true, true).css('opacity', 0)
517 .slideDown({
518 queue: false,
519 duration: options.inDuration,
520 easing: 'easeOutCubic',
521 complete: function() {
522 $(this).css('height', '');
523 }
524 })
525 .animate( {opacity: 1}, {queue: false, duration: options.inDuration, easing: 'easeOutSine'});
526 }
527
528 function hideDropdown() {
529 activates.fadeOut(options.outDuration);
530 activates.removeClass('active');
531 }
532
533 // Hover
534 if (options.hover) {
535 var open = false;
536 origin.unbind('click.' + origin.attr('id'));
537 // Hover handler to show dropdown
538 origin.on('mouseenter', function(e){ // Mouse over
539 if (open === false) {
540 placeDropdown();
541 open = true;
542 }
543 });
544 origin.on('mouseleave', function(e){
545 // If hover on origin then to something other than dropdown content, then close
546 var toEl = e.toElement || e.relatedTarget; // added browser compatibility for target element
547 if(!$(toEl).closest('.dropdown-content').is(activates)) {
548 activates.stop(true, true);
549 hideDropdown();
550 open = false;
551 }
552 });
553
554 activates.on('mouseleave', function(e){ // Mouse out
555 var toEl = e.toElement || e.relatedTarget;
556 if(!$(toEl).closest('.dropdown-button').is(origin)) {
557 activates.stop(true, true);
558 hideDropdown();
559 open = false;
560 }
561 });
562
563 // Click
564 } else {
565
566 // Click handler to show dropdown
567 origin.unbind('click.' + origin.attr('id'));
568 origin.bind('click.'+origin.attr('id'), function(e){
569
570 if ( origin[0] == e.currentTarget && ($(e.target).closest('.dropdown-content').length === 0) ) {
571 e.preventDefault(); // Prevents button click from moving window
572 placeDropdown();
573
574 }
575 // If origin is clicked and menu is open, close menu
576 else {
577 if (origin.hasClass('active')) {
578 hideDropdown();
579 $(document).unbind('click.' + activates.attr('id'));
580 }
581 }
582 // If menu open, add click close handler to document
583 if (activates.hasClass('active')) {
584 $(document).bind('click.'+ activates.attr('id'), function (e) {
585 if (!activates.is(e.target) && !origin.is(e.target) && (!origin.find(e.target).length > 0) ) {
586 hideDropdown();
587 $(document).unbind('click.' + activates.attr('id'));
588 }
589 });
590 }
591 });
592
593 } // End else
594
595 // Listen to open and close event - useful for select component
596 origin.on('open', placeDropdown);
597 origin.on('close', hideDropdown);
598
599
600 });
601 }; // End dropdown plugin
602
603 $(document).ready(function(){
604 $('.dropdown-button').dropdown();
605 });
606}( jQuery ));
607;(function($) {
608 var _stack = 0,
609 _lastID = 0,
610 _generateID = function() {
611 _lastID++;
612 return 'materialize-lean-overlay-' + _lastID;
613 };
614
615 $.fn.extend({
616 openModal: function(options) {
617
618 $('body').css('overflow', 'hidden');
619
620 var defaults = {
621 opacity: 0.5,
622 in_duration: 350,
623 out_duration: 250,
624 ready: undefined,
625 complete: undefined,
626 dismissible: true,
627 starting_top: '4%'
628 },
629 overlayID = _generateID(),
630 $modal = $(this),
631 $overlay = $('<div class="lean-overlay"></div>'),
632 lStack = (++_stack);
633
634 // Store a reference of the overlay
635 $overlay.attr('id', overlayID).css('z-index', 1000 + lStack * 2);
636 $modal.data('overlay-id', overlayID).css('z-index', 1000 + lStack * 2 + 1);
637
638 $("body").append($overlay);
639
640 // Override defaults
641 options = $.extend(defaults, options);
642
643 if (options.dismissible) {
644 $overlay.click(function() {
645 $modal.closeModal(options);
646 });
647 // Return on ESC
648 $(document).on('keyup.leanModal' + overlayID, function(e) {
649 if (e.keyCode === 27) { // ESC key
650 $modal.closeModal(options);
651 }
652 });
653 }
654
655 $modal.find(".modal-close").on('click.close', function(e) {
656 $modal.closeModal(options);
657 });
658
659 $overlay.css({ display : "block", opacity : 0 });
660
661 $modal.css({
662 display : "block",
663 opacity: 0
664 });
665
666 $overlay.velocity({opacity: options.opacity}, {duration: options.in_duration, queue: false, ease: "easeOutCubic"});
667 $modal.data('associated-overlay', $overlay[0]);
668
669 // Define Bottom Sheet animation
670 if ($modal.hasClass('bottom-sheet')) {
671 $modal.velocity({bottom: "0", opacity: 1}, {
672 duration: options.in_duration,
673 queue: false,
674 ease: "easeOutCubic",
675 // Handle modal ready callback
676 complete: function() {
677 if (typeof(options.ready) === "function") {
678 options.ready();
679 }
680 }
681 });
682 }
683 else {
684 $.Velocity.hook($modal, "scaleX", 0.7);
685 $modal.css({ top: options.starting_top });
686 $modal.velocity({top: "10%", opacity: 1, scaleX: '1'}, {
687 duration: options.in_duration,
688 queue: false,
689 ease: "easeOutCubic",
690 // Handle modal ready callback
691 complete: function() {
692 if (typeof(options.ready) === "function") {
693 options.ready();
694 }
695 }
696 });
697 }
698
699
700 }
701 });
702
703 $.fn.extend({
704 closeModal: function(options) {
705 var defaults = {
706 out_duration: 250,
707 complete: undefined
708 },
709 $modal = $(this),
710 overlayID = $modal.data('overlay-id'),
711 $overlay = $('#' + overlayID);
712
713 options = $.extend(defaults, options);
714
715 // Disable scrolling
716 $('body').css('overflow', '');
717
718 $modal.find('.modal-close').off('click.close');
719 $(document).off('keyup.leanModal' + overlayID);
720
721 $overlay.velocity( { opacity: 0}, {duration: options.out_duration, queue: false, ease: "easeOutQuart"});
722
723
724 // Define Bottom Sheet animation
725 if ($modal.hasClass('bottom-sheet')) {
726 $modal.velocity({bottom: "-100%", opacity: 0}, {
727 duration: options.out_duration,
728 queue: false,
729 ease: "easeOutCubic",
730 // Handle modal ready callback
731 complete: function() {
732 $overlay.css({display:"none"});
733
734 // Call complete callback
735 if (typeof(options.complete) === "function") {
736 options.complete();
737 }
738 $overlay.remove();
739 _stack--;
740 }
741 });
742 }
743 else {
744 $modal.velocity(
745 { top: options.starting_top, opacity: 0, scaleX: 0.7}, {
746 duration: options.out_duration,
747 complete:
748 function() {
749
750 $(this).css('display', 'none');
751 // Call complete callback
752 if (typeof(options.complete) === "function") {
753 options.complete();
754 }
755 $overlay.remove();
756 _stack--;
757 }
758 }
759 );
760 }
761 }
762 });
763
764 $.fn.extend({
765 leanModal: function(option) {
766 return this.each(function() {
767
768 var defaults = {
769 starting_top: '4%'
770 },
771 // Override defaults
772 options = $.extend(defaults, option);
773
774 // Close Handlers
775 $(this).click(function(e) {
776 options.starting_top = ($(this).offset().top - $(window).scrollTop()) /1.15;
777 var modal_id = $(this).attr("href") || '#' + $(this).data('target');
778 $(modal_id).openModal(options);
779 e.preventDefault();
780 }); // done set on click
781 }); // done return
782 }
783 });
784})(jQuery);
785;(function ($) {
786
787 $.fn.materialbox = function () {
788
789 return this.each(function() {
790
791 if ($(this).hasClass('initialized')) {
792 return;
793 }
794
795 $(this).addClass('initialized');
796
797 var overlayActive = false;
798 var doneAnimating = true;
799 var inDuration = 275;
800 var outDuration = 200;
801 var origin = $(this);
802 var placeholder = $('<div></div>').addClass('material-placeholder');
803 var originalWidth = 0;
804 var originalHeight = 0;
805 origin.wrap(placeholder);
806
807
808 origin.on('click', function(){
809 var placeholder = origin.parent('.material-placeholder');
810 var windowWidth = window.innerWidth;
811 var windowHeight = window.innerHeight;
812 var originalWidth = origin.width();
813 var originalHeight = origin.height();
814
815
816 // If already modal, return to original
817 if (doneAnimating === false) {
818 returnToOriginal();
819 return false;
820 }
821 else if (overlayActive && doneAnimating===true) {
822 returnToOriginal();
823 return false;
824 }
825
826
827 // Set states
828 doneAnimating = false;
829 origin.addClass('active');
830 overlayActive = true;
831
832 // Set positioning for placeholder
833
834 placeholder.css({
835 width: placeholder[0].getBoundingClientRect().width,
836 height: placeholder[0].getBoundingClientRect().height,
837 position: 'relative',
838 top: 0,
839 left: 0
840 });
841
842
843
844 // Set css on origin
845 origin.css({position: 'absolute', 'z-index': 1000})
846 .data('width', originalWidth)
847 .data('height', originalHeight);
848
849 // Add overlay
850 var overlay = $('<div id="materialbox-overlay"></div>')
851 .css({
852 opacity: 0
853 })
854 .click(function(){
855 if (doneAnimating === true)
856 returnToOriginal();
857 });
858 // Animate Overlay
859 $('body').append(overlay);
860 overlay.velocity({opacity: 1}, {duration: inDuration, queue: false, easing: 'easeOutQuad'}
861 );
862
863
864 // Add and animate caption if it exists
865 if (origin.data('caption') !== "") {
866 var $photo_caption = $('<div class="materialbox-caption"></div>');
867 $photo_caption.text(origin.data('caption'));
868 $('body').append($photo_caption);
869 $photo_caption.css({ "display": "inline" });
870 $photo_caption.velocity({opacity: 1}, {duration: inDuration, queue: false, easing: 'easeOutQuad'});
871 }
872
873
874
875 // Resize Image
876 var ratio = 0;
877 var widthPercent = originalWidth / windowWidth;
878 var heightPercent = originalHeight / windowHeight;
879 var newWidth = 0;
880 var newHeight = 0;
881
882 if (widthPercent > heightPercent) {
883 ratio = originalHeight / originalWidth;
884 newWidth = windowWidth * 0.9;
885 newHeight = windowWidth * 0.9 * ratio;
886 }
887 else {
888 ratio = originalWidth / originalHeight;
889 newWidth = (windowHeight * 0.9) * ratio;
890 newHeight = windowHeight * 0.9;
891 }
892
893 // Animate image + set z-index
894 if(origin.hasClass('responsive-img')) {
895 origin.velocity({'max-width': newWidth, 'width': originalWidth}, {duration: 0, queue: false,
896 complete: function(){
897 origin.css({left: 0, top: 0})
898 .velocity(
899 {
900 height: newHeight,
901 width: newWidth,
902 left: $(document).scrollLeft() + windowWidth/2 - origin.parent('.material-placeholder').offset().left - newWidth/2,
903 top: $(document).scrollTop() + windowHeight/2 - origin.parent('.material-placeholder').offset().top - newHeight/ 2
904 },
905 {
906 duration: inDuration,
907 queue: false,
908 easing: 'easeOutQuad',
909 complete: function(){doneAnimating = true;}
910 }
911 );
912 } // End Complete
913 }); // End Velocity
914 }
915 else {
916 origin.css('left', 0)
917 .css('top', 0)
918 .velocity(
919 {
920 height: newHeight,
921 width: newWidth,
922 left: $(document).scrollLeft() + windowWidth/2 - origin.parent('.material-placeholder').offset().left - newWidth/2,
923 top: $(document).scrollTop() + windowHeight/2 - origin.parent('.material-placeholder').offset().top - newHeight/ 2
924 },
925 {
926 duration: inDuration,
927 queue: false,
928 easing: 'easeOutQuad',
929 complete: function(){doneAnimating = true;}
930 }
931 ); // End Velocity
932 }
933
934 }); // End origin on click
935
936
937 // Return on scroll
938 $(window).scroll(function() {
939 if (overlayActive ) {
940 returnToOriginal();
941 }
942 });
943
944 // Return on ESC
945 $(document).keyup(function(e) {
946
947 if (e.keyCode === 27 && doneAnimating === true) { // ESC key
948 if (overlayActive) {
949 returnToOriginal();
950 }
951 }
952 });
953
954
955 // This function returns the modaled image to the original spot
956 function returnToOriginal() {
957
958 doneAnimating = false;
959
960 var placeholder = origin.parent('.material-placeholder');
961 var windowWidth = window.innerWidth;
962 var windowHeight = window.innerHeight;
963 var originalWidth = origin.data('width');
964 var originalHeight = origin.data('height');
965
966 origin.velocity("stop", true);
967 $('#materialbox-overlay').velocity("stop", true);
968 $('.materialbox-caption').velocity("stop", true);
969
970
971 $('#materialbox-overlay').velocity({opacity: 0}, {
972 duration: outDuration, // Delay prevents animation overlapping
973 queue: false, easing: 'easeOutQuad',
974 complete: function(){
975 // Remove Overlay
976 overlayActive = false;
977 $(this).remove();
978 }
979 });
980
981 // Resize Image
982 origin.velocity(
983 {
984 width: originalWidth,
985 height: originalHeight,
986 left: 0,
987 top: 0
988 },
989 {
990 duration: outDuration,
991 queue: false, easing: 'easeOutQuad'
992 }
993 );
994
995 // Remove Caption + reset css settings on image
996 $('.materialbox-caption').velocity({opacity: 0}, {
997 duration: outDuration, // Delay prevents animation overlapping
998 queue: false, easing: 'easeOutQuad',
999 complete: function(){
1000 placeholder.css({
1001 height: '',
1002 width: '',
1003 position: '',
1004 top: '',
1005 left: ''
1006 });
1007
1008 origin.css({
1009 height: '',
1010 top: '',
1011 left: '',
1012 width: '',
1013 'max-width': '',
1014 position: '',
1015 'z-index': ''
1016 });
1017
1018 // Remove class
1019 origin.removeClass('active');
1020 doneAnimating = true;
1021 $(this).remove();
1022 }
1023 });
1024
1025 }
1026 });
1027};
1028
1029$(document).ready(function(){
1030 $('.materialboxed').materialbox();
1031});
1032
1033}( jQuery ));
1034;(function ($) {
1035
1036 $.fn.parallax = function () {
1037 var window_width = $(window).width();
1038 // Parallax Scripts
1039 return this.each(function(i) {
1040 var $this = $(this);
1041 $this.addClass('parallax');
1042
1043 function updateParallax(initial) {
1044 var container_height;
1045 if (window_width < 601) {
1046 container_height = ($this.height() > 0) ? $this.height() : $this.children("img").height();
1047 }
1048 else {
1049 container_height = ($this.height() > 0) ? $this.height() : 500;
1050 }
1051 var $img = $this.children("img").first();
1052 var img_height = $img.height();
1053 var parallax_dist = img_height - container_height;
1054 var bottom = $this.offset().top + container_height;
1055 var top = $this.offset().top;
1056 var scrollTop = $(window).scrollTop();
1057 var windowHeight = window.innerHeight;
1058 var windowBottom = scrollTop + windowHeight;
1059 var percentScrolled = (windowBottom - top) / (container_height + windowHeight);
1060 var parallax = Math.round((parallax_dist * percentScrolled));
1061
1062 if (initial) {
1063 $img.css('display', 'block');
1064 }
1065 if ((bottom > scrollTop) && (top < (scrollTop + windowHeight))) {
1066 $img.css('transform', "translate3D(-50%," + parallax + "px, 0)");
1067 }
1068
1069 }
1070
1071 // Wait for image load
1072 $this.children("img").one("load", function() {
1073 updateParallax(true);
1074 }).each(function() {
1075 if(this.complete) $(this).load();
1076 });
1077
1078 $(window).scroll(function() {
1079 window_width = $(window).width();
1080 updateParallax(false);
1081 });
1082
1083 $(window).resize(function() {
1084 window_width = $(window).width();
1085 updateParallax(false);
1086 });
1087
1088 });
1089
1090 };
1091}( jQuery ));;(function ($) {
1092
1093 var methods = {
1094 init : function() {
1095 return this.each(function() {
1096
1097 // For each set of tabs, we want to keep track of
1098 // which tab is active and its associated content
1099 var $this = $(this),
1100 window_width = $(window).width();
1101
1102 $this.width('100%');
1103 // Set Tab Width for each tab
1104 var $num_tabs = $(this).children('li').length;
1105 $this.children('li').each(function() {
1106 $(this).width((100/$num_tabs)+'%');
1107 });
1108 var $active, $content, $links = $this.find('li.tab a'),
1109 $tabs_width = $this.width(),
1110 $tab_width = $this.find('li').first().outerWidth(),
1111 $index = 0;
1112
1113 // If the location.hash matches one of the links, use that as the active tab.
1114 $active = $($links.filter('[href="'+location.hash+'"]'));
1115
1116 // If no match is found, use the first link or any with class 'active' as the initial active tab.
1117 if ($active.length === 0) {
1118 $active = $(this).find('li.tab a.active').first();
1119 }
1120 if ($active.length === 0) {
1121 $active = $(this).find('li.tab a').first();
1122 }
1123
1124 $active.addClass('active');
1125 $index = $links.index($active);
1126 if ($index < 0) {
1127 $index = 0;
1128 }
1129
1130 $content = $($active[0].hash);
1131
1132 // append indicator then set indicator width to tab width
1133 $this.append('<div class="indicator"></div>');
1134 var $indicator = $this.find('.indicator');
1135 if ($this.is(":visible")) {
1136 $indicator.css({"right": $tabs_width - (($index + 1) * $tab_width)});
1137 $indicator.css({"left": $index * $tab_width});
1138 }
1139 $(window).resize(function () {
1140 $tabs_width = $this.width();
1141 $tab_width = $this.find('li').first().outerWidth();
1142 if ($index < 0) {
1143 $index = 0;
1144 }
1145 if ($tab_width !== 0 && $tabs_width !== 0) {
1146 $indicator.css({"right": $tabs_width - (($index + 1) * $tab_width)});
1147 $indicator.css({"left": $index * $tab_width});
1148 }
1149 });
1150
1151 // Hide the remaining content
1152 $links.not($active).each(function () {
1153 $(this.hash).hide();
1154 });
1155
1156
1157 // Bind the click event handler
1158 $this.on('click', 'a', function(e){
1159 if ($(this).parent().hasClass('disabled')) {
1160 e.preventDefault();
1161 return;
1162 }
1163
1164 $tabs_width = $this.width();
1165 $tab_width = $this.find('li').first().outerWidth();
1166
1167 // Make the old tab inactive.
1168 $active.removeClass('active');
1169 $content.hide();
1170
1171 // Update the variables with the new link and content
1172 $active = $(this);
1173 $content = $(this.hash);
1174 $links = $this.find('li.tab a');
1175
1176 // Make the tab active.
1177 $active.addClass('active');
1178 var $prev_index = $index;
1179 $index = $links.index($(this));
1180 if ($index < 0) {
1181 $index = 0;
1182 }
1183 // Change url to current tab
1184 // window.location.hash = $active.attr('href');
1185
1186 $content.show();
1187
1188 // Update indicator
1189 if (($index - $prev_index) >= 0) {
1190 $indicator.velocity({"right": $tabs_width - (($index + 1) * $tab_width)}, { duration: 300, queue: false, easing: 'easeOutQuad'});
1191 $indicator.velocity({"left": $index * $tab_width}, {duration: 300, queue: false, easing: 'easeOutQuad', delay: 90});
1192
1193 }
1194 else {
1195 $indicator.velocity({"left": $index * $tab_width}, { duration: 300, queue: false, easing: 'easeOutQuad'});
1196 $indicator.velocity({"right": $tabs_width - (($index + 1) * $tab_width)}, {duration: 300, queue: false, easing: 'easeOutQuad', delay: 90});
1197 }
1198
1199 // Prevent the anchor's default click action
1200 e.preventDefault();
1201 });
1202 });
1203
1204 },
1205 select_tab : function( id ) {
1206 this.find('a[href="#' + id + '"]').trigger('click');
1207 }
1208 };
1209
1210 $.fn.tabs = function(methodOrOptions) {
1211 if ( methods[methodOrOptions] ) {
1212 return methods[ methodOrOptions ].apply( this, Array.prototype.slice.call( arguments, 1 ));
1213 } else if ( typeof methodOrOptions === 'object' || ! methodOrOptions ) {
1214 // Default to "init"
1215 return methods.init.apply( this, arguments );
1216 } else {
1217 $.error( 'Method ' + methodOrOptions + ' does not exist on jQuery.tooltip' );
1218 }
1219 };
1220
1221 $(document).ready(function(){
1222 $('ul.tabs').tabs();
1223 });
1224}( jQuery ));
1225;(function ($) {
1226 $.fn.tooltip = function (options) {
1227 var timeout = null,
1228 counter = null,
1229 started = false,
1230 counterInterval = null,
1231 margin = 5;
1232
1233 // Defaults
1234 var defaults = {
1235 delay: 350
1236 };
1237 options = $.extend(defaults, options);
1238
1239 //Remove previously created html
1240 $('.material-tooltip').remove();
1241
1242 return this.each(function(){
1243 var origin = $(this);
1244
1245 // Create Text span
1246 var tooltip_text = $('<span></span>').text(origin.attr('data-tooltip'));
1247
1248 // Create tooltip
1249 var newTooltip = $('<div></div>');
1250 newTooltip.addClass('material-tooltip').append(tooltip_text);
1251 newTooltip.appendTo($('body'));
1252
1253 var backdrop = $('<div></div>').addClass('backdrop');
1254 backdrop.appendTo(newTooltip);
1255 backdrop.css({ top: 0, left:0 });
1256
1257
1258 //Destroy previously binded events
1259 $(this).off('mouseenter mouseleave');
1260 // Mouse In
1261 $(this).on({
1262 mouseenter: function(e) {
1263 var tooltip_delay = origin.data("delay");
1264 tooltip_delay = (tooltip_delay === undefined || tooltip_delay === '') ? options.delay : tooltip_delay;
1265 counter = 0;
1266 counterInterval = setInterval(function(){
1267 counter += 10;
1268 if (counter >= tooltip_delay && started === false) {
1269 started = true;
1270 newTooltip.css({ display: 'block', left: '0px', top: '0px' });
1271
1272 // Set Tooltip text
1273 newTooltip.children('span').text(origin.attr('data-tooltip'));
1274
1275 // Tooltip positioning
1276 var originWidth = origin.outerWidth();
1277 var originHeight = origin.outerHeight();
1278 var tooltipPosition = origin.attr('data-position');
1279 var tooltipHeight = newTooltip.outerHeight();
1280 var tooltipWidth = newTooltip.outerWidth();
1281 var tooltipVerticalMovement = '0px';
1282 var tooltipHorizontalMovement = '0px';
1283 var scale_factor = 8;
1284
1285 if (tooltipPosition === "top") {
1286 // Top Position
1287 newTooltip.css({
1288 top: origin.offset().top - tooltipHeight - margin,
1289 left: origin.offset().left + originWidth/2 - tooltipWidth/2
1290 });
1291 tooltipVerticalMovement = '-10px';
1292 backdrop.css({
1293 borderRadius: '14px 14px 0 0',
1294 transformOrigin: '50% 90%',
1295 marginTop: tooltipHeight,
1296 marginLeft: (tooltipWidth/2) - (backdrop.width()/2)
1297
1298 });
1299 }
1300 // Left Position
1301 else if (tooltipPosition === "left") {
1302 newTooltip.css({
1303 top: origin.offset().top + originHeight/2 - tooltipHeight/2,
1304 left: origin.offset().left - tooltipWidth - margin
1305 });
1306 tooltipHorizontalMovement = '-10px';
1307 backdrop.css({
1308 width: '14px',
1309 height: '14px',
1310 borderRadius: '14px 0 0 14px',
1311 transformOrigin: '95% 50%',
1312 marginTop: tooltipHeight/2,
1313 marginLeft: tooltipWidth
1314 });
1315 }
1316 // Right Position
1317 else if (tooltipPosition === "right") {
1318 newTooltip.css({
1319 top: origin.offset().top + originHeight/2 - tooltipHeight/2,
1320 left: origin.offset().left + originWidth + margin
1321 });
1322 tooltipHorizontalMovement = '+10px';
1323 backdrop.css({
1324 width: '14px',
1325 height: '14px',
1326 borderRadius: '0 14px 14px 0',
1327 transformOrigin: '5% 50%',
1328 marginTop: tooltipHeight/2,
1329 marginLeft: '0px'
1330 });
1331 }
1332 else {
1333 // Bottom Position
1334 newTooltip.css({
1335 top: origin.offset().top + origin.outerHeight() + margin,
1336 left: origin.offset().left + originWidth/2 - tooltipWidth/2
1337 });
1338 tooltipVerticalMovement = '+10px';
1339 backdrop.css({
1340 marginLeft: (tooltipWidth/2) - (backdrop.width()/2)
1341 });
1342 }
1343
1344 // Calculate Scale to fill
1345 scale_factor = tooltipWidth / 8;
1346 if (scale_factor < 8) {
1347 scale_factor = 8;
1348 }
1349 if (tooltipPosition === "right" || tooltipPosition === "left") {
1350 scale_factor = tooltipWidth / 10;
1351 if (scale_factor < 6)
1352 scale_factor = 6;
1353 }
1354
1355 newTooltip.velocity({ opacity: 1, marginTop: tooltipVerticalMovement, marginLeft: tooltipHorizontalMovement}, { duration: 350, queue: false });
1356 backdrop.css({ display: 'block' })
1357 .velocity({opacity:1},{duration: 55, delay: 0, queue: false})
1358 .velocity({scale: scale_factor}, {duration: 300, delay: 0, queue: false, easing: 'easeInOutQuad'});
1359
1360 }
1361 }, 10); // End Interval
1362
1363 // Mouse Out
1364 },
1365 mouseleave: function(){
1366 // Reset State
1367 clearInterval(counterInterval);
1368 counter = 0;
1369
1370 // Animate back
1371 newTooltip.velocity({
1372 opacity: 0, marginTop: 0, marginLeft: 0}, { duration: 225, queue: false, delay: 275 }
1373 );
1374 backdrop.velocity({opacity: 0, scale: 1}, {
1375 duration:225,
1376 delay: 275, queue: false,
1377 complete: function(){
1378 backdrop.css('display', 'none');
1379 newTooltip.css('display', 'none');
1380 started = false;}
1381 });
1382 }
1383 });
1384 });
1385 };
1386
1387 $(document).ready(function(){
1388 $('.tooltipped').tooltip();
1389 });
1390}( jQuery ));
1391;/*!
1392 * Waves v0.6.4
1393 * http://fian.my.id/Waves
1394 *
1395 * Copyright 2014 Alfiana E. Sibuea and other contributors
1396 * Released under the MIT license
1397 * https://github.com/fians/Waves/blob/master/LICENSE
1398 */
1399
1400;(function(window) {
1401 'use strict';
1402
1403 var Waves = Waves || {};
1404 var $$ = document.querySelectorAll.bind(document);
1405
1406 // Find exact position of element
1407 function isWindow(obj) {
1408 return obj !== null && obj === obj.window;
1409 }
1410
1411 function getWindow(elem) {
1412 return isWindow(elem) ? elem : elem.nodeType === 9 && elem.defaultView;
1413 }
1414
1415 function offset(elem) {
1416 var docElem, win,
1417 box = {top: 0, left: 0},
1418 doc = elem && elem.ownerDocument;
1419
1420 docElem = doc.documentElement;
1421
1422 if (typeof elem.getBoundingClientRect !== typeof undefined) {
1423 box = elem.getBoundingClientRect();
1424 }
1425 win = getWindow(doc);
1426 return {
1427 top: box.top + win.pageYOffset - docElem.clientTop,
1428 left: box.left + win.pageXOffset - docElem.clientLeft
1429 };
1430 }
1431
1432 function convertStyle(obj) {
1433 var style = '';
1434
1435 for (var a in obj) {
1436 if (obj.hasOwnProperty(a)) {
1437 style += (a + ':' + obj[a] + ';');
1438 }
1439 }
1440
1441 return style;
1442 }
1443
1444 var Effect = {
1445
1446 // Effect delay
1447 duration: 750,
1448
1449 show: function(e, element) {
1450
1451 // Disable right click
1452 if (e.button === 2) {
1453 return false;
1454 }
1455
1456 var el = element || this;
1457
1458 // Create ripple
1459 var ripple = document.createElement('div');
1460 ripple.className = 'waves-ripple';
1461 el.appendChild(ripple);
1462
1463 // Get click coordinate and element witdh
1464 var pos = offset(el);
1465 var relativeY = (e.pageY - pos.top);
1466 var relativeX = (e.pageX - pos.left);
1467 var scale = 'scale('+((el.clientWidth / 100) * 10)+')';
1468
1469 // Support for touch devices
1470 if ('touches' in e) {
1471 relativeY = (e.touches[0].pageY - pos.top);
1472 relativeX = (e.touches[0].pageX - pos.left);
1473 }
1474
1475 // Attach data to element
1476 ripple.setAttribute('data-hold', Date.now());
1477 ripple.setAttribute('data-scale', scale);
1478 ripple.setAttribute('data-x', relativeX);
1479 ripple.setAttribute('data-y', relativeY);
1480
1481 // Set ripple position
1482 var rippleStyle = {
1483 'top': relativeY+'px',
1484 'left': relativeX+'px'
1485 };
1486
1487 ripple.className = ripple.className + ' waves-notransition';
1488 ripple.setAttribute('style', convertStyle(rippleStyle));
1489 ripple.className = ripple.className.replace('waves-notransition', '');
1490
1491 // Scale the ripple
1492 rippleStyle['-webkit-transform'] = scale;
1493 rippleStyle['-moz-transform'] = scale;
1494 rippleStyle['-ms-transform'] = scale;
1495 rippleStyle['-o-transform'] = scale;
1496 rippleStyle.transform = scale;
1497 rippleStyle.opacity = '1';
1498
1499 rippleStyle['-webkit-transition-duration'] = Effect.duration + 'ms';
1500 rippleStyle['-moz-transition-duration'] = Effect.duration + 'ms';
1501 rippleStyle['-o-transition-duration'] = Effect.duration + 'ms';
1502 rippleStyle['transition-duration'] = Effect.duration + 'ms';
1503
1504 rippleStyle['-webkit-transition-timing-function'] = 'cubic-bezier(0.250, 0.460, 0.450, 0.940)';
1505 rippleStyle['-moz-transition-timing-function'] = 'cubic-bezier(0.250, 0.460, 0.450, 0.940)';
1506 rippleStyle['-o-transition-timing-function'] = 'cubic-bezier(0.250, 0.460, 0.450, 0.940)';
1507 rippleStyle['transition-timing-function'] = 'cubic-bezier(0.250, 0.460, 0.450, 0.940)';
1508
1509 ripple.setAttribute('style', convertStyle(rippleStyle));
1510 },
1511
1512 hide: function(e) {
1513 TouchHandler.touchup(e);
1514
1515 var el = this;
1516 var width = el.clientWidth * 1.4;
1517
1518 // Get first ripple
1519 var ripple = null;
1520 var ripples = el.getElementsByClassName('waves-ripple');
1521 if (ripples.length > 0) {
1522 ripple = ripples[ripples.length - 1];
1523 } else {
1524 return false;
1525 }
1526
1527 var relativeX = ripple.getAttribute('data-x');
1528 var relativeY = ripple.getAttribute('data-y');
1529 var scale = ripple.getAttribute('data-scale');
1530
1531 // Get delay beetween mousedown and mouse leave
1532 var diff = Date.now() - Number(ripple.getAttribute('data-hold'));
1533 var delay = 350 - diff;
1534
1535 if (delay < 0) {
1536 delay = 0;
1537 }
1538
1539 // Fade out ripple after delay
1540 setTimeout(function() {
1541 var style = {
1542 'top': relativeY+'px',
1543 'left': relativeX+'px',
1544 'opacity': '0',
1545
1546 // Duration
1547 '-webkit-transition-duration': Effect.duration + 'ms',
1548 '-moz-transition-duration': Effect.duration + 'ms',
1549 '-o-transition-duration': Effect.duration + 'ms',
1550 'transition-duration': Effect.duration + 'ms',
1551 '-webkit-transform': scale,
1552 '-moz-transform': scale,
1553 '-ms-transform': scale,
1554 '-o-transform': scale,
1555 'transform': scale,
1556 };
1557
1558 ripple.setAttribute('style', convertStyle(style));
1559
1560 setTimeout(function() {
1561 try {
1562 el.removeChild(ripple);
1563 } catch(e) {
1564 return false;
1565 }
1566 }, Effect.duration);
1567 }, delay);
1568 },
1569
1570 // Little hack to make <input> can perform waves effect
1571 wrapInput: function(elements) {
1572 for (var a = 0; a < elements.length; a++) {
1573 var el = elements[a];
1574
1575 if (el.tagName.toLowerCase() === 'input') {
1576 var parent = el.parentNode;
1577
1578 // If input already have parent just pass through
1579 if (parent.tagName.toLowerCase() === 'i' && parent.className.indexOf('waves-effect') !== -1) {
1580 continue;
1581 }
1582
1583 // Put element class and style to the specified parent
1584 var wrapper = document.createElement('i');
1585 wrapper.className = el.className + ' waves-input-wrapper';
1586
1587 var elementStyle = el.getAttribute('style');
1588
1589 if (!elementStyle) {
1590 elementStyle = '';
1591 }
1592
1593 wrapper.setAttribute('style', elementStyle);
1594
1595 el.className = 'waves-button-input';
1596 el.removeAttribute('style');
1597
1598 // Put element as child
1599 parent.replaceChild(wrapper, el);
1600 wrapper.appendChild(el);
1601 }
1602 }
1603 }
1604 };
1605
1606
1607 /**
1608 * Disable mousedown event for 500ms during and after touch
1609 */
1610 var TouchHandler = {
1611 /* uses an integer rather than bool so there's no issues with
1612 * needing to clear timeouts if another touch event occurred
1613 * within the 500ms. Cannot mouseup between touchstart and
1614 * touchend, nor in the 500ms after touchend. */
1615 touches: 0,
1616 allowEvent: function(e) {
1617 var allow = true;
1618
1619 if (e.type === 'touchstart') {
1620 TouchHandler.touches += 1; //push
1621 } else if (e.type === 'touchend' || e.type === 'touchcancel') {
1622 setTimeout(function() {
1623 if (TouchHandler.touches > 0) {
1624 TouchHandler.touches -= 1; //pop after 500ms
1625 }
1626 }, 500);
1627 } else if (e.type === 'mousedown' && TouchHandler.touches > 0) {
1628 allow = false;
1629 }
1630
1631 return allow;
1632 },
1633 touchup: function(e) {
1634 TouchHandler.allowEvent(e);
1635 }
1636 };
1637
1638
1639 /**
1640 * Delegated click handler for .waves-effect element.
1641 * returns null when .waves-effect element not in "click tree"
1642 */
1643 function getWavesEffectElement(e) {
1644 if (TouchHandler.allowEvent(e) === false) {
1645 return null;
1646 }
1647
1648 var element = null;
1649 var target = e.target || e.srcElement;
1650
1651 while (target.parentElement !== null) {
1652 if (!(target instanceof SVGElement) && target.className.indexOf('waves-effect') !== -1) {
1653 element = target;
1654 break;
1655 } else if (target.classList.contains('waves-effect')) {
1656 element = target;
1657 break;
1658 }
1659 target = target.parentElement;
1660 }
1661
1662 return element;
1663 }
1664
1665 /**
1666 * Bubble the click and show effect if .waves-effect elem was found
1667 */
1668 function showEffect(e) {
1669 var element = getWavesEffectElement(e);
1670
1671 if (element !== null) {
1672 Effect.show(e, element);
1673
1674 if ('ontouchstart' in window) {
1675 element.addEventListener('touchend', Effect.hide, false);
1676 element.addEventListener('touchcancel', Effect.hide, false);
1677 }
1678
1679 element.addEventListener('mouseup', Effect.hide, false);
1680 element.addEventListener('mouseleave', Effect.hide, false);
1681 }
1682 }
1683
1684 Waves.displayEffect = function(options) {
1685 options = options || {};
1686
1687 if ('duration' in options) {
1688 Effect.duration = options.duration;
1689 }
1690
1691 //Wrap input inside <i> tag
1692 Effect.wrapInput($$('.waves-effect'));
1693
1694 if ('ontouchstart' in window) {
1695 document.body.addEventListener('touchstart', showEffect, false);
1696 }
1697
1698 document.body.addEventListener('mousedown', showEffect, false);
1699 };
1700
1701 /**
1702 * Attach Waves to an input element (or any element which doesn't
1703 * bubble mouseup/mousedown events).
1704 * Intended to be used with dynamically loaded forms/inputs, or
1705 * where the user doesn't want a delegated click handler.
1706 */
1707 Waves.attach = function(element) {
1708 //FUTURE: automatically add waves classes and allow users
1709 // to specify them with an options param? Eg. light/classic/button
1710 if (element.tagName.toLowerCase() === 'input') {
1711 Effect.wrapInput([element]);
1712 element = element.parentElement;
1713 }
1714
1715 if ('ontouchstart' in window) {
1716 element.addEventListener('touchstart', showEffect, false);
1717 }
1718
1719 element.addEventListener('mousedown', showEffect, false);
1720 };
1721
1722 window.Waves = Waves;
1723
1724 document.addEventListener('DOMContentLoaded', function() {
1725 Waves.displayEffect();
1726 }, false);
1727
1728})(window);
1729;Materialize.toast = function (message, displayLength, className, completeCallback) {
1730 className = className || "";
1731
1732 var container = document.getElementById('toast-container');
1733
1734 // Create toast container if it does not exist
1735 if (container === null) {
1736 // create notification container
1737 container = document.createElement('div');
1738 container.id = 'toast-container';
1739 document.body.appendChild(container);
1740 }
1741
1742 // Select and append toast
1743 var newToast = createToast(message);
1744
1745 // only append toast if message is not undefined
1746 if(message){
1747 container.appendChild(newToast);
1748 }
1749
1750 newToast.style.top = '35px';
1751 newToast.style.opacity = 0;
1752
1753 // Animate toast in
1754 Vel(newToast, { "top" : "0px", opacity: 1 }, {duration: 300,
1755 easing: 'easeOutCubic',
1756 queue: false});
1757
1758 // Allows timer to be pause while being panned
1759 var timeLeft = displayLength;
1760 var counterInterval = setInterval (function(){
1761
1762
1763 if (newToast.parentNode === null)
1764 window.clearInterval(counterInterval);
1765
1766 // If toast is not being dragged, decrease its time remaining
1767 if (!newToast.classList.contains('panning')) {
1768 timeLeft -= 20;
1769 }
1770
1771 if (timeLeft <= 0) {
1772 // Animate toast out
1773 Vel(newToast, {"opacity": 0, marginTop: '-40px'}, { duration: 375,
1774 easing: 'easeOutExpo',
1775 queue: false,
1776 complete: function(){
1777 // Call the optional callback
1778 if(typeof(completeCallback) === "function")
1779 completeCallback();
1780 // Remove toast after it times out
1781 this[0].parentNode.removeChild(this[0]);
1782 }
1783 });
1784 window.clearInterval(counterInterval);
1785 }
1786 }, 20);
1787
1788
1789
1790 function createToast(html) {
1791
1792 // Create toast
1793 var toast = document.createElement('div');
1794 toast.classList.add('toast');
1795 if (className) {
1796 var classes = className.split(' ');
1797
1798 for (var i = 0, count = classes.length; i < count; i++) {
1799 toast.classList.add(classes[i]);
1800 }
1801 }
1802 toast.innerHTML = html;
1803
1804 // Bind hammer
1805 var hammerHandler = new Hammer(toast, {prevent_default: false});
1806 hammerHandler.on('pan', function(e) {
1807 var deltaX = e.deltaX;
1808 var activationDistance = 80;
1809
1810 // Change toast state
1811 if (!toast.classList.contains('panning')){
1812 toast.classList.add('panning');
1813 }
1814
1815 var opacityPercent = 1-Math.abs(deltaX / activationDistance);
1816 if (opacityPercent < 0)
1817 opacityPercent = 0;
1818
1819 Vel(toast, {left: deltaX, opacity: opacityPercent }, {duration: 50, queue: false, easing: 'easeOutQuad'});
1820
1821 });
1822
1823 hammerHandler.on('panend', function(e) {
1824 var deltaX = e.deltaX;
1825 var activationDistance = 80;
1826
1827 // If toast dragged past activation point
1828 if (Math.abs(deltaX) > activationDistance) {
1829 Vel(toast, {marginTop: '-40px'}, { duration: 375,
1830 easing: 'easeOutExpo',
1831 queue: false,
1832 complete: function(){
1833 if(typeof(completeCallback) === "function") {
1834 completeCallback();
1835 }
1836 toast.parentNode.removeChild(toast);
1837 }
1838 });
1839
1840 } else {
1841 toast.classList.remove('panning');
1842 // Put toast back into original position
1843 Vel(toast, { left: 0, opacity: 1 }, { duration: 300,
1844 easing: 'easeOutExpo',
1845 queue: false
1846 });
1847
1848 }
1849 });
1850
1851 return toast;
1852 }
1853};
1854;(function ($) {
1855
1856 var methods = {
1857 init : function(options) {
1858 var defaults = {
1859 menuWidth: 240,
1860 edge: 'left',
1861 closeOnClick: false
1862 };
1863 options = $.extend(defaults, options);
1864
1865 $(this).each(function(){
1866 var $this = $(this);
1867 var menu_id = $("#"+ $this.attr('data-activates'));
1868
1869 // Set to width
1870 if (options.menuWidth != 240) {
1871 menu_id.css('width', options.menuWidth);
1872 }
1873
1874 // Add Touch Area
1875 $('body').append($('<div class="drag-target"></div>'));
1876
1877 if (options.edge == 'left') {
1878 menu_id.css('left', -1 * (options.menuWidth + 10));
1879 $('.drag-target').css({'left': 0}); // Add Touch Area
1880 }
1881 else {
1882 menu_id.addClass('right-aligned') // Change text-alignment to right
1883 .css('right', -1 * (options.menuWidth + 10))
1884 .css('left', '');
1885 $('.drag-target').css({'right': 0}); // Add Touch Area
1886 }
1887
1888 // If fixed sidenav, bring menu out
1889 if (menu_id.hasClass('fixed')) {
1890 if (window.innerWidth > 992) {
1891 menu_id.css('left', 0);
1892 }
1893 }
1894
1895 // Window resize to reset on large screens fixed
1896 if (menu_id.hasClass('fixed')) {
1897 $(window).resize( function() {
1898 if (window.innerWidth > 992) {
1899 // Close menu if window is resized bigger than 992 and user has fixed sidenav
1900 if ($('#sidenav-overlay').css('opacity') !== 0 && menuOut) {
1901 removeMenu(true);
1902 }
1903 else {
1904 menu_id.removeAttr('style');
1905 menu_id.css('width', options.menuWidth);
1906 }
1907 }
1908 else if (menuOut === false){
1909 if (options.edge === 'left')
1910 menu_id.css('left', -1 * (options.menuWidth + 10));
1911 else
1912 menu_id.css('right', -1 * (options.menuWidth + 10));
1913 }
1914
1915 });
1916 }
1917
1918 // if closeOnClick, then add close event for all a tags in side sideNav
1919 if (options.closeOnClick === true) {
1920 menu_id.on("click.itemclick", "a:not(.collapsible-header)", function(){
1921 removeMenu();
1922 });
1923 }
1924
1925 function removeMenu(restoreNav) {
1926 panning = false;
1927 menuOut = false;
1928
1929 // Reenable scrolling
1930 $('body').css('overflow', '');
1931
1932 $('#sidenav-overlay').velocity({opacity: 0}, {duration: 200, queue: false, easing: 'easeOutQuad',
1933 complete: function() {
1934 $(this).remove();
1935 } });
1936 if (options.edge === 'left') {
1937 // Reset phantom div
1938 $('.drag-target').css({width: '', right: '', left: '0'});
1939 menu_id.velocity(
1940 {left: -1 * (options.menuWidth + 10)},
1941 { duration: 200,
1942 queue: false,
1943 easing: 'easeOutCubic',
1944 complete: function() {
1945 if (restoreNav === true) {
1946 // Restore Fixed sidenav
1947 menu_id.removeAttr('style');
1948 menu_id.css('width', options.menuWidth);
1949 }
1950 }
1951
1952 });
1953 }
1954 else {
1955 // Reset phantom div
1956 $('.drag-target').css({width: '', right: '0', left: ''});
1957 menu_id.velocity(
1958 {right: -1 * (options.menuWidth + 10)},
1959 { duration: 200,
1960 queue: false,
1961 easing: 'easeOutCubic',
1962 complete: function() {
1963 if (restoreNav === true) {
1964 // Restore Fixed sidenav
1965 menu_id.removeAttr('style');
1966 menu_id.css('width', options.menuWidth);
1967 }
1968 }
1969 });
1970 }
1971 }
1972
1973
1974
1975 // Touch Event
1976 var panning = false;
1977 var menuOut = false;
1978
1979 $('.drag-target').on('click', function(){
1980 removeMenu();
1981 });
1982
1983 $('.drag-target').hammer({
1984 prevent_default: false
1985 }).bind('pan', function(e) {
1986
1987 if (e.gesture.pointerType == "touch") {
1988
1989 var direction = e.gesture.direction;
1990 var x = e.gesture.center.x;
1991 var y = e.gesture.center.y;
1992 var velocityX = e.gesture.velocityX;
1993
1994 // Disable Scrolling
1995 $('body').css('overflow', 'hidden');
1996
1997 // If overlay does not exist, create one and if it is clicked, close menu
1998 if ($('#sidenav-overlay').length === 0) {
1999 var overlay = $('<div id="sidenav-overlay"></div>');
2000 overlay.css('opacity', 0).click( function(){
2001 removeMenu();
2002 });
2003 $('body').append(overlay);
2004 }
2005
2006 // Keep within boundaries
2007 if (options.edge === 'left') {
2008 if (x > options.menuWidth) { x = options.menuWidth; }
2009 else if (x < 0) { x = 0; }
2010 }
2011
2012 if (options.edge === 'left') {
2013 // Left Direction
2014 if (x < (options.menuWidth / 2)) { menuOut = false; }
2015 // Right Direction
2016 else if (x >= (options.menuWidth / 2)) { menuOut = true; }
2017
2018 menu_id.css('left', (x - options.menuWidth));
2019 }
2020 else {
2021 // Left Direction
2022 if (x < (window.innerWidth - options.menuWidth / 2)) {
2023 menuOut = true;
2024 }
2025 // Right Direction
2026 else if (x >= (window.innerWidth - options.menuWidth / 2)) {
2027 menuOut = false;
2028 }
2029 var rightPos = -1 *(x - options.menuWidth / 2);
2030 if (rightPos > 0) {
2031 rightPos = 0;
2032 }
2033
2034 menu_id.css('right', rightPos);
2035 }
2036
2037
2038
2039
2040 // Percentage overlay
2041 var overlayPerc;
2042 if (options.edge === 'left') {
2043 overlayPerc = x / options.menuWidth;
2044 $('#sidenav-overlay').velocity({opacity: overlayPerc }, {duration: 50, queue: false, easing: 'easeOutQuad'});
2045 }
2046 else {
2047 overlayPerc = Math.abs((x - window.innerWidth) / options.menuWidth);
2048 $('#sidenav-overlay').velocity({opacity: overlayPerc }, {duration: 50, queue: false, easing: 'easeOutQuad'});
2049 }
2050 }
2051
2052 }).bind('panend', function(e) {
2053
2054 if (e.gesture.pointerType == "touch") {
2055 var velocityX = e.gesture.velocityX;
2056 panning = false;
2057 if (options.edge === 'left') {
2058 // If velocityX <= 0.3 then the user is flinging the menu closed so ignore menuOut
2059 if ((menuOut && velocityX <= 0.3) || velocityX < -0.5) {
2060 menu_id.velocity({left: 0}, {duration: 300, queue: false, easing: 'easeOutQuad'});
2061 $('#sidenav-overlay').velocity({opacity: 1 }, {duration: 50, queue: false, easing: 'easeOutQuad'});
2062 $('.drag-target').css({width: '50%', right: 0, left: ''});
2063 }
2064 else if (!menuOut || velocityX > 0.3) {
2065 // Enable Scrolling
2066 $('body').css('overflow', '');
2067 // Slide menu closed
2068 menu_id.velocity({left: -1 * (options.menuWidth + 10)}, {duration: 200, queue: false, easing: 'easeOutQuad'});
2069 $('#sidenav-overlay').velocity({opacity: 0 }, {duration: 200, queue: false, easing: 'easeOutQuad',
2070 complete: function () {
2071 $(this).remove();
2072 }});
2073 $('.drag-target').css({width: '10px', right: '', left: 0});
2074 }
2075 }
2076 else {
2077 if ((menuOut && velocityX >= -0.3) || velocityX > 0.5) {
2078 menu_id.velocity({right: 0}, {duration: 300, queue: false, easing: 'easeOutQuad'});
2079 $('#sidenav-overlay').velocity({opacity: 1 }, {duration: 50, queue: false, easing: 'easeOutQuad'});
2080 $('.drag-target').css({width: '50%', right: '', left: 0});
2081 }
2082 else if (!menuOut || velocityX < -0.3) {
2083 // Enable Scrolling
2084 $('body').css('overflow', '');
2085 // Slide menu closed
2086 menu_id.velocity({right: -1 * (options.menuWidth + 10)}, {duration: 200, queue: false, easing: 'easeOutQuad'});
2087 $('#sidenav-overlay').velocity({opacity: 0 }, {duration: 200, queue: false, easing: 'easeOutQuad',
2088 complete: function () {
2089 $(this).remove();
2090 }});
2091 $('.drag-target').css({width: '10px', right: 0, left: ''});
2092 }
2093 }
2094
2095 }
2096 });
2097
2098 $this.click(function() {
2099 if (menuOut === true) {
2100 menuOut = false;
2101 panning = false;
2102 removeMenu();
2103 }
2104 else {
2105
2106 // Disable Scrolling
2107 $('body').css('overflow', 'hidden');
2108
2109 if (options.edge === 'left') {
2110 $('.drag-target').css({width: '50%', right: 0, left: ''});
2111 menu_id.velocity({left: 0}, {duration: 300, queue: false, easing: 'easeOutQuad'});
2112 }
2113 else {
2114 $('.drag-target').css({width: '50%', right: '', left: 0});
2115 menu_id.velocity({right: 0}, {duration: 300, queue: false, easing: 'easeOutQuad'});
2116 menu_id.css('left','');
2117 }
2118
2119 var overlay = $('<div id="sidenav-overlay"></div>');
2120 overlay.css('opacity', 0)
2121 .click(function(){
2122 menuOut = false;
2123 panning = false;
2124 removeMenu();
2125 overlay.velocity({opacity: 0}, {duration: 300, queue: false, easing: 'easeOutQuad',
2126 complete: function() {
2127 $(this).remove();
2128 } });
2129
2130 });
2131 $('body').append(overlay);
2132 overlay.velocity({opacity: 1}, {duration: 300, queue: false, easing: 'easeOutQuad',
2133 complete: function () {
2134 menuOut = true;
2135 panning = false;
2136 }
2137 });
2138 }
2139
2140 return false;
2141 });
2142 });
2143
2144
2145 },
2146 show : function() {
2147 this.trigger('click');
2148 },
2149 hide : function() {
2150 $('#sidenav-overlay').trigger('click');
2151 }
2152 };
2153
2154
2155 $.fn.sideNav = function(methodOrOptions) {
2156 if ( methods[methodOrOptions] ) {
2157 return methods[ methodOrOptions ].apply( this, Array.prototype.slice.call( arguments, 1 ));
2158 } else if ( typeof methodOrOptions === 'object' || ! methodOrOptions ) {
2159 // Default to "init"
2160 return methods.init.apply( this, arguments );
2161 } else {
2162 $.error( 'Method ' + methodOrOptions + ' does not exist on jQuery.sideNav' );
2163 }
2164 }; // Plugin end
2165}( jQuery ));
2166;/**
2167 * Extend jquery with a scrollspy plugin.
2168 * This watches the window scroll and fires events when elements are scrolled into viewport.
2169 *
2170 * throttle() and getTime() taken from Underscore.js
2171 * https://github.com/jashkenas/underscore
2172 *
2173 * @author Copyright 2013 John Smart
2174 * @license https://raw.github.com/thesmart/jquery-scrollspy/master/LICENSE
2175 * @see https://github.com/thesmart
2176 * @version 0.1.2
2177 */
2178(function($) {
2179
2180 var jWindow = $(window);
2181 var elements = [];
2182 var elementsInView = [];
2183 var isSpying = false;
2184 var ticks = 0;
2185 var unique_id = 1;
2186 var offset = {
2187 top : 0,
2188 right : 0,
2189 bottom : 0,
2190 left : 0,
2191 }
2192
2193 /**
2194 * Find elements that are within the boundary
2195 * @param {number} top
2196 * @param {number} right
2197 * @param {number} bottom
2198 * @param {number} left
2199 * @return {jQuery} A collection of elements
2200 */
2201 function findElements(top, right, bottom, left) {
2202 var hits = $();
2203 $.each(elements, function(i, element) {
2204 if (element.height() > 0) {
2205 var elTop = element.offset().top,
2206 elLeft = element.offset().left,
2207 elRight = elLeft + element.width(),
2208 elBottom = elTop + element.height();
2209
2210 var isIntersect = !(elLeft > right ||
2211 elRight < left ||
2212 elTop > bottom ||
2213 elBottom < top);
2214
2215 if (isIntersect) {
2216 hits.push(element);
2217 }
2218 }
2219 });
2220
2221 return hits;
2222 }
2223
2224
2225 /**
2226 * Called when the user scrolls the window
2227 */
2228 function onScroll() {
2229 // unique tick id
2230 ++ticks;
2231
2232 // viewport rectangle
2233 var top = jWindow.scrollTop(),
2234 left = jWindow.scrollLeft(),
2235 right = left + jWindow.width(),
2236 bottom = top + jWindow.height();
2237
2238 // determine which elements are in view
2239// + 60 accounts for fixed nav
2240 var intersections = findElements(top+offset.top + 200, right+offset.right, bottom+offset.bottom, left+offset.left);
2241 $.each(intersections, function(i, element) {
2242
2243 var lastTick = element.data('scrollSpy:ticks');
2244 if (typeof lastTick != 'number') {
2245 // entered into view
2246 element.triggerHandler('scrollSpy:enter');
2247 }
2248
2249 // update tick id
2250 element.data('scrollSpy:ticks', ticks);
2251 });
2252
2253 // determine which elements are no longer in view
2254 $.each(elementsInView, function(i, element) {
2255 var lastTick = element.data('scrollSpy:ticks');
2256 if (typeof lastTick == 'number' && lastTick !== ticks) {
2257 // exited from view
2258 element.triggerHandler('scrollSpy:exit');
2259 element.data('scrollSpy:ticks', null);
2260 }
2261 });
2262
2263 // remember elements in view for next tick
2264 elementsInView = intersections;
2265 }
2266
2267 /**
2268 * Called when window is resized
2269 */
2270 function onWinSize() {
2271 jWindow.trigger('scrollSpy:winSize');
2272 }
2273
2274 /**
2275 * Get time in ms
2276 * @license https://raw.github.com/jashkenas/underscore/master/LICENSE
2277 * @type {function}
2278 * @return {number}
2279 */
2280 var getTime = (Date.now || function () {
2281 return new Date().getTime();
2282 });
2283
2284 /**
2285 * Returns a function, that, when invoked, will only be triggered at most once
2286 * during a given window of time. Normally, the throttled function will run
2287 * as much as it can, without ever going more than once per `wait` duration;
2288 * but if you'd like to disable the execution on the leading edge, pass
2289 * `{leading: false}`. To disable execution on the trailing edge, ditto.
2290 * @license https://raw.github.com/jashkenas/underscore/master/LICENSE
2291 * @param {function} func
2292 * @param {number} wait
2293 * @param {Object=} options
2294 * @returns {Function}
2295 */
2296 function throttle(func, wait, options) {
2297 var context, args, result;
2298 var timeout = null;
2299 var previous = 0;
2300 options || (options = {});
2301 var later = function () {
2302 previous = options.leading === false ? 0 : getTime();
2303 timeout = null;
2304 result = func.apply(context, args);
2305 context = args = null;
2306 };
2307 return function () {
2308 var now = getTime();
2309 if (!previous && options.leading === false) previous = now;
2310 var remaining = wait - (now - previous);
2311 context = this;
2312 args = arguments;
2313 if (remaining <= 0) {
2314 clearTimeout(timeout);
2315 timeout = null;
2316 previous = now;
2317 result = func.apply(context, args);
2318 context = args = null;
2319 } else if (!timeout && options.trailing !== false) {
2320 timeout = setTimeout(later, remaining);
2321 }
2322 return result;
2323 };
2324 };
2325
2326 /**
2327 * Enables ScrollSpy using a selector
2328 * @param {jQuery|string} selector The elements collection, or a selector
2329 * @param {Object=} options Optional.
2330 throttle : number -> scrollspy throttling. Default: 100 ms
2331 offsetTop : number -> offset from top. Default: 0
2332 offsetRight : number -> offset from right. Default: 0
2333 offsetBottom : number -> offset from bottom. Default: 0
2334 offsetLeft : number -> offset from left. Default: 0
2335 * @returns {jQuery}
2336 */
2337 $.scrollSpy = function(selector, options) {
2338 var visible = [];
2339 selector = $(selector);
2340 selector.each(function(i, element) {
2341 elements.push($(element));
2342 $(element).data("scrollSpy:id", i);
2343 // Smooth scroll to section
2344 $('a[href=#' + $(element).attr('id') + ']').click(function(e) {
2345 e.preventDefault();
2346 var offset = $(this.hash).offset().top + 1;
2347
2348// offset - 200 allows elements near bottom of page to scroll
2349
2350 $('html, body').animate({ scrollTop: offset - 200 }, {duration: 400, queue: false, easing: 'easeOutCubic'});
2351
2352 });
2353 });
2354 options = options || {
2355 throttle: 100
2356 };
2357
2358 offset.top = options.offsetTop || 0;
2359 offset.right = options.offsetRight || 0;
2360 offset.bottom = options.offsetBottom || 0;
2361 offset.left = options.offsetLeft || 0;
2362
2363 var throttledScroll = throttle(onScroll, options.throttle || 100);
2364 var readyScroll = function(){
2365 $(document).ready(throttledScroll);
2366 };
2367
2368 if (!isSpying) {
2369 jWindow.on('scroll', readyScroll);
2370 jWindow.on('resize', readyScroll);
2371 isSpying = true;
2372 }
2373
2374 // perform a scan once, after current execution context, and after dom is ready
2375 setTimeout(readyScroll, 0);
2376
2377
2378 selector.on('scrollSpy:enter', function() {
2379 visible = $.grep(visible, function(value) {
2380 return value.height() != 0;
2381 });
2382
2383 var $this = $(this);
2384
2385 if (visible[0]) {
2386 $('a[href=#' + visible[0].attr('id') + ']').removeClass('active');
2387 if ($this.data('scrollSpy:id') < visible[0].data('scrollSpy:id')) {
2388 visible.unshift($(this));
2389 }
2390 else {
2391 visible.push($(this));
2392 }
2393 }
2394 else {
2395 visible.push($(this));
2396 }
2397
2398
2399 $('a[href=#' + visible[0].attr('id') + ']').addClass('active');
2400 });
2401 selector.on('scrollSpy:exit', function() {
2402 visible = $.grep(visible, function(value) {
2403 return value.height() != 0;
2404 });
2405
2406 if (visible[0]) {
2407 $('a[href=#' + visible[0].attr('id') + ']').removeClass('active');
2408 var $this = $(this);
2409 visible = $.grep(visible, function(value) {
2410 return value.attr('id') != $this.attr('id');
2411 });
2412 if (visible[0]) { // Check if empty
2413 $('a[href=#' + visible[0].attr('id') + ']').addClass('active');
2414 }
2415 }
2416 });
2417
2418 return selector;
2419 };
2420
2421 /**
2422 * Listen for window resize events
2423 * @param {Object=} options Optional. Set { throttle: number } to change throttling. Default: 100 ms
2424 * @returns {jQuery} $(window)
2425 */
2426 $.winSizeSpy = function(options) {
2427 $.winSizeSpy = function() { return jWindow; }; // lock from multiple calls
2428 options = options || {
2429 throttle: 100
2430 };
2431 return jWindow.on('resize', throttle(onWinSize, options.throttle || 100));
2432 };
2433
2434 /**
2435 * Enables ScrollSpy on a collection of elements
2436 * e.g. $('.scrollSpy').scrollSpy()
2437 * @param {Object=} options Optional.
2438 throttle : number -> scrollspy throttling. Default: 100 ms
2439 offsetTop : number -> offset from top. Default: 0
2440 offsetRight : number -> offset from right. Default: 0
2441 offsetBottom : number -> offset from bottom. Default: 0
2442 offsetLeft : number -> offset from left. Default: 0
2443 * @returns {jQuery}
2444 */
2445 $.fn.scrollSpy = function(options) {
2446 return $.scrollSpy($(this), options);
2447 };
2448
2449})(jQuery);;(function ($) {
2450 $(document).ready(function() {
2451
2452 // Function to update labels of text fields
2453 Materialize.updateTextFields = function() {
2454 var input_selector = 'input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=number], input[type=search], textarea';
2455 $(input_selector).each(function(index, element) {
2456 if ($(element).val().length > 0 || $(this).attr('placeholder') !== undefined || $(element)[0].validity.badInput === true) {
2457 $(this).siblings('label, i').addClass('active');
2458 }
2459 else {
2460 $(this).siblings('label, i').removeClass('active');
2461 }
2462 });
2463 };
2464
2465 // Text based inputs
2466 var input_selector = 'input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=number], input[type=search], textarea';
2467
2468 // Handle HTML5 autofocus
2469 $('input[autofocus]').siblings('label, i').addClass('active');
2470
2471 // Add active if form auto complete
2472 $(document).on('change', input_selector, function () {
2473 if($(this).val().length !== 0 || $(this).attr('placeholder') !== undefined) {
2474 $(this).siblings('label, i').addClass('active');
2475 }
2476 validate_field($(this));
2477 });
2478
2479 // Add active if input element has been pre-populated on document ready
2480 $(document).ready(function() {
2481 Materialize.updateTextFields();
2482 });
2483
2484 // HTML DOM FORM RESET handling
2485 $(document).on('reset', function(e) {
2486 var formReset = $(e.target);
2487 if (formReset.is('form')) {
2488 formReset.find(input_selector).removeClass('valid').removeClass('invalid');
2489 formReset.find(input_selector).each(function () {
2490 if ($(this).attr('value') === '') {
2491 $(this).siblings('label, i').removeClass('active');
2492 }
2493 });
2494
2495 // Reset select
2496 formReset.find('select.initialized').each(function () {
2497 var reset_text = formReset.find('option[selected]').text();
2498 formReset.siblings('input.select-dropdown').val(reset_text);
2499 });
2500 }
2501 });
2502
2503 // Add active when element has focus
2504 $(document).on('focus', input_selector, function () {
2505 $(this).siblings('label, i').addClass('active');
2506 });
2507
2508 $(document).on('blur', input_selector, function () {
2509 var $inputElement = $(this);
2510 if ($inputElement.val().length === 0 && $inputElement[0].validity.badInput !== true && $inputElement.attr('placeholder') === undefined) {
2511 $inputElement.siblings('label, i').removeClass('active');
2512 }
2513 validate_field($inputElement);
2514 });
2515
2516 validate_field = function(object) {
2517 var hasLength = object.attr('length') !== undefined;
2518 var lenAttr = parseInt(object.attr('length'));
2519 var len = object.val().length;
2520
2521 if (object.val().length === 0 && object[0].validity.badInput === false) {
2522 if (object.hasClass('validate')) {
2523 object.removeClass('valid');
2524 object.removeClass('invalid');
2525 }
2526 }
2527 else {
2528 if (object.hasClass('validate')) {
2529 // Check for character counter attributes
2530 if ((object.is(':valid') && hasLength && (len < lenAttr)) || (object.is(':valid') && !hasLength)) {
2531 object.removeClass('invalid');
2532 object.addClass('valid');
2533 }
2534 else {
2535 object.removeClass('valid');
2536 object.addClass('invalid');
2537 }
2538 }
2539 }
2540 };
2541
2542
2543 // Textarea Auto Resize
2544 var hiddenDiv = $('.hiddendiv').first();
2545 if (!hiddenDiv.length) {
2546 hiddenDiv = $('<div class="hiddendiv common"></div>');
2547 $('body').append(hiddenDiv);
2548 }
2549 var text_area_selector = '.materialize-textarea';
2550
2551 function textareaAutoResize($textarea) {
2552 // Set font properties of hiddenDiv
2553
2554 var fontFamily = $textarea.css('font-family');
2555 var fontSize = $textarea.css('font-size');
2556
2557 if (fontSize) { hiddenDiv.css('font-size', fontSize); }
2558 if (fontFamily) { hiddenDiv.css('font-family', fontFamily); }
2559
2560 if ($textarea.attr('wrap') === "off") {
2561 hiddenDiv.css('overflow-wrap', "normal")
2562 .css('white-space', "pre");
2563 }
2564
2565
2566
2567
2568 hiddenDiv.text($textarea.val() + '\n');
2569 var content = hiddenDiv.html().replace(/\n/g, '<br>');
2570 hiddenDiv.html(content);
2571
2572
2573 // When textarea is hidden, width goes crazy.
2574 // Approximate with half of window size
2575
2576 if ($textarea.is(':visible')) {
2577 hiddenDiv.css('width', $textarea.width());
2578 }
2579 else {
2580 hiddenDiv.css('width', $(window).width()/2);
2581 }
2582
2583 $textarea.css('height', hiddenDiv.height());
2584 }
2585
2586 $(text_area_selector).each(function () {
2587 var $textarea = $(this);
2588 if ($textarea.val().length) {
2589 textareaAutoResize($textarea);
2590 }
2591 });
2592
2593 $('body').on('keyup keydown', text_area_selector, function () {
2594 textareaAutoResize($(this));
2595 });
2596
2597
2598 // File Input Path
2599 $('.file-field').each(function() {
2600 var path_input = $(this).find('input.file-path');
2601 $(this).find('input[type="file"]').change(function () {
2602 path_input.val($(this)[0].files[0].name);
2603 path_input.trigger('change');
2604 });
2605 });
2606
2607
2608
2609 /****************
2610 * Range Input *
2611 ****************/
2612
2613 var range_type = 'input[type=range]';
2614 var range_mousedown = false;
2615 var left;
2616
2617 $(range_type).each(function () {
2618 var thumb = $('<span class="thumb"><span class="value"></span></span>');
2619 $(this).after(thumb);
2620 });
2621
2622 var range_wrapper = '.range-field';
2623 $(document).on('change', range_type, function(e) {
2624 var thumb = $(this).siblings('.thumb');
2625 thumb.find('.value').html($(this).val());
2626 });
2627
2628 $(document).on('mousedown touchstart', range_type, function(e) {
2629 var thumb = $(this).siblings('.thumb');
2630
2631 // If thumb indicator does not exist yet, create it
2632 if (thumb.length <= 0) {
2633 thumb = $('<span class="thumb"><span class="value"></span></span>');
2634 $(this).append(thumb);
2635 }
2636
2637 // Set indicator value
2638 thumb.find('.value').html($(this).val());
2639
2640 range_mousedown = true;
2641 $(this).addClass('active');
2642
2643 if (!thumb.hasClass('active')) {
2644 thumb.velocity({ height: "30px", width: "30px", top: "-20px", marginLeft: "-15px"}, { duration: 300, easing: 'easeOutExpo' });
2645 }
2646
2647 if(e.pageX === undefined || e.pageX === null){//mobile
2648 left = e.originalEvent.touches[0].pageX - $(this).offset().left;
2649 }
2650 else{ // desktop
2651 left = e.pageX - $(this).offset().left;
2652 }
2653 var width = $(this).outerWidth();
2654
2655 if (left < 0) {
2656 left = 0;
2657 }
2658 else if (left > width) {
2659 left = width;
2660 }
2661 thumb.addClass('active').css('left', left);
2662 thumb.find('.value').html($(this).val());
2663
2664
2665 });
2666
2667 $(document).on('mouseup touchend', range_wrapper, function() {
2668 range_mousedown = false;
2669 $(this).removeClass('active');
2670 });
2671
2672 $(document).on('mousemove touchmove', range_wrapper, function(e) {
2673 var thumb = $(this).children('.thumb');
2674 var left;
2675 if (range_mousedown) {
2676 if (!thumb.hasClass('active')) {
2677 thumb.velocity({ height: '30px', width: '30px', top: '-20px', marginLeft: '-15px'}, { duration: 300, easing: 'easeOutExpo' });
2678 }
2679 if (e.pageX === undefined || e.pageX === null) { //mobile
2680 left = e.originalEvent.touches[0].pageX - $(this).offset().left;
2681 }
2682 else{ // desktop
2683 left = e.pageX - $(this).offset().left;
2684 }
2685 var width = $(this).outerWidth();
2686
2687 if (left < 0) {
2688 left = 0;
2689 }
2690 else if (left > width) {
2691 left = width;
2692 }
2693 thumb.addClass('active').css('left', left);
2694
2695 }
2696
2697 });
2698
2699 $(document).on('mouseout touchleave', range_wrapper, function() {
2700 if (!range_mousedown) {
2701
2702 var thumb = $(this).children('.thumb');
2703
2704 if (thumb.hasClass('active')) {
2705 thumb.velocity({ height: '0', width: '0', top: '10px', marginLeft: '-6px'}, { duration: 100 });
2706 }
2707 thumb.removeClass('active');
2708 }
2709 });
2710
2711 }); // End of $(document).ready
2712
2713
2714
2715
2716 // Select Plugin
2717 $.fn.material_select = function (callback) {
2718 $(this).each(function(){
2719 $select = $(this);
2720
2721 if ( $select.hasClass('browser-default')) {
2722 return; // Continue to next (return false breaks out of entire loop)
2723 }
2724
2725 // Tear down structure if Select needs to be rebuilt
2726 var lastID = $select.data('select-id');
2727 if (lastID) {
2728 $select.parent().find('i').remove();
2729 $select.parent().find('input').remove();
2730
2731 $select.unwrap();
2732 $('ul#select-options-'+lastID).remove();
2733 }
2734
2735 // If destroying the select, remove the selelct-id and reset it to it's uninitialized state.
2736 if(callback === 'destroy') {
2737 $select.data('select-id', null).removeClass('initialized');
2738 return;
2739 }
2740
2741 var uniqueID = Materialize.guid();
2742 $select.data('select-id', uniqueID);
2743 var wrapper = $('<div class="select-wrapper"></div>');
2744 wrapper.addClass($select.attr('class'));
2745 var options = $('<ul id="select-options-' + uniqueID+'" class="dropdown-content select-dropdown"></ul>');
2746 var selectOptions = $select.children('option');
2747
2748 var label;
2749 if ($select.find('option:selected') !== undefined) {
2750 label = $select.find('option:selected');
2751 }
2752 else {
2753 label = options.first();
2754 }
2755
2756
2757 // Create Dropdown structure
2758 selectOptions.each(function () {
2759 // Add disabled attr if disabled
2760 options.append($('<li class="' + (($(this).is(':disabled')) ? 'disabled' : '') + '"><span>' + $(this).html() + '</span></li>'));
2761 });
2762
2763
2764 options.find('li').each(function (i) {
2765 var $curr_select = $select;
2766 $(this).click(function () {
2767 // Check if option element is disabled
2768 if (!$(this).hasClass('disabled')) {
2769 $curr_select.find('option').eq(i).prop('selected', true);
2770 // Trigger onchange() event
2771 $curr_select.trigger('change');
2772 $curr_select.siblings('input.select-dropdown').val($(this).text());
2773 if (typeof callback !== 'undefined') callback();
2774 }
2775 });
2776
2777 });
2778
2779 // Wrap Elements
2780 $select.wrap(wrapper);
2781 // Add Select Display Element
2782 var dropdownIcon = $('<span class="caret">&#9660;</span>');
2783 if ( $select.is(':disabled') )
2784 dropdownIcon.addClass('disabled');
2785
2786 var $newSelect = $('<input type="text" class="select-dropdown" readonly="true" ' + (($select.is(':disabled')) ? 'disabled' : '') + ' data-activates="select-options-' + uniqueID +'" value="'+ label.html() +'"/>');
2787 $select.before($newSelect);
2788 $newSelect.before(dropdownIcon);
2789
2790 $('body').append(options);
2791 // Check if section element is disabled
2792 if (!$select.is(':disabled')) {
2793 $newSelect.dropdown({"hover": false});
2794 }
2795
2796 // Copy tabindex
2797 if ($select.attr('tabindex')) {
2798 $($newSelect[0]).attr('tabindex', $select.attr('tabindex'));
2799 }
2800
2801 $select.addClass('initialized');
2802
2803 $newSelect.on('focus', function(){
2804 $(this).trigger('open');
2805 label = $(this).val();
2806 selectedOption = options.find('li').filter(function() {
2807 return $(this).text().toLowerCase() === label.toLowerCase();
2808 })[0];
2809 activateOption(options, selectedOption);
2810 });
2811
2812 $newSelect.on('blur', function(){
2813 $(this).trigger('close');
2814 });
2815
2816 // Make option as selected and scroll to selected position
2817 activateOption = function(collection, newOption) {
2818 collection.find('li.active').removeClass('active');
2819 $(newOption).addClass('active');
2820 collection.scrollTo(newOption);
2821 };
2822
2823 // Allow user to search by typing
2824 // this array is cleared after 1 second
2825 filterQuery = [];
2826
2827 onKeyDown = function(event){
2828 // TAB - switch to another input
2829 if(event.which == 9){
2830 $newSelect.trigger('close');
2831 return;
2832 }
2833
2834 // ARROW DOWN WHEN SELECT IS CLOSED - open select options
2835 if(event.which == 40 && !options.is(":visible")){
2836 $newSelect.trigger('open');
2837 return;
2838 }
2839
2840 // ENTER WHEN SELECT IS CLOSED - submit form
2841 if(event.which == 13 && !options.is(":visible")){
2842 return;
2843 }
2844
2845 event.preventDefault();
2846
2847 // CASE WHEN USER TYPE LETTERS
2848 letter = String.fromCharCode(event.which).toLowerCase();
2849 var nonLetters = [9,13,27,38,40];
2850 if (letter && (nonLetters.indexOf(event.which) === -1)){
2851 filterQuery.push(letter);
2852
2853 string = filterQuery.join("");
2854
2855 newOption = options.find('li').filter(function() {
2856 return $(this).text().toLowerCase().indexOf(string) === 0;
2857 })[0];
2858
2859 if(newOption){
2860 activateOption(options, newOption);
2861 }
2862 }
2863
2864 // ENTER - select option and close when select options are opened
2865 if(event.which == 13){
2866 activeOption = options.find('li.active:not(.disabled)')[0];
2867 if(activeOption){
2868 $(activeOption).trigger('click');
2869 $newSelect.trigger('close');
2870 }
2871 }
2872
2873 // ARROW DOWN - move to next not disabled option
2874 if(event.which == 40){
2875 newOption = options.find('li.active').next('li:not(.disabled)')[0];
2876 if(newOption){
2877 activateOption(options, newOption);
2878 }
2879 }
2880
2881 // ESC - close options
2882 if(event.which == 27){
2883 $newSelect.trigger('close');
2884 }
2885
2886 // ARROW UP - move to previous not disabled option
2887 if(event.which == 38){
2888 newOption = options.find('li.active').prev('li:not(.disabled)')[0];
2889 if(newOption){
2890 activateOption(options, newOption);
2891 }
2892 }
2893
2894 // Automaticaly clean filter query so user can search again by starting letters
2895 setTimeout(function(){ filterQuery = []; }, 1000);
2896 };
2897
2898 $newSelect.on('keydown', onKeyDown);
2899 });
2900 };
2901
2902}( jQuery ));
2903;(function ($) {
2904
2905 var methods = {
2906
2907 init : function(options) {
2908 var defaults = {
2909 indicators: true,
2910 height: 400,
2911 transition: 500,
2912 interval: 6000
2913 };
2914 options = $.extend(defaults, options);
2915
2916 return this.each(function() {
2917
2918 // For each slider, we want to keep track of
2919 // which slide is active and its associated content
2920 var $this = $(this);
2921 var $slider = $this.find('ul.slides').first();
2922 var $slides = $slider.find('li');
2923 var $active_index = $slider.find('.active').index();
2924 var $active;
2925 if ($active_index != -1) { $active = $slides.eq($active_index); }
2926
2927 // Transitions the caption depending on alignment
2928 function captionTransition(caption, duration) {
2929 if (caption.hasClass("center-align")) {
2930 caption.velocity({opacity: 0, translateY: -100}, {duration: duration, queue: false});
2931 }
2932 else if (caption.hasClass("right-align")) {
2933 caption.velocity({opacity: 0, translateX: 100}, {duration: duration, queue: false});
2934 }
2935 else if (caption.hasClass("left-align")) {
2936 caption.velocity({opacity: 0, translateX: -100}, {duration: duration, queue: false});
2937 }
2938 }
2939
2940 // This function will transition the slide to any index of the next slide
2941 function moveToSlide(index) {
2942 if (index >= $slides.length) index = 0;
2943 else if (index < 0) index = $slides.length -1;
2944
2945 $active_index = $slider.find('.active').index();
2946
2947 // Only do if index changes
2948 if ($active_index != index) {
2949 $active = $slides.eq($active_index);
2950 $caption = $active.find('.caption');
2951
2952 $active.removeClass('active');
2953 $active.velocity({opacity: 0}, {duration: options.transition, queue: false, easing: 'easeOutQuad',
2954 complete: function() {
2955 $slides.not('.active').velocity({opacity: 0, translateX: 0, translateY: 0}, {duration: 0, queue: false});
2956 } });
2957 captionTransition($caption, options.transition);
2958
2959
2960 // Update indicators
2961 if (options.indicators) {
2962 $indicators.eq($active_index).removeClass('active');
2963 }
2964
2965 $slides.eq(index).velocity({opacity: 1}, {duration: options.transition, queue: false, easing: 'easeOutQuad'});
2966 $slides.eq(index).find('.caption').velocity({opacity: 1, translateX: 0, translateY: 0}, {duration: options.transition, delay: options.transition, queue: false, easing: 'easeOutQuad'});
2967 $slides.eq(index).addClass('active');
2968
2969
2970 // Update indicators
2971 if (options.indicators) {
2972 $indicators.eq(index).addClass('active');
2973 }
2974 }
2975 }
2976
2977 // Set height of slider
2978 // If fullscreen, do nothing
2979 if (!$this.hasClass('fullscreen')) {
2980 if (options.indicators) {
2981 // Add height if indicators are present
2982 $this.height(options.height + 40);
2983 }
2984 else {
2985 $this.height(options.height);
2986 }
2987 $slider.height(options.height);
2988 }
2989
2990
2991 // Set initial positions of captions
2992 $slides.find('.caption').each(function () {
2993 captionTransition($(this), 0);
2994 });
2995
2996 // Move img src into background-image
2997 $slides.find('img').each(function () {
2998 $(this).css('background-image', 'url(' + $(this).attr('src') + ')' );
2999 $(this).attr('src', 'data:image/gif;base64,R0lGODlhAQABAIABAP///wAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==');
3000 });
3001
3002 // dynamically add indicators
3003 if (options.indicators) {
3004 var $indicators = $('<ul class="indicators"></ul>');
3005 $slides.each(function( index ) {
3006 var $indicator = $('<li class="indicator-item"></li>');
3007
3008 // Handle clicks on indicators
3009 $indicator.click(function () {
3010 var $parent = $slider.parent();
3011 var curr_index = $parent.find($(this)).index();
3012 moveToSlide(curr_index);
3013
3014 // reset interval
3015 clearInterval($interval);
3016 $interval = setInterval(
3017 function(){
3018 $active_index = $slider.find('.active').index();
3019 if ($slides.length == $active_index + 1) $active_index = 0; // loop to start
3020 else $active_index += 1;
3021
3022 moveToSlide($active_index);
3023
3024 }, options.transition + options.interval
3025 );
3026 });
3027 $indicators.append($indicator);
3028 });
3029 $this.append($indicators);
3030 $indicators = $this.find('ul.indicators').find('li.indicator-item');
3031 }
3032
3033 if ($active) {
3034 $active.show();
3035 }
3036 else {
3037 $slides.first().addClass('active').velocity({opacity: 1}, {duration: options.transition, queue: false, easing: 'easeOutQuad'});
3038
3039 $active_index = 0;
3040 $active = $slides.eq($active_index);
3041
3042 // Update indicators
3043 if (options.indicators) {
3044 $indicators.eq($active_index).addClass('active');
3045 }
3046 }
3047
3048 // Adjust height to current slide
3049 $active.find('img').each(function() {
3050 $active.find('.caption').velocity({opacity: 1, translateX: 0, translateY: 0}, {duration: options.transition, queue: false, easing: 'easeOutQuad'});
3051 });
3052
3053 // auto scroll
3054 $interval = setInterval(
3055 function(){
3056 $active_index = $slider.find('.active').index();
3057 moveToSlide($active_index + 1);
3058
3059 }, options.transition + options.interval
3060 );
3061
3062
3063 // HammerJS, Swipe navigation
3064
3065 // Touch Event
3066 var panning = false;
3067 var swipeLeft = false;
3068 var swipeRight = false;
3069
3070 $this.hammer({
3071 prevent_default: false
3072 }).bind('pan', function(e) {
3073 if (e.gesture.pointerType === "touch") {
3074
3075 // reset interval
3076 clearInterval($interval);
3077
3078 var direction = e.gesture.direction;
3079 var x = e.gesture.deltaX;
3080 var velocityX = e.gesture.velocityX;
3081
3082 $curr_slide = $slider.find('.active');
3083 $curr_slide.velocity({ translateX: x
3084 }, {duration: 50, queue: false, easing: 'easeOutQuad'});
3085
3086 // Swipe Left
3087 if (direction === 4 && (x > ($this.innerWidth() / 2) || velocityX < -0.65)) {
3088 swipeRight = true;
3089 }
3090 // Swipe Right
3091 else if (direction === 2 && (x < (-1 * $this.innerWidth() / 2) || velocityX > 0.65)) {
3092 swipeLeft = true;
3093 }
3094
3095 // Make Slide Behind active slide visible
3096 var next_slide;
3097 if (swipeLeft) {
3098 next_slide = $curr_slide.next();
3099 if (next_slide.length === 0) {
3100 next_slide = $slides.first();
3101 }
3102 next_slide.velocity({ opacity: 1
3103 }, {duration: 300, queue: false, easing: 'easeOutQuad'});
3104 }
3105 if (swipeRight) {
3106 next_slide = $curr_slide.prev();
3107 if (next_slide.length === 0) {
3108 next_slide = $slides.last();
3109 }
3110 next_slide.velocity({ opacity: 1
3111 }, {duration: 300, queue: false, easing: 'easeOutQuad'});
3112 }
3113
3114
3115 }
3116
3117 }).bind('panend', function(e) {
3118 if (e.gesture.pointerType === "touch") {
3119
3120 $curr_slide = $slider.find('.active');
3121 panning = false;
3122 curr_index = $slider.find('.active').index();
3123
3124 if (!swipeRight && !swipeLeft) {
3125 // Return to original spot
3126 $curr_slide.velocity({ translateX: 0
3127 }, {duration: 300, queue: false, easing: 'easeOutQuad'});
3128 }
3129 else if (swipeLeft) {
3130 moveToSlide(curr_index + 1);
3131 $curr_slide.velocity({translateX: -1 * $this.innerWidth() }, {duration: 300, queue: false, easing: 'easeOutQuad',
3132 complete: function() {
3133 $curr_slide.velocity({opacity: 0, translateX: 0}, {duration: 0, queue: false});
3134 } });
3135 }
3136 else if (swipeRight) {
3137 moveToSlide(curr_index - 1);
3138 $curr_slide.velocity({translateX: $this.innerWidth() }, {duration: 300, queue: false, easing: 'easeOutQuad',
3139 complete: function() {
3140 $curr_slide.velocity({opacity: 0, translateX: 0}, {duration: 0, queue: false});
3141 } });
3142 }
3143 swipeLeft = false;
3144 swipeRight = false;
3145
3146 // Restart interval
3147 clearInterval($interval);
3148 $interval = setInterval(
3149 function(){
3150 $active_index = $slider.find('.active').index();
3151 if ($slides.length == $active_index + 1) $active_index = 0; // loop to start
3152 else $active_index += 1;
3153
3154 moveToSlide($active_index);
3155
3156 }, options.transition + options.interval
3157 );
3158 }
3159 });
3160
3161 $this.on('sliderPause', function() {
3162 clearInterval($interval);
3163 });
3164
3165 $this.on('sliderStart', function() {
3166 clearInterval($interval);
3167 $interval = setInterval(
3168 function(){
3169 $active_index = $slider.find('.active').index();
3170 if ($slides.length == $active_index + 1) $active_index = 0; // loop to start
3171 else $active_index += 1;
3172
3173 moveToSlide($active_index);
3174
3175 }, options.transition + options.interval
3176 );
3177 });
3178
3179 });
3180
3181
3182
3183 },
3184 pause : function() {
3185 $(this).trigger('sliderPause');
3186 },
3187 start : function() {
3188 $(this).trigger('sliderStart');
3189 }
3190 };
3191
3192
3193 $.fn.slider = function(methodOrOptions) {
3194 if ( methods[methodOrOptions] ) {
3195 return methods[ methodOrOptions ].apply( this, Array.prototype.slice.call( arguments, 1 ));
3196 } else if ( typeof methodOrOptions === 'object' || ! methodOrOptions ) {
3197 // Default to "init"
3198 return methods.init.apply( this, arguments );
3199 } else {
3200 $.error( 'Method ' + methodOrOptions + ' does not exist on jQuery.tooltip' );
3201 }
3202 }; // Plugin end
3203}( jQuery ));;(function ($) {
3204 $(document).ready(function() {
3205
3206 $(document).on('click.card', '.card', function (e) {
3207 if ($(this).find('.card-reveal').length) {
3208 if ($(e.target).is($('.card-reveal .card-title')) || $(e.target).is($('.card-reveal .card-title i'))) {
3209 // Make Reveal animate down and display none
3210 $(this).find('.card-reveal').velocity(
3211 {translateY: 0}, {
3212 duration: 225,
3213 queue: false,
3214 easing: 'easeInOutQuad',
3215 complete: function() { $(this).css({ display: 'none'}); }
3216 }
3217 );
3218 }
3219 else if ($(e.target).is($('.card .activator')) ||
3220 $(e.target).is($('.card .activator i')) ) {
3221 $(this).find('.card-reveal').css({ display: 'block'}).velocity("stop", false).velocity({translateY: '-100%'}, {duration: 300, queue: false, easing: 'easeInOutQuad'});
3222 }
3223 }
3224
3225
3226 });
3227
3228 });
3229}( jQuery ));;(function ($) {
3230 $(document).ready(function() {
3231
3232 $.fn.pushpin = function (options) {
3233
3234 var defaults = {
3235 top: 0,
3236 bottom: Infinity,
3237 offset: 0
3238 }
3239 options = $.extend(defaults, options);
3240
3241 $index = 0;
3242 return this.each(function() {
3243 var $uniqueId = Materialize.guid(),
3244 $this = $(this),
3245 $original_offset = $(this).offset().top;
3246
3247 function removePinClasses(object) {
3248 object.removeClass('pin-top');
3249 object.removeClass('pinned');
3250 object.removeClass('pin-bottom');
3251 }
3252
3253 function updateElements(objects, scrolled) {
3254 objects.each(function () {
3255 // Add position fixed (because its between top and bottom)
3256 if (options.top <= scrolled && options.bottom >= scrolled && !$(this).hasClass('pinned')) {
3257 removePinClasses($(this));
3258 $(this).css('top', options.offset);
3259 $(this).addClass('pinned');
3260 }
3261
3262 // Add pin-top (when scrolled position is above top)
3263 if (scrolled < options.top && !$(this).hasClass('pin-top')) {
3264 removePinClasses($(this));
3265 $(this).css('top', 0);
3266 $(this).addClass('pin-top');
3267 }
3268
3269 // Add pin-bottom (when scrolled position is below bottom)
3270 if (scrolled > options.bottom && !$(this).hasClass('pin-bottom')) {
3271 removePinClasses($(this));
3272 $(this).addClass('pin-bottom');
3273 $(this).css('top', options.bottom - $original_offset);
3274 }
3275 });
3276 }
3277
3278 updateElements($this, $(window).scrollTop());
3279 $(window).on('scroll.' + $uniqueId, function () {
3280 var $scrolled = $(window).scrollTop() + options.offset;
3281 updateElements($this, $scrolled);
3282 });
3283
3284 });
3285
3286 };
3287
3288
3289 });
3290}( jQuery ));;(function ($) {
3291 $(document).ready(function() {
3292
3293 // jQuery reverse
3294 $.fn.reverse = [].reverse;
3295
3296 $(document).on('mouseenter.fixedActionBtn', '.fixed-action-btn', function(e) {
3297 var $this = $(this);
3298 openFABMenu($this);
3299
3300 });
3301
3302 $(document).on('mouseleave.fixedActionBtn', '.fixed-action-btn', function(e) {
3303 var $this = $(this);
3304 closeFABMenu($this);
3305 });
3306
3307 });
3308
3309 $.fn.extend({
3310 openFAB: function() {
3311 var $this = $(this);
3312 openFABMenu($this);
3313 },
3314 closeFAB: function() {
3315 closeFABMenu($this);
3316 }
3317 });
3318
3319
3320 var openFABMenu = function (btn) {
3321 $this = btn;
3322 if ($this.hasClass('active') === false) {
3323 $this.addClass('active');
3324 $this.find('ul .btn-floating').velocity(
3325 { scaleY: ".4", scaleX: ".4", translateY: "40px"},
3326 { duration: 0 });
3327
3328 var time = 0;
3329 $this.find('ul .btn-floating').reverse().each(function () {
3330 $(this).velocity(
3331 { opacity: "1", scaleX: "1", scaleY: "1", translateY: "0"},
3332 { duration: 80, delay: time });
3333 time += 40;
3334 });
3335 }
3336 };
3337
3338 var closeFABMenu = function (btn) {
3339 $this = btn;
3340 $this.removeClass('active');
3341 var time = 0;
3342 $this.find('ul .btn-floating').velocity("stop", true);
3343 $this.find('ul .btn-floating').velocity(
3344 { opacity: "0", scaleX: ".4", scaleY: ".4", translateY: "40px"},
3345 { duration: 80 }
3346 );
3347 };
3348
3349
3350}( jQuery ));
3351;(function ($) {
3352 // Image transition function
3353 Materialize.fadeInImage = function(selector){
3354 var element = $(selector);
3355 element.css({opacity: 0});
3356 $(element).velocity({opacity: 1}, {
3357 duration: 650,
3358 queue: false,
3359 easing: 'easeOutSine'
3360 });
3361 $(element).velocity({opacity: 1}, {
3362 duration: 1300,
3363 queue: false,
3364 easing: 'swing',
3365 step: function(now, fx) {
3366 fx.start = 100;
3367 var grayscale_setting = now/100;
3368 var brightness_setting = 150 - (100 - now)/1.75;
3369
3370 if (brightness_setting < 100) {
3371 brightness_setting = 100;
3372 }
3373 if (now >= 0) {
3374 $(this).css({
3375 "-webkit-filter": "grayscale("+grayscale_setting+")" + "brightness("+brightness_setting+"%)",
3376 "filter": "grayscale("+grayscale_setting+")" + "brightness("+brightness_setting+"%)"
3377 });
3378 }
3379 }
3380 });
3381 };
3382
3383 // Horizontal staggered list
3384 Materialize.showStaggeredList = function(selector) {
3385 var time = 0;
3386 $(selector).find('li').velocity(
3387 { translateX: "-100px"},
3388 { duration: 0 });
3389
3390 $(selector).find('li').each(function() {
3391 $(this).velocity(
3392 { opacity: "1", translateX: "0"},
3393 { duration: 800, delay: time, easing: [60, 10] });
3394 time += 120;
3395 });
3396 };
3397
3398
3399 $(document).ready(function() {
3400 // Hardcoded .staggered-list scrollFire
3401 // var staggeredListOptions = [];
3402 // $('ul.staggered-list').each(function (i) {
3403
3404 // var label = 'scrollFire-' + i;
3405 // $(this).addClass(label);
3406 // staggeredListOptions.push(
3407 // {selector: 'ul.staggered-list.' + label,
3408 // offset: 200,
3409 // callback: 'showStaggeredList("ul.staggered-list.' + label + '")'});
3410 // });
3411 // scrollFire(staggeredListOptions);
3412
3413 // HammerJS, Swipe navigation
3414
3415 // Touch Event
3416 var swipeLeft = false;
3417 var swipeRight = false;
3418
3419
3420 // Dismissible Collections
3421 $('.dismissable').each(function() {
3422 $(this).hammer({
3423 prevent_default: false
3424 }).bind('pan', function(e) {
3425 if (e.gesture.pointerType === "touch") {
3426 var $this = $(this);
3427 var direction = e.gesture.direction;
3428 var x = e.gesture.deltaX;
3429 var velocityX = e.gesture.velocityX;
3430
3431 $this.velocity({ translateX: x
3432 }, {duration: 50, queue: false, easing: 'easeOutQuad'});
3433
3434 // Swipe Left
3435 if (direction === 4 && (x > ($this.innerWidth() / 2) || velocityX < -0.75)) {
3436 swipeLeft = true;
3437 }
3438
3439 // Swipe Right
3440 if (direction === 2 && (x < (-1 * $this.innerWidth() / 2) || velocityX > 0.75)) {
3441 swipeRight = true;
3442 }
3443 }
3444 }).bind('panend', function(e) {
3445 // Reset if collection is moved back into original position
3446 if (Math.abs(e.gesture.deltaX) < ($(this).innerWidth() / 2)) {
3447 swipeRight = false;
3448 swipeLeft = false;
3449 }
3450
3451 if (e.gesture.pointerType === "touch") {
3452 var $this = $(this);
3453 if (swipeLeft || swipeRight) {
3454 var fullWidth;
3455 if (swipeLeft) { fullWidth = $this.innerWidth(); }
3456 else { fullWidth = -1 * $this.innerWidth(); }
3457
3458 $this.velocity({ translateX: fullWidth,
3459 }, {duration: 100, queue: false, easing: 'easeOutQuad', complete:
3460 function() {
3461 $this.css('border', 'none');
3462 $this.velocity({ height: 0, padding: 0,
3463 }, {duration: 200, queue: false, easing: 'easeOutQuad', complete:
3464 function() { $this.remove(); }
3465 });
3466 }
3467 });
3468 }
3469 else {
3470 $this.velocity({ translateX: 0,
3471 }, {duration: 100, queue: false, easing: 'easeOutQuad'});
3472 }
3473 swipeLeft = false;
3474 swipeRight = false;
3475 }
3476 });
3477
3478 });
3479
3480
3481 // time = 0
3482 // // Vertical Staggered list
3483 // $('ul.staggered-list.vertical li').velocity(
3484 // { translateY: "100px"},
3485 // { duration: 0 });
3486
3487 // $('ul.staggered-list.vertical li').each(function() {
3488 // $(this).velocity(
3489 // { opacity: "1", translateY: "0"},
3490 // { duration: 800, delay: time, easing: [60, 25] });
3491 // time += 120;
3492 // });
3493
3494 // // Fade in and Scale
3495 // $('.fade-in.scale').velocity(
3496 // { scaleX: .4, scaleY: .4, translateX: -600},
3497 // { duration: 0});
3498 // $('.fade-in').each(function() {
3499 // $(this).velocity(
3500 // { opacity: "1", scaleX: 1, scaleY: 1, translateX: 0},
3501 // { duration: 800, easing: [60, 10] });
3502 // });
3503 });
3504}( jQuery ));
3505;(function($) {
3506
3507 // Input: Array of JSON objects {selector, offset, callback}
3508
3509 Materialize.scrollFire = function(options) {
3510
3511 var didScroll = false;
3512
3513 window.addEventListener("scroll", function() {
3514 didScroll = true;
3515 });
3516
3517 // Rate limit to 100ms
3518 setInterval(function() {
3519 if(didScroll) {
3520 didScroll = false;
3521
3522 var windowScroll = window.pageYOffset + window.innerHeight;
3523
3524 for (var i = 0 ; i < options.length; i++) {
3525 // Get options from each line
3526 var value = options[i];
3527 var selector = value.selector,
3528 offset = value.offset,
3529 callback = value.callback;
3530
3531 var currentElement = document.querySelector(selector);
3532 if ( currentElement !== null) {
3533 var elementOffset = currentElement.getBoundingClientRect().top + document.body.scrollTop;
3534
3535 if (windowScroll > (elementOffset + offset)) {
3536 if (value.done !== true) {
3537 var callbackFunc = new Function(callback);
3538 callbackFunc();
3539 value.done = true;
3540 }
3541 }
3542 }
3543 }
3544 }
3545 }, 100);
3546 };
3547
3548})(jQuery);;/*!
3549 * pickadate.js v3.5.0, 2014/04/13
3550 * By Amsul, http://amsul.ca
3551 * Hosted on http://amsul.github.io/pickadate.js
3552 * Licensed under MIT
3553 */
3554
3555(function ( factory ) {
3556
3557 // AMD.
3558 if ( typeof define == 'function' && define.amd )
3559 define( 'picker', ['jquery'], factory )
3560
3561 // Node.js/browserify.
3562 else if ( typeof exports == 'object' )
3563 module.exports = factory( require('jquery') )
3564
3565 // Browser globals.
3566 else this.Picker = factory( jQuery )
3567
3568}(function( $ ) {
3569
3570var $window = $( window )
3571var $document = $( document )
3572var $html = $( document.documentElement )
3573
3574
3575/**
3576 * The picker constructor that creates a blank picker.
3577 */
3578function PickerConstructor( ELEMENT, NAME, COMPONENT, OPTIONS ) {
3579
3580 // If there’s no element, return the picker constructor.
3581 if ( !ELEMENT ) return PickerConstructor
3582
3583
3584 var
3585 IS_DEFAULT_THEME = false,
3586
3587
3588 // The state of the picker.
3589 STATE = {
3590 id: ELEMENT.id || 'P' + Math.abs( ~~(Math.random() * new Date()) )
3591 },
3592
3593
3594 // Merge the defaults and options passed.
3595 SETTINGS = COMPONENT ? $.extend( true, {}, COMPONENT.defaults, OPTIONS ) : OPTIONS || {},
3596
3597
3598 // Merge the default classes with the settings classes.
3599 CLASSES = $.extend( {}, PickerConstructor.klasses(), SETTINGS.klass ),
3600
3601
3602 // The element node wrapper into a jQuery object.
3603 $ELEMENT = $( ELEMENT ),
3604
3605
3606 // Pseudo picker constructor.
3607 PickerInstance = function() {
3608 return this.start()
3609 },
3610
3611
3612 // The picker prototype.
3613 P = PickerInstance.prototype = {
3614
3615 constructor: PickerInstance,
3616
3617 $node: $ELEMENT,
3618
3619
3620 /**
3621 * Initialize everything
3622 */
3623 start: function() {
3624
3625 // If it’s already started, do nothing.
3626 if ( STATE && STATE.start ) return P
3627
3628
3629 // Update the picker states.
3630 STATE.methods = {}
3631 STATE.start = true
3632 STATE.open = false
3633 STATE.type = ELEMENT.type
3634
3635
3636 // Confirm focus state, convert into text input to remove UA stylings,
3637 // and set as readonly to prevent keyboard popup.
3638 ELEMENT.autofocus = ELEMENT == getActiveElement()
3639 ELEMENT.readOnly = !SETTINGS.editable
3640 ELEMENT.id = ELEMENT.id || STATE.id
3641 if ( ELEMENT.type != 'text' ) {
3642 ELEMENT.type = 'text'
3643 }
3644
3645
3646 // Create a new picker component with the settings.
3647 P.component = new COMPONENT(P, SETTINGS)
3648
3649
3650 // Create the picker root with a holder and then prepare it.
3651 P.$root = $( PickerConstructor._.node('div', createWrappedComponent(), CLASSES.picker, 'id="' + ELEMENT.id + '_root" tabindex="0"') )
3652 prepareElementRoot()
3653
3654
3655 // If there’s a format for the hidden input element, create the element.
3656 if ( SETTINGS.formatSubmit ) {
3657 prepareElementHidden()
3658 }
3659
3660
3661 // Prepare the input element.
3662 prepareElement()
3663
3664
3665 // Insert the root as specified in the settings.
3666 if ( SETTINGS.container ) $( SETTINGS.container ).append( P.$root )
3667 else $ELEMENT.after( P.$root )
3668
3669
3670 // Bind the default component and settings events.
3671 P.on({
3672 start: P.component.onStart,
3673 render: P.component.onRender,
3674 stop: P.component.onStop,
3675 open: P.component.onOpen,
3676 close: P.component.onClose,
3677 set: P.component.onSet
3678 }).on({
3679 start: SETTINGS.onStart,
3680 render: SETTINGS.onRender,
3681 stop: SETTINGS.onStop,
3682 open: SETTINGS.onOpen,
3683 close: SETTINGS.onClose,
3684 set: SETTINGS.onSet
3685 })
3686
3687
3688 // Once we’re all set, check the theme in use.
3689 IS_DEFAULT_THEME = isUsingDefaultTheme( P.$root.children()[ 0 ] )
3690
3691
3692 // If the element has autofocus, open the picker.
3693 if ( ELEMENT.autofocus ) {
3694 P.open()
3695 }
3696
3697
3698 // Trigger queued the “start” and “render” events.
3699 return P.trigger( 'start' ).trigger( 'render' )
3700 }, //start
3701
3702
3703 /**
3704 * Render a new picker
3705 */
3706 render: function( entireComponent ) {
3707
3708 // Insert a new component holder in the root or box.
3709 if ( entireComponent ) P.$root.html( createWrappedComponent() )
3710 else P.$root.find( '.' + CLASSES.box ).html( P.component.nodes( STATE.open ) )
3711
3712 // Trigger the queued “render” events.
3713 return P.trigger( 'render' )
3714 }, //render
3715
3716
3717 /**
3718 * Destroy everything
3719 */
3720 stop: function() {
3721
3722 // If it’s already stopped, do nothing.
3723 if ( !STATE.start ) return P
3724
3725 // Then close the picker.
3726 P.close()
3727
3728 // Remove the hidden field.
3729 if ( P._hidden ) {
3730 P._hidden.parentNode.removeChild( P._hidden )
3731 }
3732
3733 // Remove the root.
3734 P.$root.remove()
3735
3736 // Remove the input class, remove the stored data, and unbind
3737 // the events (after a tick for IE - see `P.close`).
3738 $ELEMENT.removeClass( CLASSES.input ).removeData( NAME )
3739 setTimeout( function() {
3740 $ELEMENT.off( '.' + STATE.id )
3741 }, 0)
3742
3743 // Restore the element state
3744 ELEMENT.type = STATE.type
3745 ELEMENT.readOnly = false
3746
3747 // Trigger the queued “stop” events.
3748 P.trigger( 'stop' )
3749
3750 // Reset the picker states.
3751 STATE.methods = {}
3752 STATE.start = false
3753
3754 return P
3755 }, //stop
3756
3757
3758 /**
3759 * Open up the picker
3760 */
3761 open: function( dontGiveFocus ) {
3762
3763 // If it’s already open, do nothing.
3764 if ( STATE.open ) return P
3765
3766 // Add the “active” class.
3767 $ELEMENT.addClass( CLASSES.active )
3768 aria( ELEMENT, 'expanded', true )
3769
3770 // * A Firefox bug, when `html` has `overflow:hidden`, results in
3771 // killing transitions :(. So add the “opened” state on the next tick.
3772 // Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=625289
3773 setTimeout( function() {
3774
3775 // Add the “opened” class to the picker root.
3776 P.$root.addClass( CLASSES.opened )
3777 aria( P.$root[0], 'hidden', false )
3778
3779 }, 0 )
3780
3781 // If we have to give focus, bind the element and doc events.
3782 if ( dontGiveFocus !== false ) {
3783
3784 // Set it as open.
3785 STATE.open = true
3786
3787 // Prevent the page from scrolling.
3788 if ( IS_DEFAULT_THEME ) {
3789 $html.
3790 css( 'overflow', 'hidden' ).
3791 css( 'padding-right', '+=' + getScrollbarWidth() )
3792 }
3793
3794 // Pass focus to the root element’s jQuery object.
3795 // * Workaround for iOS8 to bring the picker’s root into view.
3796 P.$root[0].focus()
3797
3798 // Bind the document events.
3799 $document.on( 'click.' + STATE.id + ' focusin.' + STATE.id, function( event ) {
3800
3801 var target = event.target
3802
3803 // If the target of the event is not the element, close the picker picker.
3804 // * Don’t worry about clicks or focusins on the root because those don’t bubble up.
3805 // Also, for Firefox, a click on an `option` element bubbles up directly
3806 // to the doc. So make sure the target wasn't the doc.
3807 // * In Firefox stopPropagation() doesn’t prevent right-click events from bubbling,
3808 // which causes the picker to unexpectedly close when right-clicking it. So make
3809 // sure the event wasn’t a right-click.
3810 if ( target != ELEMENT && target != document && event.which != 3 ) {
3811
3812 // If the target was the holder that covers the screen,
3813 // keep the element focused to maintain tabindex.
3814 P.close( target === P.$root.children()[0] )
3815 }
3816
3817 }).on( 'keydown.' + STATE.id, function( event ) {
3818
3819 var
3820 // Get the keycode.
3821 keycode = event.keyCode,
3822
3823 // Translate that to a selection change.
3824 keycodeToMove = P.component.key[ keycode ],
3825
3826 // Grab the target.
3827 target = event.target
3828
3829
3830 // On escape, close the picker and give focus.
3831 if ( keycode == 27 ) {
3832 P.close( true )
3833 }
3834
3835
3836 // Check if there is a key movement or “enter” keypress on the element.
3837 else if ( target == P.$root[0] && ( keycodeToMove || keycode == 13 ) ) {
3838
3839 // Prevent the default action to stop page movement.
3840 event.preventDefault()
3841
3842 // Trigger the key movement action.
3843 if ( keycodeToMove ) {
3844 PickerConstructor._.trigger( P.component.key.go, P, [ PickerConstructor._.trigger( keycodeToMove ) ] )
3845 }
3846
3847 // On “enter”, if the highlighted item isn’t disabled, set the value and close.
3848 else if ( !P.$root.find( '.' + CLASSES.highlighted ).hasClass( CLASSES.disabled ) ) {
3849 P.set( 'select', P.component.item.highlight ).close()
3850 }
3851 }
3852
3853
3854 // If the target is within the root and “enter” is pressed,
3855 // prevent the default action and trigger a click on the target instead.
3856 else if ( $.contains( P.$root[0], target ) && keycode == 13 ) {
3857 event.preventDefault()
3858 target.click()
3859 }
3860 })
3861 }
3862
3863 // Trigger the queued “open” events.
3864 return P.trigger( 'open' )
3865 }, //open
3866
3867
3868 /**
3869 * Close the picker
3870 */
3871 close: function( giveFocus ) {
3872
3873 // If we need to give focus, do it before changing states.
3874 if ( giveFocus ) {
3875 // ....ah yes! It would’ve been incomplete without a crazy workaround for IE :|
3876 // The focus is triggered *after* the close has completed - causing it
3877 // to open again. So unbind and rebind the event at the next tick.
3878 P.$root.off( 'focus.toOpen' )[0].focus()
3879 setTimeout( function() {
3880 P.$root.on( 'focus.toOpen', handleFocusToOpenEvent )
3881 }, 0 )
3882 }
3883
3884 // Remove the “active” class.
3885 $ELEMENT.removeClass( CLASSES.active )
3886 aria( ELEMENT, 'expanded', false )
3887
3888 // * A Firefox bug, when `html` has `overflow:hidden`, results in
3889 // killing transitions :(. So remove the “opened” state on the next tick.
3890 // Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=625289
3891 setTimeout( function() {
3892
3893 // Remove the “opened” and “focused” class from the picker root.
3894 P.$root.removeClass( CLASSES.opened + ' ' + CLASSES.focused )
3895 aria( P.$root[0], 'hidden', true )
3896
3897 }, 0 )
3898
3899 // If it’s already closed, do nothing more.
3900 if ( !STATE.open ) return P
3901
3902 // Set it as closed.
3903 STATE.open = false
3904
3905 // Allow the page to scroll.
3906 if ( IS_DEFAULT_THEME ) {
3907 $html.
3908 css( 'overflow', '' ).
3909 css( 'padding-right', '-=' + getScrollbarWidth() )
3910 }
3911
3912 // Unbind the document events.
3913 $document.off( '.' + STATE.id )
3914
3915 // Trigger the queued “close” events.
3916 return P.trigger( 'close' )
3917 }, //close
3918
3919
3920 /**
3921 * Clear the values
3922 */
3923 clear: function( options ) {
3924 return P.set( 'clear', null, options )
3925 }, //clear
3926
3927
3928 /**
3929 * Set something
3930 */
3931 set: function( thing, value, options ) {
3932
3933 var thingItem, thingValue,
3934 thingIsObject = $.isPlainObject( thing ),
3935 thingObject = thingIsObject ? thing : {}
3936
3937 // Make sure we have usable options.
3938 options = thingIsObject && $.isPlainObject( value ) ? value : options || {}
3939
3940 if ( thing ) {
3941
3942 // If the thing isn’t an object, make it one.
3943 if ( !thingIsObject ) {
3944 thingObject[ thing ] = value
3945 }
3946
3947 // Go through the things of items to set.
3948 for ( thingItem in thingObject ) {
3949
3950 // Grab the value of the thing.
3951 thingValue = thingObject[ thingItem ]
3952
3953 // First, if the item exists and there’s a value, set it.
3954 if ( thingItem in P.component.item ) {
3955 if ( thingValue === undefined ) thingValue = null
3956 P.component.set( thingItem, thingValue, options )
3957 }
3958
3959 // Then, check to update the element value and broadcast a change.
3960 if ( thingItem == 'select' || thingItem == 'clear' ) {
3961 $ELEMENT.
3962 val( thingItem == 'clear' ? '' : P.get( thingItem, SETTINGS.format ) ).
3963 trigger( 'change' )
3964 }
3965 }
3966
3967 // Render a new picker.
3968 P.render()
3969 }
3970
3971 // When the method isn’t muted, trigger queued “set” events and pass the `thingObject`.
3972 return options.muted ? P : P.trigger( 'set', thingObject )
3973 }, //set
3974
3975
3976 /**
3977 * Get something
3978 */
3979 get: function( thing, format ) {
3980
3981 // Make sure there’s something to get.
3982 thing = thing || 'value'
3983
3984 // If a picker state exists, return that.
3985 if ( STATE[ thing ] != null ) {
3986 return STATE[ thing ]
3987 }
3988
3989 // Return the submission value, if that.
3990 if ( thing == 'valueSubmit' ) {
3991 if ( P._hidden ) {
3992 return P._hidden.value
3993 }
3994 thing = 'value'
3995 }
3996
3997 // Return the value, if that.
3998 if ( thing == 'value' ) {
3999 return ELEMENT.value
4000 }
4001
4002 // Check if a component item exists, return that.
4003 if ( thing in P.component.item ) {
4004 if ( typeof format == 'string' ) {
4005 var thingValue = P.component.get( thing )
4006 return thingValue ?
4007 PickerConstructor._.trigger(
4008 P.component.formats.toString,
4009 P.component,
4010 [ format, thingValue ]
4011 ) : ''
4012 }
4013 return P.component.get( thing )
4014 }
4015 }, //get
4016
4017
4018
4019 /**
4020 * Bind events on the things.
4021 */
4022 on: function( thing, method, internal ) {
4023
4024 var thingName, thingMethod,
4025 thingIsObject = $.isPlainObject( thing ),
4026 thingObject = thingIsObject ? thing : {}
4027
4028 if ( thing ) {
4029
4030 // If the thing isn’t an object, make it one.
4031 if ( !thingIsObject ) {
4032 thingObject[ thing ] = method
4033 }
4034
4035 // Go through the things to bind to.
4036 for ( thingName in thingObject ) {
4037
4038 // Grab the method of the thing.
4039 thingMethod = thingObject[ thingName ]
4040
4041 // If it was an internal binding, prefix it.
4042 if ( internal ) {
4043 thingName = '_' + thingName
4044 }
4045
4046 // Make sure the thing methods collection exists.
4047 STATE.methods[ thingName ] = STATE.methods[ thingName ] || []
4048
4049 // Add the method to the relative method collection.
4050 STATE.methods[ thingName ].push( thingMethod )
4051 }
4052 }
4053
4054 return P
4055 }, //on
4056
4057
4058
4059 /**
4060 * Unbind events on the things.
4061 */
4062 off: function() {
4063 var i, thingName,
4064 names = arguments;
4065 for ( i = 0, namesCount = names.length; i < namesCount; i += 1 ) {
4066 thingName = names[i]
4067 if ( thingName in STATE.methods ) {
4068 delete STATE.methods[thingName]
4069 }
4070 }
4071 return P
4072 },
4073
4074
4075 /**
4076 * Fire off method events.
4077 */
4078 trigger: function( name, data ) {
4079 var _trigger = function( name ) {
4080 var methodList = STATE.methods[ name ]
4081 if ( methodList ) {
4082 methodList.map( function( method ) {
4083 PickerConstructor._.trigger( method, P, [ data ] )
4084 })
4085 }
4086 }
4087 _trigger( '_' + name )
4088 _trigger( name )
4089 return P
4090 } //trigger
4091 } //PickerInstance.prototype
4092
4093
4094 /**
4095 * Wrap the picker holder components together.
4096 */
4097 function createWrappedComponent() {
4098
4099 // Create a picker wrapper holder
4100 return PickerConstructor._.node( 'div',
4101
4102 // Create a picker wrapper node
4103 PickerConstructor._.node( 'div',
4104
4105 // Create a picker frame
4106 PickerConstructor._.node( 'div',
4107
4108 // Create a picker box node
4109 PickerConstructor._.node( 'div',
4110
4111 // Create the components nodes.
4112 P.component.nodes( STATE.open ),
4113
4114 // The picker box class
4115 CLASSES.box
4116 ),
4117
4118 // Picker wrap class
4119 CLASSES.wrap
4120 ),
4121
4122 // Picker frame class
4123 CLASSES.frame
4124 ),
4125
4126 // Picker holder class
4127 CLASSES.holder
4128 ) //endreturn
4129 } //createWrappedComponent
4130
4131
4132
4133 /**
4134 * Prepare the input element with all bindings.
4135 */
4136 function prepareElement() {
4137
4138 $ELEMENT.
4139
4140 // Store the picker data by component name.
4141 data(NAME, P).
4142
4143 // Add the “input” class name.
4144 addClass(CLASSES.input).
4145
4146 // Remove the tabindex.
4147 attr('tabindex', -1).
4148
4149 // If there’s a `data-value`, update the value of the element.
4150 val( $ELEMENT.data('value') ?
4151 P.get('select', SETTINGS.format) :
4152 ELEMENT.value
4153 )
4154
4155
4156 // Only bind keydown events if the element isn’t editable.
4157 if ( !SETTINGS.editable ) {
4158
4159 $ELEMENT.
4160
4161 // On focus/click, focus onto the root to open it up.
4162 on( 'focus.' + STATE.id + ' click.' + STATE.id, function( event ) {
4163 event.preventDefault()
4164 P.$root[0].focus()
4165 }).
4166
4167 // Handle keyboard event based on the picker being opened or not.
4168 on( 'keydown.' + STATE.id, handleKeydownEvent )
4169 }
4170
4171
4172 // Update the aria attributes.
4173 aria(ELEMENT, {
4174 haspopup: true,
4175 expanded: false,
4176 readonly: false,
4177 owns: ELEMENT.id + '_root'
4178 })
4179 }
4180
4181
4182 /**
4183 * Prepare the root picker element with all bindings.
4184 */
4185 function prepareElementRoot() {
4186
4187 P.$root.
4188
4189 on({
4190
4191 // For iOS8.
4192 keydown: handleKeydownEvent,
4193
4194 // When something within the root is focused, stop from bubbling
4195 // to the doc and remove the “focused” state from the root.
4196 focusin: function( event ) {
4197 P.$root.removeClass( CLASSES.focused )
4198 event.stopPropagation()
4199 },
4200
4201 // When something within the root holder is clicked, stop it
4202 // from bubbling to the doc.
4203 'mousedown click': function( event ) {
4204
4205 var target = event.target
4206
4207 // Make sure the target isn’t the root holder so it can bubble up.
4208 if ( target != P.$root.children()[ 0 ] ) {
4209
4210 event.stopPropagation()
4211
4212 // * For mousedown events, cancel the default action in order to
4213 // prevent cases where focus is shifted onto external elements
4214 // when using things like jQuery mobile or MagnificPopup (ref: #249 & #120).
4215 // Also, for Firefox, don’t prevent action on the `option` element.
4216 if ( event.type == 'mousedown' && !$( target ).is( 'input, select, textarea, button, option' )) {
4217
4218 event.preventDefault()
4219
4220 // Re-focus onto the root so that users can click away
4221 // from elements focused within the picker.
4222 P.$root[0].focus()
4223 }
4224 }
4225 }
4226 }).
4227
4228 // Add/remove the “target” class on focus and blur.
4229 on({
4230 focus: function() {
4231 $ELEMENT.addClass( CLASSES.target )
4232 },
4233 blur: function() {
4234 $ELEMENT.removeClass( CLASSES.target )
4235 }
4236 }).
4237
4238 // Open the picker and adjust the root “focused” state
4239 on( 'focus.toOpen', handleFocusToOpenEvent ).
4240
4241 // If there’s a click on an actionable element, carry out the actions.
4242 on( 'click', '[data-pick], [data-nav], [data-clear], [data-close]', function() {
4243
4244 var $target = $( this ),
4245 targetData = $target.data(),
4246 targetDisabled = $target.hasClass( CLASSES.navDisabled ) || $target.hasClass( CLASSES.disabled ),
4247
4248 // * For IE, non-focusable elements can be active elements as well
4249 // (http://stackoverflow.com/a/2684561).
4250 activeElement = getActiveElement()
4251 activeElement = activeElement && ( activeElement.type || activeElement.href )
4252
4253 // If it’s disabled or nothing inside is actively focused, re-focus the element.
4254 if ( targetDisabled || activeElement && !$.contains( P.$root[0], activeElement ) ) {
4255 P.$root[0].focus()
4256 }
4257
4258 // If something is superficially changed, update the `highlight` based on the `nav`.
4259 if ( !targetDisabled && targetData.nav ) {
4260 P.set( 'highlight', P.component.item.highlight, { nav: targetData.nav } )
4261 }
4262
4263 // If something is picked, set `select` then close with focus.
4264 else if ( !targetDisabled && 'pick' in targetData ) {
4265 P.set( 'select', targetData.pick )
4266 }
4267
4268 // If a “clear” button is pressed, empty the values and close with focus.
4269 else if ( targetData.clear ) {
4270 P.clear().close( true )
4271 }
4272
4273 else if ( targetData.close ) {
4274 P.close( true )
4275 }
4276
4277 }) //P.$root
4278
4279 aria( P.$root[0], 'hidden', true )
4280 }
4281
4282
4283 /**
4284 * Prepare the hidden input element along with all bindings.
4285 */
4286 function prepareElementHidden() {
4287
4288 var name
4289
4290 if ( SETTINGS.hiddenName === true ) {
4291 name = ELEMENT.name
4292 ELEMENT.name = ''
4293 }
4294 else {
4295 name = [
4296 typeof SETTINGS.hiddenPrefix == 'string' ? SETTINGS.hiddenPrefix : '',
4297 typeof SETTINGS.hiddenSuffix == 'string' ? SETTINGS.hiddenSuffix : '_submit'
4298 ]
4299 name = name[0] + ELEMENT.name + name[1]
4300 }
4301
4302 P._hidden = $(
4303 '<input ' +
4304 'type=hidden ' +
4305
4306 // Create the name using the original input’s with a prefix and suffix.
4307 'name="' + name + '"' +
4308
4309 // If the element has a value, set the hidden value as well.
4310 (
4311 $ELEMENT.data('value') || ELEMENT.value ?
4312 ' value="' + P.get('select', SETTINGS.formatSubmit) + '"' :
4313 ''
4314 ) +
4315 '>'
4316 )[0]
4317
4318 $ELEMENT.
4319
4320 // If the value changes, update the hidden input with the correct format.
4321 on('change.' + STATE.id, function() {
4322 P._hidden.value = ELEMENT.value ?
4323 P.get('select', SETTINGS.formatSubmit) :
4324 ''
4325 })
4326
4327
4328 // Insert the hidden input as specified in the settings.
4329 if ( SETTINGS.container ) $( SETTINGS.container ).append( P._hidden )
4330 else $ELEMENT.after( P._hidden )
4331 }
4332
4333
4334 // For iOS8.
4335 function handleKeydownEvent( event ) {
4336
4337 var keycode = event.keyCode,
4338
4339 // Check if one of the delete keys was pressed.
4340 isKeycodeDelete = /^(8|46)$/.test(keycode)
4341
4342 // For some reason IE clears the input value on “escape”.
4343 if ( keycode == 27 ) {
4344 P.close()
4345 return false
4346 }
4347
4348 // Check if `space` or `delete` was pressed or the picker is closed with a key movement.
4349 if ( keycode == 32 || isKeycodeDelete || !STATE.open && P.component.key[keycode] ) {
4350
4351 // Prevent it from moving the page and bubbling to doc.
4352 event.preventDefault()
4353 event.stopPropagation()
4354
4355 // If `delete` was pressed, clear the values and close the picker.
4356 // Otherwise open the picker.
4357 if ( isKeycodeDelete ) { P.clear().close() }
4358 else { P.open() }
4359 }
4360 }
4361
4362
4363 // Separated for IE
4364 function handleFocusToOpenEvent( event ) {
4365
4366 // Stop the event from propagating to the doc.
4367 event.stopPropagation()
4368
4369 // If it’s a focus event, add the “focused” class to the root.
4370 if ( event.type == 'focus' ) {
4371 P.$root.addClass( CLASSES.focused )
4372 }
4373
4374 // And then finally open the picker.
4375 P.open()
4376 }
4377
4378
4379 // Return a new picker instance.
4380 return new PickerInstance()
4381} //PickerConstructor
4382
4383
4384
4385/**
4386 * The default classes and prefix to use for the HTML classes.
4387 */
4388PickerConstructor.klasses = function( prefix ) {
4389 prefix = prefix || 'picker'
4390 return {
4391
4392 picker: prefix,
4393 opened: prefix + '--opened',
4394 focused: prefix + '--focused',
4395
4396 input: prefix + '__input',
4397 active: prefix + '__input--active',
4398 target: prefix + '__input--target',
4399
4400 holder: prefix + '__holder',
4401
4402 frame: prefix + '__frame',
4403 wrap: prefix + '__wrap',
4404
4405 box: prefix + '__box'
4406 }
4407} //PickerConstructor.klasses
4408
4409
4410
4411/**
4412 * Check if the default theme is being used.
4413 */
4414function isUsingDefaultTheme( element ) {
4415
4416 var theme,
4417 prop = 'position'
4418
4419 // For IE.
4420 if ( element.currentStyle ) {
4421 theme = element.currentStyle[prop]
4422 }
4423
4424 // For normal browsers.
4425 else if ( window.getComputedStyle ) {
4426 theme = getComputedStyle( element )[prop]
4427 }
4428
4429 return theme == 'fixed'
4430}
4431
4432
4433
4434/**
4435 * Get the width of the browser’s scrollbar.
4436 * Taken from: https://github.com/VodkaBears/Remodal/blob/master/src/jquery.remodal.js
4437 */
4438function getScrollbarWidth() {
4439
4440 if ( $html.height() <= $window.height() ) {
4441 return 0
4442 }
4443
4444 var $outer = $( '<div style="visibility:hidden;width:100px" />' ).
4445 appendTo( 'body' )
4446
4447 // Get the width without scrollbars.
4448 var widthWithoutScroll = $outer[0].offsetWidth
4449
4450 // Force adding scrollbars.
4451 $outer.css( 'overflow', 'scroll' )
4452
4453 // Add the inner div.
4454 var $inner = $( '<div style="width:100%" />' ).appendTo( $outer )
4455
4456 // Get the width with scrollbars.
4457 var widthWithScroll = $inner[0].offsetWidth
4458
4459 // Remove the divs.
4460 $outer.remove()
4461
4462 // Return the difference between the widths.
4463 return widthWithoutScroll - widthWithScroll
4464}
4465
4466
4467
4468/**
4469 * PickerConstructor helper methods.
4470 */
4471PickerConstructor._ = {
4472
4473 /**
4474 * Create a group of nodes. Expects:
4475 * `
4476 {
4477 min: {Integer},
4478 max: {Integer},
4479 i: {Integer},
4480 node: {String},
4481 item: {Function}
4482 }
4483 * `
4484 */
4485 group: function( groupObject ) {
4486
4487 var
4488 // Scope for the looped object
4489 loopObjectScope,
4490
4491 // Create the nodes list
4492 nodesList = '',
4493
4494 // The counter starts from the `min`
4495 counter = PickerConstructor._.trigger( groupObject.min, groupObject )
4496
4497
4498 // Loop from the `min` to `max`, incrementing by `i`
4499 for ( ; counter <= PickerConstructor._.trigger( groupObject.max, groupObject, [ counter ] ); counter += groupObject.i ) {
4500
4501 // Trigger the `item` function within scope of the object
4502 loopObjectScope = PickerConstructor._.trigger( groupObject.item, groupObject, [ counter ] )
4503
4504 // Splice the subgroup and create nodes out of the sub nodes
4505 nodesList += PickerConstructor._.node(
4506 groupObject.node,
4507 loopObjectScope[ 0 ], // the node
4508 loopObjectScope[ 1 ], // the classes
4509 loopObjectScope[ 2 ] // the attributes
4510 )
4511 }
4512
4513 // Return the list of nodes
4514 return nodesList
4515 }, //group
4516
4517
4518 /**
4519 * Create a dom node string
4520 */
4521 node: function( wrapper, item, klass, attribute ) {
4522
4523 // If the item is false-y, just return an empty string
4524 if ( !item ) return ''
4525
4526 // If the item is an array, do a join
4527 item = $.isArray( item ) ? item.join( '' ) : item
4528
4529 // Check for the class
4530 klass = klass ? ' class="' + klass + '"' : ''
4531
4532 // Check for any attributes
4533 attribute = attribute ? ' ' + attribute : ''
4534
4535 // Return the wrapped item
4536 return '<' + wrapper + klass + attribute + '>' + item + '</' + wrapper + '>'
4537 }, //node
4538
4539
4540 /**
4541 * Lead numbers below 10 with a zero.
4542 */
4543 lead: function( number ) {
4544 return ( number < 10 ? '0': '' ) + number
4545 },
4546
4547
4548 /**
4549 * Trigger a function otherwise return the value.
4550 */
4551 trigger: function( callback, scope, args ) {
4552 return typeof callback == 'function' ? callback.apply( scope, args || [] ) : callback
4553 },
4554
4555
4556 /**
4557 * If the second character is a digit, length is 2 otherwise 1.
4558 */
4559 digits: function( string ) {
4560 return ( /\d/ ).test( string[ 1 ] ) ? 2 : 1
4561 },
4562
4563
4564 /**
4565 * Tell if something is a date object.
4566 */
4567 isDate: function( value ) {
4568 return {}.toString.call( value ).indexOf( 'Date' ) > -1 && this.isInteger( value.getDate() )
4569 },
4570
4571
4572 /**
4573 * Tell if something is an integer.
4574 */
4575 isInteger: function( value ) {
4576 return {}.toString.call( value ).indexOf( 'Number' ) > -1 && value % 1 === 0
4577 },
4578
4579
4580 /**
4581 * Create ARIA attribute strings.
4582 */
4583 ariaAttr: ariaAttr
4584} //PickerConstructor._
4585
4586
4587
4588/**
4589 * Extend the picker with a component and defaults.
4590 */
4591PickerConstructor.extend = function( name, Component ) {
4592
4593 // Extend jQuery.
4594 $.fn[ name ] = function( options, action ) {
4595
4596 // Grab the component data.
4597 var componentData = this.data( name )
4598
4599 // If the picker is requested, return the data object.
4600 if ( options == 'picker' ) {
4601 return componentData
4602 }
4603
4604 // If the component data exists and `options` is a string, carry out the action.
4605 if ( componentData && typeof options == 'string' ) {
4606 return PickerConstructor._.trigger( componentData[ options ], componentData, [ action ] )
4607 }
4608
4609 // Otherwise go through each matched element and if the component
4610 // doesn’t exist, create a new picker using `this` element
4611 // and merging the defaults and options with a deep copy.
4612 return this.each( function() {
4613 var $this = $( this )
4614 if ( !$this.data( name ) ) {
4615 new PickerConstructor( this, name, Component, options )
4616 }
4617 })
4618 }
4619
4620 // Set the defaults.
4621 $.fn[ name ].defaults = Component.defaults
4622} //PickerConstructor.extend
4623
4624
4625
4626function aria(element, attribute, value) {
4627 if ( $.isPlainObject(attribute) ) {
4628 for ( var key in attribute ) {
4629 ariaSet(element, key, attribute[key])
4630 }
4631 }
4632 else {
4633 ariaSet(element, attribute, value)
4634 }
4635}
4636function ariaSet(element, attribute, value) {
4637 element.setAttribute(
4638 (attribute == 'role' ? '' : 'aria-') + attribute,
4639 value
4640 )
4641}
4642function ariaAttr(attribute, data) {
4643 if ( !$.isPlainObject(attribute) ) {
4644 attribute = { attribute: data }
4645 }
4646 data = ''
4647 for ( var key in attribute ) {
4648 var attr = (key == 'role' ? '' : 'aria-') + key,
4649 attrVal = attribute[key]
4650 data += attrVal == null ? '' : attr + '="' + attribute[key] + '"'
4651 }
4652 return data
4653}
4654
4655// IE8 bug throws an error for activeElements within iframes.
4656function getActiveElement() {
4657 try {
4658 return document.activeElement
4659 } catch ( err ) { }
4660}
4661
4662
4663
4664// Expose the picker constructor.
4665return PickerConstructor
4666
4667
4668}));
4669
4670
4671;/*!
4672 * Date picker for pickadate.js v3.5.0
4673 * http://amsul.github.io/pickadate.js/date.htm
4674 */
4675
4676(function ( factory ) {
4677
4678 // AMD.
4679 if ( typeof define == 'function' && define.amd )
4680 define( ['picker', 'jquery'], factory )
4681
4682 // Node.js/browserify.
4683 else if ( typeof exports == 'object' )
4684 module.exports = factory( require('./picker.js'), require('jquery') )
4685
4686 // Browser globals.
4687 else factory( Picker, jQuery )
4688
4689}(function( Picker, $ ) {
4690
4691
4692/**
4693 * Globals and constants
4694 */
4695var DAYS_IN_WEEK = 7,
4696 WEEKS_IN_CALENDAR = 6,
4697 _ = Picker._
4698
4699
4700
4701/**
4702 * The date picker constructor
4703 */
4704function DatePicker( picker, settings ) {
4705
4706 var calendar = this,
4707 element = picker.$node[ 0 ],
4708 elementValue = element.value,
4709 elementDataValue = picker.$node.data( 'value' ),
4710 valueString = elementDataValue || elementValue,
4711 formatString = elementDataValue ? settings.formatSubmit : settings.format,
4712 isRTL = function() {
4713
4714 return element.currentStyle ?
4715
4716 // For IE.
4717 element.currentStyle.direction == 'rtl' :
4718
4719 // For normal browsers.
4720 getComputedStyle( picker.$root[0] ).direction == 'rtl'
4721 }
4722
4723 calendar.settings = settings
4724 calendar.$node = picker.$node
4725
4726 // The queue of methods that will be used to build item objects.
4727 calendar.queue = {
4728 min: 'measure create',
4729 max: 'measure create',
4730 now: 'now create',
4731 select: 'parse create validate',
4732 highlight: 'parse navigate create validate',
4733 view: 'parse create validate viewset',
4734 disable: 'deactivate',
4735 enable: 'activate'
4736 }
4737
4738 // The component's item object.
4739 calendar.item = {}
4740
4741 calendar.item.clear = null
4742 calendar.item.disable = ( settings.disable || [] ).slice( 0 )
4743 calendar.item.enable = -(function( collectionDisabled ) {
4744 return collectionDisabled[ 0 ] === true ? collectionDisabled.shift() : -1
4745 })( calendar.item.disable )
4746
4747 calendar.
4748 set( 'min', settings.min ).
4749 set( 'max', settings.max ).
4750 set( 'now' )
4751
4752 // When there’s a value, set the `select`, which in turn
4753 // also sets the `highlight` and `view`.
4754 if ( valueString ) {
4755 calendar.set( 'select', valueString, { format: formatString })
4756 }
4757
4758 // If there’s no value, default to highlighting “today”.
4759 else {
4760 calendar.
4761 set( 'select', null ).
4762 set( 'highlight', calendar.item.now )
4763 }
4764
4765
4766 // The keycode to movement mapping.
4767 calendar.key = {
4768 40: 7, // Down
4769 38: -7, // Up
4770 39: function() { return isRTL() ? -1 : 1 }, // Right
4771 37: function() { return isRTL() ? 1 : -1 }, // Left
4772 go: function( timeChange ) {
4773 var highlightedObject = calendar.item.highlight,
4774 targetDate = new Date( highlightedObject.year, highlightedObject.month, highlightedObject.date + timeChange )
4775 calendar.set(
4776 'highlight',
4777 targetDate,
4778 { interval: timeChange }
4779 )
4780 this.render()
4781 }
4782 }
4783
4784
4785 // Bind some picker events.
4786 picker.
4787 on( 'render', function() {
4788 picker.$root.find( '.' + settings.klass.selectMonth ).on( 'change', function() {
4789 var value = this.value
4790 if ( value ) {
4791 picker.set( 'highlight', [ picker.get( 'view' ).year, value, picker.get( 'highlight' ).date ] )
4792 picker.$root.find( '.' + settings.klass.selectMonth ).trigger( 'focus' )
4793 }
4794 })
4795 picker.$root.find( '.' + settings.klass.selectYear ).on( 'change', function() {
4796 var value = this.value
4797 if ( value ) {
4798 picker.set( 'highlight', [ value, picker.get( 'view' ).month, picker.get( 'highlight' ).date ] )
4799 picker.$root.find( '.' + settings.klass.selectYear ).trigger( 'focus' )
4800 }
4801 })
4802 }, 1 ).
4803 on( 'open', function() {
4804 var includeToday = ''
4805 if ( calendar.disabled( calendar.get('now') ) ) {
4806 includeToday = ':not(.' + settings.klass.buttonToday + ')'
4807 }
4808 picker.$root.find( 'button' + includeToday + ', select' ).attr( 'disabled', false )
4809 }, 1 ).
4810 on( 'close', function() {
4811 picker.$root.find( 'button, select' ).attr( 'disabled', true )
4812 }, 1 )
4813
4814} //DatePicker
4815
4816
4817/**
4818 * Set a datepicker item object.
4819 */
4820DatePicker.prototype.set = function( type, value, options ) {
4821
4822 var calendar = this,
4823 calendarItem = calendar.item
4824
4825 // If the value is `null` just set it immediately.
4826 if ( value === null ) {
4827 if ( type == 'clear' ) type = 'select'
4828 calendarItem[ type ] = value
4829 return calendar
4830 }
4831
4832 // Otherwise go through the queue of methods, and invoke the functions.
4833 // Update this as the time unit, and set the final value as this item.
4834 // * In the case of `enable`, keep the queue but set `disable` instead.
4835 // And in the case of `flip`, keep the queue but set `enable` instead.
4836 calendarItem[ ( type == 'enable' ? 'disable' : type == 'flip' ? 'enable' : type ) ] = calendar.queue[ type ].split( ' ' ).map( function( method ) {
4837 value = calendar[ method ]( type, value, options )
4838 return value
4839 }).pop()
4840
4841 // Check if we need to cascade through more updates.
4842 if ( type == 'select' ) {
4843 calendar.set( 'highlight', calendarItem.select, options )
4844 }
4845 else if ( type == 'highlight' ) {
4846 calendar.set( 'view', calendarItem.highlight, options )
4847 }
4848 else if ( type.match( /^(flip|min|max|disable|enable)$/ ) ) {
4849 if ( calendarItem.select && calendar.disabled( calendarItem.select ) ) {
4850 calendar.set( 'select', calendarItem.select, options )
4851 }
4852 if ( calendarItem.highlight && calendar.disabled( calendarItem.highlight ) ) {
4853 calendar.set( 'highlight', calendarItem.highlight, options )
4854 }
4855 }
4856
4857 return calendar
4858} //DatePicker.prototype.set
4859
4860
4861/**
4862 * Get a datepicker item object.
4863 */
4864DatePicker.prototype.get = function( type ) {
4865 return this.item[ type ]
4866} //DatePicker.prototype.get
4867
4868
4869/**
4870 * Create a picker date object.
4871 */
4872DatePicker.prototype.create = function( type, value, options ) {
4873
4874 var isInfiniteValue,
4875 calendar = this
4876
4877 // If there’s no value, use the type as the value.
4878 value = value === undefined ? type : value
4879
4880
4881 // If it’s infinity, update the value.
4882 if ( value == -Infinity || value == Infinity ) {
4883 isInfiniteValue = value
4884 }
4885
4886 // If it’s an object, use the native date object.
4887 else if ( $.isPlainObject( value ) && _.isInteger( value.pick ) ) {
4888 value = value.obj
4889 }
4890
4891 // If it’s an array, convert it into a date and make sure
4892 // that it’s a valid date – otherwise default to today.
4893 else if ( $.isArray( value ) ) {
4894 value = new Date( value[ 0 ], value[ 1 ], value[ 2 ] )
4895 value = _.isDate( value ) ? value : calendar.create().obj
4896 }
4897
4898 // If it’s a number or date object, make a normalized date.
4899 else if ( _.isInteger( value ) || _.isDate( value ) ) {
4900 value = calendar.normalize( new Date( value ), options )
4901 }
4902
4903 // If it’s a literal true or any other case, set it to now.
4904 else /*if ( value === true )*/ {
4905 value = calendar.now( type, value, options )
4906 }
4907
4908 // Return the compiled object.
4909 return {
4910 year: isInfiniteValue || value.getFullYear(),
4911 month: isInfiniteValue || value.getMonth(),
4912 date: isInfiniteValue || value.getDate(),
4913 day: isInfiniteValue || value.getDay(),
4914 obj: isInfiniteValue || value,
4915 pick: isInfiniteValue || value.getTime()
4916 }
4917} //DatePicker.prototype.create
4918
4919
4920/**
4921 * Create a range limit object using an array, date object,
4922 * literal “true”, or integer relative to another time.
4923 */
4924DatePicker.prototype.createRange = function( from, to ) {
4925
4926 var calendar = this,
4927 createDate = function( date ) {
4928 if ( date === true || $.isArray( date ) || _.isDate( date ) ) {
4929 return calendar.create( date )
4930 }
4931 return date
4932 }
4933
4934 // Create objects if possible.
4935 if ( !_.isInteger( from ) ) {
4936 from = createDate( from )
4937 }
4938 if ( !_.isInteger( to ) ) {
4939 to = createDate( to )
4940 }
4941
4942 // Create relative dates.
4943 if ( _.isInteger( from ) && $.isPlainObject( to ) ) {
4944 from = [ to.year, to.month, to.date + from ];
4945 }
4946 else if ( _.isInteger( to ) && $.isPlainObject( from ) ) {
4947 to = [ from.year, from.month, from.date + to ];
4948 }
4949
4950 return {
4951 from: createDate( from ),
4952 to: createDate( to )
4953 }
4954} //DatePicker.prototype.createRange
4955
4956
4957/**
4958 * Check if a date unit falls within a date range object.
4959 */
4960DatePicker.prototype.withinRange = function( range, dateUnit ) {
4961 range = this.createRange(range.from, range.to)
4962 return dateUnit.pick >= range.from.pick && dateUnit.pick <= range.to.pick
4963}
4964
4965
4966/**
4967 * Check if two date range objects overlap.
4968 */
4969DatePicker.prototype.overlapRanges = function( one, two ) {
4970
4971 var calendar = this
4972
4973 // Convert the ranges into comparable dates.
4974 one = calendar.createRange( one.from, one.to )
4975 two = calendar.createRange( two.from, two.to )
4976
4977 return calendar.withinRange( one, two.from ) || calendar.withinRange( one, two.to ) ||
4978 calendar.withinRange( two, one.from ) || calendar.withinRange( two, one.to )
4979}
4980
4981
4982/**
4983 * Get the date today.
4984 */
4985DatePicker.prototype.now = function( type, value, options ) {
4986 value = new Date()
4987 if ( options && options.rel ) {
4988 value.setDate( value.getDate() + options.rel )
4989 }
4990 return this.normalize( value, options )
4991}
4992
4993
4994/**
4995 * Navigate to next/prev month.
4996 */
4997DatePicker.prototype.navigate = function( type, value, options ) {
4998
4999 var targetDateObject,
5000 targetYear,
5001 targetMonth,
5002 targetDate,
5003 isTargetArray = $.isArray( value ),
5004 isTargetObject = $.isPlainObject( value ),
5005 viewsetObject = this.item.view/*,
5006 safety = 100*/
5007
5008
5009 if ( isTargetArray || isTargetObject ) {
5010
5011 if ( isTargetObject ) {
5012 targetYear = value.year
5013 targetMonth = value.month
5014 targetDate = value.date
5015 }
5016 else {
5017 targetYear = +value[0]
5018 targetMonth = +value[1]
5019 targetDate = +value[2]
5020 }
5021
5022 // If we’re navigating months but the view is in a different
5023 // month, navigate to the view’s year and month.
5024 if ( options && options.nav && viewsetObject && viewsetObject.month !== targetMonth ) {
5025 targetYear = viewsetObject.year
5026 targetMonth = viewsetObject.month
5027 }
5028
5029 // Figure out the expected target year and month.
5030 targetDateObject = new Date( targetYear, targetMonth + ( options && options.nav ? options.nav : 0 ), 1 )
5031 targetYear = targetDateObject.getFullYear()
5032 targetMonth = targetDateObject.getMonth()
5033
5034 // If the month we’re going to doesn’t have enough days,
5035 // keep decreasing the date until we reach the month’s last date.
5036 while ( /*safety &&*/ new Date( targetYear, targetMonth, targetDate ).getMonth() !== targetMonth ) {
5037 targetDate -= 1
5038 /*safety -= 1
5039 if ( !safety ) {
5040 throw 'Fell into an infinite loop while navigating to ' + new Date( targetYear, targetMonth, targetDate ) + '.'
5041 }*/
5042 }
5043
5044 value = [ targetYear, targetMonth, targetDate ]
5045 }
5046
5047 return value
5048} //DatePicker.prototype.navigate
5049
5050
5051/**
5052 * Normalize a date by setting the hours to midnight.
5053 */
5054DatePicker.prototype.normalize = function( value/*, options*/ ) {
5055 value.setHours( 0, 0, 0, 0 )
5056 return value
5057}
5058
5059
5060/**
5061 * Measure the range of dates.
5062 */
5063DatePicker.prototype.measure = function( type, value/*, options*/ ) {
5064
5065 var calendar = this
5066
5067 // If it’s anything false-y, remove the limits.
5068 if ( !value ) {
5069 value = type == 'min' ? -Infinity : Infinity
5070 }
5071
5072 // If it’s a string, parse it.
5073 else if ( typeof value == 'string' ) {
5074 value = calendar.parse( type, value )
5075 }
5076
5077 // If it's an integer, get a date relative to today.
5078 else if ( _.isInteger( value ) ) {
5079 value = calendar.now( type, value, { rel: value } )
5080 }
5081
5082 return value
5083} ///DatePicker.prototype.measure
5084
5085
5086/**
5087 * Create a viewset object based on navigation.
5088 */
5089DatePicker.prototype.viewset = function( type, dateObject/*, options*/ ) {
5090 return this.create([ dateObject.year, dateObject.month, 1 ])
5091}
5092
5093
5094/**
5095 * Validate a date as enabled and shift if needed.
5096 */
5097DatePicker.prototype.validate = function( type, dateObject, options ) {
5098
5099 var calendar = this,
5100
5101 // Keep a reference to the original date.
5102 originalDateObject = dateObject,
5103
5104 // Make sure we have an interval.
5105 interval = options && options.interval ? options.interval : 1,
5106
5107 // Check if the calendar enabled dates are inverted.
5108 isFlippedBase = calendar.item.enable === -1,
5109
5110 // Check if we have any enabled dates after/before now.
5111 hasEnabledBeforeTarget, hasEnabledAfterTarget,
5112
5113 // The min & max limits.
5114 minLimitObject = calendar.item.min,
5115 maxLimitObject = calendar.item.max,
5116
5117 // Check if we’ve reached the limit during shifting.
5118 reachedMin, reachedMax,
5119
5120 // Check if the calendar is inverted and at least one weekday is enabled.
5121 hasEnabledWeekdays = isFlippedBase && calendar.item.disable.filter( function( value ) {
5122
5123 // If there’s a date, check where it is relative to the target.
5124 if ( $.isArray( value ) ) {
5125 var dateTime = calendar.create( value ).pick
5126 if ( dateTime < dateObject.pick ) hasEnabledBeforeTarget = true
5127 else if ( dateTime > dateObject.pick ) hasEnabledAfterTarget = true
5128 }
5129
5130 // Return only integers for enabled weekdays.
5131 return _.isInteger( value )
5132 }).length/*,
5133
5134 safety = 100*/
5135
5136
5137
5138 // Cases to validate for:
5139 // [1] Not inverted and date disabled.
5140 // [2] Inverted and some dates enabled.
5141 // [3] Not inverted and out of range.
5142 //
5143 // Cases to **not** validate for:
5144 // • Navigating months.
5145 // • Not inverted and date enabled.
5146 // • Inverted and all dates disabled.
5147 // • ..and anything else.
5148 if ( !options || !options.nav ) if (
5149 /* 1 */ ( !isFlippedBase && calendar.disabled( dateObject ) ) ||
5150 /* 2 */ ( isFlippedBase && calendar.disabled( dateObject ) && ( hasEnabledWeekdays || hasEnabledBeforeTarget || hasEnabledAfterTarget ) ) ||
5151 /* 3 */ ( !isFlippedBase && (dateObject.pick <= minLimitObject.pick || dateObject.pick >= maxLimitObject.pick) )
5152 ) {
5153
5154
5155 // When inverted, flip the direction if there aren’t any enabled weekdays
5156 // and there are no enabled dates in the direction of the interval.
5157 if ( isFlippedBase && !hasEnabledWeekdays && ( ( !hasEnabledAfterTarget && interval > 0 ) || ( !hasEnabledBeforeTarget && interval < 0 ) ) ) {
5158 interval *= -1
5159 }
5160
5161
5162 // Keep looping until we reach an enabled date.
5163 while ( /*safety &&*/ calendar.disabled( dateObject ) ) {
5164
5165 /*safety -= 1
5166 if ( !safety ) {
5167 throw 'Fell into an infinite loop while validating ' + dateObject.obj + '.'
5168 }*/
5169
5170
5171 // If we’ve looped into the next/prev month with a large interval, return to the original date and flatten the interval.
5172 if ( Math.abs( interval ) > 1 && ( dateObject.month < originalDateObject.month || dateObject.month > originalDateObject.month ) ) {
5173 dateObject = originalDateObject
5174 interval = interval > 0 ? 1 : -1
5175 }
5176
5177
5178 // If we’ve reached the min/max limit, reverse the direction, flatten the interval and set it to the limit.
5179 if ( dateObject.pick <= minLimitObject.pick ) {
5180 reachedMin = true
5181 interval = 1
5182 dateObject = calendar.create([
5183 minLimitObject.year,
5184 minLimitObject.month,
5185 minLimitObject.date + (dateObject.pick === minLimitObject.pick ? 0 : -1)
5186 ])
5187 }
5188 else if ( dateObject.pick >= maxLimitObject.pick ) {
5189 reachedMax = true
5190 interval = -1
5191 dateObject = calendar.create([
5192 maxLimitObject.year,
5193 maxLimitObject.month,
5194 maxLimitObject.date + (dateObject.pick === maxLimitObject.pick ? 0 : 1)
5195 ])
5196 }
5197
5198
5199 // If we’ve reached both limits, just break out of the loop.
5200 if ( reachedMin && reachedMax ) {
5201 break
5202 }
5203
5204
5205 // Finally, create the shifted date using the interval and keep looping.
5206 dateObject = calendar.create([ dateObject.year, dateObject.month, dateObject.date + interval ])
5207 }
5208
5209 } //endif
5210
5211
5212 // Return the date object settled on.
5213 return dateObject
5214} //DatePicker.prototype.validate
5215
5216
5217/**
5218 * Check if a date is disabled.
5219 */
5220DatePicker.prototype.disabled = function( dateToVerify ) {
5221
5222 var
5223 calendar = this,
5224
5225 // Filter through the disabled dates to check if this is one.
5226 isDisabledMatch = calendar.item.disable.filter( function( dateToDisable ) {
5227
5228 // If the date is a number, match the weekday with 0index and `firstDay` check.
5229 if ( _.isInteger( dateToDisable ) ) {
5230 return dateToVerify.day === ( calendar.settings.firstDay ? dateToDisable : dateToDisable - 1 ) % 7
5231 }
5232
5233 // If it’s an array or a native JS date, create and match the exact date.
5234 if ( $.isArray( dateToDisable ) || _.isDate( dateToDisable ) ) {
5235 return dateToVerify.pick === calendar.create( dateToDisable ).pick
5236 }
5237
5238 // If it’s an object, match a date within the “from” and “to” range.
5239 if ( $.isPlainObject( dateToDisable ) ) {
5240 return calendar.withinRange( dateToDisable, dateToVerify )
5241 }
5242 })
5243
5244 // If this date matches a disabled date, confirm it’s not inverted.
5245 isDisabledMatch = isDisabledMatch.length && !isDisabledMatch.filter(function( dateToDisable ) {
5246 return $.isArray( dateToDisable ) && dateToDisable[3] == 'inverted' ||
5247 $.isPlainObject( dateToDisable ) && dateToDisable.inverted
5248 }).length
5249
5250 // Check the calendar “enabled” flag and respectively flip the
5251 // disabled state. Then also check if it’s beyond the min/max limits.
5252 return calendar.item.enable === -1 ? !isDisabledMatch : isDisabledMatch ||
5253 dateToVerify.pick < calendar.item.min.pick ||
5254 dateToVerify.pick > calendar.item.max.pick
5255
5256} //DatePicker.prototype.disabled
5257
5258
5259/**
5260 * Parse a string into a usable type.
5261 */
5262DatePicker.prototype.parse = function( type, value, options ) {
5263
5264 var calendar = this,
5265 parsingObject = {}
5266
5267 // If it’s already parsed, we’re good.
5268 if ( !value || typeof value != 'string' ) {
5269 return value
5270 }
5271
5272 // We need a `.format` to parse the value with.
5273 if ( !( options && options.format ) ) {
5274 options = options || {}
5275 options.format = calendar.settings.format
5276 }
5277
5278 // Convert the format into an array and then map through it.
5279 calendar.formats.toArray( options.format ).map( function( label ) {
5280
5281 var
5282 // Grab the formatting label.
5283 formattingLabel = calendar.formats[ label ],
5284
5285 // The format length is from the formatting label function or the
5286 // label length without the escaping exclamation (!) mark.
5287 formatLength = formattingLabel ? _.trigger( formattingLabel, calendar, [ value, parsingObject ] ) : label.replace( /^!/, '' ).length
5288
5289 // If there's a format label, split the value up to the format length.
5290 // Then add it to the parsing object with appropriate label.
5291 if ( formattingLabel ) {
5292 parsingObject[ label ] = value.substr( 0, formatLength )
5293 }
5294
5295 // Update the value as the substring from format length to end.
5296 value = value.substr( formatLength )
5297 })
5298
5299 // Compensate for month 0index.
5300 return [
5301 parsingObject.yyyy || parsingObject.yy,
5302 +( parsingObject.mm || parsingObject.m ) - 1,
5303 parsingObject.dd || parsingObject.d
5304 ]
5305} //DatePicker.prototype.parse
5306
5307
5308/**
5309 * Various formats to display the object in.
5310 */
5311DatePicker.prototype.formats = (function() {
5312
5313 // Return the length of the first word in a collection.
5314 function getWordLengthFromCollection( string, collection, dateObject ) {
5315
5316 // Grab the first word from the string.
5317 var word = string.match( /\w+/ )[ 0 ]
5318
5319 // If there's no month index, add it to the date object
5320 if ( !dateObject.mm && !dateObject.m ) {
5321 dateObject.m = collection.indexOf( word ) + 1
5322 }
5323
5324 // Return the length of the word.
5325 return word.length
5326 }
5327
5328 // Get the length of the first word in a string.
5329 function getFirstWordLength( string ) {
5330 return string.match( /\w+/ )[ 0 ].length
5331 }
5332
5333 return {
5334
5335 d: function( string, dateObject ) {
5336
5337 // If there's string, then get the digits length.
5338 // Otherwise return the selected date.
5339 return string ? _.digits( string ) : dateObject.date
5340 },
5341 dd: function( string, dateObject ) {
5342
5343 // If there's a string, then the length is always 2.
5344 // Otherwise return the selected date with a leading zero.
5345 return string ? 2 : _.lead( dateObject.date )
5346 },
5347 ddd: function( string, dateObject ) {
5348
5349 // If there's a string, then get the length of the first word.
5350 // Otherwise return the short selected weekday.
5351 return string ? getFirstWordLength( string ) : this.settings.weekdaysShort[ dateObject.day ]
5352 },
5353 dddd: function( string, dateObject ) {
5354
5355 // If there's a string, then get the length of the first word.
5356 // Otherwise return the full selected weekday.
5357 return string ? getFirstWordLength( string ) : this.settings.weekdaysFull[ dateObject.day ]
5358 },
5359 m: function( string, dateObject ) {
5360
5361 // If there's a string, then get the length of the digits
5362 // Otherwise return the selected month with 0index compensation.
5363 return string ? _.digits( string ) : dateObject.month + 1
5364 },
5365 mm: function( string, dateObject ) {
5366
5367 // If there's a string, then the length is always 2.
5368 // Otherwise return the selected month with 0index and leading zero.
5369 return string ? 2 : _.lead( dateObject.month + 1 )
5370 },
5371 mmm: function( string, dateObject ) {
5372
5373 var collection = this.settings.monthsShort
5374
5375 // If there's a string, get length of the relevant month from the short
5376 // months collection. Otherwise return the selected month from that collection.
5377 return string ? getWordLengthFromCollection( string, collection, dateObject ) : collection[ dateObject.month ]
5378 },
5379 mmmm: function( string, dateObject ) {
5380
5381 var collection = this.settings.monthsFull
5382
5383 // If there's a string, get length of the relevant month from the full
5384 // months collection. Otherwise return the selected month from that collection.
5385 return string ? getWordLengthFromCollection( string, collection, dateObject ) : collection[ dateObject.month ]
5386 },
5387 yy: function( string, dateObject ) {
5388
5389 // If there's a string, then the length is always 2.
5390 // Otherwise return the selected year by slicing out the first 2 digits.
5391 return string ? 2 : ( '' + dateObject.year ).slice( 2 )
5392 },
5393 yyyy: function( string, dateObject ) {
5394
5395 // If there's a string, then the length is always 4.
5396 // Otherwise return the selected year.
5397 return string ? 4 : dateObject.year
5398 },
5399
5400 // Create an array by splitting the formatting string passed.
5401 toArray: function( formatString ) { return formatString.split( /(d{1,4}|m{1,4}|y{4}|yy|!.)/g ) },
5402
5403 // Format an object into a string using the formatting options.
5404 toString: function ( formatString, itemObject ) {
5405 var calendar = this
5406 return calendar.formats.toArray( formatString ).map( function( label ) {
5407 return _.trigger( calendar.formats[ label ], calendar, [ 0, itemObject ] ) || label.replace( /^!/, '' )
5408 }).join( '' )
5409 }
5410 }
5411})() //DatePicker.prototype.formats
5412
5413
5414
5415
5416/**
5417 * Check if two date units are the exact.
5418 */
5419DatePicker.prototype.isDateExact = function( one, two ) {
5420
5421 var calendar = this
5422
5423 // When we’re working with weekdays, do a direct comparison.
5424 if (
5425 ( _.isInteger( one ) && _.isInteger( two ) ) ||
5426 ( typeof one == 'boolean' && typeof two == 'boolean' )
5427 ) {
5428 return one === two
5429 }
5430
5431 // When we’re working with date representations, compare the “pick” value.
5432 if (
5433 ( _.isDate( one ) || $.isArray( one ) ) &&
5434 ( _.isDate( two ) || $.isArray( two ) )
5435 ) {
5436 return calendar.create( one ).pick === calendar.create( two ).pick
5437 }
5438
5439 // When we’re working with range objects, compare the “from” and “to”.
5440 if ( $.isPlainObject( one ) && $.isPlainObject( two ) ) {
5441 return calendar.isDateExact( one.from, two.from ) && calendar.isDateExact( one.to, two.to )
5442 }
5443
5444 return false
5445}
5446
5447
5448/**
5449 * Check if two date units overlap.
5450 */
5451DatePicker.prototype.isDateOverlap = function( one, two ) {
5452
5453 var calendar = this,
5454 firstDay = calendar.settings.firstDay ? 1 : 0
5455
5456 // When we’re working with a weekday index, compare the days.
5457 if ( _.isInteger( one ) && ( _.isDate( two ) || $.isArray( two ) ) ) {
5458 one = one % 7 + firstDay
5459 return one === calendar.create( two ).day + 1
5460 }
5461 if ( _.isInteger( two ) && ( _.isDate( one ) || $.isArray( one ) ) ) {
5462 two = two % 7 + firstDay
5463 return two === calendar.create( one ).day + 1
5464 }
5465
5466 // When we’re working with range objects, check if the ranges overlap.
5467 if ( $.isPlainObject( one ) && $.isPlainObject( two ) ) {
5468 return calendar.overlapRanges( one, two )
5469 }
5470
5471 return false
5472}
5473
5474
5475/**
5476 * Flip the “enabled” state.
5477 */
5478DatePicker.prototype.flipEnable = function(val) {
5479 var itemObject = this.item
5480 itemObject.enable = val || (itemObject.enable == -1 ? 1 : -1)
5481}
5482
5483
5484/**
5485 * Mark a collection of dates as “disabled”.
5486 */
5487DatePicker.prototype.deactivate = function( type, datesToDisable ) {
5488
5489 var calendar = this,
5490 disabledItems = calendar.item.disable.slice(0)
5491
5492
5493 // If we’re flipping, that’s all we need to do.
5494 if ( datesToDisable == 'flip' ) {
5495 calendar.flipEnable()
5496 }
5497
5498 else if ( datesToDisable === false ) {
5499 calendar.flipEnable(1)
5500 disabledItems = []
5501 }
5502
5503 else if ( datesToDisable === true ) {
5504 calendar.flipEnable(-1)
5505 disabledItems = []
5506 }
5507
5508 // Otherwise go through the dates to disable.
5509 else {
5510
5511 datesToDisable.map(function( unitToDisable ) {
5512
5513 var matchFound
5514
5515 // When we have disabled items, check for matches.
5516 // If something is matched, immediately break out.
5517 for ( var index = 0; index < disabledItems.length; index += 1 ) {
5518 if ( calendar.isDateExact( unitToDisable, disabledItems[index] ) ) {
5519 matchFound = true
5520 break
5521 }
5522 }
5523
5524 // If nothing was found, add the validated unit to the collection.
5525 if ( !matchFound ) {
5526 if (
5527 _.isInteger( unitToDisable ) ||
5528 _.isDate( unitToDisable ) ||
5529 $.isArray( unitToDisable ) ||
5530 ( $.isPlainObject( unitToDisable ) && unitToDisable.from && unitToDisable.to )
5531 ) {
5532 disabledItems.push( unitToDisable )
5533 }
5534 }
5535 })
5536 }
5537
5538 // Return the updated collection.
5539 return disabledItems
5540} //DatePicker.prototype.deactivate
5541
5542
5543/**
5544 * Mark a collection of dates as “enabled”.
5545 */
5546DatePicker.prototype.activate = function( type, datesToEnable ) {
5547
5548 var calendar = this,
5549 disabledItems = calendar.item.disable,
5550 disabledItemsCount = disabledItems.length
5551
5552 // If we’re flipping, that’s all we need to do.
5553 if ( datesToEnable == 'flip' ) {
5554 calendar.flipEnable()
5555 }
5556
5557 else if ( datesToEnable === true ) {
5558 calendar.flipEnable(1)
5559 disabledItems = []
5560 }
5561
5562 else if ( datesToEnable === false ) {
5563 calendar.flipEnable(-1)
5564 disabledItems = []
5565 }
5566
5567 // Otherwise go through the disabled dates.
5568 else {
5569
5570 datesToEnable.map(function( unitToEnable ) {
5571
5572 var matchFound,
5573 disabledUnit,
5574 index,
5575 isExactRange
5576
5577 // Go through the disabled items and try to find a match.
5578 for ( index = 0; index < disabledItemsCount; index += 1 ) {
5579
5580 disabledUnit = disabledItems[index]
5581
5582 // When an exact match is found, remove it from the collection.
5583 if ( calendar.isDateExact( disabledUnit, unitToEnable ) ) {
5584 matchFound = disabledItems[index] = null
5585 isExactRange = true
5586 break
5587 }
5588
5589 // When an overlapped match is found, add the “inverted” state to it.
5590 else if ( calendar.isDateOverlap( disabledUnit, unitToEnable ) ) {
5591 if ( $.isPlainObject( unitToEnable ) ) {
5592 unitToEnable.inverted = true
5593 matchFound = unitToEnable
5594 }
5595 else if ( $.isArray( unitToEnable ) ) {
5596 matchFound = unitToEnable
5597 if ( !matchFound[3] ) matchFound.push( 'inverted' )
5598 }
5599 else if ( _.isDate( unitToEnable ) ) {
5600 matchFound = [ unitToEnable.getFullYear(), unitToEnable.getMonth(), unitToEnable.getDate(), 'inverted' ]
5601 }
5602 break
5603 }
5604 }
5605
5606 // If a match was found, remove a previous duplicate entry.
5607 if ( matchFound ) for ( index = 0; index < disabledItemsCount; index += 1 ) {
5608 if ( calendar.isDateExact( disabledItems[index], unitToEnable ) ) {
5609 disabledItems[index] = null
5610 break
5611 }
5612 }
5613
5614 // In the event that we’re dealing with an exact range of dates,
5615 // make sure there are no “inverted” dates because of it.
5616 if ( isExactRange ) for ( index = 0; index < disabledItemsCount; index += 1 ) {
5617 if ( calendar.isDateOverlap( disabledItems[index], unitToEnable ) ) {
5618 disabledItems[index] = null
5619 break
5620 }
5621 }
5622
5623 // If something is still matched, add it into the collection.
5624 if ( matchFound ) {
5625 disabledItems.push( matchFound )
5626 }
5627 })
5628 }
5629
5630 // Return the updated collection.
5631 return disabledItems.filter(function( val ) { return val != null })
5632} //DatePicker.prototype.activate
5633
5634
5635/**
5636 * Create a string for the nodes in the picker.
5637 */
5638DatePicker.prototype.nodes = function( isOpen ) {
5639
5640 var
5641 calendar = this,
5642 settings = calendar.settings,
5643 calendarItem = calendar.item,
5644 nowObject = calendarItem.now,
5645 selectedObject = calendarItem.select,
5646 highlightedObject = calendarItem.highlight,
5647 viewsetObject = calendarItem.view,
5648 disabledCollection = calendarItem.disable,
5649 minLimitObject = calendarItem.min,
5650 maxLimitObject = calendarItem.max,
5651
5652
5653 // Create the calendar table head using a copy of weekday labels collection.
5654 // * We do a copy so we don't mutate the original array.
5655 tableHead = (function( collection, fullCollection ) {
5656
5657 // If the first day should be Monday, move Sunday to the end.
5658 if ( settings.firstDay ) {
5659 collection.push( collection.shift() )
5660 fullCollection.push( fullCollection.shift() )
5661 }
5662
5663 // Create and return the table head group.
5664 return _.node(
5665 'thead',
5666 _.node(
5667 'tr',
5668 _.group({
5669 min: 0,
5670 max: DAYS_IN_WEEK - 1,
5671 i: 1,
5672 node: 'th',
5673 item: function( counter ) {
5674 return [
5675 collection[ counter ],
5676 settings.klass.weekdays,
5677 'scope=col title="' + fullCollection[ counter ] + '"'
5678 ]
5679 }
5680 })
5681 )
5682 ) //endreturn
5683
5684 // Materialize modified
5685 })( ( settings.showWeekdaysFull ? settings.weekdaysFull : settings.weekdaysLetter ).slice( 0 ), settings.weekdaysFull.slice( 0 ) ), //tableHead
5686
5687
5688 // Create the nav for next/prev month.
5689 createMonthNav = function( next ) {
5690
5691 // Otherwise, return the created month tag.
5692 return _.node(
5693 'div',
5694 ' ',
5695 settings.klass[ 'nav' + ( next ? 'Next' : 'Prev' ) ] + (
5696
5697 // If the focused month is outside the range, disabled the button.
5698 ( next && viewsetObject.year >= maxLimitObject.year && viewsetObject.month >= maxLimitObject.month ) ||
5699 ( !next && viewsetObject.year <= minLimitObject.year && viewsetObject.month <= minLimitObject.month ) ?
5700 ' ' + settings.klass.navDisabled : ''
5701 ),
5702 'data-nav=' + ( next || -1 ) + ' ' +
5703 _.ariaAttr({
5704 role: 'button',
5705 controls: calendar.$node[0].id + '_table'
5706 }) + ' ' +
5707 'title="' + (next ? settings.labelMonthNext : settings.labelMonthPrev ) + '"'
5708 ) //endreturn
5709 }, //createMonthNav
5710
5711
5712 // Create the month label.
5713 //Materialize modified
5714 createMonthLabel = function(override) {
5715
5716 var monthsCollection = settings.showMonthsShort ? settings.monthsShort : settings.monthsFull
5717
5718 // Materialize modified
5719 if (override == "short_months") {
5720 monthsCollection = settings.monthsShort;
5721 }
5722
5723 // If there are months to select, add a dropdown menu.
5724 if ( settings.selectMonths && override == undefined) {
5725
5726 return _.node( 'select',
5727 _.group({
5728 min: 0,
5729 max: 11,
5730 i: 1,
5731 node: 'option',
5732 item: function( loopedMonth ) {
5733
5734 return [
5735
5736 // The looped month and no classes.
5737 monthsCollection[ loopedMonth ], 0,
5738
5739 // Set the value and selected index.
5740 'value=' + loopedMonth +
5741 ( viewsetObject.month == loopedMonth ? ' selected' : '' ) +
5742 (
5743 (
5744 ( viewsetObject.year == minLimitObject.year && loopedMonth < minLimitObject.month ) ||
5745 ( viewsetObject.year == maxLimitObject.year && loopedMonth > maxLimitObject.month )
5746 ) ?
5747 ' disabled' : ''
5748 )
5749 ]
5750 }
5751 }),
5752 settings.klass.selectMonth + ' browser-default',
5753 ( isOpen ? '' : 'disabled' ) + ' ' +
5754 _.ariaAttr({ controls: calendar.$node[0].id + '_table' }) + ' ' +
5755 'title="' + settings.labelMonthSelect + '"'
5756 )
5757 }
5758
5759 // Materialize modified
5760 if (override == "short_months")
5761 if (selectedObject != null)
5762 return _.node( 'div', monthsCollection[ selectedObject.month ] );
5763 else return _.node( 'div', monthsCollection[ viewsetObject.month ] );
5764
5765 // If there's a need for a month selector
5766 return _.node( 'div', monthsCollection[ viewsetObject.month ], settings.klass.month )
5767 }, //createMonthLabel
5768
5769
5770 // Create the year label.
5771 // Materialize modified
5772 createYearLabel = function(override) {
5773
5774 var focusedYear = viewsetObject.year,
5775
5776 // If years selector is set to a literal "true", set it to 5. Otherwise
5777 // divide in half to get half before and half after focused year.
5778 numberYears = settings.selectYears === true ? 5 : ~~( settings.selectYears / 2 )
5779
5780 // If there are years to select, add a dropdown menu.
5781 if ( numberYears ) {
5782
5783 var
5784 minYear = minLimitObject.year,
5785 maxYear = maxLimitObject.year,
5786 lowestYear = focusedYear - numberYears,
5787 highestYear = focusedYear + numberYears
5788
5789 // If the min year is greater than the lowest year, increase the highest year
5790 // by the difference and set the lowest year to the min year.
5791 if ( minYear > lowestYear ) {
5792 highestYear += minYear - lowestYear
5793 lowestYear = minYear
5794 }
5795
5796 // If the max year is less than the highest year, decrease the lowest year
5797 // by the lower of the two: available and needed years. Then set the
5798 // highest year to the max year.
5799 if ( maxYear < highestYear ) {
5800
5801 var availableYears = lowestYear - minYear,
5802 neededYears = highestYear - maxYear
5803
5804 lowestYear -= availableYears > neededYears ? neededYears : availableYears
5805 highestYear = maxYear
5806 }
5807
5808 if ( settings.selectYears && override == undefined ) {
5809 return _.node( 'select',
5810 _.group({
5811 min: lowestYear,
5812 max: highestYear,
5813 i: 1,
5814 node: 'option',
5815 item: function( loopedYear ) {
5816 return [
5817
5818 // The looped year and no classes.
5819 loopedYear, 0,
5820
5821 // Set the value and selected index.
5822 'value=' + loopedYear + ( focusedYear == loopedYear ? ' selected' : '' )
5823 ]
5824 }
5825 }),
5826 settings.klass.selectYear + ' browser-default',
5827 ( isOpen ? '' : 'disabled' ) + ' ' + _.ariaAttr({ controls: calendar.$node[0].id + '_table' }) + ' ' +
5828 'title="' + settings.labelYearSelect + '"'
5829 )
5830 }
5831 }
5832
5833 // Materialize modified
5834 if (override == "raw")
5835 return _.node( 'div', focusedYear )
5836
5837 // Otherwise just return the year focused
5838 return _.node( 'div', focusedYear, settings.klass.year )
5839 } //createYearLabel
5840
5841
5842 // Materialize modified
5843 createDayLabel = function() {
5844 if (selectedObject != null)
5845 return _.node( 'div', selectedObject.date)
5846 else return _.node( 'div', nowObject.date)
5847 }
5848 createWeekdayLabel = function() {
5849 var display_day;
5850
5851 if (selectedObject != null)
5852 display_day = selectedObject.day;
5853 else
5854 display_day = nowObject.day;
5855 var weekday = settings.weekdaysFull[ display_day ]
5856 return weekday
5857 }
5858
5859
5860 // Create and return the entire calendar.
5861return _.node(
5862 // Date presentation View
5863 'div',
5864 _.node(
5865 'div',
5866 createWeekdayLabel(),
5867 "picker__weekday-display"
5868 )+
5869 _.node(
5870 // Div for short Month
5871 'div',
5872 createMonthLabel("short_months"),
5873 settings.klass.month_display
5874 )+
5875 _.node(
5876 // Div for Day
5877 'div',
5878 createDayLabel() ,
5879 settings.klass.day_display
5880 )+
5881 _.node(
5882 // Div for Year
5883 'div',
5884 createYearLabel("raw") ,
5885 settings.klass.year_display
5886 ),
5887 settings.klass.date_display
5888 )+
5889 // Calendar container
5890 _.node('div',
5891 _.node('div',
5892 ( settings.selectYears ? createMonthLabel() + createYearLabel() : createMonthLabel() + createYearLabel() ) +
5893 createMonthNav() + createMonthNav( 1 ),
5894 settings.klass.header
5895 ) + _.node(
5896 'table',
5897 tableHead +
5898 _.node(
5899 'tbody',
5900 _.group({
5901 min: 0,
5902 max: WEEKS_IN_CALENDAR - 1,
5903 i: 1,
5904 node: 'tr',
5905 item: function( rowCounter ) {
5906
5907 // If Monday is the first day and the month starts on Sunday, shift the date back a week.
5908 var shiftDateBy = settings.firstDay && calendar.create([ viewsetObject.year, viewsetObject.month, 1 ]).day === 0 ? -7 : 0
5909
5910 return [
5911 _.group({
5912 min: DAYS_IN_WEEK * rowCounter - viewsetObject.day + shiftDateBy + 1, // Add 1 for weekday 0index
5913 max: function() {
5914 return this.min + DAYS_IN_WEEK - 1
5915 },
5916 i: 1,
5917 node: 'td',
5918 item: function( targetDate ) {
5919
5920 // Convert the time date from a relative date to a target date.
5921 targetDate = calendar.create([ viewsetObject.year, viewsetObject.month, targetDate + ( settings.firstDay ? 1 : 0 ) ])
5922
5923 var isSelected = selectedObject && selectedObject.pick == targetDate.pick,
5924 isHighlighted = highlightedObject && highlightedObject.pick == targetDate.pick,
5925 isDisabled = disabledCollection && calendar.disabled( targetDate ) || targetDate.pick < minLimitObject.pick || targetDate.pick > maxLimitObject.pick,
5926 formattedDate = _.trigger( calendar.formats.toString, calendar, [ settings.format, targetDate ] )
5927
5928 return [
5929 _.node(
5930 'div',
5931 targetDate.date,
5932 (function( klasses ) {
5933
5934 // Add the `infocus` or `outfocus` classes based on month in view.
5935 klasses.push( viewsetObject.month == targetDate.month ? settings.klass.infocus : settings.klass.outfocus )
5936
5937 // Add the `today` class if needed.
5938 if ( nowObject.pick == targetDate.pick ) {
5939 klasses.push( settings.klass.now )
5940 }
5941
5942 // Add the `selected` class if something's selected and the time matches.
5943 if ( isSelected ) {
5944 klasses.push( settings.klass.selected )
5945 }
5946
5947 // Add the `highlighted` class if something's highlighted and the time matches.
5948 if ( isHighlighted ) {
5949 klasses.push( settings.klass.highlighted )
5950 }
5951
5952 // Add the `disabled` class if something's disabled and the object matches.
5953 if ( isDisabled ) {
5954 klasses.push( settings.klass.disabled )
5955 }
5956
5957 return klasses.join( ' ' )
5958 })([ settings.klass.day ]),
5959 'data-pick=' + targetDate.pick + ' ' + _.ariaAttr({
5960 role: 'gridcell',
5961 label: formattedDate,
5962 selected: isSelected && calendar.$node.val() === formattedDate ? true : null,
5963 activedescendant: isHighlighted ? true : null,
5964 disabled: isDisabled ? true : null
5965 })
5966 ),
5967 '',
5968 _.ariaAttr({ role: 'presentation' })
5969 ] //endreturn
5970 }
5971 })
5972 ] //endreturn
5973 }
5974 })
5975 ),
5976 settings.klass.table,
5977 'id="' + calendar.$node[0].id + '_table' + '" ' + _.ariaAttr({
5978 role: 'grid',
5979 controls: calendar.$node[0].id,
5980 readonly: true
5981 })
5982 )
5983 , settings.klass.calendar_container) // end calendar
5984
5985 +
5986
5987 // * For Firefox forms to submit, make sure to set the buttons’ `type` attributes as “button”.
5988 _.node(
5989 'div',
5990 _.node( 'button', settings.today, "btn-flat picker__today",
5991 'type=button data-pick=' + nowObject.pick +
5992 ( isOpen && !calendar.disabled(nowObject) ? '' : ' disabled' ) + ' ' +
5993 _.ariaAttr({ controls: calendar.$node[0].id }) ) +
5994 _.node( 'button', settings.clear, "btn-flat picker__clear",
5995 'type=button data-clear=1' +
5996 ( isOpen ? '' : ' disabled' ) + ' ' +
5997 _.ariaAttr({ controls: calendar.$node[0].id }) ) +
5998 _.node('button', settings.close, "btn-flat picker__close",
5999 'type=button data-close=true ' +
6000 ( isOpen ? '' : ' disabled' ) + ' ' +
6001 _.ariaAttr({ controls: calendar.$node[0].id }) ),
6002 settings.klass.footer
6003 ) //endreturn
6004} //DatePicker.prototype.nodes
6005
6006
6007
6008
6009/**
6010 * The date picker defaults.
6011 */
6012DatePicker.defaults = (function( prefix ) {
6013
6014 return {
6015
6016 // The title label to use for the month nav buttons
6017 labelMonthNext: 'Next month',
6018 labelMonthPrev: 'Previous month',
6019
6020 // The title label to use for the dropdown selectors
6021 labelMonthSelect: 'Select a month',
6022 labelYearSelect: 'Select a year',
6023
6024 // Months and weekdays
6025 monthsFull: [ 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December' ],
6026 monthsShort: [ 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec' ],
6027 weekdaysFull: [ 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday' ],
6028 weekdaysShort: [ 'Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat' ],
6029
6030 // Materialize modified
6031 weekdaysLetter: [ 'S', 'M', 'T', 'W', 'T', 'F', 'S' ],
6032
6033 // Today and clear
6034 today: 'Today',
6035 clear: 'Clear',
6036 close: 'Close',
6037
6038 // The format to show on the `input` element
6039 format: 'd mmmm, yyyy',
6040
6041 // Classes
6042 klass: {
6043
6044 table: prefix + 'table',
6045
6046 header: prefix + 'header',
6047
6048
6049 // Materialize Added klasses
6050 date_display: prefix + 'date-display',
6051 day_display: prefix + 'day-display',
6052 month_display: prefix + 'month-display',
6053 year_display: prefix + 'year-display',
6054 calendar_container: prefix + 'calendar-container',
6055 // end
6056
6057
6058
6059 navPrev: prefix + 'nav--prev',
6060 navNext: prefix + 'nav--next',
6061 navDisabled: prefix + 'nav--disabled',
6062
6063 month: prefix + 'month',
6064 year: prefix + 'year',
6065
6066 selectMonth: prefix + 'select--month',
6067 selectYear: prefix + 'select--year',
6068
6069 weekdays: prefix + 'weekday',
6070
6071 day: prefix + 'day',
6072 disabled: prefix + 'day--disabled',
6073 selected: prefix + 'day--selected',
6074 highlighted: prefix + 'day--highlighted',
6075 now: prefix + 'day--today',
6076 infocus: prefix + 'day--infocus',
6077 outfocus: prefix + 'day--outfocus',
6078
6079 footer: prefix + 'footer',
6080
6081 buttonClear: prefix + 'button--clear',
6082 buttonToday: prefix + 'button--today',
6083 buttonClose: prefix + 'button--close'
6084 }
6085 }
6086})( Picker.klasses().picker + '__' )
6087
6088
6089
6090
6091
6092/**
6093 * Extend the picker to add the date picker.
6094 */
6095Picker.extend( 'pickadate', DatePicker )
6096
6097
6098}));
6099
6100
6101;(function ($) {
6102
6103 $.fn.characterCounter = function(){
6104 return this.each(function(){
6105
6106 var itHasLengthAttribute = $(this).attr('length') !== undefined;
6107
6108 if(itHasLengthAttribute){
6109 $(this).on('input', updateCounter);
6110 $(this).on('focus', updateCounter);
6111 $(this).on('blur', removeCounterElement);
6112
6113 addCounterElement($(this));
6114 }
6115
6116 });
6117 };
6118
6119 function updateCounter(){
6120 var maxLength = +$(this).attr('length'),
6121 actualLength = +$(this).val().length,
6122 isValidLength = actualLength <= maxLength;
6123
6124 $(this).parent().find('span[class="character-counter"]')
6125 .html( actualLength + '/' + maxLength);
6126
6127 addInputStyle(isValidLength, $(this));
6128 }
6129
6130 function addCounterElement($input){
6131 var $counterElement = $('<span/>')
6132 .addClass('character-counter')
6133 .css('float','right')
6134 .css('font-size','12px')
6135 .css('height', 1);
6136
6137 $input.parent().append($counterElement);
6138 }
6139
6140 function removeCounterElement(){
6141 $(this).parent().find('span[class="character-counter"]').html('');
6142 }
6143
6144 function addInputStyle(isValidLength, $input){
6145 var inputHasInvalidClass = $input.hasClass('invalid');
6146 if (isValidLength && inputHasInvalidClass) {
6147 $input.removeClass('invalid');
6148 }
6149 else if(!isValidLength && !inputHasInvalidClass){
6150 $input.removeClass('valid');
6151 $input.addClass('invalid');
6152 }
6153 }
6154
6155 $(document).ready(function(){
6156 $('input, textarea').characterCounter();
6157 });
6158
6159}( jQuery ));
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/materialize.min.js b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/materialize.min.js
new file mode 100644
index 00000000..cc3c33f0
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/materialize.min.js
@@ -0,0 +1,9 @@
1/*!
2 * Materialize v0.97.0 (http://materializecss.com)
3 * Copyright 2014-2015 Materialize
4 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
5 */
6jQuery.easing.jswing=jQuery.easing.swing,jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(a,b,c,d,e){return jQuery.easing[jQuery.easing.def](a,b,c,d,e)},easeInQuad:function(a,b,c,d,e){return d*(b/=e)*b+c},easeOutQuad:function(a,b,c,d,e){return-d*(b/=e)*(b-2)+c},easeInOutQuad:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b+c:-d/2*(--b*(b-2)-1)+c},easeInCubic:function(a,b,c,d,e){return d*(b/=e)*b*b+c},easeOutCubic:function(a,b,c,d,e){return d*((b=b/e-1)*b*b+1)+c},easeInOutCubic:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b*b+c:d/2*((b-=2)*b*b+2)+c},easeInQuart:function(a,b,c,d,e){return d*(b/=e)*b*b*b+c},easeOutQuart:function(a,b,c,d,e){return-d*((b=b/e-1)*b*b*b-1)+c},easeInOutQuart:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b*b*b+c:-d/2*((b-=2)*b*b*b-2)+c},easeInQuint:function(a,b,c,d,e){return d*(b/=e)*b*b*b*b+c},easeOutQuint:function(a,b,c,d,e){return d*((b=b/e-1)*b*b*b*b+1)+c},easeInOutQuint:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b*b*b*b+c:d/2*((b-=2)*b*b*b*b+2)+c},easeInSine:function(a,b,c,d,e){return-d*Math.cos(b/e*(Math.PI/2))+d+c},easeOutSine:function(a,b,c,d,e){return d*Math.sin(b/e*(Math.PI/2))+c},easeInOutSine:function(a,b,c,d,e){return-d/2*(Math.cos(Math.PI*b/e)-1)+c},easeInExpo:function(a,b,c,d,e){return 0==b?c:d*Math.pow(2,10*(b/e-1))+c},easeOutExpo:function(a,b,c,d,e){return b==e?c+d:d*(-Math.pow(2,-10*b/e)+1)+c},easeInOutExpo:function(a,b,c,d,e){return 0==b?c:b==e?c+d:(b/=e/2)<1?d/2*Math.pow(2,10*(b-1))+c:d/2*(-Math.pow(2,-10*--b)+2)+c},easeInCirc:function(a,b,c,d,e){return-d*(Math.sqrt(1-(b/=e)*b)-1)+c},easeOutCirc:function(a,b,c,d,e){return d*Math.sqrt(1-(b=b/e-1)*b)+c},easeInOutCirc:function(a,b,c,d,e){return(b/=e/2)<1?-d/2*(Math.sqrt(1-b*b)-1)+c:d/2*(Math.sqrt(1-(b-=2)*b)+1)+c},easeInElastic:function(a,b,c,d,e){var f=1.70158,g=0,h=d;if(0==b)return c;if(1==(b/=e))return c+d;if(g||(g=.3*e),h<Math.abs(d)){h=d;var f=g/4}else var f=g/(2*Math.PI)*Math.asin(d/h);return-(h*Math.pow(2,10*(b-=1))*Math.sin(2*(b*e-f)*Math.PI/g))+c},easeOutElastic:function(a,b,c,d,e){var f=1.70158,g=0,h=d;if(0==b)return c;if(1==(b/=e))return c+d;if(g||(g=.3*e),h<Math.abs(d)){h=d;var f=g/4}else var f=g/(2*Math.PI)*Math.asin(d/h);return h*Math.pow(2,-10*b)*Math.sin(2*(b*e-f)*Math.PI/g)+d+c},easeInOutElastic:function(a,b,c,d,e){var f=1.70158,g=0,h=d;if(0==b)return c;if(2==(b/=e/2))return c+d;if(g||(g=.3*e*1.5),h<Math.abs(d)){h=d;var f=g/4}else var f=g/(2*Math.PI)*Math.asin(d/h);return 1>b?-.5*h*Math.pow(2,10*(b-=1))*Math.sin(2*(b*e-f)*Math.PI/g)+c:h*Math.pow(2,-10*(b-=1))*Math.sin(2*(b*e-f)*Math.PI/g)*.5+d+c},easeInBack:function(a,b,c,d,e,f){return void 0==f&&(f=1.70158),d*(b/=e)*b*((f+1)*b-f)+c},easeOutBack:function(a,b,c,d,e,f){return void 0==f&&(f=1.70158),d*((b=b/e-1)*b*((f+1)*b+f)+1)+c},easeInOutBack:function(a,b,c,d,e,f){return void 0==f&&(f=1.70158),(b/=e/2)<1?d/2*b*b*(((f*=1.525)+1)*b-f)+c:d/2*((b-=2)*b*(((f*=1.525)+1)*b+f)+2)+c},easeInBounce:function(a,b,c,d,e){return d-jQuery.easing.easeOutBounce(a,e-b,0,d,e)+c},easeOutBounce:function(a,b,c,d,e){return(b/=e)<1/2.75?7.5625*d*b*b+c:2/2.75>b?d*(7.5625*(b-=1.5/2.75)*b+.75)+c:2.5/2.75>b?d*(7.5625*(b-=2.25/2.75)*b+.9375)+c:d*(7.5625*(b-=2.625/2.75)*b+.984375)+c},easeInOutBounce:function(a,b,c,d,e){return e/2>b?.5*jQuery.easing.easeInBounce(a,2*b,0,d,e)+c:.5*jQuery.easing.easeOutBounce(a,2*b-e,0,d,e)+.5*d+c}}),jQuery.extend(jQuery.easing,{easeInOutMaterial:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b+c:d/4*((b-=2)*b*b+2)+c}}),!function(a){function b(a){var b=a.length,d=c.type(a);return"function"===d||c.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===d||0===b||"number"==typeof b&&b>0&&b-1 in a}if(!a.jQuery){var c=function(a,b){return new c.fn.init(a,b)};c.isWindow=function(a){return null!=a&&a==a.window},c.type=function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?e[g.call(a)]||"object":typeof a},c.isArray=Array.isArray||function(a){return"array"===c.type(a)},c.isPlainObject=function(a){var b;if(!a||"object"!==c.type(a)||a.nodeType||c.isWindow(a))return!1;try{if(a.constructor&&!f.call(a,"constructor")&&!f.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(d){return!1}for(b in a);return void 0===b||f.call(a,b)},c.each=function(a,c,d){var e,f=0,g=a.length,h=b(a);if(d){if(h)for(;g>f&&(e=c.apply(a[f],d),e!==!1);f++);else for(f in a)if(e=c.apply(a[f],d),e===!1)break}else if(h)for(;g>f&&(e=c.call(a[f],f,a[f]),e!==!1);f++);else for(f in a)if(e=c.call(a[f],f,a[f]),e===!1)break;return a},c.data=function(a,b,e){if(void 0===e){var f=a[c.expando],g=f&&d[f];if(void 0===b)return g;if(g&&b in g)return g[b]}else if(void 0!==b){var f=a[c.expando]||(a[c.expando]=++c.uuid);return d[f]=d[f]||{},d[f][b]=e,e}},c.removeData=function(a,b){var e=a[c.expando],f=e&&d[e];f&&c.each(b,function(a,b){delete f[b]})},c.extend=function(){var a,b,d,e,f,g,h=arguments[0]||{},i=1,j=arguments.length,k=!1;for("boolean"==typeof h&&(k=h,h=arguments[i]||{},i++),"object"!=typeof h&&"function"!==c.type(h)&&(h={}),i===j&&(h=this,i--);j>i;i++)if(null!=(f=arguments[i]))for(e in f)a=h[e],d=f[e],h!==d&&(k&&d&&(c.isPlainObject(d)||(b=c.isArray(d)))?(b?(b=!1,g=a&&c.isArray(a)?a:[]):g=a&&c.isPlainObject(a)?a:{},h[e]=c.extend(k,g,d)):void 0!==d&&(h[e]=d));return h},c.queue=function(a,d,e){function f(a,c){var d=c||[];return null!=a&&(b(Object(a))?!function(a,b){for(var c=+b.length,d=0,e=a.length;c>d;)a[e++]=b[d++];if(c!==c)for(;void 0!==b[d];)a[e++]=b[d++];return a.length=e,a}(d,"string"==typeof a?[a]:a):[].push.call(d,a)),d}if(a){d=(d||"fx")+"queue";var g=c.data(a,d);return e?(!g||c.isArray(e)?g=c.data(a,d,f(e)):g.push(e),g):g||[]}},c.dequeue=function(a,b){c.each(a.nodeType?[a]:a,function(a,d){b=b||"fx";var e=c.queue(d,b),f=e.shift();"inprogress"===f&&(f=e.shift()),f&&("fx"===b&&e.unshift("inprogress"),f.call(d,function(){c.dequeue(d,b)}))})},c.fn=c.prototype={init:function(a){if(a.nodeType)return this[0]=a,this;throw new Error("Not a DOM node.")},offset:function(){var b=this[0].getBoundingClientRect?this[0].getBoundingClientRect():{top:0,left:0};return{top:b.top+(a.pageYOffset||document.scrollTop||0)-(document.clientTop||0),left:b.left+(a.pageXOffset||document.scrollLeft||0)-(document.clientLeft||0)}},position:function(){function a(){for(var a=this.offsetParent||document;a&&"html"===!a.nodeType.toLowerCase&&"static"===a.style.position;)a=a.offsetParent;return a||document}var b=this[0],a=a.apply(b),d=this.offset(),e=/^(?:body|html)$/i.test(a.nodeName)?{top:0,left:0}:c(a).offset();return d.top-=parseFloat(b.style.marginTop)||0,d.left-=parseFloat(b.style.marginLeft)||0,a.style&&(e.top+=parseFloat(a.style.borderTopWidth)||0,e.left+=parseFloat(a.style.borderLeftWidth)||0),{top:d.top-e.top,left:d.left-e.left}}};var d={};c.expando="velocity"+(new Date).getTime(),c.uuid=0;for(var e={},f=e.hasOwnProperty,g=e.toString,h="Boolean Number String Function Array Date RegExp Object Error".split(" "),i=0;i<h.length;i++)e["[object "+h[i]+"]"]=h[i].toLowerCase();c.fn.init.prototype=c.fn,a.Velocity={Utilities:c}}}(window),function(a){"object"==typeof module&&"object"==typeof module.exports?module.exports=a():"function"==typeof define&&define.amd?define(a):a()}(function(){return function(a,b,c,d){function e(a){for(var b=-1,c=a?a.length:0,d=[];++b<c;){var e=a[b];e&&d.push(e)}return d}function f(a){return p.isWrapped(a)?a=[].slice.call(a):p.isNode(a)&&(a=[a]),a}function g(a){var b=m.data(a,"velocity");return null===b?d:b}function h(a){return function(b){return Math.round(b*a)*(1/a)}}function i(a,c,d,e){function f(a,b){return 1-3*b+3*a}function g(a,b){return 3*b-6*a}function h(a){return 3*a}function i(a,b,c){return((f(b,c)*a+g(b,c))*a+h(b))*a}function j(a,b,c){return 3*f(b,c)*a*a+2*g(b,c)*a+h(b)}function k(b,c){for(var e=0;p>e;++e){var f=j(c,a,d);if(0===f)return c;var g=i(c,a,d)-b;c-=g/f}return c}function l(){for(var b=0;t>b;++b)x[b]=i(b*u,a,d)}function m(b,c,e){var f,g,h=0;do g=c+(e-c)/2,f=i(g,a,d)-b,f>0?e=g:c=g;while(Math.abs(f)>r&&++h<s);return g}function n(b){for(var c=0,e=1,f=t-1;e!=f&&x[e]<=b;++e)c+=u;--e;var g=(b-x[e])/(x[e+1]-x[e]),h=c+g*u,i=j(h,a,d);return i>=q?k(b,h):0==i?h:m(b,c,c+u)}function o(){y=!0,(a!=c||d!=e)&&l()}var p=4,q=.001,r=1e-7,s=10,t=11,u=1/(t-1),v="Float32Array"in b;if(4!==arguments.length)return!1;for(var w=0;4>w;++w)if("number"!=typeof arguments[w]||isNaN(arguments[w])||!isFinite(arguments[w]))return!1;a=Math.min(a,1),d=Math.min(d,1),a=Math.max(a,0),d=Math.max(d,0);var x=v?new Float32Array(t):new Array(t),y=!1,z=function(b){return y||o(),a===c&&d===e?b:0===b?0:1===b?1:i(n(b),c,e)};z.getControlPoints=function(){return[{x:a,y:c},{x:d,y:e}]};var A="generateBezier("+[a,c,d,e]+")";return z.toString=function(){return A},z}function j(a,b){var c=a;return p.isString(a)?t.Easings[a]||(c=!1):c=p.isArray(a)&&1===a.length?h.apply(null,a):p.isArray(a)&&2===a.length?u.apply(null,a.concat([b])):p.isArray(a)&&4===a.length?i.apply(null,a):!1,c===!1&&(c=t.Easings[t.defaults.easing]?t.defaults.easing:s),c}function k(a){if(a){var b=(new Date).getTime(),c=t.State.calls.length;c>1e4&&(t.State.calls=e(t.State.calls));for(var f=0;c>f;f++)if(t.State.calls[f]){var h=t.State.calls[f],i=h[0],j=h[2],n=h[3],o=!!n,q=null;n||(n=t.State.calls[f][3]=b-16);for(var r=Math.min((b-n)/j.duration,1),s=0,u=i.length;u>s;s++){var w=i[s],y=w.element;if(g(y)){var z=!1;if(j.display!==d&&null!==j.display&&"none"!==j.display){if("flex"===j.display){var A=["-webkit-box","-moz-box","-ms-flexbox","-webkit-flex"];m.each(A,function(a,b){v.setPropertyValue(y,"display",b)})}v.setPropertyValue(y,"display",j.display)}j.visibility!==d&&"hidden"!==j.visibility&&v.setPropertyValue(y,"visibility",j.visibility);for(var B in w)if("element"!==B){var C,D=w[B],E=p.isString(D.easing)?t.Easings[D.easing]:D.easing;if(1===r)C=D.endValue;else{var F=D.endValue-D.startValue;if(C=D.startValue+F*E(r,j,F),!o&&C===D.currentValue)continue}if(D.currentValue=C,"tween"===B)q=C;else{if(v.Hooks.registered[B]){var G=v.Hooks.getRoot(B),H=g(y).rootPropertyValueCache[G];H&&(D.rootPropertyValue=H)}var I=v.setPropertyValue(y,B,D.currentValue+(0===parseFloat(C)?"":D.unitType),D.rootPropertyValue,D.scrollData);v.Hooks.registered[B]&&(g(y).rootPropertyValueCache[G]=v.Normalizations.registered[G]?v.Normalizations.registered[G]("extract",null,I[1]):I[1]),"transform"===I[0]&&(z=!0)}}j.mobileHA&&g(y).transformCache.translate3d===d&&(g(y).transformCache.translate3d="(0px, 0px, 0px)",z=!0),z&&v.flushTransformCache(y)}}j.display!==d&&"none"!==j.display&&(t.State.calls[f][2].display=!1),j.visibility!==d&&"hidden"!==j.visibility&&(t.State.calls[f][2].visibility=!1),j.progress&&j.progress.call(h[1],h[1],r,Math.max(0,n+j.duration-b),n,q),1===r&&l(f)}}t.State.isTicking&&x(k)}function l(a,b){if(!t.State.calls[a])return!1;for(var c=t.State.calls[a][0],e=t.State.calls[a][1],f=t.State.calls[a][2],h=t.State.calls[a][4],i=!1,j=0,k=c.length;k>j;j++){var l=c[j].element;if(b||f.loop||("none"===f.display&&v.setPropertyValue(l,"display",f.display),"hidden"===f.visibility&&v.setPropertyValue(l,"visibility",f.visibility)),f.loop!==!0&&(m.queue(l)[1]===d||!/\.velocityQueueEntryFlag/i.test(m.queue(l)[1]))&&g(l)){g(l).isAnimating=!1,g(l).rootPropertyValueCache={};var n=!1;m.each(v.Lists.transforms3D,function(a,b){var c=/^scale/.test(b)?1:0,e=g(l).transformCache[b];g(l).transformCache[b]!==d&&new RegExp("^\\("+c+"[^.]").test(e)&&(n=!0,delete g(l).transformCache[b])}),f.mobileHA&&(n=!0,delete g(l).transformCache.translate3d),n&&v.flushTransformCache(l),v.Values.removeClass(l,"velocity-animating")}if(!b&&f.complete&&!f.loop&&j===k-1)try{f.complete.call(e,e)}catch(o){setTimeout(function(){throw o},1)}h&&f.loop!==!0&&h(e),g(l)&&f.loop===!0&&!b&&(m.each(g(l).tweensContainer,function(a,b){/^rotate/.test(a)&&360===parseFloat(b.endValue)&&(b.endValue=0,b.startValue=360),/^backgroundPosition/.test(a)&&100===parseFloat(b.endValue)&&"%"===b.unitType&&(b.endValue=0,b.startValue=100)}),t(l,"reverse",{loop:!0,delay:f.delay})),f.queue!==!1&&m.dequeue(l,f.queue)}t.State.calls[a]=!1;for(var p=0,q=t.State.calls.length;q>p;p++)if(t.State.calls[p]!==!1){i=!0;break}i===!1&&(t.State.isTicking=!1,delete t.State.calls,t.State.calls=[])}var m,n=function(){if(c.documentMode)return c.documentMode;for(var a=7;a>4;a--){var b=c.createElement("div");if(b.innerHTML="<!--[if IE "+a+"]><span></span><![endif]-->",b.getElementsByTagName("span").length)return b=null,a}return d}(),o=function(){var a=0;return b.webkitRequestAnimationFrame||b.mozRequestAnimationFrame||function(b){var c,d=(new Date).getTime();return c=Math.max(0,16-(d-a)),a=d+c,setTimeout(function(){b(d+c)},c)}}(),p={isString:function(a){return"string"==typeof a},isArray:Array.isArray||function(a){return"[object Array]"===Object.prototype.toString.call(a)},isFunction:function(a){return"[object Function]"===Object.prototype.toString.call(a)},isNode:function(a){return a&&a.nodeType},isNodeList:function(a){return"object"==typeof a&&/^\[object (HTMLCollection|NodeList|Object)\]$/.test(Object.prototype.toString.call(a))&&a.length!==d&&(0===a.length||"object"==typeof a[0]&&a[0].nodeType>0)},isWrapped:function(a){return a&&(a.jquery||b.Zepto&&b.Zepto.zepto.isZ(a))},isSVG:function(a){return b.SVGElement&&a instanceof b.SVGElement},isEmptyObject:function(a){for(var b in a)return!1;return!0}},q=!1;if(a.fn&&a.fn.jquery?(m=a,q=!0):m=b.Velocity.Utilities,8>=n&&!q)throw new Error("Velocity: IE8 and below require jQuery to be loaded before Velocity.");if(7>=n)return void(jQuery.fn.velocity=jQuery.fn.animate);var r=400,s="swing",t={State:{isMobile:/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),isAndroid:/Android/i.test(navigator.userAgent),isGingerbread:/Android 2\.3\.[3-7]/i.test(navigator.userAgent),isChrome:b.chrome,isFirefox:/Firefox/i.test(navigator.userAgent),prefixElement:c.createElement("div"),prefixMatches:{},scrollAnchor:null,scrollPropertyLeft:null,scrollPropertyTop:null,isTicking:!1,calls:[]},CSS:{},Utilities:m,Redirects:{},Easings:{},Promise:b.Promise,defaults:{queue:"",duration:r,easing:s,begin:d,complete:d,progress:d,display:d,visibility:d,loop:!1,delay:!1,mobileHA:!0,_cacheValues:!0},init:function(a){m.data(a,"velocity",{isSVG:p.isSVG(a),isAnimating:!1,computedStyle:null,tweensContainer:null,rootPropertyValueCache:{},transformCache:{}})},hook:null,mock:!1,version:{major:1,minor:2,patch:2},debug:!1};b.pageYOffset!==d?(t.State.scrollAnchor=b,t.State.scrollPropertyLeft="pageXOffset",t.State.scrollPropertyTop="pageYOffset"):(t.State.scrollAnchor=c.documentElement||c.body.parentNode||c.body,t.State.scrollPropertyLeft="scrollLeft",t.State.scrollPropertyTop="scrollTop");var u=function(){function a(a){return-a.tension*a.x-a.friction*a.v}function b(b,c,d){var e={x:b.x+d.dx*c,v:b.v+d.dv*c,tension:b.tension,friction:b.friction};return{dx:e.v,dv:a(e)}}function c(c,d){var e={dx:c.v,dv:a(c)},f=b(c,.5*d,e),g=b(c,.5*d,f),h=b(c,d,g),i=1/6*(e.dx+2*(f.dx+g.dx)+h.dx),j=1/6*(e.dv+2*(f.dv+g.dv)+h.dv);return c.x=c.x+i*d,c.v=c.v+j*d,c}return function d(a,b,e){var f,g,h,i={x:-1,v:0,tension:null,friction:null},j=[0],k=0,l=1e-4,m=.016;for(a=parseFloat(a)||500,b=parseFloat(b)||20,e=e||null,i.tension=a,i.friction=b,f=null!==e,f?(k=d(a,b),g=k/e*m):g=m;h=c(h||i,g),j.push(1+h.x),k+=16,Math.abs(h.x)>l&&Math.abs(h.v)>l;);return f?function(a){return j[a*(j.length-1)|0]}:k}}();t.Easings={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2},spring:function(a){return 1-Math.cos(4.5*a*Math.PI)*Math.exp(6*-a)}},m.each([["ease",[.25,.1,.25,1]],["ease-in",[.42,0,1,1]],["ease-out",[0,0,.58,1]],["ease-in-out",[.42,0,.58,1]],["easeInSine",[.47,0,.745,.715]],["easeOutSine",[.39,.575,.565,1]],["easeInOutSine",[.445,.05,.55,.95]],["easeInQuad",[.55,.085,.68,.53]],["easeOutQuad",[.25,.46,.45,.94]],["easeInOutQuad",[.455,.03,.515,.955]],["easeInCubic",[.55,.055,.675,.19]],["easeOutCubic",[.215,.61,.355,1]],["easeInOutCubic",[.645,.045,.355,1]],["easeInQuart",[.895,.03,.685,.22]],["easeOutQuart",[.165,.84,.44,1]],["easeInOutQuart",[.77,0,.175,1]],["easeInQuint",[.755,.05,.855,.06]],["easeOutQuint",[.23,1,.32,1]],["easeInOutQuint",[.86,0,.07,1]],["easeInExpo",[.95,.05,.795,.035]],["easeOutExpo",[.19,1,.22,1]],["easeInOutExpo",[1,0,0,1]],["easeInCirc",[.6,.04,.98,.335]],["easeOutCirc",[.075,.82,.165,1]],["easeInOutCirc",[.785,.135,.15,.86]]],function(a,b){t.Easings[b[0]]=i.apply(null,b[1])});var v=t.CSS={RegEx:{isHex:/^#([A-f\d]{3}){1,2}$/i,valueUnwrap:/^[A-z]+\((.*)\)$/i,wrappedValueAlreadyExtracted:/[0-9.]+ [0-9.]+ [0-9.]+( [0-9.]+)?/,valueSplit:/([A-z]+\(.+\))|(([A-z0-9#-.]+?)(?=\s|$))/gi},Lists:{colors:["fill","stroke","stopColor","color","backgroundColor","borderColor","borderTopColor","borderRightColor","borderBottomColor","borderLeftColor","outlineColor"],transformsBase:["translateX","translateY","scale","scaleX","scaleY","skewX","skewY","rotateZ"],transforms3D:["transformPerspective","translateZ","scaleZ","rotateX","rotateY"]},Hooks:{templates:{textShadow:["Color X Y Blur","black 0px 0px 0px"],boxShadow:["Color X Y Blur Spread","black 0px 0px 0px 0px"],clip:["Top Right Bottom Left","0px 0px 0px 0px"],backgroundPosition:["X Y","0% 0%"],transformOrigin:["X Y Z","50% 50% 0px"],perspectiveOrigin:["X Y","50% 50%"]},registered:{},register:function(){for(var a=0;a<v.Lists.colors.length;a++){var b="color"===v.Lists.colors[a]?"0 0 0 1":"255 255 255 1";v.Hooks.templates[v.Lists.colors[a]]=["Red Green Blue Alpha",b]}var c,d,e;if(n)for(c in v.Hooks.templates){d=v.Hooks.templates[c],e=d[0].split(" ");var f=d[1].match(v.RegEx.valueSplit);"Color"===e[0]&&(e.push(e.shift()),f.push(f.shift()),v.Hooks.templates[c]=[e.join(" "),f.join(" ")])}for(c in v.Hooks.templates){d=v.Hooks.templates[c],e=d[0].split(" ");for(var a in e){var g=c+e[a],h=a;v.Hooks.registered[g]=[c,h]}}},getRoot:function(a){var b=v.Hooks.registered[a];return b?b[0]:a},cleanRootPropertyValue:function(a,b){return v.RegEx.valueUnwrap.test(b)&&(b=b.match(v.RegEx.valueUnwrap)[1]),v.Values.isCSSNullValue(b)&&(b=v.Hooks.templates[a][1]),b},extractValue:function(a,b){var c=v.Hooks.registered[a];if(c){var d=c[0],e=c[1];return b=v.Hooks.cleanRootPropertyValue(d,b),b.toString().match(v.RegEx.valueSplit)[e]}return b},injectValue:function(a,b,c){var d=v.Hooks.registered[a];if(d){var e,f,g=d[0],h=d[1];return c=v.Hooks.cleanRootPropertyValue(g,c),e=c.toString().match(v.RegEx.valueSplit),e[h]=b,f=e.join(" ")}return c}},Normalizations:{registered:{clip:function(a,b,c){switch(a){case"name":return"clip";case"extract":var d;return v.RegEx.wrappedValueAlreadyExtracted.test(c)?d=c:(d=c.toString().match(v.RegEx.valueUnwrap),d=d?d[1].replace(/,(\s+)?/g," "):c),d;case"inject":return"rect("+c+")"}},blur:function(a,b,c){switch(a){case"name":return t.State.isFirefox?"filter":"-webkit-filter";case"extract":var d=parseFloat(c);if(!d&&0!==d){var e=c.toString().match(/blur\(([0-9]+[A-z]+)\)/i);d=e?e[1]:0}return d;case"inject":return parseFloat(c)?"blur("+c+")":"none"}},opacity:function(a,b,c){if(8>=n)switch(a){case"name":return"filter";case"extract":var d=c.toString().match(/alpha\(opacity=(.*)\)/i);return c=d?d[1]/100:1;case"inject":return b.style.zoom=1,parseFloat(c)>=1?"":"alpha(opacity="+parseInt(100*parseFloat(c),10)+")"}else switch(a){case"name":return"opacity";case"extract":return c;case"inject":return c}}},register:function(){9>=n||t.State.isGingerbread||(v.Lists.transformsBase=v.Lists.transformsBase.concat(v.Lists.transforms3D));for(var a=0;a<v.Lists.transformsBase.length;a++)!function(){var b=v.Lists.transformsBase[a];v.Normalizations.registered[b]=function(a,c,e){switch(a){case"name":return"transform";case"extract":return g(c)===d||g(c).transformCache[b]===d?/^scale/i.test(b)?1:0:g(c).transformCache[b].replace(/[()]/g,"");case"inject":var f=!1;switch(b.substr(0,b.length-1)){case"translate":f=!/(%|px|em|rem|vw|vh|\d)$/i.test(e);break;case"scal":case"scale":t.State.isAndroid&&g(c).transformCache[b]===d&&1>e&&(e=1),f=!/(\d)$/i.test(e);break;case"skew":f=!/(deg|\d)$/i.test(e);break;case"rotate":f=!/(deg|\d)$/i.test(e)}return f||(g(c).transformCache[b]="("+e+")"),g(c).transformCache[b]}}}();for(var a=0;a<v.Lists.colors.length;a++)!function(){var b=v.Lists.colors[a];v.Normalizations.registered[b]=function(a,c,e){switch(a){case"name":return b;case"extract":var f;if(v.RegEx.wrappedValueAlreadyExtracted.test(e))f=e;else{var g,h={black:"rgb(0, 0, 0)",blue:"rgb(0, 0, 255)",gray:"rgb(128, 128, 128)",green:"rgb(0, 128, 0)",red:"rgb(255, 0, 0)",white:"rgb(255, 255, 255)"};/^[A-z]+$/i.test(e)?g=h[e]!==d?h[e]:h.black:v.RegEx.isHex.test(e)?g="rgb("+v.Values.hexToRgb(e).join(" ")+")":/^rgba?\(/i.test(e)||(g=h.black),f=(g||e).toString().match(v.RegEx.valueUnwrap)[1].replace(/,(\s+)?/g," ")}return 8>=n||3!==f.split(" ").length||(f+=" 1"),f;case"inject":return 8>=n?4===e.split(" ").length&&(e=e.split(/\s+/).slice(0,3).join(" ")):3===e.split(" ").length&&(e+=" 1"),(8>=n?"rgb":"rgba")+"("+e.replace(/\s+/g,",").replace(/\.(\d)+(?=,)/g,"")+")"}}}()}},Names:{camelCase:function(a){return a.replace(/-(\w)/g,function(a,b){return b.toUpperCase()})},SVGAttribute:function(a){var b="width|height|x|y|cx|cy|r|rx|ry|x1|x2|y1|y2";return(n||t.State.isAndroid&&!t.State.isChrome)&&(b+="|transform"),new RegExp("^("+b+")$","i").test(a)},prefixCheck:function(a){if(t.State.prefixMatches[a])return[t.State.prefixMatches[a],!0];for(var b=["","Webkit","Moz","ms","O"],c=0,d=b.length;d>c;c++){var e;if(e=0===c?a:b[c]+a.replace(/^\w/,function(a){return a.toUpperCase()}),p.isString(t.State.prefixElement.style[e]))return t.State.prefixMatches[a]=e,[e,!0]}return[a,!1]}},Values:{hexToRgb:function(a){var b,c=/^#?([a-f\d])([a-f\d])([a-f\d])$/i,d=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i;return a=a.replace(c,function(a,b,c,d){return b+b+c+c+d+d}),b=d.exec(a),b?[parseInt(b[1],16),parseInt(b[2],16),parseInt(b[3],16)]:[0,0,0]},isCSSNullValue:function(a){return 0==a||/^(none|auto|transparent|(rgba\(0, ?0, ?0, ?0\)))$/i.test(a)},getUnitType:function(a){return/^(rotate|skew)/i.test(a)?"deg":/(^(scale|scaleX|scaleY|scaleZ|alpha|flexGrow|flexHeight|zIndex|fontWeight)$)|((opacity|red|green|blue|alpha)$)/i.test(a)?"":"px"},getDisplayType:function(a){var b=a&&a.tagName.toString().toLowerCase();return/^(b|big|i|small|tt|abbr|acronym|cite|code|dfn|em|kbd|strong|samp|var|a|bdo|br|img|map|object|q|script|span|sub|sup|button|input|label|select|textarea)$/i.test(b)?"inline":/^(li)$/i.test(b)?"list-item":/^(tr)$/i.test(b)?"table-row":/^(table)$/i.test(b)?"table":/^(tbody)$/i.test(b)?"table-row-group":"block"},addClass:function(a,b){a.classList?a.classList.add(b):a.className+=(a.className.length?" ":"")+b},removeClass:function(a,b){a.classList?a.classList.remove(b):a.className=a.className.toString().replace(new RegExp("(^|\\s)"+b.split(" ").join("|")+"(\\s|$)","gi")," ")}},getPropertyValue:function(a,c,e,f){function h(a,c){function e(){j&&v.setPropertyValue(a,"display","none")}var i=0;if(8>=n)i=m.css(a,c);else{var j=!1;if(/^(width|height)$/.test(c)&&0===v.getPropertyValue(a,"display")&&(j=!0,v.setPropertyValue(a,"display",v.Values.getDisplayType(a))),!f){if("height"===c&&"border-box"!==v.getPropertyValue(a,"boxSizing").toString().toLowerCase()){var k=a.offsetHeight-(parseFloat(v.getPropertyValue(a,"borderTopWidth"))||0)-(parseFloat(v.getPropertyValue(a,"borderBottomWidth"))||0)-(parseFloat(v.getPropertyValue(a,"paddingTop"))||0)-(parseFloat(v.getPropertyValue(a,"paddingBottom"))||0);return e(),k}if("width"===c&&"border-box"!==v.getPropertyValue(a,"boxSizing").toString().toLowerCase()){var l=a.offsetWidth-(parseFloat(v.getPropertyValue(a,"borderLeftWidth"))||0)-(parseFloat(v.getPropertyValue(a,"borderRightWidth"))||0)-(parseFloat(v.getPropertyValue(a,"paddingLeft"))||0)-(parseFloat(v.getPropertyValue(a,"paddingRight"))||0);return e(),l}}var o;o=g(a)===d?b.getComputedStyle(a,null):g(a).computedStyle?g(a).computedStyle:g(a).computedStyle=b.getComputedStyle(a,null),"borderColor"===c&&(c="borderTopColor"),i=9===n&&"filter"===c?o.getPropertyValue(c):o[c],(""===i||null===i)&&(i=a.style[c]),e()}if("auto"===i&&/^(top|right|bottom|left)$/i.test(c)){var p=h(a,"position");("fixed"===p||"absolute"===p&&/top|left/i.test(c))&&(i=m(a).position()[c]+"px")}return i}var i;if(v.Hooks.registered[c]){var j=c,k=v.Hooks.getRoot(j);e===d&&(e=v.getPropertyValue(a,v.Names.prefixCheck(k)[0])),v.Normalizations.registered[k]&&(e=v.Normalizations.registered[k]("extract",a,e)),i=v.Hooks.extractValue(j,e)}else if(v.Normalizations.registered[c]){var l,o;l=v.Normalizations.registered[c]("name",a),"transform"!==l&&(o=h(a,v.Names.prefixCheck(l)[0]),v.Values.isCSSNullValue(o)&&v.Hooks.templates[c]&&(o=v.Hooks.templates[c][1])),i=v.Normalizations.registered[c]("extract",a,o)}if(!/^[\d-]/.test(i))if(g(a)&&g(a).isSVG&&v.Names.SVGAttribute(c))if(/^(height|width)$/i.test(c))try{i=a.getBBox()[c]}catch(p){i=0}else i=a.getAttribute(c);else i=h(a,v.Names.prefixCheck(c)[0]);return v.Values.isCSSNullValue(i)&&(i=0),t.debug>=2&&console.log("Get "+c+": "+i),i},setPropertyValue:function(a,c,d,e,f){var h=c;if("scroll"===c)f.container?f.container["scroll"+f.direction]=d:"Left"===f.direction?b.scrollTo(d,f.alternateValue):b.scrollTo(f.alternateValue,d);else if(v.Normalizations.registered[c]&&"transform"===v.Normalizations.registered[c]("name",a))v.Normalizations.registered[c]("inject",a,d),h="transform",d=g(a).transformCache[c];else{if(v.Hooks.registered[c]){var i=c,j=v.Hooks.getRoot(c);e=e||v.getPropertyValue(a,j),d=v.Hooks.injectValue(i,d,e),c=j}if(v.Normalizations.registered[c]&&(d=v.Normalizations.registered[c]("inject",a,d),c=v.Normalizations.registered[c]("name",a)),h=v.Names.prefixCheck(c)[0],8>=n)try{a.style[h]=d}catch(k){t.debug&&console.log("Browser does not support ["+d+"] for ["+h+"]")}else g(a)&&g(a).isSVG&&v.Names.SVGAttribute(c)?a.setAttribute(c,d):a.style[h]=d;t.debug>=2&&console.log("Set "+c+" ("+h+"): "+d)}return[h,d]},flushTransformCache:function(a){function b(b){return parseFloat(v.getPropertyValue(a,b))}var c="";if((n||t.State.isAndroid&&!t.State.isChrome)&&g(a).isSVG){var d={translate:[b("translateX"),b("translateY")],skewX:[b("skewX")],skewY:[b("skewY")],scale:1!==b("scale")?[b("scale"),b("scale")]:[b("scaleX"),b("scaleY")],rotate:[b("rotateZ"),0,0]};m.each(g(a).transformCache,function(a){/^translate/i.test(a)?a="translate":/^scale/i.test(a)?a="scale":/^rotate/i.test(a)&&(a="rotate"),d[a]&&(c+=a+"("+d[a].join(" ")+") ",delete d[a])})}else{var e,f;m.each(g(a).transformCache,function(b){return e=g(a).transformCache[b],"transformPerspective"===b?(f=e,!0):(9===n&&"rotateZ"===b&&(b="rotate"),void(c+=b+e+" "))}),f&&(c="perspective"+f+" "+c)}v.setPropertyValue(a,"transform",c)}};v.Hooks.register(),v.Normalizations.register(),t.hook=function(a,b,c){var e=d;return a=f(a),m.each(a,function(a,f){if(g(f)===d&&t.init(f),c===d)e===d&&(e=t.CSS.getPropertyValue(f,b));else{var h=t.CSS.setPropertyValue(f,b,c);"transform"===h[0]&&t.CSS.flushTransformCache(f),e=h}}),e};var w=function(){function a(){return h?B.promise||null:i}function e(){function a(){function a(a,b){var c=d,e=d,g=d;return p.isArray(a)?(c=a[0],!p.isArray(a[1])&&/^[\d-]/.test(a[1])||p.isFunction(a[1])||v.RegEx.isHex.test(a[1])?g=a[1]:(p.isString(a[1])&&!v.RegEx.isHex.test(a[1])||p.isArray(a[1]))&&(e=b?a[1]:j(a[1],h.duration),a[2]!==d&&(g=a[2]))):c=a,b||(e=e||h.easing),p.isFunction(c)&&(c=c.call(f,y,x)),p.isFunction(g)&&(g=g.call(f,y,x)),[c||0,e,g]}function l(a,b){var c,d;return d=(b||"0").toString().toLowerCase().replace(/[%A-z]+$/,function(a){return c=a,""}),c||(c=v.Values.getUnitType(a)),[d,c]}function n(){var a={myParent:f.parentNode||c.body,position:v.getPropertyValue(f,"position"),fontSize:v.getPropertyValue(f,"fontSize")},d=a.position===I.lastPosition&&a.myParent===I.lastParent,e=a.fontSize===I.lastFontSize;I.lastParent=a.myParent,I.lastPosition=a.position,I.lastFontSize=a.fontSize;var h=100,i={};if(e&&d)i.emToPx=I.lastEmToPx,i.percentToPxWidth=I.lastPercentToPxWidth,i.percentToPxHeight=I.lastPercentToPxHeight;else{var j=g(f).isSVG?c.createElementNS("http://www.w3.org/2000/svg","rect"):c.createElement("div");t.init(j),a.myParent.appendChild(j),m.each(["overflow","overflowX","overflowY"],function(a,b){t.CSS.setPropertyValue(j,b,"hidden")}),t.CSS.setPropertyValue(j,"position",a.position),t.CSS.setPropertyValue(j,"fontSize",a.fontSize),t.CSS.setPropertyValue(j,"boxSizing","content-box"),m.each(["minWidth","maxWidth","width","minHeight","maxHeight","height"],function(a,b){t.CSS.setPropertyValue(j,b,h+"%")}),t.CSS.setPropertyValue(j,"paddingLeft",h+"em"),i.percentToPxWidth=I.lastPercentToPxWidth=(parseFloat(v.getPropertyValue(j,"width",null,!0))||1)/h,i.percentToPxHeight=I.lastPercentToPxHeight=(parseFloat(v.getPropertyValue(j,"height",null,!0))||1)/h,i.emToPx=I.lastEmToPx=(parseFloat(v.getPropertyValue(j,"paddingLeft"))||1)/h,a.myParent.removeChild(j)}return null===I.remToPx&&(I.remToPx=parseFloat(v.getPropertyValue(c.body,"fontSize"))||16),null===I.vwToPx&&(I.vwToPx=parseFloat(b.innerWidth)/100,I.vhToPx=parseFloat(b.innerHeight)/100),i.remToPx=I.remToPx,i.vwToPx=I.vwToPx,i.vhToPx=I.vhToPx,t.debug>=1&&console.log("Unit ratios: "+JSON.stringify(i),f),i}if(h.begin&&0===y)try{h.begin.call(o,o)}catch(r){setTimeout(function(){throw r},1)}if("scroll"===C){var u,w,z,A=/^x$/i.test(h.axis)?"Left":"Top",D=parseFloat(h.offset)||0;h.container?p.isWrapped(h.container)||p.isNode(h.container)?(h.container=h.container[0]||h.container,u=h.container["scroll"+A],z=u+m(f).position()[A.toLowerCase()]+D):h.container=null:(u=t.State.scrollAnchor[t.State["scrollProperty"+A]],w=t.State.scrollAnchor[t.State["scrollProperty"+("Left"===A?"Top":"Left")]],z=m(f).offset()[A.toLowerCase()]+D),i={scroll:{rootPropertyValue:!1,startValue:u,currentValue:u,endValue:z,unitType:"",easing:h.easing,scrollData:{container:h.container,direction:A,alternateValue:w}},element:f},t.debug&&console.log("tweensContainer (scroll): ",i.scroll,f)}else if("reverse"===C){if(!g(f).tweensContainer)return void m.dequeue(f,h.queue);"none"===g(f).opts.display&&(g(f).opts.display="auto"),"hidden"===g(f).opts.visibility&&(g(f).opts.visibility="visible"),g(f).opts.loop=!1,g(f).opts.begin=null,g(f).opts.complete=null,s.easing||delete h.easing,s.duration||delete h.duration,h=m.extend({},g(f).opts,h);var E=m.extend(!0,{},g(f).tweensContainer);for(var F in E)if("element"!==F){var G=E[F].startValue;E[F].startValue=E[F].currentValue=E[F].endValue,E[F].endValue=G,p.isEmptyObject(s)||(E[F].easing=h.easing),t.debug&&console.log("reverse tweensContainer ("+F+"): "+JSON.stringify(E[F]),f)}i=E}else if("start"===C){var E;g(f).tweensContainer&&g(f).isAnimating===!0&&(E=g(f).tweensContainer),m.each(q,function(b,c){if(RegExp("^"+v.Lists.colors.join("$|^")+"$").test(b)){var e=a(c,!0),f=e[0],g=e[1],h=e[2];if(v.RegEx.isHex.test(f)){for(var i=["Red","Green","Blue"],j=v.Values.hexToRgb(f),k=h?v.Values.hexToRgb(h):d,l=0;l<i.length;l++){var m=[j[l]];g&&m.push(g),k!==d&&m.push(k[l]),q[b+i[l]]=m}delete q[b]}}});for(var H in q){var K=a(q[H]),L=K[0],M=K[1],N=K[2];H=v.Names.camelCase(H);var O=v.Hooks.getRoot(H),P=!1;if(g(f).isSVG||"tween"===O||v.Names.prefixCheck(O)[1]!==!1||v.Normalizations.registered[O]!==d){(h.display!==d&&null!==h.display&&"none"!==h.display||h.visibility!==d&&"hidden"!==h.visibility)&&/opacity|filter/.test(H)&&!N&&0!==L&&(N=0),h._cacheValues&&E&&E[H]?(N===d&&(N=E[H].endValue+E[H].unitType),P=g(f).rootPropertyValueCache[O]):v.Hooks.registered[H]?N===d?(P=v.getPropertyValue(f,O),N=v.getPropertyValue(f,H,P)):P=v.Hooks.templates[O][1]:N===d&&(N=v.getPropertyValue(f,H));var Q,R,S,T=!1;if(Q=l(H,N),N=Q[0],S=Q[1],Q=l(H,L),L=Q[0].replace(/^([+-\/*])=/,function(a,b){return T=b,""}),R=Q[1],N=parseFloat(N)||0,L=parseFloat(L)||0,"%"===R&&(/^(fontSize|lineHeight)$/.test(H)?(L/=100,R="em"):/^scale/.test(H)?(L/=100,R=""):/(Red|Green|Blue)$/i.test(H)&&(L=L/100*255,R="")),/[\/*]/.test(T))R=S;else if(S!==R&&0!==N)if(0===L)R=S;else{e=e||n();var U=/margin|padding|left|right|width|text|word|letter/i.test(H)||/X$/.test(H)||"x"===H?"x":"y";switch(S){case"%":N*="x"===U?e.percentToPxWidth:e.percentToPxHeight;break;case"px":break;default:N*=e[S+"ToPx"]}switch(R){case"%":N*=1/("x"===U?e.percentToPxWidth:e.percentToPxHeight);break;case"px":break;default:
7N*=1/e[R+"ToPx"]}}switch(T){case"+":L=N+L;break;case"-":L=N-L;break;case"*":L=N*L;break;case"/":L=N/L}i[H]={rootPropertyValue:P,startValue:N,currentValue:N,endValue:L,unitType:R,easing:M},t.debug&&console.log("tweensContainer ("+H+"): "+JSON.stringify(i[H]),f)}else t.debug&&console.log("Skipping ["+O+"] due to a lack of browser support.")}i.element=f}i.element&&(v.Values.addClass(f,"velocity-animating"),J.push(i),""===h.queue&&(g(f).tweensContainer=i,g(f).opts=h),g(f).isAnimating=!0,y===x-1?(t.State.calls.push([J,o,h,null,B.resolver]),t.State.isTicking===!1&&(t.State.isTicking=!0,k())):y++)}var e,f=this,h=m.extend({},t.defaults,s),i={};switch(g(f)===d&&t.init(f),parseFloat(h.delay)&&h.queue!==!1&&m.queue(f,h.queue,function(a){t.velocityQueueEntryFlag=!0,g(f).delayTimer={setTimeout:setTimeout(a,parseFloat(h.delay)),next:a}}),h.duration.toString().toLowerCase()){case"fast":h.duration=200;break;case"normal":h.duration=r;break;case"slow":h.duration=600;break;default:h.duration=parseFloat(h.duration)||1}t.mock!==!1&&(t.mock===!0?h.duration=h.delay=1:(h.duration*=parseFloat(t.mock)||1,h.delay*=parseFloat(t.mock)||1)),h.easing=j(h.easing,h.duration),h.begin&&!p.isFunction(h.begin)&&(h.begin=null),h.progress&&!p.isFunction(h.progress)&&(h.progress=null),h.complete&&!p.isFunction(h.complete)&&(h.complete=null),h.display!==d&&null!==h.display&&(h.display=h.display.toString().toLowerCase(),"auto"===h.display&&(h.display=t.CSS.Values.getDisplayType(f))),h.visibility!==d&&null!==h.visibility&&(h.visibility=h.visibility.toString().toLowerCase()),h.mobileHA=h.mobileHA&&t.State.isMobile&&!t.State.isGingerbread,h.queue===!1?h.delay?setTimeout(a,h.delay):a():m.queue(f,h.queue,function(b,c){return c===!0?(B.promise&&B.resolver(o),!0):(t.velocityQueueEntryFlag=!0,void a(b))}),""!==h.queue&&"fx"!==h.queue||"inprogress"===m.queue(f)[0]||m.dequeue(f)}var h,i,n,o,q,s,u=arguments[0]&&(arguments[0].p||m.isPlainObject(arguments[0].properties)&&!arguments[0].properties.names||p.isString(arguments[0].properties));if(p.isWrapped(this)?(h=!1,n=0,o=this,i=this):(h=!0,n=1,o=u?arguments[0].elements||arguments[0].e:arguments[0]),o=f(o)){u?(q=arguments[0].properties||arguments[0].p,s=arguments[0].options||arguments[0].o):(q=arguments[n],s=arguments[n+1]);var x=o.length,y=0;if(!/^(stop|finish)$/i.test(q)&&!m.isPlainObject(s)){var z=n+1;s={};for(var A=z;A<arguments.length;A++)p.isArray(arguments[A])||!/^(fast|normal|slow)$/i.test(arguments[A])&&!/^\d/.test(arguments[A])?p.isString(arguments[A])||p.isArray(arguments[A])?s.easing=arguments[A]:p.isFunction(arguments[A])&&(s.complete=arguments[A]):s.duration=arguments[A]}var B={promise:null,resolver:null,rejecter:null};h&&t.Promise&&(B.promise=new t.Promise(function(a,b){B.resolver=a,B.rejecter=b}));var C;switch(q){case"scroll":C="scroll";break;case"reverse":C="reverse";break;case"finish":case"stop":m.each(o,function(a,b){g(b)&&g(b).delayTimer&&(clearTimeout(g(b).delayTimer.setTimeout),g(b).delayTimer.next&&g(b).delayTimer.next(),delete g(b).delayTimer)});var D=[];return m.each(t.State.calls,function(a,b){b&&m.each(b[1],function(c,e){var f=s===d?"":s;return f===!0||b[2].queue===f||s===d&&b[2].queue===!1?void m.each(o,function(c,d){d===e&&((s===!0||p.isString(s))&&(m.each(m.queue(d,p.isString(s)?s:""),function(a,b){p.isFunction(b)&&b(null,!0)}),m.queue(d,p.isString(s)?s:"",[])),"stop"===q?(g(d)&&g(d).tweensContainer&&f!==!1&&m.each(g(d).tweensContainer,function(a,b){b.endValue=b.currentValue}),D.push(a)):"finish"===q&&(b[2].duration=1))}):!0})}),"stop"===q&&(m.each(D,function(a,b){l(b,!0)}),B.promise&&B.resolver(o)),a();default:if(!m.isPlainObject(q)||p.isEmptyObject(q)){if(p.isString(q)&&t.Redirects[q]){var E=m.extend({},s),F=E.duration,G=E.delay||0;return E.backwards===!0&&(o=m.extend(!0,[],o).reverse()),m.each(o,function(a,b){parseFloat(E.stagger)?E.delay=G+parseFloat(E.stagger)*a:p.isFunction(E.stagger)&&(E.delay=G+E.stagger.call(b,a,x)),E.drag&&(E.duration=parseFloat(F)||(/^(callout|transition)/.test(q)?1e3:r),E.duration=Math.max(E.duration*(E.backwards?1-a/x:(a+1)/x),.75*E.duration,200)),t.Redirects[q].call(b,b,E||{},a,x,o,B.promise?B:d)}),a()}var H="Velocity: First argument ("+q+") was not a property map, a known action, or a registered redirect. Aborting.";return B.promise?B.rejecter(new Error(H)):console.log(H),a()}C="start"}var I={lastParent:null,lastPosition:null,lastFontSize:null,lastPercentToPxWidth:null,lastPercentToPxHeight:null,lastEmToPx:null,remToPx:null,vwToPx:null,vhToPx:null},J=[];m.each(o,function(a,b){p.isNode(b)&&e.call(b)});var K,E=m.extend({},t.defaults,s);if(E.loop=parseInt(E.loop),K=2*E.loop-1,E.loop)for(var L=0;K>L;L++){var M={delay:E.delay,progress:E.progress};L===K-1&&(M.display=E.display,M.visibility=E.visibility,M.complete=E.complete),w(o,"reverse",M)}return a()}};t=m.extend(w,t),t.animate=w;var x=b.requestAnimationFrame||o;return t.State.isMobile||c.hidden===d||c.addEventListener("visibilitychange",function(){c.hidden?(x=function(a){return setTimeout(function(){a(!0)},16)},k()):x=b.requestAnimationFrame||o}),a.Velocity=t,a!==b&&(a.fn.velocity=w,a.fn.velocity.defaults=t.defaults),m.each(["Down","Up"],function(a,b){t.Redirects["slide"+b]=function(a,c,e,f,g,h){var i=m.extend({},c),j=i.begin,k=i.complete,l={height:"",marginTop:"",marginBottom:"",paddingTop:"",paddingBottom:""},n={};i.display===d&&(i.display="Down"===b?"inline"===t.CSS.Values.getDisplayType(a)?"inline-block":"block":"none"),i.begin=function(){j&&j.call(g,g);for(var c in l){n[c]=a.style[c];var d=t.CSS.getPropertyValue(a,c);l[c]="Down"===b?[d,0]:[0,d]}n.overflow=a.style.overflow,a.style.overflow="hidden"},i.complete=function(){for(var b in n)a.style[b]=n[b];k&&k.call(g,g),h&&h.resolver(g)},t(a,l,i)}}),m.each(["In","Out"],function(a,b){t.Redirects["fade"+b]=function(a,c,e,f,g,h){var i=m.extend({},c),j={opacity:"In"===b?1:0},k=i.complete;i.complete=e!==f-1?i.begin=null:function(){k&&k.call(g,g),h&&h.resolver(g)},i.display===d&&(i.display="In"===b?"auto":"none"),t(this,j,i)}}),t}(window.jQuery||window.Zepto||window,window,document)}),!function(a,b,c,d){"use strict";function e(a,b,c){return setTimeout(k(a,c),b)}function f(a,b,c){return Array.isArray(a)?(g(a,c[b],c),!0):!1}function g(a,b,c){var e;if(a)if(a.forEach)a.forEach(b,c);else if(a.length!==d)for(e=0;e<a.length;)b.call(c,a[e],e,a),e++;else for(e in a)a.hasOwnProperty(e)&&b.call(c,a[e],e,a)}function h(a,b,c){for(var e=Object.keys(b),f=0;f<e.length;)(!c||c&&a[e[f]]===d)&&(a[e[f]]=b[e[f]]),f++;return a}function i(a,b){return h(a,b,!0)}function j(a,b,c){var d,e=b.prototype;d=a.prototype=Object.create(e),d.constructor=a,d._super=e,c&&h(d,c)}function k(a,b){return function(){return a.apply(b,arguments)}}function l(a,b){return typeof a==ka?a.apply(b?b[0]||d:d,b):a}function m(a,b){return a===d?b:a}function n(a,b,c){g(r(b),function(b){a.addEventListener(b,c,!1)})}function o(a,b,c){g(r(b),function(b){a.removeEventListener(b,c,!1)})}function p(a,b){for(;a;){if(a==b)return!0;a=a.parentNode}return!1}function q(a,b){return a.indexOf(b)>-1}function r(a){return a.trim().split(/\s+/g)}function s(a,b,c){if(a.indexOf&&!c)return a.indexOf(b);for(var d=0;d<a.length;){if(c&&a[d][c]==b||!c&&a[d]===b)return d;d++}return-1}function t(a){return Array.prototype.slice.call(a,0)}function u(a,b,c){for(var d=[],e=[],f=0;f<a.length;){var g=b?a[f][b]:a[f];s(e,g)<0&&d.push(a[f]),e[f]=g,f++}return c&&(d=b?d.sort(function(a,c){return a[b]>c[b]}):d.sort()),d}function v(a,b){for(var c,e,f=b[0].toUpperCase()+b.slice(1),g=0;g<ia.length;){if(c=ia[g],e=c?c+f:b,e in a)return e;g++}return d}function w(){return oa++}function x(a){var b=a.ownerDocument;return b.defaultView||b.parentWindow}function y(a,b){var c=this;this.manager=a,this.callback=b,this.element=a.element,this.target=a.options.inputTarget,this.domHandler=function(b){l(a.options.enable,[a])&&c.handler(b)},this.init()}function z(a){var b,c=a.options.inputClass;return new(b=c?c:ra?N:sa?Q:qa?S:M)(a,A)}function A(a,b,c){var d=c.pointers.length,e=c.changedPointers.length,f=b&ya&&0===d-e,g=b&(Aa|Ba)&&0===d-e;c.isFirst=!!f,c.isFinal=!!g,f&&(a.session={}),c.eventType=b,B(a,c),a.emit("hammer.input",c),a.recognize(c),a.session.prevInput=c}function B(a,b){var c=a.session,d=b.pointers,e=d.length;c.firstInput||(c.firstInput=E(b)),e>1&&!c.firstMultiple?c.firstMultiple=E(b):1===e&&(c.firstMultiple=!1);var f=c.firstInput,g=c.firstMultiple,h=g?g.center:f.center,i=b.center=F(d);b.timeStamp=na(),b.deltaTime=b.timeStamp-f.timeStamp,b.angle=J(h,i),b.distance=I(h,i),C(c,b),b.offsetDirection=H(b.deltaX,b.deltaY),b.scale=g?L(g.pointers,d):1,b.rotation=g?K(g.pointers,d):0,D(c,b);var j=a.element;p(b.srcEvent.target,j)&&(j=b.srcEvent.target),b.target=j}function C(a,b){var c=b.center,d=a.offsetDelta||{},e=a.prevDelta||{},f=a.prevInput||{};(b.eventType===ya||f.eventType===Aa)&&(e=a.prevDelta={x:f.deltaX||0,y:f.deltaY||0},d=a.offsetDelta={x:c.x,y:c.y}),b.deltaX=e.x+(c.x-d.x),b.deltaY=e.y+(c.y-d.y)}function D(a,b){var c,e,f,g,h=a.lastInterval||b,i=b.timeStamp-h.timeStamp;if(b.eventType!=Ba&&(i>xa||h.velocity===d)){var j=h.deltaX-b.deltaX,k=h.deltaY-b.deltaY,l=G(i,j,k);e=l.x,f=l.y,c=ma(l.x)>ma(l.y)?l.x:l.y,g=H(j,k),a.lastInterval=b}else c=h.velocity,e=h.velocityX,f=h.velocityY,g=h.direction;b.velocity=c,b.velocityX=e,b.velocityY=f,b.direction=g}function E(a){for(var b=[],c=0;c<a.pointers.length;)b[c]={clientX:la(a.pointers[c].clientX),clientY:la(a.pointers[c].clientY)},c++;return{timeStamp:na(),pointers:b,center:F(b),deltaX:a.deltaX,deltaY:a.deltaY}}function F(a){var b=a.length;if(1===b)return{x:la(a[0].clientX),y:la(a[0].clientY)};for(var c=0,d=0,e=0;b>e;)c+=a[e].clientX,d+=a[e].clientY,e++;return{x:la(c/b),y:la(d/b)}}function G(a,b,c){return{x:b/a||0,y:c/a||0}}function H(a,b){return a===b?Ca:ma(a)>=ma(b)?a>0?Da:Ea:b>0?Fa:Ga}function I(a,b,c){c||(c=Ka);var d=b[c[0]]-a[c[0]],e=b[c[1]]-a[c[1]];return Math.sqrt(d*d+e*e)}function J(a,b,c){c||(c=Ka);var d=b[c[0]]-a[c[0]],e=b[c[1]]-a[c[1]];return 180*Math.atan2(e,d)/Math.PI}function K(a,b){return J(b[1],b[0],La)-J(a[1],a[0],La)}function L(a,b){return I(b[0],b[1],La)/I(a[0],a[1],La)}function M(){this.evEl=Na,this.evWin=Oa,this.allow=!0,this.pressed=!1,y.apply(this,arguments)}function N(){this.evEl=Ra,this.evWin=Sa,y.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}function O(){this.evTarget=Ua,this.evWin=Va,this.started=!1,y.apply(this,arguments)}function P(a,b){var c=t(a.touches),d=t(a.changedTouches);return b&(Aa|Ba)&&(c=u(c.concat(d),"identifier",!0)),[c,d]}function Q(){this.evTarget=Xa,this.targetIds={},y.apply(this,arguments)}function R(a,b){var c=t(a.touches),d=this.targetIds;if(b&(ya|za)&&1===c.length)return d[c[0].identifier]=!0,[c,c];var e,f,g=t(a.changedTouches),h=[],i=this.target;if(f=c.filter(function(a){return p(a.target,i)}),b===ya)for(e=0;e<f.length;)d[f[e].identifier]=!0,e++;for(e=0;e<g.length;)d[g[e].identifier]&&h.push(g[e]),b&(Aa|Ba)&&delete d[g[e].identifier],e++;return h.length?[u(f.concat(h),"identifier",!0),h]:void 0}function S(){y.apply(this,arguments);var a=k(this.handler,this);this.touch=new Q(this.manager,a),this.mouse=new M(this.manager,a)}function T(a,b){this.manager=a,this.set(b)}function U(a){if(q(a,bb))return bb;var b=q(a,cb),c=q(a,db);return b&&c?cb+" "+db:b||c?b?cb:db:q(a,ab)?ab:_a}function V(a){this.id=w(),this.manager=null,this.options=i(a||{},this.defaults),this.options.enable=m(this.options.enable,!0),this.state=eb,this.simultaneous={},this.requireFail=[]}function W(a){return a&jb?"cancel":a&hb?"end":a&gb?"move":a&fb?"start":""}function X(a){return a==Ga?"down":a==Fa?"up":a==Da?"left":a==Ea?"right":""}function Y(a,b){var c=b.manager;return c?c.get(a):a}function Z(){V.apply(this,arguments)}function $(){Z.apply(this,arguments),this.pX=null,this.pY=null}function _(){Z.apply(this,arguments)}function aa(){V.apply(this,arguments),this._timer=null,this._input=null}function ba(){Z.apply(this,arguments)}function ca(){Z.apply(this,arguments)}function da(){V.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}function ea(a,b){return b=b||{},b.recognizers=m(b.recognizers,ea.defaults.preset),new fa(a,b)}function fa(a,b){b=b||{},this.options=i(b,ea.defaults),this.options.inputTarget=this.options.inputTarget||a,this.handlers={},this.session={},this.recognizers=[],this.element=a,this.input=z(this),this.touchAction=new T(this,this.options.touchAction),ga(this,!0),g(b.recognizers,function(a){var b=this.add(new a[0](a[1]));a[2]&&b.recognizeWith(a[2]),a[3]&&b.requireFailure(a[3])},this)}function ga(a,b){var c=a.element;g(a.options.cssProps,function(a,d){c.style[v(c.style,d)]=b?a:""})}function ha(a,c){var d=b.createEvent("Event");d.initEvent(a,!0,!0),d.gesture=c,c.target.dispatchEvent(d)}var ia=["","webkit","moz","MS","ms","o"],ja=b.createElement("div"),ka="function",la=Math.round,ma=Math.abs,na=Date.now,oa=1,pa=/mobile|tablet|ip(ad|hone|od)|android/i,qa="ontouchstart"in a,ra=v(a,"PointerEvent")!==d,sa=qa&&pa.test(navigator.userAgent),ta="touch",ua="pen",va="mouse",wa="kinect",xa=25,ya=1,za=2,Aa=4,Ba=8,Ca=1,Da=2,Ea=4,Fa=8,Ga=16,Ha=Da|Ea,Ia=Fa|Ga,Ja=Ha|Ia,Ka=["x","y"],La=["clientX","clientY"];y.prototype={handler:function(){},init:function(){this.evEl&&n(this.element,this.evEl,this.domHandler),this.evTarget&&n(this.target,this.evTarget,this.domHandler),this.evWin&&n(x(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&o(this.element,this.evEl,this.domHandler),this.evTarget&&o(this.target,this.evTarget,this.domHandler),this.evWin&&o(x(this.element),this.evWin,this.domHandler)}};var Ma={mousedown:ya,mousemove:za,mouseup:Aa},Na="mousedown",Oa="mousemove mouseup";j(M,y,{handler:function(a){var b=Ma[a.type];b&ya&&0===a.button&&(this.pressed=!0),b&za&&1!==a.which&&(b=Aa),this.pressed&&this.allow&&(b&Aa&&(this.pressed=!1),this.callback(this.manager,b,{pointers:[a],changedPointers:[a],pointerType:va,srcEvent:a}))}});var Pa={pointerdown:ya,pointermove:za,pointerup:Aa,pointercancel:Ba,pointerout:Ba},Qa={2:ta,3:ua,4:va,5:wa},Ra="pointerdown",Sa="pointermove pointerup pointercancel";a.MSPointerEvent&&(Ra="MSPointerDown",Sa="MSPointerMove MSPointerUp MSPointerCancel"),j(N,y,{handler:function(a){var b=this.store,c=!1,d=a.type.toLowerCase().replace("ms",""),e=Pa[d],f=Qa[a.pointerType]||a.pointerType,g=f==ta,h=s(b,a.pointerId,"pointerId");e&ya&&(0===a.button||g)?0>h&&(b.push(a),h=b.length-1):e&(Aa|Ba)&&(c=!0),0>h||(b[h]=a,this.callback(this.manager,e,{pointers:b,changedPointers:[a],pointerType:f,srcEvent:a}),c&&b.splice(h,1))}});var Ta={touchstart:ya,touchmove:za,touchend:Aa,touchcancel:Ba},Ua="touchstart",Va="touchstart touchmove touchend touchcancel";j(O,y,{handler:function(a){var b=Ta[a.type];if(b===ya&&(this.started=!0),this.started){var c=P.call(this,a,b);b&(Aa|Ba)&&0===c[0].length-c[1].length&&(this.started=!1),this.callback(this.manager,b,{pointers:c[0],changedPointers:c[1],pointerType:ta,srcEvent:a})}}});var Wa={touchstart:ya,touchmove:za,touchend:Aa,touchcancel:Ba},Xa="touchstart touchmove touchend touchcancel";j(Q,y,{handler:function(a){var b=Wa[a.type],c=R.call(this,a,b);c&&this.callback(this.manager,b,{pointers:c[0],changedPointers:c[1],pointerType:ta,srcEvent:a})}}),j(S,y,{handler:function(a,b,c){var d=c.pointerType==ta,e=c.pointerType==va;if(d)this.mouse.allow=!1;else if(e&&!this.mouse.allow)return;b&(Aa|Ba)&&(this.mouse.allow=!0),this.callback(a,b,c)},destroy:function(){this.touch.destroy(),this.mouse.destroy()}});var Ya=v(ja.style,"touchAction"),Za=Ya!==d,$a="compute",_a="auto",ab="manipulation",bb="none",cb="pan-x",db="pan-y";T.prototype={set:function(a){a==$a&&(a=this.compute()),Za&&(this.manager.element.style[Ya]=a),this.actions=a.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var a=[];return g(this.manager.recognizers,function(b){l(b.options.enable,[b])&&(a=a.concat(b.getTouchAction()))}),U(a.join(" "))},preventDefaults:function(a){if(!Za){var b=a.srcEvent,c=a.offsetDirection;if(this.manager.session.prevented)return void b.preventDefault();var d=this.actions,e=q(d,bb),f=q(d,db),g=q(d,cb);return e||f&&c&Ha||g&&c&Ia?this.preventSrc(b):void 0}},preventSrc:function(a){this.manager.session.prevented=!0,a.preventDefault()}};var eb=1,fb=2,gb=4,hb=8,ib=hb,jb=16,kb=32;V.prototype={defaults:{},set:function(a){return h(this.options,a),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(a){if(f(a,"recognizeWith",this))return this;var b=this.simultaneous;return a=Y(a,this),b[a.id]||(b[a.id]=a,a.recognizeWith(this)),this},dropRecognizeWith:function(a){return f(a,"dropRecognizeWith",this)?this:(a=Y(a,this),delete this.simultaneous[a.id],this)},requireFailure:function(a){if(f(a,"requireFailure",this))return this;var b=this.requireFail;return a=Y(a,this),-1===s(b,a)&&(b.push(a),a.requireFailure(this)),this},dropRequireFailure:function(a){if(f(a,"dropRequireFailure",this))return this;a=Y(a,this);var b=s(this.requireFail,a);return b>-1&&this.requireFail.splice(b,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(a){return!!this.simultaneous[a.id]},emit:function(a){function b(b){c.manager.emit(c.options.event+(b?W(d):""),a)}var c=this,d=this.state;hb>d&&b(!0),b(),d>=hb&&b(!0)},tryEmit:function(a){return this.canEmit()?this.emit(a):void(this.state=kb)},canEmit:function(){for(var a=0;a<this.requireFail.length;){if(!(this.requireFail[a].state&(kb|eb)))return!1;a++}return!0},recognize:function(a){var b=h({},a);return l(this.options.enable,[this,b])?(this.state&(ib|jb|kb)&&(this.state=eb),this.state=this.process(b),void(this.state&(fb|gb|hb|jb)&&this.tryEmit(b))):(this.reset(),void(this.state=kb))},process:function(){},getTouchAction:function(){},reset:function(){}},j(Z,V,{defaults:{pointers:1},attrTest:function(a){var b=this.options.pointers;return 0===b||a.pointers.length===b},process:function(a){var b=this.state,c=a.eventType,d=b&(fb|gb),e=this.attrTest(a);return d&&(c&Ba||!e)?b|jb:d||e?c&Aa?b|hb:b&fb?b|gb:fb:kb}}),j($,Z,{defaults:{event:"pan",threshold:10,pointers:1,direction:Ja},getTouchAction:function(){var a=this.options.direction,b=[];return a&Ha&&b.push(db),a&Ia&&b.push(cb),b},directionTest:function(a){var b=this.options,c=!0,d=a.distance,e=a.direction,f=a.deltaX,g=a.deltaY;return e&b.direction||(b.direction&Ha?(e=0===f?Ca:0>f?Da:Ea,c=f!=this.pX,d=Math.abs(a.deltaX)):(e=0===g?Ca:0>g?Fa:Ga,c=g!=this.pY,d=Math.abs(a.deltaY))),a.direction=e,c&&d>b.threshold&&e&b.direction},attrTest:function(a){return Z.prototype.attrTest.call(this,a)&&(this.state&fb||!(this.state&fb)&&this.directionTest(a))},emit:function(a){this.pX=a.deltaX,this.pY=a.deltaY;var b=X(a.direction);b&&this.manager.emit(this.options.event+b,a),this._super.emit.call(this,a)}}),j(_,Z,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[bb]},attrTest:function(a){return this._super.attrTest.call(this,a)&&(Math.abs(a.scale-1)>this.options.threshold||this.state&fb)},emit:function(a){if(this._super.emit.call(this,a),1!==a.scale){var b=a.scale<1?"in":"out";this.manager.emit(this.options.event+b,a)}}}),j(aa,V,{defaults:{event:"press",pointers:1,time:500,threshold:5},getTouchAction:function(){return[_a]},process:function(a){var b=this.options,c=a.pointers.length===b.pointers,d=a.distance<b.threshold,f=a.deltaTime>b.time;if(this._input=a,!d||!c||a.eventType&(Aa|Ba)&&!f)this.reset();else if(a.eventType&ya)this.reset(),this._timer=e(function(){this.state=ib,this.tryEmit()},b.time,this);else if(a.eventType&Aa)return ib;return kb},reset:function(){clearTimeout(this._timer)},emit:function(a){this.state===ib&&(a&&a.eventType&Aa?this.manager.emit(this.options.event+"up",a):(this._input.timeStamp=na(),this.manager.emit(this.options.event,this._input)))}}),j(ba,Z,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[bb]},attrTest:function(a){return this._super.attrTest.call(this,a)&&(Math.abs(a.rotation)>this.options.threshold||this.state&fb)}}),j(ca,Z,{defaults:{event:"swipe",threshold:10,velocity:.65,direction:Ha|Ia,pointers:1},getTouchAction:function(){return $.prototype.getTouchAction.call(this)},attrTest:function(a){var b,c=this.options.direction;return c&(Ha|Ia)?b=a.velocity:c&Ha?b=a.velocityX:c&Ia&&(b=a.velocityY),this._super.attrTest.call(this,a)&&c&a.direction&&a.distance>this.options.threshold&&ma(b)>this.options.velocity&&a.eventType&Aa},emit:function(a){var b=X(a.direction);b&&this.manager.emit(this.options.event+b,a),this.manager.emit(this.options.event,a)}}),j(da,V,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:2,posThreshold:10},getTouchAction:function(){return[ab]},process:function(a){var b=this.options,c=a.pointers.length===b.pointers,d=a.distance<b.threshold,f=a.deltaTime<b.time;if(this.reset(),a.eventType&ya&&0===this.count)return this.failTimeout();if(d&&f&&c){if(a.eventType!=Aa)return this.failTimeout();var g=this.pTime?a.timeStamp-this.pTime<b.interval:!0,h=!this.pCenter||I(this.pCenter,a.center)<b.posThreshold;this.pTime=a.timeStamp,this.pCenter=a.center,h&&g?this.count+=1:this.count=1,this._input=a;var i=this.count%b.taps;if(0===i)return this.hasRequireFailures()?(this._timer=e(function(){this.state=ib,this.tryEmit()},b.interval,this),fb):ib}return kb},failTimeout:function(){return this._timer=e(function(){this.state=kb},this.options.interval,this),kb},reset:function(){clearTimeout(this._timer)},emit:function(){this.state==ib&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}}),ea.VERSION="2.0.4",ea.defaults={domEvents:!1,touchAction:$a,enable:!0,inputTarget:null,inputClass:null,preset:[[ba,{enable:!1}],[_,{enable:!1},["rotate"]],[ca,{direction:Ha}],[$,{direction:Ha},["swipe"]],[da],[da,{event:"doubletap",taps:2},["tap"]],[aa]],cssProps:{userSelect:"default",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}};var lb=1,mb=2;fa.prototype={set:function(a){return h(this.options,a),a.touchAction&&this.touchAction.update(),a.inputTarget&&(this.input.destroy(),this.input.target=a.inputTarget,this.input.init()),this},stop:function(a){this.session.stopped=a?mb:lb},recognize:function(a){var b=this.session;if(!b.stopped){this.touchAction.preventDefaults(a);var c,d=this.recognizers,e=b.curRecognizer;(!e||e&&e.state&ib)&&(e=b.curRecognizer=null);for(var f=0;f<d.length;)c=d[f],b.stopped===mb||e&&c!=e&&!c.canRecognizeWith(e)?c.reset():c.recognize(a),!e&&c.state&(fb|gb|hb)&&(e=b.curRecognizer=c),f++}},get:function(a){if(a instanceof V)return a;for(var b=this.recognizers,c=0;c<b.length;c++)if(b[c].options.event==a)return b[c];return null},add:function(a){if(f(a,"add",this))return this;var b=this.get(a.options.event);return b&&this.remove(b),this.recognizers.push(a),a.manager=this,this.touchAction.update(),a},remove:function(a){if(f(a,"remove",this))return this;var b=this.recognizers;return a=this.get(a),b.splice(s(b,a),1),this.touchAction.update(),this},on:function(a,b){var c=this.handlers;return g(r(a),function(a){c[a]=c[a]||[],c[a].push(b)}),this},off:function(a,b){var c=this.handlers;return g(r(a),function(a){b?c[a].splice(s(c[a],b),1):delete c[a]}),this},emit:function(a,b){this.options.domEvents&&ha(a,b);var c=this.handlers[a]&&this.handlers[a].slice();if(c&&c.length){b.type=a,b.preventDefault=function(){b.srcEvent.preventDefault()};for(var d=0;d<c.length;)c[d](b),d++}},destroy:function(){this.element&&ga(this,!1),this.handlers={},this.session={},this.input.destroy(),this.element=null}},h(ea,{INPUT_START:ya,INPUT_MOVE:za,INPUT_END:Aa,INPUT_CANCEL:Ba,STATE_POSSIBLE:eb,STATE_BEGAN:fb,STATE_CHANGED:gb,STATE_ENDED:hb,STATE_RECOGNIZED:ib,STATE_CANCELLED:jb,STATE_FAILED:kb,DIRECTION_NONE:Ca,DIRECTION_LEFT:Da,DIRECTION_RIGHT:Ea,DIRECTION_UP:Fa,DIRECTION_DOWN:Ga,DIRECTION_HORIZONTAL:Ha,DIRECTION_VERTICAL:Ia,DIRECTION_ALL:Ja,Manager:fa,Input:y,TouchAction:T,TouchInput:Q,MouseInput:M,PointerEventInput:N,TouchMouseInput:S,SingleTouchInput:O,Recognizer:V,AttrRecognizer:Z,Tap:da,Pan:$,Swipe:ca,Pinch:_,Rotate:ba,Press:aa,on:n,off:o,each:g,merge:i,extend:h,inherit:j,bindFn:k,prefixed:v}),typeof define==ka&&define.amd?define(function(){return ea}):"undefined"!=typeof module&&module.exports?module.exports=ea:a[c]=ea}(window,document,"Hammer"),function(a){"function"==typeof define&&define.amd?define(["jquery","hammerjs"],a):"object"==typeof exports?a(require("jquery"),require("hammerjs")):a(jQuery,Hammer)}(function(a,b){function c(c,d){var e=a(c);e.data("hammer")||e.data("hammer",new b(e[0],d))}a.fn.hammer=function(a){return this.each(function(){c(this,a)})},b.Manager.prototype.emit=function(b){return function(c,d){b.call(this,c,d),a(this.element).trigger({type:c,gesture:d})}}(b.Manager.prototype.emit)}),Materialize={},Materialize.guid=function(){function a(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}return function(){return a()+a()+"-"+a()+"-"+a()+"-"+a()+"-"+a()+a()+a()}}(),Materialize.elementOrParentIsFixed=function(a){var b=$(a),c=b.add(b.parents()),d=!1;return c.each(function(){return"fixed"===$(this).css("position")?(d=!0,!1):void 0}),d};var Vel;Vel=$?$.Velocity:Velocity,function(a){a.fn.collapsible=function(b){var c={accordion:void 0};return b=a.extend(c,b),this.each(function(){function c(b){h=g.find("> li > .collapsible-header"),b.hasClass("active")?b.parent().addClass("active"):b.parent().removeClass("active"),b.parent().hasClass("active")?b.siblings(".collapsible-body").stop(!0,!1).slideDown({duration:350,easing:"easeOutQuart",queue:!1,complete:function(){a(this).css("height","")}}):b.siblings(".collapsible-body").stop(!0,!1).slideUp({duration:350,easing:"easeOutQuart",queue:!1,complete:function(){a(this).css("height","")}}),h.not(b).removeClass("active").parent().removeClass("active"),h.not(b).parent().children(".collapsible-body").stop(!0,!1).slideUp({duration:350,easing:"easeOutQuart",queue:!1,complete:function(){a(this).css("height","")}})}function d(b){b.hasClass("active")?b.parent().addClass("active"):b.parent().removeClass("active"),b.parent().hasClass("active")?b.siblings(".collapsible-body").stop(!0,!1).slideDown({duration:350,easing:"easeOutQuart",queue:!1,complete:function(){a(this).css("height","")}}):b.siblings(".collapsible-body").stop(!0,!1).slideUp({duration:350,easing:"easeOutQuart",queue:!1,complete:function(){a(this).css("height","")}})}function e(a){var b=f(a);return b.length>0}function f(a){return a.closest("li > .collapsible-header")}var g=a(this),h=a(this).find("> li > .collapsible-header"),i=g.data("collapsible");g.off("click.collapse",".collapsible-header"),h.off("click.collapse"),b.accordion||"accordion"===i||void 0===i?(h=g.find("> li > .collapsible-header"),h.on("click.collapse",function(b){var d=a(b.target);e(d)&&(d=f(d)),d.toggleClass("active"),c(d)}),c(h.filter(".active").first())):h.each(function(){a(this).on("click.collapse",function(b){var c=a(b.target);e(c)&&(c=f(c)),c.toggleClass("active"),d(c)}),a(this).hasClass("active")&&d(a(this))})})},a(document).ready(function(){a(".collapsible").collapsible()})}(jQuery),function(a){a.fn.scrollTo=function(b){return a(this).scrollTop(a(this).scrollTop()-a(this).offset().top+a(b).offset().top),this},a.fn.dropdown=function(b){var c={inDuration:300,outDuration:225,constrain_width:!0,hover:!1,gutter:0,belowOrigin:!1};this.each(function(){function d(){void 0!==g.data("induration")&&(h.inDuration=g.data("inDuration")),void 0!==g.data("outduration")&&(h.outDuration=g.data("outDuration")),void 0!==g.data("constrainwidth")&&(h.constrain_width=g.data("constrainwidth")),void 0!==g.data("hover")&&(h.hover=g.data("hover")),void 0!==g.data("gutter")&&(h.gutter=g.data("gutter")),void 0!==g.data("beloworigin")&&(h.belowOrigin=g.data("beloworigin"))}function e(){d(),i.addClass("active"),h.constrain_width===!0&&i.css("width",g.outerWidth());var b=0;h.belowOrigin===!0&&(b=g.height());var c=g.offset().left,e=0,f=h.gutter;c+i.innerWidth()>a(window).width()&&(e=g.innerWidth()-i.innerWidth(),f=-1*f),i.css({position:"absolute",top:g.position().top+b,left:g.position().left+e+f}),i.stop(!0,!0).css("opacity",0).slideDown({queue:!1,duration:h.inDuration,easing:"easeOutCubic",complete:function(){a(this).css("height","")}}).animate({opacity:1},{queue:!1,duration:h.inDuration,easing:"easeOutSine"})}function f(){i.fadeOut(h.outDuration),i.removeClass("active")}var g=a(this),h=a.extend({},c,b),i=a("#"+g.attr("data-activates"));if(d(),g.after(i),h.hover){var j=!1;g.unbind("click."+g.attr("id")),g.on("mouseenter",function(){j===!1&&(e(),j=!0)}),g.on("mouseleave",function(b){var c=b.toElement||b.relatedTarget;a(c).closest(".dropdown-content").is(i)||(i.stop(!0,!0),f(),j=!1)}),i.on("mouseleave",function(b){var c=b.toElement||b.relatedTarget;a(c).closest(".dropdown-button").is(g)||(i.stop(!0,!0),f(),j=!1)})}else g.unbind("click."+g.attr("id")),g.bind("click."+g.attr("id"),function(b){g[0]==b.currentTarget&&0===a(b.target).closest(".dropdown-content").length?(b.preventDefault(),e()):g.hasClass("active")&&(f(),a(document).unbind("click."+i.attr("id"))),i.hasClass("active")&&a(document).bind("click."+i.attr("id"),function(b){!i.is(b.target)&&!g.is(b.target)&&!g.find(b.target).length>0&&(f(),a(document).unbind("click."+i.attr("id")))})});g.on("open",e),g.on("close",f)})},a(document).ready(function(){a(".dropdown-button").dropdown()})}(jQuery),function(a){var b=0,c=0,d=function(){return c++,"materialize-lean-overlay-"+c};a.fn.extend({openModal:function(c){a("body").css("overflow","hidden");var e={opacity:.5,in_duration:350,out_duration:250,ready:void 0,complete:void 0,dismissible:!0,starting_top:"4%"},f=d(),g=a(this),h=a('<div class="lean-overlay"></div>'),i=++b;h.attr("id",f).css("z-index",1e3+2*i),g.data("overlay-id",f).css("z-index",1e3+2*i+1),a("body").append(h),c=a.extend(e,c),c.dismissible&&(h.click(function(){g.closeModal(c)}),a(document).on("keyup.leanModal"+f,function(a){27===a.keyCode&&g.closeModal(c)})),g.find(".modal-close").on("click.close",function(){g.closeModal(c)}),h.css({display:"block",opacity:0}),g.css({display:"block",opacity:0}),h.velocity({opacity:c.opacity},{duration:c.in_duration,queue:!1,ease:"easeOutCubic"}),g.data("associated-overlay",h[0]),g.hasClass("bottom-sheet")?g.velocity({bottom:"0",opacity:1},{duration:c.in_duration,queue:!1,ease:"easeOutCubic",complete:function(){"function"==typeof c.ready&&c.ready()}}):(a.Velocity.hook(g,"scaleX",.7),g.css({top:c.starting_top}),g.velocity({top:"10%",opacity:1,scaleX:"1"},{duration:c.in_duration,queue:!1,ease:"easeOutCubic",complete:function(){"function"==typeof c.ready&&c.ready()}}))}}),a.fn.extend({closeModal:function(c){var d={out_duration:250,complete:void 0},e=a(this),f=e.data("overlay-id"),g=a("#"+f);c=a.extend(d,c),a("body").css("overflow",""),e.find(".modal-close").off("click.close"),a(document).off("keyup.leanModal"+f),g.velocity({opacity:0},{duration:c.out_duration,queue:!1,ease:"easeOutQuart"}),e.hasClass("bottom-sheet")?e.velocity({bottom:"-100%",opacity:0},{duration:c.out_duration,queue:!1,ease:"easeOutCubic",complete:function(){g.css({display:"none"}),"function"==typeof c.complete&&c.complete(),g.remove(),b--}}):e.velocity({top:c.starting_top,opacity:0,scaleX:.7},{duration:c.out_duration,complete:function(){a(this).css("display","none"),"function"==typeof c.complete&&c.complete(),g.remove(),b--}})}}),a.fn.extend({leanModal:function(b){return this.each(function(){var c={starting_top:"4%"},d=a.extend(c,b);a(this).click(function(b){d.starting_top=(a(this).offset().top-a(window).scrollTop())/1.15;var c=a(this).attr("href")||"#"+a(this).data("target");a(c).openModal(d),b.preventDefault()})})}})}(jQuery),function(a){a.fn.materialbox=function(){return this.each(function(){function b(){d=!1;var b=g.parent(".material-placeholder"),e=(window.innerWidth,window.innerHeight,g.data("width")),h=g.data("height");g.velocity("stop",!0),a("#materialbox-overlay").velocity("stop",!0),a(".materialbox-caption").velocity("stop",!0),a("#materialbox-overlay").velocity({opacity:0},{duration:f,queue:!1,easing:"easeOutQuad",complete:function(){
8c=!1,a(this).remove()}}),g.velocity({width:e,height:h,left:0,top:0},{duration:f,queue:!1,easing:"easeOutQuad"}),a(".materialbox-caption").velocity({opacity:0},{duration:f,queue:!1,easing:"easeOutQuad",complete:function(){b.css({height:"",width:"",position:"",top:"",left:""}),g.css({height:"",top:"",left:"",width:"","max-width":"",position:"","z-index":""}),g.removeClass("active"),d=!0,a(this).remove()}})}if(!a(this).hasClass("initialized")){a(this).addClass("initialized");var c=!1,d=!0,e=275,f=200,g=a(this),h=a("<div></div>").addClass("material-placeholder");g.wrap(h),g.on("click",function(){var f=g.parent(".material-placeholder"),h=window.innerWidth,i=window.innerHeight,j=g.width(),k=g.height();if(d===!1)return b(),!1;if(c&&d===!0)return b(),!1;d=!1,g.addClass("active"),c=!0,f.css({width:f[0].getBoundingClientRect().width,height:f[0].getBoundingClientRect().height,position:"relative",top:0,left:0}),g.css({position:"absolute","z-index":1e3}).data("width",j).data("height",k);var l=a('<div id="materialbox-overlay"></div>').css({opacity:0}).click(function(){d===!0&&b()});if(a("body").append(l),l.velocity({opacity:1},{duration:e,queue:!1,easing:"easeOutQuad"}),""!==g.data("caption")){var m=a('<div class="materialbox-caption"></div>');m.text(g.data("caption")),a("body").append(m),m.css({display:"inline"}),m.velocity({opacity:1},{duration:e,queue:!1,easing:"easeOutQuad"})}var n=0,o=j/h,p=k/i,q=0,r=0;o>p?(n=k/j,q=.9*h,r=.9*h*n):(n=j/k,q=.9*i*n,r=.9*i),g.hasClass("responsive-img")?g.velocity({"max-width":q,width:j},{duration:0,queue:!1,complete:function(){g.css({left:0,top:0}).velocity({height:r,width:q,left:a(document).scrollLeft()+h/2-g.parent(".material-placeholder").offset().left-q/2,top:a(document).scrollTop()+i/2-g.parent(".material-placeholder").offset().top-r/2},{duration:e,queue:!1,easing:"easeOutQuad",complete:function(){d=!0}})}}):g.css("left",0).css("top",0).velocity({height:r,width:q,left:a(document).scrollLeft()+h/2-g.parent(".material-placeholder").offset().left-q/2,top:a(document).scrollTop()+i/2-g.parent(".material-placeholder").offset().top-r/2},{duration:e,queue:!1,easing:"easeOutQuad",complete:function(){d=!0}})}),a(window).scroll(function(){c&&b()}),a(document).keyup(function(a){27===a.keyCode&&d===!0&&c&&b()})}})},a(document).ready(function(){a(".materialboxed").materialbox()})}(jQuery),function(a){a.fn.parallax=function(){var b=a(window).width();return this.each(function(){function c(c){var e;e=601>b?d.height()>0?d.height():d.children("img").height():d.height()>0?d.height():500;var f=d.children("img").first(),g=f.height(),h=g-e,i=d.offset().top+e,j=d.offset().top,k=a(window).scrollTop(),l=window.innerHeight,m=k+l,n=(m-j)/(e+l),o=Math.round(h*n);c&&f.css("display","block"),i>k&&k+l>j&&f.css("transform","translate3D(-50%,"+o+"px, 0)")}var d=a(this);d.addClass("parallax"),d.children("img").one("load",function(){c(!0)}).each(function(){this.complete&&a(this).load()}),a(window).scroll(function(){b=a(window).width(),c(!1)}),a(window).resize(function(){b=a(window).width(),c(!1)})})}}(jQuery),function(a){var b={init:function(){return this.each(function(){{var b=a(this);a(window).width()}b.width("100%");var c=a(this).children("li").length;b.children("li").each(function(){a(this).width(100/c+"%")});var d,e,f=b.find("li.tab a"),g=b.width(),h=b.find("li").first().outerWidth(),i=0;d=a(f.filter('[href="'+location.hash+'"]')),0===d.length&&(d=a(this).find("li.tab a.active").first()),0===d.length&&(d=a(this).find("li.tab a").first()),d.addClass("active"),i=f.index(d),0>i&&(i=0),e=a(d[0].hash),b.append('<div class="indicator"></div>');var j=b.find(".indicator");b.is(":visible")&&(j.css({right:g-(i+1)*h}),j.css({left:i*h})),a(window).resize(function(){g=b.width(),h=b.find("li").first().outerWidth(),0>i&&(i=0),0!==h&&0!==g&&(j.css({right:g-(i+1)*h}),j.css({left:i*h}))}),f.not(d).each(function(){a(this.hash).hide()}),b.on("click","a",function(c){if(a(this).parent().hasClass("disabled"))return void c.preventDefault();g=b.width(),h=b.find("li").first().outerWidth(),d.removeClass("active"),e.hide(),d=a(this),e=a(this.hash),f=b.find("li.tab a"),d.addClass("active");var k=i;i=f.index(a(this)),0>i&&(i=0),e.show(),i-k>=0?(j.velocity({right:g-(i+1)*h},{duration:300,queue:!1,easing:"easeOutQuad"}),j.velocity({left:i*h},{duration:300,queue:!1,easing:"easeOutQuad",delay:90})):(j.velocity({left:i*h},{duration:300,queue:!1,easing:"easeOutQuad"}),j.velocity({right:g-(i+1)*h},{duration:300,queue:!1,easing:"easeOutQuad",delay:90})),c.preventDefault()})})},select_tab:function(a){this.find('a[href="#'+a+'"]').trigger("click")}};a.fn.tabs=function(c){return b[c]?b[c].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof c&&c?void a.error("Method "+c+" does not exist on jQuery.tooltip"):b.init.apply(this,arguments)},a(document).ready(function(){a("ul.tabs").tabs()})}(jQuery),function(a){a.fn.tooltip=function(b){var c=null,d=!1,e=null,f=5,g={delay:350};return b=a.extend(g,b),a(".material-tooltip").remove(),this.each(function(){var g=a(this),h=a("<span></span>").text(g.attr("data-tooltip")),i=a("<div></div>");i.addClass("material-tooltip").append(h),i.appendTo(a("body"));var j=a("<div></div>").addClass("backdrop");j.appendTo(i),j.css({top:0,left:0}),a(this).off("mouseenter mouseleave"),a(this).on({mouseenter:function(){var a=g.data("delay");a=void 0===a||""===a?b.delay:a,c=0,e=setInterval(function(){if(c+=10,c>=a&&d===!1){d=!0,i.css({display:"block",left:"0px",top:"0px"}),i.children("span").text(g.attr("data-tooltip"));var b=g.outerWidth(),e=g.outerHeight(),h=g.attr("data-position"),k=i.outerHeight(),l=i.outerWidth(),m="0px",n="0px",o=8;"top"===h?(i.css({top:g.offset().top-k-f,left:g.offset().left+b/2-l/2}),m="-10px",j.css({borderRadius:"14px 14px 0 0",transformOrigin:"50% 90%",marginTop:k,marginLeft:l/2-j.width()/2})):"left"===h?(i.css({top:g.offset().top+e/2-k/2,left:g.offset().left-l-f}),n="-10px",j.css({width:"14px",height:"14px",borderRadius:"14px 0 0 14px",transformOrigin:"95% 50%",marginTop:k/2,marginLeft:l})):"right"===h?(i.css({top:g.offset().top+e/2-k/2,left:g.offset().left+b+f}),n="+10px",j.css({width:"14px",height:"14px",borderRadius:"0 14px 14px 0",transformOrigin:"5% 50%",marginTop:k/2,marginLeft:"0px"})):(i.css({top:g.offset().top+g.outerHeight()+f,left:g.offset().left+b/2-l/2}),m="+10px",j.css({marginLeft:l/2-j.width()/2})),o=l/8,8>o&&(o=8),("right"===h||"left"===h)&&(o=l/10,6>o&&(o=6)),i.velocity({opacity:1,marginTop:m,marginLeft:n},{duration:350,queue:!1}),j.css({display:"block"}).velocity({opacity:1},{duration:55,delay:0,queue:!1}).velocity({scale:o},{duration:300,delay:0,queue:!1,easing:"easeInOutQuad"})}},10)},mouseleave:function(){clearInterval(e),c=0,i.velocity({opacity:0,marginTop:0,marginLeft:0},{duration:225,queue:!1,delay:275}),j.velocity({opacity:0,scale:1},{duration:225,delay:275,queue:!1,complete:function(){j.css("display","none"),i.css("display","none"),d=!1}})}})})},a(document).ready(function(){a(".tooltipped").tooltip()})}(jQuery),function(a){"use strict";function b(a){return null!==a&&a===a.window}function c(a){return b(a)?a:9===a.nodeType&&a.defaultView}function d(a){var b,d,e={top:0,left:0},f=a&&a.ownerDocument;return b=f.documentElement,"undefined"!=typeof a.getBoundingClientRect&&(e=a.getBoundingClientRect()),d=c(f),{top:e.top+d.pageYOffset-b.clientTop,left:e.left+d.pageXOffset-b.clientLeft}}function e(a){var b="";for(var c in a)a.hasOwnProperty(c)&&(b+=c+":"+a[c]+";");return b}function f(a){if(k.allowEvent(a)===!1)return null;for(var b=null,c=a.target||a.srcElement;null!==c.parentElement;){if(!(c instanceof SVGElement||-1===c.className.indexOf("waves-effect"))){b=c;break}if(c.classList.contains("waves-effect")){b=c;break}c=c.parentElement}return b}function g(b){var c=f(b);null!==c&&(j.show(b,c),"ontouchstart"in a&&(c.addEventListener("touchend",j.hide,!1),c.addEventListener("touchcancel",j.hide,!1)),c.addEventListener("mouseup",j.hide,!1),c.addEventListener("mouseleave",j.hide,!1))}var h=h||{},i=document.querySelectorAll.bind(document),j={duration:750,show:function(a,b){if(2===a.button)return!1;var c=b||this,f=document.createElement("div");f.className="waves-ripple",c.appendChild(f);var g=d(c),h=a.pageY-g.top,i=a.pageX-g.left,k="scale("+c.clientWidth/100*10+")";"touches"in a&&(h=a.touches[0].pageY-g.top,i=a.touches[0].pageX-g.left),f.setAttribute("data-hold",Date.now()),f.setAttribute("data-scale",k),f.setAttribute("data-x",i),f.setAttribute("data-y",h);var l={top:h+"px",left:i+"px"};f.className=f.className+" waves-notransition",f.setAttribute("style",e(l)),f.className=f.className.replace("waves-notransition",""),l["-webkit-transform"]=k,l["-moz-transform"]=k,l["-ms-transform"]=k,l["-o-transform"]=k,l.transform=k,l.opacity="1",l["-webkit-transition-duration"]=j.duration+"ms",l["-moz-transition-duration"]=j.duration+"ms",l["-o-transition-duration"]=j.duration+"ms",l["transition-duration"]=j.duration+"ms",l["-webkit-transition-timing-function"]="cubic-bezier(0.250, 0.460, 0.450, 0.940)",l["-moz-transition-timing-function"]="cubic-bezier(0.250, 0.460, 0.450, 0.940)",l["-o-transition-timing-function"]="cubic-bezier(0.250, 0.460, 0.450, 0.940)",l["transition-timing-function"]="cubic-bezier(0.250, 0.460, 0.450, 0.940)",f.setAttribute("style",e(l))},hide:function(a){k.touchup(a);var b=this,c=(1.4*b.clientWidth,null),d=b.getElementsByClassName("waves-ripple");if(!(d.length>0))return!1;c=d[d.length-1];var f=c.getAttribute("data-x"),g=c.getAttribute("data-y"),h=c.getAttribute("data-scale"),i=Date.now()-Number(c.getAttribute("data-hold")),l=350-i;0>l&&(l=0),setTimeout(function(){var a={top:g+"px",left:f+"px",opacity:"0","-webkit-transition-duration":j.duration+"ms","-moz-transition-duration":j.duration+"ms","-o-transition-duration":j.duration+"ms","transition-duration":j.duration+"ms","-webkit-transform":h,"-moz-transform":h,"-ms-transform":h,"-o-transform":h,transform:h};c.setAttribute("style",e(a)),setTimeout(function(){try{b.removeChild(c)}catch(a){return!1}},j.duration)},l)},wrapInput:function(a){for(var b=0;b<a.length;b++){var c=a[b];if("input"===c.tagName.toLowerCase()){var d=c.parentNode;if("i"===d.tagName.toLowerCase()&&-1!==d.className.indexOf("waves-effect"))continue;var e=document.createElement("i");e.className=c.className+" waves-input-wrapper";var f=c.getAttribute("style");f||(f=""),e.setAttribute("style",f),c.className="waves-button-input",c.removeAttribute("style"),d.replaceChild(e,c),e.appendChild(c)}}}},k={touches:0,allowEvent:function(a){var b=!0;return"touchstart"===a.type?k.touches+=1:"touchend"===a.type||"touchcancel"===a.type?setTimeout(function(){k.touches>0&&(k.touches-=1)},500):"mousedown"===a.type&&k.touches>0&&(b=!1),b},touchup:function(a){k.allowEvent(a)}};h.displayEffect=function(b){b=b||{},"duration"in b&&(j.duration=b.duration),j.wrapInput(i(".waves-effect")),"ontouchstart"in a&&document.body.addEventListener("touchstart",g,!1),document.body.addEventListener("mousedown",g,!1)},h.attach=function(b){"input"===b.tagName.toLowerCase()&&(j.wrapInput([b]),b=b.parentElement),"ontouchstart"in a&&b.addEventListener("touchstart",g,!1),b.addEventListener("mousedown",g,!1)},a.Waves=h,document.addEventListener("DOMContentLoaded",function(){h.displayEffect()},!1)}(window),Materialize.toast=function(a,b,c,d){function e(a){var b=document.createElement("div");if(b.classList.add("toast"),c)for(var e=c.split(" "),f=0,g=e.length;g>f;f++)b.classList.add(e[f]);b.innerHTML=a;var h=new Hammer(b,{prevent_default:!1});return h.on("pan",function(a){var c=a.deltaX,d=80;b.classList.contains("panning")||b.classList.add("panning");var e=1-Math.abs(c/d);0>e&&(e=0),Vel(b,{left:c,opacity:e},{duration:50,queue:!1,easing:"easeOutQuad"})}),h.on("panend",function(a){var c=a.deltaX,e=80;Math.abs(c)>e?Vel(b,{marginTop:"-40px"},{duration:375,easing:"easeOutExpo",queue:!1,complete:function(){"function"==typeof d&&d(),b.parentNode.removeChild(b)}}):(b.classList.remove("panning"),Vel(b,{left:0,opacity:1},{duration:300,easing:"easeOutExpo",queue:!1}))}),b}c=c||"";var f=document.getElementById("toast-container");null===f&&(f=document.createElement("div"),f.id="toast-container",document.body.appendChild(f));var g=e(a);a&&f.appendChild(g),g.style.top="35px",g.style.opacity=0,Vel(g,{top:"0px",opacity:1},{duration:300,easing:"easeOutCubic",queue:!1});var h=b,i=setInterval(function(){null===g.parentNode&&window.clearInterval(i),g.classList.contains("panning")||(h-=20),0>=h&&(Vel(g,{opacity:0,marginTop:"-40px"},{duration:375,easing:"easeOutExpo",queue:!1,complete:function(){"function"==typeof d&&d(),this[0].parentNode.removeChild(this[0])}}),window.clearInterval(i))},20)},function(a){var b={init:function(b){var c={menuWidth:240,edge:"left",closeOnClick:!1};b=a.extend(c,b),a(this).each(function(){function c(c){f=!1,g=!1,a("body").css("overflow",""),a("#sidenav-overlay").velocity({opacity:0},{duration:200,queue:!1,easing:"easeOutQuad",complete:function(){a(this).remove()}}),"left"===b.edge?(a(".drag-target").css({width:"",right:"",left:"0"}),e.velocity({left:-1*(b.menuWidth+10)},{duration:200,queue:!1,easing:"easeOutCubic",complete:function(){c===!0&&(e.removeAttr("style"),e.css("width",b.menuWidth))}})):(a(".drag-target").css({width:"",right:"0",left:""}),e.velocity({right:-1*(b.menuWidth+10)},{duration:200,queue:!1,easing:"easeOutCubic",complete:function(){c===!0&&(e.removeAttr("style"),e.css("width",b.menuWidth))}}))}var d=a(this),e=a("#"+d.attr("data-activates"));240!=b.menuWidth&&e.css("width",b.menuWidth),a("body").append(a('<div class="drag-target"></div>')),"left"==b.edge?(e.css("left",-1*(b.menuWidth+10)),a(".drag-target").css({left:0})):(e.addClass("right-aligned").css("right",-1*(b.menuWidth+10)).css("left",""),a(".drag-target").css({right:0})),e.hasClass("fixed")&&window.innerWidth>992&&e.css("left",0),e.hasClass("fixed")&&a(window).resize(function(){window.innerWidth>992?0!==a("#sidenav-overlay").css("opacity")&&g?c(!0):(e.removeAttr("style"),e.css("width",b.menuWidth)):g===!1&&("left"===b.edge?e.css("left",-1*(b.menuWidth+10)):e.css("right",-1*(b.menuWidth+10)))}),b.closeOnClick===!0&&e.on("click.itemclick","a:not(.collapsible-header)",function(){c()});var f=!1,g=!1;a(".drag-target").on("click",function(){c()}),a(".drag-target").hammer({prevent_default:!1}).bind("pan",function(d){if("touch"==d.gesture.pointerType){{var f=(d.gesture.direction,d.gesture.center.x);d.gesture.center.y,d.gesture.velocityX}if(a("body").css("overflow","hidden"),0===a("#sidenav-overlay").length){var h=a('<div id="sidenav-overlay"></div>');h.css("opacity",0).click(function(){c()}),a("body").append(h)}if("left"===b.edge&&(f>b.menuWidth?f=b.menuWidth:0>f&&(f=0)),"left"===b.edge)f<b.menuWidth/2?g=!1:f>=b.menuWidth/2&&(g=!0),e.css("left",f-b.menuWidth);else{f<window.innerWidth-b.menuWidth/2?g=!0:f>=window.innerWidth-b.menuWidth/2&&(g=!1);var i=-1*(f-b.menuWidth/2);i>0&&(i=0),e.css("right",i)}var j;"left"===b.edge?(j=f/b.menuWidth,a("#sidenav-overlay").velocity({opacity:j},{duration:50,queue:!1,easing:"easeOutQuad"})):(j=Math.abs((f-window.innerWidth)/b.menuWidth),a("#sidenav-overlay").velocity({opacity:j},{duration:50,queue:!1,easing:"easeOutQuad"}))}}).bind("panend",function(c){if("touch"==c.gesture.pointerType){var d=c.gesture.velocityX;f=!1,"left"===b.edge?g&&.3>=d||-.5>d?(e.velocity({left:0},{duration:300,queue:!1,easing:"easeOutQuad"}),a("#sidenav-overlay").velocity({opacity:1},{duration:50,queue:!1,easing:"easeOutQuad"}),a(".drag-target").css({width:"50%",right:0,left:""})):(!g||d>.3)&&(a("body").css("overflow",""),e.velocity({left:-1*(b.menuWidth+10)},{duration:200,queue:!1,easing:"easeOutQuad"}),a("#sidenav-overlay").velocity({opacity:0},{duration:200,queue:!1,easing:"easeOutQuad",complete:function(){a(this).remove()}}),a(".drag-target").css({width:"10px",right:"",left:0})):g&&d>=-.3||d>.5?(e.velocity({right:0},{duration:300,queue:!1,easing:"easeOutQuad"}),a("#sidenav-overlay").velocity({opacity:1},{duration:50,queue:!1,easing:"easeOutQuad"}),a(".drag-target").css({width:"50%",right:"",left:0})):(!g||-.3>d)&&(a("body").css("overflow",""),e.velocity({right:-1*(b.menuWidth+10)},{duration:200,queue:!1,easing:"easeOutQuad"}),a("#sidenav-overlay").velocity({opacity:0},{duration:200,queue:!1,easing:"easeOutQuad",complete:function(){a(this).remove()}}),a(".drag-target").css({width:"10px",right:0,left:""}))}}),d.click(function(){if(g===!0)g=!1,f=!1,c();else{a("body").css("overflow","hidden"),"left"===b.edge?(a(".drag-target").css({width:"50%",right:0,left:""}),e.velocity({left:0},{duration:300,queue:!1,easing:"easeOutQuad"})):(a(".drag-target").css({width:"50%",right:"",left:0}),e.velocity({right:0},{duration:300,queue:!1,easing:"easeOutQuad"}),e.css("left",""));var d=a('<div id="sidenav-overlay"></div>');d.css("opacity",0).click(function(){g=!1,f=!1,c(),d.velocity({opacity:0},{duration:300,queue:!1,easing:"easeOutQuad",complete:function(){a(this).remove()}})}),a("body").append(d),d.velocity({opacity:1},{duration:300,queue:!1,easing:"easeOutQuad",complete:function(){g=!0,f=!1}})}return!1})})},show:function(){this.trigger("click")},hide:function(){a("#sidenav-overlay").trigger("click")}};a.fn.sideNav=function(c){return b[c]?b[c].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof c&&c?void a.error("Method "+c+" does not exist on jQuery.sideNav"):b.init.apply(this,arguments)}}(jQuery),function(a){function b(b,c,d,e){var f=a();return a.each(g,function(a,g){if(g.height()>0){var h=g.offset().top,i=g.offset().left,j=i+g.width(),k=h+g.height(),l=!(i>c||e>j||h>d||b>k);l&&f.push(g)}}),f}function c(){++j;var c=f.scrollTop(),d=f.scrollLeft(),e=d+f.width(),g=c+f.height(),i=b(c+k.top+200,e+k.right,g+k.bottom,d+k.left);a.each(i,function(a,b){var c=b.data("scrollSpy:ticks");"number"!=typeof c&&b.triggerHandler("scrollSpy:enter"),b.data("scrollSpy:ticks",j)}),a.each(h,function(a,b){var c=b.data("scrollSpy:ticks");"number"==typeof c&&c!==j&&(b.triggerHandler("scrollSpy:exit"),b.data("scrollSpy:ticks",null))}),h=i}function d(){f.trigger("scrollSpy:winSize")}function e(a,b,c){var d,e,f,g=null,h=0;c||(c={});var i=function(){h=c.leading===!1?0:l(),g=null,f=a.apply(d,e),d=e=null};return function(){var j=l();h||c.leading!==!1||(h=j);var k=b-(j-h);return d=this,e=arguments,0>=k?(clearTimeout(g),g=null,h=j,f=a.apply(d,e),d=e=null):g||c.trailing===!1||(g=setTimeout(i,k)),f}}var f=a(window),g=[],h=[],i=!1,j=0,k={top:0,right:0,bottom:0,left:0},l=Date.now||function(){return(new Date).getTime()};a.scrollSpy=function(b,d){var h=[];b=a(b),b.each(function(b,c){g.push(a(c)),a(c).data("scrollSpy:id",b),a("a[href=#"+a(c).attr("id")+"]").click(function(b){b.preventDefault();var c=a(this.hash).offset().top+1;a("html, body").animate({scrollTop:c-200},{duration:400,queue:!1,easing:"easeOutCubic"})})}),d=d||{throttle:100},k.top=d.offsetTop||0,k.right=d.offsetRight||0,k.bottom=d.offsetBottom||0,k.left=d.offsetLeft||0;var j=e(c,d.throttle||100),l=function(){a(document).ready(j)};return i||(f.on("scroll",l),f.on("resize",l),i=!0),setTimeout(l,0),b.on("scrollSpy:enter",function(){h=a.grep(h,function(a){return 0!=a.height()});var b=a(this);h[0]?(a("a[href=#"+h[0].attr("id")+"]").removeClass("active"),b.data("scrollSpy:id")<h[0].data("scrollSpy:id")?h.unshift(a(this)):h.push(a(this))):h.push(a(this)),a("a[href=#"+h[0].attr("id")+"]").addClass("active")}),b.on("scrollSpy:exit",function(){if(h=a.grep(h,function(a){return 0!=a.height()}),h[0]){a("a[href=#"+h[0].attr("id")+"]").removeClass("active");var b=a(this);h=a.grep(h,function(a){return a.attr("id")!=b.attr("id")}),h[0]&&a("a[href=#"+h[0].attr("id")+"]").addClass("active")}}),b},a.winSizeSpy=function(b){return a.winSizeSpy=function(){return f},b=b||{throttle:100},f.on("resize",e(d,b.throttle||100))},a.fn.scrollSpy=function(b){return a.scrollSpy(a(this),b)}}(jQuery),function(a){a(document).ready(function(){function b(b){var c=b.css("font-family"),e=b.css("font-size");e&&d.css("font-size",e),c&&d.css("font-family",c),"off"===b.attr("wrap")&&d.css("overflow-wrap","normal").css("white-space","pre"),d.text(b.val()+"\n");var f=d.html().replace(/\n/g,"<br>");d.html(f),b.is(":visible")?d.css("width",b.width()):d.css("width",a(window).width()/2),b.css("height",d.height())}Materialize.updateTextFields=function(){var b="input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=number], input[type=search], textarea";a(b).each(function(b,c){a(c).val().length>0||void 0!==a(this).attr("placeholder")||a(c)[0].validity.badInput===!0?a(this).siblings("label, i").addClass("active"):a(this).siblings("label, i").removeClass("active")})};var c="input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=number], input[type=search], textarea";a("input[autofocus]").siblings("label, i").addClass("active"),a(document).on("change",c,function(){(0!==a(this).val().length||void 0!==a(this).attr("placeholder"))&&a(this).siblings("label, i").addClass("active"),validate_field(a(this))}),a(document).ready(function(){Materialize.updateTextFields()}),a(document).on("reset",function(b){var d=a(b.target);d.is("form")&&(d.find(c).removeClass("valid").removeClass("invalid"),d.find(c).each(function(){""===a(this).attr("value")&&a(this).siblings("label, i").removeClass("active")}),d.find("select.initialized").each(function(){var a=d.find("option[selected]").text();d.siblings("input.select-dropdown").val(a)}))}),a(document).on("focus",c,function(){a(this).siblings("label, i").addClass("active")}),a(document).on("blur",c,function(){var b=a(this);0===b.val().length&&b[0].validity.badInput!==!0&&void 0===b.attr("placeholder")&&b.siblings("label, i").removeClass("active"),validate_field(b)}),validate_field=function(a){var b=void 0!==a.attr("length"),c=parseInt(a.attr("length")),d=a.val().length;0===a.val().length&&a[0].validity.badInput===!1?a.hasClass("validate")&&(a.removeClass("valid"),a.removeClass("invalid")):a.hasClass("validate")&&(a.is(":valid")&&b&&c>d||a.is(":valid")&&!b?(a.removeClass("invalid"),a.addClass("valid")):(a.removeClass("valid"),a.addClass("invalid")))};var d=a(".hiddendiv").first();d.length||(d=a('<div class="hiddendiv common"></div>'),a("body").append(d));var e=".materialize-textarea";a(e).each(function(){var c=a(this);c.val().length&&b(c)}),a("body").on("keyup keydown",e,function(){b(a(this))}),a(".file-field").each(function(){var b=a(this).find("input.file-path");a(this).find('input[type="file"]').change(function(){b.val(a(this)[0].files[0].name),b.trigger("change")})});var f,g="input[type=range]",h=!1;a(g).each(function(){var b=a('<span class="thumb"><span class="value"></span></span>');a(this).after(b)});var i=".range-field";a(document).on("change",g,function(){var b=a(this).siblings(".thumb");b.find(".value").html(a(this).val())}),a(document).on("mousedown touchstart",g,function(b){var c=a(this).siblings(".thumb");c.length<=0&&(c=a('<span class="thumb"><span class="value"></span></span>'),a(this).append(c)),c.find(".value").html(a(this).val()),h=!0,a(this).addClass("active"),c.hasClass("active")||c.velocity({height:"30px",width:"30px",top:"-20px",marginLeft:"-15px"},{duration:300,easing:"easeOutExpo"}),f=void 0===b.pageX||null===b.pageX?b.originalEvent.touches[0].pageX-a(this).offset().left:b.pageX-a(this).offset().left;var d=a(this).outerWidth();0>f?f=0:f>d&&(f=d),c.addClass("active").css("left",f),c.find(".value").html(a(this).val())}),a(document).on("mouseup touchend",i,function(){h=!1,a(this).removeClass("active")}),a(document).on("mousemove touchmove",i,function(b){var c,d=a(this).children(".thumb");if(h){d.hasClass("active")||d.velocity({height:"30px",width:"30px",top:"-20px",marginLeft:"-15px"},{duration:300,easing:"easeOutExpo"}),c=void 0===b.pageX||null===b.pageX?b.originalEvent.touches[0].pageX-a(this).offset().left:b.pageX-a(this).offset().left;var e=a(this).outerWidth();0>c?c=0:c>e&&(c=e),d.addClass("active").css("left",c)}}),a(document).on("mouseout touchleave",i,function(){if(!h){var b=a(this).children(".thumb");b.hasClass("active")&&b.velocity({height:"0",width:"0",top:"10px",marginLeft:"-6px"},{duration:100}),b.removeClass("active")}})}),a.fn.material_select=function(b){a(this).each(function(){if($select=a(this),!$select.hasClass("browser-default")){var c=$select.data("select-id");if(c&&($select.parent().find("i").remove(),$select.parent().find("input").remove(),$select.unwrap(),a("ul#select-options-"+c).remove()),"destroy"===b)return void $select.data("select-id",null).removeClass("initialized");var d=Materialize.guid();$select.data("select-id",d);var e=a('<div class="select-wrapper"></div>');e.addClass($select.attr("class"));var f,g=a('<ul id="select-options-'+d+'" class="dropdown-content select-dropdown"></ul>'),h=$select.children("option");f=void 0!==$select.find("option:selected")?$select.find("option:selected"):g.first(),h.each(function(){g.append(a('<li class="'+(a(this).is(":disabled")?"disabled":"")+'"><span>'+a(this).html()+"</span></li>"))}),g.find("li").each(function(c){var d=$select;a(this).click(function(){a(this).hasClass("disabled")||(d.find("option").eq(c).prop("selected",!0),d.trigger("change"),d.siblings("input.select-dropdown").val(a(this).text()),"undefined"!=typeof b&&b())})}),$select.wrap(e);var i=a('<span class="caret">&#9660;</span>');$select.is(":disabled")&&i.addClass("disabled");var j=a('<input type="text" class="select-dropdown" readonly="true" '+($select.is(":disabled")?"disabled":"")+' data-activates="select-options-'+d+'" value="'+f.html()+'"/>');$select.before(j),j.before(i),a("body").append(g),$select.is(":disabled")||j.dropdown({hover:!1}),$select.attr("tabindex")&&a(j[0]).attr("tabindex",$select.attr("tabindex")),$select.addClass("initialized"),j.on("focus",function(){a(this).trigger("open"),f=a(this).val(),selectedOption=g.find("li").filter(function(){return a(this).text().toLowerCase()===f.toLowerCase()})[0],activateOption(g,selectedOption)}),j.on("blur",function(){a(this).trigger("close")}),activateOption=function(b,c){b.find("li.active").removeClass("active"),a(c).addClass("active"),b.scrollTo(c)},filterQuery=[],onKeyDown=function(b){if(9==b.which)return void j.trigger("close");if(40==b.which&&!g.is(":visible"))return void j.trigger("open");if(13!=b.which||g.is(":visible")){b.preventDefault(),letter=String.fromCharCode(b.which).toLowerCase();var c=[9,13,27,38,40];letter&&-1===c.indexOf(b.which)&&(filterQuery.push(letter),string=filterQuery.join(""),newOption=g.find("li").filter(function(){return 0===a(this).text().toLowerCase().indexOf(string)})[0],newOption&&activateOption(g,newOption)),13==b.which&&(activeOption=g.find("li.active:not(.disabled)")[0],activeOption&&(a(activeOption).trigger("click"),j.trigger("close"))),40==b.which&&(newOption=g.find("li.active").next("li:not(.disabled)")[0],newOption&&activateOption(g,newOption)),27==b.which&&j.trigger("close"),38==b.which&&(newOption=g.find("li.active").prev("li:not(.disabled)")[0],newOption&&activateOption(g,newOption)),setTimeout(function(){filterQuery=[]},1e3)}},j.on("keydown",onKeyDown)}})}}(jQuery),function(a){var b={init:function(b){var c={indicators:!0,height:400,transition:500,interval:6e3};return b=a.extend(c,b),this.each(function(){function c(a,b){a.hasClass("center-align")?a.velocity({opacity:0,translateY:-100},{duration:b,queue:!1}):a.hasClass("right-align")?a.velocity({opacity:0,translateX:100},{duration:b,queue:!1}):a.hasClass("left-align")&&a.velocity({opacity:0,translateX:-100},{duration:b,queue:!1})}function d(a){a>=h.length?a=0:0>a&&(a=h.length-1),i=g.find(".active").index(),i!=a&&(e=h.eq(i),$caption=e.find(".caption"),e.removeClass("active"),e.velocity({opacity:0},{duration:b.transition,queue:!1,easing:"easeOutQuad",complete:function(){h.not(".active").velocity({opacity:0,translateX:0,translateY:0},{duration:0,queue:!1})}}),c($caption,b.transition),b.indicators&&j.eq(i).removeClass("active"),h.eq(a).velocity({opacity:1},{duration:b.transition,queue:!1,easing:"easeOutQuad"}),h.eq(a).find(".caption").velocity({opacity:1,translateX:0,translateY:0},{duration:b.transition,delay:b.transition,queue:!1,easing:"easeOutQuad"}),h.eq(a).addClass("active"),b.indicators&&j.eq(a).addClass("active"))}var e,f=a(this),g=f.find("ul.slides").first(),h=g.find("li"),i=g.find(".active").index();if(-1!=i&&(e=h.eq(i)),f.hasClass("fullscreen")||(f.height(b.indicators?b.height+40:b.height),g.height(b.height)),h.find(".caption").each(function(){c(a(this),0)}),h.find("img").each(function(){a(this).css("background-image","url("+a(this).attr("src")+")"),a(this).attr("src","data:image/gif;base64,R0lGODlhAQABAIABAP///wAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==")}),b.indicators){var j=a('<ul class="indicators"></ul>');h.each(function(){var c=a('<li class="indicator-item"></li>');c.click(function(){var c=g.parent(),e=c.find(a(this)).index();d(e),clearInterval($interval),$interval=setInterval(function(){i=g.find(".active").index(),h.length==i+1?i=0:i+=1,d(i)},b.transition+b.interval)}),j.append(c)}),f.append(j),j=f.find("ul.indicators").find("li.indicator-item")}e?e.show():(h.first().addClass("active").velocity({opacity:1},{duration:b.transition,queue:!1,easing:"easeOutQuad"}),i=0,e=h.eq(i),b.indicators&&j.eq(i).addClass("active")),e.find("img").each(function(){e.find(".caption").velocity({opacity:1,translateX:0,translateY:0},{duration:b.transition,queue:!1,easing:"easeOutQuad"})}),$interval=setInterval(function(){i=g.find(".active").index(),d(i+1)},b.transition+b.interval);var k=!1,l=!1,m=!1;f.hammer({prevent_default:!1}).bind("pan",function(a){if("touch"===a.gesture.pointerType){clearInterval($interval);var b=a.gesture.direction,c=a.gesture.deltaX,d=a.gesture.velocityX;$curr_slide=g.find(".active"),$curr_slide.velocity({translateX:c},{duration:50,queue:!1,easing:"easeOutQuad"}),4===b&&(c>f.innerWidth()/2||-.65>d)?m=!0:2===b&&(c<-1*f.innerWidth()/2||d>.65)&&(l=!0);var e;l&&(e=$curr_slide.next(),0===e.length&&(e=h.first()),e.velocity({opacity:1},{duration:300,queue:!1,easing:"easeOutQuad"})),m&&(e=$curr_slide.prev(),0===e.length&&(e=h.last()),e.velocity({opacity:1},{duration:300,queue:!1,easing:"easeOutQuad"}))}}).bind("panend",function(a){"touch"===a.gesture.pointerType&&($curr_slide=g.find(".active"),k=!1,curr_index=g.find(".active").index(),m||l?l?(d(curr_index+1),$curr_slide.velocity({translateX:-1*f.innerWidth()},{duration:300,queue:!1,easing:"easeOutQuad",complete:function(){$curr_slide.velocity({opacity:0,translateX:0},{duration:0,queue:!1})}})):m&&(d(curr_index-1),$curr_slide.velocity({translateX:f.innerWidth()},{duration:300,queue:!1,easing:"easeOutQuad",complete:function(){$curr_slide.velocity({opacity:0,translateX:0},{duration:0,queue:!1})}})):$curr_slide.velocity({translateX:0},{duration:300,queue:!1,easing:"easeOutQuad"}),l=!1,m=!1,clearInterval($interval),$interval=setInterval(function(){i=g.find(".active").index(),h.length==i+1?i=0:i+=1,d(i)},b.transition+b.interval))}),f.on("sliderPause",function(){clearInterval($interval)}),f.on("sliderStart",function(){clearInterval($interval),$interval=setInterval(function(){i=g.find(".active").index(),h.length==i+1?i=0:i+=1,d(i)},b.transition+b.interval)})})},pause:function(){a(this).trigger("sliderPause")},start:function(){a(this).trigger("sliderStart")}};a.fn.slider=function(c){return b[c]?b[c].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof c&&c?void a.error("Method "+c+" does not exist on jQuery.tooltip"):b.init.apply(this,arguments)}}(jQuery),function(a){a(document).ready(function(){a(document).on("click.card",".card",function(b){a(this).find(".card-reveal").length&&(a(b.target).is(a(".card-reveal .card-title"))||a(b.target).is(a(".card-reveal .card-title i"))?a(this).find(".card-reveal").velocity({translateY:0},{duration:225,queue:!1,easing:"easeInOutQuad",complete:function(){a(this).css({display:"none"})}}):(a(b.target).is(a(".card .activator"))||a(b.target).is(a(".card .activator i")))&&a(this).find(".card-reveal").css({display:"block"}).velocity("stop",!1).velocity({translateY:"-100%"},{duration:300,queue:!1,easing:"easeInOutQuad"}))})})}(jQuery),
9function(a){a(document).ready(function(){a.fn.pushpin=function(b){var c={top:0,bottom:1/0,offset:0};return b=a.extend(c,b),$index=0,this.each(function(){function c(a){a.removeClass("pin-top"),a.removeClass("pinned"),a.removeClass("pin-bottom")}function d(d,e){d.each(function(){b.top<=e&&b.bottom>=e&&!a(this).hasClass("pinned")&&(c(a(this)),a(this).css("top",b.offset),a(this).addClass("pinned")),e<b.top&&!a(this).hasClass("pin-top")&&(c(a(this)),a(this).css("top",0),a(this).addClass("pin-top")),e>b.bottom&&!a(this).hasClass("pin-bottom")&&(c(a(this)),a(this).addClass("pin-bottom"),a(this).css("top",b.bottom-g))})}var e=Materialize.guid(),f=a(this),g=a(this).offset().top;d(f,a(window).scrollTop()),a(window).on("scroll."+e,function(){var c=a(window).scrollTop()+b.offset;d(f,c)})})}})}(jQuery),function(a){a(document).ready(function(){a.fn.reverse=[].reverse,a(document).on("mouseenter.fixedActionBtn",".fixed-action-btn",function(){var c=a(this);b(c)}),a(document).on("mouseleave.fixedActionBtn",".fixed-action-btn",function(){var b=a(this);c(b)})}),a.fn.extend({openFAB:function(){var c=a(this);b(c)},closeFAB:function(){c($this)}});var b=function(b){if($this=b,$this.hasClass("active")===!1){$this.addClass("active"),$this.find("ul .btn-floating").velocity({scaleY:".4",scaleX:".4",translateY:"40px"},{duration:0});var c=0;$this.find("ul .btn-floating").reverse().each(function(){a(this).velocity({opacity:"1",scaleX:"1",scaleY:"1",translateY:"0"},{duration:80,delay:c}),c+=40})}},c=function(a){$this=a,$this.removeClass("active");$this.find("ul .btn-floating").velocity("stop",!0),$this.find("ul .btn-floating").velocity({opacity:"0",scaleX:".4",scaleY:".4",translateY:"40px"},{duration:80})}}(jQuery),function(a){Materialize.fadeInImage=function(b){var c=a(b);c.css({opacity:0}),a(c).velocity({opacity:1},{duration:650,queue:!1,easing:"easeOutSine"}),a(c).velocity({opacity:1},{duration:1300,queue:!1,easing:"swing",step:function(b,c){c.start=100;var d=b/100,e=150-(100-b)/1.75;100>e&&(e=100),b>=0&&a(this).css({"-webkit-filter":"grayscale("+d+")brightness("+e+"%)",filter:"grayscale("+d+")brightness("+e+"%)"})}})},Materialize.showStaggeredList=function(b){var c=0;a(b).find("li").velocity({translateX:"-100px"},{duration:0}),a(b).find("li").each(function(){a(this).velocity({opacity:"1",translateX:"0"},{duration:800,delay:c,easing:[60,10]}),c+=120})},a(document).ready(function(){var b=!1,c=!1;a(".dismissable").each(function(){a(this).hammer({prevent_default:!1}).bind("pan",function(d){if("touch"===d.gesture.pointerType){var e=a(this),f=d.gesture.direction,g=d.gesture.deltaX,h=d.gesture.velocityX;e.velocity({translateX:g},{duration:50,queue:!1,easing:"easeOutQuad"}),4===f&&(g>e.innerWidth()/2||-.75>h)&&(b=!0),2===f&&(g<-1*e.innerWidth()/2||h>.75)&&(c=!0)}}).bind("panend",function(d){if(Math.abs(d.gesture.deltaX)<a(this).innerWidth()/2&&(c=!1,b=!1),"touch"===d.gesture.pointerType){var e=a(this);if(b||c){var f;f=b?e.innerWidth():-1*e.innerWidth(),e.velocity({translateX:f},{duration:100,queue:!1,easing:"easeOutQuad",complete:function(){e.css("border","none"),e.velocity({height:0,padding:0},{duration:200,queue:!1,easing:"easeOutQuad",complete:function(){e.remove()}})}})}else e.velocity({translateX:0},{duration:100,queue:!1,easing:"easeOutQuad"});b=!1,c=!1}})})})}(jQuery),function(){Materialize.scrollFire=function(a){var b=!1;window.addEventListener("scroll",function(){b=!0}),setInterval(function(){if(b){b=!1;for(var c=window.pageYOffset+window.innerHeight,d=0;d<a.length;d++){var e=a[d],f=e.selector,g=e.offset,h=e.callback,i=document.querySelector(f);if(null!==i){var j=i.getBoundingClientRect().top+document.body.scrollTop;if(c>j+g&&e.done!==!0){var k=new Function(h);k(),e.done=!0}}}}},100)}}(jQuery),function(a){"function"==typeof define&&define.amd?define("picker",["jquery"],a):"object"==typeof exports?module.exports=a(require("jquery")):this.Picker=a(jQuery)}(function(a){function b(f,g,i,l){function m(){return b._.node("div",b._.node("div",b._.node("div",b._.node("div",y.component.nodes(t.open),v.box),v.wrap),v.frame),v.holder)}function n(){w.data(g,y).addClass(v.input).attr("tabindex",-1).val(w.data("value")?y.get("select",u.format):f.value),u.editable||w.on("focus."+t.id+" click."+t.id,function(a){a.preventDefault(),y.$root[0].focus()}).on("keydown."+t.id,q),e(f,{haspopup:!0,expanded:!1,readonly:!1,owns:f.id+"_root"})}function o(){y.$root.on({keydown:q,focusin:function(a){y.$root.removeClass(v.focused),a.stopPropagation()},"mousedown click":function(b){var c=b.target;c!=y.$root.children()[0]&&(b.stopPropagation(),"mousedown"!=b.type||a(c).is("input, select, textarea, button, option")||(b.preventDefault(),y.$root[0].focus()))}}).on({focus:function(){w.addClass(v.target)},blur:function(){w.removeClass(v.target)}}).on("focus.toOpen",r).on("click","[data-pick], [data-nav], [data-clear], [data-close]",function(){var b=a(this),c=b.data(),d=b.hasClass(v.navDisabled)||b.hasClass(v.disabled),e=h();e=e&&(e.type||e.href),(d||e&&!a.contains(y.$root[0],e))&&y.$root[0].focus(),!d&&c.nav?y.set("highlight",y.component.item.highlight,{nav:c.nav}):!d&&"pick"in c?y.set("select",c.pick):c.clear?y.clear().close(!0):c.close&&y.close(!0)}),e(y.$root[0],"hidden",!0)}function p(){var b;u.hiddenName===!0?(b=f.name,f.name=""):(b=["string"==typeof u.hiddenPrefix?u.hiddenPrefix:"","string"==typeof u.hiddenSuffix?u.hiddenSuffix:"_submit"],b=b[0]+f.name+b[1]),y._hidden=a('<input type=hidden name="'+b+'"'+(w.data("value")||f.value?' value="'+y.get("select",u.formatSubmit)+'"':"")+">")[0],w.on("change."+t.id,function(){y._hidden.value=f.value?y.get("select",u.formatSubmit):""}),u.container?a(u.container).append(y._hidden):w.after(y._hidden)}function q(a){var b=a.keyCode,c=/^(8|46)$/.test(b);return 27==b?(y.close(),!1):void((32==b||c||!t.open&&y.component.key[b])&&(a.preventDefault(),a.stopPropagation(),c?y.clear().close():y.open()))}function r(a){a.stopPropagation(),"focus"==a.type&&y.$root.addClass(v.focused),y.open()}if(!f)return b;var s=!1,t={id:f.id||"P"+Math.abs(~~(Math.random()*new Date))},u=i?a.extend(!0,{},i.defaults,l):l||{},v=a.extend({},b.klasses(),u.klass),w=a(f),x=function(){return this.start()},y=x.prototype={constructor:x,$node:w,start:function(){return t&&t.start?y:(t.methods={},t.start=!0,t.open=!1,t.type=f.type,f.autofocus=f==h(),f.readOnly=!u.editable,f.id=f.id||t.id,"text"!=f.type&&(f.type="text"),y.component=new i(y,u),y.$root=a(b._.node("div",m(),v.picker,'id="'+f.id+'_root" tabindex="0"')),o(),u.formatSubmit&&p(),n(),u.container?a(u.container).append(y.$root):w.after(y.$root),y.on({start:y.component.onStart,render:y.component.onRender,stop:y.component.onStop,open:y.component.onOpen,close:y.component.onClose,set:y.component.onSet}).on({start:u.onStart,render:u.onRender,stop:u.onStop,open:u.onOpen,close:u.onClose,set:u.onSet}),s=c(y.$root.children()[0]),f.autofocus&&y.open(),y.trigger("start").trigger("render"))},render:function(a){return a?y.$root.html(m()):y.$root.find("."+v.box).html(y.component.nodes(t.open)),y.trigger("render")},stop:function(){return t.start?(y.close(),y._hidden&&y._hidden.parentNode.removeChild(y._hidden),y.$root.remove(),w.removeClass(v.input).removeData(g),setTimeout(function(){w.off("."+t.id)},0),f.type=t.type,f.readOnly=!1,y.trigger("stop"),t.methods={},t.start=!1,y):y},open:function(c){return t.open?y:(w.addClass(v.active),e(f,"expanded",!0),setTimeout(function(){y.$root.addClass(v.opened),e(y.$root[0],"hidden",!1)},0),c!==!1&&(t.open=!0,s&&k.css("overflow","hidden").css("padding-right","+="+d()),y.$root[0].focus(),j.on("click."+t.id+" focusin."+t.id,function(a){var b=a.target;b!=f&&b!=document&&3!=a.which&&y.close(b===y.$root.children()[0])}).on("keydown."+t.id,function(c){var d=c.keyCode,e=y.component.key[d],f=c.target;27==d?y.close(!0):f!=y.$root[0]||!e&&13!=d?a.contains(y.$root[0],f)&&13==d&&(c.preventDefault(),f.click()):(c.preventDefault(),e?b._.trigger(y.component.key.go,y,[b._.trigger(e)]):y.$root.find("."+v.highlighted).hasClass(v.disabled)||y.set("select",y.component.item.highlight).close())})),y.trigger("open"))},close:function(a){return a&&(y.$root.off("focus.toOpen")[0].focus(),setTimeout(function(){y.$root.on("focus.toOpen",r)},0)),w.removeClass(v.active),e(f,"expanded",!1),setTimeout(function(){y.$root.removeClass(v.opened+" "+v.focused),e(y.$root[0],"hidden",!0)},0),t.open?(t.open=!1,s&&k.css("overflow","").css("padding-right","-="+d()),j.off("."+t.id),y.trigger("close")):y},clear:function(a){return y.set("clear",null,a)},set:function(b,c,d){var e,f,g=a.isPlainObject(b),h=g?b:{};if(d=g&&a.isPlainObject(c)?c:d||{},b){g||(h[b]=c);for(e in h)f=h[e],e in y.component.item&&(void 0===f&&(f=null),y.component.set(e,f,d)),("select"==e||"clear"==e)&&w.val("clear"==e?"":y.get(e,u.format)).trigger("change");y.render()}return d.muted?y:y.trigger("set",h)},get:function(a,c){if(a=a||"value",null!=t[a])return t[a];if("valueSubmit"==a){if(y._hidden)return y._hidden.value;a="value"}if("value"==a)return f.value;if(a in y.component.item){if("string"==typeof c){var d=y.component.get(a);return d?b._.trigger(y.component.formats.toString,y.component,[c,d]):""}return y.component.get(a)}},on:function(b,c,d){var e,f,g=a.isPlainObject(b),h=g?b:{};if(b){g||(h[b]=c);for(e in h)f=h[e],d&&(e="_"+e),t.methods[e]=t.methods[e]||[],t.methods[e].push(f)}return y},off:function(){var a,b,c=arguments;for(a=0,namesCount=c.length;a<namesCount;a+=1)b=c[a],b in t.methods&&delete t.methods[b];return y},trigger:function(a,c){var d=function(a){var d=t.methods[a];d&&d.map(function(a){b._.trigger(a,y,[c])})};return d("_"+a),d(a),y}};return new x}function c(a){var b,c="position";return a.currentStyle?b=a.currentStyle[c]:window.getComputedStyle&&(b=getComputedStyle(a)[c]),"fixed"==b}function d(){if(k.height()<=i.height())return 0;var b=a('<div style="visibility:hidden;width:100px" />').appendTo("body"),c=b[0].offsetWidth;b.css("overflow","scroll");var d=a('<div style="width:100%" />').appendTo(b),e=d[0].offsetWidth;return b.remove(),c-e}function e(b,c,d){if(a.isPlainObject(c))for(var e in c)f(b,e,c[e]);else f(b,c,d)}function f(a,b,c){a.setAttribute(("role"==b?"":"aria-")+b,c)}function g(b,c){a.isPlainObject(b)||(b={attribute:c}),c="";for(var d in b){var e=("role"==d?"":"aria-")+d,f=b[d];c+=null==f?"":e+'="'+b[d]+'"'}return c}function h(){try{return document.activeElement}catch(a){}}var i=a(window),j=a(document),k=a(document.documentElement);return b.klasses=function(a){return a=a||"picker",{picker:a,opened:a+"--opened",focused:a+"--focused",input:a+"__input",active:a+"__input--active",target:a+"__input--target",holder:a+"__holder",frame:a+"__frame",wrap:a+"__wrap",box:a+"__box"}},b._={group:function(a){for(var c,d="",e=b._.trigger(a.min,a);e<=b._.trigger(a.max,a,[e]);e+=a.i)c=b._.trigger(a.item,a,[e]),d+=b._.node(a.node,c[0],c[1],c[2]);return d},node:function(b,c,d,e){return c?(c=a.isArray(c)?c.join(""):c,d=d?' class="'+d+'"':"",e=e?" "+e:"","<"+b+d+e+">"+c+"</"+b+">"):""},lead:function(a){return(10>a?"0":"")+a},trigger:function(a,b,c){return"function"==typeof a?a.apply(b,c||[]):a},digits:function(a){return/\d/.test(a[1])?2:1},isDate:function(a){return{}.toString.call(a).indexOf("Date")>-1&&this.isInteger(a.getDate())},isInteger:function(a){return{}.toString.call(a).indexOf("Number")>-1&&a%1===0},ariaAttr:g},b.extend=function(c,d){a.fn[c]=function(e,f){var g=this.data(c);return"picker"==e?g:g&&"string"==typeof e?b._.trigger(g[e],g,[f]):this.each(function(){var f=a(this);f.data(c)||new b(this,c,d,e)})},a.fn[c].defaults=d.defaults},b}),function(a){"function"==typeof define&&define.amd?define(["picker","jquery"],a):"object"==typeof exports?module.exports=a(require("./picker.js"),require("jquery")):a(Picker,jQuery)}(function(a,b){function c(a,b){var c=this,d=a.$node[0],e=d.value,f=a.$node.data("value"),g=f||e,h=f?b.formatSubmit:b.format,i=function(){return d.currentStyle?"rtl"==d.currentStyle.direction:"rtl"==getComputedStyle(a.$root[0]).direction};c.settings=b,c.$node=a.$node,c.queue={min:"measure create",max:"measure create",now:"now create",select:"parse create validate",highlight:"parse navigate create validate",view:"parse create validate viewset",disable:"deactivate",enable:"activate"},c.item={},c.item.clear=null,c.item.disable=(b.disable||[]).slice(0),c.item.enable=-function(a){return a[0]===!0?a.shift():-1}(c.item.disable),c.set("min",b.min).set("max",b.max).set("now"),g?c.set("select",g,{format:h}):c.set("select",null).set("highlight",c.item.now),c.key={40:7,38:-7,39:function(){return i()?-1:1},37:function(){return i()?1:-1},go:function(a){var b=c.item.highlight,d=new Date(b.year,b.month,b.date+a);c.set("highlight",d,{interval:a}),this.render()}},a.on("render",function(){a.$root.find("."+b.klass.selectMonth).on("change",function(){var c=this.value;c&&(a.set("highlight",[a.get("view").year,c,a.get("highlight").date]),a.$root.find("."+b.klass.selectMonth).trigger("focus"))}),a.$root.find("."+b.klass.selectYear).on("change",function(){var c=this.value;c&&(a.set("highlight",[c,a.get("view").month,a.get("highlight").date]),a.$root.find("."+b.klass.selectYear).trigger("focus"))})},1).on("open",function(){var d="";c.disabled(c.get("now"))&&(d=":not(."+b.klass.buttonToday+")"),a.$root.find("button"+d+", select").attr("disabled",!1)},1).on("close",function(){a.$root.find("button, select").attr("disabled",!0)},1)}var d=7,e=6,f=a._;c.prototype.set=function(a,b,c){var d=this,e=d.item;return null===b?("clear"==a&&(a="select"),e[a]=b,d):(e["enable"==a?"disable":"flip"==a?"enable":a]=d.queue[a].split(" ").map(function(e){return b=d[e](a,b,c)}).pop(),"select"==a?d.set("highlight",e.select,c):"highlight"==a?d.set("view",e.highlight,c):a.match(/^(flip|min|max|disable|enable)$/)&&(e.select&&d.disabled(e.select)&&d.set("select",e.select,c),e.highlight&&d.disabled(e.highlight)&&d.set("highlight",e.highlight,c)),d)},c.prototype.get=function(a){return this.item[a]},c.prototype.create=function(a,c,d){var e,g=this;return c=void 0===c?a:c,c==-(1/0)||c==1/0?e=c:b.isPlainObject(c)&&f.isInteger(c.pick)?c=c.obj:b.isArray(c)?(c=new Date(c[0],c[1],c[2]),c=f.isDate(c)?c:g.create().obj):c=f.isInteger(c)||f.isDate(c)?g.normalize(new Date(c),d):g.now(a,c,d),{year:e||c.getFullYear(),month:e||c.getMonth(),date:e||c.getDate(),day:e||c.getDay(),obj:e||c,pick:e||c.getTime()}},c.prototype.createRange=function(a,c){var d=this,e=function(a){return a===!0||b.isArray(a)||f.isDate(a)?d.create(a):a};return f.isInteger(a)||(a=e(a)),f.isInteger(c)||(c=e(c)),f.isInteger(a)&&b.isPlainObject(c)?a=[c.year,c.month,c.date+a]:f.isInteger(c)&&b.isPlainObject(a)&&(c=[a.year,a.month,a.date+c]),{from:e(a),to:e(c)}},c.prototype.withinRange=function(a,b){return a=this.createRange(a.from,a.to),b.pick>=a.from.pick&&b.pick<=a.to.pick},c.prototype.overlapRanges=function(a,b){var c=this;return a=c.createRange(a.from,a.to),b=c.createRange(b.from,b.to),c.withinRange(a,b.from)||c.withinRange(a,b.to)||c.withinRange(b,a.from)||c.withinRange(b,a.to)},c.prototype.now=function(a,b,c){return b=new Date,c&&c.rel&&b.setDate(b.getDate()+c.rel),this.normalize(b,c)},c.prototype.navigate=function(a,c,d){var e,f,g,h,i=b.isArray(c),j=b.isPlainObject(c),k=this.item.view;if(i||j){for(j?(f=c.year,g=c.month,h=c.date):(f=+c[0],g=+c[1],h=+c[2]),d&&d.nav&&k&&k.month!==g&&(f=k.year,g=k.month),e=new Date(f,g+(d&&d.nav?d.nav:0),1),f=e.getFullYear(),g=e.getMonth();new Date(f,g,h).getMonth()!==g;)h-=1;c=[f,g,h]}return c},c.prototype.normalize=function(a){return a.setHours(0,0,0,0),a},c.prototype.measure=function(a,b){var c=this;return b?"string"==typeof b?b=c.parse(a,b):f.isInteger(b)&&(b=c.now(a,b,{rel:b})):b="min"==a?-(1/0):1/0,b},c.prototype.viewset=function(a,b){return this.create([b.year,b.month,1])},c.prototype.validate=function(a,c,d){var e,g,h,i,j=this,k=c,l=d&&d.interval?d.interval:1,m=-1===j.item.enable,n=j.item.min,o=j.item.max,p=m&&j.item.disable.filter(function(a){if(b.isArray(a)){var d=j.create(a).pick;d<c.pick?e=!0:d>c.pick&&(g=!0)}return f.isInteger(a)}).length;if((!d||!d.nav)&&(!m&&j.disabled(c)||m&&j.disabled(c)&&(p||e||g)||!m&&(c.pick<=n.pick||c.pick>=o.pick)))for(m&&!p&&(!g&&l>0||!e&&0>l)&&(l*=-1);j.disabled(c)&&(Math.abs(l)>1&&(c.month<k.month||c.month>k.month)&&(c=k,l=l>0?1:-1),c.pick<=n.pick?(h=!0,l=1,c=j.create([n.year,n.month,n.date+(c.pick===n.pick?0:-1)])):c.pick>=o.pick&&(i=!0,l=-1,c=j.create([o.year,o.month,o.date+(c.pick===o.pick?0:1)])),!h||!i);)c=j.create([c.year,c.month,c.date+l]);return c},c.prototype.disabled=function(a){var c=this,d=c.item.disable.filter(function(d){return f.isInteger(d)?a.day===(c.settings.firstDay?d:d-1)%7:b.isArray(d)||f.isDate(d)?a.pick===c.create(d).pick:b.isPlainObject(d)?c.withinRange(d,a):void 0});return d=d.length&&!d.filter(function(a){return b.isArray(a)&&"inverted"==a[3]||b.isPlainObject(a)&&a.inverted}).length,-1===c.item.enable?!d:d||a.pick<c.item.min.pick||a.pick>c.item.max.pick},c.prototype.parse=function(a,b,c){var d=this,e={};return b&&"string"==typeof b?(c&&c.format||(c=c||{},c.format=d.settings.format),d.formats.toArray(c.format).map(function(a){var c=d.formats[a],g=c?f.trigger(c,d,[b,e]):a.replace(/^!/,"").length;c&&(e[a]=b.substr(0,g)),b=b.substr(g)}),[e.yyyy||e.yy,+(e.mm||e.m)-1,e.dd||e.d]):b},c.prototype.formats=function(){function a(a,b,c){var d=a.match(/\w+/)[0];return c.mm||c.m||(c.m=b.indexOf(d)+1),d.length}function b(a){return a.match(/\w+/)[0].length}return{d:function(a,b){return a?f.digits(a):b.date},dd:function(a,b){return a?2:f.lead(b.date)},ddd:function(a,c){return a?b(a):this.settings.weekdaysShort[c.day]},dddd:function(a,c){return a?b(a):this.settings.weekdaysFull[c.day]},m:function(a,b){return a?f.digits(a):b.month+1},mm:function(a,b){return a?2:f.lead(b.month+1)},mmm:function(b,c){var d=this.settings.monthsShort;return b?a(b,d,c):d[c.month]},mmmm:function(b,c){var d=this.settings.monthsFull;return b?a(b,d,c):d[c.month]},yy:function(a,b){return a?2:(""+b.year).slice(2)},yyyy:function(a,b){return a?4:b.year},toArray:function(a){return a.split(/(d{1,4}|m{1,4}|y{4}|yy|!.)/g)},toString:function(a,b){var c=this;return c.formats.toArray(a).map(function(a){return f.trigger(c.formats[a],c,[0,b])||a.replace(/^!/,"")}).join("")}}}(),c.prototype.isDateExact=function(a,c){var d=this;return f.isInteger(a)&&f.isInteger(c)||"boolean"==typeof a&&"boolean"==typeof c?a===c:(f.isDate(a)||b.isArray(a))&&(f.isDate(c)||b.isArray(c))?d.create(a).pick===d.create(c).pick:b.isPlainObject(a)&&b.isPlainObject(c)?d.isDateExact(a.from,c.from)&&d.isDateExact(a.to,c.to):!1},c.prototype.isDateOverlap=function(a,c){var d=this,e=d.settings.firstDay?1:0;return f.isInteger(a)&&(f.isDate(c)||b.isArray(c))?(a=a%7+e,a===d.create(c).day+1):f.isInteger(c)&&(f.isDate(a)||b.isArray(a))?(c=c%7+e,c===d.create(a).day+1):b.isPlainObject(a)&&b.isPlainObject(c)?d.overlapRanges(a,c):!1},c.prototype.flipEnable=function(a){var b=this.item;b.enable=a||(-1==b.enable?1:-1)},c.prototype.deactivate=function(a,c){var d=this,e=d.item.disable.slice(0);return"flip"==c?d.flipEnable():c===!1?(d.flipEnable(1),e=[]):c===!0?(d.flipEnable(-1),e=[]):c.map(function(a){for(var c,g=0;g<e.length;g+=1)if(d.isDateExact(a,e[g])){c=!0;break}c||(f.isInteger(a)||f.isDate(a)||b.isArray(a)||b.isPlainObject(a)&&a.from&&a.to)&&e.push(a)}),e},c.prototype.activate=function(a,c){var d=this,e=d.item.disable,g=e.length;return"flip"==c?d.flipEnable():c===!0?(d.flipEnable(1),e=[]):c===!1?(d.flipEnable(-1),e=[]):c.map(function(a){var c,h,i,j;for(i=0;g>i;i+=1){if(h=e[i],d.isDateExact(h,a)){c=e[i]=null,j=!0;break}if(d.isDateOverlap(h,a)){b.isPlainObject(a)?(a.inverted=!0,c=a):b.isArray(a)?(c=a,c[3]||c.push("inverted")):f.isDate(a)&&(c=[a.getFullYear(),a.getMonth(),a.getDate(),"inverted"]);break}}if(c)for(i=0;g>i;i+=1)if(d.isDateExact(e[i],a)){e[i]=null;break}if(j)for(i=0;g>i;i+=1)if(d.isDateOverlap(e[i],a)){e[i]=null;break}c&&e.push(c)}),e.filter(function(a){return null!=a})},c.prototype.nodes=function(a){var b=this,c=b.settings,g=b.item,h=g.now,i=g.select,j=g.highlight,k=g.view,l=g.disable,m=g.min,n=g.max,o=function(a,b){return c.firstDay&&(a.push(a.shift()),b.push(b.shift())),f.node("thead",f.node("tr",f.group({min:0,max:d-1,i:1,node:"th",item:function(d){return[a[d],c.klass.weekdays,'scope=col title="'+b[d]+'"']}})))}((c.showWeekdaysFull?c.weekdaysFull:c.weekdaysLetter).slice(0),c.weekdaysFull.slice(0)),p=function(a){return f.node("div"," ",c.klass["nav"+(a?"Next":"Prev")]+(a&&k.year>=n.year&&k.month>=n.month||!a&&k.year<=m.year&&k.month<=m.month?" "+c.klass.navDisabled:""),"data-nav="+(a||-1)+" "+f.ariaAttr({role:"button",controls:b.$node[0].id+"_table"})+' title="'+(a?c.labelMonthNext:c.labelMonthPrev)+'"')},q=function(d){var e=c.showMonthsShort?c.monthsShort:c.monthsFull;return"short_months"==d&&(e=c.monthsShort),c.selectMonths&&void 0==d?f.node("select",f.group({min:0,max:11,i:1,node:"option",item:function(a){return[e[a],0,"value="+a+(k.month==a?" selected":"")+(k.year==m.year&&a<m.month||k.year==n.year&&a>n.month?" disabled":"")]}}),c.klass.selectMonth+" browser-default",(a?"":"disabled")+" "+f.ariaAttr({controls:b.$node[0].id+"_table"})+' title="'+c.labelMonthSelect+'"'):"short_months"==d?null!=i?f.node("div",e[i.month]):f.node("div",e[k.month]):f.node("div",e[k.month],c.klass.month)},r=function(d){var e=k.year,g=c.selectYears===!0?5:~~(c.selectYears/2);if(g){var h=m.year,i=n.year,j=e-g,l=e+g;if(h>j&&(l+=h-j,j=h),l>i){var o=j-h,p=l-i;j-=o>p?p:o,l=i}if(c.selectYears&&void 0==d)return f.node("select",f.group({min:j,max:l,i:1,node:"option",item:function(a){return[a,0,"value="+a+(e==a?" selected":"")]}}),c.klass.selectYear+" browser-default",(a?"":"disabled")+" "+f.ariaAttr({controls:b.$node[0].id+"_table"})+' title="'+c.labelYearSelect+'"')}return"raw"==d?f.node("div",e):f.node("div",e,c.klass.year)};return createDayLabel=function(){return null!=i?f.node("div",i.date):f.node("div",h.date)},createWeekdayLabel=function(){var a;a=null!=i?i.day:h.day;var b=c.weekdaysFull[a];return b},f.node("div",f.node("div",createWeekdayLabel(),"picker__weekday-display")+f.node("div",q("short_months"),c.klass.month_display)+f.node("div",createDayLabel(),c.klass.day_display)+f.node("div",r("raw"),c.klass.year_display),c.klass.date_display)+f.node("div",f.node("div",(c.selectYears?q()+r():q()+r())+p()+p(1),c.klass.header)+f.node("table",o+f.node("tbody",f.group({min:0,max:e-1,i:1,node:"tr",item:function(a){var e=c.firstDay&&0===b.create([k.year,k.month,1]).day?-7:0;return[f.group({min:d*a-k.day+e+1,max:function(){return this.min+d-1},i:1,node:"td",item:function(a){a=b.create([k.year,k.month,a+(c.firstDay?1:0)]);var d=i&&i.pick==a.pick,e=j&&j.pick==a.pick,g=l&&b.disabled(a)||a.pick<m.pick||a.pick>n.pick,o=f.trigger(b.formats.toString,b,[c.format,a]);return[f.node("div",a.date,function(b){return b.push(k.month==a.month?c.klass.infocus:c.klass.outfocus),h.pick==a.pick&&b.push(c.klass.now),d&&b.push(c.klass.selected),e&&b.push(c.klass.highlighted),g&&b.push(c.klass.disabled),b.join(" ")}([c.klass.day]),"data-pick="+a.pick+" "+f.ariaAttr({role:"gridcell",label:o,selected:d&&b.$node.val()===o?!0:null,activedescendant:e?!0:null,disabled:g?!0:null})),"",f.ariaAttr({role:"presentation"})]}})]}})),c.klass.table,'id="'+b.$node[0].id+'_table" '+f.ariaAttr({role:"grid",controls:b.$node[0].id,readonly:!0})),c.klass.calendar_container)+f.node("div",f.node("button",c.today,"btn-flat picker__today","type=button data-pick="+h.pick+(a&&!b.disabled(h)?"":" disabled")+" "+f.ariaAttr({controls:b.$node[0].id}))+f.node("button",c.clear,"btn-flat picker__clear","type=button data-clear=1"+(a?"":" disabled")+" "+f.ariaAttr({controls:b.$node[0].id}))+f.node("button",c.close,"btn-flat picker__close","type=button data-close=true "+(a?"":" disabled")+" "+f.ariaAttr({controls:b.$node[0].id})),c.klass.footer)},c.defaults=function(a){return{labelMonthNext:"Next month",labelMonthPrev:"Previous month",labelMonthSelect:"Select a month",labelYearSelect:"Select a year",monthsFull:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],weekdaysFull:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],weekdaysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],weekdaysLetter:["S","M","T","W","T","F","S"],today:"Today",clear:"Clear",close:"Close",format:"d mmmm, yyyy",klass:{table:a+"table",header:a+"header",date_display:a+"date-display",day_display:a+"day-display",month_display:a+"month-display",year_display:a+"year-display",calendar_container:a+"calendar-container",navPrev:a+"nav--prev",navNext:a+"nav--next",navDisabled:a+"nav--disabled",month:a+"month",year:a+"year",selectMonth:a+"select--month",selectYear:a+"select--year",weekdays:a+"weekday",day:a+"day",disabled:a+"day--disabled",selected:a+"day--selected",highlighted:a+"day--highlighted",now:a+"day--today",infocus:a+"day--infocus",outfocus:a+"day--outfocus",footer:a+"footer",buttonClear:a+"button--clear",buttonToday:a+"button--today",buttonClose:a+"button--close"}}}(a.klasses().picker+"__"),a.extend("pickadate",c)}),function(a){function b(){var b=+a(this).attr("length"),c=+a(this).val().length,d=b>=c;a(this).parent().find('span[class="character-counter"]').html(c+"/"+b),e(d,a(this))}function c(b){var c=a("<span/>").addClass("character-counter").css("float","right").css("font-size","12px").css("height",1);b.parent().append(c)}function d(){a(this).parent().find('span[class="character-counter"]').html("")}function e(a,b){var c=b.hasClass("invalid");a&&c?b.removeClass("invalid"):a||c||(b.removeClass("valid"),b.addClass("invalid"))}a.fn.characterCounter=function(){return this.each(function(){var e=void 0!==a(this).attr("length");e&&(a(this).on("input",b),a(this).on("focus",b),a(this).on("blur",d),c(a(this)))})},a(document).ready(function(){a("input, textarea").characterCounter()})}(jQuery); \ No newline at end of file
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/restoreScroll.js b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/restoreScroll.js
new file mode 100644
index 00000000..331c9e19
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/restoreScroll.js
@@ -0,0 +1,25 @@
1function supportsLocalStorage() {
2 try {
3 return 'localStorage' in window && window['localStorage'] !== null;
4 } catch (e) {
5 return false;
6 }
7}
8
9function savePercent(id, percent) {
10 if (!supportsLocalStorage()) { return false; }
11 localStorage["poche.article." + id + ".percent"] = percent;
12 return true;
13}
14
15function retrievePercent(id) {
16 if (!supportsLocalStorage()) { return false; }
17
18 var bheight = $(document).height();
19 var percent = localStorage["poche.article." + id + ".percent"];
20 var scroll = bheight * percent;
21
22 $('html,body').animate({scrollTop: scroll}, 'fast');
23
24 return true;
25} \ No newline at end of file