hyla 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/Rakefile +6 -2
- data/bin/hyla +3 -2
- data/lib/hyla/commands/generate.rb +43 -41
- data/lib/hyla/configuration.rb +1 -1
- data/lib/hyla/project.rb +1 -1
- data/lib/resources/assets/revealjs-redhat/image/collapsed.png +0 -0
- data/lib/resources/assets/revealjs-redhat/image/expanded.png +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/css/conference.css +663 -0
- data/lib/resources/assets/revealjs-redhat/lib/css/font-awesome-4.3.0.css +2886 -1098
- data/lib/resources/assets/revealjs-redhat/lib/css/gpe.css +746 -180
- data/lib/resources/assets/revealjs-redhat/lib/css/print/pdf.css +32 -65
- data/lib/resources/assets/revealjs-redhat/lib/css/theme-output.css +1509 -395
- data/lib/resources/assets/revealjs-redhat/lib/css/theme-v2-liberation.css +4332 -1366
- data/lib/resources/assets/revealjs-redhat/lib/css/theme-v2-overpass.css +4320 -1364
- data/lib/resources/assets/revealjs-redhat/lib/js/debug/gpe.js +8 -8
- data/lib/resources/assets/revealjs-redhat/lib/js/debug/reveal.js +129 -91
- data/lib/resources/assets/revealjs-redhat/lib/js/gpe.min.js +3 -3
- data/lib/resources/assets/revealjs-redhat/lib/js/reveal.min.js +18 -13
- data/lib/resources/assets/revealjs/css/theme/conference-redhat.css +14 -6
- data/lib/resources/assets/revealjs/css/theme/old-gpe.css +670 -181
- data/lib/resources/assets/revealjs/js/{reveal.js → debug/reveal.js} +1619 -492
- data/lib/resources/assets/revealjs/js/reveal.min.js +342 -9
- data/lib/resources/assets/revealjs/lib/css/font-awesome-4.3.0.css +2886 -1098
- data/lib/resources/assets/sass/conference.scss +589 -0
- data/lib/resources/assets/sass/new-gpe.scss +79 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_paragraph.html.slim +18 -6
- data/lib/resources/backends/slim/revealjs-redhat/block_ulist.html.slim +25 -9
- data/lib/resources/backends/slim/revealjs/document.html.slim +1 -1
- data/lib/templates/course/audio.txt +2 -2
- data/lib/templates/course/cover.txt +19 -7
- data/lib/templates/course/footer.txt +1 -3
- data/lib/templates/course/index.txt +2 -2
- data/lib/templates/course/labinstructions.txt +1 -3
- data/lib/templates/course/objectives.txt +1 -12
- data/lib/templates/course/summary.txt +1 -8
- metadata +7 -3
@@ -1,9 +1,342 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
var Reveal=function(){"use strict";function a(a){if(b(),!ec.transforms2d&&!ec.transforms3d)return document.body.setAttribute("class","no-transforms"),void 0;window.addEventListener("load",A,!1);var d=Reveal.getQueryHash();"undefined"!=typeof d.dependencies&&delete d.dependencies,k(_b,a),k(_b,d),r(),c()}function b(){ec.transforms3d="WebkitPerspective"in document.body.style||"MozPerspective"in document.body.style||"msPerspective"in document.body.style||"OPerspective"in document.body.style||"perspective"in document.body.style,ec.transforms2d="WebkitTransform"in document.body.style||"MozTransform"in document.body.style||"msTransform"in document.body.style||"OTransform"in document.body.style||"transform"in document.body.style,ec.requestAnimationFrameMethod=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame,ec.requestAnimationFrame="function"==typeof ec.requestAnimationFrameMethod,ec.canvas=!!document.createElement("canvas").getContext,Vb=navigator.userAgent.match(/(iphone|ipod|android)/gi)}function c(){function a(){e.length&&head.js.apply(null,e),d()}function b(b){head.ready(b.src.match(/([\w\d_\-]*)\.?js$|[^\\\/]*$/i)[0],function(){"function"==typeof b.callback&&b.callback.apply(this),0===--f&&a()})}for(var c=[],e=[],f=0,g=0,h=_b.dependencies.length;h>g;g++){var i=_b.dependencies[g];(!i.condition||i.condition())&&(i.async?e.push(i.src):c.push(i.src),b(i))}c.length?(f=c.length,head.js.apply(null,c)):a()}function d(){e(),Q(),h(),cb(),X(!0),setTimeout(function(){dc.slides.classList.remove("no-transition"),ac=!0,t("ready",{indexh:Qb,indexv:Rb,currentSlide:Tb})},1)}function e(){dc.theme=document.querySelector("#theme"),dc.wrapper=document.querySelector(".reveal"),dc.slides=document.querySelector(".reveal .slides"),dc.slides.classList.add("no-transition"),dc.background=f(dc.wrapper,"div","backgrounds",null),dc.progress=f(dc.wrapper,"div","progress","<span></span>"),dc.progressbar=dc.progress.querySelector("span"),f(dc.wrapper,"aside","controls",'<div class="navigate-left"></div><div class="navigate-right"></div><div class="navigate-up"></div><div class="navigate-down"></div>'),dc.slideNumber=f(dc.wrapper,"div","slide-number",""),f(dc.wrapper,"div","state-background",null),f(dc.wrapper,"div","pause-overlay",null),dc.controls=document.querySelector(".reveal .controls"),dc.controlsLeft=l(document.querySelectorAll(".navigate-left")),dc.controlsRight=l(document.querySelectorAll(".navigate-right")),dc.controlsUp=l(document.querySelectorAll(".navigate-up")),dc.controlsDown=l(document.querySelectorAll(".navigate-down")),dc.controlsPrev=l(document.querySelectorAll(".navigate-prev")),dc.controlsNext=l(document.querySelectorAll(".navigate-next"))}function f(a,b,c,d){var e=a.querySelector("."+c);return e||(e=document.createElement(b),e.classList.add(c),null!==d&&(e.innerHTML=d),a.appendChild(e)),e}function g(){function a(a,b){var c={background:a.getAttribute("data-background"),backgroundSize:a.getAttribute("data-background-size"),backgroundImage:a.getAttribute("data-background-image"),backgroundColor:a.getAttribute("data-background-color"),backgroundRepeat:a.getAttribute("data-background-repeat"),backgroundPosition:a.getAttribute("data-background-position"),backgroundTransition:a.getAttribute("data-background-transition")},d=document.createElement("div");return d.className="slide-background",c.background&&(/^(http|file|\/\/)/gi.test(c.background)||/\.(svg|png|jpg|jpeg|gif|bmp)$/gi.test(c.background)?d.style.backgroundImage="url("+c.background+")":d.style.background=c.background),(c.background||c.backgroundColor||c.backgroundImage)&&d.setAttribute("data-background-hash",c.background+c.backgroundSize+c.backgroundImage+c.backgroundColor+c.backgroundRepeat+c.backgroundPosition+c.backgroundTransition),c.backgroundSize&&(d.style.backgroundSize=c.backgroundSize),c.backgroundImage&&(d.style.backgroundImage='url("'+c.backgroundImage+'")'),c.backgroundColor&&(d.style.backgroundColor=c.backgroundColor),c.backgroundRepeat&&(d.style.backgroundRepeat=c.backgroundRepeat),c.backgroundPosition&&(d.style.backgroundPosition=c.backgroundPosition),c.backgroundTransition&&d.setAttribute("data-background-transition",c.backgroundTransition),b.appendChild(d),d}q()&&document.body.classList.add("print-pdf"),dc.background.innerHTML="",dc.background.classList.add("no-transition"),l(document.querySelectorAll(Yb)).forEach(function(b){var c;c=q()?a(b,b):a(b,dc.background),l(b.querySelectorAll("section")).forEach(function(b){q()?a(b,b):a(b,c)})}),_b.parallaxBackgroundImage?(dc.background.style.backgroundImage='url("'+_b.parallaxBackgroundImage+'")',dc.background.style.backgroundSize=_b.parallaxBackgroundSize,setTimeout(function(){dc.wrapper.classList.add("has-parallax-background")},1)):(dc.background.style.backgroundImage="",dc.wrapper.classList.remove("has-parallax-background"))}function h(a){var b=document.querySelectorAll(Xb).length;if(dc.wrapper.classList.remove(_b.transition),"object"==typeof a&&k(_b,a),ec.transforms3d===!1&&(_b.transition="linear"),dc.wrapper.classList.add(_b.transition),dc.wrapper.setAttribute("data-transition-speed",_b.transitionSpeed),dc.wrapper.setAttribute("data-background-transition",_b.backgroundTransition),dc.controls.style.display=_b.controls?"block":"none",dc.progress.style.display=_b.progress?"block":"none",_b.rtl?dc.wrapper.classList.add("rtl"):dc.wrapper.classList.remove("rtl"),_b.center?dc.wrapper.classList.add("center"):dc.wrapper.classList.remove("center"),_b.mouseWheel?(document.addEventListener("DOMMouseScroll",Bb,!1),document.addEventListener("mousewheel",Bb,!1)):(document.removeEventListener("DOMMouseScroll",Bb,!1),document.removeEventListener("mousewheel",Bb,!1)),_b.rollingLinks?u():v(),_b.previewLinks?w():(x(),w("[data-preview-link]")),b>1&&_b.autoSlide&&_b.autoSlideStoppable&&ec.canvas&&ec.requestAnimationFrame?(Wb=new Pb(dc.wrapper,function(){return Math.min(Math.max((Date.now()-mc)/kc,0),1)}),Wb.on("click",Ob),nc=!1):Wb&&(Wb.destroy(),Wb=null),_b.theme&&dc.theme){var c=dc.theme.getAttribute("href"),d=/[^\/]*?(?=\.css)/,e=c.match(d)[0];_b.theme!==e&&(c=c.replace(d,_b.theme),dc.theme.setAttribute("href",c))}P()}function i(){if(jc=!0,window.addEventListener("hashchange",Jb,!1),window.addEventListener("resize",Kb,!1),_b.touch&&(dc.wrapper.addEventListener("touchstart",vb,!1),dc.wrapper.addEventListener("touchmove",wb,!1),dc.wrapper.addEventListener("touchend",xb,!1),window.navigator.msPointerEnabled&&(dc.wrapper.addEventListener("MSPointerDown",yb,!1),dc.wrapper.addEventListener("MSPointerMove",zb,!1),dc.wrapper.addEventListener("MSPointerUp",Ab,!1))),_b.keyboard&&document.addEventListener("keydown",ub,!1),_b.progress&&dc.progress&&dc.progress.addEventListener("click",Cb,!1),_b.focusBodyOnPageVisiblityChange){var a;"hidden"in document?a="visibilitychange":"msHidden"in document?a="msvisibilitychange":"webkitHidden"in document&&(a="webkitvisibilitychange"),a&&document.addEventListener(a,Lb,!1)}["touchstart","click"].forEach(function(a){dc.controlsLeft.forEach(function(b){b.addEventListener(a,Db,!1)}),dc.controlsRight.forEach(function(b){b.addEventListener(a,Eb,!1)}),dc.controlsUp.forEach(function(b){b.addEventListener(a,Fb,!1)}),dc.controlsDown.forEach(function(b){b.addEventListener(a,Gb,!1)}),dc.controlsPrev.forEach(function(b){b.addEventListener(a,Hb,!1)}),dc.controlsNext.forEach(function(b){b.addEventListener(a,Ib,!1)})})}function j(){jc=!1,document.removeEventListener("keydown",ub,!1),window.removeEventListener("hashchange",Jb,!1),window.removeEventListener("resize",Kb,!1),dc.wrapper.removeEventListener("touchstart",vb,!1),dc.wrapper.removeEventListener("touchmove",wb,!1),dc.wrapper.removeEventListener("touchend",xb,!1),window.navigator.msPointerEnabled&&(dc.wrapper.removeEventListener("MSPointerDown",yb,!1),dc.wrapper.removeEventListener("MSPointerMove",zb,!1),dc.wrapper.removeEventListener("MSPointerUp",Ab,!1)),_b.progress&&dc.progress&&dc.progress.removeEventListener("click",Cb,!1),["touchstart","click"].forEach(function(a){dc.controlsLeft.forEach(function(b){b.removeEventListener(a,Db,!1)}),dc.controlsRight.forEach(function(b){b.removeEventListener(a,Eb,!1)}),dc.controlsUp.forEach(function(b){b.removeEventListener(a,Fb,!1)}),dc.controlsDown.forEach(function(b){b.removeEventListener(a,Gb,!1)}),dc.controlsPrev.forEach(function(b){b.removeEventListener(a,Hb,!1)}),dc.controlsNext.forEach(function(b){b.removeEventListener(a,Ib,!1)})})}function k(a,b){for(var c in b)a[c]=b[c]}function l(a){return Array.prototype.slice.call(a)}function m(a,b){var c=a.x-b.x,d=a.y-b.y;return Math.sqrt(c*c+d*d)}function n(a,b){a.style.WebkitTransform=b,a.style.MozTransform=b,a.style.msTransform=b,a.style.OTransform=b,a.style.transform=b}function o(a){var b=0;if(a){var c=0;l(a.childNodes).forEach(function(a){"number"==typeof a.offsetTop&&a.style&&("absolute"===a.style.position&&(c+=1),b=Math.max(b,a.offsetTop+a.offsetHeight))}),0===c&&(b=a.offsetHeight)}return b}function p(a,b){if(b=b||0,a){var c=a.parentNode,d=c.childNodes;l(d).forEach(function(c){if("number"==typeof c.offsetHeight&&c!==a){var d=window.getComputedStyle(c),e=parseInt(d.marginTop,10),f=parseInt(d.marginBottom,10);b-=c.offsetHeight+e+f}});var e=window.getComputedStyle(a);b-=parseInt(e.marginTop,10)+parseInt(e.marginBottom,10)}return b}function q(){return/print-pdf/gi.test(window.location.search)}function r(){_b.hideAddressBar&&Vb&&(window.addEventListener("load",s,!1),window.addEventListener("orientationchange",s,!1))}function s(){setTimeout(function(){window.scrollTo(0,1)},10)}function t(a,b){var c=document.createEvent("HTMLEvents",1,2);c.initEvent(a,!0,!0),k(c,b),dc.wrapper.dispatchEvent(c)}function u(){if(ec.transforms3d&&!("msPerspective"in document.body.style))for(var a=document.querySelectorAll(Xb+" a:not(.image)"),b=0,c=a.length;c>b;b++){var d=a[b];if(!(!d.textContent||d.querySelector("*")||d.className&&d.classList.contains(d,"roll"))){var e=document.createElement("span");e.setAttribute("data-title",d.text),e.innerHTML=d.innerHTML,d.classList.add("roll"),d.innerHTML="",d.appendChild(e)}}}function v(){for(var a=document.querySelectorAll(Xb+" a.roll"),b=0,c=a.length;c>b;b++){var d=a[b],e=d.querySelector("span");e&&(d.classList.remove("roll"),d.innerHTML=e.innerHTML)}}function w(a){var b=l(document.querySelectorAll(a?a:"a"));b.forEach(function(a){/^(http|www)/gi.test(a.getAttribute("href"))&&a.addEventListener("click",Nb,!1)})}function x(){var a=l(document.querySelectorAll("a"));a.forEach(function(a){/^(http|www)/gi.test(a.getAttribute("href"))&&a.removeEventListener("click",Nb,!1)})}function y(a){z(),dc.preview=document.createElement("div"),dc.preview.classList.add("preview-link-overlay"),dc.wrapper.appendChild(dc.preview),dc.preview.innerHTML=["<header>",'<a class="close" href="#"><span class="icon"></span></a>','<a class="external" href="'+a+'" target="_blank"><span class="icon"></span></a>',"</header>",'<div class="spinner"></div>','<div class="viewport">','<iframe src="'+a+'"></iframe>',"</div>"].join(""),dc.preview.querySelector("iframe").addEventListener("load",function(){dc.preview.classList.add("loaded")},!1),dc.preview.querySelector(".close").addEventListener("click",function(a){z(),a.preventDefault()},!1),dc.preview.querySelector(".external").addEventListener("click",function(){z()},!1),setTimeout(function(){dc.preview.classList.add("visible")},1)}function z(){dc.preview&&(dc.preview.setAttribute("src",""),dc.preview.parentNode.removeChild(dc.preview),dc.preview=null)}function A(){if(dc.wrapper&&!q()){var a=dc.wrapper.offsetWidth,b=dc.wrapper.offsetHeight;a-=b*_b.margin,b-=b*_b.margin;var c=_b.width,d=_b.height,e=20;B(_b.width,_b.height,e),"string"==typeof c&&/%$/.test(c)&&(c=parseInt(c,10)/100*a),"string"==typeof d&&/%$/.test(d)&&(d=parseInt(d,10)/100*b),dc.slides.style.width=c+"px",dc.slides.style.height=d+"px",cc=Math.min(a/c,b/d),cc=Math.max(cc,_b.minScale),cc=Math.min(cc,_b.maxScale),"undefined"==typeof dc.slides.style.zoom||navigator.userAgent.match(/(iphone|ipod|ipad|android)/gi)?n(dc.slides,"translate(-50%, -50%) scale("+cc+") translate(50%, 50%)"):dc.slides.style.zoom=cc;for(var f=l(document.querySelectorAll(Xb)),g=0,h=f.length;h>g;g++){var i=f[g];"none"!==i.style.display&&(i.style.top=_b.center||i.classList.contains("center")?i.classList.contains("stack")?0:Math.max(-(o(i)/2)-e,-d/2)+"px":"")}U(),Y()}}function B(a,b,c){l(dc.slides.querySelectorAll("section > .stretch")).forEach(function(d){var e=p(d,b-2*c);if(/(img|video)/gi.test(d.nodeName)){var f=d.naturalWidth||d.videoWidth,g=d.naturalHeight||d.videoHeight,h=Math.min(a/f,e/g);d.style.width=f*h+"px",d.style.height=g*h+"px"}else d.style.width=a+"px",d.style.height=e+"px"})}function C(a,b){"object"==typeof a&&"function"==typeof a.setAttribute&&a.setAttribute("data-previous-indexv",b||0)}function D(a){if("object"==typeof a&&"function"==typeof a.setAttribute&&a.classList.contains("stack")){var b=a.hasAttribute("data-start-indexv")?"data-start-indexv":"data-previous-indexv";return parseInt(a.getAttribute(b)||0,10)}return 0}function E(){if(_b.overview){kb();var a=dc.wrapper.classList.contains("overview"),b=window.innerWidth<400?1e3:2500;dc.wrapper.classList.add("overview"),dc.wrapper.classList.remove("overview-deactivating"),clearTimeout(hc),clearTimeout(ic),hc=setTimeout(function(){for(var c=document.querySelectorAll(Yb),d=0,e=c.length;e>d;d++){var f=c[d],g=_b.rtl?-105:105;if(f.setAttribute("data-index-h",d),n(f,"translateZ(-"+b+"px) translate("+(d-Qb)*g+"%, 0%)"),f.classList.contains("stack"))for(var h=f.querySelectorAll("section"),i=0,j=h.length;j>i;i++){var k=d===Qb?Rb:D(f),l=h[i];l.setAttribute("data-index-h",d),l.setAttribute("data-index-v",i),n(l,"translate(0%, "+105*(i-k)+"%)"),l.addEventListener("click",Mb,!0)}else f.addEventListener("click",Mb,!0)}T(),A(),a||t("overviewshown",{indexh:Qb,indexv:Rb,currentSlide:Tb})},10)}}function F(){_b.overview&&(clearTimeout(hc),clearTimeout(ic),dc.wrapper.classList.remove("overview"),dc.wrapper.classList.add("overview-deactivating"),ic=setTimeout(function(){dc.wrapper.classList.remove("overview-deactivating")},1),l(document.querySelectorAll(Xb)).forEach(function(a){n(a,""),a.removeEventListener("click",Mb,!0)}),O(Qb,Rb),jb(),t("overviewhidden",{indexh:Qb,indexv:Rb,currentSlide:Tb}))}function G(a){"boolean"==typeof a?a?E():F():H()?F():E()}function H(){return dc.wrapper.classList.contains("overview")}function I(a){return a=a?a:Tb,a&&a.parentNode&&!!a.parentNode.nodeName.match(/section/i)}function J(){var a=document.body,b=a.requestFullScreen||a.webkitRequestFullscreen||a.webkitRequestFullScreen||a.mozRequestFullScreen||a.msRequestFullScreen;b&&b.apply(a)}function K(){var a=dc.wrapper.classList.contains("paused");kb(),dc.wrapper.classList.add("paused"),a===!1&&t("paused")}function L(){var a=dc.wrapper.classList.contains("paused");dc.wrapper.classList.remove("paused"),jb(),a&&t("resumed")}function M(){N()?L():K()}function N(){return dc.wrapper.classList.contains("paused")}function O(a,b,c,d){Sb=Tb;var e=document.querySelectorAll(Yb);void 0===b&&(b=D(e[a])),Sb&&Sb.parentNode&&Sb.parentNode.classList.contains("stack")&&C(Sb.parentNode,Rb);var f=bc.concat();bc.length=0;var g=Qb||0,h=Rb||0;Qb=S(Yb,void 0===a?Qb:a),Rb=S(Zb,void 0===b?Rb:b),T(),A();a:for(var i=0,j=bc.length;j>i;i++){for(var k=0;k<f.length;k++)if(f[k]===bc[i]){f.splice(k,1);continue a}document.documentElement.classList.add(bc[i]),t(bc[i])}for(;f.length;)document.documentElement.classList.remove(f.pop());H()&&E();var m=e[Qb],n=m.querySelectorAll("section");Tb=n[Rb]||m,"undefined"!=typeof c&&gb(c);var o=Qb!==g||Rb!==h;o?t("slidechanged",{indexh:Qb,indexv:Rb,previousSlide:Sb,currentSlide:Tb,origin:d}):Sb=null,Sb&&(Sb.classList.remove("present"),document.querySelector($b).classList.contains("present")&&setTimeout(function(){var a,b=l(document.querySelectorAll(Yb+".stack"));for(a in b)b[a]&&C(b[a],0)},0)),o&&(ab(Sb),_(Tb)),W(),U(),X(),Y(),V(),db(),jb()}function P(){j(),i(),A(),kc=_b.autoSlide,jb(),g(),R(),W(),U(),X(!0),V()}function Q(){var a=l(document.querySelectorAll(Yb));a.forEach(function(a){var b=l(a.querySelectorAll("section"));b.forEach(function(a,b){b>0&&(a.classList.remove("present"),a.classList.remove("past"),a.classList.add("future"))})})}function R(){var a=l(document.querySelectorAll(Yb));a.forEach(function(a){var b=l(a.querySelectorAll("section"));b.forEach(function(a){fb(a.querySelectorAll(".fragment"))}),0===b.length&&fb(a.querySelectorAll(".fragment"))})}function S(a,b){var c=l(document.querySelectorAll(a)),d=c.length;if(d){_b.loop&&(b%=d,0>b&&(b=d+b)),b=Math.max(Math.min(b,d-1),0);for(var e=0;d>e;e++){var f=c[e],g=_b.rtl&&!I(f);if(f.classList.remove("past"),f.classList.remove("present"),f.classList.remove("future"),f.setAttribute("hidden",""),b>e){f.classList.add(g?"future":"past");for(var h=l(f.querySelectorAll(".fragment"));h.length;){var i=h.pop();i.classList.add("visible"),i.classList.remove("current-fragment")}}else if(e>b){f.classList.add(g?"past":"future");for(var j=l(f.querySelectorAll(".fragment.visible"));j.length;){var k=j.pop();k.classList.remove("visible"),k.classList.remove("current-fragment")}}f.querySelector("section")&&f.classList.add("stack")}c[b].classList.add("present"),c[b].removeAttribute("hidden");var m=c[b].getAttribute("data-state");m&&(bc=bc.concat(m.split(" ")))}else b=0;return b}function T(){var a,b,c=l(document.querySelectorAll(Yb)),d=c.length;if(d){var e=H()?10:_b.viewDistance;Vb&&(e=H()?6:1);for(var f=0;d>f;f++){var g=c[f],h=l(g.querySelectorAll("section")),i=h.length;if(a=Math.abs((Qb-f)%(d-e))||0,g.style.display=a>e?"none":"block",i)for(var j=D(g),k=0;i>k;k++){var m=h[k];b=f===Qb?Math.abs(Rb-k):Math.abs(k-j),m.style.display=a+b>e?"none":"block"}}}}function U(){if(_b.progress&&dc.progress){var a=l(document.querySelectorAll(Yb)),b=document.querySelectorAll(Xb+":not(.stack)").length,c=0;a:for(var d=0;d<a.length;d++){for(var e=a[d],f=l(e.querySelectorAll("section")),g=0;g<f.length;g++){if(f[g].classList.contains("present"))break a;c++}if(e.classList.contains("present"))break;e.classList.contains("stack")===!1&&c++}dc.progressbar.style.width=c/(b-1)*window.innerWidth+"px"}}function V(){if(_b.slideNumber&&dc.slideNumber){var a=Qb;Rb>0&&(a+=" - "+Rb),dc.slideNumber.innerHTML=a}}function W(){var a=Z(),b=$();dc.controlsLeft.concat(dc.controlsRight).concat(dc.controlsUp).concat(dc.controlsDown).concat(dc.controlsPrev).concat(dc.controlsNext).forEach(function(a){a.classList.remove("enabled"),a.classList.remove("fragmented")}),a.left&&dc.controlsLeft.forEach(function(a){a.classList.add("enabled")}),a.right&&dc.controlsRight.forEach(function(a){a.classList.add("enabled")}),a.up&&dc.controlsUp.forEach(function(a){a.classList.add("enabled")}),a.down&&dc.controlsDown.forEach(function(a){a.classList.add("enabled")}),(a.left||a.up)&&dc.controlsPrev.forEach(function(a){a.classList.add("enabled")}),(a.right||a.down)&&dc.controlsNext.forEach(function(a){a.classList.add("enabled")}),Tb&&(b.prev&&dc.controlsPrev.forEach(function(a){a.classList.add("fragmented","enabled")}),b.next&&dc.controlsNext.forEach(function(a){a.classList.add("fragmented","enabled")}),I(Tb)?(b.prev&&dc.controlsUp.forEach(function(a){a.classList.add("fragmented","enabled")}),b.next&&dc.controlsDown.forEach(function(a){a.classList.add("fragmented","enabled")})):(b.prev&&dc.controlsLeft.forEach(function(a){a.classList.add("fragmented","enabled")}),b.next&&dc.controlsRight.forEach(function(a){a.classList.add("fragmented","enabled")})))}function X(a){var b=null,c=_b.rtl?"future":"past",d=_b.rtl?"past":"future";if(l(dc.background.childNodes).forEach(function(e,f){Qb>f?e.className="slide-background "+c:f>Qb?e.className="slide-background "+d:(e.className="slide-background present",b=e),(a||f===Qb)&&l(e.childNodes).forEach(function(a,c){Rb>c?a.className="slide-background past":c>Rb?a.className="slide-background future":(a.className="slide-background present",f===Qb&&(b=a))})}),b){var e=Ub?Ub.getAttribute("data-background-hash"):null,f=b.getAttribute("data-background-hash");f&&f===e&&b!==Ub&&dc.background.classList.add("no-transition"),Ub=b}setTimeout(function(){dc.background.classList.remove("no-transition")},1)}function Y(){if(_b.parallaxBackgroundImage){var a,b,c=document.querySelectorAll(Yb),d=document.querySelectorAll(Zb),e=dc.background.style.backgroundSize.split(" ");1===e.length?a=b=parseInt(e[0],10):(a=parseInt(e[0],10),b=parseInt(e[1],10));var f=dc.background.offsetWidth,g=c.length,h=-(a-f)/(g-1)*Qb,i=dc.background.offsetHeight,j=d.length,k=j>0?-(b-i)/(j-1)*Rb:0;dc.background.style.backgroundPosition=h+"px "+k+"px"}}function Z(){var a=document.querySelectorAll(Yb),b=document.querySelectorAll(Zb),c={left:Qb>0||_b.loop,right:Qb<a.length-1||_b.loop,up:Rb>0,down:Rb<b.length-1};if(_b.rtl){var d=c.left;c.left=c.right,c.right=d}return c}function $(){if(Tb&&_b.fragments){var a=Tb.querySelectorAll(".fragment"),b=Tb.querySelectorAll(".fragment:not(.visible)");return{prev:a.length-b.length>0,next:!!b.length}}return{prev:!1,next:!1}}function _(a){a&&!bb()&&(l(a.querySelectorAll("video, audio")).forEach(function(a){a.hasAttribute("data-autoplay")&&a.play()}),l(a.querySelectorAll("iframe")).forEach(function(a){a.contentWindow.postMessage("slide:start","*")}),l(a.querySelectorAll('iframe[src*="youtube.com/embed/"]')).forEach(function(a){a.hasAttribute("data-autoplay")&&a.contentWindow.postMessage('{"event":"command","func":"playVideo","args":""}',"*")}))}function ab(a){a&&(l(a.querySelectorAll("video, audio")).forEach(function(a){a.hasAttribute("data-ignore")||a.pause()}),l(a.querySelectorAll("iframe")).forEach(function(a){a.contentWindow.postMessage("slide:stop","*")}),l(a.querySelectorAll('iframe[src*="youtube.com/embed/"]')).forEach(function(a){a.hasAttribute("data-ignore")||"function"!=typeof a.contentWindow.postMessage||a.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}',"*")}))}function bb(){return!!window.location.search.match(/receiver/gi)}function cb(){var a=window.location.hash,b=a.slice(2).split("/"),c=a.replace(/#|\//gi,"");if(isNaN(parseInt(b[0],10))&&c.length){var d=document.querySelector("#"+c);if(d){var e=Reveal.getIndices(d);O(e.h,e.v)}else O(Qb||0,Rb||0)}else{var f=parseInt(b[0],10)||0,g=parseInt(b[1],10)||0;(f!==Qb||g!==Rb)&&O(f,g)}}function db(a){if(_b.history)if(clearTimeout(gc),"number"==typeof a)gc=setTimeout(db,a);else{var b="/";Tb&&"string"==typeof Tb.getAttribute("id")?b="/"+Tb.getAttribute("id"):((Qb>0||Rb>0)&&(b+=Qb),Rb>0&&(b+="/"+Rb)),window.location.hash=b}}function eb(a){var b,c=Qb,d=Rb;if(a){var e=I(a),f=e?a.parentNode:a,g=l(document.querySelectorAll(Yb));c=Math.max(g.indexOf(f),0),e&&(d=Math.max(l(a.parentNode.querySelectorAll("section")).indexOf(a),0))}if(!a&&Tb){var h=Tb.querySelectorAll(".fragment").length>0;if(h){var i=Tb.querySelectorAll(".fragment.visible");b=i.length-1}}return{h:c,v:d,f:b}}function fb(a){a=l(a);var b=[],c=[],d=[];a.forEach(function(a){if(a.hasAttribute("data-fragment-index")){var d=parseInt(a.getAttribute("data-fragment-index"),10);b[d]||(b[d]=[]),b[d].push(a)}else c.push([a])}),b=b.concat(c);var e=0;return b.forEach(function(a){a.forEach(function(a){d.push(a),a.setAttribute("data-fragment-index",e)}),e++}),d}function gb(a,b){if(Tb&&_b.fragments){var c=fb(Tb.querySelectorAll(".fragment"));if(c.length){if("number"!=typeof a){var d=fb(Tb.querySelectorAll(".fragment.visible")).pop();a=d?parseInt(d.getAttribute("data-fragment-index")||0,10):-1}"number"==typeof b&&(a+=b);var e=[],f=[];return l(c).forEach(function(b,c){b.hasAttribute("data-fragment-index")&&(c=parseInt(b.getAttribute("data-fragment-index"),10)),a>=c?(b.classList.contains("visible")||e.push(b),b.classList.add("visible"),b.classList.remove("current-fragment"),c===a&&b.classList.add("current-fragment")):(b.classList.contains("visible")&&f.push(b),b.classList.remove("visible"),b.classList.remove("current-fragment"))}),f.length&&t("fragmenthidden",{fragment:f[0],fragments:f}),e.length&&t("fragmentshown",{fragment:e[0],fragments:e}),W(),!(!e.length&&!f.length)}}return!1}function hb(){return gb(null,1)}function ib(){return gb(null,-1)}function jb(){if(kb(),Tb){var a=Tb.parentNode?Tb.parentNode.getAttribute("data-autoslide"):null,b=Tb.getAttribute("data-autoslide");kc=b?parseInt(b,10):a?parseInt(a,10):_b.autoSlide,l(Tb.querySelectorAll("video, audio")).forEach(function(a){a.hasAttribute("data-autoplay")&&kc&&1e3*a.duration>kc&&(kc=1e3*a.duration+1e3)}),!kc||nc||N()||H()||Reveal.isLastSlide()&&_b.loop!==!0||(lc=setTimeout(sb,kc),mc=Date.now()),Wb&&Wb.setPlaying(-1!==lc)}}function kb(){clearTimeout(lc),lc=-1}function lb(){nc=!0,clearTimeout(lc),Wb&&Wb.setPlaying(!1)}function mb(){nc=!1,jb()}function nb(){_b.rtl?(H()||hb()===!1)&&Z().left&&O(Qb+1):(H()||ib()===!1)&&Z().left&&O(Qb-1)}function ob(){_b.rtl?(H()||ib()===!1)&&Z().right&&O(Qb-1):(H()||hb()===!1)&&Z().right&&O(Qb+1)}function pb(){(H()||ib()===!1)&&Z().up&&O(Qb,Rb-1)}function qb(){(H()||hb()===!1)&&Z().down&&O(Qb,Rb+1)}function rb(){if(ib()===!1)if(Z().up)pb();else{var a=document.querySelector(Yb+".past:nth-child("+Qb+")");if(a){var b=a.querySelectorAll("section").length-1||void 0,c=Qb-1;O(c,b)}}}function sb(){hb()===!1&&(Z().down?qb():ob()),jb()}function tb(){_b.autoSlideStoppable&&lb()}function ub(a){tb(a),document.activeElement;var b=!(!document.activeElement||!document.activeElement.type&&!document.activeElement.href&&"inherit"===document.activeElement.contentEditable);if(!(b||a.shiftKey&&32!==a.keyCode||a.altKey||a.ctrlKey||a.metaKey)){if(N()&&-1===[66,190,191].indexOf(a.keyCode))return!1;var c=!1;if("object"==typeof _b.keyboard)for(var d in _b.keyboard)if(parseInt(d,10)===a.keyCode){var e=_b.keyboard[d];"function"==typeof e?e.apply(null,[a]):"string"==typeof e&&"function"==typeof Reveal[e]&&Reveal[e].call(),c=!0}if(c===!1)switch(c=!0,a.keyCode){case 80:case 33:rb();break;case 78:case 34:sb();break;case 72:case 37:nb();break;case 76:case 39:ob();break;case 75:case 38:pb();break;case 74:case 40:qb();break;case 36:O(0);break;case 35:O(Number.MAX_VALUE);break;case 32:H()?F():a.shiftKey?rb():sb();break;case 13:H()?F():c=!1;break;case 66:case 190:case 191:M();break;case 70:J();break;default:c=!1}c?a.preventDefault():27!==a.keyCode&&79!==a.keyCode||!ec.transforms3d||(dc.preview?z():G(),a.preventDefault()),jb()}}function vb(a){oc.startX=a.touches[0].clientX,oc.startY=a.touches[0].clientY,oc.startCount=a.touches.length,2===a.touches.length&&_b.overview&&(oc.startSpan=m({x:a.touches[1].clientX,y:a.touches[1].clientY},{x:oc.startX,y:oc.startY}))}function wb(a){if(oc.captured)navigator.userAgent.match(/android/gi)&&a.preventDefault();else{tb(a);var b=a.touches[0].clientX,c=a.touches[0].clientY;if(2===a.touches.length&&2===oc.startCount&&_b.overview){var d=m({x:a.touches[1].clientX,y:a.touches[1].clientY},{x:oc.startX,y:oc.startY});Math.abs(oc.startSpan-d)>oc.threshold&&(oc.captured=!0,d<oc.startSpan?E():F()),a.preventDefault()}else if(1===a.touches.length&&2!==oc.startCount){var e=b-oc.startX,f=c-oc.startY;e>oc.threshold&&Math.abs(e)>Math.abs(f)?(oc.captured=!0,nb()):e<-oc.threshold&&Math.abs(e)>Math.abs(f)?(oc.captured=!0,ob()):f>oc.threshold?(oc.captured=!0,pb()):f<-oc.threshold&&(oc.captured=!0,qb()),_b.embedded?(oc.captured||I(Tb))&&a.preventDefault():a.preventDefault()}}}function xb(){oc.captured=!1}function yb(a){a.pointerType===a.MSPOINTER_TYPE_TOUCH&&(a.touches=[{clientX:a.clientX,clientY:a.clientY}],vb(a))}function zb(a){a.pointerType===a.MSPOINTER_TYPE_TOUCH&&(a.touches=[{clientX:a.clientX,clientY:a.clientY}],wb(a))}function Ab(a){a.pointerType===a.MSPOINTER_TYPE_TOUCH&&(a.touches=[{clientX:a.clientX,clientY:a.clientY}],xb(a))}function Bb(a){if(Date.now()-fc>600){fc=Date.now();var b=a.detail||-a.wheelDelta;b>0?sb():rb()}}function Cb(a){tb(a),a.preventDefault();var b=l(document.querySelectorAll(Yb)).length,c=Math.floor(a.clientX/dc.wrapper.offsetWidth*b);O(c)}function Db(a){a.preventDefault(),tb(),nb()}function Eb(a){a.preventDefault(),tb(),ob()}function Fb(a){a.preventDefault(),tb(),pb()}function Gb(a){a.preventDefault(),tb(),qb()}function Hb(a){a.preventDefault(),tb(),rb()}function Ib(a){a.preventDefault(),tb(),sb()}function Jb(){cb()}function Kb(){A()}function Lb(){var a=document.webkitHidden||document.msHidden||document.hidden;a===!1&&document.activeElement!==document.body&&(document.activeElement.blur(),document.body.focus())}function Mb(a){if(jc&&H()){a.preventDefault();for(var b=a.target;b&&!b.nodeName.match(/section/gi);)b=b.parentNode;if(b&&!b.classList.contains("disabled")&&(F(),b.nodeName.match(/section/gi))){var c=parseInt(b.getAttribute("data-index-h"),10),d=parseInt(b.getAttribute("data-index-v"),10);O(c,d)}}}function Nb(a){var b=a.target.getAttribute("href");b&&(y(b),a.preventDefault())}function Ob(){Reveal.isLastSlide()&&_b.loop===!1?(O(0,0),mb()):nc?mb():lb()}function Pb(a,b){this.diameter=50,this.thickness=3,this.playing=!1,this.progress=0,this.progressOffset=1,this.container=a,this.progressCheck=b,this.canvas=document.createElement("canvas"),this.canvas.className="playback",this.canvas.width=this.diameter,this.canvas.height=this.diameter,this.context=this.canvas.getContext("2d"),this.container.appendChild(this.canvas),this.render()}var Qb,Rb,Sb,Tb,Ub,Vb,Wb,Xb=".reveal .slides section",Yb=".reveal .slides>section",Zb=".reveal .slides>section.present>section",$b=".reveal .slides>section:first-of-type",_b={width:960,height:700,margin:.1,minScale:.2,maxScale:1,controls:!0,progress:!0,slideNumber:!1,history:!1,keyboard:!0,overview:!0,center:!0,touch:!0,loop:!1,rtl:!1,fragments:!0,embedded:!1,autoSlide:0,autoSlideStoppable:!0,mouseWheel:!1,rollingLinks:!1,hideAddressBar:!0,previewLinks:!1,focusBodyOnPageVisiblityChange:!0,theme:null,transition:"default",transitionSpeed:"default",backgroundTransition:"default",parallaxBackgroundImage:"",parallaxBackgroundSize:"",viewDistance:3,dependencies:[]},ac=!1,bc=[],cc=1,dc={},ec={},fc=0,gc=0,hc=0,ic=0,jc=!1,kc=0,lc=0,mc=-1,nc=!1,oc={startX:0,startY:0,startSpan:0,startCount:0,captured:!1,threshold:40};return Pb.prototype.setPlaying=function(a){var b=this.playing;this.playing=a,!b&&this.playing?this.animate():this.render()},Pb.prototype.animate=function(){var a=this.progress;this.progress=this.progressCheck(),a>.8&&this.progress<.2&&(this.progressOffset=this.progress),this.render(),this.playing&&ec.requestAnimationFrameMethod.call(window,this.animate.bind(this))},Pb.prototype.render=function(){var a=this.playing?this.progress:0,b=this.diameter/2-this.thickness,c=this.diameter/2,d=this.diameter/2,e=14;this.progressOffset+=.1*(1-this.progressOffset);var f=-Math.PI/2+a*2*Math.PI,g=-Math.PI/2+this.progressOffset*2*Math.PI;this.context.save(),this.context.clearRect(0,0,this.diameter,this.diameter),this.context.beginPath(),this.context.arc(c,d,b+2,0,2*Math.PI,!1),this.context.fillStyle="rgba( 0, 0, 0, 0.4 )",this.context.fill(),this.context.beginPath(),this.context.arc(c,d,b,0,2*Math.PI,!1),this.context.lineWidth=this.thickness,this.context.strokeStyle="#666",this.context.stroke(),this.playing&&(this.context.beginPath(),this.context.arc(c,d,b,g,f,!1),this.context.lineWidth=this.thickness,this.context.strokeStyle="#fff",this.context.stroke()),this.context.translate(c-e/2,d-e/2),this.playing?(this.context.fillStyle="#fff",this.context.fillRect(0,0,e/2-2,e),this.context.fillRect(e/2+2,0,e/2-2,e)):(this.context.beginPath(),this.context.translate(2,0),this.context.moveTo(0,0),this.context.lineTo(e-2,e/2),this.context.lineTo(0,e),this.context.fillStyle="#fff",this.context.fill()),this.context.restore()},Pb.prototype.on=function(a,b){this.canvas.addEventListener(a,b,!1)},Pb.prototype.off=function(a,b){this.canvas.removeEventListener(a,b,!1)},Pb.prototype.destroy=function(){this.playing=!1,this.canvas.parentNode&&this.container.removeChild(this.canvas)},{initialize:a,configure:h,sync:P,slide:O,left:nb,right:ob,up:pb,down:qb,prev:rb,next:sb,navigateFragment:gb,prevFragment:ib,nextFragment:hb,navigateTo:O,navigateLeft:nb,navigateRight:ob,navigateUp:pb,navigateDown:qb,navigatePrev:rb,navigateNext:sb,layout:A,availableRoutes:Z,availableFragments:$,toggleOverview:G,togglePause:M,isOverview:H,isPaused:N,addEventListeners:i,removeEventListeners:j,getIndices:eb,getSlide:function(a,b){var c=document.querySelectorAll(Yb)[a],d=c&&c.querySelectorAll("section");
|
9
|
-
|
1
|
+
(function(root,factory){if(typeof define==='function'&&define.amd){define(function(){root.Reveal=factory();return root.Reveal;});}else if(typeof exports==='object'){module.exports=factory();}else{root.Reveal=factory();}}(this,function(){'use strict';var Reveal;var SLIDES_SELECTOR='.slides section',HORIZONTAL_SLIDES_SELECTOR='.slides>section',VERTICAL_SLIDES_SELECTOR='.slides>section.present>section',HOME_SLIDE_SELECTOR='.slides>section:first-of-type',config={width:960,height:700,margin:0.1,minScale:0.2,maxScale:1.5,controls:true,progress:true,slideNumber:false,history:false,keyboard:true,keyboardCondition:null,overview:true,center:true,touch:true,loop:false,rtl:false,fragments:true,embedded:false,help:true,pause:true,autoSlide:0,autoSlideStoppable:true,mouseWheel:false,rollingLinks:false,hideAddressBar:true,previewLinks:false,postMessage:true,postMessageEvents:false,focusBodyOnPageVisibilityChange:true,transition:'slide',transitionSpeed:'default',backgroundTransition:'fade',parallaxBackgroundImage:'',parallaxBackgroundSize:'',parallaxBackgroundHorizontal:null,parallaxBackgroundVertical:null,viewDistance:3,dependencies:[]},loaded=false,overview=false,indexh,indexv,previousSlide,currentSlide,previousBackground,state=[],scale=1,slidesTransform={layout:'',overview:''},dom={},features={},isMobileDevice,lastMouseWheelStep=0,writeURLTimeout=0,eventsAreBound=false,autoSlide=0,autoSlidePlayer,autoSlideTimeout=0,autoSlideStartTime=-1,autoSlidePaused=false,touch={startX:0,startY:0,startSpan:0,startCount:0,captured:false,threshold:40},keyboardShortcuts={'N , SPACE':'Next slide','P':'Previous slide','← , H':'Navigate left','→ , L':'Navigate right','↑ , K':'Navigate up','↓ , J':'Navigate down','Home':'First slide','End':'Last slide','B , .':'Pause','F':'Fullscreen','ESC, O':'Slide overview'};function initialize(options){checkCapabilities();if(!features.transforms2d&&!features.transforms3d){document.body.setAttribute('class','no-transforms');var images=toArray(document.getElementsByTagName('img')),iframes=toArray(document.getElementsByTagName('iframe'));var lazyLoadable=images.concat(iframes);for(var i=0,len=lazyLoadable.length;i<len;i++){var element=lazyLoadable[i];if(element.getAttribute('data-src')){element.setAttribute('src',element.getAttribute('data-src'));element.removeAttribute('data-src');}}
|
2
|
+
return;}
|
3
|
+
dom.wrapper=document.querySelector('.reveal');dom.slides=document.querySelector('.reveal .slides');window.addEventListener('load',layout,false);var query=Reveal.getQueryHash();if(typeof query['dependencies']!=='undefined')delete query['dependencies'];extend(config,options);extend(config,query);hideAddressBar();load();}
|
4
|
+
function checkCapabilities(){features.transforms3d='WebkitPerspective'in document.body.style||'MozPerspective'in document.body.style||'msPerspective'in document.body.style||'OPerspective'in document.body.style||'perspective'in document.body.style;features.transforms2d='WebkitTransform'in document.body.style||'MozTransform'in document.body.style||'msTransform'in document.body.style||'OTransform'in document.body.style||'transform'in document.body.style;features.requestAnimationFrameMethod=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame;features.requestAnimationFrame=typeof features.requestAnimationFrameMethod==='function';features.canvas=!!document.createElement('canvas').getContext;features.touch=!!('ontouchstart'in window);features.overviewTransitions=!/Version\/[\d\.]+.*Safari/.test(navigator.userAgent);isMobileDevice=/(iphone|ipod|ipad|android)/gi.test(navigator.userAgent);}
|
5
|
+
function load(){var scripts=[],scriptsAsync=[],scriptsToPreload=0;function proceed(){if(scriptsAsync.length){head.js.apply(null,scriptsAsync);}
|
6
|
+
start();}
|
7
|
+
function loadScript(s){head.ready(s.src.match(/([\w\d_\-]*)\.?js$|[^\\\/]*$/i)[0],function(){if(typeof s.callback==='function'){s.callback.apply(this);}
|
8
|
+
if(--scriptsToPreload===0){proceed();}});}
|
9
|
+
for(var i=0,len=config.dependencies.length;i<len;i++){var s=config.dependencies[i];if(!s.condition||s.condition()){if(s.async){scriptsAsync.push(s.src);}
|
10
|
+
else{scripts.push(s.src);}
|
11
|
+
loadScript(s);}}
|
12
|
+
if(scripts.length){scriptsToPreload=scripts.length;head.js.apply(null,scripts);}
|
13
|
+
else{proceed();}}
|
14
|
+
function start(){setupDOM();setupPostMessage();setupIframeScrollPrevention();resetVerticalSlides();configure();readURL();updateBackground(true);setTimeout(function(){dom.slides.classList.remove('no-transition');loaded=true;dispatchEvent('ready',{'indexh':indexh,'indexv':indexv,'currentSlide':currentSlide});},1);if(isPrintingPDF()){removeEventListeners();if(document.readyState==='complete'){setupPDF();}
|
15
|
+
else{window.addEventListener('load',setupPDF);}}}
|
16
|
+
function setupDOM(){dom.slides.classList.add('no-transition');dom.background=createSingletonNode(dom.wrapper,'div','backgrounds',null);dom.progress=createSingletonNode(dom.wrapper,'div','progress','<span></span>');dom.progressbar=dom.progress.querySelector('span');createSingletonNode(dom.wrapper,'aside','controls','<div class="navigate-left"></div>'+'<div class="navigate-right"></div>'+'<div class="navigate-up"></div>'+'<div class="navigate-down"></div>');dom.slideNumber=createSingletonNode(dom.wrapper,'div','slide-number','');createSingletonNode(dom.wrapper,'div','pause-overlay',null);dom.controls=document.querySelector('.reveal .controls');dom.theme=document.querySelector('#theme');dom.wrapper.setAttribute('role','application');dom.controlsLeft=toArray(document.querySelectorAll('.navigate-left'));dom.controlsRight=toArray(document.querySelectorAll('.navigate-right'));dom.controlsUp=toArray(document.querySelectorAll('.navigate-up'));dom.controlsDown=toArray(document.querySelectorAll('.navigate-down'));dom.controlsPrev=toArray(document.querySelectorAll('.navigate-prev'));dom.controlsNext=toArray(document.querySelectorAll('.navigate-next'));dom.statusDiv=createStatusDiv();}
|
17
|
+
function createStatusDiv(){var statusDiv=document.getElementById('aria-status-div');if(!statusDiv){statusDiv=document.createElement('div');statusDiv.style.position='absolute';statusDiv.style.height='1px';statusDiv.style.width='1px';statusDiv.style.overflow='hidden';statusDiv.style.clip='rect( 1px, 1px, 1px, 1px )';statusDiv.setAttribute('id','aria-status-div');statusDiv.setAttribute('aria-live','polite');statusDiv.setAttribute('aria-atomic','true');dom.wrapper.appendChild(statusDiv);}
|
18
|
+
return statusDiv;}
|
19
|
+
function setupPDF(){var slideSize=getComputedSlideSize(window.innerWidth,window.innerHeight);var pageWidth=Math.floor(slideSize.width*(1+config.margin)),pageHeight=Math.floor(slideSize.height*(1+config.margin));var slideWidth=slideSize.width,slideHeight=slideSize.height;injectStyleSheet('@page{size:'+pageWidth+'px '+pageHeight+'px; margin: 0;}');injectStyleSheet('.reveal section>img, .reveal section>video, .reveal section>iframe{max-width: '+slideWidth+'px; max-height:'+slideHeight+'px}');document.body.classList.add('print-pdf');document.body.style.width=pageWidth+'px';document.body.style.height=pageHeight+'px';toArray(dom.wrapper.querySelectorAll(SLIDES_SELECTOR)).forEach(function(slide){if(slide.classList.contains('stack')===false){var left=(pageWidth-slideWidth)/2,top=(pageHeight-slideHeight)/2;var contentHeight=getAbsoluteHeight(slide);var numberOfPages=Math.max(Math.ceil(contentHeight/pageHeight),1);if(numberOfPages===1&&config.center||slide.classList.contains('center')){top=Math.max((pageHeight-contentHeight)/2,0);}
|
20
|
+
slide.style.left=left+'px';slide.style.top=top+'px';slide.style.width=slideWidth+'px';var background=slide.querySelector('.slide-background');if(background){background.style.width=pageWidth+'px';background.style.height=(pageHeight*numberOfPages)+'px';background.style.top=-top+'px';background.style.left=-left+'px';}}});toArray(dom.wrapper.querySelectorAll(SLIDES_SELECTOR+' .fragment')).forEach(function(fragment){fragment.classList.add('visible');});}
|
21
|
+
function setupIframeScrollPrevention(){if(dom.slides.querySelector('iframe')){setInterval(function(){if(dom.wrapper.scrollTop!==0||dom.wrapper.scrollLeft!==0){dom.wrapper.scrollTop=0;dom.wrapper.scrollLeft=0;}},500);}}
|
22
|
+
function createSingletonNode(container,tagname,classname,innerHTML){var nodes=container.querySelectorAll('.'+classname);for(var i=0;i<nodes.length;i++){var testNode=nodes[i];if(testNode.parentNode===container){return testNode;}}
|
23
|
+
var node=document.createElement(tagname);node.classList.add(classname);if(typeof innerHTML==='string'){node.innerHTML=innerHTML;}
|
24
|
+
container.appendChild(node);return node;}
|
25
|
+
function createBackgrounds(){var printMode=isPrintingPDF();dom.background.innerHTML='';dom.background.classList.add('no-transition');toArray(dom.wrapper.querySelectorAll(HORIZONTAL_SLIDES_SELECTOR)).forEach(function(slideh){var backgroundStack;if(printMode){backgroundStack=createBackground(slideh,slideh);}
|
26
|
+
else{backgroundStack=createBackground(slideh,dom.background);}
|
27
|
+
toArray(slideh.querySelectorAll('section')).forEach(function(slidev){if(printMode){createBackground(slidev,slidev);}
|
28
|
+
else{createBackground(slidev,backgroundStack);}
|
29
|
+
backgroundStack.classList.add('stack');});});if(config.parallaxBackgroundImage){dom.background.style.backgroundImage='url("'+config.parallaxBackgroundImage+'")';dom.background.style.backgroundSize=config.parallaxBackgroundSize;setTimeout(function(){dom.wrapper.classList.add('has-parallax-background');},1);}
|
30
|
+
else{dom.background.style.backgroundImage='';dom.wrapper.classList.remove('has-parallax-background');}}
|
31
|
+
function createBackground(slide,container){var data={background:slide.getAttribute('data-background'),backgroundSize:slide.getAttribute('data-background-size'),backgroundImage:slide.getAttribute('data-background-image'),backgroundVideo:slide.getAttribute('data-background-video'),backgroundIframe:slide.getAttribute('data-background-iframe'),backgroundColor:slide.getAttribute('data-background-color'),backgroundRepeat:slide.getAttribute('data-background-repeat'),backgroundPosition:slide.getAttribute('data-background-position'),backgroundTransition:slide.getAttribute('data-background-transition')};var element=document.createElement('div');element.className='slide-background '+slide.className.replace(/present|past|future/,'');if(data.background){if(/^(http|file|\/\/)/gi.test(data.background)||/\.(svg|png|jpg|jpeg|gif|bmp)$/gi.test(data.background)){slide.setAttribute('data-background-image',data.background);}
|
32
|
+
else{element.style.background=data.background;}}
|
33
|
+
if(data.background||data.backgroundColor||data.backgroundImage||data.backgroundVideo||data.backgroundIframe){element.setAttribute('data-background-hash',data.background+
|
34
|
+
data.backgroundSize+
|
35
|
+
data.backgroundImage+
|
36
|
+
data.backgroundVideo+
|
37
|
+
data.backgroundIframe+
|
38
|
+
data.backgroundColor+
|
39
|
+
data.backgroundRepeat+
|
40
|
+
data.backgroundPosition+
|
41
|
+
data.backgroundTransition);}
|
42
|
+
if(data.backgroundSize)element.style.backgroundSize=data.backgroundSize;if(data.backgroundColor)element.style.backgroundColor=data.backgroundColor;if(data.backgroundRepeat)element.style.backgroundRepeat=data.backgroundRepeat;if(data.backgroundPosition)element.style.backgroundPosition=data.backgroundPosition;if(data.backgroundTransition)element.setAttribute('data-background-transition',data.backgroundTransition);container.appendChild(element);slide.classList.remove('has-dark-background');slide.classList.remove('has-light-background');var computedBackgroundColor=window.getComputedStyle(element).backgroundColor;if(computedBackgroundColor){var rgb=colorToRgb(computedBackgroundColor);if(rgb&&rgb.a!==0){if(colorBrightness(computedBackgroundColor)<128){slide.classList.add('has-dark-background');}
|
43
|
+
else{slide.classList.add('has-light-background');}}}
|
44
|
+
return element;}
|
45
|
+
function setupPostMessage(){if(config.postMessage){window.addEventListener('message',function(event){var data=event.data;if(typeof data==='string'&&data.charAt(0)==='{'&&data.charAt(data.length-1)==='}'){data=JSON.parse(data);if(data.method&&typeof Reveal[data.method]==='function'){Reveal[data.method].apply(Reveal,data.args);}}},false);}}
|
46
|
+
function configure(options){var numberOfSlides=dom.wrapper.querySelectorAll(SLIDES_SELECTOR).length;dom.wrapper.classList.remove(config.transition);if(typeof options==='object')extend(config,options);if(features.transforms3d===false)config.transition='linear';dom.wrapper.classList.add(config.transition);dom.wrapper.setAttribute('data-transition-speed',config.transitionSpeed);dom.wrapper.setAttribute('data-background-transition',config.backgroundTransition);dom.controls.style.display=config.controls?'block':'none';dom.progress.style.display=config.progress?'block':'none';if(config.rtl){dom.wrapper.classList.add('rtl');}
|
47
|
+
else{dom.wrapper.classList.remove('rtl');}
|
48
|
+
if(config.center){dom.wrapper.classList.add('center');}
|
49
|
+
else{dom.wrapper.classList.remove('center');}
|
50
|
+
if(config.pause===false){resume();}
|
51
|
+
if(config.mouseWheel){document.addEventListener('DOMMouseScroll',onDocumentMouseScroll,false);document.addEventListener('mousewheel',onDocumentMouseScroll,false);}
|
52
|
+
else{document.removeEventListener('DOMMouseScroll',onDocumentMouseScroll,false);document.removeEventListener('mousewheel',onDocumentMouseScroll,false);}
|
53
|
+
if(config.rollingLinks){enableRollingLinks();}
|
54
|
+
else{disableRollingLinks();}
|
55
|
+
if(config.previewLinks){enablePreviewLinks();}
|
56
|
+
else{disablePreviewLinks();enablePreviewLinks('[data-preview-link]');}
|
57
|
+
if(autoSlidePlayer){autoSlidePlayer.destroy();autoSlidePlayer=null;}
|
58
|
+
if(numberOfSlides>1&&config.autoSlide&&config.autoSlideStoppable&&features.canvas&&features.requestAnimationFrame){autoSlidePlayer=new Playback(dom.wrapper,function(){return Math.min(Math.max((Date.now()-autoSlideStartTime)/autoSlide,0),1);});autoSlidePlayer.on('click',onAutoSlidePlayerClick);autoSlidePaused=false;}
|
59
|
+
if(config.fragments===false){toArray(dom.slides.querySelectorAll('.fragment')).forEach(function(element){element.classList.add('visible');element.classList.remove('current-fragment');});}
|
60
|
+
sync();}
|
61
|
+
function addEventListeners(){eventsAreBound=true;window.addEventListener('hashchange',onWindowHashChange,false);window.addEventListener('resize',onWindowResize,false);if(config.touch){dom.wrapper.addEventListener('touchstart',onTouchStart,false);dom.wrapper.addEventListener('touchmove',onTouchMove,false);dom.wrapper.addEventListener('touchend',onTouchEnd,false);if(window.navigator.pointerEnabled){dom.wrapper.addEventListener('pointerdown',onPointerDown,false);dom.wrapper.addEventListener('pointermove',onPointerMove,false);dom.wrapper.addEventListener('pointerup',onPointerUp,false);}
|
62
|
+
else if(window.navigator.msPointerEnabled){dom.wrapper.addEventListener('MSPointerDown',onPointerDown,false);dom.wrapper.addEventListener('MSPointerMove',onPointerMove,false);dom.wrapper.addEventListener('MSPointerUp',onPointerUp,false);}}
|
63
|
+
if(config.keyboard){document.addEventListener('keydown',onDocumentKeyDown,false);document.addEventListener('keypress',onDocumentKeyPress,false);}
|
64
|
+
if(config.progress&&dom.progress){dom.progress.addEventListener('click',onProgressClicked,false);}
|
65
|
+
if(config.focusBodyOnPageVisibilityChange){var visibilityChange;if('hidden'in document){visibilityChange='visibilitychange';}
|
66
|
+
else if('msHidden'in document){visibilityChange='msvisibilitychange';}
|
67
|
+
else if('webkitHidden'in document){visibilityChange='webkitvisibilitychange';}
|
68
|
+
if(visibilityChange){document.addEventListener(visibilityChange,onPageVisibilityChange,false);}}
|
69
|
+
var pointerEvents=['touchstart','click'];if(navigator.userAgent.match(/android/gi)){pointerEvents=['touchstart'];}
|
70
|
+
pointerEvents.forEach(function(eventName){dom.controlsLeft.forEach(function(el){el.addEventListener(eventName,onNavigateLeftClicked,false);});dom.controlsRight.forEach(function(el){el.addEventListener(eventName,onNavigateRightClicked,false);});dom.controlsUp.forEach(function(el){el.addEventListener(eventName,onNavigateUpClicked,false);});dom.controlsDown.forEach(function(el){el.addEventListener(eventName,onNavigateDownClicked,false);});dom.controlsPrev.forEach(function(el){el.addEventListener(eventName,onNavigatePrevClicked,false);});dom.controlsNext.forEach(function(el){el.addEventListener(eventName,onNavigateNextClicked,false);});});}
|
71
|
+
function removeEventListeners(){eventsAreBound=false;document.removeEventListener('keydown',onDocumentKeyDown,false);document.removeEventListener('keypress',onDocumentKeyPress,false);window.removeEventListener('hashchange',onWindowHashChange,false);window.removeEventListener('resize',onWindowResize,false);dom.wrapper.removeEventListener('touchstart',onTouchStart,false);dom.wrapper.removeEventListener('touchmove',onTouchMove,false);dom.wrapper.removeEventListener('touchend',onTouchEnd,false);if(window.navigator.pointerEnabled){dom.wrapper.removeEventListener('pointerdown',onPointerDown,false);dom.wrapper.removeEventListener('pointermove',onPointerMove,false);dom.wrapper.removeEventListener('pointerup',onPointerUp,false);}
|
72
|
+
else if(window.navigator.msPointerEnabled){dom.wrapper.removeEventListener('MSPointerDown',onPointerDown,false);dom.wrapper.removeEventListener('MSPointerMove',onPointerMove,false);dom.wrapper.removeEventListener('MSPointerUp',onPointerUp,false);}
|
73
|
+
if(config.progress&&dom.progress){dom.progress.removeEventListener('click',onProgressClicked,false);}
|
74
|
+
['touchstart','click'].forEach(function(eventName){dom.controlsLeft.forEach(function(el){el.removeEventListener(eventName,onNavigateLeftClicked,false);});dom.controlsRight.forEach(function(el){el.removeEventListener(eventName,onNavigateRightClicked,false);});dom.controlsUp.forEach(function(el){el.removeEventListener(eventName,onNavigateUpClicked,false);});dom.controlsDown.forEach(function(el){el.removeEventListener(eventName,onNavigateDownClicked,false);});dom.controlsPrev.forEach(function(el){el.removeEventListener(eventName,onNavigatePrevClicked,false);});dom.controlsNext.forEach(function(el){el.removeEventListener(eventName,onNavigateNextClicked,false);});});}
|
75
|
+
function extend(a,b){for(var i in b){a[i]=b[i];}}
|
76
|
+
function toArray(o){return Array.prototype.slice.call(o);}
|
77
|
+
function deserialize(value){if(typeof value==='string'){if(value==='null')return null;else if(value==='true')return true;else if(value==='false')return false;else if(value.match(/^\d+$/))return parseFloat(value);}
|
78
|
+
return value;}
|
79
|
+
function distanceBetween(a,b){var dx=a.x-b.x,dy=a.y-b.y;return Math.sqrt(dx*dx+dy*dy);}
|
80
|
+
function transformElement(element,transform){element.style.WebkitTransform=transform;element.style.MozTransform=transform;element.style.msTransform=transform;element.style.transform=transform;}
|
81
|
+
function transformSlides(transforms){if(typeof transforms.layout==='string')slidesTransform.layout=transforms.layout;if(typeof transforms.overview==='string')slidesTransform.overview=transforms.overview;if(slidesTransform.layout){transformElement(dom.slides,slidesTransform.layout+' '+slidesTransform.overview);}
|
82
|
+
else{transformElement(dom.slides,slidesTransform.overview);}}
|
83
|
+
function injectStyleSheet(value){var tag=document.createElement('style');tag.type='text/css';if(tag.styleSheet){tag.styleSheet.cssText=value;}
|
84
|
+
else{tag.appendChild(document.createTextNode(value));}
|
85
|
+
document.getElementsByTagName('head')[0].appendChild(tag);}
|
86
|
+
function colorToRgb(color){var hex3=color.match(/^#([0-9a-f]{3})$/i);if(hex3&&hex3[1]){hex3=hex3[1];return{r:parseInt(hex3.charAt(0),16)*0x11,g:parseInt(hex3.charAt(1),16)*0x11,b:parseInt(hex3.charAt(2),16)*0x11};}
|
87
|
+
var hex6=color.match(/^#([0-9a-f]{6})$/i);if(hex6&&hex6[1]){hex6=hex6[1];return{r:parseInt(hex6.substr(0,2),16),g:parseInt(hex6.substr(2,2),16),b:parseInt(hex6.substr(4,2),16)};}
|
88
|
+
var rgb=color.match(/^rgb\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\)$/i);if(rgb){return{r:parseInt(rgb[1],10),g:parseInt(rgb[2],10),b:parseInt(rgb[3],10)};}
|
89
|
+
var rgba=color.match(/^rgba\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\,\s*([\d]+|[\d]*.[\d]+)\s*\)$/i);if(rgba){return{r:parseInt(rgba[1],10),g:parseInt(rgba[2],10),b:parseInt(rgba[3],10),a:parseFloat(rgba[4])};}
|
90
|
+
return null;}
|
91
|
+
function colorBrightness(color){if(typeof color==='string')color=colorToRgb(color);if(color){return(color.r*299+color.g*587+color.b*114)/1000;}
|
92
|
+
return null;}
|
93
|
+
function getAbsoluteHeight(element){var height=0;if(element){var absoluteChildren=0;toArray(element.childNodes).forEach(function(child){if(typeof child.offsetTop==='number'&&child.style){if(window.getComputedStyle(child).position==='absolute'){absoluteChildren+=1;}
|
94
|
+
height=Math.max(height,child.offsetTop+child.offsetHeight);}});if(absoluteChildren===0){height=element.offsetHeight;}}
|
95
|
+
return height;}
|
96
|
+
function getRemainingHeight(element,height){height=height||0;if(element){var newHeight,oldHeight=element.style.height;element.style.height='0px';newHeight=height-element.parentNode.offsetHeight;element.style.height=oldHeight+'px';return newHeight;}
|
97
|
+
return height;}
|
98
|
+
function isPrintingPDF(){return(/print-pdf/gi).test(window.location.search);}
|
99
|
+
function hideAddressBar(){if(config.hideAddressBar&&isMobileDevice){window.addEventListener('load',removeAddressBar,false);window.addEventListener('orientationchange',removeAddressBar,false);}}
|
100
|
+
function removeAddressBar(){setTimeout(function(){window.scrollTo(0,1);},10);}
|
101
|
+
function dispatchEvent(type,args){var event=document.createEvent('HTMLEvents',1,2);event.initEvent(type,true,true);extend(event,args);dom.wrapper.dispatchEvent(event);if(config.postMessageEvents&&window.parent!==window.self){window.parent.postMessage(JSON.stringify({namespace:'reveal',eventName:type,state:getState()}),'*');}}
|
102
|
+
function enableRollingLinks(){if(features.transforms3d&&!('msPerspective'in document.body.style)){var anchors=dom.wrapper.querySelectorAll(SLIDES_SELECTOR+' a');for(var i=0,len=anchors.length;i<len;i++){var anchor=anchors[i];if(anchor.textContent&&!anchor.querySelector('*')&&(!anchor.className||!anchor.classList.contains(anchor,'roll'))){var span=document.createElement('span');span.setAttribute('data-title',anchor.text);span.innerHTML=anchor.innerHTML;anchor.classList.add('roll');anchor.innerHTML='';anchor.appendChild(span);}}}}
|
103
|
+
function disableRollingLinks(){var anchors=dom.wrapper.querySelectorAll(SLIDES_SELECTOR+' a.roll');for(var i=0,len=anchors.length;i<len;i++){var anchor=anchors[i];var span=anchor.querySelector('span');if(span){anchor.classList.remove('roll');anchor.innerHTML=span.innerHTML;}}}
|
104
|
+
function enablePreviewLinks(selector){var anchors=toArray(document.querySelectorAll(selector?selector:'a'));anchors.forEach(function(element){if(/^(http|www)/gi.test(element.getAttribute('href'))){element.addEventListener('click',onPreviewLinkClicked,false);}});}
|
105
|
+
function disablePreviewLinks(){var anchors=toArray(document.querySelectorAll('a'));anchors.forEach(function(element){if(/^(http|www)/gi.test(element.getAttribute('href'))){element.removeEventListener('click',onPreviewLinkClicked,false);}});}
|
106
|
+
function showPreview(url){closeOverlay();dom.overlay=document.createElement('div');dom.overlay.classList.add('overlay');dom.overlay.classList.add('overlay-preview');dom.wrapper.appendChild(dom.overlay);dom.overlay.innerHTML=['<header>','<a class="close" href="#"><span class="icon"></span></a>','<a class="external" href="'+url+'" target="_blank"><span class="icon"></span></a>','</header>','<div class="spinner"></div>','<div class="viewport">','<iframe src="'+url+'"></iframe>','</div>'].join('');dom.overlay.querySelector('iframe').addEventListener('load',function(event){dom.overlay.classList.add('loaded');},false);dom.overlay.querySelector('.close').addEventListener('click',function(event){closeOverlay();event.preventDefault();},false);dom.overlay.querySelector('.external').addEventListener('click',function(event){closeOverlay();},false);setTimeout(function(){dom.overlay.classList.add('visible');},1);}
|
107
|
+
function showHelp(){if(config.help){closeOverlay();dom.overlay=document.createElement('div');dom.overlay.classList.add('overlay');dom.overlay.classList.add('overlay-help');dom.wrapper.appendChild(dom.overlay);var html='<p class="title">Keyboard Shortcuts</p><br/>';html+='<table><th>KEY</th><th>ACTION</th>';for(var key in keyboardShortcuts){html+='<tr><td>'+key+'</td><td>'+keyboardShortcuts[key]+'</td></tr>';}
|
108
|
+
html+='</table>';dom.overlay.innerHTML=['<header>','<a class="close" href="#"><span class="icon"></span></a>','</header>','<div class="viewport">','<div class="viewport-inner">'+html+'</div>','</div>'].join('');dom.overlay.querySelector('.close').addEventListener('click',function(event){closeOverlay();event.preventDefault();},false);setTimeout(function(){dom.overlay.classList.add('visible');},1);}}
|
109
|
+
function closeOverlay(){if(dom.overlay){dom.overlay.parentNode.removeChild(dom.overlay);dom.overlay=null;}}
|
110
|
+
function layout(){if(dom.wrapper&&!isPrintingPDF()){var size=getComputedSlideSize();var slidePadding=20;layoutSlideContents(config.width,config.height,slidePadding);dom.slides.style.width=size.width+'px';dom.slides.style.height=size.height+'px';scale=Math.min(size.presentationWidth/size.width,size.presentationHeight/size.height);scale=Math.max(scale,config.minScale);scale=Math.min(scale,config.maxScale);if(scale===1){dom.slides.style.zoom='';dom.slides.style.left='';dom.slides.style.top='';dom.slides.style.bottom='';dom.slides.style.right='';transformSlides({layout:''});}
|
111
|
+
else{if(!isMobileDevice&&/chrome/i.test(navigator.userAgent)&&typeof dom.slides.style.zoom!=='undefined'){dom.slides.style.zoom=scale;transformSlides({layout:''});}
|
112
|
+
else{dom.slides.style.left='50%';dom.slides.style.top='50%';dom.slides.style.bottom='auto';dom.slides.style.right='auto';transformSlides({layout:'translate(-50%, -50%) scale('+scale+')'});}}
|
113
|
+
var slides=toArray(dom.wrapper.querySelectorAll(SLIDES_SELECTOR));for(var i=0,len=slides.length;i<len;i++){var slide=slides[i];if(slide.style.display==='none'){continue;}
|
114
|
+
if(config.center||slide.classList.contains('center')){if(slide.classList.contains('stack')){slide.style.top=0;}
|
115
|
+
else{slide.style.top=Math.max(((size.height-getAbsoluteHeight(slide))/2)-slidePadding,0)+'px';}}
|
116
|
+
else{slide.style.top='';}}
|
117
|
+
updateProgress();updateParallax();}}
|
118
|
+
function layoutSlideContents(width,height,padding){toArray(dom.slides.querySelectorAll('section > .stretch')).forEach(function(element){var remainingHeight=getRemainingHeight(element,height);if(/(img|video)/gi.test(element.nodeName)){var nw=element.naturalWidth||element.videoWidth,nh=element.naturalHeight||element.videoHeight;var es=Math.min(width/nw,remainingHeight/nh);element.style.width=(nw*es)+'px';element.style.height=(nh*es)+'px';}
|
119
|
+
else{element.style.width=width+'px';element.style.height=remainingHeight+'px';}});}
|
120
|
+
function getComputedSlideSize(presentationWidth,presentationHeight){var size={width:config.width,height:config.height,presentationWidth:presentationWidth||dom.wrapper.offsetWidth,presentationHeight:presentationHeight||dom.wrapper.offsetHeight};size.presentationWidth-=(size.presentationWidth*config.margin);size.presentationHeight-=(size.presentationHeight*config.margin);if(typeof size.width==='string'&&/%$/.test(size.width)){size.width=parseInt(size.width,10)/100*size.presentationWidth;}
|
121
|
+
if(typeof size.height==='string'&&/%$/.test(size.height)){size.height=parseInt(size.height,10)/100*size.presentationHeight;}
|
122
|
+
return size;}
|
123
|
+
function setPreviousVerticalIndex(stack,v){if(typeof stack==='object'&&typeof stack.setAttribute==='function'){stack.setAttribute('data-previous-indexv',v||0);}}
|
124
|
+
function getPreviousVerticalIndex(stack){if(typeof stack==='object'&&typeof stack.setAttribute==='function'&&stack.classList.contains('stack')){var attributeName=stack.hasAttribute('data-start-indexv')?'data-start-indexv':'data-previous-indexv';return parseInt(stack.getAttribute(attributeName)||0,10);}
|
125
|
+
return 0;}
|
126
|
+
function activateOverview(){if(config.overview&&!isOverview()){overview=true;dom.wrapper.classList.add('overview');dom.wrapper.classList.remove('overview-deactivating');if(features.overviewTransitions){setTimeout(function(){dom.wrapper.classList.add('overview-animated');},1);}
|
127
|
+
cancelAutoSlide();dom.slides.appendChild(dom.background);toArray(dom.wrapper.querySelectorAll(SLIDES_SELECTOR)).forEach(function(slide){if(!slide.classList.contains('stack')){slide.addEventListener('click',onOverviewSlideClicked,true);}});updateSlidesVisibility();layoutOverview();updateOverview();layout();dispatchEvent('overviewshown',{'indexh':indexh,'indexv':indexv,'currentSlide':currentSlide});}}
|
128
|
+
function layoutOverview(){var margin=70;var slideWidth=config.width+margin,slideHeight=config.height+margin;if(config.rtl){slideWidth=-slideWidth;}
|
129
|
+
toArray(dom.wrapper.querySelectorAll(HORIZONTAL_SLIDES_SELECTOR)).forEach(function(hslide,h){hslide.setAttribute('data-index-h',h);transformElement(hslide,'translate3d('+(h*slideWidth)+'px, 0, 0)');if(hslide.classList.contains('stack')){toArray(hslide.querySelectorAll('section')).forEach(function(vslide,v){vslide.setAttribute('data-index-h',h);vslide.setAttribute('data-index-v',v);transformElement(vslide,'translate3d(0, '+(v*slideHeight)+'px, 0)');});}});toArray(dom.background.childNodes).forEach(function(hbackground,h){transformElement(hbackground,'translate3d('+(h*slideWidth)+'px, 0, 0)');toArray(hbackground.querySelectorAll('.slide-background')).forEach(function(vbackground,v){transformElement(vbackground,'translate3d(0, '+(v*slideHeight)+'px, 0)');});});}
|
130
|
+
function updateOverview(){var margin=70;var slideWidth=config.width+margin,slideHeight=config.height+margin;if(config.rtl){slideWidth=-slideWidth;}
|
131
|
+
transformSlides({overview:['translateX('+(-indexh*slideWidth)+'px)','translateY('+(-indexv*slideHeight)+'px)','translateZ('+(window.innerWidth<400?-1000:-2500)+'px)'].join(' ')});}
|
132
|
+
function deactivateOverview(){if(config.overview){overview=false;dom.wrapper.classList.remove('overview');dom.wrapper.classList.remove('overview-animated');dom.wrapper.classList.add('overview-deactivating');setTimeout(function(){dom.wrapper.classList.remove('overview-deactivating');},1);dom.wrapper.appendChild(dom.background);toArray(dom.wrapper.querySelectorAll(SLIDES_SELECTOR)).forEach(function(slide){transformElement(slide,'');slide.removeEventListener('click',onOverviewSlideClicked,true);});toArray(dom.background.querySelectorAll('.slide-background')).forEach(function(background){transformElement(background,'');});transformSlides({overview:''});slide(indexh,indexv);layout();cueAutoSlide();dispatchEvent('overviewhidden',{'indexh':indexh,'indexv':indexv,'currentSlide':currentSlide});}}
|
133
|
+
function toggleOverview(override){if(typeof override==='boolean'){override?activateOverview():deactivateOverview();}
|
134
|
+
else{isOverview()?deactivateOverview():activateOverview();}}
|
135
|
+
function isOverview(){return overview;}
|
136
|
+
function isVerticalSlide(slide){slide=slide?slide:currentSlide;return slide&&slide.parentNode&&!!slide.parentNode.nodeName.match(/section/i);}
|
137
|
+
function enterFullscreen(){var element=document.body;var requestMethod=element.requestFullScreen||element.webkitRequestFullscreen||element.webkitRequestFullScreen||element.mozRequestFullScreen||element.msRequestFullscreen;if(requestMethod){requestMethod.apply(element);}}
|
138
|
+
function pause(){if(config.pause){var wasPaused=dom.wrapper.classList.contains('paused');cancelAutoSlide();dom.wrapper.classList.add('paused');if(wasPaused===false){dispatchEvent('paused');}}}
|
139
|
+
function resume(){var wasPaused=dom.wrapper.classList.contains('paused');dom.wrapper.classList.remove('paused');cueAutoSlide();if(wasPaused){dispatchEvent('resumed');}}
|
140
|
+
function togglePause(override){if(typeof override==='boolean'){override?pause():resume();}
|
141
|
+
else{isPaused()?resume():pause();}}
|
142
|
+
function isPaused(){return dom.wrapper.classList.contains('paused');}
|
143
|
+
function toggleAutoSlide(override){if(typeof override==='boolean'){override?resumeAutoSlide():pauseAutoSlide();}
|
144
|
+
else{autoSlidePaused?resumeAutoSlide():pauseAutoSlide();}}
|
145
|
+
function isAutoSliding(){return!!(autoSlide&&!autoSlidePaused);}
|
146
|
+
function slide(h,v,f,o){previousSlide=currentSlide;var horizontalSlides=dom.wrapper.querySelectorAll(HORIZONTAL_SLIDES_SELECTOR);if(v===undefined&&!isOverview()){v=getPreviousVerticalIndex(horizontalSlides[h]);}
|
147
|
+
if(previousSlide&&previousSlide.parentNode&&previousSlide.parentNode.classList.contains('stack')){setPreviousVerticalIndex(previousSlide.parentNode,indexv);}
|
148
|
+
var stateBefore=state.concat();state.length=0;var indexhBefore=indexh||0,indexvBefore=indexv||0;indexh=updateSlides(HORIZONTAL_SLIDES_SELECTOR,h===undefined?indexh:h);indexv=updateSlides(VERTICAL_SLIDES_SELECTOR,v===undefined?indexv:v);updateSlidesVisibility();layout();stateLoop:for(var i=0,len=state.length;i<len;i++){for(var j=0;j<stateBefore.length;j++){if(stateBefore[j]===state[i]){stateBefore.splice(j,1);continue stateLoop;}}
|
149
|
+
document.documentElement.classList.add(state[i]);dispatchEvent(state[i]);}
|
150
|
+
while(stateBefore.length){document.documentElement.classList.remove(stateBefore.pop());}
|
151
|
+
if(isOverview()){updateOverview();}
|
152
|
+
var currentHorizontalSlide=horizontalSlides[indexh],currentVerticalSlides=currentHorizontalSlide.querySelectorAll('section');currentSlide=currentVerticalSlides[indexv]||currentHorizontalSlide;if(typeof f!=='undefined'){navigateFragment(f);}
|
153
|
+
var slideChanged=(indexh!==indexhBefore||indexv!==indexvBefore);if(slideChanged){dispatchEvent('slidechanged',{'indexh':indexh,'indexv':indexv,'previousSlide':previousSlide,'currentSlide':currentSlide,'origin':o});}
|
154
|
+
else{previousSlide=null;}
|
155
|
+
if(previousSlide){previousSlide.classList.remove('present');previousSlide.setAttribute('aria-hidden','true');if(dom.wrapper.querySelector(HOME_SLIDE_SELECTOR).classList.contains('present')){setTimeout(function(){var slides=toArray(dom.wrapper.querySelectorAll(HORIZONTAL_SLIDES_SELECTOR+'.stack')),i;for(i in slides){if(slides[i]){setPreviousVerticalIndex(slides[i],0);}}},0);}}
|
156
|
+
if(slideChanged||!previousSlide){stopEmbeddedContent(previousSlide);startEmbeddedContent(currentSlide);}
|
157
|
+
dom.statusDiv.textContent=currentSlide.textContent;updateControls();updateProgress();updateBackground();updateParallax();updateSlideNumber();writeURL();cueAutoSlide();}
|
158
|
+
function sync(){removeEventListeners();addEventListeners();layout();autoSlide=config.autoSlide;cueAutoSlide();createBackgrounds();writeURL();sortAllFragments();updateControls();updateProgress();updateBackground(true);updateSlideNumber();updateSlidesVisibility();formatEmbeddedContent();startEmbeddedContent(currentSlide);if(isOverview()){layoutOverview();}}
|
159
|
+
function resetVerticalSlides(){var horizontalSlides=toArray(dom.wrapper.querySelectorAll(HORIZONTAL_SLIDES_SELECTOR));horizontalSlides.forEach(function(horizontalSlide){var verticalSlides=toArray(horizontalSlide.querySelectorAll('section'));verticalSlides.forEach(function(verticalSlide,y){if(y>0){verticalSlide.classList.remove('present');verticalSlide.classList.remove('past');verticalSlide.classList.add('future');verticalSlide.setAttribute('aria-hidden','true');}});});}
|
160
|
+
function sortAllFragments(){var horizontalSlides=toArray(dom.wrapper.querySelectorAll(HORIZONTAL_SLIDES_SELECTOR));horizontalSlides.forEach(function(horizontalSlide){var verticalSlides=toArray(horizontalSlide.querySelectorAll('section'));verticalSlides.forEach(function(verticalSlide,y){sortFragments(verticalSlide.querySelectorAll('.fragment'));});if(verticalSlides.length===0)sortFragments(horizontalSlide.querySelectorAll('.fragment'));});}
|
161
|
+
function updateSlides(selector,index){var slides=toArray(dom.wrapper.querySelectorAll(selector)),slidesLength=slides.length;var printMode=isPrintingPDF();if(slidesLength){if(config.loop){index%=slidesLength;if(index<0){index=slidesLength+index;}}
|
162
|
+
index=Math.max(Math.min(index,slidesLength-1),0);for(var i=0;i<slidesLength;i++){var element=slides[i];var reverse=config.rtl&&!isVerticalSlide(element);element.classList.remove('past');element.classList.remove('present');element.classList.remove('future');element.setAttribute('hidden','');element.setAttribute('aria-hidden','true');if(element.querySelector('section')){element.classList.add('stack');}
|
163
|
+
if(printMode){element.classList.add('present');continue;}
|
164
|
+
if(i<index){element.classList.add(reverse?'future':'past');if(config.fragments){var pastFragments=toArray(element.querySelectorAll('.fragment'));while(pastFragments.length){var pastFragment=pastFragments.pop();pastFragment.classList.add('visible');pastFragment.classList.remove('current-fragment');}}}
|
165
|
+
else if(i>index){element.classList.add(reverse?'past':'future');if(config.fragments){var futureFragments=toArray(element.querySelectorAll('.fragment.visible'));while(futureFragments.length){var futureFragment=futureFragments.pop();futureFragment.classList.remove('visible');futureFragment.classList.remove('current-fragment');}}}}
|
166
|
+
slides[index].classList.add('present');slides[index].removeAttribute('hidden');slides[index].removeAttribute('aria-hidden');var slideState=slides[index].getAttribute('data-state');if(slideState){state=state.concat(slideState.split(' '));}}
|
167
|
+
else{index=0;}
|
168
|
+
return index;}
|
169
|
+
function updateSlidesVisibility(){var horizontalSlides=toArray(dom.wrapper.querySelectorAll(HORIZONTAL_SLIDES_SELECTOR)),horizontalSlidesLength=horizontalSlides.length,distanceX,distanceY;if(horizontalSlidesLength&&typeof indexh!=='undefined'){var viewDistance=isOverview()?10:config.viewDistance;if(isMobileDevice){viewDistance=isOverview()?6:2;}
|
170
|
+
if(isPrintingPDF()){viewDistance=Number.MAX_VALUE;}
|
171
|
+
for(var x=0;x<horizontalSlidesLength;x++){var horizontalSlide=horizontalSlides[x];var verticalSlides=toArray(horizontalSlide.querySelectorAll('section')),verticalSlidesLength=verticalSlides.length;distanceX=Math.abs((indexh||0)-x)||0;if(config.loop){distanceX=Math.abs(((indexh||0)-x)%(horizontalSlidesLength-viewDistance))||0;}
|
172
|
+
if(distanceX<viewDistance){showSlide(horizontalSlide);}
|
173
|
+
else{hideSlide(horizontalSlide);}
|
174
|
+
if(verticalSlidesLength){var oy=getPreviousVerticalIndex(horizontalSlide);for(var y=0;y<verticalSlidesLength;y++){var verticalSlide=verticalSlides[y];distanceY=x===(indexh||0)?Math.abs((indexv||0)-y):Math.abs(y-oy);if(distanceX+distanceY<viewDistance){showSlide(verticalSlide);}
|
175
|
+
else{hideSlide(verticalSlide);}}}}}}
|
176
|
+
function updateProgress(){if(config.progress&&dom.progressbar){dom.progressbar.style.width=getProgress()*dom.wrapper.offsetWidth+'px';}}
|
177
|
+
function updateSlideNumber(){if(config.slideNumber&&dom.slideNumber){var format='c';if(typeof config.slideNumber==='string'){format=config.slideNumber;}
|
178
|
+
dom.slideNumber.innerHTML=format.replace(/h/g,indexh).replace(/v/g,indexv).replace(/c/g,getSlidePastCount()+1).replace(/t/g,getTotalSlides());}}
|
179
|
+
function updateControls(){var routes=availableRoutes();var fragments=availableFragments();dom.controlsLeft.concat(dom.controlsRight).concat(dom.controlsUp).concat(dom.controlsDown).concat(dom.controlsPrev).concat(dom.controlsNext).forEach(function(node){node.classList.remove('enabled');node.classList.remove('fragmented');});if(routes.left)dom.controlsLeft.forEach(function(el){el.classList.add('enabled');});if(routes.right)dom.controlsRight.forEach(function(el){el.classList.add('enabled');});if(routes.up)dom.controlsUp.forEach(function(el){el.classList.add('enabled');});if(routes.down)dom.controlsDown.forEach(function(el){el.classList.add('enabled');});if(routes.left||routes.up)dom.controlsPrev.forEach(function(el){el.classList.add('enabled');});if(routes.right||routes.down)dom.controlsNext.forEach(function(el){el.classList.add('enabled');});if(currentSlide){if(fragments.prev)dom.controlsPrev.forEach(function(el){el.classList.add('fragmented','enabled');});if(fragments.next)dom.controlsNext.forEach(function(el){el.classList.add('fragmented','enabled');});if(isVerticalSlide(currentSlide)){if(fragments.prev)dom.controlsUp.forEach(function(el){el.classList.add('fragmented','enabled');});if(fragments.next)dom.controlsDown.forEach(function(el){el.classList.add('fragmented','enabled');});}
|
180
|
+
else{if(fragments.prev)dom.controlsLeft.forEach(function(el){el.classList.add('fragmented','enabled');});if(fragments.next)dom.controlsRight.forEach(function(el){el.classList.add('fragmented','enabled');});}}}
|
181
|
+
function updateBackground(includeAll){var currentBackground=null;var horizontalPast=config.rtl?'future':'past',horizontalFuture=config.rtl?'past':'future';toArray(dom.background.childNodes).forEach(function(backgroundh,h){backgroundh.classList.remove('past');backgroundh.classList.remove('present');backgroundh.classList.remove('future');if(h<indexh){backgroundh.classList.add(horizontalPast);}
|
182
|
+
else if(h>indexh){backgroundh.classList.add(horizontalFuture);}
|
183
|
+
else{backgroundh.classList.add('present');currentBackground=backgroundh;}
|
184
|
+
if(includeAll||h===indexh){toArray(backgroundh.querySelectorAll('.slide-background')).forEach(function(backgroundv,v){backgroundv.classList.remove('past');backgroundv.classList.remove('present');backgroundv.classList.remove('future');if(v<indexv){backgroundv.classList.add('past');}
|
185
|
+
else if(v>indexv){backgroundv.classList.add('future');}
|
186
|
+
else{backgroundv.classList.add('present');if(h===indexh)currentBackground=backgroundv;}});}});if(previousBackground){var previousVideo=previousBackground.querySelector('video');if(previousVideo)previousVideo.pause();}
|
187
|
+
if(currentBackground){var currentVideo=currentBackground.querySelector('video');if(currentVideo){currentVideo.currentTime=0;currentVideo.play();}
|
188
|
+
var backgroundImageURL=currentBackground.style.backgroundImage||'';if(/\.gif/i.test(backgroundImageURL)){currentBackground.style.backgroundImage='';window.getComputedStyle(currentBackground).opacity;currentBackground.style.backgroundImage=backgroundImageURL;}
|
189
|
+
var previousBackgroundHash=previousBackground?previousBackground.getAttribute('data-background-hash'):null;var currentBackgroundHash=currentBackground.getAttribute('data-background-hash');if(currentBackgroundHash&¤tBackgroundHash===previousBackgroundHash&¤tBackground!==previousBackground){dom.background.classList.add('no-transition');}
|
190
|
+
previousBackground=currentBackground;}
|
191
|
+
if(currentSlide){['has-light-background','has-dark-background'].forEach(function(classToBubble){if(currentSlide.classList.contains(classToBubble)){dom.wrapper.classList.add(classToBubble);}
|
192
|
+
else{dom.wrapper.classList.remove(classToBubble);}});}
|
193
|
+
setTimeout(function(){dom.background.classList.remove('no-transition');},1);}
|
194
|
+
function updateParallax(){if(config.parallaxBackgroundImage){var horizontalSlides=dom.wrapper.querySelectorAll(HORIZONTAL_SLIDES_SELECTOR),verticalSlides=dom.wrapper.querySelectorAll(VERTICAL_SLIDES_SELECTOR);var backgroundSize=dom.background.style.backgroundSize.split(' '),backgroundWidth,backgroundHeight;if(backgroundSize.length===1){backgroundWidth=backgroundHeight=parseInt(backgroundSize[0],10);}
|
195
|
+
else{backgroundWidth=parseInt(backgroundSize[0],10);backgroundHeight=parseInt(backgroundSize[1],10);}
|
196
|
+
var slideWidth=dom.background.offsetWidth,horizontalSlideCount=horizontalSlides.length,horizontalOffsetMultiplier,horizontalOffset;if(typeof config.parallaxBackgroundHorizontal==='number'){horizontalOffsetMultiplier=config.parallaxBackgroundHorizontal;}
|
197
|
+
else{horizontalOffsetMultiplier=(backgroundWidth-slideWidth)/(horizontalSlideCount-1);}
|
198
|
+
horizontalOffset=horizontalOffsetMultiplier*indexh*-1;var slideHeight=dom.background.offsetHeight,verticalSlideCount=verticalSlides.length,verticalOffsetMultiplier,verticalOffset;if(typeof config.parallaxBackgroundVertical==='number'){verticalOffsetMultiplier=config.parallaxBackgroundVertical;}
|
199
|
+
else{verticalOffsetMultiplier=(backgroundHeight-slideHeight)/(verticalSlideCount-1);}
|
200
|
+
verticalOffset=verticalSlideCount>0?verticalOffsetMultiplier*indexv*1:0;dom.background.style.backgroundPosition=horizontalOffset+'px '+-verticalOffset+'px';}}
|
201
|
+
function showSlide(slide){slide.style.display='block';toArray(slide.querySelectorAll('img[data-src], video[data-src], audio[data-src]')).forEach(function(element){element.setAttribute('src',element.getAttribute('data-src'));element.removeAttribute('data-src');});toArray(slide.querySelectorAll('video, audio')).forEach(function(media){var sources=0;toArray(media.querySelectorAll('source[data-src]')).forEach(function(source){source.setAttribute('src',source.getAttribute('data-src'));source.removeAttribute('data-src');sources+=1;});if(sources>0){media.load();}});var indices=getIndices(slide);var background=getSlideBackground(indices.h,indices.v);if(background){background.style.display='block';if(background.hasAttribute('data-loaded')===false){background.setAttribute('data-loaded','true');var backgroundImage=slide.getAttribute('data-background-image'),backgroundVideo=slide.getAttribute('data-background-video'),backgroundVideoLoop=slide.hasAttribute('data-background-video-loop'),backgroundIframe=slide.getAttribute('data-background-iframe');if(backgroundImage){background.style.backgroundImage='url('+backgroundImage+')';}
|
202
|
+
else if(backgroundVideo&&!isSpeakerNotes()){var video=document.createElement('video');if(backgroundVideoLoop){video.setAttribute('loop','');}
|
203
|
+
backgroundVideo.split(',').forEach(function(source){video.innerHTML+='<source src="'+source+'">';});background.appendChild(video);}
|
204
|
+
else if(backgroundIframe){var iframe=document.createElement('iframe');iframe.setAttribute('src',backgroundIframe);iframe.style.width='100%';iframe.style.height='100%';iframe.style.maxHeight='100%';iframe.style.maxWidth='100%';background.appendChild(iframe);}}}}
|
205
|
+
function hideSlide(slide){slide.style.display='none';var indices=getIndices(slide);var background=getSlideBackground(indices.h,indices.v);if(background){background.style.display='none';}}
|
206
|
+
function availableRoutes(){var horizontalSlides=dom.wrapper.querySelectorAll(HORIZONTAL_SLIDES_SELECTOR),verticalSlides=dom.wrapper.querySelectorAll(VERTICAL_SLIDES_SELECTOR);var routes={left:indexh>0||config.loop,right:indexh<horizontalSlides.length-1||config.loop,up:indexv>0,down:indexv<verticalSlides.length-1};if(config.rtl){var left=routes.left;routes.left=routes.right;routes.right=left;}
|
207
|
+
return routes;}
|
208
|
+
function availableFragments(){if(currentSlide&&config.fragments){var fragments=currentSlide.querySelectorAll('.fragment');var hiddenFragments=currentSlide.querySelectorAll('.fragment:not(.visible)');return{prev:fragments.length-hiddenFragments.length>0,next:!!hiddenFragments.length};}
|
209
|
+
else{return{prev:false,next:false};}}
|
210
|
+
function formatEmbeddedContent(){var _appendParamToIframeSource=function(sourceAttribute,sourceURL,param){toArray(dom.slides.querySelectorAll('iframe['+sourceAttribute+'*="'+sourceURL+'"]')).forEach(function(el){var src=el.getAttribute(sourceAttribute);if(src&&src.indexOf(param)===-1){el.setAttribute(sourceAttribute,src+(!/\?/.test(src)?'?':'&')+param);}});};_appendParamToIframeSource('src','youtube.com/embed/','enablejsapi=1');_appendParamToIframeSource('data-src','youtube.com/embed/','enablejsapi=1');_appendParamToIframeSource('src','player.vimeo.com/','api=1');_appendParamToIframeSource('data-src','player.vimeo.com/','api=1');}
|
211
|
+
function startEmbeddedContent(slide){if(slide&&!isSpeakerNotes()){toArray(slide.querySelectorAll('img[src$=".gif"]')).forEach(function(el){el.setAttribute('src',el.getAttribute('src'));});toArray(slide.querySelectorAll('video, audio')).forEach(function(el){if(el.hasAttribute('data-autoplay')&&typeof el.play==='function'){el.play();}});toArray(slide.querySelectorAll('iframe[src]')).forEach(function(el){startEmbeddedIframe({target:el});});toArray(slide.querySelectorAll('iframe[data-src]')).forEach(function(el){if(el.getAttribute('src')!==el.getAttribute('data-src')){el.removeEventListener('load',startEmbeddedIframe);el.addEventListener('load',startEmbeddedIframe);el.setAttribute('src',el.getAttribute('data-src'));}});}}
|
212
|
+
function startEmbeddedIframe(event){var iframe=event.target;if(/youtube\.com\/embed\//.test(iframe.getAttribute('src'))&&iframe.hasAttribute('data-autoplay')){iframe.contentWindow.postMessage('{"event":"command","func":"playVideo","args":""}','*');}
|
213
|
+
else if(/player\.vimeo\.com\//.test(iframe.getAttribute('src'))&&iframe.hasAttribute('data-autoplay')){iframe.contentWindow.postMessage('{"method":"play"}','*');}
|
214
|
+
else{iframe.contentWindow.postMessage('slide:start','*');}}
|
215
|
+
function stopEmbeddedContent(slide){if(slide&&slide.parentNode){toArray(slide.querySelectorAll('video, audio')).forEach(function(el){if(!el.hasAttribute('data-ignore')&&typeof el.pause==='function'){el.pause();}});toArray(slide.querySelectorAll('iframe')).forEach(function(el){el.contentWindow.postMessage('slide:stop','*');el.removeEventListener('load',startEmbeddedIframe);});toArray(slide.querySelectorAll('iframe[src*="youtube.com/embed/"]')).forEach(function(el){if(!el.hasAttribute('data-ignore')&&typeof el.contentWindow.postMessage==='function'){el.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}','*');}});toArray(slide.querySelectorAll('iframe[src*="player.vimeo.com/"]')).forEach(function(el){if(!el.hasAttribute('data-ignore')&&typeof el.contentWindow.postMessage==='function'){el.contentWindow.postMessage('{"method":"pause"}','*');}});toArray(slide.querySelectorAll('iframe[data-src]')).forEach(function(el){el.setAttribute('src','about:blank');el.removeAttribute('src');});}}
|
216
|
+
function getSlidePastCount(){var horizontalSlides=toArray(dom.wrapper.querySelectorAll(HORIZONTAL_SLIDES_SELECTOR));var pastCount=0;mainLoop:for(var i=0;i<horizontalSlides.length;i++){var horizontalSlide=horizontalSlides[i];var verticalSlides=toArray(horizontalSlide.querySelectorAll('section'));for(var j=0;j<verticalSlides.length;j++){if(verticalSlides[j].classList.contains('present')){break mainLoop;}
|
217
|
+
pastCount++;}
|
218
|
+
if(horizontalSlide.classList.contains('present')){break;}
|
219
|
+
if(horizontalSlide.classList.contains('stack')===false){pastCount++;}}
|
220
|
+
return pastCount;}
|
221
|
+
function getProgress(){var totalCount=getTotalSlides();var pastCount=getSlidePastCount();if(currentSlide){var allFragments=currentSlide.querySelectorAll('.fragment');if(allFragments.length>0){var visibleFragments=currentSlide.querySelectorAll('.fragment.visible');var fragmentWeight=0.9;pastCount+=(visibleFragments.length/allFragments.length)*fragmentWeight;}}
|
222
|
+
return pastCount/(totalCount-1);}
|
223
|
+
function isSpeakerNotes(){return!!window.location.search.match(/receiver/gi);}
|
224
|
+
function readURL(){var hash=window.location.hash;var bits=hash.slice(2).split('/'),name=hash.replace(/#|\//gi,'');if(isNaN(parseInt(bits[0],10))&&name.length){var element;if(/^[a-zA-Z][\w:.-]*$/.test(name)){element=document.getElementById(name);}
|
225
|
+
if(element){var indices=Reveal.getIndices(element);slide(indices.h,indices.v);}
|
226
|
+
else{slide(indexh||0,indexv||0);}}
|
227
|
+
else{var h=parseInt(bits[0],10)||0,v=parseInt(bits[1],10)||0;if(h!==indexh||v!==indexv){slide(h,v);}}}
|
228
|
+
function writeURL(delay){if(config.history){clearTimeout(writeURLTimeout);if(typeof delay==='number'){writeURLTimeout=setTimeout(writeURL,delay);}
|
229
|
+
else if(currentSlide){var url='/';var id=currentSlide.getAttribute('id');if(id){id=id.toLowerCase();id=id.replace(/[^a-zA-Z0-9\-\_\:\.]/g,'');}
|
230
|
+
if(typeof id==='string'&&id.length){url='/'+id;}
|
231
|
+
else{if(indexh>0||indexv>0)url+=indexh;if(indexv>0)url+='/'+indexv;}
|
232
|
+
window.location.hash=url;}}}
|
233
|
+
function getIndices(slide){var h=indexh,v=indexv,f;if(slide){var isVertical=isVerticalSlide(slide);var slideh=isVertical?slide.parentNode:slide;var horizontalSlides=toArray(dom.wrapper.querySelectorAll(HORIZONTAL_SLIDES_SELECTOR));h=Math.max(horizontalSlides.indexOf(slideh),0);v=undefined;if(isVertical){v=Math.max(toArray(slide.parentNode.querySelectorAll('section')).indexOf(slide),0);}}
|
234
|
+
if(!slide&¤tSlide){var hasFragments=currentSlide.querySelectorAll('.fragment').length>0;if(hasFragments){var currentFragment=currentSlide.querySelector('.current-fragment');if(currentFragment&¤tFragment.hasAttribute('data-fragment-index')){f=parseInt(currentFragment.getAttribute('data-fragment-index'),10);}
|
235
|
+
else{f=currentSlide.querySelectorAll('.fragment.visible').length-1;}}}
|
236
|
+
return{h:h,v:v,f:f};}
|
237
|
+
function getTotalSlides(){return dom.wrapper.querySelectorAll(SLIDES_SELECTOR+':not(.stack)').length;}
|
238
|
+
function getSlide(x,y){var horizontalSlide=dom.wrapper.querySelectorAll(HORIZONTAL_SLIDES_SELECTOR)[x];var verticalSlides=horizontalSlide&&horizontalSlide.querySelectorAll('section');if(verticalSlides&&verticalSlides.length&&typeof y==='number'){return verticalSlides?verticalSlides[y]:undefined;}
|
239
|
+
return horizontalSlide;}
|
240
|
+
function getSlideBackground(x,y){if(isPrintingPDF()){var slide=getSlide(x,y);if(slide){var background=slide.querySelector('.slide-background');if(background&&background.parentNode===slide){return background;}}
|
241
|
+
return undefined;}
|
242
|
+
var horizontalBackground=dom.wrapper.querySelectorAll('.backgrounds>.slide-background')[x];var verticalBackgrounds=horizontalBackground&&horizontalBackground.querySelectorAll('.slide-background');if(verticalBackgrounds&&verticalBackgrounds.length&&typeof y==='number'){return verticalBackgrounds?verticalBackgrounds[y]:undefined;}
|
243
|
+
return horizontalBackground;}
|
244
|
+
function getState(){var indices=getIndices();return{indexh:indices.h,indexv:indices.v,indexf:indices.f,paused:isPaused(),overview:isOverview()};}
|
245
|
+
function setState(state){if(typeof state==='object'){slide(deserialize(state.indexh),deserialize(state.indexv),deserialize(state.indexf));var pausedFlag=deserialize(state.paused),overviewFlag=deserialize(state.overview);if(typeof pausedFlag==='boolean'&&pausedFlag!==isPaused()){togglePause(pausedFlag);}
|
246
|
+
if(typeof overviewFlag==='boolean'&&overviewFlag!==isOverview()){toggleOverview(overviewFlag);}}}
|
247
|
+
function sortFragments(fragments){fragments=toArray(fragments);var ordered=[],unordered=[],sorted=[];fragments.forEach(function(fragment,i){if(fragment.hasAttribute('data-fragment-index')){var index=parseInt(fragment.getAttribute('data-fragment-index'),10);if(!ordered[index]){ordered[index]=[];}
|
248
|
+
ordered[index].push(fragment);}
|
249
|
+
else{unordered.push([fragment]);}});ordered=ordered.concat(unordered);var index=0;ordered.forEach(function(group){group.forEach(function(fragment){sorted.push(fragment);fragment.setAttribute('data-fragment-index',index);});index++;});return sorted;}
|
250
|
+
function navigateFragment(index,offset){if(currentSlide&&config.fragments){var fragments=sortFragments(currentSlide.querySelectorAll('.fragment'));if(fragments.length){if(typeof index!=='number'){var lastVisibleFragment=sortFragments(currentSlide.querySelectorAll('.fragment.visible')).pop();if(lastVisibleFragment){index=parseInt(lastVisibleFragment.getAttribute('data-fragment-index')||0,10);}
|
251
|
+
else{index=-1;}}
|
252
|
+
if(typeof offset==='number'){index+=offset;}
|
253
|
+
var fragmentsShown=[],fragmentsHidden=[];toArray(fragments).forEach(function(element,i){if(element.hasAttribute('data-fragment-index')){i=parseInt(element.getAttribute('data-fragment-index'),10);}
|
254
|
+
if(i<=index){if(!element.classList.contains('visible'))fragmentsShown.push(element);element.classList.add('visible');element.classList.remove('current-fragment');dom.statusDiv.textContent=element.textContent;if(i===index){element.classList.add('current-fragment');}}
|
255
|
+
else{if(element.classList.contains('visible'))fragmentsHidden.push(element);element.classList.remove('visible');element.classList.remove('current-fragment');}});if(fragmentsHidden.length){dispatchEvent('fragmenthidden',{fragment:fragmentsHidden[0],fragments:fragmentsHidden});}
|
256
|
+
if(fragmentsShown.length){dispatchEvent('fragmentshown',{fragment:fragmentsShown[0],fragments:fragmentsShown});}
|
257
|
+
updateControls();updateProgress();return!!(fragmentsShown.length||fragmentsHidden.length);}}
|
258
|
+
return false;}
|
259
|
+
function nextFragment(){return navigateFragment(null,1);}
|
260
|
+
function previousFragment(){return navigateFragment(null,-1);}
|
261
|
+
function cueAutoSlide(){cancelAutoSlide();if(currentSlide){var currentFragment=currentSlide.querySelector('.current-fragment');var fragmentAutoSlide=currentFragment?currentFragment.getAttribute('data-autoslide'):null;var parentAutoSlide=currentSlide.parentNode?currentSlide.parentNode.getAttribute('data-autoslide'):null;var slideAutoSlide=currentSlide.getAttribute('data-autoslide');if(fragmentAutoSlide){autoSlide=parseInt(fragmentAutoSlide,10);}
|
262
|
+
else if(slideAutoSlide){autoSlide=parseInt(slideAutoSlide,10);}
|
263
|
+
else if(parentAutoSlide){autoSlide=parseInt(parentAutoSlide,10);}
|
264
|
+
else{autoSlide=config.autoSlide;}
|
265
|
+
if(currentSlide.querySelectorAll('.fragment').length===0){toArray(currentSlide.querySelectorAll('video, audio')).forEach(function(el){if(el.hasAttribute('data-autoplay')){if(autoSlide&&el.duration*1000>autoSlide){autoSlide=(el.duration*1000)+1000;}}});}
|
266
|
+
if(autoSlide&&!autoSlidePaused&&!isPaused()&&!isOverview()&&(!Reveal.isLastSlide()||availableFragments().next||config.loop===true)){autoSlideTimeout=setTimeout(navigateNext,autoSlide);autoSlideStartTime=Date.now();}
|
267
|
+
if(autoSlidePlayer){autoSlidePlayer.setPlaying(autoSlideTimeout!==-1);}}}
|
268
|
+
function cancelAutoSlide(){clearTimeout(autoSlideTimeout);autoSlideTimeout=-1;}
|
269
|
+
function pauseAutoSlide(){if(autoSlide&&!autoSlidePaused){autoSlidePaused=true;dispatchEvent('autoslidepaused');clearTimeout(autoSlideTimeout);if(autoSlidePlayer){autoSlidePlayer.setPlaying(false);}}}
|
270
|
+
function resumeAutoSlide(){if(autoSlide&&autoSlidePaused){autoSlidePaused=false;dispatchEvent('autoslideresumed');cueAutoSlide();}}
|
271
|
+
function navigateLeft(){if(config.rtl){if((isOverview()||nextFragment()===false)&&availableRoutes().left){slide(indexh+1);}}
|
272
|
+
else if((isOverview()||previousFragment()===false)&&availableRoutes().left){slide(indexh-1);}}
|
273
|
+
function navigateRight(){if(config.rtl){if((isOverview()||previousFragment()===false)&&availableRoutes().right){slide(indexh-1);}}
|
274
|
+
else if((isOverview()||nextFragment()===false)&&availableRoutes().right){slide(indexh+1);}}
|
275
|
+
function navigateUp(){if((isOverview()||previousFragment()===false)&&availableRoutes().up){slide(indexh,indexv-1);}}
|
276
|
+
function navigateDown(){if((isOverview()||nextFragment()===false)&&availableRoutes().down){slide(indexh,indexv+1);}}
|
277
|
+
function navigatePrev(){if(previousFragment()===false){if(availableRoutes().up){navigateUp();}
|
278
|
+
else{var previousSlide;if(config.rtl){previousSlide=toArray(dom.wrapper.querySelectorAll(HORIZONTAL_SLIDES_SELECTOR+'.future')).pop();}
|
279
|
+
else{previousSlide=toArray(dom.wrapper.querySelectorAll(HORIZONTAL_SLIDES_SELECTOR+'.past')).pop();}
|
280
|
+
if(previousSlide){var v=(previousSlide.querySelectorAll('section').length-1)||undefined;var h=indexh-1;slide(h,v);}}}}
|
281
|
+
function navigateNext(){if(nextFragment()===false){if(availableRoutes().down){navigateDown();}
|
282
|
+
else if(config.rtl){navigateLeft();}
|
283
|
+
else{navigateRight();}}
|
284
|
+
cueAutoSlide();}
|
285
|
+
function onUserInput(event){if(config.autoSlideStoppable){pauseAutoSlide();}}
|
286
|
+
function onDocumentKeyPress(event){if(event.shiftKey&&event.charCode===63){if(dom.overlay){closeOverlay();}
|
287
|
+
else{showHelp(true);}}}
|
288
|
+
function onDocumentKeyDown(event){if(typeof config.keyboardCondition==='function'&&config.keyboardCondition()===false){return true;}
|
289
|
+
var autoSlideWasPaused=autoSlidePaused;onUserInput(event);var activeElementIsCE=document.activeElement&&document.activeElement.contentEditable!=='inherit';var activeElementIsInput=document.activeElement&&document.activeElement.tagName&&/input|textarea/i.test(document.activeElement.tagName);if(activeElementIsCE||activeElementIsInput||(event.shiftKey&&event.keyCode!==32)||event.altKey||event.ctrlKey||event.metaKey)return;if(isPaused()&&[66,190,191].indexOf(event.keyCode)===-1){return false;}
|
290
|
+
var triggered=false;if(typeof config.keyboard==='object'){for(var key in config.keyboard){if(parseInt(key,10)===event.keyCode){var value=config.keyboard[key];if(typeof value==='function'){value.apply(null,[event]);}
|
291
|
+
else if(typeof value==='string'&&typeof Reveal[value]==='function'){Reveal[value].call();}
|
292
|
+
triggered=true;}}}
|
293
|
+
if(triggered===false){triggered=true;switch(event.keyCode){case 80:case 33:navigatePrev();break;case 78:case 34:navigateNext();break;case 72:case 37:navigateLeft();break;case 76:case 39:navigateRight();break;case 75:case 38:navigateUp();break;case 74:case 40:navigateDown();break;case 36:slide(0);break;case 35:slide(Number.MAX_VALUE);break;case 32:isOverview()?deactivateOverview():event.shiftKey?navigatePrev():navigateNext();break;case 13:isOverview()?deactivateOverview():triggered=false;break;case 58:case 59:case 66:case 190:case 191:togglePause();break;case 70:enterFullscreen();break;case 65:if(config.autoSlideStoppable)toggleAutoSlide(autoSlideWasPaused);break;default:triggered=false;}}
|
294
|
+
if(triggered){event.preventDefault&&event.preventDefault();}
|
295
|
+
else if((event.keyCode===27||event.keyCode===79)&&features.transforms3d){if(dom.overlay){closeOverlay();}
|
296
|
+
else{toggleOverview();}
|
297
|
+
event.preventDefault&&event.preventDefault();}
|
298
|
+
cueAutoSlide();}
|
299
|
+
function onTouchStart(event){touch.startX=event.touches[0].clientX;touch.startY=event.touches[0].clientY;touch.startCount=event.touches.length;if(event.touches.length===2&&config.overview){touch.startSpan=distanceBetween({x:event.touches[1].clientX,y:event.touches[1].clientY},{x:touch.startX,y:touch.startY});}}
|
300
|
+
function onTouchMove(event){if(!touch.captured){onUserInput(event);var currentX=event.touches[0].clientX;var currentY=event.touches[0].clientY;if(event.touches.length===2&&touch.startCount===2&&config.overview){var currentSpan=distanceBetween({x:event.touches[1].clientX,y:event.touches[1].clientY},{x:touch.startX,y:touch.startY});if(Math.abs(touch.startSpan-currentSpan)>touch.threshold){touch.captured=true;if(currentSpan<touch.startSpan){activateOverview();}
|
301
|
+
else{deactivateOverview();}}
|
302
|
+
event.preventDefault();}
|
303
|
+
else if(event.touches.length===1&&touch.startCount!==2){var deltaX=currentX-touch.startX,deltaY=currentY-touch.startY;if(deltaX>touch.threshold&&Math.abs(deltaX)>Math.abs(deltaY)){touch.captured=true;navigateLeft();}
|
304
|
+
else if(deltaX<-touch.threshold&&Math.abs(deltaX)>Math.abs(deltaY)){touch.captured=true;navigateRight();}
|
305
|
+
else if(deltaY>touch.threshold){touch.captured=true;navigateUp();}
|
306
|
+
else if(deltaY<-touch.threshold){touch.captured=true;navigateDown();}
|
307
|
+
if(config.embedded){if(touch.captured||isVerticalSlide(currentSlide)){event.preventDefault();}}
|
308
|
+
else{event.preventDefault();}}}
|
309
|
+
else if(navigator.userAgent.match(/android/gi)){event.preventDefault();}}
|
310
|
+
function onTouchEnd(event){touch.captured=false;}
|
311
|
+
function onPointerDown(event){if(event.pointerType===event.MSPOINTER_TYPE_TOUCH||event.pointerType==="touch"){event.touches=[{clientX:event.clientX,clientY:event.clientY}];onTouchStart(event);}}
|
312
|
+
function onPointerMove(event){if(event.pointerType===event.MSPOINTER_TYPE_TOUCH||event.pointerType==="touch"){event.touches=[{clientX:event.clientX,clientY:event.clientY}];onTouchMove(event);}}
|
313
|
+
function onPointerUp(event){if(event.pointerType===event.MSPOINTER_TYPE_TOUCH||event.pointerType==="touch"){event.touches=[{clientX:event.clientX,clientY:event.clientY}];onTouchEnd(event);}}
|
314
|
+
function onDocumentMouseScroll(event){if(Date.now()-lastMouseWheelStep>600){lastMouseWheelStep=Date.now();var delta=event.detail||-event.wheelDelta;if(delta>0){navigateNext();}
|
315
|
+
else{navigatePrev();}}}
|
316
|
+
function onProgressClicked(event){onUserInput(event);event.preventDefault();var slidesTotal=toArray(dom.wrapper.querySelectorAll(HORIZONTAL_SLIDES_SELECTOR)).length;var slideIndex=Math.floor((event.clientX/dom.wrapper.offsetWidth)*slidesTotal);if(config.rtl){slideIndex=slidesTotal-slideIndex;}
|
317
|
+
slide(slideIndex);}
|
318
|
+
function onNavigateLeftClicked(event){event.preventDefault();onUserInput();navigateLeft();}
|
319
|
+
function onNavigateRightClicked(event){event.preventDefault();onUserInput();navigateRight();}
|
320
|
+
function onNavigateUpClicked(event){event.preventDefault();onUserInput();navigateUp();}
|
321
|
+
function onNavigateDownClicked(event){event.preventDefault();onUserInput();navigateDown();}
|
322
|
+
function onNavigatePrevClicked(event){event.preventDefault();onUserInput();navigatePrev();}
|
323
|
+
function onNavigateNextClicked(event){event.preventDefault();onUserInput();navigateNext();}
|
324
|
+
function onWindowHashChange(event){readURL();}
|
325
|
+
function onWindowResize(event){layout();}
|
326
|
+
function onPageVisibilityChange(event){var isHidden=document.webkitHidden||document.msHidden||document.hidden;if(isHidden===false&&document.activeElement!==document.body){if(typeof document.activeElement.blur==='function'){document.activeElement.blur();}
|
327
|
+
document.body.focus();}}
|
328
|
+
function onOverviewSlideClicked(event){if(eventsAreBound&&isOverview()){event.preventDefault();var element=event.target;while(element&&!element.nodeName.match(/section/gi)){element=element.parentNode;}
|
329
|
+
if(element&&!element.classList.contains('disabled')){deactivateOverview();if(element.nodeName.match(/section/gi)){var h=parseInt(element.getAttribute('data-index-h'),10),v=parseInt(element.getAttribute('data-index-v'),10);slide(h,v);}}}}
|
330
|
+
function onPreviewLinkClicked(event){if(event.currentTarget&&event.currentTarget.hasAttribute('href')){var url=event.currentTarget.getAttribute('href');if(url){showPreview(url);event.preventDefault();}}}
|
331
|
+
function onAutoSlidePlayerClick(event){if(Reveal.isLastSlide()&&config.loop===false){slide(0,0);resumeAutoSlide();}
|
332
|
+
else if(autoSlidePaused){resumeAutoSlide();}
|
333
|
+
else{pauseAutoSlide();}}
|
334
|
+
function Playback(container,progressCheck){this.diameter=50;this.thickness=3;this.playing=false;this.progress=0;this.progressOffset=1;this.container=container;this.progressCheck=progressCheck;this.canvas=document.createElement('canvas');this.canvas.className='playback';this.canvas.width=this.diameter;this.canvas.height=this.diameter;this.context=this.canvas.getContext('2d');this.container.appendChild(this.canvas);this.render();}
|
335
|
+
Playback.prototype.setPlaying=function(value){var wasPlaying=this.playing;this.playing=value;if(!wasPlaying&&this.playing){this.animate();}
|
336
|
+
else{this.render();}};Playback.prototype.animate=function(){var progressBefore=this.progress;this.progress=this.progressCheck();if(progressBefore>0.8&&this.progress<0.2){this.progressOffset=this.progress;}
|
337
|
+
this.render();if(this.playing){features.requestAnimationFrameMethod.call(window,this.animate.bind(this));}};Playback.prototype.render=function(){var progress=this.playing?this.progress:0,radius=(this.diameter/2)-this.thickness,x=this.diameter/2,y=this.diameter/2,iconSize=14;this.progressOffset+=(1-this.progressOffset)*0.1;var endAngle=(-Math.PI/2)+(progress*(Math.PI*2));var startAngle=(-Math.PI/2)+(this.progressOffset*(Math.PI*2));this.context.save();this.context.clearRect(0,0,this.diameter,this.diameter);this.context.beginPath();this.context.arc(x,y,radius+2,0,Math.PI*2,false);this.context.fillStyle='rgba( 0, 0, 0, 0.4 )';this.context.fill();this.context.beginPath();this.context.arc(x,y,radius,0,Math.PI*2,false);this.context.lineWidth=this.thickness;this.context.strokeStyle='#666';this.context.stroke();if(this.playing){this.context.beginPath();this.context.arc(x,y,radius,startAngle,endAngle,false);this.context.lineWidth=this.thickness;this.context.strokeStyle='#fff';this.context.stroke();}
|
338
|
+
this.context.translate(x-(iconSize/2),y-(iconSize/2));if(this.playing){this.context.fillStyle='#fff';this.context.fillRect(0,0,iconSize/2-2,iconSize);this.context.fillRect(iconSize/2+2,0,iconSize/2-2,iconSize);}
|
339
|
+
else{this.context.beginPath();this.context.translate(2,0);this.context.moveTo(0,0);this.context.lineTo(iconSize-2,iconSize/2);this.context.lineTo(0,iconSize);this.context.fillStyle='#fff';this.context.fill();}
|
340
|
+
this.context.restore();};Playback.prototype.on=function(type,listener){this.canvas.addEventListener(type,listener,false);};Playback.prototype.off=function(type,listener){this.canvas.removeEventListener(type,listener,false);};Playback.prototype.destroy=function(){this.playing=false;if(this.canvas.parentNode){this.container.removeChild(this.canvas);}};Reveal={initialize:initialize,configure:configure,sync:sync,slide:slide,left:navigateLeft,right:navigateRight,up:navigateUp,down:navigateDown,prev:navigatePrev,next:navigateNext,navigateFragment:navigateFragment,prevFragment:previousFragment,nextFragment:nextFragment,navigateTo:slide,navigateLeft:navigateLeft,navigateRight:navigateRight,navigateUp:navigateUp,navigateDown:navigateDown,navigatePrev:navigatePrev,navigateNext:navigateNext,layout:layout,availableRoutes:availableRoutes,availableFragments:availableFragments,toggleOverview:toggleOverview,togglePause:togglePause,toggleAutoSlide:toggleAutoSlide,isOverview:isOverview,isPaused:isPaused,isAutoSliding:isAutoSliding,addEventListeners:addEventListeners,removeEventListeners:removeEventListeners,getState:getState,setState:setState,getProgress:getProgress,getIndices:getIndices,getTotalSlides:getTotalSlides,getSlide:getSlide,getSlideBackground:getSlideBackground,getPreviousSlide:function(){return previousSlide;},getCurrentSlide:function(){return currentSlide;},getScale:function(){return scale;},getConfig:function(){return config;},getQueryHash:function(){var query={};location.search.replace(/[A-Z0-9]+?=([\w\.%-]*)/gi,function(a){query[a.split('=').shift()]=a.split('=').pop();});for(var i in query){var value=query[i];query[i]=deserialize(unescape(value));}
|
341
|
+
return query;},isFirstSlide:function(){return(indexh===0&&indexv===0);},isLastSlide:function(){if(currentSlide){if(currentSlide.nextElementSibling)return false;if(isVerticalSlide(currentSlide)&¤tSlide.parentNode.nextElementSibling)return false;return true;}
|
342
|
+
return false;},isReady:function(){return loaded;},addEventListener:function(type,listener,useCapture){if('addEventListener'in window){(dom.wrapper||document.querySelector('.reveal')).addEventListener(type,listener,useCapture);}},removeEventListener:function(type,listener,useCapture){if('addEventListener'in window){(dom.wrapper||document.querySelector('.reveal')).removeEventListener(type,listener,useCapture);}},triggerKey:function(keyCode){onDocumentKeyDown({keyCode:keyCode});}};return Reveal;}));
|
@@ -3,1103 +3,2891 @@
|
|
3
3
|
* Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
|
4
4
|
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
5
5
|
*/
|
6
|
-
/* FONT PATH
|
7
|
-
|
8
|
-
|
6
|
+
/* FONT PATH
|
7
|
+
* -------------------------- */
|
8
|
+
@font-face {
|
9
|
+
font-family: 'FontAwesome';
|
10
|
+
src: url("../../lib/font/font-awesome/fontawesome-webfont.eot?v=4.3.0");
|
11
|
+
src: url("../../lib/font/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../../lib/font/font-awesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../../lib/font/font-awesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../../lib/font/font-awesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../../lib/font/font-awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
|
12
|
+
font-weight: normal;
|
13
|
+
font-style: normal;
|
14
|
+
}
|
15
|
+
/* line 4, ../fontawesome/_core.scss */
|
16
|
+
.fa {
|
17
|
+
display: inline-block;
|
18
|
+
font: normal normal normal 14px/1 FontAwesome;
|
19
|
+
font-size: inherit;
|
20
|
+
text-rendering: auto;
|
21
|
+
-webkit-font-smoothing: antialiased;
|
22
|
+
-moz-osx-font-smoothing: grayscale;
|
23
|
+
transform: translate(0, 0);
|
24
|
+
}
|
9
25
|
|
10
26
|
/* makes the font 33% larger relative to the icon container */
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
.fa-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
.fa-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
.fa-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
.fa-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
/*
|
69
|
-
.fa-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
.
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
.fa-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
.fa-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
.fa-rotate-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
.fa-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
.fa-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
.fa-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
.fa-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
.fa-
|
168
|
-
|
169
|
-
.fa-
|
170
|
-
|
171
|
-
.fa-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
.fa-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
.fa-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
.fa-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
.fa-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
.fa-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
.fa-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
.fa-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
.fa-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
.fa-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
.fa-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
.fa-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
.fa-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
.fa-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
.fa-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
.fa-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
.fa-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
.fa-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
.fa-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
.fa-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
.fa-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
.fa-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
.fa-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
.fa-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
.fa-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
.fa-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
.fa-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
.fa-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
.fa-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
.fa-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
.fa-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
.fa-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
.fa-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
.fa-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
.fa-
|
512
|
-
|
513
|
-
.fa-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
.fa-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
.fa-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
.fa-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
.fa-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
.fa-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
.fa-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
.fa-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
.fa-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
.fa-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
.fa-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
.fa-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
.fa-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
.fa-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
.fa-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
.fa-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
.fa-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
.fa-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
.fa-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
.fa-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
.fa-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
.fa-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
.fa-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
.fa-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
.fa-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
.fa-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
.fa-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
.fa-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
.fa-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
.fa-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
.fa-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
.fa-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
.fa-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
.fa-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
.fa-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
.fa-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
.fa-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
.fa-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
.fa-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
.fa-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
.fa-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
.fa-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
.fa-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
.fa-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
.fa-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
.fa-
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
.fa-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
.fa-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
.fa-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
.fa-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
.fa-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
.fa-
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
-
.fa-
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
.fa-
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
1023
|
-
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
1027
|
-
|
1028
|
-
|
1029
|
-
.fa-
|
1030
|
-
|
1031
|
-
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1036
|
-
|
1037
|
-
|
1038
|
-
|
1039
|
-
.fa-
|
1040
|
-
|
1041
|
-
|
1042
|
-
|
1043
|
-
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
.fa-
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
|
1054
|
-
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1059
|
-
.fa-
|
1060
|
-
|
1061
|
-
|
1062
|
-
|
1063
|
-
|
1064
|
-
|
1065
|
-
.fa-
|
1066
|
-
|
1067
|
-
|
1068
|
-
|
1069
|
-
|
1070
|
-
|
1071
|
-
.fa-
|
1072
|
-
|
1073
|
-
|
1074
|
-
|
1075
|
-
|
1076
|
-
|
1077
|
-
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
.fa-
|
1082
|
-
|
1083
|
-
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1087
|
-
.fa-
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
1091
|
-
|
1092
|
-
|
1093
|
-
.fa-
|
1094
|
-
|
1095
|
-
|
1096
|
-
|
1097
|
-
|
1098
|
-
|
1099
|
-
|
1100
|
-
|
1101
|
-
|
1102
|
-
|
1103
|
-
.fa-
|
1104
|
-
|
1105
|
-
|
27
|
+
/* line 5, ../fontawesome/_larger.scss */
|
28
|
+
.fa-lg {
|
29
|
+
font-size: 1.33333em;
|
30
|
+
line-height: 0.75em;
|
31
|
+
vertical-align: -15%;
|
32
|
+
}
|
33
|
+
|
34
|
+
/* line 10, ../fontawesome/_larger.scss */
|
35
|
+
.fa-2x {
|
36
|
+
font-size: 2em;
|
37
|
+
}
|
38
|
+
|
39
|
+
/* line 11, ../fontawesome/_larger.scss */
|
40
|
+
.fa-3x {
|
41
|
+
font-size: 3em;
|
42
|
+
}
|
43
|
+
|
44
|
+
/* line 12, ../fontawesome/_larger.scss */
|
45
|
+
.fa-4x {
|
46
|
+
font-size: 4em;
|
47
|
+
}
|
48
|
+
|
49
|
+
/* line 13, ../fontawesome/_larger.scss */
|
50
|
+
.fa-5x {
|
51
|
+
font-size: 5em;
|
52
|
+
}
|
53
|
+
|
54
|
+
/* line 3, ../fontawesome/_fixed-width.scss */
|
55
|
+
.fa-fw {
|
56
|
+
width: 1.28571em;
|
57
|
+
text-align: center;
|
58
|
+
}
|
59
|
+
|
60
|
+
/* line 4, ../fontawesome/_list.scss */
|
61
|
+
.fa-ul {
|
62
|
+
padding-left: 0;
|
63
|
+
margin-left: 2.14286em;
|
64
|
+
list-style-type: none;
|
65
|
+
}
|
66
|
+
/* line 8, ../fontawesome/_list.scss */
|
67
|
+
.fa-ul > li {
|
68
|
+
position: relative;
|
69
|
+
}
|
70
|
+
|
71
|
+
/* line 10, ../fontawesome/_list.scss */
|
72
|
+
.fa-li {
|
73
|
+
position: absolute;
|
74
|
+
left: -2.14286em;
|
75
|
+
width: 2.14286em;
|
76
|
+
top: 0.14286em;
|
77
|
+
text-align: center;
|
78
|
+
}
|
79
|
+
/* line 16, ../fontawesome/_list.scss */
|
80
|
+
.fa-li.fa-lg {
|
81
|
+
left: -1.85714em;
|
82
|
+
}
|
83
|
+
|
84
|
+
/* line 4, ../fontawesome/_bordered-pulled.scss */
|
85
|
+
.fa-border {
|
86
|
+
padding: .2em .25em .15em;
|
87
|
+
border: solid 0.08em #eee;
|
88
|
+
border-radius: .1em;
|
89
|
+
}
|
90
|
+
|
91
|
+
/* line 10, ../fontawesome/_bordered-pulled.scss */
|
92
|
+
.pull-right {
|
93
|
+
float: right;
|
94
|
+
}
|
95
|
+
|
96
|
+
/* line 11, ../fontawesome/_bordered-pulled.scss */
|
97
|
+
.pull-left {
|
98
|
+
float: left;
|
99
|
+
}
|
100
|
+
|
101
|
+
/* line 14, ../fontawesome/_bordered-pulled.scss */
|
102
|
+
.fa.pull-left {
|
103
|
+
margin-right: .3em;
|
104
|
+
}
|
105
|
+
/* line 15, ../fontawesome/_bordered-pulled.scss */
|
106
|
+
.fa.pull-right {
|
107
|
+
margin-left: .3em;
|
108
|
+
}
|
109
|
+
|
110
|
+
/* line 4, ../fontawesome/_animated.scss */
|
111
|
+
.fa-spin {
|
112
|
+
-webkit-animation: fa-spin 2s infinite linear;
|
113
|
+
animation: fa-spin 2s infinite linear;
|
114
|
+
}
|
115
|
+
|
116
|
+
/* line 9, ../fontawesome/_animated.scss */
|
117
|
+
.fa-pulse {
|
118
|
+
-webkit-animation: fa-spin 1s infinite steps(8);
|
119
|
+
animation: fa-spin 1s infinite steps(8);
|
120
|
+
}
|
121
|
+
|
122
|
+
@-webkit-keyframes fa-spin {
|
123
|
+
0% {
|
124
|
+
-webkit-transform: rotate(0deg);
|
125
|
+
transform: rotate(0deg);
|
126
|
+
}
|
127
|
+
100% {
|
128
|
+
-webkit-transform: rotate(359deg);
|
129
|
+
transform: rotate(359deg);
|
130
|
+
}
|
131
|
+
}
|
132
|
+
@keyframes fa-spin {
|
133
|
+
0% {
|
134
|
+
-webkit-transform: rotate(0deg);
|
135
|
+
transform: rotate(0deg);
|
136
|
+
}
|
137
|
+
100% {
|
138
|
+
-webkit-transform: rotate(359deg);
|
139
|
+
transform: rotate(359deg);
|
140
|
+
}
|
141
|
+
}
|
142
|
+
/* line 4, ../fontawesome/_rotated-flipped.scss */
|
143
|
+
.fa-rotate-90 {
|
144
|
+
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
145
|
+
-webkit-transform: rotate(90deg);
|
146
|
+
-ms-transform: rotate(90deg);
|
147
|
+
transform: rotate(90deg);
|
148
|
+
}
|
149
|
+
|
150
|
+
/* line 5, ../fontawesome/_rotated-flipped.scss */
|
151
|
+
.fa-rotate-180 {
|
152
|
+
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
|
153
|
+
-webkit-transform: rotate(180deg);
|
154
|
+
-ms-transform: rotate(180deg);
|
155
|
+
transform: rotate(180deg);
|
156
|
+
}
|
157
|
+
|
158
|
+
/* line 6, ../fontawesome/_rotated-flipped.scss */
|
159
|
+
.fa-rotate-270 {
|
160
|
+
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
|
161
|
+
-webkit-transform: rotate(270deg);
|
162
|
+
-ms-transform: rotate(270deg);
|
163
|
+
transform: rotate(270deg);
|
164
|
+
}
|
165
|
+
|
166
|
+
/* line 8, ../fontawesome/_rotated-flipped.scss */
|
167
|
+
.fa-flip-horizontal {
|
168
|
+
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
|
169
|
+
-webkit-transform: scale(-1, 1);
|
170
|
+
-ms-transform: scale(-1, 1);
|
171
|
+
transform: scale(-1, 1);
|
172
|
+
}
|
173
|
+
|
174
|
+
/* line 9, ../fontawesome/_rotated-flipped.scss */
|
175
|
+
.fa-flip-vertical {
|
176
|
+
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
|
177
|
+
-webkit-transform: scale(1, -1);
|
178
|
+
-ms-transform: scale(1, -1);
|
179
|
+
transform: scale(1, -1);
|
180
|
+
}
|
181
|
+
|
182
|
+
/* line 14, ../fontawesome/_rotated-flipped.scss */
|
183
|
+
:root .fa-rotate-90,
|
184
|
+
:root .fa-rotate-180,
|
185
|
+
:root .fa-rotate-270,
|
186
|
+
:root .fa-flip-horizontal,
|
187
|
+
:root .fa-flip-vertical {
|
188
|
+
filter: none;
|
189
|
+
}
|
190
|
+
|
191
|
+
/* line 4, ../fontawesome/_stacked.scss */
|
192
|
+
.fa-stack {
|
193
|
+
position: relative;
|
194
|
+
display: inline-block;
|
195
|
+
width: 2em;
|
196
|
+
height: 2em;
|
197
|
+
line-height: 2em;
|
198
|
+
vertical-align: middle;
|
199
|
+
}
|
200
|
+
|
201
|
+
/* line 12, ../fontawesome/_stacked.scss */
|
202
|
+
.fa-stack-1x, .fa-stack-2x {
|
203
|
+
position: absolute;
|
204
|
+
left: 0;
|
205
|
+
width: 100%;
|
206
|
+
text-align: center;
|
207
|
+
}
|
208
|
+
|
209
|
+
/* line 18, ../fontawesome/_stacked.scss */
|
210
|
+
.fa-stack-1x {
|
211
|
+
line-height: inherit;
|
212
|
+
}
|
213
|
+
|
214
|
+
/* line 19, ../fontawesome/_stacked.scss */
|
215
|
+
.fa-stack-2x {
|
216
|
+
font-size: 2em;
|
217
|
+
}
|
218
|
+
|
219
|
+
/* line 20, ../fontawesome/_stacked.scss */
|
220
|
+
.fa-inverse {
|
221
|
+
color: #fff;
|
222
|
+
}
|
223
|
+
|
224
|
+
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
225
|
+
readers do not read off random characters that represent icons */
|
226
|
+
/* line 4, ../fontawesome/_icons.scss */
|
227
|
+
.fa-glass:before {
|
228
|
+
content: "";
|
229
|
+
}
|
230
|
+
|
231
|
+
/* line 5, ../fontawesome/_icons.scss */
|
232
|
+
.fa-music:before {
|
233
|
+
content: "";
|
234
|
+
}
|
235
|
+
|
236
|
+
/* line 6, ../fontawesome/_icons.scss */
|
237
|
+
.fa-search:before {
|
238
|
+
content: "";
|
239
|
+
}
|
240
|
+
|
241
|
+
/* line 7, ../fontawesome/_icons.scss */
|
242
|
+
.fa-envelope-o:before {
|
243
|
+
content: "";
|
244
|
+
}
|
245
|
+
|
246
|
+
/* line 8, ../fontawesome/_icons.scss */
|
247
|
+
.fa-heart:before {
|
248
|
+
content: "";
|
249
|
+
}
|
250
|
+
|
251
|
+
/* line 9, ../fontawesome/_icons.scss */
|
252
|
+
.fa-star:before {
|
253
|
+
content: "";
|
254
|
+
}
|
255
|
+
|
256
|
+
/* line 10, ../fontawesome/_icons.scss */
|
257
|
+
.fa-star-o:before {
|
258
|
+
content: "";
|
259
|
+
}
|
260
|
+
|
261
|
+
/* line 11, ../fontawesome/_icons.scss */
|
262
|
+
.fa-user:before {
|
263
|
+
content: "";
|
264
|
+
}
|
265
|
+
|
266
|
+
/* line 12, ../fontawesome/_icons.scss */
|
267
|
+
.fa-film:before {
|
268
|
+
content: "";
|
269
|
+
}
|
270
|
+
|
271
|
+
/* line 13, ../fontawesome/_icons.scss */
|
272
|
+
.fa-th-large:before {
|
273
|
+
content: "";
|
274
|
+
}
|
275
|
+
|
276
|
+
/* line 14, ../fontawesome/_icons.scss */
|
277
|
+
.fa-th:before {
|
278
|
+
content: "";
|
279
|
+
}
|
280
|
+
|
281
|
+
/* line 15, ../fontawesome/_icons.scss */
|
282
|
+
.fa-th-list:before {
|
283
|
+
content: "";
|
284
|
+
}
|
285
|
+
|
286
|
+
/* line 16, ../fontawesome/_icons.scss */
|
287
|
+
.fa-check:before {
|
288
|
+
content: "";
|
289
|
+
}
|
290
|
+
|
291
|
+
/* line 17, ../fontawesome/_icons.scss */
|
292
|
+
.fa-remove:before,
|
293
|
+
.fa-close:before,
|
294
|
+
.fa-times:before {
|
295
|
+
content: "";
|
296
|
+
}
|
297
|
+
|
298
|
+
/* line 20, ../fontawesome/_icons.scss */
|
299
|
+
.fa-search-plus:before {
|
300
|
+
content: "";
|
301
|
+
}
|
302
|
+
|
303
|
+
/* line 21, ../fontawesome/_icons.scss */
|
304
|
+
.fa-search-minus:before {
|
305
|
+
content: "";
|
306
|
+
}
|
307
|
+
|
308
|
+
/* line 22, ../fontawesome/_icons.scss */
|
309
|
+
.fa-power-off:before {
|
310
|
+
content: "";
|
311
|
+
}
|
312
|
+
|
313
|
+
/* line 23, ../fontawesome/_icons.scss */
|
314
|
+
.fa-signal:before {
|
315
|
+
content: "";
|
316
|
+
}
|
317
|
+
|
318
|
+
/* line 24, ../fontawesome/_icons.scss */
|
319
|
+
.fa-gear:before,
|
320
|
+
.fa-cog:before {
|
321
|
+
content: "";
|
322
|
+
}
|
323
|
+
|
324
|
+
/* line 26, ../fontawesome/_icons.scss */
|
325
|
+
.fa-trash-o:before {
|
326
|
+
content: "";
|
327
|
+
}
|
328
|
+
|
329
|
+
/* line 27, ../fontawesome/_icons.scss */
|
330
|
+
.fa-home:before {
|
331
|
+
content: "";
|
332
|
+
}
|
333
|
+
|
334
|
+
/* line 28, ../fontawesome/_icons.scss */
|
335
|
+
.fa-file-o:before {
|
336
|
+
content: "";
|
337
|
+
}
|
338
|
+
|
339
|
+
/* line 29, ../fontawesome/_icons.scss */
|
340
|
+
.fa-clock-o:before {
|
341
|
+
content: "";
|
342
|
+
}
|
343
|
+
|
344
|
+
/* line 30, ../fontawesome/_icons.scss */
|
345
|
+
.fa-road:before {
|
346
|
+
content: "";
|
347
|
+
}
|
348
|
+
|
349
|
+
/* line 31, ../fontawesome/_icons.scss */
|
350
|
+
.fa-download:before {
|
351
|
+
content: "";
|
352
|
+
}
|
353
|
+
|
354
|
+
/* line 32, ../fontawesome/_icons.scss */
|
355
|
+
.fa-arrow-circle-o-down:before {
|
356
|
+
content: "";
|
357
|
+
}
|
358
|
+
|
359
|
+
/* line 33, ../fontawesome/_icons.scss */
|
360
|
+
.fa-arrow-circle-o-up:before {
|
361
|
+
content: "";
|
362
|
+
}
|
363
|
+
|
364
|
+
/* line 34, ../fontawesome/_icons.scss */
|
365
|
+
.fa-inbox:before {
|
366
|
+
content: "";
|
367
|
+
}
|
368
|
+
|
369
|
+
/* line 35, ../fontawesome/_icons.scss */
|
370
|
+
.fa-play-circle-o:before {
|
371
|
+
content: "";
|
372
|
+
}
|
373
|
+
|
374
|
+
/* line 36, ../fontawesome/_icons.scss */
|
375
|
+
.fa-rotate-right:before,
|
376
|
+
.fa-repeat:before {
|
377
|
+
content: "";
|
378
|
+
}
|
379
|
+
|
380
|
+
/* line 38, ../fontawesome/_icons.scss */
|
381
|
+
.fa-refresh:before {
|
382
|
+
content: "";
|
383
|
+
}
|
384
|
+
|
385
|
+
/* line 39, ../fontawesome/_icons.scss */
|
386
|
+
.fa-list-alt:before {
|
387
|
+
content: "";
|
388
|
+
}
|
389
|
+
|
390
|
+
/* line 40, ../fontawesome/_icons.scss */
|
391
|
+
.fa-lock:before {
|
392
|
+
content: "";
|
393
|
+
}
|
394
|
+
|
395
|
+
/* line 41, ../fontawesome/_icons.scss */
|
396
|
+
.fa-flag:before {
|
397
|
+
content: "";
|
398
|
+
}
|
399
|
+
|
400
|
+
/* line 42, ../fontawesome/_icons.scss */
|
401
|
+
.fa-headphones:before {
|
402
|
+
content: "";
|
403
|
+
}
|
404
|
+
|
405
|
+
/* line 43, ../fontawesome/_icons.scss */
|
406
|
+
.fa-volume-off:before {
|
407
|
+
content: "";
|
408
|
+
}
|
409
|
+
|
410
|
+
/* line 44, ../fontawesome/_icons.scss */
|
411
|
+
.fa-volume-down:before {
|
412
|
+
content: "";
|
413
|
+
}
|
414
|
+
|
415
|
+
/* line 45, ../fontawesome/_icons.scss */
|
416
|
+
.fa-volume-up:before {
|
417
|
+
content: "";
|
418
|
+
}
|
419
|
+
|
420
|
+
/* line 46, ../fontawesome/_icons.scss */
|
421
|
+
.fa-qrcode:before {
|
422
|
+
content: "";
|
423
|
+
}
|
424
|
+
|
425
|
+
/* line 47, ../fontawesome/_icons.scss */
|
426
|
+
.fa-barcode:before {
|
427
|
+
content: "";
|
428
|
+
}
|
429
|
+
|
430
|
+
/* line 48, ../fontawesome/_icons.scss */
|
431
|
+
.fa-tag:before {
|
432
|
+
content: "";
|
433
|
+
}
|
434
|
+
|
435
|
+
/* line 49, ../fontawesome/_icons.scss */
|
436
|
+
.fa-tags:before {
|
437
|
+
content: "";
|
438
|
+
}
|
439
|
+
|
440
|
+
/* line 50, ../fontawesome/_icons.scss */
|
441
|
+
.fa-book:before {
|
442
|
+
content: "";
|
443
|
+
}
|
444
|
+
|
445
|
+
/* line 51, ../fontawesome/_icons.scss */
|
446
|
+
.fa-bookmark:before {
|
447
|
+
content: "";
|
448
|
+
}
|
449
|
+
|
450
|
+
/* line 52, ../fontawesome/_icons.scss */
|
451
|
+
.fa-print:before {
|
452
|
+
content: "";
|
453
|
+
}
|
454
|
+
|
455
|
+
/* line 53, ../fontawesome/_icons.scss */
|
456
|
+
.fa-camera:before {
|
457
|
+
content: "";
|
458
|
+
}
|
459
|
+
|
460
|
+
/* line 54, ../fontawesome/_icons.scss */
|
461
|
+
.fa-font:before {
|
462
|
+
content: "";
|
463
|
+
}
|
464
|
+
|
465
|
+
/* line 55, ../fontawesome/_icons.scss */
|
466
|
+
.fa-bold:before {
|
467
|
+
content: "";
|
468
|
+
}
|
469
|
+
|
470
|
+
/* line 56, ../fontawesome/_icons.scss */
|
471
|
+
.fa-italic:before {
|
472
|
+
content: "";
|
473
|
+
}
|
474
|
+
|
475
|
+
/* line 57, ../fontawesome/_icons.scss */
|
476
|
+
.fa-text-height:before {
|
477
|
+
content: "";
|
478
|
+
}
|
479
|
+
|
480
|
+
/* line 58, ../fontawesome/_icons.scss */
|
481
|
+
.fa-text-width:before {
|
482
|
+
content: "";
|
483
|
+
}
|
484
|
+
|
485
|
+
/* line 59, ../fontawesome/_icons.scss */
|
486
|
+
.fa-align-left:before {
|
487
|
+
content: "";
|
488
|
+
}
|
489
|
+
|
490
|
+
/* line 60, ../fontawesome/_icons.scss */
|
491
|
+
.fa-align-center:before {
|
492
|
+
content: "";
|
493
|
+
}
|
494
|
+
|
495
|
+
/* line 61, ../fontawesome/_icons.scss */
|
496
|
+
.fa-align-right:before {
|
497
|
+
content: "";
|
498
|
+
}
|
499
|
+
|
500
|
+
/* line 62, ../fontawesome/_icons.scss */
|
501
|
+
.fa-align-justify:before {
|
502
|
+
content: "";
|
503
|
+
}
|
504
|
+
|
505
|
+
/* line 63, ../fontawesome/_icons.scss */
|
506
|
+
.fa-list:before {
|
507
|
+
content: "";
|
508
|
+
}
|
509
|
+
|
510
|
+
/* line 64, ../fontawesome/_icons.scss */
|
511
|
+
.fa-dedent:before,
|
512
|
+
.fa-outdent:before {
|
513
|
+
content: "";
|
514
|
+
}
|
515
|
+
|
516
|
+
/* line 66, ../fontawesome/_icons.scss */
|
517
|
+
.fa-indent:before {
|
518
|
+
content: "";
|
519
|
+
}
|
520
|
+
|
521
|
+
/* line 67, ../fontawesome/_icons.scss */
|
522
|
+
.fa-video-camera:before {
|
523
|
+
content: "";
|
524
|
+
}
|
525
|
+
|
526
|
+
/* line 68, ../fontawesome/_icons.scss */
|
527
|
+
.fa-photo:before,
|
528
|
+
.fa-image:before,
|
529
|
+
.fa-picture-o:before {
|
530
|
+
content: "";
|
531
|
+
}
|
532
|
+
|
533
|
+
/* line 71, ../fontawesome/_icons.scss */
|
534
|
+
.fa-pencil:before {
|
535
|
+
content: "";
|
536
|
+
}
|
537
|
+
|
538
|
+
/* line 72, ../fontawesome/_icons.scss */
|
539
|
+
.fa-map-marker:before {
|
540
|
+
content: "";
|
541
|
+
}
|
542
|
+
|
543
|
+
/* line 73, ../fontawesome/_icons.scss */
|
544
|
+
.fa-adjust:before {
|
545
|
+
content: "";
|
546
|
+
}
|
547
|
+
|
548
|
+
/* line 74, ../fontawesome/_icons.scss */
|
549
|
+
.fa-tint:before {
|
550
|
+
content: "";
|
551
|
+
}
|
552
|
+
|
553
|
+
/* line 75, ../fontawesome/_icons.scss */
|
554
|
+
.fa-edit:before,
|
555
|
+
.fa-pencil-square-o:before {
|
556
|
+
content: "";
|
557
|
+
}
|
558
|
+
|
559
|
+
/* line 77, ../fontawesome/_icons.scss */
|
560
|
+
.fa-share-square-o:before {
|
561
|
+
content: "";
|
562
|
+
}
|
563
|
+
|
564
|
+
/* line 78, ../fontawesome/_icons.scss */
|
565
|
+
.fa-check-square-o:before {
|
566
|
+
content: "";
|
567
|
+
}
|
568
|
+
|
569
|
+
/* line 79, ../fontawesome/_icons.scss */
|
570
|
+
.fa-arrows:before {
|
571
|
+
content: "";
|
572
|
+
}
|
573
|
+
|
574
|
+
/* line 80, ../fontawesome/_icons.scss */
|
575
|
+
.fa-step-backward:before {
|
576
|
+
content: "";
|
577
|
+
}
|
578
|
+
|
579
|
+
/* line 81, ../fontawesome/_icons.scss */
|
580
|
+
.fa-fast-backward:before {
|
581
|
+
content: "";
|
582
|
+
}
|
583
|
+
|
584
|
+
/* line 82, ../fontawesome/_icons.scss */
|
585
|
+
.fa-backward:before {
|
586
|
+
content: "";
|
587
|
+
}
|
588
|
+
|
589
|
+
/* line 83, ../fontawesome/_icons.scss */
|
590
|
+
.fa-play:before {
|
591
|
+
content: "";
|
592
|
+
}
|
593
|
+
|
594
|
+
/* line 84, ../fontawesome/_icons.scss */
|
595
|
+
.fa-pause:before {
|
596
|
+
content: "";
|
597
|
+
}
|
598
|
+
|
599
|
+
/* line 85, ../fontawesome/_icons.scss */
|
600
|
+
.fa-stop:before {
|
601
|
+
content: "";
|
602
|
+
}
|
603
|
+
|
604
|
+
/* line 86, ../fontawesome/_icons.scss */
|
605
|
+
.fa-forward:before {
|
606
|
+
content: "";
|
607
|
+
}
|
608
|
+
|
609
|
+
/* line 87, ../fontawesome/_icons.scss */
|
610
|
+
.fa-fast-forward:before {
|
611
|
+
content: "";
|
612
|
+
}
|
613
|
+
|
614
|
+
/* line 88, ../fontawesome/_icons.scss */
|
615
|
+
.fa-step-forward:before {
|
616
|
+
content: "";
|
617
|
+
}
|
618
|
+
|
619
|
+
/* line 89, ../fontawesome/_icons.scss */
|
620
|
+
.fa-eject:before {
|
621
|
+
content: "";
|
622
|
+
}
|
623
|
+
|
624
|
+
/* line 90, ../fontawesome/_icons.scss */
|
625
|
+
.fa-chevron-left:before {
|
626
|
+
content: "";
|
627
|
+
}
|
628
|
+
|
629
|
+
/* line 91, ../fontawesome/_icons.scss */
|
630
|
+
.fa-chevron-right:before {
|
631
|
+
content: "";
|
632
|
+
}
|
633
|
+
|
634
|
+
/* line 92, ../fontawesome/_icons.scss */
|
635
|
+
.fa-plus-circle:before {
|
636
|
+
content: "";
|
637
|
+
}
|
638
|
+
|
639
|
+
/* line 93, ../fontawesome/_icons.scss */
|
640
|
+
.fa-minus-circle:before {
|
641
|
+
content: "";
|
642
|
+
}
|
643
|
+
|
644
|
+
/* line 94, ../fontawesome/_icons.scss */
|
645
|
+
.fa-times-circle:before {
|
646
|
+
content: "";
|
647
|
+
}
|
648
|
+
|
649
|
+
/* line 95, ../fontawesome/_icons.scss */
|
650
|
+
.fa-check-circle:before {
|
651
|
+
content: "";
|
652
|
+
}
|
653
|
+
|
654
|
+
/* line 96, ../fontawesome/_icons.scss */
|
655
|
+
.fa-question-circle:before {
|
656
|
+
content: "";
|
657
|
+
}
|
658
|
+
|
659
|
+
/* line 97, ../fontawesome/_icons.scss */
|
660
|
+
.fa-info-circle:before {
|
661
|
+
content: "";
|
662
|
+
}
|
663
|
+
|
664
|
+
/* line 98, ../fontawesome/_icons.scss */
|
665
|
+
.fa-crosshairs:before {
|
666
|
+
content: "";
|
667
|
+
}
|
668
|
+
|
669
|
+
/* line 99, ../fontawesome/_icons.scss */
|
670
|
+
.fa-times-circle-o:before {
|
671
|
+
content: "";
|
672
|
+
}
|
673
|
+
|
674
|
+
/* line 100, ../fontawesome/_icons.scss */
|
675
|
+
.fa-check-circle-o:before {
|
676
|
+
content: "";
|
677
|
+
}
|
678
|
+
|
679
|
+
/* line 101, ../fontawesome/_icons.scss */
|
680
|
+
.fa-ban:before {
|
681
|
+
content: "";
|
682
|
+
}
|
683
|
+
|
684
|
+
/* line 102, ../fontawesome/_icons.scss */
|
685
|
+
.fa-arrow-left:before {
|
686
|
+
content: "";
|
687
|
+
}
|
688
|
+
|
689
|
+
/* line 103, ../fontawesome/_icons.scss */
|
690
|
+
.fa-arrow-right:before {
|
691
|
+
content: "";
|
692
|
+
}
|
693
|
+
|
694
|
+
/* line 104, ../fontawesome/_icons.scss */
|
695
|
+
.fa-arrow-up:before {
|
696
|
+
content: "";
|
697
|
+
}
|
698
|
+
|
699
|
+
/* line 105, ../fontawesome/_icons.scss */
|
700
|
+
.fa-arrow-down:before {
|
701
|
+
content: "";
|
702
|
+
}
|
703
|
+
|
704
|
+
/* line 106, ../fontawesome/_icons.scss */
|
705
|
+
.fa-mail-forward:before,
|
706
|
+
.fa-share:before {
|
707
|
+
content: "";
|
708
|
+
}
|
709
|
+
|
710
|
+
/* line 108, ../fontawesome/_icons.scss */
|
711
|
+
.fa-expand:before {
|
712
|
+
content: "";
|
713
|
+
}
|
714
|
+
|
715
|
+
/* line 109, ../fontawesome/_icons.scss */
|
716
|
+
.fa-compress:before {
|
717
|
+
content: "";
|
718
|
+
}
|
719
|
+
|
720
|
+
/* line 110, ../fontawesome/_icons.scss */
|
721
|
+
.fa-plus:before {
|
722
|
+
content: "";
|
723
|
+
}
|
724
|
+
|
725
|
+
/* line 111, ../fontawesome/_icons.scss */
|
726
|
+
.fa-minus:before {
|
727
|
+
content: "";
|
728
|
+
}
|
729
|
+
|
730
|
+
/* line 112, ../fontawesome/_icons.scss */
|
731
|
+
.fa-asterisk:before {
|
732
|
+
content: "";
|
733
|
+
}
|
734
|
+
|
735
|
+
/* line 113, ../fontawesome/_icons.scss */
|
736
|
+
.fa-exclamation-circle:before {
|
737
|
+
content: "";
|
738
|
+
}
|
739
|
+
|
740
|
+
/* line 114, ../fontawesome/_icons.scss */
|
741
|
+
.fa-gift:before {
|
742
|
+
content: "";
|
743
|
+
}
|
744
|
+
|
745
|
+
/* line 115, ../fontawesome/_icons.scss */
|
746
|
+
.fa-leaf:before {
|
747
|
+
content: "";
|
748
|
+
}
|
749
|
+
|
750
|
+
/* line 116, ../fontawesome/_icons.scss */
|
751
|
+
.fa-fire:before {
|
752
|
+
content: "";
|
753
|
+
}
|
754
|
+
|
755
|
+
/* line 117, ../fontawesome/_icons.scss */
|
756
|
+
.fa-eye:before {
|
757
|
+
content: "";
|
758
|
+
}
|
759
|
+
|
760
|
+
/* line 118, ../fontawesome/_icons.scss */
|
761
|
+
.fa-eye-slash:before {
|
762
|
+
content: "";
|
763
|
+
}
|
764
|
+
|
765
|
+
/* line 119, ../fontawesome/_icons.scss */
|
766
|
+
.fa-warning:before,
|
767
|
+
.fa-exclamation-triangle:before {
|
768
|
+
content: "";
|
769
|
+
}
|
770
|
+
|
771
|
+
/* line 121, ../fontawesome/_icons.scss */
|
772
|
+
.fa-plane:before {
|
773
|
+
content: "";
|
774
|
+
}
|
775
|
+
|
776
|
+
/* line 122, ../fontawesome/_icons.scss */
|
777
|
+
.fa-calendar:before {
|
778
|
+
content: "";
|
779
|
+
}
|
780
|
+
|
781
|
+
/* line 123, ../fontawesome/_icons.scss */
|
782
|
+
.fa-random:before {
|
783
|
+
content: "";
|
784
|
+
}
|
785
|
+
|
786
|
+
/* line 124, ../fontawesome/_icons.scss */
|
787
|
+
.fa-comment:before {
|
788
|
+
content: "";
|
789
|
+
}
|
790
|
+
|
791
|
+
/* line 125, ../fontawesome/_icons.scss */
|
792
|
+
.fa-magnet:before {
|
793
|
+
content: "";
|
794
|
+
}
|
795
|
+
|
796
|
+
/* line 126, ../fontawesome/_icons.scss */
|
797
|
+
.fa-chevron-up:before {
|
798
|
+
content: "";
|
799
|
+
}
|
800
|
+
|
801
|
+
/* line 127, ../fontawesome/_icons.scss */
|
802
|
+
.fa-chevron-down:before {
|
803
|
+
content: "";
|
804
|
+
}
|
805
|
+
|
806
|
+
/* line 128, ../fontawesome/_icons.scss */
|
807
|
+
.fa-retweet:before {
|
808
|
+
content: "";
|
809
|
+
}
|
810
|
+
|
811
|
+
/* line 129, ../fontawesome/_icons.scss */
|
812
|
+
.fa-shopping-cart:before {
|
813
|
+
content: "";
|
814
|
+
}
|
815
|
+
|
816
|
+
/* line 130, ../fontawesome/_icons.scss */
|
817
|
+
.fa-folder:before {
|
818
|
+
content: "";
|
819
|
+
}
|
820
|
+
|
821
|
+
/* line 131, ../fontawesome/_icons.scss */
|
822
|
+
.fa-folder-open:before {
|
823
|
+
content: "";
|
824
|
+
}
|
825
|
+
|
826
|
+
/* line 132, ../fontawesome/_icons.scss */
|
827
|
+
.fa-arrows-v:before {
|
828
|
+
content: "";
|
829
|
+
}
|
830
|
+
|
831
|
+
/* line 133, ../fontawesome/_icons.scss */
|
832
|
+
.fa-arrows-h:before {
|
833
|
+
content: "";
|
834
|
+
}
|
835
|
+
|
836
|
+
/* line 134, ../fontawesome/_icons.scss */
|
837
|
+
.fa-bar-chart-o:before,
|
838
|
+
.fa-bar-chart:before {
|
839
|
+
content: "";
|
840
|
+
}
|
841
|
+
|
842
|
+
/* line 136, ../fontawesome/_icons.scss */
|
843
|
+
.fa-twitter-square:before {
|
844
|
+
content: "";
|
845
|
+
}
|
846
|
+
|
847
|
+
/* line 137, ../fontawesome/_icons.scss */
|
848
|
+
.fa-facebook-square:before {
|
849
|
+
content: "";
|
850
|
+
}
|
851
|
+
|
852
|
+
/* line 138, ../fontawesome/_icons.scss */
|
853
|
+
.fa-camera-retro:before {
|
854
|
+
content: "";
|
855
|
+
}
|
856
|
+
|
857
|
+
/* line 139, ../fontawesome/_icons.scss */
|
858
|
+
.fa-key:before {
|
859
|
+
content: "";
|
860
|
+
}
|
861
|
+
|
862
|
+
/* line 140, ../fontawesome/_icons.scss */
|
863
|
+
.fa-gears:before,
|
864
|
+
.fa-cogs:before {
|
865
|
+
content: "";
|
866
|
+
}
|
867
|
+
|
868
|
+
/* line 142, ../fontawesome/_icons.scss */
|
869
|
+
.fa-comments:before {
|
870
|
+
content: "";
|
871
|
+
}
|
872
|
+
|
873
|
+
/* line 143, ../fontawesome/_icons.scss */
|
874
|
+
.fa-thumbs-o-up:before {
|
875
|
+
content: "";
|
876
|
+
}
|
877
|
+
|
878
|
+
/* line 144, ../fontawesome/_icons.scss */
|
879
|
+
.fa-thumbs-o-down:before {
|
880
|
+
content: "";
|
881
|
+
}
|
882
|
+
|
883
|
+
/* line 145, ../fontawesome/_icons.scss */
|
884
|
+
.fa-star-half:before {
|
885
|
+
content: "";
|
886
|
+
}
|
887
|
+
|
888
|
+
/* line 146, ../fontawesome/_icons.scss */
|
889
|
+
.fa-heart-o:before {
|
890
|
+
content: "";
|
891
|
+
}
|
892
|
+
|
893
|
+
/* line 147, ../fontawesome/_icons.scss */
|
894
|
+
.fa-sign-out:before {
|
895
|
+
content: "";
|
896
|
+
}
|
897
|
+
|
898
|
+
/* line 148, ../fontawesome/_icons.scss */
|
899
|
+
.fa-linkedin-square:before {
|
900
|
+
content: "";
|
901
|
+
}
|
902
|
+
|
903
|
+
/* line 149, ../fontawesome/_icons.scss */
|
904
|
+
.fa-thumb-tack:before {
|
905
|
+
content: "";
|
906
|
+
}
|
907
|
+
|
908
|
+
/* line 150, ../fontawesome/_icons.scss */
|
909
|
+
.fa-external-link:before {
|
910
|
+
content: "";
|
911
|
+
}
|
912
|
+
|
913
|
+
/* line 151, ../fontawesome/_icons.scss */
|
914
|
+
.fa-sign-in:before {
|
915
|
+
content: "";
|
916
|
+
}
|
917
|
+
|
918
|
+
/* line 152, ../fontawesome/_icons.scss */
|
919
|
+
.fa-trophy:before {
|
920
|
+
content: "";
|
921
|
+
}
|
922
|
+
|
923
|
+
/* line 153, ../fontawesome/_icons.scss */
|
924
|
+
.fa-github-square:before {
|
925
|
+
content: "";
|
926
|
+
}
|
927
|
+
|
928
|
+
/* line 154, ../fontawesome/_icons.scss */
|
929
|
+
.fa-upload:before {
|
930
|
+
content: "";
|
931
|
+
}
|
932
|
+
|
933
|
+
/* line 155, ../fontawesome/_icons.scss */
|
934
|
+
.fa-lemon-o:before {
|
935
|
+
content: "";
|
936
|
+
}
|
937
|
+
|
938
|
+
/* line 156, ../fontawesome/_icons.scss */
|
939
|
+
.fa-phone:before {
|
940
|
+
content: "";
|
941
|
+
}
|
942
|
+
|
943
|
+
/* line 157, ../fontawesome/_icons.scss */
|
944
|
+
.fa-square-o:before {
|
945
|
+
content: "";
|
946
|
+
}
|
947
|
+
|
948
|
+
/* line 158, ../fontawesome/_icons.scss */
|
949
|
+
.fa-bookmark-o:before {
|
950
|
+
content: "";
|
951
|
+
}
|
952
|
+
|
953
|
+
/* line 159, ../fontawesome/_icons.scss */
|
954
|
+
.fa-phone-square:before {
|
955
|
+
content: "";
|
956
|
+
}
|
957
|
+
|
958
|
+
/* line 160, ../fontawesome/_icons.scss */
|
959
|
+
.fa-twitter:before {
|
960
|
+
content: "";
|
961
|
+
}
|
962
|
+
|
963
|
+
/* line 161, ../fontawesome/_icons.scss */
|
964
|
+
.fa-facebook-f:before,
|
965
|
+
.fa-facebook:before {
|
966
|
+
content: "";
|
967
|
+
}
|
968
|
+
|
969
|
+
/* line 163, ../fontawesome/_icons.scss */
|
970
|
+
.fa-github:before {
|
971
|
+
content: "";
|
972
|
+
}
|
973
|
+
|
974
|
+
/* line 164, ../fontawesome/_icons.scss */
|
975
|
+
.fa-unlock:before {
|
976
|
+
content: "";
|
977
|
+
}
|
978
|
+
|
979
|
+
/* line 165, ../fontawesome/_icons.scss */
|
980
|
+
.fa-credit-card:before {
|
981
|
+
content: "";
|
982
|
+
}
|
983
|
+
|
984
|
+
/* line 166, ../fontawesome/_icons.scss */
|
985
|
+
.fa-rss:before {
|
986
|
+
content: "";
|
987
|
+
}
|
988
|
+
|
989
|
+
/* line 167, ../fontawesome/_icons.scss */
|
990
|
+
.fa-hdd-o:before {
|
991
|
+
content: "";
|
992
|
+
}
|
993
|
+
|
994
|
+
/* line 168, ../fontawesome/_icons.scss */
|
995
|
+
.fa-bullhorn:before {
|
996
|
+
content: "";
|
997
|
+
}
|
998
|
+
|
999
|
+
/* line 169, ../fontawesome/_icons.scss */
|
1000
|
+
.fa-bell:before {
|
1001
|
+
content: "";
|
1002
|
+
}
|
1003
|
+
|
1004
|
+
/* line 170, ../fontawesome/_icons.scss */
|
1005
|
+
.fa-certificate:before {
|
1006
|
+
content: "";
|
1007
|
+
}
|
1008
|
+
|
1009
|
+
/* line 171, ../fontawesome/_icons.scss */
|
1010
|
+
.fa-hand-o-right:before {
|
1011
|
+
content: "";
|
1012
|
+
}
|
1013
|
+
|
1014
|
+
/* line 172, ../fontawesome/_icons.scss */
|
1015
|
+
.fa-hand-o-left:before {
|
1016
|
+
content: "";
|
1017
|
+
}
|
1018
|
+
|
1019
|
+
/* line 173, ../fontawesome/_icons.scss */
|
1020
|
+
.fa-hand-o-up:before {
|
1021
|
+
content: "";
|
1022
|
+
}
|
1023
|
+
|
1024
|
+
/* line 174, ../fontawesome/_icons.scss */
|
1025
|
+
.fa-hand-o-down:before {
|
1026
|
+
content: "";
|
1027
|
+
}
|
1028
|
+
|
1029
|
+
/* line 175, ../fontawesome/_icons.scss */
|
1030
|
+
.fa-arrow-circle-left:before {
|
1031
|
+
content: "";
|
1032
|
+
}
|
1033
|
+
|
1034
|
+
/* line 176, ../fontawesome/_icons.scss */
|
1035
|
+
.fa-arrow-circle-right:before {
|
1036
|
+
content: "";
|
1037
|
+
}
|
1038
|
+
|
1039
|
+
/* line 177, ../fontawesome/_icons.scss */
|
1040
|
+
.fa-arrow-circle-up:before {
|
1041
|
+
content: "";
|
1042
|
+
}
|
1043
|
+
|
1044
|
+
/* line 178, ../fontawesome/_icons.scss */
|
1045
|
+
.fa-arrow-circle-down:before {
|
1046
|
+
content: "";
|
1047
|
+
}
|
1048
|
+
|
1049
|
+
/* line 179, ../fontawesome/_icons.scss */
|
1050
|
+
.fa-globe:before {
|
1051
|
+
content: "";
|
1052
|
+
}
|
1053
|
+
|
1054
|
+
/* line 180, ../fontawesome/_icons.scss */
|
1055
|
+
.fa-wrench:before {
|
1056
|
+
content: "";
|
1057
|
+
}
|
1058
|
+
|
1059
|
+
/* line 181, ../fontawesome/_icons.scss */
|
1060
|
+
.fa-tasks:before {
|
1061
|
+
content: "";
|
1062
|
+
}
|
1063
|
+
|
1064
|
+
/* line 182, ../fontawesome/_icons.scss */
|
1065
|
+
.fa-filter:before {
|
1066
|
+
content: "";
|
1067
|
+
}
|
1068
|
+
|
1069
|
+
/* line 183, ../fontawesome/_icons.scss */
|
1070
|
+
.fa-briefcase:before {
|
1071
|
+
content: "";
|
1072
|
+
}
|
1073
|
+
|
1074
|
+
/* line 184, ../fontawesome/_icons.scss */
|
1075
|
+
.fa-arrows-alt:before {
|
1076
|
+
content: "";
|
1077
|
+
}
|
1078
|
+
|
1079
|
+
/* line 185, ../fontawesome/_icons.scss */
|
1080
|
+
.fa-group:before,
|
1081
|
+
.fa-users:before {
|
1082
|
+
content: "";
|
1083
|
+
}
|
1084
|
+
|
1085
|
+
/* line 187, ../fontawesome/_icons.scss */
|
1086
|
+
.fa-chain:before,
|
1087
|
+
.fa-link:before {
|
1088
|
+
content: "";
|
1089
|
+
}
|
1090
|
+
|
1091
|
+
/* line 189, ../fontawesome/_icons.scss */
|
1092
|
+
.fa-cloud:before {
|
1093
|
+
content: "";
|
1094
|
+
}
|
1095
|
+
|
1096
|
+
/* line 190, ../fontawesome/_icons.scss */
|
1097
|
+
.fa-flask:before {
|
1098
|
+
content: "";
|
1099
|
+
}
|
1100
|
+
|
1101
|
+
/* line 191, ../fontawesome/_icons.scss */
|
1102
|
+
.fa-cut:before,
|
1103
|
+
.fa-scissors:before {
|
1104
|
+
content: "";
|
1105
|
+
}
|
1106
|
+
|
1107
|
+
/* line 193, ../fontawesome/_icons.scss */
|
1108
|
+
.fa-copy:before,
|
1109
|
+
.fa-files-o:before {
|
1110
|
+
content: "";
|
1111
|
+
}
|
1112
|
+
|
1113
|
+
/* line 195, ../fontawesome/_icons.scss */
|
1114
|
+
.fa-paperclip:before {
|
1115
|
+
content: "";
|
1116
|
+
}
|
1117
|
+
|
1118
|
+
/* line 196, ../fontawesome/_icons.scss */
|
1119
|
+
.fa-save:before,
|
1120
|
+
.fa-floppy-o:before {
|
1121
|
+
content: "";
|
1122
|
+
}
|
1123
|
+
|
1124
|
+
/* line 198, ../fontawesome/_icons.scss */
|
1125
|
+
.fa-square:before {
|
1126
|
+
content: "";
|
1127
|
+
}
|
1128
|
+
|
1129
|
+
/* line 199, ../fontawesome/_icons.scss */
|
1130
|
+
.fa-navicon:before,
|
1131
|
+
.fa-reorder:before,
|
1132
|
+
.fa-bars:before {
|
1133
|
+
content: "";
|
1134
|
+
}
|
1135
|
+
|
1136
|
+
/* line 202, ../fontawesome/_icons.scss */
|
1137
|
+
.fa-list-ul:before {
|
1138
|
+
content: "";
|
1139
|
+
}
|
1140
|
+
|
1141
|
+
/* line 203, ../fontawesome/_icons.scss */
|
1142
|
+
.fa-list-ol:before {
|
1143
|
+
content: "";
|
1144
|
+
}
|
1145
|
+
|
1146
|
+
/* line 204, ../fontawesome/_icons.scss */
|
1147
|
+
.fa-strikethrough:before {
|
1148
|
+
content: "";
|
1149
|
+
}
|
1150
|
+
|
1151
|
+
/* line 205, ../fontawesome/_icons.scss */
|
1152
|
+
.fa-underline:before {
|
1153
|
+
content: "";
|
1154
|
+
}
|
1155
|
+
|
1156
|
+
/* line 206, ../fontawesome/_icons.scss */
|
1157
|
+
.fa-table:before {
|
1158
|
+
content: "";
|
1159
|
+
}
|
1160
|
+
|
1161
|
+
/* line 207, ../fontawesome/_icons.scss */
|
1162
|
+
.fa-magic:before {
|
1163
|
+
content: "";
|
1164
|
+
}
|
1165
|
+
|
1166
|
+
/* line 208, ../fontawesome/_icons.scss */
|
1167
|
+
.fa-truck:before {
|
1168
|
+
content: "";
|
1169
|
+
}
|
1170
|
+
|
1171
|
+
/* line 209, ../fontawesome/_icons.scss */
|
1172
|
+
.fa-pinterest:before {
|
1173
|
+
content: "";
|
1174
|
+
}
|
1175
|
+
|
1176
|
+
/* line 210, ../fontawesome/_icons.scss */
|
1177
|
+
.fa-pinterest-square:before {
|
1178
|
+
content: "";
|
1179
|
+
}
|
1180
|
+
|
1181
|
+
/* line 211, ../fontawesome/_icons.scss */
|
1182
|
+
.fa-google-plus-square:before {
|
1183
|
+
content: "";
|
1184
|
+
}
|
1185
|
+
|
1186
|
+
/* line 212, ../fontawesome/_icons.scss */
|
1187
|
+
.fa-google-plus:before {
|
1188
|
+
content: "";
|
1189
|
+
}
|
1190
|
+
|
1191
|
+
/* line 213, ../fontawesome/_icons.scss */
|
1192
|
+
.fa-money:before {
|
1193
|
+
content: "";
|
1194
|
+
}
|
1195
|
+
|
1196
|
+
/* line 214, ../fontawesome/_icons.scss */
|
1197
|
+
.fa-caret-down:before {
|
1198
|
+
content: "";
|
1199
|
+
}
|
1200
|
+
|
1201
|
+
/* line 215, ../fontawesome/_icons.scss */
|
1202
|
+
.fa-caret-up:before {
|
1203
|
+
content: "";
|
1204
|
+
}
|
1205
|
+
|
1206
|
+
/* line 216, ../fontawesome/_icons.scss */
|
1207
|
+
.fa-caret-left:before {
|
1208
|
+
content: "";
|
1209
|
+
}
|
1210
|
+
|
1211
|
+
/* line 217, ../fontawesome/_icons.scss */
|
1212
|
+
.fa-caret-right:before {
|
1213
|
+
content: "";
|
1214
|
+
}
|
1215
|
+
|
1216
|
+
/* line 218, ../fontawesome/_icons.scss */
|
1217
|
+
.fa-columns:before {
|
1218
|
+
content: "";
|
1219
|
+
}
|
1220
|
+
|
1221
|
+
/* line 219, ../fontawesome/_icons.scss */
|
1222
|
+
.fa-unsorted:before,
|
1223
|
+
.fa-sort:before {
|
1224
|
+
content: "";
|
1225
|
+
}
|
1226
|
+
|
1227
|
+
/* line 221, ../fontawesome/_icons.scss */
|
1228
|
+
.fa-sort-down:before,
|
1229
|
+
.fa-sort-desc:before {
|
1230
|
+
content: "";
|
1231
|
+
}
|
1232
|
+
|
1233
|
+
/* line 223, ../fontawesome/_icons.scss */
|
1234
|
+
.fa-sort-up:before,
|
1235
|
+
.fa-sort-asc:before {
|
1236
|
+
content: "";
|
1237
|
+
}
|
1238
|
+
|
1239
|
+
/* line 225, ../fontawesome/_icons.scss */
|
1240
|
+
.fa-envelope:before {
|
1241
|
+
content: "";
|
1242
|
+
}
|
1243
|
+
|
1244
|
+
/* line 226, ../fontawesome/_icons.scss */
|
1245
|
+
.fa-linkedin:before {
|
1246
|
+
content: "";
|
1247
|
+
}
|
1248
|
+
|
1249
|
+
/* line 227, ../fontawesome/_icons.scss */
|
1250
|
+
.fa-rotate-left:before,
|
1251
|
+
.fa-undo:before {
|
1252
|
+
content: "";
|
1253
|
+
}
|
1254
|
+
|
1255
|
+
/* line 229, ../fontawesome/_icons.scss */
|
1256
|
+
.fa-legal:before,
|
1257
|
+
.fa-gavel:before {
|
1258
|
+
content: "";
|
1259
|
+
}
|
1260
|
+
|
1261
|
+
/* line 231, ../fontawesome/_icons.scss */
|
1262
|
+
.fa-dashboard:before,
|
1263
|
+
.fa-tachometer:before {
|
1264
|
+
content: "";
|
1265
|
+
}
|
1266
|
+
|
1267
|
+
/* line 233, ../fontawesome/_icons.scss */
|
1268
|
+
.fa-comment-o:before {
|
1269
|
+
content: "";
|
1270
|
+
}
|
1271
|
+
|
1272
|
+
/* line 234, ../fontawesome/_icons.scss */
|
1273
|
+
.fa-comments-o:before {
|
1274
|
+
content: "";
|
1275
|
+
}
|
1276
|
+
|
1277
|
+
/* line 235, ../fontawesome/_icons.scss */
|
1278
|
+
.fa-flash:before,
|
1279
|
+
.fa-bolt:before {
|
1280
|
+
content: "";
|
1281
|
+
}
|
1282
|
+
|
1283
|
+
/* line 237, ../fontawesome/_icons.scss */
|
1284
|
+
.fa-sitemap:before {
|
1285
|
+
content: "";
|
1286
|
+
}
|
1287
|
+
|
1288
|
+
/* line 238, ../fontawesome/_icons.scss */
|
1289
|
+
.fa-umbrella:before {
|
1290
|
+
content: "";
|
1291
|
+
}
|
1292
|
+
|
1293
|
+
/* line 239, ../fontawesome/_icons.scss */
|
1294
|
+
.fa-paste:before,
|
1295
|
+
.fa-clipboard:before {
|
1296
|
+
content: "";
|
1297
|
+
}
|
1298
|
+
|
1299
|
+
/* line 241, ../fontawesome/_icons.scss */
|
1300
|
+
.fa-lightbulb-o:before {
|
1301
|
+
content: "";
|
1302
|
+
}
|
1303
|
+
|
1304
|
+
/* line 242, ../fontawesome/_icons.scss */
|
1305
|
+
.fa-exchange:before {
|
1306
|
+
content: "";
|
1307
|
+
}
|
1308
|
+
|
1309
|
+
/* line 243, ../fontawesome/_icons.scss */
|
1310
|
+
.fa-cloud-download:before {
|
1311
|
+
content: "";
|
1312
|
+
}
|
1313
|
+
|
1314
|
+
/* line 244, ../fontawesome/_icons.scss */
|
1315
|
+
.fa-cloud-upload:before {
|
1316
|
+
content: "";
|
1317
|
+
}
|
1318
|
+
|
1319
|
+
/* line 245, ../fontawesome/_icons.scss */
|
1320
|
+
.fa-user-md:before {
|
1321
|
+
content: "";
|
1322
|
+
}
|
1323
|
+
|
1324
|
+
/* line 246, ../fontawesome/_icons.scss */
|
1325
|
+
.fa-stethoscope:before {
|
1326
|
+
content: "";
|
1327
|
+
}
|
1328
|
+
|
1329
|
+
/* line 247, ../fontawesome/_icons.scss */
|
1330
|
+
.fa-suitcase:before {
|
1331
|
+
content: "";
|
1332
|
+
}
|
1333
|
+
|
1334
|
+
/* line 248, ../fontawesome/_icons.scss */
|
1335
|
+
.fa-bell-o:before {
|
1336
|
+
content: "";
|
1337
|
+
}
|
1338
|
+
|
1339
|
+
/* line 249, ../fontawesome/_icons.scss */
|
1340
|
+
.fa-coffee:before {
|
1341
|
+
content: "";
|
1342
|
+
}
|
1343
|
+
|
1344
|
+
/* line 250, ../fontawesome/_icons.scss */
|
1345
|
+
.fa-cutlery:before {
|
1346
|
+
content: "";
|
1347
|
+
}
|
1348
|
+
|
1349
|
+
/* line 251, ../fontawesome/_icons.scss */
|
1350
|
+
.fa-file-text-o:before {
|
1351
|
+
content: "";
|
1352
|
+
}
|
1353
|
+
|
1354
|
+
/* line 252, ../fontawesome/_icons.scss */
|
1355
|
+
.fa-building-o:before {
|
1356
|
+
content: "";
|
1357
|
+
}
|
1358
|
+
|
1359
|
+
/* line 253, ../fontawesome/_icons.scss */
|
1360
|
+
.fa-hospital-o:before {
|
1361
|
+
content: "";
|
1362
|
+
}
|
1363
|
+
|
1364
|
+
/* line 254, ../fontawesome/_icons.scss */
|
1365
|
+
.fa-ambulance:before {
|
1366
|
+
content: "";
|
1367
|
+
}
|
1368
|
+
|
1369
|
+
/* line 255, ../fontawesome/_icons.scss */
|
1370
|
+
.fa-medkit:before {
|
1371
|
+
content: "";
|
1372
|
+
}
|
1373
|
+
|
1374
|
+
/* line 256, ../fontawesome/_icons.scss */
|
1375
|
+
.fa-fighter-jet:before {
|
1376
|
+
content: "";
|
1377
|
+
}
|
1378
|
+
|
1379
|
+
/* line 257, ../fontawesome/_icons.scss */
|
1380
|
+
.fa-beer:before {
|
1381
|
+
content: "";
|
1382
|
+
}
|
1383
|
+
|
1384
|
+
/* line 258, ../fontawesome/_icons.scss */
|
1385
|
+
.fa-h-square:before {
|
1386
|
+
content: "";
|
1387
|
+
}
|
1388
|
+
|
1389
|
+
/* line 259, ../fontawesome/_icons.scss */
|
1390
|
+
.fa-plus-square:before {
|
1391
|
+
content: "";
|
1392
|
+
}
|
1393
|
+
|
1394
|
+
/* line 260, ../fontawesome/_icons.scss */
|
1395
|
+
.fa-angle-double-left:before {
|
1396
|
+
content: "";
|
1397
|
+
}
|
1398
|
+
|
1399
|
+
/* line 261, ../fontawesome/_icons.scss */
|
1400
|
+
.fa-angle-double-right:before {
|
1401
|
+
content: "";
|
1402
|
+
}
|
1403
|
+
|
1404
|
+
/* line 262, ../fontawesome/_icons.scss */
|
1405
|
+
.fa-angle-double-up:before {
|
1406
|
+
content: "";
|
1407
|
+
}
|
1408
|
+
|
1409
|
+
/* line 263, ../fontawesome/_icons.scss */
|
1410
|
+
.fa-angle-double-down:before {
|
1411
|
+
content: "";
|
1412
|
+
}
|
1413
|
+
|
1414
|
+
/* line 264, ../fontawesome/_icons.scss */
|
1415
|
+
.fa-angle-left:before {
|
1416
|
+
content: "";
|
1417
|
+
}
|
1418
|
+
|
1419
|
+
/* line 265, ../fontawesome/_icons.scss */
|
1420
|
+
.fa-angle-right:before {
|
1421
|
+
content: "";
|
1422
|
+
}
|
1423
|
+
|
1424
|
+
/* line 266, ../fontawesome/_icons.scss */
|
1425
|
+
.fa-angle-up:before {
|
1426
|
+
content: "";
|
1427
|
+
}
|
1428
|
+
|
1429
|
+
/* line 267, ../fontawesome/_icons.scss */
|
1430
|
+
.fa-angle-down:before {
|
1431
|
+
content: "";
|
1432
|
+
}
|
1433
|
+
|
1434
|
+
/* line 268, ../fontawesome/_icons.scss */
|
1435
|
+
.fa-desktop:before {
|
1436
|
+
content: "";
|
1437
|
+
}
|
1438
|
+
|
1439
|
+
/* line 269, ../fontawesome/_icons.scss */
|
1440
|
+
.fa-laptop:before {
|
1441
|
+
content: "";
|
1442
|
+
}
|
1443
|
+
|
1444
|
+
/* line 270, ../fontawesome/_icons.scss */
|
1445
|
+
.fa-tablet:before {
|
1446
|
+
content: "";
|
1447
|
+
}
|
1448
|
+
|
1449
|
+
/* line 271, ../fontawesome/_icons.scss */
|
1450
|
+
.fa-mobile-phone:before,
|
1451
|
+
.fa-mobile:before {
|
1452
|
+
content: "";
|
1453
|
+
}
|
1454
|
+
|
1455
|
+
/* line 273, ../fontawesome/_icons.scss */
|
1456
|
+
.fa-circle-o:before {
|
1457
|
+
content: "";
|
1458
|
+
}
|
1459
|
+
|
1460
|
+
/* line 274, ../fontawesome/_icons.scss */
|
1461
|
+
.fa-quote-left:before {
|
1462
|
+
content: "";
|
1463
|
+
}
|
1464
|
+
|
1465
|
+
/* line 275, ../fontawesome/_icons.scss */
|
1466
|
+
.fa-quote-right:before {
|
1467
|
+
content: "";
|
1468
|
+
}
|
1469
|
+
|
1470
|
+
/* line 276, ../fontawesome/_icons.scss */
|
1471
|
+
.fa-spinner:before {
|
1472
|
+
content: "";
|
1473
|
+
}
|
1474
|
+
|
1475
|
+
/* line 277, ../fontawesome/_icons.scss */
|
1476
|
+
.fa-circle:before {
|
1477
|
+
content: "";
|
1478
|
+
}
|
1479
|
+
|
1480
|
+
/* line 278, ../fontawesome/_icons.scss */
|
1481
|
+
.fa-mail-reply:before,
|
1482
|
+
.fa-reply:before {
|
1483
|
+
content: "";
|
1484
|
+
}
|
1485
|
+
|
1486
|
+
/* line 280, ../fontawesome/_icons.scss */
|
1487
|
+
.fa-github-alt:before {
|
1488
|
+
content: "";
|
1489
|
+
}
|
1490
|
+
|
1491
|
+
/* line 281, ../fontawesome/_icons.scss */
|
1492
|
+
.fa-folder-o:before {
|
1493
|
+
content: "";
|
1494
|
+
}
|
1495
|
+
|
1496
|
+
/* line 282, ../fontawesome/_icons.scss */
|
1497
|
+
.fa-folder-open-o:before {
|
1498
|
+
content: "";
|
1499
|
+
}
|
1500
|
+
|
1501
|
+
/* line 283, ../fontawesome/_icons.scss */
|
1502
|
+
.fa-smile-o:before {
|
1503
|
+
content: "";
|
1504
|
+
}
|
1505
|
+
|
1506
|
+
/* line 284, ../fontawesome/_icons.scss */
|
1507
|
+
.fa-frown-o:before {
|
1508
|
+
content: "";
|
1509
|
+
}
|
1510
|
+
|
1511
|
+
/* line 285, ../fontawesome/_icons.scss */
|
1512
|
+
.fa-meh-o:before {
|
1513
|
+
content: "";
|
1514
|
+
}
|
1515
|
+
|
1516
|
+
/* line 286, ../fontawesome/_icons.scss */
|
1517
|
+
.fa-gamepad:before {
|
1518
|
+
content: "";
|
1519
|
+
}
|
1520
|
+
|
1521
|
+
/* line 287, ../fontawesome/_icons.scss */
|
1522
|
+
.fa-keyboard-o:before {
|
1523
|
+
content: "";
|
1524
|
+
}
|
1525
|
+
|
1526
|
+
/* line 288, ../fontawesome/_icons.scss */
|
1527
|
+
.fa-flag-o:before {
|
1528
|
+
content: "";
|
1529
|
+
}
|
1530
|
+
|
1531
|
+
/* line 289, ../fontawesome/_icons.scss */
|
1532
|
+
.fa-flag-checkered:before {
|
1533
|
+
content: "";
|
1534
|
+
}
|
1535
|
+
|
1536
|
+
/* line 290, ../fontawesome/_icons.scss */
|
1537
|
+
.fa-terminal:before {
|
1538
|
+
content: "";
|
1539
|
+
}
|
1540
|
+
|
1541
|
+
/* line 291, ../fontawesome/_icons.scss */
|
1542
|
+
.fa-code:before {
|
1543
|
+
content: "";
|
1544
|
+
}
|
1545
|
+
|
1546
|
+
/* line 292, ../fontawesome/_icons.scss */
|
1547
|
+
.fa-mail-reply-all:before,
|
1548
|
+
.fa-reply-all:before {
|
1549
|
+
content: "";
|
1550
|
+
}
|
1551
|
+
|
1552
|
+
/* line 294, ../fontawesome/_icons.scss */
|
1553
|
+
.fa-star-half-empty:before,
|
1554
|
+
.fa-star-half-full:before,
|
1555
|
+
.fa-star-half-o:before {
|
1556
|
+
content: "";
|
1557
|
+
}
|
1558
|
+
|
1559
|
+
/* line 297, ../fontawesome/_icons.scss */
|
1560
|
+
.fa-location-arrow:before {
|
1561
|
+
content: "";
|
1562
|
+
}
|
1563
|
+
|
1564
|
+
/* line 298, ../fontawesome/_icons.scss */
|
1565
|
+
.fa-crop:before {
|
1566
|
+
content: "";
|
1567
|
+
}
|
1568
|
+
|
1569
|
+
/* line 299, ../fontawesome/_icons.scss */
|
1570
|
+
.fa-code-fork:before {
|
1571
|
+
content: "";
|
1572
|
+
}
|
1573
|
+
|
1574
|
+
/* line 300, ../fontawesome/_icons.scss */
|
1575
|
+
.fa-unlink:before,
|
1576
|
+
.fa-chain-broken:before {
|
1577
|
+
content: "";
|
1578
|
+
}
|
1579
|
+
|
1580
|
+
/* line 302, ../fontawesome/_icons.scss */
|
1581
|
+
.fa-question:before {
|
1582
|
+
content: "";
|
1583
|
+
}
|
1584
|
+
|
1585
|
+
/* line 303, ../fontawesome/_icons.scss */
|
1586
|
+
.fa-info:before {
|
1587
|
+
content: "";
|
1588
|
+
}
|
1589
|
+
|
1590
|
+
/* line 304, ../fontawesome/_icons.scss */
|
1591
|
+
.fa-exclamation:before {
|
1592
|
+
content: "";
|
1593
|
+
}
|
1594
|
+
|
1595
|
+
/* line 305, ../fontawesome/_icons.scss */
|
1596
|
+
.fa-superscript:before {
|
1597
|
+
content: "";
|
1598
|
+
}
|
1599
|
+
|
1600
|
+
/* line 306, ../fontawesome/_icons.scss */
|
1601
|
+
.fa-subscript:before {
|
1602
|
+
content: "";
|
1603
|
+
}
|
1604
|
+
|
1605
|
+
/* line 307, ../fontawesome/_icons.scss */
|
1606
|
+
.fa-eraser:before {
|
1607
|
+
content: "";
|
1608
|
+
}
|
1609
|
+
|
1610
|
+
/* line 308, ../fontawesome/_icons.scss */
|
1611
|
+
.fa-puzzle-piece:before {
|
1612
|
+
content: "";
|
1613
|
+
}
|
1614
|
+
|
1615
|
+
/* line 309, ../fontawesome/_icons.scss */
|
1616
|
+
.fa-microphone:before {
|
1617
|
+
content: "";
|
1618
|
+
}
|
1619
|
+
|
1620
|
+
/* line 310, ../fontawesome/_icons.scss */
|
1621
|
+
.fa-microphone-slash:before {
|
1622
|
+
content: "";
|
1623
|
+
}
|
1624
|
+
|
1625
|
+
/* line 311, ../fontawesome/_icons.scss */
|
1626
|
+
.fa-shield:before {
|
1627
|
+
content: "";
|
1628
|
+
}
|
1629
|
+
|
1630
|
+
/* line 312, ../fontawesome/_icons.scss */
|
1631
|
+
.fa-calendar-o:before {
|
1632
|
+
content: "";
|
1633
|
+
}
|
1634
|
+
|
1635
|
+
/* line 313, ../fontawesome/_icons.scss */
|
1636
|
+
.fa-fire-extinguisher:before {
|
1637
|
+
content: "";
|
1638
|
+
}
|
1639
|
+
|
1640
|
+
/* line 314, ../fontawesome/_icons.scss */
|
1641
|
+
.fa-rocket:before {
|
1642
|
+
content: "";
|
1643
|
+
}
|
1644
|
+
|
1645
|
+
/* line 315, ../fontawesome/_icons.scss */
|
1646
|
+
.fa-maxcdn:before {
|
1647
|
+
content: "";
|
1648
|
+
}
|
1649
|
+
|
1650
|
+
/* line 316, ../fontawesome/_icons.scss */
|
1651
|
+
.fa-chevron-circle-left:before {
|
1652
|
+
content: "";
|
1653
|
+
}
|
1654
|
+
|
1655
|
+
/* line 317, ../fontawesome/_icons.scss */
|
1656
|
+
.fa-chevron-circle-right:before {
|
1657
|
+
content: "";
|
1658
|
+
}
|
1659
|
+
|
1660
|
+
/* line 318, ../fontawesome/_icons.scss */
|
1661
|
+
.fa-chevron-circle-up:before {
|
1662
|
+
content: "";
|
1663
|
+
}
|
1664
|
+
|
1665
|
+
/* line 319, ../fontawesome/_icons.scss */
|
1666
|
+
.fa-chevron-circle-down:before {
|
1667
|
+
content: "";
|
1668
|
+
}
|
1669
|
+
|
1670
|
+
/* line 320, ../fontawesome/_icons.scss */
|
1671
|
+
.fa-html5:before {
|
1672
|
+
content: "";
|
1673
|
+
}
|
1674
|
+
|
1675
|
+
/* line 321, ../fontawesome/_icons.scss */
|
1676
|
+
.fa-css3:before {
|
1677
|
+
content: "";
|
1678
|
+
}
|
1679
|
+
|
1680
|
+
/* line 322, ../fontawesome/_icons.scss */
|
1681
|
+
.fa-anchor:before {
|
1682
|
+
content: "";
|
1683
|
+
}
|
1684
|
+
|
1685
|
+
/* line 323, ../fontawesome/_icons.scss */
|
1686
|
+
.fa-unlock-alt:before {
|
1687
|
+
content: "";
|
1688
|
+
}
|
1689
|
+
|
1690
|
+
/* line 324, ../fontawesome/_icons.scss */
|
1691
|
+
.fa-bullseye:before {
|
1692
|
+
content: "";
|
1693
|
+
}
|
1694
|
+
|
1695
|
+
/* line 325, ../fontawesome/_icons.scss */
|
1696
|
+
.fa-ellipsis-h:before {
|
1697
|
+
content: "";
|
1698
|
+
}
|
1699
|
+
|
1700
|
+
/* line 326, ../fontawesome/_icons.scss */
|
1701
|
+
.fa-ellipsis-v:before {
|
1702
|
+
content: "";
|
1703
|
+
}
|
1704
|
+
|
1705
|
+
/* line 327, ../fontawesome/_icons.scss */
|
1706
|
+
.fa-rss-square:before {
|
1707
|
+
content: "";
|
1708
|
+
}
|
1709
|
+
|
1710
|
+
/* line 328, ../fontawesome/_icons.scss */
|
1711
|
+
.fa-play-circle:before {
|
1712
|
+
content: "";
|
1713
|
+
}
|
1714
|
+
|
1715
|
+
/* line 329, ../fontawesome/_icons.scss */
|
1716
|
+
.fa-ticket:before {
|
1717
|
+
content: "";
|
1718
|
+
}
|
1719
|
+
|
1720
|
+
/* line 330, ../fontawesome/_icons.scss */
|
1721
|
+
.fa-minus-square:before {
|
1722
|
+
content: "";
|
1723
|
+
}
|
1724
|
+
|
1725
|
+
/* line 331, ../fontawesome/_icons.scss */
|
1726
|
+
.fa-minus-square-o:before {
|
1727
|
+
content: "";
|
1728
|
+
}
|
1729
|
+
|
1730
|
+
/* line 332, ../fontawesome/_icons.scss */
|
1731
|
+
.fa-level-up:before {
|
1732
|
+
content: "";
|
1733
|
+
}
|
1734
|
+
|
1735
|
+
/* line 333, ../fontawesome/_icons.scss */
|
1736
|
+
.fa-level-down:before {
|
1737
|
+
content: "";
|
1738
|
+
}
|
1739
|
+
|
1740
|
+
/* line 334, ../fontawesome/_icons.scss */
|
1741
|
+
.fa-check-square:before {
|
1742
|
+
content: "";
|
1743
|
+
}
|
1744
|
+
|
1745
|
+
/* line 335, ../fontawesome/_icons.scss */
|
1746
|
+
.fa-pencil-square:before {
|
1747
|
+
content: "";
|
1748
|
+
}
|
1749
|
+
|
1750
|
+
/* line 336, ../fontawesome/_icons.scss */
|
1751
|
+
.fa-external-link-square:before {
|
1752
|
+
content: "";
|
1753
|
+
}
|
1754
|
+
|
1755
|
+
/* line 337, ../fontawesome/_icons.scss */
|
1756
|
+
.fa-share-square:before {
|
1757
|
+
content: "";
|
1758
|
+
}
|
1759
|
+
|
1760
|
+
/* line 338, ../fontawesome/_icons.scss */
|
1761
|
+
.fa-compass:before {
|
1762
|
+
content: "";
|
1763
|
+
}
|
1764
|
+
|
1765
|
+
/* line 339, ../fontawesome/_icons.scss */
|
1766
|
+
.fa-toggle-down:before,
|
1767
|
+
.fa-caret-square-o-down:before {
|
1768
|
+
content: "";
|
1769
|
+
}
|
1770
|
+
|
1771
|
+
/* line 341, ../fontawesome/_icons.scss */
|
1772
|
+
.fa-toggle-up:before,
|
1773
|
+
.fa-caret-square-o-up:before {
|
1774
|
+
content: "";
|
1775
|
+
}
|
1776
|
+
|
1777
|
+
/* line 343, ../fontawesome/_icons.scss */
|
1778
|
+
.fa-toggle-right:before,
|
1779
|
+
.fa-caret-square-o-right:before {
|
1780
|
+
content: "";
|
1781
|
+
}
|
1782
|
+
|
1783
|
+
/* line 345, ../fontawesome/_icons.scss */
|
1784
|
+
.fa-euro:before,
|
1785
|
+
.fa-eur:before {
|
1786
|
+
content: "";
|
1787
|
+
}
|
1788
|
+
|
1789
|
+
/* line 347, ../fontawesome/_icons.scss */
|
1790
|
+
.fa-gbp:before {
|
1791
|
+
content: "";
|
1792
|
+
}
|
1793
|
+
|
1794
|
+
/* line 348, ../fontawesome/_icons.scss */
|
1795
|
+
.fa-dollar:before,
|
1796
|
+
.fa-usd:before {
|
1797
|
+
content: "";
|
1798
|
+
}
|
1799
|
+
|
1800
|
+
/* line 350, ../fontawesome/_icons.scss */
|
1801
|
+
.fa-rupee:before,
|
1802
|
+
.fa-inr:before {
|
1803
|
+
content: "";
|
1804
|
+
}
|
1805
|
+
|
1806
|
+
/* line 352, ../fontawesome/_icons.scss */
|
1807
|
+
.fa-cny:before,
|
1808
|
+
.fa-rmb:before,
|
1809
|
+
.fa-yen:before,
|
1810
|
+
.fa-jpy:before {
|
1811
|
+
content: "";
|
1812
|
+
}
|
1813
|
+
|
1814
|
+
/* line 356, ../fontawesome/_icons.scss */
|
1815
|
+
.fa-ruble:before,
|
1816
|
+
.fa-rouble:before,
|
1817
|
+
.fa-rub:before {
|
1818
|
+
content: "";
|
1819
|
+
}
|
1820
|
+
|
1821
|
+
/* line 359, ../fontawesome/_icons.scss */
|
1822
|
+
.fa-won:before,
|
1823
|
+
.fa-krw:before {
|
1824
|
+
content: "";
|
1825
|
+
}
|
1826
|
+
|
1827
|
+
/* line 361, ../fontawesome/_icons.scss */
|
1828
|
+
.fa-bitcoin:before,
|
1829
|
+
.fa-btc:before {
|
1830
|
+
content: "";
|
1831
|
+
}
|
1832
|
+
|
1833
|
+
/* line 363, ../fontawesome/_icons.scss */
|
1834
|
+
.fa-file:before {
|
1835
|
+
content: "";
|
1836
|
+
}
|
1837
|
+
|
1838
|
+
/* line 364, ../fontawesome/_icons.scss */
|
1839
|
+
.fa-file-text:before {
|
1840
|
+
content: "";
|
1841
|
+
}
|
1842
|
+
|
1843
|
+
/* line 365, ../fontawesome/_icons.scss */
|
1844
|
+
.fa-sort-alpha-asc:before {
|
1845
|
+
content: "";
|
1846
|
+
}
|
1847
|
+
|
1848
|
+
/* line 366, ../fontawesome/_icons.scss */
|
1849
|
+
.fa-sort-alpha-desc:before {
|
1850
|
+
content: "";
|
1851
|
+
}
|
1852
|
+
|
1853
|
+
/* line 367, ../fontawesome/_icons.scss */
|
1854
|
+
.fa-sort-amount-asc:before {
|
1855
|
+
content: "";
|
1856
|
+
}
|
1857
|
+
|
1858
|
+
/* line 368, ../fontawesome/_icons.scss */
|
1859
|
+
.fa-sort-amount-desc:before {
|
1860
|
+
content: "";
|
1861
|
+
}
|
1862
|
+
|
1863
|
+
/* line 369, ../fontawesome/_icons.scss */
|
1864
|
+
.fa-sort-numeric-asc:before {
|
1865
|
+
content: "";
|
1866
|
+
}
|
1867
|
+
|
1868
|
+
/* line 370, ../fontawesome/_icons.scss */
|
1869
|
+
.fa-sort-numeric-desc:before {
|
1870
|
+
content: "";
|
1871
|
+
}
|
1872
|
+
|
1873
|
+
/* line 371, ../fontawesome/_icons.scss */
|
1874
|
+
.fa-thumbs-up:before {
|
1875
|
+
content: "";
|
1876
|
+
}
|
1877
|
+
|
1878
|
+
/* line 372, ../fontawesome/_icons.scss */
|
1879
|
+
.fa-thumbs-down:before {
|
1880
|
+
content: "";
|
1881
|
+
}
|
1882
|
+
|
1883
|
+
/* line 373, ../fontawesome/_icons.scss */
|
1884
|
+
.fa-youtube-square:before {
|
1885
|
+
content: "";
|
1886
|
+
}
|
1887
|
+
|
1888
|
+
/* line 374, ../fontawesome/_icons.scss */
|
1889
|
+
.fa-youtube:before {
|
1890
|
+
content: "";
|
1891
|
+
}
|
1892
|
+
|
1893
|
+
/* line 375, ../fontawesome/_icons.scss */
|
1894
|
+
.fa-xing:before {
|
1895
|
+
content: "";
|
1896
|
+
}
|
1897
|
+
|
1898
|
+
/* line 376, ../fontawesome/_icons.scss */
|
1899
|
+
.fa-xing-square:before {
|
1900
|
+
content: "";
|
1901
|
+
}
|
1902
|
+
|
1903
|
+
/* line 377, ../fontawesome/_icons.scss */
|
1904
|
+
.fa-youtube-play:before {
|
1905
|
+
content: "";
|
1906
|
+
}
|
1907
|
+
|
1908
|
+
/* line 378, ../fontawesome/_icons.scss */
|
1909
|
+
.fa-dropbox:before {
|
1910
|
+
content: "";
|
1911
|
+
}
|
1912
|
+
|
1913
|
+
/* line 379, ../fontawesome/_icons.scss */
|
1914
|
+
.fa-stack-overflow:before {
|
1915
|
+
content: "";
|
1916
|
+
}
|
1917
|
+
|
1918
|
+
/* line 380, ../fontawesome/_icons.scss */
|
1919
|
+
.fa-instagram:before {
|
1920
|
+
content: "";
|
1921
|
+
}
|
1922
|
+
|
1923
|
+
/* line 381, ../fontawesome/_icons.scss */
|
1924
|
+
.fa-flickr:before {
|
1925
|
+
content: "";
|
1926
|
+
}
|
1927
|
+
|
1928
|
+
/* line 382, ../fontawesome/_icons.scss */
|
1929
|
+
.fa-adn:before {
|
1930
|
+
content: "";
|
1931
|
+
}
|
1932
|
+
|
1933
|
+
/* line 383, ../fontawesome/_icons.scss */
|
1934
|
+
.fa-bitbucket:before {
|
1935
|
+
content: "";
|
1936
|
+
}
|
1937
|
+
|
1938
|
+
/* line 384, ../fontawesome/_icons.scss */
|
1939
|
+
.fa-bitbucket-square:before {
|
1940
|
+
content: "";
|
1941
|
+
}
|
1942
|
+
|
1943
|
+
/* line 385, ../fontawesome/_icons.scss */
|
1944
|
+
.fa-tumblr:before {
|
1945
|
+
content: "";
|
1946
|
+
}
|
1947
|
+
|
1948
|
+
/* line 386, ../fontawesome/_icons.scss */
|
1949
|
+
.fa-tumblr-square:before {
|
1950
|
+
content: "";
|
1951
|
+
}
|
1952
|
+
|
1953
|
+
/* line 387, ../fontawesome/_icons.scss */
|
1954
|
+
.fa-long-arrow-down:before {
|
1955
|
+
content: "";
|
1956
|
+
}
|
1957
|
+
|
1958
|
+
/* line 388, ../fontawesome/_icons.scss */
|
1959
|
+
.fa-long-arrow-up:before {
|
1960
|
+
content: "";
|
1961
|
+
}
|
1962
|
+
|
1963
|
+
/* line 389, ../fontawesome/_icons.scss */
|
1964
|
+
.fa-long-arrow-left:before {
|
1965
|
+
content: "";
|
1966
|
+
}
|
1967
|
+
|
1968
|
+
/* line 390, ../fontawesome/_icons.scss */
|
1969
|
+
.fa-long-arrow-right:before {
|
1970
|
+
content: "";
|
1971
|
+
}
|
1972
|
+
|
1973
|
+
/* line 391, ../fontawesome/_icons.scss */
|
1974
|
+
.fa-apple:before {
|
1975
|
+
content: "";
|
1976
|
+
}
|
1977
|
+
|
1978
|
+
/* line 392, ../fontawesome/_icons.scss */
|
1979
|
+
.fa-windows:before {
|
1980
|
+
content: "";
|
1981
|
+
}
|
1982
|
+
|
1983
|
+
/* line 393, ../fontawesome/_icons.scss */
|
1984
|
+
.fa-android:before {
|
1985
|
+
content: "";
|
1986
|
+
}
|
1987
|
+
|
1988
|
+
/* line 394, ../fontawesome/_icons.scss */
|
1989
|
+
.fa-linux:before {
|
1990
|
+
content: "";
|
1991
|
+
}
|
1992
|
+
|
1993
|
+
/* line 395, ../fontawesome/_icons.scss */
|
1994
|
+
.fa-dribbble:before {
|
1995
|
+
content: "";
|
1996
|
+
}
|
1997
|
+
|
1998
|
+
/* line 396, ../fontawesome/_icons.scss */
|
1999
|
+
.fa-skype:before {
|
2000
|
+
content: "";
|
2001
|
+
}
|
2002
|
+
|
2003
|
+
/* line 397, ../fontawesome/_icons.scss */
|
2004
|
+
.fa-foursquare:before {
|
2005
|
+
content: "";
|
2006
|
+
}
|
2007
|
+
|
2008
|
+
/* line 398, ../fontawesome/_icons.scss */
|
2009
|
+
.fa-trello:before {
|
2010
|
+
content: "";
|
2011
|
+
}
|
2012
|
+
|
2013
|
+
/* line 399, ../fontawesome/_icons.scss */
|
2014
|
+
.fa-female:before {
|
2015
|
+
content: "";
|
2016
|
+
}
|
2017
|
+
|
2018
|
+
/* line 400, ../fontawesome/_icons.scss */
|
2019
|
+
.fa-male:before {
|
2020
|
+
content: "";
|
2021
|
+
}
|
2022
|
+
|
2023
|
+
/* line 401, ../fontawesome/_icons.scss */
|
2024
|
+
.fa-gittip:before,
|
2025
|
+
.fa-gratipay:before {
|
2026
|
+
content: "";
|
2027
|
+
}
|
2028
|
+
|
2029
|
+
/* line 403, ../fontawesome/_icons.scss */
|
2030
|
+
.fa-sun-o:before {
|
2031
|
+
content: "";
|
2032
|
+
}
|
2033
|
+
|
2034
|
+
/* line 404, ../fontawesome/_icons.scss */
|
2035
|
+
.fa-moon-o:before {
|
2036
|
+
content: "";
|
2037
|
+
}
|
2038
|
+
|
2039
|
+
/* line 405, ../fontawesome/_icons.scss */
|
2040
|
+
.fa-archive:before {
|
2041
|
+
content: "";
|
2042
|
+
}
|
2043
|
+
|
2044
|
+
/* line 406, ../fontawesome/_icons.scss */
|
2045
|
+
.fa-bug:before {
|
2046
|
+
content: "";
|
2047
|
+
}
|
2048
|
+
|
2049
|
+
/* line 407, ../fontawesome/_icons.scss */
|
2050
|
+
.fa-vk:before {
|
2051
|
+
content: "";
|
2052
|
+
}
|
2053
|
+
|
2054
|
+
/* line 408, ../fontawesome/_icons.scss */
|
2055
|
+
.fa-weibo:before {
|
2056
|
+
content: "";
|
2057
|
+
}
|
2058
|
+
|
2059
|
+
/* line 409, ../fontawesome/_icons.scss */
|
2060
|
+
.fa-renren:before {
|
2061
|
+
content: "";
|
2062
|
+
}
|
2063
|
+
|
2064
|
+
/* line 410, ../fontawesome/_icons.scss */
|
2065
|
+
.fa-pagelines:before {
|
2066
|
+
content: "";
|
2067
|
+
}
|
2068
|
+
|
2069
|
+
/* line 411, ../fontawesome/_icons.scss */
|
2070
|
+
.fa-stack-exchange:before {
|
2071
|
+
content: "";
|
2072
|
+
}
|
2073
|
+
|
2074
|
+
/* line 412, ../fontawesome/_icons.scss */
|
2075
|
+
.fa-arrow-circle-o-right:before {
|
2076
|
+
content: "";
|
2077
|
+
}
|
2078
|
+
|
2079
|
+
/* line 413, ../fontawesome/_icons.scss */
|
2080
|
+
.fa-arrow-circle-o-left:before {
|
2081
|
+
content: "";
|
2082
|
+
}
|
2083
|
+
|
2084
|
+
/* line 414, ../fontawesome/_icons.scss */
|
2085
|
+
.fa-toggle-left:before,
|
2086
|
+
.fa-caret-square-o-left:before {
|
2087
|
+
content: "";
|
2088
|
+
}
|
2089
|
+
|
2090
|
+
/* line 416, ../fontawesome/_icons.scss */
|
2091
|
+
.fa-dot-circle-o:before {
|
2092
|
+
content: "";
|
2093
|
+
}
|
2094
|
+
|
2095
|
+
/* line 417, ../fontawesome/_icons.scss */
|
2096
|
+
.fa-wheelchair:before {
|
2097
|
+
content: "";
|
2098
|
+
}
|
2099
|
+
|
2100
|
+
/* line 418, ../fontawesome/_icons.scss */
|
2101
|
+
.fa-vimeo-square:before {
|
2102
|
+
content: "";
|
2103
|
+
}
|
2104
|
+
|
2105
|
+
/* line 419, ../fontawesome/_icons.scss */
|
2106
|
+
.fa-turkish-lira:before,
|
2107
|
+
.fa-try:before {
|
2108
|
+
content: "";
|
2109
|
+
}
|
2110
|
+
|
2111
|
+
/* line 421, ../fontawesome/_icons.scss */
|
2112
|
+
.fa-plus-square-o:before {
|
2113
|
+
content: "";
|
2114
|
+
}
|
2115
|
+
|
2116
|
+
/* line 422, ../fontawesome/_icons.scss */
|
2117
|
+
.fa-space-shuttle:before {
|
2118
|
+
content: "";
|
2119
|
+
}
|
2120
|
+
|
2121
|
+
/* line 423, ../fontawesome/_icons.scss */
|
2122
|
+
.fa-slack:before {
|
2123
|
+
content: "";
|
2124
|
+
}
|
2125
|
+
|
2126
|
+
/* line 424, ../fontawesome/_icons.scss */
|
2127
|
+
.fa-envelope-square:before {
|
2128
|
+
content: "";
|
2129
|
+
}
|
2130
|
+
|
2131
|
+
/* line 425, ../fontawesome/_icons.scss */
|
2132
|
+
.fa-wordpress:before {
|
2133
|
+
content: "";
|
2134
|
+
}
|
2135
|
+
|
2136
|
+
/* line 426, ../fontawesome/_icons.scss */
|
2137
|
+
.fa-openid:before {
|
2138
|
+
content: "";
|
2139
|
+
}
|
2140
|
+
|
2141
|
+
/* line 427, ../fontawesome/_icons.scss */
|
2142
|
+
.fa-institution:before,
|
2143
|
+
.fa-bank:before,
|
2144
|
+
.fa-university:before {
|
2145
|
+
content: "";
|
2146
|
+
}
|
2147
|
+
|
2148
|
+
/* line 430, ../fontawesome/_icons.scss */
|
2149
|
+
.fa-mortar-board:before,
|
2150
|
+
.fa-graduation-cap:before {
|
2151
|
+
content: "";
|
2152
|
+
}
|
2153
|
+
|
2154
|
+
/* line 432, ../fontawesome/_icons.scss */
|
2155
|
+
.fa-yahoo:before {
|
2156
|
+
content: "";
|
2157
|
+
}
|
2158
|
+
|
2159
|
+
/* line 433, ../fontawesome/_icons.scss */
|
2160
|
+
.fa-google:before {
|
2161
|
+
content: "";
|
2162
|
+
}
|
2163
|
+
|
2164
|
+
/* line 434, ../fontawesome/_icons.scss */
|
2165
|
+
.fa-reddit:before {
|
2166
|
+
content: "";
|
2167
|
+
}
|
2168
|
+
|
2169
|
+
/* line 435, ../fontawesome/_icons.scss */
|
2170
|
+
.fa-reddit-square:before {
|
2171
|
+
content: "";
|
2172
|
+
}
|
2173
|
+
|
2174
|
+
/* line 436, ../fontawesome/_icons.scss */
|
2175
|
+
.fa-stumbleupon-circle:before {
|
2176
|
+
content: "";
|
2177
|
+
}
|
2178
|
+
|
2179
|
+
/* line 437, ../fontawesome/_icons.scss */
|
2180
|
+
.fa-stumbleupon:before {
|
2181
|
+
content: "";
|
2182
|
+
}
|
2183
|
+
|
2184
|
+
/* line 438, ../fontawesome/_icons.scss */
|
2185
|
+
.fa-delicious:before {
|
2186
|
+
content: "";
|
2187
|
+
}
|
2188
|
+
|
2189
|
+
/* line 439, ../fontawesome/_icons.scss */
|
2190
|
+
.fa-digg:before {
|
2191
|
+
content: "";
|
2192
|
+
}
|
2193
|
+
|
2194
|
+
/* line 440, ../fontawesome/_icons.scss */
|
2195
|
+
.fa-pied-piper:before {
|
2196
|
+
content: "";
|
2197
|
+
}
|
2198
|
+
|
2199
|
+
/* line 441, ../fontawesome/_icons.scss */
|
2200
|
+
.fa-pied-piper-alt:before {
|
2201
|
+
content: "";
|
2202
|
+
}
|
2203
|
+
|
2204
|
+
/* line 442, ../fontawesome/_icons.scss */
|
2205
|
+
.fa-drupal:before {
|
2206
|
+
content: "";
|
2207
|
+
}
|
2208
|
+
|
2209
|
+
/* line 443, ../fontawesome/_icons.scss */
|
2210
|
+
.fa-joomla:before {
|
2211
|
+
content: "";
|
2212
|
+
}
|
2213
|
+
|
2214
|
+
/* line 444, ../fontawesome/_icons.scss */
|
2215
|
+
.fa-language:before {
|
2216
|
+
content: "";
|
2217
|
+
}
|
2218
|
+
|
2219
|
+
/* line 445, ../fontawesome/_icons.scss */
|
2220
|
+
.fa-fax:before {
|
2221
|
+
content: "";
|
2222
|
+
}
|
2223
|
+
|
2224
|
+
/* line 446, ../fontawesome/_icons.scss */
|
2225
|
+
.fa-building:before {
|
2226
|
+
content: "";
|
2227
|
+
}
|
2228
|
+
|
2229
|
+
/* line 447, ../fontawesome/_icons.scss */
|
2230
|
+
.fa-child:before {
|
2231
|
+
content: "";
|
2232
|
+
}
|
2233
|
+
|
2234
|
+
/* line 448, ../fontawesome/_icons.scss */
|
2235
|
+
.fa-paw:before {
|
2236
|
+
content: "";
|
2237
|
+
}
|
2238
|
+
|
2239
|
+
/* line 449, ../fontawesome/_icons.scss */
|
2240
|
+
.fa-spoon:before {
|
2241
|
+
content: "";
|
2242
|
+
}
|
2243
|
+
|
2244
|
+
/* line 450, ../fontawesome/_icons.scss */
|
2245
|
+
.fa-cube:before {
|
2246
|
+
content: "";
|
2247
|
+
}
|
2248
|
+
|
2249
|
+
/* line 451, ../fontawesome/_icons.scss */
|
2250
|
+
.fa-cubes:before {
|
2251
|
+
content: "";
|
2252
|
+
}
|
2253
|
+
|
2254
|
+
/* line 452, ../fontawesome/_icons.scss */
|
2255
|
+
.fa-behance:before {
|
2256
|
+
content: "";
|
2257
|
+
}
|
2258
|
+
|
2259
|
+
/* line 453, ../fontawesome/_icons.scss */
|
2260
|
+
.fa-behance-square:before {
|
2261
|
+
content: "";
|
2262
|
+
}
|
2263
|
+
|
2264
|
+
/* line 454, ../fontawesome/_icons.scss */
|
2265
|
+
.fa-steam:before {
|
2266
|
+
content: "";
|
2267
|
+
}
|
2268
|
+
|
2269
|
+
/* line 455, ../fontawesome/_icons.scss */
|
2270
|
+
.fa-steam-square:before {
|
2271
|
+
content: "";
|
2272
|
+
}
|
2273
|
+
|
2274
|
+
/* line 456, ../fontawesome/_icons.scss */
|
2275
|
+
.fa-recycle:before {
|
2276
|
+
content: "";
|
2277
|
+
}
|
2278
|
+
|
2279
|
+
/* line 457, ../fontawesome/_icons.scss */
|
2280
|
+
.fa-automobile:before,
|
2281
|
+
.fa-car:before {
|
2282
|
+
content: "";
|
2283
|
+
}
|
2284
|
+
|
2285
|
+
/* line 459, ../fontawesome/_icons.scss */
|
2286
|
+
.fa-cab:before,
|
2287
|
+
.fa-taxi:before {
|
2288
|
+
content: "";
|
2289
|
+
}
|
2290
|
+
|
2291
|
+
/* line 461, ../fontawesome/_icons.scss */
|
2292
|
+
.fa-tree:before {
|
2293
|
+
content: "";
|
2294
|
+
}
|
2295
|
+
|
2296
|
+
/* line 462, ../fontawesome/_icons.scss */
|
2297
|
+
.fa-spotify:before {
|
2298
|
+
content: "";
|
2299
|
+
}
|
2300
|
+
|
2301
|
+
/* line 463, ../fontawesome/_icons.scss */
|
2302
|
+
.fa-deviantart:before {
|
2303
|
+
content: "";
|
2304
|
+
}
|
2305
|
+
|
2306
|
+
/* line 464, ../fontawesome/_icons.scss */
|
2307
|
+
.fa-soundcloud:before {
|
2308
|
+
content: "";
|
2309
|
+
}
|
2310
|
+
|
2311
|
+
/* line 465, ../fontawesome/_icons.scss */
|
2312
|
+
.fa-database:before {
|
2313
|
+
content: "";
|
2314
|
+
}
|
2315
|
+
|
2316
|
+
/* line 466, ../fontawesome/_icons.scss */
|
2317
|
+
.fa-file-pdf-o:before {
|
2318
|
+
content: "";
|
2319
|
+
}
|
2320
|
+
|
2321
|
+
/* line 467, ../fontawesome/_icons.scss */
|
2322
|
+
.fa-file-word-o:before {
|
2323
|
+
content: "";
|
2324
|
+
}
|
2325
|
+
|
2326
|
+
/* line 468, ../fontawesome/_icons.scss */
|
2327
|
+
.fa-file-excel-o:before {
|
2328
|
+
content: "";
|
2329
|
+
}
|
2330
|
+
|
2331
|
+
/* line 469, ../fontawesome/_icons.scss */
|
2332
|
+
.fa-file-powerpoint-o:before {
|
2333
|
+
content: "";
|
2334
|
+
}
|
2335
|
+
|
2336
|
+
/* line 470, ../fontawesome/_icons.scss */
|
2337
|
+
.fa-file-photo-o:before,
|
2338
|
+
.fa-file-picture-o:before,
|
2339
|
+
.fa-file-image-o:before {
|
2340
|
+
content: "";
|
2341
|
+
}
|
2342
|
+
|
2343
|
+
/* line 473, ../fontawesome/_icons.scss */
|
2344
|
+
.fa-file-zip-o:before,
|
2345
|
+
.fa-file-archive-o:before {
|
2346
|
+
content: "";
|
2347
|
+
}
|
2348
|
+
|
2349
|
+
/* line 475, ../fontawesome/_icons.scss */
|
2350
|
+
.fa-file-sound-o:before,
|
2351
|
+
.fa-file-audio-o:before {
|
2352
|
+
content: "";
|
2353
|
+
}
|
2354
|
+
|
2355
|
+
/* line 477, ../fontawesome/_icons.scss */
|
2356
|
+
.fa-file-movie-o:before,
|
2357
|
+
.fa-file-video-o:before {
|
2358
|
+
content: "";
|
2359
|
+
}
|
2360
|
+
|
2361
|
+
/* line 479, ../fontawesome/_icons.scss */
|
2362
|
+
.fa-file-code-o:before {
|
2363
|
+
content: "";
|
2364
|
+
}
|
2365
|
+
|
2366
|
+
/* line 480, ../fontawesome/_icons.scss */
|
2367
|
+
.fa-vine:before {
|
2368
|
+
content: "";
|
2369
|
+
}
|
2370
|
+
|
2371
|
+
/* line 481, ../fontawesome/_icons.scss */
|
2372
|
+
.fa-codepen:before {
|
2373
|
+
content: "";
|
2374
|
+
}
|
2375
|
+
|
2376
|
+
/* line 482, ../fontawesome/_icons.scss */
|
2377
|
+
.fa-jsfiddle:before {
|
2378
|
+
content: "";
|
2379
|
+
}
|
2380
|
+
|
2381
|
+
/* line 483, ../fontawesome/_icons.scss */
|
2382
|
+
.fa-life-bouy:before,
|
2383
|
+
.fa-life-buoy:before,
|
2384
|
+
.fa-life-saver:before,
|
2385
|
+
.fa-support:before,
|
2386
|
+
.fa-life-ring:before {
|
2387
|
+
content: "";
|
2388
|
+
}
|
2389
|
+
|
2390
|
+
/* line 488, ../fontawesome/_icons.scss */
|
2391
|
+
.fa-circle-o-notch:before {
|
2392
|
+
content: "";
|
2393
|
+
}
|
2394
|
+
|
2395
|
+
/* line 489, ../fontawesome/_icons.scss */
|
2396
|
+
.fa-ra:before,
|
2397
|
+
.fa-rebel:before {
|
2398
|
+
content: "";
|
2399
|
+
}
|
2400
|
+
|
2401
|
+
/* line 491, ../fontawesome/_icons.scss */
|
2402
|
+
.fa-ge:before,
|
2403
|
+
.fa-empire:before {
|
2404
|
+
content: "";
|
2405
|
+
}
|
2406
|
+
|
2407
|
+
/* line 493, ../fontawesome/_icons.scss */
|
2408
|
+
.fa-git-square:before {
|
2409
|
+
content: "";
|
2410
|
+
}
|
2411
|
+
|
2412
|
+
/* line 494, ../fontawesome/_icons.scss */
|
2413
|
+
.fa-git:before {
|
2414
|
+
content: "";
|
2415
|
+
}
|
2416
|
+
|
2417
|
+
/* line 495, ../fontawesome/_icons.scss */
|
2418
|
+
.fa-hacker-news:before {
|
2419
|
+
content: "";
|
2420
|
+
}
|
2421
|
+
|
2422
|
+
/* line 496, ../fontawesome/_icons.scss */
|
2423
|
+
.fa-tencent-weibo:before {
|
2424
|
+
content: "";
|
2425
|
+
}
|
2426
|
+
|
2427
|
+
/* line 497, ../fontawesome/_icons.scss */
|
2428
|
+
.fa-qq:before {
|
2429
|
+
content: "";
|
2430
|
+
}
|
2431
|
+
|
2432
|
+
/* line 498, ../fontawesome/_icons.scss */
|
2433
|
+
.fa-wechat:before,
|
2434
|
+
.fa-weixin:before {
|
2435
|
+
content: "";
|
2436
|
+
}
|
2437
|
+
|
2438
|
+
/* line 500, ../fontawesome/_icons.scss */
|
2439
|
+
.fa-send:before,
|
2440
|
+
.fa-paper-plane:before {
|
2441
|
+
content: "";
|
2442
|
+
}
|
2443
|
+
|
2444
|
+
/* line 502, ../fontawesome/_icons.scss */
|
2445
|
+
.fa-send-o:before,
|
2446
|
+
.fa-paper-plane-o:before {
|
2447
|
+
content: "";
|
2448
|
+
}
|
2449
|
+
|
2450
|
+
/* line 504, ../fontawesome/_icons.scss */
|
2451
|
+
.fa-history:before {
|
2452
|
+
content: "";
|
2453
|
+
}
|
2454
|
+
|
2455
|
+
/* line 505, ../fontawesome/_icons.scss */
|
2456
|
+
.fa-genderless:before,
|
2457
|
+
.fa-circle-thin:before {
|
2458
|
+
content: "";
|
2459
|
+
}
|
2460
|
+
|
2461
|
+
/* line 507, ../fontawesome/_icons.scss */
|
2462
|
+
.fa-header:before {
|
2463
|
+
content: "";
|
2464
|
+
}
|
2465
|
+
|
2466
|
+
/* line 508, ../fontawesome/_icons.scss */
|
2467
|
+
.fa-paragraph:before {
|
2468
|
+
content: "";
|
2469
|
+
}
|
2470
|
+
|
2471
|
+
/* line 509, ../fontawesome/_icons.scss */
|
2472
|
+
.fa-sliders:before {
|
2473
|
+
content: "";
|
2474
|
+
}
|
2475
|
+
|
2476
|
+
/* line 510, ../fontawesome/_icons.scss */
|
2477
|
+
.fa-share-alt:before {
|
2478
|
+
content: "";
|
2479
|
+
}
|
2480
|
+
|
2481
|
+
/* line 511, ../fontawesome/_icons.scss */
|
2482
|
+
.fa-share-alt-square:before {
|
2483
|
+
content: "";
|
2484
|
+
}
|
2485
|
+
|
2486
|
+
/* line 512, ../fontawesome/_icons.scss */
|
2487
|
+
.fa-bomb:before {
|
2488
|
+
content: "";
|
2489
|
+
}
|
2490
|
+
|
2491
|
+
/* line 513, ../fontawesome/_icons.scss */
|
2492
|
+
.fa-soccer-ball-o:before,
|
2493
|
+
.fa-futbol-o:before {
|
2494
|
+
content: "";
|
2495
|
+
}
|
2496
|
+
|
2497
|
+
/* line 515, ../fontawesome/_icons.scss */
|
2498
|
+
.fa-tty:before {
|
2499
|
+
content: "";
|
2500
|
+
}
|
2501
|
+
|
2502
|
+
/* line 516, ../fontawesome/_icons.scss */
|
2503
|
+
.fa-binoculars:before {
|
2504
|
+
content: "";
|
2505
|
+
}
|
2506
|
+
|
2507
|
+
/* line 517, ../fontawesome/_icons.scss */
|
2508
|
+
.fa-plug:before {
|
2509
|
+
content: "";
|
2510
|
+
}
|
2511
|
+
|
2512
|
+
/* line 518, ../fontawesome/_icons.scss */
|
2513
|
+
.fa-slideshare:before {
|
2514
|
+
content: "";
|
2515
|
+
}
|
2516
|
+
|
2517
|
+
/* line 519, ../fontawesome/_icons.scss */
|
2518
|
+
.fa-twitch:before {
|
2519
|
+
content: "";
|
2520
|
+
}
|
2521
|
+
|
2522
|
+
/* line 520, ../fontawesome/_icons.scss */
|
2523
|
+
.fa-yelp:before {
|
2524
|
+
content: "";
|
2525
|
+
}
|
2526
|
+
|
2527
|
+
/* line 521, ../fontawesome/_icons.scss */
|
2528
|
+
.fa-newspaper-o:before {
|
2529
|
+
content: "";
|
2530
|
+
}
|
2531
|
+
|
2532
|
+
/* line 522, ../fontawesome/_icons.scss */
|
2533
|
+
.fa-wifi:before {
|
2534
|
+
content: "";
|
2535
|
+
}
|
2536
|
+
|
2537
|
+
/* line 523, ../fontawesome/_icons.scss */
|
2538
|
+
.fa-calculator:before {
|
2539
|
+
content: "";
|
2540
|
+
}
|
2541
|
+
|
2542
|
+
/* line 524, ../fontawesome/_icons.scss */
|
2543
|
+
.fa-paypal:before {
|
2544
|
+
content: "";
|
2545
|
+
}
|
2546
|
+
|
2547
|
+
/* line 525, ../fontawesome/_icons.scss */
|
2548
|
+
.fa-google-wallet:before {
|
2549
|
+
content: "";
|
2550
|
+
}
|
2551
|
+
|
2552
|
+
/* line 526, ../fontawesome/_icons.scss */
|
2553
|
+
.fa-cc-visa:before {
|
2554
|
+
content: "";
|
2555
|
+
}
|
2556
|
+
|
2557
|
+
/* line 527, ../fontawesome/_icons.scss */
|
2558
|
+
.fa-cc-mastercard:before {
|
2559
|
+
content: "";
|
2560
|
+
}
|
2561
|
+
|
2562
|
+
/* line 528, ../fontawesome/_icons.scss */
|
2563
|
+
.fa-cc-discover:before {
|
2564
|
+
content: "";
|
2565
|
+
}
|
2566
|
+
|
2567
|
+
/* line 529, ../fontawesome/_icons.scss */
|
2568
|
+
.fa-cc-amex:before {
|
2569
|
+
content: "";
|
2570
|
+
}
|
2571
|
+
|
2572
|
+
/* line 530, ../fontawesome/_icons.scss */
|
2573
|
+
.fa-cc-paypal:before {
|
2574
|
+
content: "";
|
2575
|
+
}
|
2576
|
+
|
2577
|
+
/* line 531, ../fontawesome/_icons.scss */
|
2578
|
+
.fa-cc-stripe:before {
|
2579
|
+
content: "";
|
2580
|
+
}
|
2581
|
+
|
2582
|
+
/* line 532, ../fontawesome/_icons.scss */
|
2583
|
+
.fa-bell-slash:before {
|
2584
|
+
content: "";
|
2585
|
+
}
|
2586
|
+
|
2587
|
+
/* line 533, ../fontawesome/_icons.scss */
|
2588
|
+
.fa-bell-slash-o:before {
|
2589
|
+
content: "";
|
2590
|
+
}
|
2591
|
+
|
2592
|
+
/* line 534, ../fontawesome/_icons.scss */
|
2593
|
+
.fa-trash:before {
|
2594
|
+
content: "";
|
2595
|
+
}
|
2596
|
+
|
2597
|
+
/* line 535, ../fontawesome/_icons.scss */
|
2598
|
+
.fa-copyright:before {
|
2599
|
+
content: "";
|
2600
|
+
}
|
2601
|
+
|
2602
|
+
/* line 536, ../fontawesome/_icons.scss */
|
2603
|
+
.fa-at:before {
|
2604
|
+
content: "";
|
2605
|
+
}
|
2606
|
+
|
2607
|
+
/* line 537, ../fontawesome/_icons.scss */
|
2608
|
+
.fa-eyedropper:before {
|
2609
|
+
content: "";
|
2610
|
+
}
|
2611
|
+
|
2612
|
+
/* line 538, ../fontawesome/_icons.scss */
|
2613
|
+
.fa-paint-brush:before {
|
2614
|
+
content: "";
|
2615
|
+
}
|
2616
|
+
|
2617
|
+
/* line 539, ../fontawesome/_icons.scss */
|
2618
|
+
.fa-birthday-cake:before {
|
2619
|
+
content: "";
|
2620
|
+
}
|
2621
|
+
|
2622
|
+
/* line 540, ../fontawesome/_icons.scss */
|
2623
|
+
.fa-area-chart:before {
|
2624
|
+
content: "";
|
2625
|
+
}
|
2626
|
+
|
2627
|
+
/* line 541, ../fontawesome/_icons.scss */
|
2628
|
+
.fa-pie-chart:before {
|
2629
|
+
content: "";
|
2630
|
+
}
|
2631
|
+
|
2632
|
+
/* line 542, ../fontawesome/_icons.scss */
|
2633
|
+
.fa-line-chart:before {
|
2634
|
+
content: "";
|
2635
|
+
}
|
2636
|
+
|
2637
|
+
/* line 543, ../fontawesome/_icons.scss */
|
2638
|
+
.fa-lastfm:before {
|
2639
|
+
content: "";
|
2640
|
+
}
|
2641
|
+
|
2642
|
+
/* line 544, ../fontawesome/_icons.scss */
|
2643
|
+
.fa-lastfm-square:before {
|
2644
|
+
content: "";
|
2645
|
+
}
|
2646
|
+
|
2647
|
+
/* line 545, ../fontawesome/_icons.scss */
|
2648
|
+
.fa-toggle-off:before {
|
2649
|
+
content: "";
|
2650
|
+
}
|
2651
|
+
|
2652
|
+
/* line 546, ../fontawesome/_icons.scss */
|
2653
|
+
.fa-toggle-on:before {
|
2654
|
+
content: "";
|
2655
|
+
}
|
2656
|
+
|
2657
|
+
/* line 547, ../fontawesome/_icons.scss */
|
2658
|
+
.fa-bicycle:before {
|
2659
|
+
content: "";
|
2660
|
+
}
|
2661
|
+
|
2662
|
+
/* line 548, ../fontawesome/_icons.scss */
|
2663
|
+
.fa-bus:before {
|
2664
|
+
content: "";
|
2665
|
+
}
|
2666
|
+
|
2667
|
+
/* line 549, ../fontawesome/_icons.scss */
|
2668
|
+
.fa-ioxhost:before {
|
2669
|
+
content: "";
|
2670
|
+
}
|
2671
|
+
|
2672
|
+
/* line 550, ../fontawesome/_icons.scss */
|
2673
|
+
.fa-angellist:before {
|
2674
|
+
content: "";
|
2675
|
+
}
|
2676
|
+
|
2677
|
+
/* line 551, ../fontawesome/_icons.scss */
|
2678
|
+
.fa-cc:before {
|
2679
|
+
content: "";
|
2680
|
+
}
|
2681
|
+
|
2682
|
+
/* line 552, ../fontawesome/_icons.scss */
|
2683
|
+
.fa-shekel:before,
|
2684
|
+
.fa-sheqel:before,
|
2685
|
+
.fa-ils:before {
|
2686
|
+
content: "";
|
2687
|
+
}
|
2688
|
+
|
2689
|
+
/* line 555, ../fontawesome/_icons.scss */
|
2690
|
+
.fa-meanpath:before {
|
2691
|
+
content: "";
|
2692
|
+
}
|
2693
|
+
|
2694
|
+
/* line 556, ../fontawesome/_icons.scss */
|
2695
|
+
.fa-buysellads:before {
|
2696
|
+
content: "";
|
2697
|
+
}
|
2698
|
+
|
2699
|
+
/* line 557, ../fontawesome/_icons.scss */
|
2700
|
+
.fa-connectdevelop:before {
|
2701
|
+
content: "";
|
2702
|
+
}
|
2703
|
+
|
2704
|
+
/* line 558, ../fontawesome/_icons.scss */
|
2705
|
+
.fa-dashcube:before {
|
2706
|
+
content: "";
|
2707
|
+
}
|
2708
|
+
|
2709
|
+
/* line 559, ../fontawesome/_icons.scss */
|
2710
|
+
.fa-forumbee:before {
|
2711
|
+
content: "";
|
2712
|
+
}
|
2713
|
+
|
2714
|
+
/* line 560, ../fontawesome/_icons.scss */
|
2715
|
+
.fa-leanpub:before {
|
2716
|
+
content: "";
|
2717
|
+
}
|
2718
|
+
|
2719
|
+
/* line 561, ../fontawesome/_icons.scss */
|
2720
|
+
.fa-sellsy:before {
|
2721
|
+
content: "";
|
2722
|
+
}
|
2723
|
+
|
2724
|
+
/* line 562, ../fontawesome/_icons.scss */
|
2725
|
+
.fa-shirtsinbulk:before {
|
2726
|
+
content: "";
|
2727
|
+
}
|
2728
|
+
|
2729
|
+
/* line 563, ../fontawesome/_icons.scss */
|
2730
|
+
.fa-simplybuilt:before {
|
2731
|
+
content: "";
|
2732
|
+
}
|
2733
|
+
|
2734
|
+
/* line 564, ../fontawesome/_icons.scss */
|
2735
|
+
.fa-skyatlas:before {
|
2736
|
+
content: "";
|
2737
|
+
}
|
2738
|
+
|
2739
|
+
/* line 565, ../fontawesome/_icons.scss */
|
2740
|
+
.fa-cart-plus:before {
|
2741
|
+
content: "";
|
2742
|
+
}
|
2743
|
+
|
2744
|
+
/* line 566, ../fontawesome/_icons.scss */
|
2745
|
+
.fa-cart-arrow-down:before {
|
2746
|
+
content: "";
|
2747
|
+
}
|
2748
|
+
|
2749
|
+
/* line 567, ../fontawesome/_icons.scss */
|
2750
|
+
.fa-diamond:before {
|
2751
|
+
content: "";
|
2752
|
+
}
|
2753
|
+
|
2754
|
+
/* line 568, ../fontawesome/_icons.scss */
|
2755
|
+
.fa-ship:before {
|
2756
|
+
content: "";
|
2757
|
+
}
|
2758
|
+
|
2759
|
+
/* line 569, ../fontawesome/_icons.scss */
|
2760
|
+
.fa-user-secret:before {
|
2761
|
+
content: "";
|
2762
|
+
}
|
2763
|
+
|
2764
|
+
/* line 570, ../fontawesome/_icons.scss */
|
2765
|
+
.fa-motorcycle:before {
|
2766
|
+
content: "";
|
2767
|
+
}
|
2768
|
+
|
2769
|
+
/* line 571, ../fontawesome/_icons.scss */
|
2770
|
+
.fa-street-view:before {
|
2771
|
+
content: "";
|
2772
|
+
}
|
2773
|
+
|
2774
|
+
/* line 572, ../fontawesome/_icons.scss */
|
2775
|
+
.fa-heartbeat:before {
|
2776
|
+
content: "";
|
2777
|
+
}
|
2778
|
+
|
2779
|
+
/* line 573, ../fontawesome/_icons.scss */
|
2780
|
+
.fa-venus:before {
|
2781
|
+
content: "";
|
2782
|
+
}
|
2783
|
+
|
2784
|
+
/* line 574, ../fontawesome/_icons.scss */
|
2785
|
+
.fa-mars:before {
|
2786
|
+
content: "";
|
2787
|
+
}
|
2788
|
+
|
2789
|
+
/* line 575, ../fontawesome/_icons.scss */
|
2790
|
+
.fa-mercury:before {
|
2791
|
+
content: "";
|
2792
|
+
}
|
2793
|
+
|
2794
|
+
/* line 576, ../fontawesome/_icons.scss */
|
2795
|
+
.fa-transgender:before {
|
2796
|
+
content: "";
|
2797
|
+
}
|
2798
|
+
|
2799
|
+
/* line 577, ../fontawesome/_icons.scss */
|
2800
|
+
.fa-transgender-alt:before {
|
2801
|
+
content: "";
|
2802
|
+
}
|
2803
|
+
|
2804
|
+
/* line 578, ../fontawesome/_icons.scss */
|
2805
|
+
.fa-venus-double:before {
|
2806
|
+
content: "";
|
2807
|
+
}
|
2808
|
+
|
2809
|
+
/* line 579, ../fontawesome/_icons.scss */
|
2810
|
+
.fa-mars-double:before {
|
2811
|
+
content: "";
|
2812
|
+
}
|
2813
|
+
|
2814
|
+
/* line 580, ../fontawesome/_icons.scss */
|
2815
|
+
.fa-venus-mars:before {
|
2816
|
+
content: "";
|
2817
|
+
}
|
2818
|
+
|
2819
|
+
/* line 581, ../fontawesome/_icons.scss */
|
2820
|
+
.fa-mars-stroke:before {
|
2821
|
+
content: "";
|
2822
|
+
}
|
2823
|
+
|
2824
|
+
/* line 582, ../fontawesome/_icons.scss */
|
2825
|
+
.fa-mars-stroke-v:before {
|
2826
|
+
content: "";
|
2827
|
+
}
|
2828
|
+
|
2829
|
+
/* line 583, ../fontawesome/_icons.scss */
|
2830
|
+
.fa-mars-stroke-h:before {
|
2831
|
+
content: "";
|
2832
|
+
}
|
2833
|
+
|
2834
|
+
/* line 584, ../fontawesome/_icons.scss */
|
2835
|
+
.fa-neuter:before {
|
2836
|
+
content: "";
|
2837
|
+
}
|
2838
|
+
|
2839
|
+
/* line 585, ../fontawesome/_icons.scss */
|
2840
|
+
.fa-facebook-official:before {
|
2841
|
+
content: "";
|
2842
|
+
}
|
2843
|
+
|
2844
|
+
/* line 586, ../fontawesome/_icons.scss */
|
2845
|
+
.fa-pinterest-p:before {
|
2846
|
+
content: "";
|
2847
|
+
}
|
2848
|
+
|
2849
|
+
/* line 587, ../fontawesome/_icons.scss */
|
2850
|
+
.fa-whatsapp:before {
|
2851
|
+
content: "";
|
2852
|
+
}
|
2853
|
+
|
2854
|
+
/* line 588, ../fontawesome/_icons.scss */
|
2855
|
+
.fa-server:before {
|
2856
|
+
content: "";
|
2857
|
+
}
|
2858
|
+
|
2859
|
+
/* line 589, ../fontawesome/_icons.scss */
|
2860
|
+
.fa-user-plus:before {
|
2861
|
+
content: "";
|
2862
|
+
}
|
2863
|
+
|
2864
|
+
/* line 590, ../fontawesome/_icons.scss */
|
2865
|
+
.fa-user-times:before {
|
2866
|
+
content: "";
|
2867
|
+
}
|
2868
|
+
|
2869
|
+
/* line 591, ../fontawesome/_icons.scss */
|
2870
|
+
.fa-hotel:before,
|
2871
|
+
.fa-bed:before {
|
2872
|
+
content: "";
|
2873
|
+
}
|
2874
|
+
|
2875
|
+
/* line 593, ../fontawesome/_icons.scss */
|
2876
|
+
.fa-viacoin:before {
|
2877
|
+
content: "";
|
2878
|
+
}
|
2879
|
+
|
2880
|
+
/* line 594, ../fontawesome/_icons.scss */
|
2881
|
+
.fa-train:before {
|
2882
|
+
content: "";
|
2883
|
+
}
|
2884
|
+
|
2885
|
+
/* line 595, ../fontawesome/_icons.scss */
|
2886
|
+
.fa-subway:before {
|
2887
|
+
content: "";
|
2888
|
+
}
|
2889
|
+
|
2890
|
+
/* line 596, ../fontawesome/_icons.scss */
|
2891
|
+
.fa-medium:before {
|
2892
|
+
content: "";
|
2893
|
+
}
|