

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1992 Corel Corporation. All Rights Reserved.
 */
Cufon.registerFont({"w":183,"face":{"font-family":"Bahamas","font-weight":400,"font-stretch":"normal","units-per-em":"330","panose-1":"2 11 114 0 0 0 0 0 0 0","ascent":"264","descent":"-66","bbox":"-21 -311 337 77.1291","underline-thickness":"4.02832","underline-position":"-6.04248","unicode-range":"U+0020-U+F002"},"glyphs":{" ":{"w":91},"\u00a6":{"d":"23,-231r26,0r0,231r-26,0r0,-231","w":50},"\u00b2":{"d":"27,-191v0,16,12,28,27,29r-20,13v-49,-16,-31,-86,21,-86v56,0,60,62,21,91r-44,32r74,0r0,19r-80,0v-23,2,-29,-17,-18,-27v24,-24,70,-33,77,-74v-1,-14,-13,-22,-29,-22v-17,0,-29,10,-29,25","w":109},"\u00b3":{"d":"106,-139v2,49,-51,47,-101,45r0,-18v33,-1,79,8,78,-26v-1,-24,-32,-23,-59,-22r0,-15r48,-39r-64,0r0,-19v31,2,108,-12,81,28r-31,26v27,1,47,13,48,40","w":109},"\u00b9":{"d":"26,-233r44,0r0,139r-23,0r0,-120r-26,0","w":109},"\u00bc":{"d":"77,4r-23,0r143,-239r23,0xm177,-49r44,0r0,-60v8,-10,14,-23,23,-32r0,92r21,0r0,17r-21,0r0,32r-23,0r0,-32v-27,-2,-85,10,-63,-26r49,-81r24,0xm26,-233r44,0r0,139r-23,0r0,-120r-26,0","w":275},"\u00bd":{"d":"73,4r-23,0r143,-239r23,0xm222,-141v37,0,65,38,43,69v-15,20,-48,37,-68,54r74,0r0,18r-84,0v-29,2,-22,-25,-6,-32v22,-20,64,-32,69,-65v2,-16,-11,-27,-27,-26v-19,0,-29,11,-30,29v0,14,14,24,27,26r-21,13v-49,-14,-31,-86,23,-86xm26,-233r44,0r0,139r-23,0r0,-120r-26,0","w":275},"\u00be":{"d":"87,4r-23,0r143,-239r22,0xm106,-139v2,49,-51,47,-101,45r0,-18v33,-1,79,8,78,-26v-1,-24,-32,-23,-59,-22r0,-15r48,-39r-64,0r0,-19r67,0v30,-1,19,32,3,38r-20,16v27,1,47,13,48,40xm177,-49r44,0r0,-60v8,-10,14,-23,23,-32r0,92r21,0r0,17r-21,0r0,32r-23,0r0,-32v-27,-2,-85,10,-63,-26r49,-81r24,0","w":275},"\u00d0":{"d":"161,-116v0,-59,-41,-90,-108,-86r0,68r56,0r0,29r-56,0r0,105r-31,0r0,-105r-25,0r0,-29r25,0r0,-97v102,-9,171,25,171,115v0,73,-47,118,-127,116r0,-29v61,5,95,-32,95,-87","w":201},"\u00dd":{"d":"66,-91v-31,-8,-59,-28,-58,-70r0,-70r31,0v1,52,-13,111,46,111v54,0,39,-62,41,-111r31,0r0,73v-1,37,-27,61,-59,67r0,91r-32,0r0,-91xm69,-244r30,-47r36,0r-43,47r-23,0","w":165},"\u00de":{"d":"90,-164v-66,0,-37,102,-43,165r-31,0r0,-231r31,0r0,52v44,-36,122,-1,119,60v-3,58,-42,80,-107,73r0,-29v42,4,76,-4,76,-44v0,-27,-20,-46,-45,-46","w":165},"\u00f0":{"d":"91,-24v65,1,62,-95,31,-133v-7,-10,-15,-20,-24,-28r-36,18r-15,-19r30,-16v-10,-7,-20,-11,-28,-14r18,-19v13,5,25,12,35,20r34,-18r16,19r-30,16v27,26,52,59,52,110v0,54,-31,91,-83,91v-48,0,-81,-34,-81,-82v0,-55,36,-91,96,-81v6,6,16,27,18,37v-32,-27,-84,-1,-84,44v0,30,22,55,51,55"},"\u00fd":{"d":"68,3v-29,-9,-51,-25,-51,-60r0,-102r29,0v5,51,-20,134,36,134v57,0,32,-82,37,-134r30,0v0,71,12,153,-52,162r0,67r-29,0r0,-67xm61,-178r29,-48r36,0r-42,48r-23,0","w":165},"\u00fe":{"d":"94,-134v-78,0,-44,129,-51,206r-29,0r0,-303r29,0r0,88v52,-44,133,-5,133,67v0,61,-66,99,-121,68r0,-30v33,27,95,11,92,-41v-2,-33,-20,-55,-53,-55"},"!":{"d":"22,-53r0,-178r27,0r0,178r-27,0xm35,4v-10,0,-20,-9,-19,-21v-1,-11,9,-20,19,-20v12,0,21,9,21,21v0,11,-10,20,-21,20","w":73},"\"":{"d":"65,-142r0,-89r27,0r0,89r-27,0xm18,-142r0,-89r27,0r0,89r-27,0","w":109},"#":{"d":"10,-71r2,-21r35,0r6,-47r-33,0r1,-21r35,0r10,-71r23,0r-9,71r39,0r10,-71r24,0r-10,71r30,0r-1,21r-32,0r-7,47r31,0r-2,21r-32,0r-10,71r-23,0r9,-71r-38,0r-11,71r-23,0r10,-71r-34,0xm70,-92r40,0r6,-47r-39,0"},"$":{"d":"161,-79v0,30,-18,48,-53,47r0,36r-26,0r0,-36r-52,0r0,-27r52,0r0,-64v-22,-14,-52,-27,-54,-62v-1,-32,26,-45,54,-47r0,-26r26,0r0,27r44,0r0,27r-44,0r0,59v28,19,53,25,53,66xm82,-204v-34,1,-31,40,0,49r0,-49xm108,-59v21,1,31,-23,18,-38v-4,-4,-10,-10,-18,-15r0,53"},"%":{"d":"55,4r154,-239r20,0r-153,239r-21,0xm69,-127v-32,0,-53,-22,-53,-54v0,-33,22,-54,54,-54v31,0,53,22,53,52v0,33,-22,56,-54,56xm217,4v-33,1,-55,-23,-55,-53v0,-33,22,-55,56,-55v32,0,52,24,52,55v0,32,-22,52,-53,53xm70,-209v-16,-1,-29,11,-29,27v0,18,13,29,29,29v17,0,27,-13,27,-30v0,-16,-11,-25,-27,-26xm244,-49v1,-43,-57,-34,-57,-1v-1,17,14,28,28,28v16,0,29,-9,29,-27","w":293},"&":{"d":"12,-90v0,-34,18,-66,38,-78v-24,-25,-20,-63,20,-63r94,0r0,29v-32,2,-75,-6,-100,4v33,47,72,91,106,137v15,-25,1,-63,-15,-80r20,-21v36,30,42,91,14,127r28,34r-38,0r-11,-12v-58,39,-156,5,-156,-77xm70,-143v-47,26,-27,117,36,117v22,0,33,-3,44,-13","w":220},"'":{"d":"19,-165r11,-66r29,0r-16,66r-24,0","w":73},"(":{"d":"97,62v-77,-43,-96,-194,-34,-267v10,-13,21,-22,32,-30r13,17v-32,26,-60,68,-59,130v1,58,26,104,59,130","w":128},")":{"d":"21,44v35,-30,58,-70,58,-130v0,-58,-24,-105,-58,-130r11,-19v71,36,98,181,41,257v-11,16,-24,28,-39,39","w":128},"*":{"d":"64,-167r-43,-22r13,-21r40,28r-4,-49r25,0r-4,49r42,-28r12,21r-44,22r44,23r-13,21r-41,-26r4,46r-25,0r4,-46r-40,27r-13,-22","w":165},"+":{"d":"20,-67r0,-26r66,0r0,-65r26,0r0,65r67,0r0,26r-67,0r0,67r-26,0r0,-67r-66,0","w":198},",":{"d":"21,33r13,-65r31,0r-18,65r-26,0","w":91},"-":{"d":"9,-66r0,-26r74,0r0,26r-74,0","w":91},".":{"d":"45,2v-10,0,-19,-10,-19,-20v0,-9,10,-19,19,-19v10,1,20,7,20,19v1,11,-10,20,-20,20","w":91},"\/":{"d":"-2,4r70,-239r25,0r-69,239r-26,0","w":91},"0":{"d":"91,4v-77,0,-84,-74,-80,-157v3,-51,32,-80,80,-82v81,-3,87,74,82,158v-3,45,-33,81,-82,81xm91,-27v58,2,48,-67,48,-124v0,-32,-18,-53,-48,-53v-56,0,-46,66,-46,121v0,37,15,55,46,56"},"1":{"d":"37,-202r9,-29r64,0r0,231r-31,0r0,-202r-42,0"},"2":{"d":"61,-92v-26,-12,-47,-31,-47,-69v1,-45,32,-72,79,-74v68,-3,98,77,58,124v-25,30,-69,56,-100,82r117,0r0,29r-121,0v-36,5,-46,-30,-24,-47r89,-69v40,-25,32,-90,-21,-90v-29,0,-44,21,-46,46v-2,29,22,42,44,46"},"3":{"d":"137,-72v-1,-40,-45,-44,-90,-41r0,-22r72,-67r-99,0r0,-29r97,0v48,-5,37,38,13,59r-36,31v44,1,76,25,75,71v-1,41,-28,70,-70,70r-84,0r0,-29v53,-1,123,11,122,-43"},"4":{"d":"108,-82r0,-100r32,-55r0,155r35,0r0,29r-35,0r0,53r-32,0r0,-53r-84,0v-17,1,-27,-15,-19,-29r83,-149r34,0r-83,149r69,0"},"5":{"d":"137,-71v0,-52,-60,-41,-109,-42r0,-118r121,0r0,29r-89,0r0,60v66,-5,111,15,111,72v0,38,-30,70,-63,70r-89,0r0,-29v51,-2,118,13,118,-42"},"6":{"d":"91,3v-78,3,-99,-89,-57,-148r61,-86r38,0v-29,45,-69,82,-90,133v-15,37,12,73,48,73v31,0,54,-23,54,-54v0,-38,-26,-56,-66,-56r19,-27v48,2,79,34,79,82v0,50,-34,81,-86,83"},"7":{"d":"130,-231v34,-3,43,16,31,44r-83,187r-36,0r90,-202r-117,0r0,-29r115,0"},"8":{"d":"93,4v-83,5,-114,-97,-46,-135v-44,-31,-17,-104,46,-104v58,0,85,68,44,104v25,15,37,30,37,66v0,44,-35,66,-81,69xm91,-206v-21,0,-33,13,-33,33v0,16,14,31,34,30v20,-2,32,-13,32,-32v0,-16,-12,-31,-33,-31xm92,-114v-30,0,-49,18,-49,44v0,29,19,46,49,46v28,0,49,-17,49,-45v0,-28,-20,-45,-49,-45"},"9":{"d":"86,-70v-50,-2,-78,-34,-78,-82v0,-48,32,-83,85,-83v77,0,102,85,58,147r-62,88r-38,0r72,-102v33,-32,26,-104,-30,-104v-32,0,-53,24,-53,58v0,35,27,51,64,52"},":":{"d":"47,-93v-11,0,-21,-8,-21,-20v0,-9,10,-19,19,-19v10,0,21,7,20,19v0,11,-7,20,-18,20xm66,-17v0,25,-40,24,-40,0v0,-11,9,-20,19,-20v11,0,21,8,21,20","w":91},";":{"d":"21,33r14,-65r31,0r-19,65r-26,0xm47,-93v-25,1,-27,-40,-1,-40v24,0,26,40,1,40","w":91},"<":{"d":"179,-22r0,25r-159,-71r0,-22r159,-70r0,25r-127,56","w":198},"=":{"d":"179,-125r0,26r-159,0r0,-26r159,0xm179,-60r0,26r-159,0r0,-26r159,0","w":198},">":{"d":"20,-22r126,-57r-126,-56r0,-25r159,70r0,22r-159,71r0,-25","w":198},"?":{"d":"145,-169v0,40,-24,64,-59,71r0,45r-28,0r0,-73v33,2,56,-9,56,-40v0,-23,-15,-40,-38,-40v-24,-1,-36,21,-36,44r-32,0v1,-43,27,-73,71,-73v40,0,66,28,66,66xm72,4v-11,0,-21,-10,-21,-21v0,-24,42,-27,42,0v0,12,-9,21,-21,21","w":146},"@":{"d":"135,4v-71,0,-118,-51,-118,-119v0,-69,45,-120,116,-120v66,0,115,34,115,93v0,50,-30,93,-79,97v-11,1,-19,-10,-19,-19v-28,39,-90,13,-85,-37v4,-42,27,-78,70,-81v20,-1,34,9,39,23r6,-18r23,0r-27,101v0,5,2,7,7,8v73,-29,44,-155,-48,-146v-55,6,-92,39,-92,98v0,60,39,99,98,99v31,0,59,-16,73,-33r25,0v-22,30,-52,54,-104,54xm117,-70v27,-2,47,-29,47,-56v0,-18,-8,-31,-27,-31v-39,-1,-65,76,-20,87","w":264},"A":{"d":"93,-206v-32,0,-47,23,-48,53r0,153r-32,0v8,-95,-31,-231,78,-235v104,-4,77,134,80,235r-31,0r0,-105r-83,0r0,-30r83,0v2,-41,-10,-70,-47,-71"},"B":{"d":"93,-206v-27,-1,-43,18,-43,42r0,164r-31,0r0,-168v5,-37,31,-63,73,-67v66,-7,101,77,53,111v57,28,35,131,-36,124r-47,0r0,-29v41,2,85,1,85,-38v0,-42,-43,-39,-85,-38r0,-29v39,2,76,-1,75,-37v-2,-24,-19,-35,-44,-35"},"C":{"d":"157,0v-90,8,-145,-37,-145,-117v0,-77,58,-119,145,-114r0,29v-68,-4,-112,26,-112,87v0,59,41,93,112,86r0,29","w":165},"D":{"d":"159,-117v0,-58,-41,-91,-108,-85r0,202r-31,0r0,-231v101,-10,171,25,171,114v0,75,-45,119,-127,117r0,-30v63,7,95,-35,95,-87","w":201},"E":{"d":"152,0v-87,4,-144,-34,-144,-114v0,-81,58,-122,144,-117r0,29v-60,-3,-103,19,-112,67r112,0r0,30r-112,0v7,51,46,83,112,76r0,29","w":165},"F":{"d":"9,-159v2,-60,45,-77,110,-72r0,29v-43,-2,-80,1,-79,42r0,30r79,0r0,29r-79,0r0,101r-31,0r0,-159","w":128},"G":{"d":"130,4v-74,0,-118,-48,-122,-121v-6,-112,149,-155,216,-77r-20,23v-23,-18,-39,-34,-74,-35v-54,0,-87,39,-90,89v-9,107,168,123,174,16r-81,0r0,-29r113,0v5,85,-42,134,-116,134","w":256},"H":{"d":"20,0r0,-232r31,0r0,97r100,0r0,-98r31,0r0,233r-31,0r0,-106r-100,0r0,106r-31,0","w":201},"I":{"d":"21,0r0,-231r32,0r0,231r-32,0","w":73},"J":{"d":"95,-231v-8,104,39,248,-95,231r0,-29v39,3,64,-9,64,-43r0,-159r31,0","w":109},"K":{"d":"138,0v0,-50,12,-111,-46,-105r-40,0r0,105r-31,0r0,-231r31,0r0,97v70,11,68,-58,94,-97r35,0v-19,34,-27,80,-59,102v52,8,50,67,48,129r-32,0"},"L":{"d":"129,0v-62,6,-108,-14,-108,-68r0,-163r30,0r0,151v0,44,30,55,78,51r0,29","w":128},"M":{"d":"0,0r26,-206v-1,-34,43,-40,54,-5r49,160r46,-157v4,-31,51,-37,55,-2r28,210r-33,0r-23,-189r-53,172v-4,22,-33,26,-41,1r-53,-174r-22,190r-33,0","w":256},"N":{"d":"185,-19v2,29,-47,25,-52,3r-85,-175r0,191r-31,0r0,-202v-4,-34,39,-43,53,-14r84,172r0,-187r31,0r0,212","w":201},"O":{"d":"128,-206v-50,0,-87,34,-87,86v0,57,35,89,87,96v48,-4,89,-37,89,-92v0,-53,-36,-90,-89,-90xm131,4v-74,0,-123,-47,-123,-124v0,-69,50,-115,117,-115v73,0,125,46,125,118v0,70,-48,121,-119,121","w":256},"P":{"d":"88,-206v-31,0,-43,22,-43,49r0,157r-31,0r0,-157v0,-46,30,-78,74,-78v44,0,76,28,76,74v0,56,-42,81,-107,73r0,-29r34,0v29,3,42,-22,42,-44v0,-27,-16,-45,-45,-45","w":165},"Q":{"d":"250,-120v0,66,-41,110,-99,121r0,47r-31,0r0,-124r31,0r0,48v40,-11,66,-41,66,-90v0,-53,-36,-88,-87,-88v-54,0,-91,39,-91,90v0,44,30,77,65,88r0,29v-56,-12,-96,-51,-96,-118v0,-72,49,-118,120,-118v66,0,122,48,122,115","w":256},"R":{"d":"93,-235v66,0,96,88,44,117v40,10,30,69,31,118r-31,0v-1,-47,11,-105,-42,-101r-34,0r0,-29v38,2,72,-3,72,-38v1,-23,-20,-38,-41,-38v-28,0,-45,19,-45,46r0,161r-31,0v5,-99,-28,-236,77,-236"},"S":{"d":"116,-120v63,28,51,120,-25,120r-83,0r0,-29v42,-4,113,15,118,-25v-10,-68,-115,-43,-116,-120v-1,-66,72,-58,137,-57r0,29v-40,5,-103,-17,-107,27v7,34,52,38,76,55","w":165},"T":{"d":"1,-202r0,-29r145,0r0,29r-57,0r0,202r-31,0r0,-202r-57,0","w":146},"U":{"d":"91,3v-46,0,-75,-30,-75,-79r0,-155r31,0r0,152v-1,34,16,54,45,54v29,0,45,-23,45,-51r0,-155r31,0r0,153v0,48,-29,81,-77,81"},"V":{"d":"-5,-231r33,0r65,191r64,-191r32,0r-69,212v-9,34,-44,26,-54,-4"},"W":{"d":"84,3v-99,-2,-59,-142,-67,-234r31,0r0,151v-1,36,8,55,41,55v24,0,42,-16,42,-39r0,-167r31,0r0,167v2,24,20,39,43,39v24,0,41,-15,41,-40r0,-166r31,0r0,169v4,66,-104,90,-129,33v-15,25,-29,32,-64,32","w":293},"X":{"d":"76,-115v0,-48,-26,-85,-75,-87r0,-29v47,2,82,26,91,66v10,-40,43,-64,90,-66r0,29v-45,3,-72,38,-73,87v0,46,29,87,73,85r0,30v-45,-3,-83,-28,-90,-68v-8,41,-44,65,-91,68r0,-30v45,-3,75,-37,75,-85"},"Y":{"d":"66,-91v-31,-8,-59,-28,-58,-70r0,-70r31,0v1,52,-13,111,46,111v54,0,39,-62,41,-111r31,0r0,73v-1,37,-27,61,-59,67r0,91r-32,0r0,-91","w":165},"Z":{"d":"17,-202r0,-29r114,0v30,-2,28,32,15,50r-107,152r120,0r0,29v-48,-3,-108,7,-146,-6v-14,-11,-8,-31,2,-45r108,-151r-106,0","w":165},"[":{"d":"37,57r0,-288r58,0r0,15r-29,0r0,257r29,0r0,16r-58,0","w":128},"\\":{"d":"-21,-235r26,0r107,239r-26,0","w":91},"]":{"d":"34,57r0,-16r28,0r0,-254r-28,0r0,-18r57,0r0,288r-57,0","w":128},"^":{"d":"19,-94r67,-137r26,0r68,136r-28,0r-53,-108r-52,109r-28,0","w":198},"_":{"d":"0,24r165,0r0,17r-165,0r0,-17","w":165},"`":{"d":"45,-178r-43,-47r36,0r30,47r-23,0","w":91},"a":{"d":"91,-162v48,0,80,26,80,73r0,89r-30,0r0,-91v-2,-28,-23,-43,-52,-43v-30,0,-52,20,-52,54v-1,51,64,77,93,33r0,35v-47,37,-127,-2,-122,-68v3,-50,31,-82,83,-82"},"b":{"d":"146,-80v4,-51,-60,-68,-92,-40r0,-31v53,-29,124,5,121,68v-2,50,-30,86,-81,86v-48,0,-80,-34,-80,-82r0,-152r29,0v8,78,-29,207,51,207v32,0,51,-25,52,-56"},"c":{"d":"122,0v-65,5,-108,-24,-108,-79v0,-54,43,-86,108,-79r0,27v-45,-4,-77,12,-77,53v0,38,31,55,77,50r0,28","w":128},"d":{"d":"91,-24v80,0,43,-130,51,-207r29,0r0,155v-3,45,-33,80,-82,80v-51,0,-76,-34,-80,-80v-6,-68,67,-103,121,-74r0,31v-38,-29,-97,-10,-92,46v3,31,23,49,53,49"},"e":{"d":"10,-76v-5,-93,128,-114,159,-36r-107,60r-13,-24r79,-43v-27,-32,-92,-8,-87,42v3,31,21,53,52,53v34,0,47,-20,53,-50r29,4v-6,43,-35,74,-84,74v-46,0,-78,-34,-81,-80"},"f":{"d":"17,-173v0,-45,31,-63,81,-58r0,27v-36,-4,-57,7,-51,46r47,0r0,27r-47,0r0,131r-30,0r0,-173","w":91},"g":{"d":"171,-88v5,85,2,165,-82,163v-18,0,-36,-3,-54,-9r8,-27v41,16,100,9,99,-39v0,-60,9,-134,-49,-134v-35,0,-56,24,-53,61v4,42,52,64,90,36r0,30v-57,28,-120,-10,-119,-71v1,-52,32,-84,82,-84v46,0,75,30,78,74"},"h":{"d":"85,-133v-59,0,-36,79,-40,133r-29,0r0,-231r29,0r0,85v37,-31,106,-11,106,48r0,98r-30,0v-5,-51,20,-133,-36,-133","w":165},"i":{"d":"47,-177v-10,0,-19,-8,-19,-18v1,-9,8,-17,18,-17v10,0,17,8,17,18v0,9,-6,18,-16,17xm31,0r0,-158r29,0r0,158r-29,0","w":91},"j":{"d":"51,16v0,40,-28,59,-72,56r0,-29v34,2,43,-8,43,-43r0,-158r29,0r0,174xm37,-177v-8,0,-19,-7,-18,-16v0,-11,6,-19,17,-19v11,0,18,7,18,19v0,10,-9,16,-17,16","w":73},"k":{"d":"105,0v-2,-31,9,-74,-26,-72r-32,0r0,72r-30,0r0,-231r30,0r0,131v44,6,44,-36,63,-58r33,0v-15,21,-24,53,-47,65v43,2,39,48,38,93r-29,0","w":146},"l":{"d":"22,-231r29,0r0,231r-29,0r0,-231","w":73},"m":{"d":"75,-134v-52,0,-23,86,-30,134r-29,0r0,-109v-1,-51,76,-72,103,-30v23,-38,103,-25,103,30r0,109r-29,0v-6,-48,21,-134,-28,-134v-52,0,-24,85,-31,134r-30,0v-6,-48,20,-134,-29,-134","w":238},"n":{"d":"83,-135v-55,0,-34,82,-38,135r-30,0r0,-97v2,-38,29,-65,68,-65v37,0,68,25,68,68r0,94r-29,0v-3,-54,16,-135,-39,-135","w":165},"o":{"d":"61,-3v-79,-27,-59,-164,30,-159v47,2,83,31,83,82v0,58,-52,98,-113,77xm128,-120v-31,-30,-92,-7,-89,38v1,32,18,58,54,58v50,0,65,-67,35,-96"},"p":{"d":"93,-135v-78,0,-43,129,-50,206r-29,0r0,-150v2,-50,30,-83,79,-83v51,0,80,35,82,82v4,65,-64,102,-121,72r0,-31v33,27,92,13,92,-41v0,-34,-22,-55,-53,-55"},"q":{"d":"88,-162v50,0,83,31,83,82r0,151r-29,0v-7,-78,28,-206,-51,-206v-30,0,-53,21,-53,55v0,51,59,70,92,41r0,31v-53,30,-127,-9,-121,-71v4,-49,31,-83,79,-83"},"r":{"d":"93,-134v-65,-5,-46,74,-49,134r-29,0r0,-158r28,0r0,18v9,-14,25,-24,50,-22r0,28","w":91},"s":{"d":"45,-107v33,20,96,15,95,66v0,54,-75,39,-130,41r0,-27r81,1v9,-1,19,-5,19,-15v1,-21,-42,-24,-55,-29v-25,-10,-44,-17,-45,-46v-2,-55,69,-40,122,-42r0,28v-33,3,-108,-12,-87,23","w":146},"t":{"d":"105,0v-48,4,-86,-4,-86,-49r0,-150r29,0r0,41r57,0r0,27r-57,0r0,87v1,22,34,15,57,16r0,28","w":109},"u":{"d":"82,3v-40,0,-67,-26,-67,-71r0,-90r29,0v3,54,-16,134,38,134v54,0,36,-80,39,-134r29,0r0,94v0,42,-28,67,-68,67","w":165},"v":{"d":"-5,-158r32,0r47,123r46,-123r31,0r-56,146v-6,20,-37,18,-45,-2","w":146},"w":{"d":"119,-19v-28,41,-103,20,-103,-32r0,-107r29,0v6,48,-20,134,28,134v50,0,25,-87,31,-134r30,0v6,48,-21,134,32,134v46,0,21,-87,27,-134r29,0r0,110v1,51,-78,68,-103,29","w":238},"x":{"d":"49,-79v-1,-28,-19,-49,-46,-51r0,-28v29,0,51,17,61,39v9,-24,31,-39,62,-39r0,28v-27,1,-46,23,-47,51v-1,31,22,48,47,51r0,28v-34,0,-49,-17,-62,-37v-10,22,-31,37,-61,37r0,-28v27,-2,46,-22,46,-51","w":128},"y":{"d":"68,3v-29,-9,-51,-25,-51,-60r0,-102r29,0v5,51,-20,134,36,134v57,0,32,-82,37,-134r30,0v0,71,12,153,-52,162r0,67r-29,0r0,-67","w":165},"z":{"d":"12,-158v42,2,140,-9,100,40r-73,90r81,0r0,28v-35,-2,-81,6,-108,-5v-13,-9,-5,-29,4,-39r70,-87r-74,0r0,-27","w":128},"{":{"d":"96,58v-108,19,-22,-128,-85,-135r0,-20v64,-7,-24,-152,85,-134r0,15v-66,-11,3,109,-55,129v36,10,22,66,25,109v1,21,11,22,30,21r0,15","w":128},"|":{"d":"24,0r0,-231r25,0r0,231r-25,0","w":73},"}":{"d":"32,-231v108,-18,22,128,85,134r0,20v-63,8,23,155,-85,135r0,-15v66,11,-2,-111,56,-130v-35,-12,-26,-57,-26,-100v0,-24,-6,-32,-30,-29r0,-15","w":128},"~":{"d":"133,-55v-35,0,-79,-49,-98,1r-13,-21v23,-50,76,-17,112,-5v12,-1,22,-9,30,-24r11,20v-11,15,-20,29,-42,29","w":198},"\u00c4":{"d":"93,-206v-32,0,-47,23,-48,53r0,153r-32,0v8,-95,-31,-231,78,-235v104,-4,77,134,80,235r-31,0r0,-105r-83,0r0,-30r83,0v2,-41,-10,-70,-47,-71xm66,-245v-11,0,-19,-8,-19,-20v0,-11,8,-18,19,-18v9,0,19,7,19,17v0,11,-10,21,-19,21xm118,-245v-10,0,-18,-8,-18,-20v0,-11,9,-18,18,-18v9,0,20,6,19,17v0,13,-7,21,-19,21"},"\u00c5":{"d":"93,-206v-32,0,-47,23,-48,53r0,153r-32,0v8,-95,-31,-231,78,-235v104,-4,77,134,80,235r-31,0r0,-105r-83,0r0,-30r83,0v2,-41,-10,-70,-47,-71xm93,-244v-19,0,-34,-14,-34,-33v0,-20,15,-34,33,-34v18,0,35,13,34,34v-1,19,-14,33,-33,33xm92,-259v9,0,18,-7,18,-18v0,-12,-7,-19,-19,-18v-9,0,-16,8,-16,17v0,10,6,20,17,19"},"\u00c7":{"d":"112,-1v-60,-6,-100,-50,-100,-111v0,-79,57,-125,145,-119r0,29v-69,-5,-113,28,-113,90v0,59,43,91,113,83r0,29r-29,0r-13,17v21,-3,38,6,38,26v0,31,-49,34,-72,21r6,-13v14,6,41,9,40,-9v-1,-14,-15,-17,-28,-10v-13,-11,8,-22,13,-33","w":165},"\u00c9":{"d":"152,0v-87,4,-144,-34,-144,-114v0,-81,58,-122,144,-117r0,29v-60,-3,-103,19,-112,67r112,0r0,30r-112,0v7,51,46,83,112,76r0,29xm89,-244r30,-47r36,0r-42,47r-24,0","w":165},"\u00d1":{"d":"185,-19v2,29,-47,25,-52,3r-85,-175r0,191r-31,0r0,-202v-4,-34,39,-43,53,-14r84,172r0,-187r31,0r0,212xm129,-250v-23,2,-57,-27,-65,2r-16,0v2,-17,13,-34,33,-35v19,-1,31,11,47,13v8,-4,17,-4,17,-16r15,0v-2,19,-13,34,-31,36","w":201},"\u00d6":{"d":"128,-206v-50,0,-87,34,-87,86v0,57,35,89,87,96v48,-4,89,-37,89,-92v0,-53,-36,-90,-89,-90xm131,4v-74,0,-123,-47,-123,-124v0,-69,50,-115,117,-115v73,0,125,46,125,118v0,70,-48,121,-119,121xm102,-246v-10,-1,-19,-8,-19,-20v0,-10,9,-17,19,-17v9,0,18,6,18,16v0,11,-7,21,-18,21xm155,-246v-10,0,-20,-8,-19,-20v-1,-11,9,-17,19,-17v10,0,19,6,18,17v-1,12,-7,20,-18,20","w":256},"\u00dc":{"d":"91,3v-46,0,-75,-30,-75,-79r0,-155r31,0r0,152v-1,34,16,54,45,54v29,0,45,-23,45,-51r0,-155r31,0r0,153v0,48,-29,81,-77,81xm66,-246v-10,-1,-19,-8,-19,-20v0,-22,38,-22,38,-1v0,11,-9,22,-19,21xm118,-246v-10,0,-18,-8,-18,-20v0,-10,8,-17,18,-17v10,0,20,6,19,17v-1,12,-7,20,-19,20"},"\u00e1":{"d":"91,-162v48,0,80,26,80,73r0,89r-30,0r0,-91v-2,-28,-23,-43,-52,-43v-30,0,-52,20,-52,54v-1,51,64,77,93,33r0,35v-47,37,-127,-2,-122,-68v3,-50,31,-82,83,-82xm68,-177r29,-48r36,0r-42,48r-23,0","w":179},"\u00e0":{"d":"91,-162v48,0,80,26,80,73r0,89r-30,0r0,-91v-2,-28,-23,-43,-52,-43v-30,0,-52,20,-52,54v-1,51,64,77,93,33r0,35v-47,37,-127,-2,-122,-68v3,-50,31,-82,83,-82xm90,-177r-43,-47r36,0r30,47r-23,0"},"\u00e2":{"d":"91,-162v48,0,80,26,80,73r0,89r-30,0r0,-91v-2,-28,-23,-43,-52,-43v-30,0,-52,20,-52,54v-1,51,64,77,93,33r0,35v-47,37,-127,-2,-122,-68v3,-50,31,-82,83,-82xm43,-177r33,-47r30,0r33,47r-26,0r-22,-32r-21,32r-27,0"},"\u00e4":{"d":"91,-162v48,0,80,26,80,73r0,89r-30,0r0,-91v-2,-28,-23,-43,-52,-43v-30,0,-52,20,-52,54v-1,51,64,77,93,33r0,35v-47,37,-127,-2,-122,-68v3,-50,31,-82,83,-82xm64,-179v-9,-1,-18,-8,-18,-20v0,-10,8,-17,18,-17v10,0,20,6,19,16v1,12,-9,21,-19,21xm117,-179v-10,0,-18,-8,-18,-20v0,-10,8,-17,18,-17v10,0,20,6,19,17v-1,12,-7,20,-19,20"},"\u00e3":{"d":"91,-162v48,0,80,26,80,73r0,89r-30,0r0,-91v-2,-28,-23,-43,-52,-43v-30,0,-52,20,-52,54v-1,51,64,77,93,33r0,35v-47,37,-127,-2,-122,-68v3,-50,31,-82,83,-82xm116,-183v-23,2,-58,-28,-65,2r-16,0v1,-18,13,-34,33,-35v18,-1,30,13,47,13v7,-4,16,-4,16,-16r16,0v-2,18,-15,34,-31,36"},"\u00e5":{"d":"91,-162v48,0,80,26,80,73r0,89r-30,0r0,-91v-2,-28,-23,-43,-52,-43v-30,0,-52,20,-52,54v-1,51,64,77,93,33r0,35v-47,37,-127,-2,-122,-68v3,-50,31,-82,83,-82xm93,-177v-19,1,-36,-14,-35,-33v1,-19,14,-34,33,-34v18,0,35,13,34,34v0,20,-14,32,-32,33xm91,-192v10,0,19,-8,19,-18v-1,-11,-8,-17,-19,-18v-10,0,-17,7,-17,17v0,11,6,19,17,19"},"\u00e7":{"d":"79,-1v-35,-9,-67,-34,-65,-78v2,-57,42,-84,107,-79r0,27v-45,-4,-76,11,-76,53v1,39,32,55,76,50r0,28r-26,0r-14,17v20,-4,38,4,38,24v0,32,-48,38,-71,23r6,-14v8,6,41,12,39,-7v-1,-14,-13,-17,-27,-11v-13,-11,8,-22,13,-33","w":128},"\u00e9":{"d":"10,-76v-5,-93,128,-114,159,-36r-107,60r-13,-24r79,-43v-27,-32,-92,-8,-87,42v3,31,21,53,52,53v34,0,47,-20,53,-50r29,4v-6,43,-35,74,-84,74v-46,0,-78,-34,-81,-80xm70,-177r29,-47r36,0r-42,47r-23,0"},"\u00e8":{"d":"10,-76v-5,-93,128,-114,159,-36r-107,60r-13,-24r79,-43v-27,-32,-92,-8,-87,42v3,31,21,53,52,53v34,0,47,-20,53,-50r29,4v-6,43,-35,74,-84,74v-46,0,-78,-34,-81,-80xm91,-177r-43,-47r36,0r30,47r-23,0"},"\u00ea":{"d":"10,-76v-5,-93,128,-114,159,-36r-107,60r-13,-24r79,-43v-27,-32,-92,-8,-87,42v3,31,21,53,52,53v34,0,47,-20,53,-50r29,4v-6,43,-35,74,-84,74v-46,0,-78,-34,-81,-80xm43,-177r34,-47r30,0r33,47r-26,0r-23,-32r-21,32r-27,0"},"\u00eb":{"d":"10,-76v-5,-93,128,-114,159,-36r-107,60r-13,-24r79,-43v-27,-32,-92,-8,-87,42v3,31,21,53,52,53v34,0,47,-20,53,-50r29,4v-6,43,-35,74,-84,74v-46,0,-78,-34,-81,-80xm65,-179v-9,-1,-18,-8,-18,-20v0,-10,8,-17,18,-17v10,0,19,6,19,16v0,12,-9,21,-19,21xm118,-179v-10,-1,-19,-8,-19,-20v0,-10,9,-17,19,-17v10,0,19,7,19,17v-1,12,-7,19,-19,20"},"\u00ed":{"d":"61,0r-29,0r0,-158r29,0r0,158xm23,-177r30,-47r36,0r-42,47r-24,0","w":91},"\u00ec":{"d":"61,0r-29,0r0,-158r29,0r0,158xm45,-177r-44,-47r36,0r30,47r-22,0","w":91},"\u00ee":{"d":"61,0r-29,0r0,-158r29,0r0,158xm-3,-177r33,-47r31,0r32,47r-26,0r-22,-32r-21,32r-27,0","w":91},"\u00ef":{"d":"61,0r-29,0r0,-158r29,0r0,158xm19,-179v-10,-1,-19,-7,-19,-20v0,-10,9,-17,19,-17v9,0,19,6,18,16v1,11,-8,21,-18,21xm72,-179v-10,0,-20,-8,-19,-20v-1,-11,9,-17,19,-17v10,0,19,6,18,17v-1,12,-7,20,-18,20","w":91},"\u00f1":{"d":"83,-135v-55,0,-34,82,-38,135r-30,0r0,-97v2,-38,29,-65,68,-65v37,0,68,25,68,68r0,94r-29,0v-3,-54,16,-135,-39,-135xm106,-183v-22,1,-58,-28,-64,2r-16,0v1,-20,12,-35,33,-35v23,-1,43,24,61,5v2,-2,2,-4,2,-8r16,0v-3,19,-15,34,-32,36","w":165},"\u00f3":{"d":"61,-3v-79,-27,-59,-164,30,-159v47,2,83,31,83,82v0,58,-52,98,-113,77xm128,-120v-31,-30,-92,-7,-89,38v1,32,18,58,54,58v50,0,65,-67,35,-96xm70,-177r30,-47r36,0r-43,47r-23,0"},"\u00f2":{"d":"61,-3v-79,-27,-59,-164,30,-159v47,2,83,31,83,82v0,58,-52,98,-113,77xm128,-120v-31,-30,-92,-7,-89,38v1,32,18,58,54,58v50,0,65,-67,35,-96xm91,-177r-43,-47r37,0r29,47r-23,0"},"\u00f4":{"d":"61,-3v-79,-27,-59,-164,30,-159v47,2,83,31,83,82v0,58,-52,98,-113,77xm128,-120v-31,-30,-92,-7,-89,38v1,32,18,58,54,58v50,0,65,-67,35,-96xm43,-177r34,-47r30,0r33,47r-26,0r-23,-32r-21,32r-27,0"},"\u00f6":{"d":"61,-3v-79,-27,-59,-164,30,-159v47,2,83,31,83,82v0,58,-52,98,-113,77xm128,-120v-31,-30,-92,-7,-89,38v1,32,18,58,54,58v50,0,65,-67,35,-96xm65,-179v-9,-1,-18,-8,-18,-20v0,-10,8,-17,18,-17v10,0,19,6,19,16v0,12,-9,21,-19,21xm118,-179v-10,-1,-19,-8,-19,-20v0,-10,9,-17,19,-17v10,0,19,7,19,17v-1,12,-7,19,-19,20"},"\u00f5":{"d":"61,-3v-79,-27,-59,-164,30,-159v47,2,83,31,83,82v0,58,-52,98,-113,77xm128,-120v-31,-30,-92,-7,-89,38v1,32,18,58,54,58v50,0,65,-67,35,-96xm116,-183v-23,1,-57,-27,-65,2r-16,0v2,-17,13,-34,33,-35v19,-1,31,13,48,13v7,-4,16,-4,16,-16r16,0v-2,19,-15,34,-32,36"},"\u00fa":{"d":"82,3v-40,0,-67,-26,-67,-71r0,-90r29,0v3,54,-16,134,38,134v54,0,36,-80,39,-134r29,0r0,94v0,42,-28,67,-68,67xm61,-177r29,-47r36,0r-42,47r-23,0","w":165},"\u00f9":{"d":"82,3v-40,0,-67,-26,-67,-71r0,-90r29,0v3,54,-16,134,38,134v54,0,36,-80,39,-134r29,0r0,94v0,42,-28,67,-68,67xm82,-177r-43,-47r36,0r29,47r-22,0","w":165},"\u00fb":{"d":"82,3v-40,0,-67,-26,-67,-71r0,-90r29,0v3,54,-16,134,38,134v54,0,36,-80,39,-134r29,0r0,94v0,42,-28,67,-68,67xm34,-177r34,-47r30,0r33,47r-27,0r-22,-32r-21,32r-27,0","w":165},"\u00fc":{"d":"82,3v-40,0,-67,-26,-67,-71r0,-90r29,0v3,54,-16,134,38,134v54,0,36,-80,39,-134r29,0r0,94v0,42,-28,67,-68,67xm56,-179v-10,-1,-19,-8,-19,-20v0,-10,9,-17,19,-17v10,0,19,6,19,16v0,12,-9,21,-19,21xm109,-179v-10,-1,-19,-8,-19,-20v0,-10,9,-17,19,-17v10,0,19,7,19,17v0,12,-9,19,-19,20","w":165},"\u2020":{"d":"76,44v1,-40,-4,-111,-10,-141r10,-54r-55,9r0,-31r55,10r-9,-68r31,0r-9,68r55,-10r0,32r-55,-10r10,55v-6,31,-11,102,-11,140r-12,0","w":165},"\u00a2":{"d":"23,-127v0,-37,28,-61,60,-64r0,-40r25,0r0,41r22,0r0,29v-38,-2,-75,-1,-75,37v0,37,38,35,75,34r0,29r-22,0r0,43r-25,0r0,-43v-36,-2,-59,-28,-60,-66"},"\u00a3":{"d":"179,-106v5,64,-12,106,-73,106r-107,0r0,-28v24,-2,44,-4,42,-32r-2,-46r-22,0r0,-29r22,0v-13,-76,44,-119,109,-92r-10,27v-28,-14,-66,-2,-66,30r0,35r38,0r0,29r-37,0v-1,29,6,66,-13,77v43,1,87,3,87,-38r0,-39r32,0"},"\u00a7":{"d":"101,-1v-11,-51,-84,-67,-84,-121v0,-20,13,-31,38,-35v-34,-29,-18,-78,27,-78v25,0,42,14,51,26r-19,16v-8,-18,-46,-32,-51,-2v5,36,85,62,85,117v0,21,-17,34,-36,35v49,47,-14,106,-67,72r-19,-18r22,-16v9,23,47,31,53,4xm119,-75v-4,-22,-37,-56,-60,-62v-7,0,-14,7,-14,14v7,29,35,52,59,62v7,-2,17,-5,15,-14","w":165},"\u2022":{"d":"47,-60v-12,0,-21,-9,-21,-19v0,-10,7,-20,19,-20v11,0,21,8,20,19v0,10,-7,21,-18,20","w":91},"\u00b6":{"d":"9,-167v-2,-77,88,-63,163,-64r0,276r-27,0r0,-255r-37,0r0,255r-28,0r0,-153v-40,-1,-70,-21,-71,-59","w":198},"\u00df":{"d":"116,-198v-26,-15,-51,1,-51,36r0,162r-29,0r0,-124r-33,0r7,-28r26,0v-4,-48,15,-79,60,-79v31,0,57,17,57,49v-1,27,-16,34,-36,44v37,18,71,28,72,78v2,56,-52,64,-112,60r0,-28v38,1,83,3,83,-33v0,-50,-65,-41,-76,-76v3,-25,41,-19,40,-47v-1,-6,-3,-11,-8,-14","w":201},"\u00ae":{"d":"130,3v-73,0,-120,-51,-120,-122v0,-69,48,-117,120,-117v72,0,123,48,123,119v0,74,-46,120,-123,120xm130,-214v-55,0,-92,40,-92,98v0,58,37,99,94,99v57,0,94,-39,94,-100v0,-57,-40,-97,-96,-97xm187,-143v-2,22,-15,34,-36,36r38,60r-24,0r-35,-59r-22,0r0,59r-23,0r0,-137v47,0,106,-9,102,41xm108,-125v25,-1,56,6,56,-21v0,-22,-32,-21,-56,-20r0,41","w":264},"\u00a9":{"d":"131,4v-75,0,-121,-49,-121,-121v0,-69,47,-118,120,-118v75,0,124,49,124,123v0,69,-49,116,-123,116xm133,-214v-57,0,-95,42,-95,100v0,59,38,97,94,97v54,0,94,-41,94,-99v0,-56,-38,-98,-93,-98xm134,-43v-40,0,-67,-29,-67,-74v0,-78,116,-100,128,-22r-23,0v-14,-47,-87,-28,-79,23v-7,49,68,71,79,22r23,0v-5,31,-28,51,-61,51","w":264},"\u2122":{"d":"58,-95r0,-115r-41,0r0,-21r109,0r0,21r-40,0r0,115r-28,0xm151,-95r0,-136r42,0r37,97r37,-97r41,0r0,136r-27,0r0,-109r-42,109r-19,0r-41,-107r0,107r-28,0","w":326},"\u00b4":{"d":"24,-177r29,-48r36,0r-42,48r-23,0","w":91},"\u00a8":{"d":"19,-179v-9,-1,-18,-8,-18,-20v0,-10,8,-17,18,-17v10,0,19,5,19,16v0,12,-8,21,-19,21xm72,-179v-10,-1,-19,-8,-19,-20v0,-10,9,-18,19,-17v10,0,19,6,19,17v0,12,-8,19,-19,20","w":91},"\u00c6":{"d":"283,0v-52,4,-93,-11,-113,-40r0,40r-31,0r0,-105r-86,0r0,-29r86,0v2,-41,-12,-72,-51,-72v-79,0,-38,131,-48,206r-31,0v4,-100,-25,-234,78,-235v40,0,65,18,77,48v22,-32,61,-48,119,-44r0,29v-61,-4,-103,20,-111,68r111,0r0,29r-112,0v7,51,46,84,112,76r0,29","w":293},"\u00d8":{"d":"183,-186v-54,-43,-146,-3,-144,68v0,22,6,41,19,59xm250,-114v0,98,-119,152,-197,93r-26,26r-30,0r40,-42v-19,-23,-29,-42,-29,-81v0,-95,120,-150,196,-90r25,-26r31,0r-40,41v15,22,30,42,30,79xm74,-43v53,43,142,4,142,-69v0,-24,-6,-43,-18,-59","w":256},"\u00b1":{"d":"86,-110r0,-47r26,0r0,47r67,0r0,26r-67,0r0,48r-26,0r0,-48r-66,0r0,-26r66,0xm20,1r0,-25r159,0r0,25r-159,0","w":198},"\u00a5":{"d":"4,-231v46,3,79,28,88,67v9,-39,42,-65,88,-67r0,29v-37,1,-49,20,-64,46r54,0r0,29r-62,0r0,20r62,0r0,29r-62,0r0,78r-32,0r0,-78r-62,0r0,-29r62,0r0,-20r-62,0r0,-29r54,0v-12,-28,-30,-45,-64,-46r0,-29"},"\u00b5":{"d":"82,-24v55,0,36,-80,39,-134r29,0v1,77,10,164,-68,161v-15,0,-28,-3,-38,-11r0,80r-29,0r0,-230r29,0v3,54,-16,134,38,134","w":165},"\u00aa":{"d":"57,-235v52,0,55,45,51,97r-20,0v0,-38,9,-84,-33,-80v-17,1,-33,12,-33,32v0,31,41,45,59,20r0,21v-30,22,-81,-1,-79,-41v1,-32,22,-49,55,-49","w":110},"\u00ba":{"d":"55,-137v-31,0,-54,-17,-54,-49v0,-32,24,-50,53,-50v33,0,56,18,56,52v0,28,-25,47,-55,47xm55,-218v-20,0,-33,13,-33,32v0,18,14,32,33,32v19,-1,33,-12,33,-32v0,-20,-13,-32,-33,-32","w":110},"\u00e6":{"d":"287,-59v-10,70,-123,81,-149,24v-17,46,-132,58,-132,-9v0,-52,59,-60,106,-72v-15,-26,-66,-21,-90,-3r-14,-24v42,-28,113,-26,132,17v17,-43,106,-45,129,-4v5,9,11,17,14,25r-107,44r-11,-24r76,-31v-28,-36,-93,-9,-88,38v3,32,25,54,56,54v32,0,41,-20,51,-46xm66,-24v38,-1,60,-25,57,-67v-39,8,-79,12,-88,48v1,13,12,19,31,19","w":293},"\u00f8":{"d":"174,-77v4,65,-82,103,-132,64r-16,16r-29,0r31,-30v-43,-48,-5,-139,61,-135v21,1,39,8,53,17r15,-17r29,0r-30,32v11,12,17,30,18,53xm122,-125v-46,-32,-105,26,-74,77xm62,-34v30,24,81,0,81,-45v0,-13,-3,-24,-8,-31"},"\u00bf":{"d":"75,-122v-11,1,-21,-9,-21,-20v0,-13,9,-22,21,-22v12,0,20,9,20,21v0,14,-8,20,-20,21xm2,7v0,-39,27,-64,58,-70r0,-44r29,0r0,74v-29,-4,-60,10,-57,42v2,24,16,36,39,38v27,1,35,-22,36,-45r32,0v0,47,-33,74,-71,74v-37,0,-66,-28,-66,-69","w":146},"\u00a1":{"d":"38,-122v-12,-1,-21,-10,-21,-23v-1,-12,10,-19,20,-19v12,0,21,8,21,21v1,11,-10,21,-20,21xm24,-107r27,0r0,179r-27,0r0,-179","w":73},"\u00ac":{"d":"20,-99r0,-26r159,0r0,91r-27,0r0,-65r-132,0","w":198},"\u0192":{"d":"8,42v28,12,47,-5,52,-32r23,-124r-44,0r0,-29r49,0v7,-55,30,-114,94,-88r-5,29v-24,-10,-46,-1,-51,25r-7,34r47,0r0,29r-52,0v-16,62,-9,144,-50,181v-17,14,-47,12,-67,3"},"\u00ab":{"d":"77,-80r41,-50r26,0r-41,51r43,51r-26,0xm21,-79r41,-51r25,0r-40,51r42,51r-25,0","w":165},"\u00bb":{"d":"118,-79r-40,-51r26,0r40,51r-43,51r-25,0xm62,-79r-40,-51r25,0r40,51r-42,51r-25,0","w":165},"\u2026":{"d":"276,1v-10,0,-20,-7,-20,-18v0,-12,9,-19,19,-19v11,0,20,7,20,19v0,11,-9,18,-19,18xm165,1v-10,0,-19,-7,-19,-18v0,-18,21,-26,33,-14v12,12,3,32,-14,32xm55,1v-10,0,-20,-7,-20,-18v0,-12,9,-20,20,-20v12,0,20,8,20,20v1,12,-10,18,-20,18","w":330},"\u00c0":{"d":"93,-206v-32,0,-47,23,-48,53r0,153r-32,0v8,-95,-31,-231,78,-235v104,-4,77,134,80,235r-31,0r0,-105r-83,0r0,-30r83,0v2,-41,-10,-70,-47,-71xm91,-244r-43,-47r36,0r30,47r-23,0"},"\u00c3":{"d":"93,-206v-32,0,-47,23,-48,53r0,153r-32,0v8,-95,-31,-231,78,-235v104,-4,77,134,80,235r-31,0r0,-105r-83,0r0,-30r83,0v2,-41,-10,-70,-47,-71xm65,-262v-6,0,-14,8,-13,15r-16,0v2,-19,12,-36,33,-36v23,1,55,29,64,-2r15,0v-3,18,-13,33,-31,35v-19,2,-38,-12,-52,-12"},"\u00d5":{"d":"128,-206v-50,0,-87,34,-87,86v0,57,35,89,87,96v48,-4,89,-37,89,-92v0,-53,-36,-90,-89,-90xm131,4v-74,0,-123,-47,-123,-124v0,-69,50,-115,117,-115v73,0,125,46,125,118v0,70,-48,121,-119,121xm153,-250v-23,2,-57,-27,-65,2r-16,0v2,-18,13,-34,33,-35v19,-1,31,11,47,13v8,-4,17,-5,17,-16r15,0v-2,20,-13,34,-31,36","w":256},"\u0152":{"d":"114,4v-69,0,-115,-51,-115,-120v0,-67,47,-119,115,-119v46,0,82,26,96,60v20,-33,54,-63,116,-56r0,29v-52,1,-91,25,-99,68r99,0r0,29r-99,0v6,47,41,81,99,76r0,28v-62,7,-96,-22,-116,-56v-16,34,-47,61,-96,61xm112,-25v52,0,82,-38,82,-91v0,-48,-31,-90,-79,-90v-53,0,-84,39,-84,91v0,52,31,90,81,90","w":330},"\u0153":{"d":"88,4v-49,0,-83,-33,-83,-81v0,-46,29,-83,80,-83v35,0,57,15,70,35v16,-22,32,-35,69,-36v36,0,64,20,82,59r-113,49r-10,-26r82,-35v-29,-36,-98,-15,-94,37v2,29,26,52,55,53v30,1,49,-22,53,-48r29,11v-22,74,-109,89,-151,28v-13,20,-38,37,-69,37xm86,-24v34,1,55,-23,55,-55v0,-33,-22,-54,-55,-54v-29,0,-51,22,-51,54v0,33,21,54,51,55","w":311},"\u2013":{"d":"0,-69r0,-20r165,0r0,20r-165,0","w":165},"\u2014":{"d":"-3,-88r330,0r0,20r-330,0r0,-20","w":330},"\u201c":{"d":"90,-164r-15,-67r28,0r12,67r-25,0xm29,-164r-15,-67r27,0r12,67r-24,0","w":128},"\u201d":{"d":"36,-165r-23,0r10,-68r29,0xm99,-165r-23,0r10,-68r28,0","w":128},"\u2018":{"d":"30,-164r-14,-67r27,0r12,67r-25,0","w":73},"\u2019":{"d":"19,-165r11,-66r29,0r-16,66r-24,0","w":73},"\u00ff":{"d":"68,3v-29,-9,-51,-25,-51,-60r0,-102r29,0v5,51,-20,134,36,134v57,0,32,-82,37,-134r30,0v0,71,12,153,-52,162r0,67r-29,0r0,-67xm56,-180v-10,0,-19,-8,-19,-19v0,-10,9,-18,19,-18v10,-1,19,7,19,17v0,12,-9,20,-19,20xm109,-180v-9,0,-19,-8,-19,-19v0,-10,9,-18,19,-18v10,0,19,6,19,17v-1,12,-7,20,-19,20","w":156},"\u00a4":{"d":"42,-180v22,-24,76,-22,99,0r18,-19r16,16r-18,19v23,25,22,76,0,97r18,19r-16,16r-18,-19v-28,24,-73,21,-99,0r-18,19r-16,-16r18,-19v-22,-22,-20,-75,0,-97r-18,-20r16,-15xm91,-60v32,0,55,-24,55,-57v0,-33,-23,-56,-56,-56v-31,0,-53,25,-53,58v0,33,23,55,54,55"},"\u2039":{"d":"22,-79r42,-51r25,0r-41,51r43,51r-25,0","w":109},"\u203a":{"d":"62,-79r-41,-51r26,0r40,51r-43,51r-25,0","w":109},"\uf001":{"d":"98,-203v-37,-4,-58,8,-51,45r46,0r0,28r-46,0r0,127r-30,0r0,-172v-1,-48,34,-59,81,-56r0,28xm130,-176v-9,0,-18,-7,-18,-18v0,-12,9,-18,18,-18v9,0,18,6,18,18v0,12,-9,17,-18,18xm116,-1r0,-157r29,0r0,157r-29,0","w":165},"\uf002":{"d":"17,-173v0,-44,32,-64,81,-58r0,27v-36,-4,-57,7,-51,46r46,0r0,27r-46,0r0,131r-30,0r0,-173xm145,0r-29,0r0,-231r29,0r0,231","w":165},"\u2021":{"d":"21,-142r0,-31r55,10r-10,-68r33,0r-10,68r55,-10r0,31r-55,-9r10,58r-10,58r55,-11r0,32r-55,-10r10,69r-33,0r10,-69r-55,10r0,-32r55,11r-10,-58r10,-58","w":165},"\u00b7":{"d":"24,-114v0,-33,23,-58,56,-59v36,-1,55,23,60,53v-2,34,-20,62,-55,62v-36,0,-61,-23,-61,-56","w":165},"\u201e":{"d":"75,34r12,-67r28,0r-16,67r-24,0xm14,34r12,-67r27,0r-15,67r-24,0","w":128},"\u2030":{"d":"22,4r154,-239r20,0r-153,239r-21,0xm51,-127v-31,0,-55,-20,-55,-52v0,-34,22,-56,55,-56v32,0,53,22,53,53v0,32,-21,55,-53,55xm166,4v-33,0,-56,-20,-56,-51v0,-35,22,-55,56,-57v32,-1,53,27,53,53v0,33,-22,55,-53,55xm51,-208v-16,0,-30,11,-30,27v0,17,13,27,28,28v17,0,29,-11,29,-29v0,-16,-10,-26,-27,-26xm164,-78v-18,0,-27,13,-28,29v-1,15,16,27,29,27v16,0,28,-11,28,-27v0,-18,-12,-29,-29,-29xm283,4v-33,-1,-55,-21,-55,-56v0,-31,22,-52,55,-52v32,0,54,24,54,56v0,26,-23,53,-54,52xm253,-49v0,14,12,27,29,27v19,0,28,-9,28,-29v0,-16,-13,-28,-28,-28v-18,-1,-29,13,-29,30","w":330},"\u00c2":{"d":"93,-206v-32,0,-47,23,-48,53r0,153r-32,0v8,-95,-31,-231,78,-235v104,-4,77,134,80,235r-31,0r0,-105r-83,0r0,-30r83,0v2,-41,-10,-70,-47,-71xm44,-244r33,-47r31,0r33,47r-27,0r-22,-31r-21,31r-27,0"},"\u00ca":{"d":"152,0v-87,4,-144,-34,-144,-114v0,-81,58,-122,144,-117r0,29v-60,-3,-103,19,-112,67r112,0r0,30r-112,0v7,51,46,83,112,76r0,29xm63,-244r34,-47r30,0r33,47r-27,0r-21,-32r-22,32r-27,0","w":165},"\u00c1":{"d":"93,-206v-32,0,-47,23,-48,53r0,153r-32,0v8,-95,-31,-231,78,-235v104,-4,77,134,80,235r-31,0r0,-105r-83,0r0,-30r83,0v2,-41,-10,-70,-47,-71xm70,-244r30,-47r36,0r-43,47r-23,0"},"\u00cb":{"d":"152,0v-87,4,-144,-34,-144,-114v0,-81,58,-122,144,-117r0,29v-60,-3,-103,19,-112,67r112,0r0,30r-112,0v7,51,46,83,112,76r0,29xm85,-246v-10,-1,-19,-8,-19,-20v0,-10,9,-17,19,-17v10,0,19,6,19,16v-1,11,-8,22,-19,21xm138,-246v-10,-1,-19,-8,-19,-20v0,-10,9,-17,19,-17v10,0,19,7,19,17v0,12,-9,19,-19,20","w":165},"\u00c8":{"d":"152,0v-87,4,-144,-34,-144,-114v0,-81,58,-122,144,-117r0,29v-60,-3,-103,19,-112,67r112,0r0,30r-112,0v7,51,46,83,112,76r0,29xm111,-244r-43,-47r36,0r29,47r-22,0","w":165},"\u00cd":{"d":"21,0r0,-231r32,0r0,231r-32,0xm12,-244r30,-47r36,0r-43,47r-23,0","w":73},"\u00ce":{"d":"21,0r0,-231r32,0r0,231r-32,0xm-14,-244r33,-47r30,0r33,47r-26,0r-22,-32r-21,32r-27,0","w":73},"\u00cf":{"d":"21,0r0,-231r32,0r0,231r-32,0xm8,-246v-10,-1,-20,-8,-19,-20v0,-11,9,-17,19,-17v9,-1,19,6,18,16v1,11,-8,21,-18,21xm61,-246v-10,0,-20,-8,-19,-20v-1,-12,9,-17,19,-17v10,-1,19,7,18,17v-1,12,-7,20,-18,20","w":73},"\u00cc":{"d":"21,0r0,-231r32,0r0,231r-32,0xm34,-245r-44,-47r36,0r30,47r-22,0","w":73},"\u00d3":{"d":"128,-206v-50,0,-87,34,-87,86v0,57,35,89,87,96v48,-4,89,-37,89,-92v0,-53,-36,-90,-89,-90xm131,4v-74,0,-123,-47,-123,-124v0,-69,50,-115,117,-115v73,0,125,46,125,118v0,70,-48,121,-119,121xm106,-244r30,-47r36,0r-42,47r-24,0","w":256},"\u00d4":{"d":"128,-206v-50,0,-87,34,-87,86v0,57,35,89,87,96v48,-4,89,-37,89,-92v0,-53,-36,-90,-89,-90xm131,4v-74,0,-123,-47,-123,-124v0,-69,50,-115,117,-115v73,0,125,46,125,118v0,70,-48,121,-119,121xm80,-244r34,-47r30,0r33,47r-27,0r-22,-32r-21,32r-27,0","w":256},"\u00d2":{"d":"128,-206v-50,0,-87,34,-87,86v0,57,35,89,87,96v48,-4,89,-37,89,-92v0,-53,-36,-90,-89,-90xm131,4v-74,0,-123,-47,-123,-124v0,-69,50,-115,117,-115v73,0,125,46,125,118v0,70,-48,121,-119,121xm128,-245r-43,-47r35,0r30,47r-22,0","w":256},"\u00da":{"d":"91,3v-46,0,-75,-30,-75,-79r0,-155r31,0r0,152v-1,34,16,54,45,54v29,0,45,-23,45,-51r0,-155r31,0r0,153v0,48,-29,81,-77,81xm70,-244r30,-47r36,0r-43,47r-23,0"},"\u00db":{"d":"91,3v-46,0,-75,-30,-75,-79r0,-155r31,0r0,152v-1,34,16,54,45,54v29,0,45,-23,45,-51r0,-155r31,0r0,153v0,48,-29,81,-77,81xm44,-244r33,-47r31,0r33,47r-27,0r-22,-32r-21,32r-27,0"},"\u00d9":{"d":"91,3v-46,0,-75,-30,-75,-79r0,-155r31,0r0,152v-1,34,16,54,45,54v29,0,45,-23,45,-51r0,-155r31,0r0,153v0,48,-29,81,-77,81xm91,-244r-43,-47r37,0r29,47r-23,0"},"\u0131":{"d":"61,0r-29,0r0,-158r29,0r0,158","w":91},"\u02c6":{"d":"-3,-177r34,-47r30,0r33,47r-26,0r-22,-32r-22,32r-27,0","w":91},"\u02dc":{"d":"70,-183v-22,1,-58,-28,-64,2r-16,0v1,-18,12,-34,32,-35v19,-1,31,13,48,13v7,-4,16,-5,16,-16r16,0v-2,19,-16,34,-32,36","w":91},"\u02d8":{"d":"97,-224v1,45,-62,57,-90,32v-8,-8,-12,-19,-12,-32r17,0v2,16,13,25,34,25v19,0,30,-8,34,-25r17,0","w":91},"\u02da":{"d":"47,-177v-18,0,-35,-14,-35,-33v1,-20,14,-34,34,-34v18,0,33,14,33,34v0,19,-15,32,-32,33xm28,-212v-1,24,37,25,36,2v-1,-11,-8,-19,-19,-19v-10,0,-17,7,-17,17","w":91},"\u00b8":{"d":"82,43v0,29,-46,35,-72,21r6,-13v16,11,55,0,36,-19v-9,-9,-26,6,-30,-7v11,-10,12,-32,37,-28r-16,21v19,-6,39,5,39,25","w":91},"\u00a0":{"w":91}}});


/*** Tipography Effects ***/
/*Cufon.replace("#welcome h1");Cufon.replace("#welcome p a");*/
Cufon.replace("#breadcrumb a");
Cufon.replace(".description h2");
Cufon.replace(".description p");


Cufon.replace("#main h1");Cufon.replace("#main h2");Cufon.replace("#main h3");
Cufon.replace("#mainfull h1");Cufon.replace("#mainfull h2");Cufon.replace("#mainfull h3");
Cufon.replace("#mainhome h1");Cufon.replace("#mainhome h2");Cufon.replace("#mainhome h3");
Cufon.replace("#sidebar h1");Cufon.replace("#sidebar h2");Cufon.replace("#sidebar h3");

Cufon.replace("ul#portfolio-filter li a");Cufon.replace("ul#portfolio-list li a");
Cufon.replace("ul#services-filter li a");Cufon.replace("ul#agencia-filter li a");

Cufon.replace("#footer h2");Cufon.replace("#footer h3");Cufon.replace("#footer_services a");Cufon.replace("#footer_menu a");Cufon.replace("#footer_social a");Cufon.replace("#footer_address p");



Cufon.replace("#cloud a");
Cufon.replace(".address p");
Cufon.replace(".list li a");
Cufon.replace("#tags");


/*

Cufon.replace("#sidebar h1");Cufon.replace("#sidebar h2");Cufon.replace("#sidebar h3");
Cufon.replace("ul#portfolio-filter li a");Cufon.replace("ul#portfolio-list li a");
Cufon.replace("ul#services-filter li a");

Cufon.replace("#footer h3");Cufon.replace("#footer_menu a");Cufon.replace("#footer_wedo a");
Cufon.replace("#footer_social a");Cufon.replace("#footer_address p");
Cufon.replace(".address");

Cufon.replace("#sidebar li a");


Cufon.replace("#featured #slides .slide .banner h2");
Cufon.replace("#featured #slides .slide .banner p");

Cufon.replace("#tags");
Cufon.replace(".cloud a");*/

/*** Tipography Effects ***/





/*** PrettyPhoto***/
(function($){$.prettyPhoto={version:'3.0'};$.fn.prettyPhoto=function(pp_settings){pp_settings=jQuery.extend({animation_speed:'fast',slideshow:false,autoplay_slideshow:false,opacity:0.80,show_title:true,allow_resize:true,default_width:500,default_height:344,counter_separator_label:'/',theme:'facebook',hideflash:false,wmode:'opaque',autoplay:true,modal:false,overlay_gallery:true,keyboard_shortcuts:true,changepicturecallback:function(){},callback:function(){},markup:'<div class="pp_pic_holder"> \
      <div class="ppt">&nbsp;</div> \
      <div class="pp_top"> \
       <div class="pp_left"></div> \
       <div class="pp_middle"></div> \
       <div class="pp_right"></div> \
      </div> \
      <div class="pp_content_container"> \
       <div class="pp_left"> \
       <div class="pp_right"> \
        <div class="pp_content"> \
         <div class="pp_loaderIcon"></div> \
         <div class="pp_fade"> \
          <a href="#" class="pp_expand" title="Expand the image">Expand</a> \
          <div class="pp_hoverContainer"> \
           <a class="pp_next" href="#">next</a> \
           <a class="pp_previous" href="#">previous</a> \
          </div> \
          <div id="pp_full_res"></div> \
          <div class="pp_details clearfix"> \
           <p class="pp_description"></p> \
           <a class="pp_close" href="#">Close</a> \
           <div class="pp_nav"> \
            <a href="#" class="pp_arrow_previous">Previous</a> \
            <p class="currentTextHolder">0/0</p> \
            <a href="#" class="pp_arrow_next">Next</a> \
           </div> \
          </div> \
         </div> \
        </div> \
       </div> \
       </div> \
      </div> \
      <div class="pp_bottom"> \
       <div class="pp_left"></div> \
       <div class="pp_middle"></div> \
       <div class="pp_right"></div> \
      </div> \
     </div> \
     <div class="pp_overlay"></div>',gallery_markup:'<div class="pp_gallery"> \
        <a href="#" class="pp_arrow_previous">Previous</a> \
        <ul> \
         {gallery} \
        </ul> \
        <a href="#" class="pp_arrow_next">Next</a> \
       </div>',image_markup:'<img id="fullResImage" src="" />',flash_markup:'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="{width}" height="{height}"><param name="wmode" value="{wmode}" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="{path}" /><embed src="{path}" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="{width}" height="{height}" wmode="{wmode}"></embed></object>',quicktime_markup:'<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="{height}" width="{width}"><param name="src" value="{path}"><param name="autoplay" value="{autoplay}"><param name="type" value="video/quicktime"><embed src="{path}" height="{height}" width="{width}" autoplay="{autoplay}" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"></embed></object>',iframe_markup:'<iframe src ="{path}" width="{width}" height="{height}" frameborder="no"></iframe>',inline_markup:'<div class="pp_inline clearfix">{content}</div>',custom_markup:''},pp_settings);var matchedObjects=this,percentBased=false,correctSizes,pp_open,pp_contentHeight,pp_contentWidth,pp_containerHeight,pp_containerWidth,windowHeight=$(window).height(),windowWidth=$(window).width(),pp_slideshow;doresize=true,scroll_pos=_get_scroll();$(window).unbind('resize').resize(function(){_center_overlay();_resize_overlay();});if(pp_settings.keyboard_shortcuts){$(document).unbind('keydown').keydown(function(e){if(typeof $pp_pic_holder!='undefined'){if($pp_pic_holder.is(':visible')){switch(e.keyCode){case 37:$.prettyPhoto.changePage('previous');break;case 39:$.prettyPhoto.changePage('next');break;case 27:if(!settings.modal)
$.prettyPhoto.close();break;};return false;};};});}
$.prettyPhoto.initialize=function(){settings=pp_settings;if($.browser.msie&&parseInt($.browser.version)==6)settings.theme="light_square";_buildOverlay(this);if(settings.allow_resize)
$(window).scroll(function(){_center_overlay();});_center_overlay();set_position=jQuery.inArray($(this).attr('href'),pp_images);$.prettyPhoto.open();return false;}
$.prettyPhoto.open=function(event){if(typeof settings=="undefined"){settings=pp_settings;if($.browser.msie&&$.browser.version==6)settings.theme="light_square";_buildOverlay(event.target);pp_images=$.makeArray(arguments[0]);pp_titles=(arguments[1])?$.makeArray(arguments[1]):$.makeArray("");pp_descriptions=(arguments[2])?$.makeArray(arguments[2]):$.makeArray("");isSet=(pp_images.length>1)?true:false;set_position=0;}
if($.browser.msie&&$.browser.version==6)$('select').css('visibility','hidden');if(settings.hideflash)$('object,embed').css('visibility','hidden');_checkPosition($(pp_images).size());$('.pp_loaderIcon').show();if($ppt.is(':hidden'))$ppt.css('opacity',0).show();$pp_overlay.show().fadeTo(settings.animation_speed,settings.opacity);$pp_pic_holder.find('.currentTextHolder').text((set_position+1)+settings.counter_separator_label+$(pp_images).size());$pp_pic_holder.find('.pp_description').show().html(unescape(pp_descriptions[set_position]));(settings.show_title&&pp_titles[set_position]!=""&&typeof pp_titles[set_position]!="undefined")?$ppt.html(unescape(pp_titles[set_position])):$ppt.html('&nbsp;');movie_width=(parseFloat(grab_param('width',pp_images[set_position])))?grab_param('width',pp_images[set_position]):settings.default_width.toString();movie_height=(parseFloat(grab_param('height',pp_images[set_position])))?grab_param('height',pp_images[set_position]):settings.default_height.toString();if(movie_width.indexOf('%')!=-1||movie_height.indexOf('%')!=-1){movie_height=parseFloat(($(window).height()*parseFloat(movie_height)/100)-150);movie_width=parseFloat(($(window).width()*parseFloat(movie_width)/100)-150);percentBased=true;}else{percentBased=false;}
$pp_pic_holder.fadeIn(function(){imgPreloader="";switch(_getFileType(pp_images[set_position])){case'image':imgPreloader=new Image();nextImage=new Image();if(isSet&&set_position>$(pp_images).size())nextImage.src=pp_images[set_position+1];prevImage=new Image();if(isSet&&pp_images[set_position-1])prevImage.src=pp_images[set_position-1];$pp_pic_holder.find('#pp_full_res')[0].innerHTML=settings.image_markup;$pp_pic_holder.find('#fullResImage').attr('src',pp_images[set_position]);imgPreloader.onload=function(){correctSizes=_fitToViewport(imgPreloader.width,imgPreloader.height);_showContent();};imgPreloader.onerror=function(){alert('Image cannot be loaded. Make sure the path is correct and image exist.');$.prettyPhoto.close();};imgPreloader.src=pp_images[set_position];break;case'youtube':correctSizes=_fitToViewport(movie_width,movie_height);movie='http://www.youtube.com/v/'+grab_param('v',pp_images[set_position]);if(settings.autoplay)movie+="&autoplay=1";toInject=settings.flash_markup.replace(/{width}/g,correctSizes['width']).replace(/{height}/g,correctSizes['height']).replace(/{wmode}/g,settings.wmode).replace(/{path}/g,movie);break;case'vimeo':correctSizes=_fitToViewport(movie_width,movie_height);movie_id=pp_images[set_position];var regExp=/http:\/\/(www\.)?vimeo.com\/(\d+)/;var match=movie_id.match(regExp);movie='http://player.vimeo.com/video/'+match[2]+'?title=0&amp;byline=0&amp;portrait=0';if(settings.autoplay)movie+="&autoplay=1;";vimeo_width=correctSizes['width']+'/embed/?moog_width='+correctSizes['width'];toInject=settings.iframe_markup.replace(/{width}/g,vimeo_width).replace(/{height}/g,correctSizes['height']).replace(/{path}/g,movie);break;case'quicktime':correctSizes=_fitToViewport(movie_width,movie_height);correctSizes['height']+=15;correctSizes['contentHeight']+=15;correctSizes['containerHeight']+=15;toInject=settings.quicktime_markup.replace(/{width}/g,correctSizes['width']).replace(/{height}/g,correctSizes['height']).replace(/{wmode}/g,settings.wmode).replace(/{path}/g,pp_images[set_position]).replace(/{autoplay}/g,settings.autoplay);break;case'flash':correctSizes=_fitToViewport(movie_width,movie_height);flash_vars=pp_images[set_position];flash_vars=flash_vars.substring(pp_images[set_position].indexOf('flashvars')+10,pp_images[set_position].length);filename=pp_images[set_position];filename=filename.substring(0,filename.indexOf('?'));toInject=settings.flash_markup.replace(/{width}/g,correctSizes['width']).replace(/{height}/g,correctSizes['height']).replace(/{wmode}/g,settings.wmode).replace(/{path}/g,filename+'?'+flash_vars);break;case'iframe':correctSizes=_fitToViewport(movie_width,movie_height);frame_url=pp_images[set_position];frame_url=frame_url.substr(0,frame_url.indexOf('iframe')-1);toInject=settings.iframe_markup.replace(/{width}/g,correctSizes['width']).replace(/{height}/g,correctSizes['height']).replace(/{path}/g,frame_url);break;case'custom':correctSizes=_fitToViewport(movie_width,movie_height);toInject=settings.custom_markup;break;case'inline':myClone=$(pp_images[set_position]).clone().css({'width':settings.default_width}).wrapInner('<div id="pp_full_res"><div class="pp_inline clearfix"></div></div>').appendTo($('body'));correctSizes=_fitToViewport($(myClone).width(),$(myClone).height());$(myClone).remove();toInject=settings.inline_markup.replace(/{content}/g,$(pp_images[set_position]).html());break;};if(!imgPreloader){$pp_pic_holder.find('#pp_full_res')[0].innerHTML=toInject;_showContent();};});return false;};$.prettyPhoto.changePage=function(direction){currentGalleryPage=0;if(direction=='previous'){set_position--;if(set_position<0){set_position=0;return;};}else if(direction=='next'){set_position++;if(set_position>$(pp_images).size()-1){set_position=0;}}else{set_position=direction;};if(!doresize)doresize=true;$('.pp_contract').removeClass('pp_contract').addClass('pp_expand');_hideContent(function(){$.prettyPhoto.open();});};$.prettyPhoto.changeGalleryPage=function(direction){if(direction=='next'){currentGalleryPage++;if(currentGalleryPage>totalPage){currentGalleryPage=0;};}else if(direction=='previous'){currentGalleryPage--;if(currentGalleryPage<0){currentGalleryPage=totalPage;};}else{currentGalleryPage=direction;};itemsToSlide=(currentGalleryPage==totalPage)?pp_images.length-((totalPage)*itemsPerPage):itemsPerPage;$pp_pic_holder.find('.pp_gallery li').each(function(i){$(this).animate({'left':(i*itemWidth)-((itemsToSlide*itemWidth)*currentGalleryPage)});});};$.prettyPhoto.startSlideshow=function(){if(typeof pp_slideshow=='undefined'){$pp_pic_holder.find('.pp_play').unbind('click').removeClass('pp_play').addClass('pp_pause').click(function(){$.prettyPhoto.stopSlideshow();return false;});pp_slideshow=setInterval($.prettyPhoto.startSlideshow,settings.slideshow);}else{$.prettyPhoto.changePage('next');};}
$.prettyPhoto.stopSlideshow=function(){$pp_pic_holder.find('.pp_pause').unbind('click').removeClass('pp_pause').addClass('pp_play').click(function(){$.prettyPhoto.startSlideshow();return false;});clearInterval(pp_slideshow);pp_slideshow=undefined;}
$.prettyPhoto.close=function(){clearInterval(pp_slideshow);$pp_pic_holder.stop().find('object,embed').css('visibility','hidden');$('div.pp_pic_holder,div.ppt,.pp_fade').fadeOut(settings.animation_speed,function(){$(this).remove();});$pp_overlay.fadeOut(settings.animation_speed,function(){if($.browser.msie&&$.browser.version==6)$('select').css('visibility','visible');if(settings.hideflash)$('object,embed').css('visibility','visible');$(this).remove();$(window).unbind('scroll');settings.callback();doresize=true;pp_open=false;delete settings;});};_showContent=function(){$('.pp_loaderIcon').hide();$ppt.fadeTo(settings.animation_speed,1);projectedTop=scroll_pos['scrollTop']+((windowHeight/2)-(correctSizes['containerHeight']/2));if(projectedTop<0)projectedTop=0;$pp_pic_holder.find('.pp_content').animate({'height':correctSizes['contentHeight']},settings.animation_speed);$pp_pic_holder.animate({'top':projectedTop,'left':(windowWidth/2)-(correctSizes['containerWidth']/2),'width':correctSizes['containerWidth']},settings.animation_speed,function(){$pp_pic_holder.find('.pp_hoverContainer,#fullResImage').height(correctSizes['height']).width(correctSizes['width']);$pp_pic_holder.find('.pp_fade').fadeIn(settings.animation_speed);if(isSet&&_getFileType(pp_images[set_position])=="image"){$pp_pic_holder.find('.pp_hoverContainer').show();}else{$pp_pic_holder.find('.pp_hoverContainer').hide();}
if(correctSizes['resized'])$('a.pp_expand,a.pp_contract').fadeIn(settings.animation_speed);if(settings.autoplay_slideshow&&!pp_slideshow&&!pp_open)$.prettyPhoto.startSlideshow();settings.changepicturecallback();pp_open=true;});_insert_gallery();};function _hideContent(callback){$pp_pic_holder.find('#pp_full_res object,#pp_full_res embed').css('visibility','hidden');$pp_pic_holder.find('.pp_fade').fadeOut(settings.animation_speed,function(){$('.pp_loaderIcon').show();callback();});};function _checkPosition(setCount){if(set_position==setCount-1){$pp_pic_holder.find('a.pp_next').css('visibility','hidden');$pp_pic_holder.find('a.pp_next').addClass('disabled').unbind('click');}else{$pp_pic_holder.find('a.pp_next').css('visibility','visible');$pp_pic_holder.find('a.pp_next.disabled').removeClass('disabled').bind('click',function(){$.prettyPhoto.changePage('next');return false;});};if(set_position==0){$pp_pic_holder.find('a.pp_previous').css('visibility','hidden').addClass('disabled').unbind('click');}else{$pp_pic_holder.find('a.pp_previous.disabled').css('visibility','visible').removeClass('disabled').bind('click',function(){$.prettyPhoto.changePage('previous');return false;});};(setCount>1)?$('.pp_nav').show():$('.pp_nav').hide();};function _fitToViewport(width,height){resized=false;_getDimensions(width,height);imageWidth=width,imageHeight=height;if(((pp_containerWidth>windowWidth)||(pp_containerHeight>windowHeight))&&doresize&&settings.allow_resize&&!percentBased){resized=true,fitting=false;while(!fitting){if((pp_containerWidth>windowWidth)){imageWidth=(windowWidth-200);imageHeight=(height/width)*imageWidth;}else if((pp_containerHeight>windowHeight)){imageHeight=(windowHeight-200);imageWidth=(width/height)*imageHeight;}else{fitting=true;};pp_containerHeight=imageHeight,pp_containerWidth=imageWidth;};_getDimensions(imageWidth,imageHeight);};return{width:Math.floor(imageWidth),height:Math.floor(imageHeight),containerHeight:Math.floor(pp_containerHeight),containerWidth:Math.floor(pp_containerWidth)+40,contentHeight:Math.floor(pp_contentHeight),contentWidth:Math.floor(pp_contentWidth),resized:resized};};function _getDimensions(width,height){width=parseFloat(width);height=parseFloat(height);$pp_details=$pp_pic_holder.find('.pp_details');$pp_details.width(width);detailsHeight=parseFloat($pp_details.css('marginTop'))+parseFloat($pp_details.css('marginBottom'));$pp_details=$pp_details.clone().appendTo($('body')).css({'position':'absolute','top':-10000});detailsHeight+=$pp_details.height();detailsHeight=(detailsHeight<=34)?36:detailsHeight;if($.browser.msie&&$.browser.version==7)detailsHeight+=8;$pp_details.remove();pp_contentHeight=height+detailsHeight;pp_contentWidth=width;pp_containerHeight=pp_contentHeight+$ppt.height()+$pp_pic_holder.find('.pp_top').height()+$pp_pic_holder.find('.pp_bottom').height();pp_containerWidth=width;}
function _getFileType(itemSrc){if(itemSrc.match(/youtube\.com\/watch/i)){return'youtube';}else if(itemSrc.match(/vimeo\.com/i)){return'vimeo';}else if(itemSrc.indexOf('.mov')!=-1){return'quicktime';}else if(itemSrc.indexOf('.swf')!=-1){return'flash';}else if(itemSrc.indexOf('iframe')!=-1){return'iframe';}else if(itemSrc.indexOf('custom')!=-1){return'custom';}else if(itemSrc.substr(0,1)=='#'){return'inline';}else{return'image';};};function _center_overlay(){if(doresize&&typeof $pp_pic_holder!='undefined'){scroll_pos=_get_scroll();titleHeight=$ppt.height(),contentHeight=$pp_pic_holder.height(),contentwidth=$pp_pic_holder.width();projectedTop=(windowHeight/2)+scroll_pos['scrollTop']-(contentHeight/2);$pp_pic_holder.css({'top':projectedTop,'left':(windowWidth/2)+scroll_pos['scrollLeft']-(contentwidth/2)});};};function _get_scroll(){if(self.pageYOffset){return{scrollTop:self.pageYOffset,scrollLeft:self.pageXOffset};}else if(document.documentElement&&document.documentElement.scrollTop){return{scrollTop:document.documentElement.scrollTop,scrollLeft:document.documentElement.scrollLeft};}else if(document.body){return{scrollTop:document.body.scrollTop,scrollLeft:document.body.scrollLeft};};};function _resize_overlay(){windowHeight=$(window).height(),windowWidth=$(window).width();if(typeof $pp_overlay!="undefined")$pp_overlay.height($(document).height());};function _insert_gallery(){if(isSet&&settings.overlay_gallery&&_getFileType(pp_images[set_position])=="image"){itemWidth=52+5;navWidth=(settings.theme=="facebook")?58:38;itemsPerPage=Math.floor((correctSizes['containerWidth']-100-navWidth)/itemWidth);itemsPerPage=(itemsPerPage<pp_images.length)?itemsPerPage:pp_images.length;totalPage=Math.ceil(pp_images.length/itemsPerPage)-1;if(totalPage==0){navWidth=0;$pp_pic_holder.find('.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous').hide();}else{$pp_pic_holder.find('.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous').show();};galleryWidth=itemsPerPage*itemWidth+navWidth;$pp_pic_holder.find('.pp_gallery').width(galleryWidth).css('margin-left',-(galleryWidth/2));$pp_pic_holder.find('.pp_gallery ul').width(itemsPerPage*itemWidth).find('li.selected').removeClass('selected');goToPage=(Math.floor(set_position/itemsPerPage)<=totalPage)?Math.floor(set_position/itemsPerPage):totalPage;if(itemsPerPage){$pp_pic_holder.find('.pp_gallery').hide().show().removeClass('disabled');}else{$pp_pic_holder.find('.pp_gallery').hide().addClass('disabled');}
$.prettyPhoto.changeGalleryPage(goToPage);$pp_pic_holder.find('.pp_gallery ul li:eq('+set_position+')').addClass('selected');}else{$pp_pic_holder.find('.pp_content').unbind('mouseenter mouseleave');$pp_pic_holder.find('.pp_gallery').hide();}}
function _buildOverlay(caller){theRel=$(caller).attr('rel');galleryRegExp=/\[(?:.*)\]/;isSet=(galleryRegExp.exec(theRel))?true:false;pp_images=(isSet)?jQuery.map(matchedObjects,function(n,i){if($(n).attr('rel').indexOf(theRel)!=-1)return $(n).attr('href');}):$.makeArray($(caller).attr('href'));pp_titles=(isSet)?jQuery.map(matchedObjects,function(n,i){if($(n).attr('rel').indexOf(theRel)!=-1)return($(n).find('img').attr('alt'))?$(n).find('img').attr('alt'):"";}):$.makeArray($(caller).find('img').attr('alt'));pp_descriptions=(isSet)?jQuery.map(matchedObjects,function(n,i){if($(n).attr('rel').indexOf(theRel)!=-1)return($(n).attr('title'))?$(n).attr('title'):"";}):$.makeArray($(caller).attr('title'));$('body').append(settings.markup);$pp_pic_holder=$('.pp_pic_holder'),$ppt=$('.ppt'),$pp_overlay=$('div.pp_overlay');if(isSet&&settings.overlay_gallery){currentGalleryPage=0;toInject="";for(var i=0;i<pp_images.length;i++){var regex=new RegExp("(.*?)\.(jpg|jpeg|png|gif)$");var results=regex.exec(pp_images[i]);if(!results){classname='default';}else{classname='';}
toInject+="<li class='"+classname+"'><a href='#'><img src='"+pp_images[i]+"' width='50' alt='' /></a></li>";};toInject=settings.gallery_markup.replace(/{gallery}/g,toInject);$pp_pic_holder.find('#pp_full_res').after(toInject);$pp_pic_holder.find('.pp_gallery .pp_arrow_next').click(function(){$.prettyPhoto.changeGalleryPage('next');$.prettyPhoto.stopSlideshow();return false;});$pp_pic_holder.find('.pp_gallery .pp_arrow_previous').click(function(){$.prettyPhoto.changeGalleryPage('previous');$.prettyPhoto.stopSlideshow();return false;});$pp_pic_holder.find('.pp_content').hover(function(){$pp_pic_holder.find('.pp_gallery:not(.disabled)').fadeIn();},function(){$pp_pic_holder.find('.pp_gallery:not(.disabled)').fadeOut();});itemWidth=52+5;$pp_pic_holder.find('.pp_gallery ul li').each(function(i){$(this).css({'position':'absolute','left':i*itemWidth});$(this).find('a').unbind('click').click(function(){$.prettyPhoto.changePage(i);$.prettyPhoto.stopSlideshow();return false;});});};if(settings.slideshow){$pp_pic_holder.find('.pp_nav').prepend('<a href="#" class="pp_play">Play</a>')
$pp_pic_holder.find('.pp_nav .pp_play').click(function(){$.prettyPhoto.startSlideshow();return false;});}
$pp_pic_holder.attr('class','pp_pic_holder '+settings.theme);$pp_overlay.css({'opacity':0,'height':$(document).height(),'width':$(document).width()}).bind('click',function(){if(!settings.modal)$.prettyPhoto.close();});$('a.pp_close').bind('click',function(){$.prettyPhoto.close();return false;});$('a.pp_expand').bind('click',function(e){if($(this).hasClass('pp_expand')){$(this).removeClass('pp_expand').addClass('pp_contract');doresize=false;}else{$(this).removeClass('pp_contract').addClass('pp_expand');doresize=true;};_hideContent(function(){$.prettyPhoto.open();});return false;});$pp_pic_holder.find('.pp_previous, .pp_nav .pp_arrow_previous').bind('click',function(){$.prettyPhoto.changePage('previous');$.prettyPhoto.stopSlideshow();return false;});$pp_pic_holder.find('.pp_next, .pp_nav .pp_arrow_next').bind('click',function(){$.prettyPhoto.changePage('next');$.prettyPhoto.stopSlideshow();return false;});_center_overlay();};return this.unbind('click').click($.prettyPhoto.initialize);};function grab_param(name,url){name=name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");var regexS="[\\?&]"+name+"=([^&#]*)";var regex=new RegExp(regexS);var results=regex.exec(url);return(results==null)?"":results[1];}})(jQuery);

/*** ****/
$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto({
		theme: 'facebook',							   	
		animationSpeed: 'normal', /* fast/slow/normal */
		opacity: 0.80, /* Value between 0 and 1 */
		showTitle: true /* true/false */
	});
});
/*** ***/
/*** PrettyPhoto***/

/*** Grayscale & Corner ***/
var grayscale=(function(){var config={colorProps:['color','backgroundColor','borderBottomColor','borderTopColor','borderLeftColor','borderRightColor','backgroundImage'],externalImageHandler:{init:function(el,src){if(el.nodeName.toLowerCase()==='img'){}else{data(el).backgroundImageSRC=src;el.style.backgroundImage='';}},reset:function(el){if(el.nodeName.toLowerCase()==='img'){}else{el.style.backgroundImage='url('+(data(el).backgroundImageSRC||'')+')';}}}},log=function(){try{window.console.log.apply(console,arguments);}
catch(e){};},isExternal=function(url){return(new RegExp('https?://(?!'+window.location.hostname+')')).test(url);},data=(function(){var cache=[0],expando='data'+(+new Date());return function(elem){var cacheIndex=elem[expando],nextCacheIndex=cache.length;if(!cacheIndex){cacheIndex=elem[expando]=nextCacheIndex;cache[cacheIndex]={};}
return cache[cacheIndex];};})(),desatIMG=function(img,prepare,realEl){var canvas=document.createElement('canvas'),context=canvas.getContext('2d'),height=img.naturalHeight||img.offsetHeight||img.height,width=img.naturalWidth||img.offsetWidth||img.width,imgData;canvas.height=height;canvas.width=width;context.drawImage(img,0,0);try{imgData=context.getImageData(0,0,width,height);}catch(e){}
if(prepare){desatIMG.preparing=true;var y=0;(function(){if(!desatIMG.preparing){return;}
if(y===height){context.putImageData(imgData,0,0,0,0,width,height);realEl?(data(realEl).BGdataURL=canvas.toDataURL()):(data(img).dataURL=canvas.toDataURL())}
for(var x=0;x<width;x++){var i=(y*width+x)*4;imgData.data[i]=imgData.data[i+1]=imgData.data[i+2]=RGBtoGRAYSCALE(imgData.data[i],imgData.data[i+1],imgData.data[i+2]);}
y++;setTimeout(arguments.callee,0);})();return;}else{desatIMG.preparing=false;}
for(var y=0;y<height;y++){for(var x=0;x<width;x++){var i=(y*width+x)*4;imgData.data[i]=imgData.data[i+1]=imgData.data[i+2]=RGBtoGRAYSCALE(imgData.data[i],imgData.data[i+1],imgData.data[i+2]);}}
context.putImageData(imgData,0,0,0,0,width,height);return canvas;},getStyle=function(el,prop){var style=document.defaultView&&document.defaultView.getComputedStyle?document.defaultView.getComputedStyle(el,null)[prop]:el.currentStyle[prop];if(style&&/^#[A-F0-9]/i.test(style)){var hex=style.match(/[A-F0-9]{2}/ig);style='rgb('+parseInt(hex[0],16)+','
+parseInt(hex[1],16)+','
+parseInt(hex[2],16)+')';}
return style;},RGBtoGRAYSCALE=function(r,g,b){return parseInt((0.2125*r)+(0.7154*g)+(0.0721*b),10);},getAllNodes=function(context){var all=Array.prototype.slice.call(context.getElementsByTagName('*'));all.unshift(context);return all;};var init=function(context){if(context&&context[0]&&context.length&&context[0].nodeName){var allContexts=Array.prototype.slice.call(context),cIndex=-1,cLen=allContexts.length;while(++cIndex<cLen){init.call(this,allContexts[cIndex]);}
return;}
context=context||document.documentElement;if(!document.createElement('canvas').getContext){context.style.filter='progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)';context.style.zoom=1;return;}
var all=getAllNodes(context),i=-1,len=all.length;while(++i<len){var cur=all[i];if(cur.nodeName.toLowerCase()==='img'){var src=cur.getAttribute('src');if(!src){continue;}
if(isExternal(src)){config.externalImageHandler.init(cur,src);}else{data(cur).realSRC=src;try{cur.src=data(cur).dataURL||desatIMG(cur).toDataURL();}catch(e){config.externalImageHandler.init(cur,src);}}}else{for(var pIndex=0,pLen=config.colorProps.length;pIndex<pLen;pIndex++){var prop=config.colorProps[pIndex],style=getStyle(cur,prop);if(!style){continue;}
if(cur.style[prop]){data(cur)[prop]=style;}
if(style.substring(0,4)==='rgb('){var monoRGB=RGBtoGRAYSCALE.apply(null,style.match(/\d+/g));cur.style[prop]=style='rgb('+monoRGB+','+monoRGB+','+monoRGB+')';continue;}
if(style.indexOf('url(')>-1){var urlPatt=/\(['"]?(.+?)['"]?\)/,url=style.match(urlPatt)[1];if(isExternal(url)){config.externalImageHandler.init(cur,url);data(cur).externalBG=true;continue;}
try{var imgSRC=data(cur).BGdataURL||(function(){var temp=document.createElement('img');temp.src=url;return desatIMG(temp).toDataURL();})();cur.style[prop]=style.replace(urlPatt,function(_,url){return'('+imgSRC+')';});}catch(e){config.externalImageHandler.init(cur,url);}}}}}};init.reset=function(context){if(context&&context[0]&&context.length&&context[0].nodeName){var allContexts=Array.prototype.slice.call(context),cIndex=-1,cLen=allContexts.length;while(++cIndex<cLen){init.reset.call(this,allContexts[cIndex]);}
return;}
context=context||document.documentElement;if(!document.createElement('canvas').getContext){context.style.filter='progid:DXImageTransform.Microsoft.BasicImage(grayscale=0)';return;}
var all=getAllNodes(context),i=-1,len=all.length;while(++i<len){var cur=all[i];if(cur.nodeName.toLowerCase()==='img'){var src=cur.getAttribute('src');if(isExternal(src)){config.externalImageHandler.reset(cur,src);}
cur.src=data(cur).realSRC||src;}else{for(var pIndex=0,pLen=config.colorProps.length;pIndex<pLen;pIndex++){if(data(cur).externalBG){config.externalImageHandler.reset(cur);}
var prop=config.colorProps[pIndex];cur.style[prop]=data(cur)[prop]||'';}}}};init.prepare=function(context){if(context&&context[0]&&context.length&&context[0].nodeName){var allContexts=Array.prototype.slice.call(context),cIndex=-1,cLen=allContexts.length;while(++cIndex<cLen){init.prepare.call(null,allContexts[cIndex]);}
return;}
context=context||document.documentElement;if(!document.createElement('canvas').getContext){return;}
var all=getAllNodes(context),i=-1,len=all.length;while(++i<len){var cur=all[i];if(data(cur).skip){return;}
if(cur.nodeName.toLowerCase()==='img'){if(cur.getAttribute('src')&&!isExternal(cur.src)){desatIMG(cur,true);}}else{var style=getStyle(cur,'backgroundImage');if(style.indexOf('url(')>-1){var urlPatt=/\(['"]?(.+?)['"]?\)/,url=style.match(urlPatt)[1];if(!isExternal(url)){var temp=document.createElement('img');temp.src=url;desatIMG(temp,true,cur);}}}}};return init;})();


;(function($) { 

var style = document.createElement('div').style;
var moz = style['MozBorderRadius'] !== undefined;
var webkit = style['WebkitBorderRadius'] !== undefined;
var radius = style['borderRadius'] !== undefined || style['BorderRadius'] !== undefined;
var mode = document.documentMode || 0;
var noBottomFold = $.browser.msie && (($.browser.version < 8 && !mode) || mode < 8);

$.support = $.support || {};
$.support.borderRadius = moz || webkit || radius; // so you can do:  if (!$.support.borderRadius) $('#myDiv').corner();

var expr = $.browser.msie && (function() {
    var div = document.createElement('div');
    try { div.style.setExpression('width','0+0'); div.style.removeExpression('width'); }
    catch(e) { return false; }
    return true;
})();
    
function sz(el, p) { 
    return parseInt($.css(el,p))||0; 
};
function hex2(s) {
    var s = parseInt(s).toString(16);
    return ( s.length < 2 ) ? '0'+s : s;
};
function gpc(node) {
    while(node) {
        var v = $.css(node,'backgroundColor');
        if (v && v != 'transparent' && v != 'rgba(0, 0, 0, 0)') {
	        if (v.indexOf('rgb') >= 0) { 
	            var rgb = v.match(/\d+/g); 
	            return '#'+ hex2(rgb[0]) + hex2(rgb[1]) + hex2(rgb[2]);
	        }
            return v;
		}
		if (node.nodeName.toLowerCase() == 'html')
		    break;
		node = node.parentNode; // keep walking if transparent
    }
    return '#ffffff';
};

function getWidth(fx, i, width) {
    switch(fx) {
    case 'round':  return Math.round(width*(1-Math.cos(Math.asin(i/width))));
    case 'cool':   return Math.round(width*(1+Math.cos(Math.asin(i/width))));
    case 'sharp':  return Math.round(width*(1-Math.cos(Math.acos(i/width))));
    case 'bite':   return Math.round(width*(Math.cos(Math.asin((width-i-1)/width))));
    case 'slide':  return Math.round(width*(Math.atan2(i,width/i)));
    case 'jut':    return Math.round(width*(Math.atan2(width,(width-i-1))));
    case 'curl':   return Math.round(width*(Math.atan(i)));
    case 'tear':   return Math.round(width*(Math.cos(i)));
    case 'wicked': return Math.round(width*(Math.tan(i)));
    case 'long':   return Math.round(width*(Math.sqrt(i)));
    case 'sculpt': return Math.round(width*(Math.log((width-i-1),width)));
	case 'dogfold':
    case 'dog':    return (i&1) ? (i+1) : width;
    case 'dog2':   return (i&2) ? (i+1) : width;
    case 'dog3':   return (i&3) ? (i+1) : width;
    case 'fray':   return (i%2)*width;
    case 'notch':  return width; 
	case 'bevelfold':
    case 'bevel':  return i+1;
    }
};

$.fn.corner = function(options) {
    // in 1.3+ we can fix mistakes with the ready state
	if (this.length == 0) {
        if (!$.isReady && this.selector) {
            var s = this.selector, c = this.context;
            $(function() {
                $(s,c).corner(options);
            });
        }
        return this;
	}

    return this.each(function(index){
		var $this = $(this);
		// meta values override options
		var o = [$this.attr($.fn.corner.defaults.metaAttr) || '', options || ''].join(' ').toLowerCase();
		var keep = /keep/.test(o);                       // keep borders?
		var cc = ((o.match(/cc:(#[0-9a-f]+)/)||[])[1]);  // corner color
		var sc = ((o.match(/sc:(#[0-9a-f]+)/)||[])[1]);  // strip color
		var width = parseInt((o.match(/(\d+)px/)||[])[1]) || 10; // corner width
		var re = /round|bevelfold|bevel|notch|bite|cool|sharp|slide|jut|curl|tear|fray|wicked|sculpt|long|dog3|dog2|dogfold|dog/;
		var fx = ((o.match(re)||['round'])[0]);
		var fold = /dogfold|bevelfold/.test(o);
		var edges = { T:0, B:1 };
		var opts = {
			TL:  /top|tl|left/.test(o),       TR:  /top|tr|right/.test(o),
			BL:  /bottom|bl|left/.test(o),    BR:  /bottom|br|right/.test(o)
		};
		if ( !opts.TL && !opts.TR && !opts.BL && !opts.BR )
			opts = { TL:1, TR:1, BL:1, BR:1 };
			
		// support native rounding
		if ($.fn.corner.defaults.useNative && fx == 'round' && (radius || moz || webkit) && !cc && !sc) {
			if (opts.TL)
				$this.css(radius ? 'border-top-left-radius' : moz ? '-moz-border-radius-topleft' : '-webkit-border-top-left-radius', width + 'px');
			if (opts.TR)
				$this.css(radius ? 'border-top-right-radius' : moz ? '-moz-border-radius-topright' : '-webkit-border-top-right-radius', width + 'px');
			if (opts.BL)
				$this.css(radius ? 'border-bottom-left-radius' : moz ? '-moz-border-radius-bottomleft' : '-webkit-border-bottom-left-radius', width + 'px');
			if (opts.BR)
				$this.css(radius ? 'border-bottom-right-radius' : moz ? '-moz-border-radius-bottomright' : '-webkit-border-bottom-right-radius', width + 'px');
			return;
		}
			
		var strip = document.createElement('div');
		$(strip).css({
			overflow: 'hidden',
			height: '1px',
			minHeight: '1px',
			fontSize: '1px',
			backgroundColor: sc || 'transparent',
			borderStyle: 'solid'
		});
	
        var pad = {
            T: parseInt($.css(this,'paddingTop'))||0,     R: parseInt($.css(this,'paddingRight'))||0,
            B: parseInt($.css(this,'paddingBottom'))||0,  L: parseInt($.css(this,'paddingLeft'))||0
        };

        if (typeof this.style.zoom != undefined) this.style.zoom = 1; // force 'hasLayout' in IE
        if (!keep) this.style.border = 'none';
        strip.style.borderColor = cc || gpc(this.parentNode);
        var cssHeight = $(this).outerHeight();

        for (var j in edges) {
            var bot = edges[j];
            // only add stips if needed
            if ((bot && (opts.BL || opts.BR)) || (!bot && (opts.TL || opts.TR))) {
                strip.style.borderStyle = 'none '+(opts[j+'R']?'solid':'none')+' none '+(opts[j+'L']?'solid':'none');
                var d = document.createElement('div');
                $(d).addClass('jquery-corner');
                var ds = d.style;

                bot ? this.appendChild(d) : this.insertBefore(d, this.firstChild);

                if (bot && cssHeight != 'auto') {
                    if ($.css(this,'position') == 'static')
                        this.style.position = 'relative';
                    ds.position = 'absolute';
                    ds.bottom = ds.left = ds.padding = ds.margin = '0';
                    if (expr)
                        ds.setExpression('width', 'this.parentNode.offsetWidth');
                    else
                        ds.width = '100%';
                }
                else if (!bot && $.browser.msie) {
                    if ($.css(this,'position') == 'static')
                        this.style.position = 'relative';
                    ds.position = 'absolute';
                    ds.top = ds.left = ds.right = ds.padding = ds.margin = '0';
                    
                    // fix ie6 problem when blocked element has a border width
                    if (expr) {
                        var bw = sz(this,'borderLeftWidth') + sz(this,'borderRightWidth');
                        ds.setExpression('width', 'this.parentNode.offsetWidth - '+bw+'+ "px"');
                    }
                    else
                        ds.width = '100%';
                }
                else {
                	ds.position = 'relative';
                    ds.margin = !bot ? '-'+pad.T+'px -'+pad.R+'px '+(pad.T-width)+'px -'+pad.L+'px' : 
                                        (pad.B-width)+'px -'+pad.R+'px -'+pad.B+'px -'+pad.L+'px';                
                }

                for (var i=0; i < width; i++) {
                    var w = Math.max(0,getWidth(fx,i, width));
                    var e = strip.cloneNode(false);
                    e.style.borderWidth = '0 '+(opts[j+'R']?w:0)+'px 0 '+(opts[j+'L']?w:0)+'px';
                    bot ? d.appendChild(e) : d.insertBefore(e, d.firstChild);
                }
				
				if (fold && $.support.boxModel) {
					if (bot && noBottomFold) continue;
					for (var c in opts) {
						if (!opts[c]) continue;
						if (bot && (c == 'TL' || c == 'TR')) continue;
						if (!bot && (c == 'BL' || c == 'BR')) continue;
						
						var common = { position: 'absolute', border: 'none', margin: 0, padding: 0, overflow: 'hidden', backgroundColor: strip.style.borderColor };
						var $horz = $('<div/>').css(common).css({ width: width + 'px', height: '1px' });
						switch(c) {
						case 'TL': $horz.css({ bottom: 0, left: 0 }); break;
						case 'TR': $horz.css({ bottom: 0, right: 0 }); break;
						case 'BL': $horz.css({ top: 0, left: 0 }); break;
						case 'BR': $horz.css({ top: 0, right: 0 }); break;
						}
						d.appendChild($horz[0]);
						
						var $vert = $('<div/>').css(common).css({ top: 0, bottom: 0, width: '1px', height: width + 'px' });
						switch(c) {
						case 'TL': $vert.css({ left: width }); break;
						case 'TR': $vert.css({ right: width }); break;
						case 'BL': $vert.css({ left: width }); break;
						case 'BR': $vert.css({ right: width }); break;
						}
						d.appendChild($vert[0]);
					}
				}
            }
        }
    });
};

$.fn.uncorner = function() { 
	if (radius || moz || webkit)
		this.css(radius ? 'border-radius' : moz ? '-moz-border-radius' : '-webkit-border-radius', 0);
	$('div.jquery-corner', this).remove();
	return this;
};

// expose options
$.fn.corner.defaults = {
	useNative: true, // true if plugin should attempt to use native browser support for border radius rounding
	metaAttr:  'data-corner' // name of meta attribute to use for options
};
    
})(jQuery);
/*** Grayscale & Corner ***/

/*** FACEBOOK ***/
(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) {return;}
  js = d.createElement(s); js.id = id;
 js.src = "//connect.facebook.net/pt_BR/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
/*** FACEBOOK ***/

/*** Fade Effect ***/
$(document).ready(function(){$(".fade").hover(function(){$(this).animate({"opacity": "0.5"},200);},function(){$(this).animate({"opacity": "1"},200);});});
/*** Fade Effect ***/


/*** Portfolio Effects ***/
(function($){$.fn.filterable=function(settings){settings=$.extend({useHash:true,animationSpeed:1000,show:{width:'show',opacity:'show'},hide:{width:'hide',opacity:'hide'},useTags:true,tagSelector:'#portfolio-filter a',selectedTagClass:'current',allTag:'all'},settings);return $(this).each(function(){$(this).bind("filter",function(e,tagToShow){if(settings.useTags){$(settings.tagSelector).removeClass(settings.selectedTagClass);$(settings.tagSelector+'[href='+tagToShow+']').addClass(settings.selectedTagClass)}$(this).trigger("filterportfolio",[tagToShow.substr(1)])});$(this).bind("filterportfolio",function(e,classToShow){if(classToShow==settings.allTag){$(this).trigger("show")}else{$(this).trigger("show",['.'+classToShow]);$(this).trigger("hide",[':not(.'+classToShow+')'])}if(settings.useHash){location.hash='#'+classToShow}});$(this).bind("show",function(e,selectorToShow){$(this).children(selectorToShow).animate(settings.show,settings.animationSpeed)});$(this).bind("hide",function(e,selectorToHide){$(this).children(selectorToHide).animate(settings.hide,settings.animationSpeed)});if(settings.useHash){if(location.hash!='')$(this).trigger("filter",[location.hash]);else $(this).trigger("filter",['#'+settings.allTag])}if(settings.useTags){$(settings.tagSelector).click(function(){$('#portfolio-list').trigger("filter",[$(this).attr('href')]);$(settings.tagSelector).removeClass('current');$(this).addClass('current')})}})}})(jQuery);
$(document).ready(function() {$('#portfolio-list').filterable()});$(document).ready(function(){$("#portfolio-list li").hover(function(){jQuery(this).find('a.portfolio-item').stop(true, true).animate({top:-10},500);$(this).find('a.plus').stop(true, true).animate({"opacity": "0.5"},200).show(200);$(this).find('p').stop(true, true).show();$(this).find('img').stop(true, true).animate({"opacity": "0.5"},100);},function(){$(this).find('img').stop(true, true).animate({"opacity": "1"},100);$(this).find('a.portfolio-item').stop(true, true).animate({top:0}, 300);$(this).find('a.plus').stop(true, true).fadeOut();$(this).find('p').stop(true, true).fadeOut();});});
/*** Portfolio Effects ***/

/*** Servicos Effects ***/
$(function(){$("ul#services-filter").tabs("ul#services-list > li > div.service-pane", {history:true, effect:'default'});});				
/*** Servicos Effects ***/

/*** Servicos Effects ***/
$(function(){$("ul#agencia-filter").tabs("ul#agencia-list > li > div.agencia-pane", {history:true, effect:'default'});});				
/*** Servicos Effects ***/

/*** Contato Effects ***/					
$(document).ready(function() {$(function(){$("ul.list").tabs("#main > div.pane", { history: true, effect:'default'});});});					
/*** Contato Effects ***/	



/* Portfolio Sidebar */
$(document).ready(function(){var $portfolioItem = $('#portfolio-items-sidebar li');$('.readmore-sidebar').css('opacity','0');$portfolioItem.hover(function(){$(this).find(".item").stop(true, true).animate({top: -10}, 500).find('img.portfolio-sidebar-thumb').stop(true, true).animate({opacity: 0.7},500);
$(this).find('.readmore-sidebar').stop(true, true).animate({opacity: 1, left: 30},200);}, function(){$(this).find('.readmore-sidebar').stop(true, true).animate({opacity: 0, left:0},400);$(this).find(".item").stop(true, true).animate({top: 0}, 500).find('img.portfolio-sidebar-thumb').stop(true, true).animate({opacity: 1},500);});});
/* ul#services-list .right ul */
$(document).ready(function(){var $portfolioItem = $('ul#services-list .right ul li');$('.readmore-sidebar').css('opacity','0');$portfolioItem.hover(function(){$(this).find(".item").stop(true, true).animate({top: -10}, 500).find('img.portfolio-sidebar-thumb').stop(true, true).animate({opacity: 0.7},500);$(this).find('.readmore-sidebar').stop(true, true).animate({opacity: 1, left: 30},200);}, function(){$(this).find('.readmore-sidebar').stop(true, true).animate({opacity: 0, left:0},400);$(this).find(".item").stop(true, true).animate({top: 0}, 500).find('img.portfolio-sidebar-thumb').stop(true, true).animate({opacity: 1},500);});});
/*** Portfolio Sidebar ***

/* Anexos Sidebar */
$(document).ready(function(){
var $anexosItem = $('#anexos-items-sidebar li');
$('.readmore-sidebar').css('opacity','0');
$('.pic').css('opacity','0.7');		
$('.mov').css('opacity','0.7');		
$anexosItem.hover(function(){
	$(this).find(".pic").stop(true, true).animate({opacity:0}, 200);
	$(this).find(".mov").stop(true, true).animate({opacity:0}, 200);						   
	$(this).find(".item").stop(true, true).animate({top: -10}, 200).find('img.anexos-sidebar-thumb').stop(true, true).animate({opacity: 0.7},200);
	$(this).find('.readmore-sidebar').stop(true, true).animate({opacity: 1, left: 30},200);}, function(){$(this).find('.readmore-sidebar').stop(true, true).animate({opacity: 0, left:0},200);$(this).find(".item").stop(true, true).animate({top: 0}, 200).find('img.anexos-sidebar-thumb').stop(true, true).animate({opacity: 1},200);$(this).find(".pic").stop(true, true).animate({opacity:0.7}, 200);
	$(this).find(".mov").stop(true, true).animate({opacity:0.7}, 200);});
});

/*** Anexos Sidebar ***/




/*** Corner Effects ***/
$("ul#portfolio-filter").corner();
$("ul#services-filter").corner();
$("ul#agencia-filter").corner();



$("#sidebar .list li a").corner();$(".address").corner();

$("#footer_services a").corner();$("#footer_menu a").corner();$("#footer_social a").corner();

$("#tags").corner();
$("a.mov").corner("round 3px");
$("a.pic").corner("round 3px");



/*$("a.mov").corner("round 3px");
$("a.pic").corner("round 3px");


$("#tags").corner();
$(".banner").corner();
$("#openbtn").corner("bottom");*/
/*** Corner Effects ***/

//$(".banner").corner();$(".banner").animate({"opacity": "0.5"},200);};
/*$("div.slide div.overlay").corner();*/


/*
$(document).ready(function() {
	$('#openbtn').click(function() {$('#top').css("height","600");});
	$('#closebtn').click(function() {$('#top').css("height","3");});
});*/



