/* 
jquery-migrate-1.2.1.min.js
jquery.cookie.js
bootstrap.js
placeholders.min.js
modernizr.custom.97074.js
jquery.hoverdir.js
moment-2.10.10.min.js
feed/codebird.js
 */
if(function(undefined){"use strict";Array.prototype.indexOf||(Array.prototype.indexOf=function(t,e){for(var n=e||0;n<this.length;n++)if(this[n]===t)return n;return-1});var Codebird=function(){var _oauth_consumer_key=null,_oauth_consumer_secret=null,_oauth_bearer_token=null,_endpoint_base="https://api.twitter.com/",_endpoint_base_media="https://upload.twitter.com/",_endpoint=_endpoint_base+"1.1/",_endpoint_media=_endpoint_base_media+"1.1/",_endpoint_oauth=_endpoint_base,_endpoint_proxy="https://api.jublo.net/codebird/",_endpoint_old=_endpoint_base+"1/",_use_jsonp="undefined"!=typeof navigator&&"undefined"!=typeof navigator.userAgent&&(navigator.userAgent.indexOf("Trident/4")>-1||navigator.userAgent.indexOf("Trident/5")>-1||navigator.userAgent.indexOf("MSIE 7.0")>-1),_use_proxy="undefined"!=typeof navigator&&"undefined"!=typeof navigator.userAgent,_oauth_token=null,_oauth_token_secret=null,_version="2.5.0",setConsumerKey=function(t,e){_oauth_consumer_key=t,_oauth_consumer_secret=e},setBearerToken=function(t){_oauth_bearer_token=t},getVersion=function(){return _version},setToken=function(t,e){_oauth_token=t,_oauth_token_secret=e},setUseProxy=function(t){_use_proxy=!!t},setProxy=function(t){t.match(/\/$/)||(t+="/"),_endpoint_proxy=t},_parse_str=function(str,array){var glue1="=",glue2="&",array2=String(str).replace(/^&?([\s\S]*?)&?$/,"$1").split(glue2),i,j,chr,tmp,key,value,bracket,keys,evalStr,fixStr=function(t){return decodeURIComponent(t).replace(/([\\"'])/g,"\\$1").replace(/\n/g,"\\n").replace(/\r/g,"\\r")};for(array||(array=this.window),i=0;i<array2.length;i++){for(tmp=array2[i].split(glue1),tmp.length<2&&(tmp=[tmp,""]),key=fixStr(tmp[0]),value=fixStr(tmp[1]);" "===key.charAt(0);)key=key.substr(1);if(-1!==key.indexOf("\x00")&&(key=key.substr(0,key.indexOf("\x00"))),key&&"["!==key.charAt(0)){for(keys=[],bracket=0,j=0;j<key.length;j++)if("["!==key.charAt(j)||bracket){if("]"===key.charAt(j)&&bracket&&(keys.length||keys.push(key.substr(0,bracket-1)),keys.push(key.substr(bracket,j-bracket)),bracket=0,"["!==key.charAt(j+1)))break}else bracket=j+1;for(keys.length||(keys=[key]),j=0;j<keys[0].length&&(chr=keys[0].charAt(j)," "!==chr&&"."!==chr&&"["!==chr||(keys[0]=keys[0].substr(0,j)+"_"+keys[0].substr(j+1)),"["!==chr);j++);for(evalStr="array",j=0;j<keys.length;j++)key=keys[j],key=""!==key&&" "!==key||0===j?"'"+key+"'":eval(evalStr+".push([]);")-1,evalStr+="["+key+"]",j!==keys.length-1&&"undefined"===eval("typeof "+evalStr)&&eval(evalStr+" = [];");evalStr+=" = '"+value+"';\n",eval(evalStr)}}},__call=function(t,e,n,i){switch("undefined"==typeof e&&(e={}),"undefined"==typeof i&&(i=!1),"function"!=typeof n&&"function"==typeof e?(n=e,e={},"boolean"==typeof n&&(i=n)):"undefined"==typeof n&&(n=function(){}),t){case"oauth_authenticate":case"oauth_authorize":return this[t](e,n);case"oauth2_token":return this[t](n)}"oauth_requestToken"===t&&setToken(null,null);var o={};"object"==typeof e?o=e:_parse_str(e,o);var r,s,a,u="",l=t.split("_");for(s=0;s<l.length;s++)s>0&&(u+="/"),u+=l[s];var c=["screen_name","place_id"];for(s=0;s<c.length;s++){r=c[s].toUpperCase();var d=r.split("_").join("/");u=u.split(d).join(r)}var f=u,h=u.match(/[A-Z_]{2,}/);if(h)for(s=0;s<h.length;s++){r=h[s];var p=r.toLowerCase();if(f=f.split(r).join(":"+p),"undefined"==typeof o[p]){for(a=0;26>a;a++)f=f.split(String.fromCharCode(65+a)).join("_"+String.fromCharCode(97+a));console.warn('To call the templated method "'+f+'", specify the parameter value for "'+p+'".')}u=u.split(r).join(o[p]),delete o[p]}for(s=0;26>s;s++)u=u.split(String.fromCharCode(65+s)).join("_"+String.fromCharCode(97+s)),f=f.split(String.fromCharCode(65+s)).join("_"+String.fromCharCode(97+s));var m=_detectMethod(f,o),v=_detectMultipart(f),g=_detectInternal(f);return _callApi(m,u,o,v,i,g,n)},oauth_authenticate=function(t,e){"undefined"==typeof t.force_login&&(t.force_login=null),"undefined"==typeof t.screen_name&&(t.screen_name=null),null===_oauth_token&&console.warn("To get the authenticate URL, the OAuth token must be set.");var n=_endpoint_oauth+"oauth/authenticate?oauth_token="+_url(_oauth_token);return t.force_login===!0&&(n+="?force_login=1",null!==t.screen_name&&(n+="&screen_name="+t.screen_name)),e(n),!0},oauth_authorize=function(t,e){"undefined"==typeof t.force_login&&(t.force_login=null),"undefined"==typeof t.screen_name&&(t.screen_name=null),null===_oauth_token&&console.warn("To get the authorize URL, the OAuth token must be set.");var n=_endpoint_oauth+"oauth/authorize?oauth_token="+_url(_oauth_token);return t.force_login===!0&&(n+="?force_login=1",null!==t.screen_name&&(n+="&screen_name="+t.screen_name)),e(n),!0},oauth2_token=function(t){null===_oauth_consumer_key&&console.warn("To obtain a bearer token, the consumer key must be set."),"undefined"==typeof t&&(t=function(){});var e="grant_type=client_credentials",n=_endpoint_oauth+"oauth2/token";_use_proxy&&(n=n.replace(_endpoint_base,_endpoint_proxy));var i=_getXmlRequestObject();null!==i&&(i.open("POST",n,!0),i.setRequestHeader("Content-Type","application/x-www-form-urlencoded"),i.setRequestHeader((_use_proxy?"X-":"")+"Authorization","Basic "+_base64_encode(_oauth_consumer_key+":"+_oauth_consumer_secret)),i.onreadystatechange=function(){if(i.readyState>=4){var e=12027;try{e=i.status}catch(n){}var o="";try{o=i.responseText}catch(n){}var r=_parseApiReply(o);r.httpstatus=e,200===e&&setBearerToken(r.access_token),t(r)}},i.send(e))},_url=function(t){return/boolean|number|string/.test(typeof t)?encodeURIComponent(t).replace(/!/g,"%21").replace(/'/g,"%27").replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/\*/g,"%2A"):""},_sha1=function(){function t(t,n){t[n>>5]|=128<<24-n%32,t[(n+64>>9<<4)+15]=n;for(var i=new Array(80),o=1732584193,r=-271733879,s=-1732584194,a=271733878,u=-1009589776,l=0;l<t.length;l+=16){for(var c=o,d=r,f=s,h=a,p=u,m=0;80>m;m++){var v;16>m?v=t[l+m]:(v=i[m-3]^i[m-8]^i[m-14]^i[m-16],v=v<<1|v>>>31),i[m]=v,v=e(e(o<<5|o>>>27,20>m?r&s|~r&a:40>m?r^s^a:60>m?r&s|r&a|s&a:r^s^a),e(e(u,i[m]),20>m?1518500249:40>m?1859775393:60>m?-1894007588:-899497514)),u=a,a=s,s=r<<30|r>>>2,r=o,o=v}o=e(o,c),r=e(r,d),s=e(s,f),a=e(a,h),u=e(u,p)}return[o,r,s,a,u]}function e(t,e){var n=(65535&t)+(65535&e);return(t>>16)+(e>>16)+(n>>16)<<16|65535&n}function n(t){for(var e=[],n=(1<<i)-1,o=0;o<t.length*i;o+=i)e[o>>5]|=(t.charCodeAt(o/i)&n)<<24-o%32;return e}var i=8;return function(e){var o=_oauth_consumer_secret+"&"+(null!==_oauth_token_secret?_oauth_token_secret:"");null===_oauth_consumer_secret&&console.warn("To generate a hash, the consumer secret must be set.");var r=n(o);r.length>16&&(r=t(r,o.length*i)),o=new Array(16);for(var s=new Array(16),a=0;16>a;a++)s[a]=909522486^r[a],o[a]=1549556828^r[a];for(r=t(s.concat(n(e)),512+e.length*i),o=t(o.concat(r),672),r="",s=0;s<4*o.length;s+=3)for(a=(o[s>>2]>>8*(3-s%4)&255)<<16|(o[s+1>>2]>>8*(3-(s+1)%4)&255)<<8|o[s+2>>2]>>8*(3-(s+2)%4)&255,e=0;4>e;e++)r=8*s+6*e>32*o.length?r+"=":r+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(a>>6*(3-e)&63);return r}}(),_base64_encode=function(t){var e,n,i,o,r=0,s=0,a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",u=[];if(!t)return t;do e=t.charCodeAt(r++),n=t.charCodeAt(r++),i=t.charCodeAt(r++),o=e<<16|n<<8|i,e=o>>18&63,n=o>>12&63,i=o>>6&63,o&=63,u[s++]=a.charAt(e)+a.charAt(n)+a.charAt(i)+a.charAt(o);while(r<t.length);return u=u.join(""),t=t.length%3,(t?u.slice(0,t-3):u)+"===".slice(t||3)},_http_build_query=function(t,e,n){function i(t,e,n){var o,r=[];if(e===!0?e="1":e===!1&&(e="0"),null===e)return"";if("object"==typeof e){for(o in e)null!==e[o]&&r.push(i(t+"["+o+"]",e[o],n));return r.join(n)}return"function"!=typeof e?_url(t)+"="+_url(e):void console.warn("There was an error processing for http_build_query().")}var o,r,s=[];n||(n="&");for(r in t)o=t[r],e&&!isNaN(r)&&(r=String(e)+r),o=i(r,o,n),""!==o&&s.push(o);return s.join(n)},_nonce=function(t){"undefined"==typeof t&&(t=8),1>t&&console.warn("Invalid nonce length.");for(var e="",n=0;t>n;n++){var i=Math.floor(61*Math.random());e+="0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz".substring(i,i+1)}return e},_ksort=function(t){var e,n,i=[];e=function(t,e){var n=parseFloat(t),i=parseFloat(e),o=n+""===t,r=i+""===e;return o&&r?n>i?1:i>n?-1:0:o&&!r?1:!o&&r?-1:t>e?1:e>t?-1:0};for(n in t)t.hasOwnProperty(n)&&i.push(n);return i.sort(e),i},_clone=function(t){var e={};for(var n in t)"object"==typeof t[n]?e[n]=_clone(t[n]):e[n]=t[n];return e},_sign=function(t,e,n,i){"undefined"==typeof n&&(n={}),"undefined"==typeof i&&(i=!1),null===_oauth_consumer_key&&console.warn("To generate a signature, the consumer key must be set.");var o,r={consumer_key:_oauth_consumer_key,version:"1.0",timestamp:Math.round((new Date).getTime()/1e3),nonce:_nonce(),signature_method:"HMAC-SHA1"},s={};for(var a in r)o=r[a],s["oauth_"+a]=_url(o);null!==_oauth_token&&(s.oauth_token=_url(_oauth_token));var u=_clone(s);for(a in n)o=n[a],s[a]=o;for(var l=_ksort(s),c="",d=0;d<l.length;d++)a=l[d],o=s[a],c+=a+"="+_url(o)+"&";c=c.substring(0,c.length-1);var f=_sha1(t+"&"+_url(e)+"&"+_url(c));n=i?s:u,n.oauth_signature=f,l=_ksort(n);var h="";if(i){for(d=0;d<l.length;d++)a=l[d],o=n[a],h+=a+"="+_url(o)+"&";return h.substring(0,h.length-1)}for(h="OAuth ",d=0;d<l.length;d++)a=l[d],o=n[a],h+=a+'="'+_url(o)+'", ';return h.substring(0,h.length-2)},_detectMethod=function(t,e){switch(t){case"account/settings":case"account/login_verification_enrollment":case"account/login_verification_request":t=e.length?t+"__post":t}var n={};n.GET=["statuses/mentions_timeline","statuses/user_timeline","statuses/home_timeline","statuses/retweets_of_me","statuses/retweets/:id","statuses/show/:id","statuses/oembed","statuses/retweeters/ids","search/tweets","direct_messages","direct_messages/sent","direct_messages/show","friendships/no_retweets/ids","friends/ids","followers/ids","friendships/lookup","friendships/incoming","friendships/outgoing","friendships/show","friends/list","followers/list","friendships/lookup","account/settings","account/verify_credentials","blocks/list","blocks/ids","users/lookup","users/show","users/search","users/contributees","users/contributors","users/profile_banner","mutes/users/ids","mutes/users/list","users/suggestions/:slug","users/suggestions","users/suggestions/:slug/members","favorites/list","lists/list","lists/statuses","lists/memberships","lists/subscribers","lists/subscribers/show","lists/members/show","lists/members","lists/show","lists/subscriptions","lists/ownerships","saved_searches/list","saved_searches/show/:id","geo/id/:place_id","geo/reverse_geocode","geo/search","geo/similar_places","trends/place","trends/available","trends/closest","oauth/authenticate","oauth/authorize","help/configuration","help/languages","help/privacy","help/tos","application/rate_limit_status","statuses/lookup","users/recommendations","account/push_destinations/device","activity/about_me","activity/by_friends","statuses/media_timeline","timeline/home","help/experiments","search/typeahead","search/universal","discover/universal","conversation/show","statuses/:id/activity/summary","account/login_verification_enrollment","account/login_verification_request","prompts/suggest","beta/timelines/custom/list","beta/timelines/timeline","beta/timelines/custom/show"],n.POST=["statuses/destroy/:id","statuses/update","statuses/retweet/:id","statuses/update_with_media","media/upload","direct_messages/destroy","direct_messages/new","friendships/create","friendships/destroy","friendships/update","account/settings__post","account/update_delivery_device","account/update_profile","account/update_profile_background_image","account/update_profile_colors","account/update_profile_image","blocks/create","blocks/destroy","account/update_profile_banner","account/remove_profile_banner","mutes/users/create","mutes/users/destroy","favorites/destroy","favorites/create","lists/members/destroy","lists/subscribers/create","lists/subscribers/destroy","lists/members/create_all","lists/members/create","lists/destroy","lists/update","lists/create","lists/members/destroy_all","saved_searches/create","saved_searches/destroy/:id","users/report_spam","oauth/access_token","oauth/request_token","oauth2/token","oauth2/invalidate_token","direct_messages/read","account/login_verification_enrollment__post","push_destinations/enable_login_verification","account/login_verification_request__post","beta/timelines/custom/create","beta/timelines/custom/update","beta/timelines/custom/destroy","beta/timelines/custom/add","beta/timelines/custom/remove"];for(var i in n)if(n[i].indexOf(t)>-1)return i;console.warn("Can't find HTTP method to use for \""+t+'".')},_detectMultipart=function(t){var e=["statuses/update_with_media","account/update_profile_background_image","account/update_profile_image","account/update_profile_banner"];return e.indexOf(t)>-1},_buildMultipart=function(t,e){if(_detectMultipart(t)){var n=["statuses/update_with_media","account/update_profile_background_image","account/update_profile_image","account/update_profile_banner"],i={"statuses/update_with_media":"media[]","account/update_profile_background_image":"image","account/update_profile_image":"image","account/update_profile_banner":"banner"};if(-1!==n.indexOf(t)){i=i[t].split(" ");var o="--------------------"+_nonce(),r="";for(var s in e)r+="--"+o+'\r\nContent-Disposition: form-data; name="'+s+'"',i.indexOf(s)>-1&&(r+="\r\nContent-Transfer-Encoding: base64"),r+="\r\n\r\n"+e[s]+"\r\n";return r+="--"+o+"--"}}},_detectInternal=function(t){var e=["users/recommendations"];return e.join(" ").indexOf(t)>-1},_detectMedia=function(t){var e=["media/upload"];return e.join(" ").indexOf(t)>-1},_detectOld=function(t){var e=["account/push_destinations/device"];return e.join(" ").indexOf(t)>-1},_getEndpoint=function(t){var e;return e="oauth"===t.substring(0,5)?_endpoint_oauth+t:_detectMedia(t)?_endpoint_media+t+".json":_detectOld(t)?_endpoint_old+t+".json":_endpoint+t+".json"},_getXmlRequestObject=function(){var t=null;if("object"==typeof window&&window&&"undefined"!=typeof window.XMLHttpRequest)t=new window.XMLHttpRequest;else if("object"==typeof Ti&&Ti&&"undefined"!=typeof Ti.Network.createHTTPClient)t=Ti.Network.createHTTPClient();else if("undefined"!=typeof ActiveXObject)try{t=new ActiveXObject("Microsoft.XMLHTTP")}catch(e){console.error("ActiveXObject object not defined.")}else if("function"==typeof require&&require)try{var n=require("xmlhttprequest").XMLHttpRequest;t=new n}catch(i){try{var n=require("xhr2");t=new n}catch(o){console.error("xhr2 object not defined, cancelling.")}}return t},_callApi=function(t,e,n,i,o,r,s){"undefined"==typeof n&&(n={}),"undefined"==typeof i&&(i=!1),"undefined"==typeof o&&(o=!1),"function"!=typeof s&&(s=function(){}),r&&(n.adc="phone",n.application_id=333903271);var a=_getEndpoint(e),u=null,l=_getXmlRequestObject();if(null!==l){var c;if("GET"===t){var d=a;if("{}"!==JSON.stringify(n)&&(d+="?"+_http_build_query(n)),o||(u=_sign(t,a,n)),_use_jsonp){d+="{}"!==JSON.stringify(n)?"&":"?";var f=_nonce();window[f]=function(t){t.httpstatus=200;var e=null;"undefined"!=typeof l.getResponseHeader&&""!==l.getResponseHeader("x-rate-limit-limit")&&(e={limit:l.getResponseHeader("x-rate-limit-limit"),remaining:l.getResponseHeader("x-rate-limit-remaining"),reset:l.getResponseHeader("x-rate-limit-reset")}),s(t,e)},n.callback=f,d=a+"?"+_sign(t,a,n,!0);var h=document.createElement("script");h.type="text/javascript",h.src=d;var p=document.getElementsByTagName("body")[0];return void p.appendChild(h)}_use_proxy&&(d=d.replace(_endpoint_base,_endpoint_proxy).replace(_endpoint_base_media,_endpoint_proxy)),l.open(t,d,!0)}else{if(_use_jsonp)return void console.warn("Sending POST requests is not supported for IE7-9.");i?(o||(u=_sign(t,a,{})),n=_buildMultipart(e,n)):(o||(u=_sign(t,a,n)),n=_http_build_query(n)),c=n,(_use_proxy||i)&&(a=a.replace(_endpoint_base,_endpoint_proxy).replace(_endpoint_base_media,_endpoint_proxy)),l.open(t,a,!0),i?l.setRequestHeader("Content-Type","multipart/form-data; boundary="+c.split("\r\n")[0].substring(2)):l.setRequestHeader("Content-Type","application/x-www-form-urlencoded")}if(o){if(null===_oauth_consumer_key&&null===_oauth_bearer_token&&console.warn("To make an app-only auth API request, consumer key or bearer token must be set."),null===_oauth_bearer_token)return oauth2_token(function(){_callApi(t,e,n,i,o,!1,s)});u="Bearer "+_oauth_bearer_token}return null!==u&&l.setRequestHeader((_use_proxy?"X-":"")+"Authorization",u),l.onreadystatechange=function(){if(l.readyState>=4){var t=12027;try{t=l.status}catch(e){}var n="";try{n=l.responseText}catch(e){}var i=_parseApiReply(n);i.httpstatus=t;var o=null;"undefined"!=typeof l.getResponseHeader&&""!==l.getResponseHeader("x-rate-limit-limit")&&(o={limit:l.getResponseHeader("x-rate-limit-limit"),remaining:l.getResponseHeader("x-rate-limit-remaining"),reset:l.getResponseHeader("x-rate-limit-reset")}),s(i,o)}},l.send("GET"===t?null:c),!0}},_parseApiReply=function(t){if("string"!=typeof t||""===t)return{};if("[]"===t)return[];var e;try{e=JSON.parse(t)}catch(n){if(e={},0===t.indexOf('<?xml version="1.0" encoding="UTF-8"?>'))e.request=t.match(/<request>(.*)<\/request>/)[1],e.error=t.match(/<error>(.*)<\/error>/)[1];else for(var i=t.split("&"),o=0;o<i.length;o++){var r=i[o].split("=",2);r.length>1?e[r[0]]=decodeURIComponent(r[1]):e[r[0]]=null}}return e};return{setConsumerKey:setConsumerKey,getVersion:getVersion,setToken:setToken,setBearerToken:setBearerToken,setUseProxy:setUseProxy,setProxy:setProxy,__call:__call,oauth_authenticate:oauth_authenticate,oauth_authorize:oauth_authorize,oauth2_token:oauth2_token}};"object"==typeof module&&module&&"object"==typeof module.exports?module.exports=Codebird:("object"==typeof window&&window&&(window.Codebird=Codebird),"function"==typeof define&&define.amd&&define("codebird",[],function(){return Codebird}))}(),!function(t){"use strict";function e(){}function n(){try{return document.activeElement}catch(t){}}function i(t,e){for(var n=0,i=t.length;i>n;n++)if(t[n]===e)return!0;return!1}function o(t,e,n){return t.addEventListener?t.addEventListener(e,n,!1):t.attachEvent?t.attachEvent("on"+e,n):void 0}function r(t,e){var n;t.createTextRange?(n=t.createTextRange(),n.move("character",e),n.select()):t.selectionStart&&(t.focus(),t.setSelectionRange(e,e))}function s(t,e){try{return t.type=e,!0}catch(n){return!1}}function a(t,e){if(t&&t.getAttribute(M))e(t);else for(var n,i=t?t.getElementsByTagName("input"):L,o=t?t.getElementsByTagName("textarea"):N,r=i?i.length:0,s=o?o.length:0,a=r+s,u=0;a>u;u++)n=r>u?i[u]:o[u-r],e(n)}function u(t){a(t,c)}function l(t){a(t,d)}function c(t,e){var n=!!e&&t.value!==e,i=t.value===t.getAttribute(M);if((n||i)&&"true"===t.getAttribute(S)){t.removeAttribute(S),t.value=t.value.replace(t.getAttribute(M),""),t.className=t.className.replace(D,"");var o=t.getAttribute(E);parseInt(o,10)>=0&&(t.setAttribute("maxLength",o),t.removeAttribute(E));var r=t.getAttribute($);return r&&(t.type=r),!0}return!1}function d(t){var e=t.getAttribute(M);if(""===t.value&&e){t.setAttribute(S,"true"),t.value=e,t.className+=" "+x;var n=t.getAttribute(E);n||(t.setAttribute(E,t.maxLength),t.removeAttribute("maxLength"));var i=t.getAttribute($);return i?t.type="text":"password"===t.type&&s(t,"text")&&t.setAttribute($,"password"),!0}return!1}function f(t){return function(){W&&t.value===t.getAttribute(M)&&"true"===t.getAttribute(S)?r(t,0):c(t)}}function h(t){return function(){d(t)}}function p(t){return function(){u(t)}}function m(t){return function(e){return w=t.value,"true"===t.getAttribute(S)&&w===t.getAttribute(M)&&i(T,e.keyCode)?(e.preventDefault&&e.preventDefault(),!1):void 0}}function v(t){return function(){c(t,w),""===t.value&&(t.blur(),r(t,0))}}function g(t){return function(){t===n()&&t.value===t.getAttribute(M)&&"true"===t.getAttribute(S)&&r(t,0)}}function y(t){var e=t.form;e&&"string"==typeof e&&(e=document.getElementById(e),e.getAttribute(j)||(o(e,"submit",p(e)),e.setAttribute(j,"true"))),o(t,"focus",f(t)),o(t,"blur",h(t)),W&&(o(t,"keydown",m(t)),o(t,"keyup",v(t)),o(t,"click",g(t))),t.setAttribute(A,"true"),t.setAttribute(M,q),(W||t!==n())&&d(t)}var _=document.createElement("input"),b=void 0!==_.placeholder;if(t.Placeholders={nativeSupport:b,disable:b?e:u,enable:b?e:l},!b){var w,k=["text","search","url","tel","email","password","number","textarea"],T=[27,33,34,35,36,37,38,39,40,8,46],C="#ccc",x="placeholdersjs",D=new RegExp("(?:^|\\s)"+x+"(?!\\S)"),M="data-placeholder-value",S="data-placeholder-active",$="data-placeholder-type",j="data-placeholder-submit",A="data-placeholder-bound",Y="data-placeholder-focus",O="data-placeholder-live",E="data-placeholder-maxlength",P=100,F=document.getElementsByTagName("head")[0],U=document.documentElement,H=t.Placeholders,L=document.getElementsByTagName("input"),N=document.getElementsByTagName("textarea"),W="false"===U.getAttribute(Y),I="false"!==U.getAttribute(O),G=document.createElement("style");G.type="text/css";var R=document.createTextNode("."+x+" {color:"+C+";}");G.styleSheet?G.styleSheet.cssText=R.nodeValue:G.appendChild(R),F.insertBefore(G,F.firstChild);for(var q,z,Q=0,B=L.length+N.length;B>Q;Q++)z=Q<L.length?L[Q]:N[Q-L.length],q=z.attributes.placeholder,q&&(q=q.nodeValue,q&&i(k,z.type)&&y(z));var J=setInterval(function(){for(var t=0,e=L.length+N.length;e>t;t++)z=t<L.length?L[t]:N[t-L.length],q=z.attributes.placeholder,q?(q=q.nodeValue,q&&i(k,z.type)&&(z.getAttribute(A)||y(z),(q!==z.getAttribute(M)||"password"===z.type&&!z.getAttribute($))&&("password"===z.type&&!z.getAttribute($)&&s(z,"text")&&z.setAttribute($,"password"),z.value===z.getAttribute(M)&&(z.value=q),z.setAttribute(M,q)))):z.getAttribute(S)&&(c(z),z.removeAttribute(M));I||clearInterval(J)},P);o(t,"beforeunload",function(){H.disable()})}}(this),void 0===jQuery.migrateMute&&(jQuery.migrateMute=!0),function(t,e,n){function i(n){var i=e.console;r[n]||(r[n]=!0,t.migrateWarnings.push(n),i&&i.warn&&!t.migrateMute&&(i.warn("JQMIGRATE: "+n),t.migrateTrace&&i.trace&&i.trace()))}function o(e,o,r,s){if(Object.defineProperty)try{return Object.defineProperty(e,o,{configurable:!0,enumerable:!0,get:function(){return i(s),r},set:function(t){i(s),r=t}}),n}catch(a){}t._definePropertyBroken=!0,e[o]=r}var r={};t.migrateWarnings=[],!t.migrateMute&&e.console&&e.console.log&&e.console.log("JQMIGRATE: Logging is active"),t.migrateTrace===n&&(t.migrateTrace=!0),t.migrateReset=function(){r={},t.migrateWarnings.length=0},"BackCompat"===document.compatMode&&i("jQuery is not compatible with Quirks Mode");var s=t("<input/>",{size:1}).attr("size")&&t.attrFn,a=t.attr,u=t.attrHooks.value&&t.attrHooks.value.get||function(){return null},l=t.attrHooks.value&&t.attrHooks.value.set||function(){return n},c=/^(?:input|button)$/i,d=/^[238]$/,f=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,h=/^(?:checked|selected)$/i;o(t,"attrFn",s||{},"jQuery.attrFn is deprecated"),t.attr=function(e,o,r,u){var l=o.toLowerCase(),p=e&&e.nodeType;return u&&(4>a.length&&i("jQuery.fn.attr( props, pass ) is deprecated"),e&&!d.test(p)&&(s?o in s:t.isFunction(t.fn[o])))?t(e)[o](r):("type"===o&&r!==n&&c.test(e.nodeName)&&e.parentNode&&i("Can't change the 'type' of an input or button in IE 6/7/8"),!t.attrHooks[l]&&f.test(l)&&(t.attrHooks[l]={get:function(e,i){var o,r=t.prop(e,i);return r===!0||"boolean"!=typeof r&&(o=e.getAttributeNode(i))&&o.nodeValue!==!1?i.toLowerCase():n},set:function(e,n,i){var o;return n===!1?t.removeAttr(e,i):(o=t.propFix[i]||i,o in e&&(e[o]=!0),e.setAttribute(i,i.toLowerCase())),i}},h.test(l)&&i("jQuery.fn.attr('"+l+"') may use property instead of attribute")),a.call(t,e,o,r))},t.attrHooks.value={get:function(t,e){var n=(t.nodeName||"").toLowerCase();return"button"===n?u.apply(this,arguments):("input"!==n&&"option"!==n&&i("jQuery.fn.attr('value') no longer gets properties"),e in t?t.value:null)},set:function(t,e){var o=(t.nodeName||"").toLowerCase();return"button"===o?l.apply(this,arguments):("input"!==o&&"option"!==o&&i("jQuery.fn.attr('value', val) no longer sets properties"),t.value=e,n)}};var p,m,v=t.fn.init,g=t.parseJSON,y=/^([^<]*)(<[\w\W]+>)([^>]*)$/;t.fn.init=function(e,n,o){var r;return e&&"string"==typeof e&&!t.isPlainObject(n)&&(r=y.exec(t.trim(e)))&&r[0]&&("<"!==e.charAt(0)&&i("$(html) HTML strings must start with '<' character"),r[3]&&i("$(html) HTML text after last tag is ignored"),"#"===r[0].charAt(0)&&(i("HTML string cannot start with a '#' character"),t.error("JQMIGRATE: Invalid selector string (XSS)")),n&&n.context&&(n=n.context),t.parseHTML)?v.call(this,t.parseHTML(r[2],n,!0),n,o):v.apply(this,arguments)},t.fn.init.prototype=t.fn,t.parseJSON=function(t){return t||null===t?g.apply(this,arguments):(i("jQuery.parseJSON requires a valid JSON string"),null)},t.uaMatch=function(t){t=t.toLowerCase();var e=/(chrome)[ \/]([\w.]+)/.exec(t)||/(webkit)[ \/]([\w.]+)/.exec(t)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(t)||/(msie) ([\w.]+)/.exec(t)||0>t.indexOf("compatible")&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(t)||[];return{browser:e[1]||"",version:e[2]||"0"}},t.browser||(p=t.uaMatch(navigator.userAgent),m={},p.browser&&(m[p.browser]=!0,m.version=p.version),m.chrome?m.webkit=!0:m.webkit&&(m.safari=!0),t.browser=m),o(t,"browser",t.browser,"jQuery.browser is deprecated"),t.sub=function(){function e(t,n){return new e.fn.init(t,n)}t.extend(!0,e,this),e.superclass=this,e.fn=e.prototype=this(),e.fn.constructor=e,e.sub=this.sub,e.fn.init=function(i,o){return o&&o instanceof t&&!(o instanceof e)&&(o=e(o)),t.fn.init.call(this,i,o,n)},e.fn.init.prototype=e.fn;var n=e(document);return i("jQuery.sub() is deprecated"),e},t.ajaxSetup({converters:{"text json":t.parseJSON}});var _=t.fn.data;t.fn.data=function(e){var o,r,s=this[0];return!s||"events"!==e||1!==arguments.length||(o=t.data(s,e),r=t._data(s,e),o!==n&&o!==r||r===n)?_.apply(this,arguments):(i("Use of jQuery.fn.data('events') is deprecated"),r)};var b=/\/(java|ecma)script/i,w=t.fn.andSelf||t.fn.addBack;t.fn.andSelf=function(){return i("jQuery.fn.andSelf() replaced by jQuery.fn.addBack()"),w.apply(this,arguments)},t.clean||(t.clean=function(e,o,r,s){o=o||document,o=!o.nodeType&&o[0]||o,o=o.ownerDocument||o,i("jQuery.clean() is deprecated");var a,u,l,c,d=[];if(t.merge(d,t.buildFragment(e,o).childNodes),r)for(l=function(t){return!t.type||b.test(t.type)?s?s.push(t.parentNode?t.parentNode.removeChild(t):t):r.appendChild(t):n},a=0;null!=(u=d[a]);a++)t.nodeName(u,"script")&&l(u)||(r.appendChild(u),u.getElementsByTagName!==n&&(c=t.grep(t.merge([],u.getElementsByTagName("script")),l),d.splice.apply(d,[a+1,0].concat(c)),a+=c.length));return d});var k=t.event.add,T=t.event.remove,C=t.event.trigger,x=t.fn.toggle,D=t.fn.live,M=t.fn.die,S="ajaxStart|ajaxStop|ajaxSend|ajaxComplete|ajaxError|ajaxSuccess",$=RegExp("\\b(?:"+S+")\\b"),j=/(?:^|\s)hover(\.\S+|)\b/,A=function(e){return"string"!=typeof e||t.event.special.hover?e:(j.test(e)&&i("'hover' pseudo-event is deprecated, use 'mouseenter mouseleave'"),e&&e.replace(j,"mouseenter$1 mouseleave$1"))};t.event.props&&"attrChange"!==t.event.props[0]&&t.event.props.unshift("attrChange","attrName","relatedNode","srcElement"),t.event.dispatch&&o(t.event,"handle",t.event.dispatch,"jQuery.event.handle is undocumented and deprecated"),t.event.add=function(t,e,n,o,r){t!==document&&$.test(e)&&i("AJAX events should be attached to document: "+e),k.call(this,t,A(e||""),n,o,r)},t.event.remove=function(t,e,n,i,o){T.call(this,t,A(e)||"",n,i,o)},t.fn.error=function(){var t=Array.prototype.slice.call(arguments,0);return i("jQuery.fn.error() is deprecated"),t.splice(0,0,"error"),arguments.length?this.bind.apply(this,t):(this.triggerHandler.apply(this,t),this)},t.fn.toggle=function(e,n){if(!t.isFunction(e)||!t.isFunction(n))return x.apply(this,arguments);i("jQuery.fn.toggle(handler, handler...) is deprecated");var o=arguments,r=e.guid||t.guid++,s=0,a=function(n){var i=(t._data(this,"lastToggle"+e.guid)||0)%s;return t._data(this,"lastToggle"+e.guid,i+1),n.preventDefault(),o[i].apply(this,arguments)||!1};for(a.guid=r;o.length>s;)o[s++].guid=r;return this.click(a)},t.fn.live=function(e,n,o){return i("jQuery.fn.live() is deprecated"),D?D.apply(this,arguments):(t(this.context).on(e,this.selector,n,o),this)},t.fn.die=function(e,n){return i("jQuery.fn.die() is deprecated"),M?M.apply(this,arguments):(t(this.context).off(e,this.selector||"**",n),this)},t.event.trigger=function(t,e,n,o){return n||$.test(t)||i("Global events are undocumented and deprecated"),C.call(this,t,e,n||document,o)},t.each(S.split("|"),function(e,n){t.event.special[n]={setup:function(){var e=this;return e!==document&&(t.event.add(document,n+"."+t.guid,function(){t.event.trigger(n,null,e,!0)}),t._data(this,n,t.guid++)),!1},teardown:function(){return this!==document&&t.event.remove(document,n+"."+t._data(this,n)),!1}}})}(jQuery,window),!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):t.moment=e()}(this,function(){"use strict";function t(){return Mn.apply(null,arguments)}function e(t){Mn=t}function n(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1}}function i(t){return"[object Array]"===Object.prototype.toString.call(t)}function o(t){return"[object Date]"===Object.prototype.toString.call(t)||t instanceof Date}function r(t,e){var n,i=[];for(n=0;n<t.length;++n)i.push(e(t[n],n));return i}function s(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function a(t,e){for(var n in e)s(e,n)&&(t[n]=e[n]);return s(e,"toString")&&(t.toString=e.toString),s(e,"valueOf")&&(t.valueOf=e.valueOf),t}function u(t,e,n,i){return Ct(t,e,n,i,!0).utc()}function l(t){return null==t._isValid&&(t._isValid=!isNaN(t._d.getTime())&&t._pf.overflow<0&&!t._pf.empty&&!t._pf.invalidMonth&&!t._pf.nullInput&&!t._pf.invalidFormat&&!t._pf.userInvalidated,t._strict&&(t._isValid=t._isValid&&0===t._pf.charsLeftOver&&0===t._pf.unusedTokens.length&&void 0===t._pf.bigHour)),t._isValid}function c(t){var e=u(NaN);return null!=t?a(e._pf,t):e._pf.userInvalidated=!0,e}function d(t,e){var n,i,o;if("undefined"!=typeof e._isAMomentObject&&(t._isAMomentObject=e._isAMomentObject),"undefined"!=typeof e._i&&(t._i=e._i),"undefined"!=typeof e._f&&(t._f=e._f),"undefined"!=typeof e._l&&(t._l=e._l),"undefined"!=typeof e._strict&&(t._strict=e._strict),"undefined"!=typeof e._tzm&&(t._tzm=e._tzm),"undefined"!=typeof e._isUTC&&(t._isUTC=e._isUTC),"undefined"!=typeof e._offset&&(t._offset=e._offset),"undefined"!=typeof e._pf&&(t._pf=e._pf),"undefined"!=typeof e._locale&&(t._locale=e._locale),$n.length>0)for(n in $n)i=$n[n],o=e[i],"undefined"!=typeof o&&(t[i]=o);return t}function f(e){d(this,e),this._d=new Date(+e._d),jn===!1&&(jn=!0,t.updateOffset(this),jn=!1)}function h(t){return t instanceof f||null!=t&&s(t,"_isAMomentObject")}function p(t){var e=+t,n=0;return 0!==e&&isFinite(e)&&(n=e>=0?Math.floor(e):Math.ceil(e)),n}function m(t,e,n){var i,o=Math.min(t.length,e.length),r=Math.abs(t.length-e.length),s=0;for(i=0;o>i;i++)(n&&t[i]!==e[i]||!n&&p(t[i])!==p(e[i]))&&s++;return s+r}function v(){}function g(t){return t?t.toLowerCase().replace("_","-"):t}function y(t){for(var e,n,i,o,r=0;r<t.length;){for(o=g(t[r]).split("-"),e=o.length,n=g(t[r+1]),n=n?n.split("-"):null;e>0;){if(i=_(o.slice(0,e).join("-")))return i;if(n&&n.length>=e&&m(o,n,!0)>=e-1)break;e--}r++}return null}function _(t){var e=null;if(!An[t]&&"undefined"!=typeof module&&module&&module.exports)try{e=Sn._abbr,require("./locale/"+t),b(e)}catch(n){}return An[t]}function b(t,e){var n;return t&&(n="undefined"==typeof e?k(t):w(t,e),n&&(Sn=n)),Sn._abbr}function w(t,e){return null!==e?(e.abbr=t,An[t]||(An[t]=new v),An[t].set(e),b(t),An[t]):(delete An[t],null)}function k(t){var e;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return Sn;if(!i(t)){if(e=_(t))return e;t=[t]}return y(t)}function T(t,e){var n=t.toLowerCase();Yn[n]=Yn[n+"s"]=Yn[e]=t}function C(t){return"string"==typeof t?Yn[t]||Yn[t.toLowerCase()]:void 0;
}function x(t){var e,n,i={};for(n in t)s(t,n)&&(e=C(n),e&&(i[e]=t[n]));return i}function D(e,n){return function(i){return null!=i?(S(this,e,i),t.updateOffset(this,n),this):M(this,e)}}function M(t,e){return t._d["get"+(t._isUTC?"UTC":"")+e]()}function S(t,e,n){return t._d["set"+(t._isUTC?"UTC":"")+e](n)}function $(t,e){var n;if("object"==typeof t)for(n in t)this.set(n,t[n]);else if(t=C(t),"function"==typeof this[t])return this[t](e);return this}function j(t,e,n){for(var i=""+Math.abs(t),o=t>=0;i.length<e;)i="0"+i;return(o?n?"+":"":"-")+i}function A(t,e,n,i){var o=i;"string"==typeof i&&(o=function(){return this[i]()}),t&&(Fn[t]=o),e&&(Fn[e[0]]=function(){return j(o.apply(this,arguments),e[1],e[2])}),n&&(Fn[n]=function(){return this.localeData().ordinal(o.apply(this,arguments),t)})}function Y(t){return t.match(/\[[\s\S]/)?t.replace(/^\[|\]$/g,""):t.replace(/\\/g,"")}function O(t){var e,n,i=t.match(On);for(e=0,n=i.length;n>e;e++)Fn[i[e]]?i[e]=Fn[i[e]]:i[e]=Y(i[e]);return function(o){var r="";for(e=0;n>e;e++)r+=i[e]instanceof Function?i[e].call(o,t):i[e];return r}}function E(t,e){return t.isValid()?(e=P(e,t.localeData()),Pn[e]||(Pn[e]=O(e)),Pn[e](t)):t.localeData().invalidDate()}function P(t,e){function n(t){return e.longDateFormat(t)||t}var i=5;for(En.lastIndex=0;i>=0&&En.test(t);)t=t.replace(En,n),En.lastIndex=0,i-=1;return t}function F(t,e,n){Xn[t]="function"==typeof e?e:function(t){return t&&n?n:e}}function U(t,e){return s(Xn,t)?Xn[t](e._strict,e._locale):new RegExp(H(t))}function H(t){return t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(t,e,n,i,o){return e||n||i||o}).replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function L(t,e){var n,i=e;for("string"==typeof t&&(t=[t]),"number"==typeof e&&(i=function(t,n){n[e]=p(t)}),n=0;n<t.length;n++)Vn[t[n]]=i}function N(t,e){L(t,function(t,n,i,o){i._w=i._w||{},e(t,i._w,i,o)})}function W(t,e,n){null!=e&&s(Vn,t)&&Vn[t](e,n._a,n,t)}function I(t,e){return new Date(Date.UTC(t,e+1,0)).getUTCDate()}function G(t){return this._months[t.month()]}function R(t){return this._monthsShort[t.month()]}function q(t,e,n){var i,o,r;for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),i=0;12>i;i++){if(o=u([2e3,i]),n&&!this._longMonthsParse[i]&&(this._longMonthsParse[i]=new RegExp("^"+this.months(o,"").replace(".","")+"$","i"),this._shortMonthsParse[i]=new RegExp("^"+this.monthsShort(o,"").replace(".","")+"$","i")),n||this._monthsParse[i]||(r="^"+this.months(o,"")+"|^"+this.monthsShort(o,""),this._monthsParse[i]=new RegExp(r.replace(".",""),"i")),n&&"MMMM"===e&&this._longMonthsParse[i].test(t))return i;if(n&&"MMM"===e&&this._shortMonthsParse[i].test(t))return i;if(!n&&this._monthsParse[i].test(t))return i}}function z(t,e){var n;return"string"==typeof e&&(e=t.localeData().monthsParse(e),"number"!=typeof e)?t:(n=Math.min(t.date(),I(t.year(),e)),t._d["set"+(t._isUTC?"UTC":"")+"Month"](e,n),t)}function Q(e){return null!=e?(z(this,e),t.updateOffset(this,!0),this):M(this,"Month")}function B(){return I(this.year(),this.month())}function J(t){var e,n=t._a;return n&&-2===t._pf.overflow&&(e=n[ti]<0||n[ti]>11?ti:n[ei]<1||n[ei]>I(n[Kn],n[ti])?ei:n[ni]<0||n[ni]>24||24===n[ni]&&(0!==n[ii]||0!==n[oi]||0!==n[ri])?ni:n[ii]<0||n[ii]>59?ii:n[oi]<0||n[oi]>59?oi:n[ri]<0||n[ri]>999?ri:-1,t._pf._overflowDayOfYear&&(Kn>e||e>ei)&&(e=ei),t._pf.overflow=e),t}function Z(e){t.suppressDeprecationWarnings===!1&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function X(t,e){var n=!0;return a(function(){return n&&(Z(t),n=!1),e.apply(this,arguments)},e)}function V(t,e){ui[t]||(Z(e),ui[t]=!0)}function K(t){var e,n,i=t._i,o=li.exec(i);if(o){for(t._pf.iso=!0,e=0,n=ci.length;n>e;e++)if(ci[e][1].exec(i)){t._f=ci[e][0]+(o[6]||" ");break}for(e=0,n=di.length;n>e;e++)if(di[e][1].exec(i)){t._f+=di[e][0];break}i.match(Bn)&&(t._f+="Z"),yt(t)}else t._isValid=!1}function tt(e){var n=fi.exec(e._i);return null!==n?void(e._d=new Date(+n[1])):(K(e),void(e._isValid===!1&&(delete e._isValid,t.createFromInputFallback(e))))}function et(t,e,n,i,o,r,s){var a=new Date(t,e,n,i,o,r,s);return 1970>t&&a.setFullYear(t),a}function nt(t){var e=new Date(Date.UTC.apply(null,arguments));return 1970>t&&e.setUTCFullYear(t),e}function it(t){return ot(t)?366:365}function ot(t){return t%4===0&&t%100!==0||t%400===0}function rt(){return ot(this.year())}function st(t,e,n){var i,o=n-e,r=n-t.day();return r>o&&(r-=7),o-7>r&&(r+=7),i=xt(t).add(r,"d"),{week:Math.ceil(i.dayOfYear()/7),year:i.year()}}function at(t){return st(t,this._week.dow,this._week.doy).week}function ut(){return this._week.dow}function lt(){return this._week.doy}function ct(t){var e=this.localeData().week(this);return null==t?e:this.add(7*(t-e),"d")}function dt(t){var e=st(this,1,4).week;return null==t?e:this.add(7*(t-e),"d")}function ft(t,e,n,i,o){var r,s,a=nt(t,0,1).getUTCDay();return a=0===a?7:a,n=null!=n?n:o,r=o-a+(a>i?7:0)-(o>a?7:0),s=7*(e-1)+(n-o)+r+1,{year:s>0?t:t-1,dayOfYear:s>0?s:it(t-1)+s}}function ht(t){var e=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==t?e:this.add(t-e,"d")}function pt(t,e,n){return null!=t?t:null!=e?e:n}function mt(t){var e=new Date;return t._useUTC?[e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()]:[e.getFullYear(),e.getMonth(),e.getDate()]}function vt(t){var e,n,i,o,r=[];if(!t._d){for(i=mt(t),t._w&&null==t._a[ei]&&null==t._a[ti]&&gt(t),t._dayOfYear&&(o=pt(t._a[Kn],i[Kn]),t._dayOfYear>it(o)&&(t._pf._overflowDayOfYear=!0),n=nt(o,0,t._dayOfYear),t._a[ti]=n.getUTCMonth(),t._a[ei]=n.getUTCDate()),e=0;3>e&&null==t._a[e];++e)t._a[e]=r[e]=i[e];for(;7>e;e++)t._a[e]=r[e]=null==t._a[e]?2===e?1:0:t._a[e];24===t._a[ni]&&0===t._a[ii]&&0===t._a[oi]&&0===t._a[ri]&&(t._nextDay=!0,t._a[ni]=0),t._d=(t._useUTC?nt:et).apply(null,r),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[ni]=24)}}function gt(t){var e,n,i,o,r,s,a;e=t._w,null!=e.GG||null!=e.W||null!=e.E?(r=1,s=4,n=pt(e.GG,t._a[Kn],st(xt(),1,4).year),i=pt(e.W,1),o=pt(e.E,1)):(r=t._locale._week.dow,s=t._locale._week.doy,n=pt(e.gg,t._a[Kn],st(xt(),r,s).year),i=pt(e.w,1),null!=e.d?(o=e.d,r>o&&++i):o=null!=e.e?e.e+r:r),a=ft(n,i,o,s,r),t._a[Kn]=a.year,t._dayOfYear=a.dayOfYear}function yt(e){if(e._f===t.ISO_8601)return void K(e);e._a=[],e._pf.empty=!0;var n,i,o,r,s,a=""+e._i,u=a.length,l=0;for(o=P(e._f,e._locale).match(On)||[],n=0;n<o.length;n++)r=o[n],i=(a.match(U(r,e))||[])[0],i&&(s=a.substr(0,a.indexOf(i)),s.length>0&&e._pf.unusedInput.push(s),a=a.slice(a.indexOf(i)+i.length),l+=i.length),Fn[r]?(i?e._pf.empty=!1:e._pf.unusedTokens.push(r),W(r,i,e)):e._strict&&!i&&e._pf.unusedTokens.push(r);e._pf.charsLeftOver=u-l,a.length>0&&e._pf.unusedInput.push(a),e._pf.bigHour===!0&&e._a[ni]<=12&&(e._pf.bigHour=void 0),e._a[ni]=_t(e._locale,e._a[ni],e._meridiem),vt(e),J(e)}function _t(t,e,n){var i;return null==n?e:null!=t.meridiemHour?t.meridiemHour(e,n):null!=t.isPM?(i=t.isPM(n),i&&12>e&&(e+=12),i||12!==e||(e=0),e):e}function bt(t){var e,i,o,r,s;if(0===t._f.length)return t._pf.invalidFormat=!0,void(t._d=new Date(NaN));for(r=0;r<t._f.length;r++)s=0,e=d({},t),null!=t._useUTC&&(e._useUTC=t._useUTC),e._pf=n(),e._f=t._f[r],yt(e),l(e)&&(s+=e._pf.charsLeftOver,s+=10*e._pf.unusedTokens.length,e._pf.score=s,(null==o||o>s)&&(o=s,i=e));a(t,i||e)}function wt(t){if(!t._d){var e=x(t._i);t._a=[e.year,e.month,e.day||e.date,e.hour,e.minute,e.second,e.millisecond],vt(t)}}function kt(t){var e,n=t._i,o=t._f;return t._locale=t._locale||k(t._l),null===n||void 0===o&&""===n?c({nullInput:!0}):("string"==typeof n&&(t._i=n=t._locale.preparse(n)),h(n)?new f(J(n)):(i(o)?bt(t):o?yt(t):Tt(t),e=new f(J(t)),e._nextDay&&(e.add(1,"d"),e._nextDay=void 0),e))}function Tt(e){var n=e._i;void 0===n?e._d=new Date:o(n)?e._d=new Date(+n):"string"==typeof n?tt(e):i(n)?(e._a=r(n.slice(0),function(t){return parseInt(t,10)}),vt(e)):"object"==typeof n?wt(e):"number"==typeof n?e._d=new Date(n):t.createFromInputFallback(e)}function Ct(t,e,i,o,r){var s={};return"boolean"==typeof i&&(o=i,i=void 0),s._isAMomentObject=!0,s._useUTC=s._isUTC=r,s._l=i,s._i=t,s._f=e,s._strict=o,s._pf=n(),kt(s)}function xt(t,e,n,i){return Ct(t,e,n,i,!1)}function Dt(t,e){var n,o;if(1===e.length&&i(e[0])&&(e=e[0]),!e.length)return xt();for(n=e[0],o=1;o<e.length;++o)e[o][t](n)&&(n=e[o]);return n}function Mt(){var t=[].slice.call(arguments,0);return Dt("isBefore",t)}function St(){var t=[].slice.call(arguments,0);return Dt("isAfter",t)}function $t(t){var e=x(t),n=e.year||0,i=e.quarter||0,o=e.month||0,r=e.week||0,s=e.day||0,a=e.hour||0,u=e.minute||0,l=e.second||0,c=e.millisecond||0;this._milliseconds=+c+1e3*l+6e4*u+36e5*a,this._days=+s+7*r,this._months=+o+3*i+12*n,this._data={},this._locale=k(),this._bubble()}function jt(t){return t instanceof $t}function At(t,e){A(t,0,0,function(){var t=this.utcOffset(),n="+";return 0>t&&(t=-t,n="-"),n+j(~~(t/60),2)+e+j(~~t%60,2)})}function Yt(t){var e=(t||"").match(Bn)||[],n=e[e.length-1]||[],i=(n+"").match(gi)||["-",0,0],o=+(60*i[1])+p(i[2]);return"+"===i[0]?o:-o}function Ot(e,n){var i,r;return n._isUTC?(i=n.clone(),r=(h(e)||o(e)?+e:+xt(e))-+i,i._d.setTime(+i._d+r),t.updateOffset(i,!1),i):xt(e).local()}function Et(t){return 15*-Math.round(t._d.getTimezoneOffset()/15)}function Pt(e,n){var i,o=this._offset||0;return null!=e?("string"==typeof e&&(e=Yt(e)),Math.abs(e)<16&&(e=60*e),!this._isUTC&&n&&(i=Et(this)),this._offset=e,this._isUTC=!0,null!=i&&this.add(i,"m"),o!==e&&(!n||this._changeInProgress?Xt(this,zt(e-o,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,t.updateOffset(this,!0),this._changeInProgress=null)),this):this._isUTC?o:Et(this)}function Ft(t,e){return null!=t?("string"!=typeof t&&(t=-t),this.utcOffset(t,e),this):-this.utcOffset()}function Ut(t){return this.utcOffset(0,t)}function Ht(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(Et(this),"m")),this}function Lt(){return this._tzm?this.utcOffset(this._tzm):"string"==typeof this._i&&this.utcOffset(Yt(this._i)),this}function Nt(t){return t=t?xt(t).utcOffset():0,(this.utcOffset()-t)%60===0}function Wt(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function It(){if(this._a){var t=this._isUTC?u(this._a):xt(this._a);return this.isValid()&&m(this._a,t.toArray())>0}return!1}function Gt(){return!this._isUTC}function Rt(){return this._isUTC}function qt(){return this._isUTC&&0===this._offset}function zt(t,e){var n,i,o,r=t,a=null;return jt(t)?r={ms:t._milliseconds,d:t._days,M:t._months}:"number"==typeof t?(r={},e?r[e]=t:r.milliseconds=t):(a=yi.exec(t))?(n="-"===a[1]?-1:1,r={y:0,d:p(a[ei])*n,h:p(a[ni])*n,m:p(a[ii])*n,s:p(a[oi])*n,ms:p(a[ri])*n}):(a=_i.exec(t))?(n="-"===a[1]?-1:1,r={y:Qt(a[2],n),M:Qt(a[3],n),d:Qt(a[4],n),h:Qt(a[5],n),m:Qt(a[6],n),s:Qt(a[7],n),w:Qt(a[8],n)}):null==r?r={}:"object"==typeof r&&("from"in r||"to"in r)&&(o=Jt(xt(r.from),xt(r.to)),r={},r.ms=o.milliseconds,r.M=o.months),i=new $t(r),jt(t)&&s(t,"_locale")&&(i._locale=t._locale),i}function Qt(t,e){var n=t&&parseFloat(t.replace(",","."));return(isNaN(n)?0:n)*e}function Bt(t,e){var n={milliseconds:0,months:0};return n.months=e.month()-t.month()+12*(e.year()-t.year()),t.clone().add(n.months,"M").isAfter(e)&&--n.months,n.milliseconds=+e-+t.clone().add(n.months,"M"),n}function Jt(t,e){var n;return e=Ot(e,t),t.isBefore(e)?n=Bt(t,e):(n=Bt(e,t),n.milliseconds=-n.milliseconds,n.months=-n.months),n}function Zt(t,e){return function(n,i){var o,r;return null===i||isNaN(+i)||(V(e,"moment()."+e+"(period, number) is deprecated. Please use moment()."+e+"(number, period)."),r=n,n=i,i=r),n="string"==typeof n?+n:n,o=zt(n,i),Xt(this,o,t),this}}function Xt(e,n,i,o){var r=n._milliseconds,s=n._days,a=n._months;o=null==o?!0:o,r&&e._d.setTime(+e._d+r*i),s&&S(e,"Date",M(e,"Date")+s*i),a&&z(e,M(e,"Month")+a*i),o&&t.updateOffset(e,s||a)}function Vt(t){var e=t||xt(),n=Ot(e,this).startOf("day"),i=this.diff(n,"days",!0),o=-6>i?"sameElse":-1>i?"lastWeek":0>i?"lastDay":1>i?"sameDay":2>i?"nextDay":7>i?"nextWeek":"sameElse";return this.format(this.localeData().calendar(o,this,xt(e)))}function Kt(){return new f(this)}function te(t,e){var n;return e=C("undefined"!=typeof e?e:"millisecond"),"millisecond"===e?(t=h(t)?t:xt(t),+this>+t):(n=h(t)?+t:+xt(t),n<+this.clone().startOf(e))}function ee(t,e){var n;return e=C("undefined"!=typeof e?e:"millisecond"),"millisecond"===e?(t=h(t)?t:xt(t),+t>+this):(n=h(t)?+t:+xt(t),+this.clone().endOf(e)<n)}function ne(t,e,n){return this.isAfter(t,n)&&this.isBefore(e,n)}function ie(t,e){var n;return e=C(e||"millisecond"),"millisecond"===e?(t=h(t)?t:xt(t),+this===+t):(n=+xt(t),+this.clone().startOf(e)<=n&&n<=+this.clone().endOf(e))}function oe(t){return 0>t?Math.ceil(t):Math.floor(t)}function re(t,e,n){var i,o,r=Ot(t,this),s=6e4*(r.utcOffset()-this.utcOffset());return e=C(e),"year"===e||"month"===e||"quarter"===e?(o=se(this,r),"quarter"===e?o/=3:"year"===e&&(o/=12)):(i=this-r,o="second"===e?i/1e3:"minute"===e?i/6e4:"hour"===e?i/36e5:"day"===e?(i-s)/864e5:"week"===e?(i-s)/6048e5:i),n?o:oe(o)}function se(t,e){var n,i,o=12*(e.year()-t.year())+(e.month()-t.month()),r=t.clone().add(o,"months");return 0>e-r?(n=t.clone().add(o-1,"months"),i=(e-r)/(r-n)):(n=t.clone().add(o+1,"months"),i=(e-r)/(n-r)),-(o+i)}function ae(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function ue(){var t=this.clone().utc();return 0<t.year()&&t.year()<=9999?"function"==typeof Date.prototype.toISOString?this.toDate().toISOString():E(t,"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]"):E(t,"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]")}function le(e){var n=E(this,e||t.defaultFormat);return this.localeData().postformat(n)}function ce(t,e){return zt({to:this,from:t}).locale(this.locale()).humanize(!e)}function de(t){return this.from(xt(),t)}function fe(t){var e;return void 0===t?this._locale._abbr:(e=k(t),null!=e&&(this._locale=e),this)}function he(){return this._locale}function pe(t){switch(t=C(t)){case"year":this.month(0);case"quarter":case"month":this.date(1);case"week":case"isoWeek":case"day":this.hours(0);case"hour":this.minutes(0);case"minute":this.seconds(0);case"second":this.milliseconds(0)}return"week"===t&&this.weekday(0),"isoWeek"===t&&this.isoWeekday(1),"quarter"===t&&this.month(3*Math.floor(this.month()/3)),this}function me(t){return t=C(t),void 0===t||"millisecond"===t?this:this.startOf(t).add(1,"isoWeek"===t?"week":t).subtract(1,"ms")}function ve(){return+this._d-6e4*(this._offset||0)}function ge(){return Math.floor(+this/1e3)}function ye(){return this._offset?new Date(+this):this._d}function _e(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]}function be(){return l(this)}function we(){return a({},this._pf)}function ke(){return this._pf.overflow}function Te(t,e){A(0,[t,t.length],0,e)}function Ce(t,e,n){return st(xt([t,11,31+e-n]),e,n).week}function xe(t){var e=st(this,this.localeData()._week.dow,this.localeData()._week.doy).year;return null==t?e:this.add(t-e,"y")}function De(t){var e=st(this,1,4).year;return null==t?e:this.add(t-e,"y")}function Me(){return Ce(this.year(),1,4)}function Se(){var t=this.localeData()._week;return Ce(this.year(),t.dow,t.doy)}function $e(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)}function je(t,e){if("string"==typeof t)if(isNaN(t)){if(t=e.weekdaysParse(t),"number"!=typeof t)return null}else t=parseInt(t,10);return t}function Ae(t){return this._weekdays[t.day()]}function Ye(t){return this._weekdaysShort[t.day()]}function Oe(t){return this._weekdaysMin[t.day()]}function Ee(t){var e,n,i;for(this._weekdaysParse||(this._weekdaysParse=[]),e=0;7>e;e++)if(this._weekdaysParse[e]||(n=xt([2e3,1]).day(e),i="^"+this.weekdays(n,"")+"|^"+this.weekdaysShort(n,"")+"|^"+this.weekdaysMin(n,""),this._weekdaysParse[e]=new RegExp(i.replace(".",""),"i")),this._weekdaysParse[e].test(t))return e}function Pe(t){var e=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=t?(t=je(t,this.localeData()),this.add(t-e,"d")):e}function Fe(t){var e=(this.day()+7-this.localeData()._week.dow)%7;return null==t?e:this.add(t-e,"d")}function Ue(t){return null==t?this.day()||7:this.day(this.day()%7?t:t-7)}function He(t,e){A(t,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),e)})}function Le(t,e){return e._meridiemParse}function Ne(t){return"p"===(t+"").toLowerCase().charAt(0)}function We(t,e,n){return t>11?n?"pm":"PM":n?"am":"AM"}function Ie(t){A(0,[t,3],0,"millisecond")}function Ge(){return this._isUTC?"UTC":""}function Re(){return this._isUTC?"Coordinated Universal Time":""}function qe(t){return xt(1e3*t)}function ze(){return xt.apply(null,arguments).parseZone()}function Qe(t,e,n){var i=this._calendar[t];return"function"==typeof i?i.call(e,n):i}function Be(t){var e=this._longDateFormat[t];return!e&&this._longDateFormat[t.toUpperCase()]&&(e=this._longDateFormat[t.toUpperCase()].replace(/MMMM|MM|DD|dddd/g,function(t){return t.slice(1)}),this._longDateFormat[t]=e),e}function Je(){return this._invalidDate}function Ze(t){return this._ordinal.replace("%d",t)}function Xe(t){return t}function Ve(t,e,n,i){var o=this._relativeTime[n];return"function"==typeof o?o(t,e,n,i):o.replace(/%d/i,t)}function Ke(t,e){var n=this._relativeTime[t>0?"future":"past"];return"function"==typeof n?n(e):n.replace(/%s/i,e)}function tn(t){var e,n;for(n in t)e=t[n],"function"==typeof e?this[n]=e:this["_"+n]=e;this._ordinalParseLenient=new RegExp(this._ordinalParse.source+"|"+/\d{1,2}/.source)}function en(t,e,n,i){var o=k(),r=u().set(i,e);return o[n](r,t)}function nn(t,e,n,i,o){if("number"==typeof t&&(e=t,t=void 0),t=t||"",null!=e)return en(t,e,n,o);var r,s=[];for(r=0;i>r;r++)s[r]=en(t,r,n,o);return s}function on(t,e){return nn(t,e,"months",12,"month")}function rn(t,e){return nn(t,e,"monthsShort",12,"month")}function sn(t,e){return nn(t,e,"weekdays",7,"day")}function an(t,e){return nn(t,e,"weekdaysShort",7,"day")}function un(t,e){return nn(t,e,"weekdaysMin",7,"day")}function ln(){var t=this._data;return this._milliseconds=Wi(this._milliseconds),this._days=Wi(this._days),this._months=Wi(this._months),t.milliseconds=Wi(t.milliseconds),t.seconds=Wi(t.seconds),t.minutes=Wi(t.minutes),t.hours=Wi(t.hours),t.months=Wi(t.months),t.years=Wi(t.years),this}function cn(t,e,n,i){var o=zt(e,n);return t._milliseconds+=i*o._milliseconds,t._days+=i*o._days,t._months+=i*o._months,t._bubble()}function dn(t,e){return cn(this,t,e,1)}function fn(t,e){return cn(this,t,e,-1)}function hn(){var t,e,n,i=this._milliseconds,o=this._days,r=this._months,s=this._data,a=0;return s.milliseconds=i%1e3,t=oe(i/1e3),s.seconds=t%60,e=oe(t/60),s.minutes=e%60,n=oe(e/60),s.hours=n%24,o+=oe(n/24),a=oe(pn(o)),o-=oe(mn(a)),r+=oe(o/30),o%=30,a+=oe(r/12),r%=12,s.days=o,s.months=r,s.years=a,this}function pn(t){return 400*t/146097}function mn(t){return 146097*t/400}function vn(t){var e,n,i=this._milliseconds;if(t=C(t),"month"===t||"year"===t)return e=this._days+i/864e5,n=this._months+12*pn(e),"month"===t?n:n/12;switch(e=this._days+Math.round(mn(this._months/12)),t){case"week":return e/7+i/6048e5;case"day":return e+i/864e5;case"hour":return 24*e+i/36e5;case"minute":return 24*e*60+i/6e4;case"second":return 24*e*60*60+i/1e3;case"millisecond":return Math.floor(24*e*60*60*1e3)+i;default:throw new Error("Unknown unit "+t)}}function gn(){return this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*p(this._months/12)}function yn(t){return function(){return this.as(t)}}function _n(t){return t=C(t),this[t+"s"]()}function bn(t){return function(){return this._data[t]}}function wn(){return oe(this.days()/7)}function kn(t,e,n,i,o){return o.relativeTime(e||1,!!n,t,i)}function Tn(t,e,n){var i=zt(t).abs(),o=io(i.as("s")),r=io(i.as("m")),s=io(i.as("h")),a=io(i.as("d")),u=io(i.as("M")),l=io(i.as("y")),c=o<oo.s&&["s",o]||1===r&&["m"]||r<oo.m&&["mm",r]||1===s&&["h"]||s<oo.h&&["hh",s]||1===a&&["d"]||a<oo.d&&["dd",a]||1===u&&["M"]||u<oo.M&&["MM",u]||1===l&&["y"]||["yy",l];return c[2]=e,c[3]=+t>0,c[4]=n,kn.apply(null,c)}function Cn(t,e){return void 0===oo[t]?!1:void 0===e?oo[t]:(oo[t]=e,!0)}function xn(t){var e=this.localeData(),n=Tn(this,!t,e);return t&&(n=e.pastFuture(+this,n)),e.postformat(n)}function Dn(){var t=ro(this.years()),e=ro(this.months()),n=ro(this.days()),i=ro(this.hours()),o=ro(this.minutes()),r=ro(this.seconds()+this.milliseconds()/1e3),s=this.asSeconds();return s?(0>s?"-":"")+"P"+(t?t+"Y":"")+(e?e+"M":"")+(n?n+"D":"")+(i||o||r?"T":"")+(i?i+"H":"")+(o?o+"M":"")+(r?r+"S":""):"P0D"}var Mn,Sn,$n=t.momentProperties=[],jn=!1,An={},Yn={},On=/(\[[^\[]*\])|(\\)?(Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Q|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|mm?|ss?|S{1,4}|x|X|zz?|ZZ?|.)/g,En=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,Pn={},Fn={},Un=/\d/,Hn=/\d\d/,Ln=/\d{3}/,Nn=/\d{4}/,Wn=/[+-]?\d{6}/,In=/\d\d?/,Gn=/\d{1,3}/,Rn=/\d{1,4}/,qn=/[+-]?\d{1,6}/,zn=/\d+/,Qn=/[+-]?\d+/,Bn=/Z|[+-]\d\d:?\d\d/gi,Jn=/[+-]?\d+(\.\d{1,3})?/,Zn=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,Xn={},Vn={},Kn=0,ti=1,ei=2,ni=3,ii=4,oi=5,ri=6;A("M",["MM",2],"Mo",function(){return this.month()+1}),A("MMM",0,0,function(t){return this.localeData().monthsShort(this,t)}),A("MMMM",0,0,function(t){return this.localeData().months(this,t)}),T("month","M"),F("M",In),F("MM",In,Hn),F("MMM",Zn),F("MMMM",Zn),L(["M","MM"],function(t,e){e[ti]=p(t)-1}),L(["MMM","MMMM"],function(t,e,n,i){var o=n._locale.monthsParse(t,i,n._strict);null!=o?e[ti]=o:n._pf.invalidMonth=t});var si="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ai="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),ui={};t.suppressDeprecationWarnings=!1;var li=/^\s*(?:[+-]\d{6}|\d{4})-(?:(\d\d-\d\d)|(W\d\d$)|(W\d\d-\d)|(\d\d\d))((T| )(\d\d(:\d\d(:\d\d(\.\d+)?)?)?)?([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ci=[["YYYYYY-MM-DD",/[+-]\d{6}-\d{2}-\d{2}/],["YYYY-MM-DD",/\d{4}-\d{2}-\d{2}/],["GGGG-[W]WW-E",/\d{4}-W\d{2}-\d/],["GGGG-[W]WW",/\d{4}-W\d{2}/],["YYYY-DDD",/\d{4}-\d{3}/]],di=[["HH:mm:ss.SSSS",/(T| )\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss",/(T| )\d\d:\d\d:\d\d/],["HH:mm",/(T| )\d\d:\d\d/],["HH",/(T| )\d\d/]],fi=/^\/?Date\((\-?\d+)/i;t.createFromInputFallback=X("moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to https://github.com/moment/moment/issues/1407 for more info.",function(t){t._d=new Date(t._i+(t._useUTC?" UTC":""))}),A(0,["YY",2],0,function(){return this.year()%100}),A(0,["YYYY",4],0,"year"),A(0,["YYYYY",5],0,"year"),A(0,["YYYYYY",6,!0],0,"year"),T("year","y"),F("Y",Qn),F("YY",In,Hn),F("YYYY",Rn,Nn),F("YYYYY",qn,Wn),F("YYYYYY",qn,Wn),L(["YYYY","YYYYY","YYYYYY"],Kn),L("YY",function(e,n){n[Kn]=t.parseTwoDigitYear(e)}),t.parseTwoDigitYear=function(t){return p(t)+(p(t)>68?1900:2e3)};var hi=D("FullYear",!1);A("w",["ww",2],"wo","week"),A("W",["WW",2],"Wo","isoWeek"),T("week","w"),T("isoWeek","W"),F("w",In),F("ww",In,Hn),F("W",In),F("WW",In,Hn),N(["w","ww","W","WW"],function(t,e,n,i){e[i.substr(0,1)]=p(t)});var pi={dow:0,doy:6};A("DDD",["DDDD",3],"DDDo","dayOfYear"),T("dayOfYear","DDD"),F("DDD",Gn),F("DDDD",Ln),L(["DDD","DDDD"],function(t,e,n){n._dayOfYear=p(t)}),t.ISO_8601=function(){};var mi=X("moment().min is deprecated, use moment.min instead. https://github.com/moment/moment/issues/1548",function(){var t=xt.apply(null,arguments);return this>t?this:t}),vi=X("moment().max is deprecated, use moment.max instead. https://github.com/moment/moment/issues/1548",function(){var t=xt.apply(null,arguments);return t>this?this:t});At("Z",":"),At("ZZ",""),F("Z",Bn),F("ZZ",Bn),L(["Z","ZZ"],function(t,e,n){n._useUTC=!0,n._tzm=Yt(t)});var gi=/([\+\-]|\d\d)/gi;t.updateOffset=function(){};var yi=/(\-)?(?:(\d*)\.)?(\d+)\:(\d+)(?:\:(\d+)\.?(\d{3})?)?/,_i=/^(-)?P(?:(?:([0-9,.]*)Y)?(?:([0-9,.]*)M)?(?:([0-9,.]*)D)?(?:T(?:([0-9,.]*)H)?(?:([0-9,.]*)M)?(?:([0-9,.]*)S)?)?|([0-9,.]*)W)$/;zt.fn=$t.prototype;var bi=Zt(1,"add"),wi=Zt(-1,"subtract");t.defaultFormat="YYYY-MM-DDTHH:mm:ssZ";var ki=X("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(t){return void 0===t?this.localeData():this.locale(t)});A(0,["gg",2],0,function(){return this.weekYear()%100}),A(0,["GG",2],0,function(){return this.isoWeekYear()%100}),Te("gggg","weekYear"),Te("ggggg","weekYear"),Te("GGGG","isoWeekYear"),Te("GGGGG","isoWeekYear"),T("weekYear","gg"),T("isoWeekYear","GG"),F("G",Qn),F("g",Qn),F("GG",In,Hn),F("gg",In,Hn),F("GGGG",Rn,Nn),F("gggg",Rn,Nn),F("GGGGG",qn,Wn),F("ggggg",qn,Wn),N(["gggg","ggggg","GGGG","GGGGG"],function(t,e,n,i){e[i.substr(0,2)]=p(t)}),N(["gg","GG"],function(e,n,i,o){n[o]=t.parseTwoDigitYear(e)}),A("Q",0,0,"quarter"),T("quarter","Q"),F("Q",Un),L("Q",function(t,e){e[ti]=3*(p(t)-1)}),A("D",["DD",2],"Do","date"),T("date","D"),F("D",In),F("DD",In,Hn),F("Do",function(t,e){return t?e._ordinalParse:e._ordinalParseLenient}),L(["D","DD"],ei),L("Do",function(t,e){e[ei]=p(t.match(In)[0],10)});var Ti=D("Date",!0);A("d",0,"do","day"),A("dd",0,0,function(t){return this.localeData().weekdaysMin(this,t)}),A("ddd",0,0,function(t){return this.localeData().weekdaysShort(this,t)}),A("dddd",0,0,function(t){return this.localeData().weekdays(this,t)}),A("e",0,0,"weekday"),A("E",0,0,"isoWeekday"),T("day","d"),T("weekday","e"),T("isoWeekday","E"),F("d",In),F("e",In),F("E",In),F("dd",Zn),F("ddd",Zn),F("dddd",Zn),N(["dd","ddd","dddd"],function(t,e,n){var i=n._locale.weekdaysParse(t);null!=i?e.d=i:n._pf.invalidWeekday=t}),N(["d","e","E"],function(t,e,n,i){e[i]=p(t)});var Ci="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),xi="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Di="Su_Mo_Tu_We_Th_Fr_Sa".split("_");A("H",["HH",2],0,"hour"),A("h",["hh",2],0,function(){return this.hours()%12||12}),He("a",!0),He("A",!1),T("hour","h"),F("a",Le),F("A",Le),F("H",In),F("h",In),F("HH",In,Hn),F("hh",In,Hn),L(["H","HH"],ni),L(["a","A"],function(t,e,n){n._isPm=n._locale.isPM(t),n._meridiem=t}),L(["h","hh"],function(t,e,n){e[ni]=p(t),n._pf.bigHour=!0});var Mi=/[ap]\.?m?\.?/i,Si=D("Hours",!0);A("m",["mm",2],0,"minute"),T("minute","m"),F("m",In),F("mm",In,Hn),L(["m","mm"],ii);var $i=D("Minutes",!1);A("s",["ss",2],0,"second"),T("second","s"),F("s",In),F("ss",In,Hn),L(["s","ss"],oi);var ji=D("Seconds",!1);A("S",0,0,function(){return~~(this.millisecond()/100)}),A(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),Ie("SSS"),Ie("SSSS"),T("millisecond","ms"),F("S",Gn,Un),F("SS",Gn,Hn),F("SSS",Gn,Ln),F("SSSS",zn),L(["S","SS","SSS","SSSS"],function(t,e){e[ri]=p(1e3*("0."+t))});var Ai=D("Milliseconds",!1);A("z",0,0,"zoneAbbr"),A("zz",0,0,"zoneName");var Yi=f.prototype;Yi.add=bi,Yi.calendar=Vt,Yi.clone=Kt,Yi.diff=re,Yi.endOf=me,Yi.format=le,Yi.from=ce,Yi.fromNow=de,Yi.get=$,Yi.invalidAt=ke,Yi.isAfter=te,Yi.isBefore=ee,Yi.isBetween=ne,Yi.isSame=ie,Yi.isValid=be,Yi.lang=ki,Yi.locale=fe,Yi.localeData=he,Yi.max=vi,Yi.min=mi,Yi.parsingFlags=we,Yi.set=$,Yi.startOf=pe,Yi.subtract=wi,Yi.toArray=_e,Yi.toDate=ye,Yi.toISOString=ue,Yi.toJSON=ue,Yi.toString=ae,Yi.unix=ge,Yi.valueOf=ve,Yi.year=hi,Yi.isLeapYear=rt,Yi.weekYear=xe,Yi.isoWeekYear=De,Yi.quarter=Yi.quarters=$e,Yi.month=Q,Yi.daysInMonth=B,Yi.week=Yi.weeks=ct,Yi.isoWeek=Yi.isoWeeks=dt,Yi.weeksInYear=Se,Yi.isoWeeksInYear=Me,Yi.date=Ti,Yi.day=Yi.days=Pe,Yi.weekday=Fe,Yi.isoWeekday=Ue,Yi.dayOfYear=ht,Yi.hour=Yi.hours=Si,Yi.minute=Yi.minutes=$i,Yi.second=Yi.seconds=ji,Yi.millisecond=Yi.milliseconds=Ai,Yi.utcOffset=Pt,Yi.utc=Ut,Yi.local=Ht,Yi.parseZone=Lt,Yi.hasAlignedHourOffset=Nt,Yi.isDST=Wt,Yi.isDSTShifted=It,Yi.isLocal=Gt,Yi.isUtcOffset=Rt,Yi.isUtc=qt,Yi.isUTC=qt,Yi.zoneAbbr=Ge,Yi.zoneName=Re,Yi.dates=X("dates accessor is deprecated. Use date instead.",Ti),Yi.months=X("months accessor is deprecated. Use month instead",Q),Yi.years=X("years accessor is deprecated. Use year instead",hi),Yi.zone=X("moment().zone is deprecated, use moment().utcOffset instead. https://github.com/moment/moment/issues/1779",Ft);var Oi=Yi,Ei={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},Pi={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY LT",LLLL:"dddd, MMMM D, YYYY LT"},Fi="Invalid date",Ui="%d",Hi=/\d{1,2}/,Li={future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},Ni=v.prototype;Ni._calendar=Ei,Ni.calendar=Qe,Ni._longDateFormat=Pi,Ni.longDateFormat=Be,Ni._invalidDate=Fi,Ni.invalidDate=Je,Ni._ordinal=Ui,Ni.ordinal=Ze,Ni._ordinalParse=Hi,Ni.preparse=Xe,Ni.postformat=Xe,Ni._relativeTime=Li,Ni.relativeTime=Ve,Ni.pastFuture=Ke,Ni.set=tn,Ni.months=G,Ni._months=si,Ni.monthsShort=R,Ni._monthsShort=ai,Ni.monthsParse=q,Ni.week=at,Ni._week=pi,Ni.firstDayOfYear=lt,Ni.firstDayOfWeek=ut,Ni.weekdays=Ae,Ni._weekdays=Ci,Ni.weekdaysMin=Oe,Ni._weekdaysMin=Di,Ni.weekdaysShort=Ye,Ni._weekdaysShort=xi,Ni.weekdaysParse=Ee,Ni.isPM=Ne,Ni._meridiemParse=Mi,Ni.meridiem=We,b("en",{ordinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var e=t%10,n=1===p(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th";return t+n}}),t.lang=X("moment.lang is deprecated. Use moment.locale instead.",b),t.langData=X("moment.langData is deprecated. Use moment.localeData instead.",k);var Wi=Math.abs,Ii=yn("ms"),Gi=yn("s"),Ri=yn("m"),qi=yn("h"),zi=yn("d"),Qi=yn("w"),Bi=yn("M"),Ji=yn("y"),Zi=bn("milliseconds"),Xi=bn("seconds"),Vi=bn("minutes"),Ki=bn("hours"),to=bn("days"),eo=bn("months"),no=bn("years"),io=Math.round,oo={s:45,m:45,h:22,d:26,M:11},ro=Math.abs,so=$t.prototype;so.abs=ln,so.add=dn,so.subtract=fn,so.as=vn,so.asMilliseconds=Ii,so.asSeconds=Gi,so.asMinutes=Ri,so.asHours=qi,so.asDays=zi,so.asWeeks=Qi,so.asMonths=Bi,so.asYears=Ji,so.valueOf=gn,so._bubble=hn,so.get=_n,so.milliseconds=Zi,so.seconds=Xi,so.minutes=Vi,so.hours=Ki,so.days=to,so.weeks=wn,so.months=eo,so.years=no,so.humanize=xn,so.toISOString=Dn,so.toString=Dn,so.toJSON=Dn,so.locale=fe,so.localeData=he,so.toIsoString=X("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Dn),so.lang=ki,A("X",0,0,"unix"),A("x",0,0,"valueOf"),F("x",Qn),F("X",Jn),L("X",function(t,e,n){n._d=new Date(1e3*parseFloat(t,10))}),L("x",function(t,e,n){n._d=new Date(p(t))}),t.version="2.10.1",e(xt),t.fn=Oi,t.min=Mt,t.max=St,t.utc=u,t.unix=qe,t.months=on,t.isDate=o,t.locale=b,t.invalid=c,t.duration=zt,t.isMoment=h,t.weekdays=sn,t.parseZone=ze,t.localeData=k,t.isDuration=jt,t.monthsShort=rn,t.weekdaysMin=un,t.defineLocale=w,t.weekdaysShort=an,t.normalizeUnits=C,t.relativeTimeThreshold=Cn;var ao=t;return ao}),window.Modernizr=function(t,e,n){function i(t){y.cssText=t}function o(t,e){return typeof t===e}function r(t,e){return!!~(""+t).indexOf(e)}function s(t,e){for(var i in t){var o=t[i];if(!r(o,"-")&&y[o]!==n)return"pfx"==e?o:!0}return!1}function a(t,e,i){for(var r in t){var s=e[t[r]];if(s!==n)return i===!1?t[r]:o(s,"function")?s.bind(i||e):s}return!1}function u(t,e,n){var i=t.charAt(0).toUpperCase()+t.slice(1),r=(t+" "+b.join(i+" ")+i).split(" ");return o(e,"string")||o(e,"undefined")?s(r,e):(r=(t+" "+w.join(i+" ")+i).split(" "),a(r,e,n))}var l,c,d,f="2.6.2",h={},p=!0,m=e.documentElement,v="modernizr",g=e.createElement(v),y=g.style,_=({}.toString,"Webkit Moz O ms"),b=_.split(" "),w=_.toLowerCase().split(" "),k={},T=[],C=T.slice,x={}.hasOwnProperty;d=o(x,"undefined")||o(x.call,"undefined")?function(t,e){return e in t&&o(t.constructor.prototype[e],"undefined")}:function(t,e){return x.call(t,e)},Function.prototype.bind||(Function.prototype.bind=function(t){var e=this;if("function"!=typeof e)throw new TypeError;var n=C.call(arguments,1),i=function(){if(this instanceof i){var o=function(){};o.prototype=e.prototype;var r=new o,s=e.apply(r,n.concat(C.call(arguments)));return Object(s)===s?s:r}return e.apply(t,n.concat(C.call(arguments)));
};return i}),k.csstransitions=function(){return u("transition")};for(var D in k)d(k,D)&&(c=D.toLowerCase(),h[c]=k[D](),T.push((h[c]?"":"no-")+c));return h.addTest=function(t,e){if("object"==typeof t)for(var i in t)d(t,i)&&h.addTest(i,t[i]);else{if(t=t.toLowerCase(),h[t]!==n)return h;e="function"==typeof e?e():e,"undefined"!=typeof p&&p&&(m.className+=" "+(e?"":"no-")+t),h[t]=e}return h},i(""),g=l=null,function(t,e){function n(t,e){var n=t.createElement("p"),i=t.getElementsByTagName("head")[0]||t.documentElement;return n.innerHTML="x<style>"+e+"</style>",i.insertBefore(n.lastChild,i.firstChild)}function i(){var t=g.elements;return"string"==typeof t?t.split(" "):t}function o(t){var e=v[t[p]];return e||(e={},m++,t[p]=m,v[m]=e),e}function r(t,n,i){if(n||(n=e),c)return n.createElement(t);i||(i=o(n));var r;return r=i.cache[t]?i.cache[t].cloneNode():h.test(t)?(i.cache[t]=i.createElem(t)).cloneNode():i.createElem(t),r.canHaveChildren&&!f.test(t)?i.frag.appendChild(r):r}function s(t,n){if(t||(t=e),c)return t.createDocumentFragment();n=n||o(t);for(var r=n.frag.cloneNode(),s=0,a=i(),u=a.length;u>s;s++)r.createElement(a[s]);return r}function a(t,e){e.cache||(e.cache={},e.createElem=t.createElement,e.createFrag=t.createDocumentFragment,e.frag=e.createFrag()),t.createElement=function(n){return g.shivMethods?r(n,t,e):e.createElem(n)},t.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+i().join().replace(/\w+/g,function(t){return e.createElem(t),e.frag.createElement(t),'c("'+t+'")'})+");return n}")(g,e.frag)}function u(t){t||(t=e);var i=o(t);return g.shivCSS&&!l&&!i.hasCSS&&(i.hasCSS=!!n(t,"article,aside,figcaption,figure,footer,header,hgroup,nav,section{display:block}mark{background:#FF0;color:#000}")),c||a(t,i),t}var l,c,d=t.html5||{},f=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,h=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,p="_html5shiv",m=0,v={};!function(){try{var t=e.createElement("a");t.innerHTML="<xyz></xyz>",l="hidden"in t,c=1==t.childNodes.length||function(){e.createElement("a");var t=e.createDocumentFragment();return"undefined"==typeof t.cloneNode||"undefined"==typeof t.createDocumentFragment||"undefined"==typeof t.createElement}()}catch(n){l=!0,c=!0}}();var g={elements:d.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",shivCSS:d.shivCSS!==!1,supportsUnknownElements:c,shivMethods:d.shivMethods!==!1,type:"default",shivDocument:u,createElement:r,createDocumentFragment:s};t.html5=g,u(e)}(this,e),h._version=f,h._domPrefixes=w,h._cssomPrefixes=b,h.testProp=function(t){return s([t])},h.testAllProps=u,m.className=m.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(p?" js "+T.join(" "):""),h}(this,this.document),function(t,e,n){function i(t){return"[object Function]"==v.call(t)}function o(t){return"string"==typeof t}function r(){}function s(t){return!t||"loaded"==t||"complete"==t||"uninitialized"==t}function a(){var t=g.shift();y=1,t?t.t?p(function(){("c"==t.t?f.injectCss:f.injectJs)(t.s,0,t.a,t.x,t.e,1)},0):(t(),a()):y=0}function u(t,n,i,o,r,u,l){function c(e){if(!h&&s(d.readyState)&&(_.r=h=1,!y&&a(),d.onload=d.onreadystatechange=null,e)){"img"!=t&&p(function(){w.removeChild(d)},50);for(var i in D[n])D[n].hasOwnProperty(i)&&D[n][i].onload()}}var l=l||f.errorTimeout,d=e.createElement(t),h=0,v=0,_={t:i,s:n,e:r,a:u,x:l};1===D[n]&&(v=1,D[n]=[]),"object"==t?d.data=n:(d.src=n,d.type=t),d.width=d.height="0",d.onerror=d.onload=d.onreadystatechange=function(){c.call(this,v)},g.splice(o,0,_),"img"!=t&&(v||2===D[n]?(w.insertBefore(d,b?null:m),p(c,l)):D[n].push(d))}function l(t,e,n,i,r){return y=0,e=e||"j",o(t)?u("c"==e?T:k,t,e,this.i++,n,i,r):(g.splice(this.i++,0,t),1==g.length&&a()),this}function c(){var t=f;return t.loader={load:l,i:0},t}var d,f,h=e.documentElement,p=t.setTimeout,m=e.getElementsByTagName("script")[0],v={}.toString,g=[],y=0,_="MozAppearance"in h.style,b=_&&!!e.createRange().compareNode,w=b?h:m.parentNode,h=t.opera&&"[object Opera]"==v.call(t.opera),h=!!e.attachEvent&&!h,k=_?"object":h?"script":"img",T=h?"script":k,C=Array.isArray||function(t){return"[object Array]"==v.call(t)},x=[],D={},M={timeout:function(t,e){return e.length&&(t.timeout=e[0]),t}};f=function(t){function e(t){var e,n,i,t=t.split("!"),o=x.length,r=t.pop(),s=t.length,r={url:r,origUrl:r,prefixes:t};for(n=0;s>n;n++)i=t[n].split("="),(e=M[i.shift()])&&(r=e(r,i));for(n=0;o>n;n++)r=x[n](r);return r}function s(t,o,r,s,a){var u=e(t),l=u.autoCallback;u.url.split(".").pop().split("?").shift(),u.bypass||(o&&(o=i(o)?o:o[t]||o[s]||o[t.split("/").pop().split("?")[0]]),u.instead?u.instead(t,o,r,s,a):(D[u.url]?u.noexec=!0:D[u.url]=1,r.load(u.url,u.forceCSS||!u.forceJS&&"css"==u.url.split(".").pop().split("?").shift()?"c":n,u.noexec,u.attrs,u.timeout),(i(o)||i(l))&&r.load(function(){c(),o&&o(u.origUrl,a,s),l&&l(u.origUrl,a,s),D[u.url]=2})))}function a(t,e){function n(t,n){if(t){if(o(t))n||(d=function(){var t=[].slice.call(arguments);f.apply(this,t),h()}),s(t,d,e,0,l);else if(Object(t)===t)for(u in a=function(){var e,n=0;for(e in t)t.hasOwnProperty(e)&&n++;return n}(),t)t.hasOwnProperty(u)&&(!n&&!--a&&(i(d)?d=function(){var t=[].slice.call(arguments);f.apply(this,t),h()}:d[u]=function(t){return function(){var e=[].slice.call(arguments);t&&t.apply(this,e),h()}}(f[u])),s(t[u],d,e,u,l))}else!n&&h()}var a,u,l=!!t.test,c=t.load||t.both,d=t.callback||r,f=d,h=t.complete||r;n(l?t.yep:t.nope,!!c),c&&n(c)}var u,l,d=this.yepnope.loader;if(o(t))s(t,0,d,0);else if(C(t))for(u=0;u<t.length;u++)l=t[u],o(l)?s(l,0,d,0):C(l)?f(l):Object(l)===l&&a(l,d);else Object(t)===t&&a(t,d)},f.addPrefix=function(t,e){M[t]=e},f.addFilter=function(t){x.push(t)},f.errorTimeout=1e4,null==e.readyState&&e.addEventListener&&(e.readyState="loading",e.addEventListener("DOMContentLoaded",d=function(){e.removeEventListener("DOMContentLoaded",d,0),e.readyState="complete"},0)),t.yepnope=c(),t.yepnope.executeStack=a,t.yepnope.injectJs=function(t,n,i,o,u,l){var c,d,h=e.createElement("script"),o=o||f.errorTimeout;h.src=t;for(d in i)h.setAttribute(d,i[d]);n=l?a:n||r,h.onreadystatechange=h.onload=function(){!c&&s(h.readyState)&&(c=1,n(),h.onload=h.onreadystatechange=null)},p(function(){c||(c=1,n(1))},o),u?h.onload():m.parentNode.insertBefore(h,m)},t.yepnope.injectCss=function(t,n,i,o,s,u){var l,o=e.createElement("link"),n=u?a:n||r;o.href=t,o.rel="stylesheet",o.type="text/css";for(l in i)o.setAttribute(l,i[l]);s||(m.parentNode.insertBefore(o,m),p(n,0))}}(this,document),Modernizr.load=function(){yepnope.apply(window,[].slice.call(arguments,0))},function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t("object"==typeof exports?require("jquery"):jQuery)}(function(t){function e(t){return a.raw?t:encodeURIComponent(t)}function n(t){return a.raw?t:decodeURIComponent(t)}function i(t){return e(a.json?JSON.stringify(t):String(t))}function o(t){0===t.indexOf('"')&&(t=t.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\"));try{return t=decodeURIComponent(t.replace(s," ")),a.json?JSON.parse(t):t}catch(e){}}function r(e,n){var i=a.raw?e:o(e);return t.isFunction(n)?n(i):i}var s=/\+/g,a=t.cookie=function(o,s,u){if(arguments.length>1&&!t.isFunction(s)){if(u=t.extend({},a.defaults,u),"number"==typeof u.expires){var l=u.expires,c=u.expires=new Date;c.setTime(+c+864e5*l)}return document.cookie=[e(o),"=",i(s),u.expires?"; expires="+u.expires.toUTCString():"",u.path?"; path="+u.path:"",u.domain?"; domain="+u.domain:"",u.secure?"; secure":""].join("")}for(var d=o?void 0:{},f=document.cookie?document.cookie.split("; "):[],h=0,p=f.length;p>h;h++){var m=f[h].split("="),v=n(m.shift()),g=m.join("=");if(o&&o===v){d=r(g,s);break}o||void 0===(g=r(g))||(d[v]=g)}return d};a.defaults={},t.removeCookie=function(e,n){return void 0===t.cookie(e)?!1:(t.cookie(e,"",t.extend({},n,{expires:-1})),!t.cookie(e))}}),function(t,e,n){"use strict";t.HoverDir=function(e,n){this.$el=t(n),this._init(e)},t.HoverDir.defaults={speed:300,easing:"ease",hoverDelay:0,inverse:!1},t.HoverDir.prototype={_init:function(e){this.options=t.extend(!0,{},t.HoverDir.defaults,e),this.transitionProp="all "+this.options.speed+"ms "+this.options.easing,this.support=Modernizr.csstransitions,this._loadEvents()},_loadEvents:function(){var e=this;this.$el.on("mouseenter.hoverdir, mouseleave.hoverdir",function(n){var i=t(this),o=i.find(".over-box"),r=e._getDir(i,{x:n.pageX,y:n.pageY}),s=e._getStyle(r);"mouseenter"===n.type?(o.hide().css(s.from),clearTimeout(e.tmhover),e.tmhover=setTimeout(function(){o.show(0,function(){var n=t(this);e.support&&n.css("transition",e.transitionProp),e._applyAnimation(n,s.to,e.options.speed)})},e.options.hoverDelay)):(e.support&&o.css("transition",e.transitionProp),clearTimeout(e.tmhover),e._applyAnimation(o,s.from,e.options.speed))})},_getDir:function(t,e){var n=t.width(),i=t.height(),o=(e.x-t.offset().left-n/2)*(n>i?i/n:1),r=(e.y-t.offset().top-i/2)*(i>n?n/i:1),s=Math.round((Math.atan2(r,o)*(180/Math.PI)+180)/90+3)%4;return s},_getStyle:function(t){var e,n,i={left:"0px",top:"-100%"},o={left:"0px",top:"100%"},r={left:"-100%",top:"0px"},s={left:"100%",top:"0px"},a={top:"0px"},u={left:"0px"};switch(t){case 0:e=this.options.inverse?o:i,n=a;break;case 1:e=this.options.inverse?r:s,n=u;break;case 2:e=this.options.inverse?i:o,n=a;break;case 3:e=this.options.inverse?s:r,n=u}return{from:e,to:n}},_applyAnimation:function(e,n,i){t.fn.applyStyle=this.support?t.fn.css:t.fn.animate,e.stop().applyStyle(n,t.extend(!0,[],{duration:i+"ms"}))}};var i=function(t){e.console&&e.console.error(t)};t.fn.hoverdir=function(e){var n=t.data(this,"hoverdir");if("string"==typeof e){var o=Array.prototype.slice.call(arguments,1);this.each(function(){return n?t.isFunction(n[e])&&"_"!==e.charAt(0)?void n[e].apply(n,o):void i("no such method '"+e+"' for hoverdir instance"):void i("cannot call methods on hoverdir prior to initialization; attempted to call method '"+e+"'")})}else this.each(function(){n?n._init():n=t.data(this,"hoverdir",new t.HoverDir(e,this))});return n}}(jQuery,window),"undefined"==typeof jQuery)throw new Error("Bootstrap requires jQuery");+function(t){"use strict";function e(){var t=document.createElement("bootstrap"),e={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var n in e)if(void 0!==t.style[n])return{end:e[n]}}t.fn.emulateTransitionEnd=function(e){var n=!1,i=this;t(this).one(t.support.transition.end,function(){n=!0});var o=function(){n||t(i).trigger(t.support.transition.end)};return setTimeout(o,e),this},t(function(){t.support.transition=e()})}(window.jQuery),+function(t){"use strict";var e='[data-dismiss="alert"]',n=function(n){t(n).on("click",e,this.close)};n.prototype.close=function(e){function n(){r.trigger("closed.bs.alert").remove()}var i=t(this),o=i.attr("data-target");o||(o=i.attr("href"),o=o&&o.replace(/.*(?=#[^\s]*$)/,""));var r=t(o);e&&e.preventDefault(),r.length||(r=i.hasClass("alert")?i:i.parent()),r.trigger(e=t.Event("close.bs.alert")),e.isDefaultPrevented()||(r.removeClass("in"),t.support.transition&&r.hasClass("fade")?r.one(t.support.transition.end,n).emulateTransitionEnd(150):n())};var i=t.fn.alert;t.fn.alert=function(e){return this.each(function(){var i=t(this),o=i.data("bs.alert");o||i.data("bs.alert",o=new n(this)),"string"==typeof e&&o[e].call(i)})},t.fn.alert.Constructor=n,t.fn.alert.noConflict=function(){return t.fn.alert=i,this},t(document).on("click.bs.alert.data-api",e,n.prototype.close)}(window.jQuery),+function(t){"use strict";var e=function(n,i){this.$element=t(n),this.options=t.extend({},e.DEFAULTS,i)};e.DEFAULTS={loadingText:"loading..."},e.prototype.setState=function(t){var e="disabled",n=this.$element,i=n.is("input")?"val":"html",o=n.data();t+="Text",o.resetText||n.data("resetText",n[i]()),n[i](o[t]||this.options[t]),setTimeout(function(){"loadingText"==t?n.addClass(e).attr(e,e):n.removeClass(e).removeAttr(e)},0)},e.prototype.toggle=function(){var t=this.$element.closest('[data-toggle="buttons"]');if(t.length){var e=this.$element.find("input").prop("checked",!this.$element.hasClass("active")).trigger("change");"radio"===e.prop("type")&&t.find(".active").removeClass("active")}this.$element.toggleClass("active")};var n=t.fn.button;t.fn.button=function(n){return this.each(function(){var i=t(this),o=i.data("bs.button"),r="object"==typeof n&&n;o||i.data("bs.button",o=new e(this,r)),"toggle"==n?o.toggle():n&&o.setState(n)})},t.fn.button.Constructor=e,t.fn.button.noConflict=function(){return t.fn.button=n,this},t(document).on("click.bs.button.data-api","[data-toggle^=button]",function(e){var n=t(e.target);n.hasClass("btn")||(n=n.closest(".btn")),n.button("toggle"),e.preventDefault()})}(window.jQuery),+function(t){"use strict";var e=function(e,n){this.$element=t(e),this.$indicators=this.$element.find(".carousel-indicators"),this.options=n,this.paused=this.sliding=this.interval=this.$active=this.$items=null,"hover"==this.options.pause&&this.$element.on("mouseenter",t.proxy(this.pause,this)).on("mouseleave",t.proxy(this.cycle,this))};e.DEFAULTS={interval:5e3,pause:"hover",wrap:!0},e.prototype.cycle=function(e){return e||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(t.proxy(this.next,this),this.options.interval)),this},e.prototype.getActiveIndex=function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},e.prototype.to=function(e){var n=this,i=this.getActiveIndex();return e>this.$items.length-1||0>e?void 0:this.sliding?this.$element.one("slid",function(){n.to(e)}):i==e?this.pause().cycle():this.slide(e>i?"next":"prev",t(this.$items[e]))},e.prototype.pause=function(e){return e||(this.paused=!0),this.$element.find(".next, .prev").length&&t.support.transition.end&&(this.$element.trigger(t.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},e.prototype.next=function(){return this.sliding?void 0:this.slide("next")},e.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},e.prototype.slide=function(e,n){var i=this.$element.find(".item.active"),o=n||i[e](),r=this.interval,s="next"==e?"left":"right",a="next"==e?"first":"last",u=this;if(!o.length){if(!this.options.wrap)return;o=this.$element.find(".item")[a]()}this.sliding=!0,r&&this.pause();var l=t.Event("slide.bs.carousel",{relatedTarget:o[0],direction:s});if(!o.hasClass("active")){if(this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid",function(){var e=t(u.$indicators.children()[u.getActiveIndex()]);e&&e.addClass("active")})),t.support.transition&&this.$element.hasClass("slide")){if(this.$element.trigger(l),l.isDefaultPrevented())return;o.addClass(e),o[0].offsetWidth,i.addClass(s),o.addClass(s),i.one(t.support.transition.end,function(){o.removeClass([e,s].join(" ")).addClass("active"),i.removeClass(["active",s].join(" ")),u.sliding=!1,setTimeout(function(){u.$element.trigger("slid")},0)}).emulateTransitionEnd(1000)}else{if(this.$element.trigger(l),l.isDefaultPrevented())return;i.removeClass("active"),o.addClass("active"),this.sliding=!1,this.$element.trigger("slid")}return r&&this.cycle(),this}};var n=t.fn.carousel;t.fn.carousel=function(n){return this.each(function(){var i=t(this),o=i.data("bs.carousel"),r=t.extend({},e.DEFAULTS,i.data(),"object"==typeof n&&n),s="string"==typeof n?n:r.slide;o||i.data("bs.carousel",o=new e(this,r)),"number"==typeof n?o.to(n):s?o[s]():r.interval&&o.pause().cycle()})},t.fn.carousel.Constructor=e,t.fn.carousel.noConflict=function(){return t.fn.carousel=n,this},t(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",function(e){var n,i=t(this),o=t(i.attr("data-target")||(n=i.attr("href"))&&n.replace(/.*(?=#[^\s]+$)/,"")),r=t.extend({},o.data(),i.data()),s=i.attr("data-slide-to");s&&(r.interval=!1),o.carousel(r),(s=i.attr("data-slide-to"))&&o.data("bs.carousel").to(s),e.preventDefault()}),t(window).on("load",function(){t('[data-ride="carousel"]').each(function(){var e=t(this);e.carousel(e.data())})})}(window.jQuery),+function(t){"use strict";var e=function(n,i){this.$element=t(n),this.options=t.extend({},e.DEFAULTS,i),this.transitioning=null,this.options.parent&&(this.$parent=t(this.options.parent)),this.options.toggle&&this.toggle()};e.DEFAULTS={toggle:!0},e.prototype.dimension=function(){var t=this.$element.hasClass("width");return t?"width":"height"},e.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var e=t.Event("show.bs.collapse");if(this.$element.trigger(e),!e.isDefaultPrevented()){var n=this.$parent&&this.$parent.find("> .panel > .in");if(n&&n.length){var i=n.data("bs.collapse");if(i&&i.transitioning)return;n.collapse("hide"),i||n.data("bs.collapse",null)}var o=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[o](0),this.transitioning=1;var r=function(){this.$element.removeClass("collapsing").addClass("in")[o]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!t.support.transition)return r.call(this);var s=t.camelCase(["scroll",o].join("-"));this.$element.one(t.support.transition.end,t.proxy(r,this)).emulateTransitionEnd(350)[o](this.$element[0][s])}}},e.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var e=t.Event("hide.bs.collapse");if(this.$element.trigger(e),!e.isDefaultPrevented()){var n=this.dimension();this.$element[n](this.$element[n]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse").removeClass("in"),this.transitioning=1;var i=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collapse")};return t.support.transition?void this.$element[n](0).one(t.support.transition.end,t.proxy(i,this)).emulateTransitionEnd(350):i.call(this)}}},e.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var n=t.fn.collapse;t.fn.collapse=function(n){return this.each(function(){var i=t(this),o=i.data("bs.collapse"),r=t.extend({},e.DEFAULTS,i.data(),"object"==typeof n&&n);o||i.data("bs.collapse",o=new e(this,r)),"string"==typeof n&&o[n]()})},t.fn.collapse.Constructor=e,t.fn.collapse.noConflict=function(){return t.fn.collapse=n,this},t(document).on("click.bs.collapse.data-api","[data-toggle=collapse]",function(e){var n,i=t(this),o=i.attr("data-target")||e.preventDefault()||(n=i.attr("href"))&&n.replace(/.*(?=#[^\s]+$)/,""),r=t(o),s=r.data("bs.collapse"),a=s?"toggle":i.data(),u=i.attr("data-parent"),l=u&&t(u);s&&s.transitioning||(l&&l.find('[data-toggle=collapse][data-parent="'+u+'"]').not(i).addClass("collapsed"),i[r.hasClass("in")?"addClass":"removeClass"]("collapsed")),r.collapse(a)})}(window.jQuery),+function(t){"use strict";function e(){t(i).remove(),t(o).each(function(e){var i=n(t(this));i.hasClass("open")&&(i.trigger(e=t.Event("hide.bs.dropdown")),e.isDefaultPrevented()||i.removeClass("open").trigger("hidden.bs.dropdown"))})}function n(e){var n=e.attr("data-target");n||(n=e.attr("href"),n=n&&/#/.test(n)&&n.replace(/.*(?=#[^\s]*$)/,""));var i=n&&t(n);return i&&i.length?i:e.parent()}var i=".dropdown-backdrop",o="[data-toggle=dropdown]",r=function(e){t(e).on("click.bs.dropdown",this.toggle)};r.prototype.toggle=function(i){var o=t(this);if(!o.is(".disabled, :disabled")){var r=n(o),s=r.hasClass("open");if(e(),!s){if("ontouchstart"in document.documentElement&&!r.closest(".navbar-nav").length&&t('<div class="dropdown-backdrop"/>').insertAfter(t(this)).on("click",e),r.trigger(i=t.Event("show.bs.dropdown")),i.isDefaultPrevented())return;r.toggleClass("open").trigger("shown.bs.dropdown"),o.focus()}return!1}},r.prototype.keydown=function(e){if(/(38|40|27)/.test(e.keyCode)){var i=t(this);if(e.preventDefault(),e.stopPropagation(),!i.is(".disabled, :disabled")){var r=n(i),s=r.hasClass("open");if(!s||s&&27==e.keyCode)return 27==e.which&&r.find(o).focus(),i.click();var a=t("[role=menu] li:not(.divider):visible a",r);if(a.length){var u=a.index(a.filter(":focus"));38==e.keyCode&&u>0&&u--,40==e.keyCode&&u<a.length-1&&u++,~u||(u=0),a.eq(u).focus()}}}};var s=t.fn.dropdown;t.fn.dropdown=function(e){return this.each(function(){var n=t(this),i=n.data("dropdown");i||n.data("dropdown",i=new r(this)),"string"==typeof e&&i[e].call(n)})},t.fn.dropdown.Constructor=r,t.fn.dropdown.noConflict=function(){return t.fn.dropdown=s,this},t(document).on("click.bs.dropdown.data-api",e).on("click.bs.dropdown.data-api",".dropdown form",function(t){t.stopPropagation()}).on("click.bs.dropdown.data-api",o,r.prototype.toggle).on("keydown.bs.dropdown.data-api",o+", [role=menu]",r.prototype.keydown)}(window.jQuery),+function(t){"use strict";var e=function(e,n){this.options=n,this.$element=t(e),this.$backdrop=this.isShown=null,this.options.remote&&this.$element.load(this.options.remote)};e.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},e.prototype.toggle=function(t){return this[this.isShown?"hide":"show"](t)},e.prototype.show=function(e){var n=this,i=t.Event("show.bs.modal",{relatedTarget:e});this.$element.trigger(i),this.isShown||i.isDefaultPrevented()||(this.isShown=!0,this.escape(),this.$element.on("click.dismiss.modal",'[data-dismiss="modal"]',t.proxy(this.hide,this)),this.backdrop(function(){var i=t.support.transition&&n.$element.hasClass("fade");n.$element.parent().length||n.$element.appendTo(document.body),n.$element.show(),i&&n.$element[0].offsetWidth,n.$element.addClass("in").attr("aria-hidden",!1),n.enforceFocus();var o=t.Event("shown.bs.modal",{relatedTarget:e});i?n.$element.find(".modal-dialog").one(t.support.transition.end,function(){n.$element.focus().trigger(o)}).emulateTransitionEnd(300):n.$element.focus().trigger(o)}))},e.prototype.hide=function(e){e&&e.preventDefault(),e=t.Event("hide.bs.modal"),this.$element.trigger(e),this.isShown&&!e.isDefaultPrevented()&&(this.isShown=!1,this.escape(),t(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.modal"),t.support.transition&&this.$element.hasClass("fade")?this.$element.one(t.support.transition.end,t.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal())},e.prototype.enforceFocus=function(){t(document).off("focusin.bs.modal").on("focusin.bs.modal",t.proxy(function(t){this.$element[0]===t.target||this.$element.has(t.target).length||this.$element.focus()},this))},e.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",t.proxy(function(t){27==t.which&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},e.prototype.hideModal=function(){var t=this;this.$element.hide(),this.backdrop(function(){t.removeBackdrop(),t.$element.trigger("hidden.bs.modal")})},e.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},e.prototype.backdrop=function(e){var n=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var i=t.support.transition&&n;if(this.$backdrop=t('<div class="modal-backdrop '+n+'" />').appendTo(document.body),this.$element.on("click.dismiss.modal",t.proxy(function(t){t.target===t.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call(this))},this)),i&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!e)return;i?this.$backdrop.one(t.support.transition.end,e).emulateTransitionEnd(150):e()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),t.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(t.support.transition.end,e).emulateTransitionEnd(150):e()):e&&e()};var n=t.fn.modal;t.fn.modal=function(n,i){return this.each(function(){var o=t(this),r=o.data("bs.modal"),s=t.extend({},e.DEFAULTS,o.data(),"object"==typeof n&&n);r||o.data("bs.modal",r=new e(this,s)),"string"==typeof n?r[n](i):s.show&&r.show(i)})},t.fn.modal.Constructor=e,t.fn.modal.noConflict=function(){return t.fn.modal=n,this},t(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(e){var n=t(this),i=n.attr("href"),o=t(n.attr("data-target")||i&&i.replace(/.*(?=#[^\s]+$)/,"")),r=o.data("modal")?"toggle":t.extend({remote:!/#/.test(i)&&i},o.data(),n.data());e.preventDefault(),o.modal(r,this).one("hide",function(){n.is(":visible")&&n.focus()})}),t(document).on("show.bs.modal",".modal",function(){t(document.body).addClass("modal-open")}).on("hidden.bs.modal",".modal",function(){t(document.body).removeClass("modal-open")})}(window.jQuery),+function(t){"use strict";var e=function(t,e){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null,this.init("tooltip",t,e)};e.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1},e.prototype.init=function(e,n,i){this.enabled=!0,this.type=e,this.$element=t(n),this.options=this.getOptions(i);for(var o=this.options.trigger.split(" "),r=o.length;r--;){var s=o[r];if("click"==s)this.$element.on("click."+this.type,this.options.selector,t.proxy(this.toggle,this));else if("manual"!=s){var a="hover"==s?"mouseenter":"focus",u="hover"==s?"mouseleave":"blur";this.$element.on(a+"."+this.type,this.options.selector,t.proxy(this.enter,this)),this.$element.on(u+"."+this.type,this.options.selector,t.proxy(this.leave,this))}}this.options.selector?this._options=t.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},e.prototype.getDefaults=function(){return e.DEFAULTS},e.prototype.getOptions=function(e){return e=t.extend({},this.getDefaults(),this.$element.data(),e),e.delay&&"number"==typeof e.delay&&(e.delay={show:e.delay,hide:e.delay}),e},e.prototype.getDelegateOptions=function(){var e={},n=this.getDefaults();return this._options&&t.each(this._options,function(t,i){n[t]!=i&&(e[t]=i)}),e},e.prototype.enter=function(e){var n=e instanceof this.constructor?e:t(e.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(n.timeout),n.hoverState="in",n.options.delay&&n.options.delay.show?void(n.timeout=setTimeout(function(){"in"==n.hoverState&&n.show()},n.options.delay.show)):n.show()},e.prototype.leave=function(e){var n=e instanceof this.constructor?e:t(e.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(n.timeout),n.hoverState="out",n.options.delay&&n.options.delay.hide?void(n.timeout=setTimeout(function(){"out"==n.hoverState&&n.hide()},n.options.delay.hide)):n.hide()},e.prototype.show=function(){var e=t.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){if(this.$element.trigger(e),e.isDefaultPrevented())return;var n=this.tip();this.setContent(),this.options.animation&&n.addClass("fade");var i="function"==typeof this.options.placement?this.options.placement.call(this,n[0],this.$element[0]):this.options.placement,o=/\s?auto?\s?/i,r=o.test(i);r&&(i=i.replace(o,"")||"top"),n.detach().css({top:0,left:0,display:"block"}).addClass(i),this.options.container?n.appendTo(this.options.container):n.insertAfter(this.$element);var s=this.getPosition(),a=n[0].offsetWidth,u=n[0].offsetHeight;if(r){var l=this.$element.parent(),c=i,d=document.documentElement.scrollTop||document.body.scrollTop,f="body"==this.options.container?window.innerWidth:l.outerWidth(),h="body"==this.options.container?window.innerHeight:l.outerHeight(),p="body"==this.options.container?0:l.offset().left;i="bottom"==i&&s.top+s.height+u-d>h?"top":"top"==i&&s.top-d-u<0?"bottom":"right"==i&&s.right+a>f?"left":"left"==i&&s.left-a<p?"right":i,n.removeClass(c).addClass(i)}var m=this.getCalculatedOffset(i,s,a,u);this.applyPlacement(m,i),this.$element.trigger("shown.bs."+this.type)}},e.prototype.applyPlacement=function(t,e){var n,i=this.tip(),o=i[0].offsetWidth,r=i[0].offsetHeight,s=parseInt(i.css("margin-top"),10),a=parseInt(i.css("margin-left"),10);isNaN(s)&&(s=0),isNaN(a)&&(a=0),t.top=t.top+s,t.left=t.left+a,i.offset(t).addClass("in");var u=i[0].offsetWidth,l=i[0].offsetHeight;if("top"==e&&l!=r&&(n=!0,t.top=t.top+r-l),/bottom|top/.test(e)){var c=0;t.left<0&&(c=-2*t.left,t.left=0,i.offset(t),u=i[0].offsetWidth,l=i[0].offsetHeight),this.replaceArrow(c-o+u,u,"left")}else this.replaceArrow(l-r,l,"top");n&&i.offset(t)},e.prototype.replaceArrow=function(t,e,n){this.arrow().css(n,t?50*(1-t/e)+"%":"")},e.prototype.setContent=function(){var t=this.tip(),e=this.getTitle();t.find(".tooltip-inner")[this.options.html?"html":"text"](e),t.removeClass("fade in top bottom left right")},e.prototype.hide=function(){function e(){"in"!=n.hoverState&&i.detach()}var n=this,i=this.tip(),o=t.Event("hide.bs."+this.type);return this.$element.trigger(o),o.isDefaultPrevented()?void 0:(i.removeClass("in"),t.support.transition&&this.$tip.hasClass("fade")?i.one(t.support.transition.end,e).emulateTransitionEnd(150):e(),this.$element.trigger("hidden.bs."+this.type),this)},e.prototype.fixTitle=function(){var t=this.$element;(t.attr("title")||"string"!=typeof t.attr("data-original-title"))&&t.attr("data-original-title",t.attr("title")||"").attr("title","")},e.prototype.hasContent=function(){return this.getTitle()},e.prototype.getPosition=function(){var e=this.$element[0];return t.extend({},"function"==typeof e.getBoundingClientRect?e.getBoundingClientRect():{width:e.offsetWidth,height:e.offsetHeight},this.$element.offset())},e.prototype.getCalculatedOffset=function(t,e,n,i){return"bottom"==t?{top:e.top+e.height,left:e.left+e.width/2-n/2}:"top"==t?{top:e.top-i,left:e.left+e.width/2-n/2}:"left"==t?{top:e.top+e.height/2-i/2,left:e.left-n}:{top:e.top+e.height/2-i/2,left:e.left+e.width}},e.prototype.getTitle=function(){var t,e=this.$element,n=this.options;return t=e.attr("data-original-title")||("function"==typeof n.title?n.title.call(e[0]):n.title)},e.prototype.tip=function(){return this.$tip=this.$tip||t(this.options.template)},e.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},e.prototype.validate=function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},e.prototype.enable=function(){this.enabled=!0},e.prototype.disable=function(){this.enabled=!1},e.prototype.toggleEnabled=function(){this.enabled=!this.enabled},e.prototype.toggle=function(e){var n=e?t(e.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type):this;n.tip().hasClass("in")?n.leave(n):n.enter(n)},e.prototype.destroy=function(){this.hide().$element.off("."+this.type).removeData("bs."+this.type)};var n=t.fn.tooltip;t.fn.tooltip=function(n){return this.each(function(){var i=t(this),o=i.data("bs.tooltip"),r="object"==typeof n&&n;o||i.data("bs.tooltip",o=new e(this,r)),"string"==typeof n&&o[n]()})},t.fn.tooltip.Constructor=e,t.fn.tooltip.noConflict=function(){return t.fn.tooltip=n,this}}(window.jQuery),+function(t){"use strict";var e=function(t,e){this.init("popover",t,e)};if(!t.fn.tooltip)throw new Error("Popover requires tooltip.js");e.DEFAULTS=t.extend({},t.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),e.prototype=t.extend({},t.fn.tooltip.Constructor.prototype),e.prototype.constructor=e,e.prototype.getDefaults=function(){return e.DEFAULTS},e.prototype.setContent=function(){var t=this.tip(),e=this.getTitle(),n=this.getContent();t.find(".popover-title")[this.options.html?"html":"text"](e),t.find(".popover-content")[this.options.html?"html":"text"](n),t.removeClass("fade top bottom left right in"),t.find(".popover-title").html()||t.find(".popover-title").hide()},e.prototype.hasContent=function(){return this.getTitle()||this.getContent();
},e.prototype.getContent=function(){var t=this.$element,e=this.options;return t.attr("data-content")||("function"==typeof e.content?e.content.call(t[0]):e.content)},e.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},e.prototype.tip=function(){return this.$tip||(this.$tip=t(this.options.template)),this.$tip};var n=t.fn.popover;t.fn.popover=function(n){return this.each(function(){var i=t(this),o=i.data("bs.popover"),r="object"==typeof n&&n;o||i.data("bs.popover",o=new e(this,r)),"string"==typeof n&&o[n]()})},t.fn.popover.Constructor=e,t.fn.popover.noConflict=function(){return t.fn.popover=n,this}}(window.jQuery),+function(t){"use strict";function e(n,i){var o,r=t.proxy(this.process,this);this.$element=t(t(n).is("body")?window:n),this.$body=t("body"),this.$scrollElement=this.$element.on("scroll.bs.scroll-spy.data-api",r),this.options=t.extend({},e.DEFAULTS,i),this.selector=(this.options.target||(o=t(n).attr("href"))&&o.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.offsets=t([]),this.targets=t([]),this.activeTarget=null,this.refresh(),this.process()}e.DEFAULTS={offset:10},e.prototype.refresh=function(){var e=this.$element[0]==window?"offset":"position";this.offsets=t([]),this.targets=t([]);var n=this;this.$body.find(this.selector).map(function(){var i=t(this),o=i.data("target")||i.attr("href"),r=/^#\w/.test(o)&&t(o);return r&&r.length&&[[r[e]().top+(!t.isWindow(n.$scrollElement.get(0))&&n.$scrollElement.scrollTop()),o]]||null}).sort(function(t,e){return t[0]-e[0]}).each(function(){n.offsets.push(this[0]),n.targets.push(this[1])})},e.prototype.process=function(){var t,e=this.$scrollElement.scrollTop()+this.options.offset,n=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,i=n-this.$scrollElement.height(),o=this.offsets,r=this.targets,s=this.activeTarget;if(e>=i)return s!=(t=r.last()[0])&&this.activate(t);for(t=o.length;t--;)s!=r[t]&&e>=o[t]&&(!o[t+1]||e<=o[t+1])&&this.activate(r[t])},e.prototype.activate=function(e){this.activeTarget=e,t(this.selector).parents(".active").removeClass("active");var n=this.selector+'[data-target="'+e+'"],'+this.selector+'[href="'+e+'"]',i=t(n).parents("li").addClass("active");i.parent(".dropdown-menu").length&&(i=i.closest("li.dropdown").addClass("active")),i.trigger("activate")};var n=t.fn.scrollspy;t.fn.scrollspy=function(n){return this.each(function(){var i=t(this),o=i.data("bs.scrollspy"),r="object"==typeof n&&n;o||i.data("bs.scrollspy",o=new e(this,r)),"string"==typeof n&&o[n]()})},t.fn.scrollspy.Constructor=e,t.fn.scrollspy.noConflict=function(){return t.fn.scrollspy=n,this},t(window).on("load",function(){t('[data-spy="scroll"]').each(function(){var e=t(this);e.scrollspy(e.data())})})}(window.jQuery),+function(t){"use strict";var e=function(e){this.element=t(e)};e.prototype.show=function(){var e=this.element,n=e.closest("ul:not(.dropdown-menu)"),i=e.data("target");if(i||(i=e.attr("href"),i=i&&i.replace(/.*(?=#[^\s]*$)/,"")),!e.parent("li").hasClass("active")){var o=n.find(".active:last a")[0],r=t.Event("show.bs.tab",{relatedTarget:o});if(e.trigger(r),!r.isDefaultPrevented()){var s=t(i);this.activate(e.parent("li"),n),this.activate(s,s.parent(),function(){e.trigger({type:"shown.bs.tab",relatedTarget:o})})}}},e.prototype.activate=function(e,n,i){function o(){r.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),e.addClass("active"),s?(e[0].offsetWidth,e.addClass("in")):e.removeClass("fade"),e.parent(".dropdown-menu")&&e.closest("li.dropdown").addClass("active"),i&&i()}var r=n.find("> .active"),s=i&&t.support.transition&&r.hasClass("fade");s?r.one(t.support.transition.end,o).emulateTransitionEnd(150):o(),r.removeClass("in")};var n=t.fn.tab;t.fn.tab=function(n){return this.each(function(){var i=t(this),o=i.data("bs.tab");o||i.data("bs.tab",o=new e(this)),"string"==typeof n&&o[n]()})},t.fn.tab.Constructor=e,t.fn.tab.noConflict=function(){return t.fn.tab=n,this},t(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(e){e.preventDefault(),t(this).tab("show")})}(window.jQuery),+function(t){"use strict";var e=function(n,i){this.options=t.extend({},e.DEFAULTS,i),this.$window=t(window).on("scroll.bs.affix.data-api",t.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",t.proxy(this.checkPositionWithEventLoop,this)),this.$element=t(n),this.affixed=this.unpin=null,this.checkPosition()};e.RESET="affix affix-top affix-bottom",e.DEFAULTS={offset:0},e.prototype.checkPositionWithEventLoop=function(){setTimeout(t.proxy(this.checkPosition,this),1)},e.prototype.checkPosition=function(){if(this.$element.is(":visible")){var n=t(document).height(),i=this.$window.scrollTop(),o=this.$element.offset(),r=this.options.offset,s=r.top,a=r.bottom;"object"!=typeof r&&(a=s=r),"function"==typeof s&&(s=r.top()),"function"==typeof a&&(a=r.bottom());var u=null!=this.unpin&&i+this.unpin<=o.top?!1:null!=a&&o.top+this.$element.height()>=n-a?"bottom":null!=s&&s>=i?"top":!1;this.affixed!==u&&(this.unpin&&this.$element.css("top",""),this.affixed=u,this.unpin="bottom"==u?o.top-i:null,this.$element.removeClass(e.RESET).addClass("affix"+(u?"-"+u:"")),"bottom"==u&&this.$element.offset({top:document.body.offsetHeight-a-this.$element.height()}))}};var n=t.fn.affix;t.fn.affix=function(n){return this.each(function(){var i=t(this),o=i.data("bs.affix"),r="object"==typeof n&&n;o||i.data("bs.affix",o=new e(this,r)),"string"==typeof n&&o[n]()})},t.fn.affix.Constructor=e,t.fn.affix.noConflict=function(){return t.fn.affix=n,this},t(window).on("load",function(){t('[data-spy="affix"]').each(function(){var e=t(this),n=e.data();n.offset=n.offset||{},n.offsetBottom&&(n.offset.bottom=n.offsetBottom),n.offsetTop&&(n.offset.top=n.offsetTop),e.affix(n)})})}(window.jQuery);