if($(function(){$("[scroll-to]").click(function(){$("html, body").animate({scrollTop:parseInt($($(this).attr("scroll-to")).offset().top)+parseInt($(this).attr("scroll-to-margin"))},500)})}),window.navigator.userAgent.indexOf("MSIE 8")==-1){function getSubDocument(n){if(n.contentDocument)return n.contentDocument;var t=null;try{t=n.getSVGDocument()}catch(i){}return t}function findSVGElements(){for(var i,r,t=document.querySelectorAll("object"),n=0;n<t.length;n++)i=getSubDocument(t[n]),i&&(r=$(t[n]).find("param"),$(r).each(function(n,t){i.getElementById($(t).attr("key")).textContent=$(t).attr("value")}))}window.addEventListener("load",findSVGElements,!1)}$(function(){function n(){$(this).css("display","block");var n=$(this).find(".modal-dialog"),t=($(window).height()-n.height())/2;n.css("margin-top",t)}$(".modal").on("show.bs.modal",n);$(window).on("resize",function(){$(".modal:visible").each(n)})})