var ModalEffects=function(){function n(){var n=document.querySelector(".md-overlay");[].slice.call(document.querySelectorAll(".md-trigger")).forEach(function(t){function f(n){classie.remove(r,"md-show");n&&classie.remove(document.documentElement,"md-perspective")}function i(){f(classie.has(t,"md-setperspective"))}var r=document.querySelector("#"+t.getAttribute("data-modal")),u=r.querySelector(".md-close");t.addEventListener("click",function(){classie.add(r,"md-show");n.removeEventListener("click",i);n.addEventListener("click",i);classie.has(t,"md-setperspective")&&setTimeout(function(){classie.add(document.documentElement,"md-perspective")},25)});u.addEventListener("click",function(n){n.stopPropagation();i()});$(document).keyup(function(n){n.keyCode==27&&(n.stopPropagation(),i())})})}n()}()