diff --git a/bin/materialize-min.js b/bin/materialize-min.js
new file mode 100644
index 0000000000..db694c9597
--- /dev/null
+++ b/bin/materialize-min.js
@@ -0,0 +1 @@
+function toast(t,e){function n(t){var e=$("
");e.addClass("toast");var n=$("");return n.text(t),e.append(n),e}if(0==$("#toast-container").length){var a=$("").attr("id","toast-container");$("body").append(a)}var a=$("#toast-container"),i=n(t);a.append(i),i.animate({top:"+35px",opacity:0},0),i.animate({top:"0px",opacity:1},{duration:200,easing:"easeOutExpo"}),i.delay(e).animate({opacity:0},{duration:200,easing:"easeInExpo"}).slideUp(200,function(){$(this).remove()})}jQuery.easing.jswing=jQuery.easing.swing,jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(t,e,n,a,i){return jQuery.easing[jQuery.easing.def](t,e,n,a,i)},easeInQuad:function(t,e,n,a,i){return a*(e/=i)*e+n},easeOutQuad:function(t,e,n,a,i){return-a*(e/=i)*(e-2)+n},easeInOutQuad:function(t,e,n,a,i){return(e/=i/2)<1?a/2*e*e+n:-a/2*(--e*(e-2)-1)+n},easeInCubic:function(t,e,n,a,i){return a*(e/=i)*e*e+n},easeOutCubic:function(t,e,n,a,i){return a*((e=e/i-1)*e*e+1)+n},easeInOutCubic:function(t,e,n,a,i){return(e/=i/2)<1?a/2*e*e*e+n:a/2*((e-=2)*e*e+2)+n},easeInQuart:function(t,e,n,a,i){return a*(e/=i)*e*e*e+n},easeOutQuart:function(t,e,n,a,i){return-a*((e=e/i-1)*e*e*e-1)+n},easeInOutQuart:function(t,e,n,a,i){return(e/=i/2)<1?a/2*e*e*e*e+n:-a/2*((e-=2)*e*e*e-2)+n},easeInQuint:function(t,e,n,a,i){return a*(e/=i)*e*e*e*e+n},easeOutQuint:function(t,e,n,a,i){return a*((e=e/i-1)*e*e*e*e+1)+n},easeInOutQuint:function(t,e,n,a,i){return(e/=i/2)<1?a/2*e*e*e*e*e+n:a/2*((e-=2)*e*e*e*e+2)+n},easeInSine:function(t,e,n,a,i){return-a*Math.cos(e/i*(Math.PI/2))+a+n},easeOutSine:function(t,e,n,a,i){return a*Math.sin(e/i*(Math.PI/2))+n},easeInOutSine:function(t,e,n,a,i){return-a/2*(Math.cos(Math.PI*e/i)-1)+n},easeInExpo:function(t,e,n,a,i){return 0==e?n:a*Math.pow(2,10*(e/i-1))+n},easeOutExpo:function(t,e,n,a,i){return e==i?n+a:a*(-Math.pow(2,-10*e/i)+1)+n},easeInOutExpo:function(t,e,n,a,i){return 0==e?n:e==i?n+a:(e/=i/2)<1?a/2*Math.pow(2,10*(e-1))+n:a/2*(-Math.pow(2,-10*--e)+2)+n},easeInCirc:function(t,e,n,a,i){return-a*(Math.sqrt(1-(e/=i)*e)-1)+n},easeOutCirc:function(t,e,n,a,i){return a*Math.sqrt(1-(e=e/i-1)*e)+n},easeInOutCirc:function(t,e,n,a,i){return(e/=i/2)<1?-a/2*(Math.sqrt(1-e*e)-1)+n:a/2*(Math.sqrt(1-(e-=2)*e)+1)+n},easeInElastic:function(t,e,n,a,i){var o=1.70158,r=0,s=a;if(0==e)return n;if(1==(e/=i))return n+a;if(r||(r=.3*i),se?-.5*s*Math.pow(2,10*(e-=1))*Math.sin(2*(e*i-o)*Math.PI/r)+n:s*Math.pow(2,-10*(e-=1))*Math.sin(2*(e*i-o)*Math.PI/r)*.5+a+n},easeInBack:function(t,e,n,a,i,o){return void 0==o&&(o=1.70158),a*(e/=i)*e*((o+1)*e-o)+n},easeOutBack:function(t,e,n,a,i,o){return void 0==o&&(o=1.70158),a*((e=e/i-1)*e*((o+1)*e+o)+1)+n},easeInOutBack:function(t,e,n,a,i,o){return void 0==o&&(o=1.70158),(e/=i/2)<1?a/2*e*e*(((o*=1.525)+1)*e-o)+n:a/2*((e-=2)*e*(((o*=1.525)+1)*e+o)+2)+n},easeInBounce:function(t,e,n,a,i){return a-jQuery.easing.easeOutBounce(t,i-e,0,a,i)+n},easeOutBounce:function(t,e,n,a,i){return(e/=i)<1/2.75?7.5625*a*e*e+n:2/2.75>e?a*(7.5625*(e-=1.5/2.75)*e+.75)+n:2.5/2.75>e?a*(7.5625*(e-=2.25/2.75)*e+.9375)+n:a*(7.5625*(e-=2.625/2.75)*e+.984375)+n},easeInOutBounce:function(t,e,n,a,i){return i/2>e?.5*jQuery.easing.easeInBounce(t,2*e,0,a,i)+n:.5*jQuery.easing.easeOutBounce(t,2*e-i,0,a,i)+.5*a+n}}),function($){$.fn.collapsible=function(t){var e={accordion:!0};t=$.extend(e,t);var n=$(this),a=$(this).find(".collapsible-header");a.each(e.accordion?function(){$(this).click(function(){$(this).parent().toggleClass("active"),console.log($(this).siblings(".collapsible-body")),$(this).siblings(".collapsible-body").slideToggle({duration:300,easing:"easeOutCubic",queue:!1}),a.not($(this)).parent().removeClass("active"),a.not($(this)).parent().children(".collapsible-body").slideUp({duration:300,easing:"easeOutCubic",queue:!1})})}:function(){$(this).click(function(){$(this).parent().toggleClass("active")})})}}(jQuery),function($){$.fn.dropdown=function(){var t=$(this),e=$("#"+t.attr("data-activates"));e.hide(0),t.on("mouseover",function(n){e.css("width",t.innerWidth()),e.css("top",t.offset().top),e.css("left",t.offset().left),e.show({duration:200,easing:"easeOutCubic"})}),e.on("mouseleave",function(t){e.hide({duration:150,easing:"easeOutCubic"})}),$(window).on("resize",function(){e.css("top",t.offset().top),e.css("left",t.offset().left)})}}(jQuery),function($){$.fn.extend({leanModal:function(t){function e(t){$("#lean_overlay").fadeOut(200),$(t).fadeOut(200,function(){$(this).css("top",0)})}var n={top:100,overlay:.5},a=$("");return $("body").append(a),t=$.extend(n,t),this.each(function(){var n=t;$(this).click(function(t){var a=$(this).attr("href");$("#lean_overlay").click(function(){e(a)}),$(a).find(".modal_close").click(function(t){t.preventDefault(),e(a)});var i=$(a).outerHeight(),o=$(a).outerWidth();$("#lean_overlay").css({display:"block",opacity:0}),$("#lean_overlay").fadeTo(200,n.overlay),$(a).css({display:"block",position:"fixed",opacity:0,"z-index":11e3,left:"50%","margin-left":-(o/2)+"px"}),$(a).animate({top:n.top+"px",opacity:1},{duration:300,easing:"easeOutExpo"}),t.preventDefault()})})}})}(jQuery),function($){$.fn.materialbox=function(){return this.each(function(){function t(){var t=o.parent(".material-placeholder").attr("z-index");t||(t=0),e=!1,$("#materialbox-overlay").fadeOut(i,function(){$(this).remove(),o.css("z-index",t)}),o.animate({width:s},{duration:i,queue:!1,easing:"easeOutQuad"}),o.animate({height:u},{duration:i,queue:!1,easing:"easeOutQuad"}),o.animate({left:0},{duration:i,queue:!1,easing:"easeOutQuad"}),o.animate({top:0},{duration:i,queue:!1,easing:"easeOutQuad"}),o.css("will-change",""),o.removeClass("active")}var e=!1,n=!0,a=225,i=175,o=$(this),r=$("").addClass("material-placeholder"),s=o.width(),u=o.height();o.wrap(r),o.on("click",function(){var i=window.innerWidth,r=window.innerHeight;if(e||n===!1)return t(),!1;o.addClass("active"),s=o.width(),u=o.height(),o.parent(".material-placeholder").css("width",o.innerWidth()).css("height",u).css("position","relative").css("top",0).css("left",0).css("z-index",o.attr("z-indez")),o.css("position","absolute");var c=$("");c.attr("id","materialbox-overlay").css("width",$(document).width()+100).css("height",$(document).height()+100).css("top",0).css("left",0).css("opacity",0).css("will-change","opacity").click(function(){t()}),$("body").append(c),c.animate({opacity:1},{duration:a,queue:!1,easing:"easeOutQuad"}),e=!0,n=!1;var d=s/u,f=s/i,l=s/r,h=0,p=0;f>l?(h=.8*i,p=.8*i*d):(h=.8*r*d,p=.8*r),console.log(s,u,d,p,h),o.css("left",0).css("top",0).css("z-index",1e4).css("will-change","left, top").animate({height:p,width:h},{duration:a,queue:!1,easing:"easeOutQuad"}).animate({left:$(document).scrollLeft()+i/2-o.parent(".material-placeholder").offset().left-h/2},{duration:a,queue:!1,easing:"easeOutQuad"}).animate({top:$(document).scrollTop()+r/2-o.parent(".material-placeholder").offset().top-p/2},{duration:a,queue:!1,easing:"easeOutQuad",complete:function(){n=!0}})}),$(window).scroll(function(){e&&t()}),$(document).keyup(function(n){27===n.keyCode&&e&&t()})})}}(jQuery),function($){$.fn.parallax=function(){var t=$(window).width();return this.each(function(){function e(){if(t>480){var e=n.height(),a=n.offset().top+e,i=n.offset().top,o=$(window).height(),r=$(window).scrollTop(),s=r+i-o/2;if(a>r&&r+o>i){var u=s/3;n.children("img").first().css("top",u+"px")}}}var n=$(this);n.addClass("parallax"),e(),$(window).scroll(function(){e()})})}}(jQuery),function($){$.fn.tabs=function(){return this.each(function(){var t=$(this),e,n,a=t.find("li.tab a"),i=t.width(),o=t.find("li").first().outerWidth(),r=0;e=$(a.filter('[href="'+location.hash+'"]')[0]||a[0]),e.addClass("active"),r=a.index($(".active")),0>r&&(r=0),n=$(e[0].hash),t.append('');var s=t.find(".indicator");0!==o&&0!==i&&(s.css({right:i-o}),s.css({left:r*o})),a.not(e).each(function(){$(this.hash).hide()}),t.on("click","a",function(u){i=t.width(),o=t.find("li").first().outerWidth(),e.removeClass("active"),n.hide(),e=$(this),n=$(this.hash),a=t.find("li.tab a"),e.addClass("active");var c=r;r=a.index($(this)),0>r&&(r=0),window.location.hash=e.attr("href"),location.hash&&window.scrollTo(0,0),n.show(),r-c>=0?(s.animate({right:i-(r+1)*o},{duration:175,queue:!1,easing:"easeOutQuad"}),setTimeout(function(){s.animate({left:r*o},{duration:225,queue:!1,easing:"easeOutQuad"})},20)):(s.animate({left:r*o},{duration:175,queue:!1,easing:"easeOutQuad"}),setTimeout(function(){s.animate({right:i-(r+1)*o},{duration:225,queue:!1,easing:"easeOutQuad"})},20)),u.preventDefault()})})}}(jQuery),function($){var t,e;$.fn.tooltip=function(){var n;this.hover(function(){n=$(this),e=setTimeout(function(){t=$(""),t.text($(n).attr("title")).addClass("material-tooltip"),$("body").append(t);var e=n.attr("data-tooltip"),a,i,o=15;"bottom"==e?(a=$(n).offset().left+$(n).outerWidth()/2-t.outerWidth()/2,i=$(n).offset().top+o):"top"==e?(a=$(n).offset().left+$(n).outerWidth()/2-t.outerWidth()/2,i=$(n).offset().top-$(n).outerHeight()-t.outerHeight()-o):"left"==e?(a=$(n).offset().left-t.outerWidth()-o,i=$(n).offset().top-$(n).outerHeight()/2-t.outerHeight()/2):"right"==e&&(a=$(n).offset().left+$(n).outerWidth()+o,i=$(n).offset().top-$(n).outerHeight()/2-t.outerHeight()/2),t.css({top:i,left:a}),t.fadeIn(100),n.removeAttr("title")},200)},function(){clearTimeout(e),n.attr("title",t.text()),t.fadeOut(100,function(){t.remove()})})}}(jQuery),function(t){"use strict";function e(t){return null!==t&&t===t.window}function n(t){return e(t)?t:9===t.nodeType&&t.defaultView}function a(t){var e,a,i={top:0,left:0},o=t&&t.ownerDocument;return e=o.documentElement,"undefined"!=typeof t.getBoundingClientRect&&(i=t.getBoundingClientRect()),a=n(o),{top:i.top+a.pageYOffset-e.clientTop,left:i.left+a.pageXOffset-e.clientLeft}}function i(t){var e="";for(var n in t)t.hasOwnProperty(n)&&(e+=n+":"+t[n]+";");return e}var o=o||{},r=document.querySelectorAll.bind(document),s={duration:500,show:function(t){var e=this,n=document.createElement("div");n.className="waves-ripple",e.appendChild(n);var o=a(e),r=t.pageY-o.top-10,u=t.pageX-o.left-10,c="scale(15)";n.setAttribute("data-hold",Date.now()),n.setAttribute("data-scale",c),n.setAttribute("data-x",u),n.setAttribute("data-y",r);var d={top:r+"px",left:u+"px"};n.className=n.className+" waves-notransition",n.setAttribute("style",i(d)),n.className=n.className.replace("waves-notransition",""),d["-webkit-transform"]=c,d["-moz-transform"]=c,d["-ms-transform"]=c,d["-o-transform"]=c,d.transform=c,d.opacity="1",d["-webkit-transition-duration"]=s.duration+"ms",d["-moz-transition-duration"]=s.duration+"ms",d["-o-transition-duration"]=s.duration+"ms",d["transition-duration"]=s.duration+"ms",n.setAttribute("style",i(d))},hide:function(){for(var t=this,e=1.4*t.clientWidth,n=null,a=t.children.length,o=0;a>o;o++)-1===t.children[o].className.indexOf("waves-ripple")||(n=t.children[o]);if(!n)return!1;var r=n.getAttribute("data-x"),u=n.getAttribute("data-y"),c=n.getAttribute("data-scale"),d=Date.now()-Number(n.getAttribute("data-hold")),f=500-d;0>f&&(f=0),setTimeout(function(){var e={top:u+"px",left:r+"px",opacity:"0","-webkit-transition-duration":s.duration+"ms","-moz-transition-duration":s.duration+"ms","-o-transition-duration":s.duration+"ms","transition-duration":s.duration+"ms","-webkit-transform":c,"-moz-transform":c,"-ms-transform":c,"-o-transform":c,transform:c};n.setAttribute("style",i(e)),setTimeout(function(){try{t.removeChild(n)}catch(e){return!1}},s.duration)},f)},wrapInput:function(t){for(var e=0;e");b.addClass("toast");var c=$("");return c.text(a),b.append(c),b}if(0==$("#toast-container").length){var c=$("").attr("id","toast-container");$("body").append(c)}var c=$("#toast-container"),d=e(a);c.append(d),d.animate({top:"+35px",opacity:0},0),d.animate({top:"0px",opacity:1},{duration:200,easing:"easeOutExpo"}),d.delay(b).animate({opacity:0},{duration:200,easing:"easeInExpo"}).slideUp(200,function(){$(this).remove()})}!function(a){a.fn.collapsible=function(b){var c={accordion:!0};b=a.extend(c,b),a(this);var e=a(this).find(".collapsible-header");c.accordion?e.each(function(){a(this).click(function(){a(this).parent().toggleClass("active"),console.log(a(this).siblings(".collapsible-body")),a(this).siblings(".collapsible-body").slideToggle({duration:300,easing:"easeOutCubic",queue:!1}),e.not(a(this)).parent().removeClass("active"),e.not(a(this)).parent().children(".collapsible-body").slideUp({duration:300,easing:"easeOutCubic",queue:!1})})}):e.each(function(){a(this).click(function(){a(this).parent().toggleClass("active")})})}}(jQuery),function(a){a.fn.dropdown=function(){var b=a(this),c=a("#"+b.attr("data-activates"));c.hide(0),b.on("mouseover",function(){c.css("width",b.innerWidth()),c.css("top",b.offset().top),c.css("left",b.offset().left),c.show({duration:200,easing:"easeOutCubic"})}),c.on("mouseleave",function(){c.hide({duration:150,easing:"easeOutCubic"})}),a(window).on("resize",function(){c.css("top",b.offset().top),c.css("left",b.offset().left)})}}(jQuery),jQuery.easing.jswing=jQuery.easing.swing,jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(a,b,c,d,e){return jQuery.easing[jQuery.easing.def](a,b,c,d,e)},easeInQuad:function(a,b,c,d,e){return d*(b/=e)*b+c},easeOutQuad:function(a,b,c,d,e){return-d*(b/=e)*(b-2)+c},easeInOutQuad:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b+c:-d/2*(--b*(b-2)-1)+c},easeInCubic:function(a,b,c,d,e){return d*(b/=e)*b*b+c},easeOutCubic:function(a,b,c,d,e){return d*((b=b/e-1)*b*b+1)+c},easeInOutCubic:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b*b+c:d/2*((b-=2)*b*b+2)+c},easeInQuart:function(a,b,c,d,e){return d*(b/=e)*b*b*b+c},easeOutQuart:function(a,b,c,d,e){return-d*((b=b/e-1)*b*b*b-1)+c},easeInOutQuart:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b*b*b+c:-d/2*((b-=2)*b*b*b-2)+c},easeInQuint:function(a,b,c,d,e){return d*(b/=e)*b*b*b*b+c},easeOutQuint:function(a,b,c,d,e){return d*((b=b/e-1)*b*b*b*b+1)+c},easeInOutQuint:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b*b*b*b+c:d/2*((b-=2)*b*b*b*b+2)+c},easeInSine:function(a,b,c,d,e){return-d*Math.cos(b/e*(Math.PI/2))+d+c},easeOutSine:function(a,b,c,d,e){return d*Math.sin(b/e*(Math.PI/2))+c},easeInOutSine:function(a,b,c,d,e){return-d/2*(Math.cos(Math.PI*b/e)-1)+c},easeInExpo:function(a,b,c,d,e){return 0==b?c:d*Math.pow(2,10*(b/e-1))+c},easeOutExpo:function(a,b,c,d,e){return b==e?c+d:d*(-Math.pow(2,-10*b/e)+1)+c},easeInOutExpo:function(a,b,c,d,e){return 0==b?c:b==e?c+d:(b/=e/2)<1?d/2*Math.pow(2,10*(b-1))+c:d/2*(-Math.pow(2,-10*--b)+2)+c},easeInCirc:function(a,b,c,d,e){return-d*(Math.sqrt(1-(b/=e)*b)-1)+c},easeOutCirc:function(a,b,c,d,e){return d*Math.sqrt(1-(b=b/e-1)*b)+c},easeInOutCirc:function(a,b,c,d,e){return(b/=e/2)<1?-d/2*(Math.sqrt(1-b*b)-1)+c:d/2*(Math.sqrt(1-(b-=2)*b)+1)+c},easeInElastic:function(a,b,c,d,e){var f=1.70158,g=0,h=d;if(0==b)return c;if(1==(b/=e))return c+d;if(g||(g=.3*e),hb?-.5*h*Math.pow(2,10*(b-=1))*Math.sin((b*e-f)*2*Math.PI/g)+c:.5*h*Math.pow(2,-10*(b-=1))*Math.sin((b*e-f)*2*Math.PI/g)+d+c},easeInBack:function(a,b,c,d,e,f){return void 0==f&&(f=1.70158),d*(b/=e)*b*((f+1)*b-f)+c},easeOutBack:function(a,b,c,d,e,f){return void 0==f&&(f=1.70158),d*((b=b/e-1)*b*((f+1)*b+f)+1)+c},easeInOutBack:function(a,b,c,d,e,f){return void 0==f&&(f=1.70158),(b/=e/2)<1?d/2*b*b*(((f*=1.525)+1)*b-f)+c:d/2*((b-=2)*b*(((f*=1.525)+1)*b+f)+2)+c},easeInBounce:function(a,b,c,d,e){return d-jQuery.easing.easeOutBounce(a,e-b,0,d,e)+c},easeOutBounce:function(a,b,c,d,e){return(b/=e)<1/2.75?d*7.5625*b*b+c:2/2.75>b?d*(7.5625*(b-=1.5/2.75)*b+.75)+c:2.5/2.75>b?d*(7.5625*(b-=2.25/2.75)*b+.9375)+c:d*(7.5625*(b-=2.625/2.75)*b+.984375)+c},easeInOutBounce:function(a,b,c,d,e){return e/2>b?.5*jQuery.easing.easeInBounce(a,2*b,0,d,e)+c:.5*jQuery.easing.easeOutBounce(a,2*b-e,0,d,e)+.5*d+c}}),function(a){a.fn.extend({leanModal:function(b){function e(b){a("#lean_overlay").fadeOut(200),a(b).fadeOut(200,function(){a(this).css("top",0)})}var c={top:100,overlay:.5},d=a("");return a("body").append(d),b=a.extend(c,b),this.each(function(){var c=b;a(this).click(function(b){var d=a(this).attr("href");a("#lean_overlay").click(function(){e(d)}),a(d).find(".modal_close").click(function(a){a.preventDefault(),e(d)}),a(d).outerHeight();var g=a(d).outerWidth();a("#lean_overlay").css({display:"block",opacity:0}),a("#lean_overlay").fadeTo(200,c.overlay),a(d).css({display:"block",position:"fixed",opacity:0,"z-index":11e3,left:"50%","margin-left":-(g/2)+"px"}),a(d).animate({top:c.top+"px",opacity:1},{duration:300,easing:"easeOutExpo"}),b.preventDefault()})})}})}(jQuery),function(a){a.fn.materialbox=function(){return this.each(function(){function j(){var c=f.parent(".material-placeholder").attr("z-index");c||(c=0),b=!1,a("#materialbox-overlay").fadeOut(e,function(){a(this).remove(),f.css("z-index",c)}),f.animate({width:h},{duration:e,queue:!1,easing:"easeOutQuad"}),f.animate({height:i},{duration:e,queue:!1,easing:"easeOutQuad"}),f.animate({left:0},{duration:e,queue:!1,easing:"easeOutQuad"}),f.animate({top:0},{duration:e,queue:!1,easing:"easeOutQuad"}),f.css("will-change",""),f.removeClass("active")}var b=!1,c=!0,d=225,e=175,f=a(this),g=a("").addClass("material-placeholder"),h=f.width(),i=f.height();f.wrap(g),f.on("click",function(){var e=window.innerWidth,g=window.innerHeight;if(b||c===!1)return j(),!1;f.addClass("active"),h=f.width(),i=f.height(),f.parent(".material-placeholder").css("width",f.innerWidth()).css("height",i).css("position","relative").css("top",0).css("left",0).css("z-index",f.attr("z-indez")),f.css("position","absolute");var k=a("");k.attr("id","materialbox-overlay").css("width",a(document).width()+100).css("height",a(document).height()+100).css("top",0).css("left",0).css("opacity",0).css("will-change","opacity").click(function(){j()}),a("body").append(k),k.animate({opacity:1},{duration:d,queue:!1,easing:"easeOutQuad"}),b=!0,c=!1;var l=h/i,m=h/e,n=h/g,o=0,p=0;m>n?(o=.8*e,p=.8*e*l):(o=.8*g*l,p=.8*g),console.log(h,i,l,p,o),f.css("left",0).css("top",0).css("z-index",1e4).css("will-change","left, top").animate({height:p,width:o},{duration:d,queue:!1,easing:"easeOutQuad"}).animate({left:a(document).scrollLeft()+e/2-f.parent(".material-placeholder").offset().left-o/2},{duration:d,queue:!1,easing:"easeOutQuad"}).animate({top:a(document).scrollTop()+g/2-f.parent(".material-placeholder").offset().top-p/2},{duration:d,queue:!1,easing:"easeOutQuad",complete:function(){c=!0}})}),a(window).scroll(function(){b&&j()}),a(document).keyup(function(a){27===a.keyCode&&b&&j()})})}}(jQuery),function(a){a.fn.parallax=function(){var b=a(window).width();return this.each(function(){function d(){if(b>480){var d=c.height(),e=c.offset().top+d,f=c.offset().top,g=a(window).height(),h=a(window).scrollTop(),i=h+f-g/2;if(e>h&&h+g>f){var j=i/3;c.children("img").first().css("top",j+"px")}}}var c=a(this);c.addClass("parallax"),d(),a(window).scroll(function(){d()})})}}(jQuery),self="undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{};var Prism=function(){var a=/\blang(?:uage)?-(?!\*)(\w+)\b/i,b=self.Prism={util:{encode:function(a){return a instanceof c?new c(a.type,b.util.encode(a.content),a.alias):"Array"===b.util.type(a)?a.map(b.util.encode):a.replace(/&/g,"&").replace(/a.length)break a;if(!(p instanceof d)){j.lastIndex=0;var q=j.exec(p);if(q){l&&(m=q[1].length);var r=q.index-1+m,q=q[0].slice(m),s=q.length,t=r+s,u=p.slice(0,r+1),v=p.slice(t+1),w=[o,1];u&&w.push(u);var x=new d(g,k?b.tokenize(q,k):q,n);w.push(x),v&&w.push(v),Array.prototype.splice.apply(e,w)}}}}}return e},hooks:{all:{},add:function(a,c){var d=b.hooks.all;d[a]=d[a]||[],d[a].push(c)},run:function(a,c){var d=b.hooks.all[a];if(d&&d.length)for(var e,f=0;e=d[f++];)e(c)}}},c=b.Token=function(a,b,c){this.type=a,this.content=b,this.alias=c};if(c.stringify=function(a,d,e){if("string"==typeof a)return a;if("[object Array]"==Object.prototype.toString.call(a))return a.map(function(b){return c.stringify(b,d,a)}).join("");var f={type:a.type,content:c.stringify(a.content,d,e),tag:"span",classes:["token",a.type],attributes:{},language:d,parent:e};if("comment"==f.type&&(f.attributes.spellcheck="true"),a.alias){var g="Array"===b.util.type(a.alias)?a.alias:[a.alias];Array.prototype.push.apply(f.classes,g)}b.hooks.run("wrap",f);var h="";for(var i in f.attributes)h+=i+'="'+(f.attributes[i]||"")+'"';return"<"+f.tag+' class="'+f.classes.join(" ")+'" '+h+">"+f.content+""+f.tag+">"},!self.document)return self.addEventListener?(self.addEventListener("message",function(a){var c=JSON.parse(a.data),d=c.language,e=c.code;self.postMessage(JSON.stringify(b.util.encode(b.tokenize(e,b.languages[d])))),self.close()},!1),self.Prism):self.Prism;var d=document.getElementsByTagName("script");return d=d[d.length-1],d&&(b.filename=d.src,document.addEventListener&&!d.hasAttribute("data-manual")&&document.addEventListener("DOMContentLoaded",b.highlightAll)),self.Prism}();"undefined"!=typeof module&&module.exports&&(module.exports=Prism),Prism.languages.markup={comment://g,prolog:/<\?.+?\?>/,doctype://,cdata://i,tag:{pattern:/<\/?[\w:-]+\s*(?:\s+[\w:-]+(?:=(?:("|')(\\?[\w\W])*?\1|[^\s'">=]+))?\s*)*\/?>/gi,inside:{tag:{pattern:/^<\/?[\w:-]+/i,inside:{punctuation:/^<\/?/,namespace:/^[\w-]+?:/}},"attr-value":{pattern:/=(?:('|")[\w\W]*?(\1)|[^\s>]+)/gi,inside:{punctuation:/=|>|"/g}},punctuation:/\/?>/g,"attr-name":{pattern:/[\w:-]+/g,inside:{namespace:/^[\w-]+?:/}}}},entity:/\?[\da-z]{1,8};/gi},Prism.hooks.add("wrap",function(a){"entity"===a.type&&(a.attributes.title=a.content.replace(/&/,"&"))}),Prism.languages.css={comment:/\/\*[\w\W]*?\*\//g,atrule:{pattern:/@[\w-]+?.*?(;|(?=\s*{))/gi,inside:{punctuation:/[;:]/g}},url:/url\((["']?).*?\1\)/gi,selector:/[^\{\}\s][^\{\};]*(?=\s*\{)/g,property:/(\b|\B)[\w-]+(?=\s*:)/gi,string:/("|')(\\?.)*?\1/g,important:/\B!important\b/gi,punctuation:/[\{\};:]/g,"function":/[-a-z0-9]+(?=\()/gi},Prism.languages.markup&&Prism.languages.insertBefore("markup","tag",{style:{pattern:/